:root{--brand-500:#e85d2a;--brand-600:#d6442a;--brand-700:#9e2218;--brand-gradient:linear-gradient(135deg,#e85d2a,#9e2218);--bg:#f7f8fa;--surface:#ffffff;--border:#e7e9ee;--text:#0f1115;--text-muted:#6b7280;--text-subtle:#9aa1ad;--success:#16a34a;--warning:#d97706;--danger:#dc2626;--info:#2563eb;--radius:12px;--radius-sm:8px;--shadow-card:0 1px 2px rgba(15,17,21,0.04),0 1px 3px rgba(15,17,21,0.06);--sidebar-w:240px;--header-h:60px;--font:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}