@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;800&family=VT323&display=swap');
body {
  margin: 0;
  background: #0a0608;
  color: #d4b483;
  font-family: 'VT323', monospace;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
}
h1 {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.3em;
  color: #c9a961;
  margin: 8px 0 4px;
  text-shadow: 0 0 12px rgba(201, 169, 97, 0.4);
}
canvas {
  display: block;
  background: #000;
  image-rendering: pixelated;
  box-shadow: 0 0 40px rgba(180, 60, 30, 0.3), 0 0 80px rgba(0,0,0,0.8);
  border: 2px solid #2a1810;
}
.hint {
  font-size: 18px;
  color: #6b5638;
  margin-top: 8px;
  letter-spacing: 0.15em;
}
