:root{--tv-bg:oklch(.11 .012 25);--tv-surface:oklch(.155 .014 25);--tv-surface2:oklch(.2 .016 25);--tv-elevated:oklch(.18 .015 25);--tv-plate:oklch(.92 .008 80);--tv-plate-ink:oklch(.22 .02 25);--tv-ink:oklch(.96 .008 25);--tv-muted:oklch(.68 .012 25);--tv-faint:oklch(.48 .01 25);--tv-live:oklch(.58 .21 26);--tv-live-dim:oklch(.38 .12 26);--tv-ring:oklch(.72 .1 48);--tv-focus:oklch(.78 .12 48);--tv-error:oklch(.55 .18 20);--tv-font:"IBM Plex Sans",system-ui,-apple-system,sans-serif;--tv-font-mono:"IBM Plex Mono",ui-monospace,monospace;--tv-text-xs:.6875rem;--tv-text-sm:.8125rem;--tv-text-base:.9375rem;--tv-text-lg:1.0625rem;--tv-text-xl:1.25rem;--tv-text-2xl:1.5rem;--tv-space-1:.25rem;--tv-space-2:.5rem;--tv-space-3:.75rem;--tv-space-4:1rem;--tv-space-5:1.25rem;--tv-space-6:1.5rem;--tv-space-8:2rem;--tv-space-10:2.5rem;--tv-space-12:3rem;--tv-space-16:4rem;--tv-radius-sm:2px;--tv-radius:3px;--tv-radius-lg:4px;--tv-z-dropdown:100;--tv-z-sticky:200;--tv-z-overlay:300;--tv-z-modal:400;--tv-z-toast:500;--tv-z-tooltip:600;--tv-ease-out:cubic-bezier(.16,1,.3,1);--tv-ease-in:cubic-bezier(.7,0,.84,0);--tv-dur-fast:.15s;--tv-dur-base:.2s;--tv-dur-slow:.35s;--tv-page-pad:var(--tv-space-6);--tv-card-w:168px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{color-scheme:dark;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--tv-font);font-size:var(--tv-text-base);background-color:var(--tv-bg);background-image:radial-gradient(ellipse 120% 60% at 50% -10%,oklch(.22 .04 26/.35),transparent 55%),radial-gradient(ellipse 80% 40% at 100% 100%,oklch(.16 .03 48/.2),transparent 50%);background-attachment:fixed;color:var(--tv-ink);min-height:100dvh;overflow-x:hidden}:focus-visible{outline:2px solid var(--tv-focus);outline-offset:2px;border-radius:1px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--tv-surface2);border-radius:1px}::-webkit-scrollbar-thumb:hover{background:var(--tv-faint)}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@keyframes tv-live-pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes tv-shimmer{0%{background-position:-200%}to{background-position:200%}}.tv-skeleton{background:linear-gradient(90deg,var(--tv-surface) 25%,var(--tv-surface2) 50%,var(--tv-surface) 75%);background-size:200% 100%;animation:tv-shimmer 1.6s ease-in-out infinite}@keyframes tv-fade-in{0%{opacity:0}to{opacity:1}}@keyframes tv-fade-out{0%{opacity:1}to{opacity:0}}.ctrl-fade-enter-active{transition:opacity .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1)}.ctrl-fade-leave-active{transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1)}.ctrl-fade-enter-from,.ctrl-fade-leave-to{opacity:0;transform:translateY(6px)}@media(prefers-reduced-motion:reduce){.ctrl-fade-enter-active,.ctrl-fade-leave-active{transition:opacity .15s ease}.ctrl-fade-enter-from,.ctrl-fade-leave-to{transform:none}}@media(max-width:640px){:root{--tv-page-pad:var(--tv-space-3);--tv-card-w:140px}}
