.dispatch-motion{margin:20px 0 0;color:#173b2c}
.dispatch-motion-scene{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:space-between;padding:36px 24px 25px;background:linear-gradient(135deg,#edf5e9,#f5f8f2);border:1px solid #e6eee2;border-radius:22px;overflow:hidden;min-height:192px}
.dispatch-route{position:absolute;inset:0;width:100%;height:100%;z-index:-1;overflow:visible}
.dispatch-track{stroke:#ec722a;stroke-width:3.5;stroke-dasharray:7 8;stroke-linecap:round}
.dispatch-endpoint{display:flex;flex-direction:column;align-items:center;gap:15px;font-size:13px;z-index:1}
.dispatch-node{width:68px;height:68px;display:grid;place-items:center;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 13px #dbead26b,0 0 0 27px #dbead238,0 5px 12px #24442b1c}
.dispatch-node svg{width:31px;height:31px;stroke-width:2}
.dispatch-job-node{background:#ee681c;color:white}.dispatch-pro-node{background:white;color:#19533b;outline:2px solid #266647;outline-offset:-6px}
.dispatch-signal,.dispatch-echo{fill:#ee681c;offset-path:path('M66 65 C122 25 190 105 254 65');offset-rotate:0deg;animation:dispatch-roundtrip 3.2s ease-in-out infinite}
.dispatch-echo{opacity:.5;offset-path:path('M66 65 C122 25 190 105 254 65')}
@keyframes dispatch-roundtrip{0%,100%{offset-distance:0%}50%{offset-distance:100%}}
.dispatch-motion .dispatch-signal,.dispatch-motion .dispatch-echo{animation-name:dispatch-roundtrip!important;animation-duration:3.2s!important;animation-iteration-count:infinite!important;animation-delay:var(--signal-offset,0ms)!important;animation-timing-function:ease-in-out!important}
.dispatch-motion .dispatch-echo{animation-delay:calc(var(--signal-offset,0ms) - 160ms)!important}
.dispatch-motion.motion-paused .dispatch-signal,.dispatch-motion.motion-paused .dispatch-echo{animation-play-state:paused!important}
.dispatch-motion.motion-playing .dispatch-signal,.dispatch-motion.motion-playing .dispatch-echo{animation-play-state:running!important}
.dispatch-motion[data-motion-stage=waiting] .dispatch-signal,.dispatch-motion[data-motion-stage=waiting] .dispatch-echo{display:none}
.dispatch-motion[data-motion-stage=waiting] .dispatch-track{stroke:#9bab96;opacity:.55}
.dispatch-motion-status{text-align:center;padding:20px 12px 16px;margin-top:12px;border:1px solid #e4ebe3;border-radius:16px;background:#fafcf8}
.dispatch-motion-status>b{display:flex;gap:9px;align-items:center;justify-content:center;font-size:20px;letter-spacing:-.025em}
.dispatch-sent{border-radius:50%;width:25px;height:25px;display:grid;place-items:center;background:#21834a;color:white;font-size:16px}
.dispatch-motion-status p{font-size:13px;color:#5d7064;margin:9px 0 0;line-height:1.6}
.dispatch-motion-status .cd{font-size:13px;font-variant-numeric:tabular-nums}
.dispatch-motion-footer{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:4px 0;color:#697b6d}
.dispatch-motion-footer small{font-size:11px}.dispatch-motion-toggle{font-size:11px;min-height:44px;padding:6px 0;color:#506d5a}
/* The line itself also carries the signal, including browsers without motion paths. */
@keyframes dispatch-flow{0%,100%{stroke-dashoffset:0}50%{stroke-dashoffset:-60}}
.dispatch-motion .dispatch-track{animation:dispatch-flow 3.2s ease-in-out infinite!important;animation-delay:var(--signal-offset,0ms)!important}
.dispatch-motion.motion-paused .dispatch-track{animation-play-state:paused!important}
.dispatch-motion[data-motion-stage=waiting] .dispatch-track{animation:none!important}
