@keyframes bounce-gentle{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-8px)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-4px)}90%{transform:translateY(-1px)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes wiggle{0%,7%{transform:rotate(0)}15%{transform:rotate(-15deg)}20%{transform:rotate(10deg)}25%{transform:rotate(-10deg)}30%{transform:rotate(6deg)}35%{transform:rotate(-4deg)}40%,to{transform:rotate(0)}}@keyframes sparkle{0%{opacity:0;transform:scale(0)rotate(0)}50%{opacity:1;transform:scale(1)rotate(180deg)}to{opacity:0;transform:scale(0)rotate(360deg)}}.animate-bounce-gentle{animation:2s infinite bounce-gentle}.animate-float{animation:3s ease-in-out infinite float}.animate-wiggle{animation:1s ease-in-out wiggle}.animate-sparkle{animation:1.5s ease-in-out infinite sparkle}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-400{animation-delay:.4s}.animation-delay-600{animation-delay:.6s}.animation-delay-900{animation-delay:.9s}.glow{box-shadow:0 0 20px #fb923c80}.glow-intense{box-shadow:0 0 30px #fb923ccc}.transition-bounce{transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}
