.lg-net{--cycle:12s;display:block;width:100%;height:auto}.lg-net__mesh{stroke:var(--color-line-bright);stroke-width:.9;fill:none;opacity:.8}.lg-net__field{stroke:var(--color-line);stroke-width:.6}.lg-net__node{fill:#fff;stroke:var(--color-brand);stroke-width:1.6}.lg-net__label{font-family:var(--font-mono);font-size:10px;letter-spacing:.09em;fill:var(--color-muted)}.lg-net__route{fill:none;stroke:var(--color-accent);stroke-width:1.7;stroke-linecap:round;stroke-dasharray:var(--len);stroke-dashoffset:var(--len);animation:lg-draw var(--cycle) linear infinite}.lg-net__dot{fill:var(--color-accent);offset-rotate:0deg;animation:lg-travel var(--cycle) linear infinite}.lg-net__flare{fill:none;stroke:var(--color-accent);stroke-width:1.25;transform-box:fill-box;transform-origin:center;animation:lg-flare var(--cycle) linear infinite}.lg-net__r1{animation-delay:0s}.lg-net__r2{animation-delay:calc(var(--cycle) / -3)}.lg-net__r3{animation-delay:calc(var(--cycle) / -1.5)}@keyframes lg-draw{0%{stroke-dashoffset:var(--len);opacity:0}2%{opacity:1}18%{stroke-dashoffset:0;opacity:1}28%{stroke-dashoffset:0;opacity:1}34%,to{stroke-dashoffset:0;opacity:.16}}@keyframes lg-travel{0%{offset-distance:0;opacity:0}3%{opacity:1}18%{offset-distance:100%;opacity:1}22%,to{offset-distance:100%;opacity:0}}@keyframes lg-flare{0%,17%{opacity:0;transform:scale(.4)}20%{opacity:.9;transform:scale(1)}30%{opacity:0;transform:scale(2.1)}to{opacity:0;transform:scale(2.1)}}.lg-jobs{border-top:1px solid var(--color-line)}.lg-job{display:grid;grid-template-columns:4.5rem minmax(0,1fr) auto;gap:.75rem;align-items:center;min-width:0;padding:.6875rem 1rem;border-bottom:1px solid var(--color-line);font-family:var(--font-mono);font-size:.75rem;letter-spacing:.01em}.lg-job:last-child{border-bottom:0}.lg-job__id{color:var(--color-faint)}.lg-job__route{color:var(--color-muted);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lg-job__route b{color:var(--color-text);font-weight:500}.lg-chip{border:1px solid var(--color-line-bright);border-radius:2px;padding:.125rem .4375rem;font-size:.625rem;letter-spacing:.1em;color:var(--color-faint);white-space:nowrap}.lg-chip--live{border-color:var(--color-accent);color:var(--color-accent);animation:lg-claim var(--cycle) steps(1) infinite}@keyframes lg-claim{0%,24%{opacity:.25}25%,to{opacity:1}}.lg-pulse{position:relative;display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--color-accent)}.lg-pulse:after{content:"";position:absolute;inset:-3px;border-radius:50%;border:1px solid var(--color-accent);animation:lg-ping 2.4s var(--ease-out-soft) infinite}@keyframes lg-ping{0%{transform:scale(.6);opacity:.9}70%{transform:scale(1.9);opacity:0}to{transform:scale(1.9);opacity:0}}