@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes pulse{0%{box-shadow:0 0 #0006}70%{box-shadow:0 0 0 10px #0000}to{box-shadow:0 0 #0000}}.animate-fade-in{animation:fadeIn .4s ease-in-out}.animate-fade-in-up{animation:fadeInUp .5s ease-out}.animate-bounce-subtle{animation:bounce 2s infinite ease-in-out}.animate-pulse{animation:pulse 2s infinite}
