@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .4s ease-out forwards}.animate-fade-in-up{animation:fadeInUp .5s ease-out forwards;opacity:0}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.scrollbar-thin::-webkit-scrollbar{height:6px;width:6px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}@keyframes searchProgress{0%{width:0%;margin-left:0%}50%{width:30%;margin-left:35%}to{width:0%;margin-left:100%}}.animate-search-progress{animation:searchProgress 1.5s ease-in-out infinite}@keyframes softPulse{0%,to{opacity:.4}50%{opacity:1}}.animate-soft-pulse{animation:softPulse 2s ease-in-out infinite}
