:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--primary:#146ef5;--primary-dark:#0d5bd7;--navy:#071447;--text:#14254f;--muted:#60749a;--border:#dce5f0;--background:#f5f8fc;--card:#fff}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}button,input,select{font:inherit}button,select{cursor:pointer}button:disabled{cursor:not-allowed}a{color:var(--primary)}.dashboardShell{min-height:100vh}.appHeader{z-index:50;border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;height:70px;margin-left:200px;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #1c365b0a}.headerLeft{align-items:center;min-width:0;padding-left:28px;display:flex}.headerActions{align-items:center;gap:20px;padding-right:26px;display:flex}.locationPicker{width:228px;height:40px;color:var(--text);border:1px solid var(--border);background:#fff;border-radius:8px;align-items:center;gap:10px;padding:0 12px;display:flex}.locationPicker select{appearance:none;min-width:0;color:var(--text);cursor:pointer;background:0 0;border:0;outline:0;flex:1;font-weight:600}.locationPicker>svg:last-child{pointer-events:none}.iconButton,.userMenu,.mobileMenu,.sidebarClose{color:#36527d;background:0 0;border:0}.iconButton{place-items:center;width:34px;height:34px;display:grid;position:relative}.notificationDot{background:#ee3342;border:2px solid #fff;border-radius:50%;width:9px;height:9px;position:absolute;top:3px;right:3px}.userMenu{color:var(--navy);align-items:center;gap:10px;display:flex}.avatar{color:#fff;background:#0d3d86;border-radius:50%;place-items:center;width:38px;height:38px;font-weight:600;display:grid}.mobileMenu,.sidebarClose{display:none}.sidebar{z-index:40;border-right:1px solid var(--border);background:#fff;flex-direction:column;width:200px;padding:0 15px 24px;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebarLogo{align-items:center;height:70px;padding:10px 23px 8px;display:flex}.sidebarLogo img{object-fit:contain;width:104px;height:auto;max-height:48px}.sideNav{gap:4px;margin-top:20px;display:grid}.navItem{color:#37517d;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:14px;height:44px;padding:0 12px;display:flex}.navItem:hover{background:#f5f8fd}.navItem.active{color:#0864ee;background:#eaf3ff;font-weight:600}.sidebarBranding{border-top:1px solid var(--border);text-align:center;color:var(--navy);margin-top:auto;padding-top:24px}.automationIllustration{object-fit:contain;width:132px;height:86px;margin:0 auto 8px;display:block}.sidebarBranding strong{line-height:1.45}.sidebarBranding p{color:var(--muted);margin:10px 0 18px;font-size:12px;line-height:1.5}.sidebarBranding small{color:#7184a3;font-size:10px}.dashboardMain{min-width:0;margin-left:200px;padding:18px 28px 34px}.pageHeading{justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;display:flex}.pageHeading h1{color:var(--navy);letter-spacing:-.7px;margin:0 0 4px;font-size:28px;line-height:1.25}.pageHeading p{color:var(--muted);margin:0;font-size:15px}.headingActions{flex-shrink:0;align-items:center;gap:28px;display:flex}.lastScanned{color:#345078;align-items:center;gap:12px;display:flex}.lastScanned span{white-space:nowrap;flex-direction:column;line-height:1.4;display:flex}.lastScanned small{color:#31486d}.primaryButton,.secondaryButton{white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 15px;font-weight:600;display:inline-flex}.primaryButton{color:#fff;background:var(--primary);border:1px solid var(--primary);box-shadow:0 3px 8px #146ef524}.primaryButton:hover:not(:disabled){background:var(--primary-dark)}.primaryButton:disabled{box-shadow:none;background:#aabbd2;border-color:#aabbd2}.secondaryButton{color:var(--text);border:1px solid var(--border);background:#fff}.secondaryButton:hover{background:#f8faff}.newScanButton{min-width:147px;height:46px;font-size:15px}.statsGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.statCard{border:1px solid var(--border);background:#fff;border-radius:12px;align-items:flex-start;gap:13px;min-height:110px;padding:18px 13px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #142b5006}.statIcon{border-radius:12px;flex:none;place-items:center;width:46px;height:46px;display:grid}.statIcon.blue{color:#1472ef;background:#e9f3ff}.statIcon.green{color:#05a875;background:#e3f7f0}.statIcon.red{color:#eb3646;background:#fdebee}.statIcon.amber{color:#f3ad00;background:#fff6df}.statIcon.purple{color:#7257ed;background:#f0ebff}.statContent{flex-direction:column;min-width:0;display:flex}.statCard strong{color:var(--navy);font-size:25px;line-height:1.05}.statCard span:not(.statIcon){color:#40577c;white-space:nowrap;margin-top:5px}.statCard small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:7px;font-size:11px;overflow:hidden}.miniTrend{width:48px;height:22px;position:absolute;bottom:12px;right:9px}.miniTrend .trendLine{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round}.miniTrend .trendArea{fill:currentColor;opacity:.09}.miniTrend.blue{color:#1599f4}.miniTrend.green{color:#2bbf72}.miniTrend.red{color:#fa4c60}.miniTrend.amber{color:#f2ab08}.miniTrend.purple{color:#7c57f5}.toolbar{justify-content:space-between;gap:18px;margin-bottom:18px;display:flex}.filterGroup,.toolbarActions{gap:10px;display:flex}.filterGroup{flex:1;min-width:0}.searchField{color:#6780a3;border:1px solid var(--border);background:#fff;border-radius:8px;flex:1;align-items:center;gap:10px;min-width:280px;max-width:375px;height:40px;padding:0 14px;display:flex}.searchField input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0}.searchField input::placeholder{color:#8699b5}.filterGroup select{color:#40577c;border:1px solid var(--border);background:#fff;border-radius:8px;min-width:132px;height:40px;padding:0 32px 0 12px}.tableCard{border:1px solid var(--border);background:#fff;border-radius:12px;overflow:visible;box-shadow:0 2px 8px #142b5006}.leadTabsBar{border-bottom:1px solid #e7edf5;justify-content:space-between;align-items:center;min-height:49px;padding:0 17px;display:flex}.leadTabs{align-self:stretch;align-items:stretch;gap:13px;display:flex}.leadTabs button{color:#344c72;background:0 0;border:0;align-items:center;gap:6px;padding:0 11px;font-size:12px;font-weight:600;display:flex;position:relative}.leadTabs button.active{color:var(--primary)}.leadTabs button.active:after{content:"";background:var(--primary);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.tabCount{color:#49617e;background:#edf2f8;border-radius:999px;min-width:25px;padding:3px 6px;font-size:11px}.leadTabs button.active .tabCount{color:#1267d9;background:#e5f0ff}.tabDot{border-radius:50%;width:8px;height:8px}.tabDot.hot{background:#f2384a}.tabDot.high{background:#f59a16}.tabDot.ignore{background:#7489a8}.selectionInfo{color:#526987;align-items:center;gap:16px;font-size:12px;display:flex}.selectionInfo button{color:var(--primary);background:0 0;border:0;padding:0;text-decoration:underline}.tableScroll{overflow-x:auto}.leadsTable{border-collapse:separate;border-spacing:0;white-space:nowrap;width:100%;min-width:1320px;font-size:13px}.leadsTable th,.leadsTable td{text-align:left;vertical-align:middle;border-bottom:1px solid #e6edf5;height:53px;padding:7px 12px}.leadsTable th{z-index:3;color:#23395f;background:#f8fafd;height:40px;font-size:12px;font-weight:700;position:sticky;top:0}.leadsTable tbody tr:hover{background:#fbfdff}.leadsTable tbody tr:last-child td{border-bottom:0}.leadsTable input[type=checkbox]{width:15px;height:15px;accent-color:var(--primary)}.checkCell{width:40px;padding-left:16px!important;padding-right:4px!important}.businessCell{width:270px;min-width:270px}.businessIdentity{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;display:grid}.businessIdentity>div{min-width:0}.industryIcon{border-radius:50%;place-self:center;place-items:center;width:34px;height:34px;margin:0;line-height:0;display:grid}.industryIcon svg{margin:auto;display:block}.industryIcon.blue{color:#1572e8;background:#e5f2ff}.industryIcon.purple{color:#7658e8;background:#f0eaff}.industryIcon.coral{color:#ef5360;background:#ffeaec}.industryIcon.slate{color:#536d96;background:#edf1f7}.industryIcon.mint{color:#08a477;background:#e3f7f0}.businessIdentity>div>strong,.businessIdentity>div>span,.ratingCell strong,.ratingCell small,.dateCell span,.dateCell small{display:block}.businessIdentity>div>strong{color:var(--navy);font-weight:600}.businessIdentity>div>span,.ratingCell small,.dateCell small{color:var(--muted);margin-top:3px;font-size:12px}.businessCell i{padding:0 4px;font-style:normal}.ratingCell strong{color:var(--text)}.ratingCell strong span{color:#ffb300}.scoreCell{color:var(--navy);font-size:14px;font-weight:700}.sortButton{color:inherit;font-weight:inherit;background:0 0;border:0;align-items:center;gap:6px;padding:0;display:inline-flex}.sortButton span{color:var(--navy);font-size:16px}.priorityBadge,.bookingBadge,.phoneBadge{border-radius:999px;justify-content:center;align-items:center;font-size:11px;display:inline-flex}.priorityBadge{min-width:68px;padding:7px 12px}.priorityBadge.hot{color:#ee2e3d;background:#ffe7ea}.priorityBadge.high{color:#dd6b16;background:#ffede1}.priorityBadge.ignore{color:#49617e;background:#eaf0f6}.bookingBadge{padding:6px 12px}.bookingBadge.broken{color:#ef2638;background:#ffe8eb}.bookingBadge.phoneOnly{color:#b87900;background:#fff3d5}.bookingBadge.none{color:#415574;background:#f0f3f7}.bookingBadge.provider{color:#075fd0;background:#e5f0ff}.phoneBadge{min-width:44px;padding:6px 10px}.phoneBadge.yes{color:#dc2635;background:#ffe8eb}.phoneBadge.no{color:#008766;background:#e2f7f1}.tableLink{color:#006bf0;font-weight:600;text-decoration:none}.websiteCell{width:190px;min-width:190px;max-width:190px}.websiteCell .tableLink{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.websiteCell .tableLink span{display:inline}.tableLink.underlined{text-decoration:underline}.mutedDash{color:#8596ad}.evidencePreview{color:var(--primary);align-items:center;gap:7px;font-size:11px;font-weight:600;text-decoration:none;display:inline-flex}.evidencePreview>span:last-child{text-decoration:underline}.evidenceThumb{color:#7790b1;background:#eef3f8;border:1px solid #dce5ef;border-radius:5px;place-items:center;width:46px;height:30px;display:grid;position:relative;overflow:hidden}.evidenceThumb.loading:after{content:"";background:linear-gradient(90deg,#e6ecf3,#f5f8fb,#e6ecf3) 0 0/200% 100%;animation:1.2s infinite shimmer;position:absolute;inset:0}.evidenceThumb img{object-fit:cover;width:100%;height:100%}.evidenceThumb.error{background:#f2f5f8}.outreachEmailButton{color:var(--primary);background:#f3f7ff;border:1px solid #dbe8fb;border-radius:6px;align-items:center;gap:6px;padding:5px 8px;font-size:11px;font-weight:600;display:inline-flex}.outreachEmailButton:hover{background:#e9f1ff;border-color:#bed5f6}.actionsCell{align-items:center;gap:10px;min-width:183px;display:flex;position:relative}.tableEmpty{color:var(--muted);text-align:center!important;height:130px!important}.syncControl{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.syncButton{color:#0769ef;background:#fff;border:1px solid #91bdfd;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-width:132px;height:36px;padding:0 12px;font-weight:600;display:inline-flex}.syncButton:hover:not(:disabled){background:#f0f6ff}.syncButton:disabled{color:#9cafc7;background:#f2f5f8;border-color:#edf0f4}.syncButton.isSynced{color:#07805f;background:#eaf8f3;border-color:#bfe8da}.syncButton{line-height:1}.syncLinkIcon{flex:0 0 17px;justify-content:center;align-items:center;width:17px;height:17px;font-size:16px;font-weight:700;line-height:1;display:inline-flex}.syncLinkIcon svg{display:block}.syncError{color:#b42318;white-space:normal;max-width:220px;font-size:11px}.buttonSpinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.rowMenu{position:relative}.rowMenuTrigger{color:#244875;background:0 0;border:0;border-radius:6px;place-items:center;width:28px;height:32px;padding:0;display:grid}.rowMenuTrigger:hover,.rowMenuTrigger[aria-expanded=true]{background:#edf4fd}.rowMenuPanel{z-index:1000;border:1px solid var(--border);background:#fff;border-radius:8px;width:180px;padding:6px;position:fixed;box-shadow:0 12px 32px #142a4e2e}.rowMenuPanel button,.rowMenuPanel a,.rowMenuPanel span{width:100%;color:var(--text);text-align:left;white-space:normal;background:0 0;border:0;border-radius:5px;padding:8px 9px;font-size:12px;text-decoration:none;display:block}.rowMenuPanel button:hover,.rowMenuPanel a:hover{background:#f1f6fd}.rowMenuPanel span{color:var(--muted)}.rowMenuPanel button:disabled{color:#9aabc0;cursor:not-allowed}.rowMenuPanel button:disabled:hover{background:0 0}.rowMenuDivider{background:var(--border);height:1px;margin:5px 3px}.rowMenuPanel .dangerAction{color:#b42318;align-items:center;gap:8px;display:flex}.rowMenuPanel .dangerAction:hover{color:#921b12;background:#fff0f0}.modalBackdrop{z-index:1100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0714476b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modalCard{border:1px solid var(--border);background:#fff;border-radius:14px;width:min(620px,100%);max-height:min(720px,100vh - 40px);overflow:auto;box-shadow:0 24px 70px #07144740}.modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:19px 22px;display:flex}.modalHeader h2{color:var(--navy);margin:0;font-size:19px}.modalClose{color:#526b8d;background:#f4f7fb;border:0;border-radius:8px;flex:none;place-items:center;width:34px;height:34px;display:grid}.modalClose:hover{background:#eaf0f8}.detailsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:22px;display:grid}.detailItem{background:#f7f9fc;border:1px solid #edf1f6;border-radius:9px;min-width:0;padding:13px 14px}.detailItem span{color:var(--muted);margin-bottom:5px;font-size:11px;display:block}.detailItem strong,.detailItem a{overflow-wrap:anywhere;color:var(--navy);font-size:13px;display:block}.detailItem a{color:var(--primary)}.detailWide{grid-column:1/-1}.emailModal{width:min(700px,100%)}.recommendedPackage{background:#f4f8ff;border:1px solid #dce8fb;border-radius:8px;margin:20px 22px 0;padding:12px 14px}.recommendedPackage span{color:var(--muted);margin-bottom:4px;font-size:11px;display:block}.recommendedPackage strong{color:var(--navy);font-size:13px}.outreachEmailCopy{color:#243a5e;border:1px solid var(--border);white-space:pre-wrap;overflow-wrap:anywhere;background:#f8fafc;border-radius:9px;min-height:220px;margin:20px 22px;padding:18px;font-family:inherit;font-size:13px;line-height:1.65;overflow:auto}.modalActions{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;padding:16px 22px;display:flex}.deleteModal{width:min(500px,100%)}.deleteWarning{align-items:flex-start;gap:14px;padding:24px 22px;display:flex}.deleteWarning>span{color:#b42318;background:#ffeded;border-radius:50%;flex:none;place-items:center;width:44px;height:44px;display:grid}.deleteWarning strong{color:var(--navy);margin:2px 0 7px;font-size:15px;display:block}.deleteWarning p{color:#526b8d;margin:0;line-height:1.55}.dangerButton{color:#fff;background:#c52a34;border:1px solid #c52a34;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-weight:600;display:inline-flex}.dangerButton:hover:not(:disabled){background:#a91f29}.dangerButton:disabled{opacity:.65;cursor:wait}.tableFooter{color:#40577c;border-top:1px solid var(--border);justify-content:space-between;align-items:center;min-height:75px;padding:15px 18px;display:flex}.pagination{align-items:center;gap:7px;display:flex}.pagination button{min-width:34px;height:34px;color:var(--text);border:1px solid var(--border);background:#fff;border-radius:7px;padding:0 8px}.pagination button.active{color:#fff;background:var(--primary);border-color:var(--primary)}.pagination button:disabled{opacity:.45}.stateCard{min-height:240px;color:var(--muted);border:1px solid var(--border);text-align:center;background:#fff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:9px;padding:30px;display:flex}.stateCard strong{color:var(--navy);font-size:18px}.stateCard p{margin:0 0 6px}.emptyState img{object-fit:contain;width:160px;height:116px;margin-bottom:2px}.errorState{color:#8b2631;background:#fffafb;border-color:#f1cbd0}.toast{z-index:1200;color:#fff;background:#293d5c;border-radius:9px;align-items:center;gap:10px;max-width:430px;padding:13px 15px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 32px #0918313d}.toast>span{background:#ffffff2e;border-radius:50%;flex:none;place-items:center;width:22px;height:22px;font-weight:700;display:grid}.toast.success{background:#08775c}.toast.error{background:#b52c38}.toast.info{background:#284e86}.toast button{color:#fff;background:0 0;border:0;margin-left:auto;font-size:20px}.dashboardLoading{background:var(--background);min-height:100vh}.skeleton{background:linear-gradient(90deg,#e9eef5 25%,#f4f7fa 50%,#e9eef5 75%) 0 0/200% 100%;border-radius:8px;animation:1.3s infinite shimmer}@keyframes shimmer{to{background-position:-200% 0}}.skeletonHeader{border-radius:0;height:70px}.skeletonLayout{min-height:calc(100vh - 70px);display:flex}.skeletonSidebar{border-radius:0;width:195px}.skeletonMain{flex:1;padding:24px 28px}.skeletonTitle{width:340px;height:58px;margin-bottom:22px}.skeletonCards{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.skeletonCard{height:110px}.skeletonTable{height:500px;margin-top:22px}.sidebarBackdrop{display:none}@media (max-width:1180px){.statsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.toolbar{flex-direction:column}.toolbarActions{justify-content:flex-end}}@media (max-width:900px){.appHeader{margin-left:0}.headerLeft{padding-left:14px}.mobileMenu{place-items:center;width:36px;height:36px;margin-right:12px;display:grid}.sidebar{z-index:60;transition:transform .2s;transform:translate(-100%)}.sidebar.isOpen{transform:translate(0)}.sidebarClose{place-items:center;width:32px;height:32px;display:grid;position:absolute;top:10px;right:8px}.sidebarBackdrop{z-index:55;background:#07144747;border:0;display:block;position:fixed;inset:0}.dashboardMain{margin-left:0;padding:18px}.locationPicker{width:auto}.locationPicker span,.userMenu>span:not(.avatar),.userMenu>svg{display:none}.pageHeading{align-items:flex-start}.headingActions{gap:12px}.lastScanned{display:none}.filterGroup{flex-wrap:wrap}.searchField{flex-basis:100%;max-width:none}}@media (max-width:650px){.appHeader{height:62px}.headerActions{gap:7px;padding-right:12px}.locationPicker{justify-content:center;width:145px;padding:0 10px}.locationPicker>svg:last-child{display:block}.sidebar{top:0}.dashboardMain{padding:16px 12px 26px}.pageHeading{display:block}.pageHeading h1{font-size:23px}.pageHeading p{margin-top:6px;line-height:1.45}.headingActions{margin-top:14px}.newScanButton{width:100%}.statsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.statCard{min-height:104px;padding:15px 12px}.statIcon{width:38px;height:38px}.statCard strong{font-size:21px}.statCard span:not(.statIcon){white-space:normal}.filterGroup select{flex:1;min-width:calc(50% - 5px)}.toolbarActions{grid-template-columns:1fr 1fr;display:grid}.toolbarActions .primaryButton{grid-column:1/-1}.tableFooter{flex-direction:column;align-items:flex-start;gap:16px}.leadTabsBar{flex-direction:column;align-items:flex-start;gap:8px;padding-top:8px}.leadTabs{width:100%;overflow-x:auto}.leadTabs button{flex:none;min-height:40px}.selectionInfo{min-height:28px}.pagination{flex-wrap:wrap}.detailsGrid{grid-template-columns:1fr;padding:16px}.detailWide{grid-column:auto}.modalActions{padding:14px 16px}.toast{bottom:12px;left:12px;right:12px}.skeletonSidebar{display:none}.skeletonCards{grid-template-columns:repeat(2,1fr)}}
