@keyframes fadeInSlide{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate-fadeInSlide{animation:1s ease-out forwards fadeInSlide}.animate-fadeOut{animation:1s ease-out forwards fadeOut}@keyframes shimmer{0%,60%{transform:translate(-120%)}to{transform:translate(120%)}}.animate-shimmer{animation:10s ease-in-out 1.5s infinite shimmer}@media (max-width:640px){.animate-fadeInSlide,.animate-fadeOut{animation-duration:.8s}}@media (max-width:480px){button,a{touch-action:manipulation;padding:.5rem 1rem}}
@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:.7s ease-out forwards fadeInUp}.text-2xs{font-size:.65rem;line-height:1rem}@media (max-width:640px){.animate-fadeInUp{animation-duration:.5s}button,a{min-height:32px}input{min-height:36px}}
