@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg:#0a0a0a;--surface-1:#111827;--surface-2:#1f2937;--surface-3:#374151;--border-1:#374151;--border-2:#4b5563;--text-1:#f9fafb;--text-2:#d1d5db;--text-3:#9ca3af;--indigo-300:#a5b4fc;--indigo-400:#818cf8;--indigo-500:#6366f1;--indigo-600:#4f46e5;--indigo-700:#4338ca;--purple-300:#c084fc;--purple-400:#a78bfa;--purple-500:#9061e5;--purple-600:#9333ea;--orange-400:#fbbf24;--orange-500:#f59e0b;--orange-600:#ea580c;--pink-300:#f9a8d4;--pink-500:#ec4899;--pink-900:#831843;--red-400:#f87171;--red-500:#ef4444;--red-600:#dc2626;--red-700:#b91c1c;--cyan-500:#06b6d4;--cyan-900:#164e63;--blue-400:#60a5fa;--blue-500:#3b82f6;--blue-600:#2563eb;--green-400:#4ade80;--green-500:#22c55e;--green-600:#16a34a;--green-700:#15803d;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--gray-950:#0a0a0a;--accent-primary:var(--indigo-500);--accent-primary-hover:var(--indigo-600);--accent-secondary:var(--purple-400);--accent-warm:var(--orange-400);--accent-alert:var(--red-500);--accent-success:var(--green-500);--accent-info:var(--blue-400);--bg-app:var(--bg);--surface-card:var(--surface-2);--surface-card-2:rgba(31,41,55,.5);--surface-panel:var(--surface-1);--surface-overlay:rgba(0,0,0,.7);--surface-glass:rgba(17,24,39,.55);--border-default:var(--border-1);--border-strong:var(--border-2);--text-heading:var(--text-1);--text-body:var(--text-2);--text-muted:var(--text-3);--link:var(--indigo-400);--link-hover:var(--indigo-300)}[data-theme=light]{--bg-app:var(--gray-100);--surface-card:var(--gray-50);--surface-card-2:#ffffff;--surface-panel:#ffffff;--surface-overlay:rgba(0,0,0,.7);--surface-glass:rgba(255,255,255,.6);--border-default:var(--gray-200);--border-strong:var(--gray-300);--text-heading:#1f2937;--text-body:var(--gray-600);--text-muted:var(--gray-500);--accent-primary:var(--indigo-600);--accent-primary-hover:var(--indigo-700);--accent-secondary:var(--purple-600);--accent-warm:var(--orange-600);--link:var(--indigo-600);--link-hover:var(--indigo-700)}:root{--font-sans:"Inter",ui-sans-serif,system-ui,-apple-system,sans-serif;--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;--weight-light:300;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;--leading-tight:1.1;--leading-snug:1.3;--leading-normal:1.5;--leading-relaxed:1.65;--tracking-tight:-.02em;--tracking-wide:.02em}:root{--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;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-2xl:2rem;--radius-pill:9999px;--container-max:80rem}:root{--shadow-sm:0 2px 4px rgba(0,0,0,.15);--shadow-md:0 4px 6px rgba(0,0,0,.2);--shadow-lg:0 15px 30px rgba(0,0,0,.35);--shadow-xl:0 25px 50px rgba(0,0,0,.45);--shadow-glow-indigo:0 8px 20px rgba(99,102,241,.4);--shadow-glow-purple:0 8px 20px rgba(147,51,234,.35);--blur-glass:blur(20px);--ease-standard:cubic-bezier(.4,0,.2,1);--ease-bounce:cubic-bezier(.34,1.56,.64,1);--duration-fast:.2s;--duration-normal:.3s;--duration-slow:.5s}[data-theme=light]{--shadow-sm:0 2px 4px rgba(0,0,0,.06);--shadow-md:0 4px 6px rgba(0,0,0,.08);--shadow-lg:0 15px 30px rgba(0,0,0,.15);--shadow-xl:0 25px 50px rgba(0,0,0,.2)}body{margin:0;font-family:var(--font-sans);background:var(--bg-app);color:var(--text-body);transition:background-color var(--duration-slow) var(--ease-standard),color var(--duration-slow) var(--ease-standard)}:root{--font-display: "Space Grotesk", var(--font-sans);--font-body: "Inter", var(--font-sans);--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace}@media (prefers-color-scheme: light){:root:not([data-theme=dark]){--bg-app: var(--gray-100);--surface-card: var(--gray-50);--surface-card-2: #ffffff;--surface-panel: #ffffff;--surface-glass: rgba(255, 255, 255, .6);--border-default: var(--gray-200);--border-strong: var(--gray-300);--text-heading: #1f2937;--text-body: var(--gray-600);--text-muted: var(--gray-500);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px rgba(0, 0, 0, .08);--shadow-lg: 0 15px 30px rgba(0, 0, 0, .15);--shadow-xl: 0 25px 50px rgba(0, 0, 0, .2)}}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}body{margin:0;background:var(--bg-app);color:var(--text-body);font-family:var(--font-body);transition:background-color var(--duration-slow) var(--ease-standard),color var(--duration-slow) var(--ease-standard)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);margin:0}::selection{background:var(--accent-primary);color:#fff}
