/* game.css — cozy pastel theme and styled UI */
#stage {
  background: linear-gradient(180deg, #1b1335 0%, #2b1f4c 50%, #462c68 100%);
}

.screen h1 {
  color: #ffde8a;
  text-shadow: 0 4px 16px rgba(255, 200, 50, 0.4);
  font-weight: 800;
}

button {
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(124, 108, 255, 0.45);
  border: 2px solid #a698ff;
}

#play-hud {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  justify-content: flex-end;
  pointer-events: auto;
}

.hud-btn {
  min-height: 36px;
  padding: 0.35rem 0.9rem;
  font-size: 0.9rem;
  border-radius: 999px;
  background: rgba(30, 22, 55, 0.85);
  border: 1.5px solid #ffde8a;
  color: #ffde8a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
