body.sparkle-cursor-active {
  cursor: none;
  isolation: isolate;
}

#sc-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9998;
}

#sc-cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  mix-blend-mode: normal;
  box-shadow: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;
}
