:root {
  color-scheme: light;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  background: radial-gradient(circle at 20% 20%, #f3f6ff, #f4efe5 60%, #efe7dc);
  display: grid;
  place-items: center;
  min-height: 100vh;
}

.wrap {
  width: min(94vw, 760px);
}

.hud {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
}

canvas {
  width: 100%;
  height: auto;
  border: 2px solid #1f2937;
  background: #f8fafc;
  image-rendering: pixelated;
}

.help {
  margin-top: 8px;
  font-size: 13px;
  color: #334155;
}
