.login-page{background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 50%,#0f172a 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;width:100%;max-width:28rem;padding:2rem}.login-header{text-align:center;margin-bottom:1.5rem}.login-logo{color:#fff;letter-spacing:-.025em;margin:0 0 .25rem;font-size:2rem;font-weight:700}.login-subtitle{color:#bfdbffb3;margin:0;font-size:.875rem}.login-footer{text-align:center;border-top:1px solid #ffffff1a;margin-top:1.5rem;padding-top:1rem}.login-back-link{color:#bfdbffcc;transition:color var(--transition-fast);font-size:.875rem;text-decoration:none}.login-back-link:hover{color:#fff}
.auth-form{width:100%}.auth-form__title{color:#fff;text-align:center;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.auth-form__subtitle{color:#bfdbffcc;text-align:center;margin:0 0 1.5rem;font-size:.875rem}.auth-form__type-toggle{background:#ffffff0d;border-radius:.5rem;gap:.5rem;margin-bottom:1.25rem;padding:.25rem;display:flex}.auth-form__toggle-btn{color:#bfdbffb3;cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:.375rem;flex:1;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.auth-form__toggle-btn:hover:not(.auth-form__toggle-btn--active){color:#bfdbff;background:#ffffff0d}.auth-form__toggle-btn--active{color:#fff;background:#3b82f64d}.auth-form__group{margin-bottom:1rem}.auth-form__label{color:#bfdbffe6;margin-bottom:.375rem;font-size:.8125rem;font-weight:500;display:block}.auth-form__optional{color:#bfdbff80;font-weight:400}.auth-form__input{color:#fff;width:100%;transition:all var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff26;border-radius:.5rem;outline:none;padding:.75rem 1rem;font-size:.9375rem}.auth-form__input::placeholder{color:#bfdbff66}.auth-form__input:focus{background:#ffffff14;border-color:#3b82f699;box-shadow:0 0 0 3px #3b82f626}.auth-form__input:disabled{opacity:.5;cursor:not-allowed}.auth-form__other-methods{margin-bottom:1rem}.auth-form__other-methods-toggle{color:#bfdbff99;cursor:pointer;width:100%;transition:all var(--transition-fast);text-align:center;background:0 0;border:1px dashed #fff3;border-radius:.5rem;padding:.5rem 1rem;font-size:.8125rem}.auth-form__other-methods-toggle:hover:not(:disabled){color:#bfdbffe6;background:#3b82f60d;border-color:#3b82f666}.auth-form__other-methods-toggle:disabled{opacity:.5;cursor:not-allowed}.auth-form__other-methods-content{background:#ffffff08;border:1px solid #ffffff14;border-radius:.5rem;margin-top:.75rem;padding:1rem}.auth-form__method-option{margin-bottom:.75rem}.auth-form__method-option:last-child{margin-bottom:0}.auth-form__method-btn{color:#bfdbffcc;cursor:pointer;width:100%;transition:all var(--transition-fast);text-align:left;background:#ffffff0d;border:1px solid #ffffff26;border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem}.auth-form__method-btn:hover:not(:disabled){color:#fff;background:#3b82f626;border-color:#3b82f666}.auth-form__method-btn--active{color:#fff;background:#3b82f640;border-color:#3b82f699}.auth-form__code-group--compact{margin-top:.5rem;margin-bottom:.75rem}.auth-form__divider{background:#ffffff1a;height:1px;margin:1rem 0}.auth-form__or-divider{color:#bfdbff66;align-items:center;margin:1.25rem 0;font-size:.8125rem;display:flex}.auth-form__or-divider:before,.auth-form__or-divider:after{content:"";background:#ffffff1a;flex:1;height:1px}.auth-form__or-divider span{padding:0 1rem}.auth-form__code-section{margin-top:.5rem;margin-bottom:.5rem}.auth-form__code-section-toggle{color:#bfdbff80;cursor:pointer;width:100%;transition:all var(--transition-fast);text-align:center;background:0 0;border:1px dashed #ffffff26;border-radius:.5rem;padding:.625rem 1rem;font-size:.8125rem}.auth-form__code-section-toggle:hover:not(:disabled){color:#bfdbffb3;background:#3b82f60d;border-color:#3b82f64d}.auth-form__code-section-content{background:#ffffff05;border-radius:.5rem;margin-top:.75rem;padding:.75rem}.auth-form__code-type-toggle{background:#ffffff08;border-radius:.375rem;gap:.5rem;margin-bottom:.75rem;padding:.25rem;display:flex}.auth-form__code-type-btn{color:#bfdbff99;cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:.25rem;flex:1;padding:.375rem .75rem;font-size:.8125rem;font-weight:500}.auth-form__code-type-btn:hover:not(.auth-form__code-type-btn--active){color:#bfdbffe6}.auth-form__code-type-btn--active{color:#fff;background:#3b82f640}.auth-form__code-group{margin-bottom:0}.auth-form__code-row{align-items:center;gap:.5rem;display:flex}.auth-form__code-input{flex:1}.auth-form__send-btn{color:#bfdbff;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:#3b82f633;border:1px solid #3b82f666;border-radius:.5rem;flex-shrink:0;padding:.75rem 1rem;font-size:.8125rem;font-weight:500}.auth-form__send-btn:hover:not(.auth-form__send-btn--disabled){background:#3b82f64d;border-color:#3b82f699}.auth-form__send-btn--disabled{opacity:.5;cursor:not-allowed}.auth-form__password-strength{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.auth-form__strength-bar{flex:1;gap:2px;height:3px;display:flex}.auth-form__strength-segment{transition:background-color var(--transition-fast);background:#ffffff1a;border-radius:1px;flex:1}.auth-form__strength-segment--weak{background:#ef4444}.auth-form__strength-segment--medium{background:#f59e0b}.auth-form__strength-segment--strong{background:#22c55e}.auth-form__strength-segment--very-strong{background:#10b981}.auth-form__strength-text{text-align:right;min-width:2rem;font-size:.75rem;font-weight:500}.auth-form__options{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.auth-form__checkbox-label{cursor:pointer;color:#bfdbffcc;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.auth-form__checkbox-label input{accent-color:#3b82f699;cursor:pointer;width:1rem;height:1rem}.auth-form__checkbox-label input:disabled{cursor:not-allowed;opacity:.5}.auth-form__link-btn{color:#60a5fa;cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;padding:0;font-size:.8125rem;text-decoration:none}.auth-form__link-btn:hover:not(:disabled){color:#fff;text-decoration:underline}.auth-form__link-btn:disabled{opacity:.5;cursor:not-allowed}.auth-form__submit-btn{color:#fff;cursor:pointer;width:100%;transition:all var(--transition-fast);background:linear-gradient(135deg,#3b82f6cc,#6366f1cc);border:none;border-radius:.5rem;margin-bottom:1rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600}.auth-form__submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#3b82f6,#6366f1);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.auth-form__submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-form__secondary-btn{color:#bfdbffe6;cursor:pointer;width:100%;transition:all var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff26;border-radius:.5rem;margin-bottom:.75rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500}.auth-form__secondary-btn:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff4d}.auth-form__secondary-btn:disabled{opacity:.5;cursor:not-allowed}.auth-form__error{color:#f87171;background:#f871711a;border:1px solid #f8717133;border-radius:.5rem;margin-bottom:1rem;padding:.625rem 1rem;font-size:.8125rem}.auth-form__switch{text-align:center;color:#bfdbffb3;border-top:1px solid #ffffff1a;padding-top:.5rem;font-size:.8125rem}.auth-form__success{text-align:center;padding:2rem 1rem}.auth-form__success-icon{color:#22c55e;background:#22c55e33;border:2px solid #22c55e80;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1.25rem;font-size:2rem;display:flex}.auth-form__success-text{color:#bfdbffe6;margin:0;font-size:1rem}.auth-form__steps{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.auth-form__step{align-items:center;gap:.375rem;display:flex}.auth-form__step--active .auth-form__step-number{color:#fff;background:#3b82f699}.auth-form__step:not(.auth-form__step--active) .auth-form__step-number{color:#bfdbff80;background:#ffffff1a}.auth-form__step-number{border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.8125rem;font-weight:600;display:flex}.auth-form__step-label{color:#bfdbffb3;font-size:.75rem}.auth-form__step--active .auth-form__step-label{color:#bfdbff}.auth-form__step-line{background:#ffffff26;width:2rem;height:1px}
: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)}
.country-phone-input{width:100%;position:relative}.country-phone-input .PhoneInput{transition:all var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff26;border-radius:.5rem;align-items:center;display:flex;overflow:hidden}.country-phone-input .PhoneInput:hover{border-color:#ffffff40}.country-phone-input .PhoneInput--focus{background:#ffffff14;border-color:#3b82f699;box-shadow:0 0 0 3px #3b82f626}.country-phone-input .PhoneInput--disabled{opacity:.5;cursor:not-allowed}.country-phone-input .PhoneInputCountrySelect{color:#fff;cursor:pointer;background:0 0;border:none;border-right:1px solid #ffffff1a;align-items:center;height:100%;padding:0 .75rem;font-size:.875rem;display:flex}.country-phone-input .PhoneInputCountrySelect:focus{outline:none}.country-phone-input .PhoneInputCountrySelectArrow{transition:transform var(--transition-fast);margin-left:.25rem}.country-phone-input .PhoneInputCountrySelectOption{color:#bfdbffe6;cursor:pointer;padding:.5rem 1rem}.country-phone-input .PhoneInputCountrySelectOption:hover{color:#fff;background:#3b82f633}.country-phone-input .PhoneInputCountryIcon{border-radius:2px;width:1.5rem;height:auto;margin-right:.5rem}.country-phone-input .PhoneInputInput{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.75rem 1rem;font-size:.9375rem}.country-phone-input .PhoneInputInput::placeholder{color:#bfdbff66}.country-phone-input__error{color:#f87171;margin-top:.375rem;padding:0 .5rem;font-size:.75rem;display:block}:root{--PhoneInputCountryFlag-borderColor:transparent}@media (max-width:480px){.country-phone-input .PhoneInputCountrySelect{padding:0 .5rem}.country-phone-input .PhoneInputInput{padding:.625rem .75rem;font-size:.875rem}}
