@keyframes dropdown-appear{0%{opacity:0;transform:scale(.96) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.animate-dropdown-appear{animation:dropdown-appear .25s cubic-bezier(.16,1,.3,1)}.animate-slide-down{animation:slide-down .3s cubic-bezier(.16,1,.3,1)}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.border-l-4{border-left-width:4px}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.custom-scrollbar-mobile::-webkit-scrollbar{width:5px}.custom-scrollbar-mobile::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.custom-scrollbar-mobile::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.custom-scrollbar-mobile::-webkit-scrollbar-thumb:hover{background:#94a3b8}