/* Release 170: remove only the baked black background from the chamber image.
   Its luminous RGB structure remains intact; the existing full-page starfield
   becomes visible in the image's dark spaces. Live globe and HUD are separate. */

body[data-route="artist"] .r170CosmicFilterDefs{
  position:absolute!important;
  width:0!important;
  height:0!important;
  overflow:hidden!important;
  pointer-events:none!important;
}

@media (min-width:761px){
  body[data-route="artist"] .r159Backdrop{
    filter:url(#r170CosmicDarkKey)!important;
  }
}
