#cursorCaption {
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9999;
  background: #8890B5; color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px; font-weight: 500;
  letter-spacing: -0.01em; padding: 6px 14px;
  border-radius: 100px; white-space: nowrap;
  opacity: 0; transition: opacity 0.12s ease;
}
#cursorCaption.show { opacity: 1; }
