*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0b1f3a;--navy-border:#1e3a5f;--cream:#f5f0eb;--cream-dark:#ede8e2;--white:#fff;--copper:#b5703c;--copper-light:#c8813f;--text-primary:#0b1f3a;--text-body:#374151;--text-muted:#6b7280;--border:#e5ddd5;--border-dark:#d4c9be;--teal:#0e6e8c;--green:#1a7f5a;--purple:#5c3eae;--font:"Inter", system-ui, sans-serif}body{font-family:var(--font);background:var(--cream);color:var(--text-primary);min-height:100vh}@keyframes spin{to{transform:rotate(360deg)}}.loading-spinner{border:3px solid var(--copper);border-top-color:#0000;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}a{color:var(--copper);text-decoration:none}a:hover{color:var(--copper-light)}button{cursor:pointer;font-family:var(--font)}input,textarea,select{font-family:var(--font)}
