:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{box-sizing:border-box;flex-direction:column;min-height:100svh;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.home{text-align:center;max-width:420px;margin:10vh auto 0;padding:2rem}.home .subtitle{color:#888;margin-bottom:2rem}.home input{box-sizing:border-box;width:100%;margin-bottom:1rem;padding:.6rem .8rem;font-size:1rem;display:block}.home-actions{flex-direction:column;gap:1rem;display:flex}.join-row{gap:.5rem;display:flex}.join-row input{margin-bottom:0}.error{color:#e5484d;margin-top:1rem}.auth-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem 1rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.auth-greeting{white-space:nowrap;color:#a9a2c4}.auth-bar .auth-cta{margin-bottom:0}.link-button{color:inherit;cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.auth-cta{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem;display:flex}.auth-cta-button{white-space:nowrap;color:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:6px;padding:.6rem 1.4rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block}.auth-bar .auth-cta-button{padding:.45rem 1rem;font-size:.85rem}.auth-cta-button.primary{color:#fff;background:#6e56cf;border-color:#6e56cf}.auth-cta-button.accent{color:#c4b5f5;border-color:#6e56cf}.locked-action button{width:100%}.locked-action button:disabled{opacity:.5;cursor:not-allowed}.locked-hint{color:#888;margin:.4rem 0 0;font-size:.8rem}.pref-field{text-align:left;margin-bottom:1.25rem;font-size:.9rem;display:block}.pref-field select{box-sizing:border-box;width:100%;margin-top:.4rem;padding:.5rem .6rem;font-size:1rem;display:block}.pref-toggle{text-align:left;flex-direction:row;justify-content:flex-start;align-items:center;gap:.6rem;width:100%;margin-bottom:.75rem;font-size:.9rem;display:flex}.pref-toggle input[type=checkbox]{flex:none;width:1.1rem;height:1.1rem;margin:0}.back-link{color:inherit;opacity:.8;margin-bottom:1rem;font-size:.9rem;text-decoration:none;display:inline-block}.back-link:hover{opacity:1}.status-screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100vh;display:flex}.top-bar{z-index:20;align-items:center;gap:.5rem;display:flex;position:fixed;top:1rem;left:1rem}.room-code-badge{color:#fff;background:#0009;border:1px solid #fff3;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.9rem;display:flex}.room-code-badge strong{letter-spacing:.05em}.room-code-badge button{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:4px;padding:.25rem .6rem}.host-controls{gap:.5rem;display:flex}.host-controls button{color:#fff;cursor:pointer;background:#0009;border:1px solid #fff3;border-radius:6px;padding:.5rem .9rem}.host-controls .danger{background:#c82828cc}.waiting-room-panel{color:#fff;z-index:20;background:#000000bf;border-radius:8px;width:260px;padding:.75rem 1rem;position:fixed;top:1rem;right:1rem}.waiting-room-panel h3{margin:0 0 .5rem;font-size:.95rem}.waiting-room-panel ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.waiting-room-panel li{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.waiting-room-panel button{cursor:pointer;border:none;border-radius:4px;padding:.25rem .6rem}.waiting-room-panel .deny{color:#fff;background:#444}.chat-toast{color:#fff;z-index:25;background:#000c;border-radius:8px;flex-direction:column;gap:.15rem;max-width:min(80vw,360px);padding:.6rem 1rem;animation:.15s ease-out chat-toast-in;display:flex;position:fixed;bottom:6.5rem;left:50%;transform:translate(-50%)}.chat-toast strong{opacity:.8;font-size:.8rem}.chat-toast span{overflow-wrap:anywhere;font-size:.95rem}@keyframes chat-toast-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.participants-panel{color:#fff;z-index:20;background:#000000d9;border-radius:8px;width:280px;max-height:60vh;padding:.75rem 1rem;position:fixed;bottom:4.5rem;right:1rem;overflow-y:auto}.participants-panel h3{margin:0 0 .5rem;font-size:.95rem}.participants-panel ul{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.participants-panel li{border-top:1px solid #ffffff1a;padding-top:.5rem}.participant-row-top{justify-content:space-between;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.mic-indicator{opacity:.7;white-space:nowrap;font-size:.75rem}.participant-status{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.menu-toggle{cursor:pointer;color:#fff;background:0 0;border:none;border-radius:4px;padding:.1rem .4rem;font-size:1rem;line-height:1}.menu-toggle:hover{background:#ffffff26}.participant-menu{flex-direction:column;gap:.3rem;margin-top:.4rem;display:flex}.participant-menu button{cursor:pointer;color:#fff;text-align:left;background:#ffffff26;border:none;border-radius:4px;padding:.35rem .6rem;font-size:.8rem}.participant-menu .danger{background:#c82828cc}.mobile-audio-warning{color:#1a1a1a;z-index:25;text-align:left;background:#d8a51c;border-radius:8px;align-items:center;gap:.75rem;max-width:min(90vw,420px);padding:.6rem .9rem;font-size:.85rem;line-height:1.3;display:flex;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.mobile-audio-warning button{color:inherit;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:1.3rem;line-height:1}@media (width<=600px){.lk-button-label{display:none}}
