:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--text: #eef4ff;--muted: #9eb0c8;--line: rgba(190, 207, 235, .11);--glass: rgba(12, 21, 36, .6);--glass-soft: rgba(17, 28, 47, .56);--shadow: 0 24px 70px rgba(4, 8, 16, .32);--blue: #4f8cff;--blue-2: #2f6cf5;--green: #79d58a;--blur: blur(18px)}*{box-sizing:border-box}html,body,#root{margin:0;width:100%;height:100%}body{overflow:hidden;background:radial-gradient(circle at 20% 10%,rgba(79,140,255,.08),transparent 0 20%),radial-gradient(circle at 80% 12%,rgba(255,148,88,.06),transparent 0 18%),linear-gradient(180deg,#07111d,#040914);color:var(--text)}button,input,a{font:inherit}a{color:#c8d8f0;text-decoration:none}.glass{background:var(--glass);backdrop-filter:var(--blur);-webkit-backdrop-filter:var(--blur);border:1px solid var(--line);box-shadow:var(--shadow)}.glass-soft{background:var(--glass-soft);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(190,207,235,.08)}.app{position:relative;width:100%;height:100%}.topbar{position:absolute;z-index:1000;top:16px;left:16px;right:16px;height:78px;padding:0 14px;border-radius:28px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center}.brand-block{display:flex;align-items:center;gap:12px;min-width:0}.brand-logo{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;font-size:1.1rem;background:linear-gradient(180deg,#4f8cff40,#2248ac3d);border:1px solid rgba(190,207,235,.08)}.brand-title{font-size:1.75rem;line-height:1;font-weight:800;letter-spacing:-.03em}.brand-subtitle{margin-top:4px;color:var(--muted);font-size:.94rem}.search-box{height:48px;border-radius:18px;padding:0 14px;display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:center}.search-box input{width:100%;border:0;background:transparent;color:var(--text);outline:none}.search-box input::placeholder{color:#95a8c3}.top-controls{display:flex;align-items:center;gap:10px}.mode-switch{display:flex;align-items:center;gap:4px;padding:4px;height:48px;border-radius:18px}.mode-btn{min-width:98px;height:40px;border:0;border-radius:14px;color:var(--text);background:transparent;font-weight:700;cursor:pointer}.mode-btn.active{background:linear-gradient(180deg,var(--blue) 0%,var(--blue-2) 100%);box-shadow:0 10px 22px #2f6cf538}.left-panel{position:absolute;z-index:940;top:108px;left:16px;width:320px;height:calc(100vh - 124px);border-radius:28px;padding:16px;display:flex;flex-direction:column;gap:14px}.left-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.tab-btn{min-height:40px;border:0;border-radius:14px;background:#17253dd6;border:1px solid rgba(190,207,235,.08);color:var(--text);cursor:pointer;font-weight:700}.tab-btn.active{background:linear-gradient(180deg,var(--blue) 0%,var(--blue-2) 100%)}.summary-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.summary-card{border-radius:18px;padding:12px;background:#ffffff08;border:1px solid rgba(190,207,235,.08);text-align:center}.summary-card strong{display:block;font-size:1.25rem;margin-bottom:4px}.summary-card span{color:var(--muted);font-size:.82rem}.incident-list{display:grid;gap:10px;overflow:auto;min-height:0;padding-right:2px}.empty-state{border-radius:18px;padding:18px;background:#ffffff08;border:1px solid rgba(190,207,235,.08);display:grid;gap:8px;color:var(--muted)}.incident-item{border:1px solid rgba(190,207,235,.08);background:#ffffff08;color:var(--text);border-radius:20px;padding:14px;cursor:pointer;text-align:left}.incident-item.selected{border-color:#4f8cff6b;background:#4f8cff14}.incident-item-top{display:flex;justify-content:flex-start;align-items:center}.status-pill,.panel-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;color:#fff;font-size:.84rem;font-weight:800}.panel-chip.blue{background:#4f8cff29;color:#9cc0ff}.incident-item-title{margin-top:12px;font-size:1rem;font-weight:800;line-height:1.2}.incident-item-sub{margin-top:5px;color:#d3dff0;font-size:.92rem}.incident-item-meta{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px 12px;color:var(--muted);font-size:.84rem}.filters-wrap{display:grid;gap:16px;overflow:auto}.filter-group label{display:block;margin-bottom:10px;font-weight:700}.chip-row{display:flex;flex-wrap:wrap;gap:10px}.chip{min-height:40px;border:0;border-radius:14px;padding:0 14px;background:#17253dd6;border:1px solid rgba(190,207,235,.08);color:var(--text);cursor:pointer}.chip.active{background:linear-gradient(180deg,var(--blue) 0%,var(--blue-2) 100%)}.left-footer{margin-top:auto;padding-top:12px;border-top:1px solid rgba(190,207,235,.08);display:flex;flex-wrap:wrap;gap:10px 14px;font-size:.84rem}.map-stage{position:absolute;top:0;right:0;bottom:0;left:0}.map{width:100%;height:100%}.leaflet-container{background:#dfe8ef}.leaflet-control-attribution{background:#ffffffa8!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px 0 0!important}.right-panel{position:absolute;z-index:950;right:16px;top:108px;width:360px;min-height:220px;border-radius:28px;padding:18px}.right-panel.empty{min-height:180px}.panel-head{display:flex;justify-content:flex-start}.right-panel h3{margin:14px 0 6px;font-size:1.95rem;line-height:1;letter-spacing:-.03em}.panel-subtitle{color:#d3e1f7;font-size:.95rem}.info-list{margin-top:16px;display:grid;gap:10px}.info-row{border-radius:18px;padding:13px 14px;background:#ffffff08;border:1px solid rgba(190,207,235,.08);display:grid;gap:5px}.info-row span{color:var(--muted);font-size:.84rem}.info-row strong{font-size:1rem}.stats-strip.two{margin-top:14px;padding-top:14px;border-top:1px solid rgba(190,207,235,.08);display:grid;grid-template-columns:1fr 1fr;gap:10px}.stats-strip span{display:block;color:var(--muted);font-size:.84rem;margin-bottom:6px}.stats-strip strong{font-size:.98rem}.simple-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.type-btn{min-height:42px;border:0;border-radius:14px;background:#17253dd6;border:1px solid rgba(190,207,235,.08);color:var(--text);cursor:pointer}.type-btn.active{background:linear-gradient(180deg,var(--blue) 0%,var(--blue-2) 100%)}.action-row{display:flex;gap:10px;margin-top:18px}.btn-primary,.btn-secondary,.btn-green{flex:1;height:48px;border:0;border-radius:16px;font-weight:800;cursor:pointer}.btn-primary{background:linear-gradient(180deg,var(--blue) 0%,var(--blue-2) 100%);color:#fff}.btn-secondary{background:#7f91ab1f;border:1px solid rgba(190,207,235,.14);color:var(--text)}.btn-green{background:#79d58a14;border:1px solid rgba(121,213,138,.34);color:#8ce4a2}.inline-msg{margin-top:14px;color:#9ec1ff}@media (max-width: 1180px){.topbar{grid-template-columns:1fr;height:auto;padding:12px}.left-panel,.right-panel{top:148px;height:calc(100vh - 164px)}}@media (max-width: 980px){body{overflow:auto}.topbar{top:12px;left:12px;right:12px}.left-panel{left:12px;width:290px;top:148px;height:calc(100vh - 160px)}.right-panel{right:12px;width:330px;top:148px}}@media (max-width: 860px){.left-panel{left:12px;right:12px;width:auto;height:230px;top:auto;bottom:250px}.incident-list{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden}.incident-item{min-width:260px}.right-panel{left:12px;right:12px;width:auto;top:auto;bottom:12px}.stats-strip.two,.summary-grid.two{grid-template-columns:1fr}.action-row{flex-direction:column}}:root{--ux-font-base: 14px;--ux-panel-width: clamp(260px, 23vw, 340px);--ux-panel-padding: clamp(10px, 1.1vw, 14px);--ux-card-padding: clamp(9px, 1vw, 12px);--ux-radius-panel: 20px;--ux-radius-control: 14px;--ux-control-height: 34px;--ux-gap: 10px}html{font-size:var(--ux-font-base)}body{font-size:.92rem}.app-shell,.app-layout,.shell,.main-layout,.map-layout{gap:var(--ux-gap)}.glass,.left-panel,.right-panel,.side-panel,.sidebar,.panel{border-radius:var(--ux-radius-panel)}.left-panel,.right-panel,.side-panel,.sidebar{width:var(--ux-panel-width);max-width:var(--ux-panel-width);padding:var(--ux-panel-padding)}.topbar,.header,.app-header,.toolbar{min-height:auto;padding:9px 12px}.brand-title,.logo-title,h1{font-size:clamp(1.15rem,1.65vw,1.45rem);line-height:1.05}.brand-subtitle,.logo-subtitle,.panel-subtitle{font-size:.78rem;line-height:1.25}h2,.panel h2{font-size:1.05rem}h3,.panel h3,.right-panel h3,.left-panel h3{font-size:1rem;line-height:1.15;margin-block:.35rem}button,input,select,textarea{font-size:.9rem}.mode-btn,.chip,.type-btn,.btn-primary,.btn-secondary,.panel-chip,.search-input,.searchbox input{min-height:var(--ux-control-height);padding:7px 10px;border-radius:var(--ux-radius-control)}.stats-grid,.simple-grid,.action-row,.info-list{gap:8px}.stat-card,.incident-card,.zone-card,.info-row,.filter-card{padding:var(--ux-card-padding);border-radius:16px}.stat-card strong,.counter strong{font-size:clamp(1.15rem,1.8vw,1.55rem)}.incident-card{gap:6px}.incident-card h3,.incident-card strong{font-size:.94rem}.leaflet-control-zoom a{width:30px!important;height:30px!important;line-height:30px!important}.leaflet-control-attribution{font-size:10px}@media (min-width: 900px){.right-panel,.left-panel,.side-panel,.sidebar{max-height:calc(100vh - 24px);overflow:auto}}@media (max-width: 760px){:root{--ux-font-base: 14px;--ux-panel-width: min(100%, 420px);--ux-panel-padding: 12px}.left-panel,.right-panel,.side-panel,.sidebar{width:100%;max-width:100%}.brand-title,.logo-title,h1{font-size:1.18rem}}:root{--compact-control-height: 2.45rem;--compact-radius: 1.05rem;--compact-panel-radius: 1.45rem}button,input,select,textarea{font-size:.92rem}.brand-block{gap:.6rem}.brand-logo{width:2.2rem;height:2.2rem;min-width:2.2rem}.brand-title{font-size:clamp(1rem,1.65vw,1.18rem);letter-spacing:-.03em}.brand-subtitle{font-size:.74rem;line-height:1.25}.panel-chip{padding:.34rem .58rem;font-size:.72rem}.mode-switch,.mode-tabs,.tabs,.segmented-control{gap:.45rem;padding:.35rem}.mode-switch button,.mode-tabs button,.tabs button,.segmented-control button{min-height:var(--compact-control-height);padding:.55rem .9rem;border-radius:var(--compact-radius);font-size:.92rem}.report-panel,.report-card,.report-sheet,.report-box,.detail-panel,.floating-panel{border-radius:var(--compact-panel-radius)}.btn-primary,.btn-secondary,.btn-ghost,button{min-height:var(--compact-control-height)}.turnstile-box{width:100%;margin:.65rem auto .85rem;padding:.55rem;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:.95rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);overflow:hidden}#turnstile-report-widget,.cf-turnstile,.turnstile-box>div{max-width:100%}.turnstile-hint{margin:.35rem 0 0;font-size:.76rem;line-height:1.25;opacity:.78;text-align:center}@media (max-width: 720px){html{font-size:14px}.brand-logo{width:2rem;height:2rem;min-width:2rem}.brand-title{font-size:1rem}.brand-subtitle{font-size:.68rem;max-width:12rem}.left-footer{flex-wrap:wrap;gap:.42rem}.left-footer a{font-size:.72rem}.report-panel,.report-card,.report-sheet,.report-box,.detail-panel,.floating-panel{max-height:78svh;overflow:auto}.turnstile-box{margin:.55rem auto .75rem;padding:.45rem;border-radius:.85rem}.btn-primary,.btn-secondary,.btn-ghost,button{min-height:2.28rem;padding-top:.48rem;padding-bottom:.48rem}}@media (max-width: 480px){html{font-size:13.25px}.brand-subtitle{display:none}.turnstile-hint{font-size:.7rem}}@media (max-width: 860px){html,body,#root{height:100%;overflow:hidden}.app{height:100svh;overflow:hidden}.topbar{top:8px;left:8px;right:8px;height:auto;padding:8px;gap:7px;border-radius:20px;grid-template-columns:1fr}.brand-block{gap:7px}.brand-logo{width:28px;height:28px;min-width:28px;border-radius:10px;font-size:.82rem}.brand-title{font-size:.92rem;line-height:1}.brand-subtitle{display:none}.search-box{height:36px;border-radius:13px;padding:0 10px;font-size:.82rem}.mode-switch{height:38px;border-radius:14px;padding:4px}.mode-btn{height:30px;min-height:30px;min-width:0;padding:0 .72rem;border-radius:11px;font-size:.84rem}.left-panel{left:8px;right:8px;top:auto;bottom:8px;width:auto;max-width:none;height:190px;padding:10px;border-radius:20px}.app-report .left-panel{display:none}.right-panel{left:8px;right:8px;width:auto;max-width:none;top:auto;bottom:8px;min-height:0;max-height:42svh;padding:12px;border-radius:22px;overflow:auto}.app-report .right-panel{top:128px;bottom:auto;max-height:calc(100svh - 136px)}.right-panel h3{margin:8px 0 4px;font-size:1.05rem;line-height:1.12}.panel-subtitle{font-size:.82rem;line-height:1.25}.panel-chip{min-height:26px;padding:0 9px;font-size:.7rem}.simple-grid{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.type-btn{min-height:38px;border-radius:13px;font-size:.86rem}.action-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.btn-primary,.btn-secondary,.btn-green{height:42px;min-height:42px;border-radius:14px;font-size:.86rem}.turnstile-box{width:100%;margin:10px 0;padding:8px;align-items:center;background:#ffffff14;border-radius:14px;overflow:visible}#turnstile-report-widget{max-width:100%;min-height:70px}.turnstile-box iframe{max-width:100%!important}.turnstile-hint{margin-top:5px;font-size:.7rem;line-height:1.2}.left-footer{gap:.42rem}.left-footer a{font-size:.72rem}}@media (max-width: 420px){html{font-size:13.25px}.topbar{gap:6px;padding:7px}.brand-logo{width:24px;height:24px;min-width:24px;border-radius:9px;font-size:.76rem}.brand-title{font-size:.86rem}.search-box{height:34px}.mode-switch{height:36px}.mode-btn{height:28px;min-height:28px;font-size:.8rem}.app-report .right-panel{top:112px;max-height:calc(100svh - 120px)}.right-panel{padding:10px;border-radius:20px}.simple-grid{gap:7px}.type-btn{min-height:36px;font-size:.82rem}.action-row{grid-template-columns:1fr;gap:7px}.btn-primary,.btn-secondary,.btn-green{height:38px;min-height:38px}.turnstile-box{justify-content:flex-start;min-height:86px;padding:7px}}@media (max-width: 900px){html,body,#root{height:100%;overflow:hidden}.app{height:100svh;width:100vw;overflow:hidden}.map-wrap,.map-shell,.leaflet-container{height:100svh!important}.topbar{position:fixed;top:max(8px,env(safe-area-inset-top));left:8px;right:8px;z-index:700;display:grid;grid-template-columns:1fr;gap:7px;padding:8px;border-radius:20px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-block{min-width:0;gap:7px}.brand-logo{width:28px;height:28px;min-width:28px;border-radius:10px;font-size:.82rem}.brand-title{font-size:.92rem;line-height:1.05;letter-spacing:-.03em}.brand-subtitle{display:none}.search-box,.search-input,.search{height:35px;min-height:35px;border-radius:13px;font-size:.82rem}.mode-switch{height:38px;min-height:38px;padding:4px;border-radius:15px;gap:4px}.mode-btn{height:30px;min-height:30px;padding:0 .75rem;border-radius:12px;font-size:.82rem}.left-panel{position:fixed;left:8px;right:8px;top:auto;bottom:max(8px,env(safe-area-inset-bottom));z-index:650;width:auto;max-width:none;height:auto;max-height:30svh;min-height:0;padding:10px;border-radius:20px;overflow:auto}.app-report .left-panel{display:none!important}.right-panel{position:fixed;left:8px;right:8px;top:auto;bottom:max(8px,env(safe-area-inset-bottom));z-index:680;width:auto;max-width:none;min-height:0;max-height:38svh;padding:11px;border-radius:22px;overflow:auto;overscroll-behavior:contain}.app-report .right-panel{bottom:max(8px,env(safe-area-inset-bottom));top:auto;max-height:min(58svh,470px)}.right-panel:before{content:"";display:block;width:42px;height:4px;margin:0 auto 9px;border-radius:999px;background:#ffffff47}.right-panel h2,.right-panel h3{margin:6px 0 4px;font-size:1rem;line-height:1.12;letter-spacing:-.025em}.panel-subtitle,.right-panel p{font-size:.79rem;line-height:1.25}.panel-chip{min-height:24px;padding:0 8px;font-size:.68rem;border-radius:999px}.simple-grid{grid-template-columns:1fr 1fr;gap:7px;margin-top:10px}.type-btn,.simple-grid button{min-height:35px;height:35px;padding:0 8px;border-radius:13px;font-size:.81rem}.action-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}.btn-primary,.btn-secondary,.btn-green,.action-row button{height:38px;min-height:38px;padding:0 10px;border-radius:14px;font-size:.82rem}.turnstile-box{width:100%;max-width:100%;min-height:86px;margin:9px 0;padding:7px;border-radius:14px;display:grid;place-items:center;overflow:hidden;background:#ffffff1f;border:1px solid rgba(255,255,255,.18)}#turnstile-report-widget,.cf-turnstile,.turnstile-box>div{max-width:100%!important;width:auto!important}.turnstile-box iframe{max-width:100%!important;transform-origin:center}.turnstile-hint{margin:5px 0 0;text-align:center;font-size:.68rem;line-height:1.18;opacity:.75}.left-footer{gap:.38rem;flex-wrap:wrap}.left-footer a{font-size:.68rem}.leaflet-control-zoom{transform:scale(.82);transform-origin:bottom left}.leaflet-control-attribution{font-size:9px}}@media (max-width: 480px){html{font-size:13px}.topbar{padding:7px;gap:6px;border-radius:18px}.brand-logo{width:24px;height:24px;min-width:24px;border-radius:9px}.brand-title{font-size:.84rem}.search-box,.search-input,.search{height:32px;min-height:32px}.mode-switch{height:34px;min-height:34px}.mode-btn{height:26px;min-height:26px;font-size:.76rem}.left-panel{max-height:28svh;padding:9px}.right-panel{padding:9px;border-radius:20px;max-height:36svh}.app-report .right-panel{max-height:min(54svh,430px)}.simple-grid{gap:6px}.type-btn,.simple-grid button{min-height:33px;height:33px;font-size:.78rem}.action-row{grid-template-columns:1fr;gap:6px}.btn-primary,.btn-secondary,.btn-green,.action-row button{height:36px;min-height:36px;font-size:.8rem}.turnstile-box{min-height:80px;padding:6px;margin:8px 0}}@media (max-width: 380px){.app-report .right-panel{max-height:50svh}.turnstile-box iframe{transform:scale(.92)}}@media (max-width: 900px){html,body,#root{width:100%;height:100%;overflow:hidden!important}.app{width:100vw;height:100svh;overflow:hidden!important}.map-wrap,.map-shell,.leaflet-container{height:100svh!important;min-height:100svh!important}.topbar{top:max(8px,env(safe-area-inset-top))!important;left:8px!important;right:8px!important;padding:7px!important;gap:6px!important;border-radius:18px!important;max-height:112px!important}.brand-block{gap:7px!important;min-height:25px!important}.brand-logo{width:24px!important;height:24px!important;min-width:24px!important;border-radius:9px!important;font-size:.74rem!important}.brand-title{font-size:.82rem!important;line-height:1!important}.brand-subtitle{display:none!important}.search-box,.search-input,.search{height:32px!important;min-height:32px!important;border-radius:12px!important;font-size:.78rem!important}.mode-switch{height:34px!important;min-height:34px!important;width:fit-content!important;max-width:100%!important;padding:4px!important;border-radius:14px!important}.mode-btn{height:26px!important;min-height:26px!important;padding:0 .8rem!important;border-radius:10px!important;font-size:.76rem!important}.left-panel{display:none!important}.right-panel{position:fixed!important;left:8px!important;right:8px!important;top:auto!important;bottom:max(8px,env(safe-area-inset-bottom))!important;width:auto!important;max-width:none!important;min-height:0!important;height:auto!important;padding:10px 11px!important;border-radius:19px!important;overflow:auto!important;overscroll-behavior:contain!important;z-index:680!important}.right-panel:before{content:""!important;display:block!important;width:34px!important;height:3px!important;margin:0 auto 7px!important;border-radius:999px!important;background:#ffffff4d!important}.app-explore .right-panel{max-height:92px!important}.app-explore .right-panel .panel-chip{display:inline-flex!important;min-height:20px!important;padding:0 7px!important;font-size:.62rem!important}.app-explore .right-panel h3,.app-explore .right-panel h2{margin:5px 0 2px!important;font-size:.86rem!important;line-height:1.08!important}.app-explore .right-panel p,.app-explore .right-panel .panel-subtitle{margin:0!important;font-size:.68rem!important;line-height:1.15!important}.app-report .right-panel{max-height:min(390px,52svh)!important;padding:10px!important}.app-report .right-panel .panel-chip{min-height:20px!important;padding:0 7px!important;font-size:.62rem!important}.app-report .right-panel h3,.app-report .right-panel h2{margin:5px 0 2px!important;font-size:.9rem!important;line-height:1.1!important}.app-report .right-panel p,.app-report .right-panel .panel-subtitle{margin:0!important;font-size:.68rem!important;line-height:1.15!important}.simple-grid{grid-template-columns:1fr 1fr!important;gap:6px!important;margin-top:9px!important}.type-btn,.simple-grid button{height:32px!important;min-height:32px!important;padding:0 6px!important;border-radius:11px!important;font-size:.74rem!important}.turnstile-box{width:100%!important;max-width:100%!important;min-height:76px!important;height:76px!important;margin:8px 0!important;padding:5px!important;border-radius:13px!important;display:grid!important;place-items:center!important;overflow:hidden!important;background:#ffffff1f!important}#turnstile-report-widget,.cf-turnstile,.turnstile-box>div{max-width:100%!important;width:300px!important}.turnstile-box iframe{width:300px!important;max-width:100%!important;height:65px!important;transform-origin:center center!important}.turnstile-hint{display:none!important}.action-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;margin-top:8px!important}.btn-primary,.btn-secondary,.btn-green,.action-row button{height:34px!important;min-height:34px!important;padding:0 8px!important;border-radius:12px!important;font-size:.76rem!important}.message-box,.inline-message{margin-top:7px!important;padding:7px 9px!important;border-radius:12px!important;font-size:.72rem!important}.leaflet-control-attribution{font-size:8px!important}}@media (max-width: 380px){.app-report .right-panel{max-height:min(370px,50svh)!important}.turnstile-box iframe{transform:scale(.88)!important}.action-row{grid-template-columns:1fr!important}.btn-primary,.btn-secondary,.btn-green,.action-row button{height:32px!important;min-height:32px!important}}@media (min-width: 901px){.right-panel{overflow:visible!important}.turnstile-box{width:100%!important;min-width:320px!important;max-width:100%!important;height:auto!important;min-height:92px!important;padding:10px!important;overflow:visible!important;display:flex!important;align-items:center!important;justify-content:center!important}#turnstile-report-widget,.cf-turnstile,.turnstile-box>div{width:300px!important;max-width:300px!important;min-width:300px!important;margin-inline:auto!important;overflow:visible!important}.turnstile-box iframe{width:300px!important;max-width:300px!important;height:65px!important;transform:none!important;transform-origin:center center!important}}@media (max-width: 900px){html,body,#root{height:100%;overflow:hidden!important}.app{height:100svh;width:100vw;overflow:hidden!important}.map-wrap,.map-shell,.leaflet-container{height:100svh!important;min-height:100svh!important}.topbar{position:fixed!important;top:max(8px,env(safe-area-inset-top))!important;left:8px!important;right:8px!important;z-index:700!important;padding:7px!important;gap:6px!important;border-radius:18px!important;max-height:112px!important}.brand-block{min-height:24px!important;gap:7px!important}.brand-logo{width:24px!important;height:24px!important;min-width:24px!important;border-radius:9px!important;font-size:.74rem!important}.brand-title{font-size:.82rem!important;line-height:1!important}.brand-subtitle{display:none!important}.search-box,.search-input,.search{height:32px!important;min-height:32px!important;border-radius:12px!important;font-size:.78rem!important}.mode-switch{width:fit-content!important;max-width:100%!important;height:34px!important;min-height:34px!important;padding:4px!important;border-radius:14px!important}.mode-btn{height:26px!important;min-height:26px!important;padding:0 .8rem!important;border-radius:10px!important;font-size:.76rem!important}.app-explore .right-panel{display:none!important}.app-explore .left-panel{display:flex!important;position:fixed!important;left:8px!important;right:8px!important;top:auto!important;bottom:max(8px,env(safe-area-inset-bottom))!important;z-index:680!important;width:auto!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:34svh!important;padding:10px!important;border-radius:19px!important;overflow:auto!important;overscroll-behavior:contain!important}.app-explore .left-panel:before{content:""!important;display:block!important;width:34px!important;height:3px!important;min-height:3px!important;margin:0 auto 7px!important;border-radius:999px!important;background:#ffffff4d!important}.app-explore .left-panel h2,.app-explore .left-panel h3,.app-explore .panel-title{font-size:.88rem!important;line-height:1.1!important;margin:4px 0!important}.app-explore .left-panel p,.app-explore .left-panel li,.app-explore .panel-subtitle{font-size:.7rem!important;line-height:1.18!important}.app-explore .left-footer{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-top:8px!important;padding-top:8px!important;border-top:1px solid rgba(255,255,255,.12)!important}.app-explore .left-footer a{display:inline-flex!important;align-items:center!important;min-height:24px!important;padding:0 8px!important;border-radius:999px!important;background:#ffffff14!important;font-size:.68rem!important;text-decoration:none!important}.app-report .left-panel{display:none!important}.app-report .right-panel{display:block!important;position:fixed!important;left:8px!important;right:8px!important;top:auto!important;bottom:max(8px,env(safe-area-inset-bottom))!important;z-index:690!important;width:auto!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:calc(100svh - 132px)!important;padding:10px!important;border-radius:19px!important;overflow:auto!important;overscroll-behavior:contain!important}.app-report .right-panel:before{content:""!important;display:block!important;width:34px!important;height:3px!important;margin:0 auto 7px!important;border-radius:999px!important;background:#ffffff4d!important}.app-report .right-panel h2,.app-report .right-panel h3{margin:5px 0 2px!important;font-size:.9rem!important;line-height:1.1!important}.app-report .right-panel p,.app-report .right-panel .panel-subtitle{margin:0!important;font-size:.68rem!important;line-height:1.15!important}.panel-chip{min-height:20px!important;padding:0 7px!important;font-size:.62rem!important;border-radius:999px!important}.simple-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;margin-top:9px!important}.type-btn,.simple-grid button{height:32px!important;min-height:32px!important;padding:0 6px!important;border-radius:11px!important;font-size:.74rem!important}.turnstile-box{width:100%!important;max-width:100%!important;height:auto!important;min-height:134px!important;margin:8px 0!important;padding:8px!important;border-radius:13px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;background:#ffffff24!important}#turnstile-report-widget,.cf-turnstile,.turnstile-box>div{width:150px!important;max-width:150px!important;min-width:150px!important;margin-inline:auto!important;overflow:visible!important}.turnstile-box iframe{width:150px!important;max-width:150px!important;min-width:150px!important;height:130px!important;max-height:130px!important;transform:none!important;transform-origin:center center!important}.turnstile-hint{display:none!important}.action-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;margin-top:8px!important}.btn-primary,.btn-secondary,.btn-green,.action-row button{height:34px!important;min-height:34px!important;padding:0 8px!important;border-radius:12px!important;font-size:.76rem!important}.message-box,.inline-message{margin-top:7px!important;padding:7px 9px!important;border-radius:12px!important;font-size:.72rem!important}.leaflet-control-attribution{font-size:8px!important}}@media (max-width: 380px){.app-explore .left-panel{max-height:36svh!important}.app-report .right-panel{max-height:calc(100svh - 124px)!important}.action-row{grid-template-columns:1fr!important}.btn-primary,.btn-secondary,.btn-green,.action-row button{height:32px!important;min-height:32px!important}}.turnstile-box{min-height:0!important;height:auto!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}#turnstile-report-widget,.cf-turnstile{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;overflow:hidden!important}.turnstile-hint{display:inline-flex!important;align-items:center!important;min-height:22px!important;margin:8px 0 0!important;padding:4px 8px!important;border-radius:999px!important;background:#ffffff14!important;color:#f1f5f9c2!important;font-size:.68rem!important;line-height:1!important}@media (max-width: 900px){.turnstile-box{min-height:0!important;height:auto!important;margin:0!important;padding:0!important}.turnstile-hint{margin-top:7px!important;font-size:.64rem!important}.app-report .right-panel{max-height:calc(100svh - 128px)!important}}.turnstile-hint{opacity:.8!important}.btn-primary:disabled,.btn-secondary:disabled{cursor:progress}.status-message,.toast,.feedback-message{animation:messageSoftIn .18s ease-out}@keyframes messageSoftIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}:root{--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px)}html,body,#root{min-height:100%}@supports (height: 100dvh){html,body,#root{min-height:100dvh}}@media (max-width: 820px){html,body,#root{width:100%;min-height:100dvh;overflow:hidden}body{overscroll-behavior:none;-webkit-text-size-adjust:100%}.app-shell,.app,.page,.map-shell,.map-page{min-height:100dvh;height:100dvh;max-height:100dvh;overflow:hidden}.topbar,.app-topbar,.control-shell,.top-controls,.mobile-topbar{max-width:calc(100vw - 16px - var(--safe-left) - var(--safe-right));margin-left:calc(8px + var(--safe-left));margin-right:calc(8px + var(--safe-right))}.brand-title{font-size:clamp(.72rem,3.2vw,.95rem);line-height:1.05}.brand-subtitle{font-size:clamp(.56rem,2.6vw,.72rem);line-height:1.15}input,button,select,textarea{font-size:16px}.side-panel,.left-panel,.drawer-panel,.bottom-sheet,.detail-panel,.report-panel,.mobile-sheet{left:calc(8px + var(--safe-left))!important;right:calc(8px + var(--safe-right))!important;bottom:calc(8px + var(--safe-bottom))!important;width:auto!important;max-width:none!important;max-height:min(48dvh,430px)!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-bottom:max(14px,calc(14px + var(--safe-bottom)))!important;border-radius:22px!important}body:has(.report-form) .side-panel,body:has(.report-form) .left-panel,body:has(.report-form) .drawer-panel,body:has(.report-form) .bottom-sheet,body:has(.report-form) .report-panel,body:has(.turnstile-status) .side-panel,body:has(.turnstile-status) .left-panel,body:has(.turnstile-status) .drawer-panel,body:has(.turnstile-status) .bottom-sheet{max-height:min(58dvh,500px)!important}.report-panel,.report-card,.report-form{max-height:min(58dvh,500px);overflow-y:auto;-webkit-overflow-scrolling:touch}.bottom-sheet:before,.side-panel:before,.left-panel:before,.drawer-panel:before,.detail-panel:before{content:"";display:block;width:38px;height:4px;margin:0 auto 10px;border-radius:999px;background:#e2e8f061}.action-row,.report-actions,.button-row,.form-actions,.detail-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important;padding-bottom:max(4px,var(--safe-bottom))!important}.action-row button,.report-actions button,.button-row button,.form-actions button,.detail-actions button,.btn-primary,.btn-secondary,.btn-ghost{min-height:40px!important;height:auto!important;padding:10px 12px!important;border-radius:15px!important;font-size:.86rem!important;line-height:1.1!important}.mode-toggle,.panel-tabs,.filter-tabs,.tabs,.segmented,.chip-row,.filter-row{display:flex!important;flex-wrap:wrap!important;gap:8px!important;min-width:0!important}.mode-toggle button,.panel-tabs button,.filter-tabs button,.tabs button,.segmented button,.chip-row button,.filter-row button,.chip,.panel-chip{min-height:34px!important;height:auto!important;padding:8px 11px!important;border-radius:14px!important;font-size:.78rem!important;white-space:nowrap}.stat-card,.counter-card,.summary-card{min-height:48px!important;padding:10px 12px!important;border-radius:16px!important}.stat-value,.counter-value{font-size:1rem!important;line-height:1!important}.stat-label,.counter-label{font-size:.68rem!important}.left-footer,.panel-footer,.legal-links,.footer-links{display:flex!important;flex-wrap:wrap!important;gap:7px!important;padding-top:10px!important;padding-bottom:max(10px,var(--safe-bottom))!important;margin-bottom:0!important;position:relative;z-index:3}.left-footer a,.panel-footer a,.legal-links a,.footer-links a{display:inline-flex;align-items:center;min-height:26px;padding:5px 8px;border-radius:999px;background:#0f172a2e;color:#e2e8f0eb;font-size:.68rem!important;line-height:1;text-decoration:none;white-space:nowrap}.leaflet-control-attribution{max-width:70vw;font-size:9px!important;line-height:1.1!important}}@media (max-width: 820px) and (max-height: 760px){.side-panel,.left-panel,.drawer-panel,.bottom-sheet,.detail-panel,.report-panel,.mobile-sheet{max-height:min(44dvh,360px)!important;padding-top:10px!important;padding-bottom:max(12px,calc(12px + var(--safe-bottom)))!important}body:has(.report-form) .side-panel,body:has(.report-form) .left-panel,body:has(.report-form) .drawer-panel,body:has(.report-form) .bottom-sheet,body:has(.turnstile-status) .side-panel,body:has(.turnstile-status) .left-panel,body:has(.turnstile-status) .drawer-panel,body:has(.turnstile-status) .bottom-sheet{max-height:min(54dvh,430px)!important}.brand-subtitle{display:none}.action-row button,.report-actions button,.button-row button,.form-actions button,.detail-actions button,.btn-primary,.btn-secondary,.btn-ghost{min-height:36px!important;padding:8px 10px!important}}@media (max-width: 430px){.side-panel,.left-panel,.drawer-panel,.bottom-sheet,.detail-panel,.report-panel,.mobile-sheet{left:calc(6px + var(--safe-left))!important;right:calc(6px + var(--safe-right))!important;bottom:calc(6px + var(--safe-bottom))!important;border-radius:19px!important}.report-type-grid,.incident-type-grid,.type-grid{display:grid!important;grid-template-columns:1fr 1fr;gap:7px!important}.report-type-grid button,.incident-type-grid button,.type-grid button{min-width:0!important;padding-left:8px!important;padding-right:8px!important;font-size:.74rem!important}}.turnstile-box{width:min(100%,340px);max-width:100%;min-height:22px;margin:8px auto 4px;padding:0;display:grid;place-items:center;overflow:visible;opacity:1;pointer-events:auto}.turnstile-box>div{max-width:100%;overflow:visible}.turnstile-box iframe{max-width:100%!important}.turnstile-hint{margin:4px 0 0;text-align:center;font-size:.72rem;line-height:1.25;color:#475569db}.turnstile-hint.ok{color:#166534d1}@media (max-width: 390px){.turnstile-box{width:min(100%,180px);margin-top:6px}.turnstile-hint{font-size:.68rem}}.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}}
