/* ============================================
   OVERLAYS.CSS - Pausa/Config + 🔤 fonte grande
   ============================================ */
.overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .66);
}
.overlay.hidden { display: none; }

#pause  { z-index: 31; }
#config { z-index: 32; }

.overlay-panel {
  width: min(88vw, 360px);
  max-height: 86vh;
  overflow-y: auto;
  background: rgba(10, 10, 14, .94);
  border: 3px solid #000;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}

.overlay-panel .menu-btn { padding: 14px; font-size: 12px; margin-top: 14px; }
.overlay-panel .menu-btn.green { padding: 16px; font-size: 14px; }