@keyframes sparkle-sweep{0%{background-position:-200%}to{background-position:200%}}@keyframes subtle-pulse{0%,to{box-shadow:0 0 8px rgba(251,146,60,.4)}50%{box-shadow:0 0 20px rgba(251,146,60,.8),0 0 40px rgba(251,146,60,.3)}}.sparkle-glow{position:relative;overflow:hidden;animation:subtle-pulse 1.5s ease-in-out 3;background-image:linear-gradient(110deg,transparent 20%,hsla(0,0%,100%,.4) 45%,hsla(0,0%,100%,.6) 50%,hsla(0,0%,100%,.4) 55%,transparent 80%);background-size:200% 100%;background-repeat:no-repeat;background-color:#fb923c;animation:sparkle-sweep 1.2s ease-in-out 2,subtle-pulse 1.5s ease-in-out 3}