/* Match conf.lua window size (480×288 @ scale 3). */
body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

#canvas {
  width: 1440px !important;
  height: 864px !important;
  max-width: 100vw;
  max-height: 100vh;
  position: relative !important;
  object-fit: contain !important;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}
