.gemini-menu-host {
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

/* Het oude menu blijft uitsluitend als onzichtbare functionele koppellaag bestaan. */
html body #startMenu.start-menu.home-v2 {
  display: block !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: -1 !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.game-active .gemini-menu-host {
  display: none;
}

/* Bestaande gamevensters verschijnen boven het nieuwe hoofdmenu. */
#infoModal,
#settingsModal,
#onlineModal {
  z-index: 2000 !important;
}

.economy-reward-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 4000;
  display: grid;
  gap: 6px;
  min-width: min(360px, calc(100vw - 36px));
  padding: 18px;
  border: 1px solid #d6b35a;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, #153f2a, #092217);
  box-shadow: 0 16px 42px #0009;
}
