.agm-globe-module{--ink-900:#0a0d0c;--ink-400:#5a6360;--ink-300:#8a918e;--ink-200:#b8bdbb;--ink-100:#dee1e0;--ink-000:#fafaf9;--paper:#fff;--green-600:#1e9a48;--fg1:var(--ink-900);--fg3:var(--ink-400);--fg4:var(--ink-300);--fg-on-inverse:var(--ink-000);--accent:var(--green-600);--border:var(--ink-100);--border-strong:var(--ink-200);--font-sans:"Neue Montreal","Helvetica Neue",Helvetica,Arial,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,"SF Mono",Menlo,Consolas,monospace;--fs-micro:11px;--fs-xs:13px;--fw-medium:500;--ls-label:0.08em;--ls-wide:0.14em;--radius-xs:2px;--dur-base:180ms;--ease-standard:cubic-bezier(0.2,0.0,0.2,1);--agm-scale:1;display:flex;justify-content:center;line-height:1.55;margin:0 auto;-webkit-font-smoothing:antialiased;overflow:hidden}.agm-globe-module .agm-stage-wrap{height:calc(600px*var(--agm-scale));max-width:100%;position:relative;width:calc(600px*var(--agm-scale))}.agm-globe-module .agm-stage{background:#e1e4e2;display:grid;height:600px;left:0;place-items:center;position:absolute;top:0;transform:scale(var(--agm-scale));transform-origin:top left;user-select:none;-webkit-user-select:none;width:600px}.agm-globe-module .agm-stage:before{border:1px solid var(--border);content:"";inset:16px;pointer-events:none;position:absolute}.agm-globe-module .agm-corner{color:var(--fg3);font-family:var(--font-sans);font-size:var(--fs-micro);font-weight:var(--fw-medium);letter-spacing:var(--ls-label);position:absolute;text-transform:uppercase;z-index:5}.agm-globe-module .agm-corner.tl{left:32px;top:28px}.agm-globe-module .agm-corner.bl{bottom:28px;left:32px}.agm-globe-module .agm-corner .num{color:var(--accent);font-family:var(--font-mono)}.agm-globe-module .agm-corner .sep{background:var(--border-strong);display:inline-block;height:1px;margin:0 8px 2px;vertical-align:middle;width:18px}.agm-globe-module .agm-globe{cursor:grab;height:460px;position:relative;touch-action:pan-y;width:460px;z-index:2}.agm-globe-module .agm-globe.dragging{cursor:grabbing}.agm-globe-module .agm-globe svg{display:block}.agm-globe-module .agm-whirl{inset:0;pointer-events:none;position:absolute}.agm-globe-module .agm-whirl svg{height:100%;inset:0;overflow:visible;position:absolute;width:100%}.agm-globe-module .agm-whirl .ring{fill:none;stroke:var(--ink-900)}.agm-globe-module .agm-whirl .ring-soft{fill:none;stroke:var(--ink-300)}.agm-globe-module .agm-spin-cw{animation:agm-spin 38s linear infinite;transform-origin:50% 50%}.agm-globe-module .agm-spin-ccw{animation:agm-spin 60s linear infinite reverse;transform-origin:50% 50%}.agm-globe-module .agm-spin-cw-slow{animation:agm-spin 120s linear infinite;transform-origin:50% 50%}.agm-globe-module .agm-spin-ccw-fast{animation:agm-spin 24s linear infinite reverse;transform-origin:50% 50%}@keyframes agm-spin{to{transform:rotate(1turn)}}.agm-globe-module .agm-ticks line{stroke:var(--ink-900)}.agm-globe-module .agm-ticks line.minor{stroke:var(--ink-300)}.agm-globe-module .agm-compass{inset:0;pointer-events:none;position:absolute}.agm-globe-module .agm-compass span{color:var(--fg1);font-family:var(--font-sans);font-size:10px;font-weight:var(--fw-medium);letter-spacing:var(--ls-wide);position:absolute;transform:translate(-50%,-50%)}.agm-globe-module .agm-compass .n{left:50%;top:8px}.agm-globe-module .agm-compass .s{left:50%;top:calc(100% - 8px)}.agm-globe-module .agm-compass .e{left:calc(100% - 10px);top:50%}.agm-globe-module .agm-compass .w{left:10px;top:50%}.agm-globe-module .agm-tip{background:var(--ink-900);border-radius:var(--radius-xs);color:var(--fg-on-inverse);font-family:var(--font-sans);font-size:var(--fs-micro);font-weight:var(--fw-medium);letter-spacing:var(--ls-label);opacity:0;padding:6px 10px;pointer-events:none;position:absolute;text-transform:uppercase;transform:translate(-50%,calc(-100% - 12px));transition:opacity var(--dur-base) var(--ease-standard);white-space:nowrap;z-index:10}.agm-globe-module .agm-tip:after{background:var(--ink-900);bottom:-3px;content:"";height:6px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);width:6px}.agm-globe-module .agm-tip.show{opacity:1}.agm-globe-module .agm-readout{bottom:56px;color:var(--fg3);display:flex;font-family:var(--font-mono);font-size:var(--fs-xs);gap:18px;left:50%;letter-spacing:.04em;position:absolute;transform:translateX(-50%);z-index:4}.agm-globe-module .agm-readout .k{color:var(--fg4);margin-right:6px}.agm-globe-module .agm-readout .v{color:var(--fg1)}.agm-globe-module .agm-readout .live{animation:agm-live 1.6s var(--ease-standard) infinite;background:var(--accent);border-radius:50%;display:inline-block;height:6px;margin-right:8px;transform:translateY(-1px);vertical-align:middle;width:6px}@keyframes agm-live{0%{box-shadow:0 0 0 0 rgba(30,154,72,.5)}70%{box-shadow:0 0 0 6px rgba(30,154,72,0)}to{box-shadow:0 0 0 0 rgba(30,154,72,0)}}.agm-globe-module .agm-loader{background:var(--border);bottom:92px;height:1px;left:50%;overflow:hidden;position:absolute;transform:translateX(-50%);width:220px;z-index:4}.agm-globe-module .agm-loader:after{animation:agm-slide 2.6s var(--ease-standard) infinite;background:var(--accent);content:"";inset:0;position:absolute;width:35%}@keyframes agm-slide{0%{transform:translateX(-100%)}to{transform:translateX(386%)}}.agm-globe-module .sphere-fill{fill:#e1e4e2}.agm-globe-module .sphere-stroke{fill:none;stroke:var(--ink-900);stroke-width:1}.agm-globe-module .graticule{fill:none;stroke:var(--ink-100);stroke-width:.6}.agm-globe-module .equator,.agm-globe-module .meridian{fill:none;opacity:.55;stroke:var(--accent);stroke-dasharray:2 3;stroke-width:.9}.agm-globe-module .land{fill:var(--ink-900);stroke:none}.agm-globe-module .pin .dot{fill:var(--ink-900);stroke:var(--paper);stroke-width:.8}.agm-globe-module .pin .halo{fill:none;opacity:.6;stroke:var(--accent);stroke-width:.8}.agm-globe-module .pin .pulse{animation:agm-pulse 2.6s var(--ease-standard) infinite;transform-box:fill-box;transform-origin:center}.agm-globe-module .pin.back .dot{fill:none;opacity:.5;stroke:var(--ink-300);stroke-width:.8}.agm-globe-module .pin.back .halo{display:none}.agm-globe-module .pin:hover .dot{fill:var(--accent);stroke:var(--paper)}.agm-globe-module .pin:hover .halo{opacity:1;stroke:var(--accent);stroke-width:1.2}@keyframes agm-pulse{0%{opacity:.55;r:2.5}to{opacity:0;r:11}}@media (max-width:640px){.agm-globe-module{--agm-scale:0.72}}@media (max-width:480px){.agm-globe-module{--agm-scale:0.58}}@media (max-width:380px){.agm-globe-module{--agm-scale:0.46}}