: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: #f6f8ff;--foreground: #09090b;--card: #ffffff;--card-foreground: #09090b;--popover: #ffffff;--popover-foreground: #09090b;--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: #171717;--primary-foreground: #fafafa;--theme-primary: var(--primary);--theme-primary-foreground: var(--primary-foreground);--secondary: #e5d8ff;--secondary-foreground: #241443;--theme-secondary-hover: #d9c8ff;--theme-secondary: var(--secondary);--theme-secondary-foreground: var(--secondary-foreground);--theme-accent-strong: #784dff;--muted: #eef2fa;--muted-foreground: #5f6679;--accent: #edf4ff;--accent-foreground: #171717;--theme-muted: var(--muted);--theme-muted-foreground: var(--muted-foreground);--theme-accent: var(--accent);--theme-accent-foreground: var(--accent-foreground);--destructive: #dc2626;--border: color-mix(in srgb, var(--brand-blue) 18%, #cad5e6);--input: color-mix(in srgb, var(--brand-blue) 14%, #d6dfea);--ring: color-mix(in srgb, var(--theme-accent-strong) 62%, #a78bfa);--theme-destructive: var(--destructive);--theme-border: var(--border);--theme-input: var(--input);--theme-ring: var(--ring);--chart-1: #171717;--chart-2: #3f3f46;--chart-3: #52525b;--chart-4: #71717a;--chart-5: #a1a1aa;--sidebar: #f8fbff;--sidebar-foreground: #171717;--sidebar-primary: #171717;--sidebar-primary-foreground: #fafafa;--sidebar-accent: #edf4ff;--sidebar-accent-foreground: #171717;--sidebar-border: color-mix(in srgb, var(--brand-blue) 18%, #cbd6eb);--sidebar-ring: color-mix(in srgb, var(--theme-accent-strong) 58%, #a78bfa);--scrollbar-track: #e9eff8;--scrollbar-thumb: color-mix(in srgb, var(--brand-blue) 16%, #b7c3d8);--scrollbar-thumb-hover: color-mix(in srgb, var(--theme-accent-strong) 18%, #a5b4ce)}html.dark{color-scheme:dark;--background: #05060a;--foreground: #e7eaf2;--card: #0b0f17;--card-foreground: #e7eaf2;--popover: #0b0f17;--popover-foreground: #e7eaf2;--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: #f5f7fb;--primary-foreground: #09090b;--theme-primary: var(--primary);--theme-primary-foreground: var(--primary-foreground);--secondary: #5530a8;--secondary-foreground: #f8f4ff;--theme-secondary-hover: #6a41d0;--theme-secondary: var(--secondary);--theme-secondary-foreground: var(--secondary-foreground);--theme-accent-strong: #9a76ff;--muted: #101621;--muted-foreground: #98a3b8;--accent: #111926;--accent-foreground: #e7eaf2;--theme-muted: var(--muted);--theme-muted-foreground: var(--muted-foreground);--theme-accent: var(--accent);--theme-accent-foreground: var(--accent-foreground);--destructive: #ef4444;--border: color-mix(in srgb, var(--brand-blue) 18%, #1b2538);--input: color-mix(in srgb, var(--brand-blue) 15%, #202a3a);--ring: color-mix(in srgb, var(--theme-accent-strong) 58%, #b197ff);--theme-destructive: var(--destructive);--theme-border: var(--border);--theme-input: var(--input);--theme-ring: var(--ring);--chart-1: #f4f4f5;--chart-2: #d4d4d8;--chart-3: #a1a1aa;--chart-4: #71717a;--chart-5: #52525b;--sidebar: #070b11;--sidebar-foreground: #e7eaf2;--sidebar-primary: #f5f7fb;--sidebar-primary-foreground: #09090b;--sidebar-accent: #101722;--sidebar-accent-foreground: #e7eaf2;--sidebar-border: color-mix(in srgb, var(--brand-blue) 18%, #1b2538);--sidebar-ring: color-mix(in srgb, var(--theme-accent-strong) 54%, #b197ff);--scrollbar-track: #09111c;--scrollbar-thumb: color-mix(in srgb, var(--brand-blue) 22%, #27364d);--scrollbar-thumb-hover: color-mix(in srgb, var(--theme-accent-strong) 28%, #334562)}*{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)}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)}
