:root{--mi-navy: #142f44;--mi-orange: #c16513;--mi-purple: #604878;--mi-green: #4f8542;--mi-gold: #c1985a;--mi-steel: #5c9dcf;--mi-bg: #f7f8fa;--mi-surface: #ffffff;--mi-border: #e4e7ec;--mi-text: #1f2937;--mi-muted: #6b7280;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--mi-text);background:var(--mi-bg)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}a{color:var(--mi-steel);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:500}.btn-primary{background:var(--mi-navy);color:#fff}.btn-primary:hover{background:#0f2434}.btn-accent{background:var(--mi-orange);color:#fff}.card{background:var(--mi-surface);border:1px solid var(--mi-border);border-radius:10px;padding:1.25rem}
