:root{--navy:#0c2340;--navy2:#173b63;--blue:#176bce;--sky:#eaf3ff;--bg:#f4f6f9;--line:#dfe4ea;--text:#182433;--muted:#697586;--green:#14845a;--red:#c83e4d;--shadow:0 4px 18px rgba(16,35,62,.07)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:15px}.topbar{height:68px;background:var(--navy);display:flex;align-items:center;padding:0 max(24px,calc((100vw - 1240px)/2));color:#fff;box-shadow:0 2px 8px #0002;position:sticky;top:0;z-index:20}.brand{font-size:21px;font-weight:800;letter-spacing:.04em;color:#fff;text-decoration:none;white-space:nowrap}.brand span{font-size:14px;font-weight:500;opacity:.72;margin-left:5px;letter-spacing:0}.topbar nav{display:flex;align-items:center;gap:6px;margin-left:auto}.topbar nav a{color:#d9e4f1;text-decoration:none;padding:9px 12px;border-radius:7px;font-size:14px}.topbar nav a:hover{background:#ffffff12;color:#fff}.user-chip{border-left:1px solid #ffffff25;margin-left:10px;padding-left:18px}.nav-toggle{display:none;margin-left:auto;background:none;border:0;font-size:23px}.container{max-width:1240px;margin:0 auto;padding:36px 24px 20px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}.page-head h1{font-size:30px;margin:2px 0 5px;letter-spacing:-.025em}.page-head p{margin:0;color:var(--muted)}.eyebrow{font-size:11px!important;color:var(--blue)!important;font-weight:800;letter-spacing:.12em}.back{color:var(--muted);text-decoration:none;font-size:13px}.head-actions,.actions{display:flex;align-items:center;gap:10px}.panel{background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:var(--shadow);margin-bottom:22px}.panel-head{padding:20px 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.panel-head h2,.form-panel h2{font-size:18px;margin:0}.panel-head p{font-size:13px;color:var(--muted);margin:3px 0 0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:22px}.stat{background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px 22px;box-shadow:var(--shadow);display:flex;justify-content:space-between;align-items:center}.stat span{color:var(--muted)}.stat strong{font-size:28px;color:var(--navy)}button,.button{border:0;border-radius:7px;background:var(--blue);color:#fff;padding:10px 16px;font:inherit;font-weight:650;text-decoration:none;cursor:pointer;display:inline-block;text-align:center}button:hover,.button:hover{filter:brightness(.94)}.button.secondary{background:#fff;color:var(--navy);border:1px solid #cbd4df}.button.ghost{background:transparent;color:var(--muted)}.button.small{font-size:13px;padding:8px 12px}.wide{width:100%;padding:12px}.icon-button{width:34px;height:34px;padding:0;border-radius:50%;background:#e7f7ef;color:var(--green);font-size:17px}.task{display:flex;align-items:center;gap:15px;padding:14px 20px;border-bottom:1px solid #edf0f3}.task:last-child{border:0}.task a{text-decoration:none;color:var(--text)}.task p{margin:4px 0 0;color:var(--muted);font-size:13px}.grow{flex:1}.datebox{border-radius:8px;background:var(--sky);color:var(--blue);width:50px;height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center}.datebox b{font-size:18px}.datebox span{text-transform:uppercase;font-size:10px}.task.overdue .datebox{background:#ffebed;color:var(--red)}.empty{text-align:center;padding:50px 20px;color:var(--muted)}.empty>span{display:inline-grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#e7f7ef;color:var(--green);font-size:24px}.empty h3{color:var(--text);margin:12px 0 5px}.empty.compact{padding:25px}.filters{display:flex;gap:10px;margin-bottom:16px}.filters input{flex:1}.filters select{width:200px}input,select,textarea{width:100%;border:1px solid #cbd3dc;border-radius:7px;padding:10px 11px;background:#fff;color:var(--text);font:inherit}input:focus,select:focus,textarea:focus{outline:3px solid #176bce18;border-color:var(--blue)}label{display:flex;flex-direction:column;gap:6px;font-weight:650;font-size:13px}textarea{resize:vertical;line-height:1.5}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;min-width:680px}th,td{text-align:left;border-bottom:1px solid #edf0f3;padding:14px 18px}th{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;background:#fafbfc}td small,td strong{display:block}td small{color:var(--muted);margin-top:3px}td a{color:var(--blue);text-decoration:none}.badge{display:inline-block;border-radius:20px;padding:5px 9px;background:#eef1f5;font-size:12px;font-weight:700}.badge.in_progress{background:#fff3d8;color:#946200}.badge.won{background:#e5f6ec;color:#087248}.badge.lost,.badge.do_not_contact{background:#fdebed;color:#aa2737}.badge.unprocessed{background:#e8f1fd;color:#1763b2}.form-panel{padding:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 22px}.span-2{grid-column:1/-1}.customer-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:22px}.customer-layout aside .panel{padding-bottom:10px}.details{display:grid;grid-template-columns:repeat(4,1fr);padding:8px 22px 22px;margin:0;gap:15px}.details dt{color:var(--muted);font-size:11px;text-transform:uppercase;font-weight:800;margin-bottom:7px}.details dd{margin:0;line-height:1.55}.details a,.person a{color:var(--blue);text-decoration:none}.person{display:flex;gap:12px;padding:15px 20px;border-bottom:1px solid #edf0f3}.person div:last-child{display:flex;flex-direction:column;gap:3px}.person small{color:var(--muted)}.avatar{flex:0 0 39px;height:39px;border-radius:50%;display:grid;place-items:center;background:var(--sky);color:var(--blue);font-weight:800}.stack{display:flex;flex-direction:column;gap:14px}.inline{display:flex;gap:8px}details{padding:14px 20px}summary{cursor:pointer;color:var(--blue);font-weight:700;margin-bottom:14px}.followup{display:flex;flex-direction:column;gap:4px;padding:12px 20px;border-bottom:1px solid #eee}.followup span{color:var(--muted)}.timeline{padding:5px 22px 15px}.timeline article{position:relative;border-left:2px solid #dfe6ee;padding:17px 0 17px 22px}.timeline .dot{position:absolute;width:10px;height:10px;background:var(--blue);border:3px solid #fff;box-shadow:0 0 0 1px var(--blue);border-radius:50%;left:-6px;top:23px}.timeline-head{display:flex;justify-content:space-between;gap:15px}.timeline time,.meta{font-size:12px;color:var(--muted)}.timeline article>p{line-height:1.55}.result{background:#f2f5f8;padding:5px 8px;border-radius:5px;font-size:12px}.interaction-form{padding-bottom:24px}.interaction-form form{padding:0 22px}.guide-box{display:grid;grid-template-columns:1fr 1fr;gap:16px;background:#f4f8fd;border:1px solid #dbe8f7;padding:16px;border-radius:8px}.guide-box h3{font-size:13px;color:var(--navy);margin:0 0 6px}.guide-box p{white-space:pre-line;line-height:1.55;margin:0;color:#45566b}.followup-fields{display:grid;grid-template-columns:1fr 1fr;gap:22px;background:#fafbfc;padding:15px;border:1px solid var(--line);border-radius:8px}.category-layout{display:grid;grid-template-columns:minmax(380px,1.25fr) minmax(340px,1fr);gap:22px}.category-list{padding:5px 0}.category-item{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;text-decoration:none;color:var(--text);border-bottom:1px solid #edf0f3}.category-item:hover,.category-item.active{background:#f1f6fc}.category-item small{display:block;color:var(--muted);margin-top:3px}.check{flex-direction:row;align-items:center}.check input{width:auto}.auth-container{min-height:calc(100vh - 50px);display:grid;place-items:center}.auth-card{width:min(420px,100%);background:#fff;border:1px solid var(--line);border-radius:13px;padding:34px;box-shadow:0 12px 45px #122a4720;text-align:center}.auth-card h1{margin:12px 0 4px}.auth-card form{text-align:left;display:flex;flex-direction:column;gap:17px;margin-top:26px}.auth-mark{display:inline-grid;place-items:center;width:50px;height:50px;border-radius:12px;background:var(--navy);color:#fff;font-size:26px;font-weight:900}.muted{color:var(--muted)}.alert{padding:12px 15px;border-radius:7px;margin-bottom:18px;background:#e9f2fc;color:#165b9f}.alert.success{background:#e8f7ef;color:#087248}.alert.error{background:#fdebed;color:#a62838}footer{text-align:center;color:#8a94a2;font-size:12px;padding:25px}@media (max-width:820px){.topbar{padding:0 18px}.nav-toggle{display:block}.topbar nav{display:none;position:absolute;top:68px;left:0;right:0;background:var(--navy);padding:10px 15px;flex-direction:column;align-items:stretch}.topbar nav.open{display:flex}.user-chip{border:0;margin:0;padding:10px 12px}.container{padding:24px 14px}.stats{grid-template-columns:1fr}.customer-layout,.category-layout{grid-template-columns:1fr}.details{grid-template-columns:1fr 1fr}.page-head{align-items:flex-start;flex-direction:column}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.guide-box,.followup-fields{grid-template-columns:1fr}.task{flex-wrap:wrap}.task .grow{min-width:55%}.filters{flex-wrap:wrap}.filters select{width:100%}}.call-workspace{display:grid;grid-template-columns:minmax(440px,1.55fr) minmax(250px,.8fr) minmax(280px,1fr);gap:16px;align-items:stretch}.call-area{border:1px solid var(--line);border-radius:10px;background:#fbfcfd;min-width:0;overflow:hidden}.call-input{padding:18px}.area-title{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line);padding:16px 18px;background:#fff}.call-input>.area-title{margin:-18px -18px 18px}.area-title>span{display:grid;place-items:center;flex:0 0 28px;height:28px;border-radius:50%;background:var(--navy);color:#fff;font-weight:800}.area-title h3{font-size:15px;margin:0}.area-title p{font-size:11px;color:var(--muted);margin:2px 0 0}.read-aloud{background:#edf5ff;border-left:4px solid var(--blue);padding:17px;border-radius:7px}.read-aloud h4{color:var(--blue);font-size:12px;text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px}.read-aloud p{white-space:pre-line;line-height:1.65;margin:0;color:#314b68}.objection-list{padding:10px}.objection-button{width:100%;display:flex;align-items:flex-start;gap:10px;text-align:left;background:#fff;color:var(--text);border:1px solid var(--line);padding:12px;margin-bottom:8px;font-weight:500}.objection-button span{color:var(--blue);font-size:11px;font-weight:800;margin-top:2px}.objection-button strong{line-height:1.4}.objection-button:hover,.objection-button.active{filter:none;border-color:var(--blue);background:var(--sky);color:var(--navy)}.counter-answer{padding:18px}.area-placeholder{color:var(--muted);line-height:1.55;font-size:13px}.selected-objection{font-size:12px;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:12px}.answer-text{font-size:18px;line-height:1.65;color:var(--navy);font-weight:600}.call-actions{display:flex;justify-content:flex-end;padding-top:18px}@media (max-width:1100px){.call-workspace{grid-template-columns:1fr 1fr}.call-input{grid-column:1/-1}}@media (max-width:700px){.call-workspace{grid-template-columns:1fr}.call-input{grid-column:auto}.interaction-form form{padding:0 12px}.answer-text{font-size:16px}}.category-editor{min-width:0}.objection-editor-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:8px;padding-top:20px;border-top:1px solid var(--line)}.objection-editor-head h3{margin:0;font-size:16px}.objection-editor-head p{margin:4px 0 0;color:var(--muted);font-size:12px}.objection-editor-row{display:grid;grid-template-columns:30px 1fr 34px;gap:12px;align-items:start;background:#f7f9fb;border:1px solid var(--line);border-radius:9px;padding:14px;margin:12px 0}.row-number{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--navy);color:#fff;font-size:12px;font-weight:800}.objection-fields{display:grid;gap:12px}.remove-objection{width:32px;height:32px;padding:0;border-radius:50%;background:#fdebed;color:var(--red);font-size:21px;line-height:1}.remove-objection:hover{background:#f8dadd}