:root{--bg: #f5f7fa;--panel: #ffffff;--text: #1f2937;--muted: #475569;--border: #e6ebf2;--primary: #0f52d6;--soft: #eff3f8}*{box-sizing:border-box}html,body,#root{margin:0;width:100%;min-height:100%;font-family:PingFang SC,Microsoft YaHei,Inter,sans-serif;background:var(--bg);color:var(--text)}h1,h2,h3,h4,p{margin:0}a{text-decoration:none;color:inherit}input,select,textarea,button{font-family:inherit}.app-root{min-height:100vh}.topbar{position:sticky;top:0;z-index:20;height:56px;background:#fff;border-bottom:1px solid var(--border);padding:0 16px;display:flex;justify-content:space-between;align-items:center}.brand{font-weight:700;font-size:18px}.workspace-switch{display:flex;gap:8px;align-items:center}.ws-btn{padding:6px 12px;border-radius:999px;background:var(--soft);font-size:13px;color:#334155}.ws-btn.active{background:var(--primary);color:#fff;font-weight:600}.app-body{display:grid;grid-template-columns:256px 1fr;min-height:calc(100vh - 56px)}.sidebar{background:#fff;border-right:1px solid var(--border);padding:14px 12px 18px}.sidebar-context{background:#f8fbff;border:1px solid #dbe8ff;border-radius:10px;padding:10px 12px;margin-bottom:14px}.sidebar-context-label{font-size:11px;color:#64748b;margin-bottom:4px}.sidebar-context-title{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:4px}.sidebar-context-desc{font-size:12px;color:#475569;line-height:1.45}.menu-section{margin-bottom:16px}.menu-title{font-size:12px;font-weight:700;margin-bottom:6px;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.menu-link{display:flex;flex-direction:column;gap:2px;padding:8px 10px;border-radius:8px;border:1px solid transparent;margin-bottom:6px;color:#334155}.menu-link.active{color:#0b3ea8;border-color:#bfdbfe;background:#eff6ff}.menu-link-label{font-size:13px;font-weight:600}.menu-link-desc{font-size:12px;line-height:1.4;color:#64748b}.menu-link.active .menu-link-desc{color:#1d4ed8}.content-area{padding:20px 24px 24px}.page-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.page-header-row h1{font-size:22px}.dashboard-range-tabs{margin-bottom:0}.subtle{font-size:12px;color:var(--muted)}.panel{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:16px}.panel h3{font-size:15px;margin-bottom:12px}.metrics-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:16px}.metrics-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card{min-height:110px}.metric-title{font-size:13px;color:var(--muted);margin-bottom:8px}.metric-value{font-size:24px;font-weight:700}.metric-value.primary{color:var(--primary)}.metric-value.positive{color:#12a150}.metric-delta{margin-top:6px;color:#64748b;font-size:12px}.two-col{display:grid;grid-template-columns:2fr 1fr;gap:12px;margin-bottom:16px}.chart-bars{display:flex;align-items:flex-end;gap:14px;height:170px}.chart-bars.scrollable{overflow-x:auto;padding-bottom:6px}.bar-col{width:44px;display:flex;flex-direction:column;align-items:center;gap:6px}.bar-col.narrow{width:34px}.bar{width:22px;min-height:2px;border-radius:6px;background:linear-gradient(180deg,#75a8ff,#1677ff)}.bar-col span{font-size:11px;color:var(--muted);white-space:nowrap}.list{list-style:none;padding:0;margin:0}.list.compact li{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dashed #edf1f6;font-size:13px}.list.compact li:last-child{border-bottom:none}.table{width:100%;border-collapse:collapse;font-size:13px}.table th{text-align:left;background:#f8fafd;color:#64748b;padding:10px 12px}.table td{border-top:1px solid #edf1f6;padding:10px 12px;color:#334155}.row-active td{background:#eff6ff}.filters-row{display:flex;gap:10px;align-items:center;margin-bottom:16px}.filters-row input:not([type=checkbox]):not([type=radio]),.filters-row select,.search-input,input:not([type=checkbox]):not([type=radio]),select{height:36px;border:1px solid #dbe3ee;border-radius:6px;padding:0 10px;background:#fff}input[type=checkbox],input[type=radio]{width:14px;height:14px;padding:0;margin:0 6px 0 0;vertical-align:middle}.table-toolbar{margin-bottom:12px;display:flex;justify-content:space-between;gap:10px;align-items:center}.btn-group{display:flex;gap:8px;align-items:center}.btn{height:34px;border:1px solid #dbe3ee;border-radius:6px;background:#fff;padding:0 12px;cursor:pointer}.btn:focus-visible,.tab-btn:focus-visible,.ws-btn:focus-visible,.menu-link:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #1d4ed8;outline-offset:2px}.btn.primary{border-color:var(--primary);background:var(--primary);color:#fff;font-weight:600}.btn.tiny{height:28px;padding:0 8px;font-size:12px}.btn.danger{color:#b42318;border-color:#f3c9c5;background:#fff5f5}.tab-row{margin-bottom:12px;display:flex;gap:10px}.tab-btn{border:none;border-radius:999px;background:var(--soft);color:#475569;padding:7px 12px;cursor:pointer}.tab-btn.active{background:var(--primary);color:#fff}.sop-workbench-layout{display:grid;grid-template-columns:minmax(300px,336px) minmax(0,1fr);gap:12px}.sop-workbench-layout.collapsed{grid-template-columns:minmax(0,1fr)}.sop-scenario-pane{min-height:640px}.sop-scenario-pane.collapsed{display:none}.sop-workbench-editor{display:flex;flex-direction:column;gap:12px}.nl-workflow-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;flex-wrap:wrap}.nl-workflow-textarea{width:100%;min-height:92px;border:1px solid #dbe3ee;border-radius:8px;padding:10px 12px;resize:vertical;margin-bottom:8px;line-height:1.5;font-size:13px}.nl-workflow-modal{width:min(680px,calc(100vw - 40px));max-height:calc(100vh - 80px);overflow:auto}.sop-side-stats{display:flex;gap:6px;flex-wrap:wrap}.sop-scenario-list{margin-top:10px;display:flex;flex-direction:column;gap:8px;max-height:420px;overflow:auto;padding-right:4px}.sop-scenario-card{border:1px solid #e2e8f0;border-radius:8px;padding:8px;background:#fff}.sop-scenario-card.active{border-color:#bfdbfe;background:#eff6ff}.sop-scenario-select{width:100%;border:none;background:transparent;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;padding:0}.sop-status-tag{display:inline-flex;align-items:center;border-radius:999px;border:1px solid transparent;font-size:11px;padding:0 8px;height:22px}.sop-status-tag.published{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.sop-status-tag.draft{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.sop-status-tag.offline{background:#f8fafc;border-color:#e2e8f0;color:#475569}.sop-scenario-kpis{display:flex;gap:10px;margin:6px 0;font-size:12px;color:#334155}.sop-instance-list{border:1px solid #e2e8f0;border-radius:8px;max-height:180px;overflow:auto;padding:8px}.sop-instance-row{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:8px;font-size:12px;padding:6px 0;border-bottom:1px dashed #e2e8f0}.sop-instance-row:last-child{border-bottom:none}.editor-layout{display:flex;gap:12px;min-height:640px}.engine-layout{align-items:stretch}.editor-canvas{min-height:640px;position:relative;overflow:auto;flex:1;min-width:0}.flow-rail{width:56px;min-width:56px;padding:10px 8px;display:flex;flex-direction:column;align-items:center;gap:8px}.rail-btn{width:36px;height:36px;border:1px solid #dbe3ee;border-radius:8px;background:#fff;color:#334155;font-size:12px;font-weight:700;cursor:pointer}.rail-btn.active{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.rail-btn:disabled{opacity:.55;cursor:not-allowed}.flow-drawer{width:280px;min-width:280px;max-height:760px;overflow:auto}.config-panel.flow-drawer{width:340px;min-width:340px}.config-drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.config-tabs{margin-bottom:10px}.modal-backdrop{position:fixed;inset:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;z-index:40;padding:20px}.flow-toolbar{margin-bottom:12px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap}.flow-toolbar-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.flow-state-pill{height:24px;border-radius:999px;display:inline-flex;align-items:center;padding:0 10px;font-size:12px;border:1px solid transparent}.flow-state-pill.saved{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.flow-state-pill.dirty{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.flow-palette{min-height:640px}.node-template-list{display:grid;gap:8px;margin-top:10px}.node-template{border:1px solid #dbe3ee;border-radius:8px;background:#fff;padding:10px;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:4px}.node-template strong{font-size:13px}.node-template span{font-size:12px;color:#64748b}.flow-canvas-wrap{position:relative;min-width:1200px;min-height:720px;overflow:auto;border:1px dashed #dbe3ee;border-radius:8px;background:linear-gradient(180deg,#fafcff,#f8fbff)}.flow-canvas-stage{position:relative;background-image:radial-gradient(circle,rgba(148,163,184,.2) 1px,transparent 1px);background-size:20px 20px}.canvas-hint{margin-bottom:8px;font-size:12px;color:#64748b}.flow-svg{position:absolute;left:0;top:0;pointer-events:auto;z-index:1}.flow-edge{stroke:#94a3b8;stroke-width:2;cursor:pointer;pointer-events:stroke}.flow-edge.selected{stroke:#2563eb;stroke-width:2.5}.flow-edge.draft{stroke-dasharray:6 4}.flow-arrow-head{fill:currentColor;color:#94a3b8}.flow-edge.selected+.flow-edge-label,.flow-edge.selected{color:#2563eb}.flow-edge-label{fill:#64748b;font-size:12px;cursor:pointer;pointer-events:auto}.sop-node{position:absolute;width:170px;min-height:84px;border:1px solid #dbe3ee;border-radius:8px;background:#fff;padding:10px;z-index:2;-webkit-user-select:none;user-select:none;cursor:grab}.sop-node:active{cursor:grabbing}.sop-node.selected{border-color:var(--primary);box-shadow:0 0 0 2px #0f52d626}.sop-node.start{border-color:#f5d98e;background:#fff7db}.sop-node-title{font-size:12px;font-weight:700;margin-bottom:4px;padding:0 16px}.sop-node-desc{font-size:12px;color:#475569;padding:0 16px}.node-handle{width:10px;height:10px;border-radius:999px;border:1px solid #2563eb;background:#dbeafe;position:absolute;top:50%;transform:translateY(-50%)}.node-handle.in{left:-6px}.node-handle.out{right:-6px;cursor:crosshair;background:#bfdbfe}.config-panel{min-height:640px}.flow-actions{margin-bottom:12px;flex-wrap:wrap}.field-card{margin-bottom:10px}.field-card label{font-size:12px;color:#64748b;display:block;margin-bottom:6px}.field-card input{width:100%}.chat-page-wrap{min-height:calc(100vh - 56px);padding:0}.chat-workspace{display:grid;grid-template-columns:180px 260px 1fr 300px;min-height:calc(100vh - 56px)}.chat-column{border-right:1px solid var(--border);padding:12px;background:#fff;min-height:calc(100vh - 56px)}.chat-column:last-child{border-right:none}.account-col{background:#eef2f8}.account-col h4,.profile-col h4{margin-bottom:8px}.pill{display:inline-flex;align-items:center;height:28px;border-radius:999px;padding:0 10px;font-size:12px;background:#e9eef5;color:#4b5563}.pill.active{background:#e8f2ff;color:var(--primary)}.menu-item-mini{width:100%;display:flex;justify-content:space-between;align-items:center;border:1px solid transparent;background:transparent;border-radius:6px;padding:6px 8px;font-size:12px;color:#334155;cursor:pointer}.menu-item-mini.active{background:#e8f2ff;border-color:#b6d4ff;color:#0b3ea8}.badge-count{min-width:20px;height:20px;border-radius:999px;background:#dbeafe;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-size:11px}.conv-item{width:100%;border:1px solid #e4eaf3;border-radius:8px;background:#fff;text-align:left;padding:10px;margin-top:8px;cursor:pointer}.conv-item.active{border-color:#b6d4ff;background:#eff6ff}.conv-item p{margin-top:4px;font-size:12px;color:#475569}.conv-badges{margin-top:6px;display:flex;gap:6px}.mini-badge{height:20px;min-width:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;font-size:11px;border:1px solid transparent}.mini-badge.unread{background:#fff1f2;border-color:#fecdd3;color:#b91c1c}.mini-badge.warn{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.convo-list{min-height:700px;max-height:calc(100vh - 130px);overflow:auto;padding-right:4px}.row-between{display:flex;justify-content:space-between;font-size:12px}.chat-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;min-height:34px}.status-banner-slot{min-height:44px;margin-bottom:6px}.messages-pane{background:#f8fafd;border-radius:8px;border:1px solid #e4eaf3;padding:10px;min-height:520px;max-height:520px;overflow:auto}.msg-row{display:flex;margin-bottom:8px}.msg-row.out{justify-content:flex-end}.bubble{max-width:76%;border-radius:8px;padding:8px 10px;font-size:12px}.bubble.in{background:#fff;border:1px solid #e4eaf3}.bubble.out{background:var(--primary);color:#fff}.bubble.image{padding:4px;background:#fff;border:1px solid #e4eaf3}.bubble.image img{display:block;max-width:min(300px,60vw);max-height:360px;border-radius:6px;object-fit:cover}.group-detail-grid{display:grid;gap:10px}.group-kv{display:grid;gap:4px;padding:8px 10px;border:1px solid #e4eaf3;border-radius:8px;background:#fff;font-size:12px}.group-kv strong{font-size:12px;color:#475569}.group-members{display:flex;flex-wrap:wrap;gap:6px}.composer{display:flex;gap:8px;margin-top:8px}.composer input{flex:1;height:40px}.panel.slim{padding:12px;margin-bottom:10px}.kv{margin-top:6px;font-size:12px;color:#334155}.assistant-source{font-size:12px;color:#1e40af;margin-bottom:6px}.success-banner{margin-bottom:0;padding:8px 12px;border:1px solid #bce8ca;background:#f0fdf4;border-radius:6px;color:#0f6d35;font-size:13px}.settings-form{max-width:900px}.form-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.form-row label{min-width:160px;color:#475569;font-size:13px}.form-row input:not([type=checkbox]):not([type=radio]){width:180px}.form-row.two,.form-row.three{align-items:flex-start}.form-row.two>div,.form-row.three>div{display:flex;flex-direction:column;gap:6px}.form-row.two>div input:not([type=checkbox]):not([type=radio]),.form-row.three>div input:not([type=checkbox]):not([type=radio]){width:160px}.form-row.checkbox-row label{min-width:0}.success-msg{color:#12a150;font-size:13px}.error-banner{margin-bottom:0;padding:8px 12px;border:1px solid #ffd2d2;background:#fff2f2;border-radius:6px;color:#a20d0d}.todo-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.form-grid{margin-bottom:12px}.field-grid{display:grid;gap:10px}.field-grid label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#475569}.field-grid.two-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid.three-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.field-grid.four-cols{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:10px}.field-grid.five-cols{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:10px}.align-end{align-self:end}.role-select{height:30px;border:1px solid #dbe3ee;border-radius:6px;padding:0 8px;background:#fff;font-size:12px}.node-btn{width:100%;margin-bottom:8px;justify-content:flex-start}.sop-edge-list{border:1px solid #e2e8f0;border-radius:8px;max-height:180px;overflow:auto;padding:8px}.sop-edge-item{width:100%;border:1px solid transparent;border-radius:6px;background:#fff;cursor:pointer;padding:8px;text-align:left;display:flex;justify-content:space-between;margin-bottom:6px}.sop-edge-item.active{border-color:#bfdbfe;background:#eff6ff}.flow-check-list{margin:0 0 12px;padding-left:18px}.flow-check-list li{font-size:12px;margin-bottom:6px}.flow-check-list li.error{color:#b91c1c}.flow-check-list li.ok{color:#15803d}.kv-edit{margin-bottom:8px}.kv-edit label{display:block;font-size:12px;color:#64748b;margin-bottom:4px}.kv-edit input{width:100%}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1200px){.app-body{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--border)}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.two-col,.chat-workspace{grid-template-columns:1fr}.engine-layout{flex-direction:column}.flow-rail{width:100%;min-width:0;flex-direction:row;justify-content:flex-start}.flow-drawer,.config-panel.flow-drawer{width:100%;min-width:0;max-height:none}.sop-workbench-layout,.todo-columns{grid-template-columns:1fr}.chat-column{border-right:none;border-bottom:1px solid var(--border)}.field-grid.two-cols,.field-grid.three-cols,.field-grid.four-cols,.field-grid.five-cols{grid-template-columns:1fr}}
