.lb-network{opacity:0;width:100%;max-width:660px;height:430px;margin:0 auto 5vh;position:relative}.lb-network-svg{width:100%;height:100%}.lb-node{opacity:0}.lb-node-circle{fill:var(--dark-alt-80);stroke:var(--wow-stroke-muted-color);stroke-width:var(--wow-stroke-base);transition:all .3s}.lb-node-circle:hover{stroke:var(--wow-stroke-accent-color)}.lb-node--center .lb-node-circle{fill:var(--pink-20);stroke:var(--wow-stroke-accent-color);stroke-width:var(--wow-stroke-strong);filter:drop-shadow(0 0 12px var(--pink-60))}.lb-node-label{fill:var(--white-70);font-size:var(--wow-label-size);font-family:var(--wow-font-body);text-anchor:middle;dominant-baseline:central;font-weight:600}.lb-node--center .lb-node-label{fill:var(--white);font-size:var(--wow-label-size)}.lb-node-dr{fill:var(--wow-stroke-accent-color);font-size:var(--wow-label-size);font-family:var(--wow-font-mono);text-anchor:middle;font-weight:700}.lb-pulse{r:3;fill:var(--wow-stroke-accent-color);opacity:0}@keyframes lb-pulse-move{0%{opacity:1}to{opacity:0}}@media (width<=768px){.lb-network{height:360px}}@media (width<=600px){.lb-network{height:320px}.lb-node-label,.lb-node--center .lb-node-label{font-size:var(--wow-label-size)}}@media (prefers-reduced-motion:reduce){.lb-pulse{animation:none}}