:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#13201d;background:#eef3f1;font-synthesis:none;text-rendering:optimizeLegibility;--teal: #12a58e;--teal-dark: #087665;--ink: #13201d;--muted: #70817c;--line: #dde7e3;--panel: rgba(255,255,255,.92);--shadow: 0 18px 55px rgba(35, 68, 61, .09)}*{box-sizing:border-box}body{margin:0;min-width:1180px;min-height:100vh;background:radial-gradient(circle at 70% 0%,#f8fffc 0,transparent 30%),linear-gradient(180deg,#f5f8f7,#edf2f0)}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:grid;grid-template-columns:236px 1fr}.sidebar{position:sticky;top:0;height:100vh;padding:24px 16px;background:#fffffff5;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:10}.brand{display:flex;align-items:center;gap:11px;padding:0 8px 22px}.brand b{display:block;font-size:17px;letter-spacing:-.02em}.brand small{display:block;color:var(--muted);margin-top:2px}.brand-mark{width:35px;height:35px;border:1px solid #afe5d9;background:linear-gradient(145deg,#f5fffc,#e9faf5);border-radius:13px;position:relative;box-shadow:inset 0 0 18px #12a58e14,0 10px 28px #12a58e1f;transform:perspective(160px) rotateX(9deg) rotateY(-10deg)}.brand-mark span{position:absolute;width:15px;height:15px;border:2px solid var(--teal);border-radius:50%;top:9px}.brand-mark span:first-child{left:5px}.brand-mark span:last-child{right:5px}.sidebar-label{padding:7px 10px;color:#a0aaa7;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}.sidebar nav{display:flex;flex-direction:column;gap:3px}.nav-item{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:10px;color:#4e5e59;font-size:13px;transition:.2s ease}.nav-item:hover{background:#f3f8f6;color:#19332d;transform:translate(2px)}.nav-item.active{background:linear-gradient(90deg,#ebfaf6,#f7fffc);color:var(--teal-dark);font-weight:700;box-shadow:inset 2px 0 0 var(--teal)}.sidebar-callout{margin-top:auto;border:1px solid #dbe9e5;background:linear-gradient(145deg,#fbfffd,#eef8f5);border-radius:16px;padding:14px;position:relative;overflow:hidden}.sidebar-callout b{font-size:12px;position:relative}.sidebar-callout p{margin:6px 0 0;font-size:11px;color:var(--muted);line-height:1.45;position:relative}.orb{position:absolute;width:70px;height:70px;border-radius:50%;right:-30px;top:-25px;background:radial-gradient(circle,#83e7d2,transparent 70%);filter:blur(2px)}.main-shell{min-width:0}.topbar{height:82px;background:#ffffffdb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:9}.topbar h1{margin:2px 0 0;font-size:18px;letter-spacing:-.02em}.crumb{color:#95a19d;font-size:11px}.topbar-actions{display:flex;align-items:center;gap:10px}.global-search{height:38px;width:320px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#7d8b87}.global-search input{border:0;outline:0;flex:1;min-width:0}kbd{background:#f1f5f3;border:1px solid #e3e9e7;padding:2px 6px;border-radius:6px;font-size:10px;color:#8b9693}.icon-btn{width:38px;height:38px;border-radius:10px;border:1px solid var(--line);background:#fff;color:#53625e;display:grid;place-items:center}.profile-chip{display:flex;align-items:center;gap:8px;border:1px solid var(--line);background:#fff;padding:5px 9px 5px 6px;border-radius:12px}.profile-chip b,.profile-chip small{display:block;font-size:11px}.profile-chip small{color:var(--muted);margin-top:1px}.avatar{width:28px;height:28px;border-radius:9px;background:linear-gradient(145deg,#1dbca1,#087865);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:800;box-shadow:0 7px 18px #12a58e38}.content{padding:24px 28px 40px}.page-stack{display:flex;flex-direction:column;gap:18px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}.panel-head{padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #edf2f0}.panel-head h3{margin:3px 0 0;font-size:16px;letter-spacing:-.02em}.panel-head p{margin:5px 0 0;color:var(--muted);font-size:12px}.section-kicker,.eyebrow{color:var(--teal-dark);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.eyebrow{display:flex;align-items:center;gap:6px}.hero-panel{min-height:248px;display:grid;grid-template-columns:1.4fr .8fr;background:linear-gradient(135deg,#fff,#f8fffc 60%,#eaf9f5);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);overflow:hidden;position:relative}.hero-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(14,111,93,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(14,111,93,.035) 1px,transparent 1px);background-size:28px 28px;-webkit-mask-image:linear-gradient(90deg,transparent,black 35%,black);mask-image:linear-gradient(90deg,transparent,black 35%,black);pointer-events:none}.hero-copy{padding:34px 34px 30px;position:relative;z-index:1}.hero-copy h2{max-width:650px;font-size:31px;line-height:1.06;letter-spacing:-.045em;margin:11px 0}.hero-copy p{max-width:690px;color:#61726d;line-height:1.6;font-size:13px}.hero-actions{display:flex;gap:9px;margin-top:20px}.primary-btn,.secondary-btn{height:38px;border-radius:9px;padding:0 14px;display:inline-flex;align-items:center;gap:7px;font-weight:700;font-size:12px}.primary-btn{border:1px solid #0c8d78;color:#fff;background:linear-gradient(180deg,#16b79d,#0d917b);box-shadow:0 9px 20px #12a58e2e,inset 0 1px #ffffff4d}.primary-btn:hover{transform:translateY(-1px);box-shadow:0 12px 26px #12a58e3d}.secondary-btn{border:1px solid var(--line);background:#fff;color:#40514c}.danger-soft{background:linear-gradient(180deg,#f17e7e,#db6262);border-color:#cf5f5f}.hero-visual{position:relative;min-height:230px;perspective:900px}.core-3d{position:absolute;width:94px;height:94px;border-radius:28px;left:50%;top:50%;transform:translate(-50%,-50%) rotateX(58deg) rotate(45deg);background:linear-gradient(145deg,#20c5a8,#087a68);box-shadow:0 38px 70px #0c7e6b47,inset 0 1px 18px #ffffff4d;display:grid;place-items:center;color:#fff}.core-3d svg{transform:rotate(-45deg) rotateX(-35deg)}.orbit{position:absolute;border:1px solid rgba(18,165,142,.25);border-radius:50%;left:50%;top:50%;transform-style:preserve-3d}.orbit-a{width:230px;height:110px;transform:translate(-50%,-50%) rotateX(65deg) rotate(8deg)}.orbit-b{width:175px;height:175px;transform:translate(-50%,-50%) rotateX(70deg) rotate(65deg)}.orbit span{position:absolute;width:13px;height:13px;border-radius:50%;background:#25c8ac;box-shadow:0 0 0 6px #25c8ac1f,0 6px 20px #12a58e4d;top:4px;left:38px}.floating-pill{position:absolute;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #dcebe6;box-shadow:0 15px 35px #1f4f451c;border-radius:11px;padding:8px 10px;font-size:10px;color:#61726d;transform:translateZ(40px)}.floating-pill b{color:#14352e;font-size:13px;margin-left:7px}.pill-one{top:44px;right:38px;transform:rotate(4deg)}.pill-two{bottom:44px;left:20px;transform:rotate(-5deg)}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.metric-card{min-height:132px;background:linear-gradient(145deg,#fff,#fbfefd);border:1px solid var(--line);border-radius:14px;padding:16px 17px;box-shadow:0 10px 30px #25423b0d;position:relative;overflow:hidden;transform-style:preserve-3d;transition:transform .14s ease-out,box-shadow .2s ease;will-change:transform}.metric-card:hover{box-shadow:0 19px 45px #25423b1f}.metric-card__top{display:flex;justify-content:space-between;align-items:center;color:#6b7b76;font-size:11px}.metric-icon{width:31px;height:31px;border-radius:9px;background:#edf9f6;color:var(--teal-dark);display:grid;place-items:center;transform:translateZ(16px)}.metric-card strong{display:block;font-size:27px;letter-spacing:-.04em;margin-top:13px;transform:translateZ(24px)}.metric-card small{display:block;color:#80908b;font-size:10px;margin-top:5px}.metric-card__shine{position:absolute;right:-35px;bottom:-55px;width:120px;height:120px;background:radial-gradient(circle,rgba(76,219,190,.15),transparent 65%);border-radius:50%}.text-link{display:inline-flex;align-items:center;gap:5px;color:var(--teal-dark);font-size:11px;font-weight:700}.table-wrap{overflow:auto}.lead-table{width:100%;border-collapse:collapse;font-size:11px}.lead-table th{text-align:left;padding:11px 14px;color:#7d8c88;font-weight:700;background:#fbfdfc;border-bottom:1px solid var(--line);white-space:nowrap}.lead-table td{padding:12px 14px;border-bottom:1px solid #edf2f0;vertical-align:middle}.lead-table tbody tr{transition:.15s ease}.lead-table tbody tr:hover{background:#f8fcfa}.lead-profile{display:flex;align-items:center;gap:9px;min-width:165px}.lead-avatar{width:32px;height:32px;border-radius:10px;background:linear-gradient(145deg,#f2f9f7,#dff2ec);color:#168f7b;display:grid;place-items:center;font-weight:800;font-size:10px;border:1px solid #d9ebe6}.lead-profile b,.lead-profile small{display:block}.lead-profile small{color:#98a29f;font-size:9px;margin-top:3px}.contact-stack{display:flex;flex-direction:column;gap:4px;min-width:180px}.contact-stack span{display:flex;align-items:center;gap:5px;color:#5c6d68}.company-cell{display:flex;align-items:center;gap:8px;min-width:130px}.company-dot{width:20px;height:20px;border-radius:8px;background:linear-gradient(145deg,#182a26,#0f1f1b);box-shadow:inset 0 0 0 5px #223a34}.company-cell b,.company-cell a{display:block}.company-cell a{color:#91a09c;font-size:9px;margin-top:3px;display:flex;align-items:center;gap:3px}.status-badge{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:800;text-transform:capitalize;white-space:nowrap}.status-new{background:#eef4f2;color:#65736f}.status-qualified,.status-won{background:#e6faef;color:#31975a}.status-warm{background:#fff4d9;color:#a97816}.status-cold{background:#eef2f6;color:#627181}.status-follow_up{background:#e8f2ff;color:#3977b9}.status-lost{background:#ffe9e9;color:#c65c5c}.disposition-row{display:flex;gap:4px;flex-wrap:nowrap}.mini-action{border:1px solid #e3ebe8;background:#fff;border-radius:7px;padding:5px 7px;font-size:8px;color:#63736e;white-space:nowrap}.mini-action:hover{transform:translateY(-1px)}.mini-qualified:hover{background:#eafaf0;color:#278c51}.mini-warm:hover{background:#fff6df;color:#9b7119}.mini-cold:hover{background:#f0f3f5}.mini-follow_up:hover{background:#eaf3ff;color:#3273b8}.send-btn{width:31px;height:31px;border-radius:9px;border:1px solid #d9e7e3;background:#f4fbf8;color:#0f8f79;display:grid;place-items:center}.send-btn:disabled{opacity:.25;cursor:not-allowed}.empty-state{padding:38px;text-align:center;color:#8b9894}.toolbar-row{display:flex;align-items:center;gap:9px;padding:12px 14px;border-bottom:1px solid #edf2f0}.table-search,.select-wrap{height:35px;border:1px solid var(--line);border-radius:9px;background:#fff;display:flex;align-items:center;gap:7px;padding:0 10px;color:#75847f}.table-search{width:310px}.table-search input{border:0;outline:0;flex:1}.select-wrap select{border:0;outline:0;color:#53635e;background:transparent}.result-count{margin-left:auto;color:#94a19d;font-size:10px}.calling-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.7fr);gap:18px;align-items:start}.calling-card,.script-side{background:#fffffff0;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.calling-card{padding:20px}.calling-card-top{display:flex;justify-content:space-between;color:#8b9894;font-size:10px}.calling-person{display:flex;align-items:center;gap:14px;padding:22px 0 16px}.big-avatar{width:60px;height:60px;border-radius:18px;background:linear-gradient(145deg,#1bb79d,#0b7d6b);color:#fff;display:grid;place-items:center;font-size:18px;font-weight:800;box-shadow:0 18px 35px #12a58e33;transform:perspective(300px) rotateY(-8deg)}.calling-person h2{margin:0;font-size:25px;letter-spacing:-.04em}.calling-person p{margin:4px 0 0;color:var(--muted)}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.contact-card{border:1px solid var(--line);background:#fbfefd;border-radius:12px;padding:12px;display:flex;align-items:center;gap:10px}.contact-card svg{color:var(--teal)}.contact-card small,.contact-card b{display:block}.contact-card small{font-size:9px;color:#95a19d}.contact-card b{font-size:11px;margin-top:3px}.notes-box{display:block;margin-top:14px}.notes-box span{font-size:10px;font-weight:800;color:#596963}.notes-box textarea{width:100%;min-height:88px;margin-top:6px;border:1px solid var(--line);border-radius:12px;padding:12px;resize:vertical;outline:none}.notes-box textarea:focus{border-color:#82d4c3;box-shadow:0 0 0 3px #12a58e17}.call-dispositions{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:14px}.disposition-card{min-height:74px;text-align:left;border:1px solid var(--line);border-radius:11px;background:#fff;padding:10px;transition:.18s ease}.disposition-card b,.disposition-card small{display:block}.disposition-card b{font-size:10px}.disposition-card small{font-size:8px;color:#92a09c;margin-top:4px;line-height:1.35}.disposition-card:hover{transform:translateY(-3px) rotateX(3deg);box-shadow:0 12px 25px #21443b14}.action-qualified:hover{border-color:#9cdbb4;background:#f2fbf5}.action-warm:hover{border-color:#eed69b;background:#fffbf0}.action-follow_up:hover{border-color:#a9c9ea;background:#f5f9ff}.action-lost:hover{border-color:#efb3b3;background:#fff8f8}.calling-nav{display:flex;justify-content:space-between;margin-top:16px;padding-top:14px;border-top:1px solid #edf2f0}.calling-nav button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 11px;display:flex;align-items:center;gap:5px;color:#53635e;font-size:10px}.calling-nav button:disabled{opacity:.3}.script-side{padding:0 14px 14px}.script-side .panel-head{padding-left:4px;padding-right:4px}.script-card{border:1px solid var(--line);background:linear-gradient(145deg,#fff,#fbfefd);border-radius:12px;padding:12px;margin-top:10px}.script-card>div{display:flex;align-items:center;justify-content:space-between}.script-card span{font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:var(--teal-dark);font-weight:800}.script-card button{border:0;background:#edf7f4;color:#3a7669;width:28px;height:28px;border-radius:8px;display:grid;place-items:center}.script-card h4{margin:9px 0 6px;font-size:12px}.script-card p{margin:0;color:#667772;font-size:10px;line-height:1.55}.email-intro{padding:20px;display:flex;align-items:center;justify-content:space-between}.email-intro h3{margin:4px 0}.email-intro p{margin:4px 0 0;color:var(--muted);font-size:11px}.email-list{padding:0}.email-row{padding:14px 18px;border-bottom:1px solid #edf2f0;display:flex;align-items:center;justify-content:space-between}.email-main{display:flex;align-items:center;gap:10px}.mail-icon{width:36px;height:36px;border-radius:11px;background:#eaf8f4;color:#0f8e78;display:grid;place-items:center}.email-main b,.email-main span,.email-main small{display:block}.email-main b{font-size:11px}.email-main span,.email-main small{font-size:9px;color:#899792;margin-top:3px}.email-signals{display:flex;align-items:center;gap:8px}.email-signals span{display:flex;align-items:center;gap:5px;border:1px solid var(--line);border-radius:999px;padding:6px 8px;font-size:9px;color:#586963}.email-signals button{width:29px;height:29px;border-radius:8px;border:1px solid var(--line);background:#fff;color:#71817c;display:grid;place-items:center}.script-form{margin:14px 18px;padding:14px;border:1px solid #dbe9e5;background:#f8fcfa;border-radius:12px;display:grid;grid-template-columns:1fr 160px auto;gap:8px}.script-form input,.script-form select,.script-form textarea{border:1px solid var(--line);border-radius:9px;padding:9px;outline:0;background:#fff}.script-form textarea{grid-column:1/-1;min-height:90px;resize:vertical}.script-form button{justify-self:start}.script-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px}.script-card.big{margin:0;min-height:145px}.script-card.big h4{font-size:14px}.script-card.big p{font-size:11px}.bar-chart{padding:22px 20px}.bar-row{display:grid;grid-template-columns:100px 1fr 34px;align-items:center;gap:10px;margin:12px 0}.bar-row>span{text-transform:capitalize;font-size:10px;color:#62726d}.bar-row>b{font-size:10px}.bar-track{height:10px;border-radius:999px;background:#eef3f1;overflow:hidden}.bar-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#13a88f,#45c9b1);box-shadow:0 0 18px #12a58e29}.bar-warm{background:linear-gradient(90deg,#e0ad3f,#f0cf7b)}.bar-cold{background:linear-gradient(90deg,#8e9eaa,#c7d0d6)}.bar-follow_up{background:linear-gradient(90deg,#4a8dce,#82b4e6)}.bar-lost{background:linear-gradient(90deg,#d87070,#efaaaa)}.settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:18px}.setting-card{border:1px solid var(--line);border-radius:12px;background:#fbfefd;padding:14px;display:grid;grid-template-columns:28px 1fr 20px;align-items:center;gap:8px}.setting-card>svg:first-child{color:#0f907a}.setting-card b,.setting-card span{display:block}.setting-card b{font-size:11px}.setting-card span{font-size:9px;color:#879590;margin-top:4px}.ok{color:#3caf6b}.muted{color:#c2cbc8}.settings-note{margin:0 18px 18px;padding:14px;border:1px solid #e8dec6;background:#fffaf0;border-radius:12px}.settings-note b{font-size:10px}.settings-note p{font-size:10px;color:#786e5c;line-height:1.5;margin:5px 0 0}.head-icon{width:38px;height:38px;border-radius:11px;background:#eef9f6;color:#0d8d78;display:grid;place-items:center}.centered-empty{text-align:center;padding:70px;color:#7b8a86}.centered-empty h2{color:#1c332d}.toast{position:fixed;right:28px;bottom:28px;z-index:100;background:#152923;color:#fff;padding:11px 14px;border-radius:10px;box-shadow:0 15px 40px #142b2538;font-size:11px;max-width:390px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d1f1a59;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);display:grid;place-items:center;z-index:99}.modal-card{width:470px;background:#fff;border:1px solid rgba(255,255,255,.7);border-radius:18px;box-shadow:0 35px 90px #0b241d3d;padding:24px;position:relative}.modal-x{position:absolute;right:14px;top:14px;border:0;background:#f2f6f4;width:32px;height:32px;border-radius:9px;display:grid;place-items:center;color:#5f6e69}.modal-icon{width:44px;height:44px;border-radius:13px;background:#eaf8f4;color:#0d8d78;display:grid;place-items:center}.modal-card h2{margin:15px 0 7px;font-size:20px}.modal-card>p{font-size:11px;color:#72817d;line-height:1.5}.drop-zone{margin-top:16px;min-height:150px;border:1.5px dashed #b9d9d0;background:#f9fdfb;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;color:#0c8e78}.drop-zone b{font-size:12px}.drop-zone small{color:#8b9894}.drop-zone input{display:none}.modal-message{margin-top:12px;padding:9px;border-radius:8px;background:#eef8f5;color:#387266;font-size:10px}@media(max-width:1300px){.call-dispositions{grid-template-columns:repeat(3,1fr)}.global-search{width:250px}}.account-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:16px}.account-card{border:1px solid var(--line);border-radius:13px;background:linear-gradient(145deg,#fff,#fbfefd);padding:13px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:9px;box-shadow:0 8px 22px #23443d0a}.account-card.default{border-color:#b7e3d7;background:linear-gradient(145deg,#fff,#f0fbf7)}.account-copy b,.account-copy span,.account-copy small{display:block}.account-copy b{font-size:11px}.account-copy span{font-size:9px;color:#687974;margin-top:3px}.account-copy small{font-size:8px;color:#93a09c;margin-top:4px}.default-chip{display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border-radius:999px;background:#e6faef;color:#2c9154;font-size:8px;font-weight:800}.account-empty{grid-column:1/-1}.qualified-email-btn{width:100%;margin-top:10px;height:40px;border:1px solid #a9dcc0;border-radius:10px;background:linear-gradient(180deg,#effcf4,#e4f8ec);color:#277d4a;font-weight:800;font-size:11px;display:flex;align-items:center;justify-content:center;gap:7px;box-shadow:0 8px 20px #2f955814}.qualified-email-btn:disabled{opacity:.45;cursor:not-allowed}.row-actions{display:flex;align-items:center;gap:5px}.edit-btn{color:#627771;background:#f8fbfa}.follow-up-field{display:flex;align-items:center;gap:10px;margin-top:10px}.follow-up-field span{font-size:10px;font-weight:800;color:#596963;min-width:150px}.follow-up-field input{border:1px solid var(--line);border-radius:9px;padding:8px 10px;color:#53635e;outline:0}.follow-up-field input:focus{border-color:#82d4c3;box-shadow:0 0 0 3px #12a58e17}.select-box{border:0;background:transparent;color:#0d8d78;display:grid;place-items:center;padding:0;margin-right:8px}.shortcut-strip{display:flex;gap:8px;flex-wrap:wrap;padding:10px 14px;border-bottom:1px solid #edf2f0;background:#fbfdfc;color:#60716d;font-size:10px}.shortcut-strip.compact{margin-top:12px;border:1px solid #edf2f0;border-radius:12px}.shortcut-strip span{display:inline-flex;align-items:center;gap:4px}.contact-stack span{display:flex;align-items:center;gap:5px}.contact-stack b{font-weight:600;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-stack button{border:0;background:#edf7f4;color:#0d8d78;width:22px;height:22px;border-radius:7px;display:grid;place-items:center}.script-card.clickable{cursor:pointer}.script-preview-modal{width:620px}.script-preview-modal p{color:#61726d;line-height:1.6;font-size:12px;white-space:pre-wrap}.panel-mini{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#63736e;font-size:10px}.quick-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.quick-actions .secondary-btn{height:34px}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,#f6fffb 0,#eef3f1 45%,#e9f4ef)}.auth-card{width:min(540px,100%);border:1px solid var(--line);background:#fffffff5;border-radius:22px;box-shadow:0 32px 90px #1f443b24;padding:28px}.auth-card h1{margin:12px 0 10px;font-size:32px;line-height:1.06;letter-spacing:-.04em}.auth-card p{margin:0;color:#677772;line-height:1.6}.auth-badge{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#eef9f6;color:#0c8e78;font-size:11px;font-weight:800}.auth-form{display:grid;gap:12px;margin-top:20px}.auth-form label{display:grid;gap:6px;color:#38544b;font-size:11px;font-weight:800}.auth-form input{width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:10px;padding:12px 13px;color:#1c332d;background:#fff;font:inherit;font-weight:500;outline:none}.auth-form input:focus{border-color:#58b9a4;box-shadow:0 0 0 3px #12a58e1f}.auth-btn{margin-top:4px;width:100%;justify-content:center;height:46px;font-size:13px}.auth-btn:disabled{opacity:.6;cursor:wait}.auth-switch{display:block;margin:14px auto 0;border:0;background:none;color:#0c8e78;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.auth-error{display:block;margin-top:10px;color:#ba4c4c;font-size:12px}.storage-card{display:flex;gap:10px;align-items:center;padding:18px}.storage-input{flex:1;border:1px dashed #bfd8d0;border-radius:14px;background:#fbfdfc;padding:14px;display:flex;align-items:center;gap:10px;color:#62736e}.storage-input input{display:none}.storage-input span{font-size:12px}.centered-actions{justify-content:center;margin-top:18px}.lead-form-modal{width:620px}.lead-form-modal h2{margin:6px 0 16px}.lead-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:14px}.lead-form-grid input,.lead-form-grid textarea{width:100%;border:1px solid var(--line);border-radius:9px;padding:10px;outline:0;background:#fbfefd}.lead-form-grid input:focus,.lead-form-grid textarea:focus{border-color:#82d4c3;box-shadow:0 0 0 3px #12a58e17}.lead-form-grid textarea{grid-column:1/-1;min-height:92px;resize:vertical}.form-actions{display:flex;gap:8px}.script-actions{display:flex;gap:4px}.script-actions button{display:grid;place-items:center}.script-updated{display:block;color:#9aa7a3;font-size:8px;margin-top:12px}.activity-list{padding:0 18px}.activity-row{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid #edf2f0}.activity-row b,.activity-row span{display:block}.activity-row b{font-size:11px}.activity-row span{font-size:10px;color:#778681;margin-top:4px}.activity-row small{color:#8d9a96;font-size:9px;white-space:nowrap}@media(max-width:900px){body{min-width:0}.app-shell{display:block}.sidebar{position:static;height:auto;padding:14px}.sidebar nav{display:grid;grid-template-columns:repeat(4,1fr)}.sidebar-callout{display:none}.topbar{padding:0 14px}.global-search{width:180px}.content{padding:16px}.hero-panel{grid-template-columns:1fr}.hero-visual{display:none}.metrics-grid{grid-template-columns:repeat(2,1fr)}.calling-layout,.account-grid,.script-grid{grid-template-columns:1fr}.topbar-actions .profile-chip{display:none}}.lead-row-clickable{cursor:pointer}.website-mark,.website-fallback{width:16px;height:16px;flex:0 0 16px;border-radius:5px}.website-fallback{display:grid;place-items:center;background:#e5f3ef;color:#0d8d78;font-size:9px;font-weight:800}.website-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:145px;display:inline-block;vertical-align:middle}.phone-flag{color:#0d8d78}.danger-btn{border:1px solid #f0c9c9;background:#fff7f7;color:#b74b4b;border-radius:9px;padding:8px 11px;display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:800;cursor:pointer}.lead-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;margin:0 8px 0 0;border:1.5px solid #a9c9bf;border-radius:5px;background:#fff;display:inline-grid;place-items:center;vertical-align:middle;cursor:pointer}.lead-checkbox:checked{border-color:#0d8d78;background:#0d8d78;box-shadow:inset 0 0 0 3px #fff}.lead-checkbox:focus-visible{outline:3px solid rgba(18,165,142,.2);outline-offset:2px}.lead-checkbox:disabled{opacity:.45;cursor:not-allowed}.lead-row-selected{background:#f0fbf7!important}.lead-avatar .profile-website-mark,.lead-avatar .profile-website-fallback{width:32px;height:32px;border-radius:10px}.lead-avatar .profile-website-fallback{font-size:11px}.company-name{display:flex!important;align-items:center;gap:5px}.country-flag{width:18px;height:12px;display:inline-block;position:relative;flex:0 0 18px;border-radius:2px;overflow:hidden}.us-flag{background:repeating-linear-gradient(to bottom,#b22234 0,#b22234 1px,#fff 1px,#fff 2px)}.us-flag span{position:absolute;left:0;top:0;width:8px;height:7px;background:#3c3b6e}.company-quality{width:20px;height:20px;flex:0 0 20px;border-radius:7px;display:grid;place-items:center;font-size:13px;font-weight:900}.quality-perfect{background:#e4f8e8;color:#23934d}.quality-normal{background:#e7f1ff;color:#397dca}.quality-ok{background:#fff4cf;color:#b68319}.quality-unknown{background:#eef2f1;color:#9aa6a2;font-size:12px}.date-filter{display:flex;align-items:center;gap:5px;color:#7d8c88;font-size:9px}.date-filter input{height:33px;border:1px solid var(--line);border-radius:9px;padding:0 7px;color:#53635e;background:#fff;font-size:10px}.pagination{display:flex;align-items:center;justify-content:center;gap:14px;padding:14px;border-top:1px solid #edf2f0;color:#7d8c88;font-size:10px}.pagination .secondary-btn{padding:7px 10px}.calling-company-logo{width:60px;height:60px;border-radius:18px}.company-logo{object-fit:contain;background:#fff}.company-logo-fallback{display:grid;place-items:center;background:linear-gradient(145deg,#eef9f6,#d6eee7);color:#0d8d78;font-size:20px;font-weight:800}.ui-button{font:inherit;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:9px;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.ui-button-default{background:#111;color:#fff;border:1px solid #111}.ui-button-outline{background:var(--control-bg);color:var(--ink);border:1px solid var(--line)}.ui-button-ghost{background:transparent;color:var(--ink);border:1px solid transparent}.ui-button-icon{width:38px;height:38px;padding:0}.ui-button:hover{transform:translateY(-1px)}.ui-input{font:inherit;color:var(--ink);background:transparent;border:0;outline:0;min-width:0}:root{--teal:#111;--teal-dark:#111;--ink:#111;--muted:#666;--line:#dedede;--panel:#fff;--control-bg:#fff;--shadow:0 14px 45px rgba(0,0,0,.07)}body{background:#f5f5f5;color:var(--ink)}.sidebar{background:#fff;border-color:#dedede}.nav-item{color:#555}.nav-item:hover{background:#f2f2f2;color:#111}.nav-item.active{background:#111;color:#fff;box-shadow:none}.brand-mark{border-color:#111;background:#111;box-shadow:none}.brand-mark span{border-color:#fff}.topbar{background:#ffffffe6;border-color:#dedede}.global-search,.icon-btn,.profile-chip,.secondary-btn{background:#fff;color:#222;border-color:#d7d7d7}.primary-btn{background:#111;border-color:#111;box-shadow:0 8px 18px #00000024}.primary-btn:hover{box-shadow:0 10px 24px #0000002e}.section-kicker,.eyebrow,.text-link{color:#111}.panel,.hero-panel,.metric-card,.calling-card,.script-side{background:#fff;border-color:#dedede;box-shadow:var(--shadow)}.hero-panel{background:linear-gradient(135deg,#fff,#f2f2f2)}.core-3d{background:#111;box-shadow:0 28px 55px #0000002e}.orbit{border-color:#bbb}.orbit span{background:#111;box-shadow:0 0 0 6px #00000014}.floating-pill{background:#fff;border-color:#ddd;color:#555;box-shadow:0 12px 25px #00000014}.floating-pill b{color:#111}.metric-icon{background:#f0f0f0;color:#111}.metric-card__shine{background:radial-gradient(circle,rgba(0,0,0,.08),transparent 65%)}.lead-table th{background:#f7f7f7;color:#666}.lead-table tbody tr:hover{background:#f5f5f5}.lead-row-selected{background:#ededed!important}.lead-avatar{background:#111;color:#fff;border-color:#111}.company-dot{background:#222;box-shadow:inset 0 0 0 5px #444}.status-new,.status-qualified,.status-won,.status-warm,.status-cold,.status-follow_up,.status-lost{background:#f0f0f0;color:#222}.disposition-card,.contact-card,.script-card,.account-card{background:#fff;border-color:#dedede}.modal-backdrop{background:#00000085}.modal-card{background:#fff;border-color:#ddd;box-shadow:0 30px 80px #00000040}.modal-x{background:#f0f0f0;color:#222}.drop-zone{background:#fafafa;border-color:#bbb;color:#222}.settings-note{background:#f5f5f5;border-color:#ddd}.toast,.ui-button-default{background:#111;color:#fff}.ui-button-outline{background:var(--control-bg);color:var(--ink);border-color:var(--line)}[data-theme=dark]{color-scheme:dark;--ink:#f5f5f5;--muted:#a3a3a3;--line:#303030;--panel:#151515;--control-bg:#1b1b1b;--shadow:0 18px 55px rgba(0,0,0,.3)}[data-theme=dark] body{background:#0b0b0b;color:var(--ink)}[data-theme=dark] .sidebar,[data-theme=dark] .topbar{background:#101010;border-color:#2b2b2b}[data-theme=dark] .nav-item{color:#aaa}[data-theme=dark] .nav-item:hover{background:#202020;color:#fff}[data-theme=dark] .nav-item.active{background:#f5f5f5;color:#111}[data-theme=dark] .brand-mark{background:#f5f5f5;border-color:#f5f5f5}[data-theme=dark] .brand-mark span{border-color:#111}[data-theme=dark] .panel,[data-theme=dark] .hero-panel,[data-theme=dark] .metric-card,[data-theme=dark] .calling-card,[data-theme=dark] .script-side,[data-theme=dark] .disposition-card,[data-theme=dark] .contact-card,[data-theme=dark] .script-card,[data-theme=dark] .account-card,[data-theme=dark] .modal-card{background:#151515;border-color:#303030}[data-theme=dark] .hero-panel{background:linear-gradient(135deg,#151515,#202020)}[data-theme=dark] .core-3d{background:#f5f5f5;color:#111;box-shadow:0 28px 55px #00000080}[data-theme=dark] .orbit{border-color:#555}[data-theme=dark] .orbit span{background:#f5f5f5}[data-theme=dark] .floating-pill,[data-theme=dark] .global-search,[data-theme=dark] .icon-btn,[data-theme=dark] .profile-chip,[data-theme=dark] .secondary-btn{background:#1b1b1b;color:#f5f5f5;border-color:#363636}[data-theme=dark] .primary-btn,.ui-button-default{background:#f5f5f5;color:#111;border-color:#f5f5f5}[data-theme=dark] .lead-table th{background:#1d1d1d;color:#aaa}[data-theme=dark] .lead-table tbody tr:hover{background:#202020}[data-theme=dark] .lead-row-selected{background:#252525!important}[data-theme=dark] .lead-avatar{background:#f5f5f5;color:#111;border-color:#f5f5f5}[data-theme=dark] .status-new,[data-theme=dark] .status-qualified,[data-theme=dark] .status-won,[data-theme=dark] .status-warm,[data-theme=dark] .status-cold,[data-theme=dark] .status-follow_up,[data-theme=dark] .status-lost{background:#292929;color:#ddd}[data-theme=dark] .modal-backdrop{background:#000000b8}[data-theme=dark] .modal-x,[data-theme=dark] .drop-zone,[data-theme=dark] .settings-note{background:#202020;color:#ddd;border-color:#3a3a3a}[data-theme=dark] .lead-form-grid input,[data-theme=dark] .lead-form-grid textarea,[data-theme=dark] .script-form input,[data-theme=dark] .script-form select,[data-theme=dark] .script-form textarea,[data-theme=dark] .follow-up-field input,[data-theme=dark] .date-filter input{background:#1b1b1b;color:#f5f5f5;border-color:#3a3a3a}[data-theme=dark] .toast{background:#f5f5f5;color:#111}[data-theme=dark] .auth-shell{background:radial-gradient(circle at top,#222 0,#111,#080808)}[data-theme=dark] .auth-card{background:#151515;border-color:#333;color:#f5f5f5}[data-theme=light] .ui-button-default{background:#111;color:#fff;border-color:#111}[data-theme=dark] .ui-button-default{background:#f5f5f5;color:#111;border-color:#f5f5f5}
