:root{--color-bg-page:#f3f4f6;--color-bg-panel:#fff;--color-bg-panel-alt:#f9fafb;--color-border-subtle:#e5e7eb;--color-accent:#2563eb;--color-accent-soft:#eff6ff;--color-text-main:#0f172a;--color-text-muted:#475569;--color-badge-bg:#eff6ff;--color-badge-text:#1d4ed8;--shadow-soft:0 18px 45px #0f172a14;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--font-main:"Inter", system-ui, -apple-system, sans-serif;font-family:var(--font-main);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box}body{width:100%;height:100vh;color:var(--color-text-main);background:radial-gradient(circle at top,#e5f0ff 0,#f3f4f6 45%,#e5e7eb 100%);margin:0;padding:0}#app{width:100%;height:100%}a{color:inherit;text-decoration:none}.layout-root{height:100vh;padding:var(--space-md);gap:var(--space-md);background:#f1f5f9;grid-template-rows:auto 1fr;display:grid;overflow:hidden}.nav-rail{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;grid-column:1;align-items:center;gap:24px;padding:24px 0;display:flex}.nav-item{color:#64748b;cursor:pointer;flex-direction:column;align-items:center;gap:4px;width:100%;padding:12px 0;transition:all .2s;display:flex}.nav-item.active{color:#2563eb;background:#eff6ff;border-left:3px solid #2563eb}.nav-item:hover:not(.active){color:#0f172a;background:#f8fafc}.nav-item-label{text-transform:uppercase;letter-spacing:.05em;font-size:.6rem;font-weight:700}.main-container{padding:var(--space-md);gap:var(--space-md);grid-column:2;grid-template-rows:auto 1fr;display:grid;overflow:hidden}.main-header{padding:var(--space-xs) var(--space-lg);background:#fff;border:1px solid #e2e8f0cc;border-radius:20px;justify-content:space-between;align-items:center;min-height:64px;display:flex;box-shadow:0 4px 20px #0f172a0a}.header-left{align-items:center;gap:16px;display:flex}.header-custom-logo{object-fit:contain;width:auto;height:56px;margin-right:var(--space-xs)}.header-brand{text-align:left;flex-direction:column;display:flex}.header-chip{color:var(--color-accent);text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:4px;margin-bottom:2px;font-size:.62rem;font-weight:800;display:flex}.header-title{color:var(--color-text-main);letter-spacing:-.02em;margin:0;font-size:1.2rem;font-weight:850;line-height:1}.header-subtitle{color:var(--color-text-muted);margin-top:1px;font-size:.75rem}.header-right{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.export-btn-top{cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.export-btn-top:hover{background:#e2e8f0}.header-author-compact{align-items:center;gap:var(--space-md);padding-left:var(--space-lg);border-left:1px solid var(--color-border-subtle);display:flex}.author-info-group{text-align:right;flex-direction:column;display:flex}.author-name-header{color:var(--color-text-main);letter-spacing:.01em;font-size:.82rem;font-weight:800}.author-subtext{color:var(--color-text-muted);font-size:.68rem;font-weight:500}.author-avatar-img{border:2px solid var(--color-border-subtle);object-fit:cover;border-radius:50%;width:52px;height:52px;box-shadow:0 2px 8px #0000000d}.layout-content{gap:var(--space-md);grid-template-columns:minmax(280px,380px) 1fr;min-height:0;display:grid;overflow:hidden}.sidebar{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;flex-shrink:0;width:380px;height:100%;display:flex;overflow-y:auto;box-shadow:0 10px 30px #0f172a08}.sidebar-section{padding:var(--space-lg);border-bottom:1px solid #f1f5f9}.sidebar-section-title{color:var(--color-text-main);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:10px;margin-bottom:16px;font-size:.85rem;font-weight:850;display:flex}.sidebar-title-icon{color:var(--color-accent);opacity:.9;align-items:center;display:flex}.switch{width:38px;height:20px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#cbd5e1;border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:14px;height:14px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:3px;left:3px;box-shadow:0 1px 3px #0003}input:checked+.slider{background-color:var(--color-accent)}input:checked+.slider:before{transform:translate(18px)}.data-card{padding:var(--space-md);margin-bottom:var(--space-sm);background:#fff;border:1px solid #94a3b833;border-radius:12px;transition:transform .2s;box-shadow:0 2px 8px #0f172a08}.data-card:hover{border-color:#2563eb33;transform:translateY(-2px);box-shadow:0 4px 12px #0f172a14}.card-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.card-title{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:800}.card-icon{color:var(--color-accent);opacity:.8}.metric-main{align-items:baseline;gap:4px;display:flex}.metric-value{color:var(--color-text-main);font-size:1.5rem;font-weight:850;line-height:1}.metric-unit{color:var(--color-text-muted);font-size:.8rem;font-weight:600}.metric-total{color:var(--color-text-muted);margin-top:2px;font-size:.7rem;font-weight:500}.progress-container{margin-top:var(--space-sm)}.progress-track{background:#f1f5f9;border-radius:3px;height:6px;overflow:hidden}.progress-fill{background:var(--color-accent);border-radius:3px;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1)}.progress-labels{color:var(--color-text-muted);justify-content:space-between;margin-top:4px;font-size:.65rem;font-weight:600;display:flex}.comparison-container{margin-top:var(--space-sm);padding:var(--space-sm);background:#f8fafc;border-radius:8px}.comp-bar-group{margin-bottom:8px}.comp-label{color:var(--color-text-main);margin-bottom:3px;font-size:.68rem;font-weight:700}.comp-bar-row{align-items:center;gap:8px;display:flex}.comp-bar-track{background:#e2e8f0;border-radius:6px;flex:1;height:12px;overflow:hidden}.comp-bar-fill{background:var(--color-accent);border-radius:6px;height:100%}.comp-bar-fill.alt{background:#94a3b8}.comp-value{color:var(--color-text-main);min-width:32px;font-size:.7rem;font-weight:700}.data-footer{margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px dashed var(--color-border-subtle);color:var(--color-text-muted);font-size:.68rem;font-style:italic;line-height:1.4}.data-footer strong{color:var(--color-text-main)}.sidebar-section+.sidebar-section{border-top:1px dashed var(--color-border-subtle);margin-top:12px;padding-top:10px}.sidebar-select-label{text-transform:uppercase;letter-spacing:.05em;color:#1e293b;margin-bottom:6px;font-size:.75rem;font-weight:700;display:block}.sidebar-select{appearance:none;width:100%;color:var(--color-text-main);background:#f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 10px center no-repeat;border:1px solid #94a3b833;border-radius:8px;outline:none;padding:8px 12px;font-size:.85rem;font-weight:500;transition:all .2s}.sidebar-select:hover{background:#fff;border-color:#2563eb66}.sidebar-select:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-soft);background:#fff}.sidebar-description{color:var(--color-text-muted);margin-top:8px;font-size:.82rem;line-height:1.5}.sidebar-metrics-title{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:4px;font-size:.82rem;font-weight:600}.metrics-list{margin:6px 0 0;padding-left:0;font-size:.84rem;list-style:none}.metrics-list li+li{margin-top:2px}.metric-label{font-weight:600}.metric-source{color:var(--color-text-muted);margin-top:4px;font-size:.78rem}.metric-note{color:var(--color-text-muted);margin-top:6px;font-size:.76rem}.map-shell{box-shadow:var(--shadow-soft);border:1px solid #94a3b84d;border-radius:20px;flex:1;position:relative;overflow:hidden}.leaflet-container{width:100%;height:100%}.legend-floating{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;background:#fffffff5;border:1px solid #94a3b84d;border-radius:16px;width:260px;max-width:calc(100% - 32px);transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:24px;right:24px;overflow:hidden;box-shadow:0 12px 40px #0f172a40}.legend-floating.is-collapsed{width:220px}.legend-toggle{background:var(--color-bg-panel-alt);cursor:pointer;border:none;border-bottom:1px solid var(--color-border-subtle);align-items:center;gap:10px;width:100%;padding:10px 16px;transition:background .2s;display:flex}.legend-toggle:hover{background:#f1f5f9}.legend-toggle-icon{font-size:.9rem}.legend-toggle-text{color:var(--color-text-main);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:800}.legend-content-inner{padding:var(--space-md)}.legend-section{margin-bottom:12px}.legend-section:last-child{margin-bottom:0}.legend-title{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:8px;font-size:.68rem;font-weight:800}.legend-ramp{border:1px solid #0000000d;border-radius:5px;height:10px;margin-bottom:5px;display:flex;overflow:hidden}.ramp-swatch{flex:1}.legend-labels{color:#64748b;justify-content:space-between;font-size:.62rem;font-weight:700;display:flex}.legend-grid-compact{grid-template-columns:repeat(2,1fr);gap:6px;display:grid}.legend-item{color:var(--color-text-main);align-items:center;gap:6px;font-size:.7rem;font-weight:600;display:flex}.legend-dot{border-radius:50%;width:8px;height:8px;box-shadow:0 1px 2px #0003}.legend-divider{background:#f1f5f9;height:1px;margin:10px 0}.leaflet-control-zoom{border:none!important;box-shadow:0 4px 15px #0f172a26!important}.leaflet-control-zoom a{color:#1e293b!important;background:#fffffff2!important;border:1px solid #94a3b833!important;width:34px!important;height:34px!important;font-weight:800!important;line-height:34px!important;transition:all .2s!important}.leaflet-control-zoom a:first-child{border-radius:10px 10px 0 0!important}.leaflet-control-zoom a:last-child{border-radius:0 0 10px 10px!important}.leaflet-control-zoom a:hover{transform:scale(1.05);color:var(--color-accent)!important;background:#fff!important}.leaflet-control-layers{background:#fffffff2!important;border:1px solid #94a3b833!important;border-radius:10px!important;box-shadow:0 4px 15px #0f172a26!important}.upz-label{pointer-events:none!important;z-index:100!important}.upz-label-inner{color:#1e293bcc;text-transform:uppercase;white-space:normal;text-align:center;max-width:85px;box-shadow:none;letter-spacing:.01em;background:0 0;border:none;padding:1px 4px;font-size:.65rem;font-weight:500;line-height:1.1;transition:all .2s;display:block}.custom-marker{pointer-events:auto!important;z-index:1000!important}.upz-label-inner.size-small{padding:1px 4px;font-size:.6rem;box-shadow:0 1px 3px #0f172a2e}.upz-label-inner.size-large{padding:3px 8px;font-size:.78rem}.upz-label-inner.is-selected{color:#1d4ed8;background:#2563eb1f;border-color:#2563ebcc}.sidebar-context{color:var(--color-text-muted);margin-top:4px;font-size:.72rem;font-style:italic}@media (width<=1180px){.layout-content{grid-template-columns:1fr}.sidebar{border-radius:18px;width:100%;max-height:none}.map-shell{min-height:480px}}@media (width<=900px){.legend-floating{width:92%;max-width:none;bottom:12px;right:12px}.legend-grid-compact{grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}.sidebar-tabs{flex-wrap:wrap}}@media (width<=680px){.legend-floating{border-radius:12px;width:100%;margin:0 auto;position:static}.main-header{flex-wrap:wrap}.header-left{width:100%}.sidebar{border-radius:14px}.legend-toggle-text{display:none}}.poverty-accordion{border:1px solid var(--color-border-subtle);background:#ffffff80;border-radius:12px;margin-bottom:8px;overflow:hidden}.accordion-trigger{background:var(--color-bg-panel-alt);width:100%;color:var(--color-text-main);cursor:pointer;border:none;justify-content:space-between;align-items:center;padding:10px 12px;font-size:.78rem;font-weight:700;transition:background .2s;display:flex}.accordion-trigger:hover{background:var(--color-accent-soft)}.accordion-icon{font-size:.6rem;transition:transform .3s}.accordion-icon.open{transform:rotate(180deg)}.accordion-content{border-top:1px solid var(--color-border-subtle);background:#fff;max-height:400px;padding:12px;overflow-y:auto}.poverty-group{margin-bottom:12px}.group-title{color:var(--color-accent);border-bottom:1px solid var(--color-accent-soft);margin-bottom:4px;font-size:.75rem;font-weight:800}.group-desc{color:var(--color-text-muted);margin:4px 0;font-size:.75rem;line-height:1.2}.group-data{font-size:.78rem;line-height:1.3}.group-data ul{margin:4px 0;padding-left:1.2rem}.highlight-text{background:#fffbeb;border-left:3px solid #f59e0b;margin-top:4px;padding:4px 8px;font-size:.75rem}.accordion-footer{color:var(--color-text-muted);border-top:1px dashed var(--color-border-subtle);margin-top:8px;padding-top:8px;font-size:.68rem}.sources-btn{border:1px solid var(--color-accent);width:100%;color:var(--color-accent);cursor:pointer;background:#fff;border-radius:8px;padding:8px;font-size:.78rem;font-weight:600;transition:all .2s}.sources-btn:hover{background:var(--color-accent);color:#fff}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a99;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:none;position:fixed;top:0;left:0}.modal-card{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:650px;max-height:85vh;display:flex;overflow:hidden}.modal-header{background:var(--color-bg-panel-alt);border-bottom:1px solid var(--color-border-subtle);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.modal-header h3{margin:0;font-size:1.1rem}.modal-close{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;font-size:1.8rem}.modal-body{padding:24px;overflow-y:auto}.source-section{margin-bottom:20px}.source-section h4{text-transform:uppercase;color:var(--color-accent);border-bottom:2px solid var(--color-accent-soft);margin-bottom:8px;font-size:.85rem}.source-section p{margin:6px 0;font-size:.85rem;line-height:1.4}.source-note{color:var(--color-text-muted);background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px;font-size:.78rem}.sidebar-tabs{border-bottom:1px solid var(--color-border-subtle);gap:8px;margin-top:10px;margin-bottom:12px;padding:0 16px;display:flex}.sidebar-tabs-contained{border-bottom:none;margin:0 0 10px;padding:0}.tab-btn{padding:var(--space-md);border:1px solid var(--color-border-subtle);color:#64748b;cursor:pointer;background:#f1f5f9;border-bottom:3px solid #0000;border-radius:8px 8px 0 0;flex:1;font-size:.85rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1)}.tab-btn:hover{color:var(--color-accent);background:#fff}.tab-btn.active{color:var(--color-accent);border-bottom-color:var(--color-accent);background:#fff;border-bottom-width:3px}.sidebar-export-btn{margin-top:2px}.detail-head{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.detail-title{color:var(--color-text-main);margin:0;font-size:1.02rem;line-height:1.25}.detail-badge{color:#1d4ed8;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;padding:3px 9px;font-size:.68rem;font-weight:700;display:inline-flex}.sidebar-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.detail-kpi{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px}.detail-kpi-label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px;font-size:.7rem;font-weight:700;display:block}.detail-kpi-value{color:#0f172a;font-size:.9rem}.sidebar-institution-details{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;font-size:.83rem;line-height:1.45}.sidebar-institution-details p{margin:0 0 6px}.sidebar-institution-details p:last-child{margin-bottom:0}.sidebar-institution-details a,.metric-source a{color:var(--color-accent);text-decoration:underline}.metric-source{margin-top:12px}.sources-btn-muted{color:#334155;border-color:#cbd5e1;margin-top:10px}.sources-btn-muted:hover{border-color:var(--color-accent);color:#fff}.sidebar-summary{max-height:none;padding-right:0;overflow:visible}.summary-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}.summary-kpi{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:8px}.summary-kpi-label{text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:2px;font-size:.65rem;font-weight:700;display:block}.summary-kpi-value{color:#0f172a;font-size:.85rem}.summary-block{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px}.summary-block+.summary-block{margin-top:10px}.summary-title{text-transform:uppercase;letter-spacing:.04em;color:#334155;margin:0 0 8px;font-size:.85rem}.summary-block p{margin:0 0 7px;font-size:.82rem;line-height:1.4}.summary-subtotal{color:#475569;margin-top:4px;font-size:.78rem}.summary-list{margin:6px 0 0;padding-left:18px;font-size:.8rem;line-height:1.4}.summary-help{border-top:1px solid #e2e8f0;margin-top:12px;padding-top:10px}.summary-help p{margin:6px 0 0;font-size:.8rem;line-height:1.4}.summary-sources{color:#64748b;font-size:.75rem}.summary-actions{margin-top:12px}.stats-charts-container{padding:4px}.chart-wrapper{padding:var(--space-md);border:1px solid var(--color-border-subtle);background:#fff;border-radius:12px;position:relative}.chart-source{color:var(--color-text-muted);text-align:right;margin-top:4px;font-size:.65rem;font-style:italic}.layer-item{padding:var(--space-sm) 0;justify-content:space-between;align-items:center;display:flex}.layer-item:not(:last-child){border-bottom:1px solid #f1f5f9}.layer-label{color:var(--color-text-main);align-items:center;gap:10px;font-size:.84rem;font-weight:600;display:flex}.layer-toggle{display:none}.institution-popup .leaflet-popup-content-wrapper{border-radius:12px;padding:0;overflow:hidden}.institution-popup .leaflet-popup-content{white-space:normal;word-break:break-word;margin:0;font-size:.8rem;line-height:1.5;width:280px!important}.leaflet-popup-content{white-space:normal;word-break:break-word;max-width:320px}.popup-header{padding:var(--space-md);background:#f8fafc;border-bottom:2px solid #e2e8f0}.popup-type{color:var(--color-text-muted);letter-spacing:.05em;margin-bottom:2px;font-size:.65rem;font-weight:800}.popup-name{color:#1e293b;font-size:.95rem;font-weight:700;line-height:1.2}.popup-body{padding:var(--space-md);font-size:.8rem}.popup-body p{color:#475569;margin:6px 0;line-height:1.4}.popup-body strong{color:#1e293b}.popup-body a{color:var(--color-accent);text-decoration:underline}.popup-label{color:#0f172a;text-transform:uppercase;letter-spacing:.03em;margin-right:4px;font-size:.78rem;font-weight:700;display:inline-block}.legend-toggle[aria-expanded=false]{font-weight:600}.legend-floating .legend-grid-compact{gap:6px}.legend-item{justify-content:flex-start}.legend-toggle-icon{font-size:.8rem;display:inline-flex}.legend-section{gap:8px}.legend-grid-compact{grid-template-columns:repeat(auto-fit,minmax(90px,1fr));display:grid}.legend-ramp{min-height:10px}.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;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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{width:auto;padding:0;max-width:none!important;max-height:none!important}.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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{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{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{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position: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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;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{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.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{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;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{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out, opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out, -o-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{text-align:center;border-radius:15px;width:30px;height:30px;margin-top:5px;margin-left:5px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}
