/* 九流WP助手：鼠标交互中心 */
.jlwa-mouse-particle,
.jlwa-click-ripple {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none !important;
  user-select: none !important;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: center;
  will-change: transform, opacity;
  line-height: 1;
  z-index: 2147482000;
}
.jlwa-trail-firefly,
.jlwa-trail-comet,
.jlwa-burst-sparks { text-shadow: 0 0 7px currentColor, 0 0 14px currentColor; }
.jlwa-trail-heart,
.jlwa-burst-hearts { filter: drop-shadow(0 3px 5px rgba(255, 50, 110, .3)); }
.jlwa-trail-bubble,
.jlwa-burst-bubbles { font-family: Arial, sans-serif; text-shadow: 0 0 8px currentColor; }
.jlwa-trail-pixel,
.jlwa-burst-pixel,
.jlwa-burst-confetti { font-family: monospace; }
.jlwa-click-ripple {
  border: 3px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .jlwa-mouse-particle,
  .jlwa-click-ripple { display: none !important; }
}
