.chemrytuvir-page .chemrytuvir-module-launcher {
  margin-bottom: 0;
  padding: 1.5rem;
  border: 1px solid var(--chemrytiq-border);
  border-radius: var(--chemrytiq-radius-lg);
  background: #ffffff;
  box-shadow: var(--uvir-shadow);
}

.chemrytuvir-page .chemrytiq-module-launcher__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.chemrytuvir-page .chemrytiq-module-launcher__eyebrow {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: var(--uvir-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chemrytuvir-page .chemrytiq-module-launcher__title {
  margin: 0;
  color: var(--uvir-text);
  font-size: clamp(1.75rem, 2.8vw, 2.8rem);
  line-height: 1.08;
}

.chemrytuvir-page .chemrytiq-module-launcher__copy {
  margin: 0;
  max-width: 760px;
  color: var(--uvir-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.chemrytuvir-page .chemrytiq-module-launcher__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.9rem;
}

.chemrytuvir-page .chemrytiq-module-launcher__card {
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1.05rem;
  border: 1px solid var(--chemrytiq-border);
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: var(--uvir-text);
  text-decoration: none;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.chemrytuvir-page .chemrytiq-module-launcher__card:hover {
  transform: translateY(-2px);
  border-color: #93c5fd;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.chemrytuvir-page .chemrytiq-module-launcher__card.is-active {
  border-color: #60a5fa;
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
}

.chemrytuvir-page .chemrytiq-module-launcher__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.8rem;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 1rem;
}

.chemrytuvir-page .chemrytiq-module-launcher__label {
  color: var(--uvir-text);
  font-size: 0.98rem;
  font-weight: 800;
}

.chemrytuvir-page .chemrytiq-module-launcher__desc {
  color: var(--uvir-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.chemrytuvir-page .chemrytuvir-example-label {
  align-self: center;
  color: var(--uvir-muted);
  font-size: 0.75rem;
  font-weight: 700;
}

.chemrytuvir-page .chemrytuvir-section-label {
  margin: 1rem 0 0.55rem;
  color: var(--uvir-muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.chemrytuvir-page .chemrytuvir-section-label--tight {
  margin-top: 0.85rem;
}

.chemrytuvir-page .chemrytuvir-status-line {
  min-height: 1.3em;
  margin-top: 0.7rem;
  color: #059669;
  font-size: 0.8rem;
  font-weight: 700;
}

.chemrytuvir-page .chemrytuvir-engine-badge {
  display: inline-flex;
  align-items: center;
  margin-top: 0.45rem;
  padding: 0.35rem 0.55rem;
  border: 1px solid var(--chemrytiq-border);
  border-radius: 999px;
  background: #f8fbff;
  color: var(--uvir-text);
  font-size: 0.72rem;
  font-weight: 700;
}

.chemrytuvir-page .chemrytuvir-svg {
  min-height: 44px;
  margin-top: 0.9rem;
  text-align: center;
}

.chemrytuvir-page .chemrytuvir-divider {
  margin: 0.9rem 0;
  border: 0;
  border-top: 1px solid #e5edf5;
}

.chemrytuvir-page .chemrytuvir-divider--spaced {
  margin-top: 0.45rem;
}

.chemrytuvir-field + .chemrytuvir-field {
  margin-top: 0.9rem;
}

.chemrytuvir-field-label {
  display: block;
  margin-bottom: 0.4rem;
  color: #375069;
  font-size: 0.85rem;
  font-weight: 700;
}

.chemrytuvir-field-note {
  color: var(--uvir-muted);
  font-weight: 500;
}

.chemrytuvir-field-input {
  width: 100%;
  box-sizing: border-box;
}

.chemrytuvir-field-input--notes {
  resize: vertical;
  min-height: 94px;
  font-family: inherit;
}

.chemrytuvir-desc-engine {
  display: inline-flex;
  margin-left: 0.35rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 0.68rem;
  font-weight: 800;
}

.chemrytuvir-empty-chip {
  color: #94a3b8;
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .chemrytuvir-page .chemrytiq-module-launcher__header {
    flex-direction: column;
  }
}
