html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #0f1115;
  color: #e5e7eb;
  font-family: ui-sans-serif, system-ui, "Inter", sans-serif;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#game {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.hint {
  position: fixed;
  bottom: 12px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  pointer-events: none;
  letter-spacing: 0.05em;
}
