:root{--tv-bg:#050507;--tv-bg-raised:#0b0b10;--tv-surface:#ffffff09;--tv-surface-hover:#ffffff0f;--tv-border:#ffffff17;--tv-border-strong:#ffffff29;--tv-text:#f5f5f7;--tv-text-muted:#f5f5f79e;--tv-text-dim:#f5f5f761;--tv-accent-from:#00e5ff;--tv-accent-to:#001eff;--tv-accent-grad:linear-gradient(90deg, #00e5ff 0%, #001eff 100%);--tv-accent-soft:#00e5ff24;--tv-font-display:"Space Grotesk", sans-serif;--tv-font-body:"Inter", sans-serif;--tv-font-mono:"JetBrains Mono", "Fira Code", ui-monospace, Menlo, monospace;--tv-sidebar-w:268px;--tv-topbar-h:64px;--tv-radius:14px;--tv-radius-sm:9px}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%}body{background:var(--tv-bg);color:var(--tv-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100%}@font-face{font-family:gothic;src:url(/assets/centurygothic_bold-BbKWdxWh.ttf);font-display:swap}::selection{color:#fff;background:#00e5ff47}.tv-route-fallback{background:var(--tv-bg);min-height:100vh;font-family:var(--tv-font-body);flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.tv-route-fallback__spinner{border:2px solid #ffffff1f;border-top-color:var(--tv-accent-from);border-radius:50%;width:26px;height:26px;animation:.7s linear infinite tv-route-spin}@keyframes tv-route-spin{to{transform:rotate(360deg)}}.tv-route-fallback__label{color:var(--tv-text-dim);letter-spacing:.05em;font-size:.82rem}@media (prefers-reduced-motion:reduce){.tv-route-fallback__spinner{animation-duration:2s}}
