.debug-panel{z-index:9999;background:var(--bg);color:var(--text);padding:16px;font-size:13px;position:fixed;inset:0;overflow-y:auto}.debug-panel header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.debug-panel section{background:var(--surface);border-radius:6px;margin-bottom:10px;padding:10px 12px}.debug-panel h3{text-transform:uppercase;color:var(--muted);margin:0 0 6px;font-size:12px}.debug-panel p{word-break:break-word;margin:2px 0}.debug-log{max-height:40vh;margin:0;padding:0;list-style:none;overflow-y:auto}.debug-log li{border-top:1px solid var(--bg);word-break:break-word;padding:4px 0}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#1e1f22;--surface:#2b2d31;--text:#f2f3f5;--muted:#b5bac1;--accent:#5865f2;--ok:#23a55a;--fail:#f23f43;--warn:#f0b232;font-family:gg sans,Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}button{background:var(--accent);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:4px;padding:8px 14px}button:disabled{opacity:.5;cursor:default}button.link{color:var(--muted);background:0 0;padding:4px 8px;font-size:13px;text-decoration:underline}button.link:hover{color:var(--text)}button.back{margin:8px 0 0 8px}.muted{color:var(--muted)}.small{font-size:12px}.screen{min-height:100vh;padding:16px}.screen.center{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.brand-logo{width:64px;height:64px}.brand-logo-small{flex-shrink:0;width:28px;height:28px}.message{max-width:420px;margin:0;font-size:16px}.screen .detail{color:var(--muted);word-break:break-word;max-width:520px;font-size:12px}.spinner{border:3px solid var(--surface);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.avatar{background:var(--accent);color:#fff;object-fit:cover;border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.lobby{flex-direction:column;gap:16px;max-width:720px;margin:0 auto;display:flex}.lobby-header{background:var(--surface);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.me{align-items:center;gap:10px;min-width:0;display:flex}.me>div{min-width:0}.me .small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.connection{color:var(--muted);flex:none;align-items:center;gap:6px;font-size:13px;display:inline-flex}.connection .dot{background:var(--warn);border-radius:50%;width:8px;height:8px}.connection[data-state=connected] .dot{background:var(--ok)}.connection[data-state=disconnected] .dot{background:var(--fail)}.section-title{text-transform:uppercase;color:var(--muted);margin:0 0 8px;font-size:12px;font-weight:700}.participants{gap:4px;margin:0;padding:0;list-style:none;display:grid}.participants li{border-radius:4px;align-items:center;gap:10px;padding:6px 8px;display:flex}.participants li:hover{background:var(--surface)}.error{color:var(--fail)}.share-box{background:var(--surface);border-radius:8px;flex-direction:column;align-items:flex-start;gap:6px;padding:12px;display:flex}.share-box.live strong{color:var(--fail)}.notice{background:var(--surface);color:var(--muted);border-radius:6px;justify-content:space-between;align-items:center;gap:8px;margin:0;padding:8px 12px;font-size:14px;display:flex}.empty{margin:0;font-size:14px}.streams{gap:6px;margin:0;padding:0;list-style:none;display:grid}.streams li{background:var(--surface);border-radius:8px;align-items:center;gap:12px;padding:10px 12px;display:flex}.stream-name{flex-direction:column;flex:1;min-width:0;display:flex}.watch{background:#000;flex-direction:column;height:100vh;display:flex}.watch-header{background:var(--bg);align-items:center;gap:8px;padding:8px 12px;display:flex}.watch-controls{align-items:center;gap:8px;margin-left:auto;display:flex}.watch-controls select{background:var(--surface);color:var(--text);font:inherit;border:0;border-radius:4px;padding:4px 6px;font-size:13px}.watch-controls .link{font-size:18px}.player{flex:1;min-height:0;position:relative}.player video{object-fit:contain;width:100%;height:100%;display:block}.player-overlay{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}
