#hud #minimap{pointer-events:auto;cursor:pointer;touch-action:manipulation;outline-offset:4px}
#hud #minimap:focus-visible{outline:2px solid #e4c789}
#world-map-dialog{box-sizing:border-box;width:min(1100px,calc(100vw - 40px));max-width:none;height:min(790px,calc(100dvh - 40px));max-height:none;padding:20px;border:1px solid #49605a;border-radius:22px;overflow:hidden;color:#f1f3e9;background:#18292d;box-shadow:0 24px 100px #0008}
#world-map-dialog[open]{display:flex;flex-direction:column;gap:12px}
#world-map-dialog::backdrop{background:#0b161cc9}
#world-map-dialog *{box-sizing:border-box}
#world-map-dialog button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:44px;height:44px;margin:0;padding:0 13px;flex-shrink:0;border:1px solid #50615a;border-radius:12px;background:#263a3d;color:#eef0dd;font-size:14px;cursor:pointer;box-shadow:none;touch-action:manipulation}
#world-map-dialog button img{filter:brightness(0) invert(.92);pointer-events:none}
#world-map-dialog button:hover{background:#354a49}
#world-map-dialog button[aria-pressed="true"]{background:#32534b;color:#a8f3d7;border-color:#6da28d}
#world-map-dialog button:disabled{opacity:.35;cursor:default}
#world-map-dialog :focus-visible{outline:2px solid #e4c789;outline-offset:2px}
#world-map-dialog button[hidden]{display:none}
#world-map-dialog .map-header{display:flex;align-items:center;justify-content:space-between;margin:0;padding:0;border:0;background:none}
#world-map-dialog h2{margin:2px 0 0;font-size:24px;line-height:1.2;color:#f1f3e9}
.map-eyebrow{font-size:10px;letter-spacing:2px;color:#afc0b6}
.map-tools{display:flex;align-items:center;gap:8px;flex:none}
.map-destination{flex:1;min-width:80px;margin:0}
#world-map-dialog select{height:44px;width:100%;margin:0;padding:0 30px 0 12px;color:#e6eadb;background:#263a3d;border:1px solid #50615a;border-radius:12px;font:inherit;font-size:14px;text-overflow:ellipsis}
.map-zoom{display:flex;align-items:center;gap:4px}
.map-zoom output{min-width:45px;text-align:center;font-size:12px;font-variant-numeric:tabular-nums;color:#bdcfc4}
.map-surface{position:relative;flex:1;min-height:80px;border:1px solid #526459;border-radius:14px;overflow:hidden;background:#19353d}
#world-map-canvas{display:block;width:100%;height:100%;touch-action:none;cursor:grab}
#world-map-canvas:active{cursor:grabbing}
.map-compass{position:absolute;top:13px;right:15px;display:flex;flex-direction:column;align-items:center;font-size:24px;line-height:1.1;color:#edf4db;text-shadow:0 1px 4px #112e32;pointer-events:none}
.map-compass b{font-size:12px}
.map-legend{position:absolute;left:12px;bottom:12px;display:flex;flex-wrap:wrap;gap:10px;padding:7px 10px;background:#172e32e8;border-radius:8px;font-size:11px;color:#dce9d9;pointer-events:none}
.map-legend span::before{content:'';display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#efce91}
.map-legend .map-key-self::before{background:#92ffe2}
.map-legend .map-key-player::before{background:#efadb8}
.map-legend .map-key-car::before{border-radius:0;background:#edc17a}
.map-scale{position:absolute;bottom:14px;right:15px;display:flex;flex-direction:column;align-items:center;gap:3px;color:#edf4dc;text-shadow:0 1px 4px #12272b;font-size:11px;pointer-events:none}
.map-scale i{display:block;border:solid #edf4dc;border-width:0 2px 2px;height:5px}
.map-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;flex:none;min-height:44px}
.map-location{display:flex;flex-direction:column;gap:4px;min-width:0}
.map-location strong{font-size:13px;font-weight:600}
#map-coordinates{font-size:12px;color:#9fc2b2;font-variant-numeric:tabular-nums}
.map-target{display:flex;align-items:center;gap:10px;max-width:48%;font-size:12px;color:#e4c789}
#world-map-dialog [data-map="clear"]{border:none;background:transparent;padding:0}
#map-instructions{margin:0;color:#91aaa0;font-size:11px;flex:none}
#world-map-dialog .sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(max-height:540px),(max-width:700px){
 #world-map-dialog{width:calc(100vw - max(16px,env(safe-area-inset-left)) - max(16px,env(safe-area-inset-right)));height:calc(100dvh - 16px);padding:10px 12px;border-radius:15px}
 #world-map-dialog[open]{gap:7px}
 #world-map-dialog .map-header{height:44px}
 #world-map-dialog h2{font-size:18px;margin:0}
 .map-eyebrow{display:none}
 #world-map-dialog .map-header button{height:44px}
 #world-map-dialog button{font-size:12px;padding:0 10px;border-radius:10px}
 #world-map-dialog select{font-size:12px}
 .map-tools{gap:6px}
 .map-zoom output{min-width:34px}
 .map-footer{min-height:36px;gap:8px}
 .map-location strong{font-size:11px}
 #map-coordinates,.map-target{font-size:10px}
 #map-instructions{display:none}
 .map-legend{bottom:7px;left:7px;gap:7px;padding:5px 7px;font-size:9px}
 .map-scale{bottom:9px;right:9px;font-size:9px}
}
@media(max-width:700px){#world-map-dialog [data-map="fit"] span{display:none}.map-zoom output{display:none}.map-tools{gap:5px}.map-target{max-width:42%}}

#world-map-dialog button[data-hud-icon]::before{display:none}
