@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;550;600;650;700&family=Manrope:wght@500;600;700;750;800&display=swap');
:root{color-scheme:dark;--bg:#111217;--panel:#191a21;--border:#ffffff0d;--muted:#9295a5;--green:#43cf83;--purple:#9f9bff}*{box-sizing:border-box}body{margin:0;color:#f4f4fa;background:var(--bg);font:14px 'DM Sans',sans-serif;height:100dvh;overflow:hidden}button,input{font:inherit}button{cursor:pointer;transition:background .18s,color .18s,box-shadow .18s}button:disabled{opacity:.35;cursor:not-allowed}button:not(:disabled):hover{filter:brightness(1.15)}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid #aaa6ff;outline-offset:4px}button{color:inherit}a{color:inherit;text-decoration:none}.svg-defs{position:absolute;width:0;height:0;overflow:hidden}.icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.server-rail{position:fixed;inset:0 auto 0 0;width:72px;background:#0c0d11;display:flex;align-items:center;flex-direction:column;padding:20px 12px;gap:15px;border-right:1px solid var(--border)}.rail-brand,.rail-room,.rail-invite{width:46px;height:46px;display:grid;place-items:center;border-radius:16px;background:#24252e;border:0}.rail-brand{background:#aaa5ff;color:#201d39;font:800 31px Manrope;letter-spacing:-3px;padding-right:4px}.rail-divider{height:2px;width:27px;background:#26272e;border-radius:2px}.rail-room{background:#5650d4;font-weight:700;font-size:21px;position:relative}.rail-room:before{content:'';position:absolute;left:-12px;width:3px;height:30px;border-radius:2px;background:#eceaff}.rail-room>span{position:absolute;width:9px;height:9px;border:2px solid #0c0d11;background:var(--green);border-radius:50%;right:0;bottom:1px}.rail-invite{color:var(--green);background:#1b2924;border-radius:50%}.rail-bottom{margin-top:auto;font-size:23px;color:#77738d}.sidebar{position:fixed;inset:0 auto 0 72px;width:258px;background:#15161c;display:flex;flex-direction:column;border-right:1px solid var(--border)}.space-heading{height:73px;padding:0 21px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.brand{font:800 28px Manrope;letter-spacing:-1.5px}.brand span{color:var(--purple)}.space-tag{font-size:8px;letter-spacing:1.2px;color:#727587}.channel-section{display:flex;align-items:center;justify-content:space-between;padding:28px 21px 12px;color:#7f8294;font-size:10px;font-weight:700;letter-spacing:1px}.channel-section button{border:0;background:none;color:#9b9eaf;font-size:21px;line-height:20px}.nav-item{margin:0 12px;display:flex;align-items:center;gap:10px;border:0;background:#292a38;padding:12px;border-radius:7px;text-align:left}.nav-item .icon{width:19px;color:#8c88eb}.nav-item strong{font-weight:550;font-size:13px}.channel-dot,.online-dot{width:6px;height:6px;background:var(--green);display:inline-block;border-radius:50%;flex-shrink:0}.channel-dot{margin-left:auto}.channel-description{font-size:10px;color:#696d80;padding:10px 25px 8px}.participants{padding:3px 18px 8px;overflow:auto;max-height:45vh}.no-participants{font-size:11px;line-height:1.8;margin:12px 17px;color:#727689}.participant{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:6px;font-size:12px;color:#b4b6c6;min-height:44px}.participant:hover{background:#ffffff05}.participant .avatar{width:27px;height:27px;font-size:11px;flex-shrink:0}.participant-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.participant-state{margin-left:auto;display:flex;gap:5px;align-items:center;color:#808497}.participant-state .icon{width:14px;height:14px}.participant.speaking{color:#f1fff6}.participant.speaking .avatar{outline:2px solid var(--green);outline-offset:2px}.live-badge{font-size:7px;font-weight:700;letter-spacing:.3px;padding:3px 4px;background:#e44f5d;color:#fff;border-radius:3px}.sidebar-invite{margin:8px 23px;padding:9px 0;display:flex;gap:9px;align-items:center;border:0;background:none;color:#878aa1;font-size:11px}.sidebar-invite .icon{width:16px}.sidebar-tip{margin:auto 24px 26px;font-size:8px;letter-spacing:1.1px;color:#78738f}.sidebar-tip p{letter-spacing:0;font-size:11px;line-height:1.8;color:#606477;margin:8px 0 0}.sidebar-bottom{margin:0 8px 9px;background:#202129;border:1px solid #ffffff06;border-radius:9px;padding:14px 12px 12px}.voice-status{display:flex;align-items:center;gap:10px;padding-bottom:14px;border-bottom:1px solid #ffffff07;color:#9496ab}.voice-status .icon{width:23px}.voice-status strong{display:block;font-size:12px;font-weight:600}.voice-status div>span{display:block;font-size:9px;color:#808399;margin-top:4px}.in-call .voice-status{color:var(--green)}.profile{display:flex;gap:9px;align-items:center;padding-top:13px}.avatar{display:grid;place-items:center;border-radius:50%;font-weight:700;background:hsl(var(--avatar-hue,247) 44% 64%);color:white}.avatar.small{width:33px;height:33px;background:#8c86cf}.profile-text{flex:1;min-width:0}.profile strong{font-size:12px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-text>span{display:block;font-size:9px;color:#8e90a6;margin-top:4px}.profile>.online-dot{background:#6c6f81}.in-call .profile>.online-dot{background:var(--green)}.profile.speaking .avatar{outline:2px solid var(--green);outline-offset:2px}.app{margin-left:330px;height:100dvh;display:flex;flex-direction:column}header{height:73px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 28px;background:#14151b;border-bottom:1px solid var(--border)}.channel-heading{display:flex;align-items:center;gap:12px}.channel-heading>.icon{color:#85889c}.channel-heading strong{font-size:14px;font-weight:600}.header-divider{width:1px;height:19px;background:#ffffff12;margin:0 4px}.header-description{font-size:11px;color:#71768c}.header-actions{display:flex;align-items:center;gap:21px}.header-actions button{background:none;border:0;color:#9ca0b6;padding:4px;display:grid;place-items:center}.header-actions button[aria-expanded=true]{color:#ccc8ff}.browser-badge{font-size:10px;color:#84899f;display:flex;gap:7px;align-items:center}.browser-badge .online-dot{width:5px;height:5px}main{position:relative;flex:1;min-height:0;display:flex;flex-direction:column;background:radial-gradient(ellipse at 50% 105%,#4543b4 0%,#28265e 43%,#17172f 80%,#151522 100%)}.room-bar{position:absolute;top:0;left:0;right:0;height:60px;padding:0 29px;display:flex;justify-content:space-between;align-items:center;z-index:1;pointer-events:none}.room-title{display:flex;gap:10px;align-items:center}.pill{font-size:8px;letter-spacing:.7px;border:1px solid #9a93dc30;color:#aaa5d0;padding:5px 7px;border-radius:4px}.pill.connected{background:#43cf8310;border-color:#43cf8330;color:#79dda3}.room-name{font-size:10px;color:#797698}.room-meta{display:flex;gap:10px;align-items:center;color:#9794b3;font-size:10px;font-variant-numeric:tabular-nums}.room-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;flex:1;min-height:0}.room-layout.chat-hidden{grid-template-columns:1fr}.chat-hidden .chat-panel{display:none}.stage{position:relative;min-width:0;display:flex;align-items:center;justify-content:center;padding:70px 38px 72px;overflow:auto}.empty-state{text-align:center;padding:20px}.empty-state[hidden]{display:none}.welcome-avatars{display:flex;align-items:center;justify-content:center;margin-bottom:36px;padding-left:10px}.welcome-avatar{width:64px;height:64px;border:4px solid #272650;background:#a19ae3;border-radius:50%;font-size:25px;display:grid;place-items:center;margin-left:-10px;box-shadow:0 10px 30px #0002}.welcome-avatar:first-child{background:#986d64;transform:rotate(-8deg)}.welcome-avatar:last-child{background:#74a9a4;transform:rotate(9deg)}.mini-label{font-size:9px;font-weight:600;letter-spacing:2px;color:#aaa5d2}h1{font:750 36px Manrope;letter-spacing:-1px;margin:13px 0 14px}.empty-state p{font-size:13px;color:#aaa7ca;line-height:1.9;margin:0 0 26px}.button{border:0;border-radius:7px;padding:12px 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:12px;font-weight:600;white-space:nowrap}.primary{color:#302b58;background:#f0efff}.empty-state .primary{padding:14px 22px;box-shadow:0 4px 20px #1412343b}.under-button{display:block;font-size:10px;color:#817daa;margin-top:15px}.stage-hint{position:absolute;bottom:26px;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:7px;color:#a6a2d080;font-size:10px;pointer-events:none}.stage-hint .icon{width:14px;height:14px}.streams{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:100%;max-width:950px;align-content:center;margin:auto}.streams[hidden]{display:none}.streams.solo{max-width:420px;grid-template-columns:1fr}.person-tile{position:relative;border:2px solid #ffffff0a;border-radius:12px;background:linear-gradient(140deg,hsl(var(--avatar-hue,247) 24% 24%),hsl(var(--avatar-hue,247) 20% 19%));aspect-ratio:16/10;min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 9px 30px #07072018;overflow:hidden;transition:border-color .12s,box-shadow .12s}.person-tile .avatar{width:73px;height:73px;font:600 29px Manrope;box-shadow:0 0 0 7px #ffffff05;transition:box-shadow .12s}.person-label{position:absolute;bottom:12px;left:12px;max-width:calc(100% - 60px);padding:6px 9px;background:#0003;border-radius:5px;font-size:12px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.person-status{font-size:10px;color:#ffffff65;margin-top:17px}.tile-mic{position:absolute;bottom:15px;right:14px;color:#ffffff73;display:flex}.tile-mic .icon{width:17px;height:17px}.person-tile.muted .tile-mic{color:#eaa1aa}.person-tile.speaking{border-color:var(--green);box-shadow:0 0 0 1px #43cf831a,0 8px 30px #07072018}.person-tile.speaking .avatar{box-shadow:0 0 0 3px var(--green),0 0 0 8px #43cf8315}.person-tile.speaking .person-status{color:#93eab8}.person-tile.speaking .tile-mic{color:var(--green)}.person-tile video{width:100%;height:100%;object-fit:contain;background:#090a0e;cursor:zoom-in}.person-tile video[hidden]{display:none}.person-tile.has-video{grid-column:1/-1;aspect-ratio:16/9;max-height:60vh;background:#08090d}.person-tile.has-video .avatar,.person-tile.has-video .person-status{display:none}.streams:has(.has-video){max-width:1100px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.streams:has(.has-video) .person-tile:not(.has-video){aspect-ratio:16/7;max-height:145px}.streams:has(.has-video) .person-tile:not(.has-video) .avatar{width:43px;height:43px;font-size:18px}.streams:has(.has-video) .person-tile:not(.has-video) .person-status{display:none}.chat-panel{background:#171821;border-left:1px solid #ffffff0b;display:flex;flex-direction:column;min-height:0;z-index:2}.chat-header{height:62px;display:flex;gap:9px;align-items:center;padding:0 19px;border-bottom:1px solid var(--border);flex-shrink:0}.chat-header .icon{width:17px;color:#8b88ab}.chat-header strong{font-size:12px;font-weight:600}.chat-label{font-size:7px;color:#8b88a2;letter-spacing:.6px;margin-left:auto}.messages{flex:1;overflow:auto;min-height:0;padding:18px}.chat-welcome{margin-top:40px;display:flex;flex-direction:column}.chat-welcome>.icon{color:#aaa3ec;background:#aaa3ec10;box-sizing:content-box;padding:13px;border-radius:13px;margin-bottom:18px}.chat-welcome strong{font-size:13px;font-weight:600;color:#c4c0df}.chat-welcome p{font-size:11px;color:#777a92;line-height:1.8}.chat-panel form{padding:15px}.chat-input{display:flex;gap:7px;align-items:center;padding:8px 10px;background:#282934;border-radius:7px}.chat-input input{background:none;color:#fff;border:0;min-width:0;width:100%;padding:5px 0;font-size:11px;outline:0}.chat-input button{border:0;background:none;color:#b8b0f4;display:flex;padding:3px}.chat-input .icon{width:17px;height:17px}.message{padding:10px 0;overflow-wrap:anywhere}.message strong{color:#bcb3f1;font-size:11px}.message time{font-size:8px;color:#75778e;margin-left:8px}.message p{font-size:12px;line-height:1.7;margin:5px 0 0;color:#c3c1d3}.call-controls{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:19px 28px;background:linear-gradient(0deg,#161625e8,#16162588);border-top:1px solid #ffffff09;flex-shrink:0}.call-detail{display:flex;gap:10px;align-items:center;min-width:180px}.connection-icon{color:#8a85b1;display:flex}.in-call .connection-icon{color:var(--green)}.call-detail strong{display:block;font-size:11px;font-weight:500;color:#b4afce}.call-detail div>span{display:block;margin-top:5px;font-size:9px;color:#807b9f}.control-buttons{display:flex;align-items:center;gap:12px}.control{width:57px;height:57px;border:1px solid #ffffff0a;border-radius:12px;background:#ffffff09;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;color:#d4d0e9}.control small{font-size:8px;color:#a7a1c4}.control.is-off{background:#e96d7815;color:#f0a6ae;border-color:#e96d7820}.control.is-off small{color:#dc959f}.control.speaking{border-color:#43cf8350;color:var(--green);background:#43cf8310}.control-divider{height:29px;width:1px;background:#ffffff12;margin:0 3px}.share{height:48px;background:#8179e1;color:#fff;border:1px solid #c7bfff20}.share.sharing{background:#246f4d;color:#aeffd0;border-color:#43cf8330}.leave{height:48px;width:59px;display:grid;place-items:center;background:#d75262;color:white;border:0;border-radius:10px}.leave .icon{width:25px;height:25px}.invite-control{display:grid;place-items:center;background:none;border:1px solid #ffffff12;border-radius:9px;width:39px;height:39px;color:#9f98bc}.mic-meter{height:3px;width:100%;background:#ffffff0a;border-radius:2px;overflow:hidden;margin-top:6px;max-width:130px}.mic-meter-fill{display:block;width:0;height:100%;background:var(--green);transition:width .08s}.secondary{background:#292934;border:1px solid #ffffff14;color:#d8d5e8}dialog{background:#20212b;color:#f1eff9;border:1px solid #ffffff16;border-radius:14px;padding:30px;width:440px;max-width:calc(100% - 32px);box-shadow:0 30px 100px #0006}dialog::backdrop{background:#080912b8;backdrop-filter:blur(5px)}.eyebrow{font-size:8px;color:#aaa3c7;letter-spacing:1.5px}dialog h2{font:700 22px Manrope;line-height:1.4;letter-spacing:-.5px;margin:13px 0}dialog p{font-size:12px;color:#9995ad;line-height:1.8}dialog label{display:block;font-size:12px;margin:20px 0 8px}dialog input:not([type=checkbox]){width:100%;padding:12px;background:#15161e;border:1px solid #41404f;border-radius:7px;color:#f1eff9}dialog .checkbox{display:flex;gap:8px;align-items:center;font-size:11px;color:#b4afc6}.checkbox input{accent-color:#9c92ef}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}dialog .primary{background:#a39af0;color:#292144}.form-error{background:#3a262d;border:1px solid #71404e;padding:12px;border-radius:7px}dialog .form-error{color:#f0b7c4}.form-error[hidden]{display:none}#toast{display:none;position:fixed;bottom:115px;left:calc(50% + 165px);transform:translateX(-50%);background:#272338;color:#dfd5ff;border:1px solid #665a86;border-radius:8px;padding:13px 20px;font-size:12px;z-index:10;box-shadow:0 8px 30px #0003;max-width:85%}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#ffffff16;border-radius:5px}@media(min-width:1650px){.sidebar{width:280px}.app{margin-left:352px}.streams{max-width:1120px}.streams.solo{max-width:470px}.stage{padding-left:70px;padding-right:70px}.call-controls{padding-left:34px;padding-right:34px}.person-tile .avatar{width:85px;height:85px;font-size:33px}}@media(max-width:1100px){.sidebar{width:220px}.app{margin-left:292px}.header-description,.header-divider,.browser-badge{display:none}.call-detail{min-width:0;max-width:150px}.call-detail strong{font-size:10px}.call-controls{padding:17px 18px;gap:8px}.control-buttons{gap:8px}.invite-control{display:none}.share{font-size:10px;padding:10px 12px}.room-layout{grid-template-columns:minmax(0,1fr) 260px}.stage{padding-left:22px;padding-right:22px}.room-layout:not(.chat-hidden) .streams{grid-template-columns:1fr}.sidebar-tip{margin-left:20px}.person-tile .avatar{width:60px;height:60px;font-size:25px}#toast{left:calc(50% + 146px)}}@media(max-width:800px){.server-rail{width:58px;padding:16px 8px}.rail-brand,.rail-room,.rail-invite{width:39px;height:39px}.rail-room:before{left:-8px}.sidebar{left:58px;width:180px}.app{margin-left:238px}.space-heading{padding:0 14px}.space-tag,.channel-description,.sidebar-tip{display:none}.channel-section{padding:23px 15px 12px;font-size:9px}.nav-item{margin:0 8px;padding:10px 8px;gap:7px}.nav-item strong{font-size:11px}.participants{padding:4px 8px}.participant{padding:8px 7px;gap:7px;font-size:11px}.sidebar-invite{font-size:10px;margin:10px 15px}.sidebar-bottom{padding:12px 8px}.voice-status{gap:7px}.voice-status strong{font-size:10px}.voice-status div>span{font-size:8px}.profile-text>span{font-size:8px}.sidebar-bottom{margin-top:auto}header{padding:0 17px}.channel-heading strong{font-size:12px}.header-actions{gap:15px}.call-detail{display:none}.call-controls{justify-content:center;padding:15px 10px;min-height:90px}.control{width:45px;height:50px}.share{height:44px}.leave{width:43px;height:44px}.control-divider{margin:0}.room-layout{grid-template-columns:1fr}.chat-panel{position:absolute;right:0;top:0;bottom:90px;width:280px;box-shadow:-12px 0 40px #0004}.stage{padding:65px 18px}.room-bar{padding:0 19px}.room-name{display:none}.streams{gap:10px}.streams .person-tile{aspect-ratio:1}.streams.solo .person-tile{aspect-ratio:16/11}.person-label{font-size:10px;bottom:8px;left:8px;padding:4px 6px}.tile-mic{right:10px;bottom:9px}.person-status{font-size:9px}.person-tile .avatar{width:48px;height:48px;font-size:20px}.streams:has(.has-video){grid-template-columns:repeat(2,minmax(0,1fr))}h1{font-size:30px}.empty-state p{font-size:11px}.empty-state .primary{font-size:11px;padding:12px 15px}.stage-hint{font-size:8px}.mini-label{font-size:7px;letter-spacing:1px}#toast{left:calc(50% + 119px);max-width:calc(100% - 250px)}}@media(max-width:600px){.server-rail{display:none}.sidebar{left:0;width:160px}.app{margin-left:160px}.sidebar-invite{font-size:9px;margin:8px 12px}.channel-dot{display:none}.nav-item .icon{width:16px}.nav-item strong{font-size:10px}.space-heading{height:62px}.brand{font-size:25px}.channel-section{font-size:8px}.participants{max-height:50vh}.participant{font-size:10px}.participant .avatar{width:23px;height:23px}.profile strong{font-size:11px}.profile-text>span{font-size:8px}.voice-status .icon{width:17px}.voice-status strong{font-size:9px}header{height:62px;padding:0 12px}.channel-heading{gap:7px}.channel-heading>.icon{width:17px}.channel-heading strong{font-size:10px}.header-actions{gap:8px}.header-actions .icon{width:17px}.room-bar{height:48px;padding:0 12px}.room-meta{font-size:8px;gap:7px}.pill{font-size:6px;padding:4px}.stage{padding:55px 12px 55px}.welcome-avatar{width:43px;height:43px;font-size:19px;border-width:3px}.welcome-avatars{margin-bottom:25px}.empty-state{padding:0}.mini-label{font-size:6px;letter-spacing:.7px}h1{font-size:24px;line-height:1.3}.empty-state p{font-size:10px;line-height:1.8}.empty-state p br{display:none}.empty-state .primary{font-size:10px;padding:12px 9px;gap:6px}.empty-state .primary .icon{width:16px}.under-button{font-size:8px;line-height:1.7}.stage-hint{padding:0 15px;font-size:7px;text-align:center}.streams{grid-template-columns:1fr;max-width:300px}.streams.solo{max-width:300px}.streams .person-tile{aspect-ratio:16/11}.call-controls{padding:13px 7px;min-height:83px}.control-buttons{gap:6px}.control{width:35px;height:43px;border-radius:9px}.control .icon{width:18px;height:18px}.control small{font-size:6px}.share{width:37px;height:40px;padding:0;border-radius:9px}.share>span{display:none}.share .icon{width:19px}.leave{width:36px;height:40px;border-radius:9px}.leave .icon{width:21px}.control-divider{height:22px}.chat-panel{width:calc(100vw - 160px);bottom:83px}.chat-header{padding:0 12px;gap:6px}.chat-header strong{font-size:11px}.chat-label{display:none}.messages{padding:13px}.chat-panel form{padding:10px}.chat-input input{font-size:10px}.chat-welcome strong{font-size:11px}.chat-welcome p{font-size:10px}#toast{left:50%;max-width:90%;bottom:95px}.streams:has(.has-video){grid-template-columns:1fr}.streams:has(.has-video) .person-tile:not(.has-video){aspect-ratio:16/8}.person-tile.has-video{max-height:none}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}

.participant.deafened .participant-state{color:#eaa1aa}
/* Shared server directory */
.sidebar>.nav-item{background:none;margin-bottom:4px;color:#9193ac}.sidebar>.nav-item .channel-dot{display:none}.participants{padding:0 9px 12px;max-height:none;flex:1;min-height:90px}.sidebar-tip{margin-top:16px;flex-shrink:0}.sidebar-bottom{flex-shrink:0}.directory-channel{margin-top:7px}.directory-room{width:100%;display:flex;gap:8px;align-items:center;padding:10px 11px;background:none;border:0;border-radius:6px;color:#a7a8bc;text-align:left}.directory-room:hover{background:#ffffff06}.directory-room.selected{background:#2c2d3b;color:#f1effa}.directory-room>.icon{width:18px;height:18px;color:#84869e}.directory-room.selected>.icon{color:#75d79d}.directory-room strong{font-size:12px;font-weight:550;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.directory-room>span{font-size:9px;margin-left:auto;color:#75788f;font-variant-numeric:tabular-nums}.directory-channel .participant{padding:7px 9px 7px 26px;font-size:11px;min-height:37px}.directory-channel .participant .avatar{width:23px;height:23px;font-size:10px}.empty-channel{display:block;font-size:9px;color:#666b7f;margin:1px 0 9px 53px}.lobby{width:100%;max-width:1050px;margin:auto}.lobby[hidden]{display:none}.lobby-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:32px}.lobby h1{font-size:33px;margin-bottom:10px}.lobby-heading p{font-size:12px;color:#a9a4c8;line-height:1.8;margin:0}.lobby-heading .primary{background:#aaa2ef;color:#26223e}.room-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.room-card{border:1px solid #ffffff17;border-radius:12px;background:linear-gradient(140deg,#292740df,#211f35c7);padding:23px;text-align:left;min-width:0;color:#eeecfa;box-shadow:0 10px 25px #0000000c;transition:border-color .15s,background .15s}.room-card:hover{border-color:#aaa2ef70;background:#383153}.card-top{display:flex;align-items:center;justify-content:space-between;color:#b3a9ea}.card-top .icon{width:23px;height:23px}.card-count{font-size:10px;background:#ffffff07;padding:5px 7px;border-radius:4px;color:#aaa4c9}.room-card h2{font:650 20px Manrope;margin:22px 0 16px;overflow:hidden;text-overflow:ellipsis}.card-avatars{display:flex;height:30px;padding-left:5px}.card-avatars .avatar{width:28px;height:28px;font-size:10px;border:2px solid #2e2846;margin-left:-5px}.room-card p{font-size:11px;color:#a09ab9;line-height:1.8;min-height:40px;overflow-wrap:anywhere;margin:10px 0 18px}.card-action{border-top:1px solid #ffffff0b;padding-top:16px;font-size:11px;color:#ccc4f5;display:flex;align-items:center;justify-content:space-between}.card-action .icon{width:15px;height:15px}.lobby-note{font-size:10px;color:#8f88af;text-align:center;margin:24px 0 0}#lobby-status{display:block;font-size:11px;color:#e4afac;text-align:center;margin-top:13px}.stage-hint[hidden]{display:none}@media(max-width:1100px){.room-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.lobby-heading{align-items:flex-start}.lobby h1{font-size:27px}.room-card{padding:17px}.lobby-heading .primary{font-size:10px;padding:11px}.directory-channel .participant{padding-left:20px}}@media(max-width:800px){.room-cards{grid-template-columns:1fr}.lobby-heading{flex-direction:column;gap:15px;margin-bottom:20px}.lobby h1{font-size:25px}.lobby-heading p{font-size:11px}.lobby{padding:7px 0}.room-card h2{margin:13px 0}.room-card p{min-height:0;margin-bottom:10px}.room-card .card-avatars:empty{display:none}.room-card{padding:16px}.lobby-note{font-size:9px;line-height:1.7}.directory-room{padding:9px 7px;gap:6px}.directory-room strong{font-size:11px}.directory-channel .participant{padding-left:16px;gap:6px;font-size:10px}.directory-channel .participant .avatar{width:21px;height:21px}.empty-channel{margin-left:38px}.sidebar-invite{margin-bottom:16px}}@media(max-width:600px){.lobby h1{font-size:24px;line-height:1.4}.lobby-heading p{font-size:10px}.room-card{padding:14px}.room-card h2{font-size:17px}.room-card p{font-size:10px}.directory-room strong{font-size:10px}.directory-room>span{font-size:8px}.directory-room .icon{width:15px;height:15px}.directory-channel .participant{padding:7px 5px 7px 15px;font-size:9px}.participant-state .icon{width:12px;height:12px}.live-badge{font-size:6px;padding:2px 3px}.stage:has(.lobby:not([hidden])){align-items:flex-start;padding-top:62px}.lobby-heading .primary{font-size:10px}.lobby-note{font-size:8px}}
/* Controls belong to each transmission, including in fullscreen. */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.stream-controls{display:none}.has-video .stream-controls{display:flex;position:absolute;bottom:0;left:0;right:0;align-items:center;gap:10px;padding:17px 14px 13px;background:linear-gradient(0deg,#08090eef 15%,#08090eba 70%,transparent);color:#e6e3f4;z-index:2}.stream-controls[hidden]{display:none}.stream-controls button{display:flex;align-items:center;justify-content:center;gap:7px;height:32px;background:#ffffff0c;border:1px solid #ffffff10;border-radius:6px;padding:6px 9px;color:#ebe8fa}.stream-controls .icon{width:17px;height:17px}.stream-controls .stream-mute{width:34px;padding:7px}.stream-mute[aria-pressed=true]{color:#eea7b0;background:#e96d7815}.stream-volume-label{display:flex;width:105px;flex-shrink:1}.stream-volume{width:100%;min-width:40px;height:4px;accent-color:#aaa2f1;cursor:pointer}.stream-volume:disabled{opacity:.35;cursor:not-allowed}.stream-volume-value{font-size:10px;width:32px;font-variant-numeric:tabular-nums}.stream-audio-status{font-size:9px;color:#aaa6bc;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.stream-fullscreen{margin-left:auto;flex-shrink:0;font-size:10px}.person-tile.has-video .person-label{top:12px;bottom:auto;max-width:calc(100% - 70px);z-index:2}.person-tile.has-video .tile-mic{top:16px;bottom:auto;z-index:2}.person-tile.has-video:fullscreen{width:100vw;height:100dvh;max-height:none;aspect-ratio:auto;border:0;border-radius:0;background:#050609;box-shadow:none}.person-tile.has-video:fullscreen video{width:100%;height:100%;max-height:none;object-fit:contain}.person-tile:fullscreen .stream-controls{padding:28px 25px 20px;gap:13px}.person-tile:fullscreen .stream-volume-label{width:160px}.person-tile:fullscreen .stream-fullscreen{font-size:12px;height:37px}.person-tile:fullscreen .stream-audio-status{font-size:11px}.stream-controls button:focus-visible{outline-offset:2px}@media(max-width:800px){.stream-audio-status{display:none}.stream-volume-label{width:80px}.stream-controls{gap:7px}.stream-fullscreen span{display:none}.person-tile:fullscreen .stream-audio-status{display:block}.has-video .stream-controls{padding:14px 10px 10px}}@media(max-width:600px){.has-video .stream-controls{gap:5px;padding:12px 7px 7px}.stream-volume-label{width:60px}.stream-volume-value{font-size:8px;width:25px}.stream-controls button{height:28px;padding:4px 6px}.stream-controls .stream-mute{width:28px;padding:5px}.stream-controls .icon{width:15px;height:15px}.person-tile:fullscreen .stream-controls{padding:20px 12px 12px;gap:8px}.person-tile:fullscreen .stream-volume-label{width:100px}.person-tile:fullscreen .stream-audio-status{display:none}}
.voice-settings-button{width:26px;height:28px;display:grid;place-items:center;background:none;border:0;color:#9695ae;padding:3px;flex-shrink:0}.voice-settings-button .icon{width:18px;height:18px}#voice-dialog{width:480px;max-height:calc(100dvh - 32px);overflow:auto}#voice-dialog .voice-intro{margin-bottom:13px}#voice-dialog select{width:100%;border:1px solid #41404f;border-radius:7px;padding:11px 12px;color:#eeeaf8;background:#15161e;font-size:12px}.voice-options{border:1px solid #ffffff0c;border-radius:9px;margin-top:20px;padding:0 13px}#voice-dialog .voice-option{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:0;padding:14px 0;border-bottom:1px solid #ffffff08}#voice-dialog .voice-option:last-child{border:0}.voice-option strong{font-weight:550;font-size:12px;display:block}.voice-option small{display:block;color:#85829b;font-size:10px;line-height:1.6;margin-top:4px}.voice-option input{width:17px;height:17px;accent-color:#a39af0;flex-shrink:0}.voice-option:has(input:disabled){opacity:.5}.voice-slider-heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.voice-slider-heading output{font-size:10px;color:#b9b0e7;margin-top:15px}#voice-dialog input[type=range]{width:100%;accent-color:#aaa0ed;height:4px;cursor:pointer;margin:8px 0}.sensitivity-labels{display:flex;justify-content:space-between;font-size:8px;color:#85809c;margin-top:5px}#voice-dialog .voice-help{font-size:10px;color:#8f88a8;line-height:1.7;margin:9px 0}.voice-test{margin-top:19px;padding:14px;background:#171820;border:1px solid #ffffff0a;border-radius:8px}.voice-test-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.voice-test-heading strong{font-size:11px;font-weight:500}.voice-test-heading button{padding:6px 9px;font-size:9px;color:#b9acf0;background:#aaa2ef0e;border:1px solid #aaa2ef25;border-radius:5px}.voice-meter{height:8px;background:#ffffff0a;border-radius:4px;overflow:hidden;margin:14px 0 9px}.voice-meter>span{display:block;width:0;height:100%;background:#43cf83;transition:width .08s}.voice-meter.clipping>span{background:#eea16b}#voice-meter-status{font-size:9px;color:#9892b0;line-height:1.7;display:block}#voice-dialog .dialog-actions{position:sticky;bottom:-30px;padding:12px 0 0;background:#20212b}@media(max-width:600px){#voice-dialog{padding:22px}.voice-settings-button{width:22px}.voice-settings-button .icon{width:16px;height:16px}.voice-option small{font-size:9px}.voice-test-heading{align-items:flex-start}.voice-test-heading strong{line-height:1.6}}
.stream-quality{background:#20202cdc;color:#ddd5fa;border:1px solid #aaa2ef30;border-radius:5px;padding:7px 9px;font-size:10px;cursor:pointer;max-width:145px}.stream-performance{font-size:9px;color:#bbb3d1;margin-left:auto;white-space:nowrap}.has-video:has(.stream-quality) .stream-audio-status{display:none}.has-video:has(.stream-quality) .stream-volume-label,.has-video:has(.stream-quality) .stream-volume-value,.has-video:has(.stream-quality) .stream-mute{display:none}.person-tile:fullscreen .stream-quality{font-size:12px;max-width:180px;padding:8px 12px}@media(max-width:800px){.stream-quality{max-width:122px;font-size:9px;padding:6px}.stream-performance{display:none}}@media(max-width:600px){.stream-quality{max-width:128px;font-size:8px}}
.stream-quality{max-width:205px}.stream-performance{font-size:8px}.has-video:has(.stream-quality) .stream-fullscreen span{display:none}@media(max-width:800px){.stream-quality{max-width:185px}}@media(max-width:600px){.stream-quality{max-width:155px;font-size:8px}}

.video-retry{position:absolute;z-index:4;left:50%;top:50%;transform:translate(-50%,-50%);padding:12px 18px;background:#5650d4;border:1px solid #aaa5ff;border-radius:8px}.video-retry[hidden]{display:none}

.stream-controls{flex-wrap:wrap}.stream-enable-audio[hidden]{display:none}.stream-controls .stream-enable-audio{background:#5650d4;min-height:40px}.stream-controls .stream-watch{font-size:10px;flex-shrink:0}.not-watching video{display:none!important}.not-watching .avatar,.not-watching .person-status{display:grid!important}.not-watching .person-status:after{content:' · Transmissão pausada para você'}.person-tile.stream-expanded{position:fixed!important;inset:0!important;z-index:1000;width:100vw!important;height:100dvh!important;max-height:none!important;aspect-ratio:auto!important;border:0;border-radius:0;background:#050609}.person-tile.stream-expanded video{width:100%;height:100%;object-fit:contain;max-height:none}.stream-expanded .stream-controls{padding:20px max(12px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))}.stream-expanded .person-label{top:max(12px,env(safe-area-inset-top))}.stream-expanded-open{overflow:hidden}@media(max-width:800px),(pointer:coarse){.stream-controls button,.stream-controls .stream-mute{min-width:44px;min-height:44px;height:44px;touch-action:manipulation}.stream-volume-label{min-height:44px;align-items:center;width:80px}.stream-controls .stream-volume{height:16px}.has-video .stream-controls{gap:6px;padding:12px 8px 8px}.stream-controls .stream-audio-status{display:block;flex:1 0 100%;font-size:10px;order:2}.stream-controls .stream-watch{font-size:10px}.stream-fullscreen{margin-left:auto}}

#share-quality,.viewer-quality{background:#20212b;color:#eee;border:1px solid #ffffff30;border-radius:6px;padding:10px;font:inherit}#share-quality{width:100%}.viewer-quality{font-size:10px;max-width:170px;min-height:36px}.received-quality{font-size:10px;color:#ddd}.has-video:not(:has(.stream-quality)) .stream-audio-status{flex:1 0 100%;order:3}@media(max-width:800px){.viewer-quality{min-height:44px}.received-quality{font-size:9px}}
@media(max-width:800px){.person-tile.has-video:not(.stream-expanded):not(:fullscreen){aspect-ratio:auto;max-height:none;overflow:hidden}.person-tile.has-video:not(.stream-expanded):not(:fullscreen) video{height:auto;aspect-ratio:16/9;flex-shrink:0}.person-tile.has-video:not(.stream-expanded):not(:fullscreen) .stream-controls{position:relative;width:100%;flex-shrink:0;background:#11121c;box-sizing:border-box}.person-tile.not-watching:not(.stream-expanded){min-height:220px}.person-tile.not-watching .stream-controls{margin-top:20px}}

.local-stream-controls .stream-mute,.local-stream-controls .stream-volume-label,.local-stream-controls .stream-volume-value{display:none}.local-stream-controls .stream-performance{margin-right:auto}

.has-video:not(.not-watching) .stream-controls{opacity:0;pointer-events:none;transition:opacity .2s}.has-video.controls-visible .stream-controls,.has-video .stream-controls:has(:focus-visible),.has-video:has(.stream-enable-audio:not([hidden])) .stream-controls{opacity:1;pointer-events:auto}.stream-controls .stream-change{font-size:10px}.has-video:not(.controls-visible):not(.not-watching) video{cursor:none}
