html, body {
  height: 100% !important;
  overflow: hidden !important;
  overscroll-behavior: none !important;
}
app-root {
  height: 100% !important;
  overflow: hidden !important;
  display: block !important;
}
#player,
#playstyle,
#interaction,
#buildEmpire,
#battle,
#lateGame,
#fixedBackgrounds {
  display: none !important;
}
#playNow {
  position: relative !important;
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
  overflow: hidden !important;
}
#playNow > img.background {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  z-index: 0 !important;
}
#playNow > img.army,
#playNow > img.soldier,
#PlayNow_parallax_back,
#PlayNow_parallax_front {
  display: none !important;
}
#playNow > article {
  position: relative !important;
  z-index: 2 !important;
}

/* TRAVIUM_HIDE_COOKIE_BANNER — hide only cookie notice UI; do not touch session/cookies logic */
.cookieInfo { display: none !important; visibility: hidden !important; height: 0 !important; overflow: hidden !important; pointer-events: none !important; }
