.auth-container{justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem;display:flex}.auth-card{border-radius:24px;width:100%;max-width:440px;padding:3rem 2.5rem}.auth-header{text-align:center;margin-bottom:2.5rem}.auth-header h1{margin-bottom:.5rem;font-size:2.25rem}.auth-header p{color:var(--text-secondary)}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.btn-block{width:100%;padding:1rem;font-size:1rem}.divider{color:var(--text-secondary);align-items:center;margin:2rem 0;font-size:.9rem;display:flex}.divider:before,.divider:after{content:"";background:var(--border-color);flex:1;height:1px}.divider:before{margin-right:1rem}.divider:after{margin-left:1rem}.btn-google{color:#0f172a;background:#fff;border:none;gap:.75rem;font-weight:600;display:flex}.btn-google:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 14px #ffffff1a}.auth-footer{text-align:center;color:var(--text-secondary);margin-top:2rem;font-size:.95rem}.auth-link{color:var(--accent-blue);font-weight:600}.auth-link:hover{text-decoration:underline}.error-message{color:#fca5a5;text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:12px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem}
