@keyframes shine{to{left:125%}}.animate-shine{animation:shine .75s}@keyframes dropDown{0%{transform:translateY(-100px);opacity:0}60%{transform:translateY(10px);opacity:1}to{transform:translateY(0);opacity:1}}.animate-drop-down{animation:dropDown .8s cubic-bezier(.22,1,.36,1) forwards}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-float{animation:float 4s ease-in-out infinite}@keyframes gentle-nudge{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-2px) translate(1px)}}.animate-gentle-nudge{animation:gentle-nudge 1.5s ease-in-out infinite}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-scroll{animation:scroll 40s linear infinite}.animate-scroll:hover{animation-play-state:paused}.fill-mode-both{animation-fill-mode:both}
