@keyframes progress{0%{width:0}10%{width:10%}30%{width:30%}50%{width:50%}70%{width:70%}90%{width:90%}to{width:100%}}.animate-progress{animation:progress 30s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer{background:linear-gradient(90deg,rgba(255,107,107,.1),rgba(255,107,107,.3) 50%,rgba(255,107,107,.1));background-size:200% 100%;animation:shimmer 2s linear infinite}.scrollbar-thin{scrollbar-width:thin}.scrollbar-thumb-gray-300::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:6px}.scrollbar-track-transparent::-webkit-scrollbar-track{background-color:transparent}.scrollbar-thin::-webkit-scrollbar{height:8px;width:8px}@media (max-width:768px){.scrollbar-thin::-webkit-scrollbar{height:4px}}