@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #a855f766}50%{box-shadow:0 0 30px #a855f7cc}}@keyframes bounce-in{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1);opacity:1}}@keyframes slide-in-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-in-scale{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-2px)}20%,40%,60%,80%{transform:translate(2px)}}@keyframes glow-red{0%,to{box-shadow:0 0 20px #ef444466}50%{box-shadow:0 0 30px #ef4444cc}}@keyframes glow-green{0%,to{box-shadow:0 0 20px #22c55e66}50%{box-shadow:0 0 30px #22c55ecc}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.animate-bounce-in{animation:bounce-in .6s ease-out}.animate-slide-in-up{animation:slide-in-up .5s ease-out}.animate-fade-in-scale{animation:fade-in-scale .4s ease-out}.animate-shake{animation:shake .5s ease-in-out}.animate-glow-red{animation:glow-red 2s ease-in-out infinite}.animate-glow-green{animation:glow-green 2s ease-in-out infinite}.animate-float{animation:float 3s ease-in-out infinite}.animate-spin-slow{animation:spin-slow 3s linear infinite}.transition-glow{transition:box-shadow .3s ease-in-out}.transition-transform{transition:transform .3s ease-in-out}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000004d}.hover-glow:hover{box-shadow:0 0 25px #a855f799}.click-scale:active{transform:scale(.95)}.victory-glow{animation:pulse-glow 1s ease-in-out infinite}.victory-bounce{animation:bounce-in .8s ease-out}.elimination-shake{animation:shake .6s ease-in-out}.elimination-fade{animation:fade-in-scale .5s ease-out}.reveal-glow{animation:glow-green 1.5s ease-in-out infinite}.reveal-bounce{animation:bounce-in .7s ease-out}
