.auth_pageWrapper__CtGds{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,#1a1a1a,#333);padding:1rem;position:relative}.auth_logo__qw_SA{position:absolute;top:2rem;left:2rem;width:120px;height:auto;object-fit:contain;z-index:10}.auth_container__hUBh6{background:rgba(255,255,255,.05);backdrop-filter:blur(12px);border-radius:16px;box-shadow:0 12px 32px rgba(0,0,0,.6);padding:2rem;width:100%;max-width:400px;display:flex;flex-direction:column;gap:1.5rem;border:1px solid rgba(255,255,255,.1);animation:auth_fadeIn__Z6hz2 .6s ease-in-out}.auth_heading__hLEQu{font-size:1.9rem;font-weight:700;text-align:center;color:#ffffff;margin-bottom:.25rem}.auth_subheading__TrNs3{font-size:1rem;text-align:center;color:#9ca3af;line-height:1.4}.auth_form__V_XtZ{gap:1.2rem}.auth_form__V_XtZ,.auth_inputGroup__bsTrL{display:flex;flex-direction:column}.auth_label__pS2Zx{font-size:.95rem;margin-bottom:.3rem;color:#e5e7eb}.auth_inputField__eBn51{padding:.85rem;font-size:1rem;border:1px solid #555;border-radius:8px;background:rgba(255,255,255,.05);color:#f9fafb;transition:border-color .3s,background-color .3s,box-shadow .2s}.auth_inputField__eBn51::placeholder{color:#9ca3af}.auth_inputField__eBn51:focus{outline:none;border-color:#04A3D6;background-color:rgba(255,255,255,.1);box-shadow:0 0 0 2px rgba(4,163,214,.2)}.auth_button__6Y97w{width:100%;padding:1rem;background:linear-gradient(135deg,#ff6b00,#ffba00);color:#ffffff;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease}.auth_button__6Y97w:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,107,0,.45)}.auth_button__6Y97w:disabled{background:#555;color:#aaa;cursor:not-allowed}.auth_buttonSecondary__QcAcV{margin-top:15px;padding:.9rem;background:rgba(255,255,255,.1);color:#f9fafb;font-weight:600;border:1px solid #555;border-radius:8px;cursor:pointer;transition:background .3s ease,border-color .3s ease}.auth_buttonSecondary__QcAcV:hover{background:rgba(255,255,255,.15);border-color:#777}.auth_error__clTN7{color:#f87171}.auth_error__clTN7,.auth_success__BVF09{font-size:.92rem;text-align:center;margin-top:-.5rem}.auth_success__BVF09{color:#34d399}.auth_switch__jbI37{font-size:.95rem;text-align:center;color:#9ca3af;margin-top:.5rem}.auth_switch__jbI37 a{color:#04A3D6;text-decoration:none;font-weight:600}.auth_switch__jbI37 a:hover{text-decoration:underline}.auth_forgotLink__52EnA{font-size:14px;margin-top:12px;color:#666}.auth_link__eLyak{color:#04A3D6;text-decoration:none;font-weight:500;transition:color .2s ease,text-decoration .2s ease;cursor:pointer}.auth_link__eLyak:hover{color:#04A3D6;text-decoration:underline}@media (max-width:480px){.auth_container__hUBh6{padding:1.5rem;gap:1.2rem}.auth_heading__hLEQu{font-size:1.5rem}.auth_logo__qw_SA{width:100px;top:1.2rem;left:1.2rem}.auth_inputField__eBn51{font-size:.95rem;padding:.75rem}.auth_buttonSecondary__QcAcV,.auth_button__6Y97w{font-size:.95rem;padding:.9rem}}@keyframes auth_fadeIn__Z6hz2{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}