:root{--foreground:#171717;--background:#fff;--muted:#737373;--border:#e5e5e5;--primary:#2563eb;--primary-foreground:#fff;--accent-blue:#6b93c4;--card-bg:#f8f9fa;--card-border:#e5e5e5;--code-bg:#f5f5f5;--success-bg:#d4edda;--success-border:#c3e6cb;--success-text:#155724;--warning-bg:#fff3cd;--warning-border:#ffc107;--warning-text:#856404;--danger-bg:#f8d7da;--danger-border:#f5c6cb;--danger-text:#721c24;--info-bg:#cce5ff;--info-border:#0d6efd;--info-text:#004085;--healthy-bg:#dcfce7;--healthy-border:#86efac;--healthy-text:#16a34a;--caution-bg:#fef9c3;--caution-border:#fde047;--caution-text:#ca8a04;--critical-bg:#fee2e2;--critical-border:#fca5a5;--critical-text:#dc2626;--text-primary:#111827;--text-secondary:#6b7280;--text-tertiary:#9ca3af;--bg-secondary:#f3f4f6;--bg-tertiary:#f3f4f6;--border-light:#d1d5db;--border-default:#e5e7eb;--input-bg:#fff;--input-text:#171717;--section-bg:#f8f9fa;--section-text:var(--foreground);--tab-active-text:#166534;--tab-active-bg:#f0fdf4;--tab-active-border:#166534;--tab-inactive-text:#6b7280;--tab-badge-active-bg:#166534;--tab-badge-active-text:#fff;--tab-badge-inactive-bg:#d1d5db;--tab-badge-inactive-text:#4b5563;--topbar-height:56px;--sidebar-width:180px;--sidebar-collapsed-width:52px;--content-padding:1.5rem;--card-min-width:240px;--kanban-col-max-width:380px;--stat-grid-cols:2;--status-new:#0d6efd;--status-triaged:#6610f2;--status-scheduled:#198754;--status-in-progress:#fd7e14;--status-completed:#20c997;--status-cancelled:#6c757d;--status-on-hold:#ffc107;--priority-urgent:#dc3545;--priority-high:#fd7e14;--priority-normal:#6c757d;--priority-low:#adb5bd}@media (prefers-color-scheme:dark){:root{--foreground:#ededed;--background:#0a0a0a;--muted:#a3a3a3;--border:#333;--primary:#3b82f6;--primary-foreground:#fff;--card-bg:#1a1a1a;--card-border:#333;--code-bg:#0d0d0d;--success-bg:#1a3d1f;--success-border:#2d5a34;--success-text:#6dd680;--warning-bg:#3d3520;--warning-border:#665c33;--warning-text:#ffd966;--danger-bg:#3d1a1f;--danger-border:#5a2d34;--danger-text:#ff8080;--info-bg:#1a2d3d;--info-border:#2d4a5a;--info-text:#80b3ff;--healthy-bg:#064e3b;--healthy-border:#10b981;--healthy-text:#6ee7b7;--caution-bg:#78350f;--caution-border:#f59e0b;--caution-text:#fcd34d;--critical-bg:#7f1d1d;--critical-border:#ef4444;--critical-text:#fca5a5;--text-primary:#f9fafb;--text-secondary:#d1d5db;--text-tertiary:#9ca3af;--bg-secondary:#374151;--bg-tertiary:#1f2937;--border-light:#4b5563;--border-default:#374151;--input-bg:#1a1a1a;--input-text:#ededed;--section-bg:#1a1a1a;--section-text:var(--foreground);--tab-active-text:#86efac;--tab-active-bg:#86efac1a;--tab-active-border:#86efac;--tab-inactive-text:#9ca3af;--tab-badge-active-bg:#86efac;--tab-badge-active-text:#0a0a0a;--tab-badge-inactive-bg:#4b5563;--tab-badge-inactive-text:#d1d5db}}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:Raleway,Helvetica Neue,Helvetica,sans-serif;font-weight:600}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:min(1800px,92vw);margin:0 auto;padding:0 1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr)}@media (min-width:1440px){:root{--sidebar-width:200px;--content-padding:1.75rem;--card-min-width:260px;--kanban-col-max-width:420px}}@media (min-width:2200px){:root{--sidebar-width:220px;--sidebar-collapsed-width:56px;--content-padding:2rem;--card-min-width:300px;--kanban-col-max-width:480px}.container{max-width:min(2400px,88vw);padding:0 var(--content-padding)}.stats-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:3200px){:root{--sidebar-width:260px;--sidebar-collapsed-width:60px;--content-padding:2.5rem;--card-min-width:340px;--kanban-col-max-width:560px}.container{max-width:min(3200px,90vw)}.stats-grid{grid-template-columns:repeat(4,1fr)}}.nav{border-bottom:1px solid var(--border);background:var(--background);z-index:100;height:var(--topbar-height);align-items:center;display:flex;position:sticky;top:0}.nav-inner{align-items:center;gap:1rem;width:100%;max-width:none;padding:0 1rem;display:flex}.nav-brand{color:var(--foreground);align-items:center;gap:.75rem;font-family:Raleway,Helvetica Neue,Helvetica,sans-serif;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.nav-brand:hover{text-decoration:none}.nav-logo{width:auto;height:48px}@media (prefers-color-scheme:dark){.nav-logo{filter:invert()hue-rotate(180deg)}}.nav-links{gap:1.5rem;display:flex}.nav-link{color:var(--muted);font-weight:500}.nav-link:hover,.nav-link.active{color:var(--foreground)}.card{border:1px solid var(--border);background:var(--background);border-radius:8px;padding:1rem}.card:hover{border-color:var(--primary)}.expandable-section{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .25s ease-out,opacity .2s ease-out;display:grid}.expandable-section.expanded{opacity:1;grid-template-rows:1fr}.expandable-section>.expandable-content{overflow:hidden}.expandable-section.expanded>.expandable-content{overflow:visible}.role-card{border:1px solid var(--border,#dee2e6);background:var(--section-bg,#f8f9fa);border-radius:8px;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}:is(.role-card:has(input:focus),.role-card:has([data-focused=true])){border-color:var(--primary,#0d6efd);box-shadow:0 0 0 2px #0d6efd1a}.role-card-header{color:var(--text-muted,#6b7280);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--border,#dee2e6);align-items:center;gap:.5rem;padding:.625rem .75rem;font-size:.8rem;font-weight:600;display:flex}.role-card-body{padding:.75rem}@media (prefers-reduced-motion:reduce){.expandable-section{transition:none}.expandable-section:not(.expanded){display:none}.role-card{transition:none}}.table-container{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border);padding:.75rem 1rem}th{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}tr:hover{background:color-mix(in srgb,var(--foreground)3%,transparent)}.form-group{margin-bottom:1rem}label{margin-bottom:.5rem;font-weight:500;display:block}input,select,textarea{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--input-text);border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:1rem}@media (prefers-color-scheme:dark){select option{background:var(--input-bg);color:var(--input-text)}}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary)20%,transparent);outline:none}input::placeholder,textarea::placeholder{color:var(--muted);opacity:1}button{cursor:pointer;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:6px;padding:.5rem 1rem;font-size:1rem;font-weight:500}button:hover{opacity:.9}button:disabled{opacity:.5;cursor:not-allowed}.filters{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.filters input,.filters select{width:auto;min-width:150px}.badge{background:color-mix(in srgb,var(--foreground)10%,transparent);border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.badge-primary{background:color-mix(in srgb,var(--primary)15%,transparent);color:var(--primary)}.detail-header{margin-bottom:2rem}.detail-header h1{margin-bottom:.5rem;font-size:2rem}.profile-tabs{border-bottom:2px solid var(--border);-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;margin-bottom:1.5rem;display:flex;overflow-x:auto}.profile-tabs::-webkit-scrollbar{display:none}.profile-tab{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.75rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:400}.profile-tab:hover{color:var(--foreground)}.profile-tab.active{border-bottom-color:var(--primary);color:var(--primary);font-weight:600}.profile-tab .tab-badge{background:var(--section-bg);border-radius:10px;margin-left:6px;padding:2px 6px;font-size:.75rem}.profile-tab.active .tab-badge{color:var(--primary);background:#2563eb1a}.detail-section{margin-bottom:2rem}.detail-section h2{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem}.detail-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.detail-item{flex-direction:column;display:flex}.detail-label{color:var(--muted);margin-bottom:.25rem;font-size:.875rem}.detail-value{color:var(--foreground);font-weight:500}.pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;display:flex}.pagination button{padding:.5rem 1rem}.pagination-info{color:var(--muted);font-size:.875rem}.search-result{border:1px solid var(--border);border-radius:8px;margin-bottom:.75rem;padding:1rem}.search-result:hover{border-color:var(--primary)}.search-result-header{align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.search-result-title{font-weight:600}.search-result-subtitle{color:var(--muted);font-size:.875rem}.search-result-match{color:var(--muted);margin-top:.5rem;font-size:.75rem}.loading,.empty{text-align:center;color:var(--muted);padding:3rem}.text-muted{color:var(--muted)}.text-sm{font-size:.875rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mb-4{margin-bottom:1rem}.dropdown-menu{color:#171717;border:1px solid var(--border);z-index:100;background:#fff;border-radius:8px;max-height:300px;margin-top:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000026}.dropdown-item{text-align:left;width:100%;color:inherit;cursor:pointer;border:none;border-bottom:1px solid var(--border);background:0 0;padding:.75rem 1rem;font-size:1rem}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:#f0f0f0}@media (prefers-color-scheme:dark){.dropdown-menu{color:#ededed;background:#1a1a1a;border-color:#333}.dropdown-item:hover{background:#2a2a2a}}.identifier-badge{color:#171717;background:#f0f0f0;border-radius:4px;padding:.5rem 1rem;font-size:.875rem}.identifier-badge code{color:inherit;background:0 0;font-family:SF Mono,Monaco,Courier New,monospace}@media (prefers-color-scheme:dark){.identifier-badge{color:#ededed;background:#2a2a2a}}.dashboard-greeting{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.dashboard-greeting h1{margin:0;font-size:1.5rem;font-weight:600}.dashboard-greeting .date-line{color:var(--text-muted);margin-top:.25rem;font-size:.875rem}.attention-bar{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.attention-chip{background:var(--section-bg,#f8f9fa);border:1px solid var(--border);color:var(--foreground);cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.attention-chip:hover{background:var(--border)}.attention-chip .chip-count{color:#dc3545;font-weight:700}.stat-pills{-ms-overflow-style:none;scrollbar-width:none;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.stat-pills::-webkit-scrollbar{display:none}.stat-pill{white-space:nowrap;color:#fff;border-radius:999px;flex-shrink:0;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:opacity .15s;display:flex}.stat-pill:hover{opacity:.85}.stat-pill .pill-count{font-size:1.1rem;font-weight:700}.stat-pill.blue{background:#0d6efd}.stat-pill.orange{background:#fd7e14}.stat-pill.purple{background:#6f42c1}.dashboard-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (min-width:768px){.dashboard-grid{grid-template-columns:1fr 1fr}}.dashboard-card{background:var(--card-bg,#fff);border:1px solid var(--border);border-radius:8px;padding:1.25rem}.dashboard-card h2{justify-content:space-between;align-items:center;margin:0 0 1rem;font-size:1rem;font-weight:600;display:flex}.dashboard-card h2 a{color:var(--primary);font-size:.8rem;font-weight:500}.dashboard-card-row{border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:.5rem 0;font-size:.85rem;display:flex}.dashboard-card-row:last-child{border-bottom:none}.dashboard-card-row .row-summary{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.dashboard-card-row .row-city{color:var(--text-muted);flex-shrink:0;font-size:.75rem}.map-preview{margin-bottom:1.5rem;display:none}@media (min-width:768px){.map-preview{display:block}}.map-preview-card{background:var(--card-bg,#fff);border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.map-preview-card .map-label{font-size:.9rem;font-weight:500}.map-preview-card .map-count{color:var(--text-muted);font-size:.8rem}.dashboard-command-center{max-width:95vw;margin:0 auto}.kpi-strip{-ms-overflow-style:none;scrollbar-width:none;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.kpi-strip::-webkit-scrollbar{display:none}.kpi-card{background:var(--card-bg,#fff);border:1px solid var(--border);min-width:140px;color:inherit;border-left:4px solid;border-radius:8px;flex-direction:column;flex:1;gap:.25rem;padding:1rem 1.25rem;text-decoration:none;transition:box-shadow .15s,transform .15s;display:flex}.kpi-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.kpi-card-inner{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.kpi-value{font-size:1.75rem;font-weight:700;line-height:1.2}.kpi-skeleton{background:var(--border);border-radius:4px;width:2rem;height:1.75rem;animation:1.5s ease-in-out infinite kpi-pulse;display:inline-block}@keyframes kpi-pulse{0%,to{opacity:1}50%{opacity:.4}}.kpi-delta{white-space:nowrap;background:#0000000a;border-radius:4px;padding:2px 6px;font-size:.75rem;font-weight:600}.kpi-label{color:var(--text-muted);font-size:.8rem;font-weight:500}.kpi-compare{color:var(--text-muted);font-size:.7rem}.dashboard-split{gap:1.5rem;min-height:550px;margin-bottom:1.5rem;display:flex}.dashboard-action-panel{flex-direction:column;flex:0 0 420px;gap:1rem;max-height:700px;display:flex;overflow-y:auto}.dashboard-map-container{border:1px solid var(--border);isolation:isolate;z-index:0;border-radius:8px;flex:1;min-height:500px;position:relative;overflow:hidden}.dashboard-map-skeleton{background:var(--card-bg,#1a1a2e);color:var(--text-muted);z-index:5;justify-content:center;align-items:center;font-size:.85rem;animation:1.5s ease-in-out infinite kpi-pulse;display:flex;position:absolute;inset:0}.dashboard-map-fullscreen-link{z-index:1000;background:var(--card-bg,#fff);color:var(--foreground);border:1px solid var(--border);border-radius:6px;padding:6px 12px;font-size:.8rem;font-weight:500;text-decoration:none;transition:background .15s;position:absolute;bottom:12px;left:12px;box-shadow:0 2px 4px #0000001a}.dashboard-map-fullscreen-link:hover{background:var(--border)}.dashboard-map-controls{z-index:1000;pointer-events:none;flex-wrap:wrap;align-items:center;gap:8px;display:flex;position:absolute;top:10px;left:10px;right:10px}.dashboard-map-controls>*{pointer-events:auto}.dashboard-map-layers{background:var(--card-bg,#fff);border:1px solid var(--border);border-radius:6px;display:flex;overflow:hidden}.map-layer-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:5px 12px;font-size:.75rem;font-weight:500;transition:background .15s,color .15s}.map-layer-btn:not(:last-child){border-right:1px solid var(--border)}.map-layer-btn:hover{background:#0000000d}.map-layer-btn.active{background:var(--primary);color:#fff}.dashboard-map-search{flex:1;max-width:220px}.map-search-input{border:1px solid var(--border);background:var(--card-bg,#fff);width:100%;color:var(--foreground);border-radius:6px;outline:none;padding:5px 10px;font-size:.75rem;transition:border-color .15s}.map-search-input::placeholder{color:var(--text-muted)}.map-search-input:focus{border-color:var(--primary)}.dashboard-map-count{z-index:1000;background:var(--card-bg,#ffffffe6);color:var(--text-muted);border:1px solid var(--border);border-radius:4px;padding:4px 10px;font-size:.7rem;position:absolute;bottom:12px;right:12px}.dashboard-map-popup .leaflet-popup-content-wrapper{background:var(--card-bg,#fff)!important;color:var(--text-primary,#1e293b)!important;border:1px solid var(--border,#e2e8f0)!important;border-radius:8px!important;box-shadow:0 4px 12px #00000026!important}.dashboard-map-popup .leaflet-popup-content{margin:10px 12px!important;font-size:12px!important;line-height:1.4!important}.dashboard-map-popup .leaflet-popup-tip{background:var(--card-bg,#fff)!important;border:1px solid var(--border,#e2e8f0)!important}.dashboard-map-popup .leaflet-popup-close-button{color:var(--text-muted,#64748b)!important;font-size:18px!important;top:4px!important;right:6px!important}.dashboard-map-popup .leaflet-popup-close-button:hover{color:var(--text-primary,#1e293b)!important}.dashboard-map-tooltip{padding:4px 8px!important;font-size:.8rem!important}.grouped-layer-control{position:relative}.grouped-layer-trigger{background:var(--card-bg,#fff);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:6px;align-items:center;gap:5px;padding:5px 10px;font-size:.75rem;font-weight:500;transition:background .15s,color .15s,border-color .15s;display:flex}.grouped-layer-trigger:hover,.grouped-layer-trigger.open{border-color:var(--primary);color:var(--foreground)}.layer-active-badge{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.6rem;font-weight:700;display:flex}.grouped-layer-panel{background:var(--card-bg,#fff);border:1px solid var(--border);z-index:1001;border-radius:8px;min-width:200px;max-height:400px;padding:4px 0;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 4px 16px #0000001f}.layer-group+.layer-group{border-top:1px solid var(--border)}.layer-group-header{width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:8px 10px;font-size:.75rem;font-weight:600;transition:background .1s;display:flex}.layer-group-header:hover{background:#00000008}.layer-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .15s}.layer-chevron.expanded{transform:rotate(90deg)}.layer-group-icon{flex-shrink:0;font-size:.8rem}.layer-group-label{text-align:left;flex:1}.layer-group-badge{background:var(--border);color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.6rem;font-weight:600;display:flex}.layer-group-children{padding:0 0 4px}.layer-item{width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:5px 10px 5px 22px;font-size:.72rem;transition:background .1s,color .1s;display:flex}.layer-item:hover{background:#00000008}.layer-item.active{color:var(--foreground)}.layer-color-swatch{border:1px solid #0000001a;border-radius:3px;flex-shrink:0;width:10px;height:10px}.layer-radio,.layer-check{border:1.5px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex}.layer-radio{border-radius:50%}.layer-check{border-radius:3px}.layer-radio.checked{border-color:var(--primary)}.layer-radio.checked:after{content:"";background:var(--primary);border-radius:50%;width:7px;height:7px}.layer-check.checked{border-color:var(--primary);background:var(--primary)}.layer-check.checked:after{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:8px;height:6px;transform:rotate(-45deg)translate(1px,-1px)}.layer-item-label{text-align:left;flex:1}.layer-count-badge{color:var(--text-muted);opacity:.7;font-size:.6rem;font-weight:500}.grouped-layer-control.inline .layer-group:first-child .layer-group-header{padding-top:0}.grouped-layer-control.compact .grouped-layer-panel{min-width:180px}.grouped-layer-control.compact .layer-group-header{padding:6px 8px;font-size:.7rem}.grouped-layer-control.compact .layer-item{padding:4px 8px 4px 18px;font-size:.68rem}@media (max-width:640px){.grouped-layer-panel{min-width:unset;z-index:1100;border-radius:16px 16px 0 0;max-height:60vh;position:fixed;inset:auto 0 0;box-shadow:0 -4px 24px #0000002e}.layer-group-header{min-height:44px;padding:12px 14px;font-size:.85rem}.layer-item{min-height:44px;padding:10px 14px 10px 26px;font-size:.8rem}.layer-color-swatch{width:12px;height:12px}.layer-radio,.layer-check{width:18px;height:18px}.layer-radio.checked:after{width:9px;height:9px}.layer-check.checked:after{width:10px;height:8px}.grouped-layer-trigger{min-height:36px;padding:8px 12px;font-size:.8rem}}.action-section{background:var(--card-bg,#fff);border:1px solid var(--border);border-radius:8px;padding:1rem}.action-section h2{justify-content:space-between;align-items:center;margin:0 0 .75rem;font-size:.9rem;font-weight:600;display:flex}.action-section h2 a{color:var(--primary);font-size:.75rem;font-weight:500}.action-row{border-bottom:1px solid var(--border);color:inherit;cursor:pointer;border-radius:4px;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem .25rem;font-size:.8rem;text-decoration:none;transition:background .1s;display:flex}.action-row:last-child{border-bottom:none}.action-row:hover{background:#00000005}.action-row .row-summary{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.action-row .row-city{color:var(--text-muted);flex-shrink:0;font-size:.7rem}@media (max-width:768px){.dashboard-split{flex-direction:column-reverse;min-height:auto}.dashboard-action-panel{flex:none;max-height:none;overflow-y:visible}.dashboard-map-container{flex:none;height:300px;min-height:300px}.kpi-card{flex:none;min-width:120px}}@media (min-width:2000px){.dashboard-split{min-height:700px}.dashboard-action-panel{flex:0 0 500px;max-height:800px}.dashboard-map-container{min-height:650px}.kpi-value{font-size:2.25rem}.kpi-label{font-size:1rem}}@media (prefers-color-scheme:dark){.kpi-delta{background:#ffffff0f}.action-row:hover{background:#ffffff08}.dashboard-map-skeleton{background:#1a1a2e}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}[style*="background: #f8f9fa"],[style*="background:#f8f9fa"]{background:var(--section-bg)!important;color:var(--section-text)!important}[style*="background: #fff"],[style*="background:#fff"],[style*="background: white"]{background:var(--card-bg)!important;color:var(--foreground)!important}[style*="background: #fff3cd"],[style*="background:#fff3cd"]{background:var(--warning-bg)!important;color:var(--warning-text)!important}[style*="background: #d4edda"],[style*="background:#d4edda"]{background:var(--success-bg)!important;color:var(--success-text)!important}[style*="background: #f8d7da"],[style*="background:#f8d7da"]{background:var(--danger-bg)!important;color:var(--danger-text)!important}[style*="background: #cce5ff"],[style*="background:#cce5ff"]{background:var(--info-bg)!important;color:var(--info-text)!important}[style*="color: #856404"]{color:var(--warning-text)!important}[style*="color: #155724"]{color:var(--success-text)!important}[style*="color: #721c24"]{color:var(--danger-text)!important}[style*="color: #666"],[style*="color:#666"]{color:var(--muted)!important}[style*="color: #333"],[style*="color:#333"],[style*="color: #171717"],[style*="color:#171717"],[style*="color: #000"],[style*="color:#000"],[style*="color: black"]{color:var(--foreground)!important}[style*="background: #e7f1ff"],[style*="background:#e7f1ff"],[style*="background: #e3f2fd"],[style*="background:#e3f2fd"],[style*="background: #f0f9ff"],[style*="background:#f0f9ff"],[style*="background: #f0f7ff"],[style*="background:#f0f7ff"]{background:var(--info-bg)!important;color:var(--info-text)!important}[style*="background: #f5f5f5"],[style*="background:#f5f5f5"],[style*="background: #f0f0f0"],[style*="background:#f0f0f0"],[style*="background: #eee"],[style*="background:#eee"]{background:var(--section-bg)!important;color:var(--section-text)!important}[style*="background: transparent"]{color:var(--foreground)!important}[style*="background: #ffffff"],[style*="background:#ffffff"]{background:var(--card-bg)!important;color:var(--foreground)!important}[style*="background: #dcfce7"],[style*="background:#dcfce7"]{background:var(--healthy-bg)!important;color:var(--healthy-text)!important}[style*="background: #fef9c3"],[style*="background:#fef9c3"]{background:var(--caution-bg)!important;color:var(--caution-text)!important}[style*="background: #fee2e2"],[style*="background:#fee2e2"]{background:var(--critical-bg)!important;color:var(--critical-text)!important}[style*="color: #16a34a"],[style*="color:#16a34a"]{color:var(--healthy-text)!important}[style*="color: #ca8a04"],[style*="color:#ca8a04"]{color:var(--caution-text)!important}[style*="color: #dc2626"],[style*="color:#dc2626"]{color:var(--critical-text)!important}[style*="color: #111827"],[style*="color:#111827"]{color:var(--text-primary)!important}[style*="color: #6b7280"],[style*="color:#6b7280"]{color:var(--text-secondary)!important}[style*="color: #9ca3af"],[style*="color:#9ca3af"]{color:var(--text-tertiary)!important}[style*="background: #f3f4f6"],[style*="background:#f3f4f6"]{background:var(--bg-secondary)!important;color:var(--foreground)!important}[style*="border: 1px solid #e5e7eb"],[style*="border:1px solid #e5e7eb"]{border-color:var(--border-default)!important}[style*="border: 1px solid #d1d5db"],[style*="border:1px solid #d1d5db"]{border-color:var(--border-light)!important}[style*="background: #fef3c7"],[style*="background:#fef3c7"]{background:var(--warning-bg)!important;color:var(--foreground)!important}[style*="background: #eff6ff"],[style*="background:#eff6ff"]{background:var(--info-bg)!important;color:var(--foreground)!important}[style*="background: #ecfdf5"],[style*="background:#ecfdf5"],[style*="background: #f0fdf4"],[style*="background:#f0fdf4"]{background:var(--success-bg)!important;color:var(--foreground)!important}[style*="background: #fdf4ff"],[style*="background:#fdf4ff"]{color:var(--foreground)!important;background:#4a1d6a!important}[style*="background: #fff7ed"],[style*="background:#fff7ed"]{color:var(--foreground)!important;background:#4a2c1d!important}[style*="background: #f0f9ff"],[style*="background:#f0f9ff"]{background:var(--info-bg)!important;color:var(--foreground)!important}[style*="background: #e2e3e5"],[style*="background:#e2e3e5"],[style*="background: #e9ecef"],[style*="background:#e9ecef"]{background:var(--section-bg)!important;color:var(--foreground)!important}[style*="color: #383d41"],[style*="color:#383d41"],[style*="color: #495057"],[style*="color:#495057"]{color:var(--foreground)!important}[style*="background: #d1ecf1"],[style*="background:#d1ecf1"]{background:var(--info-bg)!important;color:var(--info-text)!important}[style*="color: #0c5460"],[style*="color:#0c5460"]{color:var(--info-text)!important}[style*="background: #cfe2ff"],[style*="background:#cfe2ff"]{background:var(--info-bg)!important;color:var(--info-text)!important}[style*="color: #084298"],[style*="color:#084298"]{color:var(--info-text)!important}[style*="color: #212529"],[style*="color:#212529"]{color:var(--foreground)!important}[style*="color: #334155"],[style*="color:#334155"],[style*="color: #475569"],[style*="color:#475569"]{color:var(--text-secondary)!important}[style*="background: #f0fff4"],[style*="background:#f0fff4"]{background:var(--success-bg)!important;color:var(--success-text)!important}[style*="background: #dee2e6"],[style*="background:#dee2e6"]{background:var(--section-bg)!important;color:var(--foreground)!important}[style*="color: #6c757d"],[style*="color:#6c757d"]{color:var(--muted)!important}[style*="border: 1px solid #c3e6cb"]{border-color:var(--success-border)!important}[style*="border: 1px solid #b6d4fe"]{border-color:var(--info-border)!important}[style*="border: 1px solid #dee2e6"],[style*="border: 1px solid #adb5bd"]{border-color:var(--border)!important}[style*="background: #fffbe6"],[style*="background:#fffbe6"],[style*="background: #fff8e6"],[style*="background:#fff8e6"]{background:var(--warning-bg)!important;color:var(--warning-text)!important}[style*="background: #fff5f5"],[style*="background:#fff5f5"],[style*="background: #fef2f2"],[style*="background:#fef2f2"]{background:var(--danger-bg)!important;color:var(--danger-text)!important}[style*="background: #fdf2f8"],[style*="background:#fdf2f8"]{color:#f9a8d4!important;background:#4a1d3d!important}[style*="background: #f5f3ff"],[style*="background:#f5f3ff"]{color:#c4b5fd!important;background:#3d1d4a!important}[style*="color: #ec4899"],[style*="color:#ec4899"]{color:#f9a8d4!important}[style*="color: #8b5cf6"],[style*="color:#8b5cf6"]{color:#c4b5fd!important}[style*="color: #f97316"],[style*="color:#f97316"]{color:#fdba74!important}}@media (max-width:768px){.dashboard-grid{grid-template-columns:1fr!important}.card{border-radius:6px}main{padding-left:.75rem;padding-right:.75rem}.profile-tabs{gap:0;padding-bottom:.25rem}.profile-tab{white-space:nowrap;padding:.5rem .75rem;font-size:.85rem}button,[role=button],select{min-height:44px}[style*="position: fixed"][style*="z-index: 1000"]>.card,[style*="position: fixed"][style*=zIndex]>.card{border-radius:0!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important}}@media (max-width:576px){h1{font-size:1.25rem}.detail-grid{grid-template-columns:1fr!important}.card button,.card a[style*="display: inline-flex"]{justify-content:center;width:100%}.card{padding:1rem!important}}
