.worldmap-header,.travel-status{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem}.worldmap-header h1{margin:.2rem 0}.worldmap-header form{min-width:260px}.travel-status{align-items:center;padding:.8rem 1rem;border:1px solid var(--border);border-radius:12px;background:var(--panel)}.worldmap-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:1rem}.worldmap-shell{position:relative;min-width:0;border:1px solid #80643e;border-radius:16px;overflow:hidden;background:#15110c;box-shadow:var(--shadow)}.worldmap-viewport{height:min(72vh,760px);min-height:480px;overflow:hidden;cursor:grab;touch-action:none}.worldmap-viewport:active{cursor:grabbing}.worldmap-stage{position:relative;width:100%;aspect-ratio:3/2;transform-origin:0 0;will-change:transform}.worldmap-stage>img{display:block;width:100%;height:100%;object-fit:cover;user-select:none}.worldmap-controls{position:absolute;z-index:20;top:.8rem;left:.8rem;display:flex;align-items:center;gap:.35rem;padding:.35rem;border-radius:10px;background:#111c;border:1px solid #fff3}.worldmap-controls button{width:38px;height:38px;padding:0;font-size:1.3rem}.worldmap-controls output{min-width:62px;text-align:center;font-size:.8rem}.map-marker{position:absolute;z-index:3;left:var(--x);top:var(--y);transform:translate(-50%,-50%);display:grid;justify-items:center;padding:0;background:transparent;color:#fff;filter:drop-shadow(0 2px 3px #000);border:0}.map-marker>span{width:15px;height:15px;border:3px solid #fff;border-radius:50%;background:#ef4444;box-shadow:0 0 0 4px #8b1f1fcc}.map-marker small{margin-top:.35rem;padding:.1rem .35rem;border-radius:5px;background:#160e08d9;color:#fff;font-size:10px;font-weight:800;white-space:nowrap}.map-marker:hover,.map-marker.selected{z-index:8}.map-marker:hover>span,.map-marker.selected>span{background:#facc15;box-shadow:0 0 0 5px #fde68a88;transform:scale(1.25)}.map-marker.current>span{background:#22c55e;box-shadow:0 0 0 5px #86efac99}.map-marker.locked{opacity:.55}.location-panel{position:sticky;top:90px;align-self:start}.location-panel dl{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.location-panel dl div{padding:.7rem;background:#101720;border-radius:9px}.location-panel dt{font-size:.75rem;color:var(--muted)}.location-panel dd{margin:0;font-weight:800}.location-panel form button{width:100%}.map-help{color:var(--muted);font-size:.9rem}@media(max-width:900px){.worldmap-layout{grid-template-columns:1fr}.location-panel{position:static}.worldmap-header,.travel-status{align-items:stretch;flex-direction:column}.worldmap-viewport{min-height:380px;height:60vh}.map-marker small{font-size:8px}}
