@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);body{margin:0}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:.9;opacity:var(--rt-opacity);transition:opacity .15s ease-out;transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity .15s ease-in;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:8px;height:var(--rt-arrow-size);width:8px;width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}:root{--font:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--bg:#f1f5f9;--bg2:#fff;--bg3:#f8fafc;--border:#e2e8f0;--border-strong:#cbd5e1;--text:#0f172a;--text2:#475569;--text3:#94a3b8;--accent:#6366f1;--accent2:#4f46e5;--green:#10b981;--amber:#f59e0b;--red:#ef4444;--radius:10px;--radius-lg:14px;--shadow-sm:0 1px 3px #0000000f;--shadow:0 4px 16px #00000014}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{max-width:100vw;overflow-x:hidden}body{background:linear-gradient(180deg,#f8fbff,#eff4fb);color:#0f172a;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-family:var(--font);font-size:14px;line-height:1.5}a{color:#4f46e5;color:var(--accent2);text-decoration:none}a:hover{text-decoration:underline}button{border:none;cursor:pointer;transition:all .15s ease}button,input,select,textarea{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-family:var(--font);font-size:13px;outline:none}input,select,textarea{background:#fff;background:var(--bg2);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);box-shadow:0 1px 3px #0000000f;box-shadow:var(--shadow-sm);color:#0f172a;color:var(--text);padding:10px 13px;transition:border-color .15s,box-shadow .15s;width:100%}input:focus,select:focus,textarea:focus{border-color:#6366f1;border-color:var(--accent);box-shadow:0 0 0 3px #6366f115}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.app{display:flex;flex-direction:column;height:100vh}.app,.main{overflow:hidden}.main{flex:1 1;min-height:0}.header{grid-gap:12px;align-items:center;background:#fff;background:var(--bg2);border-bottom:1px solid #cbd5e1;border-bottom:1px solid var(--border-strong);box-shadow:0 2px 8px #0f172a0d;display:grid;flex-shrink:0;gap:12px;grid-template-columns:auto 1fr auto;height:56px;padding:0 16px}.header-left,.logo{align-items:center;display:flex}.logo{gap:10px}.logo-icon{align-items:center;background:#6366f1;background:var(--accent);border-radius:8px;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.logo-title{color:#0f172a;color:var(--text);font-size:15px;font-weight:700;letter-spacing:-.2px;line-height:1.2;white-space:nowrap}.logo-sub{color:#94a3b8;color:var(--text3);font-size:10px;white-space:nowrap}.header-nav{align-items:stretch;display:flex;gap:4px;height:56px}.header-nav,.nav-btn{justify-content:center}.nav-btn{align-items:center;background:#0000;border:none;border-bottom:2px solid #0000;color:#475569;color:var(--text2);display:inline-flex;font-size:13px;font-weight:500;gap:6px;height:100%;padding:0 16px;white-space:nowrap}.nav-btn svg{color:#94a3b8;height:13px;transition:color .15s;width:13px}.nav-btn:hover{background:#f5f3ff}.nav-btn:hover,.nav-btn:hover svg{color:#6366f1;color:var(--accent)}.nav-btn.active{background:#6366f1;background:var(--accent);border-bottom-color:#4f46e5;border-bottom-color:var(--accent2);color:#fff}.nav-btn.active svg{color:#fff}.nav-badge{background:#ffffff4d;border-radius:999px;color:#fff;font-size:10px;font-weight:700;line-height:1.4;padding:1px 6px}.nav-btn:not(.active) .nav-badge{background:#6366f1;background:var(--accent);color:#fff}.header-right{align-items:center;display:flex;gap:8px;justify-content:flex-end}.btn-bell,.notifications-wrap{position:relative}.btn-bell{align-items:center;background:#f8fafc;background:var(--bg3);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:999px;color:#475569;color:var(--text2);display:inline-flex;height:34px;justify-content:center;width:34px}.btn-bell svg{height:14px;width:14px}.btn-bell:hover{background:#eef2ff;border-color:#c7d2fe;color:#4f46e5;color:var(--accent2)}.bell-badge{align-items:center;background:#ef4444;border:2px solid #fff;border-radius:999px;color:#fff;display:inline-flex;font-size:10px;font-weight:700;height:16px;justify-content:center;min-width:16px;padding:0 4px;position:absolute;right:-5px;top:-5px}.notifications-popover{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;box-shadow:0 14px 28px #0f172a29;max-height:360px;overflow:hidden;position:absolute;right:0;top:42px;width:320px;z-index:1200}.notifications-title{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);color:#0f172a;color:var(--text);font-size:12px;font-weight:700;padding:10px 12px}.notifications-empty{color:#94a3b8;color:var(--text3);font-size:12px;padding:14px 12px}.notifications-list{max-height:300px;overflow-y:auto}.notification-item{border-bottom:1px solid #f1f5f9;padding:10px 12px}.notification-item:last-child{border-bottom:none}.notification-main{color:#0f172a;color:var(--text);font-size:12px;font-weight:600;line-height:1.35}.notification-sub{color:#94a3b8;color:var(--text3);font-size:11px;margin-top:3px}.btn-ghost{align-items:center;background:#f8fafc;background:var(--bg3);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;display:inline-flex;font-size:12px;font-weight:600;gap:5px;padding:6px 12px}.btn-ghost,.btn-ghost svg{color:#475569;color:var(--text2)}.btn-ghost svg{height:12px;width:12px}.btn-ghost:hover{background:#fff;border-color:#cbd5e1;border-color:var(--border-strong);box-shadow:0 1px 3px #0000000f;box-shadow:var(--shadow-sm);color:#0f172a;color:var(--text)}.btn-danger-ghost{align-items:center;background:#fff5f5;border:1px solid #fecaca;border-radius:8px;color:#ef4444;display:inline-flex;font-size:12px;font-weight:600;gap:5px;padding:6px 12px}.btn-danger-ghost:hover{background:#fee2e2;border-color:#fca5a5}.btn-danger-ghost:disabled{box-shadow:none;cursor:not-allowed;opacity:.5}.btn-danger{background:#ef4444;background:var(--red);border-radius:8px;color:#fff;font-weight:600;padding:8px 18px}.btn-danger:hover{background:#dc2626}.btn-primary{align-items:center;background:#6366f1;background:var(--accent);border-radius:8px;color:#fff;display:inline-flex;font-size:12px;font-weight:600;gap:5px;padding:7px 14px}.btn-primary:hover{background:#4f46e5;background:var(--accent2)}.btn-sm{font-size:12px;padding:5px 10px}.link-btn{background:none;color:#4f46e5;color:var(--accent2);font-size:12px;font-weight:600;padding:2px 4px}.link-btn:hover{color:#6366f1;color:var(--accent)}.btn-search{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;box-shadow:0 4px 14px #6366f14d;color:#fff;display:flex;font-size:14px;font-weight:700;gap:8px;justify-content:center;padding:13px;width:100%}.btn-search:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 8px 20px #6366f159;transform:translateY(-1px)}.btn-search:disabled{cursor:not-allowed;opacity:.55;transform:none}.btn-ai{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;box-shadow:0 4px 12px #6366f140;color:#fff;display:flex;font-size:13px;font-weight:600;gap:8px;justify-content:center;padding:11px;width:100%}.btn-ai:hover{box-shadow:0 8px 20px #6366f159;transform:translateY(-1px)}.btn-ai:disabled{cursor:not-allowed;opacity:.5;transform:none}.btn-hunter{background:#6366f1;background:var(--accent);font-weight:600;padding:9px 16px;width:100%}.btn-hunter:hover{background:#4f46e5;background:var(--accent2)}.btn-send-gmail{align-items:center;background:#4f46e5;border-radius:8px;color:#fff;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:7px 14px}.btn-send-gmail:hover{background:#4338ca}.btn-connect-gmail{align-items:center;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;color:#92400e;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:7px 14px}.btn-connect-gmail:hover{background:#fde68a}.stats-bar{-webkit-overflow-scrolling:touch;align-items:center;background:#fff;background:var(--bg2);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;gap:6px;overflow-x:auto;padding:8px 16px;scrollbar-width:none}.stats-bar::-webkit-scrollbar{display:none}.stat-card{align-items:center;background:#fff;background:var(--bg2);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:999px;cursor:pointer;display:flex;flex-shrink:0;gap:5px;padding:5px 12px;transition:all .15s;white-space:nowrap}.stat-card:hover{border-color:#6366f1;border-color:var(--accent);box-shadow:0 2px 8px #6366f11f;transform:translateY(-1px)}.stat-card-num{color:#0f172a;color:var(--text);font-size:14px;font-weight:800;line-height:1}.stat-card-label{align-items:center;color:#94a3b8;color:var(--text3);display:inline-flex;font-size:11px;font-weight:600;gap:3px;line-height:1}.stat-card-hot{background:#fef2f2;border-color:#fecaca}.stat-card-hot .stat-card-label,.stat-card-hot .stat-card-num{color:#ef4444}.stat-card-good{background:#fffbeb;border-color:#fde68a}.stat-card-good .stat-card-label,.stat-card-good .stat-card-num{color:#d97706}.stat-card-nosite{background:#f5f3ff;border-color:#ddd6fe}.stat-card-nosite .stat-card-label,.stat-card-nosite .stat-card-num{color:#7c3aed}.stat-card-email{background:#ecfdf5;border-color:#a7f3d0}.stat-card-email .stat-card-label,.stat-card-email .stat-card-num{color:#059669}.stat-card-contacted{background:#eff6ff;border-color:#bfdbfe}.stat-card-contacted .stat-card-label,.stat-card-contacted .stat-card-num{color:#3b82f6}.stat-card-interested{background:#fffbeb;border-color:#fde68a}.stat-card-interested .stat-card-label,.stat-card-interested .stat-card-num{color:#d97706}.stat-card-won{background:#ecfdf5;border-color:#a7f3d0}.stat-card-won .stat-card-label,.stat-card-won .stat-card-num{color:#059669}.stat-card-avg{background:#eef2ff;border-color:#c7d2fe}.stat-card-avg .stat-card-label,.stat-card-avg .stat-card-num{color:#6366f1}.stat-card-doit{background:#eff6ff;border-color:#bfdbfe}.stat-card-doit .stat-card-label,.stat-card-doit .stat-card-num{color:#0ea5e9}.stat-card-divider{background:#e2e8f0;background:var(--border);flex-shrink:0;height:20px;width:1px}.find-tab{display:flex;flex-direction:column;height:100%;overflow:hidden;padding:20px}.find-layout{grid-gap:16px;align-items:start;display:grid;flex:1 1;gap:16px;grid-template-columns:260px 1fr;min-height:0;overflow:hidden}.sources-panel{background:#fff;background:var(--bg2);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 1px 3px #0000000f;box-shadow:var(--shadow-sm);height:100%;overflow-y:auto;padding:14px;position:sticky;top:0}.panel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.panel-header span{color:#94a3b8;color:var(--text3);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.panel-header-actions{align-items:center;display:flex;gap:4px}.sep{color:#94a3b8;color:var(--text3)}.sources-list{display:flex;flex-direction:column;gap:3px;max-height:450px;overflow-y:auto}.source-item{align-items:center;border:1px solid #0000;border-radius:8px;cursor:pointer;display:flex;gap:8px;padding:8px 10px;transition:all .12s;-webkit-user-select:none;user-select:none}.source-item:hover{background:#eef2ff;border-color:#c7d2fe}.source-item.checked{background:#eef2ff;border-color:#a5b4fc;border-left:3px solid #6366f1;border-left:3px solid var(--accent)}.source-item input{display:none}.source-flag{border-radius:3px;box-shadow:0 1px 2px #0000001a;flex-shrink:0;height:16px;object-fit:cover;width:22px}.source-code{color:#94a3b8;color:var(--text3);flex-shrink:0;font-size:10px;font-weight:700;width:18px}.source-name{color:#0f172a;color:var(--text);flex:1 1;font-size:13px;font-weight:500}.source-check{color:#6366f1;color:var(--accent);font-size:12px;font-weight:800;margin-left:auto}.opp-country-submenu{background:#f8fbff;border:1px solid #dbeafe;border-radius:8px;margin:2px 0 8px 30px;padding:8px}.opp-country-submenu-label{color:#64748b;font-size:10px;font-weight:700;letter-spacing:.06em;margin-bottom:6px;text-transform:uppercase}.opp-country-summary-row{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:6px}.opp-country-summary-value{color:#334155;font-size:12px;font-weight:700}.opp-country-refine-btn{background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;color:#4338ca;cursor:pointer;font-size:11px;font-weight:700;padding:4px 8px}.opp-country-refine-btn:hover{background:#e0e7ff}.opp-country-actions{display:flex;gap:10px;margin-bottom:6px}.opp-country-link{background:none;border:none;color:#4f46e5;cursor:pointer;font-size:11px;font-weight:700;padding:0}.opp-country-link:hover{text-decoration:underline}.opp-limit-row{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:6px}.opp-limit-label{color:#475569;font-size:11px;font-weight:700}.opp-limit-select{background:#fff;border:1px solid #cbd5e1;border-radius:8px;font-size:12px;padding:5px 8px;width:90px}.opp-country-list{background:#fff;border:1px solid #dbeafe;border-radius:8px;max-height:150px;overflow-y:auto;padding:6px}.opp-country-item{align-items:center;color:#334155;display:flex;font-size:12px;gap:8px;padding:4px}.opp-country-item input{height:14px;width:14px}.opp-country-selected{color:#475569}.opp-country-hint,.opp-country-selected{font-size:11px;line-height:1.35;margin-top:6px}.opp-country-hint{background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;color:#4f46e5;padding:6px 8px}.selected-count{border-top:1px solid #e2e8f0;border-top:1px solid var(--border);color:#94a3b8;color:var(--text3);font-size:11px;margin-top:10px;padding-top:10px;text-align:center}.search-panel{background:#fff;background:var(--bg2);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 1px 3px #0000000f;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:16px;height:100%;overflow-y:auto;padding:18px}.search-filters{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr 1.5fr}.filter-group{display:flex;flex-direction:column;gap:6px}.filter-label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.filter-label,.optional{color:#94a3b8;color:var(--text3)}.optional{font-size:10px;font-weight:400;letter-spacing:0;text-transform:none}.quick-label{color:#94a3b8;color:var(--text3);font-size:11px;font-weight:700;letter-spacing:.06em;margin-bottom:8px;text-transform:uppercase}.quick-chips{display:flex;flex-wrap:wrap;gap:7px}.chip{background:#f8fafc;background:var(--bg3);border:1px solid #e2e8f0;border:1px solid var(--border);color:#475569;color:var(--text2);cursor:pointer;font-size:12px;font-weight:500;padding:5px 12px;transition:all .12s;white-space:nowrap}.chip:hover{background:#eef2ff;border-color:#a5b4fc;color:#4f46e5;color:var(--accent2)}.search-footer{display:flex;flex-direction:column;gap:8px}.search-error{background:#fef2f2;border:1px solid #fca5a5;color:#ef4444}.search-error,.search-status{border-radius:8px;font-size:13px;padding:10px 12px}.search-status{background:#f8fafc;background:var(--bg3);border:1px solid #e2e8f0;border:1px solid var(--border);color:#475569;color:var(--text2)}.search-db-status{background:#ecfdf5;border:1px solid #86efac;border-radius:8px;color:#166534;font-size:13px;padding:10px 12px}.selected-sources-banner{align-items:center;background:#eef2ff;border:1px solid #c7d2fe;border-radius:10px;display:flex;gap:8px;padding:8px 10px}.selected-sources-label{color:#4338ca;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.selected-sources-value{color:#312e81;font-size:13px;font-weight:600}.selected-sources-meta{background:#fff;border:1px solid #c7d2fe;border-radius:999px;color:#4f46e5;font-size:11px;font-weight:700;margin-left:auto;padding:4px 8px;white-space:nowrap}.contact-only-toggle-row{align-items:center;background:#f0fdf4;border:1.5px solid #86efac;border-radius:10px;display:flex;padding:9px 12px}.contact-only-label{align-items:center;cursor:pointer;display:flex;gap:9px;-webkit-user-select:none;user-select:none;width:100%}.contact-only-checkbox{accent-color:#16a34a;cursor:pointer;flex-shrink:0;height:16px;width:16px}.contact-only-text{color:#166534;font-size:13px;line-height:1.4}.contact-only-sub{color:#15803d;font-size:12px;font-weight:400}.top-countries{background:#fff;background:var(--bg2);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;padding:16px}.top-countries-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.top-countries-title{align-items:center;color:#0f172a;color:var(--text);display:flex;font-size:13px;font-weight:700;gap:6px}.top-countries-title svg{color:#6366f1;color:var(--accent);height:13px;width:13px}.top-countries-sub{color:#94a3b8;color:var(--text3);font-size:11px;font-style:italic}.country-bars{display:flex;flex-direction:column;gap:8px}.country-bar-item{align-items:center;display:flex;gap:10px;padding:4px 0}.country-bar-flag{border-radius:2px;flex-shrink:0;height:14px;object-fit:cover;width:20px}.country-bar-name{color:#0f172a;color:var(--text);flex-shrink:0;font-size:13px;font-weight:500;min-width:120px}.country-bar-track{background:#f8fafc;background:var(--bg3);border-radius:999px;flex:1 1;height:7px;overflow:hidden}.country-bar-fill{background:linear-gradient(90deg,#6366f1,#a78bfa);border-radius:999px;height:100%;min-width:4px;transition:width .6s ease}.country-bar-count{color:#6366f1;color:var(--accent);font-size:13px;font-weight:700;min-width:26px;text-align:right}.paste-tab{display:flex;height:100%;justify-content:center;overflow-y:auto;padding:24px}.paste-card{background:#fff;background:var(--bg2);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 1px 3px #0000000f;box-shadow:var(--shadow-sm);max-width:680px;padding:20px;width:100%}.paste-header{margin-bottom:16px}.paste-title{color:#0f172a;color:var(--text);font-size:16px;font-weight:700;margin-bottom:4px}.paste-sub{color:#94a3b8;color:var(--text3);font-size:13px}.paste-meta-grid{grid-gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-bottom:12px;padding:10px}.paste-meta-item{display:flex;flex-direction:column;gap:6px}.paste-meta-item.full-row{grid-column:1/-1}.paste-area{font-size:13px;line-height:1.6;min-height:200px;resize:vertical}.pipeline-layout{display:flex;flex-direction:column;height:100%;overflow:hidden}.filter-bar{align-items:center;background:#fff;background:var(--bg2);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;flex-wrap:nowrap;gap:8px;padding:10px 16px}.pipeline-body{display:flex;flex:1 1;flex-direction:row;min-height:0;overflow:hidden}.detail-modal-overlay{align-items:center;background:#0f172a66;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1200}.detail-modal-shell{background:#fff;background:var(--bg2);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:14px;box-shadow:0 30px 80px #0f172a40;max-height:calc(100vh - 48px);overflow:hidden;width:min(760px,100%)}.detail-modal-shell .detail-panel{border-left:none;height:calc(100vh - 48px);max-height:calc(100vh - 48px);max-width:none;min-width:0;width:100%}.leads-grid{flex:1 1;min-width:0;overflow-y:auto;padding:14px;scroll-behavior:smooth;scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin}.leads-grid::-webkit-scrollbar{width:5px}.leads-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}.leads-grid.grid{grid-gap:14px;align-content:start;display:grid;gap:14px;grid-auto-rows:minmax(190px,auto);grid-template-columns:repeat(4,minmax(0,1fr))}.pipeline-layout.has-detail .leads-grid.grid{grid-template-columns:repeat(3,minmax(0,1fr))}.leads-grid.list{display:flex;flex-direction:column;gap:4px}.search-box{flex:1 1;max-width:280px;position:relative}.search-icon{color:#94a3b8;color:var(--text3);font-size:14px;left:10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.search-input{font-size:13px;padding-left:32px}.filter-pill{background:#f8fafc;background:var(--bg3);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:20px;color:#475569;color:var(--text2);cursor:pointer;font-size:12px;font-weight:500;padding:6px 14px;transition:all .12s;white-space:nowrap}.filter-pill:hover{background:#fff;border-color:#cbd5e1;border-color:var(--border-strong)}.filter-pill.active{background:#ef4444;border-color:#ef4444;color:#fff}.view-toggle{background:#f8fafc;background:var(--bg3);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:7px;display:flex;gap:2px;padding:2px}.view-btn{align-items:center;background:#0000;border-radius:5px;color:#94a3b8;color:var(--text3);display:flex;font-size:13px;padding:4px 7px}.view-btn.active{background:#fff;background:var(--bg2);box-shadow:0 1px 3px #0000000f;box-shadow:var(--shadow-sm);color:#0f172a;color:var(--text)}.result-count{color:#94a3b8;color:var(--text3);font-size:12px;font-weight:600;margin-left:auto;white-space:nowrap}.lead-card{background:linear-gradient(180deg,#fff,#f7fbff 58%,#f4f8ff);border:1px solid #d8e3f1;border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 4px 14px #0f172a12;cursor:pointer;display:flex;flex-direction:column;isolation:isolate;min-height:190px;min-width:0;overflow:hidden;padding:14px 16px;position:relative;transition:all .2s ease}.lead-card:before{background:linear-gradient(120deg,#ffffff80,#ffffff1f 40%,#fff0 68%);content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.lead-card:hover{background:#fff;border-color:#abc0dd;box-shadow:0 16px 30px #1e293b26;transform:translateY(-2px)}.lead-card.selected{background:#f8fbff;border-color:#7ea0d5;box-shadow:0 0 0 3px #3b82f624}.card-header{align-items:flex-start;display:flex;flex-shrink:0;gap:8px;justify-content:space-between;margin-bottom:10px;min-width:0;position:relative;z-index:2}.card-name{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#0f172a;display:-webkit-box;flex:1 1;font-size:14px;font-weight:750;letter-spacing:-.1px;line-height:1.3;overflow:hidden}.card-score{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:1px solid #94a3b84d;border-radius:11px;box-shadow:inset 0 1px 0 #ffffffd9,0 3px 10px #94a3b82e;display:flex;flex-direction:column;flex-shrink:0;font-weight:800;min-width:52px;padding:6px 10px;text-align:center}.card-score span:first-child{display:block;font-size:17px;font-weight:800;line-height:1}.card-score-label{font-size:9px;font-weight:700;letter-spacing:.5px;margin-top:1px;text-transform:uppercase}.card-body{display:flex;flex:1 1;flex-direction:column;gap:4px;margin-bottom:0;min-width:0;position:relative;z-index:2}.card-location{align-items:center;color:#7a8aa0;display:flex;font-size:12px;gap:3px}.card-location svg{flex-shrink:0;height:10px;width:10px}.card-industry{color:#4a5a70;margin-bottom:3px}.card-buyer,.card-industry{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-buyer{align-items:center;color:#334155;display:flex;gap:4px}.card-buyer svg{color:#64748b;flex-shrink:0;height:10px;width:10px}.card-deadline{align-items:center;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;color:#059669;display:inline-flex;font-size:11px;font-weight:600;gap:4px;margin-top:1px;padding:2px 7px 2px 5px;width:fit-content}.card-deadline svg{flex-shrink:0;height:10px;width:10px}.card-deadline.card-deadline-urgent{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.card-footer{border-top:1px solid #e3ebf5;flex-shrink:0;flex-wrap:wrap;gap:6px;justify-content:space-between;margin-top:auto;padding-top:9px;position:relative;z-index:2}.card-footer,.card-status-group{align-items:center;display:flex;min-width:0}.card-status-group{flex-shrink:1;gap:5px}.status-dot{border-radius:50%;display:inline-block;flex-shrink:0;height:7px;width:7px}.card-status{color:#8091a7;font-size:12px;font-weight:600;white-space:nowrap}.card-tags{align-items:center;display:flex;flex-shrink:0;gap:4px;min-width:0}.tag{border-radius:999px;box-shadow:inset 0 1px 0 #ffffff73;flex-shrink:0;font-size:11px;font-weight:700;padding:3px 9px;white-space:nowrap}.tag-nosite{background:#fef9c3;border:1px solid #fde68a;color:#854d0e;font-size:11px;padding:3px 8px}.tag-web{background:#ecfeff;border:1px solid #bae6fd;color:#0e7490}.tag-email{background:#d1fae5;color:#059669}.tag-phone{background:#dbeafe;color:#3b82f6}.tag-worth{border:1px solid #0000}.tag-worth-yes{background:#dcfce7;border-color:#86efac;color:#166534}.tag-worth-review{background:#fef3c7;border-color:#fcd34d;color:#92400e}.tag-worth-no{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.tag-status-chip{border:1px solid #94a3b838;font-weight:700}.tag-deadline-inline{background:#ecfdf5;border:1px solid #86efac;color:#166534}.tag-deadline-inline.urgent{background:#eff6ff;border-color:#93c5fd;color:#1e40af}.score-bar-track{background:#e2e8f0;background:var(--border);border-radius:0 0 14px 14px;border-radius:0 0 var(--radius-lg) var(--radius-lg);display:block;flex-shrink:0;height:3px;margin:8px -16px -14px;overflow:hidden;position:relative;z-index:2}.score-bar-fill{border-radius:99px;height:100%;transition:width .45s ease}.card-top-accent{border-radius:14px 14px 0 0;border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:inset 0 1px 0 #ffffff59,0 1px 7px #3b82f63d;flex-shrink:0;height:4px;margin:-14px -16px 11px}.card-flag-watermark{bottom:14px;filter:saturate(.88) contrast(.94) brightness(1.02);height:84px;-webkit-mask-image:radial-gradient(ellipse at 60% 50%,#000000eb 0,#000000bf 55%,#0003 82%,#0000 100%);mask-image:radial-gradient(ellipse at 60% 50%,#000000eb 0,#000000bf 55%,#0003 82%,#0000 100%);opacity:.17;pointer-events:none;position:absolute;right:12px;width:124px;z-index:1}.card-flag-watermark-icon{border-radius:10px;box-shadow:inset 0 0 0 1px #ffffff2e;overflow:hidden}.card-flag-watermark-icon,.card-flag-watermark-icon svg{display:block;height:100%;width:100%}.card-flag-name{align-items:flex-start;display:flex;flex:1 1;gap:7px;min-width:0}.card-flag-chip{align-items:center;background:#ffffffe6;border:1px solid #94a3b859;border-radius:5px;box-shadow:0 1px 3px #0f172a14;display:inline-flex;flex-shrink:0;height:16px;justify-content:center;margin-top:2px;width:20px}.card-flag-icon{border-radius:2px;height:10px;overflow:hidden;width:14px}.card-tag-row{flex:1 1 auto}.card-right-tags,.card-tag-row{align-items:center;display:flex;flex-wrap:wrap;gap:6px;min-width:0}.card-right-tags{flex-shrink:0;justify-content:flex-end}.source-breakdown-bar{align-items:center;background:#f8fafd;border-bottom:1px solid #edf2f8;display:flex;flex-wrap:wrap;gap:6px;padding:6px 18px 4px}.source-breakdown-label{color:#94a3b8;flex-shrink:0;font-size:11px;font-weight:600;letter-spacing:.5px;margin-right:4px;text-transform:uppercase}.source-pill{align-items:center;background:#fff;border:1px solid #dde4ef;border-radius:999px;color:#475569;cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;gap:5px;padding:3px 10px 3px 6px;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}.source-pill:hover:not(:disabled){background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.source-pill.active{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8;font-weight:600}.source-pill:disabled{cursor:not-allowed;opacity:.5}.source-pill-flag{border-radius:2px;flex-shrink:0;height:12px;object-fit:cover;width:16px}.source-pill-icon{font-size:13px;line-height:1}.source-pill-name{max-width:140px;overflow:hidden;text-overflow:ellipsis}.source-pill-count{background:#e2e8f0;border-radius:999px;color:#475569;font-size:11px;font-weight:700;line-height:1.6;min-width:18px;padding:0 6px;text-align:center}.source-pill.active .source-pill-count{background:#bfdbfe;color:#1e40af}.pipeline-load-more{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:13px;gap:10px;grid-column:1/-1;justify-content:center;padding:10px 0 8px}.pipeline-load-more-text{color:#64748b}.btn-load-more{background:#fff;border:1px solid #cbd5e1;border-radius:999px;color:#334155;cursor:pointer;font-size:12px;font-weight:700;padding:6px 12px}.btn-load-more:hover:not(:disabled){background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.btn-load-more:disabled{cursor:default;opacity:.6}@keyframes cardReveal{0%{filter:blur(1.5px);opacity:0;transform:translateY(8px) scale(.992)}to{filter:blur(0);opacity:1;transform:translateY(0) scale(1)}}.leads-grid.grid .lead-card,.leads-grid.list .lead-row{animation:cardReveal .36s cubic-bezier(.22,1,.36,1) both;will-change:transform,opacity}.leads-grid.grid .lead-card:nth-child(4n+1),.leads-grid.list .lead-row:nth-child(4n+1){animation-delay:0ms}.leads-grid.grid .lead-card:nth-child(4n+2),.leads-grid.list .lead-row:nth-child(4n+2){animation-delay:35ms}.leads-grid.grid .lead-card:nth-child(4n+3),.leads-grid.list .lead-row:nth-child(4n+3){animation-delay:70ms}.leads-grid.grid .lead-card:nth-child(4n),.leads-grid.list .lead-row:nth-child(4n){animation-delay:105ms}@media (prefers-reduced-motion:reduce){.leads-grid.grid .lead-card,.leads-grid.list .lead-row{animation:none;filter:none;transform:none}}.tag-src{border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.5px;padding:3px 8px;text-transform:uppercase}.src-tender{background:#eff6ff;border:1px solid #93c5fd;color:#1d4ed8}.src-registry{background:#eaf2ff;border:1px solid #9bbcf7;color:#1d4ed8}.src-maps{background:#f2ecff;border:1px solid #d1c0ff;color:#6d28d9}.src-opp{background:#e7fbff;border:1px solid #8fe7f5;color:#0e7490}.tag-intent{border-radius:999px;font-size:9px;font-weight:800;letter-spacing:.4px;padding:2px 6px;text-transform:uppercase}.intent-tender{background:#fff7ed;border:1px solid #fdba74;color:#c2410c}.intent-noweb{background:#fef9c3;border:1px solid #fde68a;color:#854d0e}.intent-grow{background:#dcfce7;border:1px solid #86efac;color:#166534}.empty-state{color:#94a3b8;color:var(--text3);flex-direction:column;gap:8px;grid-column:1/-1;padding:60px 20px}.empty-icon,.empty-state{align-items:center;display:flex;justify-content:center}.empty-icon{font-size:44px;margin-bottom:4px}.empty-icon svg{color:#cbd5e1;color:var(--border-strong);height:48px;width:48px}.empty-title{color:#475569;color:var(--text2);font-size:15px;font-weight:600}.empty-sub{color:#94a3b8;color:var(--text3);font-size:13px;line-height:1.5;max-width:280px;text-align:center}.lead-row{grid-gap:12px;align-items:center;background:#fff;background:var(--bg2);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;cursor:pointer;display:grid;gap:12px;grid-template-columns:58px 1fr auto;padding:9px 14px;transition:all .12s}.lead-row:hover{background:#faf9ff}.lead-row.selected,.lead-row:hover{border-color:#6366f1;border-color:var(--accent)}.lead-row.selected{background:#eef2ff}.row-score{align-items:center;display:flex;flex-direction:column;gap:1px}.row-score-num{font-size:15px;font-weight:800;line-height:1}.row-main{min-width:0}.row-name{font-size:13px;font-weight:600;margin-bottom:2px}.row-meta,.row-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row-meta{color:#475569;color:var(--text2);font-size:11px}.row-tags{align-items:center;gap:5px}.detail-panel,.row-tags{display:flex;flex-shrink:0}.detail-panel{background:#fff;background:var(--bg2);border-left:1px solid #e2e8f0;border-left:1px solid var(--border);flex-direction:column;max-width:420px;min-width:420px;overflow:hidden;width:420px}.detail-header{align-items:flex-start;display:flex;flex-shrink:0;justify-content:space-between;padding:14px 16px 8px}.detail-score-badge{align-items:center;border-radius:20px;display:flex;font-size:12px;font-weight:700;gap:5px;padding:4px 12px}.detail-score-badge:hover{filter:brightness(.95)}.btn-revalidate{align-items:center;background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:11px;font-weight:700;gap:4px;padding:4px 10px;transition:all .15s;white-space:nowrap}.btn-revalidate:hover:not(:disabled){background:#e2e8f0;border-color:#94a3b8;color:#1e293b}.btn-revalidating{background:#eff6ff!important;border-color:#bfdbfe!important;color:#3b82f6!important}.score-breakdown-panel{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:6px;margin:0 0 10px;padding:12px 14px}.sbp-title{color:#475569;font-size:11px;font-weight:800;letter-spacing:.6px;margin-bottom:4px;text-transform:uppercase}.sbp-row{align-items:center;border-radius:6px;display:flex;font-size:12px;gap:8px;padding:4px 8px}.sbp-pts{font-weight:800;min-width:32px;text-align:right}.sbp-label{color:#334155}.sbp-high{background:#f0fdf4}.sbp-high .sbp-pts{color:#15803d}.sbp-mid{background:#fefce8}.sbp-mid .sbp-pts{color:#a16207}.sbp-low{background:#fff7ed}.sbp-low .sbp-pts{color:#c2410c}.sbp-opportunity{background:#fef3c7}.sbp-opportunity .sbp-pts{color:#b45309}.sbp-tip{background:#fffbeb;border:1px solid #fde68a;border-radius:6px;color:#92400e;font-size:11px;margin-top:4px;padding:6px 8px}.detail-close{align-items:center;background:none;border-radius:6px;color:#94a3b8;color:var(--text3);display:flex;padding:4px 8px}.detail-close:hover{background:#f8fafc;background:var(--bg3);color:#0f172a;color:var(--text)}.detail-name{flex-shrink:0;font-size:15px;font-weight:800;line-height:1.3;padding:0 16px 3px}.detail-sub{color:#475569;color:var(--text2);font-size:12px}.detail-status-bar,.detail-sub{flex-shrink:0;padding:0 16px 10px}.detail-status-bar{display:flex;flex-wrap:wrap;gap:5px}.status-pill{background:#f8fafc;background:var(--bg3);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:20px;color:#94a3b8;color:var(--text3);cursor:pointer;font-size:11px;font-weight:600;padding:4px 12px;transition:all .12s;white-space:nowrap}.status-pill.active{background:#6366f1;background:var(--accent);border-color:#6366f1;border-color:var(--accent);color:#fff}.status-pill:hover:not(.active){background:#fff;border-color:#cbd5e1;border-color:var(--border-strong);color:#0f172a;color:var(--text)}.detail-tabs{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;padding:0 16px}.detail-tab{background:none;border-bottom:2px solid #0000;color:#94a3b8;color:var(--text3);flex:1 1;font-size:12px;font-weight:600;padding:10px 8px;transition:all .12s}.detail-tab.active{border-bottom-color:#6366f1;border-bottom-color:var(--accent);color:#4f46e5;color:var(--accent2)}.detail-tab:hover:not(.active){background:#f8fafc;background:var(--bg3);color:#0f172a;color:var(--text)}.detail-content{flex:1 1;min-height:0;overflow-y:auto;padding:14px 16px;scroll-behavior:smooth;scrollbar-color:#e2e8f0 #0000;scrollbar-width:thin}.detail-content::-webkit-scrollbar{width:4px}.detail-content::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:99px}.detail-footer{align-items:center;border-top:1px solid #e2e8f0;border-top:1px solid var(--border);display:flex;flex-shrink:0;justify-content:space-between;padding:10px 16px}.detail-added{color:#94a3b8;color:var(--text3);font-size:11px}.info-tab{display:flex;flex-direction:column;gap:12px}.alert{border-radius:8px;font-size:12px;font-weight:500;padding:9px 12px}.alert-opportunity{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.website-guesser-card{background:#f0f9ff;border:1.5px solid #bae6fd;border-radius:12px;display:flex;flex-direction:column;gap:10px;margin-bottom:12px;padding:12px 14px}.wg-header{align-items:flex-start;display:flex;gap:10px}.wg-icon{flex-shrink:0;font-size:20px}.wg-title{color:#0369a1;font-size:13px;font-weight:700}.wg-sub{color:#0284c7;font-size:11px;margin-top:2px}.wg-toggle{background:none;border:none;color:#0369a1;cursor:pointer;flex-shrink:0;font-size:12px;margin-left:auto}.wg-chips{display:flex;flex-wrap:wrap;gap:7px}.wg-chip{background:#fff;border:1.5px solid #bae6fd;border-radius:8px;color:#0369a1;cursor:pointer;font-size:12px;font-weight:700;padding:6px 12px;transition:all .15s}.wg-chip:hover:not(:disabled){background:#e0f2fe;border-color:#38bdf8}.wg-chip:disabled{cursor:default}.wg-live{background:#dcfce7!important;border-color:#86efac!important;color:#15803d!important}.wg-dead{background:#f1f5f9!important;border-color:#e2e8f0!important;color:#94a3b8!important;text-decoration:line-through}.wg-checking{background:#fefce8!important;border-color:#fde68a!important;color:#a16207!important}.wg-google{background:#fff;border-color:#34d399!important;color:#065f46!important}.wg-google:hover{background:#ecfdf5!important}.alert-ai{background:#eef2ff;border:1px solid #c7d2fe;color:#4f46e5;color:var(--accent2)}.alert-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.info-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;margin-bottom:4px}.info-item{background:#f8fafc;background:var(--bg3);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;display:flex;flex-direction:column;gap:3px;padding:9px 11px}.info-item.full-width{grid-column:span 2}.info-key{color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.info-val{color:#0f172a;color:var(--text);font-size:12.5px;font-weight:500;line-height:1.4;word-break:break-word}.info-val a{color:#6366f1;color:var(--accent)}.info-val a:hover{text-decoration:underline}.info-actions{display:flex;flex-wrap:wrap;gap:8px}.section-label{color:#94a3b8;color:var(--text3);font-size:10px;font-weight:700;letter-spacing:.07em;margin-bottom:6px;text-transform:uppercase}.ai-reasons{background:#f8fafc;background:var(--bg3);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;padding:10px}.reason-item{color:#475569;color:var(--text2);font-size:12px;line-height:1.4;margin-bottom:4px}.hunter-block{background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;padding:12px}.hunter-title{color:#4f46e5;color:var(--accent2);font-size:12px;font-weight:700;gap:5px;margin-bottom:8px}.hunter-found,.hunter-title{align-items:center;display:flex}.hunter-found{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;gap:10px;padding:10px 12px}.hunter-found-label{color:#059669;font-size:12px;font-weight:700}.hunter-found-email{color:#4f46e5;color:var(--accent2);font-size:13px;font-weight:500}.note-block{display:flex;flex-direction:column;gap:6px}.note-area{font-size:13px;line-height:1.5;min-height:68px;resize:vertical}.project-crawl-card{background:#f8fafc;border:1px solid #dbeafe;border-radius:10px;display:flex;flex-direction:column;gap:9px;padding:12px}.project-crawl-title{color:#1e3a8a;font-size:12px;font-weight:800}.project-crawl-summary{color:#334155;font-size:12px;line-height:1.45}.project-crawl-group{display:flex;flex-direction:column;gap:6px}.project-chip-row{display:flex;flex-wrap:wrap;gap:6px}.project-chip{background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;color:#4338ca;font-size:11px;font-weight:600;padding:3px 8px}.project-chip-signal{background:#ecfeff;border-color:#bae6fd;color:#0e7490}.project-crawl-meta{color:#64748b;display:flex;flex-wrap:wrap;font-size:11px;gap:8px}.qualify-tab{display:flex;flex-direction:column;gap:0}.qualify-hero{align-items:flex-start;background:linear-gradient(135deg,#f8fbff,#eef4ff 60%,#f8faff);border:1px solid #dbeafe;border-radius:12px;display:flex;gap:14px;justify-content:space-between;margin-bottom:10px;padding:12px}.website-pill{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;gap:6px;padding:5px 11px}.website-pill.live{background:#dcfce7;border:1px solid #86efac;color:#166534}.website-pill.missing{background:#fef3c7;border:1px solid #fcd34d;color:#92400e}.website-subtext{color:#64748b;font-size:12px;margin-top:6px}.qualify-hero-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.qualify-score-card{background:#fff;border:1px solid #c7d2fe;border-radius:10px;min-width:165px;padding:10px 12px;text-align:right}.qualify-score-num{color:#4f46e5;font-size:26px;font-weight:800;line-height:1}.qualify-score-label{color:#64748b;font-size:11px;font-weight:600;margin-top:4px}.qualify-progress{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;gap:6px;margin-bottom:4px;padding:8px 0 14px}.qualify-check{align-items:center;background:#f8fafc;background:var(--bg3);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:999px;color:#94a3b8;color:var(--text3);display:inline-flex;font-size:11px;font-weight:600;gap:4px;padding:3px 10px;transition:all .15s}.qualify-check.done{background:#ecfdf5;border-color:#6ee7b7;color:#15803d}.qualify-check-icon{font-size:11px}.qualify-section{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:8px;padding:12px 0}.qualify-section:last-child{border-bottom:none}.qualify-section-header{align-items:center;display:flex;gap:8px;justify-content:space-between}.qualify-section-title{color:#0f172a;color:var(--text);font-size:12px;font-weight:700}.qualify-section-hint{color:#94a3b8;color:var(--text3);font-size:11px}.decision-buttons{display:flex;gap:8px}.decision-btn{background:#f8fafc;background:var(--bg3);border:1.5px solid #e2e8f0;border:1.5px solid var(--border);border-radius:9px;color:#475569;color:var(--text2);flex:1 1;font-size:12px;font-weight:600;padding:9px 4px}.decision-btn.active{background:#6366f1;background:var(--accent);border-color:#6366f1;border-color:var(--accent);color:#fff}.decision-btn:hover:not(.active){background:#fff;border-color:#cbd5e1;border-color:var(--border-strong)}.value-buttons{display:flex;gap:8px}.value-btn{background:#f8fafc;background:var(--bg3);border:1.5px solid #e2e8f0;border:1.5px solid var(--border);border-radius:9px;color:#475569;color:var(--text2);flex:1 1;font-size:12px;font-weight:600;padding:9px}.value-btn.active{background:#ecfdf5;border-color:#6ee7b7;color:#059669}.value-btn:hover:not(.active){background:#fff;border-color:#cbd5e1;border-color:var(--border-strong)}.skill-cat-toggle{align-items:center;background:none;border-bottom:1px dashed #e2e8f0;border-bottom:1px dashed var(--border);display:flex;gap:6px;margin-bottom:4px;padding:4px 0;text-align:left;width:100%}.skill-cat-count,.skill-cat-toggle.has-selection .skill-cat-label{color:#4f46e5;color:var(--accent2)}.skill-cat-count{background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;font-size:10px;font-weight:700;padding:1px 6px}.skill-cat-arrow{color:#94a3b8;color:var(--text3);font-size:9px;margin-left:auto}.skill-count-badge{background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;color:#4f46e5;color:var(--accent2);font-size:11px;font-weight:700;padding:2px 9px}.btn-qualify-next{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;color:#fff;display:flex;font-size:13px;font-weight:700;gap:6px;justify-content:center;margin-top:8px;padding:11px;transition:opacity .15s;width:100%}.btn-qualify-next:hover{opacity:.9}@media (max-width:768px){.qualify-hero{flex-direction:column}.qualify-score-card{text-align:left;width:100%}}.ai-rec{border-radius:8px;font-size:12px;font-weight:600;padding:9px 12px}.ai-rec-do_it{background:#ecfdf5;border:1px solid #a7f3d0;color:#059669}.ai-rec-refer_out{background:#fffbeb;border:1px solid #fde68a;color:#d97706}.ai-rec-skip{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.ai-summary-box{background:#f8fafc;border:1px solid #dbeafe;border-radius:10px;padding:10px 12px}.ai-summary-text{color:#475569;color:var(--text2);font-size:12px;line-height:1.5}.ai-metrics-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.ai-metric{background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;color:#475569;font-size:11px;padding:4px 9px}.ai-reason-list{display:flex;flex-direction:column;gap:4px;margin-top:8px}.ai-reason-item{color:#334155;font-size:12px;line-height:1.4}.skill-category{margin-bottom:10px}.skill-cat-label{color:#94a3b8;color:var(--text3);font-size:10px;font-weight:700;letter-spacing:.06em;margin-bottom:5px;text-transform:uppercase}.skill-chips{display:flex;flex-wrap:wrap;gap:5px}.skill-chip{background:#f8fafc;background:var(--bg3);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:20px;color:#94a3b8;color:var(--text3);cursor:pointer;font-size:11px;font-weight:500;padding:4px 11px;transition:all .12s}.skill-chip.active{background:#eef2ff;border-color:#a5b4fc;color:#4f46e5;color:var(--accent2);font-weight:600}.skill-chip:hover{background:#fff;border-color:#cbd5e1;border-color:var(--border-strong)}.outreach-tab{display:flex;flex-direction:column;gap:10px}.gmail-status-bar{align-items:center;border-radius:8px;display:flex;font-size:12px;gap:6px;padding:7px 12px}.gmail-connected{background:#dcfce7;border:1px solid #86efac;color:#15803d}.gmail-disconnected{background:#fef3c7;border:1px solid #fcd34d;color:#92400e}.gmail-disconnected a{color:#d97706;font-weight:600;text-decoration:underline}.outreach-composer-card{background:linear-gradient(180deg,#f9fbff,#f3f7ff);border:1px solid #dbeafe;border-radius:12px;display:flex;flex-direction:column;gap:9px;padding:12px}.channel-buttons{display:flex;flex-wrap:wrap;gap:8px}.channel-btn{background:#f8fafc;background:var(--bg3);border:1.5px solid #e2e8f0;border:1.5px solid var(--border);border-radius:9px;color:#475569;color:var(--text2);font-size:13px;font-weight:600;padding:8px 16px;transition:all .12s}.channel-btn:hover{background:#fff;border-color:#c7d2fe;color:#4f46e5;color:var(--accent2)}.channel-btn.active{background:#eef2ff;border-color:#818cf8;box-shadow:0 0 0 2px #6366f11f;color:#3730a3}.channel-state{color:#94a3b8;font-size:11px;margin-left:6px}.tone-buttons{display:flex;flex-wrap:wrap;gap:8px}.tone-btn{background:#fff;border:1px solid #dbe5f2;border-radius:999px;color:#64748b;font-size:12px;font-weight:700;padding:5px 12px}.tone-btn.active{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-color:#0000;color:#fff}.btn-outreach-generate{background:linear-gradient(90deg,#4f46e5,#7c3aed 65%,#2563eb);border-radius:10px;box-shadow:0 8px 18px #4f46e53d;color:#fff;font-size:13px;font-weight:700;margin-top:2px;padding:11px;width:100%}.btn-outreach-generate:disabled{box-shadow:none;cursor:not-allowed;opacity:.65}.loading-msg{align-items:center;color:#94a3b8;color:var(--text3);display:flex;font-size:13px;gap:8px}.outreach-result{display:flex;flex-direction:column;gap:8px}.outreach-area{font-size:13px;line-height:1.6;min-height:150px;resize:vertical}.outreach-actions{display:flex;flex-wrap:wrap;gap:8px}.outreach-hint{background:#f8fafc;background:var(--bg3);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;color:#94a3b8;color:var(--text3);font-size:13px;line-height:1.6;padding:12px;text-align:center}.outreach-empty-state{display:flex;flex-direction:column;gap:8px}.outreach-checklist{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.outreach-check-item{background:#f8fafc;border:1px solid #dbe5f2;border-radius:8px;color:#64748b;font-size:12px;font-weight:600;padding:8px;text-align:center}.outreach-polish-card{background:#fff;border:1px solid #dbeafe;border-radius:12px;display:flex;flex-direction:column;gap:10px;padding:12px}.outreach-polish-top{align-items:center;display:flex;justify-content:space-between}.outreach-polish-title{color:#334155;font-size:13px;font-weight:800}.quality-pill{border-radius:999px;font-size:12px;font-weight:800;padding:4px 10px}.quality-high{background:#dcfce7;border:1px solid #86efac;color:#15803d}.quality-mid{background:#fef3c7;border:1px solid #fcd34d;color:#92400e}.quality-low{background:#fee2e2;border:1px solid #fca5a5;color:#b91c1c}.quality-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.quality-item{border:1px solid;border-radius:8px;font-size:12px;font-weight:700;padding:7px 10px}.quality-item.ok{background:#f0fdf4;border-color:#86efac;color:#166534}.quality-item.miss{background:#f8fafc;border-color:#cbd5e1;color:#64748b}.live-search-pill{align-items:center;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;color:#3730a3;display:inline-flex;font-size:12px;font-weight:600;gap:8px;margin-right:8px;max-width:260px;overflow:hidden;padding:6px 10px;text-overflow:ellipsis;white-space:nowrap}.live-search-pill.idle{background:#f8fafc;border-color:#cbd5e1;color:#475569}.live-search-pill.searching{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.live-search-pill.ready{background:#f0fdf4;border-color:#86efac;color:#166534}.live-search-pill.error{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.live-search-dot{background:#4f46e5;border-radius:999px;height:8px;width:8px}.live-search-pill.searching .live-search-dot{animation:livePulse 1.1s ease-in-out infinite;background:#4f46e5}.live-search-pill.idle .live-search-dot{background:#94a3b8}.live-search-pill.ready .live-search-dot{background:#16a34a}.live-search-pill.error .live-search-dot{background:#dc2626}@keyframes livePulse{0%{opacity:.65;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}to{opacity:.65;transform:scale(.9)}}.snippet-row{display:flex;flex-wrap:wrap;gap:8px}.snippet-btn{background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;color:#4338ca;font-size:12px;font-weight:700;padding:5px 11px}.snippet-btn:hover{background:#e0e7ff}.reach-bar{align-items:center;border:1.5px solid;border-radius:12px;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px;padding:10px 14px}.reach-zero{background:#fff7ed;border-color:#fed7aa}.reach-mid{background:#fefce8;border-color:#fde68a}.reach-high{background:#f0fdf4;border-color:#bbf7d0}.reach-bar-left{align-items:center;display:flex;flex-direction:column;min-width:48px}.reach-bar-pct{color:#0f172a;font-size:20px;font-weight:800;line-height:1}.reach-bar-label{color:#64748b;font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.reach-bar-signals{display:flex;flex:1 1;flex-wrap:wrap;gap:5px}.rsig{border-radius:999px;font-size:11px;font-weight:600;max-width:130px;overflow:hidden;padding:3px 8px;text-overflow:ellipsis;white-space:nowrap}.rsig-ok{background:#dcfce7;color:#15803d}.rsig-no{background:#fee2e2;color:#b91c1c}.reach-finder-toggle{background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:12px;font-weight:700;padding:6px 12px;white-space:nowrap}.reach-finder-toggle:hover{background:#4f46e5}.finder-panel{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;display:flex;flex-direction:column;gap:12px;margin-bottom:14px;padding:16px}.finder-panel-title{color:#1e293b;font-size:14px;font-weight:800}.finder-section-label{color:#64748b;font-size:10px;font-weight:700;letter-spacing:.8px;margin-top:4px;text-transform:uppercase}.finder-tools{display:flex;flex-wrap:wrap;gap:8px}.finder-tool-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;gap:6px;padding:8px 12px;text-decoration:none;transition:all .15s}.ftb-icon{font-size:16px}.ftb-name{font-size:12px;font-weight:700}.ftb-note{font-size:10px;opacity:.7}.ftb-hunter{background:#fff7ed;border:1.5px solid #fed7aa;color:#92400e}.ftb-hunter:hover{background:#ffedd5}.ftb-snov{background:#eff6ff;border:1.5px solid #bfdbfe;color:#1d4ed8}.ftb-snov:hover{background:#dbeafe}.ftb-apollo{background:#fdf4ff;border:1.5px solid #e9d5ff;color:#7e22ce}.ftb-apollo:hover{background:#f3e8ff}.ftb-clearbit{background:#eff6ff;border:1.5px solid #bfdbfe;color:#0369a1}.ftb-clearbit:hover{background:#dbeafe}.ftb-voila{background:#fefce8;border:1.5px solid #fde68a;color:#92400e}.ftb-voila:hover{background:#fef9c3}.ftb-anymailfinder{background:#f0fdf4;border:1.5px solid #bbf7d0;color:#166534}.ftb-anymailfinder:hover{background:#dcfce7}.ftb-disabled{background:#f1f5f9;border:1.5px solid #e2e8f0;color:#94a3b8;cursor:not-allowed}.finder-google-btns{display:flex;flex-wrap:wrap;gap:6px}.finder-google-btn{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#374151;cursor:pointer;font-size:12px;font-weight:600;padding:6px 11px;text-align:left;transition:all .15s}.finder-google-btn:hover{background:#f8fafc;border-color:#6366f1;color:#6366f1}.finder-save-grid{display:flex;flex-direction:column;gap:6px}.finder-save-row{align-items:center;display:flex;gap:7px}.finder-save-icon{flex-shrink:0;font-size:15px;text-align:center;width:20px}.finder-save-input{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#1e293b;flex:1 1;font-size:12px;outline:none;padding:7px 10px;transition:border-color .15s}.finder-save-input:focus{border-color:#6366f1}.finder-save-input::placeholder{color:#94a3b8}.finder-save-btn{background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:12px;font-weight:700;padding:7px 13px;transition:background .15s;white-space:nowrap}.finder-save-btn:hover:not(:disabled){background:#4f46e5}.finder-save-btn:disabled{background:#cbd5e1;cursor:not-allowed}.channel-cards{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(5,1fr);margin-bottom:14px}@media (max-width:500px){.channel-cards{grid-template-columns:repeat(3,1fr)}}.channel-card{align-items:center;background:#f8fafc;border:1.5px solid;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:3px;padding:10px 6px;transition:all .15s}.cc-icon{font-size:18px;line-height:1}.cc-label{color:#334155;font-size:10px;font-weight:700;white-space:nowrap}.cc-badge{border-radius:999px;font-size:9px;font-weight:700;padding:2px 6px}.cbb-ok{background:#dcfce7;color:#15803d}.cbb-miss{background:#fee2e2;color:#b91c1c}.cc-status{color:#94a3b8;font-size:9px;max-width:80px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.cc-ready{border-color:#86efac}.cc-draft{border-color:#e2e8f0;opacity:.8}.cc-active{background:#eef2ff!important;border-color:#6366f1!important;box-shadow:0 0 0 3px #c7d2fe}.cc-active .cc-label{color:#4338ca}.btn-send-action{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:700;padding:8px 16px;transition:all .15s}.btn-send-action:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed)}.email-finder-card{background:#fffbeb;border:2px dashed #f59e0b;border-radius:14px;display:flex;flex-direction:column;gap:14px;margin-bottom:16px;padding:18px 18px 14px}.email-finder-header{align-items:flex-start;display:flex;gap:12px}.email-finder-icon{flex-shrink:0;font-size:24px;line-height:1}.email-finder-title{color:#92400e;font-size:14px;font-weight:700}.email-finder-sub{color:#b45309;font-size:12px;margin-top:2px}.btn-hunter{background:#f59e0b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:700;padding:9px 14px;text-align:left;transition:background .15s}.btn-hunter:hover{background:#d97706}.email-alias-section{display:flex;flex-direction:column;gap:8px}.email-alias-label{color:#78350f;font-size:12px;font-weight:600}.email-alias-chips{display:flex;flex-wrap:wrap;gap:6px}.email-alias-chip{background:#fef3c7;border:1px solid #fcd34d;border-radius:999px;color:#92400e;cursor:pointer;font-size:12px;font-weight:600;padding:5px 12px;transition:all .15s}.email-alias-chip:hover{background:#fde68a;border-color:#f59e0b}.email-manual-row{align-items:center;display:flex;gap:8px}.email-manual-input{background:#fff;border:1px solid #fcd34d;border-radius:8px;color:#1e293b;flex:1 1;font-size:13px;outline:none;padding:8px 12px;transition:border-color .15s}.email-manual-input:focus{border-color:#f59e0b}.btn-save-email{background:#16a34a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:700;padding:8px 16px;transition:background .15s;white-space:nowrap}.btn-save-email:hover:not(:disabled){background:#15803d}.btn-save-email:disabled{background:#94a3b8;cursor:not-allowed}.email-subject-row{align-items:center;display:flex;gap:8px}.email-subject-label{color:#475569;color:var(--text2);font-size:11px;font-weight:600;min-width:50px;text-transform:uppercase;white-space:nowrap}.email-subject-input{border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;flex:1 1;font-size:13px;padding:6px 10px}.email-subject-input:focus{border-color:#6366f1;border-color:var(--accent);outline:none}@media (max-width:768px){.outreach-checklist,.paste-meta-grid,.quality-grid{grid-template-columns:1fr}}.gmail-avatar-pill{align-items:center;border-radius:20px;cursor:pointer;display:inline-flex;gap:6px;padding:4px 10px 4px 4px;text-decoration:none;transition:all .15s;white-space:nowrap}.gmail-pill-on{background:#f0fdf4;border:1px solid #86efac}.gmail-pill-off{background:#f8fafc;background:var(--bg3);border:1px solid #e2e8f0;border:1px solid var(--border)}.gmail-pill-off:hover{background:#fff;background:var(--bg2);border-color:#6366f1;border-color:var(--accent)}.gmail-avatar{align-items:center;background:#6366f1;background:var(--accent);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:10px;font-weight:700;height:24px;justify-content:center;width:24px}.gmail-avatar-off{background:#94a3b8}.gmail-pill-label{font-size:12px;font-weight:600}.gmail-pill-on .gmail-pill-label{color:#16a34a}.gmail-pill-off .gmail-pill-label{color:#475569;color:var(--text2)}.gmail-dot{border-radius:50%;flex-shrink:0;height:6px;width:6px}.gmail-dot-on{background:#22c55e}.gmail-dot-off{background:#94a3b8}@keyframes spin{to{transform:rotate(1turn)}}.spin{animation:spin .8s linear infinite}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a80;display:flex;inset:0;justify-content:center;position:fixed;z-index:9998}.modal{background:#fff;background:var(--bg2);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 4px 16px #00000014;box-shadow:var(--shadow);padding:24px;width:340px}.modal-title{font-size:16px;font-weight:700;margin-bottom:8px}.modal-msg{color:#475569;color:var(--text2);font-size:14px;margin-bottom:20px}.modal-actions{display:flex;gap:8px;justify-content:flex-end}.btn-ai svg,.btn-danger-ghost svg,.btn-ghost svg,.btn-hunter svg,.btn-primary svg,.btn-search svg,.btn-send-gmail svg,.channel-btn svg,.decision-btn svg,.detail-tab svg,.nav-btn svg{flex-shrink:0;height:13px;width:13px}.stat-card-label svg{height:11px;width:11px}.detail-close svg{height:14px;margin-right:0;width:14px}.view-btn svg{height:13px;margin-right:0;width:13px}.logo-icon svg{color:#fff;height:16px;margin-right:0;width:16px}.empty-icon svg{height:44px;width:44px}@media (max-width:1100px){.leads-grid.grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pipeline-layout.has-detail .leads-grid.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-panel{max-width:380px;min-width:380px;width:380px}}@media (max-width:768px){.app{height:100dvh}.main{min-height:0;overflow:hidden}.header{grid-gap:6px;align-items:center;display:grid;gap:6px;grid-template-columns:auto 1fr auto;height:auto;padding:8px 10px}.logo-sub{display:none}.logo-title{font-size:14px}.header-nav{gap:3px;height:auto;justify-content:center}.nav-btn{font-size:11px;height:auto;padding:6px 10px}.nav-btn svg{height:11px;width:11px}.header-right{gap:5px}.btn-danger-ghost,.btn-ghost{font-size:11px;padding:5px 8px}.gmail-pill-label{display:none}.gmail-avatar-pill{padding:3px 6px 3px 3px}.stats-bar{flex-wrap:nowrap;gap:5px;overflow-x:auto;padding:6px 10px}.stat-card{padding:5px 9px}.stat-card-num{font-size:13px}.stat-card-label{font-size:10px}.stat-card-divider{display:none}.find-tab{overflow-x:hidden;padding:10px}.find-layout{display:flex;flex-direction:column;gap:10px;width:100%}.sources-panel{padding:10px;width:100%}.sources-list{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(4,1fr);max-height:130px;overflow-y:auto}.source-item{align-items:center;flex-direction:column;gap:2px;justify-content:center;padding:5px;text-align:center}.source-name{display:none}.source-code{font-size:10px;font-weight:700;width:auto}.source-check{display:none}.source-flag{height:14px;width:20px}.search-panel{width:100%}.search-filters{display:flex;flex-direction:column;gap:8px}.filter-group{width:100%}.filter-input,.filter-select{font-size:14px}.quick-chips{flex-wrap:wrap}.chip{font-size:12px;padding:5px 10px}.pipeline-layout{height:100%;min-height:0}.filter-bar{grid-gap:8px;align-items:stretch;display:grid;gap:8px;grid-template-columns:1fr 1fr;padding:8px}.search-box{grid-column:1/-1;max-width:100%;order:0;width:100%}.filter-bar .filter-pill{font-size:12px;min-width:0;width:100%}.view-toggle{justify-self:start;width:fit-content}.result-count{display:block;font-size:11px;grid-column:1/-1;margin-left:0;text-align:right}.pipeline-body{flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.leads-grid.grid{gap:8px;min-height:0;overflow-y:auto;padding:8px}.leads-grid.grid,.pipeline-layout.has-detail .leads-grid.grid{grid-template-columns:1fr}.card-name{font-size:13px}.card-industry,.card-location{font-size:11px}.pipeline-layout.has-detail .pipeline-body .leads-grid{display:none}.detail-modal-overlay{align-items:stretch;padding:8px}.detail-modal-shell{border-radius:10px;max-height:100%;width:100%}.detail-modal-shell .detail-panel{height:100%;max-height:100%}.detail-panel{border-left:none;border-top:1px solid #e2e8f0;border-top:1px solid var(--border);height:100%;max-width:100%;min-height:0;min-width:0;width:100%}}@media (max-width:400px){.leads-grid.grid{grid-template-columns:1fr}.sources-list{grid-template-columns:repeat(3,1fr)}.nav-btn svg{display:none}}@media screen and (max-width:768px){.leads-grid.grid{align-content:start;grid-auto-rows:minmax(128px,auto)}.lead-card{height:auto;justify-content:flex-start;min-height:128px;overflow:hidden;padding:10px 11px}.card-header{margin-bottom:8px}.card-name{font-size:12px;margin-bottom:5px}.card-body{flex:0 0 auto;min-height:34px}.card-score{min-width:40px;padding:3px 5px}.card-score span:first-child{font-size:13px}.card-score-label{font-size:8px}.card-industry,.card-location{font-size:10px}.card-industry{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:1.35;overflow:hidden;text-overflow:clip;white-space:normal}.card-footer{align-items:center;flex-wrap:wrap;margin-top:7px;padding-top:6px;row-gap:4px}.card-tags{flex-wrap:wrap;justify-content:flex-end}.card-status{font-size:10px}.tag-nosite{font-size:9px;padding:2px 5px}}.header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;position:sticky;top:0;z-index:20}.header-right{gap:10px}.nav-btn{border-bottom:none;border-radius:9px;height:calc(100% - 12px);margin:6px 0;padding:0 14px}.nav-btn.active{box-shadow:0 8px 18px #4f46e547}.btn-danger-ghost,.btn-ghost,.btn-signout{height:30px}.btn-signout{align-items:center;background:#fff;border:1px solid #dbe2ec;border-radius:9px;color:#64748b;cursor:pointer;display:inline-flex;font-size:12px;font-weight:700;gap:6px;padding:5px 11px;transition:all .15s ease;white-space:nowrap}.btn-signout:hover{border-color:#94a3b8;box-shadow:0 2px 10px #0f172a14;color:#334155}.btn-signout svg{height:12px;width:12px}.gmail-pill-main{align-items:center;border:1px solid;border-radius:999px;display:inline-flex;gap:6px;padding:4px 10px 4px 4px;text-decoration:none;transition:all .15s ease}.gmail-pill-main-on{background:#f0fdf4;border-color:#86efac}.gmail-pill-main-off{background:#fffbeb;border-color:#fcd34d}.gmail-pill-main-off:hover{background:#fef3c7}.gmail-pill-avatar{align-items:center;background:#4f46e5;border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:11px;font-weight:800;height:26px;justify-content:center;width:26px}.gmail-pill-avatar-off{background:#94a3b8}.gmail-pill-text{font-size:12px;font-weight:700;white-space:nowrap}.gmail-pill-text-on{color:#15803d}.gmail-pill-text-off{color:#92400e}.gmail-pill-dot{background:#22c55e;border-radius:50%;flex-shrink:0;height:6px;width:6px}.gmail-pill-close{background:#0000;border:none;color:#94a3b8;cursor:pointer;font-size:13px;line-height:1;margin-left:1px;padding:0}.gmail-pill-close:hover{color:#475569}.stats-bar-wrapper{background:linear-gradient(180deg,#f9fbff,#f3f7ff);border-bottom:1px solid #dfe7f2;padding:12px 16px}.stats-bar{grid-gap:10px;background:#0000;border:0;display:grid;gap:10px;grid-template-columns:repeat(6,minmax(0,1fr));overflow:visible;padding:0}.stats-bar .stat-card{align-items:flex-start;background:#fff;border:1px solid #dbe5f3;border-radius:12px;box-shadow:0 3px 12px #1e293b0d;display:flex;flex-direction:column;gap:0;justify-content:flex-start;min-height:102px;padding:12px 14px;transition:all .18s ease}.stats-bar .stat-card:hover{box-shadow:0 8px 20px #3341551f;transform:translateY(-2px)}.stat-card-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px;width:100%}.stats-bar .stat-card-label{color:#64748b;font-size:12px;font-weight:700;line-height:1.2}.stat-card-sub{color:#94a3b8;font-size:11px;margin-bottom:6px}.stats-bar .stat-card-num{color:#0f172a;font-size:39px;font-weight:800;letter-spacing:-1.1px;line-height:.95}.stat-icon-box{align-items:center;border-radius:8px;display:inline-flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.stats-bar .stat-card-hot .stat-card-num{color:#ef4444}.stats-bar .stat-card-good .stat-card-num{color:#f59e0b}.stats-bar .stat-card-nosite .stat-card-num{color:#7c3aed}.stats-bar .stat-card-contacted .stat-card-num{color:#3b82f6}.stats-bar .stat-card-won .stat-card-num{color:#10b981}.find-tab{padding:16px}.find-layout{gap:14px}.search-panel,.sources-panel,.top-countries{border-color:#dbe5f2;border-radius:12px;box-shadow:0 4px 18px #0f172a0a}.search-panel{background:linear-gradient(180deg,#fff,#fbfdff)}.quick-chips{gap:8px}.chip{border-radius:999px;font-weight:600;padding:6px 12px}.btn-search{background:linear-gradient(90deg,#4f46e5,#7c3aed 60%,#2563eb);border-radius:11px;min-height:42px}.btn-search:hover{background:linear-gradient(90deg,#4338ca,#6d28d9 60%,#1d4ed8)}@media (max-width:1100px){.stats-bar{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.header{position:static}.header-right{gap:6px}.btn-signout{font-size:11px;padding:4px 8px}.btn-signout span,.gmail-pill-text{display:none}.stats-bar-wrapper{padding:8px}.stats-bar{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.stats-bar .stat-card{min-height:82px;padding:9px 10px}.stats-bar .stat-card-num{font-size:30px}.stat-icon-box{height:24px;width:24px}.find-tab{padding:10px}}.loading-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffb8;display:flex;inset:0;justify-content:center;pointer-events:none;position:fixed;z-index:9999}.loader-box{background:#fff;border:1px solid #6c5ce71f;border-radius:16px;box-shadow:0 10px 32px #0000001f;min-width:260px;padding:22px 28px;text-align:center}.loader-box p{color:#5b5fc7;font-size:15px;font-weight:600;margin:10px 0 0}.streaming-pill{align-items:center;background:#dbeafe;border:1px solid #bfdbfe;border-radius:999px;color:#1d4ed8;display:inline-flex;font-size:12px;font-weight:700;justify-content:center;padding:6px 10px;white-space:nowrap}.spinner{animation:waveprospectSpin .9s linear infinite;border:4px solid #e9e9f8;border-radius:50%;border-top-color:#6c5ce7;height:42px;margin:0 auto;width:42px}@keyframes waveprospectSpin{to{transform:rotate(1turn)}}.card-hot{border-left:4px solid #1f9d55!important}.card-potential{border-left:4px solid #d79b00!important}.card-signal{border-left:4px solid #d64545!important}.lead-type-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:11px;font-weight:700;justify-content:center;letter-spacing:.3px;margin-top:4px;padding:3px 10px}.badge-hot{background:#e8f8ee;color:#1f9d55}.badge-potential{background:#fff4db;color:#b77900}.badge-signal{background:#fdeaea;color:#cf3f3f}.lead-reason{color:#6f7a8a;font-size:12px;line-height:1.35;margin-bottom:8px;margin-top:6px}
/*# sourceMappingURL=main.a95d00cd.css.map*/