/* ============================================================================
   COMPARATIVO LANÇAMENTOS — tabela
   ============================================================================ */
.cflc-table-wrap {
  overflow-x: auto;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.cflc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.cflc-table th, .cflc-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #f1f5f9;
}
.cflc-table thead th {
  background: #f8fafc;
  border-bottom: 2px solid #e2e8f0;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.cflc-table tbody th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #64748b;
  font-weight: 600;
  background: #f8fafc;
  width: 160px;
}
.cflc-table tbody td {
  text-align: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  color: #0f172a;
}
.cflc-th-nome {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #0f172a;
  margin-bottom: 4px;
}
.cflc-table thead small {
  display: block;
  font-size: 11px;
  color: #94a3b8;
  font-family: 'IBM Plex Mono', monospace;
}
.cflc-status {
  display: inline-block;
  margin-top: 6px;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 9.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.cflc-st-planejado    { background: #f1f5f9; color: #475569; }
.cflc-st-em_captura   { background: #dbeafe; color: #1d4ed8; }
.cflc-st-em_carrinho  { background: #fef3c7; color: #b45309; }
.cflc-st-finalizado   { background: #d1fae5; color: #065f46; }
.cflc-st-cancelado    { background: #fee2e2; color: #991b1b; }
.cflc-best {
  background: #d1fae5;
  color: #065f46;
  font-weight: 700;
  position: relative;
}
.cflc-best::after {
  content: '★';
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 9px;
  color: #10b981;
}
