/* Single authoritative Ordduellen background layer. */
html,
body{
  margin:0!important;
  width:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  background-color:#0b4267!important;
  background-image:none!important;
}

.ordduellen-shared-background{
  display:block!important;
  position:fixed!important;
  z-index:0!important;
  top:-35vh!important;
  right:-35vw!important;
  bottom:-35vh!important;
  left:-35vw!important;
  width:auto!important;
  height:auto!important;
  min-width:170vw!important;
  min-height:170vh!important;
  max-width:none!important;
  max-height:none!important;
  pointer-events:none!important;
  background-color:#0b4267!important;
  background-image:url("../assets/ordduellen-comic-lab-bg.webp?v=20260926-V231")!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  transform:translateZ(0)!important;
}

body > *:not(.ordduellen-shared-background){
  position:relative;
  z-index:1;
}

/* Retire every legacy/page-specific background owner. */
.ordduellen-viewport-background{
  display:none!important;
}
#splashScreen .splash-screen-bg,
#home .home-wordworld-bg,
#home .home-wordworld-overlay,
#soloModeScreen .solo-mode-bg{
  display:none!important;
  background:none!important;
  background-image:none!important;
}

#splashScreen,
#home.home-wordworld,
#home .home-wordworld-shell,
#soloModeScreen,
#soloModeScreen .solo-mode-inner,
#onlineScreen,
#onlineScreen .online-screen-inner,
#game,
#game .play-scene,
.info-screen{
  background-color:transparent!important;
  background-image:none!important;
}
