/* Profitalyzer V50.9.4 — remove the site-wide decorative background grid.
   Keep the existing ambient purple glow, but no horizontal/vertical grid lines. */
@media screen {
  body::before {
    background: radial-gradient(
      1000px 520px at 88% -18%,
      color-mix(in srgb,var(--p6-brand) 9%,transparent),
      transparent 68%
    ) !important;
  }
}
