/* V19 richer dark section lighting */
html[data-theme="dark"] body:not(.creator-store-active) main>section:not(.hero):not(.pd-hero){position:relative;isolation:isolate}
html[data-theme="dark"] body:not(.creator-store-active) main>section:not(.hero):not(.pd-hero)::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(600px 240px at 12% 15%,rgba(139,76,99,.075),transparent 72%),radial-gradient(700px 270px at 88% 70%,rgba(92,122,94,.085),transparent 72%),radial-gradient(460px 180px at 55% 8%,rgba(217,179,108,.045),transparent 74%);background-size:120% 120%;animation:hxV19Ambient 18s ease-in-out infinite alternate}
@keyframes hxV19Ambient{from{transform:translate3d(-1%,0,0);opacity:.75}to{transform:translate3d(2%,1.5%,0);opacity:1}}
@media(prefers-reduced-motion:reduce){html[data-theme="dark"] body:not(.creator-store-active) main>section:not(.hero):not(.pd-hero)::before{animation:none}}
