.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  text-align: center;
  background: var(--surface);
  border: 1px dashed var(--border);
  border-radius: .65rem;
  color: var(--text-mut);
}

.empty-state-title {
  font-size: .92rem;
  font-weight: 600;
  color: var(--text-dim);
  margin-bottom: .3rem;
}

.empty-state-hint {
  font-size: .75rem;
  color: var(--text-mut);
  max-width: 420px;
  line-height: 1.45;
}
