/* cursor.css
   Cursor FX canvas (lens flare / electricity).
   Loaded by index.html (order matters). */

/* ============================================================
   CURSOR FX (lens flare / electricity) — settings in CURSOR_FX config
   ============================================================ */
html.lc-cursor-on, html.lc-cursor-on * { cursor: none !important; }
.lc-cursor-canvas {
  position: fixed; inset: 0; width: 100vw; height: 100vh;
  pointer-events: none; z-index: 9999; mix-blend-mode: screen;
}
