html,body,#root{min-height:100%}body{margin:0}:root{--bg: #1e1f22;--panel: #2b2d31;--panel-2: #313338;--text: #dbdee1;--muted: #a8adb4;--accent: #5865f2;--accent-2: #4752c4;--danger: #da373c;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:var(--bg);color:var(--text)}.discordShell{display:grid;grid-template-columns:300px 1fr 320px;min-height:100vh}.leftRail{background:#232428;padding:1rem;border-right:1px solid #1a1b1e;overflow-y:auto}.centerPane{background:var(--panel);display:flex;flex-direction:column}.rightPane{background:#26282c;padding:1rem;border-left:1px solid #1a1b1e;overflow-y:auto}.brand{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.profileCard{background:var(--panel);border:1px solid #3a3d43;border-radius:10px;padding:.7rem;margin-bottom:1rem}.statusDot{font-size:.85rem;color:var(--muted);text-transform:capitalize}.statusDot.connected{color:#3ba55d}.statusDot.connecting{color:#f0b232}.statusDot.disconnected{color:var(--danger)}h3{margin:1rem 0 .4rem;font-size:.9rem;color:var(--muted);text-transform:uppercase;letter-spacing:.03em}.inlineForm{display:flex;gap:.35rem;margin-bottom:.45rem}input,select,textarea,button{font:inherit}input,select,textarea{background:#1e1f22;color:var(--text);border:1px solid #3b3f47;border-radius:8px;padding:.45rem}textarea{min-height:95px;resize:vertical;width:100%}button{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:.45rem .7rem;cursor:pointer}button:hover{background:var(--accent-2)}button:disabled{opacity:.55;cursor:not-allowed}.threadList,.memberList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.threadList button{width:100%;text-align:left;background:var(--panel-2)}.threadList button.active{background:#3d4458}.roomMetaRow{margin-top:.25rem;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.badge{font-size:.72rem;padding:.12rem .38rem;border-radius:999px;border:1px solid #4a4f5c;color:#d7dbe1;background:#2a2d36;text-transform:lowercase}.badge.good{border-color:#2f8f58;color:#8ee6b3;background:#1f3328}.badge.pending{border-color:#9d7a2a;color:#ffd27f;background:#3a2d14}.miniBtn{background:#4b5364;padding:.2rem .45rem;border-radius:6px;font-size:.75rem}.miniBtn:hover{background:#5a6275}.threadHeader{padding:.85rem 1rem;border-bottom:1px solid #1a1b1e;font-weight:700}.messagesPane{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.45rem}.msg{max-width:78%;border-radius:10px;padding:.55rem .7rem;background:#3a3d43;border:1px solid #444853}.msg.outgoing{margin-left:auto;background:#3e4b8b}.meta{font-size:.75rem;color:#c2c8d0;margin-bottom:.2rem}.composer{border-top:1px solid #1a1b1e;padding:.8rem;display:flex;flex-direction:column;gap:.5rem}.composerActions{display:flex;gap:.45rem}.memberList li{background:var(--panel-2);border:1px solid #3d414a;border-radius:8px;padding:.45rem;display:flex;justify-content:space-between;align-items:center;gap:.4rem}.memberList li div{display:flex;gap:.25rem}.errorText{color:#ff8f8f;font-weight:600}.infoText{color:var(--muted);font-size:.82rem;margin:.45rem 0 0}.authPanel{display:flex;flex-direction:column;gap:.45rem}.roomSettingsCard{margin:0 0 .75rem;border:1px solid #3d414a;border-radius:8px;padding:.5rem;background:#2b2f36}.roomSettingsCard h4{margin:0 0 .4rem;font-size:.85rem;color:var(--text)}@media(max-width:1100px){.discordShell{grid-template-columns:260px 1fr}.rightPane{display:none}}@media(max-width:760px){.discordShell{grid-template-columns:1fr}.leftRail{border-right:none;border-bottom:1px solid #1a1b1e}}
