/* magicCursor.css — hide system cursor when wand is active */
body.magic-cursor-on,
body.magic-cursor-on *  { cursor: none !important; }

@media (prefers-reduced-motion: reduce) {
  body.magic-cursor-on,
  body.magic-cursor-on * { cursor: auto !important; }
}
