:root{--bg: #f6f7f9;--surface: #ffffff;--surface-hover: #f1f5f9;--surface-hover-soft: #f8fafc;--border: #e3e6eb;--text: #1a2330;--muted: #6b7484;--accent: #0095eb;--accent-dark: #0078c2;--accent-soft: #d6ecfb;--good: #16a34a;--good-soft: #dcfce7;--bad: #dc2626;--bad-soft: #fee2e2;--warn: #f59e0b;--warn-strong: #b45309;--warn-soft: #fff7ed;--warn-softer: #fff4e5;--warn-soft-hover: #ffe9c7;--warn-dot: #ffb84d;--shadow: 0 1px 2px rgba(0, 0, 0, .04);--font-body: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-display: "Overpass", "Roboto", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{overflow:hidden;font-family:var(--font-body);background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}h1,h2,h3,.brand-name,.metric-value,.dashboard-title{font-family:var(--font-display);letter-spacing:-.01em}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.app{display:flex;flex-direction:column;height:100vh}.app-header{background:var(--surface);border-bottom:1px solid var(--border);padding:0 24px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;z-index:10}.app-header-left{display:flex;align-items:center;gap:24px}.app-header-right{display:flex;align-items:center;gap:12px}.auth-login-btn{padding:5px 14px;background:var(--accent, #2563eb);color:#fff;border:1px solid var(--accent, #2563eb);border-radius:999px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s}.auth-login-btn:hover{background:#1d4ed8;border-color:#1d4ed8}.auth-menu{position:relative}.auth-user-btn{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 4px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);font-family:inherit;font-size:12px;cursor:pointer}.auth-user-btn:hover{background:#f1f5f9}.auth-user-avatar{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--accent, #2563eb);color:#fff;font-weight:600;font-size:11px}.auth-user-name{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-menu-caret{font-size:10px;color:var(--muted)}.auth-menu-popover{position:absolute;top:calc(100% + 6px);right:0;min-width:140px;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #0f172a1f;padding:4px;z-index:20}.auth-menu-item{display:block;width:100%;padding:6px 10px;border:none;background:transparent;color:var(--text);font-family:inherit;font-size:13px;cursor:pointer;border-radius:4px;text-align:left}.auth-menu-item:hover{background:#f1f5f9}.auth-callback-loading,.auth-callback-error{text-align:center;padding:80px 20px;color:var(--muted)}.auth-callback-error h1{color:var(--bad, #dc2626)}.enrichment-status{position:relative;font-size:12px}.enrichment-status-summary{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);font-size:12px;line-height:1.2;cursor:default;-webkit-user-select:none;user-select:none;position:relative}.enrichment-status-dot{width:8px;height:8px;border-radius:50%;background:#94a3b8}.enrichment-status-summary-good .enrichment-status-dot{background:#22c55e;box-shadow:0 0 0 2px #22c55e2e}.enrichment-status-summary-good{border-color:#22c55e66;background:#22c55e14;color:#15803d}.enrichment-status-summary-warn .enrichment-status-dot{background:#f59e0b;box-shadow:0 0 0 2px #f59e0b2e}.enrichment-status-summary-warn{border-color:#f59e0b66;background:#f59e0b14;color:#b45309}.enrichment-status-headline{font-weight:600;font-variant-numeric:tabular-nums}.enrichment-runs-pill-wrap{position:relative;display:inline-flex}.enrichment-runs-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:transparent;border:1px solid var(--border);border-radius:999px;font:inherit;font-size:12px;color:var(--text);cursor:pointer}.enrichment-runs-pill:hover{background:var(--surface-alt, rgba(0, 0, 0, .04))}.enrichment-runs-pill-working{border-color:#10b981}.enrichment-runs-pill-idle{border-color:var(--accent, #0095eb)}.enrichment-runs-pill-paused{border-color:var(--warn);background:var(--warn-soft)}.enrichment-runs-pause-badge{margin-left:6px;background:var(--warn);color:#fff;padding:1px 6px;border-radius:10px;font-size:11px;font-weight:700}.enrichment-runs-pause-banner{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 12px;background:var(--warn-softer);border-left:3px solid var(--warn);margin:0 -12px}.enrichment-runs-pause-reason{margin-top:4px;font-style:italic;font-size:13px}.enrichment-runs-pause-meta{margin-top:4px;font-size:12px}.enrichment-runs-pause-link{color:var(--warn-strong);font-weight:600;text-decoration:none;white-space:nowrap;flex-shrink:0}.enrichment-runs-pause-link:hover{text-decoration:underline}.enrichment-runs-dot{width:8px;height:8px;border-radius:50%}.enrichment-runs-dot-working{background:#10b981;animation:enrichment-runs-pulse 1.4s ease-in-out infinite}.enrichment-runs-dot-idle{background:var(--accent, #0095eb)}@keyframes enrichment-runs-pulse{0%,to{opacity:1}50%{opacity:.4}}@media (prefers-reduced-motion: reduce){.enrichment-runs-dot-working{animation:none}}.enrichment-runs-popover{position:absolute;top:calc(100% + 6px);right:0;min-width:320px;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #0f172a1f;padding:12px;z-index:30;font-size:13px}.enrichment-runs-popover-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.enrichment-runs-close{background:transparent;border:none;color:var(--muted);font-size:18px;line-height:1;cursor:pointer;padding:0 4px}.enrichment-runs-close:hover{color:var(--text)}.enrichment-runs-daemon-card{padding:8px 0;border-top:1px solid var(--border)}.enrichment-runs-popover-header+.enrichment-runs-daemon-card{border-top:none}.enrichment-runs-daemon-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.enrichment-runs-state{display:inline-block;padding:1px 6px;border-radius:10px;font-size:11px;text-transform:uppercase;letter-spacing:.04em}.enrichment-runs-state-working{background:#10b98126;color:#047857}.enrichment-runs-state-idle{background:#0095eb1f;color:#0369a1}.enrichment-runs-state-shutting-down{background:#b453091f;color:#b45309}.enrichment-runs-state-quota-paused{background:#d9770626;color:#b45309}.enrichment-runs-state-crashed{background:#dc262626;color:#b91c1c}.enrichment-runs-quota-chip{margin-top:6px;padding:6px 8px;border-radius:4px;background:#d977061a;color:#92400e;font-size:12px;line-height:1.4}.enrichment-runs-quota-chip strong{color:#b45309}.enrichment-runs-daemon-id{font-family:ui-monospace,monospace;font-size:11px}.enrichment-runs-daemon-sub{font-size:12px;margin-top:2px}.enrichment-runs-current{margin-top:6px;padding:6px 8px;background:var(--accent-soft, rgba(0, 149, 235, .08));border-radius:4px}.enrichment-runs-history{margin-top:6px}.enrichment-runs-history summary{cursor:pointer;color:var(--muted);font-size:12px}.enrichment-runs-history ul{list-style:none;padding:4px 0 0;margin:0;font-size:12px}.enrichment-runs-history li{display:flex;justify-content:space-between;gap:8px;padding:2px 0}.enrichment-runs-aborted{color:#b45309}.enrichment-runs-stages-badge{display:inline-block;padding:1px 6px;font-size:11px;font-weight:500;background:var(--accent-soft, rgba(0, 149, 235, .12));border-radius:999px;color:var(--accent-strong, #0066b3);margin-left:4px}.enrichment-runs-row-current{margin-top:4px;font-size:12px;color:var(--muted)}.enrichment-runs-row-stalled{margin-top:4px;padding:4px 8px;font-size:12px;background:#dc262614;color:#b91c1c;border-radius:4px}.enrichment-runs-stalled-badge{font-weight:600;text-transform:uppercase;font-size:10px;letter-spacing:.5px}.flywheel-lift{position:relative;display:inline-block}.flywheel-lift-summary{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#6366f114;color:#4338ca;font-size:12px;cursor:default;outline:none}.flywheel-lift-summary:hover .flywheel-lift-popover,.flywheel-lift-summary:focus-visible .flywheel-lift-popover{display:block}.flywheel-lift-dot{width:6px;height:6px;border-radius:50%;background:#6366f1}.flywheel-lift-headline{font-weight:500}.flywheel-lift-popover{display:none;position:absolute;top:calc(100% + 6px);right:0;z-index:20;min-width:240px;padding:8px 10px;background:var(--card-bg, #fff);border:1px solid var(--border, rgba(0, 0, 0, .08));border-radius:6px;box-shadow:0 4px 14px #0000000f;font-size:12px}.flywheel-lift-popover-header{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:6px;margin-bottom:4px;border-bottom:1px solid var(--border-soft, rgba(0, 0, 0, .05))}.flywheel-lift-row{display:flex;justify-content:space-between;align-items:baseline;padding:3px 0}.flywheel-lift-vendor{font-weight:500}.flywheel-lift-counts{font-variant-numeric:tabular-nums}.enrichment-status-popover{position:absolute;top:calc(100% + 6px);right:0;min-width:220px;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #0f172a1f;padding:4px;display:none;flex-direction:column;gap:1px;z-index:20}.enrichment-status:hover .enrichment-status-popover,.enrichment-status-summary:focus .enrichment-status-popover,.enrichment-status-summary:focus-within .enrichment-status-popover{display:flex}.enrichment-status-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:6px 10px;border:none;background:transparent;color:var(--text);font-family:inherit;font-size:12px;cursor:pointer;border-radius:4px;text-align:left}.enrichment-status-row:hover{background:#f1f5f9}.enrichment-status-row-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.enrichment-status-row-count{font-variant-numeric:tabular-nums;font-weight:600}.enrichment-status-row.tone-muted .enrichment-status-row-count{color:#64748b}.enrichment-status-row.tone-amber .enrichment-status-row-count{color:#b45309}.enrichment-status-row.tone-red .enrichment-status-row-count{color:#b91c1c}.enrichment-status-row.tone-green .enrichment-status-row-count{color:#15803d}@media (max-width: 900px){.enrichment-status-headline{display:none}}.brand{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:700;color:var(--text);text-decoration:none;padding:12px 0}.brand:hover{text-decoration:none}.brand-logo{width:28px;height:28px;object-fit:contain}.brand-emoji{font-size:18px;line-height:1}.brand-name{font-weight:700;letter-spacing:-.02em}.app-tabs{display:flex;gap:0}.app-tab{padding:16px;color:var(--muted);text-decoration:none;font-size:14px;font-weight:500;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.app-tab:hover{color:var(--text);text-decoration:none}.app-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.api-tabs{display:flex;gap:4px;margin:-8px 0 16px;border-bottom:1px solid var(--border)}.api-tab{padding:10px 16px;color:var(--muted);text-decoration:none;font-size:14px;font-weight:500;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s}.api-tab:hover{color:var(--text);text-decoration:none}.api-tab.api-tab-active{color:var(--accent);border-bottom-color:var(--accent)}.stats{color:var(--muted);font-size:13px}.stats strong{color:var(--text);font-weight:600}.stats-loading,.stats-error{color:var(--muted);font-size:13px;font-style:italic}.app-main{flex:1;overflow-y:auto;min-height:0;padding:24px}.app-main>*:not(.full-bleed){max-width:1400px;margin-left:auto;margin-right:auto}.app-main>.fill-height{height:100%}.global-filter-bar{background:var(--surface);border-bottom:1px solid var(--border);padding:10px 24px;flex-shrink:0;z-index:9;box-shadow:0 1px #00000005}.global-filter-bar .filter-scope-row{margin-bottom:8px}.global-filter-bar .filter-bar{background:transparent;border:none;padding:0;margin:0;box-shadow:none}.clear-all-btn{margin-left:auto;padding:5px 14px;background:var(--bad, #dc2626);color:#fff!important;border:1px solid var(--bad, #dc2626);border-radius:14px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s}.clear-all-btn:hover{background:#b91c1c;border-color:#b91c1c}.businesses-split{display:grid;grid-template-columns:minmax(420px,1fr) minmax(420px,1.2fr);gap:16px;align-items:start;height:100%}.businesses-list-pane{min-width:0;display:flex;flex-direction:column;height:100%;min-height:0}.list-scroll{flex:1;overflow-y:auto;min-height:0;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.list-scroll .business-table{border:none;border-radius:0;box-shadow:none}.list-scroll .business-table thead th{position:sticky;top:0;z-index:1;background:#f9fafb}.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none}.sortable-header:hover{background:#eef2f7}.sortable-header-active{color:var(--accent, #1d4ed8)}.sortable-header-arrow{margin-left:4px;font-size:.85em;opacity:.85}.businesses-detail-pane{height:100%;overflow-y:auto;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);padding:16px}.detail-empty{color:var(--muted);text-align:center;padding:80px 20px;font-style:italic}.row-selected{background:var(--accent-soft)!important}.row-selected td{border-bottom-color:var(--accent)!important}.row-meta{color:var(--muted);font-size:12px;margin-top:2px;display:flex;align-items:center;gap:4px}.row-rating{margin-left:4px}.business-table-compact td,.business-table-compact th{padding:8px 10px}.business-table-compact .row-logo{width:20px;height:20px}.business-table-compact{table-layout:fixed}.business-table-compact th:nth-child(1),.business-table-compact td:nth-child(1){width:40%;word-break:break-word}.business-table-compact th:nth-child(2),.business-table-compact td:nth-child(2){width:18%}.business-table-compact th:nth-child(3),.business-table-compact td:nth-child(3){width:22%}.business-table-compact th:nth-child(4),.business-table-compact td:nth-child(4){width:20%}.business-table-compact .badge{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.businesses-detail-pane .detail-hero{padding:20px 24px;margin:0 0 16px}.businesses-detail-pane .detail-hero h1{font-size:22px}.businesses-detail-pane .detail-hero-logo{width:60px;height:60px}.businesses-detail-pane .detail-section dl{grid-template-columns:140px 1fr}.stats-panel{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}.stats-panel-loading,.stats-panel-error{color:var(--muted);font-size:13px;margin-bottom:16px;font-style:italic}.pie-card{flex:1;min-width:320px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px;box-shadow:var(--shadow)}.pie-card h3{margin:0 0 12px;font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:600}.pie-row{display:flex;gap:16px;align-items:center}.pie-legend{list-style:none;margin:0;padding:0;flex:1;font-size:13px;line-height:1.7}.pie-legend li{display:flex;align-items:center;gap:8px}.pie-swatch{display:inline-block;width:10px;height:10px;border-radius:2px;flex-shrink:0}.pie-label{flex:1;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pie-value{color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.filter-bar{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:12px 16px;margin-bottom:16px;box-shadow:var(--shadow)}.filter-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.filter-bar-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--muted);margin-right:2px}.filter-row-toggles{margin-top:10px;padding-top:10px;border-top:1px dashed var(--border);flex-wrap:nowrap;align-items:center}.filter-pair{display:flex;align-items:center;gap:4px}.filter-bar input,.filter-bar select,.discover-step-geo input{padding:8px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px;background:var(--surface);font-family:inherit}.filter-bar input[type=search]{flex:1;min-width:220px}.filter-bar input.filter-medium{flex:0 0 200px;min-width:0}.filter-bar input.filter-narrow{flex:0 0 140px;min-width:0}.multi-select-dropdown{position:relative;flex:0 0 200px;min-width:0}.multi-select-dropdown.filter-medium{flex:0 0 200px;min-width:0}.filter-bar .multi-select-dropdown.filter-state{flex:0 0 150px;min-width:0}.multi-select-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:6px;width:100%;padding:8px 12px;border:1px solid var(--border);border-radius:6px;background:var(--surface);font-family:inherit;font-size:14px;color:var(--text);cursor:pointer;text-align:left}.multi-select-trigger:hover{background:var(--surface-hover-soft)}.filter-bar select.is-active,.multi-select-trigger.is-active,.searchable-select-trigger.is-active{background:var(--good-soft);border-color:var(--good);color:var(--good)}.multi-select-trigger.is-active .multi-select-caret,.searchable-select-trigger.is-active .searchable-select-caret{color:var(--good)}.multi-select-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-select-caret{color:var(--muted);font-size:10px;flex-shrink:0}.multi-select-popover{position:absolute;top:calc(100% + 4px);left:0;min-width:240px;max-height:320px;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #0f172a1f;padding:6px;z-index:30}.multi-select-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:4px;cursor:pointer;-webkit-user-select:none;user-select:none}.multi-select-item:hover{background:var(--surface-hover)}.multi-select-item input[type=checkbox]{margin:0;flex-shrink:0}.multi-select-item-label{flex:1;font-size:13px}.multi-select-empty{padding:8px;font-size:13px}.multi-select-clear{width:100%;margin-top:4px;padding:6px 8px;border:none;background:transparent;color:var(--accent);font:inherit;font-size:13px;text-align:left;border-radius:4px;cursor:pointer}.multi-select-clear:hover{background:var(--surface-hover);text-decoration:underline}.filter-bar button[type=submit]{padding:8px 16px;background:var(--accent);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer}.filter-bar button[type=submit]:hover{filter:brightness(1.05)}.filter-more-toggle{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:6px;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .12s,border-color .12s}.filter-more-toggle:hover{background:var(--surface-hover);border-color:#cfd4dc}.filter-more-toggle.is-open{border-color:var(--accent);color:var(--accent-dark);background:var(--accent-soft)}.filter-more-count{font-variant-numeric:tabular-nums;font-size:11px;font-weight:700;line-height:17px;min-width:17px;text-align:center;padding:0 5px;border-radius:20px;background:var(--accent);color:#fff}.filter-more-toggle.is-open .filter-more-count{background:var(--accent-dark)}.filter-more-caret{font-size:10px;color:var(--muted)}.filter-row-toggles .filter-group-label{flex:0 0 150px;font-size:10px;font-weight:700;letter-spacing:.05em;line-height:1.2;text-transform:uppercase;color:var(--muted)}.filter-row-controls{flex:1 1 auto;min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:8px}@media (max-width: 720px){.filter-row-toggles{flex-wrap:wrap}.filter-row-toggles .filter-group-label{flex-basis:100%;margin-bottom:4px}.filter-row-controls{flex-basis:100%}.filter-bar>.filter-row input[type=search]{flex:1 1 100%;min-width:0}.filter-bar>.filter-row input.filter-narrow,.filter-bar>.filter-row .filter-state{flex:1 1 calc(50% - 4px)}}.filter-select{min-width:180px}.link-btn{background:none!important;color:var(--muted)!important;text-decoration:none;padding:4px 8px!important;font-size:13px!important;border:none!important;cursor:pointer}.link-btn:hover{color:var(--text)!important}.tri{padding:8px 12px;border-radius:6px;border:1px solid var(--border);background:var(--surface);font-size:14px;cursor:pointer;color:var(--text);font-family:inherit}.tri:hover{border-color:var(--muted)}.tri-label{color:var(--muted);margin-right:4px}.tri-yes{background:var(--good-soft);border-color:var(--good);color:var(--good)}.tri-yes .tri-label{color:var(--good)}.tri-no{background:var(--bad-soft);border-color:var(--bad);color:var(--bad)}.tri-no .tri-label{color:var(--bad)}.result-summary{color:var(--muted);font-size:13px;margin-bottom:12px}.business-table{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.business-table th{text-align:left;padding:10px 12px;background:#f9fafb;border-bottom:1px solid var(--border);font-weight:600;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.03em}.business-table td{padding:12px;border-bottom:1px solid var(--border);vertical-align:middle}.business-table tr:last-child td{border-bottom:none}.business-table tr:hover{background:#fafbfc}.business-link{font-weight:500;color:var(--text)}.business-link:hover{color:var(--accent)}.empty-row{text-align:center;color:var(--muted);padding:32px!important}.muted{color:var(--muted)}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle}.dot-good{background:var(--good)}.dot-bad{background:var(--bad)}.dot-warn{background:#f59e0b}.badge{display:inline-block;padding:2px 8px;background:#f1f3f6;color:var(--text);border-radius:4px;font-size:12px;font-weight:500}.badge-accent{background:var(--accent-soft);color:var(--accent)}.badge-discovery{background:var(--accent-soft);color:var(--accent);margin-left:8px;vertical-align:middle}.badge-good{background:var(--good-soft);color:var(--good)}.badge-bad{background:var(--bad-soft);color:var(--bad)}.badge-warn{background:#fef3c7;color:#92400e}.badge-cms{background:#ede9fe;color:#6d28d9}.badge-chat{background:#cffafe;color:#0e7490}.badge-fsm{background:#ffedd5;color:#c2410c}.badge-agency{background:#dcfce7;color:#166534}.badge-ad{background:#fce7f3;color:#9d174e}.badge-agentic{background:#e0e7ff;color:#3730a3}.badge-link{text-decoration:none;cursor:pointer}.badge-link:hover{filter:brightness(.96);text-decoration:underline}.info-tip{position:relative;display:inline-flex;outline:none;cursor:help}.info-tip-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:700;font-size:11px;line-height:1}.info-tip-panel{position:absolute;top:22px;right:0;z-index:40;width:340px;max-width:82vw;padding:10px 12px;background:var(--card, #ffffff);color:var(--text);border:1px solid var(--border, #e2e8f0);border-radius:8px;box-shadow:0 8px 24px #00000024;font-size:12px;font-weight:400;line-height:1.45;text-align:left;white-space:normal;opacity:0;visibility:hidden;transition:opacity .12s ease}.info-tip:hover .info-tip-panel,.info-tip:focus .info-tip-panel,.info-tip:focus-within .info-tip-panel{opacity:1;visibility:visible}.info-tip-panel .tip-row{display:block;margin-top:6px}.info-tip-panel code{background:#f1f3f6;padding:0 4px;border-radius:3px;font-size:11px}.name-cell{display:flex;align-items:center;gap:8px}.row-logo{width:24px;height:24px;border-radius:4px;object-fit:contain;background:#f1f3f6;flex-shrink:0}.tech-cell{display:flex;flex-wrap:wrap;gap:4px}.pagination{display:flex;gap:8px;justify-content:center;align-items:center;margin-top:12px;flex-shrink:0}.page-indicator{color:var(--muted);font-size:13px;margin:0 8px}.page-indicator strong{color:var(--text)}.page-btn{padding:8px 16px;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:14px;cursor:pointer}.page-btn:hover:not(:disabled){background:#f9fafb}.page-btn:disabled{opacity:.4;cursor:not-allowed}.detail-page{max-width:800px}.cta-list{margin:0;padding-left:20px}.color-row{display:inline-flex;align-items:center;gap:8px}.color-swatch{display:inline-block;width:16px;height:16px;border-radius:3px;border:1px solid var(--border)}.dashboard{padding:0}.dashboard-title{margin:0 0 16px;font-size:22px}.dashboard-section-title{margin:24px 0 12px;font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:600}.dashboard-row{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:16px}.metric-strip{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:8px}.metric-card{flex:1;min-width:180px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px 20px;box-shadow:var(--shadow);text-align:left;cursor:default;font-family:inherit}.metric-card-clickable{cursor:pointer;transition:border-color .15s,transform .15s}.metric-card-clickable:hover{border-color:var(--accent);transform:translateY(-1px)}.metric-label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:600;margin-bottom:6px}.metric-value{font-size:22px;font-weight:700;color:var(--text)}.state-list{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px 20px;box-shadow:var(--shadow);min-width:240px}.state-list h3{margin:0 0 12px;font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:600}.state-list ol{margin:0;padding:0;list-style:none}.state-list li{display:flex;justify-content:space-between;padding:4px 0;font-size:14px}.filter-active-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px}.filter-active-pills{display:flex;flex-wrap:wrap;gap:6px;flex:1;min-width:0}.filter-active-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 8px 4px 10px;background:var(--accent-soft);border:1px solid var(--accent);color:var(--accent);border-radius:12px;font-size:12px;font-weight:500;cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.filter-active-pill:hover{background:var(--accent);color:#fff}.filter-active-pill-x{font-size:14px;line-height:1;opacity:.7}.filter-active-empty{flex:1;color:var(--muted);font-size:12px;font-style:italic;padding:4px 0;line-height:18px}.filter-scope-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px;margin-top:10px;padding-top:10px;border-top:1px dashed var(--border);margin-bottom:12px}.filter-scope-left,.filter-scope-right{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.filter-scope-right{border:none;padding:0;margin:0;min-inline-size:0}.searchable-select{position:relative;display:inline-block}.searchable-select-trigger{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:var(--surface);border:1px solid var(--border);border-radius:6px;font-size:14px;color:var(--text);cursor:pointer;font-family:inherit;min-width:180px;max-width:220px}.searchable-select-trigger:disabled{opacity:.65;cursor:not-allowed}.searchable-select-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-color:var(--accent)}.searchable-select-label{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.searchable-select-label.is-placeholder{color:var(--muted)}.searchable-select-caret{font-size:10px;color:var(--muted)}.searchable-select-popover{position:absolute;top:calc(100% + 4px);left:0;z-index:100;min-width:220px;max-width:320px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 16px #0000001f;padding:8px}.searchable-select-input{width:100%;box-sizing:border-box;padding:6px 10px;border:1px solid var(--border);border-radius:4px;font-size:13px;font-family:inherit;margin-bottom:6px}.searchable-select-input:focus{outline:none;border-color:var(--accent)}.searchable-select-list{list-style:none;margin:0;padding:0;max-height:260px;overflow-y:auto}.searchable-select-item{padding:6px 10px;font-size:13px;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:space-between;gap:8px}.searchable-select-item.active{background:var(--surface-hover, #f1f5f9)}.searchable-select-item.selected{color:var(--accent);font-weight:600}.searchable-select-item-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchable-select-suffix{font-size:11px;color:var(--muted);white-space:nowrap}.searchable-select-clear{color:var(--muted);font-style:italic}.searchable-select-empty{padding:8px 10px;font-size:12px;color:var(--muted)}.page-size-control{margin-left:auto;color:var(--muted);font-size:13px}.page-size-control select{margin-left:6px;padding:3px 6px;border:1px solid var(--border);border-radius:4px;background:var(--surface);font-family:inherit;font-size:13px}.result-summary{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;margin-bottom:12px}.badge-clickable{cursor:pointer;border:none;font-family:inherit;transition:filter .15s}.badge-clickable:hover{filter:brightness(.95)}.link-btn-inline{background:none;border:none;padding:0;color:var(--accent);text-decoration:none;font:inherit;cursor:pointer}.link-btn-inline:hover{text-decoration:underline}.link-btn-inline:disabled{color:var(--muted);cursor:not-allowed;text-decoration:none}.link-btn-danger,.link-btn-danger:hover{color:var(--bad)}.badge-count{display:inline-block;background:var(--accent);color:#fff;border-radius:8px;padding:1px 6px;font-size:11px;margin-left:4px}.pie-slice-clickable{cursor:pointer;transition:filter .15s,transform .15s;transform-origin:80px 80px}.pie-slice-clickable:hover{filter:brightness(1.1)}.pie-legend-item{display:flex;align-items:center;gap:8px;width:100%;background:none;border:none;padding:0;text-align:left;font-family:inherit;font-size:13px;color:inherit}.pie-legend-clickable{cursor:pointer;border-radius:4px;padding:2px 4px;margin:-2px -4px}.pie-legend-clickable:hover{background:#f1f3f6}.detail-hero{border-radius:12px;padding:28px 32px;color:#fff;display:flex;gap:24px;align-items:center;margin:16px 0 24px;box-shadow:0 4px 12px #00000014}.detail-hero-logo{width:80px;height:80px;border-radius:8px;object-fit:contain;background:#fffffff2;padding:8px;flex-shrink:0}.detail-hero-content{flex:1;min-width:0}.detail-hero-content h1{margin:0 0 8px;font-size:26px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.detail-hero-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.hero-pill{display:inline-block;padding:3px 10px;background:#fff3;color:#fff;border-radius:12px;font-size:12px;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-pill-strong{background:#fffffff2;color:var(--text)}.hero-pill-warn{background:#dc2626e6;color:#fff}.hero-pill-button{display:inline-flex;align-items:center;justify-content:center;line-height:1;border:none;cursor:pointer;font-family:inherit}.hero-pill-button:hover{filter:brightness(.9)}.detail-hero-actions{display:flex;flex-direction:column;gap:8px;flex-shrink:0;align-self:stretch;justify-content:space-between;align-items:flex-end;min-width:200px}.hero-action{background:#fffffff2;color:var(--text);border:none;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap;transition:filter .15s}.hero-action:hover:not(:disabled){filter:brightness(.95)}.hero-action:disabled{opacity:.7;cursor:not-allowed}.hero-action-icon{padding:6px 10px;font-size:16px;line-height:1;min-width:36px}.hero-action-secondary{background:#ffffff26;color:#fff}.hero-action-secondary:hover:not(:disabled){background:#ffffff40;filter:none}.business-actions-menu{position:relative;display:inline-block}.business-actions-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:var(--surface, #ffffff);border:1px solid var(--border, #e3e6eb);border-radius:8px;box-shadow:0 10px 30px #0f172a2e;min-width:160px;padding:4px;z-index:20}.business-actions-dropdown-item{display:block;width:100%;text-align:left;background:none;border:none;border-radius:6px;padding:8px 10px;font-size:13px;font-weight:500;color:var(--text, #1a2330);cursor:pointer;font-family:inherit}.business-actions-dropdown-item:hover{background:var(--surface-hover, #f1f5f9)}.business-actions-dropdown-item-danger{color:#b91c1c}.flag-column-header,.flag-column{text-align:center;width:56px}.flag-count-pill{border:1px solid #fecaca;background:#fff1f2;color:#b91c1c;border-radius:999px;padding:1px 8px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit}.flag-count-pill:hover{background:#fee2e2}.competitor-controls{display:flex;gap:16px;align-items:center;margin:12px 0;padding:10px 12px;background:var(--surface);border:1px solid var(--border);border-radius:6px}.competitor-controls label{display:flex;align-items:center;gap:6px;font-size:13px}.peer-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.peer-stat-card{border:1px solid var(--border);border-radius:6px;padding:10px 12px;background:var(--surface)}.peer-stat-card-empty{opacity:.6}.peer-stat-card-label{font-weight:600;font-size:12px;text-transform:uppercase;color:var(--muted);letter-spacing:.04em;margin-bottom:4px}.peer-stat-card-count{font-size:11px;margin-bottom:6px}.peer-stat-list{margin:0;display:grid;grid-template-columns:auto auto;gap:2px 8px;font-size:13px}.peer-stat-list dt{color:var(--muted)}.peer-stat-list dd{margin:0;font-weight:500}.provider-list-row{display:flex;gap:16px;margin:12px 0}.provider-list{flex:1}.provider-list h4{margin:0 0 6px;font-size:13px}.provider-list ol{margin:0;padding-left:18px;font-size:13px}.provider-list li{display:flex;justify-content:space-between;padding:2px 0}.competitor-section-title{margin-top:16px;font-size:14px}.competitor-table{width:100%;border-collapse:collapse;font-size:13px}.competitor-table th,.competitor-table td{text-align:left;padding:6px 10px;border-bottom:1px solid var(--border)}.competitor-table th{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.competitor-yes{background:#d1fae5;color:#065f46;padding:1px 8px;border-radius:999px;font-size:12px;font-weight:600}.admin-caps-legend{margin:4px 0 0;padding-left:18px;font-size:.85rem;line-height:1.5}.admin-caps-legend li{margin:2px 0}.admin-users-table{width:100%;border-collapse:collapse;margin-top:12px}.admin-users-table th,.admin-users-table td{text-align:left;padding:8px 12px;border-bottom:1px solid var(--border);font-size:13px}.admin-users-table th{font-weight:600;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.admin-users-table input[type=checkbox]{cursor:pointer}.admin-enrichment-stages{display:flex;flex-direction:column;gap:8px;margin:16px 0}.admin-enrichment-stage{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid var(--border);border-radius:6px;cursor:pointer;background:var(--surface);transition:background 80ms ease}.admin-enrichment-stage:hover{background:var(--surface-hover, #f9f9f9)}.admin-enrichment-stage input[type=checkbox]{margin-top:4px;cursor:pointer;flex-shrink:0}.admin-enrichment-stage-paused{background:var(--warn-softer);border-color:var(--warn-dot)}.admin-enrichment-stage-paused:hover{background:var(--warn-soft-hover)}.admin-enrichment-stage-dirty{border-color:var(--accent, #2563eb);border-style:dashed}.admin-enrichment-stage-text{flex:1;min-width:0}.admin-enrichment-stage-label{font-weight:600;margin-bottom:4px}.admin-enrichment-paused-pill{color:var(--warn-strong);font-weight:700;font-size:.9em}.admin-enrichment-depth-pill{font-weight:400;white-space:nowrap}.admin-enrichment-queue-depth{margin:16px 0;padding:12px;border:1px solid var(--border);border-radius:6px;background:var(--surface-hover-soft)}.admin-enrichment-queue-depth h2{font-size:14px;margin:0 0 6px}.admin-enrichment-stage-description{font-size:13px;line-height:1.4}.admin-enrichment-reason{margin:16px 0}.admin-enrichment-reason label{display:block;font-weight:600;margin-bottom:6px}.admin-enrichment-reason textarea{width:100%;box-sizing:border-box;font-family:inherit;font-size:14px;padding:8px;border:1px solid var(--border);border-radius:4px;resize:vertical}.admin-enrichment-reason .small{margin-top:6px;font-size:12px}.admin-enrichment-actions{display:flex;align-items:center;gap:12px;margin:16px 0 24px}.admin-enrichment-actions .small{font-size:12px}.admin-enrichment-audit{border-top:1px solid var(--border);padding-top:16px;margin-top:24px}.admin-enrichment-audit h2{font-size:16px;font-weight:600;margin:0 0 12px}.admin-enrichment-audit-dl{display:grid;grid-template-columns:110px 1fr;gap:6px 12px;margin:0 0 12px}.admin-enrichment-audit-dl dt{font-weight:600;color:#555}.admin-enrichment-audit-dl dd{margin:0}.flag-list{border-top:1px solid var(--border);padding-top:12px;margin-top:8px}.flag-list h3{margin:0 0 8px;font-size:14px;font-weight:600}.flag-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;max-height:240px;overflow-y:auto}.flag-list li{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:8px 10px}.flag-comment-field{display:block;margin:12px 0}.flag-comment-label{display:block;font-weight:600;font-size:13px;margin-bottom:6px}.flag-comment-field textarea{display:block;width:100%;box-sizing:border-box;font-family:inherit;font-size:13px;padding:8px;border:1px solid var(--border);border-radius:4px;resize:vertical}.flag-comment-counter{display:block;text-align:right;font-size:11px;margin-top:4px}.flag-meta{display:flex;gap:8px;font-size:11px;align-items:baseline;flex-wrap:wrap}.flag-row{display:flex;flex-direction:column;gap:6px}.flag-row-resolved{opacity:.7}.flag-row-actions{display:flex;justify-content:flex-end;gap:6px}.flag-resolved-pill{background:#d1fae5;color:#065f46;border-radius:999px;padding:1px 8px;font-size:11px;font-weight:600}.flag-status-tabs{display:flex;gap:4px;margin:8px 0;border-bottom:1px solid var(--border)}.flag-status-tab{border:none;background:transparent;padding:6px 12px;font-size:13px;font-weight:500;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;font-family:inherit}.flag-status-tab:hover{color:var(--text)}.flag-status-tab-active{color:var(--text);border-bottom-color:var(--accent)}.flag-comment{margin-top:4px;font-size:13px;white-space:pre-wrap;overflow-wrap:break-word}.detail-hero-location{color:#ffffffe6;font-size:14px}.hero-lists{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:8px;margin-top:auto;justify-content:flex-end}.hero-lists-chips{display:flex;flex-wrap:wrap;gap:4px}.hero-list-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 4px 2px 10px;background:#ffffff2e;border:1px solid rgba(255,255,255,.35);border-radius:12px;font-size:12px;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-list-chip-name{color:#fff;text-decoration:none;font-weight:500}.hero-list-chip-name:hover{text-decoration:underline}.hero-list-chip-remove{background:transparent;border:none;color:#ffffffd9;cursor:pointer;font-size:11px;line-height:1;padding:2px 6px;border-radius:8px;font-family:inherit}.hero-list-chip-remove:hover:not(:disabled){background:#fff3;color:#fff}.hero-lists-picker{display:inline-block}.hero-lists-empty{font-size:12px}.hero-actions-row{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px;justify-content:flex-end}.hero-actions-stack{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.hero-actions-row .hero-lists,.hero-actions-stack .hero-lists{margin-top:0}.detail-hero-memberships{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px}.detail-hero-memberships .hero-lists{margin-top:0;justify-content:flex-start}.hero-lists-error{background:#dc2626d9;color:#fff;padding:4px 10px;border-radius:6px;font-size:12px}.map-page{display:flex;flex-direction:column;height:100%;margin:-24px}.map-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 24px;background:var(--surface);border-bottom:1px solid var(--border)}.map-area-chip{margin-left:auto;margin-right:8px;padding:4px 10px;border:1px solid var(--accent);border-radius:999px;background:var(--accent-bg, rgba(0, 149, 235, .1));color:var(--accent);cursor:pointer;font-size:12px;font-weight:600}.map-area-chip:hover{background:var(--accent);color:#fff}.map-filter-area-control.leaflet-center{left:50%;transform:translate(-50%)}.map-filter-area-btn{margin-top:12px;padding:8px 18px;border:none;border-radius:999px;background:#fff;color:#222;cursor:pointer;font-size:14px;font-weight:600;box-shadow:0 2px 6px #00000040;pointer-events:auto}.map-filter-area-btn:hover{background:var(--accent);color:#fff}.map-container{flex:1;min-height:0;position:relative}.map-pin-wrap{background:transparent!important;border:none!important}.map-pin{width:32px;height:32px;border-radius:50%;border:2px solid white;box-shadow:0 2px 4px #0000004d;transition:transform .15s}.map-pin:hover{transform:scale(1.15);cursor:pointer}.map-pin-fallback{color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display)}.map-popup-name{font-weight:600;color:var(--text)}.map-popup-meta{display:flex;flex-wrap:wrap;gap:4px;margin:6px 0}.map-empty-state{padding:24px 32px;background:#fef3c7;border-bottom:1px solid #f59e0b;color:#78350f}.map-empty-state h3{margin:0 0 8px;font-size:16px}.map-empty-state p{margin:0 0 8px;font-size:14px;max-width:700px}.map-empty-state code{background:#00000014;padding:1px 6px;border-radius:3px;font-size:13px}.description{color:var(--muted);font-style:italic;margin:0 0 24px}.detail-section{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px 20px;margin-bottom:16px;box-shadow:var(--shadow)}.detail-section h2{margin:0 0 12px;font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:600}.detail-section-header{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:4px}.detail-section-header h2{margin-bottom:0}.contact-editor{display:flex;flex-direction:column;gap:12px}.contact-editor-row{display:grid;grid-template-columns:1fr;gap:12px}.contact-editor-row.two-col{grid-template-columns:1fr 1fr}.contact-editor-row.city-state-zip{grid-template-columns:1fr 100px 120px}.contact-editor-field{display:flex;flex-direction:column;gap:4px;min-width:0}.contact-editor-label{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.contact-editor-input{width:100%;padding:6px 10px;border:1px solid var(--border);border-radius:6px;font-size:14px;font-family:inherit;box-sizing:border-box}.contact-editor-input:focus{outline:2px solid var(--accent, #2563eb);outline-offset:-1px;border-color:transparent}.contact-editor-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:8px;border-top:1px solid var(--border);flex-wrap:wrap}.csv-importer{margin-bottom:12px}.csv-importer-pick{display:inline-flex;align-items:center;padding:6px 14px;border:1px dashed var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:13px;cursor:pointer;transition:border-color .15s,background .15s}.csv-importer-pick:hover{border-color:var(--accent, #2563eb);background:var(--accent-soft, rgba(37, 99, 235, .08))}.csv-importer-pick input[type=file]{display:none}.csv-importer-warning{margin:10px 0;padding:10px 12px;background:var(--warn-soft);border:1px solid var(--warn);border-radius:6px;color:var(--warn-strong);font-size:13px;line-height:1.5}.csv-importer-preview{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px 20px;box-shadow:var(--shadow)}.csv-importer-preview h3{margin:0 0 4px;font-size:14px}.csv-importer-mapping{margin-top:12px}.csv-mapping-table{width:100%;border-collapse:collapse;margin-top:6px;font-size:12px}.csv-mapping-table th,.csv-mapping-table td{padding:4px 8px;text-align:left;border-bottom:1px solid var(--border)}.csv-mapping-mapped{color:#15803d;font-weight:500}.csv-mapping-unmapped{color:var(--muted);font-style:italic}.csv-mapping-select{font-size:12px;padding:3px 6px;background:var(--surface);border:1px solid var(--border);border-radius:4px;color:var(--text);font-family:inherit;min-width:180px}.csv-mapping-select:focus{outline:none;border-color:var(--accent)}.csv-mapping-hint{margin-left:8px;font-size:11px;color:var(--muted);font-style:italic}.csv-importer-notice{margin-top:8px;padding:8px 12px;background:#eab30814;border:1px solid rgba(234,179,8,.35);border-radius:6px;font-size:12px}.state-select{position:relative;width:100%}.state-select input{width:100%;box-sizing:border-box}.state-select-dropdown{position:absolute;top:calc(100% + 2px);left:0;right:0;z-index:50;margin:0;padding:4px 0;list-style:none;background:var(--background, #fff);border:1px solid var(--border, #e5e7eb);border-radius:6px;box-shadow:0 4px 12px #00000014;max-height:240px;overflow-y:auto}.state-select-option{display:flex;gap:8px;padding:6px 10px;font-size:13px;cursor:pointer;-webkit-user-select:none;user-select:none}.state-select-option-active,.state-select-option:hover{background:#3b82f614}.state-select-option-code{font-weight:500;min-width:28px;color:var(--text, #111)}.state-select-option-name{color:var(--muted)}.csv-importer-sample{margin-top:12px;font-size:12px}.csv-sample-scroll{margin-top:6px;overflow-x:auto;border:1px solid var(--border);border-radius:6px}.csv-sample-table{width:100%;border-collapse:collapse;font-size:12px}.csv-sample-table th,.csv-sample-table td{padding:6px 10px;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;max-width:240px;overflow:hidden;text-overflow:ellipsis}.csv-sample-table thead th{background:var(--background, #f9fafb);font-weight:600}.csv-sample-table tbody tr:last-child td{border-bottom:none}.list-import-label{cursor:pointer}.csv-importer-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.csv-importer-result{background:#22c55e14;border:1px solid rgba(34,197,94,.4);border-radius:8px;padding:10px 14px;color:#15803d;font-size:13px;display:flex;align-items:center;justify-content:space-between;gap:12px}.csv-importer-result.has-errors{flex-direction:column;align-items:stretch;background:#eab30814;border-color:#eab30873;color:#854d0e}.csv-importer-error-samples{border-top:1px solid rgba(234,179,8,.3);padding-top:10px;margin-top:4px}.csv-importer-error-samples p{margin:0 0 6px}.csv-importer-error-samples ul{margin:0;padding-left:20px;font-size:12px;line-height:1.5}.csv-importer-error-samples li{margin-bottom:2px}.csv-importer-progress{margin-top:12px;display:flex;flex-direction:column;gap:6px}.csv-importer-progress-bar{width:100%;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.csv-importer-progress-fill{height:100%;background:var(--accent, #2563eb);transition:width .2s ease-out}.csv-importer-progress p{margin:0;font-size:12px}.contacts-mode-banner{margin-top:12px;padding:10px 12px;border:1px solid var(--border);border-radius:6px;font-size:12px}.contacts-mode-on{background:var(--accent-soft);border-color:var(--accent)}.contacts-mode-off{background:var(--surface)}.contacts-mode-headline{display:flex;align-items:center;justify-content:space-between;gap:12px}.contacts-mode-headline strong{font-size:13px}.contacts-mode-summary{margin:8px 0 0;padding-left:18px;font-size:12px}.contacts-mode-summary li{margin-bottom:2px}.lists-page{padding:16px 20px;max-width:1100px;margin:0 auto}.lists-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px}.lists-header h1{margin:0}.lists-header-actions{display:flex;align-items:center;gap:16px}.lists-empty{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:32px;text-align:center;box-shadow:var(--shadow)}.franchise-pager{display:flex;align-items:center;justify-content:center;gap:16px;margin:16px 0;font-size:13px}.franchise-pager .link-btn:disabled{opacity:.4;cursor:not-allowed}.lists-empty p{margin:0 0 8px}.lists-table{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.lists-table th,.lists-table td{padding:10px 14px;text-align:left;border-bottom:1px solid var(--border)}.lists-table tbody tr:last-child td{border-bottom:none}.list-name-link{font-weight:600;color:var(--accent, #2563eb);text-decoration:none}.list-name-link:hover{text-decoration:underline}.list-row-description{font-size:12px;margin-top:2px}.list-row-delete{color:var(--bad, #dc2626)}.lists-import-row td{background:var(--background, #f9fafb);padding:12px 16px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal-card{width:100%;max-width:480px;margin:0;background:var(--surface, #ffffff);border:1px solid var(--border, #e3e6eb);border-radius:10px;padding:20px 24px;box-shadow:0 10px 40px #0f172a2e;max-height:calc(100vh - 80px);overflow-y:auto}.modal-card h2{margin:0 0 16px;font-size:18px}.save-as-list-btn{margin-left:8px}.signin-callout{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;margin:0 0 16px;background:var(--accent-soft, rgba(59, 130, 246, .1));border:1px solid var(--accent, #3b82f6);border-radius:8px;font-size:13px}.signin-callout-text{flex:1;min-width:0}.state-list ol{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px}.state-list li{display:flex;justify-content:space-between;padding:8px 12px;background:var(--surface);border:1px solid var(--border);border-radius:6px;font-size:13px;font-variant-numeric:tabular-nums}.pie-card-ghost{opacity:.85}.pie-card-ghost h3{color:var(--muted)}.filter-fieldset{border:none;margin:0;padding:0;min-width:0}.filter-fieldset[disabled]{opacity:.55;cursor:not-allowed}.map-anon-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172a52;pointer-events:auto;display:flex;align-items:center;justify-content:center;padding:16px;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.map-anon-overlay-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);padding:14px 18px;max-width:360px;text-align:center;pointer-events:auto}.map-anon-overlay-card p{margin:6px 0 10px;font-size:13px}.pie-card-ghost .pie-label,.pie-card-ghost .pie-value{color:var(--muted)}.raw-analysis-card{max-width:900px;width:100%;max-height:80vh;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px 20px;box-shadow:var(--shadow)}.raw-analysis-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.raw-analysis-header h2{margin:0;font-size:14px}.raw-analysis-actions{display:flex;gap:8px}.raw-analysis-pre{flex:1;overflow:auto;background:#0f172a;border:1px solid var(--border);border-radius:6px;padding:12px 14px;margin:0}.json-view{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12px;line-height:1.55;color:#e7edf7;word-break:break-word;overflow-wrap:anywhere}.json-children{padding-left:14px;border-left:1px dashed rgba(148,163,184,.25);margin-left:5px}.json-row{padding:1px 0}.json-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;color:#94a3b8;margin-right:4px;font-size:9px;display:inline-block;width:10px}.json-toggle:hover{color:#3b82f6}.json-key{color:#93c5fd}.json-string{color:#86efac}.json-number{color:#fbbf24}.json-bool{color:#c084fc}.json-null{color:#94a3b8;font-style:italic}.json-bracket,.json-comma,.json-colon{color:#cbd5e1}.json-summary{color:#94a3b8;font-style:italic}.list-filter-provenance{display:flex;flex-wrap:wrap;gap:6px;align-items:center;padding:8px 12px;margin-bottom:8px;background:var(--accent-soft, rgba(37, 99, 235, .06));border:1px solid var(--accent, #2563eb);border-radius:6px;font-size:12px}.list-filter-chip{display:inline-block;padding:2px 8px;background:var(--surface);border:1px solid var(--border);border-radius:10px;font-size:12px;color:var(--text)}.list-filter-chip-key{color:var(--muted);font-weight:600}.off-page-selection-pill{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:8px 12px;margin-bottom:8px;background:var(--accent-soft, rgba(37, 99, 235, .06));border:1px solid var(--accent, #2563eb);border-radius:6px;font-size:13px}.off-page-selection-name{color:var(--text)}.off-page-selection-hint{font-size:12px}.off-page-selection-clear{margin-left:auto;background:transparent;border:none;color:var(--muted);font-size:18px;line-height:1;cursor:pointer;padding:0 6px}.off-page-selection-clear:hover{color:var(--text)}.list-filter-controls{flex-basis:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:4px}.list-filter-controls-left{display:flex;align-items:center}.list-refresh-btn{margin-left:auto}.discovery-toggle{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:8px 12px;margin-bottom:8px;background:var(--surface);border:1px solid var(--border);border-radius:6px;font-size:13px}.discovery-toggle-label{display:flex;align-items:center;gap:6px;font-weight:600;cursor:pointer}.discovery-toggle-status,.discovery-toggle-error{font-size:12px}.discovery-toggle-auto-disabled{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.discovery-runs-panel{margin:0 0 12px;padding:10px 12px;background:var(--surface);border:1px solid var(--border);border-radius:6px;font-size:13px}.discovery-runs-panel-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:0 0 8px}.discovery-runs-panel-title{margin:0;font-size:13px;font-weight:600}.discovery-digest{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:16px 20px;margin-bottom:16px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.discovery-digest-text h3{margin:0 0 2px;font-size:16px}.discovery-digest-text p{margin:0}.discovery-list-cards{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.discovery-list-card{border:1px solid var(--border);border-radius:10px;padding:14px 18px;background:var(--surface)}.discovery-list-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}.discovery-list-card-name{font-weight:600;font-size:15px}.discovery-list-card-body{margin-top:6px;font-size:14px}.discovery-list-card-new{font-weight:600}.discovery-list-card-stalled{color:var(--warn, #b45309)}.discovery-list-card-latest{margin-top:10px;padding-top:10px;border-top:1px solid var(--border)}.discovery-list-card-runs{margin-top:10px}.discovery-list-card-runs>summary{cursor:pointer;font-size:12px;color:var(--muted);-webkit-user-select:none;user-select:none}.discovery-list-card-runs[open]>summary{margin-bottom:8px}.discovery-runs-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.discovery-run-row{padding:8px 0;border-top:1px solid var(--border);font-size:13px}.discovery-runs-list>.discovery-run-row:first-child{border-top:none;padding-top:0}.discovery-run-row-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.discovery-run-row-time{font-size:12px}.discovery-run-row-list,.discovery-run-row-new{font-weight:600}.discovery-run-row-line{margin:2px 0;line-height:1.4}.discovery-run-row-reason{margin-top:4px;padding:4px 8px;background:var(--warn-softer, rgba(217, 119, 6, .08));color:var(--warn-strong, #92400e);border-radius:4px;font-size:12px}.discovery-run-row-error{background:#dc262614;color:#b91c1c}.discovery-run-status{display:inline-block;padding:1px 8px;border-radius:10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.discovery-run-status-success{background:#10b98126;color:#047857}.discovery-run-status-skipped{background:#64748b26;color:#475569}.discovery-run-status-error{background:#dc262626;color:#b91c1c}.discovery-run-status-auto_disabled{background:#d9770626;color:#b45309}.discovery-runs-heartbeat{margin:12px 0}.discovery-runs-heartbeat-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid var(--border);border-radius:999px;font-size:12px}.discovery-runs-heartbeat-working{border-color:#10b981}.discovery-runs-heartbeat-idle{border-color:var(--accent, #0095eb)}.discovery-runs-heartbeat-offline{color:var(--muted)}.discovery-runs-heartbeat-dot{width:8px;height:8px;border-radius:50%;background:var(--muted)}.discovery-runs-heartbeat-dot-working{background:#10b981;animation:enrichment-runs-pulse 1.4s ease-in-out infinite}.discovery-runs-heartbeat-dot-idle{background:var(--accent, #0095eb)}.discovery-runs-list-global .discovery-run-row{padding:10px 0}.refresh-diff-list{list-style:none;padding:0;margin:8px 0}.refresh-diff-list li{padding:4px 0;font-size:14px}.refresh-diff-list li.warning{color:var(--warn, #b45309);font-size:13px}.lists-new-form{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px 20px;margin-bottom:16px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px}.lists-new-form h2{margin:0;font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.badge-visibility-public{background:#22c55e1f;color:#15803d}.badge-visibility-private{background:#f59e0b26;color:#b45309}.business-lists{display:flex;flex-direction:column;gap:10px}.business-lists-chips{display:flex;flex-wrap:wrap;gap:6px}.list-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 4px 3px 10px;background:var(--accent-soft, rgba(37, 99, 235, .1));border:1px solid var(--accent, #2563eb);border-radius:12px;font-size:12px;color:var(--accent, #2563eb)}.list-chip-name{color:inherit;text-decoration:none;font-weight:500}.list-chip-name:hover{text-decoration:underline}.list-chip-remove{border:none;background:transparent;color:inherit;opacity:.6;cursor:pointer;padding:0 4px;font-size:12px;line-height:1;border-radius:50%}.list-chip-remove:hover:not(:disabled){opacity:1;background:#0000000d}.business-lists-picker{align-self:flex-start;padding:4px 8px;border:1px solid var(--border);border-radius:6px;background:var(--surface);font-family:inherit;font-size:13px}.business-lists-create{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.business-lists-create .contact-editor-input{width:auto;min-width:200px;flex:1}.btn{padding:6px 14px;font-size:13px;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;font-family:inherit}.btn:hover:not(:disabled){background:#f1f5f9}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent, #2563eb);color:#fff;border-color:var(--accent, #2563eb)}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-secondary{background:transparent;color:var(--muted)}.btn-sm{padding:4px 10px;font-size:12px}.btn-lg{padding:10px 22px;font-size:15px;font-weight:600}.detail-section dl{margin:0;display:grid;grid-template-columns:200px 1fr;gap:8px 16px}.detail-section dt{color:var(--muted);font-size:13px}.detail-section dd{margin:0;word-break:break-word}.mono{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12px;color:var(--muted)}.error{background:var(--bad-soft);color:var(--bad);padding:12px 16px;border-radius:6px;margin:12px 0}.info-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#22c55e14;color:#15803d;border:1px solid rgba(34,197,94,.25);padding:10px 14px;border-radius:6px;margin:12px 0;font-size:13px}.loading{color:var(--muted);padding:24px;text-align:center}.state-lookups{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:14px 16px;margin:14px 0;box-shadow:var(--shadow)}.state-lookups-header h3{margin:0 0 4px;font-size:13px}.state-lookups-header p{margin:0 0 12px;font-size:12px;line-height:1.4}.state-lookups-links{margin:0 0 12px;padding-left:18px;font-size:13px}.state-lookups-links li{margin-bottom:4px}.state-lookups-hint{margin-left:8px;font-size:11px}.state-lookups-chips{display:flex;flex-wrap:wrap;gap:6px}.state-lookups-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:var(--surface-hover-soft);border:1px solid var(--border);border-radius:4px;cursor:pointer;font-family:inherit;font-size:12px;color:var(--text);transition:background .1s}.state-lookups-chip:hover{background:var(--surface-hover)}.state-lookups-chip:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.state-lookups-chip-label{color:var(--muted);text-transform:uppercase;font-size:11px;letter-spacing:.04em}.state-lookups-chip-value{font-family:ui-monospace,SFMono-Regular,monospace}.state-lookups-chip-status{color:var(--muted);font-size:11px}.discover-page{padding:24px 32px;max-width:880px;margin:0 auto}.discover-activity{margin-bottom:32px}.discover-activity h2{margin:0 0 8px;font-size:16px}.discover-pitch{text-align:center;padding:48px 24px;border:1px dashed var(--border);border-radius:10px}.discover-pitch h3{margin:0 0 8px;font-size:20px}.discover-pitch p{margin:0 auto 20px;max-width:46ch}.discovery-runs-toolbar{display:flex;justify-content:flex-end;margin-bottom:12px}.discover-request-modal{max-width:880px}.discover-build-cols{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,380px);gap:24px;align-items:start}@media (max-width: 900px){.discover-build-cols{grid-template-columns:minmax(0,1fr)}}.discover-subset{display:flex;flex-direction:column;gap:12px}.discover-subset .metric-card{margin:0}.discover-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.discover-step{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.discover-step:last-child{border-bottom:none}.discover-step-num{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:var(--accent, #2563eb);color:#fff;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center}.discover-step-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:6px}.discover-step-body>.multi-select-dropdown{flex:0 0 auto;align-self:stretch}.discover-step-label{font-size:13px;font-weight:600}.discover-step-geo{display:flex;gap:8px;align-items:flex-start}.discover-step-geo #disc-city{flex:2 1 0;min-width:0}.discover-step-geo .multi-select-dropdown{flex:1 1 0;min-width:0}.add-business-manual-toggle{margin:-8px 0 16px}.discover-form{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:12px;align-items:end;padding:16px;background:var(--surface, #fafafa);border:1px solid var(--border, #e5e7eb);border-radius:8px;margin-bottom:24px}.discover-field{display:flex;flex-direction:column;gap:4px;font-size:13px}.discover-field>span{color:var(--muted)}.discover-field>span em{font-style:normal;font-size:11px;opacity:.7}.discover-field input{padding:8px 10px;border:1px solid var(--border, #e5e7eb);border-radius:6px;font:inherit;background:var(--background, #fff);width:100%;box-sizing:border-box}.discover-form>button{min-height:36px}.discover-results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.discover-results-header h2{margin:0;font-size:16px}.discover-results-list{list-style:none;margin:0;padding:0;border:1px solid var(--border, #e5e7eb);border-radius:8px;overflow:hidden}.discover-result{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border, #e5e7eb)}.discover-result:last-child{border-bottom:none}.discover-result-main{min-width:0}.discover-result-name{font-weight:500}.discover-result-address{font-size:12px;margin-top:2px}.discover-result-action{flex-shrink:0}@media (max-width: 720px){.discover-form{grid-template-columns:1fr}}.pie-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.pie-card-header h3{margin:0;flex:1}.pie-expand-btn{border:1px solid var(--border, #e5e7eb);background:transparent;color:var(--muted);border-radius:4px;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;flex-shrink:0}.pie-expand-btn:hover{background:#3b82f614;color:var(--text, #111)}.pie-expand-btn:focus-visible{outline:2px solid var(--accent, #2563eb);outline-offset:1px}.pie-modal-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.pie-modal{background:var(--background, #fff);border-radius:8px;box-shadow:0 12px 40px #0003;padding:24px 28px;max-width:1100px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.pie-modal .pie-row{gap:24px;flex:1;min-height:0;align-items:flex-start}.pie-modal .pie-row svg{width:280px;height:280px;flex-shrink:0}.pie-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.pie-modal-header h3{margin:0;font-size:18px}.pie-modal-close{background:transparent;border:none;font-size:24px;line-height:1;cursor:pointer;color:var(--muted);width:28px;height:28px}.pie-modal-close:hover{color:var(--text, #111)}.pie-modal-close:focus-visible{outline:2px solid var(--accent, #2563eb);outline-offset:1px}.pie-modal-hint{font-size:12px;margin:0 0 12px}.pie-modal .pie-legend{max-height:70vh;overflow-y:auto;flex:1;min-width:0}.pie-row-compact .pie-legend li{margin:0}.franchise-select-col{width:32px;text-align:center}.franchise-select-col input[type=checkbox]{cursor:pointer}.franchise-bulk-toolbar-slot{min-height:36px;margin-bottom:8px}.franchise-bulk-toolbar{display:flex;align-items:center;gap:12px;padding:6px 10px;background:#dc26260a;border:1px solid rgba(220,38,38,.2);border-radius:6px;font-size:13px}.franchise-bulk-toolbar>span:first-child{flex:1}.lists-header-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:4px}.lists-header-row h1{margin:0}.franchise-create-modal{max-width:480px;width:100%}.franchise-create-form{display:flex;flex-direction:column;gap:14px;margin-top:8px}.franchise-create-form select{padding:8px 10px;border:1px solid var(--border, #e5e7eb);border-radius:6px;font:inherit;background:var(--background, #fff);width:100%;box-sizing:border-box}.franchise-create-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.franchise-add-modal{max-width:800px;width:100%}.franchise-add-search{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:12px;align-items:end;margin:12px 0}.franchise-add-results{max-height:50vh;overflow-y:auto;margin:12px 0}.outreach-queue-header,.outreach-detail-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.outreach-queue-header h1,.outreach-detail-header h1{margin:0}.outreach-detail-header .primary,.outreach-queue-header .primary{background:var(--accent);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block}.filter-pills{display:flex;gap:8px;align-items:center;margin:12px 0 16px;flex-wrap:wrap}.filter-pills .pill{background:#f3f4f6;border:1px solid #d1d5db;border-radius:999px;padding:4px 12px;cursor:pointer;font-size:13px}.filter-pills .pill-active{background:var(--accent);color:#fff;border-color:var(--accent)}.filter-pills .muted{color:#6b7280;font-size:13px;margin-left:auto}.queue-onboarding{max-width:640px;margin:48px auto;padding:32px;background:var(--surface, #ffffff);border:1px solid var(--border, #e5e7eb);border-radius:8px;box-shadow:0 1px 3px #0000000d}.queue-onboarding-header{text-align:center;margin-bottom:28px}.queue-onboarding-icon{font-size:36px;margin-bottom:8px}.queue-onboarding-header h2{margin:0 0 8px;font-size:20px}.queue-onboarding-header .muted{margin:0;font-size:14px;color:#6b7280}.queue-onboarding-section{background:#f9fafb;border-left:3px solid var(--accent, #2563eb);padding:14px 16px;border-radius:4px;margin:0 0 24px}.queue-onboarding-section h3{margin:0 0 6px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#374151}.queue-onboarding-section .muted{margin:0;font-size:14px;line-height:1.55;color:#4b5563}.queue-onboarding-steps{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:16px}.queue-onboarding-steps li{display:flex;gap:14px;align-items:flex-start;font-size:14px;line-height:1.5}.queue-onboarding-steps .step-num{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--accent, #2563eb);color:#fff;font-weight:600;font-size:13px;display:inline-flex;align-items:center;justify-content:center}.queue-onboarding-cta{text-align:center}.queue-onboarding-cta-hint{margin:12px 0 0;font-size:13px;color:#6b7280}.primary-large{padding:10px 20px;font-size:15px;font-weight:500}.queue-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:16px;background:#fff;border:1px solid var(--border, #e5e7eb);border-radius:8px;overflow:hidden;font-size:14px}.queue-table thead th{background:#f9fafb;color:#374151;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.04em;text-align:left;padding:10px 14px;border-bottom:1px solid var(--border, #e5e7eb);white-space:nowrap}.queue-table thead .queue-subhead th{text-transform:none;font-size:11px;letter-spacing:0;color:#6b7280;font-weight:500;padding:4px 6px 8px;text-align:center;background:#f9fafb;border-bottom:1px solid var(--border, #e5e7eb)}.queue-table tbody td{padding:14px;border-bottom:1px solid #f3f4f6;vertical-align:top}.queue-table tbody tr:last-child td{border-bottom:none}.queue-row:hover td{background:#fafbfc}.queue-row-status-sent td,.queue-row-status-replied td,.queue-row-status-opted-out td,.queue-row-status-bounced td{background:#fafafa}.queue-row-status-sent:hover td,.queue-row-status-replied:hover td,.queue-row-status-opted-out:hover td,.queue-row-status-bounced:hover td{background:#f5f5f5}.qcol-num{width:40px;color:#9ca3af;font-size:12px;font-variant-numeric:tabular-nums}.qcol-business{min-width:180px}.qcol-contact{min-width:220px}.qcol-touch{width:84px;text-align:center!important;padding:10px 4px!important}.qcol-status{width:130px}.qcol-won{width:140px;position:relative}.qcol-notes{min-width:240px}.won-cell-empty{background:transparent;border:1px dashed #d1d5db;color:#6b7280;border-radius:6px;padding:5px 9px;font-size:12px;cursor:pointer}.won-cell-empty:hover:not(:disabled){background:#ecfdf5;border-color:#10b981;color:#047857}.won-cell-wrap{display:inline-flex;align-items:center;gap:4px;position:relative}.won-cell-pill{background:#d1fae5;border:1px solid #10b981;color:#064e3b;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:4px;cursor:pointer}.won-cell-pill:hover{background:#a7f3d0}.won-cell-pill-date{font-variant-numeric:tabular-nums}.won-cell-pill-dot{color:#047857;font-size:8px;line-height:1}.won-cell-unmark{background:transparent;border:1px solid transparent;color:#9ca3af;cursor:pointer;padding:0 4px;line-height:1;font-size:14px}.won-cell-unmark:hover:not(:disabled){color:#b91c1c;border-color:#fecaca}.won-note-popover{position:absolute;top:calc(100% + 4px);left:0;z-index:5;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 8px 24px #0000001f;padding:8px;width:280px}.won-note-popover textarea{width:100%;box-sizing:border-box;font:inherit;font-size:13px;padding:6px;border:1px solid #d1d5db;border-radius:4px;resize:vertical}.won-note-actions{display:flex;gap:6px;margin-top:6px;justify-content:flex-end}.campaign-stats-card .campaign-stats-row{display:flex;gap:32px;flex-wrap:wrap}.campaign-stat{min-width:100px}.campaign-stat-num{font-size:28px;font-weight:700;color:#064e3b;font-variant-numeric:tabular-nums;line-height:1.1}.campaign-stat-label{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-top:4px}.queue-business-name{font-weight:600;color:#1f2937;font-size:15px;line-height:1.3}.queue-business-city{color:#6b7280;font-size:13px;margin-top:2px}.queue-mismatch-badge{display:inline-flex;align-items:center;gap:6px;margin-top:6px;padding:3px 8px;border-radius:12px;background:#fef3c7;border:1px solid #fcd34d;color:var(--warn-strong);font-size:11px;font-weight:600;line-height:1.3}.queue-mismatch-icon{font-size:12px}.queue-mismatch-text{white-space:nowrap}.queue-mismatch-dismiss{border:none;background:#b453091f;color:var(--warn-strong);border-radius:6px;padding:1px 8px;font-size:11px;font-weight:600;font-family:inherit;cursor:pointer}.queue-mismatch-dismiss:hover{background:#b4530933}.queue-mismatch-dismiss:disabled{opacity:.6;cursor:default}.queue-contact-name{font-weight:600;color:#1f2937;font-size:14px;line-height:1.3}.queue-contact-name.muted{font-weight:400}.queue-contact-title{color:#4b5563;font-size:12px;margin-top:2px;font-style:italic}.queue-contact-channel{margin-top:6px;font-size:12px;color:#4b5563;display:flex;align-items:center;gap:5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.queue-contact-channel.muted{font-family:inherit;font-style:italic}.qchan-icon{color:#9ca3af;font-family:inherit}.qchan-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.touch-cell{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:64px;height:48px;border-radius:6px;cursor:pointer;font-size:11px;font-weight:500;padding:0;transition:background-color .12s,border-color .12s,transform .05s}.touch-cell:active:not(:disabled){transform:scale(.96)}.touch-cell:disabled{cursor:wait;opacity:.7}.touch-cell-empty{background:#fff;border:1.5px dashed #d1d5db;color:#9ca3af}.touch-cell-empty:hover:not(:disabled){background:#f0f9ff;border-color:var(--accent, #2563eb);color:var(--accent, #2563eb)}.touch-cell-empty-label{font-size:20px;font-weight:400;line-height:1}.touch-cell-done{background:#d1fae5;border:1.5px solid #10b981;color:#064e3b}.touch-cell-done:hover:not(:disabled){background:#a7f3d0}.touch-cell-check{font-size:14px;font-weight:700;line-height:1}.touch-cell-date{font-size:11px;font-variant-numeric:tabular-nums}.touch-cell-spinner{color:#6b7280;font-size:16px}.queue-status{width:100%;padding:6px 8px;border-radius:6px;border:1px solid #d1d5db;background:#fff;font-size:13px;font-weight:500;cursor:pointer;text-transform:capitalize}.queue-status:disabled{cursor:wait;opacity:.7}.queue-status-queued{border-color:#d1d5db;background:#f9fafb;color:#374151}.queue-status-sent{border-color:#93c5fd;background:#eff6ff;color:#1e40af}.queue-status-replied{border-color:#6ee7b7;background:#ecfdf5;color:#065f46}.queue-status-opted-out{border-color:#fcd34d;background:#fffbeb;color:#92400e}.queue-status-bounced{border-color:#fca5a5;background:#fef2f2;color:#991b1b}.queue-notes-display{min-height:60px;padding:8px 10px;border-radius:6px;background:#fafbfc;border:1px solid transparent;cursor:text;white-space:pre-wrap;font-size:13px;line-height:1.5;color:#374151;transition:background-color .12s,border-color .12s}.queue-notes-display:hover{background:#f3f4f6;border-color:#e5e7eb}.queue-notes-empty{color:#9ca3af;font-style:italic}.queue-notes-edit textarea{width:100%;box-sizing:border-box;padding:8px 10px;border-radius:6px;border:1px solid var(--accent, #2563eb);font-family:inherit;font-size:13px;line-height:1.5;color:#374151;resize:vertical}.queue-notes-edit textarea:focus{outline:none}.queue-notes-actions{display:flex;gap:6px;margin-top:6px}.queue-notes-actions button{padding:5px 12px;font-size:12px;border-radius:4px;border:1px solid var(--border, #d1d5db);background:#fff;color:#374151;cursor:pointer}.queue-notes-actions button.primary{background:var(--accent, #2563eb);color:#fff;border-color:var(--accent, #2563eb)}.queue-notes-actions button:disabled{cursor:wait;opacity:.6}.qcol-next{min-width:140px;font-size:13px}.queue-next-touch{display:inline-block;padding:2px 8px;border-radius:4px;background:#eef2ff;color:#3730a3;font-weight:600;font-size:12px;text-transform:capitalize}.queue-next-touch.queue-next-due{background:#fef3c7;color:#92400e}.queue-next-meta{color:#6b7280;font-size:12px;margin-top:4px}.queue-next-done{color:#059669;font-weight:500;font-size:12px}.queue-row-due td.qcol-num{border-left:3px solid #f59e0b;padding-left:11px}.queue-row-focused td{background:#eff6ff!important;box-shadow:inset 2px 0 0 var(--accent, #2563eb)}.queue-copy{background:none;border:none;padding:6px 8px;margin:6px -8px 0;cursor:pointer;text-align:left;border-radius:4px;transition:background-color .12s;font-family:inherit;font-size:12px;color:#4b5563;display:flex;align-items:center;gap:5px;width:calc(100% + 16px)}.queue-copy:hover{background:#e0e7ff;color:#1e3a8a}.queue-copy .qchan-copy-hint{margin-left:auto;opacity:0;transition:opacity .12s;font-size:12px}.queue-copy:hover .qchan-copy-hint{opacity:.7}.queue-business-name.link-button{background:none;border:none;padding:0;text-align:left;cursor:pointer;color:var(--accent, #2563eb);font-family:inherit;transition:color .12s}.queue-business-name.link-button:hover{color:#1d4ed8;text-decoration:underline}.queue-toast{position:fixed;bottom:24px;right:24px;background:#111827;color:#fff;padding:10px 16px;border-radius:6px;font-size:13px;box-shadow:0 4px 12px #00000026;z-index:1000;animation:queue-toast-in .18s ease-out}@keyframes queue-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.queue-help-trigger{background:none;border:1px solid var(--border, #d1d5db);color:#6b7280;padding:4px 10px;border-radius:4px;font-size:12px;cursor:pointer;margin-left:12px}.queue-help-trigger:hover{background:#f3f4f6;color:#374151}.filter-hint{font-size:12px;line-height:1.5;color:#6b7280;background:#f9fafb;border:1px solid #f3f4f6;border-radius:6px;padding:8px 12px;margin:-4px 0 12px}.filter-hint strong{color:#374151;font-weight:600}.keyboard-help-card{max-width:520px}.keyboard-help-table{width:100%;border-collapse:collapse;margin:12px 0}.keyboard-help-table td{padding:6px 12px;border-bottom:1px solid #f3f4f6;font-size:13px}.keyboard-help-table td:first-child{width:110px;white-space:nowrap}.keyboard-help-table kbd{background:#f3f4f6;border:1px solid #d1d5db;border-bottom-width:2px;border-radius:4px;padding:2px 8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:#374151}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;z-index:900;animation:drawer-fade-in .15s ease-out}.business-drawer{position:fixed;top:0;right:0;bottom:0;width:480px;max-width:92vw;background:#fff;box-shadow:-4px 0 24px #0000001f;z-index:901;overflow-y:auto;animation:drawer-slide-in .2s ease-out}@keyframes drawer-fade-in{0%{opacity:0}to{opacity:1}}@keyframes drawer-slide-in{0%{transform:translate(20px);opacity:.6}to{transform:translate(0);opacity:1}}.drawer-header{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--border, #e5e7eb);padding:16px 20px;display:flex;justify-content:space-between;align-items:center;z-index:1}.drawer-header h2{margin:0;font-size:18px;font-weight:600;color:#111827;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:380px}.drawer-close{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:0 4px;line-height:1}.drawer-close:hover{color:#111827}.drawer-section{padding:16px 20px;border-bottom:1px solid #f3f4f6}.drawer-section:last-child{border-bottom:none}.drawer-section h3{margin:0 0 10px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.drawer-line{font-size:14px;color:#374151;line-height:1.4;margin-bottom:4px}.drawer-pill{display:inline-block;background:#f3f4f6;color:#374151;padding:2px 10px;border-radius:12px;font-size:12px;font-weight:500;margin-top:8px;text-transform:capitalize}.drawer-channel{display:flex;align-items:center;gap:6px;padding:8px 10px;margin-bottom:6px;background:#f9fafb;border:1px solid transparent;border-radius:6px;font-size:13px;color:#1f2937;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;text-decoration:none;cursor:pointer;width:100%;text-align:left;box-sizing:border-box}.drawer-channel:hover{background:#e0e7ff;border-color:#c7d2fe}a.drawer-channel{display:flex}.drawer-contact-list{display:flex;flex-direction:column;gap:14px}.drawer-contact{padding:10px 12px;background:#fafbfc;border:1px solid var(--border, #e5e7eb);border-radius:6px}.drawer-contact-name{font-weight:600;color:#1f2937;font-size:14px;margin-bottom:2px}.drawer-contact-title{color:#6b7280;font-size:12px;font-style:italic;margin-bottom:8px}.drawer-fullpage-link{color:var(--accent, #2563eb);text-decoration:none;font-size:13px;font-weight:500}.drawer-fullpage-link:hover{text-decoration:underline}.error-inline{font-size:12px;padding:4px 6px;margin-top:4px}.modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.modal-actions button{padding:8px 16px;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer;border:1px solid var(--border, #e3e6eb);background:var(--surface, #ffffff);color:var(--text, #1a2330);transition:background-color .15s,border-color .15s,transform .05s}.modal-actions button:hover:not(:disabled){background:var(--surface-hover, #f1f5f9)}.modal-actions button:active:not(:disabled){transform:translateY(1px)}.modal-actions button:disabled{cursor:not-allowed;opacity:.55}.modal-actions .primary{background:var(--accent, #2563eb);color:#fff;border-color:var(--accent, #2563eb)}.modal-actions .primary:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.modal-actions .primary:disabled{background:#e5e7eb;color:#9ca3af;border-color:#d1d5db;opacity:1}.modal-actions .danger{background:#dc2626;color:#fff;border-color:#dc2626}.modal-actions .danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.modal-actions .danger:disabled{background:#e5e7eb;color:#9ca3af;border-color:#d1d5db;opacity:1}.load-more-row{margin:16px 0;text-align:center}.outreach-list-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.outreach-list-header h1{margin:0}.outreach-list-header .primary{background:var(--accent, #2563eb);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:600;cursor:pointer}.modal-card-wide{max-width:720px;max-height:90vh;overflow-y:auto}.campaign-form{display:flex;flex-direction:column;gap:14px}.campaign-form>label{display:flex;flex-direction:column;gap:4px;font-weight:500;font-size:14px}.campaign-form input[type=text],.campaign-form select,.campaign-form textarea{padding:8px 10px;border:1px solid var(--border, #e3e6eb);border-radius:6px;font-size:14px;font-family:inherit;box-sizing:border-box;width:100%}.campaign-form textarea{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;resize:vertical}.campaign-form small{font-weight:400;font-size:12px;color:var(--muted, #6b7484)}.campaign-form small code{background:var(--surface-hover-soft, #f8fafc);padding:1px 4px;border-radius:3px;font-size:11px}.form-row{display:flex;gap:12px}.form-half{flex:1;display:flex;flex-direction:column;gap:4px;font-weight:500;font-size:14px}.form-grow{flex:1 1 auto;display:flex;flex-direction:column;gap:4px;font-weight:500;font-size:14px}.form-narrow{flex:0 0 90px;display:flex;flex-direction:column;gap:4px;font-weight:500;font-size:14px}.filter-picker{border:1px solid var(--border, #e3e6eb);border-radius:8px;padding:12px;background:var(--surface, #ffffff);display:flex;flex-direction:column;gap:8px}.filter-picker-label{font-weight:500;font-size:14px}.filter-picker-tabs{display:flex;gap:4px;background:var(--surface-hover-soft, #f8fafc);padding:2px;border-radius:6px;border:1px solid var(--border, #e3e6eb);width:fit-content}.filter-picker-tabs .tab{background:transparent;border:none;padding:5px 12px;border-radius:4px;cursor:pointer;font-size:13px;color:var(--muted, #6b7484)}.filter-picker-tabs .tab-active{background:var(--accent, #2563eb);color:#fff;font-weight:500}.advanced-block summary{cursor:pointer;font-size:13px;color:var(--muted, #6b7484);padding:4px 0}.advanced-block summary:hover{color:var(--text, #1a2330)}.advanced-block>label{display:flex;flex-direction:column;gap:4px;font-weight:500;font-size:14px;margin-top:10px}.batch-summary{border-radius:8px;padding:10px 36px 10px 14px;margin:12px 0;font-size:14px;position:relative}.batch-summary-ok{background:#d1fae5;border:1px solid #059669;color:#064e3b}.batch-summary-warn{background:#fef3c7;border:1px solid #d97706;color:#78350f}.batch-summary-close{position:absolute;top:6px;right:8px;background:transparent;border:none;font-size:18px;line-height:1;cursor:pointer;color:inherit;opacity:.6}.batch-summary-close:hover{opacity:1}.campaign-card{background:var(--surface, #ffffff);border:1px solid var(--border, #e3e6eb);border-radius:10px;padding:18px 20px;margin-bottom:16px;box-shadow:0 1px 3px #0f172a0a}.campaign-card-title{margin:0 0 12px;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted, #6b7484);font-weight:600}.campaign-header-card{display:flex;align-items:center;justify-content:space-between;gap:24px}.campaign-header-actions{display:flex;gap:10px;align-items:center}.campaign-header-actions .secondary{background:#fff;color:#374151;border:1px solid #d1d5db;padding:10px 16px;border-radius:8px;font-weight:500;cursor:pointer}.campaign-header-actions .secondary:hover{background:#f3f4f6}.meta-chip-owner{background:#eef2ff;color:#4338ca}.meta-chip-tag{background:#f3f4f6;color:#374151;font-family:ui-monospace,SFMono-Regular,monospace}.meta-chip-tag code{background:transparent;padding:0}.queue-copy-links{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.queue-copy-link{padding:3px 8px;font-size:11px;background:#eef2ff;color:#4338ca;border:1px solid #c7d2fe;border-radius:4px;cursor:pointer;font-weight:500}.queue-copy-link:hover{background:#c7d2fe}.dest-links-editor{display:flex;flex-direction:column;gap:12px}.dest-links-editor>.btn{align-self:flex-start}.dest-links-empty{font-size:13px}.dest-link-fieldset{border:1px solid var(--border);border-radius:6px;padding:10px 12px;display:flex;flex-direction:column;gap:8px;background:var(--surface);min-width:0}.dest-link-fieldset legend{font-weight:600;font-size:13px;padding:0 6px}.dest-link-fieldset label{display:flex;flex-direction:column;gap:4px;font-weight:500;font-size:14px}.dest-link-fieldset>button{align-self:flex-start}.dest-link-params{display:flex;flex-direction:column;gap:6px;border-top:1px dashed var(--border);padding-top:8px}.dest-link-params-header{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:600}.dest-link-param-row{display:flex;align-items:center;gap:6px}.dest-link-param-name{flex:1;min-width:0}.dest-link-param-arrow{color:var(--muted)}.dest-link-param-field{flex:1;min-width:0}.dest-link-summary-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.dest-link-summary-list li{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:6px 10px;background:var(--surface);border:1px solid var(--border);border-radius:4px}.dest-link-param-summary{font-size:11px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,monospace}.form-section{display:flex;flex-direction:column;gap:6px;padding:8px 0;border-top:1px dashed var(--border)}.form-section-title{font-weight:600}.link-button.danger{color:#b91c1c}.meta-chip-noowner{background:#fef3c7;color:#92400e;display:inline-flex;align-items:center;gap:8px}.claim-button{background:var(--accent, #2563eb);color:#fff;border:none;padding:3px 10px;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer}.claim-button:hover:not(:disabled){background:#1d4ed8}.claim-button:disabled{opacity:.6;cursor:not-allowed}.outreach-scope-pills{margin:8px 0 16px}.share-add-form{display:flex;gap:8px;margin:16px 0}.share-add-form input{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.share-list ul{list-style:none;padding:0;margin:0}.share-list li{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f9fafb;border:1px solid #f3f4f6;border-radius:6px;margin-bottom:6px;font-size:14px}.share-list .link-danger{background:none;border:none;color:#b91c1c;cursor:pointer;font-size:13px}.share-list .link-danger:hover{text-decoration:underline}.campaign-header-main h1{margin:0 0 10px;font-size:22px}.campaign-header-card .primary{background:var(--accent, #2563eb);color:#fff;border:none;padding:10px 18px;border-radius:8px;font-weight:600;text-decoration:none;white-space:nowrap;flex-shrink:0}.campaign-meta-chips{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.meta-chip{background:var(--surface-hover-soft, #f8fafc);border:1px solid var(--border, #e3e6eb);border-radius:6px;padding:4px 10px;font-size:13px}.meta-chip strong{font-weight:600;color:var(--muted, #6b7484)}.meta-chip.muted{color:var(--muted, #6b7484)}.status-chip{border-radius:6px;padding:4px 10px;font-size:13px;font-weight:600}.status-chip-active{background:#d1fae5;color:#065f46}.status-chip-inactive{background:#fee2e2;color:#991b1b}.touch-sequence-display{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.touch-step-wrapper{display:inline-flex;align-items:center;gap:6px}.touch-step{display:inline-flex;align-items:center;gap:8px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;border-radius:999px;padding:6px 14px 6px 6px;font-size:13px;font-weight:500}.touch-step-num{background:var(--accent, #2563eb);color:#fff;width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.touch-step-arrow{color:var(--muted, #6b7484);font-weight:600}.filter-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.filter-chip{display:inline-flex;align-items:center;overflow:hidden;border-radius:6px;border:1px solid var(--border, #e3e6eb);font-size:13px}.filter-chip-key{background:var(--surface-hover-soft, #f8fafc);padding:5px 10px;color:var(--muted, #6b7484);font-weight:500;border-right:1px solid var(--border, #e3e6eb)}.filter-chip-value{padding:5px 10px;color:var(--text, #1a2330);font-weight:600}.forced-filter-note{background:#fef3c7;border:1px solid #fde68a;color:#78350f;border-radius:8px;padding:10px 14px;font-size:13px;line-height:1.5}.forced-filter-note-warn{background:#fef3c7;border-color:#d97706}details.campaign-card>summary{cursor:pointer;list-style:none}details.campaign-card>summary::-webkit-details-marker{display:none}details.campaign-card>summary:before{content:"▸";display:inline-block;margin-right:8px;transition:transform .15s}details.campaign-card[open]>summary:before{transform:rotate(90deg)}.snippet-map-table{margin-top:8px}.snippet-map-table td{padding:4px 8px;font-size:13px}.snippet-map-table td.snippet-slot{width:80px}.snippet-map-table code{background:var(--surface-hover-soft, #f8fafc);padding:1px 6px;border-radius:4px}.preview-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.preview-card-header .campaign-card-title{margin:0}.preview-card-hint{margin:0 0 14px;font-size:13px}.campaign-card-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.campaign-card-header-row .campaign-card-title{margin:0}.link-button{color:var(--accent, #2563eb);text-decoration:none;font-size:13px;font-weight:500;border:1px solid var(--accent, #2563eb);border-radius:6px;padding:4px 10px;background:transparent;cursor:pointer;white-space:nowrap}.link-button:hover{background:var(--accent, #2563eb);color:#fff}.outreach-list-subtitle{margin:4px 0 0;font-size:13px}.empty-state{background:var(--surface, #ffffff);border:1px dashed var(--border, #e3e6eb);border-radius:10px;padding:40px 24px;text-align:center;margin-top:16px}.empty-state h3{margin:0 0 8px}.empty-state p{margin:0 0 16px}.empty-state .primary{background:var(--accent, #2563eb);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:600;cursor:pointer}.campaign-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:16px;margin-top:8px}.campaign-list-card{display:block;background:var(--surface, #ffffff);border:1px solid var(--border, #e3e6eb);border-radius:10px;padding:18px 20px;text-decoration:none;color:inherit;box-shadow:0 1px 3px #0f172a0a;transition:box-shadow .15s,border-color .15s,transform .15s}.campaign-list-card:hover{border-color:var(--accent, #2563eb);box-shadow:0 4px 12px #0f172a1a;transform:translateY(-1px)}.campaign-list-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.campaign-list-card-header h3{margin:0;font-size:16px;line-height:1.3}.campaign-list-card-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.campaign-list-card-touches{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:8px 0;border-top:1px dashed var(--border, #e3e6eb);border-bottom:1px dashed var(--border, #e3e6eb);margin-bottom:10px}.touch-step-mini{padding:3px 10px 3px 3px;font-size:11px}.touch-step-mini .touch-step-num{width:18px;height:18px;font-size:10px}.campaign-list-card-footer{display:flex;align-items:center;justify-content:space-between;font-size:12px}.campaign-list-card-arrow{color:var(--muted, #6b7484);font-size:16px;transition:transform .15s,color .15s}.campaign-list-card:hover .campaign-list-card-arrow{color:var(--accent, #2563eb);transform:translate(2px)}.reach-note{background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a;border-radius:8px;padding:10px 14px;font-size:13px;line-height:1.5}.reach-note code{background:#1e3a8a1a;padding:1px 6px;border-radius:4px;font-size:12px}.reach-note-email{background:#f0fdf4;border-color:#bbf7d0;color:#065f46}.reach-note-email code{background:#065f461a}.reach-fieldset{border:1px solid var(--border, #e3e6eb);border-radius:8px;padding:12px 14px;margin:0}.reach-fieldset legend{padding:0 6px;font-size:13px;font-weight:500}.reach-hint{display:block;margin-bottom:8px}.reach-checkboxes{display:flex;flex-wrap:wrap;gap:14px}.reach-check{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:400;cursor:pointer;padding:6px 12px;border:1px solid var(--border, #e3e6eb);border-radius:6px;background:var(--surface, #ffffff)}.reach-check:hover{border-color:var(--accent, #2563eb)}.reach-check input[type=checkbox]{margin:0}.preview-count-block{margin:0;min-height:44px;display:flex;align-items:stretch}.preview-count{border-radius:8px;padding:10px 14px;font-size:14px;flex:1}.reach-status{margin-top:10px;padding:8px 12px;border-radius:6px;background:var(--surface-hover-soft, #f8fafc);border:1px solid var(--border, #e3e6eb);color:var(--muted, #6b7484);font-size:13px;min-height:38px;box-sizing:border-box;display:flex;align-items:center}.preview-count-pending{background:var(--surface-hover-soft, #f8fafc);color:var(--muted, #6b7484);border:1px dashed var(--border, #e3e6eb)}.preview-count-loading{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.preview-count-ok{background:#d1fae5;border:1px solid #059669;color:#064e3b}.preview-count-warn{background:#fef3c7;border:1px solid #d97706;color:#78350f}.preview-count-error{background:#fee2e2;border:1px solid #dc2626;color:#991b1b}.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}}
