:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;--bg:#f8fafc;--surface:#fff;--border:#e2e8f0;--text:#0f172a;--muted:#64748b;--heading:#0f172a;--primary:#0ea5e9;--primary-strong:#0284c7;--accent:#f43f5e;--radius:1.5rem;--radius-sm:1.125rem;--radius-lg:2rem;--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}.dark{color-scheme:dark;--bg:#030712;--surface:#0b1320;--border:#1f2937;--text:#f8fafc;--muted:#94a3b8;--heading:#f8fafc;--primary:#38bdf8;--primary-strong:#0ea5e9;--accent:#f472b6}html{font-family:var(--font-family,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif)}body,html{color:var(--text);background:var(--bg)}body{min-height:100vh}h1,h2,h3,h4,h5,h6{color:var(--heading)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}::-moz-selection{background:var(--primary);color:#fff}::selection{background:var(--primary);color:#fff}