main:has(.registro-placeholder){
    background:url(/img/registro-placeholder.webp)  center no-repeat;
    background-size:contain;
    padding:20vh 0;
    min-width:100%;
}
.registro-placeholder  {
    box-shadow:0 0 36px 0 #f8f4ec;
  max-width: 480px;
  margin: 0 auto;
}

.term-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.term-pill {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  transition: background-color 0.15s, color 0.15s;
  background: rgba(0,0,0,0.04);
  color: #6b7280;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.term-pill:hover {
  background: #fce7f3;
  color: #be185d;
}
.term-pill-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  font-size: 0.625rem;
  font-weight: 600;
  border-radius: 9999px;
  padding: 0 0.25rem;
  background: rgba(0,0,0,0.06);
  color: #9ca3af;
}
.term-pill:hover .term-pill-count {
  background: rgba(190,24,93,0.12);
  color: #be185d;
}
.term-pills-heading {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
  color: #9ca3af;
}
