#world-map-panel{position:absolute;right:18px;top:68px;width:250px;z-index:25;pointer-events:auto;color:#e9e7ce;border:1px solid #9b865c;border-radius:4px 15px 4px 15px;background:linear-gradient(135deg,rgba(21,39,43,.97),rgba(10,23,31,.97));box-shadow:0 10px 32px #0006,inset 0 0 0 3px #d9bd7910;overflow:hidden;text-shadow:0 1px 2px #000;font-size:11px}
#world-map-panel[hidden],#world-map-body[hidden]{display:none!important}
#world-map-handle{display:flex;align-items:center;gap:8px;padding:10px 10px 9px;cursor:grab;touch-action:none;user-select:none;border-bottom:1px solid #dec3862a;outline-offset:-3px}
#world-map-panel.dragging #world-map-handle{cursor:grabbing}
.world-map-emblem{font-size:26px;color:#d8bf84}.world-map-emblem+div{min-width:0;flex:1;display:grid;gap:3px}
#world-map-handle small{font:8px Georgia,serif;letter-spacing:.2em;color:#8cbfb6}#world-map-title{font:600 12px "Yu Mincho",serif;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#f5e4b8}
#world-map-handle button{width:22px;height:24px;flex-shrink:0;padding:0;border:1px solid #d7ba7538;border-radius:3px;background:#06171a80;color:#e6cf92;font-size:15px;line-height:20px}
#world-map-handle button:hover{border-color:#e9cf93;background:#41564b}
#world-map-body{padding:0 12px 10px;max-height:calc(100vh - 134px);overflow-y:auto;scrollbar-width:thin}
.world-map-modes{display:flex;gap:5px;padding:9px 0 8px}.world-map-modes button{flex:1;padding:5px 6px;background:#0b2029;border:1px solid #48696466;border-radius:3px;color:#91aeb0;font-size:11px}.world-map-modes button[aria-pressed="true"]{border-color:#c4ab71;color:#ffecba;background:linear-gradient(#6d634055,#41594a77);box-shadow:inset 0 0 10px #efd49c0c}.world-map-modes small{margin-left:3px;font-size:9px;color:#a9c2b7}
.world-map-surface{position:relative;border:1px solid #78928555;box-shadow:inset 0 0 12px #0008;border-radius:3px;overflow:hidden;background:#0a1a20}
#world-map-canvas{display:block;width:100%;aspect-ratio:1;height:auto;touch-action:none}#world-map-canvas[data-can-move="true"]{cursor:crosshair}
.world-map-north{position:absolute;top:7px;right:9px;text-align:center;font:10px Georgia,serif;color:#e5d5a6;line-height:12px;pointer-events:none}
.world-map-location{display:flex;justify-content:space-between;align-items:center;gap:5px;margin-top:9px;line-height:15px}.world-map-location strong{font-size:10px;font-weight:500;color:#ede0b5}.world-map-location span{font-size:9px;color:#8fb6b3;white-space:nowrap;font-variant-numeric:tabular-nums}
.world-map-legend{display:flex;align-items:center;gap:5px;margin:6px 0;color:#a2b8b6;font-size:9px}.world-map-legend i{width:5px;height:5px;display:inline-block;border-radius:50%;margin-left:6px}.world-map-legend i:first-child{margin-left:0}.world-map-legend .self{background:#ffe3a0}.world-map-legend .exit{background:#71d6ef;border-radius:0;transform:rotate(45deg)}.world-map-legend .npc{background:#8fe0b2}
#world-map-hint{display:block;font-size:9px;color:#7faaa9;line-height:14px}
#world-map-help{margin-top:7px;border-top:1px solid #c8b37624;padding-top:5px}#world-map-help summary{cursor:pointer;color:#b2b799;font-size:9px;user-select:none}
#world-map-help .help{position:static;display:grid;width:auto;margin-top:6px;padding:6px;gap:3px;border:0;box-shadow:none;border-radius:3px;background:#05171d66;font-size:10px}
@media(max-width:900px){#world-map-panel{right:10px;top:54px;width:226px}#world-map-handle{gap:5px;padding:8px}#world-map-body{padding:0 10px 8px;max-height:calc(100vh - 114px)}}
