#yz-flow-gradient stop:nth-child(1){stop-color:#ffd75d}
#yz-flow-gradient stop:nth-child(2){stop-color:#27ccef}
#yz-flow-gradient stop:nth-child(3){stop-color:#4f9bf4}
#yz-flow-gradient stop:nth-child(4){stop-color:#826bf4}
#yz-flow-gradient stop:nth-child(5){stop-color:#b769ee}
#yz-flow-gradient stop:nth-child(6){stop-color:#ef70d5}
.thin-connections .yz-flow-wire-base{stroke:url(#yz-flow-gradient);stroke-width:1.45px;stroke-linecap:round;opacity:.7;filter:none;shape-rendering:geometricPrecision}
.thin-connections .yz-flow-wire-pulse{fill:none;stroke:url(#yz-flow-gradient);stroke-width:2px;stroke-linecap:round;vector-effect:non-scaling-stroke;pointer-events:none;opacity:.92;filter:none;stroke-dasharray:.095 .905;stroke-dashoffset:0;animation:yz-flow-forward 3.15s linear infinite}
.thin-connections .yz-flow-wire-reference-task .yz-flow-wire-pulse{animation-delay:-.35s}
.thin-connections .yz-flow-wire-task-result .yz-flow-wire-pulse{animation-delay:.78s}
.thin-connections .active-wire{stroke:#b676f3;stroke-width:1.7px;stroke-linecap:round;stroke-dasharray:5 5;filter:none;animation:yz-active-wire-forward .75s linear infinite}
@keyframes yz-flow-forward{to{stroke-dashoffset:-1}}
@keyframes yz-active-wire-forward{to{stroke-dashoffset:-10}}
@media(prefers-reduced-motion:reduce){.thin-connections .yz-flow-wire-pulse,.thin-connections .active-wire{animation:none}.thin-connections .yz-flow-wire-pulse{opacity:.58;stroke-dasharray:none}}
