/* ===== Mini-Game Canvas Overlay ===== */
#game-canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  z-index: 10;
}