:root{--navy:#071b33;--navy2:#0d467d;--blue:#0c7cff;--blue2:#3caeff;--bg:#f4f8fc;--card:#fff;--text:#122238;--muted:#6d7d90;--line:#dfe7f1;--green:#17855d;--red:#bb3d3d;--amber:#a86408;--shadow:0 18px 50px rgba(15,44,78,.09)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}a{color:var(--blue)}.hide{display:none!important}.small{font-size:11px;color:var(--muted)}.muted{color:var(--muted);font-size:13px;line-height:1.55}
.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.auth-brand{background:linear-gradient(145deg,#06182c,#0d467d);padding:58px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.auth-brand:before,.auth-brand:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.04)}.auth-brand:before{width:360px;height:360px;right:-140px;top:-130px}.auth-brand:after{width:310px;height:310px;left:-120px;bottom:-120px}.client-brand-lockup{position:relative;z-index:1;background:#fff;display:inline-flex;padding:7px 12px;border-radius:15px;width:max-content;max-width:100%;box-shadow:0 15px 38px rgba(0,0,0,.16)}.client-logo{width:315px;max-width:100%;height:auto;display:block}.auth-copy{position:relative;z-index:1}.auth-copy h1{font-size:47px;line-height:1.06;max-width:710px;margin:0 0 18px}.auth-copy p{font-size:17px;line-height:1.65;color:#d2dfec;max-width:650px}.benefits{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.benefits span{font-size:12px;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08)}.brand-footer{position:relative;z-index:1;color:#abc0d5;font-size:12px}
.auth-main{display:flex;align-items:center;justify-content:center;padding:34px}.auth-card{width:min(500px,100%);background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:var(--shadow)}.auth-card h2{margin:0 0 6px;font-size:26px}.tabs{display:flex;background:#f0f4f8;border-radius:11px;padding:4px;margin:20px 0}.tabs button{flex:1;border:0;background:transparent;padding:10px;border-radius:8px;cursor:pointer}.tabs button.active{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.07);font-weight:800}.google-btn{width:100%;height:48px;border:1px solid #d9e1ea;border-radius:10px;background:#fff;color:#26384a;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:11px;font-weight:800;cursor:pointer}.google-btn:hover{background:#f8fbfd}.google-g{width:24px;height:24px;border:1px solid #e1e7ee;border-radius:50%;display:grid;place-items:center;color:#4285f4;font-weight:900}.oauth-divider{display:flex;align-items:center;gap:12px;color:#8998a8;font-size:11px;margin:15px 0}.oauth-divider:before,.oauth-divider:after{content:"";height:1px;background:#e4e9ef;flex:1}label{display:block;font-size:12px;font-weight:800;color:#526276;margin:12px 0 6px}input,select,textarea{width:100%;border:1px solid #d8e1eb;border-radius:10px;padding:11px 12px;background:#fff;outline:none}input:focus,select:focus,textarea:focus{border-color:#6eafff;box-shadow:0 0 0 3px rgba(8,123,255,.09)}textarea{min-height:90px;resize:vertical}.btn{width:100%;border:0;border-radius:10px;padding:11px 14px;font-weight:800;cursor:pointer;margin-top:15px}.btn.primary{background:var(--blue);color:#fff}.btn.secondary{background:#eef5ff;color:#086bdd}.link-btn{border:0;background:none;color:var(--blue);cursor:pointer;padding:0;font-size:12px;font-weight:700}.between{display:flex;align-items:center;justify-content:space-between;gap:10px}.message{display:none;padding:11px 12px;border-radius:10px;margin-top:12px;font-size:12px}.message.show{display:block}.message.ok{background:#eaf8f1;color:#176c4f}.message.err{background:#fff0f0;color:#a93535}.message.info{background:#eef6ff;color:#245f99}.account-note{margin-top:15px;padding-top:14px;border-top:1px solid var(--line);text-align:center;color:var(--muted);font-size:11px;line-height:1.5}
.app{display:flex;min-height:100vh}.sidebar{width:242px;background:#071b33;color:#fff;padding:20px 14px;position:fixed;inset:0 auto 0 0}.app-brand{display:flex;align-items:center;gap:11px;font-size:19px;font-weight:850;padding:4px 8px 16px}.app-brand-icon{width:46px;height:46px;border-radius:12px;object-fit:contain;box-shadow:0 10px 24px rgba(0,0,0,.22)}.sidebar nav{margin-top:14px}.sidebar nav button{width:100%;border:0;background:transparent;color:#bfd1e5;padding:11px 12px;border-radius:10px;text-align:left;cursor:pointer;margin:3px 0}.sidebar nav button.active,.sidebar nav button:hover{background:rgba(255,255,255,.10);color:#fff}.main{margin-left:242px;width:calc(100% - 242px)}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 26px;position:sticky;top:0;z-index:5}.topbar-user{display:flex;align-items:center;gap:12px}.content{padding:24px;max-width:1380px;margin:auto}.section{display:none}.section.active{display:block}.grid{display:grid;gap:15px}.grid.kpi{grid-template-columns:repeat(4,1fr)}.grid.two{grid-template-columns:1fr 1fr}.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.kpi-v{font-size:28px;font-weight:850;margin-top:7px}.hero-product{background:linear-gradient(135deg,#071b33,#0d467d);color:#fff;padding:25px 27px;border-radius:20px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;gap:25px}.hero-product h1{font-size:29px;line-height:1.15;margin:7px 0 8px;max-width:760px}.hero-product p{margin:0;color:#c7d8e9;line-height:1.55;max-width:760px}.hero-icon{width:94px;height:94px;object-fit:contain}.eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#7cc2ff;font-weight:850}.badge{display:inline-block;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:850;background:#edf2f7}.badge.green{background:#eaf8f1;color:#17855d}.badge.blue{background:#e9f2ff;color:#086bdd}.badge.amber{background:#fff3df;color:#a56408}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.section-head h2,.card h2{margin:0 0 5px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.btn2{border:0;border-radius:9px;padding:9px 12px;font-weight:800;cursor:pointer;background:var(--blue);color:#fff}.btn2.secondary{background:#eef5ff;color:#086bdd}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px}table{width:100%;border-collapse:collapse}th,td{padding:10px;border-bottom:1px solid var(--line);font-size:12px;text-align:left}th{background:#fafcff;color:#617185}.empty{padding:28px;text-align:center;color:var(--muted);font-size:13px}.list-card{border:1px solid var(--line);border-radius:12px;padding:13px;margin-bottom:10px}.list-card .title{font-weight:850}.list-meta{font-size:11px;color:var(--muted);margin-top:4px}.actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.actions .btn2{width:auto}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.danger-zone{border-color:#f1cccc}.reset-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:25px}.reset-logo{width:260px;max-width:100%;height:auto;margin-bottom:18px}
@media(max-width:900px){.auth-shell{grid-template-columns:1fr}.auth-brand{display:none}.sidebar{width:76px}.sidebar .navtext,.sidebar .brandtext{display:none}.main{margin-left:76px;width:calc(100% - 76px)}.grid.kpi,.grid.two,.account-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.grid.kpi,.grid.two,.account-grid,.form-grid{grid-template-columns:1fr}.content{padding:14px}.topbar{padding:0 14px}.hero-product{align-items:flex-start}.hero-icon{width:64px;height:64px}.auth-main{padding:16px}}

/* Larger symbol-only dashboard hero mark. */
.hero-product .hero-icon{width:150px;height:150px;flex:0 0 150px;object-fit:contain}
@media(max-width:620px){.hero-product .hero-icon{width:92px;height:92px;flex-basis:92px}}

.brand-sub{display:block;font-size:9px;color:#9fb5cb;margin-top:2px;font-weight:500}.sidebar-plan{position:absolute;left:20px;right:20px;bottom:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.07);padding:12px;border-radius:12px;display:flex;flex-direction:column;gap:4px;font-size:11px;color:#d8e6f2}.sidebar-plan b{color:#fff}.kpi-note{font-size:10px;color:var(--muted);margin-top:4px}.grid.three{grid-template-columns:repeat(3,1fr)}.campaign-layout{align-items:start}.field-status{min-height:16px;margin-top:5px;font-size:10px}.field-status.success{color:var(--green)}.field-status.error{color:var(--red)}.field-status.checking{color:var(--blue)}.field-help{margin-top:5px;font-size:10px;color:var(--muted)}.btn2.primary{background:var(--blue);color:#fff}.btn2.ghost{background:#f7f9fc;color:#64748b;border:1px solid var(--line)}.inline-actions{margin-top:0}.inline-form{background:#f8fbff;border:1px solid var(--line);border-radius:12px;padding:14px;margin-bottom:14px}.score-cell{font-weight:850;color:var(--blue)}.campaign-head{display:flex;justify-content:space-between;gap:12px;align-items:start}.mini-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--line)}.mini-row:last-child{border-bottom:0}.mini-row>div{display:flex;flex-direction:column;gap:3px}.mini-row strong{font-size:13px}.mini-row span:not(.badge){font-size:10px;color:var(--muted)}.compact{padding:18px}.message-row{width:100%;text-align:left;background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px;margin-bottom:9px;cursor:pointer}.message-row:hover{border-color:#b8d6fa}.message-row-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.message-subject{font-size:12px;margin-top:5px;font-weight:700}.message-detail-subject{font-weight:800;margin:12px 0 8px}.message-detail-body{white-space:pre-wrap;font-size:12px;line-height:1.6;color:#4b5d70}.kanban{display:grid;grid-template-columns:repeat(5,minmax(210px,1fr));gap:12px;overflow:auto}.lane{background:#eef3f8;border-radius:14px;padding:10px;min-height:410px}.lane-head{display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:850;padding:4px 4px 10px}.deal-card{background:#fff;border:1px solid var(--line);border-radius:11px;padding:11px;margin-bottom:9px;box-shadow:0 4px 10px rgba(10,35,70,.04)}.stage-select{margin-top:9px;padding:7px 8px;font-size:10px}.integration-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px;border:1px solid var(--line);border-radius:12px;margin-bottom:10px}.integration-left{display:flex;align-items:center;gap:12px;min-width:0}.integration-left>div:last-child{display:flex;flex-direction:column;gap:3px}.integration-left strong{font-size:13px}.integration-left span{font-size:10px;color:var(--muted)}.integration-icon{width:40px;height:40px;border-radius:11px;background:#eef5ff;color:var(--blue);display:grid;place-items:center;font-weight:900;flex:0 0 auto}.integration-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.plan-card.featured{border-color:#b9d8ff;background:linear-gradient(180deg,#fff,#f7fbff)}.plan-price{display:flex;align-items:baseline;gap:4px;margin:10px 0 16px}.plan-price span{font-size:14px}.plan-price strong{font-size:38px}.plan-price small{font-size:11px;color:var(--muted)}.plan-features{display:flex;flex-direction:column;gap:8px;font-size:12px}.usage-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 0 9px;font-size:12px}.progress{height:9px;border-radius:999px;background:#e8eef5;overflow:hidden}.progress>div{height:100%;background:linear-gradient(90deg,var(--blue),var(--blue2));width:0}.toast{position:fixed;right:22px;bottom:22px;background:#0a213b;color:#fff;padding:12px 15px;border-radius:10px;box-shadow:0 16px 40px rgba(0,0,0,.18);font-size:12px;opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s;z-index:50}.toast.show{opacity:1;transform:translateY(0)}.toast.success{background:#176c4f}.toast.error{background:#9e3232}.toast.warn{background:#9a650a}
@media(max-width:1100px){.grid.three{grid-template-columns:1fr}.kanban{grid-template-columns:repeat(5,210px)}}@media(max-width:900px){.sidebar-plan{display:none}}

.prospect-controls{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:12px 14px;background:#f8fbff;border:1px solid var(--line);border-radius:12px;margin-bottom:14px}.filter-group,.selection-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.filter-group label{margin:0 3px 0 0}.filter-group input{width:auto;min-width:145px;padding:8px 10px}.selection-count{font-size:11px;color:var(--muted);font-weight:700}.check-col{width:38px;text-align:center!important}.check-col input{width:16px;height:16px;accent-color:var(--blue)}td a{color:var(--blue);font-weight:700;text-decoration:none}td a:hover{text-decoration:underline}.modal{position:fixed;inset:0;background:rgba(4,17,32,.62);display:none;align-items:center;justify-content:center;padding:18px;z-index:80}.modal.open{display:flex}.modal-card{width:min(590px,100%);background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:0 24px 70px rgba(0,0,0,.24)}.modal-head{display:flex;justify-content:space-between;gap:14px;align-items:start;margin-bottom:18px}.modal-head h2{margin:0 0 3px}.modal-close{border:0;background:#eef2f6;width:34px;height:34px;border-radius:9px;font-size:20px;cursor:pointer}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.connected-box{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid #cce9da;background:#f2fbf6;border-radius:12px}.connected-box strong{font-size:14px}.btn.danger{background:#fff0f0;color:#ae3636;border:1px solid #ffd6d6}.prospect-search-summary{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
@media(max-width:900px){.prospect-controls{align-items:stretch}.filter-group,.selection-group{width:100%}.selection-group .btn2{flex:1}}

.check-filter{display:flex!important;align-items:center;gap:5px;margin:0!important;padding:7px 9px;border:1px solid var(--line);border-radius:9px;background:#fff;font-size:10px!important;cursor:pointer}.check-filter input{width:14px;height:14px;accent-color:var(--blue)}.btn2.whatsapp{background:#e9f9ef;color:#14783d;border:1px solid #bfe8ce}.link-btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.link-btn.disabled{opacity:.45;pointer-events:none}.contact-modal-card{width:min(720px,100%)}.channel-recommendation{padding:10px 12px;border:1px solid #cfe3fb;background:#f4f9ff;border-radius:10px;margin-bottom:12px;font-size:11px;font-weight:800}.contact-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.email-fields{margin-top:14px;padding:12px;border:1px solid var(--line);border-radius:10px;background:#f9fbfd}.contact-confirm-row{display:flex;justify-content:flex-end;margin-top:14px}.contact-batch-summary{padding:11px 12px;border-radius:10px;background:#eff7ff;border:1px solid #cfe4ff;margin-bottom:12px;font-size:11px;font-weight:800}.connected-box textarea{width:100%;margin-top:9px}.integration-row .badge{white-space:nowrap}

.campaign-filter-option{grid-column:1/-1}.campaign-check{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#f8fbff;cursor:pointer;margin:0!important}.campaign-check input{width:17px;height:17px;margin-top:2px;accent-color:var(--blue);flex:0 0 auto}.campaign-check span{display:flex;flex-direction:column;gap:3px}.campaign-check strong{font-size:11px;color:var(--navy)}.campaign-check small{font-size:10px;color:var(--muted);font-weight:500;line-height:1.35}

.app-brand-logo-only{padding:4px 8px 18px;display:block}.app-brand-full-logo{display:block;width:190px;max-width:100%;height:auto;object-fit:contain}.app-brand-logo-only .brandtext,.app-brand-logo-only .brand-sub{display:none}@media(max-width:900px){.app-brand-full-logo{width:48px;height:48px;object-fit:contain}}
