#app {
  width: 100%;
  min-height: 100vh;
}

#pixi-container {
  width: 100%;
  min-height: 100vh;
}

.game-viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.game-loading-state {
  display: grid;
  place-items: center;
  color: #ff64a8;
  background: #08030f;
  font: 16px monospace;
}

.game-canvas {
  width: 100%;
  height: 100%;
  display: block;
  image-rendering: pixelated;
}
