@keyframes token-appear{0%{transform:scale(.6);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.animate-token-appear{animation:token-appear .3s ease-out}@keyframes pulse-glow{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.15);filter:brightness(1.3)}}.animate-pulse-glow{animation:pulse-glow 1.2s ease-in-out infinite}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .3s ease-out}@keyframes scale-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.animate-scale-in{animation:scale-in .3s ease-out}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-float{animation:float 6s ease-in-out infinite}@keyframes token-remove{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-30px) scale(.6);opacity:0}}.animate-token-remove{animation:token-remove .4s ease-out forwards}@keyframes winning-cell{0%{box-shadow:0 0 #3b82f600}25%{box-shadow:0 0 30px #3b82f6cc,inset 0 0 30px #3b82f64d}50%{box-shadow:0 0 40px #ec4899e6,inset 0 0 40px #ec489966}75%{box-shadow:0 0 30px #3b82f6cc,inset 0 0 30px #3b82f64d}to{box-shadow:0 0 #3b82f600}}.animate-winning-cell{animation:winning-cell 1.5s ease-in-out infinite}
