:root{color-scheme:dark;--app-bg: #313338;--app-bg-elevated: #2f3136;--app-bg-floating: #1e1f22;--app-bg-deep: #202225;--sidebar-bg: #2b2d31;--rail-bg: #1e1f22;--panel-bg: #36393f;--panel-soft: #23272a;--panel-hover: #35373c;--panel-active: #40444b;--line: rgba(255, 255, 255, .06);--text: #f2f3f5;--text-soft: #dbdee1;--muted: #b5bac1;--muted-dim: #949ba4;--brand: #5865f2;--brand-strong: #4752c4;--green: #23a559;--yellow: #f0b232;--red: #f23f43;--shadow: 0 12px 30px rgba(0, 0, 0, .28);font-family:gg sans,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;min-height:100vh}body{margin:0;background:var(--app-bg);color:var(--text);overflow:hidden}.app-shell{height:100vh;display:grid;grid-template-rows:32px 1fr;overflow:hidden}.mobile-nav{display:none}.desktop-chrome{display:grid;grid-template-columns:120px 1fr 90px;align-items:center;gap:12px;padding:0 10px;background:#202225;border-bottom:1px solid rgba(255,255,255,.04)}.desktop-controls,.desktop-window-actions{display:flex;align-items:center;gap:8px}.chrome-button{width:22px;height:22px;padding:0;border-radius:4px;background:transparent;color:var(--muted-dim);font-size:12px}.desktop-title{text-align:center;color:var(--text-soft);font-size:13px;font-weight:700}.desktop-window-actions{justify-content:flex-end}.desktop-window-actions span{width:10px;height:10px;border-radius:999px;background:#ffffff2e}button,input,select{font:inherit}button{border:0;border-radius:8px;cursor:pointer;transition:background-color .16s ease,color .16s ease,transform .16s ease,opacity .16s ease}button:hover{transform:translateY(-1px)}input,select{width:100%;border:1px solid transparent;background:var(--app-bg-deep);color:var(--text);padding:11px 12px;border-radius:8px;outline:none;transition:border-color .16s ease,background-color .16s ease}input:focus,select:focus{border-color:var(--brand);background:#16181c}input::placeholder{color:var(--muted-dim)}a{color:#00a8fc}.primary{background:var(--brand);color:#fff;font-weight:600}.primary:hover{background:var(--brand-strong)}.auth-shell{display:grid;place-items:center;min-height:100vh;padding:32px 20px;background:radial-gradient(circle at top,rgba(88,101,242,.28),transparent 32%),linear-gradient(180deg,#1b1c20,#111214)}.auth-card{width:min(100%,480px);display:grid;gap:14px;padding:32px;border-radius:18px;background:#313338;box-shadow:0 22px 60px #00000073;border:1px solid rgba(255,255,255,.05)}.auth-card h1{margin:0;font-size:30px;line-height:1.1}.eyebrow{margin:0;color:#c4c9ff;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:700}.subtitle,.section-header p,.profile-card span,.voice-panel p,.status-text,.message p,.audit-item span,.notification-item span{color:var(--muted)}.auth-tabs,.server-list,.channel-groups,.composer,.voice-panel,.create-channel,.nav-switch,.member-list,.search-panel,.search-actions,.search-results,.pins-panel,.channel-settings,.member-permissions,.audit-panel,.notifications-panel{display:grid;gap:8px}.auth-tabs,.nav-switch{grid-template-columns:1fr 1fr}.auth-tabs button,.nav-switch button,.voice-panel button,.message-actions button,.voice-members button,.reaction-row button,.notification-item,.search-results button,.pins-panel button{background:#ffffff0f;color:var(--text-soft);padding:10px 12px}.auth-tabs .active,.nav-switch .active{background:var(--brand);color:#fff}.layout{display:grid;grid-template-columns:72px 300px minmax(0,1fr) 240px;min-height:0;height:100%;background:var(--app-bg);overflow:hidden}.servers,.channels,.chat,.context-panel{min-height:0}.servers{display:flex;flex-direction:column;justify-content:space-between;gap:8px;padding:8px 0;background:var(--rail-bg);align-items:center}.server-rail{display:grid;justify-items:center;gap:10px;width:100%}.server-list{justify-items:center;gap:10px;align-content:start}.server-divider{width:32px;height:2px;margin:0 auto 2px;border-radius:999px;background:#ffffff1f}.server-divider.subtle{width:24px;opacity:.7}.server-pill{width:48px;height:48px;border-radius:24px;background:#313338;color:#fff;font-weight:800;font-size:16px;text-transform:uppercase;position:relative;display:grid;place-items:center;box-shadow:inset 0 1px #ffffff08}.server-pill:before{content:"";position:absolute;left:-14px;width:4px;height:0;border-radius:999px;background:#fff;transition:height .16s ease}.server-pill:hover,.server-pill.active{border-radius:16px}.server-pill:hover:before{height:20px}.server-pill.active{background:var(--brand)}.server-pill.active:before{height:40px}.server-pill.home{background:linear-gradient(135deg,#5865f2,#4752c4)}.server-pill.add-server{background:#23a5591f;color:#7ee2a8;font-size:24px;line-height:1}.server-pill.add-server:hover{background:var(--green);color:#fff}.server-pill.utility-server{background:#ffffff0f;color:var(--text-soft);font-size:18px}.server-pill.utility-server:hover{background:var(--brand);color:#fff}.server-rail-actions{display:grid;justify-items:center;gap:10px;width:100%}.channels{display:grid;grid-template-rows:auto 1fr auto;gap:0;padding:0;background:var(--sidebar-bg);border-right:1px solid rgba(0,0,0,.18)}.channels .section-header{padding:14px 16px 12px;border-bottom:1px solid rgba(0,0,0,.18);background:#2b2d31;box-shadow:0 1px #ffffff05}.server-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:0 14px;background:#2b2d31;border-bottom:1px solid rgba(255,255,255,.05);box-shadow:0 1px #0003}.server-sidebar-header h2{margin:0;font-size:17px;font-weight:700;color:#f2f3f5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.server-sidebar-header p{display:none}.server-sidebar-actions{display:flex;align-items:center;gap:6px}.server-header-button{width:28px;height:28px;padding:0;border-radius:4px;background:transparent;color:var(--muted-dim)}.server-header-button:hover{background:#ffffff14;color:var(--text-soft)}.server-header-icon-button{width:28px;height:28px;padding:0;border-radius:4px;background:transparent;color:var(--muted-dim)}.server-header-icon-button:hover{background:#ffffff14;color:var(--text-soft)}.channels .section-header h2{margin:0;font-size:16px}.channels .section-header p{margin:4px 0 0;font-size:12px}.channel-groups{align-content:start;overflow:auto;padding:8px 8px 12px;position:relative}.channel-groups h3,.audit-panel h3{margin:8px 8px 2px;font-size:11px;text-transform:uppercase;letter-spacing:.02em;color:var(--muted-dim)}.channel-category{display:flex;align-items:center;gap:6px;margin:0;font-size:12px;font-weight:700}.channel-category-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 6px 4px}.channel-category-action{width:20px;height:20px;padding:0;border-radius:4px;background:transparent;color:#949ba4;font-size:18px;line-height:1}.channel-category-action:hover{background:#ffffff14;color:var(--text-soft)}.server-settings-card,.create-channel,.audit-item{padding:10px 12px;border-radius:8px;background:#0000001f;border:1px solid rgba(255,255,255,.03)}.channel-card{display:grid;gap:8px}.channel-section{display:grid;gap:1px;margin-bottom:8px}.channel-row{display:grid;gap:2px}.voice-channel-item{margin-bottom:1px}.channel-item,.notification-item{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:100%;min-height:32px;padding:6px 8px;border-radius:4px;text-align:left;background:transparent;color:var(--muted);font-size:15px;line-height:1.2;transition:background-color .12s ease,color .12s ease}.channel-item:hover,.notification-item:hover,.search-results button:hover{background:var(--panel-hover);color:var(--text-soft)}.channel-item.active{background:#404249;color:#f2f3f5;font-weight:600}.channel-item.active span:last-child{color:var(--text)}.channel-item span:first-child{color:var(--muted-dim);font-weight:700}.channel-item.active .channel-icon,.channel-item:hover .channel-icon{color:var(--text-soft)}.channel-icon{width:18px;text-align:center;display:inline-flex;justify-content:center;align-items:center;color:#80848e}.channel-icon svg{width:18px;height:18px}.channel-settings.compact,.create-channel.compact,.audit-panel.compact,.member-list.compact{margin-left:8px}.channel-settings.compact{gap:6px;padding:0 6px 3px}.channel-settings.compact select,.create-channel.compact input,.create-channel.compact select{min-height:32px;padding:7px 9px;font-size:12px}.create-channel.compact{margin:6px;padding:8px;background:#0000001a;border:1px solid rgba(255,255,255,.04)}.create-channel.compact button{min-height:32px}.sidebar-secondary{display:grid;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.04)}.server-header-menu-wrap{position:relative}.server-header-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:30;width:min(420px,78vw);display:grid;gap:10px;padding:10px;border-radius:10px;background:#111214;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px #0000006b}.server-header-menu-action{width:100%;min-height:36px;padding:8px 10px;border-radius:8px;background:#2b2d31;color:#f2f3f5;font-weight:600;text-align:left}.server-header-menu-action:hover{background:#35373c}.server-header-menu-panels{display:grid;gap:10px;max-height:min(60vh,560px);overflow:auto;padding-right:2px}.active-control{background:#3f4248;color:#fff}.active-control:hover{background:#4a4e57}.role-manager-panel,.member-role-panel,.server-profile-editor{display:grid;gap:8px;padding:10px;border-radius:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.role-manager-form,.role-card-actions{display:grid;gap:8px}.role-card{display:grid;gap:8px;padding:10px;border-radius:8px;background:#0000001f}.role-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.role-color-dot{width:12px;height:12px;border-radius:999px;border:1px solid rgba(255,255,255,.18)}.member-role-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.04)}.member-role-row:last-child{border-bottom:0}.member-role-main,.member-role-controls{display:flex;align-items:center;gap:10px}.member-role-controls{flex-wrap:wrap;justify-content:flex-end}.member-role-main p{margin:2px 0 0;color:#949ba4;font-size:12px}#remote-audio{display:none}.voice-channel-users{display:grid;gap:4px;margin:-1px 0 4px 26px}.discord-channel-groups{background:#2b2d31}.server-quick-links{display:grid;gap:2px;padding:4px 0 10px;margin-bottom:8px;border-bottom:1px solid rgba(255,255,255,.05)}.server-quick-link{display:flex;align-items:center;gap:10px;min-height:32px;padding:6px 8px;border-radius:4px;background:transparent;color:#949ba4;font-size:16px;font-weight:500}.server-quick-link:hover{background:#35373c;color:#dbdee1}.utility-icon svg{width:17px;height:17px}.channel-section-top{margin-bottom:10px}.channel-category{color:#949ba4;text-transform:none;letter-spacing:0}.category-caret{font-size:10px;transform:translateY(-1px)}.discord-channel-item{color:#949ba4;font-size:14px;font-weight:500}.discord-channel-item:hover{background:#35373c;color:#dbdee1}.discord-channel-item:hover .channel-icon,.discord-channel-item.active .channel-icon{color:#dbdee1}.discord-channel-item>span:nth-child(2){min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-inline-actions{display:inline-flex;align-items:center;gap:6px;margin-left:auto;color:#f2f3f5}.inline-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.inline-icon svg{width:16px;height:16px}.empty-category-row{padding:6px 8px 6px 30px;color:#949ba4;font-size:13px}.channel-context-menu{position:fixed;z-index:30;display:grid;gap:0;min-width:280px;padding:8px;border-radius:12px;background:#1e1f22;border:1px solid rgba(255,255,255,.05);box-shadow:0 16px 40px #00000073}.channel-context-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding:8px 10px 12px;margin-bottom:4px;color:#f2f3f5;font-size:14px;border-bottom:1px solid rgba(255,255,255,.06)}.channel-context-toggle input{width:20px;height:20px;accent-color:#5865f2}.channel-context-action{min-height:42px;padding:0 10px;border-radius:8px;background:transparent;color:#f2f3f5;text-align:left;font-size:14px;font-weight:500}.channel-context-action:hover{background:#35373c}.voice-user-pill{display:flex;align-items:center;gap:8px;min-height:28px;padding:4px 8px;border-radius:4px;background:#ffffff08;color:var(--muted);font-size:12px}.voice-user-pill:hover{background:#ffffff0f;color:var(--text-soft)}.mini-avatar{width:18px;height:18px;border-radius:999px;object-fit:cover;flex-shrink:0}.mini-avatar.fallback{display:inline-grid;place-items:center;background:linear-gradient(135deg,#5865f2,#7983f5);color:#fff;font-size:10px;font-weight:700}.profile-card{display:grid;gap:0;width:calc(100% - 16px);margin:auto auto 8px;padding:6px 8px;border-radius:8px;background:#232428;position:relative;align-self:end;border:1px solid rgba(255,255,255,.03);box-shadow:inset 0 1px #ffffff05}.profile-bar,.profile-summary,.member-main,.message-head,.message-actions,.voice-members,.notifications-title,.reaction-row,.reply-banner{margin-left:29px;margin-bottom:8px;display:flex;align-items:center;gap:10px}.profile-bar{justify-content:space-between;min-height:56px;gap:10px}.profile-summary{min-width:0;flex:1;padding:2px 4px 2px 2px;border-radius:6px;background:transparent;gap:10px}.profile-summary:hover{background:#ffffff0a}.profile-text{min-width:0}.profile-text strong,.profile-text span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-text strong{font-size:14px;line-height:1.1;font-weight:600;color:#f2f3f5}.profile-text span{font-size:12px;color:#b5bac1}.avatar-stack{position:relative;display:inline-flex;flex-shrink:0}.profile-avatar{width:40px;height:40px;border-radius:999px;flex-shrink:0}.avatar.profile-avatar{font-size:15px}.profile-summary strong,.member-main strong{display:block;font-size:14px}.profile-presence-line{display:flex;align-items:center;gap:6px;margin-top:3px;min-width:0}.presence-inline-dot{width:8px;height:8px;border-radius:999px;background:#23a55a;box-shadow:0 0 0 2px #232428;flex-shrink:0}.profile-actions{display:flex;align-items:center;gap:2px;margin-left:4px;flex-shrink:0}.profile-actions button{position:relative;width:30px;height:30px;padding:0;border-radius:4px;background:transparent;color:#b5bac1;display:inline-flex;align-items:center;justify-content:center}.profile-actions button:hover{background:#ffffff14;color:#f2f3f5}.profile-actions button:active,.control-button:active,.channel-item:active,.server-pill:active{transform:none}.control-button{font-family:inherit}.control-glyph{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;line-height:1}.control-glyph svg{width:16px;height:16px}.chevron-button .control-glyph{width:10px;height:10px;font-size:11px;transform:translateY(-1px)}.profile-status-row{display:flex;align-items:center;gap:8px;min-width:0;padding:0 4px;justify-content:flex-start}.profile-custom-status{min-width:0;color:var(--muted-dim);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-popover{position:absolute;left:8px;right:8px;bottom:calc(100% + 8px);display:grid;gap:10px;padding:12px;border-radius:10px;background:#18191c;border:1px solid rgba(255,255,255,.06);box-shadow:0 16px 40px #0006;z-index:6;transform-origin:bottom left}.profile-popover:after{content:"";position:absolute;left:18px;bottom:-6px;width:12px;height:12px;background:#18191c;border-right:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);transform:rotate(45deg)}.profile-popover-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.profile-popover-header strong{font-size:13px;color:var(--text-soft);text-transform:uppercase;letter-spacing:.04em}.profile-popover-header span{display:block;margin-top:3px;color:var(--muted-dim);font-size:12px;line-height:1.35}.profile-popover-header button{width:26px;height:26px;padding:0;border-radius:4px;background:transparent;color:var(--muted-dim)}.profile-popover-header button:hover{background:#ffffff14;color:var(--text-soft)}.profile-mini-editor{display:grid;grid-template-columns:1fr;gap:6px;padding:0;border-radius:0;background:transparent}.profile-mini-editor input,.profile-mini-editor select{background:#1e1f22;min-height:34px;padding:8px 10px;font-size:12px}.profile-mini-editor button{min-height:34px}.profile-mini-editor button:last-child{background:#2b2d31;color:#f2f3f5}.profile-mini-editor button:last-child:hover{background:#3a3d43}.profile-popover-notifications{display:grid;gap:6px;padding-top:2px;border-top:1px solid rgba(255,255,255,.05)}.profile-popover .notification-item{border-radius:6px;background:#ffffff08}.notifications-title{justify-content:space-between;color:var(--muted-dim);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.notification-item{display:grid;justify-content:stretch}.chat{display:grid;grid-template-rows:auto auto 1fr auto auto;gap:0;background:#313338;min-height:0;overflow:hidden}.context-panel{display:grid;align-content:start;gap:16px;padding:16px 14px;background:#2f3136;border-left:1px solid rgba(0,0,0,.18);overflow:auto}.friends-view{display:grid;align-content:start;padding:20px 24px 28px;overflow:auto}.friends-panel,.friends-subpanel{display:grid;gap:12px}.friends-panel h3,.friends-subpanel h4{margin:0;color:var(--text-soft)}.friends-panel p,.friends-subpanel p{margin:0;color:var(--muted);font-size:14px}.friends-add-row{display:grid;grid-template-columns:minmax(0,1fr) 160px;gap:10px}.friends-list{display:grid;gap:10px}.friend-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.04)}.friend-card:hover{background:#ffffff0d}.friend-card-main,.friend-card-actions{display:flex;align-items:center;gap:12px}.friend-card-actions button{min-height:34px;padding:0 12px;background:#ffffff14;color:var(--text-soft)}.pending-pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#5865f22e;color:#c7ceff;font-size:12px;font-weight:700}.chat>.section-header:first-child{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;gap:16px;min-height:48px;padding:10px 16px;background:#36393f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.2);box-shadow:0 1px #ffffff05}.chat>.section-header h2{margin:0;font-size:15px;line-height:1.2}.chat>.section-header p{margin:3px 0 0;font-size:11px}.voice-members span{color:var(--muted);font-size:13px}.chat-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.toolbar-button{min-height:32px;padding:0 12px;border-radius:4px;background:transparent;color:var(--text-soft);font-size:12px;font-weight:700}.toolbar-button.active{background:#ffffff14}.friends-tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.add-friend-button{background:var(--brand);color:#fff}.search-panel{padding:12px 16px;background:#36393f;border-bottom:1px solid rgba(0,0,0,.2)}.search-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.search-actions button{min-height:38px;background:#1e1f22;color:var(--text-soft)}.search-results{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.search-results button,.pin-item{padding:10px 12px;border-radius:8px;background:#1e1f22;color:var(--muted);text-align:left}.pins-panel strong{color:var(--text-soft);font-size:13px}.messages{display:grid;gap:0;align-content:start;overflow:auto;padding:14px 0 22px;min-height:0}.message{display:grid;grid-template-columns:52px minmax(0,1fr);gap:12px;padding:2px 16px;border-radius:0;background:transparent;border:0;box-shadow:none;position:relative}.message:hover{background:#04040512}.message.deleted{opacity:.66}.message p{margin:2px 0 0;line-height:1.375;color:var(--text-soft);word-break:break-word;font-size:15px}.message-head{justify-content:flex-start;gap:8px}.message-toolbar{position:absolute;right:18px;top:-16px;display:flex;align-items:center;gap:6px;padding:4px;border-radius:10px;background:#18191c;border:1px solid rgba(255,255,255,.06);box-shadow:var(--shadow);opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .16s ease,transform .16s ease}.message:hover .message-toolbar{opacity:1;transform:translateY(0);pointer-events:auto}.message-toolbar button{min-width:30px;height:30px;padding:0 8px;border-radius:8px;background:transparent;color:var(--text-soft);font-size:12px}.message-toolbar button:hover{background:#ffffff14}.message-head strong{font-size:15px;font-weight:500}.message-head span{color:var(--muted-dim);font-size:11px}.message-actions{flex-wrap:wrap;margin-top:8px;opacity:0;max-height:0;overflow:hidden;transition:opacity .16s ease,max-height .16s ease}.message:hover .message-actions{opacity:1;max-height:80px}.message-actions button:last-child{color:#ff9c9f}.member-avatar,.avatar-image,.avatar{width:40px;height:40px;border-radius:999px;object-fit:cover;flex-shrink:0}.member-avatar.fallback,.avatar{display:grid;place-items:center;background:linear-gradient(135deg,#5865f2,#7983f5);color:#fff;font-weight:800}.presence-dot{position:absolute;right:-1px;bottom:-1px;width:12px;height:12px;border-radius:999px;border:3px solid #2b2d31;background:#747f8d}.presence-dot.ONLINE{background:#23a55a}.presence-dot.AWAY{background:#f0b232}.presence-dot.BUSY{background:#f23f43}.member-list{overflow:auto;align-content:start}.member-item{display:flex;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:8px;background:transparent}.member-item:hover{background:#ffffff08}.status-pill{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:11px;line-height:1;background:#ffffff14}.status-pill.ONLINE{background:#23a5592e;color:#91e2a7}.status-pill.AWAY{background:#f0b2322e;color:#ffd27d}.status-pill.BUSY{background:#f23f432e;color:#ff9da0}.status-text{margin:4px 0 0;font-size:12px}.thread-label,.thread-preview{margin-top:6px;color:#8ea1ff;font-size:12px}.reaction-row{flex-wrap:wrap;margin-top:10px}.reaction-row button{min-height:30px;padding:0 10px;border-radius:999px;background:#ffffff0f;color:var(--text-soft)}.reply-banner{justify-content:space-between;margin:0 16px 10px;padding:9px 12px;border-radius:8px;background:#2b2d31;border-left:3px solid var(--brand)}.reply-banner span{color:var(--text-soft)}.toggle-row{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}.toggle-row input{width:auto}.inline-editor{display:grid;grid-template-columns:1fr auto auto;gap:8px;margin-top:8px}.composer{grid-template-columns:minmax(0,1fr) 200px 140px;gap:10px;padding:0}.composer input[type=file]{padding:9px 10px;background:#1e1f22}.composer input:first-child{background:#383a40}.composer-shell{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:0 16px 22px}.composer-actions{display:flex;align-items:center;gap:8px}.composer-actions button{width:38px;height:38px;border-radius:999px;background:#383a40;color:var(--text-soft);font-weight:700}.composer-shell .composer{padding:12px;border-radius:14px;background:#383a40;align-items:center;box-shadow:inset 0 1px #ffffff05}.composer-shell .composer input,.composer-shell .composer select,.composer-shell .composer input[type=file]{background:#2b2d31}.voice-panel{margin:0 18px 22px;padding:18px;border-radius:12px;background:#2b2d31}.context-header,.context-member,.context-member-main{display:flex;align-items:center;gap:10px}.context-header{justify-content:space-between;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.06)}.context-header h3{margin:0;font-size:15px}.context-header span,.context-title{color:var(--muted-dim);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.context-group{display:grid;gap:8px}.context-member,.context-card{padding:12px;border-radius:8px;background:#ffffff08}.context-member{justify-content:space-between}.context-member strong,.context-card strong{display:block;font-size:14px}.context-member p,.context-card p{margin:3px 0 0;color:var(--muted);font-size:12px;line-height:1.4}.activity-card{text-align:center;padding:22px 16px}.friends-empty-state{display:grid;place-items:center;min-height:100%;padding:28px}.friends-empty-card{width:min(100%,520px);text-align:center;color:var(--muted)}.friends-empty-card h3{margin:0 0 10px;color:var(--text-soft);font-size:20px}.friends-empty-card p{margin:0;line-height:1.5}.direct-sidebar{gap:6px}.direct-search{background:#202225;border-radius:4px}.direct-nav-item{min-height:42px;font-weight:600}.direct-search-results{display:grid;gap:6px;margin-top:4px}.direct-conversation{justify-content:flex-start;align-items:center;gap:10px;padding-right:8px}.direct-conversation:hover{background:#35373c}.direct-conversation.active{background:#40444b}.direct-avatar{width:32px;height:32px;border-radius:999px;background:linear-gradient(135deg,#5865f2,#7983f5);display:grid;place-items:center;color:#fff;font-weight:800;flex-shrink:0}.direct-meta{display:grid;min-width:0}.direct-meta strong{color:var(--text-soft);font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.direct-meta span{color:var(--muted-dim);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.direct-sidebar .badge{margin-left:auto}.badge,.badge-dot{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:999px;background:var(--red);color:#fff;font-size:11px;font-weight:700}.badge-dot{min-width:10px;width:10px;height:10px}audio{width:100%;margin-top:8px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#1a1b1e;border-radius:999px}::-webkit-scrollbar-track{background:transparent}@media(max-width:1380px){.layout{grid-template-columns:72px 260px minmax(0,1fr) 240px}}@media(max-width:1160px){.layout{grid-template-columns:72px 260px minmax(0,1fr)}.channels{grid-column:2 / 3}.chat{grid-column:3 / 4}.context-panel{display:none}.channels .member-list,.channels .audit-panel{max-height:220px}}@media(max-width:900px){body{overflow:hidden}.app-shell{grid-template-rows:32px 1fr auto}.layout{grid-template-columns:1fr;height:100%}.servers,.channels,.chat,.context-panel{min-height:auto}.servers,.channels{border-right:0}.servers,.channels,.chat,.context-panel{display:none;height:100%}.layout.mobile-view-servers .servers,.layout.mobile-view-channels .channels,.layout.mobile-view-chat .chat,.layout.mobile-view-context .context-panel{display:flex;flex-direction:column}.context-panel{padding:16px 12px 84px;overflow:auto;background:#313338}.servers{padding:0;gap:0}.server-rail{display:grid;grid-template-rows:auto auto 1fr auto auto;gap:10px;padding:12px 12px 0;overflow:auto}.server-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(52px,52px));justify-content:flex-start;gap:10px}.server-pill{width:52px;height:52px}.channels{padding:0;overflow:hidden}.channel-groups{padding-bottom:84px}.server-sidebar-header,.direct-sidebar-header,.chat>.section-header:first-child{position:sticky;top:0;z-index:5}.chat>.section-header:first-child,.search-panel,.composer{padding-left:12px;padding-right:12px}.message{padding-left:12px;padding-right:12px}.composer,.inline-editor,.search-actions,.composer-shell{grid-template-columns:1fr}.composer-actions{justify-content:flex-start;overflow:auto}.voice-panel,.reply-banner{margin-left:12px;margin-right:12px}.friends-tabs{display:flex;flex-wrap:nowrap;overflow:auto;width:100%}.friends-tabs .toolbar-button{white-space:nowrap;flex:0 0 auto}.search-panel{overflow:auto}.search-actions{display:grid;grid-template-columns:1fr}.message{grid-template-columns:40px minmax(0,1fr);gap:10px}.member-avatar,.avatar-image,.avatar{width:32px;height:32px}.message-toolbar{right:12px}.voice-members{width:100%;justify-content:space-between}.mobile-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#202225;border-top:1px solid rgba(255,255,255,.05)}.mobile-nav-button{min-height:40px;border-radius:10px;background:#ffffff0f;color:var(--muted);font-size:13px;font-weight:600}.mobile-nav-button.active{background:var(--brand);color:#fff}}@media(max-width:640px){.desktop-chrome{grid-template-columns:44px 1fr 44px;padding:0 8px}.desktop-controls{gap:4px}.desktop-window-actions{display:none}.desktop-title{font-size:12px}.auth-card{margin:16px;padding:20px 16px}.friends-view{padding:16px 12px 84px}.friends-add-row,.friend-card,.friend-card-actions,.profile-popover-header,.context-header,.context-member{grid-template-columns:1fr}.friend-card{gap:12px}.friend-card-actions{display:grid;gap:8px}.composer input[type=file]{font-size:12px}.profile-card{width:calc(100% - 12px)}.profile-actions{gap:0}.profile-actions button{width:28px;height:28px}.profile-popover{left:6px;right:6px;bottom:calc(100% + 6px)}.channel-context-menu{left:12px!important;right:12px;top:auto!important;bottom:76px;min-width:0}}
