:root{--bg-base: #f0f2f5;--bg-surface: #ffffff;--bg-surface-2: #f7f8fa;--sidebar-from: #1a2236;--sidebar-to: #243047;--accent: #3b6cf7;--accent-hover: #2f5de0;--accent-light: #eef2fe;--text-primary: #1a2236;--text-secondary: #6b7898;--text-muted: #9ca6be;--border: #e4e8f0;--border-strong: #cdd3e2;--shadow-sm: 0 1px 4px rgba(26, 34, 54, .06);--shadow-md: 0 4px 20px rgba(26, 34, 54, .08);--shadow-lg: 0 8px 40px rgba(26, 34, 54, .12);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;color:var(--text-primary);background:var(--bg-base);font-family:Segoe UI,PingFang SC,Inter,sans-serif;font-size:14px;line-height:1.6}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}.app-shell{display:flex;flex-direction:column;min-height:100vh}.topbar{position:sticky;top:0;z-index:20;padding:22px 28px 14px;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:16px}.brand{padding:0;margin:0;border-bottom:none}.brand-with-guide{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.brand-eyebrow{margin-bottom:4px;color:var(--text-muted);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.brand h1{margin:0;font-size:28px;font-weight:700;color:var(--text-primary);letter-spacing:.01em}.brand-guide{max-width:520px;margin:0;color:var(--text-secondary);font-size:13px;line-height:1.7;text-align:right}.topbar-nav{display:flex;flex-wrap:wrap;gap:14px 24px;align-items:flex-start}.nav-section{display:flex;gap:10px}.nav-section-horizontal{align-items:center;flex-wrap:wrap}.nav-section+.nav-section{margin-top:0}.nav-section-title{padding:0;font-size:12px;font-weight:700;color:var(--text-muted);letter-spacing:.04em;white-space:nowrap}.nav-tab-row{display:flex;flex-wrap:wrap;gap:8px}.nav{width:auto;text-align:center;background:transparent;color:var(--text-secondary);border:1px solid transparent;border-radius:999px;padding:9px 14px;cursor:pointer;font-size:13px;font-weight:500;box-shadow:none;transition:background .15s,color .15s,border-color .15s}.nav:hover{background:var(--bg-surface-2);color:var(--text-primary);box-shadow:none}.nav.active{background:var(--accent-light);color:var(--accent);border-color:#3b6cf72e}.content{padding:24px 32px 32px;background:var(--bg-base);overflow:auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-header-stacked{align-items:stretch;gap:18px}.page-heading{display:grid;gap:8px}.page-header h2{margin:0;font-size:20px;font-weight:700;color:var(--text-primary);letter-spacing:.01em}.page-step{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;padding:4px 10px;background:#eef3ff;color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.page-description{max-width:760px;margin:0;color:var(--text-secondary);font-size:13px;line-height:1.8}.page-hint-card{min-width:260px;max-width:320px;padding:14px 16px;border:1px solid rgba(59,108,247,.14);border-radius:16px;background:linear-gradient(180deg,#fff,#f5f8ff);box-shadow:var(--shadow-sm)}.page-hint-title{margin-bottom:6px;color:var(--text-muted);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.page-hint-text{color:var(--text-primary);font-size:13px;line-height:1.7}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px 24px;box-shadow:var(--shadow-sm)}.card h2{margin:0 0 16px;font-size:15px;font-weight:600;color:var(--text-primary)}.summary-card{min-height:110px;padding:20px}.summary-card .muted{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.summary-value{margin-top:10px;font-size:34px;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.accounts-layout{display:grid;grid-template-columns:1fr;gap:20px;align-items:start}.form-grid{display:grid;grid-template-columns:1fr;gap:14px}.form-grid label{display:flex;flex-direction:column;font-size:12px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}input,select{width:100%;border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:9px 12px;margin-top:5px;background:var(--bg-surface);color:var(--text-primary);font-size:13.5px;transition:border-color .15s,box-shadow .15s;outline:none}input:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #3b6cf71f}input:disabled{background:var(--bg-surface-2);color:var(--text-muted);cursor:not-allowed}.full-width,.full-span{grid-column:1 / -1}.stack{display:grid;gap:12px}.checkbox{display:flex;flex-direction:row;align-items:center;gap:8px;text-transform:none;letter-spacing:0;font-size:13px;font-weight:500;color:var(--text-secondary);cursor:pointer}.checkbox input{width:15px;height:15px;margin:0;accent-color:var(--accent);cursor:pointer}.checkbox-row{display:flex;flex-direction:row;gap:20px;flex-wrap:wrap;align-items:center}.action-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.button-help-overlay{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2100}.button-help-bubble{position:fixed;transform:translate(-50%,calc(-100% - 6px));max-width:min(320px,calc(100vw - 32px));padding:8px 12px;border-radius:10px;background:#0f172af0;color:#fff;font-size:12px;line-height:1.45;box-shadow:0 10px 24px #0f172a3d;white-space:normal;text-align:left;animation:button-help-fade-in .14s ease-out}.button-help-bubble:after{content:"";position:absolute;left:50%;bottom:-6px;width:10px;height:10px;background:#0f172af0;transform:translate(-50%) rotate(45deg)}@keyframes button-help-fade-in{0%{opacity:0;transform:translate(-50%,calc(-100% - 2px))}to{opacity:1;transform:translate(-50%,calc(-100% - 6px))}}button{cursor:pointer;border:none;border-radius:var(--radius-sm);padding:10px 18px;background:var(--accent);color:#fff;font-weight:600;font-size:13.5px;transition:background .15s,box-shadow .15s}button:hover{background:var(--accent-hover);box-shadow:0 2px 8px #3b6cf74d}button.ghost{background:transparent;color:var(--text-secondary);border:1px solid var(--border-strong)}button.ghost:hover{background:var(--bg-surface-2);box-shadow:none}.account-list-card{overflow:hidden;padding:0}.account-list-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid var(--border)}.account-list-header h2{margin:0;font-size:15px;font-weight:600}.account-table-wrap{overflow-x:auto;border-bottom:1px solid var(--border)}.account-table-wrap::-webkit-scrollbar{height:6px}.account-table-wrap::-webkit-scrollbar-track{background:transparent}.account-table-wrap::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:99px}.account-table-wrap::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.account-table{width:100%;min-width:1100px;border-collapse:collapse;font-size:13px}.account-table thead th{background:var(--bg-surface-2);color:var(--text-muted);font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.07em;padding:11px 16px;border-bottom:1px solid var(--border);white-space:nowrap;text-align:left}.account-table th:last-child,.account-table td:last-child{position:sticky;right:0;z-index:2;background:var(--bg-surface);box-shadow:-6px 0 12px #0000000a}.account-table th:last-child{background:var(--bg-surface-2);z-index:4}.account-table tbody td{padding:13px 16px;border-bottom:1px solid var(--border);vertical-align:middle;color:var(--text-primary);min-width:0}.account-table tbody tr.account-tr:last-child td{border-bottom:none}.account-table tbody tr.account-tr:hover td{background:#f5f7ff}.account-table tbody tr.folder-row td{padding:6px 16px 12px;border-bottom:1px solid var(--border);background:var(--bg-surface-2)}.account-progress-cell{min-width:0;width:300px}.account-progress-block{min-width:0}.account-progress-title{margin-bottom:4px}.account-progress-track{height:8px;background:#e9edf5;border-radius:999px;overflow:hidden}.account-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#22c55e)}.account-progress-line{font-size:12px;margin-top:6px;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.account-progress-actions{margin-top:8px;gap:8px}.account-actions-cell{width:360px}.account-actions-row{flex-wrap:nowrap;justify-content:flex-start;gap:6px;white-space:nowrap}.account-actions-row .btn-sm{padding-left:10px;padding-right:10px;flex-shrink:0}.empty-tip{text-align:center;padding:56px 0;color:var(--text-muted);font-size:13px}.muted{color:var(--text-secondary)}.status-badge{display:inline-block;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600;letter-spacing:.03em}.status-active{background:#e6f4ea;color:#1a7a45}.status-inactive{background:#f0f0f5;color:#888}.status-error{background:#fde8e8;color:#c0392b}.status-pending{background:#fef6e0;color:#b07a10}.job-cell{font-size:12px}.job-item{display:flex;gap:5px;align-items:center;margin-bottom:4px;color:var(--text-secondary)}.job-type{background:var(--accent-light);color:var(--accent);border-radius:4px;padding:1px 6px;font-size:11px;font-weight:600}.job-status{border-radius:4px;padding:1px 6px;font-size:11px;font-weight:500}.job-status-completed{background:#e6f4ea;color:#1a7a45}.job-status-running{background:#fef6e0;color:#b07a10}.job-status-failed{background:#fde8e8;color:#c0392b}.job-status-pending{background:#f0f0f5;color:#888}.btn-sm{padding:5px 10px;font-size:12px;font-weight:500;border-radius:6px;border:none;cursor:pointer;white-space:nowrap;transition:background .15s,box-shadow .15s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);box-shadow:0 2px 6px #3b6cf747}.btn-outline{background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border-strong)}.btn-outline:hover{background:var(--bg-surface-2);color:var(--text-primary);box-shadow:none}.btn-primary-outline{background:var(--bg-surface);color:var(--accent);border:1px solid rgba(59,108,247,.3)}.btn-primary-outline:hover{background:var(--accent-light);border-color:var(--accent);box-shadow:0 2px 6px #3b6cf71a}.btn-danger{background:var(--bg-surface);color:#c0392b;border:1px solid #f5c6c2}.btn-danger:hover{background:#fde8e8;box-shadow:none}.tag{border-radius:999px;padding:3px 10px;background:var(--accent-light);color:var(--accent);font-size:11px;font-weight:500}.tag-row{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:10px 8px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}@media (max-width: 1100px){.accounts-layout{grid-template-columns:1fr}}@media (max-width: 960px){.summary-grid{grid-template-columns:repeat(2,1fr)}}.mail-list-section{display:flex;flex-direction:column;gap:16px}.mail-list-section .account-list-card{display:flex;flex-direction:column;height:min(72vh,calc(100vh - 260px));min-height:420px}.mail-list-section .account-table-wrap{flex:1;overflow:auto}.mail-list-section .account-table thead th{position:sticky;top:0;z-index:3;background:var(--bg-surface-2);box-shadow:inset 0 -1px 0 var(--border)}.mail-pagination-bar{position:sticky;bottom:0;z-index:2;background:var(--bg-surface);border-top:1px solid var(--border)}@media (max-height: 760px){.mail-list-section .account-list-card{height:calc(100vh - 220px);min-height:360px}}.mail-filter-bar{display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap;padding:16px 20px}.mail-filter-group{display:flex;flex-direction:column;gap:4px;min-width:160px}.account-list-header .mail-filter-group{min-width:136px}.account-list-header .mail-filter-group select,.account-list-header .mail-filter-group input{min-width:0}.mail-filter-search{flex:1;min-width:200px}.filter-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.mail-filter-bar select,.mail-filter-bar input{margin-top:0}.status-multiselect{position:relative;min-width:140px}.status-multiselect-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:6px;width:100%;min-height:32px;padding:0 10px;border:1px solid #e4e9f4;border-radius:8px;background:#f8fafc;color:var(--text-secondary);font-size:12px;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.status-multiselect-trigger:hover{border-color:#b9cdfd;background:#f0f4ff}.status-multiselect-trigger.open{border-color:var(--accent);background:#eef4ff;color:var(--accent)}.status-multiselect-arrow{width:10px;height:6px;flex-shrink:0;transition:transform .15s}.status-multiselect-trigger.open .status-multiselect-arrow{transform:rotate(180deg)}.status-multiselect-dropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:200;min-width:140px;background:#fff;border:1px solid #e4e9f4;border-radius:8px;box-shadow:0 4px 16px #0000001a;padding:4px 0}.status-multiselect-option{display:flex;align-items:center;gap:8px;padding:7px 14px;font-size:13px;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.status-multiselect-option:hover{background:#f0f4ff}.status-multiselect-option.checked{color:var(--accent);font-weight:600}.status-multiselect-option input[type=checkbox]{width:14px;height:14px;accent-color:var(--accent);flex-shrink:0}.status-multiselect-clear{display:block;width:calc(100% - 28px);margin:4px 14px;padding:5px 0;border:none;border-top:1px solid #f0f0f0;background:none;color:#999;font-size:12px;cursor:pointer;text-align:left}.status-multiselect-clear:hover{color:var(--accent)}.mail-msg{padding:10px 16px;background:var(--accent-light);color:var(--accent);border-radius:var(--radius-sm);font-size:13px}.mail-row{cursor:pointer}.mail-subject{font-weight:500;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mail-addr{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.mail-preview-cell{position:relative;min-width:220px;max-width:300px;outline:none}.mail-preview-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text-secondary);line-height:1.55;max-height:3.1em;word-break:break-word}.mail-preview-tooltip{position:absolute;left:0;top:calc(100% + 8px);z-index:12;display:none;width:min(460px,48vw);max-height:240px;overflow:auto;padding:12px 14px;border-radius:12px;background:#0f172af5;color:#fff;box-shadow:0 12px 32px #0f172a38;white-space:pre-wrap;word-break:break-word;line-height:1.65}.mail-preview-cell:hover .mail-preview-tooltip,.mail-preview-cell:focus-within .mail-preview-tooltip,.mail-preview-cell:focus .mail-preview-tooltip{display:block}.attach-icon{font-size:14px}.direction-badge{display:inline-block;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600}.direction-inbound{background:#e8f0fe;color:#2c5cc5}.direction-outbound{background:#fef3e2;color:#b06d10}.mail-stats-cell{white-space:nowrap}.mail-pagination-shell{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px 18px;border-top:1px solid var(--border);background:linear-gradient(180deg,#fff,#fbfcff)}.mail-pagination-meta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;min-width:0}.mail-page-size-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mail-page-size-options{display:inline-flex;align-items:center;gap:6px}.mail-page-size-btn{min-width:34px;height:30px;padding:0 10px;border-radius:9px;border:1px solid #e4e9f4;background:#f4f7fc;color:#7c88a5;box-shadow:none;font-size:12px;font-weight:600}.mail-page-size-btn:hover{background:#edf2fb;color:var(--text-primary);box-shadow:none}.mail-page-size-btn.active{background:#fff;color:var(--accent);border-color:#d8e2fb;box-shadow:0 2px 10px #3b6cf71f}.mail-pagination-actions{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.mail-pagination-btn{min-width:88px;height:34px;padding:0 16px;border-radius:12px;border:1px solid #e4e9f4;background:#fff;color:#7c88a5;box-shadow:0 1px 4px #1a22360a}.mail-pagination-btn:hover:not(:disabled){background:#f7f9fe;color:var(--text-primary);box-shadow:none}.mail-pagination-btn:disabled{background:#f7f8fb;color:#bcc5d8;border-color:#ebeff6;cursor:not-allowed;box-shadow:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f142873;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.modal-box{background:var(--bg-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:760px;max-height:85vh;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px 14px;border-bottom:1px solid var(--border);gap:12px}.modal-title{margin:0;font-size:16px;font-weight:600;color:var(--text-primary);line-height:1.4;flex:1}.modal-close{background:none;border:none;padding:4px 8px;font-size:16px;color:var(--text-muted);cursor:pointer;border-radius:6px;line-height:1;flex-shrink:0;box-shadow:none}.modal-close:hover{background:var(--bg-surface-2);color:var(--text-primary);box-shadow:none}.modal-meta{display:flex;flex-direction:column;gap:6px;padding:14px 24px;border-bottom:1px solid var(--border);background:var(--bg-surface-2);font-size:13px;color:var(--text-secondary)}.meta-key{font-weight:600;color:var(--text-muted)}.modal-body{flex:1;overflow-y:auto;padding:20px 24px}.mail-body-text{margin:0;font-family:Segoe UI,PingFang SC,sans-serif;font-size:13px;line-height:1.75;color:var(--text-primary);white-space:pre-wrap;word-break:break-word}.modal-footer{display:flex;gap:10px;justify-content:flex-end;padding:14px 24px;border-top:1px solid var(--border);background:var(--bg-surface);position:sticky;bottom:0;z-index:1}.kb-threshold-modal{max-width:560px}.intent-rule-modal{max-width:1120px}.field-label-with-help{position:relative;display:inline-flex;align-items:center;gap:6px;width:fit-content}.field-help{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:var(--accent-light);color:var(--accent);font-size:11px;font-weight:700;cursor:help}.field-help-bubble{position:absolute;left:0;bottom:calc(100% + 8px);z-index:8;display:none;width:max-content;max-width:320px;padding:9px 11px;border-radius:8px;background:#0f172af0;color:#fff;font-size:12px;font-weight:400;line-height:1.6;box-shadow:var(--shadow-md)}.field-label-with-help:hover .field-help-bubble,.field-help:focus+.field-help-bubble{display:block}.mapping-note{align-self:end;min-height:40px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-surface-2);color:var(--text-secondary);font-size:13px}.mapping-unit-type-panel{margin-top:6px;margin-bottom:10px}.multi-select-dropdown{position:relative;margin-top:5px}.multi-select-dropdown summary{min-height:40px;padding:9px 34px 9px 12px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--bg-surface);color:var(--text-primary);font-size:13.5px;line-height:1.5;cursor:pointer;list-style:none}.multi-select-dropdown summary::-webkit-details-marker{display:none}.multi-select-dropdown summary:after{content:"⌄";position:absolute;right:12px;top:9px;color:var(--text-muted)}.multi-select-panel{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:20;display:grid;gap:8px;max-height:240px;overflow-y:auto;padding:12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-surface);box-shadow:var(--shadow-md)}.kb-threshold-grid{display:grid;gap:12px;margin-top:16px}.kb-threshold-row,.kb-threshold-accepted{display:grid;grid-template-columns:96px 36px 1fr;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#fbfcff}.kb-threshold-row span,.kb-threshold-accepted span{color:var(--text-primary);font-weight:600}.kb-threshold-row strong,.kb-threshold-accepted strong{color:var(--text-muted);font-size:13px}.kb-threshold-row input{width:100%;height:34px;border:1px solid var(--border);border-radius:10px;padding:0 10px;font-size:13px}.kb-threshold-accepted{grid-template-columns:96px 1fr}.kb-threshold-preview{margin-top:14px;padding:12px 14px;border-radius:12px;background:#f0f5ff;color:#375795;font-size:13px;line-height:1.6}.kb-edit-textarea,.kb-edit-json{width:100%;min-height:110px;border:1px solid var(--border);border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.6;resize:vertical;font-family:Segoe UI,PingFang SC,sans-serif}.kb-edit-json{min-height:220px;font-family:Consolas,SFMono-Regular,monospace}.thread-timeline{display:flex;flex-direction:column;gap:20px;max-width:900px;margin:0 auto}.thread-mail-card{display:flex;flex-direction:column;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.active-mail-card{border-color:var(--accent);box-shadow:0 0 0 3px #3b6cf71f}.thread-mail-header{padding:12px 16px;background:var(--bg-surface-2);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.thread-mail-meta{font-size:13px;color:var(--text-secondary)}.thread-mail-body{padding:20px;font-size:14px;line-height:1.6;white-space:pre-wrap;word-break:break-all}.thread-mail-footer{padding:8px 16px;background:var(--bg-surface-2);border-top:1px solid var(--border);display:flex;gap:8px;justify-content:flex-end}.confidence-high{color:#1a7a45;font-weight:700}.confidence-medium{color:#b07a10;font-weight:700}.confidence-low{color:#c0392b;font-weight:700}.panel-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.full-span{grid-column:1 / -1}.nav.active{background:#3b6cf71f;color:var(--accent);border-color:#3b6cf73d}.cleaned-comparison{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.cleaned-comparison>div{background:var(--bg-surface);padding:16px}.cleaned-label{font-size:11px;font-weight:700;color:var(--text-muted);margin-bottom:8px;display:block}.search-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.search-hero h2{margin:0 0 8px}.search-result-list{display:flex;flex-direction:column;gap:14px}.search-result-card{display:flex;justify-content:space-between;gap:18px}.search-result-main{flex:1;min-width:0}.search-result-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.search-result-title-row h3{margin:0;font-size:16px}.search-result-summary{margin:0 0 12px;color:var(--text-secondary);line-height:1.7}.search-result-meta{display:flex;flex-wrap:wrap;gap:8px 14px;font-size:12px;color:var(--text-muted)}.search-result-actions{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.kb-core-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.kb-core-field{display:grid;gap:4px;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-surface-2);min-width:0}.kb-core-field span{color:var(--text-muted);font-size:11px;font-weight:700;letter-spacing:.05em}.kb-core-field strong{color:var(--text-primary);font-size:13px;font-weight:600;overflow-wrap:anywhere}.kb-json-details{margin-top:14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;overflow:hidden}.kb-json-details summary{padding:10px 14px;cursor:pointer;color:var(--text-secondary);font-weight:700}.kb-json-block{max-height:320px;overflow:auto;margin:0;padding:14px;border-top:1px solid var(--border);background:#fbfcff}@media (max-width: 760px){.search-hero,.search-result-card{flex-direction:column}.search-result-actions{flex-direction:row}.kb-core-field-grid{grid-template-columns:1fr}}.trigger-list-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.trigger-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.trigger-rule-list{display:grid;gap:14px}.trigger-rule-card{border:1px solid var(--border);border-radius:var(--radius-md);padding:18px 20px;background:linear-gradient(180deg,#fff,#fbfcff)}.trigger-rule-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}.trigger-rule-title-row{display:flex;align-items:center;gap:10px;margin-bottom:2px}.trigger-rule-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px}.trigger-detail-shell{padding:26px 28px}.trigger-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--border);margin-bottom:18px}.trigger-eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.trigger-helper-text{margin:6px 0 0;color:var(--text-secondary)}.trigger-config-section{border:1px solid var(--border);border-radius:var(--radius-md);padding:18px 20px;background:#fcfdff}.trigger-section-title{font-size:15px;font-weight:700;color:var(--text-primary)}.trigger-section-desc{margin-top:4px;margin-bottom:14px;color:var(--text-secondary);font-size:13px}.trigger-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.trigger-inline-editor{display:grid;grid-template-columns:minmax(0,1fr) 120px auto;gap:10px;align-items:center}.trigger-weight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.trigger-toggle-row{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:12px;align-items:center}.trigger-cap-input{max-width:180px}.trigger-sandbox-result{margin-top:12px;padding:14px 16px;border-radius:var(--radius-sm);background:var(--accent-light);color:var(--text-primary);display:grid;gap:4px}.trigger-detail-actions{display:flex;justify-content:flex-end;gap:10px}.trigger-select-shell{display:grid;gap:12px}.trigger-select-toggle{justify-self:flex-start}.trigger-selected-tags{display:flex;flex-wrap:wrap;gap:8px}.trigger-select-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 18px;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff}textarea{width:100%;border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:9px 12px;margin-top:5px;background:var(--bg-surface);color:var(--text-primary);font-size:13.5px;transition:border-color .15s,box-shadow .15s;outline:none;resize:vertical}textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #3b6cf71f}@media (max-width: 1100px){.trigger-filter-grid,.trigger-detail-grid,.trigger-weight-grid,.trigger-select-panel,.trigger-inline-editor,.trigger-toggle-row{grid-template-columns:1fr}.trigger-detail-header,.trigger-list-toolbar,.trigger-rule-card-top{flex-direction:column}}.folder-config-hint{margin-top:6px}.folder-picker-toolbar{display:flex;align-items:center;gap:12px;margin-top:10px;flex-wrap:wrap}.folder-picker-panel,.folder-chip-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.folder-picker-panel{padding:12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff}.folder-chip{border:1px solid var(--border-strong);border-radius:999px;background:#fff;color:var(--text-secondary);padding:6px 12px;font-size:12px}.folder-chip.selected{border-color:var(--accent);background:var(--accent-light);color:var(--accent)}.wecom-workbench{display:flex;flex-direction:column;gap:16px;max-width:1120px}.wecom-toolbar,.wecom-page-card{padding:0;overflow:hidden}.wecom-toolbar-main{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 24px}.wecom-toolbar-main h2,.wecom-detail-title h2{margin:0 0 6px;font-size:18px}.wecom-toolbar-main p,.wecom-detail-title p{margin:0}.wecom-toolbar-actions{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;justify-content:flex-end}.wecom-days-input,.wecom-conversation-select{display:flex;flex-direction:column;gap:4px}.wecom-days-input{width:120px}.wecom-conversation-select{min-width:280px}.wecom-days-input input,.wecom-conversation-select select{margin-top:0}.wecom-status-bar{display:flex;gap:12px;flex-wrap:wrap;padding:12px 24px;border-top:1px solid var(--border);background:linear-gradient(180deg,#fbfcff,#f5f7fb);color:var(--text-secondary);font-size:12px}.wecom-filter-pills,.source-tabs{display:flex;gap:8px;flex-wrap:wrap}.source-tabs{padding:12px}.wecom-pill,.source-tab,.wecom-tab{background:#fff;color:var(--text-secondary);border:1px solid var(--border);box-shadow:none}.wecom-pill:hover,.source-tab:hover,.wecom-tab:hover{background:var(--bg-surface-2);color:var(--text-primary);box-shadow:none}.wecom-pill.active,.source-tab.active,.wecom-tab.active{background:var(--accent-light);color:var(--accent);border-color:#3b6cf747}.wecom-list,.wecom-message-list{display:flex;flex-direction:column;gap:12px}.wecom-row-card,.wecom-message-card{width:100%;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;padding:16px 18px;box-shadow:var(--shadow-sm)}.wecom-row-button{display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;color:var(--text-primary);transition:transform .15s,border-color .15s,box-shadow .15s}.wecom-row-button:hover{transform:translateY(-1px);background:#fff;border-color:#3b6cf75c;box-shadow:var(--shadow-md)}.wecom-row-main{flex:1;min-width:0}.wecom-row-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.wecom-row-top h3,.wecom-row-main h3{margin:0;font-size:15px;line-height:1.45}.wecom-row-meta,.wecom-message-meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--text-secondary);font-size:12px}.wecom-row-arrow{color:var(--accent);font-size:12px;font-weight:700}.wecom-detail-header{display:flex;align-items:flex-start;gap:18px;padding:20px 24px;border-bottom:1px solid var(--border)}.wecom-detail-title{flex:1;min-width:0}.wecom-detail-title .tag-row{margin-bottom:10px}.wecom-tabs{display:flex;gap:8px;padding:14px 18px;border-bottom:1px solid var(--border);background:var(--bg-surface-2)}.wecom-page-card>.wecom-list,.wecom-page-card>.wecom-message-list{padding:18px}.wecom-message-card{display:grid;gap:10px}.wecom-message-text{margin:0;white-space:pre-wrap;word-break:break-word;line-height:1.75}.wecom-inline-attachments{display:flex;flex-direction:column;gap:8px;padding-top:10px;border-top:1px dashed var(--border)}.wecom-attachment-chip{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:8px 10px;border-radius:var(--radius-sm);background:var(--bg-surface-2);font-size:12px}.wecom-image-preview{display:inline-flex;flex-direction:column;gap:8px;max-width:min(420px,100%);margin:0;padding:10px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-surface-2)}.wecom-image-preview img{display:block;width:auto;max-width:100%;max-height:360px;object-fit:contain;border-radius:var(--radius-sm);background:#fff}.wecom-voice-card{display:grid;gap:8px;max-width:min(620px,100%);padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-surface-2)}.wecom-voice-card p{margin:0;color:var(--text-primary);line-height:1.7;white-space:pre-wrap;word-break:break-word}.wecom-voice-card audio{width:min(420px,100%)}.wecom-cleaned-block{display:grid;gap:8px}.wecom-cleaned-block p,.wecom-trigger-card p,.wecom-segment-grid p{margin:0}.wecom-trigger-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.wecom-trigger-card{display:grid;gap:8px;padding:12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fbfcff}.wecom-trigger-title{font-weight:700}.wecom-segment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:12px 0}.wecom-segment-grid>div{padding:12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-surface-2)}@media (max-width: 760px){.topbar{padding:18px 14px 12px}.brand-with-guide,.page-header-stacked{flex-direction:column;align-items:flex-start}.brand-guide{max-width:none;text-align:left}.topbar-nav{gap:12px}.nav-section-horizontal{align-items:flex-start;flex-direction:column}.brand h1{font-size:22px}.content{padding:20px 14px}.page-hint-card{min-width:0;max-width:none;width:100%}.wecom-toolbar-main,.wecom-detail-header,.wecom-row-button{flex-direction:column;align-items:stretch}.wecom-toolbar-actions{justify-content:flex-start}.wecom-days-input,.wecom-conversation-select{width:100%;min-width:0}.wecom-trigger-grid,.wecom-segment-grid{grid-template-columns:1fr}}.custom-tooltip-container{position:relative;cursor:default;display:inline-block;z-index:1}.custom-tooltip-container:hover{z-index:1200}.custom-tooltip-content{visibility:hidden;opacity:0;position:absolute;z-index:1201;background:#fff;border:1px solid var(--border-strong);box-shadow:0 10px 30px #00000026,0 4px 8px #0000000d;padding:18px;border-radius:14px;left:50%;transform:translate(-50%);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;pointer-events:auto;font-weight:400;color:var(--text-primary);line-height:1.6;max-height:85vh;overflow-y:auto;scrollbar-width:thin}.account-tr .custom-tooltip-content{bottom:125%;top:auto}.account-tr:nth-child(-n+6) .custom-tooltip-content{top:125%;bottom:auto}.account-tr:nth-child(-n+6):nth-last-child(-n+2) .custom-tooltip-content{bottom:125%;top:auto}.account-tr:nth-last-child(-n+4) .custom-tooltip-content{bottom:125%;top:auto}.custom-tooltip-content:before{content:"";position:absolute;top:-30px;bottom:-30px;left:-20%;right:-20%;background:transparent;z-index:-1}.custom-tooltip-container:hover .custom-tooltip-content{visibility:visible;opacity:1;transform:translate(-50%) translateY(0)}.custom-tooltip-score{width:max-content;min-width:180px}.custom-tooltip-preview{position:fixed;top:50%!important;left:50%!important;bottom:auto!important;width:min(920px,78vw);min-height:280px;max-height:66vh;padding:22px 24px;transform:translate(-50%,calc(-50% - 8px))}.custom-tooltip-preview:before{content:"切片内容预览";display:block;position:sticky;top:-22px;height:auto;margin:-22px -24px 16px;padding:12px 24px;border-bottom:1px solid var(--border);background:#fff;color:var(--text-secondary);font-size:12px;font-weight:700;z-index:1}.custom-tooltip-container:hover .custom-tooltip-preview{transform:translate(-50%,-50%)}.custom-tooltip-score{max-height:min(420px,70vh)}.mail-preview-cell{position:relative;cursor:default;outline:none;z-index:1}.mail-preview-cell:hover{z-index:1100}.mail-preview-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.55;max-height:3.1em;font-size:13px;color:var(--text-secondary)}.mail-preview-tooltip{visibility:hidden;opacity:0;position:absolute;z-index:1101;background:#fff;border:1px solid var(--border-strong);box-shadow:var(--shadow-lg);padding:16px;border-radius:12px;bottom:100%;left:0;margin-bottom:10px;width:540px;max-width:85vw;max-height:320px;overflow-y:auto;transition:opacity .15s ease,visibility .15s ease,transform .15s ease;transform:translateY(-6px);pointer-events:auto;white-space:pre-wrap;word-break:break-word;font-size:13px;line-height:1.7;color:var(--text-primary);font-weight:400}.mail-preview-tooltip:before{content:"";position:absolute;bottom:-14px;left:0;right:0;height:14px;background:transparent}.mail-preview-cell:hover .mail-preview-tooltip,.mail-preview-cell:focus .mail-preview-tooltip{visibility:visible;opacity:1;transform:translateY(0)}.mail-preview-cell .mail-preview-tooltip{position:fixed;z-index:3000;top:22vh;left:50%;bottom:auto;width:min(860px,76vw);min-height:260px;max-height:62vh;margin:0;padding:20px 22px;overflow-y:auto;transform:translate(-50%,-8px);font-size:14px;line-height:1.8}.mail-preview-cell .mail-preview-tooltip:before{content:"邮件内容预览";display:block;position:sticky;top:-20px;height:auto;margin:-20px -22px 14px;padding:12px 22px;border-bottom:1px solid var(--border);background:#fff;color:var(--text-secondary);font-size:12px;font-weight:700}.mail-preview-cell:hover .mail-preview-tooltip,.mail-preview-cell:focus .mail-preview-tooltip,.mail-preview-cell:focus-within .mail-preview-tooltip{visibility:visible;opacity:1;transform:translate(-50%)}
