/* ───── Phase 9 — /admin/contacts/merge (Contact Intelligence) ───────────────
   Pantalla de unificación omnichannel de contactos. Brand kit konecia v2.1 —
   solo tokens --kc-*; los color signatures de canal aparecen en chips/dots,
   nunca como accent global. Patrones de HubSpot/Bird incorporados:
   - Skeleton rows mientras carga (no spinner global).
   - Confidence bar con fill animation al cargar.
   - "Why this match?" expandible factor-por-factor.
   - Side-by-side drawer 980px sobre overlay con grain pattern. */

.page-sub { margin: 4px 0 0; color: var(--kc-fg-muted, #6A7672); font-size: 13px; max-width: 720px; line-height: 1.55; }
.kc-eyebrow {
  font-family: var(--kc-font-mono, ui-monospace, monospace);
  font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--kc-fg-muted, #6A7672); font-weight: 500;
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 6px;
}
.kc-eyebrow-dot {
  display: inline-block; width: 5px; height: 5px; border-radius: 50%;
  background: var(--kc-color-emerald, #10B981);
  animation: kcDot 2.4s ease-in-out infinite;
}
@keyframes kcDot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.6;transform:scale(0.85)} }

.nav-link.nav-sub { padding-left: 36px; font-size: 13px; opacity: 0.92; }
.nav-link.nav-sub i { font-size: 13px; }

/* KPI grid */
.cm-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 18px 0 22px; }
.cm-kpi {
  background: #fff; border: 1px solid var(--kc-color-border, #e5e1d6);
  border-radius: 10px; padding: 18px 20px; position: relative; overflow: hidden;
}
.cm-kpi::before { content: ""; position: absolute; inset: 0; pointer-events: none; }
.cm-kpi.is-warn::before { background: radial-gradient(300px 150px at 100% 0%, rgba(245,158,11,0.10), transparent 60%); }
.cm-kpi.is-ok::before { background: radial-gradient(300px 150px at 100% 0%, rgba(16,185,129,0.10), transparent 60%); }
.cm-kpi > * { position: relative; z-index: 1; }
.cm-kpi-label {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--kc-font-mono, ui-monospace, monospace);
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--kc-fg-muted, #6A7672); font-weight: 600; margin-bottom: 8px;
}
.cm-kpi-label i { font-size: 11px; }
.cm-kpi.is-warn .cm-kpi-label i { color: var(--kc-color-warning, #F59E0B); }
.cm-kpi.is-ok .cm-kpi-label i { color: var(--kc-color-emerald, #10B981); }
.cm-kpi-value { font-size: 32px; font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.cm-kpi-trend {
  margin-top: 8px;
  font-family: var(--kc-font-mono, ui-monospace, monospace);
  font-size: 10.5px; color: var(--kc-fg-muted, #6A7672);
}

/* Toolbar */
.cm-toolbar {
  display: flex; align-items: center; gap: 10px; padding: 12px;
  background: #fff; border: 1px solid var(--kc-color-border, #e5e1d6);
  border-radius: 10px; margin-bottom: 14px; flex-wrap: wrap;
}
.cm-toolbar-grp { display: flex; align-items: center; gap: 8px; }
.cm-toolbar-label {
  font-family: var(--kc-font-mono, ui-monospace, monospace);
  font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--kc-fg-muted, #6A7672); font-weight: 500;
}
.cm-toolbar-sep { width: 1px; height: 24px; background: var(--kc-color-border, #e5e1d6); }
.cm-select {
  padding: 6px 10px; border: 1px solid var(--kc-color-border, #e5e1d6);
  border-radius: 6px; font-family: inherit; font-size: 12.5px;
  background: #fff; color: var(--kc-color-ink, #1A211F); cursor: pointer;
}
.cm-select:focus { outline: 0; border-color: var(--kc-color-emerald, #10B981); box-shadow: 0 0 0 3px rgba(16,185,129,0.12); }

/* Bulk banner */
.cm-bulk-banner {
  display: flex; align-items: center; gap: 14px;
  background: #ECFDF5; border: 1px solid rgba(16,185,129,0.28);
  border-radius: 10px; padding: 12px 16px; margin-bottom: 14px;
}
.cm-bulk-banner > i { color: var(--kc-color-emerald, #10B981); font-size: 14px; }
.cm-bulk-txt { flex: 1; font-size: 13px; line-height: 1.4; }
.cm-bulk-txt strong { color: #047857; font-weight: 600; }
.cm-bulk-txt .muted { color: var(--kc-fg-muted, #6A7672); margin-left: 6px; }

/* Skeleton loading rows (no spinner global) */
.cm-skeleton { background: #fff; border: 1px solid var(--kc-color-border, #e5e1d6); border-radius: 10px; overflow: hidden; }
.cm-sk-row {
  display: grid; grid-template-columns: 1fr 200px 150px 150px 130px; gap: 14px;
  padding: 14px 18px; border-bottom: 1px solid var(--kc-color-border, #e5e1d6); align-items: center;
}
.cm-sk-row:last-child { border-bottom: 0; }
.cm-sk-pair, .cm-sk-cell, .cm-sk-actions {
  background: linear-gradient(90deg, #f0ece4 0%, #f8f6f1 50%, #f0ece4 100%);
  background-size: 200% 100%; animation: skShimmer 1.5s ease-in-out infinite;
  border-radius: 6px; height: 24px;
}
.cm-sk-pair { height: 38px; }
@keyframes skShimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }

/* Empty state */
.cm-empty {
  background: #fff; border: 1px dashed var(--kc-color-border-2, #d8d3c8); border-radius: 10px;
  padding: 56px 24px; text-align: center;
}
.cm-empty-icon {
  width: 64px; height: 64px; border-radius: 16px;
  background: rgba(16,185,129,0.10); color: var(--kc-color-emerald, #10B981);
  display: inline-flex; align-items: center; justify-content: center; font-size: 28px;
  margin-bottom: 16px;
}
.cm-empty h3 { margin: 0 0 6px; font-size: 17px; font-weight: 600; letter-spacing: -0.015em; }
.cm-empty p { margin: 0 auto 18px; color: var(--kc-fg-muted, #6A7672); font-size: 13.5px; max-width: 420px; line-height: 1.5; }

/* Suggestions grid */
.cm-suggestions { background: #fff; border: 1px solid var(--kc-color-border, #e5e1d6); border-radius: 10px; overflow: hidden; }
.cm-sug-head {
  display: grid; grid-template-columns: 1fr 200px 150px 150px 130px; gap: 14px;
  padding: 11px 18px; background: var(--kc-color-bone-2, #f8f6f1);
  border-bottom: 1px solid var(--kc-color-border, #e5e1d6);
  font-family: var(--kc-font-mono, ui-monospace, monospace);
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--kc-fg-muted, #6A7672); font-weight: 600;
}
.cm-sug-row {
  display: grid; grid-template-columns: 1fr 200px 150px 150px 130px; gap: 14px;
  padding: 14px 18px; border-bottom: 1px solid var(--kc-color-border, #e5e1d6); align-items: center;
  transition: background 0.12s ease;
}
.cm-sug-row:hover { background: var(--kc-color-bone-2, #f8f6f1); }
.cm-sug-row:last-child { border-bottom: 0; }

.cm-pair { display: flex; align-items: center; gap: 10px; }
.cm-pair-avatar {
  width: 36px; height: 36px; border-radius: 50%; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 13px; flex-shrink: 0; position: relative;
}
.cm-mini-ch { position: absolute; bottom: -2px; right: -2px; width: 14px; height: 14px; border-radius: 50%; border: 2px solid #fff; }
.cm-pair-arrow {
  color: var(--kc-color-emerald, #10B981); font-size: 14px; margin: 0 -2px;
  animation: cmArrow 1.8s ease-in-out infinite;
}
@keyframes cmArrow { 0%,100%{transform:translateX(0)} 50%{transform:translateX(3px)} }
.cm-pair-info { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
.cm-pair-names { font-size: 13.5px; font-weight: 500; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.cm-pair-names .cm-vs { color: var(--kc-fg-muted, #6A7672); font-family: var(--kc-font-mono, ui-monospace, monospace); font-size: 11px; }
.cm-pair-channels { display: flex; gap: 4px; margin-top: 4px; flex-wrap: wrap; }

.cm-ch-chip {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--kc-font-mono, ui-monospace, monospace);
  font-size: 10px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 2px 7px; border-radius: 4px;
}
.cm-ch-chip i { font-size: 9px; }
.cm-ch-chip.wa { color: #147A41; background: rgba(37,211,102,0.12); }
.cm-ch-chip.ig { color: #A11B58; background: rgba(225,48,108,0.10); }
.cm-ch-chip.fb { color: #0066CC; background: rgba(0,132,255,0.10); }
.cm-ch-chip.tg { color: #1F7BAA; background: rgba(34,158,217,0.10); }
.cm-ch-chip.web { color: var(--kc-fg-muted, #6A7672); background: var(--kc-color-bone-2, #f8f6f1); border: 1px solid var(--kc-color-border, #e5e1d6); }
.cm-ch-chip.email { color: #6D28D9; background: rgba(167,139,250,0.12); }

.cm-match-chip {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--kc-color-bone-2, #f8f6f1);
  border: 1px solid var(--kc-color-border, #e5e1d6);
  padding: 4px 9px; border-radius: 5px;
  font-family: var(--kc-font-mono, ui-monospace, monospace);
  font-size: 11px; color: var(--kc-color-ink-2, #2A332F);
}
.cm-match-chip i { font-size: 10px; color: var(--kc-color-emerald, #10B981); }
.cm-match-chip.fuzzy i { color: var(--kc-color-warning, #F59E0B); }

.cm-conf-cell { display: flex; flex-direction: column; gap: 4px; }
.cm-conf-bar {
  height: 6px; background: var(--kc-color-bone-2, #f8f6f1);
  border: 1px solid var(--kc-color-border, #e5e1d6);
  border-radius: 3px; overflow: hidden; position: relative;
}
.cm-conf-fill { height: 100%; border-radius: 3px; width: 0; animation: cmFill 1.2s cubic-bezier(0.4,0,0.2,1) forwards; }
.cm-conf-fill.high { background: var(--kc-color-emerald, #10B981); }
.cm-conf-fill.mid { background: var(--kc-color-warning, #F59E0B); }
.cm-conf-fill.low { background: var(--kc-fg-muted, #6A7672); }
@keyframes cmFill { to { width: var(--w); } }
.cm-conf-num { font-family: var(--kc-font-mono, ui-monospace, monospace); font-size: 11px; font-weight: 600; }
.cm-conf-num.high { color: #047857; }
.cm-conf-num.mid { color: #92400E; }
.cm-conf-num.low { color: var(--kc-fg-muted, #6A7672); }

.cm-last-act { font-family: var(--kc-font-mono, ui-monospace, monospace); font-size: 11px; color: var(--kc-fg-muted, #6A7672); line-height: 1.5; }
.cm-act-tag {
  display: inline-block; width: 14px; text-align: center;
  background: var(--kc-color-bone-2, #f8f6f1);
  border: 1px solid var(--kc-color-border, #e5e1d6);
  border-radius: 3px; color: var(--kc-color-ink, #1A211F);
  font-size: 9.5px; font-weight: 700; margin-right: 4px;
}

.cm-actions-cell { display: flex; gap: 4px; justify-content: flex-end; }
.cm-row-btn {
  width: 30px; height: 30px; border-radius: 6px;
  border: 1px solid var(--kc-color-border, #e5e1d6); background: #fff;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--kc-fg-muted, #6A7672); font-size: 11.5px;
  transition: all 0.12s ease;
}
.cm-row-btn:hover:not(:disabled) { background: var(--kc-color-bone-2, #f8f6f1); color: var(--kc-color-ink, #1A211F); }
.cm-row-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.cm-row-btn.merge { background: var(--kc-color-emerald, #10B981); border-color: var(--kc-color-emerald, #10B981); color: #fff; }
.cm-row-btn.merge:hover:not(:disabled) { background: #0EA371; }
.cm-row-btn.disc:hover:not(:disabled) { color: var(--kc-color-danger, #DC2626); border-color: rgba(220,38,38,0.32); }

/* Drawer side-by-side */
.cm-drawer-overlay {
  position: fixed; inset: 0; background: rgba(11,15,14,0.36);
  z-index: 80; animation: cmFade 0.2s ease;
}
@keyframes cmFade { from{opacity:0} to{opacity:1} }
.cm-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 980px; max-width: 100vw; background: #fff;
  box-shadow: -24px 0 48px -16px rgba(11,15,14,0.18);
  z-index: 81; display: flex; flex-direction: column;
  animation: cmSlide 0.28s cubic-bezier(0.4,0,0.2,1);
}
@keyframes cmSlide { from{transform:translateX(40px);opacity:0} to{transform:translateX(0);opacity:1} }

.cm-drawer-head {
  padding: 22px 26px 16px;
  border-bottom: 1px solid var(--kc-color-border, #e5e1d6);
  display: flex; align-items: flex-start; gap: 18px;
}
.cm-drawer-head-left { flex: 1; min-width: 0; }
.cm-drawer-head-left h2 { margin: 5px 0 0; font-size: 18px; font-weight: 600; letter-spacing: -0.02em; }
.cm-score-box {
  text-align: center; padding: 8px 14px; border-radius: 10px;
  background: linear-gradient(135deg, rgba(16,185,129,0.12), rgba(16,185,129,0.04));
  border: 1px solid rgba(16,185,129,0.28);
}
.cm-score-val { font-family: var(--kc-font-mono, ui-monospace, monospace); font-size: 24px; font-weight: 700; color: #047857; letter-spacing: -0.02em; line-height: 1; }
.cm-score-lbl { font-family: var(--kc-font-mono, ui-monospace, monospace); font-size: 9.5px; color: #047857; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; margin-top: 2px; }

.cm-reversible {
  background: rgba(245,158,11,0.10); border: 1px solid rgba(245,158,11,0.32);
  color: #92400E; padding: 9px 14px; font-size: 12.5px; line-height: 1.45;
  display: flex; align-items: center; gap: 9px;
  margin: 14px 26px 0; border-radius: 8px;
}
.cm-reversible i { color: var(--kc-color-warning, #F59E0B); font-size: 13px; }
.cm-reversible strong { font-weight: 600; }

.cm-why { margin: 14px 26px 0; }
.cm-why summary {
  cursor: pointer; padding: 10px 14px;
  background: var(--kc-color-bone-2, #f8f6f1);
  border: 1px solid var(--kc-color-border, #e5e1d6);
  border-radius: 8px;
  font-family: var(--kc-font-mono, ui-monospace, monospace);
  font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--kc-color-ink-2, #2A332F); font-weight: 600;
}
.cm-why summary i { margin-right: 8px; color: var(--kc-color-emerald, #10B981); }
.cm-why-body {
  margin-top: 8px; padding: 14px;
  background: #FAFFFB; border: 1px solid rgba(16,185,129,0.18); border-radius: 8px;
}
.cm-why-row {
  display: grid; grid-template-columns: 110px 80px 80px 1fr 200px; gap: 12px;
  padding: 8px 0; border-bottom: 1px dashed var(--kc-color-border, #e5e1d6); align-items: center;
}
.cm-why-row:last-child { border-bottom: 0; }
.cm-why-row.matched .cm-why-contrib { color: #047857; font-weight: 600; }
.cm-why-row:not(.matched) .cm-why-contrib { color: var(--kc-fg-muted, #6A7672); }
.cm-why-factor { font-size: 12.5px; font-weight: 500; }
.cm-why-factor i { margin-right: 6px; color: var(--kc-fg-muted, #6A7672); }
.cm-why-row.matched .cm-why-factor i { color: var(--kc-color-emerald, #10B981); }
.cm-why-weight, .cm-why-contrib { font-size: 11.5px; }
.cm-why-values { font-size: 11.5px; line-height: 1.4; }
.cm-why-tag {
  display: inline-block; width: 14px; text-align: center;
  background: #fff; border: 1px solid var(--kc-color-border, #e5e1d6);
  border-radius: 3px; font-family: var(--kc-font-mono); font-size: 9.5px;
  font-weight: 700; margin-right: 5px;
}
.cm-why-note { font-size: 11px; }

.cm-cols {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0;
  flex: 1; padding: 18px 26px; overflow-y: auto; overflow-x: hidden;
}
.cm-col { background: #fff; border: 1px solid var(--kc-color-border, #e5e1d6); padding: 18px; }
.cm-col-a { border-radius: 10px 0 0 10px; border-right: 0; }
.cm-col-b { border-radius: 0 10px 10px 0; border-left: 0; }
.cm-col-result {
  background: linear-gradient(180deg, #FAFFFB 0%, #F0FAF3 100%);
  border-color: rgba(16,185,129,0.28); position: relative; z-index: 1;
  box-shadow: 0 4px 16px -6px rgba(16,185,129,0.18);
}
.cm-col-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 14px; padding-bottom: 12px;
  border-bottom: 1px solid var(--kc-color-border, #e5e1d6);
}
.cm-col-tag {
  font-family: var(--kc-font-mono, ui-monospace, monospace);
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em;
  font-weight: 600; color: var(--kc-fg-muted, #6A7672);
}
.cm-col-result .cm-col-tag { color: #047857; }
.cm-col-role {
  font-family: var(--kc-font-mono, ui-monospace, monospace);
  font-size: 9.5px; color: var(--kc-fg-muted, #6A7672);
  background: var(--kc-color-bone-2, #f8f6f1);
  border: 1px solid var(--kc-color-border, #e5e1d6);
  padding: 2px 6px; border-radius: 3px;
}
.cm-col-result .cm-col-role {
  background: rgba(16,185,129,0.12); color: #047857;
  border-color: rgba(16,185,129,0.28);
}

.cm-col-avatar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.cm-col-avatar {
  width: 48px; height: 48px; border-radius: 50%; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 16px;
}
.cm-col-avatar.a { background: linear-gradient(135deg, #A78BFA, #8B5CF6); }
.cm-col-avatar.b { background: linear-gradient(135deg, #10B981, #06A574); }
.cm-col-avatar.result { background: linear-gradient(135deg, #10B981, #0EA371); }
.cm-col-name { min-width: 0; }
.cm-col-full { font-size: 14.5px; font-weight: 600; letter-spacing: -0.015em; line-height: 1.15; }

.cm-field-block { margin-bottom: 12px; }
.cm-fk {
  font-family: var(--kc-font-mono, ui-monospace, monospace);
  font-size: 9.5px; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--kc-fg-muted, #6A7672); font-weight: 600; margin-bottom: 3px;
}
.cm-fv { font-size: 13px; line-height: 1.4; word-break: break-word; }
.cm-fv.empty { color: var(--kc-fg-muted, #6A7672); font-style: italic; }

.cm-choose-row { display: flex; align-items: center; gap: 6px; margin-top: 5px; }
.cm-src-pill {
  font-family: var(--kc-font-mono, ui-monospace, monospace);
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 3px 8px; border-radius: 3px; cursor: pointer;
  border: 1px solid var(--kc-color-border, #e5e1d6);
  background: #fff; color: var(--kc-fg-muted, #6A7672); transition: all 0.12s ease;
}
.cm-src-pill:hover:not(:disabled):not(.is-selected) { background: var(--kc-color-bone-2, #f8f6f1); }
.cm-src-pill.is-selected { background: var(--kc-color-emerald, #10B981); color: #fff; border-color: var(--kc-color-emerald, #10B981); }

.cm-channels-row { display: flex; flex-wrap: wrap; gap: 4px; }
.cm-tags-row { display: flex; flex-wrap: wrap; gap: 4px; }
.cm-tag-pill {
  font-size: 11px; background: var(--kc-color-bone-2, #f8f6f1);
  border: 1px solid var(--kc-color-border, #e5e1d6);
  padding: 2px 7px; border-radius: 999px;
  color: var(--kc-color-ink-2, #2A332F);
}

.cm-combined-hint { margin-top: 6px; font-family: var(--kc-font-mono, ui-monospace, monospace); font-size: 10.5px; color: var(--kc-fg-muted, #6A7672); }
.cm-combined-emerald { color: #047857; font-weight: 600; }

.cm-conv-mini-list { margin-top: 6px; display: flex; flex-direction: column; gap: 5px; }
.cm-conv-mini {
  display: flex; align-items: center; gap: 8px; padding: 6px 8px;
  background: var(--kc-color-bone-2, #f8f6f1);
  border: 1px solid var(--kc-color-border, #e5e1d6);
  border-radius: 6px; font-size: 11.5px;
}
.cm-conv-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.cm-conv-txt { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--kc-color-ink-2, #2A332F); }
.cm-conv-when { font-size: 9.5px; color: var(--kc-fg-muted, #6A7672); flex-shrink: 0; }

.cm-drawer-foot {
  padding: 16px 26px;
  border-top: 1px solid var(--kc-color-border, #e5e1d6);
  background: var(--kc-color-bone-2, #f8f6f1);
  display: flex; align-items: center; gap: 10px;
}
.cm-foot-meta { font-size: 10.5px; color: var(--kc-fg-muted, #6A7672); letter-spacing: 0.06em; text-transform: uppercase; }

.btn-warning-out { background: transparent; color: #92400E; border: 1px solid rgba(245,158,11,0.42); }
.btn-warning-out:hover:not(:disabled) { background: rgba(245,158,11,0.06); }
.btn-lg { padding: 11px 18px; font-size: 14px; }

@media (max-width: 1180px) {
  .cm-kpis { grid-template-columns: repeat(2, 1fr); }
  .cm-cols { grid-template-columns: 1fr; gap: 14px; padding: 18px; }
  .cm-col-a, .cm-col-b { border-radius: 10px; border: 1px solid var(--kc-color-border, #e5e1d6); }
  .cm-sug-head, .cm-sug-row, .cm-sk-row { grid-template-columns: 1fr; }
}

/* Phase 9 follow-up — banner inline en el popup edit de un contacto cuando hay
   candidate detectado. Más compacto que el de /integrations porque vive dentro
   del DxFormLayout. */
.contact-merge-banner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px; align-items: center;
  background: linear-gradient(135deg, rgba(16,185,129,0.07) 0%, rgba(198,242,75,0.05) 100%);
  border: 1px solid rgba(16,185,129,0.28);
  border-radius: 10px;
  padding: 14px 16px; margin-bottom: 14px;
}
.cmb-icon {
  width: 38px; height: 38px; border-radius: 10px;
  background: #fff; border: 1px solid rgba(16,185,129,0.28);
  display: flex; align-items: center; justify-content: center;
  color: var(--kc-color-emerald, #10B981); font-size: 16px;
}
.cmb-body { min-width: 0; }
.cmb-eyebrow {
  font-family: var(--kc-font-mono, ui-monospace, monospace);
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em;
  color: #047857; font-weight: 600; margin-bottom: 4px;
}
.cmb-text { font-size: 13px; line-height: 1.5; color: var(--kc-fg, #1A211F); }
.cmb-text strong { font-weight: 600; }
.cmb-conf {
  display: inline-block; margin-left: 6px;
  background: rgba(16,185,129,0.14); color: #047857;
  font-family: var(--kc-font-mono, ui-monospace, monospace);
  font-size: 10.5px; padding: 1px 6px; border-radius: 4px; font-weight: 600;
}
.cmb-channels { display: flex; gap: 4px; margin-top: 6px; flex-wrap: wrap; }
.cmb-ch-pill {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--kc-font-mono, ui-monospace, monospace);
  font-size: 10px; padding: 2px 7px; border-radius: 999px;
  background: #fff; border: 1px solid var(--kc-color-border, #e5e1d6);
  color: var(--kc-color-ink-2, #2A332F);
}
.cmb-ch-pill i { font-size: 9px; color: var(--kc-fg-muted, #6A7672); }
.cmb-actions { display: flex; flex-direction: column; gap: 4px; align-items: flex-end; }
.btn-text { background: transparent; border: 0; color: var(--kc-fg-muted, #6A7672); padding: 4px 8px; font-size: 11.5px; cursor: pointer; }
.btn-text:hover { color: var(--kc-fg, #1A211F); }
