:root{--background:#f4f5f2;--surface:#fff;--surface-soft:#f8f8f6;--text:#161915;--muted:#687067;--border:#e4e7e1;--green:#244c36;--green-soft:#e8f0eb;--lime:#c8e36a;--danger:#b33232;--danger-soft:#fff0ee;--warning:#9a6715;--warning-soft:#fff7e5;--shadow:0 18px 50px #222e2512}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif}button,input,select{font:inherit}button{cursor:pointer}.shell{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:#183626;flex-direction:column;height:100vh;padding:28px 22px;display:flex;position:sticky;top:0}.brand{color:var(--lime);align-items:center;gap:12px;margin-bottom:42px;display:flex}.brand div,.sidebarFoot div:last-child{flex-direction:column;gap:3px;display:flex}.brand strong{color:#fff;font-size:18px}.brand span,.sidebarFoot span{color:#ffffff94;font-size:12px}.sidebar nav{flex-direction:column;gap:7px;display:flex}.navItem{color:#ffffffad;border-radius:10px;padding:12px 14px;font-size:14px;text-decoration:none;transition:all .16s}.navItem:hover,.navItem.active{color:#fff;background:#ffffff17}.navItem.active{box-shadow:inset 3px 0 0 var(--lime)}.sidebarFoot{background:#ffffff0f;border-radius:12px;align-items:center;gap:10px;margin-top:auto;padding:14px;display:flex}.sidebarFoot strong{font-size:13px}.statusDot{background:var(--lime);border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 5px #c8e36a1f}.main{width:min(1380px,100%);padding:42px 46px 26px}.topbar{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.eyebrow{color:var(--green);letter-spacing:.18em;margin:0 0 7px;font-size:11px;font-weight:800}h1{letter-spacing:-.04em;margin:0;font-size:clamp(30px,4vw,46px);line-height:1.05}.subtitle{color:var(--muted);margin:10px 0 0;font-size:15px}.refreshButton{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:10px;align-items:center;gap:8px;padding:11px 15px;font-weight:700;display:inline-flex}.refreshButton:disabled{opacity:.55;cursor:not-allowed}.connectionPanel{border:1px solid var(--border);background:#ffffffa6;border-radius:14px;margin-bottom:24px;padding:18px}.connectionPanel label{color:var(--muted);margin-bottom:8px;font-size:12px;font-weight:700;display:block}.storeInputRow{grid-template-columns:minmax(280px,1fr) auto auto;gap:10px;display:grid}.storeInputRow input,.storeInputRow select{border:1px solid var(--border);min-width:0;color:var(--text);background:#fff;border-radius:9px;outline:none;padding:11px 12px}.storeInputRow input:focus,.storeInputRow select:focus{border-color:var(--green);box-shadow:0 0 0 3px #244c3617}.storeInputRow button{background:var(--green);color:#fff;border:0;border-radius:9px;padding:11px 18px;font-weight:800}.metricsGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.metricCard,.panel,.emptyState,.errorBox{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:16px}.metricCard{flex-direction:column;justify-content:center;min-height:154px;padding:22px;display:flex}.metricCard span{color:var(--muted);font-size:13px;font-weight:700}.metricCard strong{letter-spacing:-.04em;margin:10px 0 8px;font-size:clamp(26px,3vw,36px)}.metricCard small{color:var(--muted)}.metricCard.critical{background:var(--danger-soft);border-color:#f1c7c1}.dashboardGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.panel{min-height:260px;padding:22px}.panel.wide{grid-column:span 2}.panelHeader{justify-content:space-between;margin-bottom:24px;display:flex}.panelHeader h2{margin:0 0 5px;font-size:18px}.panelHeader p,.muted{color:var(--muted);margin:0;font-size:13px}.progressList{flex-direction:column;gap:22px;display:flex}.progressItem>div:first-child{justify-content:space-between;margin-bottom:8px;font-size:13px;display:flex}.progressTrack{background:#edf0ec;border-radius:99px;height:8px;overflow:hidden}.progressTrack span{border-radius:inherit;background:var(--green);min-width:3px;height:100%;display:block}.statusList{flex-direction:column;gap:4px;display:flex}.statusRow{border-bottom:1px solid var(--border);justify-content:space-between;padding:12px 0;font-size:13px;display:flex}.statusRow:last-child{border-bottom:0}.miniGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.miniValue{background:var(--surface-soft);border-radius:12px;flex-direction:column;justify-content:center;min-height:82px;padding:14px;display:flex}.miniValue strong{font-size:25px}.miniValue span{color:var(--muted);margin-top:4px;font-size:12px}.criticalText strong{color:var(--danger)}.healthGrid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.healthItem{background:var(--surface-soft);border-radius:12px;align-items:center;gap:10px;min-height:92px;padding:14px;display:flex}.healthItem>div{flex-direction:column;gap:6px;display:flex}.healthItem span{color:var(--muted);font-size:12px}.healthItem strong{font-size:16px}.healthDot{border-radius:50%;flex:none;width:9px;height:9px}.healthDot.good{background:#429461}.healthDot.warning{background:#dda637}.knowledgeNumber{letter-spacing:-.06em;color:var(--green);margin-top:38px;font-size:56px;font-weight:800}.alertsList{flex-direction:column;gap:10px;display:flex}.alertItem,.allGood{background:var(--surface-soft);border-radius:11px;gap:12px;padding:13px;display:flex}.alertItem p,.allGood p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.4}.alertItem strong,.allGood strong{font-size:13px}.alertMarker{background:#769282;border-radius:50%;flex:none;width:8px;height:8px;margin-top:4px}.alertItem.critical .alertMarker{background:var(--danger)}.alertItem.warning .alertMarker{background:#dda637}.allGood span{background:var(--green-soft);width:26px;height:26px;color:var(--green);border-radius:50%;place-items:center;font-weight:900;display:grid}.emptyState,.errorBox{text-align:center;margin-top:50px;padding:52px 24px}.emptyState{color:var(--green)}.emptyState h2{color:var(--text);margin:18px 0 8px}.emptyState p{max-width:520px;color:var(--muted);margin:0 auto;line-height:1.6}.errorBox{background:var(--danger-soft);color:var(--danger);border-color:#f1c7c1;flex-direction:column;gap:7px;display:flex}.footer{color:var(--muted);text-align:right;padding:24px 4px 0;font-size:12px}@media (max-width:1100px){.metricsGrid,.dashboardGrid{grid-template-columns:repeat(2,1fr)}.panel.wide{grid-column:span 2}.healthGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.shell{display:block}.sidebar{width:100%;height:auto;padding:18px;position:static}.sidebar nav{display:none}.brand{margin-bottom:0}.sidebarFoot{display:none}.main{padding:26px 16px}.topbar{align-items:flex-end}.storeInputRow,.metricsGrid,.dashboardGrid,.healthGrid{grid-template-columns:1fr}.panel.wide{grid-column:auto}.storeInputRow button{width:100%}}.conversationsConsole{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:16px;margin-top:22px;overflow:hidden}.consoleHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:end;gap:20px;padding:22px;display:flex}.consoleHeader h2{margin:0;font-size:22px}.consoleControls{gap:8px;display:flex}.consoleControls input,.consoleControls select,.consoleControls button{border:1px solid var(--border);background:#fff;border-radius:9px;padding:10px 12px}.consoleControls button{background:var(--green);color:#fff;border-color:var(--green);font-weight:800}.consoleError{background:var(--danger-soft);color:var(--danger);border-radius:10px;margin:14px 22px 0;padding:12px;font-size:13px}.conversationWorkspace{grid-template-columns:360px 1fr;min-height:650px;display:grid}.conversationList{border-right:1px solid var(--border);background:#fafbf9;overflow-y:auto}.conversationRow{border:0;border-bottom:1px solid var(--border);text-align:left;background:0 0;gap:12px;width:100%;padding:16px;display:flex}.conversationRow:hover,.conversationRow.selected{background:var(--green-soft)}.conversationRow.selected{box-shadow:inset 4px 0 0 var(--green)}.avatar{background:var(--green);color:#fff;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.conversationPreview{flex:1;min-width:0}.conversationPreview>div{justify-content:space-between;gap:10px;display:flex}.conversationPreview strong{font-size:13px}.conversationPreview time{color:var(--muted);font-size:11px}.conversationPreview p{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:6px 0;font-size:12px;overflow:hidden}.conversationStatus{color:var(--muted);background:#edf0ec;border-radius:99px;padding:3px 7px;font-size:10px;font-weight:800;display:inline-flex}.conversationStatus.HUMAN{color:#8e5a0a;background:#fff1d3}.conversationStatus.OPEN{background:var(--green-soft);color:var(--green)}.chatPanel{background:#f4f6f2;flex-direction:column;min-width:0;display:flex}.chatHeader{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chatHeader>div{flex-direction:column;gap:4px;display:flex}.chatHeader span{color:var(--muted);font-size:12px}.chatHeader button{background:var(--green);color:#fff;border:0;border-radius:9px;padding:10px 13px;font-weight:800}.chatHeader button.release{color:var(--green);background:#dce7df}.messageTimeline{flex-direction:column;flex:1;gap:10px;padding:22px;display:flex;overflow-y:auto}.messageBubble{background:#fff;border-radius:13px;max-width:min(76%,620px);padding:11px 13px;box-shadow:0 6px 20px #2332270d}.messageBubble.customer{align-self:flex-start}.messageBubble.olivia,.messageBubble.human{background:#dfeee3;align-self:flex-end}.messageBubble.human{background:#fff0cb}.messageBubble>span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.messageBubble p{white-space:pre-wrap;margin:5px 0 7px;font-size:14px;line-height:1.45}.messageBubble time{color:var(--muted);text-align:right;font-size:10px;display:block}.replyComposer{border-top:1px solid var(--border);background:#fff;grid-template-columns:1fr auto;gap:10px;padding:16px;display:grid}.replyComposer textarea{resize:vertical;border:1px solid var(--border);min-height:72px;font:inherit;border-radius:10px;padding:12px}.replyComposer button{background:var(--green);color:#fff;border:0;border-radius:10px;min-width:100px;font-weight:800}.replyComposer button:disabled,.replyComposer textarea:disabled{opacity:.55;cursor:not-allowed}.chatEmpty,.consoleEmpty{min-height:280px;color:var(--muted);text-align:center;align-content:center;place-items:center;padding:30px;display:grid}@media (max-width:900px){.consoleHeader{flex-direction:column;align-items:stretch}.consoleControls{grid-template-columns:1fr 1fr;display:grid}.consoleControls button{grid-column:span 2}.conversationWorkspace{grid-template-columns:1fr}.conversationList{border-right:0;border-bottom:1px solid var(--border);max-height:340px}.chatPanel{min-height:620px}}
