.register_pageRoot__0ZQb4{min-height:100vh;background-color:var(--background-primary);display:flex;flex-direction:column}.register_mainContainer__PBIaT{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;padding:120px 2rem 3rem}.register_formPanel__zQkr1{background-color:var(--background-secondary);padding:3.5rem 3rem;border-radius:24px;border:1px solid var(--border-primary);box-shadow:0 25px 50px -12px rgba(0,0,0,.25);width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;animation:register_fadeIn___JYXF .4s ease-out}.register_formContent__t_h6U{width:100%}.register_minimalHeader__oEblu{display:flex;justify-content:center;margin-bottom:2rem}.register_logo__Gk_xH{font-size:1.75rem;font-weight:850;color:var(--text-primary);text-decoration:none}.register_logoAccent__tj_vl{color:var(--accent-primary)}.register_formTitle__m1T5A{font-size:2rem;font-weight:900;color:var(--text-primary);margin-bottom:1rem;letter-spacing:-1px;text-align:center}.register_croBadge__vSemT{display:flex;align-items:center;gap:.5rem;background:rgba(124,58,237,.05);border:1px solid rgba(124,58,237,.1);padding:.8rem 1rem;border-radius:12px;margin-bottom:2.5rem;color:var(--text-secondary);font-size:.9rem;line-height:1.4;text-align:center}.register_croIcon__AYcsV{color:var(--accent-primary);flex-shrink:0}.register_croBadge__vSemT strong{color:var(--text-primary)}.register_authForm__RqPFK{display:flex;flex-direction:column;gap:1.25rem}.register_inputGroup__qsyBR{display:flex;flex-direction:column;gap:.5rem}.register_label__uE9cz{font-size:.75rem;font-weight:800;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.register_authInput___kGFV{width:100%;padding:1rem 1.25rem;background-color:var(--background-primary);border:1px solid var(--border-primary);border-radius:14px;color:var(--text-primary);font-size:.95rem;transition:all .2s}.register_authInput___kGFV:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px rgba(124,58,237,.15)}.register_passwordWrapper__LdS5q{position:relative;display:flex;align-items:center}.register_eyeToggle__qCrZy{position:absolute;right:1rem;background:none;border:none;color:var(--text-secondary);cursor:pointer;transition:.2s}.register_eyeToggle__qCrZy:hover{color:var(--text-primary)}.register_formAlert__I_HtU{background:rgba(239,68,68,.1);color:#ef4444;padding:1rem;border-radius:12px;font-size:.85rem;text-align:center;border:1px solid rgba(239,68,68,.2)}.register_footerLinks__TSp8t{margin-top:2rem;text-align:center}.register_legalNotice__tl5rh{font-size:.8rem;color:var(--text-secondary);margin-bottom:1.5rem}.register_legalNotice__tl5rh a{color:var(--text-primary);text-decoration:underline}.register_loginRedirect__3qlhm{font-size:.95rem;color:var(--text-secondary)}.register_loginRedirect__3qlhm a{color:var(--accent-primary);text-decoration:none;font-weight:800;margin-left:5px}.register_otpState__wipv2{text-align:center;animation:register_fadeIn___JYXF .5s ease-out}.register_lockIconWrapper__sAPz9{color:var(--accent-primary);background:rgba(124,58,237,.1);width:80px;height:80px;border-radius:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.register_formSubtitle__5ekxv{font-size:1rem;color:var(--text-secondary);margin-bottom:2.5rem}.register_otpGrid__wh18B{display:flex;justify-content:center;gap:10px;margin:2rem 0}.register_otpInput__V2X57{width:45px;height:60px;text-align:center;font-size:1.5rem;font-weight:900;font-family:JetBrains Mono,monospace;border:1px solid var(--border-primary);background:var(--background-primary);border-radius:12px;color:var(--text-primary)}.register_otpInput__V2X57:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px rgba(124,58,237,.15)}.register_otpErrorText__NcJAB{color:#ef4444;font-size:.85rem;margin-bottom:1rem}.register_otpActions__cgcKs{margin-top:2rem;display:flex;flex-direction:column;gap:1rem;align-items:center}.register_resendBtn__ZRG57{display:flex;align-items:center;gap:8px;background:var(--background-primary);border:1px solid var(--border-primary);padding:8px 16px;border-radius:100px;color:var(--text-primary);font-weight:700;font-size:.85rem;cursor:pointer;transition:.2s}.register_resendBtn__ZRG57:hover:not(:disabled){border-color:var(--accent-primary);color:var(--accent-primary)}.register_resendBtn__ZRG57:disabled{opacity:.5;cursor:not-allowed}.register_spamHint__zHTRP{font-size:.8rem;color:var(--text-secondary)}.register_backBtn__5sAKy{background:none;border:none;color:var(--text-secondary);font-size:.85rem;cursor:pointer;text-decoration:underline}.register_backBtn__5sAKy:hover{color:var(--text-primary)}.register_btnPrimary__i38CK{background:var(--brand-gradient);color:#fff;padding:1rem;border-radius:14px;font-weight:850;font-size:1rem;border:none;cursor:pointer;width:100%;display:flex;justify-content:center;transition:.3s}.register_btnPrimary__i38CK:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px rgba(124,58,237,.3)}.register_btnPrimary__i38CK:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.register_spin__zK_nz{animation:register_spin__zK_nz 1s linear infinite}@keyframes register_fadeIn___JYXF{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes register_spin__zK_nz{to{transform:rotate(1turn)}}@media (max-width:640px){.register_mainContainer__PBIaT{padding:1rem}.register_formPanel__zQkr1{padding:2.5rem 1.5rem}.register_otpGrid__wh18B{gap:6px}.register_otpInput__V2X57{width:40px;height:50px;font-size:1.25rem}}