:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
.reg-section{background:#f0f0f0;justify-content:center;align-items:center;min-height:100vh;padding:5rem 2rem;display:flex;position:relative}.reg-container{background:#0a0a0a;border-radius:24px;grid-template-columns:1fr 1.5fr;width:100%;max-width:1000px;display:grid;overflow:hidden;box-shadow:0 32px 80px #0000002e,0 8px 24px #0000001a}.reg-left{border-right:1px solid #1a1a1a;align-items:center;padding:3.5rem 3rem;display:flex}.reg-left-content{flex-direction:column;justify-content:space-between;gap:2rem;height:100%;display:flex}.reg-headline{color:#fff;letter-spacing:-1.5px;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.05}.reg-headline span{color:#7f77dd}.reg-tagline{color:#555;font-size:.85rem;font-weight:300;line-height:1.8}.reg-steps{flex-direction:column;display:flex}.reg-step{opacity:.3;align-items:center;gap:1rem;display:flex}.reg-step--active{opacity:1}.reg-step-num{color:#555;border:1px solid #333;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.7rem;font-weight:600;display:flex}.reg-step--active .reg-step-num{color:#7f77dd;background:#7f77dd1a;border-color:#7f77dd}.reg-step-text{flex-direction:column;gap:2px;display:flex}.reg-step-title{color:#fff;font-size:.82rem;font-weight:600}.reg-step-sub{color:#555;font-size:.68rem}.reg-step-line{background:#1e1e1e;width:1px;height:20px;margin-left:14px}.reg-right{align-items:center;padding:3.5rem 3rem;display:flex}.reg-card{width:100%;box-shadow:none;background:0 0;border:none;border-radius:0;padding:0}.reg-card-title{color:#fff;letter-spacing:-.3px;margin-bottom:.4rem;font-size:1.5rem;font-weight:700}.reg-card-sub{color:#555;margin-bottom:2rem;font-size:.82rem}.reg-link{color:#7f77dd;text-decoration:none}.reg-link:hover{color:#a09bef}.reg-field{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.reg-row{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.reg-label{letter-spacing:1.5px;color:#555;text-transform:uppercase;font-size:.65rem}.reg-input{color:#fff;font-size:.88rem;font-family:var(--font-geist), sans-serif;background:#141414;border:1px solid #222;border-radius:8px;outline:none;width:100%;padding:.72rem 1rem;transition:border-color .2s}.reg-input::placeholder{color:#333}.reg-input:focus{border-color:#7f77dd}.reg-input--error{border-color:#c41e3a!important}.reg-input option{color:#fff;background:#111}.reg-input-wrap{position:relative}.reg-input-wrap .reg-input{padding-right:2.8rem}.reg-eye{cursor:pointer;color:#444;background:0 0;border:none;align-items:center;transition:color .2s;display:flex;position:absolute;top:50%;right:.8rem;transform:translateY(-50%)}.reg-eye:hover{color:#7f77dd}.reg-eye svg{width:18px;height:18px}.reg-error{color:#c41e3a;min-height:14px;font-size:.7rem}.reg-global-error{color:#c41e3a;background:#c41e3a14;border:1px solid #c41e3a33;border-radius:8px;margin-bottom:1rem;padding:.7rem 1rem;font-size:.8rem}.reg-btn{color:#fff;letter-spacing:1px;cursor:pointer;text-transform:uppercase;width:100%;font-size:.88rem;font-weight:600;font-family:var(--font-geist), sans-serif;background:#7f77dd;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.95rem;text-decoration:none;transition:background .25s,transform .2s;display:flex}.reg-btn:hover:not(:disabled){background:#534ab7;transform:translateY(-1px)}.reg-btn:disabled{opacity:.6;cursor:not-allowed}.reg-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite regSpin}@keyframes regSpin{to{transform:rotate(360deg)}}.pending-icon{width:64px;height:64px;margin:0 auto 1.5rem}.pending-icon svg{width:100%;height:100%}.pending-title{color:#fff;text-align:center;margin-bottom:.8rem;font-size:1.5rem;font-weight:700}.pending-desc{color:#ffffff73;text-align:center;margin-bottom:1.8rem;font-size:.88rem;line-height:1.8}.pending-desc strong{color:#fff;font-weight:600}.pending-note{color:#444;text-align:center;margin-top:1rem;font-size:.75rem}.resend-btn{color:#7f77dd;cursor:pointer;font-size:.75rem;font-family:var(--font-geist), sans-serif;background:0 0;border:none;text-decoration:underline}.auth-back-btn{letter-spacing:1px;text-transform:uppercase;color:#888;z-index:10;background:#fff;border:1px solid #ddd;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.72rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex;position:absolute;top:1.4rem;left:1.8rem}.auth-back-btn:hover{color:#7f77dd;border-color:#7f77dd}.login-brand{border-top:1px solid #1a1a1a;align-items:center;gap:10px;padding-top:1rem;display:flex}.login-brand-logo{object-fit:contain;border-radius:6px;width:32px;height:32px}.login-brand-name{color:#fff;font-size:.82rem;font-weight:600;display:block}.login-brand-sub{color:#555;font-size:.7rem;display:block}.reg-phone-wrap{background:#141414;border:1px solid #222;border-radius:8px;align-items:stretch;width:100%;transition:border-color .2s;display:flex;overflow:hidden}.reg-phone-wrap:focus-within{border-color:#7f77dd}.reg-phone-wrap--error{border-color:#c41e3a!important}.reg-phone-wrap .PhoneInput{align-items:center;width:100%;display:flex}.reg-phone-wrap .PhoneInputCountry{cursor:pointer;border-right:1px solid #222;flex-shrink:0;align-items:center;gap:.4rem;padding:0 .75rem;display:flex;position:relative}.reg-phone-wrap .PhoneInputCountrySelect{opacity:0;cursor:pointer;z-index:1;width:100%;height:100%;position:absolute;inset:0}.reg-phone-wrap .PhoneInputCountrySelect option{color:#fff;background:#1a1a1a}.reg-phone-wrap .PhoneInputCountryIcon{border-radius:2px;flex-shrink:0;align-items:center;width:22px;height:16px;display:flex;overflow:hidden}.reg-phone-wrap .PhoneInputCountryIcon--border{box-shadow:none}.reg-phone-wrap .PhoneInputCountryIcon img,.reg-phone-wrap .PhoneInputCountryIconImg{object-fit:cover;width:100%;height:100%;display:block}.reg-phone-wrap .PhoneInputCountrySelectArrow{border-top:4px solid #555;border-left:3.5px solid #0000;border-right:3.5px solid #0000;flex-shrink:0;width:0;height:0;margin-left:2px;transition:border-top-color .2s}.reg-phone-wrap:focus-within .PhoneInputCountrySelectArrow{border-top-color:#7f77dd}.reg-phone-wrap .reg-phone-number-input,.reg-phone-wrap .PhoneInputInput{color:#fff;min-width:0;font-size:.88rem;font-family:var(--font-geist), sans-serif;background:0 0;border:none;outline:none;flex:1;padding:.72rem 1rem}.reg-phone-wrap .reg-phone-number-input::placeholder,.reg-phone-wrap .PhoneInputInput::placeholder{color:#333}.reg-uni-wrap{width:100%;position:relative}.reg-uni-field{background:#141414;border:1px solid #222;border-radius:8px;align-items:center;transition:border-color .2s;display:flex;overflow:hidden}.reg-uni-field:focus-within,.reg-uni-field--open{border-color:#7f77dd}.reg-uni-field--error{border-color:#c41e3a!important}.reg-uni-input{color:#fff;min-width:0;font-size:.88rem;font-family:var(--font-geist), sans-serif;background:0 0;border:none;outline:none;flex:1;padding:.72rem 1rem}.reg-uni-input::placeholder{color:#333}.reg-uni-chevron{color:#444;pointer-events:none;flex-shrink:0;align-items:center;padding-right:.85rem;transition:transform .2s,color .2s;display:flex}.reg-uni-chevron--open{color:#7f77dd;transform:rotate(180deg)}.reg-uni-list{z-index:50;scrollbar-width:thin;scrollbar-color:#2a2a2a transparent;background:#141414;border:1px solid #2a2a2a;border-radius:8px;max-height:220px;margin:0;padding:.3rem 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 32px #0006}.reg-uni-list::-webkit-scrollbar{width:4px}.reg-uni-list::-webkit-scrollbar-track{background:0 0}.reg-uni-list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:2px}.reg-uni-option{color:#aaa;cursor:pointer;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.85rem;transition:background .12s,color .12s;display:flex}.reg-uni-option--active{color:#fff;background:#1e1e1e}.reg-uni-option--selected{color:#7f77dd}.reg-uni-option--selected.reg-uni-option--active{background:#1e1e1e}.reg-uni-empty{color:#444;text-align:center;padding:.7rem 1rem;font-size:.82rem}@media (max-width:768px){.reg-container{grid-template-columns:1fr}.reg-left{display:none}.reg-right{padding:2rem 1.5rem}.reg-row{grid-template-columns:1fr}.auth-back-btn{top:1rem;left:1rem}}
