/* HLB V5.4.2l - Login form interaction recovery */

/*
 * Defensive fallback for a cached auth main that accidentally retained
 * V5.4.2c's exit class. The App Shell patch removes the class in JS, but this
 * prevents the UI from becoming permanently untouchable even if Safari paints
 * one stale frame.
 */
main.hlb-auth-exit-v542c {
  animation-fill-mode: none !important;
}

/* Normal auth controls should never inherit a disabled pointer layer. */
main input,
main textarea,
main select,
main button,
main a {
  -webkit-tap-highlight-color: transparent;
}
