/* Scoped to the public editorial pages; account and pricing flows keep their theme. */
:root:not([data-theme="light"]) .fxp-page { --fxp-bg:#060f19; --fxp-panel:#0c1c2b; --fxp-line:#233c50; background:radial-gradient(ellipse 85% 650px at 85% 5%,#102337 0,transparent 75%),linear-gradient(180deg,#080f19,#060e17 65%); }
:root:not([data-theme="light"]) .shopfx-landing { --sfx-bg:#061215; --sfx-panel:#0b2429; background:radial-gradient(ellipse 85% 700px at 90% 4%,#102e30 0,transparent 75%),linear-gradient(180deg,#071618,#061215 70%); }
:root:not([data-theme="light"]) :is(.fxp-page,.shopfx-landing,.fx-home)::before,
:root:not([data-theme="light"]) :is(.fxp-page,.shopfx-landing,.fx-home)::after { display:none; }
:is(.fxp-page,.fx-home) { --editorial-header:rgba(7,17,28,.8); }
.shopfx-landing { --editorial-header:rgba(6,23,25,.8); }
:root[data-theme="light"] :is(.fxp-page,.fx-home) { --editorial-header:rgba(247,251,253,.86); }
:root[data-theme="light"] .shopfx-landing { --editorial-header:rgba(247,252,249,.86); }
:is(.fxp-page,.shopfx-landing,.fx-home) .site-header { background:var(--editorial-header); backdrop-filter:blur(20px) saturate(125%); -webkit-backdrop-filter:blur(20px) saturate(125%); border-bottom-color:rgba(143,187,209,.14); }
:root[data-theme="light"] :is(.fxp-page,.shopfx-landing,.fx-home) .site-header { border-bottom-color:rgba(29,65,82,.12); }
@supports not (backdrop-filter:blur(20px)) {
  :is(.fxp-page,.fx-home) .site-header { background:#08121e; }
  .shopfx-landing .site-header { background:#081d20; }
  :root[data-theme="light"] :is(.fxp-page,.shopfx-landing,.fx-home) .site-header { background:#f8fbfc; }
}
@media(prefers-reduced-transparency:reduce){
  :is(.fxp-page,.fx-home) { --editorial-header:#08121e; }
  .shopfx-landing { --editorial-header:#081d20; }
  :root[data-theme="light"] :is(.fxp-page,.shopfx-landing,.fx-home) { --editorial-header:#f8fbfc; }
}
