canvas#game {
  background: linear-gradient(180deg, #2fae6e 0%, #22c1a1 100%);
}

.dpad-controls {
  display: grid;
  grid-template-columns: repeat(3, 64px);
  grid-template-rows: repeat(3, 56px);
  gap: 0.4rem;
  justify-content: center;
  margin-top: 1rem;
}

.dpad-controls .tbtn {
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
}

.dpad-controls .tbtn.kick {
  background: var(--gold);
  font-size: 0.85rem;
}

@media (min-width: 720px) {
  .dpad-controls { display: none; }
}
