:root{font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:#172033;background:#f4f6f9}*{box-sizing:border-box}body{margin:0;min-height:100vh}.site-header{height:72px;padding:10px max(18px,calc((100% - 900px)/2));display:flex;align-items:center;gap:14px;background:#fff;border-bottom:1px solid #dce2ea;font-weight:700}.site-header a{margin-left:auto;color:#1559a6}.logo{width:52px;height:52px;object-fit:contain}.steps{max-width:900px;margin:32px auto 24px;padding:0 18px;display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.step{text-align:center;color:#7a8494;position:relative}.step span{display:grid;place-items:center;width:32px;height:32px;margin:0 auto 7px;border:2px solid #bcc5d0;border-radius:50%;background:#fff;font-weight:700}.step small{font-size:.78rem}.step.current{color:#1559a6;font-weight:700}.step.current span{border-color:#1559a6;background:#1559a6;color:white}.step.done{color:#28734d}.step.done span{border-color:#28734d;background:#28734d;color:white}.card{max-width:640px;margin:0 auto;padding:34px;background:#fff;border:1px solid #dce2ea;border-radius:12px;box-shadow:0 8px 28px rgba(30,50,80,.07)}h1{font-size:1.65rem;margin-top:0}p{line-height:1.55}label{display:block;margin-top:18px;font-weight:650}input[type=email],input[type=password],input[type=text]{width:100%;margin-top:7px;padding:12px 13px;border:1px solid #aab5c3;border-radius:6px;font:inherit}input:focus{outline:3px solid #acd2ff;outline-offset:1px;border-color:#1559a6}.primary,.secondary,.button{display:inline-block;margin-top:22px;padding:12px 18px;border:1px solid #1559a6;border-radius:6px;font:inherit;font-weight:700;text-decoration:none;cursor:pointer}.primary{background:#1559a6;color:#fff}.secondary{background:#fff;color:#1559a6}.secondary-form{display:inline;margin-left:8px}.mailbox,.help,.requirements{margin:18px 0;padding:13px;background:#f4f7fa;border-radius:6px}.help{font-size:.9rem}.message,.field-error{margin:0 0 16px;padding:12px;border:1px solid #b42318;border-radius:6px;background:#fff1f0;color:#7a1510}.field-error{margin-top:6px}.success-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#28734d;color:#fff;font-size:2rem}footer{text-align:center;color:#778190;font-size:.8rem;padding:24px}@media(max-width:650px){.steps{margin-top:20px;padding:0 6px}.step small{font-size:.59rem}.step span{width:27px;height:27px}.card{margin:0 10px;padding:24px 18px}.site-header{height:62px}.logo{width:42px;height:42px}}
