@import url('site-shell-tokens.css');
.agc-map-panel{--map-ink:var(--agc-ink);--map-bg:var(--agc-raised);min-width:0;align-self:start;position:sticky;top:24px;color:var(--map-ink)}
#agc-locations-map{height:510px;width:100%;background:var(--map-blank);color:var(--map-text);border:1px solid var(--map-border);font-family:var(--agc-body);isolation:isolate}
.agc-map-caption{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;font-size:12px;line-height:1.6}
.agc-map-caption p{margin:0;color:var(--agc-ink-soft);max-width:48ch}
.agc-map-caption button,.agc-location-link{display:inline-flex;align-items:center;min-height:44px;padding:8px 12px;border:1px solid var(--map-border);background:var(--map-bg);color:var(--map-ink);font:inherit;text-decoration:none;cursor:pointer}
.agc-map-caption button:hover,.agc-location-link:hover{background:var(--agc-rule)}
.agc-map-caption button:active,.agc-location-link:active{transform:translateY(1px)}
.agc-map-caption button[hidden]{display:none}
.agc-location-link{margin-top:12px;font-size:12px}
#agc-locations-map .leaflet-tile{max-width:none!important;max-height:none!important}
#agc-locations-map .leaflet-control-attribution{font-size:11px;line-height:1.7;background:var(--map-attribution);color:var(--map-text);padding:3px 6px}
#agc-locations-map .leaflet-control-attribution a{color:var(--map-link);text-decoration:underline}
#agc-locations-map .leaflet-control-zoom a{width:44px;height:44px;line-height:44px;background:var(--map-paper);color:var(--map-text)}
#agc-locations-map .leaflet-control-zoom a:hover{background:var(--map-hover)}
#agc-locations-map .leaflet-control-zoom a:active{background:var(--map-active)}
#agc-locations-map .leaflet-popup-content{margin:20px 24px;font-size:14px;line-height:1.5;color:var(--map-text)}
#agc-locations-map .leaflet-popup-content a{display:flex;align-items:center;min-height:44px;color:var(--map-link);text-decoration:underline}
#agc-locations-map .leaflet-popup-close-button{width:44px;height:44px;line-height:44px;color:var(--map-text)}
#agc-locations-map .agc-map-marker{background:none;border:0;display:grid;place-items:center}
.agc-map-marker::after{content:"";width:17px;height:17px;background:var(--map-talk);border:3px solid var(--map-paper);border-radius:50%;box-shadow:0 0 0 1px var(--map-talk)}
.agc-map-marker[data-category=build]::after{background:var(--map-build);box-shadow:0 0 0 1px var(--map-build)}
.agc-map-marker[data-category=show]::after{background:var(--map-show);box-shadow:0 0 0 1px var(--map-show)}
.agc-map-marker:hover::after{transform:scale(1.2)}
.agc-map-marker:active::after{transform:scale(.9)}
.agc-map-marker:focus-visible,.agc-map-caption button:focus-visible,.agc-location-link:focus-visible,#agc-locations-map a:focus-visible{outline:3px solid var(--map-focus);outline-offset:3px}
.speak-card[hidden]{display:none!important}
.map-chips .chip[aria-pressed=true]{background:var(--agc-ink);color:var(--agc-ground)}
.map-chips .chip{min-height:44px}
@media(max-width:768px){.agc-map-panel{position:static}#agc-locations-map{height:400px}.agc-map-caption{flex-direction:column;align-items:start}}
@media(prefers-reduced-motion:reduce){.agc-map-marker::after{transition:none}}
