.panghu-comet-cursor {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  contain: strict;
  transition: opacity 180ms ease;
}

.panghu-comet-cursor.is-active {
  opacity: 1;
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  .panghu-comet-cursor {
    display: none !important;
  }
}
