@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulseColor{0%,to{color:#6b7280;transform:scale(1)}50%{color:#f472b6;transform:scale(1.15)}}@keyframes pulseSimple{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.animate-fade-in{animation:.3s forwards fadeIn}.animate-fade-in-up{animation:.3s forwards fadeInUp}.animate-fade-in-down{animation:.3s forwards fadeInDown}.animate-slide-up{animation:.3s forwards slideUp}.animate-slide-down{animation:.3s forwards slideDown}.animate-scale-in{animation:.4s forwards scaleIn}.animate-pulse-color{animation:.5s pulseColor}.animate-pulse-simple{animation:.5s pulseSimple}.animate-shimmer{animation:1.5s linear infinite shimmer}.transition-fast{transition:all .15s}.transition-medium{transition:all .3s}.transition-slow{transition:all .5s}.hover-scale:hover{transform:scale(1.05)}.hover-scale-sm:hover{transform:scale(1.1)}.active-scale:active{transform:scale(.95)}.max-h-0{max-height:0}.max-h-auto{max-height:500px}.height-animate{opacity:0;max-height:0;transition:max-height .2s,opacity .2s;overflow:hidden}.height-animate.expanded{opacity:1;max-height:500px}
