#fluid-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.9;
}

.cursor-trail {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(210, 255, 0, 0.8) 0%, rgba(210, 255, 0, 0.4) 40%, transparent 70%);
  transform: translate(-50%, -50%);
  z-index: 9997;
}
