:root{--bg:#fff;--surface:#f8fafc;--surface-hover:#f1f5f9;--fg:#0f172a;--muted:#64748b;--muted-light:#94a3b8;--accent:#2563eb;--accent-light:#dbeafe;--border:#e2e8f0;--border-strong:#cbd5e1;--font-display:"Inter", system-ui, -apple-system, sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--text-sm:14px;--text-base:16px;--text-lg:20px;--text-xl:28px;--text-2xl:36px;--leading-body:1.6;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--radius:12px;--radius-sm:8px;--radius-lg:16px;--shadow-sm:0 1px 2px #0000000a;--shadow:0 2px 8px #0000000f;--shadow-lg:0 8px 24px #00000014;--transition:.2s ease;font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-body);color:var(--fg);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{background:var(--bg);min-height:100vh;color:var(--fg);margin:0}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}
