: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-chips,.bottom-bar{position:absolute;left:0;right:0;display:flex;gap:.5rem;align-items:center;padding:.75rem 1rem;pointer-events:none}.top-chips{top:0;justify-content:flex-start;flex-wrap:wrap}.bottom-bar{bottom:0;justify-content:center;background:linear-gradient(transparent,var(--bar));pointer-events:auto;opacity:0;transition:opacity .2s}.watch:hover .bottom-bar,.watch.show-chrome .bottom-bar{opacity:1}.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}.chip.live{color:#81c995}.chip.warn{color:#fdd663}.chip.off{color:var(--danger)}.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}.self-pip video{width:100%;height:100%;object-fit:cover}.self-pip.hidden{display:none}.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}.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}}
