/*!
 * DashTemplate.com — Customer Journey Analytics · Template Styles
 * © 2025 DashTemplate.com. All Rights Reserved.
 * License: https://dashtemplate.com/license
 */
:root {
  --dt-template-primary: #3B82F6;
  --dt-template-accent:  #22C55E;
}
.channel-row {
  display: grid;
  grid-template-columns: 140px 70px 70px 60px 80px 1fr;
  gap: 10px; align-items: center;
  padding: 9px 16px; border-bottom: 1px solid var(--dt-border);
  font-size: 11.5px; transition: background var(--t-fast);
}
.channel-row:hover { background: var(--dt-surface-2); }
.channel-row:last-child { border-bottom: none; }
.channel-row.hdr {
  font-size: 9.5px; font-weight: 700; color: var(--dt-text-3);
  letter-spacing: .07em; text-transform: uppercase; background: var(--dt-surface-2);
}
.rfm-badge {
  display: inline-block; padding: 2px 8px; border-radius: 6px; font-size: 10px; font-weight: 700;
}
.cohort-cell {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 28px; border-radius: 4px; font-size: 10.5px;
  font-weight: 700; font-family: 'JetBrains Mono', monospace;
}
