:root {
  color-scheme: dark;
  font-family: system-ui, sans-serif;
  background: #100e0b;
  color: #fff9f0;
}

body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at top, #332218, #100e0b 58%);
}

main {
  width: min(92vw, 680px);
  text-align: center;
  padding: 2rem 0;
}

.eyebrow {
  color: #ff8c4e;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

canvas {
  display: block;
  width: min(80vw, 320px);
  height: auto;
  margin: 1.5rem auto;
  border: 1px solid #5b4b40;
  border-radius: 14px;
  box-shadow: 0 18px 60px #0008;
  touch-action: none;
}

output {
  display: block;
  min-height: 1.5em;
}

button {
  margin-top: 1rem;
  border: 0;
  border-radius: 999px;
  padding: .75rem 1.15rem;
  background: #f54e00;
  color: white;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
