/* Road Hopper — theme override on top of the shared arcade kit. */
:root { --accent: #5ddb7a; }

/* Keep a tall, phone-like field on every screen size — the lanes
   scroll vertically, so a wide/short stage would show very little
   of the road ahead. */
#stage { background: #0b1226; aspect-ratio: 3 / 4; max-height: 78vh; }
@media (min-width: 760px) { #stage { aspect-ratio: 3 / 4; max-width: 480px; margin: 0 auto; } }

.pad-btn.held { transform: scale(0.9); background: rgba(93, 219, 122, 0.32); }
