﻿.chemrytiq-page .chemrytiq-empty-state {
  padding: 3.25rem 2rem 2.8rem;
  text-align: center;
}

.chemrytiq-page .chemrytiq-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #dbeafe, #eff6ff);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.16);
}

.chemrytiq-page .chemrytiq-empty-title {
  margin: 0 0 0.75rem;
  color: var(--chemrytiq-text);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}

.chemrytiq-page .chemrytiq-empty-state > .empty-state-desc,
.chemrytiq-page .chemrytiq-empty-description {
  margin: 0 auto 1.7rem;
  max-width: 42rem;
  color: var(--chemrytiq-text-soft);
  font-size: 1.02rem;
  line-height: 1.7;
}

.chemrytiq-page .chemrytiq-example-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
}

.chemrytiq-page .chemrytiq-example-label {
  flex-basis: 100%;
  margin-bottom: 0.1rem;
  color: #8397ad;
  font-size: 0.95rem;
  font-weight: 700;
}

.chemrytiq-page .chemrytiq-example-chip {
  padding: 0.65rem 1.1rem;
  border: 1.5px solid #bdd3f0;
  border-radius: 999px;
  background: #eef5ff;
  color: #1565c0;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
  transition: background .15s ease, border-color .15s ease, transform .1s ease, box-shadow .15s ease;
}

.chemrytiq-page .chemrytiq-example-chip:hover {
  background: #dbeafe;
  border-color: #3b82f6;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(59, 130, 246, 0.16);
}

.chemrytiq-page .search-progress {
  border: 1px solid var(--chemrytiq-border);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

