.auth_authContainer__PUpxE{min-height:100vh;background-image:linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.7)),url(/blackdragon.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:2rem}.auth_authCard__PPlHI{background:rgba(0,0,0,.8);backdrop-filter:blur(10px);border-radius:8px;padding:1.5rem;width:100%;max-width:360px;box-shadow:0 8px 32px rgba(0,0,0,.7),0 0 0 1px rgba(45,212,191,.1);border:1px solid hsla(0,0%,100%,.1);animation:auth_cardFadeIn__chaZc .4s ease-out}@keyframes auth_cardFadeIn__chaZc{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth_logo__Duey4{display:block;margin:0 auto 1rem;max-width:180px;height:auto;filter:drop-shadow(0 4px 6px rgba(0,0,0,.5))}.auth_title__saMM4{font-size:1.5rem;font-weight:700;color:#fff;text-align:center;margin-bottom:.25rem;font-family:Roboto Slab,serif;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.3)}.auth_subtitle__aClGr{color:hsla(0,0%,100%,.7);text-align:center;margin-bottom:1rem;font-size:.9rem}.auth_authForm__LHHVe{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.auth_formGroup__CIy5p{display:flex;flex-direction:column;gap:.25rem}.auth_label__o_lL3{display:block;margin-bottom:.25rem;font-weight:500;color:var(--text-secondary);font-size:.9rem}.auth_input__c251n{width:100%;padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:.375rem;background:rgba(0,0,0,.25);color:var(--text-primary);transition:all .3s ease;font-size:.9rem}.auth_input__c251n:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(90,40,195,.3);background:rgba(0,0,0,.35)}.auth_input__c251n::placeholder{color:var(--text-tertiary);opacity:.7}.auth_inputGroup__gy1hX{margin-bottom:1.25rem;position:relative}.auth_errorIndicator__pOTjZ{color:var(--error-color)}.auth_errorIndicator__pOTjZ,.auth_passwordToggle__34As_{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.auth_passwordToggle__34As_{background:none;border:none;cursor:pointer;color:var(--text-tertiary);display:flex;align-items:center;justify-content:center;padding:.25rem}.auth_passwordToggle__34As_:hover{color:var(--text-secondary)}.auth_submitButton__9kJoZ{background:#2dd4bf;color:#000;border:none;padding:.625rem;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .25s ease;margin-top:.5rem;position:relative;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.1);letter-spacing:.02em}.auth_submitButton__9kJoZ:hover{background:#38e0cb;transform:translateY(-2px);box-shadow:0 6px 15px rgba(45,212,191,.3)}.auth_submitButton__9kJoZ:focus{outline:none;box-shadow:0 0 0 3px rgba(45,212,191,.4),0 4px 6px rgba(0,0,0,.1)}.auth_submitButton__9kJoZ:focus:not(:focus-visible){box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.1)}.auth_submitButton__9kJoZ:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(45,212,191,.4),0 4px 6px rgba(0,0,0,.1)}.auth_submitButton__9kJoZ:disabled{background:rgba(45,212,191,.5);cursor:not-allowed;transform:none;box-shadow:none}.auth_forgotPassword__kVKhq{display:block;text-align:center;color:#2dd4bf;text-decoration:none;font-size:.85rem;margin:.75rem 0;transition:all .2s ease}.auth_forgotPassword__kVKhq:hover{color:#38e0cb;text-decoration:underline}.auth_altLink__4W03S{text-align:center;color:hsla(0,0%,100%,.6);font-size:.85rem;margin-top:1rem;border-top:1px solid hsla(0,0%,100%,.1);padding-top:.75rem}.auth_altLink__4W03S a{color:#2dd4bf;text-decoration:none;font-weight:600;transition:all .2s ease}.auth_altLink__4W03S a:hover{color:#38e0cb;text-decoration:underline}.auth_errorMessage__RQGT3{background:rgba(220,38,38,.1);border:1px solid rgba(220,38,38,.3);padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.85rem}.auth_errorMessage__RQGT3,.auth_errorText__woorX{color:#fca5a5;animation:auth_fadeIn__E7mZA .3s ease-out}.auth_errorText__woorX{font-size:.8rem;margin-top:.2rem}.auth_inputError__1Z8lJ{border-color:rgba(220,38,38,.5)}.auth_alertMessage__lb1wp{background:rgba(45,212,191,.1);border:1px solid rgba(45,212,191,.3);border-radius:6px;padding:.75rem;margin-bottom:1rem;color:#2dd4bf;text-align:center;font-size:.85rem}.auth_spinner__S15H8{width:1rem;height:1rem;border:2px solid rgba(0,0,0,.3);border-top-color:#000;border-radius:50%;animation:auth_spin__FBIQb .8s linear infinite}@keyframes auth_spin__FBIQb{to{transform:rotate(1turn)}}@keyframes auth_fadeIn__E7mZA{0%{opacity:0}to{opacity:1}}@media (max-width:480px){.auth_authCard__PPlHI{padding:1.25rem;margin:.75rem;max-width:100%}.auth_title__saMM4{font-size:1.5rem}.auth_subtitle__aClGr{font-size:.85rem}.auth_input__c251n{padding:.5rem .625rem}.auth_submitButton__9kJoZ{padding:.625rem;font-size:.9rem}}.auth_redirectingState__EIjAT{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0}.auth_redirectingState__EIjAT .auth_spinner__S15H8{width:24px;height:24px;border-width:3px;border-color:transparent #2dd4bf #2dd4bf}.auth_redirectingState__EIjAT p{color:#2dd4bf;font-size:1.1rem;text-align:center;animation:auth_fadeInOut__4r2G3 2s ease-in-out infinite}@keyframes auth_fadeInOut__4r2G3{0%,to{opacity:.7}50%{opacity:1}}.auth_referralMessage__b6tE4{background-color:rgba(45,212,191,.1);border:1px solid #2dd4bf;border-radius:10px;padding:14px 18px;margin-bottom:24px;color:#2dd4bf;font-size:.95rem;text-align:center;animation:auth_fadeIn__E7mZA .4s ease-out;display:flex;align-items:center;justify-content:center;font-weight:500}.auth_socialAuthContainer___U7dB{width:100%;margin-top:1.5rem}.auth_divider__iKvMl{display:flex;align-items:center;margin:1.5rem 0;color:var(--text-secondary);font-size:.875rem}.auth_divider__iKvMl:after,.auth_divider__iKvMl:before{content:"";flex:1;height:1px;background:var(--border-color)}.auth_divider__iKvMl span{padding:0 1rem}.auth_orDivider__VUIlH{display:flex;align-items:center;margin:1.75rem 0;color:hsla(0,0%,100%,.5);font-size:.9rem;text-transform:uppercase;letter-spacing:1px;font-weight:500}.auth_orDivider__VUIlH:after,.auth_orDivider__VUIlH:before{content:"";flex:1;height:1px;background:hsla(0,0%,100%,.15)}.auth_orDivider__VUIlH:before{margin-right:1rem}.auth_orDivider__VUIlH:after{margin-left:1rem}.auth_socialButton__8WfUU{width:100%;padding:.9rem 1.25rem;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;background:hsla(0,0%,100%,.08);color:#fff;border:1px solid hsla(0,0%,100%,.15);margin-bottom:0;box-shadow:0 2px 4px rgba(0,0,0,.1);letter-spacing:.01em}.auth_socialButton__8WfUU:hover{background:hsla(0,0%,100%,.15);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.auth_socialButton__8WfUU:focus{outline:none;box-shadow:0 0 0 3px hsla(0,0%,100%,.3)}.auth_googleButton__6UHxw{background:#fff;color:#444;border:none;transition:all .3s ease;position:relative;overflow:hidden}.auth_googleButton__6UHxw:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom right,rgba(66,133,244,0),rgba(66,133,244,.1));opacity:0;transition:opacity .3s ease}.auth_googleButton__6UHxw:hover{background:#f8f8f8;box-shadow:0 4px 12px rgba(66,133,244,.2);transform:translateY(-2px)}.auth_googleButton__6UHxw:hover:after{opacity:1}.auth_googleIcon__tv_SG{width:20px;height:20px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.05))}.auth_googleSpinner__Zi9vr{border:2px solid rgba(66,133,244,.2);border-top-color:#4285f4}.auth_input__c251n,.auth_socialButton__8WfUU,.auth_submitButton__9kJoZ{will-change:transform,box-shadow}.auth_primaryButton__KKzKo{width:100%;padding:12px 24px;background:linear-gradient(135deg,#2dd4bf,#0d9488);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;text-transform:uppercase;letter-spacing:1px}.auth_primaryButton__KKzKo:hover{background:linear-gradient(135deg,#0d9488,#0f766e);transform:translateY(-1px);box-shadow:0 4px 6px rgba(45,212,191,.2)}.auth_primaryButton__KKzKo:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth_secondaryButton__yA3RE{width:100%;padding:12px 24px;background:transparent;color:#2dd4bf;border:2px solid #2dd4bf;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;margin-top:16px;text-transform:uppercase;letter-spacing:1px}.auth_secondaryButton__yA3RE:hover{background:rgba(45,212,191,.1);transform:translateY(-1px)}.auth_loadingDots__HELHY{display:flex;gap:2px}.auth_loadingDots__HELHY span{animation:auth_loadingDots__HELHY 1.4s infinite both}.auth_loadingDots__HELHY span:nth-child(2){animation-delay:.2s}.auth_loadingDots__HELHY span:nth-child(3){animation-delay:.4s}@keyframes auth_loadingDots__HELHY{0%{opacity:.2;transform:translateY(0)}20%{opacity:1;transform:translateY(-2px)}40%{opacity:.2;transform:translateY(0)}to{opacity:.2;transform:translateY(0)}}.auth_loading__JqG6F{position:relative;cursor:wait}