/* Esc shield only — bottom hold HUD removed */
#esc-shield {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  pointer-events: none;
  background: transparent;
}

html.esc-holding #esc-shield,
html.esc-hold-ready #esc-shield {
  pointer-events: auto;
  background: transparent;
}
