/* Jet Hop — game-specific */
.board-wrap { flex:1; display:flex; align-items:center; justify-content:center; }
#game {
  width:auto; max-width:100%; max-height:74vh; height:auto; aspect-ratio:400/600;
  touch-action:none; background:#8ED8FF;
  border:5px solid var(--stroke); border-radius:16px; box-shadow:0 6px 0 var(--stroke);
}
.status-line { text-align:center; font-weight:700; font-size:15px; color:var(--muted); margin-top:12px; }
