:root{--bg: #f6f8fb;--card: #ffffff;--ink: #122450;--ink-soft: #4b5563;--muted: #6b7280;--border: #e5e7eb;--brand: #122450;--brand-600: #2563eb;--green: #059669;--red: #dc2626;--orange: #ea580c}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}@keyframes reveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:reveal .5s cubic-bezier(.22,1,.36,1) both}@media(prefers-reduced-motion:reduce){.reveal{animation:none}}
