.cursor-glow {
  width: 30px;
  height: 30px;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background: url('data:image/svg+xml;utf8,<svg fill="rgba(238,174,202,0.8)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12,2 15,9 22,9 17,14 18.5,21 12,17 5.5,21 7,14 2,9 9,9" /></svg>') no-repeat center;
  background-size: contain;
  filter: drop-shadow(0 0 8px rgba(238,174,202,0.7));
}
