.auth-page{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(135deg,#fffbeb,#fff7ed 50%,#ffedd5);font-family:var(--font-iransans,"IRANSans",sans-serif)}@media (min-width:1024px){.auth-page{width:100%}}.auth-card{width:100%;max-width:420px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 4px 24px rgba(245,158,11,.12),0 1px 3px rgba(0,0,0,.06);padding:2.5rem 2rem;text-align:center}.auth-logo{text-align:center;margin-bottom:2rem}.auth-logo a{font-size:1.5rem;font-weight:700;color:#b45309;text-decoration:none}.auth-title{font-size:1.75rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:.5rem}.auth-subtitle{font-size:.9375rem;color:#6b7280;text-align:center;margin-bottom:2rem}.auth-form{gap:1.25rem;text-align:center}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:.5rem;text-align:right}.auth-label{font-size:.875rem;font-weight:500;color:#374151}.auth-input{width:100%;padding:.875rem 1rem;border:1px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#1f2937;background:#fff;transition:border-color .2s,box-shadow .2s}.auth-input::placeholder{color:#9ca3af}.auth-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.2)}.auth-row{justify-content:space-between;gap:1rem}.auth-remember,.auth-row{display:flex;align-items:center}.auth-remember{gap:.5rem;font-size:.875rem;color:#6b7280}.auth-remember input{width:1rem;height:1rem;accent-color:#f59e0b}.auth-forgot{font-size:.875rem;color:#d97706;text-decoration:none;font-weight:500}.auth-forgot:hover{text-decoration:underline}.auth-error{font-size:.875rem;color:#dc2626;padding:.5rem 0}.auth-hint{font-size:.8125rem;color:#6b7280}.auth-submit{width:100%;padding:.875rem 1.5rem;border:none;border-radius:12px;background:linear-gradient(135deg,#f59e0b,#d97706 50%,#b45309);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .05s,box-shadow .2s}.auth-submit:hover:not(:disabled){box-shadow:0 4px 14px rgba(245,158,11,.4)}.auth-submit:active:not(:disabled){transform:scale(.99)}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.9375rem;color:#6b7280}.auth-footer a{color:#d97706;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}