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