@keyframes floatParticle{0%{opacity:0;transform:translateY(0)scale(1)rotate(0)}20%{opacity:.8}80%{opacity:.6}to{opacity:0;transform:translateY(-120px)scale(.3)rotate(180deg)}}@keyframes shimmer{0%{transform:translate(-200px)rotate(25deg)}to{transform:translate(400px)rotate(25deg)}}@keyframes glow{0%,to{box-shadow:0 0 20px #f4c54266,0 0 40px #f4c5424d,0 0 60px #f4c54233}50%{box-shadow:0 0 30px #f4c54299,0 0 60px #f4c54280,0 0 90px #f4c54266}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-200px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.app-banner-container{animation:.6s ease-out slideDown}.download-button{animation:2s ease-in-out infinite pulse}.download-button:hover{transition:transform .2s;animation:none;transform:scale(1.08)}.app-icon-container{animation:2s ease-in-out infinite glow}.particle{animation:3s ease-in-out infinite floatParticle}.particle:first-child{animation-delay:0s}.particle:nth-child(2){animation-delay:.3s}.particle:nth-child(3){animation-delay:.6s}.particle:nth-child(4){animation-delay:.9s}.particle:nth-child(5){animation-delay:1.2s}.particle:nth-child(6){animation-delay:1.5s}.shine-effect{animation:3s ease-in-out infinite shimmer}.app-banner-content{transition:all .3s}.app-banner-content:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0009}@keyframes starTwinkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.rating-star{animation:1.5s ease-in-out infinite starTwinkle}.rating-star:first-child{animation-delay:0s}.rating-star:nth-child(2){animation-delay:.1s}.rating-star:nth-child(3){animation-delay:.2s}.rating-star:nth-child(4){animation-delay:.3s}.rating-star:nth-child(5){animation-delay:.4s}@keyframes badgeGlow{0%,to{box-shadow:0 0 10px #ffd70099}50%{box-shadow:0 0 20px gold}}.app-icon-badge{animation:2s ease-in-out infinite badgeGlow}@keyframes ripple{0%{box-shadow:0 0 #ff6b9db3}to{box-shadow:0 0 0 20px #ff6b9d00}}.banner-close-button{animation:2s ease-out infinite ripple}