/* Gemeinsame Karten- und Archivauswahl, ohne Änderungen an Reisedaten. */
.map-workspace { margin:28px 0 0; padding:28px; border:1px solid #cfdbd3; border-radius:24px; background:#f8faf6; color:#254638; box-shadow:0 15px 45px #1d42300a; }
.map-workspace-heading,.map-list-heading { display:flex; justify-content:space-between; align-items:center; gap:20px; }
.map-workspace h2 { font-size:32px; margin:6px 0 10px; }
.map-workspace-heading a { color:#315c49; font-size:14px; }
#mapInventory { font-size:14px; color:#62766a; margin:8px 0; }
.map-shared-filters { display:grid; grid-template-columns:minmax(200px,2fr) 1fr 1fr auto; align-items:end; gap:12px; margin-top:24px; }
.map-shared-filters label { display:grid; gap:7px; font-size:12px; font-weight:600; color:#476254; }
.map-shared-filters input,.map-shared-filters select { width:100%; min-height:46px; border:1px solid #bfcec2; background:#fff; border-radius:10px; padding:10px 12px; color:#254638; font:inherit; font-size:14px; }
.map-workspace button:not(.leaflet-control-zoom-in):not(.leaflet-control-zoom-out) { cursor:pointer; }
#mapReset,#mapFit,#mapListMore,#mapListAll { min-height:44px; border:1px solid #b7cabe; border-radius:10px; padding:10px 14px; background:#eef4ee; color:#315c49; font-size:12px; }
.map-selection-summary { font-size:13px; color:#496959; margin:18px 0; }
.map-workspace .map-shell { position:relative; height:auto; min-height:0; border-radius:16px; display:flex; flex-direction:column; overflow:hidden; background:#e6eee6; margin:0; }
.map-workspace .map-toolbar,.map-workspace .map-toolbar.is-docked { order:-1; position:static!important; display:flex; flex-wrap:wrap; align-items:center; gap:8px; padding:12px; width:auto; transform:none; border:0; border-radius:0; background:#fffef9; box-shadow:none; }
.map-workspace .map-toolbar .map-mode { min-height:42px; padding:10px 15px; border:1px solid #ccdbce; border-radius:24px; background:transparent; color:#365d49; font-size:12px; }
.map-workspace .map-toolbar .map-mode.active { color:#fff; background:#365d49; border-color:#365d49; }
.map-workspace .map-toolbar label { color:#476254; letter-spacing:0; text-transform:none; font-size:12px; }
.map-workspace .map-toolbar select { background:#eef4ee; color:#315c49; border:1px solid #b7cabe; border-radius:8px; min-height:36px; }
.map-route-switch { display:flex; align-items:center; gap:5px; }
.map-route-switch input { accent-color:#365d49; width:17px; height:17px; }
.map-workspace .world-map { height:510px; min-height:510px; position:relative; inset:auto; width:100%; }
.map-workspace .globe-canvas { position:relative; inset:auto; height:510px; width:100%; background:#112b26; }
.map-workspace [hidden] { display:none!important; }
.map-workspace .map-insights { position:static; display:flex; flex-wrap:wrap; gap:24px; padding:17px 20px; background:#fffef9; border:0; border-radius:0; box-shadow:none; color:#476254; }
.map-workspace .map-insights strong { color:#284d3c; }
.map-workspace .map-note { position:static; padding:12px 20px; color:#466353; background:#edf3ec; font-size:11px; letter-spacing:0; }
.map-workspace .map-credit { position:static; padding:7px 20px; color:#62766a; background:#edf3ec; font-size:10px; }
.map-workspace .map-experience-start { top:135px; left:16px; right:auto; bottom:auto; background:#fffefa; color:#315c49; }
.map-workspace .place-preview { top:150px; bottom:120px; max-height:390px; }
.map-list-panel { margin-top:22px; }
.map-list-heading h3 { margin:0; font-size:19px; }
.map-list-heading p { color:#64766a; font-size:12px; }
.map-trip-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin:15px 0; }
.map-trip-row { display:flex; align-items:center; gap:12px; width:100%; min-width:0; padding:10px; text-align:left; border:1px solid #d8e2d8; border-radius:12px; background:#fffefa; color:#274b3a; }
.map-trip-row:hover { border-color:#6f9880; background:#eef5eb; }
.map-trip-row img { width:56px; height:56px; object-fit:cover; border-radius:8px; flex-shrink:0; }
.map-trip-row > span:first-of-type { flex:1; min-width:0; }
.map-trip-row b { display:block; font-size:12px; line-height:1.4; }
.map-trip-row small { display:block; margin-top:4px; font-size:10px; color:#65796a; line-height:1.5; }
.atlas-cluster { background:none; border:0; }
.atlas-cluster > span { display:grid; place-items:center; width:40px; height:40px; border-radius:50%; background:#315f48; color:white; border:3px solid #fffef5; font:700 13px/1 system-ui; box-shadow:0 3px 12px #17382140; }
.atlas-cluster > span.single { background:#ba754a; font-size:28px; }
.map-empty { grid-column:1/-1; color:#526c5b; line-height:1.6; }
.map-workspace :focus-visible { outline:3px solid #d18e55; outline-offset:3px; }
[data-theme="dark"] .map-workspace { background:#172c23; border-color:#425d4d; color:#e2ecdf; }
[data-theme="dark"] .map-workspace h2,[data-theme="dark"] .map-list-heading h3 { color:#e2ecdf; }
@media(max-width:850px) { .map-shared-filters { grid-template-columns:1fr 1fr; }.map-trip-list { grid-template-columns:repeat(2,minmax(0,1fr)); }.map-workspace { padding:18px; } }
@media(max-width:550px) { .map-workspace { padding:12px; border-radius:16px; }.map-workspace-heading { align-items:start; }.map-workspace h2 { font-size:26px; }.map-workspace-heading a { font-size:12px; }.map-shared-filters { gap:10px; }.map-shared-filters label:first-child { grid-column:1/-1; }#mapReset { grid-column:1/-1; }.map-trip-list { grid-template-columns:1fr; }.map-workspace .world-map,.map-workspace .globe-canvas { min-height:380px; height:380px; }.map-workspace .map-toolbar { gap:6px; padding:10px; }.map-workspace .map-toolbar .map-mode { padding:8px 11px; }.map-workspace .map-insights { gap:12px; padding:14px; }.map-workspace .map-experience-start { top:200px; }.map-workspace .place-preview { left:10px; right:10px; width:auto; top:220px; }.map-list-heading { align-items:start; } }
