.explorer-view-bar{display:flex;align-items:center;gap:18px;margin-bottom:18px}.view-switch{display:inline-flex;background:var(--wash);border-radius:7px;padding:4px;gap:3px}.view-switch button{display:flex;align-items:center;justify-content:center;gap:8px;padding:7px 21px;min-height:40px;border-radius:4px;font-size:13px;font-weight:600}.view-switch button[aria-pressed=true]{background:var(--paper);box-shadow:0 1px 4px #142e3b20}.view-switch svg{width:17px;height:17px}.view-hint{font-size:12px;color:var(--muted)}.map-compare{width:100%;margin-top:4px;font-size:12px;background:var(--wash);border-color:transparent}
.map-mode .exploration-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.map-mode .explorer-view-bar{margin:0}.map-mode .browse-bar{display:flex;justify-content:flex-end;margin:0;min-height:44px}.map-mode .view-hint{display:none}.map-mode .settings{display:none}.map-workspace{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:27px;align-items:start}.map-column{min-width:0}.map-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;font-size:12px}.map-saved-filter{display:flex;align-items:center;gap:9px;min-height:34px;cursor:pointer}.map-saved-filter input{width:17px;height:17px;accent-color:var(--accent)}.map-toolbar .text-button{min-height:34px}.map-frame{position:relative;border:1px solid var(--line);border-radius:10px;overflow:hidden;isolation:isolate}.map-frame:focus-within{outline:2px solid var(--accent);outline-offset:2px}#explorer-map{height:660px;max-height:calc(100dvh - 205px);min-height:430px;background:#e2eced;z-index:0;font-family:var(--body)}.map-footnote{display:flex;justify-content:space-between;flex-wrap:wrap;gap:9px 20px;font-size:10px;color:var(--muted);margin-top:11px}.map-footnote>span:first-child{display:flex;align-items:center;gap:6px}.map-legend-photo{width:12px;height:12px;border-radius:3px;background:var(--accent);display:inline-block}.map-legend-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);display:inline-block;margin-left:12px}.map-guide-panel{padding-top:0;min-width:0}.map-card-photo{position:relative;border-radius:7px;overflow:hidden;margin-bottom:15px}.map-card-photo>img{height:190px;width:100%}.map-card-photo>button{position:absolute;right:9px;bottom:9px;min-height:28px;font-size:10px;padding:5px 9px;border-radius:3px;background:#142e3bd9;color:#fff}.map-card-context{font-size:11px;color:var(--muted);margin-bottom:6px}.map-card-heading{font:32px/1.1 var(--display);letter-spacing:-.6px}.map-card-character{font-size:13px;margin:9px 0;color:var(--ink)}.map-card-description{font-size:12px;color:var(--muted);line-height:1.6;margin:9px 0 13px}.map-card-actions{display:flex;flex-wrap:wrap;gap:8px}.map-card-actions .secondary,.map-card-actions .primary{font-size:12px;padding:8px 10px;flex:1;min-height:44px}.map-card-actions svg{width:17px;height:17px}.map-card-links{display:flex;justify-content:space-between;gap:14px;align-items:center;margin:5px 0}.map-card-links a,.map-card-links button{font-size:11px;min-height:34px}.map-card-count{font-size:10px;color:var(--muted);line-height:1.6;margin-top:10px}.map-card-count button{font-size:10px;min-height:24px;text-decoration:underline;padding:0}.map-card-directory{padding:19px;background:var(--wash);border-radius:6px;margin-bottom:16px;font-size:12px;color:var(--muted)}.map-results-head{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:20px;margin-top:20px;gap:12px}.map-results-head h2{font-size:13px;font-weight:600}.map-results-head>span{font-size:11px;color:var(--muted)}.map-results{max-height:232px;overflow:auto;overscroll-behavior:contain;margin:8px -4px 0;padding:4px}.map-result{width:100%;display:flex;align-items:center;gap:12px;padding:9px 8px;min-height:58px;text-align:left;border-radius:5px}.map-result[aria-pressed=true]{background:var(--wash)}.map-result:hover{background:var(--soft)}.map-result img{width:44px;height:40px;border-radius:3px}.map-result>span:first-child{flex:1;min-width:0}.map-result strong{display:block;font-size:12px;font-weight:600}.map-result small{display:block;font-size:10px;color:var(--muted)}.map-result-saved{font-size:10px;color:var(--accent);margin-left:auto}.map-empty{font-size:12px;color:var(--muted);padding:17px 0}.map-error{position:absolute;top:12px;left:12px;right:12px;z-index:900;border:1px solid var(--line);border-radius:5px;box-shadow:var(--shadow);padding:12px;background:var(--paper);font-size:12px;color:var(--ink);max-width:420px}.map-error a{display:inline-block;margin-top:5px}
/* Keep map-provider graphics isolated from the Explorer's image and SVG rules. */
#explorer-map .gm-style img{max-width:none;object-fit:initial}#explorer-map .gm-style svg{width:auto;height:auto;flex:initial;fill:initial;stroke:initial;stroke-width:initial}#explorer-map gmp-advanced-marker:focus-visible{outline:3px solid #142e3b;outline-offset:5px}

.explorer-marker{position:relative;width:30px;height:30px;display:flex;align-items:center;justify-content:center;overflow:visible;color:#142e3b}.explorer-marker .place-dot{width:15px;height:15px;background:#0b7189;border:3px solid #fff;border-radius:50%;box-shadow:0 1px 5px #142e3b50}.explorer-marker.photo-marker{width:46px;height:46px}.explorer-marker.photo-marker>img{width:44px;height:44px;object-fit:cover;border-radius:8px;border:3px solid white;box-shadow:0 3px 9px #142e3b50}.explorer-marker.selected>img{border-color:#0b7189;box-shadow:0 0 0 3px #fff,0 3px 12px #142e3b70}.explorer-marker.selected .place-dot{width:23px;height:23px;border:4px solid #0b7189;background:white}.map-marker-name{position:absolute;left:50%;top:calc(100% + 6px);transform:translateX(-50%);padding:4px 9px;white-space:nowrap;border-radius:4px;background:#fff;box-shadow:0 2px 9px #142e3b30;font-size:12px;font-weight:600;color:#142e3b}.marker-saved{position:absolute;right:-3px;top:-5px;border:2px solid #fff;border-radius:50%;width:19px;height:19px;line-height:15px;text-align:center;background:#0b7189;color:#fff;font-size:11px}.explorer-cluster{width:44px;height:44px;display:grid;place-items:center;border:3px solid #fff;border-radius:50%;background:#142e3b;color:white;box-shadow:0 2px 9px #142e3b40;font-size:13px;font-weight:600}.explorer-tooltip{font:12px var(--body);color:#142e3b;background:white;border:0;border-radius:4px;padding:6px 9px}
@media(max-width:1150px){.map-workspace{grid-template-columns:minmax(0,1fr) 300px;gap:20px}.map-card-photo>img{height:166px}.map-card-heading{font-size:29px}.map-footnote{font-size:9px}#explorer-map{height:610px;max-height:none}}
@media(max-width:800px){.map-workspace{grid-template-columns:minmax(0,1fr);gap:23px}.map-guide-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:min-content auto;column-gap:25px}.map-guide-panel #map-place-card{grid-column:1;grid-row:1/3}.map-guide-panel .map-results-head{grid-column:2;grid-row:1}.map-guide-panel .map-results,.map-guide-panel .map-empty{grid-column:2;grid-row:2;align-self:start}.map-results-head{margin-top:0;padding-top:0;border-top:0;align-self:start}.map-results{max-height:430px}.map-empty{align-self:start}.map-card-photo>img{height:175px}#explorer-map{height:410px;min-height:360px;max-height:none}.view-hint{font-size:11px}}
@media(max-width:520px){.explorer-view-bar{margin-bottom:15px;gap:12px}.view-hint{font-size:10px;max-width:160px}.view-switch button{font-size:12px;padding:6px 14px;min-height:40px}.view-switch svg{width:15px}.map-mode .exploration-controls{margin-bottom:14px}.map-mode .budget-label{gap:6px}.map-mode .budget-label>select{font-size:11px;max-width:110px;padding-left:8px;padding-right:23px}.map-mode .budget-label{font-size:0}.map-toolbar{font-size:11px;margin-bottom:10px}.map-saved-filter{min-height:44px}.map-toolbar .text-button{min-height:44px}.map-workspace{gap:23px}#explorer-map{height:365px;min-height:365px}.map-footnote{font-size:9px;gap:5px}.map-guide-panel{display:block}.map-card-photo>img{height:195px}.map-card-heading{font-size:32px}.map-card-description{font-size:13px}.map-card-actions .primary,.map-card-actions .secondary{font-size:12px}.map-results-head{border-top:1px solid var(--line);padding-top:19px;margin-top:20px}.map-results{max-height:275px}.map-error{font-size:11px;padding:10px;top:8px;left:8px;right:8px}.map-frame{border-radius:7px}}
