.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
  gap: 12px;
}

.empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: var(--r-xl);
  background: var(--gray-100);
  color: var(--gray-400);
  font-size: 24px;
  margin-bottom: 4px;
}

.empty-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--gray-700);
  line-height: 1.3;
}

.empty-text {
  font-size: 13.5px;
  color: var(--gray-400);
  line-height: 1.5;
  max-width: 320px;
}

.empty-state .btn {
  margin-top: 4px;
}
