:root{font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:#172b45;background:#f3f6fa;line-height:1.7;color-scheme:light}
*{box-sizing:border-box}body{margin:0}main{max-width:1120px;margin:auto;padding:clamp(1.2rem,4vw,3rem)}h1{font-size:clamp(1.65rem,4vw,2.7rem);line-height:1.3;letter-spacing:-.025em;margin:.5rem 0 1rem}h2{font-size:1.25rem}h3,label{font-size:1rem;font-weight:650;margin:0}p{overflow-wrap:anywhere}.eyebrow{font-size:.72rem;font-weight:750;letter-spacing:.12em;color:#536b86}.controls{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:1rem;margin:1.5rem 0}.controls label{display:block;margin-bottom:.35rem}select,button{font:inherit;min-height:44px;border:1px solid #899db5;border-radius:.4rem;background:#fff;color:inherit;padding:.5rem .8rem}select{width:100%;max-width:100%;text-overflow:ellipsis}button{cursor:pointer}button:disabled{cursor:default;opacity:.5}button:not(:disabled):hover{background:#edf4fc}#next:not(:disabled){background:#174a86;color:white;border-color:#174a86}.navigation{display:flex;flex-wrap:wrap;gap:.65rem;margin:1rem 0 1.5rem}:focus-visible{outline:3px solid #bc6900;outline-offset:3px}.note{border-left:4px solid #174a86;background:#e7eef7;padding:1rem 1.2rem;min-height:5.4rem}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:1rem;margin:1rem 0}.card{background:#fff;border:1px solid #cdd8e5;border-radius:.6rem;padding:1.1rem}.value{font-size:1.2rem;font-weight:650;line-height:1.5;margin:.65rem 0}progress{display:block;width:100%;height:1.4rem;accent-color:#174a86}[hidden]{display:none!important}footer{border-top:1px solid #cdd8e5;padding-top:1rem;margin-top:2rem;font-size:.9rem}a{color:#174a86;text-underline-offset:.15em}@media(max-width:600px){.controls{grid-template-columns:1fr}.navigation button{flex:1}.note{min-height:0}}
