/* V32 employee auth first-paint + handoff polish */
body.employee-auth-page .employee-auth-card{
  opacity:1!important;
  transform:none!important;
  visibility:visible!important;
}
body.employee-auth-page main{min-height:100vh}
body.employee-auth-page .page-transition{display:none!important}
body.employee-auth-page .auth-success-stage .success-loader{animation-duration:.7s!important}
@media(prefers-reduced-motion:reduce){
 body.employee-auth-page *{scroll-behavior:auto!important}
}
