/* DOSMOS V40 — Mobile performance stabilization. Visuals/features stay intact. */
.v6-banner-skeleton{
  min-width:100%;
  aspect-ratio:16/5.2;
  background:linear-gradient(110deg,#0b0b0b 25%,#15120a 42%,#0b0b0b 60%);
}
@media(max-width:760px){
  .v6-banner-skeleton{aspect-ratio:4/3}
  body[data-page="home"] .dosmos-banner-section[aria-busy="true"] .dosmos-banner-slider{
    min-height:calc((100vw - 18px) * .75);
  }
  body[data-page="home"] .dosmos-banner-section[aria-busy="true"] .dosmos-banner-track{
    min-height:inherit;
  }
  /* Keep decorative widgets, but avoid mobile paint-heavy box-shadow/filter animation. */
  #dosmosLightningOrb .core,#dosmosMysteryOrb .mcore,
  #dosmosLightningOrb .r1,#dosmosLightningOrb .r2,
  #dosmosMysteryOrb .mr1,#dosmosMysteryOrb .mr2,
  .jwj-ribbon::before{animation:none!important}
  #dosmosLightningOrb .bolt{animation-duration:1.8s!important}
  /* Prevent below-fold sections from competing with first paint. */
  body[data-page="home"] main>.portal-summary,
  body[data-page="home"] main>.section:not(.portal-home-hero):not(.dosmos-banner-section){
    content-visibility:auto;
    contain-intrinsic-size:auto 720px;
  }
}
