.ee-figure{margin:24px 0;border:1px solid var(--line);border-radius:12px;background:var(--panel2);padding:12px;overflow:auto}
.ee-figure svg{display:block;width:100%;min-width:620px;height:auto;color:var(--txt)}
.ee-figure text{font-family:var(--mono);font-size:13px;fill:var(--txt)}
.ee-figure .dim{fill:var(--dim)}
.ee-figure .wire,.ee-figure .axis{fill:none;stroke:var(--txt);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ee-figure .axis{stroke:var(--line2);stroke-width:1.5}
.ee-figure .primary{fill:none;stroke:var(--accent);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.ee-figure .secondary{fill:none;stroke:var(--hot);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:7 6}
.ee-figure .box{fill:var(--panel);stroke:var(--line2);stroke-width:1.5}
.ee-figure .active{fill:color-mix(in srgb,var(--accent) 15%,var(--panel));stroke:var(--accent);stroke-width:2}
.ee-figure .warn{fill:color-mix(in srgb,var(--hot) 13%,var(--panel));stroke:var(--hot);stroke-width:2}
.ee-figure .pulse{stroke-dasharray:10 10;animation:ee-flow 1.25s linear infinite}
.ee-caption{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:8px;color:var(--dim);font-size:.78rem}
.ee-caption b{color:var(--txt);font-weight:650}
@keyframes ee-flow{to{stroke-dashoffset:-20}}
@media(prefers-reduced-motion:reduce){.ee-figure .pulse{animation:none}}
@media(max-width:720px){.ee-figure{padding:9px}.ee-figure svg{min-width:560px}}
