/* TXSS v41 site optimization: lower offscreen render/decode cost without changing visual design. */
@supports (content-visibility:auto){
  .page.active .panel,
  .page.active .section,
  .page.active .song-page-extra-section,
  .page.active .legal-card,
  .page.active .auth-card,
  .page.active .profile-shell{
    content-visibility:auto;
    contain-intrinsic-size:1px 720px;
  }
  .page.active #radio,
  .page.active .hero,
  .bottom-player,
  .site-header,
  .mobile-dock{
    content-visibility:visible;
  }
}
.song-card img,
.discover-card img,
.liked-cover-wrap img{
  background:#14091f;
}
body.txss-is-scrolling .song-card,
body.txss-is-scrolling .discover-card{
  will-change:auto!important;
}
@media (max-width:700px){
  .page.active .cards,
  .page.active .discover-slider{
    contain:layout paint;
  }
  .song-card,
  .discover-card{
    transform:translateZ(0);
  }
}
