.register-page{min-height:100vh;background:#f4f7fb;color:#17243d}.register-nav{height:72px;padding:0 clamp(22px,5vw,76px);justify-content:space-between;background:#fff;border-bottom:1px solid #dfe7f1}.register-nav,.register-nav>a{display:flex;align-items:center}.register-nav>a{gap:7px;color:#38506f;font-weight:700;text-decoration:none}.register-brand span{width:48px;height:42px;display:grid;place-items:center;overflow:hidden}.register-brand img{width:48px;height:auto}.register-shell{max-width:1080px;margin:44px auto;padding:0 24px;display:grid;grid-template-columns:300px minmax(0,1fr);gap:28px}.register-shell>aside{padding:30px 8px}.register-shell>aside p{display:flex;align-items:center;gap:7px;color:#2864d8;font-weight:800}.register-shell>aside h1{font-size:34px;margin:22px 0 14px}.register-shell>aside span{color:#62738c;line-height:1.8}.register-card{background:#fff;border:1px solid #d9e3ef;border-radius:22px;padding:30px;box-shadow:0 18px 60px rgba(38,63,101,.08)}.register-card form{display:grid;gap:17px}.register-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.register-card label{display:grid;gap:8px;color:#34455f;font-weight:700}.register-card label>div{display:flex;align-items:center;gap:8px}.register-card input,.register-card label>div{border:1px solid #cfdbe9;border-radius:10px;padding:0 12px}.register-card input{min-width:0;width:100%;height:44px;font:inherit;background:#fff}.register-card label>div input{border:0;padding:0;outline:0}.register-phone-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.register-phone-row>button,.register-submit{height:44px;border:0;border-radius:10px;background:#2864e8;color:#fff;font-weight:800;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.register-consent{display:flex!important;align-items:flex-start;gap:9px;font-weight:500!important;line-height:1.5}.register-consent input{width:17px;height:17px;margin-top:2px}.register-consent a{margin-left:3px;color:#2864d8}.register-password-note{color:#718199}.register-error,.register-notice{border-radius:10px;padding:11px 13px;font-size:14px}.register-notice{background:#edf7f1;color:#197449}.register-error{background:#fff0ed;color:#b63f30}.register-phone-row>button:disabled,.register-submit:disabled{opacity:.6;cursor:not-allowed}.register-success{text-align:center;padding:60px 20px}.register-success>svg{color:#1f9b63}.register-success p{color:#61728a;line-height:1.7}.register-success a{display:inline-flex;align-items:center;gap:6px;margin-top:16px;color:#2864d8;font-weight:800;text-decoration:none}.spin{animation:register-spin .8s linear infinite}@keyframes register-spin{to{transform:rotate(1turn)}}@media(max-width:760px){.register-shell{grid-template-columns:1fr;margin-top:16px}.register-shell>aside{padding:10px 4px}.register-row{grid-template-columns:1fr}.register-card{padding:22px}.register-phone-row{grid-template-columns:1fr}.register-nav{padding:0 18px}}