@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}.flow-line{stroke-dasharray:8;animation:dash 24s linear infinite;stroke-width:2px;fill:none}.arrow-head{fill:var(--flow-color)}