.world-map-shell{position:relative}.world-map,#world-map{width:100%;height:68vh;min-height:320px;border-radius:12px;background-color:#aad3df;overflow:hidden}.world-map-module{overflow:hidden;height:auto !important;padding:0 !important}.world-map-module .world-map-shell,.world-map-module .world-map{border-radius:0}.world-map-shell--home .world-map,.world-map-shell--dashboard .world-map,.world-map-shell--nation .world-map{height:280px;min-height:220px;border-radius:0}.world-map-shell--dashboard .world-map--nation-island{background-color:#e8ece9}html[data-theme="dark"] .world-map-shell--dashboard .world-map--nation-island{background-color:var(--panel-dark-bg, #232323)}.world-map--nation-island .world-map-empty{display:flex;align-items:center;justify-content:center;height:100%;margin:0;padding:1.25rem;text-align:center;color:#6b7280;font-size:0.95rem}html[data-theme="dark"] .world-map--nation-island .world-map-empty{color:#9ca3af}@media (max-width: 600px){.world-map-shell--home .world-map,.world-map-shell--dashboard .world-map,.world-map-shell--nation .world-map{height:240px;min-height:200px}}.world-map-zoom-hint{position:absolute;left:0.65rem;bottom:0.5rem;z-index:450;margin:0;padding:0;border:0;background:none;color:rgba(0,0,0,0.72);font-size:0.7rem;line-height:1.2;pointer-events:none;text-shadow:0 0 3px rgba(255,255,255,0.9),0 1px 2px rgba(255,255,255,0.7);user-select:none}html[data-theme="dark"] .world-map-zoom-hint{color:rgba(255,255,255,0.78);text-shadow:0 0 3px rgba(0,0,0,0.85),0 1px 2px rgba(0,0,0,0.6)}@media (pointer: coarse),(hover: none){.world-map-zoom-hint{display:none}}.world-map-controls{position:absolute;top:0.65rem;right:0.65rem;z-index:500;display:flex;flex-direction:column;gap:0.5rem;align-items:flex-end}.world-map-menu{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:2px solid rgba(0,0,0,0.2);border-radius:8px;background:#fff;box-shadow:0 1px 5px rgba(0,0,0,0.35);cursor:pointer;appearance:none;-webkit-appearance:none;font-size:1.05rem;line-height:1}.world-map-menu:hover,.world-map-menu:focus{background:#f4f4f4;outline:none}.world-map-options{position:relative}.world-map-options__panel{position:absolute;top:calc(100% + 0.35rem);right:0;z-index:520;width:15.5rem;max-width:calc(100vw - 2rem);padding:0.65rem 0.75rem 0.55rem;background:#fff;border:1px solid rgba(0,0,0,0.15);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,0.14);text-align:left}.world-map-options__panel[hidden]{display:none !important}.world-map-options__panel.is-open{display:block}.world-map-options__heading{margin:0 0 0.4rem;font-size:0.72rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;color:#6b7280}.world-map-options__modes{display:flex;flex-direction:column;gap:0.15rem}.world-map-options__mode{display:flex;align-items:center;gap:0.45rem;margin:0;padding:0.35rem 0.4rem;border-radius:8px;cursor:pointer;font-size:0.9rem;font-weight:600}.world-map-options__mode:hover{background:#f5f5f5}.world-map-options__mode input{margin:0}.world-map-options__legend{margin-top:0.45rem;padding-top:0.45rem;border-top:1px solid rgba(0,0,0,0.08);display:flex;flex-direction:column;gap:0.3rem}.world-map-options__legend-row{display:flex;align-items:center;gap:0.4rem;font-size:0.78rem;color:#374151}.world-map-options__swatch{flex-shrink:0;width:0.85rem;height:0.85rem;border-radius:3px;border:1px solid rgba(0,0,0,0.2)}.world-map-options__swatch--striped{background-image:repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(255,255,255,0.55) 2px, rgba(255,255,255,0.55) 4px)}.world-map-options__legend-note{margin:0.15rem 0 0;font-size:0.72rem;color:#6b7280;line-height:1.35}.world-map-options__footer{margin-top:0.55rem;padding-top:0.5rem;border-top:1px solid rgba(0,0,0,0.08)}.world-map-options__action{display:block;width:100%;padding:0.5rem 0.65rem;border-radius:8px;background:#2e8b57;color:#fff !important;font-size:0.88rem;font-weight:700;text-align:center;text-decoration:none}.world-map-options__action:hover{filter:brightness(1.05);text-decoration:none}.world-map-options__action--danger{background:var(--red, #c0392b)}.world-map-options__note{margin:0;font-size:0.78rem;color:#6b7280;text-align:center}.world-map-legend{position:absolute;left:3.25rem;top:0.65rem;z-index:450;max-width:12.5rem;max-height:calc(100% - 1.5rem);overflow-y:auto;padding:0.4rem 0.5rem 0.45rem;border-radius:8px;background:rgba(255,255,255,0.92);border:1px solid rgba(0,0,0,0.12);box-shadow:0 1px 4px rgba(0,0,0,0.18);font-size:0.72rem;line-height:1.3;pointer-events:auto}.world-map-legend__chrome{display:flex;align-items:center;gap:0.35rem;margin-bottom:0.25rem}.world-map-legend__title{flex:1;min-width:0;margin:0;font-weight:700;color:#374151}.world-map-legend__toggle{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;padding:0;border:1px solid rgba(0,0,0,0.15);border-radius:4px;background:#fff;color:#374151;font-size:0.95rem;font-weight:700;line-height:1;cursor:pointer}.world-map-legend__toggle:hover,.world-map-legend__toggle:focus{background:#f3f4f6;outline:none}.world-map-legend.is-minimized .world-map-legend__chrome{margin-bottom:0}.world-map-legend.is-minimized .world-map-legend__body{display:none}.world-map-legend__row{display:flex;align-items:center;gap:0.35rem;margin-top:0.2rem;color:#4b5563}.world-map-legend__note{margin:0.35rem 0 0;font-size:0.68rem;color:#6b7280;line-height:1.35}a.world-map-open{text-decoration:none;color:inherit;font-size:1.15rem;font-weight:600;line-height:1}a.world-map-open:hover,a.world-map-open:focus{color:inherit;text-decoration:none}.world-map-menu.is-active{border-color:#2e8b57;box-shadow:0 0 0 2px rgba(46,139,87,0.35)}.world-details-body{text-align:left;padding-top:0}.world-details-nations{max-height:18rem;overflow-y:auto;-webkit-overflow-scrolling:touch;border:1px solid rgba(0,0,0,0.1);border-radius:10px;background:#fff}.world-details-nation{display:flex;align-items:center;gap:0.45rem;padding:0.55rem 0.75rem;border-bottom:1px solid rgba(0,0,0,0.06);color:inherit;text-decoration:none}.world-details-nation:last-child{border-bottom:0}.world-details-nation:hover{background:#f5f5f5}.world-details-nation__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.world-details-nation__you,.world-details-nation__alliance{flex-shrink:0;font-size:0.8em}.map-popup__meta{opacity:0.75}.world-map .map-popup__nation,#world-map .map-popup__nation{color:inherit;text-decoration:underline;text-underline-offset:2px;font-weight:600}.world-map .map-popup__nation:hover,.world-map .map-popup__nation:focus,#world-map .map-popup__nation:hover,#world-map .map-popup__nation:focus{color:#2563eb}html[data-theme="dark"] .world-map .map-popup__nation:hover,html[data-theme="dark"] .world-map .map-popup__nation:focus,html[data-theme="dark"] #world-map .map-popup__nation:hover,html[data-theme="dark"] #world-map .map-popup__nation:focus{color:#7dd3fc}.world-map .leaflet-pane,#world-map .leaflet-pane{z-index:1}.world-map .leaflet-capitals-pane,#world-map .leaflet-capitals-pane{z-index:2}.world-map .leaflet-tooltip-pane,#world-map .leaflet-tooltip-pane{z-index:3}.world-map .leaflet-popup-pane,#world-map .leaflet-popup-pane{z-index:4}.world-map .leaflet-control,#world-map .leaflet-control{z-index:5}.world-map .leaflet-interactive:focus,#world-map .leaflet-interactive:focus{outline:none}html[data-theme="dark"] .world-map,html[data-theme="dark"] #world-map{background-color:#0f1c28}html[data-theme="dark"] .world-map-menu{background:#2a2f36;border-color:rgba(255,255,255,0.18);box-shadow:0 1px 4px rgba(0,0,0,0.45)}html[data-theme="dark"] .world-map-menu:hover,html[data-theme="dark"] .world-map-menu:focus{background:#3a414a}html[data-theme="dark"] .world-map-menu.is-active{border-color:#58b98a;box-shadow:0 0 0 2px rgba(88,185,138,0.3)}html[data-theme="dark"] .world-map-options__panel{background:#2a2a2a;border-color:rgba(255,255,255,0.12);box-shadow:0 8px 24px rgba(0,0,0,0.35)}html[data-theme="dark"] .world-map-options__heading,html[data-theme="dark"] .world-map-options__legend-note,html[data-theme="dark"] .world-map-options__note{color:#9aa3af}html[data-theme="dark"] .world-map-options__mode{color:#eee}html[data-theme="dark"] .world-map-options__mode:hover{background:#333}html[data-theme="dark"] .world-map-options__legend,html[data-theme="dark"] .world-map-options__footer{border-top-color:rgba(255,255,255,0.1)}html[data-theme="dark"] .world-map-options__legend-row{color:#d1d5db}html[data-theme="dark"] .world-map-legend{background:rgba(34,40,49,0.94);border-color:rgba(255,255,255,0.12)}html[data-theme="dark"] .world-map-legend__title{color:#e5e7eb}html[data-theme="dark"] .world-map-legend__row{color:#9ca3af}html[data-theme="dark"] .world-map-legend__note{color:#9aa3af}html[data-theme="dark"] .world-map-legend__toggle{background:#2a2f36;border-color:rgba(255,255,255,0.18);color:#e5e7eb}html[data-theme="dark"] .world-map-legend__toggle:hover,html[data-theme="dark"] .world-map-legend__toggle:focus{background:#3a414a}html[data-theme="dark"] .world-details-nations{background:#2a2a2a;border-color:rgba(255,255,255,0.12)}html[data-theme="dark"] .world-details-nation{border-bottom-color:rgba(255,255,255,0.08);color:#eee}html[data-theme="dark"] .world-details-nation:hover{background:#333}html[data-theme="dark"] .world-map .leaflet-tooltip,html[data-theme="dark"] #world-map .leaflet-tooltip{background-color:#222831;border-color:#444;color:#eee}html[data-theme="dark"] .world-map .leaflet-bar,html[data-theme="dark"] #world-map .leaflet-bar{border-color:rgba(255,255,255,0.18) !important;box-shadow:0 1px 4px rgba(0,0,0,0.45)}html[data-theme="dark"] .world-map .leaflet-bar a,html[data-theme="dark"] .world-map .leaflet-bar a:hover,html[data-theme="dark"] .world-map .leaflet-bar a:focus,html[data-theme="dark"] .world-map .leaflet-bar a:visited,html[data-theme="dark"] #world-map .leaflet-bar a,html[data-theme="dark"] #world-map .leaflet-bar a:hover,html[data-theme="dark"] #world-map .leaflet-bar a:focus,html[data-theme="dark"] #world-map .leaflet-bar a:visited{background-color:#2a2f36 !important;border-bottom-color:rgba(255,255,255,0.14) !important;color:#f2f4f7 !important;-webkit-text-fill-color:#f2f4f7 !important}html[data-theme="dark"] .world-map .leaflet-bar a:hover,html[data-theme="dark"] .world-map .leaflet-bar a:focus,html[data-theme="dark"] #world-map .leaflet-bar a:hover,html[data-theme="dark"] #world-map .leaflet-bar a:focus{background-color:#3a414a !important}html[data-theme="dark"] .world-map .leaflet-bar a.leaflet-disabled,html[data-theme="dark"] #world-map .leaflet-bar a.leaflet-disabled{background-color:#23272d !important;color:#6b7280 !important;-webkit-text-fill-color:#6b7280 !important}html[data-theme="dark"] .world-map .leaflet-popup-content-wrapper,html[data-theme="dark"] .world-map .leaflet-popup-tip,html[data-theme="dark"] #world-map .leaflet-popup-content-wrapper,html[data-theme="dark"] #world-map .leaflet-popup-tip{background:#222831;color:#eee;box-shadow:0 3px 14px rgba(0,0,0,0.45)}html[data-theme="dark"] .world-map .leaflet-container a.leaflet-popup-close-button,html[data-theme="dark"] .world-map .leaflet-container a.leaflet-popup-close-button:hover,html[data-theme="dark"] .world-map .leaflet-container a.leaflet-popup-close-button:focus,html[data-theme="dark"] #world-map .leaflet-container a.leaflet-popup-close-button,html[data-theme="dark"] #world-map .leaflet-container a.leaflet-popup-close-button:hover,html[data-theme="dark"] #world-map .leaflet-container a.leaflet-popup-close-button:focus{color:#c5cad3 !important;-webkit-text-fill-color:#c5cad3 !important}html[data-theme="dark"] .world-map .leaflet-popup-content,html[data-theme="dark"] .world-map .leaflet-popup-content strong,html[data-theme="dark"] .world-map .leaflet-popup-content span,html[data-theme="dark"] #world-map .leaflet-popup-content,html[data-theme="dark"] #world-map .leaflet-popup-content strong,html[data-theme="dark"] #world-map .leaflet-popup-content span{color:#eee}html[data-theme="dark"] .world-map .map-popup__meta,html[data-theme="dark"] #world-map .map-popup__meta{color:#9aa3af;opacity:1}
