.auth-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.7);backdrop-filter:blur(4px);z-index:2147483646;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.auth-modal-content{background-color:#00002a;backdrop-filter:blur(65px);box-shadow:0 0 100px 0 rgba(0,0,42,.6);border-radius:20px;width:490px;max-width:100%;max-height:90vh;overflow-y:auto;overscroll-behavior:contain;position:relative;padding:24px 44px 32px;display:flex;flex-direction:column;gap:20px}@media(max-width:576px){.auth-modal-content{padding:20px 24px 28px;min-height:auto}}.auth-modal-top-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:-8px}.auth-modal-back,.auth-modal-close{background:rgba(50,50,50,.3);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;flex-shrink:0}@media(max-width:576px){.auth-modal-back,.auth-modal-close{width:32px;height:32px}}.auth-modal-back:hover,.auth-modal-close:hover{background:rgba(80,80,80,.5)}.auth-modal-back{padding-right:4px}.auth-modal-header{display:flex;justify-content:center;margin-top:-32px}@media(max-width:576px){.auth-modal-header{margin-top:-24px}}.auth-modal-logo{-o-object-fit:contain;object-fit:contain}.auth-modal-body{flex:1 1}.auth-screen-forgot,.auth-screen-get-started,.auth-screen-login,.auth-screen-otp,.auth-screen-signup,.auth-screen-update-password{display:flex;flex-direction:column;gap:20px}.radio-option-input{display:flex;align-items:center;background:rgba(50,50,50,.3019607843);border:1px solid rgba(0,0,0,0);border-radius:8px;padding:12px 16px;gap:0;cursor:pointer;transition:border-color .2s ease}.radio-option-input.active{border-color:#007aff}.radio-option-input .radio-dot{width:18px;height:18px;border-radius:50%;border:2px solid #6c6c75;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease}.radio-option-input .radio-dot.selected{border-color:#007aff}.radio-option-input .radio-dot.selected:after{content:"";width:8px;height:8px;border-radius:50%;background:#007aff}.radio-option-input .radio-divider{width:1px;height:36px;background:#6c6c75;margin:0 14px;flex-shrink:0}.radio-option-input .radio-input-content{display:flex;flex-direction:column;gap:2px;flex:1 1}.radio-option-input .radio-input-content .radio-input-label{font-size:13px;color:#a0a0a0;font-weight:500}.radio-option-input .radio-input-content .radio-input-value{font-size:15px;color:#fff;background:rgba(0,0,0,0);border:none;outline:none;width:100%;padding:0}.radio-option-input .radio-input-content .radio-input-value::-moz-placeholder{color:#6c6c75}.radio-option-input .radio-input-content .radio-input-value::placeholder{color:#6c6c75}.otp-inputs{display:flex;gap:10px;justify-content:space-between}.otp-inputs .otp-box{width:52px;height:56px;background:rgba(0,0,0,0);border:1.5px solid #3a3a4a;border-radius:10px;color:#fff;font-size:20px;font-weight:600;text-align:center;outline:none;transition:border-color .2s ease;flex:1 1}.otp-inputs .otp-box:focus{border-color:#007aff}.otp-inputs .otp-box.error{border-color:#ff3b30}@media(max-width:400px){.otp-inputs .otp-box{height:48px;font-size:18px}}.otp-error{color:#ff3b30;font-size:13px;margin-top:-8px}.otp-resend-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.otp-resend-row,.otp-resend-row .otp-timer{color:#fff;font-weight:500}.password-hint{font-size:13px;color:#a0a0a0;line-height:1.5}.auth-form-container{display:flex;flex-direction:column;gap:16px}.auth-screen-title{text-align:center;font-size:24px;font-weight:600;color:#fff}.auth-screen-notice{margin:0;padding:12px 14px;border-radius:10px;border:1px solid rgba(31,207,255,.35);background:rgba(31,207,255,.12);line-height:1.45}.auth-screen-footer,.auth-screen-notice{color:#fff;font-size:14px;text-align:center}.auth-screen-footer a,.auth-screen-footer span.link{background:linear-gradient(90.91deg,#1FCFFF .02%,#0063FF 99.19%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;cursor:pointer;text-decoration:none;font-weight:500;text-decoration:underline}.auth-screen-footer a:hover,.auth-screen-footer span.link:hover{opacity:.85}.auth-divider{display:flex;align-items:center;text-align:center;color:#6c6c75;font-size:14px;gap:12px}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;border-bottom:1px solid #252833}