/* v1.5.2 public strategic map links */
.strategic-map-shell{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start}.strategic-map-stage{position:relative;overflow:auto;border:1px solid var(--border,rgba(217,178,106,.2));background:#050607;min-height:620px}.strategic-map-inner{position:relative!important;width:100%!important;min-width:900px;aspect-ratio:var(--map-aspect,1/1);background:#050607;overflow:hidden}.strategic-map-img,.strategic-map-custom-layer{position:absolute;inset:0;width:100%;height:100%;object-fit:fill;user-select:none;pointer-events:none}.strategic-map-img{z-index:1}.strategic-map-custom-layer{z-index:2}.strategic-map-svg{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;z-index:3!important;background:transparent!important;pointer-events:none}.strategic-link-line{pointer-events:stroke;stroke:#fff;stroke-width:3;stroke-linecap:round;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 4px rgba(255,255,255,.85))}.strategic-map-hex-outline{pointer-events:none;fill:none;stroke:rgba(255,214,128,.48);stroke-width:1.2;vector-effect:non-scaling-stroke}.strategic-map-hex{pointer-events:all!important;stroke:rgba(255,214,128,.62);stroke-width:1.25;vector-effect:non-scaling-stroke;cursor:pointer}.strategic-map-hex:hover{stroke:#fff!important;stroke-width:2.6!important;filter:brightness(1.35)}.strategic-map-hex.supply-node{filter:drop-shadow(0 0 6px rgba(255,255,255,.85))}.strategic-map-hex.safe-zone{stroke:#00ffff!important;stroke-width:2.2!important}.strategic-map-hex.home-base{stroke:#fff!important;stroke-width:3!important}.legend-row{display:flex;align-items:center;gap:10px;margin:8px 0}.legend-swatch{width:18px;height:18px;border:1px solid rgba(255,255,255,.4)}.hex-info-panel{position:static!important}.hex-info-panel dl{display:grid;grid-template-columns:120px 1fr;gap:8px 12px}.hex-info-panel dd{margin:0}.layer-toggle-list{display:grid;gap:7px}.layer-toggle-list label{display:flex;align-items:center;gap:8px}.hex-detail-popup{position:absolute;z-index:60;display:none;min-width:220px;max-width:320px;background:rgba(8,16,28,.96);border:1px solid rgba(255,255,255,.35);box-shadow:0 12px 28px rgba(0,0,0,.45);border-radius:10px;padding:10px;color:#f4f7fb;pointer-events:none;font-size:.86rem}.hex-detail-popup h3{font-size:1rem;margin:0 0 6px}.hex-detail-popup dl{display:grid;grid-template-columns:90px 1fr;gap:3px 8px;margin:0}.hex-detail-popup dt{color:#9fb0c8}.hex-detail-popup dd{margin:0}@media(max-width:1100px){.strategic-map-shell{grid-template-columns:1fr}}