:root{--bg:#0f1419;--surface:#1a2332;--surface2:#243044;--border:#334155;--text:#e2e8f0;--muted:#94a3b8;--accent:#38bdf8;--accent-dim:#38bdf826;--danger:#f87171;--ok:#4ade80;--warn:#fb923c;color:var(--text);background:var(--bg);font-family:system-ui,Segoe UI,Roboto,sans-serif;font-size:17px;line-height:1.55}*{box-sizing:border-box}body{margin:0}#root{min-height:100vh}a{color:var(--accent)}.app-shell{grid-template-columns:220px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;gap:.35rem;padding:1.25rem 0;display:flex}.sidebar h1{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 1rem 1.25rem;font-size:.85rem;font-weight:600}.sidebar button{text-align:left;width:100%;color:var(--text);font:inherit;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;padding:.85rem 1.15rem;font-size:1.02rem;display:block}.sidebar button:hover{background:var(--surface2)}.sidebar button.active{background:var(--accent-dim);border-left-color:var(--accent);color:var(--accent)}.sidebar .logout{border-top:1px solid var(--border);margin-top:auto;padding:1rem}.sidebar .logout button{border:1px solid var(--border);text-align:center;border-radius:6px}.main{padding:2rem 2.25rem;overflow:auto}.main h2{letter-spacing:-.02em;margin:0 0 1.25rem;font-size:1.75rem;font-weight:600}.login-panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;max-width:360px;margin:4rem auto;padding:2rem}.login-panel h1{margin:0 0 1.5rem;font-size:1.25rem}.login-panel label{color:var(--muted);margin-bottom:1rem;font-size:.85rem;display:block}.login-panel input{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);font:inherit;border-radius:6px;margin-top:.35rem;padding:.5rem .65rem}.login-panel button[type=submit]{background:var(--accent);color:#0f172a;cursor:pointer;border:none;border-radius:6px;width:100%;margin-top:.5rem;padding:.65rem;font-weight:600}.login-panel .hint{color:var(--muted);margin-top:1rem;font-size:.8rem}.grid-stats{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.35rem;margin-bottom:2.25rem;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1rem 1.15rem}.stat-card-lg{align-items:stretch;min-height:120px;padding:1.35rem;display:flex}.stat-card-inner{align-items:center;gap:1rem;width:100%;display:flex}.stat-card-icon{flex-shrink:0;font-size:2.35rem;line-height:1}.stat-card-lg .label{font-size:.8rem}.stat-card-lg .value{margin-top:.25rem;font-size:1.85rem}.stat-card .label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.stat-card .value{margin-top:.35rem;font-size:1.5rem;font-weight:600}.stat-card .value.ok{color:var(--ok)}.stat-card .value.bad{color:var(--danger)}button.stat-card{font:inherit;color:inherit;text-align:left;cursor:pointer;transition:box-shadow .2s,border-color .2s,transform .15s}.stat-card--clickable:hover{border-color:#60a5faa6;transform:translateY(-1px);box-shadow:0 0 0 1px #3b82f659,0 8px 28px #0f172a59}.stat-card--clickable:focus-visible{outline-offset:2px;outline:2px solid #60a5fae6}.stat-card--selected{border-color:#60a5fad9;box-shadow:0 0 0 2px #3b82f659}.dash-summary{color:var(--muted);margin:0 0 .75rem;font-size:.98rem}.dash-summary strong{color:#e2e8f0;font-weight:700}.dash-section-hint{margin:0 0 1.25rem;font-size:.88rem}.link-btn{color:#93c5fd;cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.link-btn:hover{color:#bfdbfe}.feed-hint{color:var(--muted);font-size:.85rem;font-weight:400}.feed li.feed-row--done{background:#64748b1f;border-left-color:#64748b}.feed--table h3{border-bottom:1px solid var(--border)}.veh-table tr.veh-row--avail td:first-child{border-left:4px solid #22c55e}.veh-table tr.veh-row--dispatched td:first-child{border-left:4px solid #f97316}.veh-table tr.veh-row--offline td:first-child{border-left:4px solid #64748b}.small-block{margin-top:.2rem;font-size:.78rem;display:block}.veh-status-pill{text-transform:capitalize;font-size:.8rem;font-weight:600}.info-banner{color:#bbf7d0;background:#4ade801f;border:1px solid #4ade8059;border-radius:10px;margin:0 0 1rem;padding:.75rem 1rem;font-size:1rem}.feed{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.feed h3{border-bottom:1px solid var(--border);margin:0;padding:1rem 1.15rem;font-size:1.05rem;font-weight:700}.feed ul{max-height:420px;margin:0;padding:0;list-style:none;overflow:auto}.feed li{border-bottom:1px solid var(--border);border-left:4px solid #0000;padding:.85rem 1rem;font-size:1rem}.feed li.feed-row-sev-critical{background:#dc262624;border-left-color:#dc2626}.feed li.feed-row-sev-major{background:#ea580c24;border-left-color:#ea580c}.feed li.feed-row-sev-minor{background:#eab3081f;border-left-color:#ca8a04}.feed-row{text-align:left;width:100%;color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;padding:0}.feed-row:hover{text-decoration:underline}.feed li:last-child{border-bottom:none}.incident-modal--wide{width:min(720px,96vw);max-width:720px;max-height:92vh;overflow:auto}.modal-close-x{border:1px solid var(--border);background:var(--surface2);width:2.25rem;height:2.25rem;color:var(--text);cursor:pointer;border-radius:8px;flex-shrink:0;font-size:1.35rem;line-height:1}.modal-close-x:hover{background:#f8717126;border-color:#f8717173}.incident-modal-hero{align-items:center;gap:.85rem;margin-bottom:.75rem;display:flex}.incident-type-ico{font-size:2rem;line-height:1}.incident-badges{flex-wrap:wrap;gap:.45rem;display:flex}.pill{text-transform:capitalize;border:1px solid var(--border);border-radius:999px;padding:.25rem .55rem;font-size:.78rem;font-weight:700;display:inline-block}.pill-sev.sev-critical{background:#dc262633;border-color:#f8717173}.pill-sev.sev-major{background:#ea580c2e;border-color:#fb923c73}.pill-sev.sev-minor{background:#eab30826;border-color:#facc1566}.pill-status{color:#bfdbfe;background:#3b82f626}.pill-km{color:#e2e8f0;background:#94a3b826}.incident-mini-map{border-radius:10px;height:220px;margin-bottom:1rem}.incident-map-fallback{margin:0 0 1rem;font-size:.9rem}.incident-modal-grid{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1rem;display:grid}@media (width<=640px){.incident-modal-grid{grid-template-columns:1fr}}.kv-tight dt{font-size:.72rem}.kv-tight dd{margin-bottom:.45rem}.trust-pill-wrap{margin-top:.65rem}.trust-pill{background:#22c55e1f;border:1px solid #4ade8059;border-radius:8px;padding:.4rem .65rem;font-size:.85rem;display:inline-block}.phase-timeline{gap:.45rem;margin:0 0 1rem;padding:0;list-style:none;display:grid}.phase-timeline li{border:1px solid var(--border);background:#0f172a73;border-radius:8px;justify-content:space-between;gap:1rem;padding:.45rem .65rem;font-size:.88rem;display:flex}.phase-label{color:#94a3b8;font-weight:700}.phase-time{color:#e2e8f0;font-variant-numeric:tabular-nums}.muted-heading{color:var(--muted);margin-top:.5rem;font-size:.85rem}.vehicle-list--compact{max-height:160px;font-size:.82rem;overflow:auto}.feed .sev-critical{color:#fecaca;font-weight:800}.feed .sev-major{color:#fdba74;font-weight:800}.feed .sev-minor{color:#fde047;font-weight:800}.table-wrap{border:1px solid var(--border);background:var(--surface);border-radius:10px;overflow:auto}table{border-collapse:collapse;width:100%;font-size:.98rem}th,td{text-align:left;border-bottom:1px solid var(--border);padding:.8rem 1.1rem}th{background:var(--surface2);color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:500}tr:last-child td{border-bottom:none}.btn-danger{border:1px solid var(--danger);color:var(--danger);cursor:pointer;background:0 0;border-radius:6px;padding:.35rem .65rem;font-size:.8rem}.btn-danger:hover{background:#f8717126}.form-panel{background:var(--surface);border:1px solid var(--border);border-radius:10px;max-width:480px;margin-bottom:1.5rem;padding:1rem 1.25rem}.form-panel h3{margin:0 0 1rem;font-size:1rem}.form-row{margin-bottom:.75rem}.form-row label{color:var(--muted);margin-bottom:.25rem;font-size:.8rem;display:block}.form-row input,.form-row select{border:1px solid var(--border);background:var(--bg);width:100%;max-width:320px;color:var(--text);font:inherit;border-radius:6px;padding:.45rem .6rem}.form-panel button[type=submit]{background:var(--accent);color:#0f172a;cursor:pointer;border:none;border-radius:6px;margin-top:.5rem;padding:.5rem 1rem;font-weight:600}.segmented{gap:.5rem;margin-bottom:.75rem;display:flex}.segmented button{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:999px;padding:.35rem .7rem}.segmented button.active{border-color:var(--accent);background:var(--accent-dim);color:var(--accent)}.inline-row{align-items:center;gap:.5rem;display:flex}.inline-row button{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;padding:.45rem .65rem}.search-results{gap:.35rem;max-height:170px;margin-top:.6rem;display:grid;overflow:auto}.search-results button{border:1px solid var(--border);color:var(--text);text-align:left;cursor:pointer;background:0 0;border-radius:6px;padding:.4rem .55rem;font-size:.82rem}.search-results button.active{border-color:var(--accent);background:var(--accent-dim)}.leaflet-box{border:1px solid var(--border);border-radius:10px;height:320px;overflow:hidden}.leaflet-box.corridor-route-map{height:520px;min-height:500px}.grid-manual-coords{grid-template-columns:repeat(2,1fr);gap:.65rem 1rem;margin-bottom:.5rem;display:grid}@media (width<=640px){.grid-manual-coords{grid-template-columns:1fr}}.leaflet-box.preview{height:240px}.map-loading{color:var(--muted);place-items:center;font-size:.9rem;display:grid}.confirm-box{border:1px dashed var(--border);border-radius:8px;margin:.5rem 0 .4rem;padding:.7rem .8rem;font-size:.88rem}.confirm-box h4{margin:0 0 .35rem;font-size:.9rem}.map-section{margin-bottom:2rem}.map-section h3{margin:0 0 .5rem;font-size:1rem}.highway-wrap{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.35rem 1.5rem}.highway-legend{border:1px solid var(--border);background:#0f172a8c;border-radius:10px;flex-wrap:wrap;gap:1.25rem 2rem;margin:0 0 1.25rem;padding:1rem 1.1rem;display:flex}.highway-legend-block{flex-direction:column;gap:.5rem;min-width:200px;display:flex}.highway-legend-title{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.75rem;font-weight:800}.highway-legend-items{color:var(--text);flex-direction:column;gap:.4rem;margin:0;padding:0;font-size:.95rem;list-style:none;display:flex}.highway-legend-items li{align-items:center;gap:.5rem;display:flex}.hw-leg-dot{border-radius:50%;flex-shrink:0;width:12px;height:12px;box-shadow:0 0 0 2px #0f172ae6}.hw-leg-dot--pulse{animation:1.6s ease-in-out infinite hw-incident-critical-pulse}.highway-svg{width:100%;height:260px;display:block}.live-road{background:linear-gradient(#202e42 0%,#131d2b 100%)}.map-summary{flex-wrap:wrap;gap:.8rem;margin:.4rem 0 .75rem;display:flex}.map-summary span{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.35rem .7rem;font-size:.85rem}.map-summary .critical{color:#ff2d2d}.map-summary .active-amb{color:#0ea5e9}.live-map-panel{margin-top:.75rem}.live-map-view-toggle{border:1px solid var(--border);background:var(--surface);border-radius:10px;margin-bottom:.75rem;display:inline-flex;overflow:hidden}.live-map-view-toggle button{background:var(--surface);color:var(--muted);cursor:pointer;border:none;border-radius:0;width:auto;margin:0;padding:.45rem 1rem;font-size:.88rem;font-weight:600}.live-map-view-toggle button+button{border-left:1px solid var(--border)}.live-map-view-toggle button.active{background:var(--accent);color:var(--accent-contrast,#0f172a)}.live-map-view-toggle button:hover:not(.active){background:#94a3b81f}.live-map-wrap{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.8rem}.live-map-toolbar{justify-content:flex-end;margin-bottom:.55rem;display:flex}.highway-diagram-head{flex-wrap:wrap;align-items:baseline;gap:.65rem;margin-bottom:.75rem;font-size:1.02rem;display:flex}.highway-diagram-head .muted{font-size:.82rem;font-weight:500}.highway-svg-live{width:100%;height:auto;min-height:180px;max-height:min(420px,85vh);display:block}@media (width>=720px){.highway-svg-live{max-height:min(440px,85vh)}}.hw-incident-dot{cursor:default}.hw-incident-dot--critical{transform-box:fill-box;transform-origin:50%;animation:1.6s ease-in-out infinite hw-incident-critical-pulse}@keyframes hw-incident-critical-pulse{0%,to{opacity:1;filter:drop-shadow(0 0 2px #ff2d2d)drop-shadow(0 0 8px #ff2d2d8c)}50%{opacity:.9;filter:drop-shadow(0 0 6px #ff2d2d)drop-shadow(0 0 18px #ff2d2dd9)}}.hw-amb-svg{cursor:default;animation:2.2s ease-in-out infinite hw-amb-pulse}.hw-amb-marker{cursor:pointer;outline:none;animation:none}.hw-amb-marker:focus-visible circle{stroke:#f8fafc;stroke-width:2.5px}.hw-amb-popup{box-sizing:border-box;color:#e2e8f0;background:#0f172a;border:1px solid #334155;border-radius:10px;padding:10px 12px;font-family:system-ui,sans-serif;font-size:12px;line-height:1.35;box-shadow:0 8px 24px #00000073}.hw-amb-popup-head{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.hw-amb-popup-title{color:#f8fafc;font-size:13px}.hw-amb-popup-close{color:#94a3b8;cursor:pointer;background:#1e293b;border:none;border-radius:6px;flex-shrink:0;width:28px;height:28px;padding:0;font-size:18px;line-height:1}.hw-amb-popup-close:hover{color:#f1f5f9;background:#334155}.hw-amb-popup-dl{margin:0}.hw-amb-popup-dl>div{margin-bottom:6px}.hw-amb-popup-dl dt{letter-spacing:.04em;text-transform:uppercase;color:#94a3b8;margin:0;font-size:10px;font-weight:700}.hw-amb-popup-dl dd{color:#e2e8f0;margin:2px 0 0}@keyframes hw-amb-pulse{0%,to{opacity:1}50%{opacity:.82}}.leaflet-box.live-leaflet-map{height:600px}.ambulance-marker{background:0 0;border:none}.ambulance-marker span{background:#0f172ae0;border-radius:50%;place-items:center;width:26px;height:26px;font-size:16px;display:inline-grid;box-shadow:0 0 0 1px #94a3b873}.err{color:var(--danger);margin:.5rem 0 0;font-size:.9rem}.modal-backdrop{z-index:20;background:#020617a6;place-items:center;display:grid;position:fixed;inset:0}.incident-modal{background:var(--surface);border:1px solid var(--border);border-radius:12px;width:min(680px,94vw);max-height:85vh;padding:1rem 1.1rem;overflow:auto}.incident-modal-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.8rem;display:flex}.incident-modal-title{margin:0;font-size:1.15rem}.kv{grid-template-columns:140px 1fr;gap:.35rem .8rem;margin:0 0 1rem;display:grid}.kv dt{color:var(--muted)}.kv dd{margin:0}.vehicle-list{margin:0;padding-left:1rem}.dash-export-row{margin:1rem 0}.btn-export{border:1px solid var(--border);background:var(--surface-2,#1e293b);color:var(--text);cursor:pointer;border-radius:8px;padding:.55rem 1rem;font-weight:600}.btn-export:hover{border-color:#64748b}.analytics-page .intro,.broadcast-page .intro,.speed-zones-page .intro{color:var(--muted);max-width:52rem;margin-top:0}.analytics-page--dark{--analytics-glow:#38bdf81f;--analytics-glow-strong:#38bdf838}.analytics-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.analytics-page-header-text{flex:1;min-width:12rem}.analytics-page-header-text h2{margin:0 0 .35rem}.analytics-period-toggle{background:#0f172ad9;border:1px solid #94a3b840;border-radius:10px;flex-wrap:wrap;gap:0;padding:3px;display:inline-flex;box-shadow:inset 0 1px #ffffff0a}.analytics-period-btn{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:.45rem .85rem;font-size:.82rem;font-weight:600;transition:background .15s,color .15s}.analytics-period-btn:hover{color:var(--text);background:#ffffff0a}.analytics-period-btn--active{color:#f8fafc;background:linear-gradient(#1e3a5f 0%,#0f172a 100%);box-shadow:0 0 0 1px #38bdf859,0 2px 8px #00000059}.analytics-loading{color:var(--muted);padding:1rem 0}.analytics-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem;margin-bottom:1.25rem;display:grid}@media (width<=1400px){.analytics-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=720px){.analytics-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=420px){.analytics-kpi-grid{grid-template-columns:1fr}}.analytics-kpi-card{background:linear-gradient(165deg,#1e293bf2 0%,#0f172afa 100%);border:1px solid #94a3b82e;border-radius:14px;flex-direction:column;min-height:8.5rem;padding:1rem .9rem;display:flex;position:relative;box-shadow:0 0 0 1px #38bdf80f,0 4px 24px #00000059,inset 0 1px #ffffff0a}.analytics-kpi-card:after{content:"";pointer-events:none;box-shadow:0 0 20px var(--analytics-glow);opacity:.65;border-radius:15px;position:absolute;inset:-1px}.analytics-kpi-card:hover{border-color:#38bdf847;box-shadow:0 0 0 1px #38bdf81f,0 8px 32px #00000073,inset 0 1px #ffffff0f}.analytics-kpi-card:hover:after{opacity:.9;box-shadow:0 0 28px var(--analytics-glow-strong)}.analytics-kpi-card-top{justify-content:space-between;align-items:center;margin-bottom:.35rem;display:flex}.analytics-kpi-emoji{filter:drop-shadow(0 1px 2px #0006);font-size:1.15rem;line-height:1}.analytics-kpi-trend-ico{opacity:.85;-webkit-user-select:none;user-select:none;font-size:.95rem;font-weight:800}.analytics-kpi-trend-ico--good{color:#4ade80;text-shadow:0 0 12px #4ade8059}.analytics-kpi-trend-ico--bad{color:#f87171;text-shadow:0 0 12px #f8717159}.analytics-kpi-title{letter-spacing:.04em;text-transform:uppercase;color:#94a3b8;margin-bottom:.35rem;font-size:.72rem;font-weight:700}.analytics-kpi-value{color:#f1f5f9;font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:1.85rem;font-weight:800;line-height:1.1}.analytics-kpi-value--sm{font-size:1.45rem}.analytics-kpi-unit{color:#94a3b8;margin-left:.2rem;font-size:.95rem;font-weight:600}.analytics-kpi-of{color:#64748b;margin:0 .15rem;font-size:.95rem;font-weight:600}.analytics-kpi-value-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.analytics-kpi-target-badge{letter-spacing:.02em;border-radius:6px;padding:.2rem .45rem;font-size:.68rem;font-weight:700}.analytics-kpi-target-badge--ok{color:#86efac;background:#16a34a33;border:1px solid #4ade8059}.analytics-kpi-target-badge--bad{color:#fca5a5;background:#dc262633;border:1px solid #f8717159}.analytics-kpi-target-badge--na{color:#cbd5e1;background:#47556959;border:1px solid #94a3b84d}.analytics-kpi-delta{margin-top:auto;padding-top:.5rem;font-size:.72rem;font-weight:600;line-height:1.35}.analytics-kpi-delta--good{color:#4ade80}.analytics-kpi-delta--bad{color:#f87171}.analytics-kpi-delta--neutral{color:#94a3b8}.analytics-kpi-hint{color:#64748b;margin:.35rem 0 0;font-size:.68rem;line-height:1.35}.analytics-kpi-sos-list{flex-direction:column;flex:1;justify-content:flex-end;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.analytics-kpi-sos-list li{border-bottom:1px solid #33415580;justify-content:space-between;align-items:center;padding:.25rem 0;font-size:.82rem;display:flex}.analytics-kpi-sos-list li:last-child{border-bottom:none}.analytics-kpi-sos-label{color:#94a3b8;font-weight:600}.analytics-kpi-sos-num{font-variant-numeric:tabular-nums;color:#e2e8f0;font-size:1rem;font-weight:800}.analytics-card--below-kpis{margin-top:0}.analytics-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:1rem;display:grid}.analytics-card{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:1rem}.analytics-card-wide{grid-column:1/-1}.analytics-card h3{margin:0 0 .35rem;font-size:1.05rem}.analytics-card .small{margin:0 0 .75rem;font-size:.82rem}.analytics-big-num{color:var(--text);font-size:2.75rem;font-weight:800;line-height:1.1}.analytics-big-num .unit{color:var(--muted);margin-left:.35rem;font-size:1rem;font-weight:600}.analytics-sub h4{color:var(--muted);margin:1rem 0 .5rem;font-size:.9rem}.analytics-heatmap-svg{width:100%;height:auto;max-height:100px;display:block}.analytics-trend-svg{margin-top:.35rem;display:block}.analytics-bars{flex-direction:column;gap:.45rem;display:flex}.analytics-bar-row{grid-template-columns:88px 1fr 36px;align-items:center;gap:.5rem;font-size:.88rem;display:grid}.analytics-bar-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.analytics-bar-track{background:#1e293b;border-radius:6px;height:12px;overflow:hidden}.analytics-bar-fill{background:linear-gradient(90deg,#22c55e,#eab308);border-radius:6px;height:100%}.analytics-bar-num{text-align:right;color:var(--muted);font-variant-numeric:tabular-nums}.analytics-duty-table{width:100%;font-size:.88rem}.analytics-duty-table th,.analytics-duty-table td{text-align:left;padding:.45rem .5rem}.broadcast-form textarea{border:1px solid var(--border);background:var(--bg);width:100%;max-width:36rem;color:var(--text);border-radius:8px;margin-top:.35rem;padding:.5rem}.speed-zones-page .grid-3{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;display:grid}.cell-actions{flex-wrap:wrap;gap:.35rem;display:flex}.ops-dashboard{--ops-glow:#38bdf824;max-width:1400px}.ops-topbar{border-bottom:1px solid #33415599;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem 1.5rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.ops-title{letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.45rem;font-weight:700}.ops-live-line{color:var(--muted);align-items:center;gap:.5rem;margin:0;font-size:.9rem;display:flex}.ops-pulse-dot{background:#22c55e;border-radius:50%;width:10px;height:10px;animation:1.4s ease-out infinite ops-pulse-dot;box-shadow:0 0 #22c55eb3}@keyframes ops-pulse-dot{0%{box-shadow:0 0 #22c55e8c}70%{box-shadow:0 0 0 10px #22c55e00}to{box-shadow:0 0 #22c55e00}}.ops-topbar-mid{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.ops-period-toggle{background:#0f172a99;border:1px solid #334155e6;border-radius:10px;display:inline-flex;overflow:hidden}.ops-period-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:.4rem .85rem;font-size:.82rem;font-weight:600}.ops-period-btn:hover{color:#e2e8f0;background:#33415559}.ops-period-btn--active{color:#f8fafc;background:#0ea5e940}.ops-updated{color:#64748b;font-variant-numeric:tabular-nums;margin:0;font-size:.8rem}.ops-btn-pdf{color:#7dd3fc;cursor:pointer;background:#38bdf81f;border:1px solid #38bdf859;border-radius:8px;padding:.5rem 1rem;font-weight:600}.ops-btn-pdf:hover{background:#38bdf838}.ops-loading{color:var(--muted)}.ops-kpi-row{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:168px;align-items:stretch;gap:.85rem;margin-bottom:1.25rem;display:grid}@media (width<=1200px){.ops-kpi-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=640px){.ops-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:160px}}@media (width<=380px){.ops-kpi-row{grid-template-columns:1fr}}.ops-kpi-card{box-sizing:border-box;height:100%;min-height:0;box-shadow:0 0 18px var(--ops-glow);background:linear-gradient(145deg,#0f172af2,#1e293be0);border:1px solid #334155bf;border-radius:12px;flex-direction:column;padding:.75rem .85rem .85rem;display:flex;position:relative;overflow:hidden}.ops-kpi-body{flex-direction:column;flex:1;justify-content:flex-start;min-height:0;display:flex;overflow:hidden}.ops-kpi-head{align-items:center;gap:.4rem;min-width:0;margin-bottom:.35rem;display:flex}.ops-kpi-ico{font-size:1.1rem;line-height:1}.ops-kpi-name{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.72rem;font-weight:700;overflow:hidden}.ops-warn-ico{margin-left:auto;font-size:1rem}.ops-kpi-num{font-variant-numeric:tabular-nums;color:#f8fafc;font-size:1.75rem;font-weight:800;line-height:1.15}.ops-kpi-num--sm{font-size:1.05rem;font-weight:700}.ops-kpi-sub{font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin-top:.35rem;font-size:11px;font-weight:600;overflow:hidden}.ops-kpi-sub--good{color:#4ade80}.ops-kpi-sub--bad{color:#f87171}.ops-kpi-sub--neutral{color:#94a3b8}.ops-kpi-sub--muted{color:#64748b}.ops-kpi-gauge-row{flex:1;align-items:center;gap:.5rem;min-height:0;display:flex}.ops-kpi-gauge-meta{flex:1;min-width:0}.ops-gauge-wrap{flex-shrink:0;width:112px;height:112px;position:relative}.ops-gauge-wrap--compact{width:88px;height:88px}.ops-gauge-center{color:#e2e8f0;pointer-events:none;font-size:1rem;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ops-gauge-center--compact{font-size:.82rem}.ops-gauge-empty{color:#64748b;justify-content:center;align-items:center;height:112px;font-size:1.5rem;font-weight:700;display:flex}.ops-gauge-empty--compact{height:88px;font-size:1.25rem}.ops-kpi-resolution{text-align:center;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;gap:.2rem;min-height:0;padding-top:.1rem;display:flex}.ops-mini-donut{flex-shrink:0;width:60px;height:60px}.ops-kpi-resolution-pct{font-variant-numeric:tabular-nums;color:#f8fafc;font-size:1.45rem;font-weight:800;line-height:1.1}.ops-kpi-resolution-trend{text-overflow:ellipsis;max-width:100%;margin-top:0;font-size:.7rem;line-height:1.25;overflow:hidden}.ops-fleet-stack{color:#cbd5e1;flex-direction:column;flex:1;justify-content:center;gap:.28rem;min-height:0;font-size:.74rem;font-weight:600;line-height:1.25;display:flex}.ops-fleet-row{align-items:center;gap:.35rem;min-width:0;display:flex}.ops-fleet-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:block}.ops-fleet-dot--avail{background:#22c55e;box-shadow:0 0 6px #22c55e73}.ops-fleet-dot--disp{background:#a855f7;box-shadow:0 0 6px #a855f773}.ops-fleet-dot--off{box-shadow:none;background:#64748b}.ops-kpi-coverage-lines{flex-direction:column;flex:1;justify-content:center;gap:.2rem;min-height:0;display:flex}.ops-kpi-coverage-line1{font-variant-numeric:tabular-nums;color:#f8fafc;font-size:1.05rem;font-weight:700;line-height:1.2}.ops-kpi-coverage-line2{color:#94a3b8;font-size:.78rem;font-weight:600;line-height:1.2}.ops-panel{background:#0f172a8c;border:1px solid #334155a6;border-radius:12px;margin-bottom:1rem;padding:1rem 1.1rem 1.25rem}.ops-panel h3{margin:0 0 .5rem;font-size:1rem}.ops-panel--map{margin-bottom:1rem}.ops-map-wrap{flex-direction:column;gap:.45rem;display:flex}.ops-map-footnote{color:#64748b;margin:0;font-size:.72rem;font-weight:600;line-height:1.35}.ops-map-shell{border:1px solid #334155cc;border-radius:10px;position:relative;overflow:hidden}.ops-map-canvas{background:#0f172a;width:100%;height:min(52vh,520px)}.ops-map-live-badge{z-index:500;color:#fecaca;letter-spacing:.08em;background:#0f172ae0;border:1px solid #ef444473;border-radius:8px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.72rem;font-weight:800;display:inline-flex;position:absolute;top:10px;right:10px}.ops-map-live-dot{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite ops-map-live-pulse}@keyframes ops-map-live-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(1.2)}}.ops-leaflet-divicon{background:0 0!important;border:none!important}.ops-map-dot{box-sizing:border-box;border:2px solid #0f172a;border-radius:50%;width:16px;height:16px;display:block}.ops-map-dot.ops-inc--pulse{animation:1.2s ease-in-out infinite ops-inc-pulse}@keyframes ops-inc-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.ops-map-veh{box-sizing:border-box;border:2px solid #0f172a;border-radius:50%;width:14px;height:14px;display:block}.ops-map-cluster-badge{color:#f8fafc;font-variant-numeric:tabular-nums;box-sizing:border-box;background:#1e293b;border:2px solid #38bdf8;border-radius:999px;justify-content:center;align-items:center;min-width:26px;height:26px;padding:0 6px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.ops-historical-note{color:#64748b;margin:0 0 .5rem;font-size:11px;font-weight:600}.ops-popup{font-size:.85rem;line-height:1.35}.ops-chart-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;margin-bottom:.5rem;display:grid}.ops-chart-tall{min-height:280px}.ops-incidents-type-chart{width:100%;min-height:420px}.ops-incidents-type-chart .recharts-responsive-container{min-height:380px}.ops-type-pie-legend{color:#cbd5e1;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:.5rem 1.25rem;margin:.75rem 0 0;padding:0;font-size:.78rem;font-weight:600;list-style:none;display:flex}.ops-type-pie-legend li{align-items:center;gap:.35rem;max-width:100%;display:inline-flex}.ops-type-pie-swatch{border-radius:3px;flex-shrink:0;width:11px;height:11px;box-shadow:inset 0 0 0 1px #0f172a59}.ops-type-pie-legend-label{color:#e2e8f0}.ops-type-pie-legend-meta{font-variant-numeric:tabular-nums;color:#94a3b8;font-weight:600}.ops-peak-label{color:#f87171;margin:0 0 .5rem;font-size:.85rem;font-weight:600}.ops-placeholder{text-align:center;color:#64748b;margin:2rem 0;font-weight:600}.ops-panel--table{margin-top:.5rem}.ops-perf-table{border-collapse:collapse;width:100%;font-size:.86rem}.ops-perf-table th,.ops-perf-table td{text-align:left;border-bottom:1px solid #33415580;padding:.55rem .5rem}.ops-perf-table tbody tr{cursor:pointer}.ops-perf-table tbody tr:hover{background:#33415540}.ops-perf-row--fast{background:#22c55e1f}.ops-perf-row--slow{background:#f59e0b1f}.ops-perf-row--hi{outline-offset:-2px;outline:2px solid #38bdf88c}.ops-onscene-badge{color:#fecaca;align-items:center;gap:.25rem;font-weight:700;display:inline-flex}@media print{.app-shell .sidebar{display:none!important}.app-shell .main{max-width:100%!important;padding:0!important}.ops-btn-pdf,.ops-period-toggle{display:none!important}.ops-map-canvas{break-inside:avoid;height:360px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
