:root{--navy:#0a2342;--orange:#e66825;--gray:#6b7280;--bg:#f7f7f5;--card:#ffffff;--border:rgba(10,35,66,0.12)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--navy);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}button{font-family:inherit}a{color:var(--orange);text-decoration:none}a:hover{text-decoration:underline}