/* ===== Sparkle cursor trail (only on pages with a theme effect) ===== */
#cursor-trail-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 99990;        /* above content, below toasts/egg */
  pointer-events: none;
}
