/* HallowixStudios V25 — artistic ambient surfaces + footer contrast. */
:root{--hx-ambient-gold:#D9B36C;--hx-ambient-moss:#5C7A5E;--hx-ambient-plum:#8B4C63}
body:not(.creator-store-active){background-image:
  radial-gradient(900px 520px at 8% 8%,color-mix(in srgb,var(--hx-ambient-moss) 9%,transparent),transparent 68%),
  radial-gradient(820px 540px at 94% 28%,color-mix(in srgb,var(--hx-ambient-plum) 8%,transparent),transparent 70%),
  radial-gradient(960px 620px at 48% 88%,color-mix(in srgb,var(--hx-ambient-gold) 6%,transparent),transparent 72%)!important;
  background-attachment:fixed!important}
body:not(.creator-store-active)::before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;opacity:.46;background:
  linear-gradient(115deg,transparent 0 47%,color-mix(in srgb,var(--hx-ambient-gold) 4%,transparent) 48% 49%,transparent 50% 100%),
  repeating-linear-gradient(145deg,transparent 0 68px,color-mix(in srgb,currentColor 2%,transparent) 69px 70px);mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent 92%)}
body:not(.creator-store-active) main>section,body:not(.creator-store-active) .dash-view>.panel,body:not(.creator-store-active) .panel{position:relative;isolation:isolate}
body:not(.creator-store-active) main>section::after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(540px 180px at 12% 0%,color-mix(in srgb,var(--hx-ambient-moss) 4%,transparent),transparent 76%),radial-gradient(520px 190px at 88% 100%,color-mix(in srgb,var(--hx-ambient-plum) 4%,transparent),transparent 78%)}
html[data-theme="light"] body:not(.creator-store-active){background-image:
  radial-gradient(900px 520px at 8% 8%,rgba(92,122,94,.11),transparent 68%),
  radial-gradient(820px 540px at 94% 28%,rgba(139,76,99,.08),transparent 70%),
  radial-gradient(960px 620px at 48% 88%,rgba(217,179,108,.10),transparent 72%)!important}
/* Footer is intentionally dark in both themes; keep the white supplied logo readable. */
html[data-theme="light"] footer .footer-brand .brand-lockup,html[data-theme="light"] footer .brand-lockup{filter:brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0,0,0,.16))!important}
@media(max-width:720px){body:not(.creator-store-active){background-attachment:scroll!important}body:not(.creator-store-active)::before{opacity:.28}}
@media(prefers-reduced-motion:reduce){body:not(.creator-store-active){background-attachment:scroll!important}}
