:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:#17233a;background:#f5f7fb}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;flex-direction:column}header{height:72px;background:#111d34;color:white;display:flex;justify-content:space-between;align-items:center;padding:0 max(24px,calc((100vw - 1080px)/2))}.brand{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:750}.brand small{font-weight:400;color:#b9c7df;margin-left:7px}.mark{display:grid;place-items:center;width:34px;height:34px;border:1px solid #58709a;border-radius:9px;font-size:11px}.header-note{color:#b9c7df;font-size:13px}main{width:min(100% - 40px,720px);margin:72px auto;flex:1}.hero{margin-bottom:32px}.eyebrow{font-size:11px;font-weight:750;letter-spacing:.14em;color:#4467a8;margin:0 0 12px}.hero h1{font-size:clamp(30px,5vw,42px);letter-spacing:-.035em;margin:0 0 12px}.hero p:last-child,.card p{color:#5b6b82;line-height:1.65}.card{background:white;border:1px solid #dfe6f0;border-radius:15px;box-shadow:0 12px 38px #1a35550b;padding:28px}.card h2{margin:0 0 8px;font-size:20px}.hidden{display:none}button{border:0;border-radius:9px;background:#1558bd;color:white;font:inherit;font-weight:680;padding:11px 17px;cursor:pointer;margin-top:16px}button:hover{background:#10499f}button:focus-visible{outline:3px solid #84adff;outline-offset:3px}.secondary{background:white;color:#233a5c;border:1px solid #cbd5e4}.secondary:hover{background:#f4f7fb}.account-head{display:flex;justify-content:space-between;gap:16px;align-items:start}.status{color:#0b7045;background:#e9f8ef;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}dl{margin:20px 0 6px;border-top:1px solid #e8edf4}dl div{display:grid;grid-template-columns:110px minmax(0,1fr);gap:14px;border-bottom:1px solid #e8edf4;padding:13px 0}dt{color:#66758d}dd{margin:0;overflow-wrap:anywhere}.error{border-color:#f3c7c7}.error h2{color:#a82b2b}footer{text-align:center;padding:24px;color:#8190a6;font-size:12px}@media(max-width:600px){header{padding:0 20px}main{margin:46px auto}.card{padding:22px}dl div{grid-template-columns:1fr;gap:2px}}
