:root{--bg: #f5f5f7;--card: #ffffff;--border: rgba(0, 0, 0, .06);--text: #1d1d1f;--text-muted: #86868b;--accent: #517987;--accent-hover: #5d8a99;--green: #34c759;--red: #ff3b30;--yellow: #ff9f0a;--orange: #ff9500;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .04), 0 4px 12px rgba(0, 0, 0, .06);--shadow-md: 0 4px 14px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .04);--radius: 14px}*{margin:0;padding:0;box-sizing:border-box}html{height:var(--app-height, 100dvh)}body{height:var(--app-height, 100dvh);background:var(--bg);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,sans-serif;color:var(--text);-webkit-font-smoothing:antialiased;overflow:hidden}#root,.app-shell{display:flex;flex-direction:column;flex:1;min-height:0}.topnav{display:flex;align-items:center;background:#fbfbfdd1;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--border);padding:env(safe-area-inset-top) 20px 0 20px;height:calc(52px + env(safe-area-inset-top));flex-shrink:0;gap:0;z-index:100}.topnav-logo{height:36px;width:auto;margin-left:12px;margin-right:0;flex-shrink:0}.topnav-brand{font-size:1.15rem;font-weight:600;color:var(--text);margin-right:2rem;letter-spacing:-.01em}.topnav-tab{padding:.5rem 1.2rem;border:none;border-radius:0;font-size:.88rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit;color:var(--text);background:transparent;border-bottom:2px solid transparent}.topnav-tab:hover{background:#0000000a;color:var(--text);border-radius:8px}.topnav-tab.on{background:transparent;color:var(--accent);border-bottom-color:var(--accent)}.topnav-tab.on:hover{background:transparent;color:var(--accent);border-radius:0}.topnav-menu-wrap{position:relative;margin-right:0}.topnav-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border:1.5px solid var(--border);border-radius:10px;font-size:.88rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit;color:var(--text);background:transparent}.topnav-btn:hover{background:#0000000a;color:var(--text-muted)}.topnav-btn.on{border-color:var(--accent);color:var(--accent);background:#0071e30a}.offline-banner{background:#fef3cd;color:#856404;text-align:center;padding:6px 12px;font-size:.72rem;font-weight:600;flex-shrink:0}.view{flex:1;display:none;overflow:hidden}.view.active{display:flex;isolation:isolate}.placeholder-files{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap;justify-content:center}.placeholder-file{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:10px 16px;font-size:.75rem;font-weight:500;color:var(--text-muted);box-shadow:var(--shadow-sm)}.placeholder-file span{color:var(--accent);font-weight:600}.bottom-tab-bar{display:none}@media(max-width:768px){.topnav{height:calc(44px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 8px 0 12px;z-index:1300}.topnav-brand{font-size:1.1rem;margin-right:0}.topnav-tab{display:none}.topnav-logo{height:32px;margin-right:8px}.topnav-menu-wrap{margin-right:4px}.bottom-tab-bar{display:flex;flex-shrink:0;height:calc(50px + env(safe-area-inset-bottom));padding:3px 6px calc(3px + env(safe-area-inset-bottom));background:#f5f5f7eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:none;z-index:1300;gap:3px}.bottom-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:none;background:transparent;border-radius:10px;cursor:pointer;font-family:inherit;font-size:.65rem;font-weight:500;color:var(--text-muted);padding:6px 0;transition:all .2s}.bottom-tab.active{color:var(--accent);background:var(--card);box-shadow:0 1px 3px #00000014}.view[data-view=einsatz]{overflow:visible;isolation:auto}}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:16px;margin-bottom:12px}.dz{border:2px dashed rgba(0,0,0,.1);border-radius:var(--radius);padding:24px 16px;text-align:center;cursor:pointer;transition:all .25s ease;position:relative;background:var(--card);margin-bottom:12px;box-shadow:var(--shadow-sm)}.dz:hover{border-color:var(--accent);background:#0071e308}.dz.dragover{border-color:var(--accent);background:#0071e30f;transform:scale(1.02);box-shadow:0 2px 8px #0071e31f,0 8px 24px #0071e314}.dz.done{border-style:solid;border-color:var(--green);background:#34c7590a}.dz.done.dragover{border-color:var(--green);background:#34c75914;transform:scale(1.02);box-shadow:0 2px 8px #34c7591f,0 8px 24px #34c75914}.dz input{position:absolute;inset:0;opacity:0;cursor:pointer;z-index:2}.dz-icon{font-size:1.6rem;margin-bottom:8px}.dz-label{font-size:.82rem;font-weight:600;color:var(--text)}.dz-sub{font-size:.7rem;color:var(--text-muted);margin-top:4px;line-height:1.4}.dz.done .dz-label{color:#248a3d}@keyframes dz-flash{0%{box-shadow:0 0 #34c75980}50%{box-shadow:0 0 0 8px #34c75926}to{box-shadow:0 0 #34c75900}}.dz.dz-success{animation:dz-flash .6s ease-out}.loading-screen{position:fixed;inset:0;z-index:10000;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg);gap:24px;animation:ls-fadein .3s ease-out}.loading-screen.fade-out{animation:ls-fadeout .5s ease-in forwards;pointer-events:none}.loading-logo{width:160px;height:auto;opacity:.7}.loading-title{font-size:1.5rem;font-weight:700;color:var(--text);letter-spacing:.02em;margin-bottom:-16px}.loading-ring-wrap{position:relative;width:56px;height:56px;margin:12px 0}.loading-ring{width:56px;height:56px;border-radius:50%;border:3px solid rgba(0,0,0,.04);border-top-color:var(--accent);animation:ls-spin 1s cubic-bezier(.4,0,.2,1) infinite}.loading-ring-glow{position:absolute;inset:-4px;border-radius:50%;background:conic-gradient(from 0deg,transparent 60%,rgba(81,121,135,.08) 100%);animation:ls-spin 1s cubic-bezier(.4,0,.2,1) infinite}.loading-pulse{position:absolute;inset:-8px;border-radius:50%;border:1px solid rgba(81,121,135,.1);animation:ls-pulse 2s ease-in-out infinite}.loading-text{font-size:.78rem;font-weight:400;color:var(--text-muted);letter-spacing:.01em}@keyframes ls-spin{to{transform:rotate(360deg)}}@keyframes ls-pulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.15);opacity:0}}@keyframes ls-fadein{0%{opacity:0}to{opacity:1}}@keyframes ls-fadeout{0%{opacity:1}to{opacity:0}}.tabs{display:flex;background:#0000000a;border-radius:10px;padding:3px;margin-bottom:12px}.tab{flex:1;padding:7px 4px;border:none;border-radius:8px;font-size:.68rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;color:var(--text-muted);background:transparent;text-align:center;white-space:nowrap}.tab.on{background:var(--card);color:var(--text);box-shadow:0 1px 3px #00000014}.tab .tc{display:inline-block;min-width:16px;height:16px;line-height:16px;border-radius:8px;font-size:.58rem;font-weight:700;text-align:center;margin-left:2px;padding:0 4px}.tab.on .tc{background:#0071e31a;color:var(--accent)}.tab:not(.on) .tc{background:#0000000f;color:var(--text-muted)}.team-chips{display:flex;align-items:center;gap:2px;margin-bottom:8px;background:#0000000a;border-radius:8px;padding:2px}.team-chips-label{font-size:.62rem;font-weight:600;color:var(--text-muted);margin:0 4px 0 6px;white-space:nowrap;flex-shrink:0}.team-chip{flex:1;padding:4px;border:none;border-radius:6px;font-size:.6rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;color:var(--text-muted);background:transparent;white-space:nowrap;text-align:center}.team-chip.on{background:var(--chip-color, var(--card));color:var(--chip-text, var(--text));box-shadow:0 1px 3px #00000014}.team-chip .tc{display:inline-block;min-width:14px;height:14px;line-height:14px;border-radius:7px;font-size:.52rem;font-weight:700;text-align:center;margin-left:2px;padding:0 3px}.team-chip.on .tc{background:var(--chip-tc-bg, rgba(0, 113, 227, .1));color:var(--chip-tc-color, var(--accent))}.team-chip:not(.on) .tc{background:#0000000f;color:var(--text-muted)}.sbox{position:relative;margin-bottom:10px}.sbox input{width:100%;padding:10px 32px 10px 36px;border:none;border-radius:10px;font-size:.82rem;background:#0000000a;outline:none;transition:all .2s;font-family:inherit;color:var(--text)}.sbox input:focus{background:#0000000f;box-shadow:0 0 0 3px #0071e326}.sbox input::placeholder{color:#8e8e93}.sbox>svg{position:absolute;left:11px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#aeaeb2}.search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:18px;height:18px;border:none;border-radius:50%;background:#0000001a;color:#636366;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.search-clear svg{width:8px;height:8px;flex-shrink:0}.search-clear:hover{background:#0000002e}.sidebar{width:400px;min-width:400px;height:100%;background:var(--bg);border-right:1px solid var(--border);display:flex;flex-direction:column}.sidebar-scroll{flex:1;overflow-y:hidden;padding:12px;display:flex;flex-direction:column;min-height:0}.map-area{flex:1;position:relative;height:100%}.map-area>div:first-child{cursor:crosshair}.malist{overflow-y:auto;flex:1;min-height:0}.marow{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;cursor:pointer;transition:background .15s;-webkit-user-select:none;user-select:none}.marow:hover{background:#00000008}.matok{width:22px;height:22px;border-radius:6px;border:2px solid #aeaeb2;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.matok.on{border-color:var(--c);background:var(--c)}.matok.on svg{display:block}.matok svg{display:none;width:12px;height:12px;color:#fff}.madot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.madet{flex:1;min-width:0}.maname{font-size:.8rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mameta{font-size:.65rem;color:var(--text-muted);margin-top:1px}.legend{position:absolute;top:16px;right:16px;background:#ffffffeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius);padding:14px 16px;box-shadow:var(--shadow-md);z-index:1000;max-height:360px;overflow-y:auto;overflow-x:hidden;max-width:220px}.legend h4{font-size:.65rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.lgi{display:grid;grid-template-columns:minmax(0,1fr) max-content;align-items:center;column-gap:6px;padding:3px 0}.lgi>div:first-child{min-width:0;overflow:hidden}.lgd{width:8px;height:8px;border-radius:50%;flex-shrink:0}.lgn{font-size:.72rem;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.legend-capacity{justify-self:end;font-size:.65rem;font-weight:700;white-space:nowrap}.legend-capacity-small{font-size:.6rem}.lgsep{border:none;border-top:1px solid rgba(0,0,0,.06);margin:6px 0}.lgmeta{font-size:.6rem;color:var(--text-muted);display:flex;align-items:center;gap:5px;padding:2px 0}.leaflet-control-attribution{font-size:10px!important}.mobile-sheet,.mobile-sheet-backdrop{display:none}@media(max-width:768px){.sidebar{display:none}.map-area{width:100%}.leaflet-bottom.leaflet-right{bottom:68px}.legend{top:8px;right:8px;max-width:180px;padding:10px 12px;max-height:none;overflow-y:hidden}.legend.legend-expanded{max-height:calc(100vh - 172px);max-height:calc(100dvh - 172px);overflow-y:auto}.legend-toggle{display:flex;align-items:center;justify-content:center;gap:4px;font-size:.6rem;color:var(--accent);font-weight:600;padding:4px 0 0;cursor:pointer;border:none;background:none;width:100%}.legend-fade{position:relative;pointer-events:none;height:20px;margin-top:-20px;background:linear-gradient(to bottom,#fff0,#ffffffeb)}.mobile-sheet-backdrop{display:block;position:fixed;top:calc(44px + env(safe-area-inset-top));left:0;right:0;bottom:calc(50px + env(safe-area-inset-bottom));background:#0000004d;z-index:1150;opacity:0;pointer-events:none;transition:opacity .3s}.mobile-sheet-backdrop.visible{opacity:1;pointer-events:auto}.mobile-sheet{display:flex;flex-direction:column;position:fixed;left:0;right:0;bottom:calc(50px + env(safe-area-inset-bottom));height:55vh;background:var(--bg);border-top:1px solid var(--border);border-radius:16px 16px 0 0;z-index:1200;transform:translateY(calc(100% - 44px));transition:transform .3s ease-out;box-shadow:0 -4px 24px #0000001f;overflow:hidden}.mobile-sheet.open{transform:translateY(0)}.mobile-sheet-handle{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 16px;border:none;background:transparent;cursor:pointer;font-family:inherit;flex-shrink:0}.mobile-sheet-grip{width:36px;height:4px;border-radius:2px;background:var(--accent)}.mobile-sheet-label{font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.mobile-sheet-content{flex:1;overflow-y:auto;padding:0 16px 16px;min-height:0;opacity:0;transition:opacity .2s}.mobile-sheet.open .mobile-sheet-content{opacity:1}}.al-wrap{width:100%;height:100%;overflow-y:auto;background:var(--bg)}.al-main{max-width:1200px;margin:0 auto;padding:16px}.al-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:40px 20px}.al-upload-inner{max-width:520px;width:100%}.kpi-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:0}.kpi{background:var(--card);border:none;border-radius:var(--radius);padding:20px 22px;box-shadow:0 1px 4px #0000000f,0 4px 16px #0000000a}.kpi-label{font-size:.68rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-weight:500}.kpi-value{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.kpi-sub{font-size:.72rem;margin-top:3px;font-weight:500}.kpi-sub.pos{color:var(--green)}.kpi-sub.neg{color:var(--red)}.kpi-sub.neu{color:var(--text-muted)}.kpi-mobile{display:none}.kpi-desktop .kpi:nth-child(1) .kpi-label{color:#5cb85c}.kpi-desktop .kpi:nth-child(2) .kpi-label{color:#d4a834}.kpi-desktop .kpi:nth-child(3) .kpi-label{color:#e06060}.kpi-desktop .kpi:nth-child(4) .kpi-label{color:#4a8abf}.kpi-desktop .kpi:nth-child(5) .kpi-label{color:#7b8fb8}.kpi-mobile .kpi:nth-child(1) .kpi-label,.kpi-mobile .kpi:nth-child(2) .kpi-label{color:#5cb85c}.kpi-mobile .kpi:nth-child(3) .kpi-label,.kpi-mobile .kpi:nth-child(4) .kpi-label{color:#d4a834}.kpi-mobile .kpi:nth-child(5) .kpi-label,.kpi-mobile .kpi:nth-child(6) .kpi-label{color:#e06060}.kpi-mobile .kpi:nth-child(7) .kpi-label,.kpi-mobile .kpi:nth-child(8) .kpi-label{color:#4a8abf}.kpi-mobile .kpi:nth-child(9) .kpi-label,.kpi-mobile .kpi:nth-child(10) .kpi-label{color:#7b8fb8}.kpi-divider{border-top:1px solid var(--border);margin:10px 0 8px}.kpi-value.pos{color:var(--green)}.kpi-value.neg{color:var(--red)}.kpi-value.neu{color:var(--text-muted)}.kpi-unit{font-size:.75rem;font-weight:500;color:var(--text-muted);margin-left:2px}.al-section{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow-sm);margin-bottom:16px}.al-section h3{font-size:.85rem;font-weight:600;letter-spacing:-.01em;margin-bottom:12px}.fk-capacity-section{margin-top:0}.fallkoordination-view{width:100%;height:100%;overflow-y:auto;background:var(--bg);padding:16px}.fk-district-card h3,.fk-map-section h3,.fk-cases-section h3{margin-top:0}.fk-district-card{max-width:1200px;margin:0 auto 16px}.fk-district-table{width:100%;table-layout:fixed}.fk-district-table th,.fk-district-table td{white-space:nowrap;text-align:left}.fk-district-table td:not(:first-child){font-size:.82rem}.fk-map-section{max-width:1200px;margin:0 auto 16px}.fk-map-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.fk-map-header h3{margin-bottom:0}.fk-map-shell{position:relative}.fk-map{height:420px;min-height:420px;overflow:hidden;border-radius:6px;border:1px solid var(--border);background:#eef1f3}.fk-map-shell .leaflet-bottom.leaflet-right{bottom:8px;right:8px}.fk-map-shell .leaflet-control-zoom{margin-bottom:22px;margin-right:0}.fk-map-shell .leaflet-control-attribution{margin-right:0}.fk-map-note{margin-top:8px;color:var(--text-muted);font-size:.68rem}.fk-cases-section{max-width:1200px;margin:0 auto 16px}.fk-capacity-summary{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid var(--border)}.fk-capacity-table-wrap{overflow-x:auto}.fk-capacity-detail{margin-top:18px;padding-top:14px;border-top:1px solid var(--border)}.fk-capacity-detail h4{margin:0 0 10px;font-size:.78rem;font-weight:600;color:var(--text)}.fk-case-table th,.fk-case-table td{text-align:left}.fk-case-table{width:100%;table-layout:fixed}.fk-case-table th:first-child,.fk-case-table td:first-child{width:360px;min-width:360px;max-width:360px}.fk-capacity-table td{vertical-align:middle}.fk-capacity-table tbody tr:hover{background:#00000005}.fk-case-table td:nth-child(1){font-weight:600}.fk-case-title{display:flex;align-items:center;gap:8px;min-width:0;max-width:100%}.fk-case-table td:not(:first-child){font-size:.82rem}.fk-case-title,.fk-case-name,.fk-case-note{min-width:0;padding:0;border-radius:0;background:transparent}.fk-case-name{display:block;font-size:.9rem;font-weight:500;color:#3a3a3c;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fk-case-note{display:block;margin-top:2px;color:var(--text-muted);font-size:12px;font-weight:400;white-space:normal}.fk-area-badge,.fk-district-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:3px 9px;font-size:.62rem;font-weight:700;letter-spacing:0;white-space:nowrap}.fk-area-badge{min-width:32px;padding:2px 6px;font-size:.52rem;flex-shrink:0}.fk-area-egh{background:#3b97de;color:#fff}.fk-area-jfh{background:#48b657;color:#fff}.fk-district-badge{background:var(--badge-color);color:#fff}.fk-capacity-empty{color:var(--text-muted);font-size:.76rem;padding:8px 0 2px}.fk-district-mobile-list{display:none}.fk-district-mobile-head{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:12px;padding:0 0 10px;border-bottom:2px solid rgba(0,0,0,.08);color:var(--text-muted);font-size:.68rem;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.fk-district-mobile-sort{border:none;padding:0;background:transparent;color:inherit;cursor:pointer;font:inherit;font-weight:inherit;letter-spacing:inherit;text-align:left;text-transform:inherit}.fk-district-mobile-sort.sort-asc:after{content:" ▲";font-size:.55rem;opacity:.7}.fk-district-mobile-sort.sort-desc:after{content:" ▼";font-size:.55rem;opacity:.7}.fk-district-mobile-row{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:12px;align-items:center;padding:7px 0;border-bottom:1px solid rgba(0,0,0,.04)}.fk-district-mobile-row-sum{font-weight:700;border-top:2px solid rgba(0,0,0,.08);border-bottom:none;grid-template-columns:1fr}.fk-district-mobile-district{min-width:0}.fk-district-mobile-district .fk-district-badge,.fk-case-table .fk-district-badge{font-size:.64rem;padding:3px 8px}.fk-district-mobile-hours{display:flex;align-items:baseline;gap:6px;white-space:nowrap}.fk-district-mobile-hours-sum{justify-content:flex-end}.fk-district-mobile-total{color:#3a3a3c;font-size:.98rem;font-weight:500;line-height:1.1;flex-shrink:0}.fk-district-mobile-breakdown{color:var(--text-muted);font-size:.66rem;line-height:1.2;white-space:nowrap}.al-table{width:100%;border-collapse:collapse;font-size:.76rem;table-layout:auto}.al-table th{text-align:left;padding:6px 8px;border-bottom:2px solid rgba(0,0,0,.08);color:var(--text-muted);font-weight:600;white-space:nowrap;font-size:.68rem;text-transform:uppercase;letter-spacing:.3px;cursor:pointer;-webkit-user-select:none;user-select:none}.al-table th:hover{color:var(--text)}.al-table th.sort-asc:after{content:" ▲";font-size:.55rem;opacity:.7}.al-table th.sort-desc:after{content:" ▼";font-size:.55rem;opacity:.7}.al-table td{padding:6px 8px;border-bottom:1px solid rgba(0,0,0,.04);white-space:nowrap;color:#3a3a3c}.al-table .val-pos{color:var(--green);font-weight:600}.al-table .val-warn{color:var(--orange);font-weight:600}.al-table .val-neg{color:var(--red);font-weight:600}.al-tip{position:relative;cursor:help}.al-tip:after{content:attr(data-tip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);padding:4px 8px;border-radius:6px;background:#000000bf;color:#fff;font-size:.6rem;font-weight:500;white-space:pre-line;pointer-events:none;opacity:0;transition:opacity .1s;z-index:10;min-width:max-content}.al-tip:hover:after{opacity:1}.al-table .row-sum td{font-weight:700;border-top:2px solid rgba(0,0,0,.08);border-bottom:none}.al-arrow{display:inline-block;font-size:.55rem;transition:transform .2s;width:12px;color:var(--text-muted)}.al-arrow.open{transform:rotate(90deg)}.al-client-row td{background:#00000004;font-size:.72rem}.al-client-row:last-of-type td{border-bottom:2px solid rgba(0,0,0,.06)}.chart-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}.chart-wrap{position:relative;height:320px}.al-tabs{display:flex;background:#0000000a;border-radius:10px;padding:3px;margin-bottom:16px}.al-tab{flex:1;padding:8px 4px;border:none;border-radius:8px;font-size:.72rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;color:var(--text-muted);background:transparent;text-align:center}.al-tab.on{background:var(--card);color:var(--text);box-shadow:0 1px 3px #00000014}.al-tab .tc{display:inline-block;min-width:16px;height:16px;line-height:16px;border-radius:8px;font-size:.58rem;font-weight:700;text-align:center;margin-left:3px;padding:0 4px}.al-tab.on .tc{background:#0071e31a;color:var(--accent)}.al-tab:not(.on) .tc{background:#0000000f;color:var(--text-muted)}.al-chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;flex-wrap:wrap;gap:6px 0}.al-chart-sort{position:absolute;top:14px;right:18px;display:flex;gap:4px;align-items:center;z-index:2}.al-chart-sort .al-sort-label,.al-chart-sort-mobile{display:none}.al-search.sbox{margin-bottom:0;width:180px;flex-shrink:1;min-width:100px}.al-search.sbox input{padding:6px 28px 6px 30px;font-size:.72rem;border-radius:8px}.al-search.sbox>svg{width:13px;height:13px;left:10px}.al-search.sbox .search-clear{right:7px;width:15px;height:15px}.al-search.sbox .search-clear svg{width:7px;height:7px}.al-search-suggestions{position:absolute;left:0;right:0;top:100%;margin:4px 0 0;padding:0;list-style:none;background:#f5f5f7;border-radius:10px;box-shadow:0 3px 10px #0000000f;z-index:10;max-height:240px;overflow-y:auto}.al-search-suggestions li+li{border-top:.5px solid rgba(0,0,0,.08)}.al-search-suggestions li button{display:block;width:100%;padding:10px 14px;border:none;background:transparent;text-align:left;font-family:inherit;font-size:.82rem;color:var(--text);cursor:pointer;border-radius:0;transition:background .1s}.al-search-suggestions li:first-child button{border-radius:10px 10px 0 0}.al-search-suggestions li:last-child button{border-radius:0 0 10px 10px}.al-search-suggestions li:only-child button{border-radius:10px}.al-search-suggestions li button:hover,.al-search-suggestions li button:active,.al-search-suggestions li.highlighted button{background:#0000000a}.al-search-suggestions li button strong{font-weight:700}.al-tab-short,.al-team-mobile{display:none}@media(max-width:768px){.kpi-desktop{display:none}.kpi-mobile{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.kpi{padding:12px 14px}.kpi-value{font-size:1.1rem}.al-tab-full{display:none}.al-tab-short{display:inline}.al-tabs{margin-bottom:8px}.al-team-mobile{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;margin-bottom:12px;background:#0000000a;border-radius:8px;padding:2px}.al-team-mobile .team-chip{border-radius:6px;font-size:.62rem;padding:4px;text-align:center;justify-content:center}.al-team-mobile .team-chip.on{box-shadow:0 1px 3px #00000014}.al-chart-team-chips,.al-chart-sort{display:none!important}.al-chart-sort-mobile{display:flex!important;gap:4px;align-items:center;order:99;margin-left:auto}.al-chart-mode{display:none!important}.al-chart-mode-mobile{display:flex!important;gap:4px;align-items:center;order:1}.al-chart-title{display:none}.al-search.sbox{position:fixed;bottom:calc(50px + env(safe-area-inset-bottom));left:0;right:0;width:auto;min-width:unset;margin:0;padding:5px 6px 4px;background:#f5f5f7;border-top:none;box-shadow:0 -1px 4px #0000000f,0 -3px 10px #0000000a;z-index:1200;border-radius:10px 10px 0 0;font-size:.9rem}.al-search.sbox input{padding:8px 29px;font-size:.9rem;border-radius:10px;background:var(--card);box-shadow:0 1px 3px #0000000f}.al-search.sbox>svg{width:16px;height:16px;left:12px}.al-search.sbox .search-clear{right:10px;width:20px;height:20px}.al-search.sbox .search-clear svg{width:9px;height:9px}.al-search.sbox.has-suggestions{border-radius:0;box-shadow:none}.al-search-suggestions{inset:auto 0 100%;margin:0;padding:0;border-radius:12px 12px 0 0;background:#f5f5f7;box-shadow:0 -3px 10px #0000000f;font-size:.88rem}.al-search-suggestions li+li{border-top:.5px solid rgba(0,0,0,.08)}.al-search-suggestions li button{padding:10px 14px;font-size:.88rem;border-radius:0;background:transparent}.al-main{padding:12px 12px 44px}.fallkoordination-view{padding:12px}.fk-map-section{margin-bottom:12px}.fk-district-table{display:none}.fk-district-mobile-list{display:block}.fk-map-header{align-items:stretch;flex-direction:column}.fk-map{height:340px;min-height:340px}.fk-map-shell .leaflet-control-zoom{margin-bottom:18px}.fk-cases-section{margin-bottom:12px}.fk-case-table{min-width:680px}.fk-case-table th:first-child,.fk-case-table td:first-child{width:min(215px,48vw);min-width:min(215px,48vw);max-width:48vw}.al-section{padding:12px}.chart-grid{grid-template-columns:1fr}.chart-wrap{height:260px}.al-table{font-size:.7rem}.al-table th{font-size:.6rem;padding:4px 6px}.al-table td{padding:4px 6px}.al-table th:first-child,.al-table td:first-child{position:sticky;left:0;background:var(--card);z-index:1;box-shadow:2px 0 4px #0000000a}}.al-ist-corrected{background:#ff950026}.iec-display{cursor:pointer;display:inline-block;min-width:32px;border-radius:6px;padding:2px 8px;background:#0000000d;transition:background-color .12s ease}.iec-display:hover{background:#0000001a}.al-ist-corrected .iec-display{background:#ff950038}.al-ist-corrected .iec-display:hover{background:#ff950052}.iec-display[aria-disabled=true]{cursor:not-allowed;opacity:.6}.iec-display[aria-disabled=true]:hover{background:#0000000d}.iec-input{font:inherit;color:inherit;padding:2px 6px;border:1px solid var(--accent, #007aff);border-radius:4px;background:var(--card, #fff);outline:none;box-shadow:0 0 0 3px #007aff26}.iec-input-number{width:64px;text-align:left}.iec-input-text{width:100%;min-width:160px}.al-table th:nth-child(6),.al-table td:nth-child(6){min-width:180px}.al-table td:nth-child(6) .iec-display{display:block;width:100%}.al-revert-btn{border:none;background:transparent;color:var(--text-muted, #86868b);cursor:pointer;font-size:14px;line-height:1;padding:2px 6px;margin-left:8px;border-radius:4px;transition:color .12s ease,background-color .12s ease}.al-revert-btn:hover{color:var(--red, #ff3b30);background:#ff3b301a}.al-revert-btn:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.al-tooltip{position:absolute;top:0;left:0;transform:translateY(-100%);background:#000000d1;color:#fff;border-radius:8px;padding:10px 28px 10px 12px;font-size:.72rem;line-height:1.5;opacity:0;transition:opacity .12s ease;pointer-events:none;z-index:10;max-width:280px;box-shadow:0 4px 12px #0000002e}.al-tooltip.al-tooltip-flip-x{transform:translate(-100%,-100%)}.al-tooltip.al-tooltip-flip-y{transform:translate(0)}.al-tooltip.al-tooltip-flip-x.al-tooltip-flip-y{transform:translate(-100%)}.al-tooltip-title{font-weight:600;font-size:.78rem;margin-bottom:6px;padding-right:4px}.al-tooltip-body>div{white-space:nowrap}.al-tooltip-close{position:absolute;top:4px;right:4px;width:22px;height:22px;border:none;background:transparent;color:#ffffffb3;font-size:0;cursor:pointer;border-radius:4px;padding:0;display:flex;align-items:center;justify-content:center;transition:background .12s,color .12s}.al-tooltip-close:before,.al-tooltip-close:after{content:"";position:absolute;width:13px;height:2px;border-radius:1px;background:currentColor;top:50%;left:50%}.al-tooltip-close:before{transform:translate(-50%,-50%) rotate(45deg)}.al-tooltip-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.al-tooltip-close:hover{background:#ffffff26;color:#fff}.al-chart-empty{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;color:var(--text-muted, #86868b);font-size:.85rem;line-height:1.5;pointer-events:none}.al-chart-mode{position:absolute;top:14px;left:18px;display:flex;gap:4px;align-items:center;z-index:2}.al-chart-mode .al-mode-label,.al-chart-mode-mobile{display:none}.fk-modal-bg{position:fixed;inset:0;background:#00000059;z-index:9999;display:flex;align-items:center;justify-content:center}.fk-modal{background:var(--card);border-radius:14px;padding:24px;width:380px;box-shadow:0 8px 32px #0003}.fk-modal h3{margin:0 0 16px;font-size:.95rem}.fk-modal-btns{display:flex;gap:8px;margin-top:18px;justify-content:flex-end}.fk-modal-btns button{padding:8px 18px;border:none;border-radius:8px;font-size:.78rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s}.fk-modal-btns .fk-btn-ok{background:var(--accent);color:#fff}.fk-modal-btns .fk-btn-ok:hover{filter:brightness(1.1)}.fk-modal-btns .fk-btn-cancel{background:#0000000f;color:var(--text)}.confirm-dialog{width:340px}.confirm-dialog p{font-size:.82rem;line-height:1.5;color:var(--text);margin:0}.confirm-dialog-danger .fk-btn-ok{background:var(--red)!important}.confirm-dialog-danger .fk-btn-ok:hover{filter:brightness(1.1)}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:9999;min-width:280px;max-width:440px;display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:14px;background:#ffffffeb;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);box-shadow:0 4px 24px #0000001a,0 1px 4px #0000000f;border-left:3.5px solid transparent;border-right:3.5px solid transparent;animation:toast-slide-in .35s cubic-bezier(.21,1.02,.73,1) forwards}.toast--success{border-left-color:var(--green);border-right-color:var(--green)}.toast--error{border-left-color:var(--red);border-right-color:var(--red)}.toast--update,.toast--install{border-left-color:var(--accent);border-right-color:var(--accent)}.toast__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.toast__message{flex:1;font-size:.8125rem;font-weight:500;line-height:1.4;color:var(--text)}.toast__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:8px;background:transparent;color:var(--text-muted);cursor:pointer;transition:background .15s}.toast__close:hover{background:#0000000d}.toast__action-btn{flex-shrink:0;padding:5px 12px;border:none;border-radius:6px;background:var(--accent);color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;transition:opacity .15s}.toast__action-btn:hover{opacity:.85}@keyframes toast-slide-in{0%{opacity:0;transform:translate(-50%) translateY(16px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:768px){.toast{bottom:calc(64px + env(safe-area-inset-bottom));left:12px;right:12px;min-width:0;max-width:none;transform:none}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}}.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}}
