/* Approved market artwork: PNG catalog -> definitive V4.1 -> runtime. */
body:has(#galaxyApp #view-market.active){
  --main-page-art:url('../assets/ui/v4.1/backgrounds/market/market-harbor-square.webp');
}
body:has(#galaxyApp #view-market.active)::before{
  content:""!important;display:block!important;position:fixed;inset:0;z-index:-1;
  background:var(--main-page-art) center center/cover no-repeat!important;
  pointer-events:none;
}
#galaxyApp #view-market.app-view{background:transparent!important}
