.scores { display: flex; gap: 10px; justify-content: center; margin-bottom: 14px; }
.score-box { background: var(--primary-soft); border-radius: 10px; padding: 8px 18px; }
.score-box small { display: block; color: var(--muted); font-size: 0.7rem; }
.score-box span { font-weight: 800; font-size: 1.2rem; color: var(--primary); }
#canvas { background: #16181d; border-radius: 12px; max-width: 100%; touch-action: none; }
.msg { min-height: 1.4em; font-weight: 700; color: var(--primary); margin: 10px 0; }
.dpad { margin-bottom: 12px; }
.dpad div { display: flex; gap: 6px; justify-content: center; margin-top: 6px; }
.dpad button {
  width: 52px; height: 44px; border: 1px solid var(--border); background: #fff;
  border-radius: 10px; font-size: 1rem; cursor: pointer;
}
@media (min-width: 620px) { .dpad { display: none; } }