/* NZ ambient bg — free-lessons pink/cyan/violet, static CSS only */
html{background-color:#050508!important}
body{
  background-color:#050508!important;
  background-image:
    radial-gradient(58vw 52vh at 12% -8%,#ff2a832b,#0000 62%),
    radial-gradient(46vw 46vh at 88% 2%,#00d6e621,#0000 62%),
    radial-gradient(52vw 50vh at 78% 55%,#8b5cf61a,#0000 66%),
    radial-gradient(70vw 46vh at 50% 104%,#ff2a831a,#0000 66%)!important;
  background-attachment:scroll!important;
  background-repeat:no-repeat!important;
}
/* Let body glow show through outer page shells (cards/sections stay solid) */
body .temp-experience,
body .temp-experience.temp-home,
body .temp-experience.temp-shop,
body .homepage,
body .homepage.school-home,
body .hs-page,
body .adp-v2,
body .store-shell,
body .store-shell-b,
body .np-page,
body .school-page,
body .school-home,
body .school-shop,
body .fl-gate,
body main.store-shell,
body .temp-experience>main[class]{
  background-color:transparent!important;
}
body .temp-experience{
  --tp-page-bg:transparent;
  --tp-shop-glow:
    radial-gradient(circle at 14% 7%,#ff2a8328,transparent 34%),
    radial-gradient(circle at 82% 12%,#00d6e622,transparent 32%);
  background-image:none!important;
}
/* Soft page-level wash on main money wrappers without blocking body corners */
body .homepage.school-home,
body .temp-experience>main[class],
body .hs-page,
body .adp-v2,
body .store-shell{
  background-image:
    radial-gradient(68vw 54rem at 12% 2rem,#ff247f14,#0000 68%),
    radial-gradient(58vw 58rem at 94% 36rem,#16d5e512,#0000 72%),
    linear-gradient(#06070b00 0%,#06070a40 70%,#06070b88 100%)!important;
  background-repeat:no-repeat!important;
  background-size:100% 100%!important;
  background-attachment:scroll!important;
}
/* Kill expensive aurora if present */
body .homepage:before{animation:none!important}
@media (width<=720px){
  body{
    background-image:
      radial-gradient(34rem 30rem at -12% 0,#ff2a8322,#0000 70%),
      radial-gradient(32rem 28rem at 112% 28rem,#00d6e616,#0000 72%),
      linear-gradient(#06070b,#080910 50%,#06070b)!important;
  }
}
@media (prefers-reduced-transparency:reduce){
  body{
    background-image:none!important;
    background-color:#07070b!important;
  }
}
