<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .5s ease-in-out}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.scale-in{animation:scaleIn .3s ease-in-out}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.slide-in{animation:slideIn .4s ease-in-out}@keyframes bounce{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.bounce-btn{transition:all .3s ease}.bounce-btn:hover{animation:bounce .3s ease-in-out}@keyframes countdownEffect{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.countdown-box{animation:countdownEffect .5s ease-in-out}
</pre></body></html>