@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&family=DM+Mono:wght@400;500&display=swap";:root{--color-white: #ffffff;--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-200: #e5e5e5;--gray-300: #d4d4d4;--gray-400: #a3a3a3;--gray-500: #737373;--gray-600: #525252;--gray-700: #404040;--gray-800: #262626;--gray-900: #171717;--gray-950: #0a0a0a;--accent-50: #f8f5ff;--accent-100: #f0ebff;--accent-200: #e1d6ff;--accent-300: #cebeff;--accent-400: #b69eff;--accent-500: #9c7dff;--accent-600: #8a5fff;--accent-700: #7645e8;--accent-800: #6234bb;--accent-900: #502d93;--accent-950: #2d1959;--green-500: #22c55e;--orange-500: #f79009;--red-500: #ef4444;--vf-bg-deep: #1a1c23;--vf-bg-base: #1e2028;--vf-bg-surface: #14161c;--vf-bg-elevated: #191b22;--vf-border: #32343c;--vf-border-strong: rgba(255, 255, 255, .14);--vf-border-glow: #3c3e48;--vf-accent: #6366f1;--vf-accent-bright: #818cf8;--vf-accent-dim: #4338ca;--vf-accent-glow: rgba(99, 102, 241, .04);--vf-on-accent: #ffffff;--vf-accent-action: #5e5deb;--vf-text-primary: #dde0ec;--vf-text-body: #d2d5e2;--vf-text-secondary: #a4a8bb;--vf-text-muted: #62646f;--vf-success: #10b981;--vf-success-glow: rgba(16, 185, 129, .18);--vf-warning: #f59e0b;--vf-warning-soft: rgba(245, 158, 11, .14);--vf-error: #ef4444;--vf-error-glow: rgba(239, 68, 68, .35);--fg-1: var(--vf-text-primary);--fg-2: var(--vf-text-secondary);--fg-3: var(--vf-text-muted);--fg-accent: var(--vf-accent-bright);--bg-1: var(--vf-bg-deep);--bg-2: var(--vf-bg-base);--bg-3: var(--vf-bg-surface);--bg-4: var(--vf-bg-elevated);--border-1: var(--vf-border);--border-active: var(--vf-border-glow);--font-display: "Space Grotesk", system-ui, sans-serif;--font-ui: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "DM Mono", "SF Mono", "Courier New", monospace;--fs-xs: .75rem;--fs-sm: .875rem;--fs-base: 1rem;--fs-lg: 1.125rem;--fs-xl: 1.5rem;--fs-2xl: 2rem;--fs-3xl: 2.75rem;--fs-4xl: 3.75rem;--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 20px;--sp-6: 24px;--sp-8: 32px;--sp-10: 40px;--sp-12: 48px;--sp-16: 64px;--r-sm: 4px;--r-md: 6px;--r-lg: 8px;--r-xl: 12px;--r-2xl: 16px;--r-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 4px 16px rgba(0, 0, 0, .45);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .55);--glow-accent: 0 0 0 1px var(--vf-accent), 0 0 20px var(--vf-accent-glow);--glow-soft: 0 0 24px rgba(99, 102, 241, .25);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-std: cubic-bezier(.4, 0, .2, 1);--dur-fast: .12s;--dur-base: .15s;--dur-slow: .3s;--header-h: 54px;--vf-bg-surface-2: #1a1a3a;--vf-bg-elevated-2: #25254c;--vf-accent-soft: rgba(99, 102, 241, .07);--vf-accent-soft-text: #c4b5fd;--vf-accent-border: #4a4a90;--vf-error-soft: rgba(255, 140, 180, .18);--vf-error-border: #aa5a7a;--vf-sh-raised: 0 1px 2px rgba(0, 0, 0, .4), 0 8px 24px rgba(0, 0, 0, .35);--vf-sh-float: 0 2px 4px rgba(0, 0, 0, .45), 0 16px 40px rgba(99, 102, 241, .14);--vf-surface-raised: var(--vf-bg-elevated);--vf-border-quiet: rgba(255, 255, 255, .06);--vf-glass-bg: rgba(22, 24, 31, .65);--vf-glass-border: rgba(148, 155, 200, .07);--vf-ember: linear-gradient(135deg, #818cf8, #6366f1 55%, #8a5fff);--vf-atmo-a: rgba(99, 102, 241, .1);--vf-atmo-b: rgba(138, 95, 255, .07);--vf-surface-content: #242732;--vf-surface-interactive: #2e3441;--vf-surface-interactive-hover: #353b49}:root[data-theme=light]{--vf-bg-deep: #f6f6f9;--vf-bg-base: #f1f1f5;--vf-bg-surface: #eaeaef;--vf-bg-elevated: #e2e2e8;--vf-border: rgba(99, 102, 241, .18);--vf-border-strong: rgba(15, 23, 42, .14);--vf-border-glow: #4f46e5;--vf-accent: #4338ca;--vf-accent-bright: #4f46e5;--vf-accent-dim: #3730a3;--vf-accent-glow: rgba(67, 56, 202, .1);--vf-on-accent: #ffffff;--vf-accent-action: #3730a3;--vf-text-primary: #27272a;--vf-text-body: #3f3f46;--vf-text-secondary: #52525b;--vf-text-muted: #86868c;--vf-error-glow: rgba(185, 28, 28, .2);--vf-success: #065f46;--vf-success-glow: rgba(6, 95, 70, .14);--vf-warning: #b45309;--vf-warning-soft: rgba(180, 83, 9, .12);--vf-error: #b91c1c;--vf-bg-surface-2: #ededf2;--vf-bg-elevated-2: #e6e6ec;--vf-accent-soft: rgba(67, 56, 202, .1);--vf-accent-soft-text: #4338ca;--vf-accent-border: #6366f1;--vf-error-soft: rgba(200, 22, 74, .12);--vf-error-border: #aa3a6a;--vf-sh-raised: 0 1px 2px rgba(26, 26, 46, .04), 0 10px 28px rgba(67, 56, 202, .09);--vf-sh-float: 0 2px 4px rgba(26, 26, 46, .05), 0 18px 44px rgba(67, 56, 202, .14);--vf-surface-raised: #ffffff;--vf-border-quiet: rgba(67, 56, 202, .08);--vf-glass-bg: rgba(250, 250, 254, .6);--vf-glass-border: rgba(79, 70, 229, .18);--vf-ember: linear-gradient(135deg, #4f46e5, #6366f1 55%, #8a5fff);--vf-atmo-a: rgba(99, 102, 241, .07);--vf-atmo-b: rgba(138, 95, 255, .05);--vf-surface-content: #ffffff;--vf-surface-interactive: #eaeaef;--vf-surface-interactive-hover: #e2e2e8}.h-display{font-family:var(--font-display);font-weight:700;font-size:var(--fs-4xl);letter-spacing:-.02em;line-height:1.05;color:var(--fg-1)}.h1{font-family:var(--font-display);font-weight:700;font-size:var(--fs-3xl);letter-spacing:-.015em;line-height:1.1;color:var(--fg-1)}.h2{font-family:var(--font-display);font-weight:600;font-size:var(--fs-2xl);letter-spacing:-.01em;line-height:1.2;color:var(--fg-1)}.h3{font-family:var(--font-display);font-weight:600;font-size:var(--fs-xl);line-height:1.3;color:var(--fg-1)}.lead{font-family:var(--font-ui);font-weight:400;font-size:var(--fs-lg);line-height:1.55;color:var(--fg-2)}.p,body{font-family:var(--font-ui);font-size:var(--fs-base);line-height:1.55;color:var(--fg-1)}.small{font-family:var(--font-ui);font-size:var(--fs-sm);color:var(--fg-2)}.micro{font-family:var(--font-ui);font-size:var(--fs-xs);color:var(--fg-3);letter-spacing:.02em}.code,code,kbd,pre,samp{font-family:var(--font-mono);font-size:.85em}.label{font-family:var(--font-ui);font-weight:500;font-size:var(--fs-sm);color:var(--fg-2)}.eyebrow{font-family:var(--font-mono);font-size:var(--fs-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--fg-accent)}
