:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#101113;color:#eef2f5;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 16% 10%,rgba(18,132,118,.18),transparent 30%),linear-gradient(135deg,#101113,#17181d 54%,#111416)}button,input{font:inherit}button{border:0;cursor:pointer}.boot,.auth-shell{min-height:100vh;display:grid;place-items:center}.boot{font-size:28px;font-weight:800;letter-spacing:0}.auth-panel{width:min(420px,calc(100vw - 32px));padding:28px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#181a1ff0;box-shadow:0 22px 80px #0006}.brand-mark,.guild-logo{display:grid;place-items:center;color:#0f1416;background:linear-gradient(135deg,#41e2b0,#69a7ff)}.brand-mark{width:58px;height:58px;border-radius:8px}.auth-panel h1{margin:18px 0;font-size:32px;letter-spacing:0}.auth-tabs,.segmented{display:grid;grid-auto-flow:column;gap:4px;padding:4px;border-radius:8px;background:#101114}.auth-tabs button,.segmented button{min-height:34px;border-radius:6px;color:#8f97a3;background:transparent}.auth-tabs button.active,.segmented button.active{color:#f4f7fa;background:#2b3038}.auth-form{display:grid;gap:12px;margin-top:18px}input{width:100%;min-width:0;height:42px;padding:0 13px;border:1px solid rgba(255,255,255,.09);border-radius:7px;color:#f4f7fa;outline:none;background:#111317}input:focus{border-color:#41e2b0;box-shadow:0 0 0 3px #41e2b01f}.primary{min-height:42px;border-radius:7px;color:#081012;font-weight:800;background:linear-gradient(135deg,#41e2b0,#69a7ff)}.danger{min-height:38px;padding:0 16px;border-radius:7px;color:#fff;background:#d65353}.error{margin:0;color:#ff9b9b}.app-shell{display:grid;grid-template-columns:72px 282px minmax(0,1fr) 260px;min-height:100vh;overflow:hidden}.guild-rail,.channel-pane,.member-pane{border-right:1px solid rgba(255,255,255,.07);background:#121418f5}.guild-rail{display:flex;flex-direction:column;align-items:center;gap:12px;padding:14px 10px}.guild-logo,.guild-bubble{width:48px;height:48px;border-radius:8px;color:#ecf5f2;font-weight:800}.guild-bubble{background:#242830}.guild-bubble.active{color:#0f1416;background:#41e2b0}.channel-pane{display:grid;grid-template-rows:auto auto auto minmax(80px,1fr) auto;min-width:0}.workspace-header,.chat-header,.member-pane header{display:flex;align-items:center;justify-content:space-between;min-height:68px;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.07)}.workspace-header h2,.chat-header h2{margin:0;font-size:18px}.eyebrow,.section-title,.self-bar span,.member-row span,.message-meta span{color:#8f97a3;font-size:12px}.workspace-header button,.header-actions button,.composer button,.channel-create button,.voice-dock button,.voice-actions button:not(.primary):not(.danger){display:grid;place-items:center;width:38px;height:38px;border-radius:7px;color:#d6dce4;background:#242830}.channel-section{padding:16px 12px 2px}.section-title{display:flex;align-items:center;justify-content:space-between;padding:0 8px 8px;text-transform:uppercase;font-weight:800}.channel-row{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:36px;padding:0 9px;border-radius:7px;color:#b7bec8;text-align:left;background:transparent}.channel-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-row.active,.channel-row:hover,.channel-row.live{color:#f4f7fa;background:#242830}.voice-count{display:grid;place-items:center;min-width:22px;height:22px;border-radius:999px;color:#111416;font-size:12px;font-weight:800;background:#41e2b0}.channel-create{align-self:end;display:grid;grid-template-columns:76px minmax(0,1fr) 38px;gap:8px;padding:12px}.channel-create input{height:38px}.self-bar{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;padding:14px 12px;border-top:1px solid rgba(255,255,255,.07);background:#15171b}.self-bar strong,.self-bar span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.avatar{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:8px;color:#101113;font-size:13px;font-weight:900;background:linear-gradient(135deg,#ffc857,#41e2b0)}.chat-pane{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;min-width:0;background:#14161bc7}.channel-title,.header-actions,.pill,.member-pane header{display:flex;align-items:center;gap:10px}.pill{height:32px;padding:0 10px;border-radius:999px;color:#b7bec8;background:#22262d}.invite-toast{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:12px 16px 0;padding:10px 12px;border:1px solid rgba(65,226,176,.24);border-radius:8px;color:#dffdf6;background:#20827029}.invite-toast input{height:34px;padding:0;border:0;color:#dffdf6;background:transparent}.invite-toast input:focus{box-shadow:none}.invite-toast span,.invite-toast input{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invite-toast button{display:grid;place-items:center;width:30px;height:30px;border-radius:6px;color:#dffdf6;background:#ffffff17}.status-line{margin:8px 18px 0;color:#9ba4af;font-size:13px}.messages{min-height:0;overflow:auto;padding:18px 18px 8px}.message{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;padding:8px 0}.message-body{min-width:0}.message-meta{display:flex;align-items:baseline;gap:8px}.message p{margin:4px 0 0;color:#dce2e8;line-height:1.5;overflow-wrap:anywhere}.composer{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:10px;padding:14px 18px 18px}.composer input{height:46px;background:#1e2229}.composer button{width:44px;height:46px}.member-pane{min-width:0}.member-pane header{justify-content:flex-start;font-weight:800}.member-row{display:grid;grid-template-columns:38px minmax(0,1fr) 9px;gap:10px;align-items:center;margin:8px 10px;padding:8px;border-radius:8px}.member-row.speaking{background:#41e2b01c}.member-row strong,.member-row span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-row i{width:9px;height:9px;border-radius:999px;background:#575f6a}.member-row i.online{background:#41e2b0}.voice-stage{display:grid;place-items:center;min-height:0}.voice-main{display:grid;justify-items:center;gap:14px;width:min(430px,calc(100vw - 32px));padding:34px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#181b20}.voice-main h3,.voice-main p{margin:0}.voice-main p{color:#9ba4af}.voice-actions{display:flex;gap:10px;align-items:center}.voice-dock{position:fixed;left:88px;bottom:16px;display:flex;align-items:center;gap:8px;padding:8px;border:1px solid rgba(65,226,176,.22);border-radius:8px;background:#15191d;box-shadow:0 18px 50px #00000057}.voice-dock span{display:flex;align-items:center;gap:7px;padding:0 8px;color:#dffdf6}.voice-dock button{width:34px;height:34px}.audio-sink{display:none}@media(max-width:980px){.app-shell{grid-template-columns:64px minmax(210px,280px) minmax(0,1fr)}.member-pane{display:none}}@media(max-width:720px){.app-shell{grid-template-columns:56px minmax(0,1fr)}.channel-pane{position:fixed;inset:auto 12px 12px 68px;z-index:5;max-height:46vh;border:1px solid rgba(255,255,255,.08);border-radius:8px;overflow:auto}.chat-pane{grid-column:2}.guild-rail{padding-inline:6px}.guild-logo,.guild-bubble{width:44px;height:44px}.voice-dock{left:68px;right:12px}}
