/* Table polish */
.data-table tbody tr:nth-child(even) {
  background-color: #f9fafb;
}

/* Empty states */
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  color: var(--color-muted);
}

.empty-state .material-symbols-outlined {
  font-size: 48px;
  margin-bottom: 16px;
  color: var(--color-outline-strong);
}

.empty-state-title {
  font-weight: 600;
  color: var(--color-on-surface);
  margin-bottom: 8px;
}
