.auth-register-page{background:#edf5ff;padding:100px 0 80px}.auth-alert{margin-bottom:24px;border-radius:10px;position:relative}.auth-alert-close{background:#fff0;border:0;font-size:22px;line-height:1;position:absolute;top:10px;right:14px;color:inherit;cursor:pointer}.auth-register-shell{margin-top:26px}.auth-register-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(360px,430px);gap:30px;align-items:start}.auth-register-content,.auth-register-form-column{min-width:0}.auth-register-content-card,.auth-register-form-card{background:#fff;border-radius:16px;box-shadow:0 12px 40px rgb(0 66 137 / .08)}.auth-register-content-card{padding:38px}.auth-register-form-column{position:relative;align-self:start}.auth-register-form-placeholder{display:none;width:100%}.auth-register-form-card{padding:30px 28px;width:100%}.auth-register-form-card.is-fixed{position:fixed;top:110px;z-index:100}.auth-register-form-card.is-bottom{position:absolute;left:0;right:0;bottom:0;top:auto}.auth-eyebrow,.auth-form-badge{display:inline-flex;align-items:center;justify-content:center;background:#e8f2ff;color:#004289;border:1px solid #cfe1f8;font-size:12px;font-weight:700;letter-spacing:.3px;border-radius:999px;padding:7px 12px;margin-bottom:14px}.auth-page-title{color:#004289;font-size:32px;line-height:1.25;font-weight:700;margin:0 0 16px}.auth-page-text{color:#556170;font-size:15px;line-height:1.85;margin-bottom:16px}.auth-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:28px 0 30px}.auth-feature-item{display:flex;gap:12px;background:#f8fbff;border:1px solid #dbe9f8;border-radius:12px;padding:16px}.auth-feature-icon{width:40px;height:40px;min-width:40px;border-radius:10px;background:#004289;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:15px}.auth-feature-item h2{color:#223041;font-size:16px;font-weight:700;margin:0 0 6px}.auth-feature-item p{color:#5c6777;font-size:13px;line-height:1.7;margin:0}.auth-tools-card,.auth-copy-block,.auth-faq-card{background:#f8fbff;border:1px solid #dbe9f8;border-radius:14px;padding:22px;margin-top:24px}.auth-section-title{color:#004289;font-size:20px;font-weight:700;margin:0 0 14px}.auth-tool-links{display:flex;flex-wrap:wrap;gap:10px}.auth-tool-links a{display:inline-flex;align-items:center;padding:9px 13px;border-radius:999px;background:#fff;border:1px solid #d0e2f5;color:#004289;text-decoration:none;font-size:13px;font-weight:600;transition:all 0.2s ease}.auth-tool-links a:hover{background:#004289;color:#fff;border-color:#004289;text-decoration:none}.auth-copy-block p,.auth-faq-item p{color:#556170;font-size:15px;line-height:1.85;margin-bottom:12px}.auth-faq-item+.auth-faq-item{margin-top:14px;padding-top:14px;border-top:1px solid #e3edf8}.auth-faq-item h3{color:#223041;font-size:16px;font-weight:700;margin:0 0 6px}.auth-form-title{color:#004289;font-size:26px;line-height:1.2;font-weight:700;margin:0 0 8px}.auth-form-subtitle{color:#6b7788;font-size:14px;line-height:1.7;margin-bottom:24px}.auth-form-group{margin-bottom:18px}.auth-form-group label{display:block;color:#223041;font-size:13px;font-weight:700;margin-bottom:8px}.auth-input{width:100%;height:46px;border:1px solid #cfdef0;border-radius:10px;padding:0 14px;font-size:14px;color:#223041;background:#fff;transition:all 0.2s ease}.auth-input:focus{border-color:#004289;box-shadow:0 0 0 3px rgb(0 66 137 / .1);outline:none}.auth-password-wrap{position:relative}.auth-password-wrap .auth-input{padding-right:48px}.auth-password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:0;background:#fff0;color:#6b7788;font-size:16px;cursor:pointer;padding:0}.auth-password-toggle:hover{color:#004289}.auth-help-block{display:block;margin-top:7px;color:#dc3545;font-size:12px}.auth-form-actions{margin-bottom:16px}.auth-submit-btn{width:100%;height:48px;border-radius:10px;background:#004289;border-color:#004289;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:700;transition:all 0.2s ease}.auth-submit-btn:hover,.auth-submit-btn:focus{background:#00356f;border-color:#00356f}.auth-divider{position:relative;text-align:center;margin:18px 0 14px}.auth-divider::before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e2eaf4}.auth-divider span{position:relative;z-index:1;display:inline-block;background:#fff;padding:0 12px;color:#8b96a5;font-size:12px;text-transform:lowercase}.auth-links{text-align:center;color:#6b7788;font-size:13px;line-height:1.8}.auth-links a{color:#2E89D1;font-weight:600;text-decoration:none}.auth-links a:hover{text-decoration:underline}.auth-terms{margin:18px 0 0;color:#8390a1;font-size:12px;line-height:1.8;text-align:center}.auth-terms a{color:#004289;font-weight:600;text-decoration:underline}.auth-hidden-field,.auth-hidden-field-wrap{display:none!important}@media (max-width:1199px){.auth-register-layout{grid-template-columns:minmax(0,1fr) minmax(330px,390px)}.auth-page-title{font-size:28px}}@media (max-width:991px){.auth-register-layout{grid-template-columns:1fr}.auth-register-form-placeholder{display:none!important}.auth-register-form-card,.auth-register-form-card.is-fixed,.auth-register-form-card.is-bottom{position:static;width:100%!important;left:auto!important;top:auto!important;bottom:auto!important}}@media (max-width:767px){.auth-register-page{padding:90px 0 60px}.auth-register-content-card,.auth-register-form-card{padding:22px 18px}.auth-page-title{font-size:24px}.auth-feature-grid{grid-template-columns:1fr}.auth-section-title{font-size:18px}}