/* Mundologia: category styles. Split from styles.backup.css. */

.page-breadcrumb { margin: 0 0 14px; }

.category-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: center;
  min-height: 318px;
  margin-bottom: 22px;
  padding: 42px;
  background:
    linear-gradient(90deg, rgba(9,15,29,.96), rgba(9,15,29,.72) 46%, rgba(9,15,29,.08)),
    radial-gradient(circle at 70% 50%, rgba(124,58,237,.28), transparent 34%);
}

.category-hero > div { position: relative; z-index: 2; }

.category-hero > div > svg {
  width: 62px;
  height: 62px;
  padding: 14px;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6, #5b21b6);
  box-shadow: 0 0 26px rgba(124,58,237,.36);
}

.category-hero h1 {
  margin: -58px 0 14px 82px;
  font-size: 52px;
  line-height: 1;
}

.category-hero p {
  max-width: 570px;
  margin: 0;
  color: #d1d5db;
  font-size: 18px;
  line-height: 1.5;
}

.category-hero img {
  position: absolute;
  top: 0;
  right: 0;
  width: 54%;
  height: 100%;
  opacity: .78;
  mask-image: linear-gradient(90deg, transparent, #000 24%);
}

.stats {
  display: flex;
  gap: 28px;
  margin-top: 32px;
}

.stats span {
  display: grid;
  gap: 5px;
  min-width: 88px;
  padding-right: 28px;
  color: #cbd5e1;
  border-right: 1px solid rgba(148,163,184,.16);
}

.stats span:last-child { border-right: 0; }

.stats strong {
  color: #a855f7;
  font-size: 22px;
}

.sidebar-stack {
  display: grid;
  align-content: start;
  gap: 18px;
}

.category-line {
  display: flex;
  justify-content: space-between;
  margin: 11px 0;
  color: #c084fc;
}

.search-results { max-width: 900px; margin: auto; }
