@keyframes pulse-glow{0%,to{filter:drop-shadow(0 0 2px #ffffff80)drop-shadow(0 0 4px #8754ff80)}50%{filter:drop-shadow(0 0 6px #fffc)drop-shadow(0 0 12px #50fc)}}.animate-glow{animation:1.5s ease-in-out infinite pulse-glow}.ripple-container{position:relative;overflow:hidden}.ripple-container:after{content:"";opacity:.3;pointer-events:none;background-color:var(--ripple-color,#ffffff80);border-radius:50%;width:100px;height:100px;animation:.6s linear ripple;position:absolute;transform:scale(0)}@keyframes ripple{to{opacity:0;transform:scale(4)}}@keyframes rainbow-shift{0%{background-position:0 0}50%{background-position:100%}to{background-position:0 100%}}
