.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}:root{--brand-red: #e1251b;--brand-red-dark: #b41f17;--brand-red-light: #f04a40;--brand-gray: #878787;--brand-gray-dark: #3f3f3f;--color-bg: #f5f7fa;--color-surface: #ffffff;--color-surface-alt: #f9fafb;--color-border: #e5e7eb;--color-border-strong:#cbd5e1;--color-text: #1f2937;--color-text-muted: #6b7280;--color-text-subtle: #9ca3af;--color-text-onbrand: #ffffff;--color-sidebar-bg: var(--brand-gray-dark);--color-sidebar-text: #f5f5f5;--color-sidebar-active-bg: rgba(225, 37, 27, .18);--color-sidebar-active-bar:var(--brand-red);--color-sidebar-border: rgba(255, 255, 255, .08);--color-primary: var(--brand-red);--color-primary-hover: var(--brand-red-dark);--color-primary-tint: rgba(225, 37, 27, .1);--color-focus-ring: rgba(225, 37, 27, .18);--color-on-primary: #ffffff;--color-success: #16a34a;--color-success-bg: #ecfdf5;--color-success-border: #a7f3d0;--color-warning: #f59e0b;--color-warning-bg: #fffbeb;--color-warning-border: #fde68a;--color-danger: #dc2626;--color-danger-bg: #fef2f2;--color-danger-border: #fecaca;--color-info: #0284c7;--color-input-bg: #ffffff;--sidebar-width: 240px;--header-height: 56px;--blue: var(--color-primary);--blue-light: var(--brand-red-light);--blue-lighter: var(--brand-red-light);--green: var(--color-success);--red: var(--color-danger);--orange: var(--color-warning);--yellow: #f1c40f;--gray: var(--color-text-subtle);--gray-light: var(--color-surface-alt);--gray-dark: var(--brand-gray-dark);--white: #ffffff;--bg: var(--color-bg)}[data-theme=dark]{--color-bg: #000000;--color-surface: #0d0d0d;--color-surface-alt: #1a1a1a;--color-border: #2a2a2a;--color-border-strong:#3a3a3a;--color-text: #f1f5f9;--color-text-muted: #c1c8d1;--color-text-subtle: #8b939c;--color-text-onbrand: #ffffff;--color-sidebar-bg: #0a0a0a;--color-sidebar-text: #f1f5f9;--color-sidebar-active-bg: rgba(240, 74, 64, .22);--color-sidebar-active-bar:var(--brand-red-light);--color-sidebar-border: rgba(255, 255, 255, .08);--color-primary: var(--brand-red-light);--color-primary-hover: var(--brand-red);--color-primary-tint: rgba(240, 74, 64, .18);--color-focus-ring: rgba(240, 74, 64, .3);--color-on-primary: #ffffff;--color-success: #4ade80;--color-success-bg: rgba(22, 163, 74, .14);--color-success-border: rgba(74, 222, 128, .35);--color-warning: #fbbf24;--color-warning-bg: rgba(245, 158, 11, .14);--color-warning-border: rgba(251, 191, 36, .35);--color-danger: #f87171;--color-danger-bg: rgba(220, 38, 38, .14);--color-danger-border: rgba(248, 113, 113, .35);--color-input-bg: #161616}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;background:var(--color-bg);color:var(--color-text);font-size:14px;line-height:1.5;min-height:100vh;transition:background-color .18s ease,color .18s ease}#root{min-height:100vh;min-height:100dvh}.app-page-body{min-width:0}.auth-shell-loading{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--color-bg);color:var(--color-text);padding:24px}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit;font-size:13px}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:6px;font-weight:600;transition:background-color .15s ease,color .15s ease,border-color .15s ease,opacity .15s ease}.btn-primary{background:var(--color-primary);color:var(--color-text-onbrand)}.btn-primary:hover{background:var(--color-primary-hover)}.btn-success{background:var(--color-success);color:var(--color-text-onbrand)}.btn-success:hover{opacity:.9}.btn-danger{background:var(--color-danger);color:var(--color-text-onbrand)}.btn-danger:hover{opacity:.9}.btn-outline{background:transparent;border:1.5px solid var(--color-primary);color:var(--color-primary)}.btn-outline:hover{background:var(--color-primary);color:var(--color-text-onbrand)}.btn-sm{padding:5px 10px;font-size:12px}table{width:100%;border-collapse:collapse;background:var(--color-surface);border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #00000014;color:var(--color-text)}th{background:var(--brand-gray-dark);color:#fff;padding:10px 12px;text-align:left;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}td{padding:10px 12px;border-bottom:1px solid var(--color-border);font-size:13px}tr:hover td{background:var(--color-surface-alt)}tr:last-child td{border-bottom:none}table.table-dense th{padding:7px;font-size:11px;letter-spacing:.3px}table.table-dense td{padding:6px 7px;font-size:12.5px}.card{background:var(--color-surface);border-radius:10px;padding:20px;box-shadow:0 1px 4px #0000000f;color:var(--color-text)}input,select,textarea{padding:8px 12px;border:1.5px solid var(--color-border-strong);border-radius:6px;font-size:13px;font-family:inherit;background:var(--color-input-bg);color:var(--color-text);transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-focus-ring)}::placeholder{color:var(--color-text-subtle);opacity:1}:-ms-input-placeholder{color:var(--color-text-subtle)}::-ms-input-placeholder{color:var(--color-text-subtle)}.loading{display:flex;justify-content:center;align-items:center;padding:60px 24px;min-height:200px;color:var(--color-text-muted);font-size:16px}.badge{display:inline-block;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.badge-pass{background:#dcfce7;color:#166534}.badge-monitor{background:#fef9c3;color:#854d0e}.badge-monitor-low{background:#ffedd5;color:#9a3412}.badge-monitor-high{background:#fed7aa;color:#7c2d12;border:1px solid #f59e0b}.badge-treat{background:#ffedd5;color:#9a3412}.badge-reject{background:#fee2e2;color:#991b1b}.badge-priority{background:var(--brand-red);color:#fff}.badge-engineering{background:#dbeafe;color:#1e40af}.badge-nesc{background:var(--brand-red-dark);color:#fff}[data-theme=dark] .badge-pass{background:#14532d;color:#bbf7d0}[data-theme=dark] .badge-monitor{background:#713f12;color:#fef08a}[data-theme=dark] .badge-monitor-low{background:#7c2d12;color:#fed7aa}[data-theme=dark] .badge-monitor-high{background:#9a3412;color:#ffedd5;border-color:#fb923c}[data-theme=dark] .badge-treat{background:#7c2d12;color:#fed7aa}[data-theme=dark] .badge-reject{background:#7f1d1d;color:#fecaca}[data-theme=dark] .badge-engineering{background:#1e3a8a;color:#bfdbfe}.app-shell{display:flex;min-height:100vh;min-height:100dvh;width:100%}.app-sidebar{width:var(--sidebar-width);background:var(--color-sidebar-bg);color:var(--color-sidebar-text);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100}.app-sidebar-backdrop{display:none}.app-content{flex:1;margin-left:var(--sidebar-width);min-width:0;min-height:0;display:flex;flex-direction:column}.app-main{flex:1;padding:16px 32px 24px;min-width:0;min-height:0}.app-mobile-header{display:none}.table-scroll{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.grid-2-col{display:grid;grid-template-columns:1fr 1fr;gap:8px}.page-header-row{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.map-container{height:calc(100vh - 200px);border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000001f;position:relative;z-index:1;isolation:isolate}.map-filter-bar{position:relative;z-index:20;background:var(--color-bg);margin-bottom:16px}.map-filter-chips{display:flex;gap:6px;flex-wrap:wrap}.metrics-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.metrics-table{--metrics-rank-width: 36px;--metrics-inspector-width: 140px}.metrics-table .metrics-sticky-rank,.metrics-table .metrics-sticky-inspector{position:sticky;z-index:2;background:var(--color-surface)}.metrics-table .metrics-sticky-rank{left:0;min-width:var(--metrics-rank-width);max-width:var(--metrics-rank-width)}.metrics-table .metrics-sticky-inspector{left:var(--metrics-rank-width);min-width:var(--metrics-inspector-width);box-shadow:4px 0 8px #0000001f}.metrics-table thead .metrics-sticky-rank,.metrics-table thead .metrics-sticky-inspector{z-index:3;background:var(--color-surface-alt)}.metrics-table tr.metrics-totals-row .metrics-sticky-rank,.metrics-table tr.metrics-totals-row .metrics-sticky-inspector{background:var(--color-surface-alt)}.metrics-inspector-initials{display:none;font-weight:800;letter-spacing:.04em}.metrics-inspector-name{display:inline}.cross-section-layout{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:flex-start}.modal-panel{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:12px;width:100%;max-width:760px;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;max-height:90vh}@media(max-width:768px){html,body,#root{min-height:100%;min-height:100dvh}.auth-shell-loading{min-height:100vh;min-height:100dvh;width:100%}.app-shell{min-height:100dvh;width:100%}.app-content{margin-left:0;width:100%;min-width:0}.app-main{padding:0 12px 24px}.app-page-body{padding-top:8px}.app-mobile-header{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--color-sidebar-bg);color:var(--color-sidebar-text);border-bottom:1px solid var(--color-sidebar-border);position:sticky;top:0;z-index:150;flex-shrink:0}.app-mobile-menu-btn{background:transparent;border:1px solid rgba(255,255,255,.22);border-radius:8px;color:inherit;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.app-mobile-title{flex:1;min-width:0;font-size:14px;font-weight:700;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-sidebar{width:min(280px,88vw);transform:translate(-105%);transition:transform .22s ease;box-shadow:4px 0 24px #00000059}.app-sidebar.is-open{transform:translate(0)}.app-sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:#00000085;border:none;padding:0;cursor:pointer}body.nav-open{overflow:hidden}.card{padding:14px;border-radius:8px}.btn{min-height:40px}.btn-sm{min-height:36px}h1{font-size:18px!important}h2{font-size:16px!important}h3{font-size:14px!important}.grid-2-col,.cross-section-layout{grid-template-columns:1fr!important}.cross-section-layout button[type=button]{justify-self:center}.page-header-row{flex-direction:column;align-items:stretch!important}.page-header-row .btn{width:100%;justify-content:center}.map-container{height:min(58vh,calc(100dvh - 360px));min-height:260px;border-radius:8px}.map-filter-bar{position:sticky;top:0;z-index:500;padding:8px 0 10px;margin-bottom:12px;border-bottom:1px solid var(--color-border);box-shadow:0 6px 16px #00000059}.map-container .leaflet-container{z-index:1!important}.metrics-table{--metrics-inspector-width: 52px}.metrics-table .metrics-sticky-inspector{box-shadow:4px 0 10px #00000047}.metrics-inspector-initials{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;border-radius:999px;background:var(--color-primary-tint);color:var(--color-primary);font-size:12px}.metrics-inspector-name{display:none}.modal-panel{max-width:none;max-height:100vh;border-radius:0;min-height:100%}.modal-overlay{padding:0!important;align-items:stretch!important}.table-scroll>table,main .card:has(>table)>table,main .card:has(table) table{min-width:520px}main .card:has(>table),main .card:has(table){overflow-x:auto;-webkit-overflow-scrolling:touch}main section:has(>table),main section:has(table){overflow-x:auto;-webkit-overflow-scrolling:touch}table.table-dense{min-width:720px}.page-action-bar-inner{justify-content:space-between!important;width:100%;position:relative!important;top:auto!important;flex-shrink:0}.page-action-bar-inner select{max-width:min(100%,220px)}.inspection-toolbar input[type=text]{width:100%!important;flex:1 1 100%;min-width:0}.recharts-responsive-container{min-width:0!important}}
