html[data-skin="game_kirby"] {
  --game-background-image: url("../images/skins/game-backgrounds-hd/game_kirby.png?v=1.0.152");
}

html[data-skin="game_zelda"] {
  --game-background-image: url("../images/skins/game-backgrounds-hd/game_zelda.png?v=1.0.152");
}

html[data-skin="game_street_fighter"] {
  --game-background-image: url("../images/skins/game-backgrounds-hd/game_street_fighter.png?v=1.0.152");
}

html[data-skin="game_ace_attorney"] {
  --game-background-image: url("../images/skins/game-backgrounds-hd/game_ace_attorney.png?v=1.0.152");
}

html[data-skin="game_fire_emblem"] {
  --game-background-image: url("../images/skins/game-backgrounds-hd/game_fire_emblem.png?v=1.0.152");
}

html[data-skin="game_monster_hunter"] {
  --game-background-image: url("../images/skins/game-backgrounds-hd/game_monster_hunter.png?v=1.0.152");
}

html[data-skin="game_pokemon"] {
  --game-background-image: url("../images/skins/game-backgrounds-hd/game_pokemon.png?v=1.0.152");
}

html[data-skin="game_sonic"] {
  --game-background-image: url("../images/skins/game-backgrounds-hd/game_sonic.png?v=1.0.152");
}

html[data-skin="game_final_fantasy_vii"] {
  --game-background-image: url("../images/skins/game-backgrounds-hd/game_final_fantasy_vii.png?v=1.0.152");
}

html[data-skin="game_persona_5"] {
  --game-background-image: url("../images/skins/game-backgrounds-hd/game_persona_5.png?v=1.0.152");
}

html[data-skin="game_tekken"] {
  --game-background-image: url("../images/skins/game-backgrounds-hd/game_tekken.png?v=1.0.152");
}

html[data-skin="game_elden_ring"] {
  --game-background-image: url("../images/skins/game-backgrounds-hd/game_elden_ring.png?v=1.0.152");
}

html[data-skin="game_mega_man"] {
  --game-background-image: url("../images/skins/game-backgrounds-hd/game_mega_man.png?v=1.0.152");
}

html[data-skin="game_castlevania"] {
  --game-background-image: url("../images/skins/game-backgrounds-hd/game_castlevania.png?v=1.0.152");
}

html[data-skin="game_chrono_trigger"] {
  --game-background-image: url("../images/skins/game-backgrounds-hd/game_chrono_trigger.png?v=1.0.152");
}

html[data-skin="game_random_warm"] {
  --game-background-image: url("../images/skins/game-backgrounds-hd/game_random_warm.png?v=1.0.152");
}

html[data-skin="game_random_dark"] {
  --game-background-image: url("../images/skins/game-backgrounds-hd/game_random_dark.png?v=1.0.152");
}

.game-theme-backdrop { display: none; }

html[data-image-skin="1"] .game-theme-backdrop {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--game-background-image, none);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  opacity: .35;
}

html[data-image-skin="1"][data-theme="light"] .game-theme-backdrop {
  opacity: .3;
}

@media (max-width: 700px) {
  html[data-image-skin="1"] .game-theme-backdrop {
    background-position: 62% bottom;
  }
}

@media print, (forced-colors: active) {
  html[data-image-skin="1"] .game-theme-backdrop { display: none; }
}
