.schematic{--schem-asphalt:#14170f;--schem-concrete:#1b1f15;--schem-concrete-2:#202519;--schem-steel:#333b27;--schem-amber:#ffb020;--schem-transit:#0a3524;--schem-label:#8a9480;--schem-rule:#232b1c;aspect-ratio:1180/260;background:linear-gradient(180deg,var(--schem-concrete),var(--schem-concrete-2));border:1px solid var(--schem-steel);border-radius:3px;overflow:hidden}.schematic svg{display:block;height:auto;width:100%}.schematic--mobile{display:none}.schematic .schem-line{animation:schem-dash 26s linear infinite;fill:none;opacity:.7;stroke:#c8cec0;stroke-dasharray:6 5;stroke-width:1.4}.schematic .schem-line.alt{animation-direction:reverse;animation-duration:34s;opacity:.4;stroke:var(--schem-amber)}.schematic .schem-label-rule,.schematic line{stroke:var(--schem-rule);stroke-width:1}.schematic .schem-node{fill:var(--schem-asphalt);stroke:var(--schem-amber);stroke-width:1.6}.schematic .schem-node.blue{stroke:var(--schem-transit)}.schematic .schem-pulse{animation:schem-pulse 2.6s ease-in-out infinite;fill:var(--schem-amber)}.schematic .schem-label{fill:var(--schem-label);font-family:JetBrains Mono,ui-monospace,monospace;font-size:9px;letter-spacing:.06em}.schematic .schem-label--right{text-anchor:end}@keyframes schem-dash{to{stroke-dashoffset:-500}}@keyframes schem-pulse{0%,to{opacity:.9;r:3}50%{opacity:.15;r:7}}@media (prefers-reduced-motion:reduce){.schematic .schem-line,.schematic .schem-pulse{animation:none}}@media (max-width:767px){.schematic--desktop{display:none!important}.schematic--mobile{aspect-ratio:5/7;display:block!important}.schematic--mobile svg{height:100%;width:100%}.schematic--mobile .schem-label{font-size:9px;letter-spacing:.04em}}