/* A square drawing surface keeps the orthographic Earth circular at any size. */
.globe-panel.interactive-globe{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px 20px 28px;min-height:570px;background:radial-gradient(ellipse at 45% 42%,#242831,#17181d 70%);isolation:isolate}
.interactive-globe .globe-background-word{top:26px;left:28px;font-size:clamp(50px,6.4vw,100px);color:#ffffff09;pointer-events:none;z-index:-1}
.globe-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:0 12px;color:#dddfe7;font-size:12px;letter-spacing:.1em}.globe-heading span:last-child{color:#a8acb7;letter-spacing:0}
.world-globe{position:relative;flex:none;width:min(100%,560px);aspect-ratio:1;touch-action:pan-y;cursor:grab;outline-offset:-10px;user-select:none;-webkit-user-select:none}.world-globe.is-dragging{cursor:grabbing}.world-globe canvas{display:block;width:100%;height:100%;aspect-ratio:1;pointer-events:none}
.world-globe .globe-market{position:absolute;width:44px;height:44px;border:1px solid #b3b7c5;border-radius:50%;transform:translate(-50%,-50%);padding:0;background:#171b24;color:#fff;font:700 12px/1 Manrope,Arial,sans-serif;box-shadow:0 3px 14px #0008;cursor:pointer;z-index:2;transition:background-color .18s,border-color .18s,box-shadow .18s}.globe-market:hover{background:#323846;box-shadow:0 0 0 4px #ffffff22}.globe-market[aria-pressed=true]{background:#c10000;border:2px solid white;box-shadow:0 0 0 5px #c100003d}.globe-market[hidden]{display:none!important}.world-globe:focus-visible{outline:2px solid white;border-radius:50%}
.globe-tools{display:flex;align-items:center;justify-content:center;gap:10px;z-index:2}.globe-tools button{min-height:44px;border:1px solid #5b5e68;border-radius:10px;background:#25272f;color:white;font:600 13px/1.5 Manrope,Arial,sans-serif;padding:9px 16px}.globe-tools button:first-child,.globe-tools button:last-child{width:44px;padding:8px;font-size:22px}.globe-tools button:hover{background:#353842}.globe-tools button:disabled{opacity:.5}
.interactive-globe .globe-caption{position:static;display:flex;align-items:center;align-self:stretch;justify-content:flex-start;margin:4px 12px 0;padding:12px 16px;gap:16px;background:#121318;z-index:1}.interactive-globe .globe-caption>span{font-size:32px}.interactive-globe .globe-caption p{margin:0;font-size:14px;line-height:1.6;color:#e5e5e9}.interactive-globe .map-note{position:static;display:block;text-align:center;color:#c4c7d1;font-size:13px;line-height:1.7;margin:0 8px;max-width:440px}
@media(max-width:900px){.globe-panel.interactive-globe{min-height:0;padding:22px 18px 26px}.world-globe{width:min(100%,490px)}.globe-heading{max-width:490px}.interactive-globe .globe-caption{width:min(calc(100% - 24px),490px);align-self:center}}
@media(max-width:480px){.globe-panel.interactive-globe{padding:18px 8px 22px;gap:10px}.globe-heading{padding:0 14px;font-size:10px;letter-spacing:.06em}.world-globe .globe-market{font-size:11px}.interactive-globe .map-note{font-size:12px;margin:0 14px}.globe-tools{gap:8px}.globe-tools button{font-size:12px;padding:9px 10px}.interactive-globe .globe-caption{margin-top:5px}.interactive-globe .globe-caption>span{font-size:28px}}
@media(prefers-reduced-motion:reduce){.globe-market{transition:none!important}}
