@keyframes sparkle{0%,to{opacity:.2;transform:scale(1) rotate(0)}50%{opacity:1;transform:scale(1.5) rotate(45deg)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #0000}50%{box-shadow:0 0 20px currentColor}}.sparkle{position:absolute;width:12px;height:12px;background:radial-gradient(circle,currentColor 0%,#ffffff 60%);border-radius:50%;opacity:0;animation:sparkle 2s infinite ease-in-out;pointer-events:none;z-index:40}.animate-pulse-glow{animation:pulse-glow 3s infinite ease-in-out}
