.bamboo-actions {
  position: absolute;
  inset: auto 12px 2px;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}
.bamboo-actions button {
  min-height: 44px;
  padding: 8px 18px;
  border: 2px solid #d7efad;
  border-radius: 10px;
  background: #163e32ed;
  color: #fff6cd;
  font: 700 14px sans-serif;
  touch-action: manipulation;
  pointer-events: auto;
}
.bamboo-actions button[hidden] { display: none !important; }
.bamboo-actions button:focus-visible { outline: 3px solid #ffdf79; outline-offset: 3px; }

/* The outer arcade already provides safe-area padding. Keep this action on the
   soil band, below the panda's face, without resizing the playfield. */
.buffet-active .weapon-label, .buffet-active .hud-stars { display: none; }
.buffet-active .hud-caption { letter-spacing: .3px; white-space: nowrap; }
@media (orientation: landscape) and (max-height: 550px) and (max-width: 600px) {
  .buffet-active #world-name { font-size: 11px; white-space: nowrap; }
  .buffet-active .hud-world { gap: 3px; }
}
