|
|
@@ -377,6 +377,7 @@ html, body {
|
|
|
|
|
|
.main {
|
|
|
flex: 1;
|
|
|
+ min-width: 0;
|
|
|
margin-left: 220px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
@@ -721,6 +722,55 @@ html, body {
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
|
|
|
+.response-monitor {
|
|
|
+ margin: 0 0 16px;
|
|
|
+ overflow: hidden;
|
|
|
+ border: 1px solid #dfe8e4;
|
|
|
+ border-radius: 16px;
|
|
|
+ background: #fff;
|
|
|
+ box-shadow: 0 6px 20px rgba(27,49,42,.06);
|
|
|
+}
|
|
|
+
|
|
|
+.response-monitor.has-urgent { border-color: #efc1ad; }
|
|
|
+.response-monitor-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px; border-bottom: 1px solid #e8eeeb; background: linear-gradient(135deg, #f8fbfa, #fff); }
|
|
|
+.response-monitor.has-urgent .response-monitor-header { background: linear-gradient(135deg, #fff7f2, #fff); }
|
|
|
+.response-monitor-header > div:first-child span,
|
|
|
+.response-monitor-header > div:first-child strong,
|
|
|
+.response-monitor-header > div:first-child small { display: block; }
|
|
|
+.response-monitor-header > div:first-child span { color: #44816b; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
|
|
|
+.response-monitor-header > div:first-child strong { margin-top: 4px; color: #33443e; font-size: 15px; }
|
|
|
+.response-monitor-header > div:first-child small { margin-top: 3px; color: #89958f; font-size: 9px; }
|
|
|
+.response-monitor-kpis { display: flex; gap: 7px; }
|
|
|
+.response-monitor-kpis span { min-width: 70px; padding: 8px 10px; border-radius: 10px; color: #708079; background: #eef4f1; font-size: 8px; text-align: center; }
|
|
|
+.response-monitor-kpis b { display: block; color: #2f745c; font-size: 15px; }
|
|
|
+.response-monitor-kpis span.danger { color: #9b4c2e; background: #fff0e9; }
|
|
|
+.response-monitor-kpis span.danger b { color: #c85e39; }
|
|
|
+.response-monitor-body { display: grid; grid-template-columns: minmax(260px, .85fr) minmax(360px, 1.15fr); gap: 16px; padding: 15px 18px 18px; }
|
|
|
+.response-monitor-section-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 9px; }
|
|
|
+.response-monitor-section-title strong { color: #4a5b54; font-size: 10px; }
|
|
|
+.response-monitor-section-title span { color: #96a19c; font-size: 8px; }
|
|
|
+.response-scope-list { display: flex; flex-wrap: wrap; gap: 6px; }
|
|
|
+.response-scope-chip { display: inline-flex; align-items: center; gap: 5px; padding: 6px 8px; border: 1px solid #e1e9e5; border-radius: 9px; color: #5e6e67; background: #fafcfb; font-size: 8px; }
|
|
|
+.response-scope-chip i { display: grid; place-items: center; min-width: 24px; height: 19px; padding: 0 5px; border-radius: 6px; color: #2f795f; background: #e7f3ed; font-size: 7px; font-style: normal; font-weight: 800; }
|
|
|
+.response-scope-chip em { color: #98a39e; font-size: 7px; font-style: normal; }
|
|
|
+.response-scope-chip.overdue { border-color: #f0c8b6; background: #fff8f4; }
|
|
|
+.response-scope-chip.awaiting_sync { border-style: dashed; }
|
|
|
+.response-reminder-list { min-width: 0; }
|
|
|
+.response-reminder { display: grid; grid-template-columns: minmax(150px, .65fr) minmax(160px, 1fr) auto; align-items: center; gap: 12px; margin-top: 6px; padding: 9px 10px; border: 1px solid #ecd6a7; border-left: 3px solid #d4a548; border-radius: 10px; background: #fffaf0; }
|
|
|
+.response-reminder.urgent { border-color: #efc0ab; border-left-color: #d9633c; background: #fff5f0; }
|
|
|
+.response-reminder > div { display: flex; align-items: center; gap: 6px; min-width: 0; }
|
|
|
+.response-reminder > div i { width: 22px; height: 22px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 7px; color: #996c25; background: #f5e5bc; font-size: 8px; font-style: normal; font-weight: 800; }
|
|
|
+.response-reminder.urgent > div i { color: #a84c2d; background: #f8d9cb; }
|
|
|
+.response-reminder > div strong { overflow: hidden; color: #536059; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
|
|
|
+.response-reminder > div em { padding: 2px 5px; border-radius: 6px; color: #9b712c; background: rgba(255,255,255,.8); font-size: 7px; font-style: normal; }
|
|
|
+.response-reminder.urgent > div em { color: #b34e2c; }
|
|
|
+.response-reminder p { margin: 0; overflow: hidden; color: #79847f; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
|
|
|
+.response-reminder footer { display: flex; align-items: center; gap: 8px; }
|
|
|
+.response-reminder footer span { color: #a1603d; font-size: 8px; font-weight: 700; white-space: nowrap; }
|
|
|
+.response-reminder footer .btn { padding: 5px 8px; font-size: 8px; }
|
|
|
+.response-monitor-empty { display: block; padding: 12px; border-radius: 9px; color: #8d9993; background: #f5f8f6; font-size: 9px; text-align: center; }
|
|
|
+.response-monitor-empty.success { color: #3c8067; background: #edf7f2; }
|
|
|
+
|
|
|
.agent-runtime-alert {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
@@ -736,6 +786,7 @@ html, body {
|
|
|
|
|
|
.agent-runtime-alert strong { flex: 0 0 auto; }
|
|
|
.agent-runtime-alert span { line-height: 1.5; }
|
|
|
+.agent-runtime-alert.notice { border-color: #b9dfcf; color: #256b54; background: #eff9f4; }
|
|
|
|
|
|
.agent-workspace {
|
|
|
min-height: 650px;
|
|
|
@@ -772,6 +823,36 @@ html, body {
|
|
|
.agent-panel-heading small { margin-top: 3px; color: var(--text-muted); font-size: 10px; }
|
|
|
.agent-count { min-width: 24px; padding: 4px 7px; border-radius: 12px; text-align: center; color: var(--agent-green); background: var(--agent-green-soft); font-size: 11px; font-weight: 800; }
|
|
|
|
|
|
+.agent-list-tabs {
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
|
+ gap: 5px;
|
|
|
+ padding: 8px;
|
|
|
+ border-bottom: 1px solid var(--agent-line);
|
|
|
+ background: #f5f8f6;
|
|
|
+}
|
|
|
+
|
|
|
+.agent-list-tabs button {
|
|
|
+ min-width: 0;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ gap: 5px;
|
|
|
+ min-height: 34px;
|
|
|
+ padding: 6px;
|
|
|
+ border: 1px solid transparent;
|
|
|
+ border-radius: 7px;
|
|
|
+ color: #69756f;
|
|
|
+ background: transparent;
|
|
|
+ font: inherit;
|
|
|
+ font-size: 10px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.agent-list-tabs button.active { color: #245f4d; border-color: #cfe1d9; background: #fff; box-shadow: 0 2px 7px rgba(30,65,54,.07); font-weight: 700; }
|
|
|
+.agent-list-tabs b { min-width: 18px; padding: 2px 4px; border-radius: 8px; color: #68746f; background: #e5ebe8; font-size: 8px; }
|
|
|
+.agent-list-tabs button.active b { color: #fff; background: var(--agent-green); }
|
|
|
+
|
|
|
.agent-list-scroll { padding: 8px; }
|
|
|
|
|
|
.agent-conversation-item {
|
|
|
@@ -792,6 +873,7 @@ html, body {
|
|
|
|
|
|
.agent-conversation-item:hover { background: #f1f6f3; }
|
|
|
.agent-conversation-item.active { background: var(--agent-green-soft); box-shadow: inset 3px 0 0 var(--agent-green); }
|
|
|
+.agent-conversation-item.group.active { background: #fff5ea; box-shadow: inset 3px 0 0 #d97b2f; }
|
|
|
|
|
|
.agent-avatar {
|
|
|
width: 34px;
|
|
|
@@ -804,8 +886,14 @@ html, body {
|
|
|
font-size: 13px;
|
|
|
font-weight: 800;
|
|
|
}
|
|
|
+.agent-avatar.group { color: #8a4f20; background: #f4d8bd; }
|
|
|
|
|
|
.agent-conversation-copy { min-width: 0; }
|
|
|
+.agent-conversation-name { min-width: 0; display: flex; align-items: center; gap: 5px; }
|
|
|
+.agent-conversation-name strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
|
+.agent-channel-badge { flex: 0 0 auto; padding: 2px 4px; border-radius: 4px; font-size: 7px; font-style: normal; font-weight: 800; }
|
|
|
+.agent-channel-badge.private { color: #267057; background: #e6f3ed; }
|
|
|
+.agent-channel-badge.group { color: #9a571f; background: #fff0df; }
|
|
|
.agent-conversation-copy strong,
|
|
|
.agent-conversation-copy small,
|
|
|
.agent-conversation-copy em { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
|
@@ -817,9 +905,10 @@ html, body {
|
|
|
.agent-chat-panel {
|
|
|
min-width: 0;
|
|
|
display: grid;
|
|
|
- grid-template-rows: auto auto minmax(320px, 1fr) auto;
|
|
|
+ grid-template-rows: auto auto auto minmax(320px, 1fr) auto;
|
|
|
background: #fff;
|
|
|
}
|
|
|
+.agent-chat-panel.group-mode { grid-template-rows: auto auto minmax(320px, 1fr) auto; }
|
|
|
|
|
|
.agent-chat-header {
|
|
|
min-height: 72px;
|
|
|
@@ -836,6 +925,67 @@ html, body {
|
|
|
.agent-chat-header strong { color: var(--agent-ink); font-size: 14px; }
|
|
|
.agent-chat-header span { margin-top: 3px; color: var(--text-muted); font-size: 10px; }
|
|
|
.agent-chat-header .btn { padding: 7px 11px; font-size: 11px; }
|
|
|
+.agent-chat-header.group { background: #fffaf4; }
|
|
|
+.agent-group-mode-danger.active { color: #fff; border-color: #b94b3c; background: #b94b3c; }
|
|
|
+.agent-group-mode-danger.active:hover { background: #9f3d31; }
|
|
|
+.agent-group-auto-send { border-color: #b94b3c !important; background: #b94b3c !important; }
|
|
|
+.agent-group-auto-send:hover { background: #9f3d31 !important; }
|
|
|
+
|
|
|
+.agent-flow {
|
|
|
+ padding: 12px 20px 13px;
|
|
|
+ border-bottom: 1px solid var(--agent-line);
|
|
|
+ background: #fbfcfb;
|
|
|
+}
|
|
|
+
|
|
|
+.agent-flow-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
|
|
|
+.agent-flow-heading strong { color: #45554f; font-size: 10px; }
|
|
|
+.agent-flow-heading span { color: #88938e; font-size: 8px; }
|
|
|
+.agent-flow ol { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; }
|
|
|
+.agent-flow.group ol { grid-template-columns: repeat(5, minmax(0, 1fr)); }
|
|
|
+.agent-flow li { position: relative; min-width: 0; display: flex; align-items: center; gap: 7px; padding-right: 14px; }
|
|
|
+.agent-flow li:not(:last-child)::after { content: ''; position: absolute; z-index: 0; top: 11px; right: 2px; width: 10px; height: 1px; background: #d8dfdc; }
|
|
|
+.agent-flow li i { position: relative; z-index: 1; width: 22px; height: 22px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid #d7dedb; border-radius: 50%; color: #89928f; background: #fff; font-size: 8px; font-style: normal; font-weight: 800; }
|
|
|
+.agent-flow li strong,
|
|
|
+.agent-flow li small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
|
+.agent-flow li strong { color: #69736f; font-size: 9px; }
|
|
|
+.agent-flow li small { margin-top: 2px; color: #9aa19e; font-size: 7px; }
|
|
|
+.agent-flow li.done i { color: #fff; border-color: var(--agent-green); background: var(--agent-green); }
|
|
|
+.agent-flow li.done strong { color: #2c6f59; }
|
|
|
+.agent-flow li.current i { color: #fff; border-color: #d47a32; background: #d47a32; box-shadow: 0 0 0 4px rgba(212,122,50,.1); }
|
|
|
+.agent-flow li.current strong { color: #98501b; }
|
|
|
+.agent-flow li.error i { color: #fff; border-color: #c65043; background: #c65043; }
|
|
|
+.agent-flow li.error strong { color: #a13d33; }
|
|
|
+
|
|
|
+.agent-group-monitor-view { min-height: 430px; display: grid; align-content: start; gap: 14px; padding: 22px; background: #fbfcfb; }
|
|
|
+.agent-group-status,
|
|
|
+.agent-group-latest,
|
|
|
+.agent-group-boundary { padding: 16px; border: 1px solid #e2e7e4; border-radius: 8px; background: #fff; }
|
|
|
+.agent-group-status { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 4px 16px; border-left: 4px solid #5f8c79; }
|
|
|
+.agent-group-status.overdue { border-left-color: #cf603c; }
|
|
|
+.agent-group-status.warning { border-left-color: #d49b37; }
|
|
|
+.agent-group-status span,
|
|
|
+.agent-group-latest > span { color: #8b9490; font-size: 8px; }
|
|
|
+.agent-group-status strong { color: #405049; font-size: 15px; }
|
|
|
+.agent-group-status small { grid-column: 2; grid-row: 1 / 3; color: #8c5a37; font-size: 9px; }
|
|
|
+.agent-group-latest blockquote { margin: 9px 0 7px; color: #34413c; font-size: 13px; line-height: 1.65; }
|
|
|
+.agent-group-latest small { color: #929a97; font-size: 8px; }
|
|
|
+.agent-group-boundary { display: flex; align-items: center; gap: 12px; color: #796248; background: #fffaf3; }
|
|
|
+.agent-group-boundary strong { flex: 0 0 auto; font-size: 10px; }
|
|
|
+.agent-group-boundary span { font-size: 9px; line-height: 1.5; }
|
|
|
+.agent-intent-card.group { border-color: #f0d8bd; background: #fff7ed; }
|
|
|
+.agent-intent-card.group > strong { color: #965521; }
|
|
|
+.agent-intent-card.group.auto { border-color: #efbeb6; background: #fff1ef; }
|
|
|
+.agent-intent-card.group.auto > strong { color: #a13d33; }
|
|
|
+.agent-group-sla { padding: 12px; border: 1px solid #e5e9e7; border-radius: 8px; background: #fff; }
|
|
|
+.agent-group-sla strong,
|
|
|
+.agent-group-sla span { display: block; }
|
|
|
+.agent-group-sla strong { color: #46534e; font-size: 15px; }
|
|
|
+.agent-group-sla span { margin-top: 4px; color: #8e9693; font-size: 8px; }
|
|
|
+.agent-boundary-list { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
|
|
|
+.agent-boundary-list li { padding-left: 13px; position: relative; color: #69746f; font-size: 9px; line-height: 1.45; }
|
|
|
+.agent-boundary-list li::before { content: ''; position: absolute; left: 1px; top: 5px; width: 5px; height: 5px; border-radius: 50%; background: #d47a32; }
|
|
|
+.agent-boundary-list.danger li { color: #8f4036; }
|
|
|
+.agent-boundary-list.danger li::before { background: #bd4d3f; }
|
|
|
|
|
|
.agent-conversation-modes {
|
|
|
display: flex;
|
|
|
@@ -872,6 +1022,7 @@ html, body {
|
|
|
radial-gradient(circle at 1px 1px, rgba(20,87,66,.1) 1px, transparent 0);
|
|
|
background-size: auto, 18px 18px;
|
|
|
}
|
|
|
+.agent-message-stream.group { background-color: #fbfaf8; }
|
|
|
|
|
|
.agent-message { max-width: 86%; margin-bottom: 18px; }
|
|
|
.agent-message.customer { margin-right: auto; }
|
|
|
@@ -891,6 +1042,8 @@ html, body {
|
|
|
}
|
|
|
|
|
|
.agent-composer.manual { background: #fffaf4; }
|
|
|
+.agent-composer.group { background: #fffaf4; }
|
|
|
+.agent-composer.group .agent-composer-label strong { color: #9a571f; }
|
|
|
.agent-composer-label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
|
|
|
.agent-composer-label strong { color: var(--agent-green); font-size: 11px; }
|
|
|
.agent-composer.manual .agent-composer-label strong { color: #b06c2a; }
|
|
|
@@ -1143,6 +1296,7 @@ html, body {
|
|
|
@media (max-width: 1050px) {
|
|
|
.agent-modebar { grid-template-columns: 1fr auto; }
|
|
|
.agent-guard { display: none; }
|
|
|
+ .response-monitor-body { grid-template-columns: 1fr; }
|
|
|
.agent-workspace { grid-template-columns: 210px minmax(0, 1fr); }
|
|
|
.agent-insight-panel { grid-column: 1 / -1; max-height: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--agent-line); border-left: 0; }
|
|
|
}
|
|
|
@@ -1153,8 +1307,18 @@ html, body {
|
|
|
.agent-modebar { grid-template-columns: 1fr; }
|
|
|
.agent-mode-switch { justify-self: stretch; }
|
|
|
.agent-mode-btn { flex: 1; }
|
|
|
+ .response-monitor-header { align-items: stretch; flex-direction: column; }
|
|
|
+ .response-monitor-kpis { width: 100%; }
|
|
|
+ .response-monitor-kpis span { flex: 1; }
|
|
|
+ .response-monitor-body { padding: 12px; }
|
|
|
+ .response-reminder { grid-template-columns: 1fr; }
|
|
|
+ .response-reminder footer { justify-content: space-between; }
|
|
|
.agent-workspace { display: block; }
|
|
|
.agent-conversation-list { border-right: 0; border-bottom: 1px solid var(--agent-line); }
|
|
|
+ .agent-flow { padding: 12px; overflow-x: auto; }
|
|
|
+ .agent-flow-heading { align-items: flex-start; flex-direction: column; gap: 3px; }
|
|
|
+ .agent-flow ol,
|
|
|
+ .agent-flow.group ol { min-width: 560px; }
|
|
|
.agent-chat-panel { min-height: 620px; }
|
|
|
.agent-insight-panel { display: block; }
|
|
|
}
|
|
|
@@ -1822,6 +1986,126 @@ body.modal-open { overflow: hidden; }
|
|
|
.customer-selector-modal > .modal-actions { padding: 12px 14px; }
|
|
|
.customer-selector-modal > .modal-actions .btn { flex: 1; min-height: 44px; }
|
|
|
}
|
|
|
+.modal.allowlist-modal {
|
|
|
+ width: min(92vw, 700px);
|
|
|
+ max-width: 700px;
|
|
|
+ max-height: min(760px, calc(100vh - 40px));
|
|
|
+ overflow: hidden;
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
+body.allowlist-modal-open { overflow: hidden; }
|
|
|
+
|
|
|
+.allowlist-modal .modal-title {
|
|
|
+ margin: 0;
|
|
|
+ padding: 22px 24px 16px;
|
|
|
+ border-bottom: 1px solid #e8eeeb;
|
|
|
+}
|
|
|
+
|
|
|
+.allowlist-intro {
|
|
|
+ padding: 16px 24px 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.allowlist-intro strong,
|
|
|
+.allowlist-intro span { display: block; }
|
|
|
+.allowlist-intro strong { color: #31433c; font-size: 14px; }
|
|
|
+.allowlist-intro span { margin-top: 4px; color: #7f8b86; font-size: 12px; line-height: 1.5; }
|
|
|
+
|
|
|
+.allowlist-toolbar {
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: minmax(0, 1fr) auto;
|
|
|
+ gap: 10px;
|
|
|
+ padding: 0 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.allowlist-toolbar input,
|
|
|
+.allowlist-manual input {
|
|
|
+ width: 100%;
|
|
|
+ height: 38px;
|
|
|
+ padding: 0 12px;
|
|
|
+ border: 1px solid #dce5e1;
|
|
|
+ border-radius: 7px;
|
|
|
+ outline: none;
|
|
|
+ color: #34443e;
|
|
|
+ background: #fff;
|
|
|
+ font: inherit;
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.allowlist-toolbar input:focus,
|
|
|
+.allowlist-manual input:focus { border-color: #4c9277; box-shadow: 0 0 0 3px rgba(76,146,119,.12); }
|
|
|
+
|
|
|
+.allowlist-summary {
|
|
|
+ min-height: 32px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ gap: 16px;
|
|
|
+ padding: 8px 24px 6px;
|
|
|
+ color: #4b685d;
|
|
|
+ font-size: 11px;
|
|
|
+}
|
|
|
+
|
|
|
+.allowlist-summary em { color: #aa6f24; font-style: normal; text-align: right; }
|
|
|
+
|
|
|
+.allowlist-contact-list {
|
|
|
+ height: 330px;
|
|
|
+ overflow-y: auto;
|
|
|
+ margin: 0 24px;
|
|
|
+ border: 1px solid #e2e9e6;
|
|
|
+ border-radius: 7px;
|
|
|
+ background: #fafcfb;
|
|
|
+}
|
|
|
+
|
|
|
+.allowlist-contact {
|
|
|
+ min-height: 62px;
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: auto auto minmax(0, 1fr) auto;
|
|
|
+ align-items: center;
|
|
|
+ gap: 11px;
|
|
|
+ padding: 10px 12px;
|
|
|
+ border-bottom: 1px solid #e7ecea;
|
|
|
+ cursor: pointer;
|
|
|
+ transition: background .15s ease;
|
|
|
+}
|
|
|
+
|
|
|
+.allowlist-contact:last-child { border-bottom: 0; }
|
|
|
+.allowlist-contact:hover { background: #f1f7f4; }
|
|
|
+.allowlist-contact.selected { background: #edf7f2; }
|
|
|
+.allowlist-contact input { width: 16px; height: 16px; accent-color: #347b61; }
|
|
|
+.allowlist-avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #23624d; background: #dcefe7; font-size: 13px; font-weight: 800; }
|
|
|
+.allowlist-contact-copy { min-width: 0; }
|
|
|
+.allowlist-contact-copy strong,
|
|
|
+.allowlist-contact-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
|
+.allowlist-contact-copy strong { color: #35443e; font-size: 13px; }
|
|
|
+.allowlist-contact-copy small { margin-top: 4px; color: #89938f; font-size: 10px; }
|
|
|
+.allowlist-contact > em { color: #929c98; font-size: 10px; font-style: normal; }
|
|
|
+.allowlist-contact.selected > em { color: #2f765d; font-weight: 700; }
|
|
|
+
|
|
|
+.allowlist-loading,
|
|
|
+.allowlist-empty { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 24px; color: #87928d; font-size: 12px; text-align: center; }
|
|
|
+.allowlist-empty strong { color: #54615c; font-size: 13px; }
|
|
|
+.allowlist-empty.error strong { color: #a24536; }
|
|
|
+
|
|
|
+.allowlist-manual { margin: 12px 24px 0; color: #78847f; font-size: 11px; }
|
|
|
+.allowlist-manual summary { cursor: pointer; }
|
|
|
+.allowlist-manual > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; margin-top: 9px; }
|
|
|
+.allowlist-manual small { display: block; min-height: 18px; padding-top: 4px; color: #b14535; }
|
|
|
+.allowlist-modal .modal-actions { margin: 14px 0 0; padding: 14px 24px 20px; border-top: 1px solid #e8eeeb; }
|
|
|
+
|
|
|
+@media (max-width: 620px) {
|
|
|
+ .modal.allowlist-modal { width: calc(100vw - 20px); max-height: calc(100vh - 20px); }
|
|
|
+ .allowlist-modal .modal-title,
|
|
|
+ .allowlist-intro { padding-left: 16px; padding-right: 16px; }
|
|
|
+ .allowlist-toolbar { grid-template-columns: 1fr; padding: 0 16px; }
|
|
|
+ .allowlist-summary { align-items: flex-start; flex-direction: column; gap: 3px; padding-left: 16px; padding-right: 16px; }
|
|
|
+ .allowlist-summary em { text-align: left; }
|
|
|
+ .allowlist-contact-list { height: 300px; margin: 0 16px; }
|
|
|
+ .allowlist-contact { grid-template-columns: auto auto minmax(0, 1fr); }
|
|
|
+ .allowlist-contact > em { display: none; }
|
|
|
+ .allowlist-manual { margin-left: 16px; margin-right: 16px; }
|
|
|
+ .allowlist-modal .modal-actions { padding-left: 16px; padding-right: 16px; }
|
|
|
+}
|
|
|
|
|
|
body.business-modal-open { overflow: hidden; }
|
|
|
|
|
|
@@ -1873,7 +2157,7 @@ body.business-modal-open { overflow: hidden; }
|
|
|
}
|
|
|
|
|
|
.business-modal-header h3 { margin: 0; color: #1e2a32; font-size: 21px; line-height: 1.3; }
|
|
|
-.business-modal-header p { margin: 7px 0 0; color: #74808a; font-size: 13px; line-height: 1.65; }
|
|
|
+.business-modal-header p { margin: 7px 0 0; color: #68757d; font-size: 13px; line-height: 1.65; white-space: pre-line; }
|
|
|
|
|
|
.business-modal-close {
|
|
|
flex: 0 0 34px;
|
|
|
@@ -1889,6 +2173,8 @@ body.business-modal-open { overflow: hidden; }
|
|
|
}
|
|
|
|
|
|
.business-modal-close:hover { color: #25333b; background: #e7ecea; }
|
|
|
+.business-modal-close:focus-visible,
|
|
|
+.business-modal-actions .btn:focus-visible { outline: 3px solid rgba(42, 154, 119, .22); outline-offset: 2px; }
|
|
|
.business-modal-form { padding: 22px 27px 25px; }
|
|
|
.business-modal-fields { display: grid; gap: 16px; }
|
|
|
.business-modal-field { display: grid; gap: 7px; }
|
|
|
@@ -1952,6 +2238,8 @@ body.business-modal-open { overflow: hidden; }
|
|
|
.business-modal-error { margin: 13px 0 0; color: #c3443d; font-size: 12px; }
|
|
|
.business-modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }
|
|
|
.business-modal-confirm { min-width: 128px; }
|
|
|
+.business-modal-confirm.danger { border-color: #c94b43; color: #fff; background: #c94b43; }
|
|
|
+.business-modal-confirm.danger:hover { border-color: #b33f38; background: #b33f38; }
|
|
|
|
|
|
@media (max-width: 600px) {
|
|
|
.business-modal-backdrop { align-items: end; padding: 0; }
|
|
|
@@ -1961,6 +2249,11 @@ body.business-modal-open { overflow: hidden; }
|
|
|
.business-modal-actions .btn { flex: 1; }
|
|
|
}
|
|
|
|
|
|
+@media (prefers-reduced-motion: reduce) {
|
|
|
+ .business-modal-backdrop,
|
|
|
+ .business-modal { animation: none; }
|
|
|
+}
|
|
|
+
|
|
|
.agent-session-modal-status { padding: 12px 14px; border-radius: 10px; color: #6d7673; background: #f4f6f5; }
|
|
|
.agent-session-modal-status.ready { color: #146a4f; background: #eaf7f2; }
|
|
|
.agent-session-modal-status strong,
|
|
|
@@ -2650,6 +2943,91 @@ body.business-modal-open { overflow: hidden; }
|
|
|
.overview-data-note button svg { width: 14px; height: 14px; fill: currentColor; }
|
|
|
.overview-query-form button:focus-visible, .overview-kpi:focus-visible, .overview-action:focus-visible, .overview-diagnosis-actions button:focus-visible, .overview-text-action:focus-visible, .overview-data-note button:focus-visible { outline: 3px solid rgba(35, 120, 88, .22); outline-offset: 2px; }
|
|
|
|
|
|
+/* Business overview visual refresh */
|
|
|
+.overview-page { gap: 18px; }
|
|
|
+.overview-command {
|
|
|
+ position: relative;
|
|
|
+ overflow: hidden;
|
|
|
+ min-height: 224px;
|
|
|
+ padding: 32px 34px;
|
|
|
+ border: 0;
|
|
|
+ border-radius: 8px;
|
|
|
+ color: #fff;
|
|
|
+ background: #153c32;
|
|
|
+ box-shadow: 0 18px 42px rgba(21, 60, 50, .17);
|
|
|
+}
|
|
|
+.overview-command::after {
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+ width: 38%;
|
|
|
+ height: 3px;
|
|
|
+ background: #e5a33f;
|
|
|
+ content: '';
|
|
|
+}
|
|
|
+.overview-command-copy { gap: 10px; }
|
|
|
+.overview-command-copy h2 { color: #fff; font-size: 34px; line-height: 1.2; }
|
|
|
+.overview-command-copy p { color: rgba(255, 255, 255, .72); font-size: 14px; line-height: 1.65; }
|
|
|
+.overview-kicker { color: #b9d8cd; font-size: 12px; }
|
|
|
+.overview-live { background: #91a89f; box-shadow: 0 0 0 4px rgba(255, 255, 255, .08); }
|
|
|
+.overview-live.online { background: #55d794; box-shadow: 0 0 0 4px rgba(85, 215, 148, .15); }
|
|
|
+.overview-command-status { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 5px; }
|
|
|
+.overview-command-status span { min-height: 32px; display: inline-flex; align-items: center; gap: 5px; padding: 6px 10px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 6px; color: rgba(255, 255, 255, .76); background: rgba(255, 255, 255, .07); font-size: 12px; }
|
|
|
+.overview-command-status strong { color: #fff; font-size: 14px; }
|
|
|
+.overview-command-status .is-risk { border-color: rgba(255, 193, 181, .3); color: #ffd5cd; background: rgba(154, 54, 42, .26); }
|
|
|
+.overview-query-form { position: relative; z-index: 1; gap: 11px; padding: 0; background: transparent; box-shadow: none; }
|
|
|
+.overview-query-form > label { color: #c6ded5; font-size: 13px; }
|
|
|
+.overview-query-form input { min-height: 48px; padding: 0 15px; border-color: rgba(255, 255, 255, .7); border-radius: 6px; color: #172b23; background: rgba(255, 255, 255, .96); font-size: 14px; box-shadow: 0 7px 20px rgba(6, 27, 21, .13); }
|
|
|
+.overview-query-form input::placeholder { color: #75837d; }
|
|
|
+.overview-query-form input:focus { border-color: #f1b252; outline-color: rgba(241, 178, 82, .28); }
|
|
|
+.overview-query-form .btn { min-height: 48px; border-color: #e7a03a; border-radius: 6px; color: #17372e; background: #f0aa43; box-shadow: 0 7px 18px rgba(6, 27, 21, .18); }
|
|
|
+.overview-query-form .btn:hover { border-color: #f3b75b; color: #102e26; background: #f3b75b; }
|
|
|
+.overview-query-chips { gap: 7px; }
|
|
|
+.overview-query-chips button { min-height: 34px; padding: 6px 11px; border-color: rgba(255, 255, 255, .18); border-radius: 6px; color: rgba(255, 255, 255, .78); background: rgba(255, 255, 255, .06); font-size: 12px; }
|
|
|
+.overview-query-chips button:hover { border-color: rgba(255, 255, 255, .36); color: #fff; background: rgba(255, 255, 255, .12); }
|
|
|
+.overview-kpi-grid { gap: 12px; }
|
|
|
+.overview-kpi { min-height: 118px; padding: 18px; border-color: #dce4e0; border-radius: 8px; box-shadow: 0 6px 20px rgba(29, 54, 44, .045); }
|
|
|
+.overview-kpi:hover { border-color: #9fc3b3; box-shadow: 0 12px 28px rgba(28, 69, 52, .1); }
|
|
|
+.overview-kpi-icon { width: 44px; height: 44px; border-radius: 7px; }
|
|
|
+.overview-kpi small { color: #65766e; font-size: 13px; font-weight: 650; }
|
|
|
+.overview-kpi strong { font-size: 30px; }
|
|
|
+.overview-kpi em { color: #738179; font-size: 12px; }
|
|
|
+.overview-main-grid { grid-template-columns: minmax(0, 1.58fr) minmax(320px, .72fr); gap: 14px; }
|
|
|
+.overview-primary-column, .overview-secondary-column { gap: 14px; }
|
|
|
+.overview-panel { padding: 21px; border-color: #dce4e0; border-radius: 8px; box-shadow: 0 7px 24px rgba(24, 48, 38, .045); }
|
|
|
+.overview-panel-header { margin-bottom: 17px; }
|
|
|
+.overview-panel-header span { color: #477664; font-size: 10px; letter-spacing: 1px; }
|
|
|
+.overview-panel-header h3 { font-size: 18px; }
|
|
|
+.overview-panel-header > small { color: #74827b; font-size: 12px; }
|
|
|
+.overview-panel-header > strong { font-size: 24px; }
|
|
|
+.overview-diagnosis-empty { min-height: 200px; gap: 9px; }
|
|
|
+.overview-diagnosis-empty strong { font-size: 16px; }
|
|
|
+.overview-diagnosis-empty span { color: #697870; font-size: 13px; }
|
|
|
+.overview-diagnosis-result > header span { font-size: 11px; }
|
|
|
+.overview-diagnosis-result > header strong { font-size: 18px; }
|
|
|
+.overview-diagnosis-result > p { font-size: 14px; }
|
|
|
+.overview-evidence span, .overview-data-gaps > strong, .overview-data-gaps span { font-size: 12px; }
|
|
|
+.overview-data-gaps small { font-size: 11px; }
|
|
|
+.overview-diagnosis-go { min-height: 82px; padding: 13px 36px 10px 14px; }
|
|
|
+.overview-diagnosis-go > span { font-size: 14px; }
|
|
|
+.overview-diagnosis-go > small { font-size: 12px; }
|
|
|
+.overview-candidate-btn { min-height: 38px; font-size: 12px; }
|
|
|
+.overview-action { min-height: 72px; padding: 10px 13px; border-radius: 7px; }
|
|
|
+.overview-action > strong { font-size: 23px; }
|
|
|
+.overview-action b { font-size: 14px; }
|
|
|
+.overview-action small { color: #718078; font-size: 12px; }
|
|
|
+.overview-health-track { height: 8px; }
|
|
|
+.overview-health-panel dl { gap: 12px; }
|
|
|
+.overview-health-panel dl div, .overview-text-action { font-size: 13px; }
|
|
|
+.overview-text-action { min-height: 44px; }
|
|
|
+.overview-worker { grid-template-columns: 42px minmax(0, 1fr) auto; min-height: 68px; }
|
|
|
+.overview-worker-icon { width: 40px; height: 40px; }
|
|
|
+.overview-worker strong { font-size: 14px; }
|
|
|
+.overview-worker small { color: #6f7d76; font-size: 12px; }
|
|
|
+.overview-worker em { min-height: 26px; font-size: 11px; }
|
|
|
+.overview-data-note { min-height: 44px; color: #6e7c75; font-size: 12px; }
|
|
|
+.overview-data-note button { min-height: 44px; }
|
|
|
+
|
|
|
@media (max-width: 1180px) {
|
|
|
.overview-command { grid-template-columns: 1fr; gap: 18px; }
|
|
|
.overview-kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
|
|
|
@@ -2662,13 +3040,20 @@ body.business-modal-open { overflow: hidden; }
|
|
|
}
|
|
|
|
|
|
@media (max-width: 640px) {
|
|
|
- .overview-command { min-height: 0; padding: 19px 16px; }
|
|
|
- .overview-command-copy h2 { font-size: 24px; }
|
|
|
+ .overview-page { gap: 12px; }
|
|
|
+ .overview-command { min-height: 0; padding: 22px 16px; }
|
|
|
+ .overview-command-copy h2 { font-size: 28px; }
|
|
|
+ .overview-command-copy p { font-size: 15px; }
|
|
|
+ .overview-command-status { display: grid; grid-template-columns: 1fr; }
|
|
|
+ .overview-command-status span { width: 100%; font-size: 13px; }
|
|
|
+ .overview-query-form { padding: 0; }
|
|
|
.overview-query-form > div:first-of-type { grid-template-columns: 1fr; }
|
|
|
.overview-query-form input { font-size: 16px; }
|
|
|
.overview-query-form .btn { width: 100%; }
|
|
|
+ .overview-query-chips button { min-height: 44px; }
|
|
|
.overview-kpi-grid, .overview-secondary-column { grid-template-columns: 1fr; }
|
|
|
- .overview-kpi { min-height: 88px; }
|
|
|
+ .overview-kpi { min-height: 104px; }
|
|
|
+ .overview-panel { padding: 16px; }
|
|
|
.overview-diagnosis-actions { grid-template-columns: 1fr; }
|
|
|
.overview-diagnosis-action { border-right: 0; border-bottom: 1px solid #edf0ee; }
|
|
|
.overview-diagnosis-action:last-child { border-bottom: 0; }
|