:root{--bg: #f6f7f8;--panel: #ffffff;--line: #d9dde3;--line-soft: #e9edf1;--text: #1f2933;--muted: #667085;--slate: #344054;--slate-bg: #f2f4f7;--green: #16794c;--green-bg: #e7f4ed;--yellow: #9a6700;--yellow-bg: #fff4cf;--red: #b42318;--red-bg: #fde7e4;--dark-red: #7a271a;--dark-red-bg: #f9d5d0;--blue: #1f5fbf;--blue-bg: #e8f1ff;--violet: #6941c6;--violet-bg: #f2edff;--shadow: 0 1px 2px rgba(16, 24, 40, .08)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:14px}button,select,input,textarea{font:inherit}.app{min-height:100vh;display:flex;flex-direction:column}.topbar{min-height:56px;background:#111827;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.brand{display:flex;align-items:center;gap:14px;min-width:0}.brand-title{font-weight:700;font-size:16px;white-space:nowrap}.tabs{display:flex;min-height:56px;align-items:stretch;gap:2px;margin-left:12px}.tab{display:flex;align-items:center;padding:0 14px;border-bottom:3px solid transparent;color:#cbd5e1;white-space:nowrap}button.tab{border-top:0;border-right:0;border-left:0;background:transparent;cursor:pointer}.tab.active{color:#fff;border-color:#53b1fd;background:#ffffff14}.top-actions{display:flex;align-items:center;gap:10px;color:#cbd5e1;white-space:nowrap}.top-action-btn{min-height:32px;border:1px solid #344054;border-radius:8px;background:#1f2937;color:#fff;padding:0 10px;font-weight:700;cursor:pointer}.top-action-btn:disabled{cursor:progress;opacity:.72}.sync-message{color:#98f5c8;font-size:12px;font-weight:700}.user-chip{min-height:28px;display:inline-flex;align-items:center;border:1px solid #344054;border-radius:8px;padding:0 8px;color:#fff;background:#1f2937;font-size:12px;font-weight:700}.page{padding:18px 20px 24px;display:grid;gap:14px}.toolbar{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);padding:12px;display:grid;gap:12px}.toolbar-main{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.title-block{min-width:0;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}h1{margin:0;font-size:22px;line-height:1.15;letter-spacing:0}.title-note{color:var(--muted);font-size:12px;line-height:1.35}.subtitle{color:var(--muted);line-height:1.35;margin:5px 0 0}.period-buttons{display:flex;flex-wrap:wrap;gap:6px}.seg-btn,.secondary-btn,.reset-btn{border:1px solid var(--line);background:#fff;border-radius:8px;min-height:34px;padding:0 12px;color:var(--text);cursor:pointer}.seg-btn:hover,.secondary-btn:hover,.reset-btn:hover{background:#f9fafb}.seg-btn.active{background:#111827;color:#fff;border-color:#111827}.secondary-btn{display:inline-flex;align-items:center;gap:7px;font-weight:700}.download-mark{font-size:17px;line-height:1}.reset-btn{min-width:104px}.filter-grid{display:grid;grid-template-columns:repeat(7,minmax(132px,1fr));gap:8px}.field{display:grid;gap:5px}.field span,.detail-label{color:var(--muted);font-size:12px;font-weight:700}select,input{width:100%;min-height:36px;border:1px solid var(--line);border-radius:8px;padding:0 10px;background:#fff;color:var(--text)}.summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(116px,1fr));gap:8px}.system-message{background:var(--blue-bg);border:1px solid #b2ccff;border-radius:8px;color:var(--blue);font-size:12px;font-weight:700;padding:10px 12px}.error-message{background:var(--red-bg);border-color:#f5b5ad;color:var(--red)}.metric{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);min-height:82px;padding:10px;display:flex;flex-direction:column;justify-content:space-between;gap:8px}button.metric{width:100%;color:inherit;text-align:left;cursor:pointer}.metric.active{outline:2px solid #111827;outline-offset:2px}.metric-label{color:var(--muted);font-size:12px;font-weight:600;line-height:1.25}.metric-value{font-size:26px;line-height:1;font-weight:750}.metric-main{display:flex;align-items:baseline;gap:8px;min-width:0}.metric-extra{min-height:30px;color:var(--muted);font-size:12px;line-height:1.35}.metric.green{border-color:#addfca;background:var(--green-bg);color:var(--green)}.metric.yellow{border-color:#f3d37b;background:var(--yellow-bg);color:var(--yellow)}.metric.red{border-color:#f5b5ad;background:var(--red-bg);color:var(--red)}.metric.blue{border-color:#b2ccff;background:var(--blue-bg);color:var(--blue)}.metric.violet{border-color:#d9c9ff;background:var(--violet-bg);color:var(--violet)}.summary-section{min-width:0;display:grid;gap:8px}.summary-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:0 2px}.summary-title{font-size:15px;font-weight:800}.analytics-toolbar{gap:14px}.analytics-filters{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(150px,.8fr)) repeat(2,minmax(150px,1fr)) auto;gap:8px;align-items:end}.analytics-summary{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.analytics-metric{min-height:112px;border-top:3px solid #98a2b3}.analytics-metric.blue{border-top-color:var(--blue)}.analytics-metric.green{border-top-color:var(--green)}.analytics-metric.violet{border-top-color:var(--violet)}.analytics-metric.red{border-top-color:var(--red)}.analytics-panel{min-width:0}.analytics-panel-head{min-height:50px;padding:10px 12px}.table-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.group-buttons{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.table-help{display:flex;align-items:center;gap:8px}.target-note{display:inline-flex;align-items:center;gap:5px}.target-dot{width:8px;height:8px;border-radius:50%;background:var(--green)}.analytics-table-wrap{max-height:610px;overflow:auto}.analytics-table{min-width:1220px;table-layout:auto;font-size:13px}.analytics-table th,.analytics-table td{padding:10px 9px;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);text-align:right;vertical-align:middle;white-space:nowrap}.analytics-table th:last-child,.analytics-table td:last-child{border-right:0}.analytics-table thead th{background:#f8fafc;color:var(--slate);font-size:12px;font-weight:750;text-align:center}.analytics-table thead tr:first-child th{top:0;height:36px;border-bottom:1px solid var(--line)}.analytics-table thead tr:nth-child(2) th{top:36px;height:44px;white-space:normal;line-height:1.2}.analytics-table .period-head{left:0;z-index:4;min-width:162px;text-align:left}.analytics-table tbody tr{cursor:default!important;background:#fff}.analytics-table tbody tr:hover,.analytics-table tbody tr:focus-visible{background:#fff!important;outline:none}.analytics-table tbody td:first-child,.analytics-table tfoot td:first-child{position:sticky;left:0;z-index:2;text-align:left;background:inherit;box-shadow:1px 0 0 var(--line-soft)}.analytics-table tfoot td{position:sticky;bottom:0;z-index:3;border-top:1px solid #b8c0cc;border-bottom:0;background:#eef2f6;font-weight:750}.analytics-table tfoot td:first-child{z-index:4;background:#eef2f6}.group-payments{color:var(--blue);background:#f4f8ff!important}.group-touches{color:var(--green);background:#f1faf5!important}.group-signals{color:var(--violet);background:#f8f5ff!important}.period-name{display:flex;align-items:center;gap:7px;font-weight:750}.partial{display:inline-flex;align-items:center;min-height:20px;padding:0 6px;border-radius:5px;background:var(--yellow-bg);color:var(--yellow);font-size:10px;font-weight:750}.period-range,.cell-note{margin-top:3px;color:var(--muted);font-size:11px}.count-main{font-weight:750;font-variant-numeric:tabular-nums}.rate{display:inline-flex;align-items:center;justify-content:center;min-width:55px;min-height:27px;padding:0 7px;border-radius:6px;font-weight:800;font-variant-numeric:tabular-nums}.rate.green{color:var(--green);background:var(--green-bg)}.rate.yellow{color:var(--yellow);background:var(--yellow-bg)}.rate.red{color:var(--red);background:var(--red-bg)}.rate.neutral{color:var(--muted);background:var(--slate-bg)}.signal-count{display:inline-flex;align-items:center;justify-content:center;min-width:30px;min-height:27px;padding:0 7px;border-radius:6px;background:var(--slate-bg);color:var(--slate);font-weight:800}.signal-count.alert{color:var(--red);background:var(--red-bg)}.reason-preview{max-width:205px;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.drawer-backdrop{position:fixed;inset:0;z-index:20;background:#0f172a59;opacity:0;visibility:hidden;transition:opacity .16s ease,visibility .16s ease}.drawer-backdrop.open{opacity:1;visibility:visible}.drawer{position:absolute;top:0;right:0;width:min(540px,100%);height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-12px 0 32px #1018282e;transform:translate(0)}.drawer-head{min-height:64px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.drawer-title{font-size:18px;font-weight:800}.drawer-subtitle{margin-top:3px;color:var(--muted);font-size:12px}.close-btn{flex:0 0 auto;width:36px;height:36px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--slate);font-size:23px;line-height:1;cursor:pointer}.close-btn:hover{background:var(--slate-bg)}.drawer-body{display:grid;gap:14px;padding:14px;overflow-y:auto}.drawer-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line);border-radius:8px;overflow:hidden}.drawer-metric{min-width:0;padding:11px;border-right:1px solid var(--line)}.drawer-metric:last-child{border-right:0}.drawer-metric-label{color:var(--muted);font-size:11px;font-weight:700}.drawer-metric-value{margin-top:5px;font-size:22px;font-weight:800}.detail-section{display:grid;gap:9px}.section-label{color:var(--slate);font-size:12px;font-weight:800;text-transform:uppercase}.progress-row{display:grid;grid-template-columns:minmax(120px,1fr) minmax(130px,1.5fr) 56px;align-items:center;gap:10px}.progress-label{color:var(--slate);font-size:12px}.progress-track{height:8px;overflow:hidden;border-radius:4px;background:#eaecf0}.progress-fill{height:100%;border-radius:4px;background:var(--blue)}.progress-fill.green{background:var(--green)}.progress-fill.violet{background:var(--violet)}.progress-value{font-size:12px;font-weight:800;text-align:right}.breakdown{display:grid;border:1px solid var(--line);border-radius:8px;overflow:hidden}.breakdown-row{min-height:42px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line-soft)}.breakdown-row:last-child{border-bottom:0}.breakdown-name{min-width:0;line-height:1.3}.breakdown-count{flex:0 0 auto;font-weight:800;font-variant-numeric:tabular-nums}.callout{padding:10px 11px;border-left:3px solid var(--blue);background:var(--blue-bg);color:var(--slate);line-height:1.45}.statistics-toolbar{gap:0}.date-field{display:grid;min-width:180px;gap:5px}.date-field span{color:var(--muted);font-size:12px;font-weight:700}.statistics-money{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.money-tile{min-height:62px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:var(--shadow);display:grid;align-content:center;gap:5px}.money-tile span{color:var(--muted);font-size:12px;font-weight:700}.money-tile strong{font-size:20px;line-height:1;font-variant-numeric:tabular-nums}.statistics-panel{min-height:320px}.statistics-table-wrap{max-height:calc(100vh - 360px)}.statistics-table{min-width:1240px}.stats-col-client{width:24%}.stats-col-date{width:10%}.stats-col-teamlead{width:11%}.stats-col-mos{width:14%}.stats-col-status{width:13%}.stats-col-rework{width:10%}.stats-col-money{width:8%}.empty-table{padding:22px 12px;color:var(--muted);font-weight:700}.content{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:14px;align-items:start}.table-panel,.details-panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);overflow:hidden}.panel-head{min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid var(--line);gap:10px}.panel-title{font-weight:700;white-space:nowrap}.panel-meta{color:var(--muted);font-size:12px;white-space:nowrap}.table-wrap{overflow-x:auto;max-height:calc(100vh - 278px)}table{width:100%;min-width:1440px;table-layout:fixed;border-collapse:separate;border-spacing:0}.col-client{width:24%}.col-date,.col-teamlead{width:8%}.col-mos{width:12%}.col-status{width:13%}.col-rework-paid{width:9%}.col-money{width:10%}.col-violation{width:6%}.col-control{width:13%}th,td{border-bottom:1px solid var(--line);padding:9px 10px;text-align:left;vertical-align:middle;overflow-wrap:anywhere}th{position:sticky;top:0;z-index:1;background:#f9fafb;color:#475467;font-size:12px;line-height:1.2;font-weight:700;white-space:nowrap}.table-sort-button{display:inline-flex;align-items:center;gap:4px;max-width:100%;border:0;background:transparent;color:inherit;padding:0;font:inherit;font-weight:inherit;text-align:left;cursor:pointer}.table-sort-button:hover,.table-sort-button.active{color:var(--blue)}.sort-indicator{width:12px;flex:0 0 12px;color:#98a2b3;font-size:11px;line-height:1;text-align:center}.table-sort-button.active .sort-indicator{color:var(--blue)}td:nth-child(2),td:nth-child(6),td:nth-child(7){overflow-wrap:normal;word-break:normal}td:nth-child(3),td:nth-child(4){line-height:1.25;overflow-wrap:break-word;white-space:normal}td:nth-child(6){min-width:0}tbody tr{cursor:pointer}tbody tr:hover,tbody tr.selected{background:#f2f6ff}tbody tr.second-payment{background:#eff6ff}tbody tr.second-payment:hover,tbody tr.second-payment.selected{background:#dbeafe}.statistics-table tbody tr{cursor:default}a{color:var(--blue);text-decoration:none;font-weight:650}.client-link{font-weight:750;line-height:1.25}.muted{color:var(--muted);font-size:12px}.row-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:2px}.payment-badge{display:inline-flex;align-items:center;min-height:20px;border:1px solid #f5b5ad;border-radius:8px;background:var(--red-bg);color:var(--red);padding:1px 6px;font-size:11px;font-weight:750;white-space:nowrap}.rework-paid-badge{display:inline-flex;align-items:center;min-height:24px;border:1px solid #f3d37b;border-radius:8px;background:var(--yellow-bg);color:var(--yellow);padding:2px 8px;font-size:12px;font-weight:750;white-space:nowrap}.money{font-variant-numeric:tabular-nums;white-space:nowrap;line-height:1.2}.status,.control{display:inline-flex;align-items:center;min-height:26px;border-radius:8px;padding:3px 8px;font-size:12px;font-weight:750;white-space:nowrap}.status.green,.control.done{color:var(--green);background:var(--green-bg);border:1px solid #addfca}.status.yellow,.control.manager-work{color:var(--yellow);background:var(--yellow-bg);border:1px solid #f3d37b}.status.red{color:var(--red);background:var(--red-bg);border:1px solid #f5b5ad}.status.dark-red{color:var(--dark-red);background:var(--dark-red-bg);border:1px solid #eea59c}.status-note{margin-top:4px;color:var(--muted);font-size:12px;font-weight:650;line-height:1.2;white-space:normal;overflow-wrap:normal}.control.waiting{color:var(--blue);background:var(--blue-bg);border:1px solid #b2ccff}.control.custom{color:var(--text);background:#f8fafc;border:1px solid var(--line)}.violation{color:var(--red);font-size:12px;line-height:1.25}.muted-cell{color:var(--muted);font-weight:600}.task{max-width:260px;line-height:1.28}.details-panel{position:sticky;top:14px;z-index:2}.details-body{padding:14px;display:grid;gap:14px}.detail-name{display:grid;gap:6px}.detail-name strong{font-size:18px;line-height:1.2}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.detail-cell{border:1px solid var(--line);border-radius:8px;padding:8px;min-height:56px;background:#fcfcfd}.detail-label{display:block;margin-bottom:5px}.detail-value{font-weight:700;line-height:1.25}.detail-value.muted-text{color:var(--muted);font-weight:500}.control-detail{display:grid;justify-items:start;gap:7px}.control-comment{width:100%;color:var(--text);font-size:12px;font-weight:650;line-height:1.35;overflow-wrap:anywhere}.task-input{width:100%;min-height:108px;resize:vertical;border:1px solid var(--line);border-radius:8px;padding:9px 10px;color:var(--text);background:#fff;line-height:1.35}.task-input.error{border-color:var(--red);background:#fff7f6}.action-note{min-height:18px;color:var(--muted);font-size:12px;line-height:1.4}.wide{grid-column:1 / -1}.actions{display:grid;gap:8px}.action-btn{min-height:38px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);font-weight:700;cursor:pointer}.action-btn:disabled{cursor:progress;opacity:.72}.action-btn.success{color:#fff;background:var(--green);border-color:var(--green)}.action-btn.danger{color:#fff;background:var(--red);border-color:var(--red)}.link-btn{display:flex;align-items:center;justify-content:center;color:var(--text);text-decoration:none}.action-btn.lead{color:#fff;background:#344054;border-color:#344054}.touches-filter-grid{grid-template-columns:repeat(9,minmax(116px,1fr))}.touches-toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.touch-chart-trigger{border-color:#84adf3;color:#174ea6;background:#f8fbff}.touch-chart-trigger:hover{border-color:#4f86df;background:var(--blue-bg)}.touch-chart-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto;background:#1118277a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.touch-chart-modal{width:min(1280px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:hidden;background:var(--panel);border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 64px #1018283d}.touch-chart-head{min-height:92px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 26px 14px}.touch-chart-head h2{margin:0;font-size:21px;line-height:1.2}.touch-chart-head p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.35}.touch-chart-period{margin-left:auto;flex-wrap:nowrap}.touch-chart-close,.touch-chart-drilldown-head button{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:0;border-radius:8px;background:transparent;color:var(--text);font-size:25px;line-height:1;cursor:pointer}.touch-chart-close:hover,.touch-chart-drilldown-head button:hover{background:var(--slate-bg)}.touch-chart-modal>.system-message{margin:0 26px 14px}.touch-chart-state,.touch-chart-empty{padding:42px 24px;color:var(--muted);text-align:center}.touch-chart-summary-modal{width:min(1440px,calc(100vw - 48px));display:flex;flex-direction:column}.touch-chart-summary-modal .touch-chart-head{flex:0 0 auto}.touch-chart-content{min-height:0;flex:1 1 auto;padding:18px 22px 22px;overflow:auto;background:#f5f7fb;border-top:1px solid var(--line-soft)}.touch-chart-overview,.touch-chart-panel{background:#fff;border:1px solid #e0e5ee;border-radius:14px;box-shadow:0 7px 22px #1f2a440d}.touch-chart-overview{display:grid;grid-template-columns:286px minmax(0,1fr);min-height:224px;overflow:hidden}.touch-chart-overview-summary{padding:23px 26px;border-right:1px solid #e0e5ee;background:linear-gradient(145deg,#fff,#f8f9ff)}.touch-chart-eyebrow{display:block;margin-bottom:4px;color:#7a8398;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.touch-chart-period-title{display:block;color:var(--text);font-size:19px;line-height:1.25}.touch-chart-period-meta{display:block;margin-top:3px;color:var(--muted);font-size:11px}.touch-chart-overview-totals{display:flex;align-items:flex-end;gap:34px;margin-top:20px}.touch-chart-overview-totals div{display:grid;gap:2px}.touch-chart-overview-totals span{color:var(--muted);font-size:11px}.touch-chart-overview-totals strong{font-size:30px;font-variant-numeric:tabular-nums;line-height:1}.touch-chart-progress{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:22px}.touch-chart-progress>span{height:7px;overflow:hidden;border-radius:999px;background:#e8eaf1}.touch-chart-progress i{display:block;height:100%;border-radius:inherit;background:#5969da}.touch-chart-progress strong{color:#4656c7;font-size:13px;font-variant-numeric:tabular-nums}.touch-chart-overview-chart{min-width:0;padding:20px 24px 15px}.touch-chart-chart-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:8px;font-size:12px}.touch-chart-legend{display:inline-flex;align-items:center;gap:16px;color:var(--muted);font-size:10px}.touch-chart-legend span{display:inline-flex;align-items:center;gap:6px}.touch-chart-legend i{width:10px;height:10px;border-radius:3px}.touch-chart-legend i.plan{border:1.5px solid #98a3e8;background:#eef0ff}.touch-chart-legend i.fact{background:#5969da}.touch-chart-overview-scroll{min-width:0;overflow-x:auto;padding:0 2px 4px}.touch-chart-day-bars{height:158px;display:grid;gap:14px}.touch-chart-day-column{min-width:0;display:grid;grid-template-rows:18px 1fr 35px;padding:0 4px;border-radius:8px}.touch-chart-day-column.today{background:#f3f6ff}.touch-chart-day-rate{color:var(--muted);font-size:10px;font-weight:700;text-align:center}.touch-chart-bar-plot{min-height:0;display:flex;align-items:flex-end;justify-content:center;gap:7px;padding:17px 5px 0;border-bottom:1px solid #d9deea;background:repeating-linear-gradient(to bottom,transparent 0,transparent 31px,#f0f2f7 32px)}.touch-chart-vertical-bar{position:relative;width:23px;min-height:2px;padding:0;border-radius:5px 5px 1px 1px;cursor:pointer}.touch-chart-vertical-bar.plan{border:1.5px solid #98a3e8;background:#eef0ff}.touch-chart-vertical-bar.fact{border:0;background:#5969da}.touch-chart-vertical-bar:not(:disabled):hover,.touch-chart-vertical-bar:not(:disabled):focus-visible{filter:brightness(.96);outline:2px solid rgba(89,105,218,.24);outline-offset:2px}.touch-chart-vertical-bar:disabled{cursor:default;opacity:.45}.touch-chart-vertical-bar>span{position:absolute;top:-17px;left:50%;transform:translate(-50%);color:var(--text);font-size:10px;font-weight:800;font-variant-numeric:tabular-nums}.touch-chart-day-label{padding-top:6px;text-align:center}.touch-chart-day-label strong,.touch-chart-day-label span{display:block}.touch-chart-day-label strong{font-size:11px}.touch-chart-day-label span{margin-top:1px;color:var(--muted);font-size:10px}.touch-chart-kind{min-height:25px;display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;background:#eef0ff;color:#4656c7;font-size:10px;font-weight:800;white-space:nowrap}.touch-chart-roster{margin-top:18px;overflow:hidden;background:#fff;border:1px solid #e0e5ee;border-radius:14px;box-shadow:0 7px 22px #1f2a440d}.touch-chart-roster-head{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px 11px;border-bottom:1px solid #e0e5ee}.touch-chart-roster-head h3{margin:0;font-size:16px;line-height:1.25}.touch-chart-roster-head p{margin:3px 0 0;color:var(--muted);font-size:11px}.touch-chart-roster-scroll{overflow-x:auto}.touch-chart-roster-inner{width:100%}.touch-chart-roster-columns,.touch-chart-team-summary,.touch-chart-employee-row{display:grid;align-items:center}.touch-chart-roster-columns{min-height:39px;background:#f8f9fc;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.025em;text-transform:uppercase}.touch-chart-roster-columns>div,.touch-chart-team-summary>div,.touch-chart-employee-row>div{align-self:stretch;min-width:0;display:flex;align-items:center;padding:8px 12px;border-right:1px solid #e4e7ef}.touch-chart-roster-columns>div:first-child,.touch-chart-team-summary>div:first-child,.touch-chart-employee-row>div:first-child{position:sticky;left:0;z-index:3;box-shadow:1px 0 #e4e7ef,8px 0 16px #1f2a440a}.touch-chart-roster-columns>div:first-child{z-index:5;background:#f8f9fc}.touch-chart-team-summary>div:first-child{z-index:4;background:#fbfbfe}.touch-chart-employee-row>div:first-child{background:#fff}.touch-chart-roster-columns>div:last-child,.touch-chart-team-summary>div:last-child,.touch-chart-employee-row>div:last-child{border-right:0}.touch-chart-roster-columns>div:nth-child(n+3){justify-content:center;text-align:center}.touch-chart-roster-columns span{margin-left:4px;color:#a2a7b5;font-weight:700;letter-spacing:0}.touch-chart-roster-columns .today,.touch-chart-team-summary .today,.touch-chart-employee-row .today{background:#f3f6ff}.touch-chart-team-group{border-top:1px solid #e4e7ef}.touch-chart-team-group:first-of-type{border-top:0}.touch-chart-team-summary{min-height:49px;background:#fbfbfe}.touch-chart-team-summary:hover{background:#f5f6fc}.touch-chart-team-summary:hover>div:first-child{background:#f5f6fc}.touch-chart-team-title{gap:9px}.touch-chart-team-title>button{width:24px;height:24px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer}.touch-chart-team-title>button:hover,.touch-chart-team-title>button:focus-visible{background:#e8eaf2;outline:0}.touch-chart-team-title>button span{display:block;font-size:17px;line-height:1;transform:rotate(-90deg);transition:transform .15s ease}.touch-chart-team-title>button[aria-expanded=true] span{transform:rotate(0)}.touch-chart-team-title>span,.touch-chart-team-title strong,.touch-chart-team-title small{min-width:0;display:block}.touch-chart-team-title strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.touch-chart-team-title small{margin-top:2px;color:var(--muted);font-size:10px}.touch-chart-team-total{justify-content:space-between;gap:10px;font-variant-numeric:tabular-nums}.touch-chart-team-total>span{color:var(--muted);font-size:10px}.touch-chart-team-total>strong{min-width:44px;padding:3px 6px;border-radius:999px;background:#f0f1f5;color:#5e6475;font-size:10px;text-align:center}.touch-chart-team-total>strong.low{background:#fff2e8;color:#a85c27}.touch-chart-team-day{justify-content:center;gap:5px}.touch-chart-team-day>button{padding:3px 2px;border:0;background:transparent;color:var(--muted);font-size:9px;cursor:pointer}.touch-chart-team-day>button strong{color:var(--text);font-size:11px;font-variant-numeric:tabular-nums}.touch-chart-team-day>button:not(:disabled):hover,.touch-chart-team-day>button:not(:disabled):focus-visible{color:#4656c7;outline:0}.touch-chart-team-day>button:disabled{cursor:default;opacity:.55}.touch-chart-team-day>i{width:1px;height:14px;background:#d5d9e4}.touch-chart-employee-row{min-height:79px;border-top:1px solid #eff1f6}.touch-chart-employee-row:hover{background:#fcfcfe}.touch-chart-employee-row:hover>div:first-child{background:#fcfcfe}.touch-chart-person-cell{gap:10px}.touch-chart-person-cell>span{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:#eef0ff;color:#4656c7;font-size:10px;font-weight:800}.touch-chart-person-cell strong,.touch-chart-person-cell small{display:block}.touch-chart-person-cell strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.touch-chart-person-cell small{margin-top:2px;color:var(--muted);font-size:10px}.touch-chart-employee-total{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.touch-chart-employee-total span,.touch-chart-employee-total strong{display:block}.touch-chart-employee-total span{margin-bottom:2px;color:var(--muted);font-size:9px;text-transform:uppercase}.touch-chart-employee-total strong{font-size:13px;font-variant-numeric:tabular-nums}.touch-chart-employee-total .fact strong{color:#4656c7}.touch-chart-employee-day{display:grid!important;grid-template-rows:repeat(2,1fr);gap:6px;padding-inline:11px!important}.touch-chart-inline-metric{min-width:0;display:grid;grid-template-columns:12px minmax(0,1fr) 16px;align-items:center;gap:5px;padding:2px 0;border:0;background:transparent;color:var(--muted);cursor:pointer}.touch-chart-inline-metric>span,.touch-chart-inline-metric>strong{font-size:9px;font-weight:800}.touch-chart-inline-metric>strong{color:var(--text);font-variant-numeric:tabular-nums;text-align:right}.touch-chart-inline-metric>i{height:7px;overflow:hidden;border-radius:999px;background:#eef0f5}.touch-chart-inline-metric b{display:block;height:100%;border-radius:inherit}.touch-chart-inline-metric.plan b{border:1px solid #98a3e8;background:#eef0ff}.touch-chart-inline-metric.fact b{background:#5969da}.touch-chart-inline-metric:not(:disabled):hover>i,.touch-chart-inline-metric:not(:disabled):focus-visible>i{box-shadow:0 0 0 2px #5969da33}.touch-chart-inline-metric:focus-visible{outline:0}.touch-chart-inline-metric:disabled{cursor:default;opacity:.55}@media(max-width:760px){.touch-chart-summary-modal{width:calc(100vw - 16px);max-height:calc(100vh - 16px)}.touch-chart-summary-modal .touch-chart-head{min-height:auto;flex-wrap:wrap;padding:16px}.touch-chart-period{order:3;width:100%}.touch-chart-period .seg-btn{flex:1}.touch-chart-content{padding:12px}.touch-chart-overview{grid-template-columns:1fr}.touch-chart-overview-summary{border-right:0;border-bottom:1px solid #e0e5ee}.touch-chart-day-bars{min-width:520px}.touch-chart-roster-head{align-items:flex-start;flex-direction:column;gap:8px}}.touch-chart-drilldown{position:fixed;z-index:1020;width:min(380px,calc(100vw - 32px));max-height:min(360px,calc(100vh - 32px));padding:18px;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 40px #10182838}.touch-chart-drilldown-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.touch-chart-drilldown-head strong{padding-top:5px;font-size:16px;line-height:1.3}.touch-chart-drilldown-head button{width:28px;height:28px;font-size:22px}.touch-chart-employee{margin-top:4px;color:var(--slate);font-weight:750}.touch-chart-deal-count{margin-top:5px;color:var(--muted);font-size:12px}.touch-chart-deals{display:grid;gap:12px;margin-top:18px}.touch-chart-deals a{color:#1b64b0;line-height:1.35;overflow-wrap:anywhere;text-underline-offset:2px}.touch-chart-deals a:hover{color:#0b57d0}.touches-summary{grid-template-columns:repeat(10,minmax(116px,1fr))}.touches-content{grid-template-columns:minmax(0,1fr) 420px}.touches-table-wrap{max-height:calc(100vh - 298px)}.touches-table{min-width:1480px}.row-good{box-shadow:inset 3px 0 #49a87a}.row-warning{box-shadow:inset 3px 0 #d6a21c}.row-alarm{box-shadow:inset 3px 0 #d92d20}.touches-scenario{min-width:170px;max-width:220px;line-height:1.3}.touches-scenario strong{display:block;margin-bottom:2px}.touches-violation-groups{display:grid;min-width:0;margin:0;padding:0;list-style:none;line-height:1.35}.touches-violation-group{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;padding:10px 0;border-top:1px solid var(--line-soft)}.touches-violation-group:first-child{padding-top:3px;border-top:0}.touches-violation-group:last-child{padding-bottom:3px}.touches-violation-index{padding-top:2px;color:var(--muted);font-size:11px;font-variant-numeric:tabular-nums;font-weight:700}.touches-violation-content{display:grid;gap:6px;min-width:0}.touches-violation-title{display:grid;grid-template-columns:18px minmax(0,1fr);gap:6px;align-items:start;color:var(--red)}.touches-violation-title strong{overflow-wrap:anywhere}.touches-violation-mark{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;margin-top:1px;border:1px solid currentColor;border-radius:50%;font-size:12px;line-height:1}.touches-violation-requirements{display:grid;gap:4px;margin:0;padding-left:18px;color:var(--text);font-weight:500}.touches-violation-requirements li{overflow-wrap:anywhere}.touches-badge,.badge{display:inline-flex;align-items:center;min-height:26px;max-width:210px;padding:3px 8px;border:1px solid transparent;border-radius:8px;font-size:12px;font-weight:750;line-height:1.2}.touches-badge.green,.badge.green{color:var(--green);background:var(--green-bg);border-color:#addfca}.touches-badge.yellow,.badge.yellow{color:var(--yellow);background:var(--yellow-bg);border-color:#f3d37b}.touches-badge.red,.badge.red{color:var(--red);background:var(--red-bg);border-color:#f5b5ad}.touches-badge.dark-red,.badge.dark-red{color:var(--dark-red);background:var(--dark-red-bg);border-color:#eea59c}.touches-badge.blue,.badge.blue{color:var(--blue);background:var(--blue-bg);border-color:#b2ccff}.touches-badge.slate,.badge.slate{color:var(--slate);background:var(--slate-bg);border-color:#d0d5dd}.touches-call-info{min-width:118px;font-variant-numeric:tabular-nums;line-height:1.35}.touches-call-info.alarm{color:var(--red);font-weight:750}.touches-details{max-height:calc(100vh - 28px);overflow-y:auto}.touches-badge-row{display:flex;flex-wrap:wrap;gap:6px}.touches-facts{display:grid;grid-template-columns:1fr;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}.touches-fact{min-height:58px;padding:9px 8px;border-bottom:1px solid var(--line-soft)}.touches-fact:last-child{border-bottom:0}.touches-fact-label{color:var(--muted);font-size:11px;font-weight:750;line-height:1.2}.touches-fact-value{margin-top:5px;font-weight:700;line-height:1.3}.touches-timeline,.touches-checklist{display:grid;gap:6px;margin:0;padding:0;list-style:none}.touches-timeline-item{display:grid;grid-template-columns:44px 1fr;gap:8px;align-items:start;padding:6px 0;border-bottom:1px solid var(--line-soft)}.touches-timeline-item:last-child{border-bottom:0}.touches-timeline-time{color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums}.touches-timeline-text{line-height:1.35}.touches-system-note{margin-left:5px;color:var(--blue);font-size:11px;font-weight:700}.touches-check-item{display:grid;grid-template-columns:18px 1fr;gap:7px;align-items:start;line-height:1.3}.touches-check-mark{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;margin-top:1px;border-radius:50%;font-size:11px;font-weight:800}.touches-check-mark.pass{color:var(--green);background:var(--green-bg);border:1px solid #addfca}.touches-check-mark.fail{color:var(--red);background:var(--red-bg);border:1px solid #f5b5ad}.touches-control-line{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:32px}.touches-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.touch-transcript-panel{display:grid;gap:12px;padding-top:2px}.touch-transcript-head{display:flex;align-items:center;justify-content:flex-end;gap:10px}.touch-transcript-action{min-height:34px;padding:0 12px;flex:0 0 auto}.touch-call-list{display:grid;border-top:1px solid var(--line)}.touch-group-evaluation{display:grid;gap:10px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff}.touch-call-item{border-bottom:1px solid var(--line)}.touch-call-item>summary{min-height:54px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 2px;cursor:pointer}.touch-call-item>summary>span:first-child{display:grid;gap:3px;min-width:0}.touch-call-item>summary strong,.touch-call-item>summary small{overflow-wrap:anywhere}.touch-call-item>summary small{color:var(--muted);font-size:11px}.touch-call-duration{font-weight:750;font-variant-numeric:tabular-nums}.touch-call-body{display:grid;gap:11px;padding:2px 2px 13px}.touch-call-command{display:flex;align-items:center;justify-content:space-between;gap:8px}.touch-transcript-note{margin:0;color:var(--muted);font-size:12px;line-height:1.4}.compact-message{padding:8px 10px}.touch-transcript-audio{width:100%;height:38px}.touch-evaluation{display:grid;gap:10px;padding-top:2px}.touch-evaluation-summary{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--line);border-left-width:4px;border-radius:10px;background:var(--slate-bg)}.touch-evaluation-summary>div{display:grid;gap:2px}.touch-evaluation-summary span,.touch-evaluation-summary small{font-size:11px;line-height:1.3}.touch-evaluation-summary small{color:var(--muted)}.touch-evaluation-summary strong{font-size:24px;line-height:1.1;font-variant-numeric:tabular-nums}.touch-evaluation-summary.pass{border-color:#addfca;color:var(--green);background:var(--green-bg)}.touch-evaluation-summary.fail,.touch-evaluation-summary.critical{border-color:#f5b5ad;color:var(--red);background:var(--red-bg)}.touch-evaluation-summary.critical{color:var(--dark-red);background:var(--dark-red-bg)}.touch-evaluation-summary.manual{border-color:#f3d37b;color:var(--yellow);background:var(--yellow-bg)}.touch-evaluation-status{max-width:185px;font-weight:800;text-align:right}.touch-evaluation-review,.touch-evaluation-alert,.touch-evaluation-conclusion{padding:10px 12px;border:1px solid var(--line-soft);border-radius:8px;font-size:12px;line-height:1.45}.touch-evaluation-review{border-color:#f3d37b;color:#7a5200;background:#fff9e8}.touch-evaluation-review ul,.touch-evaluation-criteria ul{margin:6px 0 0;padding-left:18px}.touch-evaluation-criteria{display:grid;gap:7px;margin:0;padding:0;list-style:none}.touch-evaluation-criteria>li{padding:10px 11px;border:1px solid var(--line-soft);border-left-width:3px;border-radius:8px;background:#fff}.touch-evaluation-criteria>li.passed{border-left-color:#49a87a}.touch-evaluation-criteria>li.failed{border-left-color:#d92d20}.touch-evaluation-criteria p,.touch-evaluation-alert p,.touch-evaluation-conclusion p{margin:6px 0 0}.touch-evaluation-criterion-head,.touch-evaluation-alert-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.touch-evaluation-criterion-head span{font-weight:750;line-height:1.35}.touch-evaluation-criterion-head strong{flex:0 0 auto;font-variant-numeric:tabular-nums}.touch-evaluation-criteria>li.passed .touch-evaluation-criterion-head strong{color:var(--green)}.touch-evaluation-criteria>li.failed .touch-evaluation-criterion-head strong{color:var(--red)}.touch-evaluation-evidence{display:grid;gap:5px;margin:7px 0 0;padding:0;color:var(--slate);list-style:none}.touch-evaluation-evidence li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:7px;align-items:start}.touch-evaluation-evidence li>span:first-child{grid-column:1 / -1}.touch-evaluation-evidence time{color:var(--blue);font-size:11px;font-weight:750;font-variant-numeric:tabular-nums;white-space:nowrap}.touch-evaluation-alert.critical{border-color:#eea59c;color:var(--dark-red);background:var(--dark-red-bg)}.touch-evaluation-alert.risk{border-color:#f5b5ad;color:#8a2017;background:#fff3f1}.touch-evaluation-alert-head>span{flex:0 0 auto;padding:2px 6px;border:1px solid #eea59c;border-radius:6px;background:#fff;font-size:10px;font-weight:800}.touch-evaluation-conclusion{background:#f8fafc}.touch-transcript-section{display:grid;gap:7px;padding-top:11px;border-top:1px solid var(--line-soft)}.touch-transcript-section h3{margin:0;font-size:12px;line-height:1.3}.touch-transcript-disclosure>summary{width:fit-content;color:var(--text);cursor:pointer;font-size:12px;font-weight:800;line-height:1.3}.touch-transcript-disclosure>summary:hover{color:var(--blue)}.touch-transcript-disclosure-body{display:grid;gap:7px;padding-top:7px}.touch-transcript-section p{margin:0;line-height:1.45}.touch-transcript-recommendations{display:grid;gap:5px;margin:0;padding-left:18px;line-height:1.4}.touch-transcript-lines{display:grid;gap:2px;max-height:420px;overflow-y:auto;padding-right:4px}.touch-transcript-line{width:100%;min-width:0;border:0;border-left:3px solid transparent;border-radius:6px;appearance:none;background:transparent;color:var(--text);cursor:pointer;display:grid;grid-template-columns:48px 58px minmax(0,1fr);align-items:start;gap:10px;padding:10px 9px;font:inherit;text-align:left;transition:background-color .12s ease,border-color .12s ease}.touch-transcript-line:hover{background:#f4f7fc}.touch-transcript-line.active{border-left-color:#1f67d8;background:#eaf1ff}.touch-transcript-line:focus-visible{outline:2px solid #1f67d8;outline-offset:-2px}.touch-transcript-line:disabled{cursor:default;opacity:1}.touch-transcript-line:disabled:hover{background:transparent}.touch-transcript-line:disabled.active{background:#eaf1ff}.touch-transcript-line time{color:#185dcc;font-size:12px;font-variant-numeric:tabular-nums;font-weight:800;line-height:1.45;white-space:nowrap}.touch-transcript-line strong{color:var(--muted);font-size:11px;font-weight:800;line-height:1.55;white-space:nowrap}.touch-transcript-line>span{min-width:0;font-size:13px;line-height:1.45;overflow-wrap:anywhere}.modal-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:18px;background:#11182775}.control-modal{width:min(520px,100%);border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 18px 44px #10182838;padding:16px}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.modal-head h2{margin:0;font-size:18px;line-height:1.25}.modal-close{width:32px;height:32px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);cursor:pointer;font-size:22px;line-height:1}.modal-close:disabled{cursor:progress;opacity:.72}.modal-field{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:700}.modal-field .task-input{min-height:138px;color:var(--text);font-size:14px;font-weight:400}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.settings-page,.settings-panels{display:grid;gap:14px}.settings-panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);padding:14px;display:grid;gap:12px;max-width:680px}.settings-prompt-panel{max-width:1100px}.settings-panel-head{display:grid;gap:4px}.settings-panel-head h2,.settings-panel-head p{margin:0}.settings-panel-head h2{font-size:18px}.settings-panel-head p{color:var(--muted);font-size:13px;line-height:1.45}.settings-prompt-field{display:grid;gap:6px}.settings-prompt-field>span{font-size:13px;font-weight:750}.settings-prompt-field textarea{width:100%;min-height:560px;resize:vertical;border:1px solid var(--line);border-radius:8px;padding:12px;color:var(--text);background:#fff;font:13px/1.5 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.settings-prompt-field textarea:focus{border-color:var(--blue);outline:2px solid color-mix(in srgb,var(--blue) 18%,transparent)}.settings-prompt-field textarea:disabled{color:var(--muted);background:#f7f8fa}.settings-summary{color:var(--muted);font-size:12px;font-weight:700}.settings-users{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}.settings-user{display:grid;grid-template-columns:18px 1fr;align-items:start;gap:8px;border:1px solid var(--line);border-radius:8px;padding:10px;background:#fff}.settings-user input{width:18px;min-height:18px;margin:1px 0 0}.settings-user span{display:grid;gap:3px;min-width:0}.settings-user strong,.settings-user small{overflow-wrap:anywhere}.settings-user small{color:var(--muted);font-size:12px}.settings-actions{justify-content:flex-start}.settings-prompt-actions{flex-wrap:wrap}.footer-note{color:var(--muted);font-size:12px;line-height:1.4}@media(max-width:1400px){.filter-grid{grid-template-columns:repeat(4,minmax(140px,1fr))}.analytics-filters{grid-template-columns:repeat(3,minmax(150px,1fr))}.summary{grid-template-columns:repeat(5,minmax(116px,1fr))}.touches-filter-grid{grid-template-columns:repeat(5,minmax(130px,1fr))}.content{grid-template-columns:1fr}.details-panel{position:static}}@media(max-width:720px){.topbar{align-items:flex-start;padding:12px;gap:10px;flex-direction:column}.brand{flex-wrap:wrap}.tabs{width:100%;overflow-x:auto;margin-left:0;min-height:38px}.tab{min-height:38px}.page{padding:12px}.filter-grid,.analytics-filters,.summary,.touches-filter-grid,.touches-summary{grid-template-columns:1fr 1fr}.analytics-filters .reset-btn{width:100%}.analytics-panel-head{align-items:flex-start;flex-direction:column}.table-head-actions{width:100%;align-items:stretch;flex-direction:column}.target-note{display:none}.drawer-metrics{grid-template-columns:1fr}.drawer-metric{border-right:0;border-bottom:1px solid var(--line)}.drawer-metric:last-child{border-bottom:0}.progress-row{grid-template-columns:minmax(100px,1fr) minmax(90px,1fr) 48px}.wide-search{grid-column:1 / -1}.toolbar-main{align-items:flex-start;flex-direction:column}.period-buttons{width:100%}.touches-toolbar-actions{width:100%;align-items:stretch;flex-direction:column}.touch-chart-trigger{justify-content:center}.touch-chart-overlay{align-items:flex-start;padding:12px}.touch-chart-modal{width:calc(100vw - 24px);max-height:calc(100vh - 24px);border-radius:10px}.touch-chart-head{min-height:82px;flex-wrap:wrap;padding:18px 16px 12px}.touch-chart-period{order:3;margin-left:0}.touch-chart-table-wrap{max-height:calc(100vh - 158px)}.touch-chart-modal>.system-message{margin:0 16px 12px}.modal-actions{grid-template-columns:1fr}.seg-btn{flex:1 1 calc(50% - 6px)}.touches-actions{grid-template-columns:1fr}}@media(max-width:440px){.touches-filter-grid,.touches-summary,.touches-facts{grid-template-columns:1fr}.touches-fact:nth-child(odd){border-right:0}.touches-fact:nth-last-child(-n+2){border-bottom:1px solid var(--line-soft)}.touches-fact:last-child{border-bottom:0}}:root{--bg: #f3f6f9;--panel: #ffffff;--line: #dce3eb;--line-strong: #cbd5e1;--line-soft: #e8edf3;--surface-soft: #f8fafc;--text: #17202d;--muted: #667489;--slate: #344054;--slate-bg: #eef1f5;--green: #087f75;--green-bg: #e7f7f3;--yellow: #b54708;--yellow-bg: #fff3e0;--red: #b42318;--red-bg: #fff0ee;--dark-red: #8d2018;--dark-red-bg: #fde5e2;--blue: #155eef;--blue-bg: #eaf1ff;--violet: #6941c6;--violet-bg: #f1edff;--nav: #132237;--nav-soft: #1d3049;--nav-muted: #aebbd0;--shadow: 0 8px 24px rgba(24, 39, 58, .07)}html,body,#root{min-height:100%}body{overflow:hidden;background:var(--bg);color:var(--text);font-size:14px}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible,textarea:focus-visible{outline:0;border-color:var(--blue)!important;box-shadow:0 0 0 3px #155eef38}.app{height:100vh;min-height:680px;display:grid;grid-template-columns:232px minmax(0,1fr);grid-template-rows:minmax(0,1fr);background:var(--bg)}.topbar{grid-column:1;grid-row:1 / -1;min-width:0;min-height:100%;display:flex;align-items:stretch;justify-content:flex-start;flex-direction:column;padding:20px 14px 16px;color:#fff;background:var(--nav);border-right:1px solid rgba(255,255,255,.06)}.brand{min-width:0;display:grid;align-items:stretch;gap:0}.tabs{width:100%;min-height:0;display:grid;align-items:stretch;gap:4px;margin:0;overflow:visible}.tab,button.tab{width:100%;min-height:46px;position:relative;display:flex;align-items:center;padding:0 11px 0 40px;border:0;border-radius:9px;color:#c8d3e2;background:transparent;text-align:left;font-size:13px;font-weight:700;cursor:pointer}.tab:before{width:18px;position:absolute;left:12px;color:#8fa2bd;text-align:center;font-size:16px;line-height:1}.tab:nth-child(1):before{content:"₽"}.tab:nth-child(2):before{content:"◌"}.tab:nth-child(3):before{content:"↗"}.tab:nth-child(4):before{content:"▥"}.tab:nth-child(5):before{content:"⚙"}.tab:hover{color:#fff;background:#ffffff0f}.tab.active{color:#fff;background:var(--nav-soft);box-shadow:inset 3px 0 var(--blue)}.tab.active:before{color:#75a7ff}.top-actions{min-height:0;display:flex;align-items:stretch;flex:1;flex-direction:column;gap:7px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.09);color:#d7e1ee;white-space:normal}.top-action-btn{order:2;width:100%;min-height:40px;padding:8px 10px;border:1px solid rgba(255,255,255,.1);border-radius:9px;color:#d7e1ee;background:#ffffff09;text-align:left;font-size:12px;line-height:1.25;font-weight:700}.top-action-btn:hover{background:#ffffff14}.sync-message{order:1;padding:8px 10px;border-radius:8px;color:#9cf1d1;background:#48d6a514;font-size:11px}.user-chip{order:3;width:100%;min-height:48px;display:flex;align-items:center;margin-top:auto;padding:10px 9px;border:1px solid rgba(255,255,255,.1);border-radius:9px;color:#fff;background:#ffffff0a;font-size:12px;font-weight:750}.page{grid-column:2;grid-row:1;min-width:0;min-height:0;display:grid;align-content:start;gap:12px;padding:16px 18px 24px;overflow:auto;background:var(--bg)}.page>*{width:100%;max-width:none;margin-inline:0}h1{font-size:27px;line-height:1.05;letter-spacing:-.025em}.title-note,.subtitle{color:var(--muted);font-size:12px}.toolbar,.table-panel,.details-panel,.summary-section,.settings-panel{border:1px solid var(--line);border-radius:12px;background:var(--panel);box-shadow:0 2px 8px #18273a09}.toolbar{gap:11px;padding:12px}.toolbar-main{min-height:36px}.period-buttons{gap:5px;padding:4px;border:1px solid var(--line);border-radius:10px;background:var(--panel)}.seg-btn,.secondary-btn,.reset-btn{min-height:34px;padding:0 11px;border:1px solid transparent;border-radius:7px;color:#526174;background:transparent;font-size:12px;font-weight:750}.secondary-btn,.reset-btn{border-color:var(--line-strong);background:#fff}.seg-btn:hover,.secondary-btn:hover,.reset-btn:hover{background:var(--surface-soft, #f8fafc)}.seg-btn.active{color:#fff;border-color:var(--blue);background:var(--blue);box-shadow:0 3px 9px #155eef33}.filter-grid{grid-template-columns:repeat(6,minmax(92px,1fr)) minmax(160px,1.45fr);gap:8px}.field{gap:4px}.field span,.detail-label,.date-field span{color:#566477;font-size:11px;font-weight:750}select,input{min-height:34px;padding:0 9px;border-color:var(--line);border-radius:7px;color:#344054;background:#fff;font-size:12px}.summary{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.metric,button.metric{min-width:0;min-height:82px;position:relative;display:flex;justify-content:space-between;gap:6px;padding:10px 10px 9px 13px;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--panel);box-shadow:none;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.metric:before{content:"";width:3px;position:absolute;inset:0 auto 0 0;background:var(--blue)}.metric.green:before{background:var(--green)}.metric.yellow:before{background:var(--yellow)}.metric.red:before,.metric.dark-red:before{background:var(--red)}.metric.violet:before{background:var(--violet)}.metric.blue:before{background:var(--blue)}button.metric:hover{transform:translateY(-1px);border-color:#afbdcd}.metric.active{outline:0;border-color:var(--blue);box-shadow:0 0 0 2px #155eef21}.metric.green.active{border-color:var(--green);box-shadow:0 0 0 2px #087f7521}.metric.yellow.active{border-color:var(--yellow);box-shadow:0 0 0 2px #b5470821}.metric.red.active,.metric.dark-red.active{border-color:var(--red);box-shadow:0 0 0 2px #b4231821}.metric-label{color:#667085;font-size:11px;line-height:1.15;font-weight:750}.metric-value{color:var(--text);font-size:26px;line-height:1;font-weight:800;letter-spacing:-.035em}.metric-extra,.metric-context{color:#98a2b3;font-size:10px;font-weight:700}.system-message{padding:9px 11px;border-radius:8px;font-size:11px}.content{grid-template-columns:minmax(0,1fr) 318px;gap:12px}.table-panel,.details-panel{overflow:hidden;box-shadow:var(--shadow)}.panel-head{min-height:56px;padding:0 14px}.panel-title{font-size:14px;font-weight:800}.panel-meta{font-size:11px}.table-wrap{max-height:calc(100vh - 294px)}table{min-width:1180px}th{height:42px;padding:6px 7px;color:#667085;background:#f7f9fc;font-size:10px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}td{height:52px;padding:6px 7px;color:#344054;border-color:var(--line-soft);font-size:12px;line-height:1.2}tbody tr:hover{background:#f8fbff}tbody tr.selected{background:#edf4ff;box-shadow:inset 3px 0 var(--blue)}.client-link{color:#172b4d;font-size:12px;font-weight:800}.muted,.row-meta,.status-note,.control-comment{color:#8793a4;font-size:10px}.status,.control,.payment-badge,.rework-paid-badge,.touches-badge,.rate,.signal-count,.partial{min-height:22px;padding:3px 6px;border-radius:6px;font-size:10px;line-height:1.1;font-weight:800}.details-panel{top:0}.details-body{gap:11px;padding:14px}.detail-name strong{font-size:17px}.detail-grid{gap:7px}.detail-cell,.touches-fact{min-height:52px;padding:9px;border-color:var(--line-soft);border-radius:8px;background:#f8fafc}.action-btn{min-height:36px;border-radius:8px;font-size:11px;font-weight:800}.analytics-toolbar,.statistics-toolbar,.touches-toolbar{gap:11px}.analytics-filters{grid-template-columns:repeat(2,minmax(145px,.8fr)) repeat(2,minmax(145px,1fr)) auto}.analytics-summary,.touches-summary{grid-template-columns:repeat(5,minmax(0,1fr))}.analytics-metric{min-height:88px;border-top:1px solid var(--line)}.analytics-metric.blue,.analytics-metric.green,.analytics-metric.violet,.analytics-metric.red{border-top-color:var(--line)}.summary-section{padding:12px}.summary-head{margin-bottom:10px}.analytics-panel-head{min-height:54px}.analytics-table-wrap{max-height:calc(100vh - 372px)}.analytics-table{min-width:1180px;font-size:12px}.analytics-table th,.analytics-table td{padding:8px 7px}.analytics-table thead th{font-size:10px}.group-payments{background:#f2f6ff!important}.group-touches{background:#eef9f6!important}.group-signals{background:#f6f2ff!important}.statistics-toolbar{gap:11px}.statistics-toolbar+.system-message+.summary,.statistics-toolbar+.summary,.stat-metric{min-width:0}.statistics-toolbar~.summary{grid-template-columns:repeat(5,minmax(0,1fr))}.statistics-money{grid-template-columns:repeat(2,minmax(180px,1fr))}.money-tile{min-height:64px;padding:11px 13px;border-radius:10px;box-shadow:none}.money-tile span{font-size:11px}.money-tile strong{font-size:21px}.statistics-table-wrap{max-height:calc(100vh - 366px)}.statistics-table{min-width:1120px}.settings-page{gap:12px}.settings-panels{grid-template-columns:minmax(320px,.82fr) minmax(520px,1.4fr);gap:12px;align-items:start}.settings-panel,.settings-prompt-panel{max-width:none;gap:11px;padding:14px}.settings-panel-head h2{font-size:16px}.settings-panel-head p{font-size:11px}.settings-users{grid-template-columns:1fr;gap:7px}.settings-user{min-height:44px;align-items:center;padding:8px 9px;border-radius:8px;background:#f8fafc}.settings-user strong{font-size:12px}.settings-user small,.settings-summary,.settings-prompt-field>span{font-size:11px}.settings-prompt-field textarea{min-height:410px;padding:11px;border-radius:8px;font-size:12px}.touches-table{min-width:1260px}.touches-table-wrap{max-height:calc(100vh - 350px)}.touches-details .panel-head{min-height:52px;position:sticky;top:0;z-index:3;background:var(--panel)}.details-panel.touches-details{max-height:calc(100vh - 28px);overflow-y:auto;overscroll-behavior-y:contain;scrollbar-gutter:stable}@media(min-width:1281px){.page.touches-page{display:flex;flex-direction:column;overflow:hidden}.touches-page>.toolbar,.touches-page>.touches-summary,.touches-page>.system-message{flex:0 0 auto}.touches-page>.touches-content{min-height:0;flex:1 1 auto;align-items:stretch}.touches-page .table-panel,.touches-page .details-panel.touches-details{height:100%;min-height:0;max-height:none}.touches-page .table-panel{display:flex;flex-direction:column}.touches-page .table-panel>.panel-head{flex:0 0 auto}.touches-page .touches-table-wrap{min-height:0;max-height:none;flex:1 1 auto;overflow:auto;overscroll-behavior:auto;scrollbar-gutter:stable}.touches-page .details-panel.touches-details{overflow-y:auto;overscroll-behavior-y:auto}}.touches-call,.touch-call-card,.transcript-card,.touch-chart-overview,.touch-chart-roster{border-color:var(--line)!important;border-radius:10px!important;box-shadow:none!important}.touch-chart-modal{border-color:var(--line);border-radius:14px;background:var(--bg)}.modal-backdrop,.drawer-backdrop,.touch-chart-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}@media(max-width:1280px){.app{grid-template-columns:198px minmax(0,1fr)}.topbar{padding-inline:10px}.summary{grid-template-columns:repeat(4,minmax(0,1fr))}.analytics-summary,.touches-summary,.statistics-toolbar~.summary{grid-template-columns:repeat(4,minmax(0,1fr))}.filter-grid{grid-template-columns:repeat(4,minmax(110px,1fr))}.analytics-filters{grid-template-columns:repeat(3,minmax(140px,1fr))}.content{grid-template-columns:1fr}.details-panel{position:static}.settings-panels{grid-template-columns:1fr}.settings-prompt-field textarea{min-height:360px}}@media(max-width:900px){body{overflow:auto}.app{height:auto;min-height:100vh;display:block}.topbar{min-height:0;display:grid;gap:10px;padding:12px}.brand{display:flex;align-items:center;gap:0}.tabs{display:flex;gap:4px;margin:0;overflow-x:auto}.tab,button.tab{width:auto;min-width:max-content;min-height:38px;padding:0 11px}.tab:before{display:none}.tab.active{box-shadow:inset 0 -3px var(--blue)}.top-actions{display:flex;flex-direction:row;flex-wrap:wrap;margin:0;padding-top:10px}.top-action-btn,.user-chip{width:auto;min-height:36px;margin:0}.user-chip{order:1}.sync-message{width:100%}.page{padding:12px;overflow:visible}.summary,.analytics-summary,.touches-summary,.statistics-toolbar~.summary{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-grid,.analytics-filters,.touches-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.brand{display:grid}.top-actions{display:grid;grid-template-columns:1fr}.top-action-btn,.user-chip{width:100%}.filter-grid,.analytics-filters,.touches-filter-grid,.summary,.analytics-summary,.touches-summary,.statistics-toolbar~.summary,.statistics-money{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
