/* Covers browser “press Esc” / “hold Esc” — text only, no progress bar */
#chrome-fs-hint-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2147483668;
  pointer-events: none;
  min-height: 48px;
  padding: 14px 16px;
  background: #0a0a0a;
  border-bottom: 1px solid #2a2a2a;
  box-sizing: border-box;
}

#chrome-fs-hint-mask[hidden] {
  display: none !important;
}

html.os-mac #chrome-fs-hint-mask {
  background: #1d1d1f;
  border-bottom-color: #3a3a3c;
}

html.os-win #chrome-fs-hint-mask {
  background: #0c2d4a;
  border-bottom-color: #0078d4;
}

.chrome-fs-hint-mask__track,
.chrome-fs-hint-mask__fill,
#chrome-fs-hint-fill {
  display: none !important;
}

.chrome-fs-hint-mask__text {
  margin: 0;
  text-align: center;
  font: 600 13px/1.35 -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: rgba(255, 255, 255, 0.92);
}

#esc-exit-hold-banner,
.esc-exit-hold-banner__track,
.esc-exit-hold-banner__fill {
  display: none !important;
}
