/* Hub UI pad overlay — inside hub-stage (844×390), same coords as Tiled ui-pad.tmj */
.hub-screen--ui-pad .hub-screen__header,
.hub-screen--ui-pad .hub-controls-hint {
  display: none !important;
}

.hub-screen--ui-pad .hub-viewport {
  touch-action: none;
}

.hub-ui-pad {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  pointer-events: none;
  touch-action: none;
  box-sizing: border-box;
  overflow: hidden;
}

.hub-ui-pad[hidden] {
  display: none !important;
}

.hub-ui-pad__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  touch-action: none;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}
