:root,:root[data-theme=dark]{--sr-bg: #0a0a0a;--sr-bg-soft: #101010;--sr-fg: rgba(255, 255, 255, .94);--sr-fg-dim: rgba(255, 255, 255, .66);--sr-fg-faint: rgba(255, 255, 255, .42);--sr-fg-ghost: rgba(255, 255, 255, .2);--sr-line: rgba(255, 255, 255, .14);--sr-line-soft: rgba(255, 255, 255, .08);--sr-surface: rgba(255, 255, 255, .035);--sr-surface-2: rgba(255, 255, 255, .06);--sr-inv-bg: #ffffff;--sr-inv-fg: #0a0a0a;--sr-good: oklch(.82 .12 155);--sr-warn: oklch(.8 .13 70);--sr-font: "Geist", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--sr-mono: "Geist Mono", ui-monospace, monospace;--sr-accent: var(--sr-fg);--sr-accent-soft: var(--sr-fg-dim);--sr-motion-drawer: .62s cubic-bezier(.22, .86, .28, 1);color-scheme:dark}:root[data-theme=light]{--sr-bg: #f6f4ef;--sr-bg-soft: #ebe8e1;--sr-fg: rgba(20, 18, 16, .92);--sr-fg-dim: rgba(20, 18, 16, .62);--sr-fg-faint: rgba(20, 18, 16, .4);--sr-fg-ghost: rgba(20, 18, 16, .18);--sr-line: rgba(20, 18, 16, .2);--sr-line-soft: rgba(20, 18, 16, .1);--sr-surface: rgba(20, 18, 16, .035);--sr-surface-2: rgba(20, 18, 16, .07);--sr-inv-bg: #0a0a0a;--sr-inv-fg: #f6f4ef;--sr-good: oklch(.55 .13 155);--sr-warn: oklch(.62 .14 50);color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--sr-bg);color:var(--sr-fg);font-family:var(--sr-font);font-size:14px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button{font-family:inherit}:focus-visible{outline:1.5px solid var(--sr-fg);outline-offset:1px}@keyframes sr-caret{50%{opacity:0}}@keyframes sr-pulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion: reduce){:root,:root[data-theme=dark],:root[data-theme=light]{--sr-motion-drawer: 0ms linear}}
