:root{color-scheme:dark;--bg: #0b0d10;--fg: #e8eaed;--muted: #9aa0a6;--accent: #8ab4f8;--danger: #f28b82;--chip: rgba(255, 255, 255, .08);--bar: rgba(0, 0, 0, .55);font-family:system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#app{height:100%;margin:0;background:var(--bg);color:var(--fg)}a{color:var(--accent)}.page{min-height:100%;display:grid;place-items:center;padding:1.5rem}.card{width:min(22rem,100%);background:#15181e;border-radius:12px;padding:1.5rem}.card h1{font-size:1.25rem;margin:0 0 1rem;font-weight:600}label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.35rem}input,button,select{width:100%;font:inherit;border-radius:8px;border:1px solid #2a2f38;background:#0f1217;color:var(--fg);padding:.65rem .75rem;margin-bottom:.85rem}button{cursor:pointer;background:var(--accent);color:#0b0d10;border:none;font-weight:600}button.secondary{background:transparent;color:var(--fg);border:1px solid #2a2f38}button:disabled{opacity:.5;cursor:not-allowed}.err{color:var(--danger);font-size:.85rem;margin:-.4rem 0 .8rem}.hint{color:var(--muted);font-size:.85rem}.watch{position:relative;height:100%;background:#000;overflow:hidden}.watch video.main{width:100%;height:100%;object-fit:contain;background:#000}.top-chrome{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;pointer-events:none;z-index:2}.top-chips,#stats-chips{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;max-width:min(70%,40rem)}.bottom-bar{position:absolute;left:0;right:0;bottom:0;display:flex;gap:.5rem;align-items:center;justify-content:center;padding:.75rem 1rem;background:linear-gradient(transparent,var(--bar));pointer-events:auto;opacity:0;transition:opacity .2s;z-index:2}.watch:hover .bottom-bar,.watch.show-chrome .bottom-bar,.watch.needs-unmute .bottom-bar{opacity:1}.watch.needs-unmute #unmute{min-width:6rem;font-size:1rem;padding:.75rem 1.25rem}.chip{pointer-events:auto;background:var(--chip);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;padding:.35rem .75rem;font-size:.8rem;white-space:nowrap}.chip.live{color:#81c995}.chip.warn{color:#fdd663}.chip.off{color:var(--danger)}.chip.path.direct{color:#81c995}.chip.path.relay{color:#fdd663}.chip.path.connecting{color:var(--muted)}.bottom-bar button{width:auto;margin:0;min-width:2.75rem}.self-pip{position:absolute;right:1rem;bottom:4.5rem;width:9rem;aspect-ratio:4/3;border-radius:8px;overflow:hidden;background:#222;border:1px solid #333;z-index:2}.self-pip video{width:100%;height:100%;object-fit:cover}.self-pip.hidden{display:none}.presence{pointer-events:auto;display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end;max-width:min(40%,22rem)}.presence-empty{font-size:.75rem;color:var(--muted);background:var(--chip);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;padding:.3rem .65rem}.presence-person{display:inline-flex;align-items:center;gap:.3rem;background:var(--chip);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;padding:.25rem .55rem .25rem .65rem;font-size:.75rem;max-width:10rem}.presence-person.host{border:1px solid rgba(129,201,149,.35)}.presence-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:6.5rem}.presence-person .dot{width:.45rem;height:.45rem;border-radius:50%;flex-shrink:0;background:#5f6368}.presence-person .dot.on{background:#81c995}.presence-person .dot.off{background:#5f6368}.presence-person .dot.mic.on{background:#8ab4f8}.presence-person .dot.cam.on{background:#fdd663}.host{display:grid;grid-template-columns:16rem 1fr;height:100%}.host-side{padding:1rem;border-right:1px solid #222;overflow:auto}.host-main{position:relative;background:#000;min-height:12rem}.host-main video{width:100%;height:100%;object-fit:contain}@media (max-width: 720px){.host{grid-template-columns:1fr;grid-template-rows:auto 1fr}.host-side{border-right:none;border-bottom:1px solid #222}.presence{max-width:100%}}.host-main video.hidden{display:none}.live-banner{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;gap:.5rem;text-align:center;padding:2rem;background:#0b0d10;z-index:1}.live-banner.hidden{display:none}.live-banner-title{margin:0;font-size:1.35rem;font-weight:600;color:#81c995}.live-banner-sub{margin:0;max-width:28rem;color:var(--muted);font-size:.9rem;line-height:1.4}.hint.warn-desktop{color:#fdd663}
