:root{--background: #f6f5f0;--background-alt: #edebe2;--surface: #ffffff;--surface-glass: rgba(255, 255, 255, .88);--surface-subtle: #f3f1e9;--surface-hover: #eae7dc;--text-primary: #1b2620;--text-secondary: #4a574f;--text-muted: #79877f;--text-inverse: #ffffff;--border: #dfdbcf;--border-light: #ece9df;--border-strong: #c2bcae;--accent: #2c683b;--accent-hover: #22522e;--accent-light: #eaf3ec;--accent-subtle: rgba(44, 104, 59, .12);--accent-ring: rgba(44, 104, 59, .35);--accent-stone: #685b4b;--badge-gold: #c5861b;--badge-blue: #1f6fb2;--badge-road: #f3b730;--shadow-xs: 0 1px 2px rgba(27, 38, 32, .05);--shadow-sm: 0 2px 6px rgba(27, 38, 32, .06);--shadow-md: 0 6px 18px rgba(27, 38, 32, .08);--shadow-lg: 0 16px 36px rgba(27, 38, 32, .12);--shadow-card: 0 20px 48px -12px rgba(27, 38, 32, .18);--shadow-glow: 0 0 24px rgba(44, 104, 59, .3);--radius-xs: 4px;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 9999px;--ease-editorial: cubic-bezier(.16, 1, .3, 1);--ease-bounce: cubic-bezier(.34, 1.56, .64, 1);--transition-fast: .16s var(--ease-editorial);--transition-normal: .32s var(--ease-editorial);--transition-slow: .48s var(--ease-editorial);--header-height: 68px;--panel-width: 440px;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-sans);color:var(--text-primary);background-color:var(--background);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;transition:background-color var(--transition-normal),color var(--transition-normal)}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none;outline:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.app-container{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden;background:var(--background)}.app-header{height:var(--header-height);background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;z-index:100;box-shadow:var(--shadow-xs);flex-shrink:0}.brand-section{display:flex;align-items:center;gap:.85rem}.brand-icon{width:38px;height:38px;border-radius:var(--radius-sm);background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--border-light)}.brand-icon.brand-logo{width:42px;height:48px;background:transparent;border:none;border-radius:0;padding:0;overflow:visible}.brand-logo-img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(27,38,32,.14));transition:transform var(--transition-fast)}.brand-logo-img:hover{transform:scale(1.06)}.brand-titles{display:flex;flex-direction:column}.brand-title{font-size:1.05rem;font-weight:700;letter-spacing:.03em;color:var(--text-primary);line-height:1.2;text-transform:uppercase}.brand-subtitle{font-size:.72rem;font-weight:600;color:var(--accent);letter-spacing:.08em;text-transform:uppercase}.brand-sponsor{font-size:.68rem;font-weight:500;color:var(--text-muted);letter-spacing:.01em;line-height:1.2;margin-top:1px}.header-center{display:flex;align-items:center;gap:.5rem}.filter-pills{display:flex;align-items:center;gap:.35rem;background:var(--surface-subtle);padding:.25rem;border-radius:var(--radius-full);border:1px solid var(--border-light)}.filter-pill{padding:.35rem .85rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:500;color:var(--text-secondary);transition:all var(--transition-fast)}.filter-pill:hover{color:var(--text-primary);background:#0000000a}.filter-pill.is-active{background:var(--surface);color:var(--accent);font-weight:600;box-shadow:var(--shadow-xs)}.header-actions{display:flex;align-items:center;gap:.6rem}.map-toggle-btn{display:inline-flex;align-items:center;gap:.45rem;background:var(--surface-subtle);border:1px solid var(--border);padding:.4rem .85rem;border-radius:var(--radius-md);font-size:.8rem;font-weight:600;color:var(--text-secondary);transition:all var(--transition-fast)}.map-toggle-btn:hover{background:var(--surface-hover);color:var(--text-primary)}.map-toggle-btn.is-active{background:var(--accent);color:var(--text-inverse);border-color:var(--accent)}.btn-icon{width:36px;height:36px;border-radius:var(--radius-md);background:var(--surface-subtle);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all var(--transition-fast)}.btn-icon:hover{background:var(--surface-hover);color:var(--text-primary)}.app-main{flex:1;display:flex;height:calc(100vh - var(--header-height));width:100vw;overflow:hidden;background:var(--background)}.left-workspace{flex:1.3;height:100%;display:flex;flex-direction:column;padding:1rem .75rem 1rem 1.25rem;gap:1rem;overflow-y:auto;overflow-x:hidden}.map-widget-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;overflow:hidden;height:510px;min-height:420px;flex-shrink:0;position:relative}.widget-header{height:46px;background:var(--surface);border-bottom:1px solid var(--border-light);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;flex-shrink:0}.widget-title-group{display:flex;align-items:center;gap:.6rem}.widget-badge{background:var(--accent-light);color:var(--accent);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.18rem .5rem;border-radius:var(--radius-full)}.widget-title{font-size:.85rem;font-weight:700;color:var(--text-primary)}.widget-coords{font-size:.72rem;color:var(--text-muted);font-family:monospace}.map-viewport-wrapper{flex:1;position:relative;width:100%;height:calc(100% - 46px);overflow:hidden;background:#ebe7dd}.info-widget-card{flex:1;min-height:280px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;position:relative}.info-card-mount{width:100%;height:100%}.right-workspace{flex:1;height:100%;background:var(--surface);border-left:1px solid var(--border);display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;padding:1.25rem 1.5rem;box-shadow:-3px 0 16px #00000008}.project-plan-mount{display:flex;flex-direction:column;gap:1.5rem;width:100%}.map-viewport{position:relative;width:100%;height:100%;overflow:hidden;background:#ebe7dd;-webkit-user-select:none;user-select:none;cursor:grab}.map-viewport:active{cursor:grabbing}.map-stage{position:absolute;width:100%;height:100%;top:0;left:0;transform-origin:0 0;transition:transform var(--transition-normal);will-change:transform}.map-stage.is-panning{transition:none}.illustrated-map-layer{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.illustrated-map-wrapper{position:relative;max-width:100%;max-height:100%;aspect-ratio:594 / 464;box-shadow:var(--shadow-md);background:#ebe7dd}.illustrated-map-bg{width:100%;height:100%;object-fit:contain;pointer-events:none}.map-svg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10}.radial-vector-line{stroke:#2c463273;stroke-width:1.6;stroke-dasharray:4 4;transition:stroke .3s,stroke-width .3s}.radial-vector-line.is-active{stroke:var(--accent);stroke-width:2.5;stroke-dasharray:6 3;animation:dashPulse 2s linear infinite}@keyframes dashPulse{to{stroke-dashoffset:-18}}.map-distance-badge{position:absolute;transform:translate(-50%,-50%);background:#ffffffe0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border);padding:.15rem .45rem;border-radius:var(--radius-sm);font-size:.68rem;font-weight:600;color:var(--text-secondary);pointer-events:none;z-index:15;box-shadow:var(--shadow-xs);white-space:nowrap}.compass-rose{position:absolute;top:1.25rem;left:1.25rem;width:48px;height:48px;z-index:20;pointer-events:auto;cursor:pointer;transition:transform var(--transition-normal)}.compass-rose:hover{transform:rotate(20deg) scale(1.06)}.map-scale-bar{position:absolute;bottom:4.5rem;left:1.25rem;z-index:20;background:#ffffffd1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border);padding:.3rem .6rem;border-radius:var(--radius-sm);display:flex;flex-direction:column;gap:.2rem;box-shadow:var(--shadow-xs)}.scale-line{width:90px;height:3px;background:var(--text-primary);position:relative}.scale-ticks{display:flex;justify-content:space-between;font-size:.65rem;font-weight:600;color:var(--text-secondary)}.markers-layer{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:25}.map-marker{position:absolute;transform:translate(-50%,-50%);pointer-events:auto;cursor:pointer;display:flex;flex-direction:column;align-items:center;z-index:30;transition:transform .24s var(--ease-editorial),z-index .1s;outline:none}.map-marker:hover{transform:translate(-50%,-50%) scale(1.15);z-index:50}.map-marker.is-active{transform:translate(-50%,-50%) scale(1.22);z-index:60}.marker-pin{width:22px;height:22px;border-radius:50%;background:var(--surface);border:2.5px solid var(--text-primary);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);position:relative;transition:all var(--transition-fast)}.marker-inner-dot{width:8px;height:8px;border-radius:50%;background:var(--text-primary);transition:all var(--transition-fast)}.map-marker:hover .marker-pin{border-color:var(--accent);box-shadow:0 0 12px var(--accent-ring)}.map-marker:hover .marker-inner-dot{background:var(--accent)}.map-marker.is-active .marker-pin{border-color:var(--accent);background:var(--accent);box-shadow:0 0 0 4px var(--accent-ring),var(--shadow-md)}.map-marker.is-active .marker-inner-dot{background:var(--surface);transform:scale(1.15)}.map-marker.is-base .marker-pin{width:32px;height:32px;background:var(--accent);border:2.5px solid var(--surface);box-shadow:0 0 0 3px var(--accent-ring),var(--shadow-md)}.map-marker.is-base .marker-inner-dot{display:none}.map-marker.is-base .marker-icon{width:18px;height:18px;fill:var(--surface)}.marker-pulse-ring{position:absolute;top:50%;left:50%;width:44px;height:44px;border-radius:50%;border:2px solid var(--accent);transform:translate(-50%,-50%) scale(.6);opacity:0;pointer-events:none}.map-marker.is-active .marker-pulse-ring{animation:markerPulse 1.8s cubic-bezier(.2,.8,.4,1) infinite}@keyframes markerPulse{0%{transform:translate(-50%,-50%) scale(.5);opacity:.9}to{transform:translate(-50%,-50%) scale(1.75);opacity:0}}.marker-label-tag{position:absolute;bottom:calc(100% + 6px);background:#17211beb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--surface);padding:.25rem .6rem;border-radius:var(--radius-sm);font-size:.72rem;font-weight:600;white-space:nowrap;opacity:0;transform:translateY(4px);pointer-events:none;transition:opacity .2s,transform .2s;box-shadow:var(--shadow-sm)}.map-marker:hover .marker-label-tag,.map-marker.is-active .marker-label-tag{opacity:1;transform:translateY(0)}.map-bottom-bar{position:absolute;bottom:0;left:0;right:0;background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border);padding:.6rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;z-index:35;box-shadow:0 -2px 10px #00000008;transition:transform var(--transition-normal)}.bottom-standort{display:flex;align-items:center;gap:.75rem}.standort-thumb{width:44px;height:44px;border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--border)}.standort-info-title{font-size:.82rem;font-weight:700;color:var(--text-primary)}.standort-info-meta{font-size:.72rem;color:var(--text-secondary);display:flex;gap:.5rem}.bottom-legende{display:flex;align-items:center;gap:1rem;font-size:.72rem;color:var(--text-secondary)}.legende-item{display:flex;align-items:center;gap:.35rem}.legende-badge{display:inline-block;width:10px;height:10px;border-radius:50%}.legende-badge.kultur{background:#b84b32}.legende-badge.natur{background:var(--accent)}.legende-badge.fluss{background:#1f6fb2}.map-floating-controls{position:absolute;top:1.25rem;right:1.25rem;display:flex;flex-direction:column;gap:.4rem;z-index:45}.control-btn{width:38px;height:38px;background:#fffffff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--text-primary);box-shadow:var(--shadow-sm);font-size:1.1rem;font-weight:600;transition:all var(--transition-fast)}.control-btn:hover{background:var(--surface);color:var(--accent);box-shadow:var(--shadow-md)}.geospatial-map-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;display:none}.geospatial-map-container.is-visible{display:block}.map-fallback-banner{position:absolute;top:1rem;left:50%;transform:translate(-50%);background:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--border);padding:.35rem .85rem;border-radius:var(--radius-full);font-size:.72rem;color:var(--text-secondary);display:flex;align-items:center;gap:.5rem;z-index:40;box-shadow:var(--shadow-sm)}.map-fallback-banner .status-dot{width:7px;height:7px;border-radius:50%;background:var(--badge-road)}.info-card-mount{width:100%;height:100%;display:flex;flex-direction:column}.info-idle-state{display:flex;flex-direction:column;height:100%;padding:1.25rem;gap:.85rem;justify-content:center;animation:fadeIn .35s var(--ease-editorial)}.idle-header{display:flex;align-items:center;gap:.65rem}.idle-icon-badge{width:36px;height:36px;border-radius:var(--radius-sm);background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:1.15rem;flex-shrink:0}.idle-titles h3{font-size:.95rem;font-weight:700;color:var(--text-primary);line-height:1.2}.idle-titles p{font-size:.76rem;color:var(--text-secondary)}.idle-location-chips{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.25rem}.location-chip-btn{display:inline-flex;align-items:center;gap:.45rem;background:var(--surface-subtle);border:1px solid var(--border-light);padding:.35rem .65rem;border-radius:var(--radius-full);font-size:.74rem;font-weight:600;color:var(--text-primary);transition:all var(--transition-fast);cursor:pointer}.location-chip-btn:hover{background:var(--surface);border-color:var(--accent);color:var(--accent);transform:translateY(-1px);box-shadow:var(--shadow-xs)}.chip-thumb{width:20px;height:20px;border-radius:50%;object-fit:cover}.chip-dist{font-size:.65rem;color:var(--text-muted)}.active-location-card{display:flex;flex-direction:row;height:100%;width:100%;padding:1rem 1.25rem;gap:1.25rem;animation:cardSmoothEnter .36s var(--ease-editorial) forwards;position:relative;overflow-y:auto}@keyframes cardSmoothEnter{0%{opacity:0;transform:translateY(16px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.card-smooth-exit{animation:cardSmoothExit .16s ease-in forwards!important}@keyframes cardSmoothExit{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(10px) scale(.99)}}.card-left-visual{width:210px;flex-shrink:0;display:flex;flex-direction:column;gap:.6rem}.card-media-box{position:relative;width:100%;height:150px;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border);background:#fdfbf7;box-shadow:var(--shadow-xs)}.card-media-box img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-editorial)}.card-media-box:hover img{transform:scale(1.05)}.card-category-tag{position:absolute;top:.5rem;left:.5rem;background:#fffffff0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border);padding:.18rem .5rem;border-radius:var(--radius-full);font-size:.65rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.04em;box-shadow:var(--shadow-xs)}.card-direction-tag{position:absolute;bottom:.5rem;right:.5rem;background:#17211be0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--surface);padding:.18rem .5rem;border-radius:var(--radius-full);font-size:.65rem;font-weight:600}.card-travel-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem}.travel-row-box{background:var(--surface-subtle);border:1px solid var(--border-light);border-radius:var(--radius-xs);padding:.35rem .2rem;text-align:center}.travel-row-box .t-icon{font-size:.85rem;display:block;line-height:1}.travel-row-box .t-val{font-size:.68rem;font-weight:700;color:var(--text-primary);white-space:nowrap}.card-right-details{flex:1;display:flex;flex-direction:column;min-width:0;overflow-y:auto}.card-header-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}.card-title-main{font-size:1.25rem;font-weight:800;color:var(--text-primary);line-height:1.2;letter-spacing:-.01em}.card-subtitle-sub{font-size:.78rem;color:var(--accent);font-weight:600}.card-close-x{width:28px;height:28px;border-radius:50%;background:var(--surface-subtle);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all var(--transition-fast);flex-shrink:0}.card-close-x:hover{background:var(--surface-hover);color:var(--text-primary)}.card-desc-text{font-size:.82rem;color:var(--text-secondary);line-height:1.5;margin-bottom:.65rem}.card-meta-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.85rem}.meta-chip{background:var(--surface-subtle);border:1px solid var(--border-light);border-radius:var(--radius-xs);padding:.2rem .5rem;font-size:.7rem;color:var(--text-secondary)}.meta-chip strong{color:var(--text-primary)}.card-bottom-actions{display:flex;align-items:center;gap:.5rem;margin-top:auto;padding-top:.5rem}.btn-route-action{display:inline-flex;align-items:center;gap:.4rem;background:var(--accent);color:var(--text-inverse);padding:.5rem .85rem;border-radius:var(--radius-sm);font-size:.78rem;font-weight:600;transition:all var(--transition-fast)}.btn-route-action:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-deselect-action{display:inline-flex;align-items:center;gap:.35rem;background:var(--surface-subtle);border:1px solid var(--border);color:var(--text-secondary);padding:.5rem .75rem;border-radius:var(--radius-sm);font-size:.76rem;font-weight:600;transition:all var(--transition-fast)}.btn-deselect-action:hover{background:var(--surface-hover);color:var(--text-primary)}.plan-header{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid var(--border-light);padding-bottom:.85rem;margin-bottom:.25rem}.plan-header-titles h2{font-size:1.25rem;font-weight:800;color:var(--text-primary);letter-spacing:-.01em;text-transform:uppercase}.plan-header-titles p{font-size:.75rem;color:var(--accent);font-weight:600}.plan-content-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:1.25rem;animation:fadeIn .3s var(--ease-editorial)}.timeline-section{display:flex;flex-direction:column}.timeline-title{font-size:1.1rem;font-weight:800;color:var(--accent);letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.1rem}.timeline-list{position:relative;display:flex;flex-direction:column;gap:1.25rem}.timeline-list:before{content:"";position:absolute;top:14px;bottom:24px;left:15px;width:3px;background:var(--accent);border-radius:2px;z-index:1}.timeline-item{position:relative;display:flex;gap:.85rem;z-index:2}.timeline-step-badge{width:32px;height:32px;border-radius:50%;background:var(--accent);color:var(--text-inverse);font-size:.95rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 0 0 4px var(--surface),var(--shadow-xs);transition:transform var(--transition-fast),background var(--transition-fast)}.timeline-item:hover .timeline-step-badge{transform:scale(1.12);background:var(--accent-hover)}.timeline-body{flex:1;background:var(--surface-subtle);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:.75rem .9rem;transition:all var(--transition-fast)}.timeline-item:hover .timeline-body{background:var(--surface);border-color:var(--accent);box-shadow:var(--shadow-xs)}.timeline-step-header{font-size:.82rem;font-weight:800;color:var(--text-primary);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.4rem;line-height:1.25}.timeline-bullets{display:flex;flex-direction:column;gap:.25rem}.timeline-bullets li{font-size:.74rem;color:var(--text-secondary);line-height:1.45;position:relative;padding-left:.9rem}.timeline-bullets li:before{content:"•";position:absolute;left:.1rem;color:var(--accent);font-weight:700;font-size:.9rem}.plan-sidebar{display:flex;flex-direction:column;gap:1.25rem}.digital-showcase-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-xs);display:flex;flex-direction:column;gap:1.15rem}.digital-showcase-header{display:flex;flex-direction:column;gap:.25rem}.showcase-badge{align-self:flex-start;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.2rem .6rem;border-radius:var(--radius-full);background:var(--accent-light);color:var(--accent);border:1px solid rgba(44,104,59,.2)}.showcase-title{font-size:1.05rem;font-weight:800;color:var(--accent);text-transform:uppercase;letter-spacing:.03em;line-height:1.2}.showcase-subtitle{font-size:.76rem;color:var(--text-secondary);line-height:1.4}.backrest-stage{position:relative;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.bank-backrest-mockup{background:linear-gradient(180deg,#bb8c5a,#a77846 25%,#936435 60%,#7e5025);border:3px solid #633f1b;border-radius:var(--radius-md);padding:1.25rem 1rem;position:relative;display:flex;flex-direction:column;align-items:center;gap:.85rem}.wood-grain-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,#0000000d,#0000000d 12px,#ffffff0a 13px,#ffffff0a 26px);pointer-events:none}.backrest-plaque{background:#fff;border:2px solid #233128;border-radius:8px;padding:.85rem 1rem;width:100%;max-width:380px;position:relative;box-shadow:0 8px 22px #0000004d,inset 0 0 10px #00000008;z-index:2;display:flex;flex-direction:column;gap:.65rem}.plaque-screw{position:absolute;width:8px;height:8px;background:radial-gradient(circle,#e2e8e4 30%,#46554b);border-radius:50%;box-shadow:inset 0 1px 1px #ffffffe6,0 1px 2px #00000073}.screw-tl{top:5px;left:5px}.screw-tr{top:5px;right:5px}.screw-bl{bottom:5px;left:5px}.screw-br{bottom:5px;right:5px}.plaque-header{display:flex;align-items:center;gap:.65rem;border-bottom:1.5px solid #ece7dd;padding-bottom:.45rem}.plaque-crest{width:28px;height:32px;object-fit:contain;flex-shrink:0}.plaque-titles{display:flex;flex-direction:column}.plaque-main-title{font-size:.82rem;font-weight:800;color:#1b2620;letter-spacing:.04em;line-height:1.2}.plaque-sub-title{font-size:.62rem;color:#2c683b;font-weight:600;letter-spacing:.02em}.plaque-content-row{display:flex;align-items:center;gap:.85rem}.plaque-qr-frame{width:84px;height:84px;background:#fff;border:1.5px solid #1b2620;border-radius:6px;padding:3px;flex-shrink:0;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-xs)}.plaque-qr-img{width:100%;height:100%;display:block}.qr-corner{position:absolute;width:8px;height:8px;border-color:#2c683b;border-style:solid;pointer-events:none}.corner-tl{top:2px;left:2px;border-width:2px 0 0 2px}.corner-tr{top:2px;right:2px;border-width:2px 2px 0 0}.corner-bl{bottom:2px;left:2px;border-width:0 0 2px 2px}.corner-br{bottom:2px;right:2px;border-width:0 2px 2px 0}.plaque-instructions{display:flex;flex-direction:column;gap:.35rem;flex:1}.plaque-inst-badge{display:flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;color:#2c683b;text-transform:uppercase}.plaque-inst-text{font-size:.7rem;color:#3b4840;line-height:1.35;margin:0}.plaque-url-tag{align-self:flex-start;font-size:.66rem;font-weight:700;background:#f1ede4;color:#1b2620;padding:.2rem .5rem;border-radius:4px;border:1px solid #d5cec2;margin-top:.15rem;display:inline-flex;align-items:center}.backrest-spec-bar{width:100%;max-width:380px;background:#fff;border:1.5px solid #dcd7ca;border-radius:var(--radius-sm);padding:.55rem .85rem;display:flex;align-items:center;gap:.65rem;box-shadow:0 4px 12px #0000002e;z-index:2;box-sizing:border-box}.spec-pin-icon{width:26px;height:26px;border-radius:var(--radius-xs);background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--accent-subtle)}.spec-info-text{display:flex;align-items:baseline;gap:.35rem;flex-wrap:wrap;font-size:.73rem;line-height:1.35}.spec-label{font-weight:800;color:var(--accent);text-transform:uppercase;font-size:.67rem;letter-spacing:.05em}.spec-value{color:var(--text-secondary)}.journey-steps-list{display:flex;flex-direction:column;gap:.55rem}.journey-step-item{display:flex;align-items:flex-start;gap:.65rem;background:var(--surface-subtle);border:1px solid var(--border-light);border-radius:var(--radius-sm);padding:.55rem .75rem;transition:all var(--transition-fast)}.journey-step-item:hover{border-color:var(--accent);background:var(--surface)}.journey-step-num{width:22px;height:22px;border-radius:50%;background:var(--accent);color:var(--text-inverse);font-size:.75rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.journey-step-content{font-size:.73rem;line-height:1.4;color:var(--text-secondary)}.journey-step-content strong{color:var(--text-primary);display:inline;margin-right:.3rem}.bench-preview-section{margin-top:.5rem;border-top:2px solid var(--border-light);padding-top:1.15rem}.bench-preview-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem}.bench-preview-title{font-size:.92rem;font-weight:800;color:var(--accent);text-transform:uppercase;letter-spacing:.03em}.bench-preview-subtitle{font-size:.7rem;color:var(--text-muted)}.bench-grid-4{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.bench-item-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);overflow:hidden;cursor:default;-webkit-user-select:none;user-select:none}.bench-item-img{width:100%;height:90px;object-fit:contain;background:#fdfbf7;padding:.35rem;pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.bench-item-name{font-size:.72rem;font-weight:700;color:var(--text-primary);padding:.4rem .6rem;background:var(--surface-subtle);border-top:1px solid var(--border-light);text-align:center}@media(hover:none)and (pointer:coarse){.map-marker{cursor:pointer}.map-marker:before{content:"";position:absolute;top:-14px;left:-14px;right:-14px;bottom:-14px;border-radius:50%}.app-main,.left-workspace,.right-workspace,.active-location-card,.info-widget-card{-webkit-overflow-scrolling:touch}}@media(min-width:1024px)and (max-width:1280px){:root{--panel-width: 400px}.app-header{padding:0 1.25rem}.left-workspace{flex:1.2;padding:.85rem}.map-widget-card{height:460px;min-height:380px}.right-workspace{padding:1rem 1.25rem}.plan-content-grid{grid-template-columns:1fr 1fr;gap:1rem}}@media(min-width:768px)and (max-width:1023px){.app-main{flex-direction:column;overflow-y:auto;height:calc(100vh - var(--header-height))}.left-workspace{flex:none;width:100%;height:auto;padding:1rem 1.25rem;gap:1rem}.map-widget-card{height:440px;min-height:380px}.info-widget-card{min-height:250px;height:auto}.active-location-card{flex-direction:row;gap:1.25rem;padding:1.25rem}.card-left-visual{width:220px}.right-workspace{flex:none;width:100%;border-left:none;border-top:1px solid var(--border);padding:1.25rem}.plan-content-grid{grid-template-columns:1.15fr .85fr;gap:1.25rem}.bench-grid-4{grid-template-columns:repeat(2,1fr)}.header-center{overflow-x:auto;max-width:380px;scrollbar-width:none}.header-center::-webkit-scrollbar{display:none}.filter-pills{white-space:nowrap}}@media(max-width:767px){.app-container{height:auto;min-height:100dvh;overflow-y:auto;padding-bottom:max(1rem,env(safe-area-inset-bottom))}.app-header{height:56px;padding:0 .75rem;gap:.5rem}.brand-section{gap:.5rem;min-width:0}.brand-icon{width:32px;height:32px}.brand-icon.brand-logo{width:32px;height:38px}.brand-title{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-subtitle{font-size:.62rem}.brand-sponsor{font-size:.58rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.header-center{display:none}.header-actions{gap:.35rem;flex-shrink:0}.map-toggle-btn{padding:.35rem .55rem;font-size:.74rem}.map-toggle-btn .mode-text{display:none}.btn-icon{width:34px;height:34px}.app-main{flex-direction:column;overflow-y:visible;height:auto}.left-workspace{padding:.65rem .5rem;gap:.75rem;width:100%;height:auto}.map-widget-card{height:clamp(290px,44vh,360px);min-height:280px;border-radius:var(--radius-md)}.widget-header{height:40px;padding:0 .75rem}.widget-title{font-size:.78rem}.widget-coords{display:none}.map-scale-bar{bottom:3.5rem;left:.75rem;transform:scale(.85);transform-origin:bottom left}.compass-rose{top:.75rem;left:.75rem;width:38px;height:38px}.map-floating-controls{top:.75rem;right:.75rem}.control-btn{width:34px;height:34px;font-size:1rem}.map-bottom-bar{padding:.35rem .65rem}.standort-thumb{width:36px;height:36px}.standort-info-title{font-size:.74rem}.standort-info-meta{font-size:.64rem}.bottom-legende{display:none}.info-widget-card{min-height:240px;height:auto;border-radius:var(--radius-md)}.info-idle-state{padding:1rem .85rem}.idle-titles h3{font-size:.88rem}.idle-titles p{font-size:.72rem}.location-chip-btn{font-size:.7rem;padding:.25rem .55rem}.active-location-card{flex-direction:column;padding:.85rem;gap:.75rem;height:auto}.card-left-visual{width:100%}.card-media-box{height:170px}.card-title-main{font-size:1.15rem}.card-subtitle-sub{font-size:.74rem}.card-desc-text{font-size:.78rem}.card-travel-row{gap:.25rem}.travel-row-box{padding:.3rem .15rem}.travel-row-box .t-val{font-size:.64rem}.card-bottom-actions{flex-direction:column;gap:.4rem}.btn-route-action,.btn-deselect-action{width:100%;justify-content:center}.right-workspace{border-left:none;border-top:1px solid var(--border);padding:1rem .75rem;height:auto}.plan-header-titles h2{font-size:1.1rem}.plan-header-titles p{font-size:.7rem}.plan-content-grid{grid-template-columns:1fr;gap:1.25rem}.timeline-title{font-size:.95rem}.timeline-item{gap:.65rem}.timeline-step-badge{width:28px;height:28px;font-size:.85rem}.timeline-body{padding:.65rem .75rem}.timeline-step-header{font-size:.78rem}.timeline-bullets li{font-size:.7rem}.digital-showcase-card{padding:.95rem}.bank-backrest-mockup{padding:.95rem .65rem}.backrest-plaque{padding:.65rem .75rem}.plaque-content-row{flex-direction:column;align-items:center;text-align:center;gap:.65rem}.plaque-qr-frame{width:100px;height:100px}.plaque-instructions{align-items:center}.plaque-url-tag{align-self:center}.backrest-spec-bar{padding:.5rem .65rem;gap:.5rem}.spec-info-text{font-size:.68rem}.bench-grid-4{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.marker-pulse-ring{display:none!important}.radial-vector-line.is-active{animation:none!important}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
