#mapViewport>#mapPins { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; pointer-events: none; }
#mapPins .map-pin { position: absolute; left: 0; top: 0; width: 40px; height: 46px; margin: -46px 0 0 -20px; padding: 2px; border: 0; background: transparent; transform-origin: center bottom; filter: none; box-shadow: none; transition: none; }
#mapPins .map-pin::after { display: block; width: 7px; height: 7px; left: 16px; bottom: 2px; background: currentColor; border: 1px solid #0c0c0e; z-index: -1; }
#mapPins .map-pin-face { display: grid; place-items: center; width: 36px; height: 36px; padding: 3px; border: 2px solid currentColor; border-radius: 11px; background: #151517; box-shadow: 0 3px 7px #0009,inset 0 0 0 2px #0007; font: 700 16px Inter,sans-serif; overflow: hidden; transition: background .12s; }
#mapPins .map-pin-face img { border-radius: 6px; }
#mapPins .map-pin:hover,#mapPins .map-pin:focus-visible,#mapPins .map-pin.active { z-index: 5; }
#mapPins .map-pin:hover .map-pin-face,#mapPins .map-pin.active .map-pin-face { background: #37322b; box-shadow: 0 0 0 3px #efddbd66,0 4px 10px #0008; }
#mapPins .map-pin-label { position: absolute; left: 50%; bottom: 53px; transform: translateX(-50%); display: none; width: max-content; max-width: 200px; height: auto; padding: 7px 10px; background: #171719; color: var(--text); border: 1px solid #8c7758; border-radius: 4px; font: 500 11px/1.4 Inter,sans-serif; overflow: visible; overflow-wrap: anywhere; pointer-events: none; }
#mapPins .map-pin:hover .map-pin-label,#mapPins .map-pin:focus-visible .map-pin-label,#mapPins .map-pin.active .map-pin-label { display: block; }
#mapPins .map-cluster .map-pin-face { border-radius: 50%; border-style: double; border-width: 4px; width: 40px; height: 40px; padding: 4px; }
.map-cluster-count { position: absolute; right: -9px; top: -5px; min-width: 24px; padding: 4px 5px; border: 2px solid #161618; border-radius: 8px; background: #dec8a6; color: #181511; font: 800 11px Inter,sans-serif; }
.map-cluster-panel { position: absolute; left: 14px; bottom: 44px; z-index: 8; width: min(330px,calc(100% - 28px)); border: 1px solid #887354; border-radius: 6px; background: #171719; box-shadow: 0 12px 40px #0008; cursor: default; }
.map-cluster-panel>header { display: flex; align-items: center; justify-content: space-between; padding: 15px; border-bottom: 1px solid var(--line); }
.map-cluster-panel header small { display: block; color: var(--bronze); font-size: 9px; letter-spacing: 1px; margin-bottom: 5px; }
.map-cluster-panel header strong { font: 600 24px 'Barlow Condensed',sans-serif; }
.map-cluster-panel>div { max-height: min(300px,40vh); overflow: auto; }
.map-cluster-panel>div>button { display: grid; grid-template-columns: 32px minmax(0,1fr) auto; gap: 12px; width: 100%; padding: 14px; border: 0; border-bottom: 1px solid var(--line); background: none; text-align: left; color: var(--text); }
.map-cluster-panel>div>button:hover { background: #2c2721; }
.map-cluster-panel button strong { display: block; font-size: 12px; overflow-wrap: anywhere; }
.map-cluster-panel button small { display: block; color: var(--muted); font-size: 10px; margin-top: 5px; }
.pin-list .pin-item { content-visibility: auto; contain-intrinsic-size: auto 72px; }
.pin-list-more { display: block; width: calc(100% - 24px); margin: 12px; }
.map-controls { z-index: 5; }
.map-meta,.map-tip { pointer-events: none; z-index: 4; }
@media(prefers-reduced-motion:reduce) { #mapPins .map-pin-face { transition: none; } }
