body:has(#supply-chain-root){overflow:hidden}body:has(#supply-chain-root) footer{display:none}#supply-chain-root{position:fixed;inset:64px 0 0;background:#08080d;color:#e0e0e0;font-family:Inter,sans-serif;overflow:hidden}@media(min-width:1024px){#supply-chain-root{top:72px}}#supply-chain-root #map-container{width:100%;height:100%;position:relative}#supply-chain-root svg{display:block}#supply-chain-root .coastline{fill:none;stroke:#345;stroke-width:.7;stroke-linejoin:round}#supply-chain-root .country{fill:#10101a;stroke:#1e1e30;stroke-width:.3;transition:fill .3s}#supply-chain-root .country.highlighted{fill:#1c1c30}#supply-chain-root .submarine-cable{fill:none;stroke:#112e5a;stroke-width:.7;stroke-opacity:.4;stroke-linejoin:round;stroke-linecap:round}#supply-chain-root .datacenter{fill:#0de;stroke:#ffffff80;stroke-width:.5;opacity:.8}#supply-chain-root .cables-layer,#supply-chain-root .datacenter-layer,#supply-chain-root .nodes,#supply-chain-root .links,#supply-chain-root .llm-radials{transition:opacity .35s ease}#supply-chain-root .node-group{cursor:pointer}#supply-chain-root .node-circle{transition:r .2s,opacity .2s}#supply-chain-root .node-label{font-family:Inter,sans-serif;font-size:9px;font-weight:500;fill:#c0c0d0;pointer-events:none;text-anchor:middle;dominant-baseline:central;opacity:0;transition:opacity .3s;paint-order:stroke;stroke:#08080d;stroke-width:2.5px}#supply-chain-root .node-label.visible{opacity:1}@keyframes pulse-bottleneck{0%{r:8;opacity:.7}50%{r:14;opacity:.15}to{r:8;opacity:.7}}#supply-chain-root .bottleneck-ring{fill:none;stroke:#f24;stroke-width:2;opacity:0;pointer-events:none}#supply-chain-root .bottleneck-ring.visible{opacity:.7;animation:pulse-bottleneck 2s ease-in-out infinite}#supply-chain-root .bottleneck-glow{fill:none;stroke:#f24;stroke-width:1;opacity:0;pointer-events:none}#supply-chain-root .bottleneck-glow.visible{opacity:.3;animation:pulse-bottleneck 2s ease-in-out infinite;animation-delay:.3s}#supply-chain-root .llm-radial{stroke:#e56;stroke-width:.8;stroke-opacity:.2;stroke-dasharray:4 6;fill:none}@keyframes pulse-llm{0%{r:6;opacity:.6}50%{r:22;opacity:0}to{r:6;opacity:.6}}#supply-chain-root .llm-pulse{fill:none;stroke:#e56;stroke-width:1.5;animation:pulse-llm 3s ease-out infinite}#supply-chain-root .llm-pulse-2{fill:none;stroke:#e56;stroke-width:1;animation:pulse-llm 3s ease-out infinite;animation-delay:1s}#supply-chain-root .llm-pulse-3{fill:none;stroke:#e56;stroke-width:.6;animation:pulse-llm 3s ease-out infinite;animation-delay:2s}#supply-chain-root .link{stroke-opacity:.18;fill:none;transition:stroke-opacity .3s,stroke-width .3s}#supply-chain-root .link.highlighted{stroke-opacity:.8;stroke-width:2.5!important}#supply-chain-root .link.trace-highlight{stroke-opacity:.9;stroke-width:3!important}#supply-chain-root .link.dimmed{stroke-opacity:.03}#supply-chain-root .node-group.dimmed .node-circle{opacity:.12}#supply-chain-root .node-group.dimmed .node-label{opacity:.03!important}#supply-chain-root .node-group.dimmed .bottleneck-ring,#supply-chain-root .node-group.dimmed .bottleneck-glow{opacity:0!important;animation:none!important}#supply-chain-root #detail-panel{position:absolute;top:0;right:0;width:380px;height:100%;background:linear-gradient(180deg,#0e0e14f7,#0a0a10f7);border-left:1px solid #2a2a3a;padding:24px;overflow-y:auto;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:100;backdrop-filter:blur(12px)}#supply-chain-root #detail-panel.open{transform:translate(0)}#supply-chain-root #detail-panel .close-btn{position:absolute;top:16px;right:16px;background:none;border:1px solid #3a3a4a;color:#888;width:28px;height:28px;border-radius:4px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}#supply-chain-root #detail-panel .close-btn:hover{background:#222;color:#fff}#supply-chain-root #detail-panel h2{font-size:18px;font-weight:600;color:#fff;margin-bottom:4px;padding-right:40px}#supply-chain-root #detail-panel .node-id{font-family:JetBrains Mono,monospace;font-size:11px;color:#555;margin-bottom:12px}#supply-chain-root #detail-panel .meta-row{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}#supply-chain-root #detail-panel .tag{font-size:11px;padding:3px 8px;border-radius:3px;font-weight:500}#supply-chain-root #detail-panel .tag-layer{background:#1a1a2e;color:#88c;border:1px solid #2a2a4a}#supply-chain-root #detail-panel .tag-country{background:#1a2e1a;color:#8c8;border:1px solid #2a4a2a}#supply-chain-root #detail-panel .tag-bottleneck{background:#2e1a1a;color:#f57;border:1px solid #4a2a2a}#supply-chain-root #detail-panel .description{font-size:13px;line-height:1.7;color:#b0b0c0;margin-bottom:20px}#supply-chain-root #detail-panel h3{font-size:12px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}#supply-chain-root #detail-panel .conn-list{list-style:none;margin-bottom:16px}#supply-chain-root #detail-panel .conn-list li{font-size:12px;padding:4px 0;color:#999;cursor:pointer}#supply-chain-root #detail-panel .conn-list li:hover{color:#fff}#supply-chain-root #detail-panel .conn-list li:before{margin-right:6px;font-size:10px}#supply-chain-root #detail-panel .conn-list.upstream li:before{content:"←";color:#68c}#supply-chain-root #detail-panel .conn-list.downstream li:before{content:"→";color:#c86}#supply-chain-root #left-panel{position:absolute;top:0;left:0;width:340px;height:100%;background:linear-gradient(180deg,#0e0e14f5,#0a0a10f5);border-right:1px solid #2a2a3a;padding:20px 16px;overflow-y:auto;transform:translate(0);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:80;backdrop-filter:blur(12px);display:flex;flex-direction:column;gap:10px}#supply-chain-root #left-panel.collapsed{transform:translate(-100%)}#supply-chain-root #panel-toggle{position:absolute;top:12px;left:12px;z-index:90;width:32px;height:32px;background:#12121af2;border:1px solid #3a3a4a;color:#aaa;border-radius:4px;cursor:pointer;font-size:18px;font-weight:300;display:none;align-items:center;justify-content:center;transition:all .15s}#supply-chain-root #panel-toggle:hover{background:#1e1e2e;color:#fff;border-color:#5a5a6a}#supply-chain-root #left-panel.collapsed~#panel-toggle{display:flex}#supply-chain-root #left-panel .panel-close-left{position:absolute;top:12px;right:12px;background:none;border:1px solid #3a3a4a;color:#888;width:28px;height:28px;border-radius:4px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}#supply-chain-root #left-panel .panel-close-left:hover{background:#222;color:#fff}#supply-chain-root #title-bar{margin-bottom:4px;padding-right:40px}#supply-chain-root #title-bar h1{font-size:20px;font-weight:700;color:#fff;letter-spacing:-.5px}#supply-chain-root #title-bar p{font-size:10px;color:#555;margin-top:2px}#supply-chain-root .control-group{display:flex;flex-wrap:wrap;gap:4px;align-items:center}#supply-chain-root .control-group-label{font-size:9px;font-weight:600;color:#444;text-transform:uppercase;letter-spacing:1px;margin-bottom:2px;width:100%}#supply-chain-root .ctrl-btn{font-family:Inter,sans-serif;font-size:11px;font-weight:500;padding:5px 10px;background:#12121ae6;border:1px solid #2a2a3a;color:#777;border-radius:4px;cursor:pointer;transition:all .15s;white-space:nowrap;display:inline-flex;align-items:center;gap:5px}#supply-chain-root .ctrl-btn:hover{background:#1e1e2e;color:#bbb;border-color:#3a3a5a}#supply-chain-root .ctrl-btn.active{background:#1a1a3a;color:#aaf;border-color:#44a}#supply-chain-root .ctrl-btn.trace-btn.active{background:#2a1a1a;color:#fa6;border-color:#a63}#supply-chain-root .ctrl-btn .fi{font-size:12px;line-height:1;border-radius:1px}#supply-chain-root [data-tooltip]{position:relative}#supply-chain-root [data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 6px);left:0;transform:none;background:#0a0a12f7;border:1px solid #3a3a5a;color:#c0c8d8;font-size:11px;font-weight:400;line-height:1.45;padding:6px 10px;border-radius:4px;white-space:normal;width:-moz-max-content;width:max-content;max-width:280px;opacity:0;pointer-events:none;transition:opacity .15s;z-index:300;box-shadow:0 4px 16px #0009}#supply-chain-root [data-tooltip]:hover:after{opacity:1}#supply-chain-root #about-toggle[data-tooltip]:after{left:auto;right:0}#supply-chain-root .layer-btn[data-layer="-3"]{border-left:3px solid #4499dd}#supply-chain-root .layer-btn[data-layer="-2"]{border-left:3px solid #55bb55}#supply-chain-root .layer-btn[data-layer="-1"]{border-left:3px solid #bb77dd}#supply-chain-root .layer-btn[data-layer="0"]{border-left:3px solid #ddaa44}#supply-chain-root .layer-btn[data-layer="1"]{border-left:3px solid #44bbbb}#supply-chain-root .layer-btn[data-layer="2"]{border-left:3px solid #dd6666}#supply-chain-root .layer-btn[data-layer="3"]{border-left:3px solid #99bb44}#supply-chain-root .layer-btn[data-layer="4"]{border-left:3px solid #ee8844}#supply-chain-root .layer-btn[data-layer="5"]{border-left:3px solid #5599ee}#supply-chain-root .layer-btn[data-layer="6"]{border-left:3px solid #ff4466}#supply-chain-root .layer-btn[data-layer=all]{border-left:3px solid #888}#supply-chain-root #legend{position:absolute;bottom:16px;left:16px;z-index:50;display:flex;flex-wrap:wrap;gap:12px;font-size:10px;color:#555;max-width:700px}#supply-chain-root #legend .legend-item{display:flex;align-items:center;gap:4px}#supply-chain-root #legend .legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}#supply-chain-root #stats{position:absolute;bottom:16px;right:16px;z-index:50;font-size:10px;color:#333;font-family:JetBrains Mono,monospace;text-align:right}#supply-chain-root #tooltip{position:absolute;pointer-events:none;background:#101018f2;border:1px solid #3a3a4a;border-radius:6px;padding:10px 14px;font-size:11px;color:#ddd;opacity:0;transition:opacity .15s;z-index:200;max-width:280px;box-shadow:0 4px 24px #000000b3;backdrop-filter:blur(8px)}#supply-chain-root #tooltip.visible{opacity:1}#supply-chain-root #tooltip .tt-name{font-weight:600;color:#fff;font-size:13px}#supply-chain-root #tooltip .tt-layer{font-size:10px;color:#888;margin-top:3px}#supply-chain-root .link.flow-active{stroke-opacity:.45!important}#supply-chain-root #detail-panel::-webkit-scrollbar,#supply-chain-root #left-panel::-webkit-scrollbar,#supply-chain-root #about-panel::-webkit-scrollbar{width:4px}#supply-chain-root #detail-panel::-webkit-scrollbar-track,#supply-chain-root #left-panel::-webkit-scrollbar-track,#supply-chain-root #about-panel::-webkit-scrollbar-track{background:transparent}#supply-chain-root #detail-panel::-webkit-scrollbar-thumb,#supply-chain-root #left-panel::-webkit-scrollbar-thumb,#supply-chain-root #about-panel::-webkit-scrollbar-thumb{background:#333;border-radius:2px}#supply-chain-root #about-toggle{position:absolute;top:12px;right:12px;z-index:90;background:#12121af2;border:1px solid #3a3a4a;color:#888;border-radius:4px;cursor:pointer;font-size:11px;font-weight:500;padding:5px 10px;font-family:Inter,sans-serif;transition:all .15s}#supply-chain-root #about-toggle:hover{background:#1e1e2e;color:#fff;border-color:#5a5a6a}#supply-chain-root #about-panel{position:absolute;top:0;right:0;width:400px;height:100%;background:linear-gradient(180deg,#0e0e14f7,#0a0a10f7);border-left:1px solid #2a2a3a;padding:24px;overflow-y:auto;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:110;backdrop-filter:blur(12px)}#supply-chain-root #about-panel.open{transform:translate(0)}#supply-chain-root #about-panel .close-btn{position:absolute;top:16px;right:16px;background:none;border:1px solid #3a3a4a;color:#888;width:28px;height:28px;border-radius:4px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}#supply-chain-root #about-panel .close-btn:hover{background:#222;color:#fff}#supply-chain-root #about-panel h2{font-size:18px;font-weight:600;color:#fff;margin-bottom:16px;padding-right:40px}#supply-chain-root #about-panel h3{font-size:12px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:1px;margin:20px 0 8px}#supply-chain-root #about-panel p,#supply-chain-root #about-panel li{font-size:13px;line-height:1.7;color:#b0b0c0}#supply-chain-root #about-panel ul{list-style:none;padding:0}#supply-chain-root #about-panel li{padding:4px 0 4px 12px;position:relative}#supply-chain-root #about-panel li:before{content:"—";position:absolute;left:0;color:#555}#supply-chain-root #about-panel a{color:#68c;text-decoration:none}#supply-chain-root #about-panel a:hover{text-decoration:underline;color:#8ae}#supply-chain-root #about-panel .credit{margin-top:24px;padding-top:16px;border-top:1px solid #1e1e2e;font-size:11px;color:#555}#supply-chain-root .term-tip{border-bottom:1px dotted #6688aa;color:#c8d0e0;cursor:help}#supply-chain-root .term-tip:hover{color:#fff;border-bottom-color:#8ac}#supply-chain-root #term-tooltip{position:fixed;background:#0a0a12f7;border:1px solid #3a3a5a;color:#c0c8d8;font-size:11px;font-weight:400;line-height:1.5;padding:6px 10px;border-radius:4px;white-space:normal;width:-moz-max-content;width:max-content;max-width:260px;opacity:0;pointer-events:none;transition:opacity .15s;z-index:400;box-shadow:0 4px 16px #0009}#supply-chain-root #term-tooltip.visible{opacity:1}@media(prefers-reduced-motion:reduce){#supply-chain-root .bottleneck-ring,#supply-chain-root .bottleneck-glow,#supply-chain-root .llm-pulse,#supply-chain-root .llm-pulse-2,#supply-chain-root .llm-pulse-3{animation:none!important}#supply-chain-root .link,#supply-chain-root .node-circle,#supply-chain-root .node-label,#supply-chain-root .country,#supply-chain-root #detail-panel,#supply-chain-root #about-panel,#supply-chain-root #left-panel{transition:none!important}}
