.RegisterPage-module__PUj23q__container{min-height:100vh;padding:var(--space-6);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex;position:relative}.RegisterPage-module__PUj23q__registerCard{z-index:10;background:linear-gradient(#1a1f2e 0%,#0f1419 100%);border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:480px;padding:3rem;animation:.6s ease-out RegisterPage-module__PUj23q__fadeInUp;position:relative;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff0d}@keyframes RegisterPage-module__PUj23q__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.RegisterPage-module__PUj23q__header{text-align:center;margin-bottom:2rem}.RegisterPage-module__PUj23q__logo{font-family:var(--font-heading),system-ui,-apple-system,sans-serif;color:#fff;letter-spacing:-1px;text-shadow:0 4px 8px #0000004d;margin-bottom:.5rem;font-size:2.25rem;font-weight:800;text-decoration:none;display:block}.RegisterPage-module__PUj23q__header h2{color:#d4af37;letter-spacing:-.5px;background:linear-gradient(135deg,#d4af37,#f4d03f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.RegisterPage-module__PUj23q__header p{color:#fffc;font-size:1rem;font-weight:500;font-family:var(--font-primary);margin-bottom:0}.RegisterPage-module__PUj23q__form{flex-direction:column;gap:1.25rem;display:flex}.RegisterPage-module__PUj23q__inputGroup{flex-direction:column;gap:.5rem;display:flex}.RegisterPage-module__PUj23q__inputGroup label{color:#ffffffe6;margin-left:2px;font-size:.9rem;font-weight:500}.RegisterPage-module__PUj23q__inputGroup input{color:#fff;font-size:1rem;font-family:var(--font-primary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:12px 16px;transition:all .2s}.RegisterPage-module__PUj23q__inputGroup input:focus{background:#ffffff14;border-color:#d4af37;outline:none;box-shadow:0 0 0 3px #d4af3726}.RegisterPage-module__PUj23q__inputGroup input::placeholder{color:#fff6}.RegisterPage-module__PUj23q__inputHint{color:#ffffff80;margin-top:2px;font-size:.8rem}.RegisterPage-module__PUj23q__submitBtn{color:#1a1f2e;cursor:pointer;text-shadow:0 1px 2px #0000001a;background:linear-gradient(135deg,#d4af37,#c9a635);border:none;border-radius:10px;margin-top:.5rem;padding:14px;font-size:1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 6px -1px #0003}.RegisterPage-module__PUj23q__submitBtn:hover{background:linear-gradient(135deg,#e4c965,#dbb540);transform:translateY(-1px);box-shadow:0 10px 15px -3px #d4af374d}.RegisterPage-module__PUj23q__submitBtn:active{transform:translateY(0)}.RegisterPage-module__PUj23q__footer{text-align:center;color:#fffc;font-size:1rem;font-weight:500;font-family:var(--font-primary);border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:1.5rem}.RegisterPage-module__PUj23q__footer a{color:#fbbf24;margin-left:4px;font-weight:700;text-decoration:none;transition:color .2s}.RegisterPage-module__PUj23q__footer a:hover{color:#fcd34d;text-shadow:0 0 10px #fbbf2466;text-decoration:underline}.RegisterPage-module__PUj23q__errorMessage{color:#fca5a5;text-align:center;background:#dc262626;border:1px solid #dc26264d;border-radius:10px;margin-bottom:1rem;padding:12px;font-size:.9rem}.RegisterPage-module__PUj23q__backLink{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:50px;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative;bottom:auto;box-shadow:0 2px 4px #0000000d}.RegisterPage-module__PUj23q__backLink:hover{color:#1a1f2e;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}
.OTPModal-module__lP1uvW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.OTPModal-module__lP1uvW__modal{text-align:center;background:linear-gradient(#1a1f2e 0%,#0f1419 100%);border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:440px;padding:40px;animation:.3s OTPModal-module__lP1uvW__slideUp;position:relative;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d}@keyframes OTPModal-module__lP1uvW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.OTPModal-module__lP1uvW__closeBtn{color:#fff9;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.OTPModal-module__lP1uvW__closeBtn:hover{color:#fff;background:#ffffff1a;border-color:#fff3}.OTPModal-module__lP1uvW__header{margin-bottom:32px}.OTPModal-module__lP1uvW__iconWrapper{color:#d4af37;background:linear-gradient(135deg,#d4af3726 0%,#d4af370d 100%);border:1px solid #d4af3733;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 24px;display:flex;box-shadow:0 0 20px #d4af371a}.OTPModal-module__lP1uvW__title{color:#fff;letter-spacing:-.5px;margin:0 0 12px;font-size:1.75rem;font-weight:700}.OTPModal-module__lP1uvW__subtitle{color:#ffffffb3;margin:0;font-size:1rem;line-height:1.6}.OTPModal-module__lP1uvW__subtitle strong{color:#d4af37;font-weight:500}.OTPModal-module__lP1uvW__otpContainer{justify-content:center;gap:12px;margin-bottom:32px;display:flex}.OTPModal-module__lP1uvW__otpInput{text-align:center;color:#fff;width:48px;height:56px;font-size:1.75rem;font-weight:700;font-family:var(--font-primary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;transition:all .2s}.OTPModal-module__lP1uvW__otpInput:focus{background:#ffffff14;border-color:#d4af37;transform:translateY(-2px);box-shadow:0 0 0 3px #d4af3726}.OTPModal-module__lP1uvW__otpInput.OTPModal-module__lP1uvW__error{background:#ef44440d;border-color:#ef4444}.OTPModal-module__lP1uvW__otpInput:disabled{opacity:.6;cursor:not-allowed}.OTPModal-module__lP1uvW__errorMessage{color:#f87171;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin:0 0 20px;padding:10px;font-size:.95rem;font-weight:500}.OTPModal-module__lP1uvW__loading{color:#fffc;justify-content:center;align-items:center;gap:10px;margin-bottom:20px;font-size:1rem;display:flex}.OTPModal-module__lP1uvW__spinner{color:#d4af37;animation:1s linear infinite OTPModal-module__lP1uvW__spin}@keyframes OTPModal-module__lP1uvW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.OTPModal-module__lP1uvW__resendSection{border-top:1px solid #ffffff1a;margin-top:8px;padding-top:24px}.OTPModal-module__lP1uvW__resendTimer{color:#ffffff80;font-size:.95rem}.OTPModal-module__lP1uvW__resendBtn{color:#d4af37;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-size:.95rem;font-weight:600;transition:all .2s}.OTPModal-module__lP1uvW__resendBtn:hover{color:#f4d03f;text-shadow:0 0 10px #d4af374d;background:#d4af370d}.OTPModal-module__lP1uvW__resendBtn:disabled{color:#ffffff4d;cursor:not-allowed;text-shadow:none;background:0 0}.OTPModal-module__lP1uvW__successState{padding:20px 0}.OTPModal-module__lP1uvW__successIcon{color:#10b981;background:linear-gradient(135deg,#05966933 0%,#0596690d 100%);border:1px solid #0596694d;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;animation:.3s OTPModal-module__lP1uvW__scaleIn;display:flex}@keyframes OTPModal-module__lP1uvW__scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.OTPModal-module__lP1uvW__successState h2{color:#fff;margin:0 0 8px;font-size:1.75rem;font-weight:700}.OTPModal-module__lP1uvW__successState p{color:#ffffffb3;margin:0;font-size:1rem}@media (max-width:480px){.OTPModal-module__lP1uvW__modal{padding:32px 24px}.OTPModal-module__lP1uvW__otpInput{width:42px;height:52px;font-size:1.5rem}.OTPModal-module__lP1uvW__title{font-size:1.5rem}}
