:root{--bg: oklch(.16 .012 250);--bg-2: oklch(.19 .013 250);--surface: oklch(.22 .014 250);--surface-2: oklch(.25 .015 250);--line: oklch(.3 .015 250);--line-strong: oklch(.4 .018 250);--fg: oklch(.96 .005 250);--fg-2: oklch(.78 .008 250);--fg-3: oklch(.58 .01 250);--fg-4: oklch(.42 .01 250);--accent: oklch(.78 .16 75);--accent-2: oklch(.68 .14 75);--accent-soft: oklch(.78 .16 75 / .14);--ok: oklch(.78 .14 165);--info: oklch(.78 .14 220);--warn: oklch(.8 .15 75);--crit: oklch(.7 .2 25);--muted: oklch(.6 .02 250);--radius: 6px;--radius-lg: 10px;--pad: 14px;--pad-sm: 10px;--pad-lg: 18px;--base: 13px;--meta: 11px;--display: "Geist", ui-sans-serif, system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, monospace}html[data-theme=light]{--bg: oklch(.985 .003 90);--bg-2: oklch(.965 .004 90);--surface: oklch(.995 .002 90);--surface-2: oklch(.945 .005 90);--line: oklch(.88 .006 90);--line-strong: oklch(.78 .008 90);--fg: oklch(.22 .012 250);--fg-2: oklch(.36 .01 250);--fg-3: oklch(.5 .01 250);--fg-4: oklch(.66 .01 250);--accent-soft: oklch(.78 .16 75 / .18)}html[data-accent=cyan]{--accent: #0e80af;--accent-2: #0a6a94;--accent-soft: rgb(14 128 175 / .15)}html[data-accent=green]{--accent: oklch(.76 .16 145);--accent-2: oklch(.66 .13 145);--accent-soft: oklch(.76 .16 145 / .15)}html[data-accent=blue]{--accent: #001e3e;--accent-2: #001530;--accent-soft: rgb(0 30 62 / .2)}html[data-accent=purple]{--accent: oklch(.74 .18 300);--accent-2: oklch(.64 .16 300);--accent-soft: oklch(.74 .18 300 / .15)}html[data-accent=red]{--accent: #85181c;--accent-2: #6a1215;--accent-soft: rgb(133 24 28 / .15)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:var(--bg);color:var(--fg)}body{font-family:var(--display);font-size:var(--base);-webkit-font-smoothing:antialiased}#root{height:100vh;display:flex;flex-direction:column}.mono{font-family:var(--mono)}::selection{background:var(--accent-soft);color:var(--fg)}hr{border:0;border-top:1px solid var(--line);margin:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:4px}@keyframes pulse{0%{transform:scale(.8);opacity:1}to{transform:scale(2.5);opacity:0}}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
