:root{font-family:system-ui,-apple-system,sans-serif;color:#182230;background:#f4f7fb}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;padding:20px}main{width:min(100%,420px);background:#fff;border-radius:18px;padding:28px;box-shadow:0 12px 40px #18304a1f}h1{margin:0 0 8px;font-size:2rem}h2{margin:0 0 8px;font-size:1.35rem}.intro{margin:0 0 24px;color:#526173}.recognized{margin-top:22px;padding:18px;border:1px solid #abefc6;border-radius:12px;background:#ecfdf3;color:#05603a}.recognized p{margin:0}label{display:grid;gap:7px;margin:15px 0;font-weight:600}.field-label{display:inline;font-weight:600}.field-label span{color:#b42318}input{width:100%;padding:13px;border:1px solid #cbd4df;border-radius:10px;font:inherit}.terms{grid-template-columns:auto 1fr;align-items:center;font-weight:400}.terms input{width:20px;height:20px}button{width:100%;border:0;border-radius:10px;padding:14px;background:#155eef;color:#fff;font:inherit;font-weight:700;cursor:pointer}button:disabled{opacity:.65}#message{min-height:24px;margin-bottom:0}.error{color:#b42318}.success{color:#067647}