@keyframes pulse-aura{0%,to{box-shadow:0 0 rgba(var(--color-rgb),.7)}50%{box-shadow:0 0 0 8px rgba(var(--color-rgb),0)}}@keyframes progress-fill{0%{width:0%;opacity:.5}to{width:var(--progress-width);opacity:1}}@keyframes stage-enter{0%{opacity:0;transform:translateY(8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes glow-breathe{0%,to{opacity:.4;filter:blur(8px)}50%{opacity:.8;filter:blur(12px)}}@keyframes line-flow{0%{background-position:0% center}to{background-position:200% center}}.timeline-board-stage{animation:stage-enter .6s cubic-bezier(.34,1.56,.64,1) backwards}.timeline-board-stage.active{animation:stage-enter .6s cubic-bezier(.34,1.56,.64,1) backwards,pulse-aura 2s ease-in-out infinite}.timeline-board-progress{animation:progress-fill 1.2s cubic-bezier(.25,.46,.45,.94) forwards}.timeline-board-glow{animation:glow-breathe 3s ease-in-out infinite}.timeline-board-connector{position:relative;height:2px;background:linear-gradient(90deg,transparent,var(--line-color),transparent);opacity:.3;animation:line-flow 3s linear infinite;background-size:200% 100%}
