.auth-form-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,#f9fafb,#dbeafe);padding:1.5rem}.auth-form-card{width:100%;max-width:28rem;transform:scale(1);transition:all .3s ease;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);background:white;border:1px solid #e5e7eb;border-radius:.75rem}.auth-form-card:hover{transform:scale(1.02)}.auth-form-header{text-align:center;padding:2rem 2rem 1.5rem}.auth-form-logo-section{text-align:center}.auth-form-logo-container{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.auth-form-logo{width:4rem;height:4rem;border-radius:.75rem;margin-right:.75rem}.auth-form-title{font-size:1.875rem;font-weight:700;color:#111827}.auth-form-subtitle{color:#4b5563;font-size:1.125rem}.auth-form-description{font-size:1rem;color:#4b5563}.auth-form-content{padding:0 2rem 2rem}.auth-form-content>*+*{margin-top:1.5rem}.auth-form-error{background-color:#fee2e2;border:1px solid #fecaca;color:#dc2626;border-radius:.375rem}.auth-form-error,.auth-form-success{padding:.75rem;margin-bottom:1rem;font-size:.875rem}.auth-form-success{background-color:#dcfce7;border:1px solid #bbf7d0;color:#16a34a;border-radius:.375rem}.auth-form-password-hint{font-size:.75rem;color:#6b7280;margin-top:.25rem}.auth-form-google-button{width:100%;height:3rem;font-size:1rem;font-weight:500;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;background:white;color:#374151;border-radius:.5rem;transition:all .2s ease}.auth-form-google-button:hover{background:#f9fafb;border-color:#d1d5db}.auth-form-google-icon{width:1.25rem;height:1.25rem;margin-right:.75rem}.auth-form-divider{position:relative;display:flex;align-items:center}.auth-form-divider-line{flex-grow:1;border-top:1px solid #e5e7eb}.auth-form-divider-text{flex-shrink:0;margin:0 1rem;color:#6b7280;font-size:.875rem;font-weight:500}.auth-form-form{gap:1.25rem}.auth-form-field,.auth-form-form{display:flex;flex-direction:column}.auth-form-field{gap:.5rem}.auth-form-label{display:block;font-size:.875rem;font-weight:500;color:#374151}.auth-form-input{height:3rem;width:100%;border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;background:white;color:#111827;transition:all .2s ease}.auth-form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.auth-form-submit-button{width:100%;height:3rem;font-size:1rem;font-weight:500;background:#2563eb;color:white;border:none;border-radius:.5rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.auth-form-submit-button:hover{background:#1d4ed8}.auth-form-submit-button:disabled{background:#9ca3af;cursor:not-allowed}.auth-form-toggle-section{text-align:center;font-size:.875rem;color:#4b5563}.auth-form-toggle-button{padding:0;height:auto;font-weight:500;color:#2563eb}.auth-form-toggle-button:hover{color:#1d4ed8}