:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#eaf6f5;background:#071014;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #071014;--panel: #101c21;--panel-raised: #14252a;--border: rgba(154, 199, 199, .16);--muted: #8da5a8;--text: #eaf6f5;--cyan: #39d8d2;--cyan-dark: #093d3c;--green: #4ade9a;--red: #ff7183;--amber: #ffc962}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--bg)}body{min-width:320px;min-height:100vh;min-height:100dvh;margin:0;background:radial-gradient(circle at 50% -6rem,rgba(27,178,173,.19),transparent 24rem),var(--bg)}button{font:inherit}button:focus-visible{outline:3px solid rgba(57,216,210,.65);outline-offset:3px}button:disabled{cursor:not-allowed;opacity:.46}.app-shell{min-height:100vh;min-height:100dvh}.topbar{position:sticky;z-index:10;top:0;display:grid;grid-template-columns:auto 1fr auto;min-height:70px;align-items:center;gap:11px;padding:max(12px,env(safe-area-inset-top)) 18px 12px;border-bottom:1px solid var(--border);background:#071014e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar>div:nth-child(2){display:grid}.topbar strong{font-size:15px;letter-spacing:.22em}.topbar small{margin-top:3px;color:var(--muted);font-size:8px;font-weight:750;letter-spacing:.14em}.brand-mark{display:flex;width:38px;height:38px;align-items:center;justify-content:center;gap:3px;border:1px solid rgba(57,216,210,.42);border-radius:11px;background:#39d8d21a}.brand-mark i{width:3px;border-radius:4px;background:var(--cyan)}.brand-mark i:nth-child(1),.brand-mark i:nth-child(3){height:12px}.brand-mark i:nth-child(2){height:23px}.online-pill{display:flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:10px;font-weight:700;white-space:nowrap}.online-pill--ok{color:var(--green)}.dot{display:inline-block;width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#526065}.dot--healthy{background:var(--green);box-shadow:0 0 8px #4ade9a80}.participant-page{width:min(100%,540px);margin:0 auto;padding:30px 16px calc(28px + env(safe-area-inset-bottom))}.identity-card{text-align:center}.eyebrow{margin:0 0 7px;color:var(--cyan);font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.identity-card h1{margin:0;font-size:clamp(29px,9vw,42px);letter-spacing:-.035em}.session-label{margin:7px 0 0;color:var(--muted);font-size:12px}.production-mode-pill{display:inline-flex;margin:12px 0 0;padding:6px 10px;border:1px solid rgba(57,216,210,.25);border-radius:999px;background:#39d8d214;color:var(--cyan);font-size:9px;font-weight:750;letter-spacing:.04em}.production-mode-pill--experimental{border-color:#ffc96252;background:#ffc96217;color:var(--amber)}.alert,.muted-notice,.media-retry-notice{display:grid;gap:3px;margin-top:20px;padding:13px 15px;border:1px solid rgba(255,113,131,.36);border-radius:13px;background:#ff718317;color:#ffd7dd;font-size:12px}.media-retry-notice{border-color:#ffc96257;background:#ffc96214;color:#ffe3aa}.media-retry-notice strong{color:var(--amber)}.media-retry-notice small{margin-top:2px;color:var(--muted);font-size:10px;line-height:1.4}.alert strong{color:var(--red)}.status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:25px}.status-grid article{display:grid;min-width:0;justify-items:center;gap:5px;padding:11px 4px 10px;border:1px solid var(--border);border-radius:12px;background:#101c21b3;text-align:center}.status-grid span:not(.dot){color:var(--muted);font-size:9px;text-transform:uppercase}.status-grid strong{width:100%;overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.microphone-card,.speak-card,.keep-open{margin-top:14px;border:1px solid var(--border);border-radius:22px;background:linear-gradient(150deg,#14252af5,#0b171cf5);box-shadow:0 18px 54px #0000002e}.microphone-card{padding:27px 22px 22px;text-align:center}.microphone-card--live{border-color:#39d8d259;box-shadow:0 18px 60px #095b582b}.microphone-orb{display:grid;width:82px;height:82px;margin:0 auto 17px;place-items:center;border:1px solid rgba(57,216,210,.3);border-radius:50%;background:radial-gradient(circle,#39d8d22b,#39d8d208)}.microphone-orb svg{width:45px;fill:var(--cyan);stroke:var(--cyan);stroke-width:4;stroke-linecap:round}.microphone-card--live .microphone-orb{animation:breathe 2s ease-in-out infinite}@keyframes breathe{50%{box-shadow:0 0 0 12px #39d8d20d,0 0 35px #39d8d226}}.microphone-card h2,.speak-card h2{margin:0;font-size:19px;letter-spacing:-.015em}.microphone-card p,.speak-card p,.keep-open p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.camera-preview{position:relative;width:min(76%,250px);aspect-ratio:9 / 16;margin:20px auto 0;overflow:hidden;border:1px solid rgba(57,216,210,.3);border-radius:18px;background:radial-gradient(circle,rgba(57,216,210,.12),transparent 54%),#071014}.camera-preview video{display:block;width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.camera-preview>span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;padding:22px;place-items:center;color:var(--muted);font-size:11px;line-height:1.45}.camera-preview>small{position:absolute;right:8px;bottom:8px;left:8px;padding:6px 8px;border-radius:8px;background:#071014c7;color:#c3d7d7;font-size:8px}.level-meter{height:8px;margin-top:24px;overflow:hidden;border-radius:999px;background:#071014}.level-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),var(--cyan),var(--amber));transition:width 80ms linear}.level-value{display:block;margin-top:7px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.audio-diagnostics{margin-top:18px;padding:14px;border:1px solid var(--border);border-radius:14px;background:#07101480;text-align:left}.audio-diagnostics>strong{display:block;color:var(--text);font-size:11px}.audio-diagnostics dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:11px 0 0}.audio-diagnostics dl>div{min-width:0;padding:8px 9px;border-radius:9px;background:#14252ab8}.audio-diagnostics dt{color:var(--muted);font-size:9px}.audio-diagnostics dd{margin:3px 0 0;overflow:hidden;color:var(--cyan);font-size:11px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.audio-diagnostics>p{margin-top:10px;font-size:10px;line-height:1.4}.button,.button--microphone,.talk-button{min-height:50px;border:0;border-radius:14px;background:var(--cyan);color:#052322;font-weight:820;cursor:pointer}.button--microphone{width:100%;margin-top:20px}.button--stop{background:#ff71831f;color:#ff9fac;box-shadow:inset 0 0 0 1px #ff718352}.speak-card{padding:21px}.talk-button{display:flex;width:100%;align-items:center;justify-content:center;gap:9px;margin-top:18px}.talk-button span{font-size:20px}.talk-button--cancel{background:#ffc96221;color:var(--amber);box-shadow:inset 0 0 0 1px #ffc96259}.speak-card>small{display:block;margin-top:8px;color:var(--muted);font-size:10px;text-align:center}.muted-notice{color:var(--amber);text-align:center}.keep-open{display:flex;gap:13px;padding:16px}.keep-open>span{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:12px;background:#ffc9621a;color:var(--amber)}.keep-open strong{font-size:13px}.keep-open p{margin-top:4px;font-size:11px}.text-button{display:block;margin:17px auto 0;border:0;background:transparent;color:var(--cyan);font-size:12px;font-weight:750;cursor:pointer}footer{margin-top:25px;color:#60777a;font-size:9px;text-align:center}.centered-page{display:grid;min-height:100vh;min-height:100dvh;padding:30px;place-content:center;justify-items:center;text-align:center}.centered-page h1{margin:20px 0 7px;font-size:25px}.centered-page p{max-width:330px;margin:0 0 22px;color:var(--muted);line-height:1.55}.centered-page .button{padding:0 25px}.loader{width:42px;height:42px;border:3px solid rgba(57,216,210,.12);border-top-color:var(--cyan);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-symbol{display:grid;width:54px;height:54px;place-items:center;border:1px solid rgba(255,113,131,.4);border-radius:50%;background:#ff71831a;color:var(--red);font-size:26px;font-weight:800}@media(max-width:370px){.topbar{padding-inline:12px}.online-pill{font-size:0}.online-pill .dot{margin:4px}.status-grid{grid-template-columns:repeat(2,1fr)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
