@layer components{@keyframes fadeIn{0%{opacity:0;bottom:-40px}to{opacity:1;bottom:0}}@keyframes fadeOut{0%{opacity:1;bottom:0}to{opacity:0;bottom:40px}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-fade-out{animation:fadeOut .5s ease-out forwards}.pill-with-content-fade-out{animation:pillWithContentFadeOut .5s ease-out forwards}.pill-with-content-fade-in{animation:pillWithContentFadeIn .5s ease-out forwards}}

/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */@layer components{@keyframes pillWithContentFadeOut{0%{opacity:1;bottom:0}to{opacity:0;bottom:40px}}@keyframes pillWithContentFadeIn{0%{opacity:0;bottom:-40px}to{opacity:1;bottom:0}}}@layer components{.animate-fade-in-out{animation:fadeInOut 3s linear infinite}.animate-delay-500{animation-delay:.5s}.animate-delay-1000{animation-delay:1s}.animate-delay-1500{animation-delay:1.5s}.animate-delay-2000{animation-delay:2s}.animate-delay-2500{animation-delay:2.5s}@keyframes fadeInOut{16.668%,to{opacity:0}0%,16.667%{opacity:1}}}
/*# sourceMappingURL=d8c4e10ffc12b7a9.css.map*/