.auth-page{background:linear-gradient(135deg,#eef2ff 0%,#f8fafc 50%,#fef3c7 100%)!important;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.auth-wrapper{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.auth-card{background:#fff;width:100%;border-radius:16px;padding:2rem;box-shadow:0 20px 60px rgba(15,23,42,.1);border:1px solid rgba(226,232,240,.5)}.auth-brand{text-align:center;margin-bottom:1.75rem}.brand-logo{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem;margin-bottom:.85rem;box-shadow:0 8px 24px rgba(99,102,241,.35)}.brand-name{margin:0;font-size:1.5rem;font-weight:800;color:#1e293b}.brand-tagline{margin:.35rem 0 0;color:#64748b;font-size:.92rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form .form-field{margin-bottom:0}.password-wrap{position:relative}.password-wrap input{padding-right:2.5rem}.password-wrap .password-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:0 0;border:0;color:#94a3b8;cursor:pointer;padding:.4rem;font-size:.95rem}.password-wrap .password-toggle:hover{color:#475569}.form-row-between{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.85rem;flex-wrap:wrap}.link-forgot{color:#6366f1;font-weight:600;text-decoration:none}.link-forgot:hover{text-decoration:underline}.auth-actions{margin-top:1.25rem;text-align:center}.link-back{color:#64748b;text-decoration:none;font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:.4rem}.link-back:hover{color:#6366f1}.auth-footer{text-align:center;color:#64748b}