:root{color-scheme:light;--grey-50:#f8fafc;--grey-100:#f1f5f9;--grey-200:#e2e8f0;--grey-300:#cbd5e1;--grey-400:#94a3b8;--grey-500:#64748b;--grey-600:#475569;--grey-700:#334155;--grey-800:#1e293b;--grey-900:#0f172a;--blue-50:#f0f9ff;--blue-100:#e0f2fe;--blue-200:#bae6fd;--blue-300:#7dd3fc;--blue-400:#38bdf8;--blue-500:#0ea5e9;--blue-600:#0284c7;--blue-700:#0369a1;--blue-800:#075985;--blue-900:#0c4a6e;--red-50:#fef2f2;--red-100:#fee2e2;--red-200:#fecaca;--red-300:#fca5a5;--red-400:#f87171;--red-500:#ef4444;--red-600:#dc2626;--red-700:#b91c1c;--red-800:#991b1b;--red-900:#7f1d1d;--green-50:#f0fdf4;--green-100:#dcfce7;--green-200:#bbf7d0;--green-300:#86efac;--green-400:#4ade80;--green-500:#22c55e;--green-600:#16a34a;--green-700:#15803d;--green-800:#166534;--green-900:#14532d;--yellow-50:#fefce8;--yellow-100:#fef9c3;--yellow-200:#fef08a;--yellow-300:#fde047;--yellow-400:#facc15;--yellow-500:#eab308;--yellow-600:#ca8a04;--yellow-700:#a16207;--yellow-800:#854d0e;--yellow-900:#713f12;--text-primary:var(--grey-900);--text-secondary:var(--grey-600);--text-tertiary:var(--grey-500);--text-disabled:var(--grey-400);--text-placeholder:var(--grey-500);--bg-base:var(--grey-50);--bg-subtle:var(--grey-100);--bg-muted:var(--grey-200);--bg-hover:var(--grey-100);--border-default:var(--grey-200);--border-strong:var(--grey-500);--border-subtle:var(--grey-100);--accent:var(--blue-700);--accent-hover:var(--blue-800);--accent-light:var(--blue-50);--accent-border:var(--blue-200);--error:var(--red-700);--error-hover:var(--red-800);--error-light:var(--red-50);--error-border:var(--red-200);--success:var(--green-700);--success-hover:var(--green-800);--success-light:var(--green-50);--success-border:var(--green-200);--warning:var(--yellow-600);--warning-hover:var(--yellow-700);--warning-light:var(--yellow-50);--warning-border:var(--yellow-200);--dark-surface:var(--grey-900);--dark-surface-raised:var(--grey-800);--text-on-dark:var(--grey-50);--text-on-dark-soft:var(--grey-300);--text-on-dark-muted:var(--grey-400);--border-on-dark:var(--grey-400);--text-on-accent:var(--grey-50);--action-bg:var(--grey-900);--action-fg:var(--grey-50);--action-hover-bg:var(--accent);--action-hover-fg:var(--text-on-accent);--ink:var(--dark-surface);--ink-soft:var(--dark-surface-raised);--surface:var(--bg-base);--surface-2:var(--bg-subtle);--surface-3:var(--bg-muted);--electric:var(--accent);--electric-deep:var(--accent-hover);--electric-vivid:var(--blue-400);--line:var(--border-default);--line-strong:var(--border-strong);--font-display:"Geist",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--font-body:"Geist",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--font-mono:"Geist Mono",ui-monospace,"SF Mono",Monaco,"Cascadia Mono",monospace;--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:20px;--text-xl:28px;--text-2xl:36px;--text-3xl:48px;--text-hero:64px;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--leading-none:1.0;--leading-tight:1.1;--leading-snug:1.3;--leading-normal:1.5;--leading-relaxed:1.6;--step--1:var(--text-sm);--step-0:var(--text-base);--step-1:var(--text-lg);--step-2:var(--text-xl);--step-3:var(--text-2xl);--step-4:var(--text-3xl);--step-5:var(--text-hero);--step-6:var(--text-hero)}@media (max-width:768px){:root{--text-hero:48px;--text-3xl:36px;--text-2xl:28px}}@media (max-width:480px){:root{--text-hero:40px;--text-3xl:32px}}:root{--space-1:0.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2.5rem;--space-5:4rem;--space-6:6.5rem;--space-7:9rem;--max-width:1400px;--gutter:clamp(1.25rem, 4.5vw, 3.5rem);--header-h:72px;--shadow-sm:0 1px 2px rgba(15, 23, 42, 0.04),0 2px 6px rgba(15, 23, 42, 0.03);--shadow-md:0 4px 12px rgba(15, 23, 42, 0.06),0 1px 4px rgba(15, 23, 42, 0.04);--shadow-lg:0 12px 32px rgba(15, 23, 42, 0.09),0 2px 8px rgba(15, 23, 42, 0.05);--shadow-accent:0 8px 24px rgba(15, 23, 42, 0.14),0 2px 8px rgba(15, 23, 42, 0.08);--ease-out:cubic-bezier(0.16, 1, 0.3, 1);--ease-spring:cubic-bezier(0.34, 1.56, 0.64, 1);--ease-elastic:cubic-bezier(0.68, -0.55, 0.265, 1.55);--dur-fast:180ms;--dur:280ms;--dur-slow:450ms}@media (prefers-color-scheme:dark){:root{color-scheme:dark;--text-primary:var(--grey-50);--text-secondary:var(--grey-300);--text-tertiary:var(--grey-400);--text-disabled:var(--grey-600);--text-placeholder:var(--grey-400);--bg-base:var(--grey-900);--bg-subtle:var(--grey-800);--bg-muted:var(--grey-700);--bg-hover:var(--grey-800);--border-default:var(--grey-700);--border-strong:var(--grey-400);--border-subtle:var(--grey-800);--accent:var(--blue-300);--accent-hover:var(--blue-200);--accent-light:var(--blue-900);--accent-border:var(--blue-800);--error:var(--red-300);--error-hover:var(--red-200);--error-light:var(--red-900);--error-border:var(--red-400);--success:var(--green-300);--success-hover:var(--green-200);--success-light:var(--green-900);--success-border:var(--green-400);--warning:var(--yellow-300);--warning-hover:var(--yellow-200);--warning-light:var(--yellow-900);--warning-border:var(--yellow-400);--surface:var(--bg-base);--surface-2:var(--bg-subtle);--surface-3:var(--bg-muted);--text-on-accent:var(--grey-900);--action-bg:var(--grey-50);--action-fg:var(--grey-900);--action-hover-bg:var(--accent);--action-hover-fg:var(--text-on-accent);--electric:var(--accent);--electric-deep:var(--accent-hover);--electric-vivid:var(--blue-300);--line:var(--border-default);--line-strong:var(--border-strong);--shadow-sm:0 1px 2px rgba(0, 0, 0, 0.18),0 2px 8px rgba(0, 0, 0, 0.14);--shadow-md:0 4px 12px rgba(0, 0, 0, 0.24),0 1px 4px rgba(0, 0, 0, 0.18);--shadow-lg:0 12px 32px rgba(0, 0, 0, 0.32),0 2px 8px rgba(0, 0, 0, 0.2);--shadow-accent:0 8px 24px rgba(0, 0, 0, 0.36),0 2px 8px rgba(0, 0, 0, 0.2)}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}