.auth-container{justify-content:center;align-items:center;min-height:calc(100vh - 70px);padding:2rem;display:flex}.auth-box{background:var(--bg-secondary);border:1px solid var(--border);border-radius:20px;width:100%;max-width:420px;padding:2.5rem}.auth-title{text-align:center;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.auth-subtitle{color:var(--text-muted);text-align:center;margin-bottom:2rem;font-size:.9rem}.form-group{margin-bottom:1.25rem}.form-label{color:var(--text-secondary);margin-bottom:.4rem;font-size:.85rem;font-weight:500;display:block}.form-input{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s}.form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);outline:none}.form-input.error{border-color:var(--error)}.auth-footer{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.85rem}.auth-footer a{color:var(--accent);font-weight:600}.alert{border-radius:var(--radius-sm);margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem}.alert-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d}.alert-success{color:#6ee7b7;background:#10b9811a;border:1px solid #10b9814d}.auth-divider{color:var(--text-muted);align-items:center;gap:1rem;margin:1.5rem 0;font-size:.8rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.btn-google{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);cursor:pointer;justify-content:center;align-items:center;gap:.6rem;padding:.8rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.btn-google:hover{border-color:var(--accent);background:var(--bg-hover);transform:translateY(-1px)}
