/* CoffeeSpecs — Badge Fascia F1–F5 (design guide v2.0 §4.2)
   Si legge come un indicatore, non come una categoria: cinque tacche d'inchiostro. */

.badge-fascia {
  display: inline-flex;
  flex-direction: column;
  border: var(--rule-strong);
  background: transparent;
}

.badge-fascia__label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-text-primary);
  padding: 4px 8px 3px;
  white-space: nowrap;
}

.badge-fascia__bar {
  display: flex;
  gap: 2px;
  padding: 0 6px 5px;
}

.badge-fascia__seg {
  height: 4px;
  flex: 1;
  background: var(--color-border);
}

.badge-fascia__seg--filled {
  background: var(--color-ink);
}
