.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fafafa;padding:1rem}.auth-container{width:100%;max-width:28rem}.auth-card{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.auth-card-header{padding-bottom:1.5rem}.auth-logo{margin-bottom:1.5rem}.auth-logo,.auth-logo-icon{display:flex;align-items:center}.auth-logo-icon{width:3rem;height:3rem;background-color:#f5f0ea;border-radius:.5rem;justify-content:center;margin-right:.75rem}.auth-logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;background-clip:text;color:transparent}.auth-title{font-size:1.25rem;font-weight:600;color:#1f2937}.auth-subtitle{font-size:.875rem;color:#4b5563;margin-top:.25rem}.auth-error{background-color:#fef2f2;border-left:4px solid #ef4444;color:#b91c1c}.auth-error,.auth-success{margin-bottom:1rem;padding:.75rem;font-size:.875rem}.auth-success{background-color:#f0fdf4;border-left:4px solid #22c55e;color:#166534}.password-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.forgot-password{font-size:.75rem;color:#8B5E3C}.forgot-password:hover{color:#7A4F2F}.auth-submit-button{width:100%;padding:.625rem 0;background:#8B5E3C;color:white;box-shadow:0 1px 3px rgba(0,0,0,.1)}.auth-submit-button:hover{background:#7A4F2F}.auth-card-footer{background-color:#f8f8f8;justify-content:center;padding:1rem 0}.auth-footer-text{font-size:.875rem;color:#4b5563}.auth-link{color:#8B5E3C;margin-left:.25rem}.auth-link:hover{color:#7A4F2F}.auth-terms-text{margin-top:1rem;font-size:.75rem;text-align:center;color:#6b7280}