.register-module__jUGYdG__page{background:#fff;min-height:100vh;padding:24px 16px}.register-module__jUGYdG__container{width:100%;max-width:400px;margin:0 auto}.register-module__jUGYdG__header{align-items:center;gap:16px;margin-bottom:24px;display:flex}.register-module__jUGYdG__backBtn{background:var(--surface-bg);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex}.register-module__jUGYdG__backBtn:hover{background:#eaeaef}.register-module__jUGYdG__backBtn svg{width:20px;height:20px;color:var(--navy-light)}.register-module__jUGYdG__headerText h1{color:var(--navy-light);margin:0;font-size:22px;font-weight:700}.register-module__jUGYdG__headerText p{color:#8c8c9a;margin:2px 0 0;font-size:14px}.register-module__jUGYdG__progressBar{justify-content:center;align-items:flex-start;margin-bottom:32px;padding:0 8px;display:flex}.register-module__jUGYdG__progressStep{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.register-module__jUGYdG__progressDot{color:#8c8c9a;z-index:1;background:#e8e8ee;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;transition:all .3s;display:flex;position:relative}.register-module__jUGYdG__progressDot.register-module__jUGYdG__progressActive{background:var(--accent-blue);color:#fff;box-shadow:0 0 0 4px #4263eb26}.register-module__jUGYdG__progressDot.register-module__jUGYdG__progressDone{color:#fff;background:#4caf50}.register-module__jUGYdG__progressDot.register-module__jUGYdG__progressDone svg{width:16px;height:16px}.register-module__jUGYdG__progressLabel{color:#8c8c9a;text-align:center;white-space:nowrap;margin-top:6px;font-size:11px;font-weight:500}.register-module__jUGYdG__progressLabel.register-module__jUGYdG__progressLabelActive{color:var(--accent-blue);font-weight:700}.register-module__jUGYdG__progressLine{z-index:0;background:#e8e8ee;width:calc(100% - 44px);height:3px;transition:background .3s;position:absolute;top:18px;left:calc(50% + 22px)}.register-module__jUGYdG__progressLine.register-module__jUGYdG__progressLineDone{background:#4caf50}.register-module__jUGYdG__form{flex-direction:column;gap:20px;display:flex}.register-module__jUGYdG__fieldGroup{flex-direction:column;gap:8px;display:flex}.register-module__jUGYdG__label{text-transform:uppercase;letter-spacing:.8px;color:var(--navy-light);font-size:11px;font-weight:700}.register-module__jUGYdG__required{color:#d32f2f;font-weight:700}.register-module__jUGYdG__inputWrapper{background:var(--surface-bg);border:1px solid #0000;border-radius:14px;align-items:center;padding:0 14px;transition:border-color .2s;display:flex}.register-module__jUGYdG__inputWrapper:focus-within{border-color:var(--accent-blue)}.register-module__jUGYdG__inputWrapper.register-module__jUGYdG__inputError{background:#fff8f8;border-color:#d32f2f}.register-module__jUGYdG__inputWrapper.register-module__jUGYdG__inputError:focus-within{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f1a}.register-module__jUGYdG__inputIcon{color:#8c8c9a;flex-shrink:0;width:22px;height:22px}.register-module__jUGYdG__input{color:var(--navy-light);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:14px 12px;font-size:15px}.register-module__jUGYdG__input::placeholder{color:#b0b0be}.register-module__jUGYdG__eyeToggle{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:4px;display:flex}.register-module__jUGYdG__eyeToggle svg{color:#8c8c9a;width:22px;height:22px}.register-module__jUGYdG__helperText{color:#8c8c9a;align-items:center;gap:4px;margin-top:-2px;font-size:12px;display:flex}.register-module__jUGYdG__helperText svg{flex-shrink:0;width:14px;height:14px}.register-module__jUGYdG__fieldError{color:#d32f2f;align-items:center;gap:4px;margin-top:-4px;font-size:12px;font-weight:500;display:flex}.register-module__jUGYdG__criteriaList{background:var(--surface-bg);border-radius:12px;flex-direction:column;gap:8px;margin-top:-8px;padding:14px 16px;display:flex}.register-module__jUGYdG__criteriaItem{color:#8c8c9a;align-items:center;gap:10px;font-size:13px;transition:color .2s;display:flex}.register-module__jUGYdG__criteriaItem.register-module__jUGYdG__criteriaMet{color:#2e7d32}.register-module__jUGYdG__criteriaIcon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.register-module__jUGYdG__criteriaIcon svg{width:16px;height:16px;transition:all .2s}.register-module__jUGYdG__criteriaItem.register-module__jUGYdG__criteriaMet .register-module__jUGYdG__criteriaIcon svg{color:#4caf50}.register-module__jUGYdG__toggleCard{background:var(--surface-bg);border-radius:14px;align-items:center;gap:12px;padding:14px;display:flex}.register-module__jUGYdG__toggleIconCircle{background:var(--accent-blue-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.register-module__jUGYdG__toggleIconCircle svg{width:20px;height:20px;color:var(--accent-blue)}.register-module__jUGYdG__toggleInfo{flex:1}.register-module__jUGYdG__toggleInfo strong{color:var(--navy-light);font-size:14px;font-weight:600;display:block}.register-module__jUGYdG__toggleInfo span{color:#8c8c9a;font-size:13px}.register-module__jUGYdG__toggleSwitch{flex-shrink:0;width:48px;height:28px;position:relative}.register-module__jUGYdG__toggleSwitch input{opacity:0;width:0;height:0}.register-module__jUGYdG__toggleSlider{cursor:pointer;background:#d0d0d8;border-radius:28px;transition:background .2s;position:absolute;inset:0}.register-module__jUGYdG__toggleSlider:before{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .2s;position:absolute;bottom:3px;left:3px}.register-module__jUGYdG__toggleSwitch input:checked+.register-module__jUGYdG__toggleSlider{background:var(--accent-blue)}.register-module__jUGYdG__toggleSwitch input:checked+.register-module__jUGYdG__toggleSlider:before{transform:translate(20px)}.register-module__jUGYdG__termsRow{border:1px solid #0000;border-radius:10px;align-items:flex-start;gap:12px;padding:12px;transition:border-color .2s;display:flex}.register-module__jUGYdG__termsRow.register-module__jUGYdG__termsError{background:#fff8f8;border-color:#d32f2f}.register-module__jUGYdG__checkbox{cursor:pointer;width:20px;height:20px;accent-color:var(--accent-blue);border:2px solid #d0d0d8;border-radius:4px;flex-shrink:0;margin-top:2px}.register-module__jUGYdG__termsText{color:var(--navy-light);font-size:14px;line-height:1.4}.register-module__jUGYdG__termsText a{color:var(--accent-blue);font-weight:600;text-decoration:none}.register-module__jUGYdG__termsText a:hover{text-decoration:underline}.register-module__jUGYdG__navButtons{gap:12px;margin-top:8px;display:flex}.register-module__jUGYdG__submitBtn{background:var(--accent-blue);color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:16px 20px;font-size:16px;font-weight:600;transition:background .2s;display:flex}.register-module__jUGYdG__submitBtn:hover:not(:disabled){background:#3b5de7}.register-module__jUGYdG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.register-module__jUGYdG__submitBtn svg{width:20px;height:20px}.register-module__jUGYdG__error{color:#d32f2f;background:#fff0f0;border:1px solid #ffcdd2;border-radius:10px;padding:12px 16px;font-size:14px}.register-module__jUGYdG__loginLink{color:#8c8c9a;text-align:center;margin-top:24px;font-size:15px}.register-module__jUGYdG__loginLink a{color:var(--accent-blue);font-weight:600;text-decoration:none}.register-module__jUGYdG__loginLink a:hover{text-decoration:underline}.register-module__jUGYdG__trustBadges{border-top:1px solid #f0f0f4;justify-content:center;gap:32px;margin-top:32px;padding-top:24px;display:flex}.register-module__jUGYdG__trustBadge{flex-direction:column;align-items:center;gap:8px;display:flex}.register-module__jUGYdG__trustIconCircle{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.register-module__jUGYdG__trustIconCircle svg{width:24px;height:24px}.register-module__jUGYdG__trustGreen{background:#e8f5e9}.register-module__jUGYdG__trustGreen svg{color:#4caf50}.register-module__jUGYdG__trustBlue{background:#e8eaf6}.register-module__jUGYdG__trustBlue svg{color:var(--accent-blue)}.register-module__jUGYdG__trustBadge span{color:#8c8c9a;text-align:center;font-size:12px;font-weight:500;line-height:1.3}.register-module__jUGYdG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite register-module__jUGYdG__spin}@keyframes register-module__jUGYdG__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.register-module__jUGYdG__page{padding:16px}.register-module__jUGYdG__header{margin-bottom:16px}.register-module__jUGYdG__headerText h1{font-size:20px}.register-module__jUGYdG__input{padding:12px 10px;font-size:14px}.register-module__jUGYdG__submitBtn{padding:14px 16px;font-size:15px}.register-module__jUGYdG__progressDot{width:32px;height:32px;font-size:13px}.register-module__jUGYdG__progressLine{width:calc(100% - 40px);top:16px;left:calc(50% + 20px)}.register-module__jUGYdG__progressLabel{font-size:10px}}
