:root{color:#eef3f5;background:#111619;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#111619}button,input{font:inherit}button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:0;border-radius:8px;padding:0 16px;color:#f4f8f9;background:#2b747c;cursor:pointer}button:hover{background:#34858e}.shell{min-height:100vh}.login-shell{display:grid;place-items:center;padding:24px}.login-panel{width:min(460px,100%);display:grid;gap:28px;padding:32px;border:1px solid #2a353a;border-radius:8px;background:#171e22;box-shadow:0 18px 60px #00000052}.forbidden-panel{width:min(360px,100%);display:grid;gap:8px;padding:32px;border:1px solid #2a353a;border-radius:8px;background:#171e22;box-shadow:0 18px 60px #00000052}.login-panel h1,.forbidden-panel h1,.sidebar h1,.content-header h2{margin:0;letter-spacing:0}.login-panel h1{font-size:30px;line-height:1.12}.forbidden-panel h1{font-size:34px}.eyebrow{margin:0 0 8px;color:#d5965c;font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.muted{margin:12px 0 0;color:#9aa8ae}.muted span{color:#edf5f7;font-weight:700}.login-form{display:grid;gap:16px}label{display:grid;gap:8px;color:#c7d0d4;font-weight:700}input{width:100%;min-height:44px;border:1px solid #344149;border-radius:8px;padding:0 12px;color:#eef3f5;background:#111619;outline:none}input:focus{border-color:#4ca3ad;box-shadow:0 0 0 3px #4ca3ad33}.app-shell{display:grid;grid-template-columns:72px 260px minmax(0,1fr) 260px;background:#111619}.server-rail{display:flex;justify-content:center;min-height:100vh;padding:14px 0;background:#0b0f12}.server-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;color:#fff;background:#2b747c;font-size:20px;font-weight:900}.channel-sidebar{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding:18px 14px;border-right:1px solid #2a353a;background:#151b1f}.channel-sidebar h1{font-size:22px}.channel-group{display:grid;gap:8px;margin-top:28px}.channel-title{padding:0 8px;color:#8e9aa0;font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.channel-row{justify-content:flex-start;width:100%;min-height:36px;border-radius:6px;padding:0 8px;color:#c7d0d4;background:transparent}.channel-row:hover,.channel-row.active{background:#222b30}.channel-row span{margin-left:auto;color:#8e9aa0;font-size:13px}.channel-voice-users{display:grid;gap:4px;padding-left:20px}.channel-voice-user{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;justify-content:stretch;gap:8px;width:100%;min-height:30px;border:0;border-radius:6px;padding:3px 8px 3px 4px;color:#aeb9be;background:transparent;cursor:pointer;text-align:left}.channel-voice-user:hover{background:#20282d;color:#eef3f5}.channel-voice-user span{overflow:hidden;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.channel-voice-avatar{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;color:#fff;background:#2b747c;font-size:12px;font-weight:900}.sidebar-bottom{display:grid;gap:8px;margin-top:auto}.voice-connection-card{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;justify-content:stretch;gap:8px;width:100%;min-height:auto;border:0;border-radius:8px;padding:10px;background:#1f272c;cursor:pointer;text-align:left}.voice-connection-card:hover{background:#252e34}.voice-connection-title{overflow:hidden;font-size:14px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.voice-connection-card.quality-good .voice-connection-title{color:#63c46d}.voice-connection-card.quality-warn .voice-connection-title{color:#e6c15b}.voice-connection-card.quality-bad .voice-connection-title{color:#f06f61}.voice-connection-room{overflow:hidden;margin-top:2px;color:#aab4b9;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.voice-disconnect{display:grid;place-items:center}.user-control-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:56px;border-radius:8px;padding:8px;background:#101518}.user-mini{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;min-width:0}.user-mini-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#fff;background:#2b747c;font-weight:900}.user-mini strong,.user-mini span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-mini strong{color:#eef3f5;font-size:13px}.user-mini span{margin-top:2px;color:#8e9aa0;font-size:11px}.user-control-actions{display:flex;gap:2px}.icon-button{width:34px;min-width:34px;height:34px;min-height:34px;border-radius:6px;padding:0;color:#c7d0d4;background:transparent}.icon-button:hover:not(:disabled){color:#eef3f5;background:#283238}.icon-button:disabled{color:#65737d;cursor:default}.icon-button.danger:hover{color:#fff;background:#a33a31}.content{display:grid;grid-template-rows:auto 1fr auto;min-width:0;min-height:100vh;padding:20px;background:#1b2227}.content-header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:52px;margin:-20px -20px 20px;padding:0 20px;border-bottom:1px solid #2a353a;background:#1b2227}.content-header h2{font-size:24px}.current-user{max-width:240px;overflow:hidden;border:1px solid #2f3b41;border-radius:999px;padding:8px 14px;background:#171e22;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.voice-stage{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));align-content:center;gap:14px}.empty-voice{display:grid;place-items:center;align-self:center;justify-self:center;gap:10px;min-height:240px;color:#8e9aa0}.empty-voice h3{margin:0;font-size:18px}.voice-tile{display:grid;place-items:center;gap:12px;min-height:190px;border:1px solid #2a353a;border-radius:8px;padding:18px;background:#151b1f}.voice-avatar{display:grid;place-items:center;width:76px;height:76px;border-radius:28px;color:#fff;background:#2b747c;font-size:34px;font-weight:900}.voice-tile h3{max-width:100%;overflow:hidden;margin:0;text-overflow:ellipsis;white-space:nowrap}.voice-state{display:inline-flex;align-items:center;gap:6px;color:#9aa8ae;font-size:13px}.modal-volume-control{display:grid;gap:10px;color:#c7d0d4;font-size:14px;font-weight:800}.modal-volume-control input{width:100%;min-height:20px;accent-color:#68bac2;padding:0}.member-sidebar{min-height:100vh;padding:18px 12px;border-left:1px solid #2a353a;background:#151b1f}.member-heading{margin:0 0 12px;padding:0 8px;color:#8e9aa0;font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.member-list{display:grid;align-content:start;gap:8px}.user-card{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:52px;border:0;border-radius:6px;padding:8px;background:transparent}.user-card.in-voice{background:#18241d}.user-card.clickable{cursor:pointer}.user-card.clickable:hover{background:#20282d}.avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:14px;color:#fff;background:#2b747c;font-weight:800}.user-card h3{overflow:hidden;margin:0;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.user-card p{margin:4px 0 0;color:#9aa8ae;font-size:12px}.user-icons{display:flex;gap:8px;color:#68bac2}.status{min-height:38px;display:flex;align-items:center;border:1px solid #2a353a;border-radius:8px;padding:8px 10px;color:#c7d0d4;background:#111619;font-size:14px}.status.error{border-color:#a94b3e;color:#ffb5a9;background:#271917}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#00000094;z-index:20}.user-modal{display:grid;gap:18px;width:min(360px,100%);border:1px solid #2a353a;border-radius:8px;padding:18px;background:#171e22;box-shadow:0 18px 60px #0000006b}.settings-modal{display:grid;gap:18px;width:min(420px,100%);border:1px solid #2a353a;border-radius:8px;padding:18px;background:#171e22;box-shadow:0 18px 60px #0000006b}.settings-modal h3{margin:0}.settings-modal p{margin:4px 0 0;color:#9aa8ae}.settings-field{display:grid;gap:8px;color:#c7d0d4;font-size:13px;font-weight:800}.settings-field select{width:100%;min-height:38px;border:1px solid #2a353a;border-radius:6px;padding:0 10px;color:#eef3f5;background:#101518}.settings-field select:disabled{color:#65737d;cursor:default}.voice-details-modal{display:grid;gap:16px;width:min(360px,100%);border:1px solid #2a353a;border-radius:8px;padding:18px;background:#202126;box-shadow:0 18px 60px #0000006b}.voice-details-modal h3{margin:0 0 14px;font-size:22px}.voice-details-tabs{display:flex;gap:24px;border-bottom:1px solid #373942;color:#9aa8ae;font-weight:800}.voice-details-tabs span:first-child{color:#8fa2ff;border-bottom:2px solid #8fa2ff;padding-bottom:10px}.voice-detail-stats{display:grid;gap:4px}.voice-detail-stats p,.voice-detail-help{margin:0;color:#c7d0d4;line-height:1.35}.voice-detail-help{color:#9aa8ae}.voice-detail-encryption{border-top:1px solid #373942;padding-top:14px;color:#63c46d;font-size:13px;font-weight:800}.modal-user-header{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:14px}.modal-user-header h3{overflow:hidden;margin:0;text-overflow:ellipsis;white-space:nowrap}.modal-user-header p,.modal-note{margin:4px 0 0;color:#9aa8ae}.modal-close{justify-self:end;min-height:36px;color:#c7d0d4;background:#283238}.modal-close:hover{color:#fff;background:#334149}.voice-footer{display:flex;justify-content:space-between;gap:16px;margin-top:24px;color:#9aa8ae;font-size:13px}@media (max-width: 760px){.app-shell{grid-template-columns:1fr}.server-rail{display:none}.channel-sidebar{min-height:auto;border-right:0;border-bottom:1px solid #2a353a}.content{min-height:auto;padding:20px}.content-header,.voice-footer{align-items:flex-start;flex-direction:column}.member-sidebar{min-height:auto;border-left:0;border-top:1px solid #2a353a}}
