/* Legacy base — prefer <EmptyState /> (Sprint 23 / A6) for new screens */

.emptyState {
  background: var(--color-surface, #fff);
  padding: 2em;
  border-radius: var(--radius-md, 6px);
  text-align: center;
  color: var(--color-ink-soft, #406367);
  line-height: 1.6;
}

.emptyState p {
  margin: 0 0 0.5em;
}

.emptyState a:not(.btn) {
  color: var(--color-ink, #002f34);
  font-weight: 600;
  text-decoration: underline;
}
