@layer theme,base,components,utilities;:root{--color-bg:#ffffff;--color-bg-soft:#f7f7f8;--color-bg-mute:#eef0f3;--color-fg:#0b1220;--color-fg-soft:#2a3344;--color-muted:#6b7280;--color-border:#e5e7eb;--color-border-strong:#d1d5db;--color-primary:#111827;--color-primary-fg:#ffffff;--color-primary-soft:#1f2937;--color-accent:#ff5a1f;--color-accent-fg:#ffffff;--color-accent-soft:#ff7a47;--color-success:#16a34a;--color-success-fg:#ffffff;--color-warning:#f59e0b;--color-warning-fg:#1c1917;--color-danger:#dc2626;--color-danger-fg:#ffffff;--color-info:#2563eb;--color-info-fg:#ffffff;--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-display:"Manrope", "Inter", system-ui, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--text-xs:clamp(0.72rem, 0.70rem + 0.08vw, 0.78rem);--text-sm:clamp(0.84rem, 0.82rem + 0.12vw, 0.92rem);--text-base:clamp(0.95rem, 0.92rem + 0.18vw, 1.05rem);--text-lg:clamp(1.05rem, 1.00rem + 0.30vw, 1.20rem);--text-xl:clamp(1.20rem, 1.10rem + 0.50vw, 1.40rem);--text-2xl:clamp(1.40rem, 1.20rem + 1.00vw, 1.80rem);--text-3xl:clamp(1.65rem, 1.30rem + 1.80vw, 2.30rem);--text-4xl:clamp(2.00rem, 1.50rem + 2.50vw, 3.00rem);--text-5xl:clamp(2.40rem, 1.80rem + 3.20vw, 3.80rem);--leading-tight:1.15;--leading-snug:1.30;--leading-base:1.55;--leading-loose:1.70;--tracking-tight:-0.015em;--tracking-base:0;--tracking-wide:0.02em;--tracking-caps:0.08em;--space-0:0;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.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;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--shadow-xs:0 1px 2px rgb(0 0 0 / 0.04);--shadow-sm:0 1px 3px rgb(0 0 0 / 0.08), 0 1px 2px rgb(0 0 0 / 0.04);--shadow-md:0 4px 8px rgb(0 0 0 / 0.06), 0 2px 4px rgb(0 0 0 / 0.04);--shadow-lg:0 12px 28px rgb(0 0 0 / 0.10), 0 4px 8px rgb(0 0 0 / 0.04);--shadow-xl:0 24px 56px rgb(0 0 0 / 0.14), 0 6px 12px rgb(0 0 0 / 0.06);--shadow-ring:0 0 0 3px rgb(17 24 39 / 0.10);--ease-out:cubic-bezier(.16,.84,.44,1);--ease-in-out:cubic-bezier(.65,.05,.36,1);--ease-spring:cubic-bezier(.34,1.56,.64,1);--dur-fast:120ms;--dur-base:200ms;--dur-slow:320ms;--container-max:1280px;--container-pad:clamp(1rem, 4vw, 2rem);--header-h:72px;--header-h-mobile:60px;--z-base:1;--z-sticky:50;--z-header:100;--z-overlay:500;--z-modal:600;--z-toast:800;--z-top:1000}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--color-bg:#0b0f17;--color-bg-soft:#11151f;--color-bg-mute:#1a2030;--color-fg:#f3f4f6;--color-fg-soft:#d1d5db;--color-muted:#9ca3af;--color-border:#2a2f3a;--color-border-strong:#3a4150;--color-primary:#f9fafb;--color-primary-fg:#0b0f17;--color-primary-soft:#e5e7eb;--shadow-xs:0 1px 2px rgb(0 0 0 / 0.40);--shadow-sm:0 1px 3px rgb(0 0 0 / 0.55), 0 1px 2px rgb(0 0 0 / 0.40);--shadow-md:0 4px 8px rgb(0 0 0 / 0.55), 0 2px 4px rgb(0 0 0 / 0.45);--shadow-lg:0 12px 28px rgb(0 0 0 / 0.60), 0 4px 8px rgb(0 0 0 / 0.45);--shadow-xl:0 24px 56px rgb(0 0 0 / 0.70), 0 6px 12px rgb(0 0 0 / 0.50)}}html[data-theme=light]{color-scheme:light}html[data-theme=dark]{color-scheme:dark;--color-bg:#0b0f17;--color-bg-soft:#11151f;--color-bg-mute:#1a2030;--color-fg:#f3f4f6;--color-fg-soft:#d1d5db;--color-muted:#9ca3af;--color-border:#2a2f3a;--color-border-strong:#3a4150;--color-primary:#f9fafb;--color-primary-fg:#0b0f17}