@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}}