.app-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh;background-color:#f5f6f9;color:#1f2933;transition:grid-template-columns .25s ease-in-out}.app-shell.collapsed{grid-template-columns:80px 1fr}.sidebar{background-color:#0f172a;color:#f8fafc;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem;transition:padding .25s ease-in-out}.sidebar.collapsed{padding:1.5rem .75rem;align-items:center}.sidebar .logo{display:flex;align-items:center;gap:.5rem;font-size:1.4rem;font-weight:700;margin:0;width:100%}.logo-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:#38bdf833;color:#38bdf8;font-size:1.2rem;font-weight:700}.logo-text{transition:opacity .2s ease}.sidebar.collapsed .logo-text{display:none}.sidebar.collapsed .logo{justify-content:center}.collapse-toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:1px solid rgba(148,163,184,.4);background:#0f172a26;color:#f8fafc;font-size:1.25rem;cursor:pointer;transition:background .2s ease}.collapse-toggle:hover{background:#94a3b84d}.collapse-toggle.secondary{border-color:#cbd5f5;background:#fff;color:#0f172a}.collapse-toggle.secondary:hover{background:#e2e8f0}.sidebar nav{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-top:.5rem}.sidebar.collapsed nav{align-items:center;gap:.5rem}.sidebar .nav-link,.sidebar .nav-link:link,.sidebar .nav-link:visited{display:flex;align-items:center;gap:.75rem;width:100%;padding:.65rem .9rem;border-radius:12px;color:#f8fafc;text-decoration:none!important;font-weight:500;transition:background .2s ease,color .2s ease,transform .2s ease;background:#94a3b81f;border:1px solid transparent}.sidebar.collapsed .nav-link,.sidebar.collapsed .nav-link:link,.sidebar.collapsed .nav-link:visited{justify-content:center;gap:0;padding:.55rem;width:56px;height:48px}.sidebar .nav-link:hover,.sidebar .nav-link:focus-visible{background:#38bdf840;transform:translate(2px);text-decoration:none!important}.sidebar .nav-link.active,.sidebar .nav-link.active:link,.sidebar .nav-link.active:visited{background:linear-gradient(135deg,#38bdf8d9,#3b82f6e6);border-color:#94a3b833;box-shadow:0 14px 30px -18px #38bdf8cc;color:#0f172a;text-decoration:none!important}.sidebar .nav-link.active .nav-icon{color:#0f172a}.nav-icon{font-size:1.2rem;width:1.5rem;text-align:center;color:#f8fafccc}.sidebar.collapsed .nav-label{display:none}.content{padding:2rem}.topbar{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.topbar-spacer{flex:1}.user-menu{position:relative}.user-menu-button{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem;border-radius:9999px;border:1px solid #cbd5f5;background:#fff;color:#0f172a;font-weight:600;cursor:pointer;transition:background .2s ease}.user-menu-button:hover{background:#f1f5f9}.user-email{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:180px;box-shadow:0 20px 35px -25px #0f172a59;padding:.5rem;z-index:10}.user-menu-dropdown button{width:100%;background:transparent;border:none;color:#0f172a;padding:.6rem .75rem;border-radius:8px;text-align:left;font-weight:500;cursor:pointer}.user-menu-dropdown button:hover{background:#f1f5f9}.caret{font-size:.75rem;color:#64748b}@media (min-width: 900px){.topbar .collapse-toggle.secondary{display:none}}@media (max-width: 899px){.sidebar .collapse-toggle{display:none}}.sidebar .nav-link .nav-label{color:inherit;font-weight:600}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f5f6f9;--color-text-primary: #0f172a;--color-text-secondary: #64748b;--color-text-tertiary: #94a3b8;--color-text-danger: #a32d2d;--color-border-tertiary: #e2e8f0;--color-background-primary: #ffffff;--color-background-secondary: #f8fafc}body{margin:0}*{box-sizing:border-box}button{font:inherit}.card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 20px 25px -20px #0f172a33;margin-bottom:1.5rem}.field-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}label{display:flex;flex-direction:column;gap:.5rem;font-weight:600}input,select{padding:.75rem 1rem;border-radius:10px;border:1px solid #cbd5f5;background-color:#f8fafc;font-size:1rem}button{background:linear-gradient(135deg,#0ea5e9,#2563eb);border:none;color:#f8fafc;padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}button:disabled{opacity:.6;cursor:not-allowed}.results-list{list-style:none;padding:0;display:grid;gap:1rem}.results-list li{background-color:#fff;padding:1rem 1.25rem;border-radius:12px;box-shadow:0 20px 25px -20px #0f172a26;display:flex;justify-content:space-between;align-items:center}.results-table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 20px 25px -20px #0f172a26}.results-table th,.results-table td{padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;text-align:left}.results-table tbody tr:last-child td{border-bottom:none}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.auth-card{width:min(420px,100%);display:flex;flex-direction:column;gap:1rem;background-color:#fff;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 24px 45px -25px #0f172a59}.auth-card h1{margin:0;font-size:1.75rem;color:#0f172a}.form-error{color:#dc2626;font-weight:600}.form-success{color:#16a34a;font-weight:600}.auth-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;font-weight:600;color:#475569}.auth-card button{width:100%}.auth-card label span{font-size:.875rem;color:#475569}.auth-secondary-link{margin-top:.5rem;text-align:center;color:#475569}.auth-secondary-link a{color:#2563eb;font-weight:600;text-decoration:none}.auth-secondary-link a:hover{text-decoration:underline}.tabs{display:flex;flex-direction:column;gap:1.5rem}.tab-list{display:flex;gap:.75rem;flex-wrap:wrap}.tab-trigger{border:1px solid #cbd5f5;background:#fff;color:#0f172a;padding:.5rem 1rem;border-radius:9999px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.tab-trigger:hover:not(:disabled){background:#e2e8f0}.tab-trigger.active{background:linear-gradient(135deg,#38bdf8,#2563eb);color:#fff;box-shadow:0 12px 30px -18px #2563eb99;border-color:transparent}.tab-trigger:disabled{opacity:.5;cursor:not-allowed}.tab-panels{display:grid}.tab-panel{display:block}.project-selection-page{display:flex;flex-direction:column;gap:1.5rem}.project-selection-header h2{margin:.25rem 0 .5rem}.project-count{margin-left:.5rem;font-weight:700;color:#0f172a}.project-selection-controls .control-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.project-selection-controls select{width:100%;padding:.6rem .75rem;border-radius:.75rem;border:1px solid #cbd5f5;background:#fff}.project-selection-controls label{display:flex;flex-direction:column;gap:.4rem;font-weight:600;color:#0f172a}.project-selection-controls span{font-size:.85rem;color:#475569}.project-selection-table{overflow-x:auto}.project-filter-row input{width:100%;padding:.4rem .5rem;border-radius:.5rem;border:1px solid #cbd5f5;background:#fff;font-size:.85rem}.project-map{height:360px;border-radius:.9rem;overflow:hidden;background:#e2e8f0}.project-map .leaflet-container{height:100%;width:100%}.leaflet-default-marker{background:transparent;border:none}.project-detail-grid{display:grid;gap:1rem}.project-documents-group{margin-bottom:1rem}.link-button{display:block;background:none;border:none;color:#2563eb;text-align:left;padding:0;cursor:pointer;text-decoration:none}.link-button:disabled{color:#94a3b8;cursor:not-allowed}.link-button.is-disabled{color:#94a3b8;cursor:not-allowed}.project-pdf-viewer iframe{width:100%;min-height:700px;border:none;border-radius:1rem;background:#fff}.project-empty{padding:1.5rem;color:#475569;text-align:center}.project-error{color:#dc2626;font-weight:600}.valuation-section{display:flex;flex-direction:column;gap:1rem}.valuation-banner{padding:.75rem 1rem;border-radius:.75rem;background:#fef3c7;color:#92400e;font-weight:600}.valuation-grid{display:grid;gap:1rem}.valuation-grid .card label{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.75rem;font-weight:600}.valuation-grid .card input,.valuation-grid .card select{padding:.55rem .7rem;border-radius:.6rem;border:1px solid #cbd5f5;background:#fff}.valuation-form{display:grid;gap:.6rem;max-height:320px;overflow-y:auto;padding-right:.5rem}.valuation-placeholder{padding:1rem;border-radius:.75rem;background:#f8fafc;color:#64748b}.valuation-output{font-size:.85rem;background:#0f172a;color:#e2e8f0;padding:1rem;border-radius:.75rem;overflow-x:auto}.engagement-flow{display:flex;flex-direction:column;align-items:center;gap:.85rem;padding:1.5rem 1rem 2rem;border-radius:1.25rem;background:radial-gradient(circle at top,#0f172a33,#02061714),#0b1220;color:#e2e8f0;overflow-x:auto}.engagement-flow-stage{min-width:220px;max-width:520px;padding:.85rem 1rem;border-radius:.85rem;background:var(--stage-bg, #6b7280);border:2px solid var(--stage-border, #4b5563);text-align:center;font-weight:600;box-shadow:0 16px 26px -22px #0f172aa6}.engagement-flow-stage.is-root{background:linear-gradient(135deg,#34d399,#10b981);border-color:#0f766e;color:#0f172a;font-size:1.05rem;letter-spacing:.01em}.engagement-flow-stage.is-highlight{background:linear-gradient(135deg,#34d399,#10b981);border-color:#0f766e;color:#0f172a}.engagement-flow-stage--wide{width:min(520px,100%);text-align:left}.engagement-flow-stage-title{font-size:1rem;margin-bottom:.5rem}.engagement-flow-stage-body{font-size:.85rem;line-height:1.4;display:grid;gap:.3rem}.engagement-flow-stage.is-compact{min-width:160px;padding:.65rem .8rem}.engagement-flow-arrow{position:relative;width:2px;height:26px;background:#6b7280;align-self:center}.engagement-flow-arrow:after{content:"";position:absolute;bottom:-6px;left:50%;width:8px;height:8px;border-right:2px solid #6b7280;border-bottom:2px solid #6b7280;transform:translate(-50%) rotate(45deg)}.engagement-flow-arrow.is-horizontal{width:36px;height:2px}.engagement-flow-arrow.is-horizontal:after{bottom:auto;top:50%;left:auto;right:-6px;transform:translateY(-50%) rotate(-45deg)}.engagement-flow-branch-top{position:relative;width:min(720px,100%);height:24px;margin:0 auto .5rem}.engagement-flow-branch-line{position:absolute;left:12%;right:12%;top:0;height:2px;background:#6b7280}.engagement-flow-branch-drop{position:absolute;top:0;width:2px;height:24px;background:#6b7280}.engagement-flow-branch-drop.is-left{left:12%}.engagement-flow-branch-drop.is-right{right:12%}.engagement-flow-branch-columns{position:relative;display:grid;grid-template-columns:minmax(260px,1fr) minmax(220px,.7fr);gap:2rem;align-items:start;width:min(960px,100%)}.engagement-flow-branch-left,.engagement-flow-branch-right{display:flex;flex-direction:column;align-items:center;gap:.85rem}.engagement-flow-branch-left{align-items:stretch}.engagement-flow-followup-connector{position:relative;display:flex;justify-content:center}.engagement-flow-side-arrow{position:absolute;left:-140px;top:50%;width:120px;height:2px;background:#6b7280}.engagement-flow-side-arrow:after{content:"";position:absolute;left:-6px;top:50%;width:8px;height:8px;border-left:2px solid #6b7280;border-bottom:2px solid #6b7280;transform:translateY(-50%) rotate(45deg)}.engagement-flow-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;justify-content:center}@media (max-width: 900px){.engagement-flow-branch-columns{grid-template-columns:1fr}.engagement-flow-branch-top,.engagement-flow-side-arrow{display:none}}.lead-page{display:flex;flex-direction:column;gap:1.5rem}.lead-header h2{margin:0 0 .25rem}.lead-header p{margin:0;color:#475569}.lead-controls-card{display:flex;flex-direction:column;gap:1rem}.lead-controls{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:start}.lead-search-field{display:flex;flex-direction:column;gap:.45rem}.lead-search-input{position:relative;display:flex;align-items:stretch;padding:.35rem .75rem;border:1px solid #cbd5f5;border-radius:.85rem;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.lead-search-input.open{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb2e}.lead-search-input input{flex:1;border:none;background:transparent;font-size:1rem;padding:.6rem 0;min-width:0}.lead-search-input input:focus-visible{outline:none}.lead-state-dropdown{position:absolute;top:calc(100% + .6rem);left:0;right:0;z-index:12;display:flex;flex-direction:column;gap:.65rem;padding:.85rem;border:1px solid #cbd5f5;border-radius:.95rem;background:#fff;box-shadow:0 22px 55px -25px #0f172a59}.lead-state-dropdown-header{display:flex;align-items:center;justify-content:flex-start;font-weight:600;color:#1e293b}.lead-state-chip-row{display:flex;flex-wrap:wrap;gap:.45rem}.lead-state-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .55rem;border-radius:999px;background:#e2e8f0;color:#1e293b;font-size:.85rem;font-weight:600}.lead-state-chip button{border:none;background:transparent;color:inherit;cursor:pointer;font-size:1rem;line-height:1;padding:0}.lead-state-chip button:hover,.lead-state-chip button:focus-visible{color:#ef4444;outline:none}.lead-state-dropdown-list{display:flex;flex-direction:column;gap:.35rem;max-height:240px;overflow:auto;padding-right:.25rem}.lead-state-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem .65rem;border-radius:.65rem;border:1px solid transparent;background:#f8fafc;color:#0f172a;font-size:.95rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.lead-state-option:hover,.lead-state-option:focus-visible{border-color:#bfdbfe;outline:none}.lead-state-option.selected{background:#2563eb;color:#fff;border-color:#2563eb}.lead-state-option.selected span:last-of-type{font-weight:600}.lead-state-option--empty{text-align:center;padding:.8rem .65rem;border-radius:.65rem;background:#f8fafc;color:#64748b}.valuation-control .valuation-control-body{display:flex;flex-direction:column;gap:.75rem}.valuation-slider{position:relative;height:36px}.valuation-slider-track{position:absolute;top:50%;left:0;right:0;height:6px;border-radius:999px;background:#dbeafe;transform:translateY(-50%)}.valuation-slider-track-active{position:absolute;top:0;bottom:0;border-radius:999px;background:linear-gradient(90deg,#38bdf8,#2563eb)}.valuation-slider input[type=range]{position:absolute;top:0;left:0;width:100%;height:36px;margin:0;background:transparent;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.valuation-slider input[type=range]:first-of-type{z-index:3}.valuation-slider input[type=range]:last-of-type{z-index:2}.valuation-slider input[type=range]::-webkit-slider-thumb{pointer-events:all;width:16px;height:16px;border-radius:50%;background:#2563eb;border:2px solid #ffffff;box-shadow:0 6px 16px -4px #2563eb59;-webkit-appearance:none}.valuation-slider input[type=range]::-webkit-slider-runnable-track{height:6px;background:transparent}.valuation-slider input[type=range]::-moz-range-thumb{pointer-events:all;width:16px;height:16px;border-radius:50%;background:#2563eb;border:2px solid #ffffff;box-shadow:0 6px 16px -4px #2563eb59}.valuation-slider input[type=range]::-moz-range-track{height:6px;background:transparent}.valuation-slider input[type=range]:focus-visible{outline:none}.valuation-fields{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:start}.valuation-field{display:flex;flex-direction:column;gap:.35rem}.valuation-field-label{order:2;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.valuation-field-input{order:1;display:flex;align-items:center;width:100%;border:1px solid #cbd5f5;border-radius:10px;background-color:#f8fafc;transition:border-color .15s ease,box-shadow .15s ease}.valuation-field-input:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb2e}.valuation-field-input input{flex:1;padding:.75rem 1rem;font-size:1rem;border:none;border-radius:0;background:transparent;min-width:0}.valuation-field-input input:focus-visible{outline:none}.valuation-field-unit{padding:.75rem .9rem;font-size:.9rem;color:#94a3b8;border-left:1px solid #cbd5f5;white-space:nowrap}.valuation-reset{align-self:flex-start;background:transparent;color:#2563eb;padding:0;border:none;font-weight:600;font-size:.85rem;cursor:pointer}.valuation-reset:hover{text-decoration:underline}.lead-helper{margin:0;color:#64748b;font-size:.9rem}.lead-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.lead-charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.lead-charts-grid{grid-template-columns:1fr}}.lead-chart-card{padding:1.25rem 1.5rem}.lead-chart-title{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted, #6b7280);margin:0 0 1rem}.lead-chart-empty{color:var(--text-muted, #6b7280);font-size:.875rem;text-align:center;padding:2rem 0}.lead-chart-footnote{margin:1.25rem 0 0;font-size:.75rem;color:var(--text-muted, #6b7280)}.lead-pie-wrapper{display:flex;align-items:center;gap:1.5rem}.lead-pie-svg{width:140px;height:140px;flex-shrink:0}.pie-centre-value{font-size:22px;font-weight:700;fill:var(--text-primary, #111827)}.pie-centre-label{font-size:10px;fill:var(--text-muted, #6b7280);text-transform:uppercase;letter-spacing:.05em}.lead-pie-legend{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem;flex:1}.lead-pie-legend-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;cursor:default;transition:opacity .15s}.lead-pie-legend-item.highlighted{font-weight:600}.legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.legend-label{flex:1;color:var(--text-primary, #111827);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.legend-count{font-weight:600;color:var(--text-primary, #111827)}.legend-pct{color:var(--text-muted, #6b7280)}.lead-histogram{display:flex;align-items:flex-end;gap:.5rem;height:140px}.histogram-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;gap:.35rem;position:relative}.histogram-bar-wrapper{flex:1;width:100%;display:flex;flex-direction:column;justify-content:flex-end;position:relative}.histogram-bar{width:100%;background:var(--accent, #4f8ef7);border-radius:3px 3px 0 0;transition:background .15s,height .3s;min-height:0}.histogram-bar.hovered{background:var(--accent-hover, #2563eb)}.histogram-tooltip{position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%);background:var(--text-primary, #111827);color:#fff;font-size:.7rem;white-space:nowrap;padding:3px 7px;border-radius:4px;pointer-events:none;z-index:10}.histogram-label{font-size:.62rem;color:var(--text-muted, #6b7280);text-align:center;white-space:nowrap}.lead-stat{display:flex;flex-direction:column;gap:.25rem}.lead-stat-label{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:#94a3b8}.lead-stat-value{margin:0;font-size:2rem;font-weight:700;color:#0f172a}.lead-stat-value.accent{color:#047857}.lead-map-card{padding:1.25rem 1.5rem}.lead-map-container{display:flex;flex-direction:column;gap:.5rem}.lead-map{width:100%;height:480px;border-radius:.75rem;overflow:hidden;z-index:0}.lead-map .leaflet-pane,.lead-map .leaflet-top,.lead-map .leaflet-bottom{z-index:1}.lead-map-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#64748b;gap:.25rem;text-align:center}.lead-map-empty p{margin:0}.lead-map-empty-hint{font-size:.8rem;opacity:.7}.lead-map-empty-hint code{background:#f1f5f9;padding:.1rem .35rem;border-radius:4px;font-size:.78rem}.lead-map-footnote{font-size:.8rem;color:#64748b;margin:0}.lead-map-tooltip.leaflet-tooltip{background:#fff;border:none;border-radius:.75rem;box-shadow:0 8px 32px #0f172a2e;padding:.85rem 1rem;width:240px;white-space:normal;pointer-events:none}.lead-map-tooltip.leaflet-tooltip:before{border-top-color:#fff}.lmt-address{font-weight:600;font-size:.9rem;color:#0f172a;margin:0 0 .65rem;line-height:1.35}.lmt-grid{display:grid;grid-template-columns:1fr 1fr;gap:.1rem .75rem;margin-bottom:.65rem}.lmt-label{font-size:.7rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;margin-top:.45rem}.lmt-value{font-size:.82rem;color:#0f172a;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lmt-hint{margin:0;font-size:.75rem;color:#94a3b8;border-top:1px solid #f1f5f9;padding-top:.5rem}@media (max-width: 600px){.lead-map{height:320px}}.lead-table-card{display:flex;flex-direction:column;gap:1rem}.lead-table-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.ghost-button{background:transparent;border:1px solid #cbd5f5;color:#1d4ed8;padding:.5rem 1rem;border-radius:9999px;font-weight:600}.ghost-button:hover:not(:disabled){background-color:#e2e8f0}.ghost-button:disabled{color:#94a3b8;border-color:#e2e8f0;cursor:not-allowed}.lead-table-wrapper{overflow-x:auto}.lead-table{min-width:960px}.lead-table .lead-sort-row th{background:#f8fafc;white-space:nowrap;-webkit-user-select:none;user-select:none}.lead-table th.sortable{cursor:pointer}.lead-table th.sortable:hover{background:#f1f5f9}.sort-icon{display:inline-block;margin-left:4px;font-size:.7rem;color:#94a3b8;vertical-align:middle}.lead-table th.sortable:hover .sort-icon,.lead-table th.sortable .sort-icon:not([data-inactive]){color:#1d4ed8}.lead-table .lead-filter-row th{background:#fff;padding:6px 8px;vertical-align:top}.tbl-filter-input,.tbl-filter-select{width:100%;padding:4px 6px;font-size:.78rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#0f172a;box-sizing:border-box;margin:0;outline:none}.tbl-filter-input:focus,.tbl-filter-select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.dual-range-slider{width:100%;padding:0}.dual-range-track{position:relative;height:18px;display:flex;align-items:center}.dual-range-bg{position:absolute;left:0;right:0;height:4px;background:#e2e8f0;border-radius:2px;pointer-events:none}.dual-range-fill{position:absolute;height:4px;background:#3b82f6;border-radius:2px;pointer-events:none;z-index:1}.dual-range-input{position:absolute;left:0;width:100%;height:18px;margin:0;padding:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:none;z-index:2}.dual-range-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:all;width:14px;height:14px;border-radius:50%;background:#3b82f6;border:2px solid #ffffff;box-shadow:0 0 0 1.5px #3b82f6;cursor:pointer}.dual-range-input::-moz-range-thumb{pointer-events:all;width:14px;height:14px;border-radius:50%;background:#3b82f6;border:2px solid #ffffff;box-shadow:0 0 0 1.5px #3b82f6;cursor:pointer;border:none}.dual-range-input::-webkit-slider-runnable-track{background:transparent}.dual-range-input::-moz-range-track{background:transparent}.dual-range-labels{display:flex;justify-content:space-between;font-size:.62rem;color:#64748b;margin-top:1px;padding:0;line-height:1.2}.lead-table th.numeric,.lead-table td.numeric{text-align:right}.lead-project-name{font-weight:600}.lead-table tbody tr{cursor:pointer;transition:background-color .2s ease}.lead-table tbody tr:hover{background-color:#f1f5f9}.lead-empty{text-align:center;padding:2rem 0;color:#64748b;font-weight:600}.lead-error{background-color:#fee2e2;color:#b91c1c;padding:1rem;border-radius:12px;font-weight:600}.lead-badge{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;background-color:#e2e8f0;color:#0f172a}.lead-badge.tone-primary{background-color:#dbeafe;color:#1d4ed8}.lead-badge.tone-secondary{background-color:#fef3c7;color:#b45309}.lead-badge.tone-outline{background-color:#f8fafc;color:#475569;border:1px solid #cbd5f5}.lead-badge[class*=status-project-registered]{background-color:#dcfce7;color:#166534}.lead-pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.lead-page-numbers{display:flex;flex-wrap:wrap;gap:.5rem}.lead-page-numbers .page-number.active{background:linear-gradient(135deg,#38bdf8,#2563eb);color:#fff;border-color:transparent}.lead-detail{display:flex;flex-direction:column;gap:1.5rem}.lead-detail-header h2{margin:0;font-size:2rem;color:#0f172a}.lead-detail-header p{margin:0;color:#475569}.lead-detail-actions{margin-top:1rem;display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.lead-pdf-button{margin-left:auto}.lead-detail-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.lead-detail-list{display:grid;grid-template-columns:160px 1fr;column-gap:1rem;row-gap:.75rem;margin:0}.lead-detail-list dt{font-weight:600;color:#475569}.lead-detail-list dd{margin:0;color:#0f172a}.lead-detail-list dd.accent{font-size:1.5rem;font-weight:700;color:#047857}.lead-detail-contacts{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:1.5rem}.lead-insights{display:grid;gap:1.5rem}.lead-note{margin:.75rem 0 0;color:#475569}.lead-requirements{display:grid;gap:1rem}.lead-requirement h4{margin:0 0 .25rem}.lead-requirement-desc{margin:0 0 .5rem;color:#475569;font-size:.95rem}.lead-relationships,.lead-metadata,.lead-contacts,.lead-references{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.lead-reference-source{color:#475569}.lead-reference-type{color:#1d4ed8}.lead-metadata-links{list-style:disc;margin:.5rem 0 0 1.25rem;padding:0;display:grid;gap:.25rem;color:#1d4ed8}.contact-card{margin-bottom:0}.contact-card h3{margin-top:0;margin-bottom:1rem}.contact-card .lead-detail-list{grid-template-columns:auto 1fr}.lead-link{color:#1d4ed8;text-decoration:none}.lead-link:hover{text-decoration:underline}.contractor-page header{margin-bottom:1.5rem}.contractor-layout{display:grid;grid-template-columns:320px 1fr;gap:1.5rem;align-items:stretch}.contractor-results{display:flex;flex-direction:column;gap:1rem;max-height:70vh}.contractor-results ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem;overflow:auto}.contractor-result{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;border-radius:12px;border:1px solid transparent;background:#f8fafc;text-align:left;cursor:pointer;transition:border .2s ease,box-shadow .2s ease,transform .2s ease}.contractor-result:hover{border-color:#bfdbfe;transform:translate(2px)}.contractor-result.active{border-color:#38bdf8;box-shadow:0 10px 25px -20px #38bdf8e6;background:linear-gradient(135deg,#38bdf81a,#2563eb1a)}.contractor-name{font-weight:600;color:#0f172a}.contractor-meta{font-size:.85rem;color:#475569}.contractor-detail{min-height:400px}.contractor-identity{margin:0 0 1rem}.contractor-identity h2{margin:0;font-size:1.5rem;color:#0f172a}.contractor-identity p{margin:.25rem 0 0;color:#475569}.risk-score-section{margin-bottom:1.5rem}.risk-score-section h3{margin:0 0 .25rem}.risk-score-summary{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:.75rem}.risk-score-summary-item{display:flex;flex-direction:column;gap:.25rem;min-width:140px}.risk-score-summary-item .summary-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.risk-score-summary-item .summary-value{font-size:1.75rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.risk-score-summary-item .summary-value--circle{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;color:#fff;font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.risk-score-section h4{margin:0 0 .75rem}.risk-score-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.625rem}.risk-score-grid--city{margin-top:.625rem}.risk-score-toggle{display:block;width:100%;margin-top:.75rem;padding:.6rem 1rem;border-radius:8px;border:1px solid rgba(15,23,42,.1);background:#f8fafc;color:#0f172a;font-size:.8125rem;font-weight:600;cursor:pointer;text-align:center;transition:background .15s ease}.risk-score-toggle:hover{background:#f1f5f9}.rf-card{display:flex;flex-direction:column;gap:.3rem;padding:.75rem .875rem;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;transition:box-shadow .15s ease}.rf-card--placeholder{opacity:.7}.rf-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.rf-card-label{font-size:.8125rem;font-weight:600;color:#0f172a;line-height:1.35}.rf-card-score{flex-shrink:0;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8125rem;color:#fff;background:#94a3b8}.rf-card-score--muted{background:#e2e8f0;color:#64748b}.rf-card-description-wrap{position:relative;display:block}.rf-card-description-wrap:hover:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:0;z-index:50;width:300px;padding:.625rem .75rem;border-radius:8px;background:#1e293b;color:#f1f5f9;font-size:.875rem;line-height:1.55;white-space:normal;pointer-events:none;box-shadow:0 6px 16px #00000038}.rf-card-description{margin:0;font-size:.75rem;color:#64748b;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rf-card-value{font-size:.8rem;font-weight:500;color:#334155}.overview-grid{display:grid;gap:1.5rem}.detail-grid{display:grid;grid-template-columns:160px 1fr;row-gap:.5rem;column-gap:1rem;margin:0}.detail-grid dt{font-weight:600;color:#475569}.detail-grid dd{margin:0;color:#1f2933}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.chip{background:#38bdf826;color:#0f172a;border-radius:9999px;padding:.25rem .75rem;font-weight:600;font-size:.85rem}.table-scroll{max-height:260px;overflow:auto}.table-scroll table{width:100%;border-collapse:collapse}.table-scroll th,.table-scroll td{padding:.5rem .75rem;border-bottom:1px solid #e2e8f0;font-size:14px;text-align:left}.table-scroll tbody tr:last-child td{border-bottom:none}.personnel-table th{font-size:12px;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.05em;background:#f1f5f9;padding:10px 16px;white-space:nowrap}.personnel-table td{font-size:16px;color:#1e293b;font-weight:400;padding:11px 16px}.insurance-columns{display:grid;gap:1rem}.insurance-table h4{margin-top:0;font-size:1rem;color:#475569}.chart-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.chart-box{display:flex;flex-direction:column;gap:.5rem}.chart-legend{display:flex;flex-wrap:wrap;gap:.5rem}.chart-pill{background:#0f172a;color:#f8fafc;border-radius:9999px;padding:.25rem .75rem;font-size:.85rem}.card-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.empty-state{display:flex;align-items:center;justify-content:center;min-height:240px;text-align:center}@media (max-width: 1200px){.contractor-layout{grid-template-columns:1fr}.contractor-results{max-height:none}}.chart-grid.status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 900px){.chart-grid.status-grid{grid-template-columns:1fr}}.chart-box.chart-box--wide{grid-column:1 / -1}.warranty-layout{display:flex;flex-direction:column;gap:1.5rem}.warranty-list table{width:100%;border-collapse:collapse}.warranty-list th,.warranty-list td{padding:.5rem .75rem;border-bottom:1px solid #e2e8f0;text-align:left}.warranty-list tbody tr{cursor:pointer}.warranty-list tbody tr:hover{background:#f1f5f9}.warranty-detail-page{display:flex;flex-direction:column;gap:1.5rem}.warranty-detail-header h2{margin:.35rem 0 .25rem}.warranty-detail-header p{margin:0;color:#64748b}.warranty-detail-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}.warranty-downloads{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.warranty-detail-columns{display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}.warranty-pdf-viewer iframe{width:100%;min-height:700px;border:none;border-radius:1rem;background:#fff}.warranty-output-row{cursor:pointer}.warranty-output-row:hover{background:#f1f5f9}@media (max-width: 1100px){.warranty-detail-columns{grid-template-columns:1fr}}.multi-select{position:relative}.multi-select.disabled{opacity:.6;pointer-events:none}.multi-select-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.55rem .75rem;border:1px solid #94a3b8;border-radius:10px;background:#fff;cursor:pointer;text-align:left;color:#0f172a;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.multi-select-toggle:hover{border-color:#2563eb;background:#f1f5ff}.multi-select-toggle:focus-visible{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb38}.multi-select-values{display:flex;gap:.25rem;flex-wrap:wrap;align-items:center}.multi-select-placeholder{color:#94a3b8}.multi-select-chip{display:inline-flex;align-items:center;gap:.25rem;background:#e2e8f0;color:#0f172a;border-radius:6px;border:1px solid #cbd5e1;padding:.12rem .4rem;font-size:.825rem;font-weight:500}.multi-select-chip button{border:none;background:transparent;color:inherit;cursor:pointer;font-size:.8em}.multi-select-caret{margin-left:.5rem;color:#475569}.multi-select-dropdown{position:absolute;top:calc(100% + .35rem);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 20px 35px -25px #0f172a59;z-index:20;overflow:hidden}.multi-select-search-wrap{padding:.4rem .5rem;border-bottom:1px solid #e2e8f0}.multi-select-search{width:100%;padding:.35rem .6rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.875rem;outline:none;background:#f8fafc}.multi-select-search:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb2e}.multi-select-menu{max-height:220px;overflow:auto;padding:.35rem 0;margin:0}.multi-select-menu li{list-style:none}.multi-select-menu button{width:100%;padding:.45rem .75rem;border:none;background:transparent;color:#0f172a;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:.9rem}.multi-select-menu button:hover{background:#e2e8f0}.multi-select-menu button.selected{background:#2563eb33;color:#0f172a;font-weight:600}.multi-select-menu .empty{padding:.45rem .75rem;color:#94a3b8;font-style:italic}.admin-users-page{display:flex;flex-direction:column;gap:1.5rem}.page-header h2{margin:0 0 .25rem}.page-header p{margin:0;color:#64748b}.admin-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.form-grid{display:grid;gap:1rem}.form-grid fieldset{border:1px solid #e2e8f0;border-radius:12px;padding:1rem}.form-grid legend{font-weight:600;padding:0 .25rem;color:#0f172a}.permission-list{display:flex;flex-direction:column;gap:.5rem}.permission-item{display:flex;align-items:center;gap:.5rem;font-weight:500}.permission-adder{display:flex;gap:.5rem;align-items:center}.permission-adder input{flex:1}.permission-chip-group{display:flex;flex-wrap:wrap;gap:.5rem}.permission-chip{display:inline-flex;align-items:center;border-radius:9999px;background-color:#e2e8f0;color:#0f172a;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;align-items:center}.table-wrapper{overflow-x:auto}.table-actions{display:flex;justify-content:flex-end;gap:.5rem}.ghost-button.danger{color:#b91c1c;border-color:#fca5a5}.ghost-button.danger:hover:not(:disabled){background-color:#fee2e2}.alert{padding:.75rem 1rem;border-radius:12px;font-weight:600}.alert.error{background-color:#fee2e2;color:#b91c1c}.alert.success{background-color:#dcfce7;color:#15803d}.helper-text{color:#64748b;font-size:.9rem;margin:.25rem 0 0}.module-unauthorized{display:flex;align-items:center;justify-content:center;min-height:40vh}.module-unauthorized .card{max-width:480px;text-align:center}@media print{body.printing-lead-report .sidebar,body.printing-lead-report .topbar,body.printing-lead-report .lead-back-button,body.printing-lead-report .lead-detail-actions{display:none!important}body.printing-lead-report .app-shell{display:block}body.printing-lead-report .content{padding:0}body.printing-lead-report .lead-print-content{display:block;width:100%}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
