:root{--cc-navy:#1a2332;--cc-navy-light:#243044;--cc-gold:#c8922a;--cc-gold-light:#e8b84b;--cc-cream:#f8f4ef;--cc-white:#fff;--cc-gray:#6b7280;--cc-gray-light:#f3f4f6;--cc-gray-border:#e5e7eb;--cc-success:#15803d;--cc-success-bg:#dcfce7;--cc-danger:#dc2626;--cc-danger-bg:#fee2e2;--cc-warning:#d97706;--cc-warning-bg:#fef3c7;--cc-info-bg:#dbeafe;--cc-info:#1e40af}*{box-sizing:border-box}body{background:var(--cc-cream);color:var(--cc-navy);-webkit-font-smoothing:antialiased;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif}button,input,select,textarea{font-family:inherit}a{color:var(--cc-gold);text-decoration:none}a:hover{text-decoration:underline}.spinner{border:3px solid var(--cc-gray-border);border-top-color:var(--cc-gold);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}
