.Auth_authPage___ZHyE{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,var(--gray-50) 0,var(--gray-100) 50%,var(--gray-200) 100%)}.Auth_header__8qcsD{background:white;box-shadow:var(--shadow-sm);padding:var(--space-md) 0}.Auth_logo__gjGu1{display:flex;align-items:center;gap:var(--space-sm);font-size:1.25rem;font-weight:800;color:var(--primary-green);text-decoration:none}.Auth_logoIcon__c3asY{width:32px;height:32px;background:linear-gradient(135deg,var(--primary-green-alpha) 0,var(--accent-orange-alpha) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-weight:700}.Auth_main__DUlo6{flex:1 1;display:flex;align-items:center;padding:var(--space-xl) 0;min-height:calc(100vh - 80px)}.Auth_authCard__c52sr{background:white;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);padding:var(--space-xl);width:100%;max-width:480px;margin:0 auto;border:1px solid var(--gray-200)}.Auth_authHeader__tImyy{text-align:center;margin-bottom:var(--space-xl)}.Auth_authHeader__tImyy h1{font-size:1.875rem;margin-bottom:var(--space-sm);color:var(--gray-900)}.Auth_authHeader__tImyy p{color:var(--gray-600);line-height:1.6}.Auth_authForm__Q3DLf{display:flex;flex-direction:column;gap:var(--space-lg)}.Auth_formGroup__9PGF_{display:flex;flex-direction:column;gap:var(--space-xs)}.Auth_formGroup__9PGF_ label{font-weight:600;color:var(--gray-700);font-size:.875rem}.Auth_formGroup__9PGF_ .Auth_form-input__0Rula{font-size:1rem}.Auth_formGroup__9PGF_ .Auth_form-input__0Rula:focus{border-color:var(--primary-green);box-shadow:0 0 0 3px var(--primary-green-light-alpha)}.Auth_errorMessage__BAq2s{background:var(--accent-red-alpha)}.Auth_errorMessage__BAq2s,.Auth_successMessage__Nbmdt{color:white;padding:var(--space-md);border-radius:var(--radius-md);font-weight:500;text-align:center;margin-bottom:var(--space-md)}.Auth_successMessage__Nbmdt{background:var(--primary-green-alpha)}.Auth_authFooter__Wv0sO{text-align:center;margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid var(--gray-200)}.Auth_authFooter__Wv0sO p{color:var(--gray-600);font-size:.875rem}.Auth_authLink__3rvVg{color:var(--primary-green);font-weight:600;text-decoration:none;transition:all .2s ease}.Auth_authLink__3rvVg:hover{color:var(--primary-green-alpha);text-decoration:underline}.Auth_authForm__Q3DLf button:disabled{opacity:.7;cursor:not-allowed;transform:none!important}@media (min-width:640px){.Auth_authCard__c52sr{padding:var(--space-2xl)}.Auth_authHeader__tImyy h1{font-size:2.25rem}}@media (min-width:768px){.Auth_main__DUlo6{padding:var(--space-2xl) 0}.Auth_authCard__c52sr{max-width:520px}}.Auth_authForm__Q3DLf button:focus,.Auth_authForm__Q3DLf input:focus,.Auth_authForm__Q3DLf select:focus{outline:2px solid var(--primary-green);outline-offset:2px}.Auth_formGroup__9PGF_ select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right var(--space-sm) center;background-size:1rem;padding-right:var(--space-xl)}.Auth_authCard__c52sr:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px);transition:all .3s ease}