:root{--globe-ocean-highlight:#88abc0;--globe-ocean:#537a92;--globe-ocean-shadow:#29495f;--globe-land:#d8d7ce;--globe-land-hover:#ece8dc;--globe-border:#17273157;--globe-grid:#ffffff29;--globe-rim:#e0f2fad1}:root[data-theme=dark]{--globe-ocean-highlight:#345e75;--globe-ocean:#1d4056;--globe-ocean-shadow:#0a2232;--globe-land:#667177;--globe-land-hover:#8b969b;--globe-border:#07111794;--globe-grid:#ffffff1a;--globe-rim:#a0cde0ad}.map-panel{box-shadow:var(--shadow);background:var(--panel);overflow:hidden}.globe-toolbar{border-bottom:1px solid var(--line);min-height:58px;color:var(--ink-soft);letter-spacing:.02em;justify-content:space-between;align-items:center;gap:14px;padding:8px 14px 8px 18px;font-size:.76rem;font-weight:650;display:flex}.globe-status-group,.globe-toolbar-right,.globe-key,.globe-actions{align-items:center;display:flex}.globe-status-group{gap:9px;min-width:0}#globeStatus{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.globe-toolbar-right{gap:15px}.globe-key{gap:9px}.globe-key i{background:linear-gradient(90deg,#4176d2,#2cba8a,#f39b20,#f24a2c);border-radius:999px;width:76px;height:7px}.globe-actions{gap:6px}.globe-action{border:1px solid var(--line);background:var(--panel-strong);width:36px;height:36px;color:var(--ink);cursor:pointer;border-radius:10px;place-items:center;padding:0;display:grid}.globe-action:hover:not(:disabled),.globe-action.is-active{border-color:var(--line-strong);background:var(--accent-soft);color:var(--accent-dark)}.globe-action:disabled{opacity:.38;cursor:default}.globe-action svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.globe-stage{touch-action:none;-webkit-user-select:none;user-select:none;background:radial-gradient(circle at 50% 42%, #6a97b221, transparent 39%), linear-gradient(180deg, color-mix(in srgb, var(--panel) 72%, #dce8ee), color-mix(in srgb, var(--panel) 94%, #c7dbe4));cursor:grab;width:100%;height:clamp(560px,68vh,780px);position:relative;overflow:hidden}.globe-stage:active{cursor:grabbing}.globe-stage:focus-visible{outline:3px solid var(--accent);outline-offset:-3px}.globe-svg{width:100%;height:100%;display:block}.globe-atmosphere{fill:#69b1d624;stroke:#88cfee57;stroke-width:10px}.globe-ocean{fill:url(#globeOceanGradient)}.globe-graticule{fill:none;stroke:var(--globe-grid);stroke-width:.75px;vector-effect:non-scaling-stroke;pointer-events:none}.globe-rim{fill:none;stroke:var(--globe-rim);stroke-width:1.5px;vector-effect:non-scaling-stroke;pointer-events:none}.globe-country{fill:var(--country-fill,var(--globe-land));stroke:var(--globe-border);stroke-width:.65px;cursor:pointer;transition:fill .14s,opacity .14s}.globe-country:hover,.globe-country.is-selected{fill:var(--country-fill,var(--globe-land-hover));stroke:var(--accent);stroke-width:1.8px}.globe-country.is-guessed{fill:var(--country-fill);stroke:#ffffffc2;stroke-width:1.2px}.globe-country.is-latest{stroke:var(--ink);stroke-width:2.4px;filter:url(#countryGlow)}.globe-country.is-answer{stroke:#fff;stroke-width:2.8px;filter:url(#countryGlow)}.globe-country-point{cursor:pointer}.globe-country-point.is-hidden{display:none}.globe-point-halo{fill:#0000;stroke:#0000}.globe-point-dot{fill:var(--country-fill,#f1eee3);stroke:#0c1c27b8;stroke-width:1.1px;vector-effect:non-scaling-stroke}.globe-country-point:hover .globe-point-halo,.globe-country-point.is-selected .globe-point-halo{fill:#ff5c352e;stroke:var(--accent);stroke-width:1.4px}.globe-country-point.is-guessed .globe-point-dot{fill:var(--country-fill);stroke:#fff;stroke-width:1.6px}.globe-country-point.is-latest .globe-point-dot,.globe-country-point.is-answer .globe-point-dot{stroke:#fff;stroke-width:2.4px}.globe-zoom{z-index:4;border:1px solid color-mix(in srgb, var(--line) 82%, transparent);background:color-mix(in srgb, var(--panel-strong) 91%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:11px;display:grid;position:absolute;bottom:15px;right:14px;overflow:hidden}.globe-zoom button{width:38px;height:38px;color:var(--ink);cursor:pointer;background:0 0;border:0;font-size:1.2rem}.globe-zoom button+button{border-top:1px solid var(--line)}.globe-zoom button:hover{background:var(--accent-soft)}.globe-hint{z-index:3;border:1px solid color-mix(in srgb, var(--line) 72%, transparent);background:color-mix(in srgb, var(--panel-strong) 83%, transparent);color:var(--ink-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;border-radius:999px;padding:8px 11px;font-size:.69rem;position:absolute;bottom:16px;left:16px}.globe-tooltip{z-index:8;border:1px solid var(--line);background:var(--panel-strong);min-width:150px;max-width:210px;color:var(--ink);pointer-events:none;border-radius:12px;padding:10px 12px;position:absolute;box-shadow:0 12px 34px #1018202e}.globe-tooltip.is-hidden{display:none}.globe-tooltip strong,.globe-tooltip span{display:block}.globe-tooltip strong{font-size:.82rem}.globe-tooltip span{color:var(--ink-soft);margin-top:3px;font-size:.69rem}.globe-selection{z-index:7;border:1px solid color-mix(in srgb, var(--line-strong) 85%, transparent);background:color-mix(in srgb, var(--panel-strong) 92%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:15px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;width:min(440px,100% - 120px);padding:13px 14px 13px 17px;display:grid;position:absolute;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 16px 42px #1018202e}.globe-selection.is-hidden{display:none}.globe-selection strong,.globe-selection span{display:block}.globe-selection strong{font-size:.9rem}.globe-selection span{color:var(--ink-soft);margin-top:3px;font-size:.71rem}.globe-selection-use{background:var(--ink);min-height:38px;color:var(--bg);cursor:pointer;border:0;border-radius:10px;padding:0 14px;font-size:.75rem;font-weight:750}.globe-selection-use:disabled{opacity:.5;cursor:default}.globe-selection-close{border:1px solid var(--line);background:var(--panel-strong);width:28px;height:28px;color:var(--ink-soft);cursor:pointer;border-radius:50%;place-items:center;display:grid;position:absolute;top:-10px;right:-10px}body.globe-expanded{overflow:hidden}.map-panel.is-globe-expanded{inset:max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));z-index:200;background:var(--panel);border-radius:22px;flex-direction:column;display:flex;position:fixed}.map-panel.is-globe-expanded .globe-stage{flex:1;height:auto;min-height:0}.game-layout{grid-template-columns:minmax(0,2.15fr) minmax(320px,.8fr)}@media (width<=980px){.game-layout{grid-template-columns:1fr}}@media (width<=680px){.game-heading{padding-bottom:18px}.game-heading h1{font-size:clamp(2rem,10vw,3rem)}.game-heading>div>p:last-child{max-width:36rem}.globe-toolbar{min-height:52px;padding:7px 9px 7px 13px}.globe-toolbar-right{gap:7px}.globe-key{display:none}.globe-action{width:34px;height:34px}.globe-stage{height:max(490px,64vh);min-height:490px}.globe-selection{grid-template-columns:1fr;gap:9px;width:calc(100% - 82px);bottom:18px}.globe-selection-use{width:100%}.globe-hint{bottom:10px;left:10px}.globe-zoom{bottom:9px;right:9px}.map-panel.is-globe-expanded{border-radius:18px}}
