/* Adventure Map public rebuild — scoped to /map/ */
.adventure-map-app{display:grid;grid-template-columns:minmax(0,1fr)360px;min-height:680px;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#080a0d;box-shadow:var(--shadow)}
.adventure-map-stage{min-width:0;display:flex;flex-direction:column;background:#080a0d}.adventure-map-controls{display:grid;grid-template-columns:minmax(0,2fr)minmax(150px,.75fr)minmax(240px,1fr)auto;gap:16px;align-items:end;padding:16px;background:rgba(17,20,25,.96);border-bottom:1px solid var(--line)}
.adventure-filter-group{min-width:0}.adventure-filter-label{display:block;margin-bottom:8px;color:#89929d;font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.adventure-type-row{display:flex;gap:8px;flex-wrap:wrap}.adventure-filter-button,.adventure-reset-button,.adventure-map-controls select{min-height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#090b0e;color:#f6f7f9;padding:9px 13px;font:inherit;font-weight:800}.adventure-map-controls select{width:100%;font-weight:700;color:#e6e9ed}.adventure-filter-button{cursor:pointer}.adventure-filter-button.active{background:var(--accent);border-color:var(--accent);color:#120b05}.adventure-filter-button:hover,.adventure-filter-button:focus-visible,.adventure-reset-button:hover,.adventure-reset-button:focus-visible,.adventure-map-controls select:focus-visible{outline:2px solid var(--accent-2);outline-offset:2px}.adventure-reset-button{cursor:pointer;border-color:rgba(255,122,24,.58);white-space:nowrap}.adventure-map-canvas{width:100%;min-height:620px;flex:1;z-index:1;background:#090b0e}.adventure-panel{background:linear-gradient(180deg,rgba(17,20,25,.98),rgba(9,11,14,.98));border-left:1px solid var(--line);padding:22px;overflow:auto}.adventure-panel h2{margin:0 0 10px;color:#fff;font-size:1.55rem;line-height:1.08}.adventure-panel h3{margin:20px 0 10px;color:#fff}.adventure-panel p{color:var(--muted)}.adventure-category-pill{display:inline-flex;align-items:center;width:max-content;margin:0 0 14px;padding:5px 10px;border-radius:999px;background:rgba(255,122,24,.14);border:1px solid rgba(255,122,24,.34);color:var(--accent-2);font-size:.78rem;font-weight:900}.adventure-panel-note{padding:13px 14px;border-left:4px solid var(--accent);border-radius:12px;background:rgba(255,122,24,.08)}.adventure-detail-grid{display:grid;gap:0}.adventure-detail-row{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.09)}.adventure-detail-label{color:var(--accent-2);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.adventure-detail-value{margin-top:3px;color:#dce1e7}.adventure-detail-value a{color:var(--accent-2);font-weight:900}.adventure-summary-row .adventure-detail-value{line-height:1.5}.adventure-detail-note{margin-top:16px;padding:14px;border-radius:14px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);color:#cbd1d8;font-size:.88rem;line-height:1.45}.adventure-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:4px 0 16px}.adventure-stats-grid div{padding:13px;border-radius:14px;border:1px solid var(--line);background:#0b0e12}.adventure-stats-grid strong{display:block;color:#fff;font-size:1.3rem;line-height:1}.adventure-stats-grid span{display:block;margin-top:4px;color:var(--muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;font-weight:800}.adventure-legend{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12)}.adventure-legend-section{display:grid;gap:8px;margin-top:12px}.adventure-legend-section>strong{color:#f2f4f6;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.adventure-legend-section div{display:flex;gap:9px;align-items:center;color:#b9c0c8;font-size:.88rem}.adventure-legend-line{display:inline-block;flex:0 0 38px;width:38px;height:0;border-top:5px solid currentColor;border-radius:999px}.adventure-legend-icon{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#11161c;border:1px solid rgba(255,255,255,.16);color:var(--accent-2)}.adventure-legend-icon svg{width:16px;height:16px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#090b0e;color:#fff;border:1px solid rgba(255,255,255,.18)}.leaflet-popup-content{margin:12px 14px}.popup-title{margin:0 0 6px;color:var(--accent-2);font-weight:900}.popup-meta{margin:3px 0;color:#c8ced6}.adventure-poi-div-icon{background:transparent;border:0}.adventure-poi-marker{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#101419;border:2px solid #fff;color:#fff;box-shadow:0 0 0 3px var(--poi-route-colour),0 5px 14px rgba(0,0,0,.58)}.adventure-poi-marker svg{width:20px;height:20px}.adventure-poi-div-icon.is-selected .adventure-poi-marker{width:40px;height:40px;transform:translate(-3px,-3px);box-shadow:0 0 0 4px var(--poi-route-colour),0 0 0 7px rgba(255,255,255,.18),0 8px 18px rgba(0,0,0,.7)}.adventure-map-note{font-size:.84rem;color:#8f98a3;margin-top:12px}.adventure-map-story-list{margin-top:22px}.adventure-map-story-list .story-link{background:linear-gradient(145deg,var(--surface-2),var(--surface))}
@media(max-width:1000px){.adventure-map-app{grid-template-columns:1fr}.adventure-panel{border-left:0;border-top:1px solid var(--line);max-height:none}.adventure-map-controls{grid-template-columns:1fr 1fr}.adventure-map-actions{grid-column:1/-1}.adventure-reset-button{width:100%}.adventure-map-canvas{min-height:560px}}
@media(max-width:680px){.adventure-map-controls{grid-template-columns:1fr}.adventure-type-row{display:grid;grid-template-columns:1fr 1fr}.adventure-filter-button,.adventure-reset-button,.adventure-map-controls select{width:100%}.adventure-map-app{border-radius:18px}.adventure-map-canvas{min-height:470px}.adventure-panel{padding:18px}.adventure-stats-grid{grid-template-columns:1fr 1fr}}
