:root{--bg:#0b0c0e;--surface:#131417;--border:#262830;--text:#e7e9ec;--text-muted:#9aa0aa;--accent:#5b8cff;--inbound:#2a9d63;--outbound:#5b8cff}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5}main{max-width:960px;margin:0 auto;padding:32px 24px}h1,h2{font-weight:600;letter-spacing:-.01em}table{width:100%;border-collapse:collapse}td,th{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border)}th{color:var(--text-muted);font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.04em}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.badge{display:inline-block;padding:2px 8px;border:1px solid #e2e8f0;border-radius:3px;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#475569}.badge-active{border-color:#16a34a;color:#16a34a}.badge-inactive{border-color:#94a3b8;color:#94a3b8}.flag-banner{border:1px solid var(--border);border-radius:4px;padding:10px 14px;margin-bottom:16px;font-size:13px;color:var(--text-muted)}.flag-banner[data-state=live]{border-color:var(--outbound);color:var(--text)}.timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.timeline-entry{border:1px solid #e2e8f0;border-left-width:3px;border-radius:8px;padding:12px 16px;background:#ffffff;box-shadow:0 1px 2px rgba(0,0,0,.04)}.timeline-entry[data-direction=inbound]{border-left-color:#16a34a}.timeline-entry[data-direction=outbound]{border-left-color:#635bff}.timeline-meta{display:flex;gap:8px;align-items:center;color:#94a3b8;font-size:12px;margin-bottom:6px}.call-detail{margin-top:8px;padding-top:8px;border-top:1px solid #e2e8f0;color:#475569;font-size:13px}pre{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:12px;overflow-x:auto;font-size:12px;color:#0f172a}form{gap:12px;max-width:320px}form,label{display:flex;flex-direction:column}label{gap:4px;font-size:13px;color:var(--text-muted)}input,select,textarea{background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:8px 10px;color:var(--text);font-size:14px;font-family:inherit}textarea{resize:vertical;min-height:60px}button{background:var(--accent);color:#0b0c0e;border:none;border-radius:4px;padding:10px 16px;font-weight:600;cursor:pointer}.form-secondary{margin-top:20px}.form-secondary button{background:transparent;color:var(--text-muted);border:1px solid var(--border);font-weight:500}.error{color:#ef4444;font-size:13px}.login-page{color-scheme:light;min-height:calc(100vh + 64px);display:flex;align-items:center;justify-content:center;padding:24px;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;max-width:none;margin:-32px -24px}.login-card{width:100%;max-width:380px;background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;padding:32px;box-shadow:0 1px 2px rgba(0,0,0,.04)}.login-card h1{margin:0 0 20px;font-size:20px;color:#0f172a;letter-spacing:-.01em}.login-card form{max-width:none}.login-card label{color:#475569}.login-card input{background:#ffffff;border:1px solid #cbd5e1;color:#0f172a}.login-card input:focus{outline:2px solid #635bff;outline-offset:-1px;border-color:#635bff}.login-card button[type=submit]{margin-top:8px;background:#635bff;color:#ffffff}.tk-page{color-scheme:light;background:#ffffff;color:#0f172a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;min-height:100vh;max-width:none;margin:0;padding:32px 24px}.tk-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}.tk-page>*{max-width:1200px;margin-left:auto;margin-right:auto}.tk-page a{color:#635bff}.tk-breadcrumb{font-size:13px;color:#94a3b8;margin-bottom:8px}.tk-breadcrumb a{color:#475569;text-decoration:none}.tk-breadcrumb a:hover{text-decoration:underline}.tk-header-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:24px}.tk-page h1{font-size:30px;letter-spacing:-.025em;margin:0}.tk-page h1,.tk-page h2{font-weight:600;color:#0f172a}.tk-page h2{font-size:20px;margin:0 0 16px}.tk-page h3{font-size:14px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.04em;margin:20px 0 8px}.tk-page h3:first-child{margin-top:0}.tk-subtitle{color:#475569;font-size:14px;margin:4px 0 0}.tk-status-pill-row{display:inline-flex;align-items:center;gap:8px}.tk-section{margin-bottom:32px}.tk-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;padding:20px;box-shadow:0 1px 2px rgba(0,0,0,.04);margin-bottom:16px}.tk-table{width:100%;border-collapse:collapse;background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.tk-table th{text-align:left;padding:10px 16px;font-size:12px;font-weight:500;color:#475569;text-transform:uppercase;letter-spacing:.04em;background:#f1f5f9}.tk-table td,.tk-table th{border-bottom:1px solid #e2e8f0}.tk-table td{padding:12px 16px;font-size:14px;color:#0f172a;vertical-align:middle}.tk-table tr:last-child td{border-bottom:none}.tk-table td:has(time){white-space:nowrap}.tk-pill{display:inline-block;padding:2px 8px;border-radius:9999px;font-size:12px;font-weight:500}.tk-pill-active{background:#f0fdf4;color:#16a34a}.tk-pill-draft{background:#f1f5f9;color:#475569}.tk-pill-archived{background:#fef2f2;color:#dc2626}.tk-pill-kb{background:#eef2ff;color:#635bff}.tk-pill-pending{background:#eff6ff;color:#2563eb}.tk-pill-stale{background:#fef2f2;color:#b91c1c;font-weight:600}.tk-pill-legacy{background:#f8fafc;color:#94a3b8;border:1px dashed #cbd5e1}.tk-page-cell{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.tk-page-meta{font-size:12px;color:#64748b;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.tk-cell-stack{display:flex;flex-direction:column;gap:2px;align-items:flex-start}.tk-cell-meta{font-size:12px;color:#64748b}.tk-row-alert td{background:#fef8f8}.tk-page-trouble-banner{margin:0 0 16px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:14px;font-weight:500}.tk-btn{display:inline-flex;align-items:center;gap:6px;font-family:inherit;font-size:14px;font-weight:500;border-radius:6px;padding:9px 16px;height:38px;border:1px solid transparent;cursor:pointer;transition:background-color .15s}.tk-btn-primary{background:#635bff;color:#ffffff}.tk-page a.tk-btn{text-decoration:none}.tk-page a.tk-btn-primary{color:#ffffff}.tk-btn-primary:hover{background:#5b52e6}.tk-btn-secondary{background:#ffffff;color:#0f172a;border-color:#e2e8f0}.tk-btn-secondary:hover{background:#f1f5f9}.tk-btn-sm{height:32px;padding:6px 12px;font-size:13px}.tk-btn-danger{background:#ffffff;color:#dc2626;border-color:#fecaca}.tk-btn-danger:hover{background:#fef2f2}.tk-form{display:flex;flex-direction:column;gap:12px;max-width:480px}.tk-form-wide{max-width:1200px}.tk-card-header{margin-bottom:12px}.tk-form-row{display:flex;gap:12px}.tk-form-row>*{flex:1 1}.tk-page label{display:flex;flex-direction:column;gap:4px;font-size:13px;font-weight:500;color:#475569}.tk-field-hint{font-weight:400;font-size:12px;color:#94a3b8}.tk-page input,.tk-page select,.tk-page textarea{background:#ffffff;border:1px solid #e2e8f0;border-radius:6px;padding:9px 12px;font-size:14px;font-family:inherit;color:#0f172a}.tk-page input:focus,.tk-page select:focus,.tk-page textarea:focus{outline:none;border-color:#635bff;box-shadow:0 0 0 2px #e0e7ff}.tk-page textarea{min-height:120px;resize:vertical}.tk-empty{color:#64748b;font-size:14px;padding:48px 24px;text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.tk-actions{display:flex;gap:8px;align-items:center}.tk-id{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.tk-client-link{display:inline-flex;flex-direction:column;gap:2px;line-height:1.3;text-decoration:none}.tk-client-name{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;color:#0f172a}.tk-client-phone{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:#64748b}.tk-client-link .tk-id{font-size:11px;color:#94a3b8}.tk-client-activity{display:flex;flex-direction:column;gap:2px}.tk-client-activity time{font-size:13px;font-weight:500;color:#0f172a}.tk-client-preview{font-size:12px;color:#64748b}.tk-empty-inline{font-size:13px;color:#94a3b8}.tk-search-row{display:flex;flex-direction:column;gap:6px;max-width:320px;margin-bottom:16px}.tk-search-label{font-size:13px;font-weight:500;color:#475569}.tk-search-input{background:#ffffff;border:1px solid #e2e8f0;border-radius:6px;padding:9px 12px;font-size:14px;font-family:inherit;color:#0f172a}.tk-search-input:focus{outline:none;border-color:#635bff;box-shadow:0 0 0 2px #e0e7ff}.tk-client-identity h1{display:flex;align-items:baseline;gap:12px}.tk-rename-link{font-size:13px;font-weight:500;color:#635bff}.tk-client-name-form{display:flex;flex-direction:row;align-items:flex-end;gap:8px;max-width:none}.tk-client-name-form label{font-size:12px;font-weight:500;color:#475569;gap:4px}.tk-client-name-form input{min-width:280px}.tk-client-name-form-actions{display:flex;gap:8px}.tk-user-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:24px;gap:24px;align-items:start}.tk-context-rail,.tk-user-main{min-width:0}.tk-context-rail{position:-webkit-sticky;position:sticky;top:24px}.tk-context-list{display:flex;flex-direction:column;gap:12px;margin:0 0 16px}.tk-context-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.tk-context-list dt{font-size:13px;color:#64748b;flex-shrink:0;white-space:nowrap}.tk-context-list dd{margin:0;font-size:13px;font-weight:500;color:#0f172a;text-align:right}.tk-context-links{display:flex;flex-direction:column;gap:8px}@media (max-width:960px){.tk-user-grid{grid-template-columns:minmax(0,1fr)}.tk-context-rail{position:static}}.tk-chat-pane{min-height:360px;max-height:min(70vh,720px);overflow-y:auto;padding-right:4px}.tk-thread{gap:20px}.tk-thread,.tk-thread-day{display:flex;flex-direction:column}.tk-thread-day{gap:10px}.tk-day-sep{display:flex;align-items:center;justify-content:center;margin:4px 0}.tk-day-sep span{font-size:12px;font-weight:500;color:#64748b;background:#f1f5f9;border-radius:9999px;padding:4px 12px}.tk-thread-messages{gap:10px}.tk-thread-messages,.tk-visit-events{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.tk-visit-events{gap:6px}.tk-visit-event{display:flex;gap:12px;font-size:14px;color:#0f172a}.tk-visit-event time{flex:0 0 92px;color:#64748b;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;padding-top:1px}.tk-visitor-row{cursor:pointer}.tk-visitor-row:hover td{background:#f8fafc}.tk-visitor-row:focus-visible{outline:2px solid #635bff;outline-offset:-2px}.tk-visitor-detail-row td{background:#f8fafc;padding:16px}.tk-visitor-open-link{color:#635bff;text-decoration:none;font-size:13px;font-weight:500}.tk-visitor-open-link:hover{text-decoration:underline}.tk-thread-msg{display:flex;flex-direction:column;max-width:70%;gap:4px}.tk-thread-msg[data-direction=inbound]{align-self:flex-start;align-items:flex-start}.tk-thread-msg[data-direction=outbound]{align-self:flex-end;align-items:flex-end}.tk-thread-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:#94a3b8}.tk-thread-sender{font-weight:600;color:#475569}.tk-thread-status-failed{font-weight:600;color:#dc2626}.tk-thread-bubble{border-radius:12px;padding:10px 14px;font-size:14px;line-height:1.5;color:#0f172a;border:1px solid #e2e8f0;min-width:0;overflow-wrap:anywhere;word-break:break-word}.tk-thread-bubble p{margin:0;white-space:pre-wrap;word-break:break-word}.tk-bubble-in{background:#e9e9eb;border-color:#e9e9eb;color:#0f172a}.tk-bubble-out{background:#30b25a;border-color:#30b25a;color:#ffffff}.tk-bubble-out .call-detail{border-top-color:rgba(255,255,255,.35);color:#ffffff}.tk-bubble-in .call-detail{border-top-color:#d4d4d8}.tk-bubble-out .tk-recording-label{color:#ffffff}.app-nav{color-scheme:light;background:#ffffff;border-bottom:1px solid #e2e8f0}.app-nav-inner{max-width:1200px;margin:0 auto;height:64px;padding:0 24px;display:flex;align-items:center;gap:32px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}.app-nav-brand{font-size:16px;font-weight:600;color:#0f172a;letter-spacing:-.01em}.app-nav-brand-accent{color:#635bff}.app-nav-links{display:flex;gap:4px;flex:1 1}.app-nav-link{padding:8px 12px;border-radius:6px;font-size:14px;font-weight:500;color:#475569;text-decoration:none}.app-nav-link:hover{background:#f1f5f9;color:#0f172a;text-decoration:none}.app-nav-link-active{font-weight:600}.app-nav-link-active,.app-nav-link-active:hover{background:#eef2ff;color:#635bff}.app-nav-group{position:relative}.app-nav-group-trigger{background:none;border:none;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.app-nav-group-chevron{font-size:10px;color:#94a3b8}.app-nav-dropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:180px;background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 16px rgba(15,23,42,.08);padding:6px;display:flex;flex-direction:column;gap:2px;z-index:20}.app-nav-dropdown-item{padding:8px 10px;border-radius:6px;font-size:14px;font-weight:500;color:#475569;text-decoration:none}.app-nav-dropdown-item:hover{background:#f1f5f9;color:#0f172a;text-decoration:none}.app-nav-dropdown-item-active{background:#eef2ff;color:#635bff;font-weight:600}.app-nav-right{display:flex;align-items:center;gap:12px}.app-nav-identity{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569}.app-nav-role{text-transform:capitalize}.tk-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.tk-stat-grid.tk-stat-grid--4up{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:960px){.tk-stat-grid.tk-stat-grid--4up{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.tk-stat-grid.tk-stat-grid--4up{grid-template-columns:1fr}}.tk-stat-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;padding:20px;min-width:0;box-shadow:0 1px 2px rgba(0,0,0,.04)}.tk-stat-label{font-size:12px;font-weight:500;color:#475569;text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px}.tk-stat-value{font-size:32px;font-weight:600;letter-spacing:-.025em;color:#0f172a;margin:0}.tk-stat-card .tk-page-meta{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:13px;color:#64748b}.tk-section h2{margin-top:8px}.tk-section+.tk-section{margin-top:40px}.tk-filter-bar{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.tk-filter-bar label{min-width:160px}.tk-filter-bar .tk-btn{height:38px}.tk-page select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.tk-page input[type=date]{color-scheme:light}.tk-page input[type=date]::-webkit-calendar-picker-indicator{opacity:.55;cursor:pointer}.tk-page input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:.9}.tk-recording{margin-top:8px;padding-top:8px;border-top:1px solid #e2e8f0}.tk-recording-label{display:block;font-size:12px;color:#64748b;margin-bottom:4px}.tk-recording audio{width:100%;height:32px}.tk-action-bar-wrap{margin-bottom:12px}.tk-action-bar{display:flex;align-items:center;gap:8px;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#ffffff;box-shadow:0 1px 2px rgba(0,0,0,.04);flex-wrap:wrap}.tk-action-bar form{margin:0;flex-direction:row;max-width:none}.tk-action-bar-spacer{flex:1 1 auto}.tk-bar-inline-form{display:flex;align-items:center;gap:8px}.tk-excuse-bar{display:inline-flex;align-items:stretch;height:38px;border:1px solid #e2e8f0;border-radius:6px;background:#ffffff;overflow:hidden;margin:0}.tk-excuse-label{display:inline-flex;align-items:center;border:none;background:transparent;font-family:inherit;font-size:14px;font-weight:500;color:#0f172a;padding:0 14px;cursor:pointer}.tk-excuse-label:hover{background:#f1f5f9}.tk-excuse-bar .tk-excuse-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;border-left:1px solid #e2e8f0;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;font-family:inherit;font-size:13px;font-weight:500;color:#475569;padding:0 26px 0 10px;cursor:pointer}.tk-composer{display:flex;align-items:center;gap:10px;padding:12px 16px;border:1px solid #c7d2fe;border-radius:8px;background:#fafbff;margin-bottom:24px}.tk-composer-form{display:contents}.tk-seg{display:inline-flex;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;height:38px;flex:none}.tk-seg-item{position:relative;display:inline-flex;align-items:center;padding:0 14px;font-size:13px;font-weight:500;color:#475569;background:#ffffff;cursor:pointer}.tk-seg-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tk-seg-item:has(.tk-seg-input:checked){background:#eef2ff;color:#635bff;font-weight:600}.tk-seg-input:focus-visible~span{outline:2px solid #635bff;outline-offset:2px;border-radius:2px}.tk-composer .tk-composer-input{flex:1 1 auto;min-width:0;min-height:38px;height:38px;field-sizing:content;max-height:160px;resize:none;background:#ffffff;border:1px solid #e2e8f0;border-radius:6px;padding:9px 12px;font-size:14px;font-family:inherit;color:#0f172a;line-height:1.3}.tk-composer .tk-composer-input:focus{outline:none;border-color:#635bff;box-shadow:0 0 0 2px #e0e7ff}.tk-composer-cancel{font-size:13px;font-weight:500;color:#635bff;white-space:nowrap}.tk-tz-trigger{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;margin:-4px -8px -4px 0;border-radius:6px;border:1px solid #e2e8f0;background:#ffffff;color:#0f172a;font-size:13px;font-weight:500;text-decoration:none}.tk-tz-trigger:hover{background:#f1f5f9;text-decoration:none}.tk-page a.tk-tz-trigger{color:#0f172a}.tk-context-list>div:has(.tk-tz-edit-form){flex-wrap:wrap}.tk-context-list>div:has(.tk-tz-edit-form) dd{flex:1 1 100%;width:100%}.tk-tz-edit-form{display:inline-flex;flex-direction:row;align-items:center;gap:6px;margin:0;max-width:none;width:100%}.tk-context-list .tk-tz-edit-form select{flex:1 1 auto;min-width:0;font-size:13px;padding:4px 24px 4px 8px;height:auto}.tk-takeover-banner{border:1px solid #fde68a;background:#fffbeb;color:#92400e;border-radius:8px;padding:10px 14px;font-size:13px;margin-bottom:16px}.prefs-page{max-width:none}.prefs-page,.prefs-page button,.prefs-page input,.prefs-page select{font-size:16px}.prefs-header{max-width:560px;margin:0 auto 24px}.prefs-lede{color:#475569;font-size:16px;line-height:1.5;margin:8px 0 0}.prefs-card{max-width:560px;margin:0 auto 24px;background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;padding:24px;box-shadow:0 1px 2px rgba(0,0,0,.04)}.prefs-card h1{font-size:24px;font-weight:600;color:#0f172a;margin:0 0 8px}.prefs-card h2{font-size:18px;font-weight:600;color:#0f172a;margin:0 0 16px}.prefs-card-danger{border-color:#fecaca}.prefs-form{display:flex;flex-direction:column;gap:16px;max-width:none}.prefs-page .prefs-form label{font-size:14px;font-weight:500;color:#475569;gap:6px}.prefs-page .prefs-form input[type=text],.prefs-page .prefs-form input[type=time],.prefs-page .prefs-form select{height:44px;padding:10px 12px}.prefs-form-row{display:flex;gap:16px}.prefs-form-row>*{flex:1 1}.prefs-checkbox-row{display:flex!important;flex-direction:row!important;align-items:center;gap:12px;font-size:16px!important;font-weight:400!important;color:#0f172a!important}.prefs-checkbox-row input[type=checkbox]{width:22px;height:22px;accent-color:#635bff}.prefs-btn-lg{height:44px;padding:0 20px;font-size:16px;align-self:flex-start}.prefs-banner{max-width:560px;margin:0 auto 16px;border-radius:8px;padding:12px 16px;font-size:15px}.prefs-banner-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.prefs-banner-warning{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.tk-empty-state{max-width:480px;margin:64px auto;text-align:center}.tk-empty-state h1{font-size:22px;font-weight:600;color:#0f172a;margin:0 0 8px}.tk-empty-state .tk-subtitle{margin:0 0 20px}.tk-empty-state-actions{display:flex;gap:12px;justify-content:center}.tk-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.app-nav-mobile-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;margin-left:auto;background:none;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer}.app-nav-mobile-toggle-bar{width:18px;height:2px;background:#475569;border-radius:1px}.app-nav-mobile-panel{position:fixed;top:56px;left:0;right:0;bottom:0;z-index:30;background:#ffffff;border-top:1px solid #e2e8f0;overflow-y:auto;padding:12px 16px 24px;display:flex;flex-direction:column;gap:4px}.app-nav-mobile-group{display:flex;flex-direction:column;gap:2px;padding:8px 0;border-bottom:1px solid #f1f5f9}.app-nav-mobile-group-label{font-size:12px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;margin:4px 0}.app-nav-mobile-item{display:flex;align-items:center;min-height:44px;padding:0 8px;border-radius:6px;font-size:16px;font-weight:500;color:#475569;text-decoration:none}.app-nav-mobile-item:hover{background:#f1f5f9;color:#0f172a;text-decoration:none}.app-nav-mobile-item-active{background:#eef2ff;color:#635bff;font-weight:600}.app-nav-mobile-account{margin-top:12px;padding-top:16px;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;gap:12px}@media (max-width:960px){body,html{overflow-x:hidden}.app-nav-inner{height:56px;padding:0 16px;gap:12px}.app-nav-links,.app-nav-right{display:none}.app-nav-mobile-toggle{display:inline-flex}.tk-stat-grid{grid-template-columns:1fr}.tk-action-bar{padding:12px}.login-page{padding:16px}.login-card{max-width:none;padding:24px}}.prefs-wordmark-header{color-scheme:light;background:#ffffff;border-bottom:1px solid #e2e8f0;padding:20px 24px;text-align:center}.tk-content-edit-card{margin-top:16px}.tk-status-headline{font-size:22px;font-weight:600;line-height:30px;color:#0f172a;margin:4px 0 24px}.tk-status-headline-danger{color:#b91c1c}.tk-details>summary{cursor:pointer;font-size:14px;font-weight:500;color:#475569;padding:10px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;list-style:none}.tk-details>summary::-webkit-details-marker{display:none}.tk-details>summary:before{content:"▸ ";color:#94a3b8}.tk-details[open]>summary:before{content:"▾ "}.tk-details[open]>summary{border-radius:8px 8px 0 0;border-bottom:none}.tk-details>.tk-section:first-of-type{margin-top:20px}.tk-pagination{display:flex;align-items:center;gap:16px;margin-top:16px}.tk-btn-disabled{opacity:.4;cursor:default;pointer-events:none}.tk-pagination-page{font-size:13px;color:#64748b}@media (max-width:960px){.tk-page{min-width:0}.tk-client-name-form{flex-direction:column;align-items:stretch}.tk-client-name-form input{min-width:0;width:100%}.tk-thread-msg{max-width:88%}.tk-thread-bubble{min-width:0;overflow-wrap:anywhere;word-break:break-word}.tk-action-bar{flex-wrap:wrap}}.tk-pill-warning{background:#fffbeb;color:#d97706}.tk-story-highlight{font-size:16px;font-weight:500;color:#635bff;margin:8px 0 0}.tk-sentence-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.tk-sentence-list li{font-size:14px;color:#0f172a;line-height:20px}.tk-thread-legend{font-size:13px;color:#94a3b8;margin:0 0 12px}.tk-reasoning{position:relative;display:inline-flex}.tk-reasoning-trigger{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;border-radius:6px;background:transparent;color:#635bff;cursor:pointer}.tk-reasoning-trigger:focus-visible,.tk-reasoning-trigger:hover{background:#eef2ff}.tk-reasoning-trigger-muted{color:#94a3b8}.tk-reasoning-trigger-muted:focus-visible,.tk-reasoning-trigger-muted:hover{background:#f1f5f9}.tk-reasoning-popover{width:320px;max-width:min(320px,calc(100vw - 32px));max-height:360px;overflow-y:auto;background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 18px 42px rgba(15,23,42,.13);padding:12px;color:#0f172a;text-align:left}.tk-reasoning-popover--fixed{position:fixed;z-index:50}.tk-reasoning-popover--fixed[data-placement=above]{transform:translateY(-100%)}.tk-reasoning-section+.tk-reasoning-section{margin-top:12px;padding-top:12px;border-top:1px solid #e2e8f0}.tk-reasoning-section h3{font-size:12px;font-weight:600;color:#475569;margin:0 0 6px;text-transform:uppercase;letter-spacing:.02em}.tk-reasoning-section p{font-size:14px;line-height:1.5;margin:0;white-space:pre-wrap}.tk-reasoning-footer{margin:12px 0 0;padding-top:12px;border-top:1px solid #e2e8f0;font-size:12px;color:#94a3b8}.tk-clients-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;font-size:13px}.tk-clients-count{color:#64748b}.tk-clients-bench-toggle{color:#635bff;text-decoration:none}.tk-clients-bench-toggle:hover{text-decoration:underline}.tk-client-test-pill{margin-left:8px;vertical-align:middle}.tk-channel-health-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.tk-channel-health-list li{font-size:14px;color:#0f172a;padding:10px 14px;background:#ffffff;border:1px solid #e2e8f0;border-radius:6px}.tk-table-messages{table-layout:fixed}.tk-table-messages td:first-child,.tk-table-messages th:first-child{width:150px;white-space:nowrap}.tk-table-messages td:nth-child(2),.tk-table-messages th:nth-child(2){width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tk-table-messages td:nth-child(3),.tk-table-messages td:nth-child(4),.tk-table-messages td:nth-child(5),.tk-table-messages th:nth-child(3),.tk-table-messages th:nth-child(4),.tk-table-messages th:nth-child(5){width:110px;white-space:nowrap}.tk-table-messages td:nth-child(6){max-width:560px;white-space:normal;overflow-wrap:anywhere}.tk-window-switch{display:flex;gap:4px;flex-shrink:0}.tk-window-switch-item{padding:6px 12px;border-radius:6px;font-size:13px;color:#64748b;text-decoration:none;border:1px solid transparent}.tk-window-switch-item:hover{color:#0f172a}.tk-window-switch-item-active{color:#635bff;background:#eef2ff;border-color:#e0e7ff;font-weight:500}.tk-dropoff-row{display:flex;flex-direction:column;gap:6px}.tk-dropoff-label{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.tk-dropoff-bar-track{height:6px;border-radius:3px;background:#f1f5f9;overflow:hidden}.tk-dropoff-bar-fill{height:100%;background:#635bff;border-radius:3px}@media (max-width:960px){.tk-header-row{flex-wrap:wrap}.tk-window-switch{width:100%}}.tk-brain-list{display:flex;flex-direction:column;gap:8px}.tk-brain-list-label{font-size:13px;font-weight:500;color:#0f172a}.tk-brain-list-help{margin:-4px 0 4px}.tk-brain-list-row{display:flex;align-items:center;gap:8px}.tk-brain-list-row input{flex:1 1}.tk-brain-add-btn{align-self:flex-start}.tk-brain-offer-row{display:grid;grid-template-columns:1fr 1fr 1fr auto;grid-gap:8px;gap:8px;align-items:end;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.tk-brain-offer-remove{height:38px}.tk-brain-locked-list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.tk-brain-locked-list li{font-size:14px;color:#475569}.tk-brain-live-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:9999px;background:#eef2ff;color:#635bff;font-size:13px;font-weight:500}@media (max-width:960px){.tk-brain-offer-row{grid-template-columns:1fr}}