:root{--bg:#f6f7fb;--surface:#ffffff;--surface-2:#f0f2f8;--border:#e4e7f0;--text:#10131c;--text-soft:#545a6b;--text-faint:#8a90a2;--brand:#4f46e5;--brand-strong:#4338ca;--brand-soft:#eef0fe;--accent:#06b6d4;--positive:#16a34a;--warn:#d97706;--grad:linear-gradient(120deg,#4f46e5,#06b6d4);--shadow-sm:0 1px 2px rgba(16,19,28,0.06);--shadow:0 6px 24px rgba(16,19,28,0.08);--shadow-lg:0 18px 48px rgba(16,19,28,0.14);--radius:14px;--radius-lg:22px;--font-display:"Sora",system-ui,sans-serif;--font-body:"Inter",system-ui,sans-serif;--maxw:1180px}[data-theme=dark]{--bg:#0b0d14;--surface:#14171f;--surface-2:#1c2029;--border:#262b37;--text:#eef1f7;--text-soft:#a7adbd;--text-faint:#6b7284;--brand:#818cf8;--brand-strong:#a5b4fc;--brand-soft:#1c2036;--accent:#22d3ee;--shadow-sm:0 1px 2px rgba(0,0,0,0.4);--shadow:0 8px 28px rgba(0,0,0,0.5);--shadow-lg:0 20px 52px rgba(0,0,0,0.6);--grad:linear-gradient(120deg,#6366f1,#22d3ee)}*{box-sizing:border-box}body,html{padding:0;margin:0;font-family:var(--font-body);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{transition:background-color .25s ease,color .25s ease}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em;line-height:1.1}button{font-family:inherit}img{max-width:100%}:focus-visible{outline:3px solid var(--brand);outline-offset:2px;border-radius:6px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::selection{background:var(--brand);color:#fff}@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}