/* Release 169: dissolve only the opaque scene backdrop into the existing sky.
   The live globe, orbital rings, upper HUD and page content remain untouched. */

@media (min-width:761px){
  /* Let the already existing full-page starfield show through the hero. */
  body[data-route="artist"] .artistHero{
    background:transparent!important;
  }

  /* Real alpha replaces painted edge darkening. The image is fully opaque
     before the panel interiors begin, leaving the central chamber intact. */
  body[data-route="artist"] .r159Backdrop{
    -webkit-mask-image:
      linear-gradient(
        90deg,
        transparent 0,
        rgba(0,0,0,.12) .65%,
        rgba(0,0,0,.46) 1.5%,
        rgba(0,0,0,.80) 2.8%,
        #000 4.4%,
        #000 95.6%,
        rgba(0,0,0,.80) 97.2%,
        rgba(0,0,0,.46) 98.5%,
        rgba(0,0,0,.12) 99.35%,
        transparent 100%
      ),
      linear-gradient(
        180deg,
        transparent 0,
        rgba(0,0,0,.48) 1%,
        #000 2.5%,
        #000 94%,
        rgba(0,0,0,.83) 97%,
        rgba(0,0,0,.29) 99%,
        transparent 100%
      )!important;
    mask-image:
      linear-gradient(
        90deg,
        transparent 0,
        rgba(0,0,0,.12) .65%,
        rgba(0,0,0,.46) 1.5%,
        rgba(0,0,0,.80) 2.8%,
        #000 4.4%,
        #000 95.6%,
        rgba(0,0,0,.80) 97.2%,
        rgba(0,0,0,.46) 98.5%,
        rgba(0,0,0,.12) 99.35%,
        transparent 100%
      ),
      linear-gradient(
        180deg,
        transparent 0,
        rgba(0,0,0,.48) 1%,
        #000 2.5%,
        #000 94%,
        rgba(0,0,0,.83) 97%,
        rgba(0,0,0,.29) 99%,
        transparent 100%
      )!important;
    -webkit-mask-composite:source-in!important;
    mask-composite:intersect!important;
  }

  /* Previous overlays were opaque paint and recreated the hard boundary. */
  body[data-route="artist"] .r166HeroEdgeBlend>i,
  body[data-route="artist"] .r166HeroEdgeBlend>b{
    background:none!important;
    opacity:0!important;
  }

  /* Remove the separate brightness field and its thin vertical edge marks. */
  body[data-route="artist"] .r168SceneAtmosphere{
    background:transparent!important;
  }

  body[data-route="artist"] .r168SceneAtmosphere>i,
  body[data-route="artist"] .r168SceneAtmosphere>b{
    background:none!important;
    border:0!important;
    opacity:0!important;
  }
}
