.v2-root .v2-chat-form.v2-chat-composer{display:grid;grid-template-columns:minmax(0,1fr) 36px;align-items:end}.v2-root .v2-next-suggestion{margin:14px 0 4px;padding-top:9px;border-top:1px dashed var(--line)}.v2-root .v2-next-suggestion>span{display:block;margin:0 0 5px 2px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.v2-root .v2-next-suggestion button{width:100%;padding:8px 10px;text-align:left;color:var(--primary);background:color-mix(in srgb,var(--primary) 4%,white);border:1px solid color-mix(in srgb,var(--primary) 18%,var(--line));border-radius:9px;font:inherit;font-size:12px;line-height:1.35;cursor:pointer}.v2-root .v2-next-suggestion button:hover:not(:disabled){background:color-mix(in srgb,var(--primary) 12%,white)}.v2-root .v2-chat-composer textarea{grid-column:1;grid-row:1;width:100%}.v2-root .v2-chat-composer>button.primary{grid-column:2;grid-row:1}.v2-root .v2-chat-composer-toolbar{grid-column:1 / -1;grid-row:2;min-width:0;padding:2px 3px 1px;display:flex;align-items:center;gap:6px;border-top:1px solid var(--line)}.v2-root .v2-chat-composer-toolbar .v2-chat-model,.v2-root .v2-chat-composer-toolbar .v2-reasoning{min-width:0;display:inline-flex;align-items:center;gap:4px;color:var(--muted)}.v2-root .v2-chat-composer-toolbar .v2-chat-model select,.v2-root .v2-chat-composer-toolbar .v2-reasoning select{min-height:28px;max-width:132px;font-size:10px}@media(max-width:619px){.v2-root .v2-chat-form.v2-chat-composer{grid-template-columns:minmax(0,1fr) 40px}.v2-root .v2-chat-composer-toolbar{gap:4px;overflow-x:auto;scrollbar-width:thin}.v2-root .v2-chat-composer-toolbar .v2-chat-model select,.v2-root .v2-chat-composer-toolbar .v2-reasoning select{min-height:30px;max-width:112px}}.ca-root.v2-root{--bg: var(--canvas, #fbfbfc);--panel: var(--surface, #ffffff);--panel-2: var(--sidebar, #f8f8fa);--text: var(--ink, #111318);--warn: #c76b06;--v2-inbound: #0000ff;--v2-outbound: #ffa500;--v2-success: #12946e;--accent-2: var(--v2-outbound);--shadow: 0 1px 3px rgba(22, 32, 46, .08);--v2-blue-soft: rgba(31, 111, 214, .09);--v2-green-soft: rgba(18, 148, 110, .1);--v2-orange-soft: rgba(199, 107, 6, .1);background:var(--bg);overflow-x:clip}.v2-root .ca-view{container:ca / inline-size}.v2-root .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.v2-root .v2-topbar{min-height:52px;padding:8px 24px;display:flex;align-items:center;gap:12px;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:#f3f5f9f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.v2-root .v2-brand{min-height:36px;display:inline-flex;align-items:center;gap:8px;color:var(--text);font-size:15px;text-decoration:none}.v2-root .v2-brand-mark{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:var(--accent);color:#fff;box-shadow:inset 0 1px #fff3}.v2-root .v2-brand-mark svg{width:15px;height:15px}.v2-root .v2-brand-name{display:inline-flex;align-items:baseline;gap:5px}.v2-root .v2-brand strong{color:var(--accent)}.v2-root .v2-demo{display:none}.v2-root .v2-demo,.v2-root .v2-ready{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;border:1px solid rgba(18,148,110,.22);border-radius:999px;background:var(--v2-green-soft);color:#0d785b;font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.v2-root .v2-demo:before,.v2-root .v2-ready:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--v2-success)}.v2-root .v2-ready.loading{border-color:#1f6fd640;background:var(--v2-blue-soft);color:var(--accent)}.v2-root .v2-ready.loading:before{background:var(--accent)}.v2-root .v2-ready.error{border-color:#c76b0647;background:var(--v2-orange-soft);color:#9a5105}.v2-root .v2-ready.error:before{background:var(--warn)}.v2-root .v2-top-actions{margin-left:auto;display:flex;align-items:center;gap:4px}.v2-root .v2-top-actions a,.v2-root .v2-top-actions button{min-height:34px;padding:5px 8px;display:inline-flex;align-items:center;gap:5px;border-color:transparent;background:transparent;color:var(--muted);font-size:11px;font-weight:600;text-decoration:none}.v2-root .v2-top-actions a:hover,.v2-root .v2-top-actions button:hover:not(:disabled){border-color:var(--line);background:var(--panel);color:var(--accent)}.v2-root .v2-more{display:none;position:relative}.v2-root .v2-more summary{width:34px;height:34px;display:grid;place-items:center;border:1px solid transparent;border-radius:8px;color:var(--muted);cursor:pointer;list-style:none}.v2-root .v2-more summary::-webkit-details-marker{display:none}.v2-root .v2-more[open] summary{border-color:var(--line);background:var(--panel);color:var(--accent)}.v2-root .v2-more>div{width:210px;padding:6px;display:grid;position:absolute;top:calc(100% + 7px);right:0;z-index:80;border:1px solid var(--line);border-radius:10px;background:var(--panel);box-shadow:0 16px 44px #16202e2e}.v2-root .v2-more>div a,.v2-root .v2-more>div button{width:100%;justify-content:flex-start}.v2-root button:disabled,.v2-root select:disabled{opacity:.52;cursor:not-allowed}.v2-root .v2-main{width:min(100%,1480px);margin:0 auto;padding:20px 24px 42px;transition:padding-right .18s ease}.v2-root .v2-intro{margin-bottom:14px;display:flex;align-items:end;justify-content:space-between;gap:24px}.v2-root .v2-eyebrow{display:block;margin-bottom:2px;color:var(--accent);font-size:10px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.v2-root .v2-intro h1{margin:0;font-size:clamp(22px,2vw,30px);line-height:1.15;letter-spacing:-.035em}.v2-root .v2-detail-back{display:inline-flex;align-items:center;gap:4px;margin:0 0 3px;padding:0;border:0;background:transparent;color:var(--muted);font:inherit;font-size:11px;font-weight:700;line-height:1.25;cursor:pointer}.v2-root .v2-detail-back:hover,.v2-root .v2-detail-back:focus-visible{color:var(--accent)}.v2-root .v2-intro p,.v2-root .v2-card-head p{margin:4px 0 0;color:var(--muted);font-size:12px}.v2-root .v2-filters{min-height:50px;margin-bottom:12px;padding:7px;display:flex;position:relative;align-items:center;flex-wrap:wrap;gap:8px;border:1px solid var(--line);border-radius:12px;background:var(--panel);box-shadow:var(--shadow)}@container ca (min-width: 900px){.v2-root .v2-filters{position:sticky;top:60px;z-index:44;box-shadow:0 8px 24px #16202e1c}.v2-root .v2-work-hours small{display:none}}.v2-root .v2-period-picker{min-width:0;display:flex;flex:1 1 auto;align-items:center;gap:7px}.v2-root .v2-presets,.v2-root .v2-direction{display:inline-flex;align-items:center;gap:3px;padding:3px;border-radius:9px;background:var(--panel-2)}.v2-root .v2-presets button,.v2-root .v2-direction button{min-height:34px;padding:5px 10px;border:0;background:transparent;color:var(--muted);font-size:12px;font-weight:600;white-space:nowrap}.v2-root .v2-presets button:hover,.v2-root .v2-direction button:hover{border:0;color:var(--text)}.v2-root .v2-presets button.active,.v2-root .v2-direction button.active{border:0;background:var(--panel);color:var(--accent);box-shadow:0 1px 4px #16202e21}.v2-root .v2-range-control{position:relative}.v2-root .v2-range-button{min-width:188px;min-height:38px;padding:5px 8px;display:grid;grid-template-columns:18px minmax(0,1fr) 14px;align-items:center;column-gap:6px;border-color:var(--line);background:var(--panel);text-align:left}.v2-root .v2-range-button:hover,.v2-root .v2-range-button.open{border-color:var(--accent);background:var(--panel-2)}.v2-root .v2-range-button>svg:first-child{grid-row:1 / 3;color:var(--muted)}.v2-root .v2-range-button>svg:last-child{grid-column:3;grid-row:1 / 3;color:var(--muted);transition:transform .14s ease}.v2-root .v2-range-button.open>svg:last-child{transform:rotate(180deg)}.v2-root .v2-range-button span{color:var(--muted);font-size:9px;line-height:1.1;letter-spacing:.06em;text-transform:uppercase}.v2-root .v2-range-button strong{max-width:190px;overflow:hidden;color:var(--text);font-size:11px;line-height:1.2;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.v2-root .v2-range-popover{width:660px;padding:12px;position:absolute;top:calc(100% + 8px);left:0;z-index:70;border:1px solid var(--line);border-radius:12px;background:var(--panel);box-shadow:0 18px 50px #16202e33}.v2-root .v2-calendar-head{min-height:32px;margin-bottom:7px;display:grid;grid-template-columns:32px 1fr 32px;align-items:center;gap:8px}.v2-root .v2-calendar-head p{margin:0;color:var(--muted);font-size:11px;font-weight:600;text-align:center}.v2-root .v2-calendar-head button{width:34px;height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-color:transparent;background:transparent}.v2-root .v2-calendar-head button:hover:not(:disabled){border-color:var(--line);background:var(--panel-2)}.v2-root .v2-calendar-months{display:grid;grid-template-columns:1fr 1fr;gap:18px}.v2-root .v2-calendar-month{min-width:0}.v2-root .v2-calendar-month h3{margin:0 0 8px;font-size:12px;font-weight:700;text-align:center;text-transform:capitalize}.v2-root .v2-calendar-weekdays,.v2-root .v2-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.v2-root .v2-calendar-weekdays{margin-bottom:3px;color:var(--muted);font-size:10px;font-weight:650;text-align:center;text-transform:capitalize}.v2-root .v2-calendar-grid{row-gap:2px}.v2-root .v2-calendar-grid button,.v2-root .v2-calendar-empty{min-width:0;height:34px}.v2-root .v2-calendar-grid button{padding:0;position:relative;border:0;border-radius:0;background:transparent;font-size:11px;font-variant-numeric:tabular-nums}.v2-root .v2-calendar-grid button:hover:not(:disabled){border:0;border-radius:7px;background:var(--panel-2);color:var(--accent)}.v2-root .v2-calendar-grid button.in-range{background:var(--v2-blue-soft);color:var(--accent)}.v2-root .v2-calendar-grid button.range-start{border-radius:8px 0 0 8px}.v2-root .v2-calendar-grid button.range-end{border-radius:0 8px 8px 0}.v2-root .v2-calendar-grid button.range-start.range-end{border-radius:8px}.v2-root .v2-calendar-grid button.range-start,.v2-root .v2-calendar-grid button.range-end{background:var(--accent);color:#fff;font-weight:700}.v2-root .v2-calendar-grid button.range-start:hover:not(:disabled),.v2-root .v2-calendar-grid button.range-end:hover:not(:disabled){background:var(--accent);color:#fff}.v2-root .v2-calendar-grid button:disabled{color:#b6beca;cursor:default}.v2-root .v2-calendar-footer{margin-top:9px;padding-top:9px;display:flex;align-items:center;justify-content:flex-end;gap:10px;border-top:1px solid var(--line)}.v2-root .v2-calendar-footer span{margin-right:auto;color:var(--muted);font-size:10px}.v2-root .v2-calendar-footer button{min-height:34px;padding:4px 11px;font-size:11px}.v2-root .v2-export{display:flex;align-items:center}.v2-root .v2-export button{min-height:36px;padding:6px 10px;display:inline-flex;align-items:center;gap:6px;border-color:var(--line);background:var(--panel);color:var(--text);font-size:11px;font-weight:700}.v2-root .v2-export button:not(:disabled):hover{border-color:var(--accent);color:var(--accent)}.v2-root .v2-work-hours{min-height:36px;padding:5px 9px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:9px;background:var(--panel);color:var(--muted);cursor:pointer}.v2-root .v2-work-hours:has(input:checked){border-color:#1f6fd657;background:var(--v2-blue-soft);color:var(--accent)}.v2-root .v2-work-hours input{width:15px;height:15px;margin:0;accent-color:var(--accent)}.v2-root .v2-work-hours>span{display:grid;line-height:1.1}.v2-root .v2-work-hours b{font-size:10px}.v2-root .v2-work-hours small{margin-top:2px;color:var(--muted);font-size:9px;font-variant-numeric:tabular-nums;white-space:nowrap}.v2-root .v2-direction-wrap{margin-left:auto;display:flex;align-items:center;gap:7px}.v2-root .v2-direction-wrap>span{color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.v2-root .v2-filter-note{max-width:min(360px,calc(100% - 24px));margin:0;padding:6px 9px;position:absolute;top:calc(100% + 7px);right:7px;z-index:46;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 6px 18px #16202e1f;color:var(--muted);font-size:10.5px;line-height:1.35}.v2-root .v2-filter-note.error{color:var(--warn)}.v2-root .v2-filter-note.success{color:var(--v2-success)}.v2-root .v2-direction button:first-child.active{color:var(--accent)}.v2-root .v2-direction button:nth-child(2).active{color:var(--accent)}.v2-root .v2-direction button:nth-child(3).active{color:var(--v2-outbound)}.v2-root .v2-kpis{margin-bottom:12px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.v2-root .v2-kpis article{min-width:0;min-height:80px;padding:9px 10px 8px 39px;position:relative;display:flex;flex-direction:column;justify-content:center;border:1px solid var(--line);border-radius:12px;background:var(--panel);box-shadow:var(--shadow)}.v2-root .v2-kpis article>svg{width:21px;height:21px;padding:4px;position:absolute;top:12px;left:11px;border-radius:8px;background:var(--v2-blue-soft);color:var(--accent)}.v2-root .v2-kpis article.needs-review{border-color:color-mix(in srgb,var(--muted) 35%,var(--line));background:color-mix(in srgb,var(--panel) 94%,var(--v2-blue-soft))}.v2-root .v2-kpis article.needs-review>svg{background:var(--panel-2);color:var(--muted)}.v2-root .v2-kpis article>span{color:var(--muted);font-size:12px;font-weight:700;line-height:1.1;letter-spacing:.045em;text-transform:uppercase;overflow-wrap:anywhere}.v2-root .v2-kpis article>strong{margin-top:1px;font-size:clamp(17px,1.55vw,24px);line-height:1.08;letter-spacing:-.035em;font-variant-numeric:tabular-nums}.v2-root .v2-kpis article.needs-review>strong{color:color-mix(in srgb,var(--ink) 78%,var(--muted))}.v2-root .v2-kpis article>small{margin-top:2px;color:var(--muted);font-size:12px;line-height:1.18;overflow-wrap:anywhere}.v2-root .v2-kpi-review-note{color:var(--muted);font-size:11px;font-weight:500;letter-spacing:normal;text-transform:none}.v2-root .v2-kpis article:nth-child(-n+2)>strong{font-weight:800}.v2-root .v2-workspace{display:grid;grid-template-columns:minmax(0,1fr) var(--v2-chat-width, 390px);align-items:start;gap:12px;transition:grid-template-columns .18s ease}.v2-root .v2-workspace.chat-collapsed{grid-template-columns:minmax(0,1fr)}.v2-root .v2-activity-card,.v2-root .v2-team-card,.v2-root .v2-chat,.v2-root .v2-detail{min-width:0;border:1px solid var(--line);border-radius:13px;background:var(--panel);box-shadow:var(--shadow)}.v2-root .v2-analytics-stack{min-width:0;display:grid;gap:12px}.v2-root .v2-activity-card{min-width:0;overflow:hidden}.v2-root .v2-activity-card .activity-chart{margin-top:0;border:0;border-radius:0}.v2-root .v2-activity-card .chart-canvas{min-height:230px}.v2-root .v2-chart-mode{padding:3px;display:inline-flex;gap:2px;border-radius:9px;background:var(--panel-2)}.v2-root .v2-chart-controls{display:flex;align-items:center;gap:8px}.v2-root .v2-chart-resolution select{min-height:36px;padding:0 30px 0 10px;border:1px solid var(--line);border-radius:9px;background:var(--panel);color:var(--muted);font:inherit;font-size:12px;font-weight:650}.v2-root .v2-chart-mode button{min-height:34px;padding:5px 10px;border:0;background:transparent;color:var(--muted);font-size:11px;font-weight:700}.v2-root .v2-chart-mode button.active{background:var(--panel);color:var(--accent);box-shadow:0 1px 4px #16202e21}.v2-root .v2-card-head{min-height:68px;padding:11px 14px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.v2-root .v2-card-head h2,.v2-root .v2-detail-head h2{margin:0;font-size:16px;line-height:1.2}.v2-root .v2-legend{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:10px;white-space:nowrap}.v2-root .v2-legend span{display:inline-flex;align-items:center;gap:5px}.v2-root .v2-legend i{width:7px;height:7px;border-radius:2px;background:var(--v2-inbound)}.v2-root .v2-legend i.out{background:var(--v2-outbound)}.v2-root .v2-team-tools{padding:9px 13px;display:flex;align-items:center;justify-content:flex-end;gap:10px;border-bottom:1px solid var(--line)}.v2-root .v2-team-controls{min-width:0;display:flex;align-items:center;gap:5px}.v2-root .call-log-tools .compact-search{width:min(280px,100%);margin-left:auto}.v2-root .v2-team-tools button,.v2-root .v2-team-card .v2-team-controls button{min-height:36px;padding:5px 9px;display:inline-flex;align-items:center;gap:6px;border-color:var(--line);background:var(--panel);color:var(--muted);font-size:10px;font-weight:700}.v2-root .v2-team-tools button:hover{color:var(--accent)}.v2-root .v2-table{overflow:visible;transition:opacity .14s ease}.v2-root .v2-table[aria-busy=true]{opacity:.64;cursor:progress}.v2-root .v2-table[aria-busy=true] button:disabled{opacity:1}.v2-root .v2-row{width:100%;min-width:720px;min-height:54px;padding:8px 13px;display:grid;grid-template-columns:minmax(175px,1.05fr) minmax(250px,1.65fr) 90px 90px;align-items:center;gap:10px;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent;color:var(--text);text-align:left}.v2-root .v2-row:not(.head):hover{background:var(--panel-2)}.v2-root .v2-row:not(.head){cursor:pointer}.v2-root .v2-row.selected{background:#1f6fd60e;box-shadow:inset 3px 0 0 var(--accent)}.v2-root .v2-row.inactive{color:var(--muted);background-image:linear-gradient(90deg,rgba(107,119,137,.04),transparent)}.v2-root .v2-row.head{min-height:34px;position:sticky;top:0;z-index:3;border-top:0;background:var(--panel);color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.045em;text-transform:uppercase}.v2-root .table-sort-button{width:100%;min-width:0;min-height:28px;padding:3px 2px;display:inline-flex;align-items:center;justify-content:flex-start;gap:4px;border:0;border-radius:6px;background:transparent;color:inherit;font:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-align:left;text-transform:inherit}.v2-root .table-sort-button:hover,.v2-root .table-sort-button.active{background:var(--v2-blue-soft);color:var(--accent)}.v2-root .table-sort-button:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.v2-root .table-sort-icon{width:13px;height:13px;flex:0 0 auto}.v2-root .call-list-row.head .table-sort-button{min-height:30px;padding-inline:4px}.v2-root .v2-row>strong{justify-self:end;font-size:13px;font-variant-numeric:tabular-nums}.v2-root .v2-person{min-width:0;display:flex;align-items:center;gap:5px}.v2-root .v2-person-select{width:100%;min-width:0;min-height:42px;padding:4px 6px;display:grid;flex:1;border-color:transparent;background:transparent;color:inherit;text-align:left}.v2-root .v2-person:has(.v2-open-journal) .v2-person-select{flex:1 1 auto;width:auto}.v2-root .v2-person-select:hover{border-color:transparent;color:var(--accent)}.v2-root .v2-person-select:focus-visible{border-color:var(--accent);outline:0;box-shadow:0 0 0 3px var(--v2-blue-soft)}.v2-root .v2-person-select b{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.v2-root .v2-person-select small{color:var(--muted);font-size:10px}.v2-root .v2-open-journal{min-height:30px;margin-left:2px;padding:5px 7px;display:inline-flex;align-items:center;gap:4px;border:1px solid var(--line);border-radius:7px;background:var(--panel);color:var(--accent);font-size:10px;font-weight:700;line-height:1;white-space:nowrap}.v2-root .v2-open-journal:hover{border-color:color-mix(in srgb,var(--accent) 45%,var(--line));background:var(--v2-blue-soft)}.v2-root .v2-open-journal:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.v2-root .v2-composition{min-width:0;position:relative}.v2-root .v2-composition-value{margin-bottom:4px;display:flex;align-items:baseline;font-variant-numeric:tabular-nums}.v2-root .v2-composition-value b{font-size:12px}.v2-root .v2-composition-track{height:8px;display:block;border-radius:999px;background:#e8edf5}.v2-root .v2-composition-fill{height:100%;display:flex;border-radius:inherit}.v2-root .v2-composition-segment{min-width:2px;height:100%;position:relative;display:block;outline:0;cursor:help}.v2-root .v2-composition-segment:after{content:"";width:max(100%,24px);height:28px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.v2-root .v2-composition-segment:first-child{border-radius:999px 0 0 999px}.v2-root .v2-composition-segment:last-child{border-radius:0 999px 999px 0}.v2-root .v2-composition-segment:only-child{border-radius:999px}.v2-root .v2-composition-segment.in{background:var(--v2-inbound)}.v2-root .v2-composition-segment.out{background:var(--v2-outbound)}.v2-root .v2-composition-segment:focus-visible{z-index:9;box-shadow:0 0 0 2px #fff,0 0 0 4px var(--accent)}.v2-root .v2-segment-tooltip{width:max-content;max-width:210px;padding:8px 10px;display:grid;gap:3px;position:absolute;bottom:calc(100% + 8px);left:0;z-index:8;transform:translateY(4px);border:1px solid var(--line);border-radius:8px;background:#172033;color:#fff;font-size:10px;line-height:1.35;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease;box-shadow:0 8px 22px #16202e38}.v2-root .v2-composition-segment.out .v2-segment-tooltip{right:0;left:auto}.v2-root .v2-composition-segment:hover .v2-segment-tooltip,.v2-root .v2-composition-segment:focus .v2-segment-tooltip{transform:translateY(0);opacity:1}.v2-root .v2-answered{justify-self:end}.v2-root .v2-missed{color:var(--warn)}.v2-root .v2-missed.muted{color:var(--muted)}.v2-root .v2-selection{min-height:38px;padding:8px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);color:var(--muted);font-size:10px}.v2-root .v2-selection b{color:var(--text)}.v2-root .v2-selection svg{color:var(--accent)}.v2-root .v2-empty{margin:12px 14px;padding:18px;border:1px dashed var(--line);border-radius:10px;color:var(--muted);font-size:11px;text-align:center}.v2-root .v2-state{min-height:56px;margin-bottom:12px;padding:12px 14px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:11px;background:var(--panel);color:var(--muted);font-size:11px}.v2-root .v2-state.error{border-color:#c76b0647;background:var(--v2-orange-soft);color:#9a5105}.v2-root .v2-state button{min-height:34px;padding:4px 9px;font-size:10px}.v2-root .v2-refresh-state{min-height:54px;justify-content:flex-start;border-color:#1f6fd63d;background:var(--v2-blue-soft);color:var(--text)}.v2-root .v2-refresh-state>span{display:grid;gap:2px}.v2-root .v2-refresh-state b{font-size:11px}.v2-root .v2-refresh-state small{color:var(--muted);font-size:10px;line-height:1.35}.v2-root .v2-scope-note{margin:0 0 9px;padding:7px 10px;display:flex;align-items:center;gap:7px;border:1px solid rgba(199,107,6,.2);border-radius:9px;background:var(--v2-orange-soft);color:#7c4a16;font-size:10px;line-height:1.35}.v2-root .v2-scope-note svg{flex:0 0 auto}.v2-root .v2-scope-note span{min-width:0;overflow-wrap:anywhere}.v2-root .v2-chat{min-height:560px;height:min(720px,calc(100vh - 72px));display:flex;flex-direction:column;overflow:hidden;position:sticky;top:64px}.v2-root .v2-chat-resize{width:20px;height:64px;padding:0;display:grid;place-items:center;position:absolute;top:50%;left:-10px;z-index:3;transform:translateY(-50%);border:1px solid var(--line);border-radius:999px;background:var(--panel);color:var(--muted);cursor:ew-resize;touch-action:none;box-shadow:var(--shadow)}.v2-root .v2-chat-resize:focus-visible{outline:2px solid var(--accent);outline-offset:2px;color:var(--accent)}.v2-root .v2-chat-head-actions{display:flex;align-items:center;gap:6px}.v2-root .v2-chat-model select{max-width:150px;min-height:32px;padding:4px 25px 4px 8px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text);font:inherit;font-size:10px;font-weight:650}.v2-root .v2-chat-head-actions>button{width:34px;height:34px;padding:0;display:grid;place-items:center;border-color:transparent;background:transparent;color:var(--muted)}.v2-root .v2-chat-head-actions>button:hover{border-color:var(--line);background:var(--panel-2);color:var(--accent)}.v2-root .v2-chat-collapse-label{display:none}.v2-root .v2-chat-collapsed{width:auto;min-height:52px;padding:7px 11px 7px 8px;display:flex;align-items:center;gap:9px;position:fixed;right:18px;bottom:18px;z-index:105;border:1px solid rgba(255,255,255,.22);border-radius:15px;background:#4f4eea;color:#fff;box-shadow:0 14px 38px #3937b547}.v2-root .v2-chat-collapsed>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#ffffff29;color:#fff}.v2-root .v2-chat-collapsed>span:last-child{width:auto;height:auto;display:grid;place-items:initial;gap:1px;background:transparent;text-align:left}.v2-root .v2-chat-collapsed b{font-size:11px;font-weight:750;line-height:1.25}.v2-root .v2-chat-collapsed small{color:#ffffffbd;font-size:9px}.v2-root .v2-chat-collapsed:hover{border-color:#ffffff94;background:#4544dc;color:#fff}.v2-root .v2-chat-context{min-height:38px;padding:7px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid var(--line);background:var(--panel-2)}.v2-root .v2-reasoning{min-width:0;display:inline-flex;align-items:center;gap:4px;color:var(--muted)}.v2-root .v2-reasoning select{max-width:92px;min-height:26px;padding:2px 18px 2px 5px;border:1px solid var(--line);border-radius:7px;background:var(--panel);color:var(--text);font:inherit;font-size:9px;font-weight:650}.v2-root .v2-chat-context>span:last-child{min-width:0;display:inline-flex;align-items:center;gap:5px;margin-left:auto;color:var(--muted);font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v2-root .v2-chat-stream{min-height:156px;padding:10px 12px;display:flex;flex:1;flex-direction:column;gap:7px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.v2-root .v2-message p{margin:0}.v2-root .v2-message{max-width:92%;padding:7px 9px;border-radius:9px;background:var(--panel-2);font-size:11px}.v2-root .v2-message.user{margin-left:auto;background:var(--accent);color:#fff}.v2-root .v2-message.assistant{margin-right:auto}.v2-root .v2-message.notice{max-width:100%;margin-inline:auto;border:1px dashed var(--line);background:transparent;color:var(--muted);font-size:10px;text-align:center}.v2-root .v2-message.assistant:has(.v2-interactive-chart){max-width:100%}.v2-root .v2-message.assistant p+p,.v2-root .v2-message.assistant p+ul,.v2-root .v2-message.assistant ul+p{margin-top:7px}.v2-root .v2-message.assistant ul{margin:7px 0 0 18px;padding:0;list-style:disc}.v2-root .v2-message.assistant table{width:100%;margin:7px 0;border-collapse:collapse;font-size:10px;line-height:1.25}.v2-root .v2-message.assistant th,.v2-root .v2-message.assistant td{padding:4px 5px;border:1px solid var(--line);overflow-wrap:anywhere;text-align:left}.v2-root .v2-message.assistant th{background:var(--panel);font-weight:700}.v2-root .v2-message.assistant a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.v2-root .v2-message-actions{margin-top:8px;padding-top:6px;display:flex;flex-wrap:wrap;gap:4px;border-top:1px solid var(--line)}.v2-root .v2-message-actions button{min-height:30px;padding:4px 7px;display:inline-flex;align-items:center;gap:4px;border-color:transparent;background:transparent;color:var(--muted);font-size:9px}.v2-root .v2-message-actions button:hover{border-color:var(--line);color:var(--accent)}.v2-root .v2-chat-image{display:block;width:100%;height:auto;max-height:560px;object-fit:contain;border:1px solid var(--line);border-radius:6px;background:var(--panel-2)}.v2-root .v2-chat-file,.v2-root .v2-file-loading,.v2-root .v2-file-error{display:flex;align-items:center;gap:8px;margin:0;padding:9px 11px;border:1px solid var(--line);border-radius:6px;background:var(--panel-2);color:var(--text);font-size:13px;text-decoration:none}.v2-root .v2-chat-file:hover{border-color:var(--accent);color:var(--accent)}.v2-root .v2-file-loading{color:var(--muted)}.v2-root .v2-file-error{color:#b42318}.v2-root .v2-interactive-chart{min-width:0;margin:9px 0 2px;padding:10px;border:1px solid var(--line);border-radius:10px;background:var(--panel)}.v2-root .v2-interactive-chart>header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.v2-root .v2-interactive-chart>header strong,.v2-root .v2-interactive-chart>header small{display:block}.v2-root .v2-interactive-chart>header strong{font-size:12px}.v2-root .v2-interactive-chart>header small{margin-top:2px;color:var(--muted);font-size:9px}.v2-root .v2-chart-actions{display:flex;gap:2px}.v2-root .v2-chart-actions button{width:32px;height:32px;padding:0;display:grid;place-items:center;border-color:transparent;color:var(--muted)}.v2-root .v2-chart-actions button:hover,.v2-root .v2-chart-actions button[aria-pressed=true]{border-color:var(--line);background:var(--panel-2);color:var(--accent)}.v2-root .v2-chart-metrics{margin-top:8px;padding:3px;display:flex;gap:2px;overflow-x:auto;border-radius:8px;background:var(--panel-2)}.v2-root .v2-chart-metrics button{min-height:30px;padding:4px 7px;flex:0 0 auto;border-color:transparent;color:var(--muted);font-size:9px}.v2-root .v2-chart-metrics button.active{background:var(--panel);color:var(--accent);box-shadow:0 1px 3px #16202e1f}.v2-root .v2-chart-readout{min-height:38px;padding:8px 2px 3px;display:flex;align-items:baseline;justify-content:space-between;gap:8px}.v2-root .v2-chart-readout span{min-width:0;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.v2-root .v2-chart-readout strong{flex:none;font-size:13px;font-variant-numeric:tabular-nums}.v2-root .v2-chart-plot{height:178px;padding:12px 2px 0;display:flex;align-items:stretch;gap:3px;overflow-x:auto;border-bottom:1px solid var(--line);background-image:linear-gradient(to top,transparent 49%,var(--line) 50%,transparent 51%);scrollbar-width:thin}.v2-root .v2-chart-plot>button{min-width:34px;min-height:100%;padding:0 1px;display:grid;grid-template-rows:minmax(0,1fr) 34px;align-items:end;flex:1 0 34px;border:0;border-radius:5px 5px 0 0;background:transparent;color:var(--muted)}.v2-root .v2-chart-plot>button:hover,.v2-root .v2-chart-plot>button:focus-visible,.v2-root .v2-chart-plot>button.active{background:#1f6fd60d;color:var(--text)}.v2-root .v2-chart-plot i{width:min(100%,22px);height:var(--bar-height);min-height:3px;margin-inline:auto;display:block;border-radius:5px 5px 1px 1px;background:var(--bar-color);opacity:.82;transition:height .18s ease,opacity .12s ease}.v2-root .v2-chart-plot button:hover i,.v2-root .v2-chart-plot button:focus-visible i,.v2-root .v2-chart-plot button.active i{opacity:1}.v2-root .v2-chart-plot small{width:32px;overflow:hidden;align-self:center;font-size:8px;text-overflow:ellipsis;white-space:nowrap;transform:rotate(-35deg);transform-origin:center}.v2-root .v2-chart-table-wrap{max-height:240px;margin-top:10px;overflow:auto;border:1px solid var(--line);border-radius:8px}.v2-root .v2-chart-table-wrap table{width:100%;border-collapse:collapse;font-size:9px}.v2-root .v2-chart-table-wrap th,.v2-root .v2-chart-table-wrap td{padding:6px 8px;border-bottom:1px solid var(--line);text-align:right;white-space:nowrap}.v2-root .v2-chart-table-wrap th:first-child,.v2-root .v2-chart-table-wrap td:first-child{text-align:left}.v2-root .v2-chart-table-wrap thead th{position:sticky;top:0;background:var(--panel-2);color:var(--muted)}.v2-root .v2-interactive-chart.expanded{width:min(1120px,calc(100vw - 32px));max-height:calc(100dvh - 32px);margin:0;padding:18px;overflow:auto;position:fixed;inset:16px auto auto 50%;z-index:160;transform:translate(-50%);border-radius:14px;box-shadow:0 24px 80px #16202e52}.v2-root .v2-interactive-chart.expanded .v2-chart-plot{height:min(52vh,440px)}.v2-root .v2-message .chart{min-width:280px;margin-top:7px;background:var(--panel)}.v2-root .chart-toggle{min-width:34px;min-height:34px;align-items:center;justify-content:center}.v2-root .v2-tools{margin-bottom:5px;display:flex;flex-wrap:wrap;gap:4px}.v2-root .v2-tools span{display:inline-flex;align-items:center;gap:3px;padding:2px 5px;border:1px solid var(--line);border-radius:6px;background:var(--panel);color:var(--muted);font-size:9px}.v2-root .v2-thinking{display:flex;align-items:center;gap:5px;color:var(--muted)}.v2-root .v2-suggestions{padding:0 12px 8px;display:flex;flex-wrap:wrap;gap:4px}.v2-root .v2-suggestions.embedded{margin-top:12px;padding:0;display:grid}.v2-root .v2-suggestions.embedded button{width:100%;min-height:36px;padding:7px 9px;border:1px solid var(--line);border-radius:9px;background:#ffffffc7;color:var(--text);text-align:left}.v2-root .v2-suggestions.embedded button:hover{border-color:#4f4eea57;background:var(--panel);color:var(--accent)}.v2-root .v2-suggestions button{min-height:34px;padding:4px 7px;border:1px solid var(--line);border-radius:999px;background:var(--panel);color:var(--text);font-size:11px}.v2-root .v2-suggestions button:hover{border-color:#4f4eea57;color:var(--accent)}.v2-root .v2-starter-suggestion{padding:0 12px 8px}.v2-root .v2-starter-suggestion button{width:100%;min-height:34px;padding:7px 9px;display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:9px;background:var(--panel);color:var(--muted);font-size:11px;text-align:left}.v2-root .v2-starter-suggestion button:hover:not(:disabled){border-color:#4f4eea57;color:var(--accent)}.v2-root .v2-chat-form{margin:0 12px 12px;padding:5px;display:flex;align-items:flex-end;gap:5px;border:1px solid var(--line);border-radius:10px;background:var(--panel)}.v2-root .v2-chat-form:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px var(--v2-blue-soft)}.v2-root .v2-chat-form textarea{min-width:0;min-height:42px;max-height:90px;padding:5px;flex:1;resize:vertical;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:11px}.v2-root .v2-chat-form button{width:36px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;flex:none}.v2-root .v2-detail{margin-top:12px;padding-bottom:14px}.v2-root .v2-detail-metrics{padding:11px 14px 0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.v2-root .v2-detail-metrics article{min-width:0;padding:8px 9px;border:1px solid var(--line);border-radius:9px;background:var(--panel-2)}.v2-root .v2-detail-metrics span,.v2-root .v2-detail-metrics strong{display:block}.v2-root .v2-detail-metrics span{min-height:24px;color:var(--muted);font-size:9px;font-weight:700;line-height:1.2;text-transform:uppercase}.v2-root .v2-detail-metrics strong{margin-top:3px;font-size:13px;font-variant-numeric:tabular-nums}.v2-root .v2-detail-metrics article.attention strong{color:var(--warn)}.ca-root.v2-root .module-modal{z-index:1000;background:#16202e5c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.v2-root .module-modal .employee-modal{background:var(--panel)}.v2-root .calls-modal{display:flex;flex-direction:column;overflow:hidden}.v2-root .calls-modal>.call-log{min-height:0;display:flex;flex:1 1 auto;flex-direction:column}.v2-root .calls-modal .call-log-tools,.v2-root .calls-modal .call-log-footnote{flex:0 0 auto}.v2-root .calls-modal .call-list-table{min-height:0;flex:1 1 auto;overflow-x:auto;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.v2-root .call-list-scroll-hint{display:none}.v2-root .calls-modal .call-list-row.head{position:sticky;top:0;z-index:4}.v2-root .v2-detail-head{min-height:57px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.v2-root .v2-detail-head>span{color:var(--muted);font-size:10px}.v2-root .v2-timeline{height:128px;margin:13px 14px;padding:16px 8px 0;display:flex;align-items:end;gap:clamp(2px,.5vw,7px);overflow-x:auto;border-bottom:1px solid var(--line);background-image:linear-gradient(to top,transparent 49%,var(--line) 50%,transparent 51%)}.v2-root .v2-timeline>div{min-width:12px;height:100%;display:flex;flex:1 0 12px;flex-direction:column;align-items:center;justify-content:flex-end}.v2-root .v2-timeline span{display:none;font-size:8px}.v2-root .v2-timeline i{width:min(100%,18px);min-height:0;border-radius:4px 4px 1px 1px;background:linear-gradient(to top,var(--accent),#4d93ee)}.v2-root .v2-timeline small{padding:3px 0;color:var(--muted);font-size:8px;writing-mode:vertical-rl}.v2-root .v2-detail h3{margin:0 14px 8px;font-size:12px}.v2-root .v2-detail .calls-list{margin:0 14px;border-radius:10px;box-shadow:none}.v2-root .v2-spark{padding:10px 14px 4px}.v2-root .v2-spark .spark-head{margin-bottom:6px}.v2-root .v2-calls-scroll{max-height:430px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.v2-root button:focus-visible,.v2-root a:focus-visible,.v2-root select:focus-visible,.v2-root input:focus-visible,.v2-root textarea:focus-visible,.v2-root .v2-table:focus-visible,.v2-root .v2-chat-stream:focus-visible,.v2-root .v2-calls-scroll:focus-visible,.v2-root .spark:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.v2-root .v2-auth-pending{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:var(--muted);font-size:13px;font-weight:700;letter-spacing:.04em}.v2-root .v2-auth-pending button{min-height:34px;padding:6px 11px}@container ca (max-width: 1279px){.v2-root .v2-main{padding-inline:18px}.v2-root .v2-workspace.chat-open{grid-template-columns:minmax(0,1fr) 340px}.v2-root .v2-presets button{padding-inline:7px}.v2-root .v2-range-button{min-width:174px}.v2-root .v2-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.v2-root .v2-kpis article{min-height:74px;padding:8px 8px 7px 34px}.v2-root .v2-kpis article>svg{width:19px;height:19px;top:10px;left:8px}.v2-root .v2-kpis article>span{font-size:clamp(9px,1.1vw,11px)}.v2-root .v2-kpis article>strong{font-size:clamp(16px,2vw,21px)}.v2-root .v2-kpis article>small{font-size:clamp(9px,1.05vw,11px)}}@container ca (max-width: 1399px){.v2-root .v2-direction-wrap>span{display:none}}@container ca (min-width: 1180px){.v2-root .v2-main.chat-open{--v2-chat-effective-width: min( var(--v2-chat-width, 390px), calc(100vw - 800px) )}.v2-root .v2-main.chat-open .v2-content{width:calc(100% - var(--v2-chat-effective-width) - 18px)}.v2-root .v2-main.chat-open .v2-filter-note{order:2;flex:1 1 300px}.v2-root .v2-main.chat-open .v2-direction-wrap{order:3}.v2-root .v2-main.chat-open .v2-workspace{grid-template-columns:minmax(0,1fr)}.v2-root .v2-main.chat-open .v2-chat{width:var(--v2-chat-effective-width);height:calc(100dvh - 178px);position:fixed;top:160px;right:max(24px,calc((100vw - 1480px)/2 + 24px))}}@container ca (min-width: 1180px) and (max-width: 1399px){.v2-root .v2-main.chat-open .v2-kpis{gap:6px;align-items:start}.v2-root .v2-main.chat-open .v2-kpis article{min-height:74px;padding:8px 7px 7px 33px}.v2-root .v2-main.chat-open .v2-kpis article>svg{width:18px;height:18px;top:9px;left:8px}.v2-root .v2-main.chat-open .v2-kpis article>span{font-size:9px;line-height:1.08}.v2-root .v2-main.chat-open .v2-kpis article>strong{font-size:clamp(15px,1.55vw,19px)}.v2-root .v2-main.chat-open .v2-kpis article>small{font-size:9px;line-height:1.12}.v2-root .v2-main.chat-open .v2-activity-card .chart-summary>div{gap:6px;padding-inline:10px}.v2-root .v2-main.chat-open .v2-activity-card .chart-summary span{line-height:1.15;white-space:normal}}@container ca (max-width: 1179px){.v2-root .v2-period-picker{flex:1 1 100%}.v2-root .v2-presets{flex:1;overflow-x:auto}.v2-root .v2-direction-wrap{margin-left:0}}@container ca (max-width: 819px){.v2-root .v2-workspace.chat-open,.v2-root .v2-workspace.chat-collapsed{grid-template-columns:minmax(0,1fr)}.v2-root .v2-chat{width:min(420px,calc(100vw - 24px));height:calc(100dvh - 24px);min-height:0;position:fixed;top:12px;right:12px;z-index:110;border-radius:14px;background:#fff;box-shadow:-100vw 0 0 100vw #16202e33,0 20px 70px #16202e47}.v2-root .v2-chat-resize{display:none}.v2-root .v2-chat-collapsed{right:14px;bottom:14px}}@container ca (max-width: 979px){.v2-root .v2-topbar{padding-inline:14px}.v2-root .v2-top-actions .v2-action-secondary{display:none}.v2-root .v2-more{display:block}}@container ca (max-width: 899px){.v2-root .v2-intro p{display:none}.v2-root .v2-card-head{align-items:flex-start}.v2-root .v2-detail-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@container ca (max-width: 819px){.v2-root .v2-chat{width:min(480px,calc(100vw - 20px));height:min(64dvh,580px);min-height:min(400px,64dvh);top:auto;right:10px;bottom:10px;left:auto;border-radius:16px;box-shadow:0 18px 46px #16202e47}.v2-root .v2-chat-head-actions>button{width:auto;min-width:40px;padding-inline:9px;gap:5px;border:1px solid var(--line);background:var(--panel);font-size:10px;font-weight:700}.v2-root .v2-chat-collapse-label{display:inline}}@container ca (max-width: 767px){.v2-root .v2-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.v2-root .v2-kpis article:last-child{grid-column:1 / -1}.v2-root .v2-table{max-height:none;padding:7px;overflow:visible}.v2-root .v2-row.head{width:100%;height:auto;min-width:0;min-height:0;padding:6px 4px 4px;display:grid;position:static;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;white-space:normal}.v2-root .v2-row.head>span{min-width:0}.v2-root .v2-row.head .table-sort-button{min-height:34px;padding:5px 7px;justify-content:space-between;border:1px solid var(--line);background:var(--panel-2);font-size:9px;line-height:1.15}.v2-root .v2-activity-card .chart-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.v2-root .v2-activity-card .chart-summary>div{min-height:56px;padding:8px 10px;border-bottom:1px solid var(--line)}.v2-root .v2-activity-card .chart-summary>div:nth-child(2n){border-right:0}.v2-root .v2-activity-card .chart-summary>div:nth-last-child(-n+2){border-bottom:0}.v2-root .v2-row:not(.head){min-width:0;min-height:0;padding:11px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:12px 14px;border:1px solid var(--line);border-radius:10px}.v2-root .v2-row:not(.head)+.v2-row:not(.head){margin-top:7px}.v2-root .v2-row.selected{box-shadow:inset 3px 0 0 var(--accent)}.v2-root .v2-person{grid-column:1 / -1}.v2-root .v2-person-select{min-height:40px}.v2-root .v2-composition,.v2-root .v2-answered,.v2-root .v2-missed{min-width:0;min-height:40px;padding-top:0;position:relative}.v2-root .v2-composition:before,.v2-root .v2-answered:before,.v2-root .v2-missed:before{content:attr(data-label);min-height:36px;margin-bottom:4px;display:block;position:static;color:var(--muted);font-size:10px;font-weight:700;line-height:1.15;letter-spacing:.04em;overflow-wrap:anywhere;text-transform:uppercase}.v2-root .v2-row>.v2-answered,.v2-root .v2-row>.v2-missed{justify-self:start}}@container ca (max-width: 619px){.v2-root .v2-topbar{padding-inline:10px;gap:7px}.v2-root .v2-brand-name{display:none}.v2-root .v2-demo{min-width:38px;justify-content:center;padding-inline:7px;font-size:0}.v2-root .v2-demo:after{content:"API";font-size:9px}.v2-root .lang-btn,.v2-root .v2-top-actions>button{min-width:40px}.v2-root .v2-top-actions>button span{display:none}.v2-root .v2-brand{min-height:40px}.v2-root .v2-main{padding:15px 12px 34px}.v2-root .v2-chat{width:min(560px,calc(100vw - 16px));height:min(64dvh,580px);min-height:min(400px,64dvh);inset:auto 8px 8px auto;border-width:1px;border-radius:16px;box-shadow:0 18px 46px #16202e47}.v2-root .v2-chat-collapsed{width:52px;height:52px;padding:7px}.v2-root .v2-chat-collapsed>span:last-child{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.v2-root .v2-chat .v2-card-head{padding-top:max(11px,env(safe-area-inset-top));align-items:center;flex-direction:row}.v2-root .v2-chat-head-actions>button{width:auto;min-width:40px;height:40px;padding-inline:9px;gap:5px;border:1px solid var(--line);background:var(--panel);font-size:10px;font-weight:700}.v2-root .v2-chat-collapse-label{display:inline}.v2-root .v2-chat-stream{padding-inline:10px}.v2-root .v2-message{max-width:96%;font-size:13px}.v2-root .v2-message.assistant:has(.v2-interactive-chart){max-width:100%}.v2-root .v2-chart-actions button{width:40px;height:40px}.v2-root .v2-chart-plot{height:210px}.v2-root .v2-interactive-chart.expanded{width:100vw;max-height:100dvh;padding:12px;top:0;right:0;bottom:0;left:0;transform:none;border-radius:0}.v2-root .v2-intro{align-items:start}.v2-root .v2-period-picker{flex-wrap:wrap}.v2-root .v2-range-control,.v2-root .v2-range-button{width:100%}.v2-root .v2-range-button{min-height:44px}.v2-root .v2-presets{width:100%;flex-basis:100%}.v2-root .v2-presets button,.v2-root .v2-direction button{min-height:40px}.v2-root .v2-direction-wrap{width:100%;justify-content:space-between}.v2-root .v2-work-hours{flex:1 1 auto;justify-content:center}.v2-root .v2-work-hours small{display:none}.v2-root .v2-export{width:auto;flex:0 1 auto}.v2-root .v2-export button{width:auto;min-height:44px;justify-content:center}.v2-root .v2-range-popover{width:100%;max-height:calc(100vh - 96px);max-height:min(620px,calc(100dvh - 96px));display:flex;flex-direction:column;overflow:hidden;position:absolute;top:calc(100% + 8px);right:auto;bottom:auto;left:0}.v2-root .v2-calendar-months{min-height:0;max-height:none;grid-template-columns:1fr;overflow-y:auto}.v2-root .v2-calendar-head button{width:40px;height:40px}.v2-root .v2-calendar-grid button,.v2-root .v2-calendar-empty{height:40px}.v2-root .v2-calendar-footer button{min-height:40px}.v2-root .v2-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.v2-root .v2-kpis article{min-height:70px;padding:8px 8px 7px 35px}.v2-root .v2-kpis article>svg{width:19px;height:19px;top:10px;left:8px}.v2-root .v2-kpis article>span{font-size:10.5px}.v2-root .v2-kpis article>strong{font-size:17px}.v2-root .v2-kpis article>small{font-size:10.5px}.v2-root .v2-card-head{flex-direction:column}.v2-root .v2-chart-mode{width:100%}.v2-root .v2-chart-mode button{flex:1}.v2-root .v2-legend{flex-direction:column;align-items:flex-start;gap:3px}.v2-root .v2-message .chart{min-width:240px}.v2-root .v2-chat-model select{min-height:40px}.v2-root .chart-toggle{min-width:40px;min-height:40px}.v2-root .v2-suggestions button{min-height:40px}.v2-root .v2-suggestions.embedded button{font-size:11px}.v2-root .v2-chat-form button{width:40px;height:40px}.v2-root .lang-btn{min-width:40px;min-height:40px}.v2-root .v2-state button{min-height:40px}.v2-root .v2-team-tools button{min-height:42px;justify-content:center}.v2-root .v2-detail-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.v2-root .v2-table{max-height:none;padding:7px;overflow-x:hidden;scrollbar-gutter:auto}.v2-root .v2-row.head{width:100%;height:auto;min-width:0;min-height:0;padding:6px 4px 4px;display:grid;position:static;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;white-space:normal}.v2-root .v2-row.head>span{min-width:0}.v2-root .v2-row.head .table-sort-button{min-height:34px;padding:5px 7px;justify-content:space-between;border:1px solid var(--line);background:var(--panel-2);font-size:9px;line-height:1.15}.v2-root .call-list-row.head.sortable-table-head{min-height:42px;padding:5px;display:flex;overflow-x:auto;gap:4px;border:1px solid var(--line);border-radius:8px;background:var(--panel-2)}.v2-root .call-list-row.head.sortable-table-head>span:not([aria-sort]){display:none}.v2-root .call-list-row.head.sortable-table-head>span[aria-sort]{flex:0 0 auto}.v2-root .call-list-row.head.sortable-table-head .table-sort-button{padding-inline:8px}.v2-root .calls-modal .call-list-scroll-hint{display:flex;align-items:center;gap:6px;margin:6px 0 4px;color:var(--text-muted);font-size:11px;line-height:1.3}.v2-root .calls-modal .call-list-scroll-hint>span{color:var(--accent);font-size:16px;line-height:1}.v2-root .v2-row:not(.head){min-width:0;min-height:0;padding:11px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:12px 14px;border:1px solid var(--line);border-radius:10px}.v2-root .v2-row:not(.head)+.v2-row:not(.head){margin-top:7px}.v2-root .v2-row.selected{box-shadow:inset 3px 0 0 var(--accent)}.v2-root .v2-person{grid-column:1 / -1}.v2-root .v2-person-select{min-height:40px}.v2-root .v2-composition,.v2-root .v2-answered,.v2-root .v2-missed{min-width:0;min-height:40px;padding-top:0;position:relative}.v2-root .v2-composition:before,.v2-root .v2-answered:before,.v2-root .v2-missed:before{content:attr(data-label);min-height:36px;margin-bottom:4px;display:block;position:static;color:var(--muted);font-size:10px;font-weight:700;line-height:1.15;letter-spacing:.04em;overflow-wrap:anywhere;text-transform:uppercase}.v2-root .v2-row>.v2-answered,.v2-root .v2-row>.v2-missed{justify-self:start}}@media(min-width:980px)and (max-height:820px){.v2-root .v2-main{padding-top:12px}.v2-root .v2-intro{margin-bottom:9px}.v2-root .v2-filters,.v2-root .v2-kpis{margin-bottom:8px}.v2-root .v2-kpis{gap:7px}.v2-root .v2-kpis article{min-height:64px;padding:7px 8px 6px 34px}.v2-root .v2-kpis article>svg{width:18px;height:18px;padding:4px;top:9px;left:8px}.v2-root .v2-kpis article>span{font-size:10.5px}.v2-root .v2-kpis article>strong{font-size:clamp(17px,1.4vw,21px)}.v2-root .v2-kpis article>small{font-size:10.5px}.v2-root .v2-card-head{min-height:60px}.v2-root .v2-table{max-height:290px}.v2-root .v2-chat{min-height:396px}}@media(prefers-reduced-motion:reduce){.v2-root *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.ca-root.v2-root .employee-detail-page .employee-detail-layout.employee-detail-layout-wide{grid-template-columns:minmax(0,1fr)}.ca-root.v2-root .employee-detail-page>.employee-modal-body{padding-top:12px}.ca-root.v2-root .employee-detail-calls{margin-top:16px;padding-top:14px;border-top:1px solid var(--line);scroll-margin-top:190px}.ca-root.v2-root .employee-detail-calls .call-log-tools{align-items:center;margin-bottom:10px}.ca-root.v2-root .employee-detail-calls .call-log-title{display:inline-flex;align-items:baseline;gap:7px;min-width:0;margin-right:auto}.ca-root.v2-root .employee-detail-calls .call-log-title>span{color:var(--ink);font-size:15px;font-weight:700}.ca-root.v2-root .employee-detail-calls .call-log-title>small{color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums}.ca-root.v2-root .employee-detail-calls .call-log-more{display:block;min-height:36px;margin:12px auto 0;padding:0 14px;color:var(--accent);background:var(--panel);border:1px solid var(--line);border-radius:8px;font:inherit;font-size:12px;font-weight:700}.ca-root.v2-root .employee-detail-calls .call-log-more:hover:not(:disabled){border-color:color-mix(in srgb,var(--accent) 40%,var(--line));background:var(--v2-blue-soft)}@media(min-width:360px)and (max-width:700px){.ca-root.v2-root .employee-detail-actions{display:flex;width:100%;flex-wrap:nowrap}.ca-root.v2-root .employee-export-button{flex:1 1 auto;justify-content:center}}.v2-root .v2-data-lag{display:inline-flex;align-items:center;gap:6px;margin:6px 0 0;padding:4px 9px;border:1px solid rgba(199,107,6,.28);border-radius:7px;background:var(--v2-orange-soft);color:#c76b06;font-size:11px;line-height:1.2}.v2-root .v2-data-lag svg{flex:0 0 auto}.ca-root{--font-geist-sans: "Geist", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-geist-mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace}.ca-root h1,.ca-root h2,.ca-root h3,.ca-root h4,.ca-root h5,.ca-root h6{margin:0;font-size:inherit;font-weight:inherit}.ca-root p,.ca-root figure,.ca-root blockquote,.ca-root dl,.ca-root dd,.ca-root pre{margin:0}.ca-root ul,.ca-root ol{margin:0;padding:0;list-style:none}.ca-root button,.ca-root input,.ca-root select,.ca-root textarea{margin:0;padding:0;font:inherit;color:inherit;border:0;background:transparent}.ca-root button{cursor:pointer;text-transform:none;-webkit-appearance:button}.ca-root button:disabled{cursor:default}.ca-root svg,.ca-root img,.ca-root video,.ca-root canvas{display:block;vertical-align:middle}.ca-root img,.ca-root video{max-width:100%;height:auto}.ca-root table{border-collapse:collapse;border-color:inherit;text-indent:0}.ca-root a{color:inherit;text-decoration:inherit}.ca-root hr{height:0;color:inherit;border-top-width:1px}.ca-root [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.ca-root ::placeholder{opacity:1;color:var(--subtle, #9298a2)}.ca-root{--canvas: #fbfbfc;--sidebar: #f8f8fa;--assistant: #f6f6ff;--surface: #ffffff;--ink: #111318;--muted: #6f7580;--subtle: #9298a2;--line: #e7e8ec;--line-strong: #d9dbe1;--accent: #5455ed;--accent-soft: #ededff;--blue: rgb(0, 0, 255);--orange: rgb(255, 165, 0);--red: rgb(255, 0, 0);--purple: rgb(128, 0, 128);--green: #17a853;--warning-bg: #fff9ed;--warning-line: #f3d48f;--assistant-width: 372px}@media(max-width:700px){.ca-root .period-toolbar .period-popover{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto;width:100vw!important;min-width:0!important;max-width:100vw!important;height:100dvh;max-height:100dvh!important;margin:0!important;padding:max(14px,env(safe-area-inset-top)) 14px 14px!important;gap:12px;overflow:hidden!important;box-sizing:border-box;border:0;border-radius:0}.ca-root .period-toolbar .period-popover-title{min-width:0;align-items:flex-start}.ca-root .period-toolbar .period-popover-title>div{min-width:0}.ca-root .period-toolbar .period-popover-title b{font-size:20px;line-height:1.2}.ca-root .period-toolbar .period-popover-title small{margin-top:4px;font-size:13px;line-height:1.35}.ca-root .period-toolbar .period-popover-title>button{width:42px;height:42px;flex:0 0 42px}.ca-root .period-toolbar .period-picker-layout{display:flex!important;width:100%;min-width:0;max-width:100%;min-height:0;flex-direction:column;gap:10px;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain;box-sizing:border-box;border:0;scrollbar-width:none}.ca-root .period-toolbar .period-picker-layout::-webkit-scrollbar{display:none}.ca-root .period-toolbar .preset-sidebar{display:flex!important;width:100%;min-width:0;max-width:100%;flex:0 0 auto;gap:8px;padding:0 0 2px;overflow-x:auto!important;overflow-y:hidden!important;box-sizing:border-box;background:transparent;border:0;-webkit-overflow-scrolling:touch;-webkit-mask-image:linear-gradient(to right,#000 calc(100% - 20px),transparent);mask-image:linear-gradient(to right,#000 calc(100% - 20px),transparent)}.ca-root .period-toolbar .preset-group{display:contents}.ca-root .period-toolbar .preset-group>span{display:none}.ca-root .period-toolbar .period-control .preset-group>button{width:auto;min-width:max-content;height:42px;flex:0 0 auto;padding:0 14px;font-size:13px;border:1px solid #dfe1e8;border-radius:10px}.ca-root .period-toolbar .calendar-pane,.ca-root .period-toolbar .date-inputs,.ca-root .period-toolbar .calendar-toolbar,.ca-root .period-toolbar .calendar-grid,.ca-root .period-toolbar .calendar-month,.ca-root .period-toolbar .calendar-weekdays,.ca-root .period-toolbar .calendar-days{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box}.ca-root .period-toolbar .calendar-pane{flex:0 0 auto;padding:10px;overflow:hidden;border:1px solid #e2e4ea;border-radius:12px}.ca-root .period-toolbar .date-inputs{grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr)!important;gap:4px;margin:0 0 10px;padding:0;background:transparent;border:0}.ca-root .period-toolbar .date-inputs label{display:grid;width:100%;min-width:0;height:58px;align-content:center;gap:3px;padding:7px 8px;box-sizing:border-box}.ca-root .period-toolbar .date-inputs label>div,.ca-root .period-toolbar .date-inputs input{width:100%;min-width:0}.ca-root .period-toolbar .date-inputs label>span{font-size:8px}.ca-root .period-toolbar .date-inputs input{font-size:12px}.ca-root .period-toolbar .date-inputs>svg{width:22px;height:22px;padding:5px;box-sizing:border-box}.ca-root .period-toolbar .calendar-toolbar{display:grid;grid-template-columns:38px minmax(0,1fr) 38px!important;margin:0 0 8px}.ca-root .period-toolbar .calendar-toolbar>span{overflow:hidden;font-size:12px;text-align:center;white-space:nowrap;text-overflow:ellipsis}.ca-root .period-toolbar .calendar-grid{display:block!important}.ca-root .period-toolbar .calendar-month+.calendar-month{display:none!important}.ca-root .period-toolbar .calendar-month>b{margin-bottom:8px;font-size:15px}.ca-root .period-toolbar .calendar-weekdays,.ca-root .period-toolbar .calendar-days{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important}.ca-root .period-toolbar .calendar-weekdays span{min-width:0;font-size:10px}.ca-root .period-toolbar .period-control .calendar-days button,.ca-root .period-toolbar .calendar-empty{width:100%!important;min-width:0!important;height:36px;font-size:13px}.ca-root .period-toolbar .period-actions{position:static!important;width:auto;min-width:0;margin:0 -14px -14px!important;padding:10px 14px max(10px,env(safe-area-inset-bottom))!important;box-sizing:border-box}.ca-root .period-toolbar .period-actions .secondary-button,.ca-root .period-toolbar .period-actions .primary-button{min-width:0;min-height:46px;flex:1 1 0;padding:0 10px;font-size:13px}}.ca-root *{box-sizing:border-box}.ca-root{margin:0;min-height:100%;background:var(--canvas);color:var(--ink)}.ca-root{font-family:var(--font-geist-sans),Inter,ui-sans-serif,system-ui,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}.ca-root button,.ca-root input{font:inherit}.ca-root button{color:inherit}.ca-root button:focus-visible,.ca-root input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ca-root .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ca-root .app-shell{display:grid;grid-template-columns:minmax(0,1fr) var(--assistant-width);width:100%;min-height:100vh;align-items:start;overflow:visible;background:var(--canvas)}.ca-root .app-shell.ai-collapsed{grid-template-columns:minmax(0,1fr)}.ca-root .sidebar{position:relative;z-index:3;display:flex;flex-direction:column;min-width:0;padding:24px 14px 20px;overflow:hidden;background:var(--sidebar);border-right:1px solid var(--line)}.ca-root .brand{display:flex;align-items:center;gap:10px;height:38px;padding:0 10px;font-size:20px;font-weight:680;letter-spacing:-.035em}.ca-root .brand-mark{display:flex;align-items:center;gap:3px;width:28px;height:25px}.ca-root .brand-mark i{display:block;width:4px;border-radius:8px;background:linear-gradient(180deg,#4b4bea,#7475ff)}.ca-root .brand-mark i:nth-child(1){height:13px}.ca-root .brand-mark i:nth-child(2){height:22px}.ca-root .brand-mark i:nth-child(3){height:17px}.ca-root .brand-mark i:nth-child(4){height:10px}.ca-root .sidebar-nav{display:flex;flex:1;flex-direction:column;gap:16px;margin-top:30px}.ca-root .nav-group{display:grid;gap:5px}.ca-root .nav-item{display:flex;align-items:center;width:100%;height:44px;gap:12px;padding:0 12px;color:#40444c;background:transparent;border:0;border-radius:9px;cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease,transform .15s ease}.ca-root .nav-item:hover{color:var(--ink);background:#f0f0f4}.ca-root .nav-item:active{transform:translateY(1px)}.ca-root .nav-item.active{color:#2c2d86;background:#ececfc;font-weight:600}.ca-root .nav-divider{height:1px;margin:2px 8px;background:var(--line)}.ca-root .sync-status{display:flex;align-items:center;gap:9px;padding:0 10px;color:#4f555e;font-size:12px;white-space:nowrap}.ca-root .sync-status i{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #17a85317}.ca-root .workspace{display:flex;min-width:0;min-height:100vh;flex-direction:column;background:var(--canvas)}.ca-root .utility-bar{display:flex;align-items:center;justify-content:space-between;min-height:62px;padding:0 28px;border-bottom:1px solid rgb(231 232 236 / 70%)}.ca-root .command-search,.ca-root .compact-search,.ca-root .wide-search{position:relative;display:flex;align-items:center;color:var(--subtle)}.ca-root .command-search{width:min(310px,42%)}.ca-root .command-search>svg,.ca-root .compact-search>svg,.ca-root .wide-search>svg{position:absolute;left:12px;pointer-events:none}.ca-root .command-search input,.ca-root .compact-search input,.ca-root .wide-search input{width:100%;color:var(--ink);background:#fafafd;border:1px solid var(--line);border-radius:8px;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.ca-root .command-search input{height:36px;padding:0 52px 0 36px}.ca-root .command-search input:focus,.ca-root .compact-search input:focus,.ca-root .wide-search input:focus{background:#fff;border-color:#b9b9f5;box-shadow:0 0 0 3px #5455ed14}.ca-root .command-search kbd{position:absolute;right:10px;padding:2px 5px;color:#898e97;background:#fff;border:1px solid var(--line);border-radius:4px;font-family:inherit;font-size:10px}.ca-root .command-menu{position:absolute;top:42px;left:0;z-index:20;display:grid;width:330px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:0 18px 45px #1a1d2624}.ca-root .command-menu>span{padding:7px 9px 6px;color:var(--subtle);font-size:11px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.ca-root .command-menu button{display:flex;align-items:center;justify-content:space-between;padding:9px;background:none;border:0;border-radius:7px;cursor:pointer;text-align:left}.ca-root .command-menu button:hover{background:#f5f5f8}.ca-root .utility-actions{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px}.ca-root .utility-actions>button{display:inline-flex;align-items:center;justify-content:center;height:34px;background:transparent;border:0;border-radius:8px;cursor:pointer}.ca-root .utility-actions>button:hover{background:#f3f3f6}.ca-root .user-menu{gap:8px;padding:0 6px!important;color:#393d45}.ca-root .user-menu>span{display:grid;width:30px;height:30px;place-items:center;color:#fff;background:#6565eb;border-radius:50%;font-size:11px;font-weight:680}.ca-root .mobile-menu,.ca-root .mobile-brand{display:none}.ca-root .content-scroll{min-width:0;overflow:visible;padding:26px 32px 32px}.ca-root .dashboard-view{min-width:0}.ca-root .dashboard-view.is-hidden{display:none}.ca-root .page-header{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:92px;margin-bottom:10px}.ca-root .page-kicker{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--muted);font-size:12px}.ca-root .sync-dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #17a85317}.ca-root .page-header h1{margin:0;font-size:clamp(27px,2.25vw,34px);font-weight:670;letter-spacing:-.045em;line-height:1.06}.ca-root .page-controls{display:flex;align-items:center;gap:10px}.ca-root .period-control{display:flex;align-items:center;padding:3px;background:#f7f7fa;border:1px solid var(--line);border-radius:9px}.ca-root .period-control button{height:32px;padding:0 13px;color:#5f646d;background:transparent;border:0;border-radius:6px;cursor:pointer;transition:all .15s ease}.ca-root .period-control button:hover{color:var(--ink)}.ca-root .period-control button.active{color:#24269a;background:#fff;box-shadow:0 1px 2px #11131814,inset 0 0 0 1px #d8d8fa;font-weight:600}.ca-root .icon-button{display:grid;width:40px;height:40px;place-items:center;color:#4e535c;background:#fff;border:1px solid var(--line);border-radius:9px;cursor:pointer}.ca-root .icon-button:hover{border-color:var(--line-strong);box-shadow:0 3px 10px #14161c0d}.ca-root .notice{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:40px;margin:4px 0 14px;padding:7px 12px;color:#5d4b2d;background:var(--warning-bg);border:1px solid var(--warning-line);border-radius:8px;cursor:pointer;text-align:left}.ca-root .notice>span:first-child{display:flex;align-items:center;gap:8px}.ca-root .notice svg{color:#e69119}.ca-root .notice b{color:#413622;font-weight:590}.ca-root .notice em{color:#87765a;font-style:normal}.ca-root .notice-action{color:#d86d00;font-weight:620}.ca-root .metrics-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:16px 0 22px;border-bottom:1px solid var(--line)}.ca-root .metric{display:flex;min-width:0;flex-direction:column;padding:0 22px;border-right:1px solid var(--line)}.ca-root .metric:first-child{padding-left:4px}.ca-root .metric:last-child{border-right:0}.ca-root .eyebrow,.ca-root .section-kicker{color:#777d87;font-size:10px;font-weight:670;letter-spacing:.075em;text-transform:uppercase}.ca-root .metric strong{margin-top:7px;font-size:clamp(25px,2.05vw,32px);font-variant-numeric:tabular-nums;font-weight:650;letter-spacing:-.04em;line-height:1.05}.ca-root .metric small{display:block;margin-top:8px;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.ca-root .metric .negative-note{color:#705e5e}.ca-root .insights-grid{display:grid;grid-template-columns:minmax(0,1fr);padding:25px 0 14px}.ca-root .activity-section,.ca-root .loss-section{min-width:0}.ca-root .section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.ca-root .section-heading h2,.ca-root .loss-section h2,.ca-root .feature-panel h2,.ca-root .health-panel h2,.ca-root .import-panel h2,.ca-root .docs-content h2,.ca-root .names-modal h2{margin:4px 0 0;font-size:20px;font-weight:640;letter-spacing:-.035em}.ca-root .team-heading h2,.ca-root .activity-section .section-heading h2{margin-top:0}.ca-root .activity-chart{width:100%;margin-top:17px;overflow:hidden;border:1px solid var(--line);background:#fff;border-radius:12px}.ca-root .chart-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--line)}.ca-root .chart-summary.direction-in,.ca-root .chart-summary.direction-out{grid-template-columns:repeat(2,minmax(0,1fr))}.ca-root .chart-summary>div{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;padding:13px 16px;border-right:1px solid var(--line)}.ca-root .chart-summary>div:last-child{border-right:0}.ca-root .chart-summary span{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.ca-root .chart-summary strong{flex:0 0 auto;color:#17191f;font-size:13px;font-variant-numeric:tabular-nums;font-weight:650}.ca-root .summary-dot{display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%}.ca-root .summary-dot.inbound{background:#00f}.ca-root .summary-dot.outbound{background:orange}.ca-root .chart-canvas{height:228px;padding:2px 6px 0 0}.ca-root .activity-chart.compact .chart-canvas{height:190px}.ca-root .chart-canvas svg{display:block;width:100%;height:100%;overflow:visible}.ca-root .chart-canvas svg:focus-visible{outline:2px solid var(--accent);outline-offset:-2px;border-radius:8px}.ca-root .chart-tooltip{pointer-events:none}.ca-root .section-heading>div:first-child>p{margin:5px 0 0;color:var(--muted);font-size:11px}.ca-root .chart-mode-switch{display:inline-flex;flex:0 0 auto;gap:3px;padding:3px;border:1px solid var(--line);background:#f5f5f8;border-radius:9px}.ca-root .chart-mode-switch button{height:30px;padding:0 13px;color:#6f7480;background:transparent;border:0;border-radius:6px;cursor:pointer;font-size:11px;font-weight:560}.ca-root .chart-mode-switch button.active{color:#2222b8;background:#fff;box-shadow:0 1px 3px #14162317}.ca-root .loss-section{align-self:end;padding:10px 0 26px}.ca-root .loss-section>p{margin:5px 0 16px;color:var(--muted);font-size:11px}.ca-root .loss-bar{display:flex;height:36px;overflow:hidden;color:#fff;border-radius:6px;font-size:13px;font-variant-numeric:tabular-nums;font-weight:650}.ca-root .loss-bar span{display:grid;place-items:center}.ca-root .consultant-loss{width:65%;background:var(--red)}.ca-root .ivr-loss{width:35%;background:var(--purple)}.ca-root .loss-row{display:flex;align-items:center;justify-content:space-between;margin-top:12px;color:#5c626c;font-size:11px}.ca-root .loss-row span{display:flex;align-items:center;gap:8px}.ca-root .loss-row i{display:block;width:8px;height:8px}.ca-root .red-dot{background:var(--red)}.ca-root .purple-dot{background:var(--purple)}.ca-root .loss-row b{color:#4e535d;font-variant-numeric:tabular-nums;font-weight:540}.ca-root .text-link{display:inline-flex;align-items:center;gap:6px;margin-top:17px;padding:0;color:var(--blue);background:transparent;border:0;cursor:pointer;font-size:11px;font-weight:580}.ca-root .text-link:hover{text-decoration:underline;text-underline-offset:3px}.ca-root .team-section{margin-top:4px;padding-top:13px;border-top:1px solid var(--line)}.ca-root .team-heading{align-items:center}.ca-root .team-heading h2{margin:2px 0 0;font-size:19px;font-weight:640;letter-spacing:-.035em}.ca-root .team-title-group{display:grid;gap:7px}.ca-root .team-composition-legend{display:flex;align-items:center;gap:14px;color:#777c86;font-size:10px;font-weight:520}.ca-root .team-composition-legend span{display:inline-flex;align-items:center;gap:6px}.ca-root .team-composition-legend i{display:block;width:7px;height:7px;border-radius:2px}.ca-root .table-tools,.ca-root .page-tools{display:flex;align-items:center;gap:9px}.ca-root .compact-search{width:190px}.ca-root .compact-search input{height:32px;padding:0 10px 0 34px;font-size:11px}.ca-root .quiet-button,.ca-root .secondary-button,.ca-root .primary-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}.ca-root .quiet-button{height:32px;padding:0 11px;color:#5c626c;background:#fff;border:1px solid var(--line);font-size:11px}.ca-root .quiet-button:hover,.ca-root .secondary-button:hover{background:#fafafd;border-color:#cbced5}.ca-root .team-settings-button{color:#4546b8;background:#f8f8ff;border-color:#dadaf3;font-weight:590}.ca-root .team-settings-button:hover{color:#30319d;background:#eef;border-color:#c8c9ed}.ca-root .data-table{margin-top:10px;border-top:1px solid var(--line)}.ca-root .table-row{display:grid;grid-template-columns:minmax(210px,1.65fr) repeat(4,minmax(76px,.7fr)) 24px;width:100%;min-height:38px;align-items:center;gap:12px;padding:0 5px;color:#383d45;background:transparent;border:0;border-bottom:1px solid var(--line);font-size:11px;font-variant-numeric:tabular-nums;text-align:left}.ca-root button.table-row{cursor:pointer}.ca-root button.table-row:hover{background:#f8f8fb}.ca-root .table-row.selected{background:#f0f0ff}.ca-root .table-head{min-height:30px;color:#7c818a;background:transparent;font-size:9px;font-weight:590;text-transform:uppercase}.ca-root .employee-cell{display:flex;min-width:0;align-items:center;gap:9px}.ca-root .employee-cell>span:last-child{display:grid;min-width:0}.ca-root .employee-cell b{overflow:hidden;color:#24272d;font-weight:580;text-overflow:ellipsis;white-space:nowrap}.ca-root .employee-cell small{color:var(--subtle);font-size:9px}.ca-root .avatar{display:grid;width:23px;height:23px;flex:0 0 auto;place-items:center;color:#fff;border-radius:50%;font-size:8px;font-weight:700}.ca-root .avatar.large{width:42px;height:42px;font-size:12px}.ca-root .avatar.violet{background:#6767ed}.ca-root .avatar.green{background:#2fa56f}.ca-root .avatar.purple{background:#8340ba}.ca-root .avatar.orange{background:#ef8d16}.ca-root .avatar.cyan{background:#21a8a3}.ca-root .avatar.blue{background:#3f6ca8}.ca-root .missed-value{color:var(--red)!important}.ca-root .center-link{display:flex;width:max-content;margin:12px auto 0}.ca-root .table-empty{padding:24px;color:var(--muted);text-align:center}.ca-root .page-section{padding-top:20px;border-top:1px solid var(--line)}.ca-root .page-tools{justify-content:space-between;margin-bottom:16px}.ca-root .wide-search{width:min(440px,60%)}.ca-root .wide-search input{height:38px;padding:0 12px 0 40px}.ca-root .plain-panel{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:10px}.ca-root .calls-table{display:grid;grid-template-columns:1.1fr .8fr 1.1fr .85fr .72fr .62fr;gap:18px;align-items:center;min-height:48px;padding:0 18px}.ca-root .calls-head{min-height:38px;color:var(--subtle);background:#fafafd;border-bottom:1px solid var(--line);font-size:10px;font-weight:620;text-transform:uppercase}.ca-root .call-row{width:100%;color:#444951;background:#fff;border:0;border-bottom:1px solid var(--line);cursor:pointer;font-size:12px;text-align:left}.ca-root .call-row:last-child{border-bottom:0}.ca-root .call-row:hover{background:#fafafd}.ca-root .data-footnote{margin:12px 0 0;color:var(--subtle);font-size:11px}.ca-root .report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.ca-root .feature-panel{padding:28px;background:#fff;border:1px solid var(--line);border-radius:12px}.ca-root .feature-icon,.ca-root .settings-icon{display:grid;width:42px;height:42px;margin-bottom:28px;place-items:center;color:#4647d6;background:var(--accent-soft);border-radius:10px}.ca-root .feature-icon.neutral{color:#506172;background:#f1f3f5}.ca-root .feature-panel p,.ca-root .import-panel p,.ca-root .docs-content p,.ca-root .names-modal p{max-width:560px;color:var(--muted);line-height:1.65}.ca-root .primary-button,.ca-root .secondary-button{min-height:38px;margin-top:12px;padding:0 15px;font-size:12px}.ca-root .primary-button{color:#fff;background:#171920;border:1px solid #171920}.ca-root .primary-button:hover{background:#2a2d35;transform:translateY(-1px)}.ca-root .secondary-button{color:#444951;background:#fff;border:1px solid var(--line-strong)}.ca-root .health-panel,.ca-root .import-panel{background:#fff;border:1px solid var(--line);border-radius:12px}.ca-root .health-hero{display:flex;align-items:center;gap:15px;padding:24px}.ca-root .health-hero>div{flex:1}.ca-root .health-hero p{margin:7px 0 0;color:var(--muted)}.ca-root .status-orb{display:grid;width:48px;height:48px;place-items:center;color:#148e49;background:#e9f8ef;border-radius:50%}.ca-root .status-pill{padding:6px 10px;border-radius:999px;font-size:11px;font-weight:620}.ca-root .status-pill.success{color:#177b44;background:#eaf7ef}.ca-root .health-stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.ca-root .health-stats div{display:grid;gap:5px;padding:18px 24px;border-right:1px solid var(--line)}.ca-root .health-stats div:last-child{border-right:0}.ca-root .health-stats span{color:var(--subtle);font-size:10px;text-transform:uppercase}.ca-root .health-stats b{font-weight:590}.ca-root .import-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:24px}.ca-root .import-panel p{margin-bottom:0}.ca-root .settings-list{display:grid;gap:8px}.ca-root .settings-row{display:grid;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:14px;min-height:72px;padding:0 16px;background:#fff;border:1px solid var(--line);border-radius:10px;cursor:pointer;text-align:left}.ca-root .settings-row:hover{border-color:#ced0d7;background:#fdfdff}.ca-root .settings-icon{width:38px;height:38px;margin:0}.ca-root .settings-row>span:nth-child(2){display:grid;gap:4px}.ca-root .settings-row b{font-weight:600}.ca-root .settings-row small{color:var(--muted)}.ca-root .docs-grid{display:grid;grid-template-columns:220px minmax(0,1fr);gap:36px}.ca-root .docs-nav{display:grid;align-content:start;gap:4px}.ca-root .docs-nav b{margin-bottom:8px;color:var(--subtle);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.ca-root .docs-nav button{padding:9px 10px;color:#666c75;background:none;border:0;border-radius:7px;cursor:pointer;text-align:left}.ca-root .docs-nav button.active,.ca-root .docs-nav button:hover{color:#30325f;background:var(--accent-soft)}.ca-root .docs-content{max-width:720px}.ca-root .docs-content h2{font-size:28px}.ca-root .docs-content h3{margin-top:28px}.ca-root .formula{margin-top:18px;padding:15px 17px;color:#34355d;background:#f5f5ff;border-left:3px solid var(--accent);border-radius:0 8px 8px 0;font-family:var(--font-geist-mono),monospace;font-size:12px}.ca-root .assistant-panel{position:sticky;top:0;z-index:5;display:flex;min-width:330px;max-width:600px;height:100vh;flex-direction:column;overflow:hidden;background:#fff;border-left:1px solid #e2e2ed}.ca-root .resize-handle{position:absolute;top:0;bottom:0;left:-4px;z-index:10;width:8px;padding:0;background:transparent;border:0;cursor:ew-resize}.ca-root .resize-handle:hover:after{position:absolute;top:0;bottom:0;left:3px;width:2px;background:#a9a9ee;content:""}.ca-root .assistant-header{display:flex;align-items:center;justify-content:space-between;min-height:70px;padding:0 20px;background:#fffffff5;border-bottom:1px solid rgb(222 222 235 / 70%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.ca-root .assistant-header>div:first-child{display:flex;align-items:center;gap:10px}.ca-root .assistant-header>div:first-child>span:last-child{display:grid}.ca-root .assistant-header b{font-size:15px;font-weight:660}.ca-root .assistant-symbol{display:grid;width:32px;height:32px;place-items:center;color:#5758e8;background:#fff;border:1px solid #e5e5f2;border-radius:9px;box-shadow:0 3px 10px #4f50cc14}.ca-root .assistant-actions{display:flex;gap:5px}.ca-root .assistant-actions button,.ca-root .assistant-composer button,.ca-root .employee-modal header>button,.ca-root .names-modal header>button{display:grid;width:32px;height:32px;place-items:center;color:#656a73;background:#ffffffb8;border:1px solid #e1e1ea;border-radius:50%;cursor:pointer}.ca-root .assistant-actions button:hover,.ca-root .assistant-composer button:hover{color:var(--ink);background:#fff}.ca-root .assistant-actions button:focus-visible,.ca-root .quick-prompts button:focus-visible,.ca-root .assistant-composer button:focus-visible{outline:3px solid rgb(84 85 220 / 20%);outline-offset:2px}.ca-root .assistant-messages{flex:1;overflow:auto;padding:22px 20px 18px;background:#fff;overscroll-behavior:contain;scrollbar-width:thin}.ca-root .chat-message{display:flex;width:100%;align-items:flex-start;gap:10px;margin-bottom:22px}.ca-root .chat-avatar{display:grid;width:26px;height:26px;flex:0 0 26px;place-items:center;color:#5657df;background:#fff;border:1px solid #dedff0;border-radius:9px;box-shadow:0 3px 10px #44459612}.ca-root .chat-message-content{min-width:0;max-width:calc(100% - 34px);flex:1}.ca-root .chat-message-meta{display:flex;min-height:20px;align-items:center;gap:7px;margin-bottom:7px;color:#8a8e99;font-size:9px}.ca-root .chat-message-meta b{color:#3c4049;font-size:10px;font-weight:650}.ca-root .assistant-response{padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.ca-root .answer-label{display:flex;align-items:center;gap:6px;color:#5c5dd4;font-size:10px;font-weight:650;text-transform:uppercase}.ca-root .assistant-response p{margin:0;color:#2f333a;font-size:12.5px;line-height:1.62}.ca-root .assistant-response .answer-label+p{margin-top:9px}.ca-root .assistant-response>*+*{margin-top:8px}.ca-root .assistant-response h1,.ca-root .assistant-response h2,.ca-root .assistant-response h3,.ca-root .assistant-response h4{margin:0;color:#23262d;font-size:12.5px;font-weight:650}.ca-root .assistant-response ul,.ca-root .assistant-response ol{margin:0;padding-left:18px;color:#2f333a;font-size:12.5px;line-height:1.62}.ca-root .assistant-response li+li{margin-top:2px}.ca-root .assistant-response li>p{margin:0}.ca-root .assistant-response strong{color:#23262d;font-weight:650}.ca-root .assistant-response a{color:#5c5dd4;text-underline-offset:2px}.ca-root .assistant-response code{padding:1px 5px;background:#f2f2f6;border-radius:4px;font-size:11.5px}.ca-root .assistant-response pre{margin:0;padding:8px 10px;overflow-x:auto;background:#f2f2f6;border-radius:8px}.ca-root .assistant-response pre code{padding:0;background:transparent}.ca-root .assistant-response blockquote{margin:0;padding-left:10px;border-left:2px solid #e7e7ef;color:#6c7080}.ca-root .assistant-response table{width:100%;border-collapse:collapse;font-size:11.5px}.ca-root .assistant-response th,.ca-root .assistant-response td{padding:5px 8px;border-bottom:1px solid #e7e7ef;text-align:left;vertical-align:top}.ca-root .assistant-response th{color:#6c7080;font-weight:650}.ca-root .source-chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:12px}.ca-root .source-chips span{padding:5px 7px;color:#6c7080;background:#f5f5f8;border:1px solid #e7e7ef;border-radius:6px;font-size:8px}.ca-root .mini-chart{margin-top:14px;padding:12px;background:#f8f8fb;border:1px solid #e5e5eb;border-radius:12px}.ca-root .mini-chart-title{display:flex;align-items:center;justify-content:space-between}.ca-root .mini-chart-title b{font-size:10px;font-weight:600}.ca-root .mini-chart-title small{color:var(--muted);font-size:8px}.ca-root .mini-bars{display:flex;height:94px;align-items:end;gap:5px;margin-top:10px;padding:5px 3px 0;border-bottom:1px solid var(--line);background:linear-gradient(var(--line),var(--line)) 0 34% / 100% 1px no-repeat,linear-gradient(var(--line),var(--line)) 0 67% / 100% 1px no-repeat}.ca-root .mini-bars i{min-width:4px;flex:1;background:linear-gradient(180deg,#6e66f0,#8d86f5);border-radius:2px 2px 0 0}.ca-root .mini-axis{display:flex;justify-content:space-between;margin-top:5px;color:var(--subtle);font-size:7px}.ca-root .user-message{width:fit-content;max-width:100%;margin-left:auto;padding:11px 14px;color:#282b31;background:#ededf1;border:1px solid #e5e5e9;border-radius:18px 18px 5px;box-shadow:none;font-size:12.5px;line-height:1.5}.ca-root .user-chat-message{justify-content:flex-end;padding-left:46px}.ca-root .user-chat-message .chat-message-content{max-width:88%;flex:0 1 auto}.ca-root .user-message-meta{justify-content:flex-end;margin-right:2px}.ca-root .assistant-bottom{padding:12px 18px 15px;background:linear-gradient(180deg,#ffffffb8,#fff 18%);border-top:1px solid #e7e7eb;box-shadow:0 -12px 30px #2022320a}.ca-root .assistant-bottom>p{margin:0 0 8px;color:#5c616b;font-size:10px;font-weight:600}.ca-root .quick-prompts{display:flex;gap:6px;margin-right:-18px;padding-right:18px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}.ca-root .quick-prompts::-webkit-scrollbar{display:none}.ca-root .quick-prompts button{display:flex;align-items:center;min-width:max-content;min-height:32px;flex:0 0 auto;padding:6px 11px;color:#4e535c;background:#fff;border:1px solid #e0e0e9;border-radius:999px;cursor:pointer;font-size:10px;line-height:1.25;text-align:left}.ca-root .quick-prompts button:hover{color:#313269;background:#fff;border-color:#cacaf0}.ca-root .assistant-composer{display:grid;min-height:52px;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:7px;margin-top:10px;padding:8px;background:#fff;border:1px solid #d8d8de;border-radius:22px;box-shadow:0 8px 28px #23253714;transition:min-height .18s ease,padding .18s ease,border-radius .18s ease}.ca-root .assistant-composer.has-content{display:flex;min-height:82px;flex-direction:column;align-items:stretch;gap:5px;padding:10px 8px 8px 11px;border-radius:20px}.ca-root .assistant-composer:focus-within{border-color:#b8b8c4;box-shadow:0 0 0 3px #5455dc14,0 10px 30px #23253717}.ca-root .assistant-composer textarea{grid-column:2;grid-row:1;width:100%;min-height:26px;max-height:132px;height:26px;padding:3px 2px;resize:none;color:var(--ink);background:none;border:0;outline:0;font:inherit;font-size:12.5px;line-height:1.5;overflow-y:auto}.ca-root .assistant-composer.has-content textarea{padding:2px 5px 3px}.ca-root .assistant-composer button{width:34px;height:34px;flex:0 0 34px;border:0}.ca-root .composer-toolbar{display:contents}.ca-root .assistant-composer.has-content .composer-toolbar{display:flex;min-height:34px;align-items:center;justify-content:space-between}.ca-root .composer-tools{display:flex;grid-column:1;grid-row:1;min-width:0;align-items:center;gap:7px}.ca-root .assistant-composer .attach-button{color:#555a63;background:transparent;border:0}.ca-root .assistant-composer .attach-button:hover{color:#24272d;background:transparent}.ca-root .attachment-chip{display:flex;min-width:0;max-width:190px;height:30px;align-items:center;gap:5px;padding:0 4px 0 8px;color:#565a63;background:#f3f3f6;border:1px solid #e4e4e9;border-radius:9px;font-size:9px}.ca-root .attachment-chip>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ca-root .attachment-chip>button{width:22px;height:22px;flex:0 0 22px;color:#777b84;background:transparent}.ca-root .attachment-chip>button:hover{color:#24272d;background:#fff}.ca-root .assistant-composer .send-button{grid-column:3;grid-row:1;color:#fff;background:#181a20}.ca-root .assistant-composer .send-button:hover{color:#fff;background:#30333b}.ca-root .assistant-composer .send-button:disabled{color:#a8abb3;background:#ececf1;cursor:default}.ca-root .assistant-footnote{display:block;margin-top:7px;color:#90939b;font-size:8px;text-align:center}.ca-root .assistant-collapsed{position:fixed;right:26px;bottom:26px;display:flex;z-index:80;min-width:172px;height:58px;align-items:center;gap:11px;padding:7px 17px 7px 7px;color:#fff;background:linear-gradient(135deg,#6263ed,#494acb);border:1px solid rgb(255 255 255 / 38%);border-radius:16px;box-shadow:0 18px 44px #3c3db54d,0 4px 12px #27287a2e;cursor:pointer;font:inherit;transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.ca-root .assistant-collapsed:hover{color:#fff;background:linear-gradient(135deg,#5657e2,#3e3fbf);box-shadow:0 22px 50px #3c3db55c,0 5px 14px #27287a38;transform:translateY(-3px)}.ca-root .assistant-collapsed:focus-visible{outline:3px solid rgb(85 86 216 / 28%);outline-offset:3px}.ca-root .assistant-collapsed-copy{display:grid;gap:1px;min-width:0;color:#fff;line-height:1.15;text-align:left;white-space:nowrap}.ca-root .assistant-collapsed-copy b{font-size:12px;font-weight:720}.ca-root .assistant-collapsed-copy small{color:#ffffffb8;font-size:9px;font-weight:520}.ca-root .assistant-collapsed-icon{position:relative;display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;color:#fff;background:#ffffff29;border:1px solid rgb(255 255 255 / 20%);border-radius:11px}.ca-root .modal-backdrop{position:fixed;z-index:100;display:grid;top:0;right:0;bottom:0;left:0;place-items:center;padding:24px;background:#14161d40;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ca-root .employee-modal,.ca-root .names-modal{width:min(640px,100%);max-height:min(760px,calc(100vh - 48px));overflow:auto;padding:22px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 28px 80px #181b2538}.ca-root .employee-modal>header,.ca-root .names-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.ca-root .employee-summary{display:grid;grid-template-columns:repeat(3,1fr);margin-top:22px;border:1px solid var(--line);border-radius:10px}.ca-root .employee-summary div{display:grid;gap:6px;padding:14px;border-right:1px solid var(--line)}.ca-root .employee-summary div:last-child{border-right:0}.ca-root .employee-summary span{color:var(--subtle);font-size:9px;text-transform:uppercase}.ca-root .employee-summary b{font-size:17px;font-variant-numeric:tabular-nums}.ca-root .employee-summary .employee-summary-link{width:fit-content;min-height:0;padding:0;border:0;border-radius:4px;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.ca-root .employee-summary .employee-summary-link:hover b,.ca-root .employee-summary .employee-summary-link:focus-visible b{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.ca-root .employee-summary .employee-summary-link:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.ca-root .employee-detail-chart{margin-top:22px}.ca-root .employee-detail-chart>span{font-weight:620}.ca-root .employee-detail-chart .activity-chart{margin-top:12px}.ca-root .employee-detail-chart svg{max-height:190px}.ca-root .full-button{width:100%}.ca-root .names-modal{width:min(700px,100%)}.ca-root .names-modal h2{font-size:24px}.ca-root .names-modal header p{margin:7px 0 0}.ca-root .extension-list{display:grid;gap:7px;margin:22px 0}.ca-root .extension-list label{display:grid;grid-template-columns:90px minmax(0,1fr) 90px;align-items:center;gap:10px;padding:9px 10px;background:#fafafd;border:1px solid var(--line);border-radius:8px}.ca-root .extension-list span{color:#626872;font-size:11px}.ca-root .extension-list input{height:34px;padding:0 10px;background:#fff;border:1px solid var(--line);border-radius:6px;outline:0}.ca-root .extension-list button{height:34px;color:#4445c2;background:var(--accent-soft);border:0;border-radius:6px;cursor:pointer;font-size:10px;font-weight:600}@media(max-width:1440px){.ca-root .app-shell{grid-template-columns:minmax(0,1fr) var(--assistant-width)}.ca-root .app-shell.ai-collapsed{grid-template-columns:minmax(0,1fr)}.ca-root .content-scroll{padding-inline:24px}.ca-root .metric{padding-inline:16px}.ca-root .metric small{font-size:9px}.ca-root .insights-grid{gap:25px}}@media(max-width:1180px){.ca-root .app-shell,.ca-root .app-shell.ai-collapsed{grid-template-columns:minmax(0,1fr)}.ca-root .assistant-panel{position:fixed;top:0;right:0;z-index:50;box-shadow:-18px 0 55px #1e202e1f}.ca-root .assistant-collapsed{right:18px;bottom:18px}.ca-root .metric strong{font-size:25px}.ca-root .metric small{max-width:150px}}@media(max-width:900px){.ca-root .metrics-strip{grid-template-columns:repeat(2,1fr);gap:20px 0}.ca-root .section-heading{align-items:flex-start;flex-direction:column}.ca-root .chart-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.ca-root .chart-summary>div:nth-child(2){border-right:0}.ca-root .chart-summary>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.ca-root .metric:nth-child(2){border-right:0}.ca-root .metric:nth-child(3){padding-left:4px}.ca-root .insights-grid{grid-template-columns:1fr}.ca-root .loss-section{padding-top:0}.ca-root .table-row{grid-template-columns:minmax(190px,1.5fr) repeat(2,minmax(70px,.7fr)) 24px}.ca-root .table-row>:nth-child(4),.ca-root .table-row>:nth-child(5){display:none}.ca-root .calls-table{grid-template-columns:1fr .8fr 1fr .7fr}.ca-root .calls-table>:nth-child(4),.ca-root .calls-table>:nth-child(6){display:none}}@media(max-width:700px){.ca-root .app-shell,.ca-root .app-shell.ai-collapsed{display:block;min-height:100vh;overflow:visible}.ca-root .workspace{height:auto;min-height:100vh}.ca-root .utility-bar{min-height:54px;padding-inline:14px}.ca-root .mobile-menu{display:grid;width:34px;height:34px;place-items:center;background:#fff;border:1px solid var(--line);border-radius:8px}.ca-root .command-search{width:min(220px,55%)}.ca-root .utility-actions>span,.ca-root .utility-actions>button:not(.user-menu),.ca-root .user-menu{display:none}.ca-root .content-scroll{padding:16px;overflow:visible}.ca-root .page-header{align-items:flex-start;flex-direction:column}.ca-root .page-controls{width:100%}.ca-root .period-control{flex:1;overflow:auto}.ca-root .period-control button{flex:1;padding-inline:10px;white-space:nowrap}.ca-root .notice em{display:none}.ca-root .metrics-strip{grid-template-columns:1fr 1fr}.ca-root .metric{padding-inline:12px}.ca-root .metric strong{font-size:24px}.ca-root .metric small{white-space:normal}.ca-root .chart-meta>span:last-child{display:none}.ca-root .team-heading{align-items:flex-start;flex-direction:column}.ca-root .table-tools,.ca-root .compact-search{width:100%}.ca-root .table-row{grid-template-columns:minmax(170px,1fr) 72px 24px}.ca-root .table-row>:nth-child(3),.ca-root .table-row>:nth-child(4),.ca-root .table-row>:nth-child(5){display:none}.ca-root .assistant-panel{width:100%!important;min-width:0;max-width:none}.ca-root .assistant-collapsed{top:auto;right:16px;bottom:16px;width:48px;min-width:48px;height:48px;padding:4px;border-radius:12px}.ca-root .assistant-collapsed-copy{display:none}.ca-root .assistant-collapsed-icon{width:38px;height:38px;flex-basis:38px}.ca-root .report-grid,.ca-root .health-stats,.ca-root .docs-grid{grid-template-columns:1fr}.ca-root .health-stats div{border-right:0;border-bottom:1px solid var(--line)}.ca-root .import-panel{align-items:flex-start;flex-direction:column}.ca-root .calls-table{grid-template-columns:1fr .8fr .8fr}.ca-root .calls-table>:nth-child(3),.ca-root .calls-table>:nth-child(4),.ca-root .calls-table>:nth-child(6){display:none}.ca-root .extension-list label{grid-template-columns:1fr}}.ca-root .period-popover{right:0;left:auto;width:650px;padding:18px;gap:14px;border-radius:16px;box-shadow:0 24px 64px #191b252e}.ca-root .period-popover>div{padding-top:0}.ca-root .period-popover-title{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.ca-root .period-popover-title>div{display:grid;gap:4px}.ca-root .period-popover-title b{color:var(--ink);font-size:15px}.ca-root .period-popover-title small{color:var(--muted);font-size:10px}.ca-root .period-control .period-popover-title>button,.ca-root .period-control .calendar-toolbar>button{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;padding:0;color:#686d77;background:#f7f7fa;border:1px solid var(--line);border-radius:8px}.ca-root .period-control .period-popover-title>button:hover,.ca-root .period-control .calendar-toolbar>button:hover{color:var(--accent);background:var(--accent-soft);border-color:#d9d9fb}.ca-root .calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.ca-root .calendar-toolbar>span{color:#777c86;font-size:10px;font-weight:570}.ca-root .calendar-toolbar-mobile{display:none}.ca-root .calendar-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.ca-root .calendar-month{min-width:0}.ca-root .calendar-month+.calendar-month{padding-left:20px;border-left:1px solid var(--line)}.ca-root .calendar-month>b{display:block;margin-bottom:12px;color:#272a31;font-size:12px;font-weight:630;text-align:center;text-transform:capitalize}.ca-root .calendar-weekdays,.ca-root .calendar-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.ca-root .calendar-weekdays{margin-bottom:5px}.ca-root .calendar-weekdays span{color:#a0a4ad;font-size:8px;font-weight:650;text-align:center;text-transform:uppercase}.ca-root .period-control .calendar-days button,.ca-root .calendar-empty{width:100%;height:32px}.ca-root .period-control .calendar-days button{position:relative;display:grid;place-items:center;padding:0;color:#41454d;background:transparent;border:0;border-radius:0;font-size:10px;font-variant-numeric:tabular-nums}.ca-root .period-control .calendar-days button:hover{color:#3435bb;background:#f1f1ff;border-radius:8px}.ca-root .period-control .calendar-days button.in-range{color:#3435bb;background:#eef}.ca-root .period-control .calendar-days button.range-start,.ca-root .period-control .calendar-days button.range-end{z-index:1;color:#fff;background:var(--accent);border-radius:8px;font-weight:650}.ca-root .range-summary{display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 12px!important;background:#f8f8fb;border:1px solid var(--line);border-radius:10px}.ca-root .range-summary>span{display:grid;min-width:142px;gap:2px}.ca-root .range-summary small{color:var(--subtle);font-size:8px;text-transform:uppercase}.ca-root .range-summary b{color:#343840;font-size:10px;font-weight:610}.ca-root .period-actions{display:flex;justify-content:space-between!important;gap:10px;padding-top:0!important}.ca-root .period-popover .period-actions .primary-button,.ca-root .period-popover .period-actions .secondary-button{min-height:36px;margin-top:0;padding:0 14px;font-size:10px}.ca-root .period-popover .period-actions .primary-button:disabled{opacity:.42;cursor:not-allowed}.ca-root .period-control>.date-range-trigger{min-width:205px;justify-content:flex-start;gap:7px;margin-left:3px;padding:0 11px;color:#383c45;border-left:1px solid #dcdee5;border-radius:0 6px 6px 0;font-weight:570}.ca-root .period-control>.date-range-trigger>span{flex:1;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.ca-root .period-control>.date-range-trigger svg:first-child{color:#5556d8}.ca-root .period-control>.date-range-trigger svg:last-child{color:#777c85;transition:transform .16s ease}.ca-root .period-control>.date-range-trigger.open{color:#24269a;background:#fff;box-shadow:0 1px 2px #11131814,inset 0 0 0 1px #d8d8fa}.ca-root .period-control>.date-range-trigger.open svg:last-child{transform:rotate(180deg)}.ca-root .team-data-table .team-grid{grid-template-columns:minmax(210px,1.3fr) minmax(260px,1.55fr) minmax(90px,.65fr) minmax(64px,.45fr) minmax(68px,.48fr) minmax(82px,.58fr) minmax(100px,.7fr) minmax(68px,.5fr);min-width:1020px;gap:16px}.ca-root .team-data-table .team-table-head{min-height:48px}.ca-root .team-data-table .team-table-head>.sort-header-cell{width:100%;gap:6px;white-space:nowrap}.ca-root .team-data-table .team-table-head .sort-header svg{width:16px;height:16px;flex:0 0 16px;stroke-width:2.1}.ca-root .expand-row svg{width:18px;height:18px;flex:0 0 18px;stroke-width:2.1}.ca-root .text-link svg,.ca-root .quick-prompts button svg,.ca-root .period-control>button svg,.ca-root .assistant-actions button svg{flex:0 0 auto}@media(max-width:1500px){.ca-root .team-data-table .team-grid{grid-template-columns:minmax(190px,1.25fr) minmax(225px,1.45fr) minmax(82px,.62fr) minmax(58px,.44fr) minmax(62px,.47fr) minmax(76px,.57fr) minmax(94px,.68fr) minmax(62px,.48fr);min-width:950px;gap:12px}}@media(max-width:820px){.ca-root .period-popover{right:-56px;width:min(640px,calc(100vw - 24px))}}@media(max-width:620px){.ca-root .period-popover{right:-58px;width:min(390px,calc(100vw - 18px));max-height:calc(100vh - 100px);overflow-y:auto}.ca-root .calendar-grid{grid-template-columns:1fr}.ca-root .calendar-month+.calendar-month{padding-top:16px;padding-left:0;border-top:1px solid var(--line);border-left:0}}.ca-root .team-data-table{overflow-x:auto}.ca-root .team-grid{grid-template-columns:minmax(210px,1.2fr) minmax(300px,1.65fr) minmax(100px,.55fr) minmax(210px,1fr) minmax(190px,.9fr);min-width:1040px;gap:18px}.ca-root .team-table-head{min-height:58px}.ca-root .team-table-head>span,.ca-root .team-table-head>button{align-self:center}.ca-root .grouped-head{display:grid;align-self:stretch;padding:8px 0 6px}.ca-root .grouped-head>span{color:#a0a4ad;font-size:8px;letter-spacing:.08em}.ca-root .grouped-head>div{display:grid;align-items:end;gap:14px;margin-top:6px}.ca-root .grouped-head:first-of-type>div{grid-template-columns:repeat(3,minmax(44px,1fr))}.ca-root .grouped-head:last-child>div{grid-template-columns:minmax(94px,1fr) minmax(54px,.65fr)}.ca-root .grouped-head button{justify-content:flex-start;white-space:nowrap}.ca-root .grouped-values{display:grid;align-items:center;gap:14px}.ca-root .grouped-values.three{grid-template-columns:repeat(3,minmax(44px,1fr))}.ca-root .grouped-values.two{grid-template-columns:minmax(94px,1fr) minmax(54px,.65fr)}.ca-root .grouped-values>span{min-width:0;white-space:nowrap}.ca-root .extension-name{padding-left:62px}@media(max-width:1500px){.ca-root .team-grid{grid-template-columns:minmax(200px,1.15fr) minmax(270px,1.5fr) minmax(90px,.5fr) minmax(190px,.95fr) minmax(170px,.82fr);min-width:970px;gap:14px}}@media(prefers-reduced-motion:reduce){.ca-root *,.ca-root *:before,.ca-root *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.ca-root .metrics-six{grid-template-columns:repeat(6,minmax(0,1fr))}.ca-root .metrics-six .metric{min-width:0;padding-inline:16px}.ca-root .metrics-six .metric:first-child{padding-left:6px}.ca-root .metrics-six .metric strong{font-size:clamp(22px,1.8vw,30px)}.ca-root .metrics-six .metric small{overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.ca-root .metrics-two{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:20px;padding-bottom:24px}.ca-root .metrics-two .metric{padding-inline:28px}.ca-root .metrics-two .metric:first-child{padding-left:6px}.ca-root .metrics-two .metric strong{font-size:clamp(28px,2.3vw,36px)}.ca-root .metrics-two .metric small{white-space:normal}.ca-root .metric-label{display:flex;align-items:center;gap:5px}.ca-root .metric-label button{display:grid;width:19px;height:19px;place-items:center;padding:0;color:#9a9fa8;background:transparent;border:0;border-radius:50%;cursor:pointer}.ca-root .metric-label button:hover{color:var(--accent);background:var(--accent-soft)}.ca-root .period-control{position:relative}.ca-root .period-control>button{display:inline-flex;align-items:center;justify-content:center;gap:4px}.ca-root .period-popover,.ca-root .export-menu{position:absolute;top:calc(100% + 10px);z-index:40;padding:14px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 48px #191b2526}.ca-root .period-popover{right:0;display:grid;width:310px;gap:11px}.ca-root .period-popover>b{font-size:13px}.ca-root .period-popover label{display:grid;grid-template-columns:70px 1fr;align-items:center;gap:10px;color:var(--muted);font-size:11px}.ca-root .period-popover input{height:36px;padding:0 10px;color:var(--ink);background:#fbfbfd;border:1px solid var(--line);border-radius:7px}.ca-root .period-popover>div{display:flex;justify-content:flex-end;gap:8px;padding-top:3px}.ca-root .period-popover .primary-button,.ca-root .period-popover .secondary-button{min-height:34px;padding:0 12px;font-size:10px}.ca-root .export-wrap{position:relative}.ca-root .export-menu{right:0;display:grid;width:270px;gap:4px;padding:8px}.ca-root .export-menu>span{padding:7px 9px 5px;color:var(--subtle);font-size:9px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.ca-root .export-menu button{display:flex;align-items:center;gap:10px;width:100%;padding:9px;color:#4a4f58;background:transparent;border:0;border-radius:8px;cursor:pointer;text-align:left}.ca-root .export-menu button:hover{color:#313269;background:#f5f5ff}.ca-root .export-menu button>span{display:grid}.ca-root .export-menu button b{font-size:11px;font-weight:600}.ca-root .export-menu button small{margin-top:2px;color:var(--subtle);font-size:9px}.ca-root .loss-insight{display:flex;align-items:center;gap:9px;margin-top:16px;padding:10px;color:#595ace;background:#f4f4ff;border:1px solid #e3e3fb;border-radius:8px}.ca-root .loss-insight>span{display:grid}.ca-root .loss-insight b{color:#34365f;font-size:11px}.ca-root .loss-insight small{margin-top:2px;color:#777b88;font-size:9px}.ca-root .team-data-table{margin-top:12px;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:11px}.ca-root .team-grid{display:grid;grid-template-columns:minmax(185px,1.25fr) minmax(160px,1.25fr) minmax(76px,.68fr) minmax(42px,.38fr) minmax(42px,.38fr) minmax(70px,.58fr) minmax(82px,.68fr) minmax(60px,.5fr);align-items:center;gap:12px}.ca-root .team-table-head{min-height:38px;padding:0 14px;color:#7c818a;background:#fafafc;border-bottom:1px solid var(--line);font-size:9px;font-weight:650;letter-spacing:.035em;text-transform:uppercase}.ca-root .team-table-head button{display:inline-flex;align-items:center;gap:3px;width:max-content;padding:0;color:inherit;background:transparent;border:0;cursor:pointer;font:inherit;text-transform:inherit}.ca-root .team-table-head button:hover,.ca-root .team-table-head button.active{color:#4d4ec9}.ca-root .employee-group+.employee-group{border-top:1px solid var(--line)}.ca-root .team-data-row{min-height:58px;padding:0 14px;color:#3f444c;background:#fff;font-size:10px;font-variant-numeric:tabular-nums}.ca-root .team-data-row:hover{background:#fbfbfe}.ca-root .employee-main-cell{display:flex;min-width:0;align-items:center;gap:5px}.ca-root .expand-row{display:grid;width:24px;height:28px;flex:0 0 auto;place-items:center;padding:0;color:#777c85;background:transparent;border:0;border-radius:6px;cursor:pointer}.ca-root .expand-row:hover{color:var(--accent);background:var(--accent-soft)}.ca-root .employee-identity{display:flex;min-width:0;align-items:center;gap:8px;padding:0;background:transparent;border:0;cursor:pointer;text-align:left}.ca-root .employee-identity>span:last-child{display:grid;min-width:0}.ca-root .employee-identity b{overflow:hidden;color:#24272d;font-size:11px;font-weight:610;text-overflow:ellipsis;white-space:nowrap}.ca-root .employee-identity small{overflow:hidden;margin-top:2px;color:var(--subtle);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.ca-root .talk-composition-cell{display:flex;min-width:0;align-items:center;gap:8px}.ca-root .talk-composition-cell>b{min-width:55px;color:#31353c;font-size:9px;font-weight:580;white-space:nowrap}.ca-root .talk-composition-track{display:flex;width:100%;height:9px;overflow:hidden;background:#e8eaf0;border-radius:8px}.ca-root .talk-composition-fill{display:flex;height:100%;overflow:hidden;border-radius:inherit;transition:width .18s ease}.ca-root .talk-segment{display:block;height:100%;min-width:0;overflow:hidden}.ca-root .talk-in{background:var(--blue)}.ca-root .talk-out{background:var(--orange);border-left:1px solid rgb(255 255 255 / 65%)}.ca-root .extension-rows{background:#f9f9fc;border-top:1px solid #eeeef3}.ca-root .extension-row{min-height:40px;padding:0 14px;color:#626872;border-bottom:1px solid #ededf2;font-size:9px;font-variant-numeric:tabular-nums}.ca-root .extension-row:last-child{border-bottom:0}.ca-root .extension-row.empty{color:#a2a6ae}.ca-root .extension-row.empty .talk-composition-track{opacity:.65}.ca-root .extension-name{padding-left:61px;font-weight:590}.ca-root .column-help-wrap{position:relative;display:inline-flex;align-items:center}.ca-root .team-table-head .column-help-button{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;padding:0;color:#969ba5;border-radius:50%}.ca-root .team-table-head .column-help-button:hover,.ca-root .team-table-head .column-help-button:focus-visible{color:#4d4ec9;background:#eef;outline:none}.ca-root .column-help-tooltip{position:absolute;top:calc(100% + 8px);left:50%;z-index:8;width:228px;padding:9px 11px;color:#f7f7fb;background:#1c1e27;border-radius:8px;box-shadow:0 10px 24px #1517202e;font-size:10px;font-weight:450;letter-spacing:0;line-height:1.45;opacity:0;pointer-events:none;text-align:left;text-transform:none;transform:translate(-50%) translateY(-3px);transition:opacity .13s ease,transform .13s ease;visibility:hidden;white-space:normal}.ca-root .column-help-tooltip:before{position:absolute;bottom:100%;left:50%;border:5px solid transparent;border-bottom-color:#1c1e27;content:"";transform:translate(-50%)}.ca-root .column-help-wrap:hover .column-help-tooltip,.ca-root .column-help-wrap:focus-within .column-help-tooltip{opacity:1;transform:translate(-50%) translateY(0);visibility:visible}.ca-root .blue-square{background:var(--blue)}.ca-root .orange-square{background:var(--orange)}.ca-root .active-filter{color:#4445c2;background:var(--accent-soft);border-color:#d6d6f8}.ca-root .module-modal{left:0;transition:right .18s ease}.ca-root .employee-modal-wide,.ca-root .names-modal-wide,.ca-root .calls-modal{width:min(1040px,calc(100% - 48px));max-width:1040px;max-height:calc(100vh - 44px);overflow:hidden}.ca-root .employee-modal-wide>header,.ca-root .names-modal-wide>header,.ca-root .calls-modal>header{min-height:72px;flex:0 0 auto;padding:16px 20px}.ca-root .employee-modal-wide>header>div:not(.employee-cell),.ca-root .calls-modal>header>div{display:grid}.ca-root .employee-modal-wide>header h2,.ca-root .names-modal-wide>header h2,.ca-root .calls-modal>header h2{margin:2px 0 0;font-size:21px;letter-spacing:-.035em}.ca-root .employee-modal-wide>header p,.ca-root .names-modal-wide>header p,.ca-root .calls-modal>header p{margin:4px 0 0;color:var(--muted);font-size:10px}.ca-root .detail-tabs{display:flex;gap:18px;padding:0 20px;border-bottom:1px solid var(--line)}.ca-root .detail-tabs button{position:relative;height:42px;padding:0;color:#70757e;background:transparent;border:0;cursor:pointer;font-size:11px}.ca-root .detail-tabs button.active{color:#3435ad;font-weight:620}.ca-root .detail-tabs button.active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--accent);content:""}.ca-root .employee-modal-body{flex:1;min-height:0;padding:18px 20px 20px;overflow:auto;scrollbar-width:thin}.ca-root .employee-detail-page{width:100%;min-width:0;padding:2px 0 32px}.ca-root .employee-detail-topbar{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.ca-root .employee-detail-actions,.ca-root .employee-switcher{display:flex;align-items:center}.ca-root .employee-detail-actions{gap:8px}.ca-root .employee-period-shell{padding:0;background:transparent;border:0}.ca-root .employee-switcher{height:40px;overflow:hidden;color:#6e737d;background:#fff;border:1px solid var(--line);border-radius:10px}.ca-root .employee-switcher button{display:grid;width:34px;height:100%;place-items:center;padding:0;color:#5c616b;background:transparent;border:0;cursor:pointer}.ca-root .employee-switcher button:hover:not(:disabled){color:#3e3fb8;background:#f2f2ff}.ca-root .employee-switcher button:disabled{color:#c0c3ca;cursor:default}.ca-root .employee-switcher span{min-width:50px;padding:0 7px;border-right:1px solid var(--line);border-left:1px solid var(--line);font-size:9px;font-variant-numeric:tabular-nums;text-align:center;white-space:nowrap}.ca-root .employee-period-control .date-range-trigger{min-width:186px;height:34px;padding:0 10px;background:#fff;border-radius:9px;font-size:10px}.ca-root .employee-period-control .period-popover{top:calc(100% + 10px);right:0;left:auto;z-index:40}.ca-root .employee-export-button{display:inline-flex;height:40px;align-items:center;gap:7px;padding:0 13px;color:#4f545e;background:#fff;border:1px solid var(--line);border-radius:10px;cursor:pointer;font:inherit;font-size:10px;font-weight:600}.ca-root .employee-export-button:hover{color:#3839b0;background:#f8f8ff;border-color:#d8d8f3}.ca-root .employee-back-button{display:inline-flex;height:36px;align-items:center;gap:8px;padding:0 11px 0 8px;color:#4e535d;background:transparent;border:1px solid transparent;border-radius:9px;cursor:pointer;font:inherit;font-size:11px;font-weight:620}.ca-root .employee-back-button:hover{color:#3435ad;background:#f4f4ff;border-color:#e2e2f8}.ca-root .employee-back-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ca-root .employee-detail-period{color:var(--muted);font-size:10px;font-variant-numeric:tabular-nums}.ca-root .employee-detail-header{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:20px;padding:0 0 18px;border-bottom:1px solid var(--line)}.ca-root .employee-detail-header .employee-cell{gap:12px}.ca-root .employee-detail-header .employee-cell b{font-size:21px;font-weight:660;letter-spacing:-.035em}.ca-root .employee-detail-header .employee-cell small{margin-top:5px;font-size:10px}.ca-root .employee-statuses{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.ca-root .employee-statuses span{display:inline-flex;min-height:28px;align-items:center;padding:0 10px;color:#656a74;background:#f7f7fa;border:1px solid var(--line);border-radius:999px;font-size:9px;white-space:nowrap}.ca-root .employee-statuses .employee-rank-chip{color:#4445bd;background:#f1f1ff;border-color:#ddddf8}.ca-root .employee-statuses .positive{color:#137d49;background:#f0fbf5;border-color:#d6f0e2}.ca-root .employee-statuses .attention{color:#a45a00;background:#fff8ec;border-color:#f3dfbd}.ca-root .employee-detail-context{display:inline-flex;min-height:28px;align-items:center;padding:0 10px;color:#686d76;background:#f7f7fa;border:1px solid var(--line);border-radius:999px;font-size:9px;white-space:nowrap}.ca-root .employee-detail-page>.detail-tabs{gap:26px;padding:0}.ca-root .employee-detail-page>.detail-tabs button{display:inline-flex;height:48px;align-items:center;gap:7px;font-size:11px}.ca-root .employee-detail-page>.detail-tabs button>span{display:inline-grid;min-width:20px;height:18px;place-items:center;padding:0 5px;color:#777c86;background:#f1f2f5;border-radius:999px;font-size:8px;font-variant-numeric:tabular-nums}.ca-root .employee-detail-page>.detail-tabs button.active>span{color:#3f40b8;background:#ececff}.ca-root .employee-detail-page>.employee-modal-body{padding:22px 0 0;overflow:visible}.ca-root .employee-detail-page .employee-summary-five{background:#fff}.ca-root .employee-detail-page .employee-summary-five>div{align-content:start;min-width:0}.ca-root .employee-detail-page .employee-summary-five span{display:flex;align-items:center;gap:5px}.ca-root .employee-detail-page .employee-summary-five span button{display:grid;width:18px;height:18px;place-items:center;padding:0;color:#959aa4;background:transparent;border:0;border-radius:50%;cursor:pointer}.ca-root .employee-detail-page .employee-summary-five span button:hover{color:#4b4cc4;background:#ededff}.ca-root .employee-detail-page .employee-summary-five small{overflow:hidden;color:#858a94;font-size:8px;line-height:1.35;text-overflow:ellipsis}.ca-root .employee-detail-page .employee-detail-layout{grid-template-columns:minmax(0,1fr) minmax(220px,260px);align-items:start}.ca-root .employee-detail-page .employee-detail-chart{margin-top:0;padding:12px 12px 9px}.ca-root .employee-detail-page .employee-detail-chart .activity-chart{margin-top:8px}.ca-root .employee-detail-page .employee-detail-chart svg{max-height:220px}.ca-root .employee-detail-page .employee-detail-chart .chart-canvas{height:220px;padding:0 6px 0 0}.ca-root .employee-detail-page .employee-detail-chart .chart-summary>div{padding:9px 12px}.ca-root .employee-detail-page .employee-detail-chart .chart-summary span{font-size:11px}.ca-root .employee-detail-page .employee-detail-chart .chart-summary strong{font-size:14px}.ca-root .employee-summary-five{grid-template-columns:repeat(5,1fr);margin:0;border:1px solid var(--line);border-radius:10px}.ca-root .employee-summary-five.employee-summary-in{grid-template-columns:repeat(4,minmax(0,1fr))}.ca-root .employee-summary-five.employee-summary-out{grid-template-columns:repeat(2,minmax(0,1fr))}.ca-root .employee-summary-five>div{padding:14px;border-right:1px solid var(--line)}.ca-root .employee-summary-five>div:last-child{border-right:0}.ca-root .employee-summary-five b{font-size:16px}.ca-root .employee-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:18px;margin-top:18px}.ca-root .employee-detail-chart{min-width:0;padding:15px;background:#fff;border:1px solid var(--line);border-radius:10px}.ca-root .detail-block-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.ca-root .detail-block-heading>span{color:#353941;font-size:11px;font-weight:620}.ca-root .detail-block-heading>div:first-child{display:grid;gap:3px}.ca-root .detail-block-heading>div:first-child>span{color:#353941;font-size:11px;font-weight:620}.ca-root .detail-block-heading small{color:var(--subtle);font-size:9px}.ca-root .employee-chart-controls{display:flex;align-items:center;justify-content:flex-end;gap:16px}.ca-root .compact-switch{padding:2px;background:#f3f4f7;border-radius:8px}.ca-root .compact-switch button{height:26px;padding:0 8px;font-size:8px}.ca-root .detail-chart-legend{display:flex;align-items:center;gap:14px;color:#727781;font-size:9px;font-weight:500}.ca-root .detail-chart-legend span{display:inline-flex;align-items:center;gap:5px}.ca-root .employee-insight-card{padding:17px;background:linear-gradient(145deg,#f2f2ff,#fafaff);border:1px solid #e0e0f7;border-radius:10px}.ca-root .employee-insight-card h3{margin:15px 0 8px;font-size:16px;letter-spacing:-.025em;line-height:1.2}.ca-root .employee-insight-card p{margin:0;color:#636873;font-size:10px;line-height:1.55}.ca-root .insight-facts{display:grid;gap:8px;margin:15px 0 17px}.ca-root .insight-facts>span{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding-top:8px;border-top:1px solid rgb(86 87 223 / 12%)}.ca-root .insight-facts b{color:#31344f;font-size:10px}.ca-root .insight-facts small{color:#7c8090;font-size:8px;text-align:right}.ca-root .extension-detail-table,.ca-root .call-list-table,.ca-root .name-editor-table{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:9px}.ca-root .extension-detail-row{display:grid;grid-template-columns:1fr repeat(5,minmax(70px,.7fr));min-height:48px;align-items:center;gap:12px;padding:0 14px;color:#555b64;border-bottom:1px solid var(--line);font-size:10px;font-variant-numeric:tabular-nums}.ca-root .extension-detail-row:last-child{border-bottom:0}.ca-root .extension-detail-row.head,.ca-root .call-list-row.head,.ca-root .name-editor-row.head{min-height:34px;color:var(--subtle);background:#fafafd;font-size:8px;font-weight:650;letter-spacing:.04em;text-transform:uppercase}.ca-root .extension-detail-row.empty{color:#a1a5ad;background:#fbfbfc}.ca-root .call-log-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.ca-root .direction-control,.ca-root .name-filters{display:flex;padding:3px;background:#f6f6f9;border:1px solid var(--line);border-radius:8px}.ca-root .direction-control button,.ca-root .name-filters button{height:29px;padding:0 10px;color:#666b74;background:transparent;border:0;border-radius:6px;cursor:pointer;font-size:9px}.ca-root .direction-control button.active,.ca-root .name-filters button.active{color:#3637ae;background:#fff;box-shadow:0 1px 4px #20232d17;font-weight:620}.ca-root .call-list-row{display:grid;grid-template-columns:.9fr .75fr .95fr 1fr 1fr .7fr .7fr .65fr;min-height:48px;align-items:center;gap:12px;padding:0 12px;color:#535962;border-bottom:1px solid var(--line);font-size:9px;font-variant-numeric:tabular-nums}.ca-root .call-list-row:last-child{border-bottom:0}.ca-root .call-list-row:not(.head):hover{background:#fbfbfe}.ca-root .call-list-row b{color:#292d34;font-weight:590}.ca-root .call-number{color:#292d34;font-variant-numeric:tabular-nums;letter-spacing:.02em;white-space:nowrap}.ca-root .direction-badge{display:inline-flex;width:max-content;align-items:center;min-height:23px;padding:0 7px;border-radius:6px;font-size:8px;font-weight:620}.ca-root .direction-badge.in{color:#3334b4;background:#eef}.ca-root .direction-badge.out{color:#9b5d00;background:#fff3df}.ca-root .direction-badge.missed{color:#b70000;background:#fff0f0}.ca-root .overlap-mark{margin-left:3px;color:var(--orange);font-size:13px}.ca-root .warning-value{color:#bd6b00!important;font-weight:610}.ca-root .call-log-footnote{display:flex;align-items:center;gap:6px;margin-top:10px;color:var(--muted);font-size:9px}.ca-root .names-modal-wide{display:flex;flex-direction:column}.ca-root .name-editor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;border-bottom:1px solid var(--line)}.ca-root .name-editor-toolbar .wide-search{width:min(320px,40%)}.ca-root .name-editor-table{margin:14px 20px 0;overflow:auto}.ca-root .name-editor-row{display:grid;grid-template-columns:.72fr 1.5fr 1fr .9fr;min-height:51px;align-items:center;gap:12px;padding:0 14px;color:#525862;border-bottom:1px solid var(--line);font-size:10px}.ca-root .name-editor-row:last-child{border-bottom:0}.ca-root .name-editor-row input,.ca-root .name-editor-row select{width:100%;height:34px;padding:0 9px;color:var(--ink);background:#fbfbfd;border:1px solid var(--line);border-radius:7px;outline:0;font-size:10px}.ca-root .name-editor-row input:focus,.ca-root .name-editor-row select:focus{border-color:#b9b9f5;box-shadow:0 0 0 3px #5455ed14}.ca-root .name-editor-row input:disabled{color:#a0a4ac;background:#f1f2f5}.ca-root .mapping-status{display:inline-flex;width:max-content;align-items:center;gap:5px;color:#a35600;font-size:9px}.ca-root .mapping-status.ready{color:#168749}.ca-root .mapping-help{margin:12px 20px;padding:11px 13px;color:#5c626c;background:#fafafd;border:1px solid var(--line);border-radius:8px;font-size:10px}.ca-root .mapping-help summary{color:#3e434c;cursor:pointer;font-weight:620}.ca-root .mapping-help p{margin:8px 0 0;line-height:1.55}.ca-root .modal-sticky-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding:12px 20px;background:#fff;border-top:1px solid var(--line)}.ca-root .modal-sticky-footer>span{color:var(--muted);font-size:9px}.ca-root .modal-sticky-footer>div{display:flex;gap:8px}.ca-root .modal-sticky-footer .primary-button,.ca-root .modal-sticky-footer .secondary-button{min-height:35px;padding:0 13px;font-size:10px}.ca-root .method-modal{width:min(560px,calc(100% - 40px));max-height:calc(100vh - 48px);padding:20px;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:0 24px 70px #191b2633}.ca-root .method-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.ca-root .method-modal h2{margin:2px 0 0;font-size:22px;letter-spacing:-.035em}.ca-root .method-modal>header button{display:grid;width:32px;height:32px;place-items:center;color:#676c75;background:#f8f8fa;border:1px solid var(--line);border-radius:50%;cursor:pointer}.ca-root .method-list{display:grid;gap:8px;margin:18px 0}.ca-root .method-list article{display:flex;align-items:flex-start;gap:11px;padding:13px;color:#5556d8;background:#fafafd;border:1px solid var(--line);border-radius:9px}.ca-root .method-list article>div{display:grid;color:var(--ink)}.ca-root .method-list b{font-size:11px}.ca-root .method-list p{margin:5px 0 0;color:var(--muted);font-size:10px;line-height:1.5}.ca-root .toast{position:fixed;right:calc(var(--assistant-width) + 20px);bottom:20px;z-index:140;display:flex;align-items:center;gap:8px;padding:11px 14px;color:#fff;background:#1d2026;border-radius:9px;box-shadow:0 12px 30px #181a2038;font-size:10px}.ca-root .app-shell.ai-collapsed .toast{right:20px}@media(max-width:1500px){.ca-root .metrics-six{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px 0}.ca-root .metrics-six .metric:nth-child(3){border-right:0}.ca-root .metrics-six .metric:nth-child(4){padding-left:6px}.ca-root .team-grid{grid-template-columns:minmax(170px,1.2fr) minmax(145px,1.1fr) minmax(70px,.6fr) 40px 40px 65px 76px 58px;gap:9px}}@media(max-width:1180px){.ca-root .module-modal{right:0!important}.ca-root .toast{right:20px}}@media(max-width:980px){.ca-root .team-data-table,.ca-root .call-list-table,.ca-root .name-editor-table{overflow-x:auto}.ca-root .team-grid,.ca-root .call-list-row{min-width:920px}.ca-root .name-editor-row{min-width:680px}.ca-root .employee-summary-five{grid-template-columns:repeat(3,1fr)}.ca-root .employee-summary-five>div:nth-child(3),.ca-root .employee-summary-five>div:last-child{border-right:0}.ca-root .employee-summary-five>div:nth-child(-n+3){border-bottom:1px solid var(--line)}.ca-root .employee-detail-layout,.ca-root .employee-detail-page .employee-detail-layout{grid-template-columns:1fr}.ca-root .employee-detail-topbar{align-items:flex-start;flex-direction:column}.ca-root .employee-detail-actions{width:100%;flex-wrap:wrap}.ca-root .employee-period-control{flex:1}.ca-root .employee-period-shell{min-width:min(100%,258px);flex:1}.ca-root .employee-period-shell .period-control,.ca-root .employee-period-control .date-range-trigger{width:100%}}@media(max-width:700px){.ca-root .metrics-two{grid-template-columns:1fr;gap:18px}.ca-root .metrics-two .metric{padding:0 12px 18px;border-right:0;border-bottom:1px solid var(--line)}.ca-root .metrics-two .metric:first-child{padding-left:12px}.ca-root .metrics-two .metric:last-child{padding-bottom:0;border-bottom:0}.ca-root .metrics-six{grid-template-columns:repeat(2,minmax(0,1fr))}.ca-root .metrics-six .metric{padding-left:12px}.ca-root .metrics-six .metric:nth-child(2n){border-right:0}.ca-root .metrics-six .metric:nth-child(3),.ca-root .metrics-six .metric:nth-child(5){padding-left:12px}.ca-root .team-table-footer,.ca-root .call-log-tools,.ca-root .name-editor-toolbar,.ca-root .modal-sticky-footer{align-items:flex-start;flex-direction:column}.ca-root .table-tools{flex-wrap:wrap}.ca-root .table-tools .quiet-button{flex:1}.ca-root .employee-modal-wide,.ca-root .names-modal-wide,.ca-root .calls-modal{width:calc(100% - 20px);max-height:calc(100vh - 20px)}.ca-root .name-editor-toolbar .wide-search{width:100%}.ca-root .name-filters{width:100%;overflow-x:auto}.ca-root .modal-sticky-footer{gap:9px}.ca-root .modal-sticky-footer>div{width:100%}.ca-root .modal-sticky-footer button{flex:1}.ca-root .employee-summary-five{grid-template-columns:repeat(2,1fr)}.ca-root .employee-detail-header{align-items:flex-start;flex-direction:column;gap:12px}.ca-root .employee-detail-context{white-space:normal}.ca-root .employee-detail-topbar{align-items:flex-start;flex-direction:column;gap:6px}.ca-root .employee-detail-actions{display:grid;grid-template-columns:auto minmax(0,1fr)}.ca-root .employee-export-button{grid-column:1 / -1;justify-content:center}.ca-root .employee-statuses{justify-content:flex-start}.ca-root .employee-chart-controls{align-items:flex-end;flex-direction:column;gap:8px}.ca-root .detail-block-heading{align-items:flex-start}.ca-root .employee-detail-page .employee-summary-five>div:nth-child(odd){border-right:1px solid var(--line)}.ca-root .employee-summary-five>div:nth-child(2n){border-right:0}.ca-root .employee-summary-five>div{border-bottom:1px solid var(--line)}.ca-root .employee-detail-page .employee-summary-five>div:last-child,.ca-root .employee-summary-five>div:last-child{grid-column:1 / -1;border-right:0;border-bottom:0}.ca-root .period-popover{right:auto;left:0}}.ca-root .page-controls{gap:8px}.ca-root .period-toolbar{position:relative;display:flex;align-items:center;gap:6px}.ca-root .period-shortcuts{display:flex;align-items:center;gap:3px;margin-right:2px;padding:3px;background:#f5f5f8;border:1px solid #e3e4e9;border-radius:10px}.ca-root .period-shortcuts button{height:32px;padding:0 10px;color:#686d76;background:transparent;border:0;border-radius:7px;font-size:10px;font-weight:580;white-space:nowrap;cursor:pointer;transition:color .15s ease,background .15s ease,box-shadow .15s ease}.ca-root .period-shortcuts button:hover{color:#30319d;background:#ffffffb8}.ca-root .period-shortcuts button.active{color:#30319d;background:#fff;box-shadow:0 1px 2px #181b2814,inset 0 0 0 1px #d8d8f4}.ca-root .period-shortcuts button small,.ca-root .preset-group>button small{margin-left:5px;color:#9a9fa8;font-weight:520}.ca-root .period-shortcuts button.active small,.ca-root .preset-group>button.active small{color:#7071c4}.ca-root .period-toolbar .period-step{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;padding:0;color:#686d76;background:#fff;border:1px solid #dedfe5;border-radius:10px;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.ca-root .period-toolbar .period-step:hover{color:#4f50cf;background:#f8f8ff;border-color:#d3d3f5}.ca-root .period-toolbar .period-control{position:relative;display:block;padding:0;overflow:visible;background:transparent;border:0;border-radius:0}.ca-root .period-toolbar .period-control>.date-range-trigger{display:inline-flex;width:auto;min-width:258px;height:40px;align-items:center;justify-content:flex-start;gap:8px;margin:0;padding:0 12px;color:#353942;background:#fff;border:1px solid #dedfe5;border-radius:10px;box-shadow:none;font-size:12px;font-weight:590;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.ca-root .period-toolbar .period-control>.date-range-trigger:hover{background:#fcfcff;border-color:#cfd0ed}.ca-root .period-toolbar .period-control>.date-range-trigger.open{color:#30319d;background:#fff;border-color:#bfc0ee;box-shadow:0 0 0 3px #5556d814}.ca-root .period-toolbar .date-range-trigger>span{flex:1;text-align:left;white-space:nowrap}.ca-root .period-toolbar .date-range-trigger svg:first-child{color:#5556d8}.ca-root .period-toolbar .date-range-trigger svg:last-child{color:#7d818a}.ca-root .period-toolbar .period-popover{right:0;left:auto;display:grid;width:820px;padding:16px;gap:14px;overflow:visible;background:#fff;border:1px solid #dedfe6;border-radius:14px;box-shadow:0 24px 70px #1c1f2d2e}.ca-root .period-toolbar .period-popover-title{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.ca-root .period-toolbar .period-picker-layout{display:grid;grid-template-columns:190px minmax(0,1fr);min-height:352px;overflow:hidden;background:#fff;border:1px solid #e5e6eb;border-radius:11px}.ca-root .preset-sidebar{display:grid;align-content:start;gap:14px;max-height:352px;padding:12px 10px;overflow-y:auto;background:#f8f8fb;border-right:1px solid #e5e6eb;scrollbar-color:#c7c9d1 transparent;scrollbar-width:thin}.ca-root .preset-sidebar::-webkit-scrollbar{width:6px}.ca-root .preset-sidebar::-webkit-scrollbar-thumb{background:#c7c9d1;border-radius:999px}.ca-root .preset-group{display:grid;gap:3px}.ca-root .preset-group>span{padding:4px 8px 5px;color:#9296a0;font-size:8px;font-weight:680;letter-spacing:.07em;text-transform:uppercase}.ca-root .period-control .preset-group>button{display:flex;width:100%;height:30px;align-items:center;justify-content:space-between;gap:8px;padding:0 8px;color:#555a64;background:transparent;border:0;border-radius:7px;font-size:10px;text-align:left}.ca-root .period-control .preset-group>button:hover{color:#30319d;background:#eef}.ca-root .period-control .preset-group>button.selected{color:#30319d;background:#e9e9ff;font-weight:620}.ca-root .period-control .preset-group>button.selected svg{color:#5556d8}.ca-root .calendar-pane{min-width:0;padding:14px 16px 16px}.ca-root .date-inputs{display:grid;grid-template-columns:minmax(0,1fr) 32px minmax(0,1fr);width:min(100%,570px);align-items:center;gap:6px;margin:0 auto 14px;padding:5px;background:#f5f5f8;border:1px solid #e3e4ea;border-radius:11px}.ca-root .date-inputs>svg{width:28px;height:28px;padding:7px;color:#8f939c;background:#fff;border:1px solid #e3e4ea;border-radius:999px}.ca-root .date-inputs label{display:flex;height:42px;min-width:0;align-items:center;gap:10px;padding:0 10px 0 12px;background:#fff;border:1px solid transparent;border-radius:8px;transition:border-color .15s ease,box-shadow .15s ease}.ca-root .date-inputs label>span{flex:0 0 auto;color:#898d96;font-size:8px;font-weight:670;letter-spacing:.05em;text-transform:uppercase}.ca-root .date-inputs label>div{display:flex;height:100%;min-width:0;flex:1;align-items:center;gap:7px;padding:0;background:transparent;border:0}.ca-root .date-inputs label:focus-within{border-color:#a9aaf0;box-shadow:0 0 0 3px #5556d814}.ca-root .date-inputs label.invalid{border-color:#e69898;box-shadow:0 0 0 3px #d93d3d12}.ca-root .date-inputs label svg{flex:0 0 auto;color:#7778dc}.ca-root .date-inputs input{width:100%;min-width:0;padding:0;color:#30343b;background:transparent;border:0;outline:0;font-size:11px;font-weight:590;font-variant-numeric:tabular-nums}.ca-root .date-inputs input::placeholder{color:#afb2ba;font-weight:500}.ca-root .date-input-error{width:min(100%,570px);margin:-7px auto 10px;color:#c13f3f;font-size:9px;text-align:center}.ca-root .calendar-pane .calendar-toolbar{display:grid;grid-template-columns:32px minmax(0,1fr) 32px;width:min(100%,570px);margin:0 auto 12px}.ca-root .period-toolbar .period-actions{display:flex;justify-content:flex-end!important;gap:8px;margin:0 -16px -16px;padding:12px 16px!important;background:#fbfbfd;border-top:1px solid #e7e8ed;border-radius:0 0 14px 14px}.ca-root .period-toolbar .period-actions .secondary-button,.ca-root .period-toolbar .period-actions .primary-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:6px;margin:0;padding:0 16px;border-radius:9px;font-size:10px;font-weight:620;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.ca-root .period-toolbar .period-actions .secondary-button{color:#555a64;background:#fff;border:1px solid #dfe0e6;box-shadow:0 1px 2px #1a1d2b0a}.ca-root .period-toolbar .period-actions .secondary-button:hover{color:#30319d;background:#f8f8ff;border-color:#cfd0ed}.ca-root .period-toolbar .period-actions .primary-button{min-width:112px;color:#fff;background:#5556d8;border:1px solid #5556d8;box-shadow:0 5px 14px #5556d82e}.ca-root .period-toolbar .period-actions .primary-button:hover:not(:disabled){background:#4849c8;border-color:#4849c8;box-shadow:0 7px 18px #5556d83d;transform:translateY(-1px)}.ca-root .period-toolbar .period-actions .secondary-button:focus-visible,.ca-root .period-toolbar .period-actions .primary-button:focus-visible{outline:3px solid rgb(85 86 216 / 18%);outline-offset:2px}.ca-root .period-toolbar .period-actions .primary-button:disabled{color:#a6a8b2;background:#ececf1;border-color:#e2e3e8;box-shadow:none;cursor:not-allowed}@media(max-width:1180px){.ca-root .period-shortcuts button{padding:0 8px}.ca-root .period-toolbar .period-popover{width:740px}.ca-root .period-toolbar .period-picker-layout{grid-template-columns:178px minmax(0,1fr)}}@media(max-width:760px){.ca-root .period-shortcuts,.ca-root .period-toolbar .period-step{display:none}.ca-root .period-toolbar .period-control>.date-range-trigger{min-width:248px}.ca-root .period-toolbar .period-popover{right:auto;left:0;width:min(620px,calc(100vw - 24px));max-height:calc(100vh - 100px);overflow-y:auto}.ca-root .period-toolbar .period-picker-layout{grid-template-columns:1fr}.ca-root .preset-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;border-right:0;border-bottom:1px solid #e5e6eb}}.ca-root .team-data-table{overflow-x:hidden}.ca-root .team-data-table .team-grid{grid-template-columns:minmax(230px,320px) minmax(420px,1fr) minmax(95px,130px) minmax(100px,130px) 34px;min-width:0;column-gap:18px}.ca-root .team-data-table .team-table-head,.ca-root .team-data-table .team-data-row,.ca-root .team-data-table .extension-row{padding-right:18px;padding-left:18px}.ca-root .team-data-table .team-table-head{min-height:46px}.ca-root .team-data-table .team-table-head>.sort-header-cell{display:inline-flex;width:100%;min-width:0;align-items:center;justify-content:center;gap:5px;padding:0;white-space:nowrap;transition:color .14s ease}.ca-root .team-data-table .team-table-head>.sort-header-cell:first-of-type{justify-content:flex-start}.ca-root .team-data-table .team-table-head .sort-header:hover{color:#555a67}.ca-root .team-data-table .team-table-head .sort-header.active{color:#4d4ec9;font-weight:720}.ca-root .team-data-table .team-table-head .sort-header:focus-visible{outline:2px solid #7778eb;outline-offset:4px;border-radius:3px}.ca-root .team-data-table .sort-direction{display:inline-flex;width:16px;height:16px;flex:0 0 16px;align-items:center;justify-content:center;color:currentColor}.ca-root .team-data-table .sort-direction svg{width:14px;height:14px;stroke-width:2.2}.ca-root .team-data-table .team-table-head>:nth-child(n+3),.ca-root .team-data-table .team-data-row>:nth-child(n+3),.ca-root .team-data-table .extension-row>:nth-child(n+3){justify-self:stretch;text-align:center}.ca-root .team-data-table .team-data-row>:nth-child(n+3),.ca-root .team-data-table .extension-row>:nth-child(n+3){font-variant-numeric:tabular-nums}.ca-root .team-data-table .talk-composition-cell{gap:10px}.ca-root .team-data-table .talk-composition-cell>b{min-width:62px}.ca-root .team-data-table .team-data-row{cursor:pointer;transition:background-color .14s ease,box-shadow .14s ease}.ca-root .team-data-table .team-data-row:hover{background:#f8f8ff}.ca-root .team-data-table .team-data-row:focus-visible{position:relative;z-index:1;outline:none;box-shadow:inset 0 0 0 2px #7778eb}.ca-root .row-navigation-icon{display:grid;width:28px;height:28px;place-items:center;color:#a0a4ad;border-radius:8px;transition:color .14s ease,background-color .14s ease,transform .14s ease}.ca-root .team-data-row:hover .row-navigation-icon,.ca-root .team-data-row:focus-visible .row-navigation-icon{color:#4d4ec9;background:#ececff;transform:translate(2px)}@media(max-width:980px){.ca-root .team-data-table .team-grid{grid-template-columns:minmax(165px,1.2fr) minmax(200px,1.6fr) minmax(68px,.56fr) minmax(72px,.58fr) 30px;min-width:0;column-gap:12px}.ca-root .team-data-table .team-table-head,.ca-root .team-data-table .team-data-row,.ca-root .team-data-table .extension-row{padding-right:12px;padding-left:12px}}.ca-root .workspace{container-name:workspace;container-type:inline-size}@container workspace (max-width: 1080px){.ca-root .page-header{min-height:0;align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:16px}.ca-root .page-controls{width:100%;justify-content:flex-end}.ca-root .team-heading{align-items:flex-start;flex-direction:column;gap:14px}.ca-root .table-tools{width:100%}.ca-root .compact-search{width:auto;min-width:180px;flex:1}.ca-root .team-data-table .team-grid{grid-template-columns:minmax(190px,1.05fr) minmax(260px,1.65fr) minmax(78px,.5fr) minmax(84px,.54fr) 30px;column-gap:12px}}@container workspace (max-width: 820px){.ca-root .page-controls{align-items:stretch}.ca-root .period-toolbar{min-width:0;flex:1}.ca-root .period-shortcuts{display:none}.ca-root .period-toolbar .period-control{min-width:0;flex:1}.ca-root .period-toolbar .period-control>.date-range-trigger{width:100%;min-width:0}.ca-root .table-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ca-root .compact-search,.ca-root .team-settings-button{grid-column:1 / -1;width:100%}.ca-root .table-tools .quiet-button{min-height:40px}}@container workspace (max-width: 720px){.ca-root .team-data-table{display:grid;gap:10px;overflow:visible;background:transparent;border:0;border-radius:0}.ca-root .team-data-table .team-table-head{display:none}.ca-root .team-data-table .employee-group{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:12px}.ca-root .team-data-table .employee-group+.employee-group{border-top:1px solid var(--line)}.ca-root .team-data-table .team-data-row,.ca-root .team-data-table .extension-row{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;min-height:0;align-items:end;gap:12px 10px;padding:14px}.ca-root .team-data-table .employee-main-cell,.ca-root .team-data-table .extension-name{grid-column:1 / -1;min-width:0;padding-right:38px;padding-left:0}.ca-root .team-data-table .talk-composition-cell{grid-column:1 / -1}.ca-root .team-data-table .extension-row>:last-child:empty{display:none}.ca-root .team-data-table .team-data-row>[data-label],.ca-root .team-data-table .extension-row>[data-label]{display:grid;justify-self:stretch;gap:3px;color:#30343b;font-size:12px;font-weight:620;text-align:left}.ca-root .team-data-table .team-data-row>[data-label]:before,.ca-root .team-data-table .extension-row>[data-label]:before{color:#8a8f99;content:attr(data-label);font-size:8px;font-weight:650;letter-spacing:.055em;text-transform:uppercase}.ca-root .team-data-table .row-navigation-icon{position:absolute;top:16px;right:14px}.ca-root .team-data-table .expand-row{width:38px;height:38px;margin-left:-7px}.ca-root .team-data-table .talk-composition-cell>b{min-width:58px;font-size:11px}.ca-root .team-data-table .extension-rows{display:grid;gap:1px}.ca-root .team-data-table .extension-row{border-bottom:1px solid #e9eaf0}.ca-root .team-data-table .extension-row:last-child{border-bottom:0}.ca-root .team-data-table .extension-row>:nth-child(6){display:none}}@container workspace (max-width: 560px){.ca-root .content-scroll{padding:14px 12px 92px}.ca-root .page-header{gap:14px}.ca-root .page-header h1{font-size:27px}.ca-root .page-kicker{font-size:11px}.ca-root .page-controls{gap:7px}.ca-root .period-toolbar .period-step{display:none}.ca-root .period-toolbar .period-control>.date-range-trigger{height:44px;padding-inline:10px;font-size:11px}.ca-root .icon-button{width:44px;height:44px}.ca-root .notice{align-items:flex-start;gap:10px;padding:11px}.ca-root .notice>span:first-child{min-width:0;align-items:flex-start}.ca-root .notice b{line-height:1.35}.ca-root .notice-action{flex:0 0 auto;padding-top:1px;font-size:11px}.ca-root .metrics-two{gap:0;overflow:hidden;padding:0;background:#fff;border:1px solid var(--line);border-radius:12px}.ca-root .metrics-two .metric,.ca-root .metrics-two .metric:first-child{padding:14px}.ca-root .metrics-two .metric strong{font-size:25px}.ca-root .metrics-two .metric small{max-width:none;white-space:normal}.ca-root .insights-grid{padding:14px 0 8px}.ca-root .section-heading{gap:10px}.ca-root .chart-mode-switch{width:100%}.ca-root .chart-mode-switch button{min-height:36px;flex:1}.ca-root .activity-chart{margin-top:10px}.ca-root .chart-summary>div{display:grid;min-width:0;min-height:64px;align-content:center;justify-content:stretch;gap:4px;padding:10px 12px}.ca-root .chart-summary span{overflow:visible;font-size:10px;line-height:1.2;white-space:normal;text-overflow:clip}.ca-root .chart-summary strong{font-size:15px}.ca-root .chart-canvas{height:198px}.ca-root .team-section{margin-top:0;padding-top:12px}.ca-root .team-composition-legend{gap:12px}.ca-root .period-toolbar .period-popover{position:fixed;z-index:220;top:8px;right:8px;bottom:8px;left:8px;width:auto;max-height:calc(100dvh - 16px);padding:14px;overflow-y:auto;border-radius:15px}.ca-root .period-toolbar .period-popover-title>button{width:42px;height:42px}.ca-root .period-toolbar .period-picker-layout{display:flex;flex-direction:column;min-height:0;overflow:visible;background:transparent;border:0;border-radius:0}.ca-root .preset-sidebar{display:flex;flex:0 0 auto;gap:6px;max-height:none;padding:2px 0 10px;overflow-x:auto;overflow-y:hidden;background:transparent;border-right:0;border-bottom:0;-webkit-mask-image:linear-gradient(to right,#000 calc(100% - 22px),transparent);mask-image:linear-gradient(to right,#000 calc(100% - 22px),transparent);scrollbar-width:none}.ca-root .preset-sidebar::-webkit-scrollbar{display:none}.ca-root .preset-group{display:contents}.ca-root .preset-group>span{display:none}.ca-root .period-control .preset-group>button{width:auto;min-width:max-content;height:36px;padding:0 12px;background:#fff;border:1px solid #e1e2e8;border-radius:9px}.ca-root .period-control .preset-group>button.selected{color:var(--accent);background:var(--accent-soft);border-color:#c9c8ff}.ca-root .calendar-pane{padding:12px;background:#fff;border:1px solid var(--line);border-radius:12px}.ca-root .date-inputs{grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);gap:4px;margin-bottom:12px;padding:0;background:transparent;border:0;border-radius:0}.ca-root .date-inputs>svg{width:24px;height:24px;margin:0;padding:5px;align-self:center;transform:none}.ca-root .date-inputs label{display:grid;height:62px;align-content:center;gap:4px;padding:8px 10px;background:#f7f7fa;border:1px solid #e5e6eb;border-radius:10px}.ca-root .date-inputs label>div{gap:6px;height:auto}.ca-root .date-inputs input{font-size:12px}.ca-root .calendar-grid{grid-template-columns:1fr}.ca-root .calendar-month+.calendar-month{display:none}.ca-root .calendar-toolbar{margin-bottom:8px}.ca-root .calendar-pane .calendar-toolbar{grid-template-columns:38px minmax(0,1fr) 38px}.ca-root .calendar-toolbar>span{font-size:11px}.ca-root .calendar-month>b{margin-bottom:8px}.ca-root .period-control .calendar-days button,.ca-root .calendar-empty{height:38px}.ca-root .period-toolbar .period-actions{position:sticky;bottom:-12px;z-index:3;margin:0 -14px -14px;padding:10px 14px calc(10px + env(safe-area-inset-bottom))!important}.ca-root .period-toolbar .period-actions .secondary-button,.ca-root .period-toolbar .period-actions .primary-button{min-height:44px;flex:1}.ca-root .modal-backdrop{padding:8px}.ca-root .employee-modal-wide,.ca-root .names-modal-wide,.ca-root .calls-modal{width:100%;max-height:calc(100dvh - 16px);border-radius:14px}.ca-root .assistant-panel{height:100dvh}.ca-root .assistant-header{padding-inline:14px}.ca-root .assistant-messages,.ca-root .assistant-bottom{padding-right:14px;padding-left:14px}.ca-root .assistant-actions button,.ca-root .assistant-composer button{width:40px;height:40px}.ca-root .assistant-composer:not(.has-content){min-height:58px;grid-template-columns:40px minmax(0,1fr) 40px}.ca-root .assistant-composer textarea{min-height:26px;height:26px;font-size:16px}.ca-root .assistant-composer .attachment-chip>button{width:24px;height:24px;flex-basis:24px}.ca-root .assistant-composer .send-button{flex-basis:40px}.ca-root .assistant-bottom{padding-bottom:calc(12px + env(safe-area-inset-bottom))}.ca-root .employee-detail-page>.detail-tabs{gap:20px;overflow-x:auto}.ca-root .employee-detail-page>.detail-tabs button{height:44px;white-space:nowrap}}@media(max-width:700px){.ca-root .resize-handle{display:none}.ca-root .modal-backdrop{padding:8px}.ca-root .employee-modal-wide,.ca-root .names-modal-wide,.ca-root .calls-modal{width:100%;max-height:calc(100dvh - 16px);border-radius:14px}.ca-root .employee-modal-wide>header,.ca-root .names-modal-wide>header,.ca-root .calls-modal>header{min-height:64px;padding:12px 14px}.ca-root .employee-modal>header>button,.ca-root .names-modal>header>button,.ca-root .calls-modal>header>button{width:40px;height:40px;flex:0 0 40px}.ca-root .assistant-panel{height:100dvh}.ca-root .assistant-header{min-height:62px;padding-inline:14px}.ca-root .assistant-messages,.ca-root .assistant-bottom{padding-right:14px;padding-left:14px}.ca-root .assistant-actions button,.ca-root .assistant-composer button{width:40px;height:40px}.ca-root .assistant-composer:not(.has-content){min-height:58px;grid-template-columns:40px minmax(0,1fr) 40px}.ca-root .assistant-composer textarea{min-height:26px;height:26px;font-size:16px}.ca-root .assistant-composer .attachment-chip>button{width:24px;height:24px;flex-basis:24px}.ca-root .assistant-composer .send-button{flex-basis:40px}.ca-root .quick-prompts{margin-right:-14px;padding-right:14px}.ca-root .assistant-bottom{padding-bottom:calc(12px + env(safe-area-inset-bottom))}.ca-root .call-log-tools{gap:9px}.ca-root .direction-control{width:100%;overflow-x:auto}.ca-root .direction-control button{min-width:max-content;height:40px}.ca-root .call-log-tools .compact-search{width:100%}.ca-root .call-log-tools .compact-search input,.ca-root .name-editor-toolbar .wide-search input{height:44px;font-size:16px}.ca-root .call-list-table{display:grid;gap:8px;overflow:visible;background:transparent;border:0}.ca-root .call-list-row.head{display:none}.ca-root .call-list-row:not(.head){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"direction date" "subscriber subscriber" "number number" "owner extension" "duration answer";min-width:0;min-height:0;gap:10px 12px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:10px;font-size:10px}.ca-root .call-list-row:not(.head)>:nth-child(1){grid-area:direction}.ca-root .call-list-row:not(.head)>:nth-child(2){grid-area:subscriber;font-size:13px}.ca-root .call-list-row:not(.head)>:nth-child(3){grid-area:number}.ca-root .call-list-row:not(.head)>:nth-child(4){grid-area:date;align-self:center;text-align:right}.ca-root .call-list-row:not(.head)>:nth-child(5){grid-area:owner}.ca-root .call-list-row:not(.head)>:nth-child(6){grid-area:extension}.ca-root .call-list-row:not(.head)>:nth-child(7){grid-area:duration}.ca-root .call-list-row:not(.head)>:nth-child(8){grid-area:answer}.ca-root .call-list-row:not(.head)>:nth-child(3),.ca-root .call-list-row:not(.head)>:nth-child(n+5){display:grid;gap:3px}.ca-root .call-list-row:not(.head)>[data-label]:before{color:#9297a1;content:attr(data-label);font-size:8px;text-transform:uppercase}.ca-root .name-editor-toolbar{gap:9px;padding:12px 14px}.ca-root .name-editor-toolbar .wide-search{width:100%}.ca-root .name-filters{width:100%;overflow-x:auto}.ca-root .name-filters button{min-width:max-content;height:40px}.ca-root .name-editor-table{display:grid;gap:8px;margin:10px 14px 0;overflow:visible;background:transparent;border:0}.ca-root .name-editor-row.head{display:none}.ca-root .name-editor-row:not(.head){display:grid;grid-template-columns:1fr;min-width:0;gap:8px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:10px}.ca-root .name-editor-row input,.ca-root .name-editor-row select{height:44px;font-size:16px}.ca-root .mapping-help{margin-right:14px;margin-left:14px}.ca-root .modal-sticky-footer{position:sticky;bottom:0;z-index:4;padding:12px 14px calc(12px + env(safe-area-inset-bottom))}.ca-root .modal-sticky-footer>div{width:100%}.ca-root .modal-sticky-footer button{min-height:44px!important;flex:1}.ca-root .extension-detail-table{display:grid;gap:8px;overflow:visible;background:transparent;border:0}.ca-root .extension-detail-row.head{display:none}.ca-root .extension-detail-row:not(.head){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:0;gap:10px 12px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:10px}.ca-root .extension-detail-row:not(.head)>*{display:grid;gap:3px}.ca-root .extension-detail-row:not(.head)>[data-label]:before{color:#9297a1;content:attr(data-label);font-size:8px;text-transform:uppercase}}@media(max-width:700px){.ca-root{max-width:100%;overflow-x:hidden}.ca-root .period-toolbar .period-popover{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;width:100vw!important;min-width:0!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;padding:max(14px,env(safe-area-inset-top)) 14px 14px!important;gap:12px!important;overflow:hidden!important;box-sizing:border-box!important;border:0!important;border-radius:0!important}.ca-root .period-toolbar .period-picker-layout{display:flex!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;flex-direction:column!important;gap:10px!important;overflow-x:hidden!important;overflow-y:auto!important;box-sizing:border-box!important;border:0!important}.ca-root .period-toolbar .preset-sidebar{display:flex!important;width:100%!important;min-width:0!important;max-width:100%!important;flex:0 0 auto!important;gap:8px!important;padding:0 0 2px!important;overflow-x:auto!important;overflow-y:hidden!important;box-sizing:border-box!important;border:0!important}.ca-root .period-toolbar .calendar-pane,.ca-root .period-toolbar .date-inputs,.ca-root .period-toolbar .calendar-toolbar,.ca-root .period-toolbar .calendar-grid,.ca-root .period-toolbar .calendar-month,.ca-root .period-toolbar .calendar-weekdays,.ca-root .period-toolbar .calendar-days{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.ca-root .period-toolbar .calendar-pane{padding:10px!important;overflow:hidden!important}.ca-root .period-toolbar .date-inputs{grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr)!important;gap:4px!important;margin:0 0 10px!important;padding:0!important;border:0!important}.ca-root .period-toolbar .date-inputs label,.ca-root .period-toolbar .date-inputs label>div,.ca-root .period-toolbar .date-inputs input{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.ca-root .period-toolbar .date-inputs label{height:58px!important;padding:7px 8px!important}.ca-root .period-toolbar .date-inputs input{font-size:12px!important}.ca-root .period-toolbar .calendar-toolbar{display:grid!important;grid-template-columns:38px minmax(0,1fr) 38px!important}.ca-root .period-toolbar .calendar-grid{display:block!important}.ca-root .period-toolbar .calendar-month+.calendar-month{display:none!important}.ca-root .period-toolbar .calendar-weekdays,.ca-root .period-toolbar .calendar-days{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important}.ca-root .period-toolbar .period-control .calendar-days button,.ca-root .period-toolbar .calendar-empty{width:100%!important;min-width:0!important;height:36px!important}.ca-root .period-toolbar .period-actions{position:static!important;width:auto!important;min-width:0!important;margin:0 -14px -14px!important;padding:10px 14px max(10px,env(safe-area-inset-bottom))!important;box-sizing:border-box!important}}@media(max-width:700px){.ca-root .period-toolbar .period-popover{padding:max(12px,env(safe-area-inset-top)) 12px 12px!important;gap:8px!important;background:#fff!important}.ca-root .period-toolbar .period-popover-title{min-height:48px;align-items:center;gap:12px}.ca-root .period-toolbar .period-popover-title b{font-size:20px!important;line-height:1.2}.ca-root .period-toolbar .period-popover-title small{display:none}.ca-root .period-toolbar .period-popover-title>button{width:40px!important;height:40px!important;flex:0 0 40px!important;border-radius:10px!important}.ca-root .period-toolbar .period-picker-layout{gap:8px!important}.ca-root .period-toolbar .preset-sidebar{gap:6px!important;padding:2px 0 8px!important;border-bottom:1px solid #ececf1!important;-webkit-mask-image:none!important;mask-image:none!important}.ca-root .period-toolbar .period-control .preset-group>button{height:38px!important;padding:0 12px!important;font-size:12px!important;background:#fff!important;border-color:#dfe1e8!important;border-radius:10px!important}.ca-root .period-toolbar .period-control .preset-group>button.selected{color:#3435bb!important;background:#eef!important;border-color:#c9caff!important}.ca-root .period-toolbar .calendar-pane{padding:0!important;overflow:visible!important;background:transparent!important;border:0!important;border-radius:0!important}.ca-root .period-toolbar .date-inputs{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:6px!important;margin-bottom:8px!important}.ca-root .period-toolbar .date-inputs>svg{display:none!important}.ca-root .period-toolbar .date-inputs label{display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;height:48px!important;align-items:center!important;align-content:center!important;gap:8px!important;padding:0 12px!important;background:#f7f7fa!important;border:1px solid #e4e5ea!important;border-radius:10px!important}.ca-root .period-toolbar .date-inputs label>span{color:#858a95!important;font-size:9px!important;line-height:1!important}.ca-root .period-toolbar .date-inputs label>div{display:flex!important;height:100%!important;align-items:center!important;gap:8px!important}.ca-root .period-toolbar .date-inputs label svg{width:16px;height:16px}.ca-root .period-toolbar .date-inputs input{overflow:visible!important;color:#252931!important;font-size:14px!important;font-weight:640!important;text-overflow:clip!important}.ca-root .period-toolbar .calendar-toolbar{grid-template-columns:40px minmax(0,1fr) 40px!important;min-height:40px;margin:0 0 6px!important}.ca-root .period-toolbar .calendar-toolbar>button{width:40px!important;height:40px!important;border-radius:10px!important}.ca-root .period-toolbar .calendar-toolbar-copy{display:grid;place-items:center;color:#252931!important;font-size:15px!important;font-weight:680!important;text-align:center}.ca-root .period-toolbar .calendar-toolbar-default{display:none}.ca-root .period-toolbar .calendar-toolbar-mobile{display:inline;text-transform:capitalize}.ca-root .period-toolbar .calendar-month>b{display:none!important}.ca-root .period-toolbar .calendar-weekdays{margin-bottom:2px!important}.ca-root .period-toolbar .calendar-weekdays span{height:24px;line-height:24px;font-size:10px!important}.ca-root .period-toolbar .period-control .calendar-days button,.ca-root .period-toolbar .calendar-empty{height:40px!important;font-size:13px!important}.ca-root .period-toolbar .period-control .calendar-days button.in-range{color:#3435bb!important;background:#f1f1ff!important}.ca-root .period-toolbar .period-control .calendar-days button.range-start,.ca-root .period-toolbar .period-control .calendar-days button.range-end{width:36px!important;height:36px!important;align-self:center;justify-self:center;color:#fff!important;background:#5556d8!important;border-radius:999px!important;box-shadow:0 3px 9px #5556d82e}.ca-root .period-toolbar .period-actions{margin:0 -12px -12px!important;padding:10px 12px max(10px,env(safe-area-inset-bottom))!important;gap:8px!important;background:#fff!important}.ca-root .period-toolbar .period-actions .secondary-button,.ca-root .period-toolbar .period-actions .primary-button{min-height:44px!important;border-radius:10px!important;font-size:13px!important}.ca-root .metrics-two{margin-bottom:22px}.ca-root .metrics-two .metric:last-child{padding-bottom:20px!important}.ca-root .insights-grid{padding-top:0}.ca-root .team-data-table{width:calc(100% - 2px);margin-right:2px;box-sizing:border-box}.ca-root .team-data-table .team-data-row,.ca-root .team-data-table .extension-row{padding-right:18px;padding-left:16px}.ca-root .team-data-table .row-navigation-icon{right:16px}.ca-root .assistant-messages{padding-top:18px}}.ca-root .ca-login{display:grid;place-items:center;padding:24px;min-height:480px;background:var(--canvas);font-family:var(--font-geist-sans)}.ca-standalone .ca-login{min-height:100vh}.ca-root .login-card{position:relative;width:100%;max-width:420px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:30px 30px 24px;box-shadow:0 24px 60px -32px #11131859}.ca-root .login-card .brand{font-size:22px;font-weight:700;letter-spacing:-.02em;margin:0 0 4px;color:var(--ink)}.ca-root .login-card .brand span{color:var(--accent)}.ca-root .login-card .sub{color:var(--muted);font-size:13.5px;margin:0 0 22px}.ca-root .login-card label{display:block;color:var(--muted);font-size:11.5px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;margin:0 0 7px}.ca-root .login-card input[type=password]{width:100%;background:var(--canvas);border:1px solid var(--line-strong);color:var(--ink);border-radius:10px;padding:11px 13px;font:inherit;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.ca-root .login-card input[type=password]:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.ca-root .login-card button[type=submit]{width:100%;margin-top:16px;background:var(--accent);border:1px solid var(--accent);color:#fff;font-weight:600;border-radius:10px;padding:11px 13px;font:inherit;cursor:pointer;transition:filter .15s ease}.ca-root .login-card button[type=submit]:hover{filter:brightness(1.06)}.ca-root .login-card button[type=submit]:disabled{opacity:.6;cursor:default}.ca-root .login-card .err{color:var(--red);font-size:13px;min-height:18px;margin:12px 2px 0}.ca-root .login-card .langsw{position:absolute;top:26px;right:26px;display:inline-flex;gap:4px}.ca-root .login-card .lang-btn{padding:4px 9px;font-size:11px;font-weight:600;color:var(--muted);border:1px solid var(--line);border-radius:7px;background:var(--surface);cursor:pointer}.ca-root .login-card .lang-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.ca-root .chat-model{position:relative;display:inline-flex;align-items:center}.ca-root .chat-model select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--canvas);border:1px solid var(--line);border-radius:8px;color:var(--muted);font-size:11.5px;font-weight:500;padding:4px 22px 4px 9px;max-width:150px;cursor:pointer}.ca-root .chat-model select:hover{border-color:var(--accent);color:var(--ink)}.ca-root .chat-model select:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.ca-root .chat-model-caret{position:absolute;right:7px;pointer-events:none;color:var(--subtle)}.ca-root .name-editor-row{grid-template-columns:.72fr 1.6fr 1fr}.ca-root .method-docs-link{margin:0 0 10px;font-size:12.5px}.ca-root .method-docs-link a{color:var(--muted)}.ca-root .method-docs-link a:hover{color:var(--accent)}.ca-root .assistant-context{display:flex;flex-wrap:wrap;gap:6px;padding:10px 16px 0}.ca-root .assistant-context .attachment-chip{cursor:pointer;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ca-root .assistant-context .attachment-chip[aria-pressed=false]{opacity:.55;text-decoration:line-through}.ca-root .chart-empty{margin:0;padding:40px 12px;text-align:center;color:var(--muted);font-size:13px}.ca-root .call-log-empty-action{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}.ca-root .call-log-empty-action .quiet-button{min-height:32px}.ca-root .period-toolbar .period-control>.date-range-trigger,.ca-root .period-control>.date-range-trigger{min-width:0;width:max-content}@container workspace (max-width: 820px){.ca-root .period-toolbar .period-control,.ca-root .period-toolbar{flex:none}.ca-root .period-toolbar .period-control>.date-range-trigger{width:max-content}}.ca-root .period-control>.date-range-trigger>span{flex:none;overflow:visible;white-space:nowrap}.ca-root .period-step{display:none}@container workspace (max-width: 900px){.ca-root .period-toolbar .period-popover{width:min(650px,calc(100cqw - 96px));max-width:calc(100cqw - 96px)}.ca-root .period-toolbar .period-picker-layout{grid-template-columns:150px minmax(0,1fr)}.ca-root .period-toolbar .calendar-grid{grid-template-columns:minmax(0,1fr);gap:12px}.ca-root .period-toolbar .calendar-grid>.calendar-month:nth-child(2){display:none}}.ca-root .assistant-composer{grid-template-columns:minmax(0,1fr) 34px;padding-left:14px}.ca-root .assistant-composer textarea{grid-column:1}.ca-root .assistant-composer .send-button{grid-column:2}.ca-root .lang-switch{flex:none;width:max-content}.ca-root .lang-switch button{flex:none;min-width:34px;padding-inline:8px;letter-spacing:.02em}.ca-root .employee-detail-actions .lang-switch{justify-self:start}html,body{margin:0;padding:0;background:#f3f5f9}#root{min-height:100vh}
