@keyframes highlightSweep{0%{background-position:-100% 0}to{background-position:200% 0}}.code-highlight{background:linear-gradient(90deg,transparent 0%,var(--primary) 50%,transparent 100%);background-size:50% 100%;background-repeat:no-repeat;background-position:-100% 0;-webkit-background-clip:text;background-clip:text;animation:highlightSweep 1.5s ease-out forwards}.pipeline-box{opacity:0;transform:translate(-20px)}.pipeline-box.visible{opacity:1;transform:translate(0);transition:opacity .5s ease-out,transform .5s ease-out}.pipeline-arrow{stroke-dasharray:100;stroke-dashoffset:100}.pipeline-arrow.visible{stroke-dashoffset:0;transition:stroke-dashoffset .6s ease-out}
