:root{--color-neutral-0: #ffffff;--color-neutral-25: #fcfcfd;--color-neutral-50: #f7f8fa;--color-neutral-100: #f1f2f5;--color-neutral-200: #e6e8ee;--color-neutral-300: #d4d7e0;--color-neutral-400: #a6abba;--color-neutral-500: #797f90;--color-neutral-600: #565c6b;--color-neutral-700: #3b414e;--color-neutral-800: #262b35;--color-neutral-850: #1a1e26;--color-neutral-900: #171a21;--color-neutral-950: #0d0f14;--color-accent-50: #eef0ff;--color-accent-100: #e0e3ff;--color-accent-200: #c6caff;--color-accent-300: #a3a6fd;--color-accent-400: #837ff8;--color-accent-500: #6a5cf0;--color-accent-600: #5546e0;--color-accent-700: #4536c4;--color-accent-800: #392c9e;--color-accent-900: #312a7d;--color-surface: #ffffff;--color-surface-muted: #f7f8fa;--color-elevated: #ffffff;--color-border: #e6e8ee;--color-border-strong: #d4d7e0;--color-text: #171a21;--color-text-muted: #565c6b;--color-text-subtle: #6a7080;--color-accent: #5546e0;--color-accent-hover: #4536c4;--color-accent-fg: #ffffff;--color-accent-tint: #eef0ff;--color-success: #16a34a;--color-warning: #b45309;--color-danger: #dc2626;--color-ring: #837ff8;--font-sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--text-6xl: 3.75rem;--text-7xl: 4.5rem;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--leading-tight: 1.1;--leading-snug: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.7;--tracking-tight: -.02em;--tracking-normal: 0;--tracking-wide: .02em;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(16,18,27,.04);--shadow-md: 0 4px 12px rgba(16,18,27,.06);--shadow-lg: 0 12px 32px rgba(16,18,27,.1);--duration-fast: .12s;--duration-base: .18s;--duration-slow: .28s;--ease-standard: cubic-bezier(.2,0,0,1);--ease-out: cubic-bezier(.16,1,.3,1);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-32: 8rem}[data-theme=dark]{--color-surface: #0d0f14;--color-surface-muted: #171a21;--color-elevated: #1a1e26;--color-border: #262b35;--color-border-strong: #3b414e;--color-text: #f1f2f5;--color-text-muted: #a6abba;--color-text-subtle: #797f90;--color-accent: #6a5cf0;--color-accent-hover: #837ff8;--color-accent-fg: #ffffff;--color-accent-tint: #20203f;--color-success: #22c55e;--color-warning: #f59e0b;--color-danger: #ef4444;--color-ring: #837ff8}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--color-surface: #0d0f14;--color-surface-muted: #171a21;--color-elevated: #1a1e26;--color-border: #262b35;--color-border-strong: #3b414e;--color-text: #f1f2f5;--color-text-muted: #a6abba;--color-text-subtle: #797f90;--color-accent: #6a5cf0;--color-accent-hover: #837ff8;--color-accent-fg: #ffffff;--color-accent-tint: #20203f;--color-success: #22c55e;--color-warning: #f59e0b;--color-danger: #ef4444;--color-ring: #837ff8}}@font-face{font-family:Geist;src:url(/fonts/geist-sans.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Geist Mono;src:url(/fonts/geist-mono.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box}html{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{margin:0;background:var(--color-surface);color:var(--color-text);line-height:var(--leading-normal)}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--color-ring);outline-offset:2px;border-radius:var(--radius-sm)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
