/* GlitchCraft Engine effect: chromatic-aberration
   SVG-filter based (no WebGL dependency) so it works on any site, not just
   ones with a canvas background — extracted from Glitch Studio's shader-only
   version per the proposal. */
@media (prefers-reduced-motion: no-preference) {
  body.ca-pulse {
    filter: url(#glitchcraft-ca);
  }
}
