:root{color-scheme:light;--page: #f9f9f7;--surface: #fcfcfb;--surface-sunken: #f2f2ee;--ink: #0b0b0b;--ink-secondary: #52514e;--ink-muted: #898781;--grid: #e1e0d9;--axis: #c3c2b7;--border: rgba(11, 11, 11, .1);--border-strong: rgba(11, 11, 11, .18);--ghost: rgba(11, 11, 11, .045);--accent: #2a78d6;--accent-ink: #ffffff;--success-text: #006300;--danger-text: #b3262b;--outcome-answered: #008300;--outcome-no_answer: #eda100;--outcome-voicemail: #2a78d6;--outcome-failed: #e34948;--outcome-pending: #898781;--radius: 10px;--radius-s: 6px;--shadow: 0 1px 2px rgba(11, 11, 11, .05), 0 8px 24px rgba(11, 11, 11, .05);--font: system-ui, -apple-system, "Segoe UI", sans-serif}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--page: #0d0d0d;--surface: #1a1a19;--surface-sunken: #121211;--ink: #ffffff;--ink-secondary: #c3c2b7;--ink-muted: #898781;--grid: #2c2c2a;--axis: #383835;--border: rgba(255, 255, 255, .1);--border-strong: rgba(255, 255, 255, .18);--ghost: rgba(255, 255, 255, .06);--accent: #3987e5;--accent-ink: #0d0d0d;--success-text: #0ca30c;--danger-text: #e66767;--outcome-answered: #008300;--outcome-no_answer: #c98500;--outcome-voicemail: #3987e5;--outcome-failed: #e66767;--outcome-pending: #898781;--shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 8px 24px rgba(0, 0, 0, .4)}}:root[data-theme=dark]{color-scheme:dark;--page: #0d0d0d;--surface: #1a1a19;--surface-sunken: #121211;--ink: #ffffff;--ink-secondary: #c3c2b7;--ink-muted: #898781;--grid: #2c2c2a;--axis: #383835;--border: rgba(255, 255, 255, .1);--border-strong: rgba(255, 255, 255, .18);--ghost: rgba(255, 255, 255, .06);--accent: #3987e5;--accent-ink: #0d0d0d;--success-text: #0ca30c;--danger-text: #e66767;--outcome-answered: #008300;--outcome-no_answer: #c98500;--outcome-voicemail: #3987e5;--outcome-failed: #e66767;--outcome-pending: #898781;--shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 8px 24px rgba(0, 0, 0, .4)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--page);color:var(--ink);font-family:var(--font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0;font-weight:600;letter-spacing:-.01em}h1{font-size:20px}h2{font-size:15px}h3{font-size:13px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer}.shell{display:flex;min-height:100%}.sidebar{width:236px;flex:0 0 236px;background:var(--surface);border-right:1px solid var(--border);padding:20px 16px;display:flex;flex-direction:column;gap:24px;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:30px;height:30px;border-radius:8px;background:var(--accent);color:var(--accent-ink);display:grid;place-items:center;font-weight:700;font-size:13px}.brand-name{font-weight:600;font-size:14px}.brand-sub{font-size:11px;color:var(--ink-muted)}.nav{display:flex;flex-direction:column;gap:2px}.nav button{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:8px 10px;border:0;border-radius:var(--radius-s);background:transparent;color:var(--ink-secondary);text-align:left;font-size:13px}.nav button:hover{background:var(--ghost);color:var(--ink)}.nav button[aria-current=page]{background:var(--ghost);color:var(--ink);font-weight:600}.nav .count{font-size:11px;color:var(--ink-muted);font-variant-numeric:tabular-nums}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:10px;font-size:11px;color:var(--ink-muted)}.main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 28px 0}.topbar-actions{display:flex;align-items:center;gap:8px}.content{padding:18px 28px 40px;display:flex;flex-direction:column;gap:18px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px}.card-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:4px}.card-sub{font-size:12px;color:var(--ink-muted);margin:0 0 14px}.grid{display:grid;gap:14px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.grid-kpi{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}@media(max-width:1080px){.grid-2{grid-template-columns:minmax(0,1fr)}}.stat{display:flex;flex-direction:column;gap:4px}.stat-label{font-size:12px;color:var(--ink-secondary)}.stat-value{font-size:26px;font-weight:600;letter-spacing:-.02em}.stat-value.hero{font-size:48px;line-height:1.05}.stat-value.compact{font-size:20px}.stat-delta{font-size:12px;color:var(--ink-muted);display:flex;align-items:center;gap:5px}.stat-delta .up{color:var(--success-text);font-weight:600}.stat-delta .down{color:var(--danger-text);font-weight:600}.stat-foot{font-size:12px;color:var(--ink-muted)}.filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px}.field{display:flex;flex-direction:column;gap:4px;min-width:0}.field>label{font-size:11px;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.04em}input[type=text],input[type=date],input[type=password],input[type=search],select,textarea{font:inherit;color:var(--ink);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-s);padding:6px 9px;min-height:32px}textarea{min-height:84px;resize:vertical;width:100%}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.btn{border:1px solid var(--border-strong);background:var(--surface);color:var(--ink);border-radius:var(--radius-s);padding:6px 12px;min-height:32px;font-size:13px}.btn:hover{background:var(--ghost)}.btn-primary{background:var(--accent);border-color:var(--accent);color:var(--accent-ink);font-weight:500}.btn-primary:hover{filter:brightness(1.06);background:var(--accent)}.btn-danger{color:var(--danger-text)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-sm{padding:3px 8px;min-height:26px;font-size:12px}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border-strong);background:var(--surface);color:var(--ink-secondary);border-radius:999px;padding:4px 10px;font-size:12px}.chip[aria-pressed=true]{background:var(--ghost);color:var(--ink);border-color:var(--border-strong);font-weight:600}.chip .swatch{width:9px;height:9px;border-radius:2px;flex:none}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}thead th{text-align:left;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-muted);padding:8px 10px;border-bottom:1px solid var(--border);white-space:nowrap}thead th.num,td.num{text-align:right;font-variant-numeric:tabular-nums}tbody td{padding:9px 10px;border-bottom:1px solid var(--border);vertical-align:top}tbody tr:hover{background:var(--ghost)}tbody tr:last-child td{border-bottom:0}.cell-strong{font-weight:500}.cell-sub{font-size:11px;color:var(--ink-muted)}.tag{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--ink-secondary);white-space:nowrap}.tag .dot{width:8px;height:8px;border-radius:50%;flex:none}.bar-cell{display:flex;align-items:center;gap:8px;min-width:120px}.bar-track{flex:1;height:6px;background:var(--surface-sunken);border-radius:3px;overflow:hidden}.bar-fill{height:100%;border-radius:3px;background:var(--accent)}.empty{padding:34px 16px;text-align:center;color:var(--ink-muted);font-size:13px}.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;font-size:12px;color:var(--ink-muted)}.chart{position:relative;width:100%}.chart svg{display:block;width:100%;overflow:visible}.chart text{font-family:var(--font)}.axis-label{font-size:11px;fill:var(--ink-muted)}.gridline{stroke:var(--grid);stroke-width:1;shape-rendering:crispEdges}.baseline{stroke:var(--axis);stroke-width:1;shape-rendering:crispEdges}.crosshair{stroke:var(--axis);stroke-width:1;pointer-events:none}.value-label{font-size:11px;fill:var(--ink-secondary);font-variant-numeric:tabular-nums}.legend{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:12px}.legend-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--ink-secondary)}.legend-key{width:11px;height:11px;border-radius:2px;flex:none}.tooltip{position:absolute;z-index:20;pointer-events:none;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-s);box-shadow:var(--shadow);padding:8px 10px;font-size:12px;min-width:150px}.tooltip-title{font-size:11px;color:var(--ink-muted);margin-bottom:6px}.tooltip-row{display:flex;align-items:center;gap:8px;justify-content:space-between;padding:1px 0}.tooltip-row .name{display:inline-flex;align-items:center;gap:6px;color:var(--ink-secondary)}.tooltip-row .key{width:12px;height:2px;border-radius:1px;flex:none}.tooltip-row .value{font-weight:600;color:var(--ink);font-variant-numeric:tabular-nums}.tooltip-total{margin-top:6px;padding-top:6px;border-top:1px solid var(--border)}.reloading{opacity:.55;transition:opacity .12s ease}.note{border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px;background:var(--surface-sunken);display:flex;flex-direction:column;gap:6px}.note-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.note-title{font-weight:600;font-size:13px}.note-meta{font-size:11px;color:var(--ink-muted)}.note-body{white-space:pre-wrap;font-size:13px;color:var(--ink-secondary)}.note-actions{display:flex;gap:6px}.link-button{background:none;border:0;padding:0;font:inherit;color:var(--accent);cursor:pointer;text-align:left}.link-button:hover{text-decoration:underline}.journey-row{display:flex;gap:12px;padding:10px 0;position:relative}.journey-row:before{content:"";position:absolute;left:4px;top:22px;bottom:-10px;width:1px;background:var(--grid)}.journey-row:last-child:before{display:none}.journey-dot{width:9px;height:9px;border-radius:50%;flex:none;margin-top:6px;box-shadow:0 0 0 2px var(--surface)}.journey-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0b0b0b73;display:grid;place-items:center;padding:20px}.dialog{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);width:min(620px,100%);max-height:88vh;overflow-y:auto;padding:20px}.dialog-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.dialog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dialog-grid .full{grid-column:1 / -1}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.banner{border:1px solid var(--border-strong);border-radius:var(--radius);padding:12px 14px;font-size:13px;background:var(--surface);display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.banner.error{border-color:var(--danger-text);color:var(--danger-text)}.centered{display:grid;place-items:center;min-height:100vh;padding:20px}.panel{width:min(460px,100%);display:flex;flex-direction:column;gap:14px}.muted{color:var(--ink-muted)}.small{font-size:12px}.nowrap{white-space:nowrap}.spread{display:flex;align-items:center;justify-content:space-between;gap:12px}.stack{display:flex;flex-direction:column;gap:12px}.row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
