:root{font-size:clamp(16px,.2vw + 14px,20px);color-scheme:light;--font-sans: "Space Grotesk", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--brand-orange: #fb5505;--brand-yellow: #fed400;--brand-blue: #11aada;--radius: .625rem;--background: #ffffff;--foreground: #0a0a0b;--card: #ffffff;--card-foreground: #0a0a0b;--popover: #ffffff;--popover-foreground: #0a0a0b;--theme-background: var(--background);--theme-foreground: var(--foreground);--theme-card: var(--card);--theme-card-foreground: var(--card-foreground);--theme-popover: var(--popover);--theme-popover-foreground: var(--popover-foreground);--primary: #111111;--primary-foreground: #fafafa;--theme-primary: var(--primary);--theme-primary-foreground: var(--primary-foreground);--secondary: #f3f3f3;--secondary-foreground: #161616;--theme-secondary-hover: #e7e7e7;--interactive-hover-bg: #e5e5e5;--surface-passive-bg: #e2e2e2;--button-secondary-bg: #e2e2e2;--button-secondary-hover: #d3d3d3;--button-outline-bg: #f7f7f7;--button-outline-border: #bdbdc5;--button-outline-hover: var(--interactive-hover-bg);--button-ghost-hover: var(--interactive-hover-bg);--theme-secondary: var(--secondary);--theme-secondary-foreground: var(--secondary-foreground);--theme-accent-strong: #111111;--muted: #f5f5f5;--muted-foreground: #606065;--accent: #f5f5f5;--accent-foreground: #161616;--skeleton: #d8d8dd;--theme-muted: var(--muted);--theme-muted-foreground: var(--muted-foreground);--theme-accent: var(--accent);--theme-accent-foreground: var(--accent-foreground);--destructive: #d92d20;--border: #dedee3;--input: #ececef;--ring: color-mix(in srgb, #111111 22%, transparent);--theme-destructive: var(--destructive);--theme-border: var(--border);--theme-input: var(--input);--theme-ring: var(--ring);--chart-1: #111111;--chart-2: #313131;--chart-3: #4f4f4f;--chart-4: #777777;--chart-5: #a6a6a6;--sidebar: #ffffff;--sidebar-foreground: #111111;--sidebar-primary: #111111;--sidebar-primary-foreground: #fafafa;--sidebar-accent: #f5f5f5;--sidebar-accent-foreground: #111111;--sidebar-border: #dedee3;--sidebar-ring: color-mix(in srgb, #111111 22%, transparent);--scrollbar-track: #f3f3f3;--scrollbar-thumb: #c6c6cd;--scrollbar-thumb-hover: #a9a9b1}html.dark{color-scheme:dark;--background: #050505;--foreground: #f5f5f5;--card: #0b0b0b;--card-foreground: #f5f5f5;--popover: #0b0b0b;--popover-foreground: #f5f5f5;--theme-background: var(--background);--theme-foreground: var(--foreground);--theme-card: var(--card);--theme-card-foreground: var(--card-foreground);--theme-popover: var(--popover);--theme-popover-foreground: var(--popover-foreground);--primary: #f5f5f5;--primary-foreground: #09090b;--theme-primary: var(--primary);--theme-primary-foreground: var(--primary-foreground);--secondary: #171717;--secondary-foreground: #f5f5f5;--theme-secondary-hover: #222222;--interactive-hover-bg: #232327;--surface-passive-bg: #2a2a2e;--button-secondary-bg: #2a2a2e;--button-secondary-hover: #3a3a3f;--button-outline-bg: #101012;--button-outline-border: #4a4a51;--button-outline-hover: var(--interactive-hover-bg);--button-ghost-hover: var(--interactive-hover-bg);--theme-secondary: var(--secondary);--theme-secondary-foreground: var(--secondary-foreground);--theme-accent-strong: #f5f5f5;--muted: #121212;--muted-foreground: #a2a2aa;--accent: #141414;--accent-foreground: #f5f5f5;--skeleton: #303036;--theme-muted: var(--muted);--theme-muted-foreground: var(--muted-foreground);--theme-accent: var(--accent);--theme-accent-foreground: var(--accent-foreground);--destructive: #ef4444;--border: #2b2b30;--input: #1b1b1f;--ring: color-mix(in srgb, #f5f5f5 28%, transparent);--theme-destructive: var(--destructive);--theme-border: var(--border);--theme-input: var(--input);--theme-ring: var(--ring);--chart-1: #f5f5f5;--chart-2: #d4d4d8;--chart-3: #a1a1aa;--chart-4: #737373;--chart-5: #525252;--sidebar: #080808;--sidebar-foreground: #f5f5f5;--sidebar-primary: #f5f5f5;--sidebar-primary-foreground: #09090b;--sidebar-accent: #141414;--sidebar-accent-foreground: #f5f5f5;--sidebar-border: #2b2b30;--sidebar-ring: color-mix(in srgb, #f5f5f5 28%, transparent);--scrollbar-track: #0d0d0f;--scrollbar-thumb: #383840;--scrollbar-thumb-hover: #505059}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;min-height:100%}body{font-family:var(--font-sans);background:var(--background);color:var(--foreground);text-rendering:optimizeLegibility}html{scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);scrollbar-width:thin}*{scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}*::-webkit-scrollbar{width:.8rem;height:.8rem}*::-webkit-scrollbar-track{background:var(--scrollbar-track)}*::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border:2px solid var(--scrollbar-track);border-radius:999px}*::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}*::-webkit-scrollbar-corner{background:var(--scrollbar-track)}
