:root{color-scheme:light;font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:#18334c;background:#eef3f8}*{box-sizing:border-box}body{margin:0;min-height:100svh;display:grid;place-items:center;padding:24px}main{width:min(100%,440px);background:#fff;border:1px solid #d5e0ea;border-radius:20px;padding:30px;box-shadow:0 12px 40px #18334c0b}.eyebrow{font-size:13px;color:#536f87}h1{font-size:27px;line-height:1.25;margin:16px 0}p{line-height:1.75;font-size:15px}form{display:grid;gap:12px;margin-top:24px}label{font-weight:650;font-size:14px}input,button{font:inherit;min-height:48px;border-radius:10px}input{width:100%;padding:10px 12px;border:1px solid #a9bccb}input:focus{outline:3px solid #c9e2ff;border-color:#246bac}button{border:0;background:#174f82;color:#fff;font-weight:650;padding:12px;cursor:pointer}button:disabled{opacity:.6;cursor:wait}#status{min-height:48px;font-size:14px;color:#46647e}#status[data-error=true]{color:#a3252d}@media(max-width:400px){body{padding:16px}main{padding:24px}}
