.auth-page{min-height:calc(100vh - var(--navbar-height));padding:var(--space-3xl) var(--container-padding);background:var(--beige);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.auth-page:before{content:"";background:radial-gradient(circle, rgba(var(--fresh-green-rgb), .08) 0%, #f8f6ee00 70%);pointer-events:none;border-radius:50%;width:400px;height:400px;position:absolute;top:-10%;left:-5%}.auth-page:after{content:"";background:radial-gradient(circle, rgba(var(--gold-rgb), .05) 0%, #f8f6ee00 70%);pointer-events:none;border-radius:50%;width:500px;height:500px;position:absolute;bottom:-10%;right:-5%}.auth-card{background:var(--white);border-radius:var(--radius-xl);padding:var(--space-2xl);width:100%;max-width:440px;box-shadow:var(--shadow-lg);border:1px solid rgba(var(--deep-green-rgb), .04);z-index:1;animation:.3s ease-out scaleIn;position:relative}.auth-header{text-align:center;margin-bottom:var(--space-xl)}.auth-header h1{font-family:var(--font-heading);color:var(--deep-green);margin-bottom:.5rem;font-size:2rem}.auth-header p{color:var(--text-muted);font-size:.95rem}.auth-form{gap:var(--space-lg);flex-direction:column;display:flex}.auth-field label{color:var(--text-dark);margin-bottom:.4rem;font-size:.85rem;font-weight:500;display:block}.auth-field input{width:100%;font-family:var(--font-body);border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--cream);color:var(--text-dark);transition:border-color var(--transition-fast);outline:none;padding:.8rem 1rem;font-size:.95rem}.auth-field input:focus{border-color:var(--fresh-green)}.auth-field input::placeholder{color:var(--text-light)}.auth-password-wrapper{align-items:center;display:flex;position:relative}.auth-password-wrapper input{padding-right:2.5rem}.auth-password-toggle{color:var(--text-light);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;right:.75rem}.auth-password-toggle:hover{color:var(--text-dark)}.auth-password-toggle svg{width:20px;height:20px}.auth-password-rules{gap:.25rem;margin:.5rem 0 0;padding:0;list-style:none;display:grid}.auth-password-rules li{color:var(--text-muted);padding-left:1.1rem;font-size:.75rem;position:relative}.auth-password-rules li:before{content:"○";color:var(--text-light);position:absolute;left:0}.auth-password-rules__item--met{color:var(--fresh-green)}.auth-password-rules__item--met:before{content:"✓";color:var(--fresh-green);font-weight:700}.auth-password-rules__item--unmet{color:#c0392b}.auth-password-rules__item--unmet:before{content:"○";color:#c0392b}.auth-inline-error{color:#c0392b;border-radius:var(--radius-md);background:#c0392b0f;border:1px solid #c0392b26;margin-top:.5rem;padding:.5rem .75rem;font-size:.8rem;font-weight:500;line-height:1.4}.auth-options{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.auth-checkbox{color:var(--text-muted);cursor:pointer;align-items:center;gap:.5rem;display:flex}.auth-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--deep-green);cursor:pointer}.auth-forgot{color:var(--fresh-green);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.auth-forgot:hover{color:var(--deep-green);text-decoration:underline}.auth-btn{width:100%;margin-top:var(--space-sm);justify-content:center;padding:.85rem;font-size:1rem}.auth-footer{text-align:center;margin-top:var(--space-xl);color:var(--text-muted);padding-top:var(--space-lg);border-top:1px solid var(--border-light);font-size:.9rem}.auth-footer a{color:var(--deep-green);transition:color var(--transition-fast);font-weight:600;text-decoration:none}.auth-footer a:hover{color:var(--fresh-green)}.auth-divider{text-align:center;margin:var(--space-lg) 0;color:var(--text-muted);align-items:center;font-size:.85rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-bottom:1px solid var(--border-light);flex:1}.auth-divider:before{margin-right:.75em}.auth-divider:after{margin-left:.75em}.auth-social-btn{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);width:100%;color:var(--text-dark);cursor:pointer;transition:all var(--transition-fast);margin-bottom:var(--space-md);justify-content:center;align-items:center;gap:.75rem;padding:.85rem;font-size:.95rem;font-weight:500;display:flex}.auth-social-btn:hover{background:var(--cream);border-color:var(--text-light)}.auth-social-btn img,.auth-social-btn svg{width:20px;height:20px}.auth-success-message{text-align:center;padding:var(--space-lg) 0}.auth-success-icon{background:rgba(var(--fresh-green-rgb), .1);width:72px;height:72px;color:var(--fresh-green);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.auth-success-icon svg{width:36px;height:36px}@media (max-width:480px){.auth-page{padding:var(--space-xl) var(--space-md)}.auth-card{padding:var(--space-lg);border-radius:var(--radius-lg)}.auth-header h1{font-size:1.75rem}.auth-header p{font-size:.85rem}.auth-field input{padding:.7rem .9rem;font-size:.9rem}.auth-options{flex-direction:column;align-items:flex-start;gap:.8rem}.auth-btn{padding:.75rem;font-size:.95rem}}
