.et_pb_module{animation:none!important}@keyframes bounce{0%,100%{transform:translateY(-25%);animation-timing-function:cubic-bezier(0.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,0.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes fillBar{0%{width:0%}100%{width:100%}}.animate-fill-bar{animation:fillBar 2s ease-out forwards}@keyframes pulseGlow{0%,100%{box-shadow:0 0 0 0px rgba(74,222,128,0.7)}50%{box-shadow:0 0 0 10px rgba(74,222,128,0)}}.animate-pulse-glow{animation:pulseGlow 2s infinite}@keyframes codeFade{0%,45%{opacity:1;transform:translateY(0)}50%,100%{opacity:0;transform:translateY(-10px)}}@keyframes uiFade{0%,45%{opacity:0;transform:translateY(10px)}50%,100%{opacity:1;transform:translateY(0)}}.animate-code-out{animation:codeFade 4s infinite alternate}.animate-ui-in{animation:uiFade 4s infinite alternate}@keyframes slideCard{0%{transform:translateX(0);border-left-color:#94a3b8}50%{transform:translateX(120px);border-left-color:#fa5600}100%{transform:translateX(240px);border-left-color:#22c55e}}.animate-kanban-slide{animation:slideCard 3s infinite ease-in-out}@keyframes tick{0%{transform:rotate(-15deg)}100%{transform:rotate(15deg)}}.animate-metronome{animation:tick 1s infinite alternate ease-in-out}@keyframes float{0%{transform:translateY(0px)}50%{transform:translateY(-10px)}100%{transform:translateY(0px)}}