#supply-chain-root{--type-xs:.75rem;--type-sm:.844rem;--type-base:.95rem;--type-md:1.069rem;--type-lg:1.201rem;--type-xl:1.352rem;--type-2xl:1.521rem}body:has(#supply-chain-root){overflow:hidden;--header-offset: 80px}@media(min-width:1024px){body:has(#supply-chain-root){--header-offset: 88px}}body:has(#supply-chain-root) footer{display:none}#supply-chain-root{position:fixed;top:var(--header-offset, 80px);left:0;right:0;bottom:0;background:#08080d;color:#e0e0e0;overflow:hidden;transition:top .4s cubic-bezier(.4,0,.2,1)}#supply-chain-root #map-container{width:100%;height:100%;position:relative;z-index:1;background:transparent}#supply-chain-root #left-panel,#supply-chain-root #right-panel,#supply-chain-root #bottom-panel{z-index:2}#supply-chain-root svg{display:block}#supply-chain-root .coastline,#supply-chain-root .outer-coastline,#supply-chain-root .country,#supply-chain-root .graticule,#supply-chain-root .sphere-outline,#supply-chain-root .submarine-cable,#supply-chain-root .link{vector-effect:non-scaling-stroke}#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{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-size:12px;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}@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:420px;height:100%;background:linear-gradient(180deg,#0e0e14f7,#0a0a10f7);border-left:1px solid #2a2a3a;padding:28px;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:#aaa;width:36px;height:36px;border-radius:4px;cursor:pointer;font-size:var(--type-md);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:var(--type-xl);font-weight:600;color:#fff;margin-bottom:6px;padding-right:48px;line-height:1.25}#supply-chain-root #detail-panel .node-id{font-family:Courier New,Courier,monospace;font-size:var(--type-xs);color:#777;margin-bottom:14px}#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:var(--type-xs);padding:4px 10px;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:var(--type-base);line-height:1.65;color:#c0c0d0;margin-bottom:22px}#supply-chain-root #detail-panel h3{font-size:var(--type-xs);font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}#supply-chain-root #detail-panel .conn-list{list-style:none;margin-bottom:18px}#supply-chain-root #detail-panel .conn-list li{font-size:var(--type-sm);padding:6px 0;color:#aaa;cursor:pointer;line-height:1.4}#supply-chain-root #detail-panel .conn-list li:hover{color:#fff}#supply-chain-root #detail-panel .conn-list li:before{margin-right:8px;font-size:var(--type-xs)}#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:380px;height:100%;background:linear-gradient(180deg,#0e0e14f5,#0a0a10f5);border-right:1px solid #2a2a3a;padding:24px 20px;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:22px}#supply-chain-root #left-panel.collapsed{transform:translate(-100%)}#supply-chain-root #panel-toggle{position:absolute;top:12px;left:12px;z-index:90;width:40px;height:40px;background:#12121af2;border:1px solid #3a3a4a;color:#ccc;border-radius:4px;cursor:pointer;font-size:var(--type-xl);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:14px;right:14px;background:none;border:1px solid #3a3a4a;color:#aaa;width:36px;height:36px;border-radius:4px;cursor:pointer;font-size:var(--type-md);display:flex;align-items:center;justify-content:center}#supply-chain-root #left-panel .panel-close-left:hover{background:#222;color:#fff}#supply-chain-root #left-panel .immersive-toggle-btn{position:absolute;top:14px;right:58px;width:36px;height:36px;padding:0;border:1px solid #3a3a4a;border-radius:4px;background:none;color:#aaa;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s,border-color .15s}#supply-chain-root #left-panel .immersive-toggle-btn:hover,#supply-chain-root #left-panel .immersive-toggle-btn:focus-visible{background:#222;color:#fff;border-color:#5a5a6a}#supply-chain-root #left-panel .immersive-toggle-btn[aria-pressed=true]{color:#6af;border-color:#66aaff59;background:#66aaff14}#supply-chain-root #left-panel .immersive-toggle-btn svg{width:18px;height:18px}#supply-chain-root #title-bar{margin-bottom:6px;padding-right:48px}#supply-chain-root #title-bar h1{font-size:var(--type-2xl);font-weight:700;color:#fff;letter-spacing:-.01em;line-height:1.2}#supply-chain-root #title-bar p{font-size:var(--type-xs);color:#777;margin-top:4px}#supply-chain-root .control-group{display:flex;flex-wrap:wrap;gap:4px 14px;align-items:center}#supply-chain-root .control-group-label{font-size:var(--type-xs);font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;width:100%;display:flex;align-items:center;gap:8px}#supply-chain-root .reset-arrow{background:none;border:none;color:#444;cursor:pointer;padding:0;line-height:1;transition:color .15s;display:inline-flex;align-items:center}#supply-chain-root .reset-arrow:hover{color:#aaa}#supply-chain-root .reset-arrow svg{width:14px;height:14px}#supply-chain-root .ctrl-btn{font-size:var(--type-base);font-weight:500;padding:3px 0;background:none;border:none;color:#777;border-radius:0;cursor:pointer;transition:color .15s;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;text-align:left;line-height:1.3}#supply-chain-root .ctrl-btn:hover{color:#ddd}#supply-chain-root .ctrl-btn.active{color:#fff}#supply-chain-root .ctrl-btn.trace-btn.active{color:#fa6}#supply-chain-root #btn-play{border:1px solid #3a3a4a;border-radius:3px;padding:4px 12px}#supply-chain-root #btn-play:hover{border-color:#5a5a6a}#supply-chain-root #btn-play.active{color:#6da;border-color:#6da}#supply-chain-root #btn-play svg{flex-shrink:0}#supply-chain-root .ctrl-btn .fi{font-size:var(--type-md);line-height:1;border-radius:1px;opacity:.45;transition:opacity .15s}#supply-chain-root .ctrl-btn.active .fi{opacity:1}#supply-chain-root .ctrl-btn:hover .fi{opacity:.7}#supply-chain-root [data-tooltip]:after{content:none!important}#supply-chain-root #about-toggle[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);right:0;background:#0a0a12f7;border:1px solid #3a3a5a;color:#c8d0e0;font-size:var(--type-xs);font-weight:400;line-height:1.45;padding:8px 12px;border-radius:4px;white-space:normal;width:-moz-max-content;width:max-content;max-width:280px;pointer-events:none;z-index:300;box-shadow:0 4px 16px #0009;visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s}#supply-chain-root #about-toggle[data-tooltip]:hover:after{visibility:visible;opacity:1}#supply-chain-root .layer-btn{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}#supply-chain-root .layer-btn[data-layer="-3"]{text-decoration-color:#5b5}#supply-chain-root .layer-btn[data-layer="-2"]{text-decoration-color:#49d}#supply-chain-root .layer-btn[data-layer="-1"]{text-decoration-color:#b7d}#supply-chain-root .layer-btn[data-layer="0"]{text-decoration-color:#da4}#supply-chain-root .layer-btn[data-layer="1"]{text-decoration-color:#4bb}#supply-chain-root .layer-btn[data-layer="2"]{text-decoration-color:#d66}#supply-chain-root .layer-btn[data-layer="3"]{text-decoration-color:#9b4}#supply-chain-root .layer-btn[data-layer="4"]{text-decoration-color:#e84}#supply-chain-root .layer-btn[data-layer="5"]{text-decoration-color:#59e}#supply-chain-root .layer-btn[data-layer="6"]{text-decoration-color:#f46}#supply-chain-root .layer-btn[data-layer=all]{text-decoration-color:#888}#supply-chain-root .layer-btn.active{color:#ddd}#supply-chain-root .layer-btn:not(.active){color:#444}#supply-chain-root #legend{position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:50;display:flex;flex-wrap:wrap;justify-content:center;gap:14px 24px;font-size:var(--type-base);color:#aaa;max-width:min(1100px,calc(100% - 48px));pointer-events:none;line-height:1.3}#supply-chain-root #legend .legend-item{display:flex;align-items:center;gap:8px;pointer-events:auto;cursor:help;transition:color .15s,opacity .15s}#supply-chain-root #legend .legend-item:hover{color:#f0f0f8}#supply-chain-root #legend .legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}#supply-chain-root #stats{position:absolute;bottom:16px;right:16px;z-index:50;font-size:var(--type-xs);color:#555;font-family:Courier New,Courier,monospace;text-align:right}#supply-chain-root #tooltip{position:absolute;pointer-events:none;background:#101018f2;border:1px solid #3a3a4a;border-radius:6px;padding:12px 16px;font-size:var(--type-sm);color:#ddd;opacity:0;transition:opacity .15s;z-index:200;max-width:320px;box-shadow:0 4px 24px #000000b3;backdrop-filter:blur(8px);line-height:1.4}#supply-chain-root #tooltip.visible{opacity:1}#supply-chain-root #tooltip .tt-name{font-weight:600;color:#fff;font-size:var(--type-base)}#supply-chain-root #tooltip .tt-layer{font-size:var(--type-xs);color:#aaa;margin-top:4px}#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:#ccc;border-radius:4px;cursor:pointer;font-size:var(--type-base);font-weight:500;padding:8px 14px;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:440px;height:100%;background:linear-gradient(180deg,#0e0e14f7,#0a0a10f7);border-left:1px solid #2a2a3a;padding:28px;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:#aaa;width:36px;height:36px;border-radius:4px;cursor:pointer;font-size:var(--type-md);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:var(--type-xl);font-weight:600;color:#fff;margin-bottom:18px;padding-right:48px;line-height:1.25}#supply-chain-root #about-panel h3{font-size:var(--type-xs);font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.08em;margin:22px 0 10px}#supply-chain-root #about-panel p,#supply-chain-root #about-panel li{font-size:var(--type-base);line-height:1.65;color:#c0c0d0}#supply-chain-root #about-panel ul{list-style:none;padding:0}#supply-chain-root #about-panel li{padding:4px 0 4px 20px;position:relative}#supply-chain-root #about-panel li:before{content:"—";position:absolute;left:0;color:#444}#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:var(--type-xs);color:#777}#supply-chain-root #about-panel .explore-more{max-width:none;margin:0;padding:0}#supply-chain-root #about-panel .explore-more-label{display:none}#supply-chain-root #about-panel .explore-more-grid{grid-template-columns:1fr;gap:.5rem}#supply-chain-root #about-panel .explore-more-card{padding:.7rem .85rem}#supply-chain-root #about-panel .explore-more-card:before{content:none}#supply-chain-root #about-panel .explore-more-title{font-size:var(--type-base)}#supply-chain-root #about-panel .explore-more-desc{font-size:var(--type-xs)}#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:#c8d0e0;font-size:var(--type-xs);font-weight:400;line-height:1.5;padding:8px 12px;border-radius:4px;white-space:normal;width:-moz-max-content;width:max-content;max-width:300px;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}#supply-chain-root .search-wrapper{position:relative;margin-bottom:-8px}#supply-chain-root #node-search{width:100%;background:#14141ecc;border:1px solid #2a2a3a;border-radius:4px;padding:9px 32px 9px 12px;font-size:var(--type-base);color:#ddd;outline:none;transition:border-color .15s}#supply-chain-root #node-search::-moz-placeholder{color:#777}#supply-chain-root #node-search::placeholder{color:#777}#supply-chain-root #node-search:focus{border-color:#5a5a7a}#supply-chain-root #search-clear{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:none;border:none;color:#777;cursor:pointer;font-size:var(--type-md);padding:4px 6px;line-height:1}#supply-chain-root #search-clear:hover{color:#aaa}#supply-chain-root .atlas-ring{fill:none;stroke-width:2;opacity:.8;pointer-events:none}#supply-chain-root .atlas-btn.active{color:#ddd}@keyframes pulse-geopolitical{0%{r:10;opacity:.7}50%{r:16;opacity:.2}to{r:10;opacity:.7}}#supply-chain-root .geopolitical-ring{fill:none;stroke:#da4;stroke-width:2;opacity:0;pointer-events:none}#supply-chain-root .geopolitical-ring.visible{opacity:.7;animation:pulse-geopolitical 2.5s ease-in-out infinite}@media(max-width:640px){#supply-chain-root #left-panel{inset:auto 0 0;width:100%;height:auto;max-height:55vh;border-right:none;border-top:1px solid #2a2a3a;border-radius:12px 12px 0 0;padding:10px 16px 20px;transform:translateY(0);z-index:80}#supply-chain-root #left-panel.collapsed{transform:translateY(100%)}#supply-chain-root #left-panel:before{content:"";display:block;width:36px;height:4px;background:#444;border-radius:2px;margin:0 auto 10px;flex-shrink:0}#supply-chain-root #left-panel .panel-close-left{display:none}#supply-chain-root #title-bar h1{font-size:var(--type-lg)}#supply-chain-root .control-group{gap:4px 12px}#supply-chain-root .ctrl-btn{font-size:var(--type-sm)}#supply-chain-root #panel-toggle{top:auto;bottom:16px;left:16px;width:44px;height:44px;font-size:var(--type-xl);z-index:90}#supply-chain-root #left-panel.collapsed~#panel-toggle{display:flex}#supply-chain-root #detail-panel{inset:auto 0 0;width:100%;height:auto;max-height:55vh;border-left:none;border-top:1px solid #2a2a3a;border-radius:12px 12px 0 0;padding:10px 16px 20px;transform:translateY(100%)}#supply-chain-root #detail-panel.open{transform:translateY(0)}#supply-chain-root #detail-panel:before{content:"";display:block;width:36px;height:4px;background:#444;border-radius:2px;margin:0 auto 8px}#supply-chain-root #detail-panel .close-btn{top:8px;right:8px}#supply-chain-root #detail-panel h2{font-size:var(--type-lg);padding-right:44px}#supply-chain-root #detail-panel .description{font-size:var(--type-sm);line-height:1.6;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}#supply-chain-root #detail-panel .description.expanded{-webkit-line-clamp:unset;overflow:visible}#supply-chain-root #detail-panel .read-more-btn{background:none;border:none;color:#68c;font-size:var(--type-xs);cursor:pointer;padding:4px 0;margin-top:6px}#supply-chain-root #about-panel{inset:auto 0 0;width:100%;height:auto;max-height:70vh;border-left:none;border-top:1px solid #2a2a3a;border-radius:12px 12px 0 0;padding:10px 16px 20px;transform:translateY(100%)}#supply-chain-root #about-panel.open{transform:translateY(0)}#supply-chain-root #about-panel:before{content:"";display:block;width:36px;height:4px;background:#444;border-radius:2px;margin:0 auto 8px}#supply-chain-root #about-toggle{top:auto;bottom:16px;right:16px}#supply-chain-root #legend{bottom:72px;left:50%;right:auto;transform:translate(-50%);max-width:calc(100% - 16px);font-size:var(--type-xs);gap:8px 14px}#supply-chain-root #legend .legend-dot{width:10px;height:10px}#supply-chain-root #stats{display:none}#supply-chain-root #tooltip{max-width:240px;font-size:var(--type-xs)}}@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,#supply-chain-root .geopolitical-ring{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}}
