.speed-figure{margin:24px 0;border:1px solid var(--line);border-radius:12px;background:var(--panel2);padding:12px;overflow:auto}
.speed-figure:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 55%,transparent);outline-offset:3px}
.speed-figure svg{display:block;width:100%;min-width:640px;height:auto}.speed-figure text{font-family:var(--mono);font-size:13px;fill:var(--txt)}
.speed-figure .box{fill:var(--panel);stroke:var(--line2);stroke-width:1.5}.speed-figure .hot{fill:color-mix(in srgb,var(--accent) 14%,var(--panel));stroke:var(--accent);stroke-width:2}
.speed-figure .edge{fill:none;stroke:var(--accent);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.speed-figure .wait{fill:none;stroke:var(--hot);stroke-width:2.5;stroke-dasharray:8 7}
.speed-figure .guide{fill:none;stroke:var(--line2);stroke-width:1.5}.speed-figure .moving{stroke-dasharray:10 8;animation:speed-flow 1.2s linear infinite}
.speed-caption{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:8px;color:var(--dim);font-size:.78rem}.speed-caption b{color:var(--txt)}
@keyframes speed-flow{to{stroke-dashoffset:-18}}@media(prefers-reduced-motion:reduce){.speed-figure .moving{animation:none}}@media(max-width:720px){.speed-figure{padding:9px}.speed-figure svg{min-width:570px}}
