@import url("https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:#f5f0e8;background-image:linear-gradient(rgba(0,0,0,.05) 1px,transparent 0),linear-gradient(90deg,rgba(0,0,0,.05) 1px,transparent 0);background-size:24px 24px;color:#2d3748;overflow:hidden}#visualization{width:100vw;height:100vh}svg{display:block}.link{stroke:#94a3b8;stroke-opacity:.35;fill:none}.link.highlighted{stroke:#d97706;stroke-opacity:1;stroke-width:2px}.node circle{stroke:#fff;stroke-width:1.5px;cursor:pointer;transition:stroke-width .2s}.node circle:hover{stroke-width:3px}.node.highlighted circle{stroke:#d97706;stroke-width:3px}.node text{font-size:9px;fill:#334155;pointer-events:none;text-anchor:middle}.node.highlighted text{fill:#d97706;font-weight:700}#controls{position:absolute;top:20px;left:20px;background:hsla(0,0%,100%,.95);padding:20px;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.1);min-width:220px;border:1px solid #e2e8f0}#controls h2{font-size:16px;color:#1e293b;border-bottom:1px solid #e2e8f0;padding-bottom:10px}#controls h2,.control-group{margin-bottom:15px}.control-group label{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569;cursor:pointer}.control-group input[type=checkbox]{width:16px;height:16px;accent-color:#4299e1}.control-group input[type=range]{width:100%;margin-top:8px;accent-color:#4299e1}.control-group span{font-size:12px;color:#64748b}button{width:100%;padding:10px;margin-top:5px;background:#f1f5f9;color:#334155;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;font-size:13px;transition:background .2s}button:hover{background:#e2e8f0}#legend{position:absolute;bottom:20px;left:20px;background:hsla(0,0%,100%,.95);padding:15px 20px;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.1);border:1px solid #e2e8f0}#legend h3{font-size:13px;margin-bottom:10px;color:#64748b}.legend-item{display:flex;align-items:center;gap:8px;font-size:12px;margin-bottom:5px;color:#334155}.legend-dot{width:12px;height:12px;border-radius:50%}#tooltip{position:absolute;background:hsla(0,0%,100%,.98);padding:12px 16px;border-radius:8px;font-size:12px;pointer-events:none;opacity:0;transition:opacity .2s;box-shadow:0 4px 15px rgba(0,0,0,.12);border:1px solid #e2e8f0;max-width:280px;z-index:1000}#tooltip.visible{opacity:1}#tooltip .country-name{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:8px}#tooltip .detail{color:#475569;margin-bottom:4px}#tooltip .value{color:#16a34a;font-weight:500}#insights{position:absolute;bottom:20px;right:20px;background:hsla(0,0%,100%,.95);padding:15px 20px;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.1);border:1px solid #e2e8f0;max-width:320px;z-index:10}#insights h3{font-size:13px;color:#1e293b;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.insights-arrow{font-size:12px;color:#64748b}.insights-content{margin-top:12px}.insight-item{font-size:12px;color:#475569;padding:6px 0 6px 10px;margin-bottom:6px;border-left:3px solid #4299e1;line-height:1.4}.insight-item:last-child{margin-bottom:0}#stats{position:absolute;top:20px;right:20px;background:hsla(0,0%,100%,.95);padding:15px 20px;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.1);border:1px solid #e2e8f0;font-size:12px;color:#64748b}#stats .stat-value{font-size:20px;font-weight:600;color:#1e293b}.loading{display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;font-size:18px;color:#64748b}.globe-container{width:100vw;height:100vh;position:relative;background:transparent}.globe-nav{position:absolute;top:20px;left:20px;background:hsla(0,0%,100%,.95);padding:12px 20px;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.1);border:1px solid #e2e8f0;font-size:14px;z-index:10}.globe-nav a{color:#4299e1;text-decoration:none;transition:color .2s}.globe-nav a:hover{color:#63b3ed}.nav-separator{margin:0 12px;color:#cbd5e1}.nav-current{color:#1e293b;font-weight:600}.trade-toggle{position:absolute;top:70px;left:20px;display:flex;gap:0;z-index:10}.trade-toggle-btn{width:auto;padding:8px 16px;margin-top:0;background:rgba(26,32,44,.95);color:#a0aec0;border:1px solid #2d3748;cursor:pointer;font-size:13px;font-weight:500;transition:background .2s,color .2s}.trade-toggle-btn:first-child{border-radius:8px 0 0 8px}.trade-toggle-btn:not(:last-child){border-right:none}.trade-toggle-btn:not(:first-child):not(:last-child){border-radius:0}.trade-toggle-btn:last-child{border-radius:0 8px 8px 0}.trade-toggle-btn:hover{background:rgba(45,55,72,.95)}.trade-toggle-btn.active{background:rgba(66,153,225,.3);color:#63b3ed;border-color:#4299e1}.trade-toggle-btn.active+.trade-toggle-btn{border-left-color:#4299e1}.globe-tooltip{right:20px;font-family:Patrick Hand,cursive;background-color:#fdf6e3;background-image:repeating-linear-gradient(transparent,transparent 29px,#c9dbe6 0,#c9dbe6 30px);background-position:0 14px;padding:14px 24px 20px;border-radius:3px;box-shadow:2px 3px 12px rgba(0,0,0,.18),0 0 0 1px rgba(0,0,0,.04);border:none;max-width:min(360px,calc(100vw - 50px));max-height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden;font-size:18px;line-height:30px;color:#1a1a2e;transform:rotate(-.6deg)}.globe-tooltip,.top-nav{position:absolute;top:20px;z-index:10}.top-nav{left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:16px;background:rgba(26,32,44,.92);padding:8px 20px;border-radius:30px;box-shadow:0 4px 20px rgba(0,0,0,.3);border:1px solid #2d3748}.top-nav-center{text-align:center;min-width:140px}.top-nav-country{font-family:Patrick Hand,cursive;font-size:22px;color:#e2e8f0;line-height:1.2}.top-nav-source{font-size:11px;color:#718096;letter-spacing:.02em}.country-nav-btn{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;color:#a0aec0;background:hsla(0,0%,100%,.08);border:1px solid #4a5568;border-radius:20px;padding:4px 16px;margin-top:0;width:auto;cursor:pointer;transition:background .15s,color .15s;line-height:20px;flex-shrink:0}.country-nav-btn:hover{background:hsla(0,0%,100%,.15);color:#e2e8f0}.globe-tooltip .country-name{font-size:28px;color:#0d0d1a;margin-bottom:0;line-height:30px;text-decoration:underline;-webkit-text-decoration-color:#c9dbe6;text-decoration-color:#c9dbe6;text-underline-offset:4px}.globe-tooltip .detail{color:#1a1a2e;margin-bottom:2px}.globe-tooltip .value{color:#1b6e20}.globe-tooltip .balance-section-header{color:#0d0d1a}.globe-tooltip .trade-surplus{color:#1b6e20}.globe-tooltip .trade-deficit{color:#b71c1c}.country-insights{margin-top:10px;padding-top:8px;border-top:1.5px dashed #a09888}.country-insights-title{font-family:Patrick Hand,cursive;font-size:17px;color:#2a5f8a;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;line-height:28px}.country-insight-item{font-size:17px;color:#222240;padding:0 0 0 12px;margin-bottom:0;border-left:2.5px solid #2a5f8a;line-height:30px}.country-insight-item:last-child{margin-bottom:0}.globe-legend{position:absolute;bottom:80px;left:20px;background:rgba(26,32,44,.95);padding:12px 16px;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.3);border:1px solid #2d3748;z-index:10;min-width:160px}.globe-legend-title{font-size:12px;font-weight:600;color:#a0aec0;margin-bottom:8px}.globe-legend-bar{height:10px;border-radius:5px;background:linear-gradient(90deg,#22c55e,#eab308,#ef4444)}.globe-legend-labels{display:flex;justify-content:space-between;margin-top:4px;font-size:11px;color:#a0aec0}.globe-legend-items{display:flex;flex-direction:column;gap:6px}.globe-legend-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#e2e8f0}.globe-legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.balance-section-header{font-weight:600}.trade-deficit{color:#ef4444;font-weight:500}.trade-surplus{color:#68d391;font-weight:500}.globe-instructions{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);background:rgba(26,32,44,.85);padding:10px 24px;border-radius:20px;border:1px solid #2d3748;font-size:13px;color:#a0aec0;z-index:10}.site-link{position:absolute;top:20px;left:20px;font-family:Patrick Hand,cursive;font-size:18px;color:#4a5568;text-decoration:none;z-index:10;transition:color .2s}.site-link:hover{color:#2d3748}.sheet-handle{display:none}.sheet-handle-bar{width:36px;height:4px;border-radius:2px;background:#a09888}@media (max-width:768px){#__next,body,html{overflow:hidden;height:100vh;height:100dvh;width:100vw;position:fixed;top:0;left:0}.site-link{display:none}.top-nav{top:10px;gap:6px;padding:6px 10px;max-width:calc(100vw - 20px)}.top-nav-country{font-size:16px}.top-nav-source{font-size:9px}.top-nav-center{min-width:80px}.country-nav-btn{font-size:11px;padding:3px 10px}.globe-tooltip{position:fixed!important;top:auto!important;right:0!important;bottom:0!important;left:0!important;max-width:100vw;width:100vw;max-height:45vh;max-height:45dvh;border-radius:14px 14px 0 0;padding:6px 16px 24px;font-size:14px;line-height:24px;transform:translateY(0);box-shadow:0 -4px 24px rgba(0,0,0,.25);z-index:100;overflow-y:auto;-webkit-overflow-scrolling:touch;transition:transform .3s ease;will-change:transform}.globe-tooltip.sheet-collapsed{overflow-y:hidden}.sheet-handle{display:flex;justify-content:center;padding:8px 0 6px;cursor:-webkit-grab;cursor:grab;touch-action:none}.sheet-handle-bar{width:40px;height:5px;border-radius:3px;background:#b0a898;opacity:.8}.globe-tooltip .country-name{font-size:20px;line-height:24px}.globe-tooltip .detail{font-size:13px;line-height:22px}.country-insights{margin-top:6px;padding-top:6px}.country-insights-title{font-size:13px;line-height:22px}.country-insight-item{font-size:12px;line-height:20px}.globe-legend{bottom:auto;top:52px;left:10px;padding:6px 10px;min-width:auto}.globe-legend-title{font-size:10px;margin-bottom:3px}.globe-legend-item{font-size:10px}.globe-legend-dot{width:8px;height:8px}.globe-instructions{display:none}}