@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{font-family:Manrope,system-ui,-apple-system,Arial,sans-serif;--radius: 12px;--c-sidebar-bg: #ffffff;--c-sidebar-text: #0F172A;--c-sidebar-muted: rgba(15, 23, 42, .45);--c-sidebar-active: #14A04A;--c-sidebar-active-ghost: rgba(20, 160, 74, .1);--c-sidebar-hover: rgba(15, 23, 42, .06);--c-sidebar-border: rgba(15, 23, 42, .12)}:root[data-theme=dark]{--c-bg: #0F172A;--c-surface: #121a2b;--c-surface-2: rgba(255, 255, 255, .04);--c-border: rgba(255, 255, 255, .1);--c-text: #e7eaf0;--c-muted: rgba(231, 234, 240, .75);--c-primary: #14A04A;--c-primary-hover: #0e8c3e;--c-primary-ghost: rgba(20, 160, 74, .16);--c-secondary: #334155;--c-secondary-hover: #475569;--c-danger: #ff6b6b;--c-grad-a: #103493;--c-grad-b: #0F172A;--c-shadow: rgba(0, 0, 0, .35);--c-sidebar-bg: #121a2b;--c-sidebar-text: rgba(231, 234, 240, .85);--c-sidebar-muted: rgba(231, 234, 240, .4);--c-sidebar-hover: rgba(255, 255, 255, .06);--c-sidebar-border: rgba(255, 255, 255, .12)}:root[data-theme=light]{--c-bg: #f6f8fb;--c-surface: #ffffff;--c-surface-2: rgba(15, 23, 42, .04);--c-border: rgba(15, 23, 42, .14);--c-text: #0F172A;--c-muted: rgba(15, 23, 42, .7);--c-primary: #14A04A;--c-primary-hover: #0e8c3e;--c-primary-ghost: rgba(20, 160, 74, .18);--c-secondary: #0F172A;--c-secondary-hover: #1e293b;--c-danger: #c73737;--c-grad-a: #e8f0fe;--c-grad-b: #f6f8fb;--c-shadow: rgba(15, 23, 42, .18)}*{box-sizing:border-box}body{margin:0;background:var(--c-bg);color:var(--c-text);font-size:16px;line-height:1.6}#root{min-height:100vh}body,button,input,textarea,select{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit}input,button,select{font:inherit}.dash-card-title{font-weight:900;font-size:12px;letter-spacing:.02em;color:var(--c-muted);margin-bottom:10px;text-transform:uppercase}.dash-subtitle{font-weight:800;font-size:12px;color:var(--c-muted);margin-bottom:8px}.dash-map-wrap{display:block}.dash-map-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.dash-map-legend{display:flex;gap:10px;flex-wrap:wrap}.legend-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--c-muted);font-weight:650}.legend-dot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.22)}.legend-dot.done{background:#8fc31ff2;border-color:#8fc31f99}.legend-dot.pending{background:#ff6b6bf2;border-color:#ff6b6b8c}.legend-dot.inactive{background:transparent;border-color:#ffffff38}.dash-map-hover{font-size:12px;text-align:right;min-width:220px}.dash-map-canvas{background:#ffffff05;border:1px solid var(--c-border);border-radius:14px;padding:12px;overflow:hidden}:root[data-theme=light] .dash-map-canvas{background:#0f2d3d08}.dash-map-leaflet{height:320px;width:100%;border-radius:12px;overflow:hidden}.dash-map-leaflet .leaflet-control-zoom{box-shadow:none;border:1px solid var(--c-border)}.dash-map-leaflet .leaflet-control-zoom a{background:var(--c-surface);color:var(--c-text)}.dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.dash-stat{background:#ffffff08;border:1px solid var(--c-border);border-radius:14px;padding:12px}:root[data-theme=light] .dash-stat{background:#0f2d3d08}.dash-stat-title{font-size:12px;color:var(--c-muted);font-weight:800}.dash-stat-value{font-size:22px;font-weight:950;margin-top:6px}.dash-stat-sub{margin-top:4px;font-size:12px;color:var(--c-muted)}.dash-hbars{display:flex;flex-direction:column;gap:8px}.dash-hbar-row{display:grid;grid-template-columns:56px 1fr 64px;align-items:center;gap:10px}.dash-hbar-label{font-size:12px;color:var(--c-muted);font-weight:800}.dash-hbar-track{height:10px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);overflow:hidden}:root[data-theme=light] .dash-hbar-track{background:#0f2d3d0f;border:1px solid rgba(15,45,61,.12)}.dash-hbar-fill{height:100%;border-radius:999px;background:#ffffff52}.dash-hbar-value{text-align:right;font-size:12px;color:var(--c-muted);font-weight:800}.dash-forecast{display:block}.dash-forecast-canvas{border:1px solid var(--c-border);background:#ffffff05;border-radius:14px;padding:10px;overflow:hidden}:root[data-theme=light] .dash-forecast-canvas{background:#0f2d3d08}@media (max-width: 980px){.dash-stats,.map-lab-grid{grid-template-columns:1fr}.map-lab-leaflet{height:360px}}@media (max-width: 720px){.map-lab-leaflet{height:320px}}.map-lab-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:12px;align-items:start}.map-lab-leaflet{height:460px;width:100%;border-radius:14px;overflow:hidden}.map-lab-leaflet .leaflet-control-zoom{box-shadow:none;border:1px solid var(--c-border)}.map-lab-leaflet .leaflet-control-zoom a{background:var(--c-surface);color:var(--c-text)}.map-lab-json{width:100%;min-height:420px;resize:vertical;background:var(--c-surface-2);border:1px solid var(--c-border);border-radius:12px;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;color:var(--c-text)}.geo-map-leaflet{height:460px;width:100%;border-radius:14px;overflow:hidden}.geo-map-leaflet .leaflet-control-zoom{box-shadow:none;border:1px solid var(--c-border)}.geo-map-leaflet .leaflet-control-zoom a{background:var(--c-surface);color:var(--c-text)}.geo-area-label{background:transparent;border:0;box-shadow:none}.geo-area-label__card{min-width:92px;padding:6px 10px;border:1px solid rgba(26,33,44,.28);border-radius:6px;background:#fffffff0;color:#213547;text-align:center;line-height:1.15}.geo-area-label__title{font-size:11px;font-weight:700;text-transform:uppercase}.geo-area-label__subtitle{font-size:10px;font-weight:600;color:#558b2f;margin-top:2px}.geo-area-label__value{margin-top:4px;padding-top:4px;border-top:1px solid rgba(26,33,44,.16);font-size:12px;font-weight:700}@media (max-width: 900px){.geo-map-leaflet{height:340px}}
