.Register-module__9MRrdG__container{background-color:#fff;justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.Register-module__9MRrdG__registerWrapper{background:#fff;border-radius:12px;width:100%;max-width:1200px;min-height:800px;display:flex;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.Register-module__9MRrdG__brandSection{color:#fff;background:linear-gradient(135deg,#1a202c 0%,#2d3748 100%);flex:1;align-items:center;padding:60px 40px;display:flex;position:relative;overflow:hidden}.Register-module__9MRrdG__brandSection:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;top:0;bottom:0;left:0;right:0}.Register-module__9MRrdG__brandContent{z-index:2;max-width:500px;position:relative}.Register-module__9MRrdG__logo{align-items:center;gap:12px;margin-bottom:40px;display:flex}.Register-module__9MRrdG__logoIcon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.1);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.Register-module__9MRrdG__brandLogoIcon{color:#fff;font-size:1.5rem}.Register-module__9MRrdG__brandName{color:#fff;font-size:1.8rem;font-weight:700}.Register-module__9MRrdG__brandText{margin-bottom:50px}.Register-module__9MRrdG__brandTitle{margin-bottom:20px;font-size:2.5rem;font-weight:700;line-height:1.2}.Register-module__9MRrdG__brandSubtitle{opacity:.9;font-size:1.1rem;line-height:1.6}.Register-module__9MRrdG__features{flex-direction:column;gap:25px;margin-bottom:50px;display:flex}.Register-module__9MRrdG__feature{align-items:flex-start;gap:16px;display:flex}.Register-module__9MRrdG__featureIcon{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.1);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;display:flex}.Register-module__9MRrdG__featureContent h3{color:#fff;margin-bottom:5px;font-size:1.1rem;font-weight:600}.Register-module__9MRrdG__featureContent p{opacity:.8;margin:0;font-size:.9rem;line-height:1.5}.Register-module__9MRrdG__stats{border-top:1px solid rgba(255,255,255,.1);gap:30px;padding-top:30px;display:flex}.Register-module__9MRrdG__stat{text-align:center}.Register-module__9MRrdG__statNumber{color:#fff;margin-bottom:5px;font-size:1.8rem;font-weight:700}.Register-module__9MRrdG__statLabel{opacity:.7;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem}.Register-module__9MRrdG__formSection{background:#fff;flex:1;justify-content:center;align-items:center;padding:60px 50px;display:flex}.Register-module__9MRrdG__registerCard{opacity:0;width:100%;max-width:450px;transition:all .3s;transform:translateY(20px)}.Register-module__9MRrdG__cardVisible{opacity:1;transform:translateY(0)}.Register-module__9MRrdG__header{margin-bottom:32px}.Register-module__9MRrdG__headerContent{text-align:center}.Register-module__9MRrdG__title{color:#1a202c;margin-bottom:8px;font-size:2rem;font-weight:700;line-height:1.2}.Register-module__9MRrdG__subtitle{color:#718096;font-size:1rem}.Register-module__9MRrdG__socialSection{margin-bottom:32px}.Register-module__9MRrdG__googleButton{color:#3c4043;cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:4px;justify-content:center;align-items:center;gap:12px;width:100%;padding:12px 16px;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;transition:background-color .2s;display:flex}.Register-module__9MRrdG__googleButton:hover:not(:disabled){background-color:#f8f9fa;box-shadow:0 1px 2px rgba(0,0,0,.1)}.Register-module__9MRrdG__googleButton:disabled{opacity:.6;cursor:not-allowed}.Register-module__9MRrdG__googleIcon{width:18px;height:18px}.Register-module__9MRrdG__googleButtonText{font-weight:500}.Register-module__9MRrdG__buttonSpinner{border:2px solid transparent;border-top-color:#3c4043;border-radius:50%;width:18px;height:18px;animation:1s linear infinite Register-module__9MRrdG__spin}.Register-module__9MRrdG__divider{text-align:center;color:#718096;margin:24px 0;font-size:.875rem;position:relative}.Register-module__9MRrdG__divider:before{content:"";background:#e2e8f0;height:1px;position:absolute;top:50%;left:0;right:0}.Register-module__9MRrdG__dividerText{background:#fff;padding:0 16px;position:relative}.Register-module__9MRrdG__form{flex-direction:column;gap:20px;display:flex}.Register-module__9MRrdG__inputGroup{flex-direction:column;gap:8px;display:flex}.Register-module__9MRrdG__label{color:#4a5568;font-size:.875rem;font-weight:500}.Register-module__9MRrdG__roleSelection{flex-direction:column;gap:8px;display:flex}.Register-module__9MRrdG__roleOption{position:relative}.Register-module__9MRrdG__roleRadio{opacity:0;position:absolute}.Register-module__9MRrdG__roleLabel{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:16px;transition:all .2s;display:block}.Register-module__9MRrdG__roleRadio:checked+.Register-module__9MRrdG__roleLabel{background:#ebf8ff;border-color:#3182ce}.Register-module__9MRrdG__roleRadio:focus+.Register-module__9MRrdG__roleLabel{box-shadow:0 0 0 3px rgba(49,130,206,.1)}.Register-module__9MRrdG__roleTitle{color:#2d3748;margin-bottom:4px;font-weight:600;display:block}.Register-module__9MRrdG__roleDescription{color:#718096;font-size:.75rem;display:block}.Register-module__9MRrdG__inputContainer{align-items:center;display:flex;position:relative}.Register-module__9MRrdG__inputIcon{color:#a0aec0;z-index:1;font-size:1rem;position:absolute;left:12px}.Register-module__9MRrdG__input{background:#fff;border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:12px 12px 12px 40px;font-family:inherit;font-size:.875rem;transition:all .2s}.Register-module__9MRrdG__input:focus{border-color:#3182ce;outline:none;box-shadow:0 0 0 3px rgba(49,130,206,.1)}.Register-module__9MRrdG__input::placeholder{color:#a0aec0}.Register-module__9MRrdG__inputError{border-color:#e53e3e}.Register-module__9MRrdG__inputError:focus{border-color:#e53e3e;box-shadow:0 0 0 3px rgba(229,62,62,.1)}.Register-module__9MRrdG__passwordToggle{color:#a0aec0;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;right:12px}.Register-module__9MRrdG__passwordToggle:hover{color:#4a5568}.Register-module__9MRrdG__passwordHint{color:#718096;margin-top:4px;font-size:.75rem}.Register-module__9MRrdG__termsGroup{margin:10px 0}.Register-module__9MRrdG__termsLabel{color:#4a5568;cursor:pointer;align-items:flex-start;gap:12px;font-size:.875rem;line-height:1.4;display:flex}.Register-module__9MRrdG__termsCheckbox{opacity:0;position:absolute}.Register-module__9MRrdG__checkmark{border:2px solid #cbd5e0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;transition:all .2s;display:flex}.Register-module__9MRrdG__termsCheckbox:checked+.Register-module__9MRrdG__checkmark{background:#3182ce;border-color:#3182ce}.Register-module__9MRrdG__checkIcon{color:#fff;opacity:0;font-size:.7rem;transition:opacity .2s}.Register-module__9MRrdG__termsCheckbox:checked+.Register-module__9MRrdG__checkmark .Register-module__9MRrdG__checkIcon{opacity:1}.Register-module__9MRrdG__termsLink{color:#3182ce;font-weight:500;text-decoration:none}.Register-module__9MRrdG__termsLink:hover{text-decoration:underline}.Register-module__9MRrdG__submitButton{color:#fff;cursor:pointer;background:#1a202c;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:10px;padding:12px 16px;font-family:inherit;font-size:.875rem;font-weight:600;transition:background-color .2s;display:flex}.Register-module__9MRrdG__submitButton:hover:not(:disabled){background:#2d3748}.Register-module__9MRrdG__submitButton:disabled{opacity:.6;cursor:not-allowed}.Register-module__9MRrdG__submitButton.Register-module__9MRrdG__loading{pointer-events:none}.Register-module__9MRrdG__spinner{border:2px solid transparent;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:1s linear infinite Register-module__9MRrdG__spin}@keyframes Register-module__9MRrdG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Register-module__9MRrdG__errorText{color:#e53e3e;margin-top:4px;font-size:.75rem}.Register-module__9MRrdG__message{border-radius:6px;align-items:center;gap:8px;margin-top:16px;padding:12px 16px;font-size:.875rem;display:flex}.Register-module__9MRrdG__errorMessage{color:#c53030;background:#fed7d7;border:1px solid #feb2b2}.Register-module__9MRrdG__successMessage{color:#276749;background:#c6f6d5;border:1px solid #9ae6b4}.Register-module__9MRrdG__messageIcon{font-size:1rem}.Register-module__9MRrdG__footer{text-align:center;border-top:1px solid #e2e8f0;margin-top:24px;padding-top:24px}.Register-module__9MRrdG__footerText{color:#718096;font-size:.875rem}.Register-module__9MRrdG__loginLink{color:#3182ce;font-weight:500;text-decoration:none;transition:color .2s}.Register-module__9MRrdG__loginLink:hover{color:#2c5aa0;text-decoration:underline}@media (max-width:968px){.Register-module__9MRrdG__registerWrapper{flex-direction:column;max-width:500px}.Register-module__9MRrdG__brandSection{display:none}.Register-module__9MRrdG__formSection{padding:40px 30px}}@media (max-width:480px){.Register-module__9MRrdG__container{padding:16px}.Register-module__9MRrdG__formSection{padding:32px 24px}.Register-module__9MRrdG__title{font-size:1.75rem}.Register-module__9MRrdG__brandSection{padding:40px 30px}.Register-module__9MRrdG__brandTitle{font-size:2rem}}@media (max-width:320px){.Register-module__9MRrdG__formSection{padding:24px 20px}.Register-module__9MRrdG__title{font-size:1.5rem}}.Register-module__9MRrdG__otpSection{padding:20px 0}.Register-module__9MRrdG__otpInstructions{text-align:center;color:#6b7280;margin-bottom:30px;line-height:1.5}.Register-module__9MRrdG__otpInputs{justify-content:center;gap:10px;margin-bottom:30px;display:flex}.Register-module__9MRrdG__otpInput{text-align:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;width:50px;height:60px;font-size:24px;font-weight:600;transition:all .2s}.Register-module__9MRrdG__otpInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.Register-module__9MRrdG__otpInput:not(:placeholder-shown){background:#f0fdf4;border-color:#10b981}.Register-module__9MRrdG__otpActions{text-align:center}.Register-module__9MRrdG__verifyButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:20px;padding:12px 20px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.Register-module__9MRrdG__verifyButton:hover:not(:disabled){background:#2563eb}.Register-module__9MRrdG__verifyButton:disabled{cursor:not-allowed;background:#9ca3af}.Register-module__9MRrdG__resendSection{text-align:center}.Register-module__9MRrdG__resendText{color:#6b7280;font-size:14px}.Register-module__9MRrdG__resendTimer{color:#ef4444;font-weight:600}.Register-module__9MRrdG__resendButton{color:#3b82f6;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-weight:600;transition:color .2s;display:inline-flex}.Register-module__9MRrdG__resendButton:hover:not(:disabled){color:#2563eb;text-decoration:underline}.Register-module__9MRrdG__resendButton:disabled{color:#9ca3af;cursor:not-allowed}.Register-module__9MRrdG__resendSpinner{animation:1s linear infinite Register-module__9MRrdG__spin}.Register-module__9MRrdG__successSection{text-align:center;padding:40px 0}.Register-module__9MRrdG__successIcon{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;font-size:32px;display:flex}.Register-module__9MRrdG__successTitle{color:#1f2937;margin-bottom:10px;font-size:24px;font-weight:700}.Register-module__9MRrdG__successMessage{color:#6b7280;margin-bottom:30px;line-height:1.6}.Register-module__9MRrdG__successActions{justify-content:center;gap:10px;display:flex}.Register-module__9MRrdG__loginButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:12px 30px;font-size:16px;font-weight:600;transition:background .2s}.Register-module__9MRrdG__loginButton:hover{background:#2563eb}.Register-module__9MRrdG__backButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Register-module__9MRrdG__backButton:hover{color:#374151;background:#f3f4f6}.Register-module__9MRrdG__header{position:relative}.Register-module__9MRrdG__headerContent{text-align:center;position:relative}@media (max-width:480px){.Register-module__9MRrdG__otpInputs{gap:8px}.Register-module__9MRrdG__otpInput{width:45px;height:55px;font-size:20px}}.Register-module__9MRrdG__errorMessage{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:8px;margin:16px 0;padding:12px 16px;display:flex}.Register-module__9MRrdG__successMessage{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;align-items:center;gap:8px;margin:16px 0;padding:12px 16px;display:flex}.Register-module__9MRrdG__messageIcon{font-weight:700}
