:root {
    --navy-950:#050d1b;--navy-900:#07172d;--navy-850:#0b1d36;--navy-800:#102541;
    --ink:#10203a;--ink-soft:#52627a;--muted:#75839a;--line:#dfe6ef;--line-soft:#edf1f6;
    --surface:#fff;--canvas:#f4f7fb;--cyan:#05b9cd;--cyan-dark:#078b9f;--cyan-pale:#e6fafd;
    --blue:#2d6cdf;--green:#14a673;--green-pale:#e8f8f2;--amber:#e99a16;--amber-pale:#fff7e5;
    --red:#dc4c55;--red-pale:#fff0f1;--violet:#7755d9;--shadow:0 12px 35px rgba(13,35,64,.08);
    --radius:18px;--radius-sm:11px;--sidebar:245px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;line-height:1.5}a{color:var(--cyan-dark);text-decoration:none}a:hover{color:#056f80}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.025em}h2{font-size:25px;line-height:1.18;margin-bottom:8px}h3{font-size:18px;margin-bottom:6px}.muted{color:var(--muted)}.small{font-size:12px}.eyebrow{color:var(--cyan-dark);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:5px}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);background:linear-gradient(180deg,var(--navy-950),var(--navy-900));color:#fff;display:flex;flex-direction:column;padding:25px 15px 18px;z-index:30}.brand{display:flex;align-items:center;gap:11px;color:#fff;margin:0 8px 29px}.brand:hover{color:#fff}.brand-mark{width:38px;height:38px;border:1px solid rgba(91,228,241,.55);background:linear-gradient(135deg,#08c2d6,#087b95);border-radius:12px;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:900;letter-spacing:-.07em;box-shadow:0 6px 18px rgba(4,184,204,.25)}.brand strong,.brand small{display:block}.brand strong{font-size:16px;line-height:1.1}.brand small{color:#7de3ed;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.brand.large{margin:0}.brand.large .brand-mark{width:47px;height:47px}.brand.large strong{font-size:20px}.main-nav{display:grid;gap:4px}.main-nav a{color:#aebbd0;display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;font-size:13px;font-weight:650;transition:.18s ease}.main-nav a:hover{background:rgba(255,255,255,.055);color:#fff}.main-nav a.active{background:linear-gradient(90deg,rgba(6,192,211,.2),rgba(6,192,211,.06));color:#fff;box-shadow:inset 3px 0 var(--cyan)}.nav-icon{width:21px;text-align:center;font-size:17px;color:#68d8e3}.sidebar-bottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.09);padding:15px 4px 0}.user-mini{display:flex;gap:9px;align-items:center;margin-bottom:9px}.user-mini>span{width:31px;height:31px;border-radius:9px;background:#163755;color:#76e1eb;display:grid;place-items:center;font-weight:800}.user-mini strong,.user-mini small{display:block;max-width:165px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-mini strong{font-size:12px}.user-mini small{font-size:9px;color:#8494ac}.nav-logout{background:none;border:0;color:#8ea0ba;padding:5px;font-size:11px}.nav-logout:hover{color:#fff}.app-main{min-height:100vh;margin-left:var(--sidebar);display:flex;flex-direction:column}.topbar{height:86px;background:rgba(255,255,255,.92);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:16px;padding:0 30px;position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.topbar h1{font-size:21px;margin:0}.topbar .eyebrow{margin:0}.topbar .desktop-action{margin-left:auto}.content{width:100%;max-width:1580px;margin:0 auto;padding:25px 30px 45px;flex:1}.app-footer,.public-footer{text-align:center;color:#7c899e;font-size:11px;padding:17px 25px;border-top:1px solid var(--line)}.app-footer span{margin:0 7px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 2px 4px rgba(15,35,60,.025);padding:22px}.panel-heading,.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.panel-heading h2,.panel-heading h3,.section-heading h2,.section-heading h3{margin:0}.panel-heading p,.section-heading p{margin-bottom:4px}.section-heading>div>p:not(.eyebrow){color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid transparent;border-radius:10px;padding:10px 15px;font-weight:750;font-size:12px;line-height:1.2;transition:.16s ease;white-space:nowrap}.button:hover{transform:translateY(-1px)}.button.primary{background:linear-gradient(135deg,#06bad0,#0797ad);color:#fff;box-shadow:0 7px 18px rgba(5,169,189,.2)}.button.primary:hover{color:#fff;background:#0797ad}.button.secondary{background:#edf8fa;border-color:#c6ebef;color:#087d8d}.button.secondary:hover{color:#056b79;background:#e3f6f8}.button.ghost{background:#fff;border-color:var(--line);color:#52627a}.button.danger-ghost{background:#fff;border-color:#f0cdd0;color:#c3414a}.button.whatsapp{background:#16a96f;color:#fff;box-shadow:0 7px 18px rgba(22,169,111,.18)}.button.whatsapp:hover{color:#fff;background:#11875b}.button.compact{padding:7px 10px;font-size:11px;border-radius:8px}.button.full{width:100%}.button:disabled{opacity:.45;cursor:not-allowed;transform:none}.button-row{display:flex;flex-wrap:wrap;gap:9px}.icon-button{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:9px;width:38px;height:38px}.menu-toggle{display:none}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;background:#edf2f8;color:#52627a;font-size:10px;font-weight:800;white-space:nowrap}.badge.success{background:var(--green-pale);color:#0a8157}.badge.danger{background:var(--red-pale);color:#c13e47}.badge.muted{opacity:.65}.alert{border-radius:11px;border:1px solid #b9e3e8;background:#eafdff;color:#087887;padding:11px 14px;margin-bottom:15px;display:flex;align-items:center;gap:9px;font-size:12px;font-weight:650}.alert>span{width:21px;height:21px;border-radius:50%;background:rgba(0,0,0,.07);display:grid;place-items:center}.alert.success{background:var(--green-pale);border-color:#bfe8d8;color:#08764f}.alert.danger{background:var(--red-pale);border-color:#f1c8cc;color:#bd3e47}.alert.warning{background:var(--amber-pale);border-color:#f3dca8;color:#98620a}.alert.info{background:#edf5ff;border-color:#c9ddfa;color:#2c5d9f}.stacked-form{display:grid;gap:15px}.stacked-form label,.form-grid label{display:grid;gap:6px;color:#34445c;font-size:11px;font-weight:750}.stacked-form input,.stacked-form select,.stacked-form textarea,.form-grid input,.form-grid select,.form-grid textarea,.search-box input{width:100%;border:1px solid #d4dde8;background:#fbfcfe;color:var(--ink);border-radius:9px;padding:10px 11px;outline:none;transition:.15s ease}.stacked-form textarea{resize:vertical;min-height:80px}.stacked-form input:focus,.stacked-form select:focus,.stacked-form textarea:focus,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.search-box input:focus{border-color:#28bacb;box-shadow:0 0 0 3px rgba(6,185,205,.1);background:#fff}.form-grid{display:grid;gap:12px}.form-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.form-grid .span-2{grid-column:span 2}.form-row{display:flex;align-items:center;gap:18px}.form-row.between{justify-content:space-between}.check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:8px!important;cursor:pointer}.check input,.check-only input{width:16px;height:16px;accent-color:var(--cyan-dark)}.form-hint{font-size:10px;color:var(--muted);text-align:center;margin:0}.password-wrap{position:relative;display:block}.password-wrap input{padding-right:68px}.password-toggle{position:absolute;right:7px;top:50%;transform:translateY(-50%);border:0;background:none;color:var(--cyan-dark);font-size:10px;font-weight:800}.check-fieldset,.stacked-form fieldset{border:1px solid var(--line);border-radius:12px;padding:14px}.check-fieldset legend,.stacked-form legend{padding:0 7px;color:#34445c;font-size:11px;font-weight:800}.check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.empty-state{text-align:center;padding:58px 20px}.empty-state>span,.state-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:17px;background:var(--cyan-pale);color:var(--cyan-dark);font-size:24px;margin:0 auto 16px}.empty-state h2{margin-bottom:7px}.empty-state p{color:var(--muted);max-width:480px;margin:0 auto 18px}.empty-state.compact{padding:30px 15px}.empty-state.compact>span{width:40px;height:40px;font-size:18px}.empty-state.compact p{margin-bottom:0}.hero-strip{background:linear-gradient(115deg,var(--navy-900),#0a3250);color:#fff;border-radius:20px;padding:24px 27px;display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:16px;position:relative;overflow:hidden}.hero-strip:after{content:"360";position:absolute;right:22%;top:-45px;font-size:155px;font-weight:900;color:rgba(255,255,255,.025);letter-spacing:-.12em}.hero-strip h2{font-size:27px;margin-bottom:5px}.hero-strip>div:first-child>p:last-child{color:#adc2d8;margin:0}.hero-actions{display:flex;gap:9px;position:relative;z-index:1}.attention-banner{display:flex;align-items:center;gap:12px;background:var(--amber-pale);border:1px solid #f1d598;border-radius:13px;color:#7e520a;padding:12px 15px;margin-bottom:16px}.attention-banner:hover{color:#684306}.attention-icon{width:30px;height:30px;border-radius:10px;background:#f1a621;color:#fff;display:grid;place-items:center;font-weight:900}.attention-banner strong,.attention-banner small{display:block}.attention-banner small{font-size:10px;color:#9e742c}.attention-banner b{margin-left:auto;font-size:11px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:16px}.metric-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px 16px;position:relative;overflow:hidden}.metric-card:after{content:"";position:absolute;width:45px;height:45px;border-radius:50%;right:-16px;bottom:-19px;background:var(--tone,#05b9cd);opacity:.11}.metric-top{display:flex;justify-content:space-between;align-items:center;color:#66758b;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.055em}.metric-top i{width:8px;height:8px;border-radius:50%;background:var(--tone,#05b9cd);box-shadow:0 0 0 5px color-mix(in srgb,var(--tone,#05b9cd) 12%,transparent)}.metric-card>strong{display:block;font-size:27px;line-height:1.15;margin:9px 0 2px}.metric-card>small{font-size:10px;color:#8a96a7}.metric-card.cyan{--tone:var(--cyan)}.metric-card.blue{--tone:var(--blue)}.metric-card.violet{--tone:var(--violet)}.metric-card.amber{--tone:var(--amber)}.metric-card.green{--tone:var(--green)}.metric-card.red{--tone:var(--red)}.metric-card.emerald{--tone:#00a596}.metric-card.slate{--tone:#718198}.dashboard-grid{display:grid;grid-template-columns:2fr 2fr 1.1fr;gap:16px;margin-bottom:16px}.dashboard-grid .span-2{grid-column:span 2}.agenda-list{display:grid}.agenda-list a{display:flex;align-items:center;gap:13px;padding:11px 3px;border-top:1px solid var(--line-soft);color:var(--ink)}.agenda-list a:first-child{border-top:0}.agenda-list time{background:#edf8fa;color:#078295;border-radius:9px;padding:7px 8px;font-size:10px;font-weight:800;min-width:69px;text-align:center}.agenda-list time.overdue{background:var(--red-pale);color:var(--red)}.agenda-list span{flex:1}.agenda-list strong,.agenda-list small{display:block}.agenda-list small{font-size:10px;color:var(--muted)}.rate-panel{text-align:center}.rate-panel .panel-heading{text-align:left}.rate-ring{--value:0;width:122px;height:122px;border-radius:50%;margin:3px auto 16px;display:grid;place-items:center;background:conic-gradient(var(--cyan) calc(var(--value)*1%),#edf1f6 0);position:relative}.rate-ring:before{content:"";position:absolute;inset:11px;border-radius:50%;background:#fff}.rate-ring>div{position:relative}.rate-ring strong,.rate-ring span{display:block}.rate-ring strong{font-size:23px}.rate-ring span{font-size:9px;color:var(--muted);text-transform:uppercase}.rate-row{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:12px 4px}.insights-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.bar-list{display:grid;gap:12px}.bar-list>div>span{display:flex;justify-content:space-between;font-size:10px;margin-bottom:4px}.bar-list b{font-weight:700}.bar-list em{font-style:normal;color:var(--muted)}.bar-list>div>i{display:block;height:5px;border-radius:5px;background:#edf1f5;overflow:hidden}.bar-list>div>i>b{display:block;height:100%;border-radius:5px;background:linear-gradient(90deg,var(--cyan),#4ed0dd)}.research-summary{background:linear-gradient(100deg,#fff,#f2fcfd);display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.research-summary h2{margin-bottom:4px}.research-summary p{color:var(--muted);margin:0}.progress-orbit{width:88px;height:88px;border-radius:50%;border:8px solid #daf5f7;box-shadow:inset 0 0 0 2px var(--cyan);display:grid;place-content:center;text-align:center}.progress-orbit strong{font-size:24px;line-height:1}.progress-orbit span{font-size:8px;color:var(--muted);text-transform:uppercase}.research-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(330px,.7fr);gap:18px;align-items:start}.source-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.source-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:16px;position:relative;overflow:hidden}.source-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--source,#05b9cd)}.source-card.google_search{--source:#4285f4}.source-card.facebook{--source:#1877f2}.source-card.instagram{--source:#c13584}.source-card-top{display:flex;gap:10px;align-items:center}.source-logo{width:34px;height:34px;border-radius:10px;background:#edf8fa;color:var(--source,var(--cyan-dark));display:grid;place-items:center;font-size:16px;font-weight:900}.source-card-top strong,.source-card-top small{display:block}.source-card-top small{font-size:9px;color:var(--muted)}.source-card code{display:block;margin:13px 0 8px;background:#f6f8fb;border:1px solid var(--line-soft);padding:9px;border-radius:8px;color:#34445b;font-family:ui-monospace,monospace;font-size:10px;white-space:normal}.source-card p{font-size:10px;color:var(--muted);min-height:31px}.source-actions{display:flex;gap:7px}.last-used{display:block;color:#94a0b1;font-size:8px;margin-top:10px}.import-quick{position:sticky;top:105px}.import-quick .grow textarea{min-height:260px}.form-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:18px;align-items:start}.form-panel.wide{max-width:1150px;margin:auto}.guide-panel{position:sticky;top:105px;background:linear-gradient(160deg,#fff,#f2fbfc)}.guide-panel ol{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:17px}.guide-panel li{display:flex;gap:11px}.guide-panel li>span{width:27px;height:27px;border-radius:9px;background:#dff7f9;color:#087d8d;display:grid;place-items:center;font-size:10px;font-weight:900}.guide-panel li strong,.guide-panel li small{display:block}.guide-panel li small{color:var(--muted);font-size:10px}.reload-banner{background:linear-gradient(115deg,#0b2944,#0a4055);color:#fff;border-radius:18px;padding:20px 24px;display:flex;gap:17px;align-items:center;margin-bottom:17px}.reload-banner>span{width:45px;height:45px;background:rgba(95,222,233,.14);border:1px solid rgba(95,222,233,.25);border-radius:14px;display:grid;place-items:center;font-size:25px;color:#75e1eb}.reload-banner h2,.reload-banner p{margin:0}.reload-banner p{color:#aec8d8}.recent-panel{margin-top:17px}.simple-list{display:grid}.simple-list a{display:flex;align-items:center;color:var(--ink);padding:10px 2px;border-top:1px solid var(--line-soft)}.simple-list a:first-child{border:0}.simple-list span{flex:1}.simple-list strong,.simple-list small{display:block}.simple-list small{color:var(--muted);font-size:10px}.simple-list time{font-size:9px;color:var(--muted);margin-right:17px}.tabs,.filter-tabs{display:flex;gap:4px;background:#e9eef5;padding:4px;border-radius:11px;width:max-content;max-width:100%;margin-bottom:17px;overflow:auto}.tabs a,.filter-tabs a{padding:8px 13px;color:#617086;border-radius:8px;font-size:11px;font-weight:750;white-space:nowrap}.tabs a.active,.filter-tabs a.active{background:#fff;color:#087d8d;box-shadow:0 2px 7px rgba(18,38,67,.08)}.tabs a span{background:#d9eef1;border-radius:999px;padding:2px 5px;margin-left:4px}.tab-panel{display:none}.tab-panel.active{display:block}.import-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.6fr);gap:18px;align-items:start}.help-card{background:linear-gradient(160deg,#0b1f39,#0b3348);color:#fff;position:sticky;top:105px}.help-symbol{width:44px;height:44px;background:rgba(41,208,222,.14);color:#75e3ec;border-radius:14px;display:grid;place-items:center;font-size:21px;margin-bottom:15px}.help-card p{color:#a9bdcf}.chip-cloud{display:flex;flex-wrap:wrap;gap:6px;margin:15px 0}.chip-cloud span{font-size:9px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);padding:5px 8px;border-radius:999px;color:#d5e1ea}.file-drop{padding:35px!important;border:1.5px dashed #b8c9d9!important;border-radius:14px!important;text-align:center!important;justify-items:center;background:#f8fafc;cursor:pointer}.file-drop input{position:absolute;width:1px;height:1px;opacity:0}.file-drop>span{font-size:25px;color:var(--cyan-dark)}.file-drop strong,.file-drop small{display:block}.file-drop small{color:var(--muted)}.preview-panel{padding-bottom:85px}.legend{display:flex;gap:6px;align-items:center;font-size:9px;color:var(--muted)}.dot{width:7px;height:7px;border-radius:50%;display:inline-block;margin-left:6px}.dot.green{background:var(--green)}.dot.amber{background:var(--amber)}.dot.red{background:var(--red)}.preview-list{display:grid;gap:11px}.preview-row{border:1px solid var(--line);border-left:4px solid var(--green);border-radius:13px;padding:15px;margin:0;min-width:0}.preview-row.possible,.preview-row.probable{border-left-color:var(--amber);background:#fffdfa}.preview-row.exact{border-left-color:var(--red);background:#fffafb}.preview-row legend{padding:0 8px;display:flex;justify-content:space-between;width:calc(100% - 12px);font-size:10px;font-weight:800}.quality{color:var(--muted)}.duplicate-warning,.review-warning{display:flex;align-items:center;gap:10px;background:var(--red-pale);color:#9e363e;border-radius:9px;padding:9px 11px;margin-top:10px;font-size:10px}.review-warning{background:var(--amber-pale);color:#8b5b0c}.duplicate-warning span,.review-warning span{flex:1}.sticky-actions{position:sticky;bottom:15px;background:rgba(7,23,45,.95);color:#fff;border-radius:13px;padding:12px 15px;display:flex;justify-content:space-between;align-items:center;margin-top:16px;box-shadow:0 12px 35px rgba(7,23,45,.28);backdrop-filter:blur(8px)}.sticky-actions>div{display:flex;gap:8px}.list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px;padding:15px 18px}.list-progress{display:flex;align-items:center;gap:12px}.list-progress h2{font-size:18px;margin:0}.list-progress p{margin:0}.list-progress small{color:var(--muted);font-size:10px}.progress-circle{--percent:0;width:49px;height:49px;border-radius:50%;background:conic-gradient(var(--cyan) calc(var(--percent)*1%),#e8edf3 0);display:grid;place-items:center;position:relative}.progress-circle:before{content:"";position:absolute;inset:5px;background:#fff;border-radius:50%}.progress-circle strong{position:relative;font-size:14px}.toolbar-actions{display:flex;align-items:center;gap:8px}.search-box{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden;min-width:310px}.search-box span{padding-left:10px;color:var(--muted)}.search-box input{border:0!important;box-shadow:none!important;background:#fff;padding:9px}.search-box button{border:0;background:#f0f5f7;color:#087d8d;font-size:10px;font-weight:800;align-self:stretch}.bulk-bar{display:none;position:sticky;top:95px;z-index:15;background:#0b2039;color:#fff;padding:10px 14px;border-radius:12px;margin-bottom:10px;align-items:center;justify-content:space-between;box-shadow:var(--shadow)}.bulk-bar.visible{display:flex}.bulk-bar>div{display:flex;gap:6px}.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:14px}.data-table{width:100%;border-collapse:collapse;min-width:950px}.data-table th{text-align:left;font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#7c899d;background:#f8fafc;padding:11px 10px;border-bottom:1px solid var(--line)}.data-table td{padding:11px 10px;border-bottom:1px solid var(--line-soft);font-size:11px;vertical-align:middle}.data-table tbody tr:hover{background:#fbfdfe}.data-table td>strong,.data-table td>small{display:block}.data-table td>small{font-size:9px;color:var(--muted)}.company-cell{display:flex;align-items:center;gap:9px;color:var(--ink);min-width:175px}.company-cell strong,.company-cell small{display:block}.company-cell small{font-size:9px;color:var(--muted)}.company-avatar{width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,#e4f9fb,#d9eaf4);color:#087d8d;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.company-avatar.large{width:58px;height:58px;border-radius:17px;font-size:20px}.wa-status,.status-pill,.source-pill{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:4px 7px;font-size:8.5px;font-weight:800;white-space:nowrap}.wa-status{color:#637186;background:#f0f3f7}.wa-status i{width:6px;height:6px;border-radius:50%;background:#8995a6}.wa-status.probable{background:#e9f8f1;color:#0e8058}.wa-status.probable i{background:#19a873}.wa-status.confirmed_manual{background:#dcf7eb;color:#05734b}.wa-status.confirmed_manual i{background:#09a267;box-shadow:0 0 0 3px rgba(9,162,103,.14)}.wa-status.no_whatsapp,.wa-status.invalid{background:var(--red-pale);color:#bd3e47}.wa-status.no_whatsapp i,.wa-status.invalid i{background:var(--red)}.status-pill{background:#edf2f7;color:#5d6b80}.status-pill.interested,.status-pill.replied,.status-pill.won{background:var(--green-pale);color:#087650}.status-pill.message_sent,.status-pill.awaiting_reply{background:#eaf3ff;color:#3467a7}.status-pill.follow_up_scheduled,.status-pill.demo_scheduled,.status-pill.proposal_sent,.status-pill.negotiation{background:#f3edff;color:#694db1}.status-pill.invalid_number,.status-pill.discarded,.status-pill.not_interested{background:var(--red-pale);color:#b83e47}.source-pill{background:#eff5f8;color:#54667d}.quality-bar{width:53px;height:4px;background:#e9edf2;border-radius:5px;overflow:hidden}.quality-bar i{display:block;height:100%;background:linear-gradient(90deg,var(--amber),var(--green));border-radius:5px}.row-actions{display:flex;gap:5px}.icon-action{width:29px;height:29px;border:1px solid var(--line);border-radius:8px;display:grid;place-items:center;color:#536379;font-weight:900}.icon-action.whatsapp{background:var(--green-pale);color:#0a855b;border-color:#c7eadd}.prospect-card-list{display:none}.prospect-hero{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.prospect-title{display:flex;align-items:center;gap:14px}.prospect-title h2{margin:0}.inline-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.prospect-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(310px,.7fr);gap:16px;align-items:start}.prospect-main,.prospect-side{display:grid;gap:16px}.prospect-side{position:sticky;top:102px}.whatsapp-composer{border-color:#b9e5d6;background:linear-gradient(160deg,#fff,#f6fcf9)}.whatsapp-composer.highlight{box-shadow:0 0 0 4px rgba(20,166,115,.12),var(--shadow)}.message-footer{display:flex;align-items:center;justify-content:space-between;background:#eef8f4;border-radius:10px;padding:9px}.message-footer>span{font-weight:800;color:#0c8058}.quick-links{display:grid;gap:7px}.quick-links button,.quick-links a{width:100%;display:flex;align-items:center;gap:11px;text-align:left;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:10px;padding:9px;font-weight:850}.quick-links button>span,.quick-links a>span{font-size:11px}.quick-links strong,.quick-links small{display:block}.quick-links small{color:var(--muted);font-size:8px;font-weight:500}.google-complete{margin-top:15px;border-top:1px solid var(--line);padding-top:13px;display:flex;flex-wrap:wrap;gap:6px}.google-complete>strong{width:100%;font-size:10px}.google-complete a{font-size:9px;padding:4px 7px;background:#edf5ff;border-radius:999px}.timeline{display:grid}.timeline article{display:grid;grid-template-columns:12px 92px 1fr;gap:9px;position:relative;padding:3px 0 17px}.timeline article:after{content:"";position:absolute;left:5px;top:14px;bottom:0;width:1px;background:#dfe7ed}.timeline article:last-child:after{display:none}.timeline i{width:11px;height:11px;border:3px solid #d7f4f6;background:var(--cyan-dark);border-radius:50%;z-index:1}.timeline time{font-size:9px;color:var(--muted)}.timeline strong{font-size:11px}.timeline p{margin:2px 0;color:#53637a;font-size:10px}.timeline small{font-size:8px;color:#8b98aa}.notes-list{display:grid;gap:7px;margin-top:13px}.notes-list article{background:#f7f9fb;border-radius:9px;padding:9px}.notes-list p{font-size:10px;margin:0 0 3px}.notes-list small{font-size:8px;color:var(--muted)}.warning-panel{border-color:#efd9a9;background:#fffdf7}.warning-panel>a{display:block;background:#fff;border:1px solid #f0dfb7;border-radius:8px;padding:8px;margin-top:7px}.warning-panel strong,.warning-panel small{display:block}.warning-panel small{font-size:8px;color:#8c6b29}.followup-board{display:grid;gap:11px}.followup-card{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:15px;padding:15px}.followup-card.overdue{border-left:4px solid var(--red)}.follow-date{text-align:center;border-right:1px solid var(--line);padding-right:15px}.follow-date strong,.follow-date span,.follow-date small{display:block}.follow-date strong{font-size:27px;line-height:1}.follow-date span{text-transform:uppercase;font-size:9px;color:var(--cyan-dark);font-weight:800}.follow-date small{font-size:9px;color:var(--muted)}.follow-content h3{margin:5px 0 2px}.follow-content p,.follow-content small{margin:0;color:var(--muted);font-size:10px}.follow-actions{display:flex;gap:6px}.settings-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(310px,.65fr);gap:17px;align-items:start}.settings-layout.narrow-side{grid-template-columns:minmax(0,1.5fr) 310px}.sticky-panel{position:sticky;top:105px}.message-list,.segment-list{display:grid;gap:9px}.message-card{border:1px solid var(--line);border-radius:12px;padding:14px}.message-card.disabled,.segment-list article.disabled{opacity:.58}.message-card header,.message-card footer{display:flex;justify-content:space-between;align-items:center;gap:10px}.message-card header strong,.message-card header small{display:block}.message-card header small{font-size:9px;color:var(--muted)}.message-card p{font-size:10.5px;color:#53637a;background:#f8fafc;padding:10px;border-radius:8px;margin:10px 0}.message-card footer{justify-content:flex-start}.message-card footer form{margin-left:auto}.segment-list article{display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:11px;padding:10px}.segment-list article>div{flex:1}.segment-list strong,.segment-list small{display:block}.segment-list small{font-size:9px;color:var(--muted)}.segment-icon{width:34px;height:34px;border-radius:10px;background:#e6f7f9;color:#087d8d;display:grid;place-items:center;font-weight:900}.bookmarklet-card{background:linear-gradient(160deg,#081b32,#0a3649);color:#fff}.bookmarklet-card p,.bookmarklet-card li{color:#b7c7d4}.bookmarklet-button{display:block;background:#17bfd0;color:#fff;padding:12px;text-align:center;border-radius:10px;font-size:11px;font-weight:850;margin:17px 0}.bookmarklet-button:hover{color:#fff;background:#0ba2b4}.bookmarklet-card ol{padding-left:18px;font-size:10px;line-height:1.8}.security-callout,.settings-note{display:flex;gap:10px;background:rgba(255,255,255,.07);border-radius:11px;padding:11px}.security-callout strong,.security-callout p,.settings-note strong,.settings-note p{display:block;margin:0}.security-callout p,.settings-note p{font-size:9px}.settings-note{background:#edf8fa;color:#36546a;margin-top:20px}.settings-note>span{width:23px;height:23px;border-radius:50%;background:#c9eef2;color:#087d8d;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.provider-panel{margin-top:17px}.provider-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.provider-grid article{border:1px solid var(--line);border-radius:10px;padding:11px}.provider-grid strong,.provider-grid small{display:block}.provider-grid small{font-size:8px;color:var(--muted)}.provider-dot{display:block;width:7px;height:7px;border-radius:50%;background:#aab4c1;margin-bottom:8px}.provider-dot.active{background:var(--green);box-shadow:0 0 0 4px var(--green-pale)}.capture-shell{max-width:850px;margin:auto}.modal{border:0;border-radius:17px;padding:23px;width:min(520px,calc(100% - 28px));color:var(--ink);box-shadow:0 25px 80px rgba(5,18,35,.35)}.modal::backdrop{background:rgba(4,13,26,.66);backdrop-filter:blur(4px)}.modal-close{position:absolute;right:12px;top:10px;border:0;background:#eff3f7;color:#637188;border-radius:50%;width:28px;height:28px;font-size:18px}.auth-body,.install-body{min-height:100vh;background:radial-gradient(circle at 10% 10%,#123f57 0,transparent 28%),linear-gradient(135deg,#050d1b,#09213b 56%,#0b3445);color:#fff;display:flex;flex-direction:column}.auth-shell{width:min(1080px,calc(100% - 36px));margin:auto;display:grid;grid-template-columns:1.15fr .72fr;gap:80px;align-items:center;padding:50px 0}.auth-story{display:flex;min-height:560px;flex-direction:column;justify-content:space-between}.auth-story h1{font-size:43px;line-height:1.08;max-width:620px}.auth-story>div>p:last-child{color:#a7bbce;font-size:16px;max-width:560px}.auth-points{display:flex;flex-wrap:wrap;gap:11px!important}.auth-points span{font-size:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);padding:7px 10px;border-radius:999px;color:#b9e8ec}.auth-card,.install-card{background:#fff;color:var(--ink);padding:32px;border-radius:23px;box-shadow:0 25px 80px rgba(0,0,0,.24)}.auth-card h2{font-size:29px}.auth-body .public-footer,.install-body .public-footer{border-color:rgba(255,255,255,.1);color:#8297aa}.auth-body .public-footer a,.install-body .public-footer a{color:#7edfe8}.install-shell{width:min(1180px,calc(100% - 36px));margin:auto;display:grid;grid-template-columns:.75fr 1.25fr;gap:65px;align-items:center;padding:45px 0}.install-brand h1{font-size:43px}.install-brand h1 span{color:#5adce8}.install-brand>p:last-child{color:#a9bfd0;max-width:390px}.install-card{padding:28px}.requirements-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-bottom:18px}.requirement{display:flex;align-items:center;gap:7px;padding:7px 8px;border-radius:8px;background:#f5f7fa;font-size:9px;color:#5e6e83}.requirement>span{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;font-weight:900}.requirement.ok>span{background:var(--green-pale);color:var(--green)}.requirement.fail>span{background:var(--red-pale);color:var(--red)}.recovery-key{background:#07172d;color:#74e2eb;text-align:center;padding:15px;border-radius:11px;font-family:ui-monospace,monospace;font-size:16px;letter-spacing:.08em;margin:18px 0}.state-icon.success{background:var(--green-pale);color:var(--green);font-weight:900}.sidebar-scrim{display:none}
@media(max-width:1180px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr 1fr}.dashboard-grid .span-2{grid-column:span 1}.insights-grid{grid-template-columns:1fr 1fr}.insights-grid>article:last-child{grid-column:span 2}.research-layout{grid-template-columns:1fr}.import-quick{position:static}.provider-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.toolbar-actions{flex-wrap:wrap;justify-content:flex-end}.search-box{min-width:240px}}
@media(max-width:900px){:root{--sidebar:224px}.sidebar{transform:translateX(-100%);transition:.22s ease}.sidebar.open{transform:translateX(0)}.sidebar-scrim{position:fixed;inset:0;background:rgba(4,12,25,.5);z-index:25}.sidebar.open~.app-main+.sidebar-scrim,.sidebar-scrim.visible{display:block}.app-main{margin-left:0}.menu-toggle{display:grid;place-items:center}.content{padding:20px}.topbar{padding:0 20px}.form-layout,.import-layout,.prospect-layout,.settings-layout,.settings-layout.narrow-side{grid-template-columns:1fr}.guide-panel,.help-card,.prospect-side,.sticky-panel{position:static}.prospect-side{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.prospect-side>section:last-child:nth-child(odd){grid-column:span 2}.list-toolbar{align-items:flex-start}.toolbar-actions{max-width:60%}.prospect-table-wrap{display:none}.prospect-card-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.prospect-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px}.prospect-card header{display:flex;align-items:center;gap:8px}.prospect-card header>a{display:flex;align-items:center;gap:8px;flex:1;color:var(--ink);min-width:0}.prospect-card header strong,.prospect-card header small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prospect-card header small{font-size:9px;color:var(--muted)}.check-only{display:flex}.quality-badge{font-size:9px;color:#657489}.card-facts{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:12px 0}.card-facts span{background:#f7f9fb;padding:7px;border-radius:8px}.card-facts small,.card-facts strong{display:block}.card-facts small{font-size:8px;color:var(--muted)}.card-facts strong{font-size:10px}.card-tags{display:flex;flex-wrap:wrap;gap:5px}.latest-note{font-size:9px;background:#fff9ea;padding:7px;border-radius:8px;color:#77561a;margin:9px 0 0}.prospect-card footer{display:flex;flex-wrap:wrap;gap:5px;border-top:1px solid var(--line-soft);padding-top:10px;margin-top:10px}.auth-shell,.install-shell{grid-template-columns:1fr;gap:25px}.auth-story{min-height:auto;gap:35px}.auth-story h1{font-size:34px}.install-brand{display:none}}
@media(max-width:640px){body{font-size:13px}.topbar{height:72px;padding:0 13px}.topbar h1{font-size:18px}.desktop-action{display:none!important}.content{padding:14px 12px 35px}.panel{padding:16px;border-radius:14px}.hero-strip{align-items:flex-start;flex-direction:column;padding:20px}.hero-strip h2{font-size:23px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.metric-card{padding:12px}.metric-card>strong{font-size:23px}.dashboard-grid,.insights-grid{grid-template-columns:1fr}.dashboard-grid .span-2,.insights-grid>article:last-child{grid-column:span 1}.source-grid{grid-template-columns:1fr}.form-grid.cols-2,.form-grid.cols-3,.form-grid.cols-4{grid-template-columns:1fr}.form-grid .span-2{grid-column:span 1}.check-grid{grid-template-columns:1fr 1fr}.section-heading,.panel-heading{align-items:flex-start;flex-direction:column}.research-summary{align-items:flex-start}.progress-orbit{width:68px;height:68px;border-width:6px}.list-toolbar{flex-direction:column}.toolbar-actions{width:100%;max-width:none;justify-content:flex-start}.search-box{width:100%;min-width:0;order:-1}.prospect-card-list{grid-template-columns:1fr}.bulk-bar{top:78px;align-items:flex-start;gap:8px;flex-direction:column}.bulk-bar>div{width:100%;overflow:auto}.prospect-hero{align-items:flex-start;flex-direction:column}.prospect-title{align-items:flex-start}.prospect-title .company-avatar{width:44px;height:44px}.prospect-side{grid-template-columns:1fr}.prospect-side>section:last-child:nth-child(odd){grid-column:span 1}.timeline article{grid-template-columns:12px 70px 1fr}.followup-card{grid-template-columns:52px 1fr}.follow-actions{grid-column:span 2;justify-content:flex-end}.follow-date{padding-right:9px}.provider-grid{grid-template-columns:1fr 1fr}.message-card header,.message-card footer{align-items:flex-start;flex-wrap:wrap}.message-card footer form{margin-left:0}.sticky-actions{bottom:8px;align-items:flex-start;gap:9px;flex-direction:column}.sticky-actions>div{width:100%}.preview-row{padding:11px}.legend{flex-wrap:wrap}.auth-shell{width:min(100% - 24px,500px);padding:25px 0}.auth-story{display:none}.auth-card,.install-card{padding:24px 19px}.install-shell{width:min(100% - 24px,600px);padding:25px 0}.requirements-grid{grid-template-columns:1fr}.auth-body .public-footer,.install-body .public-footer{font-size:9px}.app-footer{font-size:9px}.form-row.between{align-items:flex-start;flex-direction:column}.tabs,.filter-tabs{width:100%}}
@media(max-width:390px){.metric-grid{grid-template-columns:1fr}.check-grid{grid-template-columns:1fr}.provider-grid{grid-template-columns:1fr}.hero-actions,.button-row{width:100%;flex-direction:column}.hero-actions .button,.button-row .button{width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
