.sparkle-particle{position:absolute;pointer-events:none;font-size:18px;animation:sparkleBurst 800ms ease-out forwards;z-index:9999;color:#FFD700}@keyframes sparkleBurst{0%{opacity:1;transform:scale(0.5) translate(0,0)}100%{opacity:0;transform:scale(1.3) translate(var(--x),var(--y))}}