.reemo-switch {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.reemo-switch button[data-reemo-tab] {
  padding: .45rem .75rem;
  border-radius: .75rem;
  border: 1px solid var(--color-foreground-border);
  background: var(--color-background-primary);
  color: var(--color-foreground-primary);
  cursor: pointer;
}

.reemo-switch button[data-reemo-tab].is-active {
  font-weight: 600;
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
}

.reemo-panel {
  margin-top: 1rem;
}

/* Matrice de flux */
.reemo-matrix {
  width: 100%;
  border-collapse: collapse;
  margin: .5rem 0 1rem;
  font-size: .95em;
}

.reemo-matrix th,
.reemo-matrix td {
  border: 1px solid var(--color-foreground-border);
  padding: .4rem .55rem;
  vertical-align: top;
}

.reemo-matrix thead th {
  background: var(--color-background-secondary);
}

/* Badges simples */
.reemo-badge {
  display: inline-block;
  padding: .1rem .45rem;
  border-radius: .6rem;
  border: 1px solid var(--color-foreground-border);
  background: var(--color-background-secondary);
  font-size: .9em;
  white-space: nowrap;
}
