html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #070914;
  color: #f8f1ff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  touch-action: none;
  user-select: none;
}

#game-root {
  position: fixed;
  inset: 0;
  overflow: hidden;
  background: #070914;
}

#game-root canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.generator-shell {
  position: fixed;
  inset: 0;
}
