:root{--bg:#000;--fg:#e8e8e8;--muted:#8a8a8a;--danger:#e35d6a}*{box-sizing:border-box}html,body{min-height:100%;color:var(--fg);background:var(--bg);margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95em}.home{text-align:center;place-content:center;gap:.75rem;min-height:100vh;padding:2rem;display:grid}.home h1{margin:0;font-size:1.5rem;font-weight:600}.home p{color:var(--muted);margin:0}.player-shell{background:#000;width:100vw;height:100vh;position:relative;overflow:hidden}.player-surface{background:#000;width:100%;height:100%}.player-surface>div,.player-surface video{width:100%!important;height:100%!important}.player-label{z-index:2;color:var(--muted);letter-spacing:.02em;pointer-events:none;background:#00000073;margin:0;padding:.2rem .45rem;font-size:.75rem;position:absolute;top:.75rem;left:.75rem}.player-error{z-index:2;color:var(--danger);margin:0;font-size:.875rem;position:absolute;bottom:.75rem;left:.75rem;right:.75rem}.config-error{text-align:center;place-content:center;gap:.75rem;min-height:100vh;padding:2rem;display:grid}.config-error h1{margin:0;font-size:1.25rem}.config-error p{color:var(--muted);max-width:36rem;margin:0}
