.pulsing-star {
  position: fixed;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 4px white;
  pointer-events: none;
  z-index: 9997;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease, background 0.5s ease, box-shadow 0.5s ease;
}
