:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f7f8;color:#172026;--surface: #ffffff;--surface-muted: #eef3f3;--line: #cfd9dc;--text-muted: #5b6a70;--teal: #2A7FF6;--teal-strong: #6eabff;--amber: #c77900;--danger: #b3261e;--shadow: 0 20px 45px rgb(23 32 38 / 18%)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,rgb(0 121 107 / 8%),transparent 240px),#f5f7f8}body.is-embedded{background:transparent}button,textarea{font:inherit}button:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid #f4b13d;outline-offset:2px}.page-layout{min-height:100vh;display:grid;place-items:center;padding:20px}.widget-layout{position:fixed;right:20px;bottom:92px;z-index:20}.embed-layout{width:100vw;height:100vh;margin:0}.embed-layout .chat-shell{width:100vw;height:100vh;min-height:0;border:0;box-shadow:none}.launcher{position:fixed;right:22px;bottom:22px;z-index:21;width:56px;height:56px;border:0;border-radius:50%;color:#fff;background:var(--teal);box-shadow:0 12px 28px #00594f4d;display:grid;place-items:center;cursor:pointer}.launcher:hover{background:var(--teal-strong)}.chat-shell{width:min(420px,calc(100vw - 32px));height:min(680px,calc(100vh - 120px));min-height:520px;display:grid;grid-template-rows:auto auto 1fr auto auto auto;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.chat-shell--page{width:min(860px,calc(100vw - 32px));height:min(820px,calc(100vh - 40px));min-height:560px}.chat-header{display:grid;grid-template-columns:auto 1fr auto auto;gap:10px;align-items:center;padding:14px;border-bottom:1px solid var(--line);background:#fbfdfd}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:var(--teal);background:#00796b1a}.chat-title{min-width:0;display:grid;gap:1px}.chat-title strong{font-size:15px;line-height:1.25}.chat-title span{color:var(--text-muted);font-size:13px;line-height:1.35}.icon-button{width:38px;height:38px;border:1px solid var(--line);border-radius:8px;color:#25323a;background:#fff;display:grid;place-items:center;cursor:pointer}.icon-button:hover{background:var(--surface-muted)}.view-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 14px;border-bottom:1px solid var(--line);background:#fbfdfd}.view-tabs--agent{grid-template-columns:repeat(3,1fr)}.view-tabs button{min-height:34px;border:1px solid var(--line);border-radius:8px;color:#26343b;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.view-tabs button.is-active{border-color:var(--teal);color:var(--teal-strong);background:#00796b17}.view-tabs button:disabled{cursor:not-allowed;opacity:.55}.message-list{overflow-y:auto;padding:18px 14px;display:flex;flex-direction:column;gap:14px;scroll-behavior:smooth}.hub-panel,.agent-panel{overflow-y:auto;padding:14px;display:grid;gap:14px}.agent-section-tabs{display:flex;gap:7px;overflow-x:auto;padding-bottom:2px}.agent-section-tabs button{flex:0 0 auto;min-height:32px;border:1px solid var(--line);border-radius:8px;color:#26343b;background:#fff;padding:0 10px;cursor:pointer}.agent-section-tabs button.is-active{border-color:var(--teal);color:var(--teal-strong);background:#00796b17}.hub-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px}.hub-toolbar div{display:grid;gap:2px}.hub-toolbar strong{font-size:15px}.hub-toolbar span,.hub-muted,.hub-empty{color:var(--text-muted);font-size:12px}.hub-toolbar button,.ticket-escalation button,.ticket-reply button,.hub-link{min-height:34px;border:1px solid var(--line);border-radius:8px;color:var(--teal-strong);background:#fff;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;cursor:pointer}.hub-toolbar button:hover,.ticket-escalation button:hover,.ticket-reply button:hover,.hub-link:hover{border-color:var(--teal);background:var(--surface-muted)}.hub-toolbar button:disabled,.ticket-escalation button:disabled,.ticket-reply button:disabled{cursor:not-allowed;opacity:.55}.hub-section{display:grid;gap:9px}.hub-section h2{margin:0;color:#25323a;display:inline-flex;align-items:center;gap:6px;font-size:14px;line-height:1.3}.hub-list{display:grid;gap:8px}.hub-card{border:1px solid var(--line);border-radius:8px;padding:10px;background:#fff;display:grid;gap:6px}.hub-card--compact{gap:4px}.hub-card__head{display:flex;align-items:start;justify-content:space-between;gap:10px}.hub-card__head strong{color:#172026;font-size:13px}.hub-card__head span{flex:0 0 auto;border-radius:999px;padding:2px 7px;color:var(--teal-strong);background:#00796b17;font-size:11px}.hub-card p{margin:0;color:var(--text-muted);font-size:12px;line-height:1.35}.usage-block{display:grid;gap:7px}.usage-row{display:grid;gap:4px}.usage-row__label{display:flex;justify-content:space-between;gap:8px;color:var(--text-muted);font-size:11px}.usage-meter{height:7px;overflow:hidden;border-radius:999px;background:#e6ecee}.usage-meter span{display:block;height:100%;border-radius:inherit;background:var(--teal)}.agent-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.agent-grid{display:grid;gap:14px}.metric-tile{min-height:58px;border:1px solid var(--line);border-radius:8px;padding:8px;background:#fbfdfd;display:grid;gap:2px;align-content:center}.metric-tile strong{color:#172026;font-size:18px;line-height:1.1}.metric-tile span{color:var(--text-muted);font-size:11px}.agent-card{gap:8px}.agent-meta,.agent-actions,.canned-replies{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.agent-meta span{border-radius:999px;padding:3px 8px;color:#4f5f66;background:#eef3f3;font-size:11px}.agent-actions button,.canned-replies button{min-height:30px;border:1px solid var(--line);border-radius:8px;color:var(--teal-strong);background:#fff;padding:0 9px;display:inline-flex;align-items:center;gap:5px;cursor:pointer}.agent-actions button:hover,.canned-replies button:hover{border-color:var(--teal);background:var(--surface-muted)}.agent-actions button:disabled,.canned-replies button:disabled{cursor:not-allowed;opacity:.55}.panel-card .hub-card__head span.status-pill{border-radius:999px;padding:3px 8px}.topic-list{display:grid;gap:7px}.topic-row{min-height:38px;border:1px solid var(--line);border-radius:8px;padding:8px 9px;display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;background:#fff}.topic-row strong{color:#172026;font-size:13px}.topic-row span{color:var(--text-muted);font-size:12px}.status-pill{color:#4f5f66;background:#eef3f3}.status-pill--healthy,.status-pill--low{color:#0f6b57;background:#e5f4ef}.status-pill--warning,.status-pill--medium{color:#7b5200;background:#fff4d7}.status-pill--action_needed,.status-pill--high{color:#9b1c16;background:#fde7e5}.status-pill--disabled{color:#5b6a70;background:#edf0f1}.audit-list{display:grid;gap:6px}.audit-list p{margin:0;border-left:3px solid var(--line);padding-left:8px;display:grid;gap:2px}.audit-list strong{color:#25323a;font-size:12px}.audit-list span{color:var(--text-muted);font-size:11px}.ticket-reply,.ticket-escalation{display:grid;gap:8px}.ticket-reply textarea,.ticket-escalation select{width:100%;border:1px solid var(--line);border-radius:8px;color:#172026;background:#fff;padding:8px 9px}.ticket-reply textarea{resize:vertical;min-height:58px;max-height:140px}.ticket-escalation label{display:grid;gap:5px;color:var(--text-muted);font-size:12px}.message{display:grid;gap:7px;max-width:88%}.message--user{align-self:end}.message--assistant,.message--system{align-self:start}.message-bubble{border-radius:8px;padding:11px 12px;line-height:1.48;font-size:14px;overflow-wrap:anywhere}.message--assistant .message-bubble,.message--system .message-bubble{background:#eef3f3;color:#172026}.message--user .message-bubble{background:var(--teal);color:#fff}.message-bubble p{margin:0 0 8px}.message-bubble p:last-child,.message-bubble ol:last-child,.message-bubble ul:last-child{margin-bottom:0}.message-bubble ol,.message-bubble ul{margin:8px 0;padding-left:20px}.message-bubble code{padding:1px 4px;border-radius:4px;background:#00000014}.sources{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.sources strong{color:var(--text-muted);font-size:12px;font-weight:600}.sources span{border:1px solid #d7c49f;color:#664200;background:#fff8e8;border-radius:999px;padding:4px 8px;font-size:12px}.quick-actions{display:flex;gap:8px;overflow-x:auto;padding:10px 14px;border-top:1px solid var(--line)}.quick-actions button{flex:0 0 auto;min-height:36px;border:1px solid var(--line);border-radius:999px;color:#26343b;background:#fff;padding:0 12px;cursor:pointer;white-space:nowrap}.quick-actions button:hover{border-color:var(--teal)}.quick-actions button:disabled{cursor:not-allowed;opacity:.55}.composer{display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px 14px;border-top:1px solid var(--line);background:#fbfdfd}.composer textarea{width:100%;min-height:44px;max-height:140px;resize:vertical;border:1px solid var(--line);border-radius:8px;padding:10px 11px;color:#172026;background:#fff;line-height:1.35}.send-button{width:44px;height:44px;border:0;border-radius:8px;color:#fff;background:var(--teal);display:grid;place-items:center;cursor:pointer}.send-button:hover{background:var(--teal-strong)}.send-button:disabled{background:#87969b;cursor:not-allowed}.chat-footer{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 14px;color:var(--text-muted);font-size:12px;border-top:1px solid var(--line)}.chat-footer a{display:inline-flex;align-items:center;gap:5px;color:var(--teal-strong);text-decoration:none;white-space:nowrap}.chat-footer a:hover{text-decoration:underline}.footer-actions{display:inline-flex;align-items:center;gap:10px}.footer-actions button{border:1px solid var(--line);border-radius:8px;color:var(--teal-strong);background:#fff;padding:6px 9px;font-size:12px;cursor:pointer;white-space:nowrap}.footer-actions button:hover{border-color:var(--teal);background:var(--surface-muted)}.footer-actions button:disabled{cursor:not-allowed;opacity:.55}@media(max-width:520px){.page-layout{padding:0}.widget-layout{top:0;right:0;left:0;bottom:0}.chat-shell,.chat-shell--page{width:100vw;height:100vh;min-height:100vh;border-radius:0;border-left:0;border-right:0}.launcher{right:16px;bottom:max(16px,env(safe-area-inset-bottom))}.message{max-width:94%}.agent-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){*,.message-list{scroll-behavior:auto!important}}
