.mplsSetsIndex {
  --archive-bg: #07090c;
  --archive-bg-2: #0d131c;
  --archive-panel: rgba(11, 15, 22, 0.88);
  --archive-panel-2: rgba(15, 20, 29, 0.94);
  --archive-text: rgba(255, 255, 255, 0.94);
  --archive-text-soft: rgba(255, 255, 255, 0.76);
  --archive-text-dim: rgba(255, 255, 255, 0.56);
  --archive-border: rgba(255, 255, 255, 0.08);
  --archive-border-strong: rgba(255, 255, 255, 0.14);
  --archive-accent: var(--ast-global-color-0, #e5429f);
  --archive-shadow: 0 20px 54px rgba(0, 0, 0, 0.28);
  color: var(--archive-text);
  background: transparent;
  padding-top: 0;
}

body.single-photo_sets {
  background:
    radial-gradient(circle at top, #0c1118 0%, #07090c 60%),
    #07090c;
}

body.single-photo_sets .site,
body.single-photo_sets .site-content,
body.single-photo_sets .site-content > .ast-container,
body.single-photo_sets #primary,
body.single-photo_sets .content-area,
body.single-photo_sets .site-main,
body.single-photo_sets .entry-content,
body.single-photo_sets article {
  background: transparent !important;
}

.mplsSetsIndex__wrap,
.mplsSetsIndex__heroInner {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
}

.mplsSetsIndex__hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 12%, rgba(120, 80, 255, 0.08), transparent 26%),
    radial-gradient(circle at 76% 18%, rgba(0, 110, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(8, 11, 16, 0.68) 0%, rgba(6, 9, 14, 0.82) 40%, rgba(6, 9, 14, 0.96) 100%);
  background-size: cover;
  background-position: center;
}

.mplsSetsIndex__hero.has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.84) 0%, rgba(7, 10, 15, 0.66) 38%, rgba(7, 10, 15, 0.9) 100%);
  pointer-events: none;
}

.mplsSetsIndex__heroInner {
  position: relative;
  z-index: 1;
  padding: 40px 0 34px;
}

.mplsSetsIndex__heroContent {
  max-width: 980px;
}

.mplsSetsIndex__kicker,
.mplsSetsIndex__eyebrow {
  display: inline-block;
  position: relative;
  padding-top: 14px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--archive-accent);
}

.mplsSetsIndex__kicker::before,
.mplsSetsIndex__eyebrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 4px;
  background: linear-gradient(90deg, var(--archive-accent) 0%, rgba(229, 66, 159, 0.42) 100%);
}

.mplsSetsIndex__heroTitle {
  margin: 16px 0 0;
  font-size: clamp(3.2rem, 7vw, 5.4rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #fff;
  text-wrap: balance;
}

.mplsSetsIndex__heroText {
  max-width: 980px;
  margin: 22px 0 0;
  font-size: clamp(1.02rem, 1.2vw, 1.18rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.mplsSetsIndex__heroStats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.mplsSetsIndex__heroStat {
  min-width: 160px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.018));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 28px rgba(0, 0, 0, 0.16);
}

.mplsSetsIndex__heroStatValue {
  display: block;
  font-size: 1.02rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.mplsSetsIndex__heroStatLabel {
  display: block;
  margin-top: 6px;
  font-size: 0.76rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.mplsSetsIndex__wrap {
  padding: 12px 0 44px;
}

.mplsSetsIndex__section {
  margin-top: 18px;
}

.mplsSetsIndex__sectionHeader {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 22px;
  padding-top: 8px;
}

.mplsSetsIndex__sectionCount {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.58);
  white-space: nowrap;
}

.mplsSetsIndex__grid {
  display: grid;
  gap: 24px;
}

.mplsSetsIndex__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mplsSetsIndex__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mplsFeatureCard,
.mplsSetCard {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--archive-border);
  background: linear-gradient(180deg, rgba(8, 12, 18, 0.95), rgba(5, 8, 14, 0.98));
  box-shadow: var(--archive-shadow);
}

.mplsFeatureCard__bg,
.mplsSetCard__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
  transition: transform 0.3s ease;
}

.mplsFeatureCard__bg::after,
.mplsSetCard__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 8, 13, 0.18) 0%, rgba(5, 8, 13, 0.38) 26%, rgba(5, 8, 13, 0.96) 100%);
}

.mplsFeatureCard--fallback .mplsFeatureCard__bg,
.mplsSetCard--fallback .mplsSetCard__bg {
  background:
    radial-gradient(circle at 18% 18%, rgba(229, 66, 159, 0.14), transparent 28%),
    radial-gradient(circle at 78% 24%, rgba(0, 130, 255, 0.1), transparent 30%),
    linear-gradient(180deg, #09111a, #05080e);
}

.mplsFeatureCard:hover .mplsFeatureCard__bg,
.mplsFeatureCard:focus-visible .mplsFeatureCard__bg,
.mplsSetCard:hover .mplsSetCard__bg,
.mplsSetCard:focus-visible .mplsSetCard__bg {
  transform: scale(1.06);
}

.mplsFeatureCard {
  min-height: 390px;
}

.mplsFeatureCard__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}

.mplsFeatureCard__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 7px 10px;
  background: rgba(229, 66, 159, 0.16);
  color: #ff8ec8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mplsFeatureCard__title,
.mplsSetCard__title {
  margin: 0;
  color: #fff;
  line-height: 1;
  font-weight: 800;
}

.mplsFeatureCard__title {
  font-size: clamp(1.7rem, 2.2vw, 2.35rem);
}

.mplsFeatureCard__text,
.mplsSetCard__text {
  margin: 14px 0 0;
  color: var(--archive-text-soft);
  line-height: 1.5;
}

.mplsFeatureCard__meta,
.mplsSetCard__meta {
  margin-top: 14px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--archive-text-dim);
}

.mplsSetsIndex__utility,
.mplsSetsIndex__about {
  border: 1px solid var(--archive-border);
  background: linear-gradient(180deg, rgba(10, 14, 21, 0.96), rgba(6, 9, 14, 0.98));
  padding: 18px;
}

.mplsSetsIndex__searchInput {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  background: #06080c !important;
  color: #fff !important;
  font-size: 0.95rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.015),
    inset 0 0 0 1px rgba(0, 0, 0, 0.34);
}

.mplsSetsIndex__searchInput::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

.mplsSetsIndex__searchInput:focus {
  outline: none;
  border-color: rgba(229, 66, 159, 0.34) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.015),
    inset 0 0 0 1px rgba(0, 0, 0, 0.34),
    0 0 0 2px rgba(229, 66, 159, 0.1);
}

.mplsSetsIndex__searchHint,
.mplsSetsIndex__resultsText,
.mplsSetsIndex__aboutText,
.mplsSetsIndex__aboutText p,
.mplsSetsIndex__emptyState p {
  color: var(--archive-text-soft);
}

.mplsSetsIndex__searchHint {
  margin: 8px 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
}

.mplsSetsIndex__resultsBar {
  margin: 0 0 12px;
}

.mplsSetCard {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.mplsSetCard__media {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.mplsSetCard__content {
  position: relative;
  z-index: 1;
  padding: 18px 18px 20px;
  background: linear-gradient(180deg, rgba(11, 15, 22, 0.28), rgba(11, 15, 22, 0.92));
}

.mplsSetCard__title {
  font-size: 1.32rem;
}

.mplsSetsIndex__emptyState {
  padding: 28px 24px;
  border: 1px solid var(--archive-border);
  background: linear-gradient(180deg, rgba(10, 14, 21, 0.96), rgba(6, 9, 14, 0.98));
}

.mplsSetsIndex__emptyState h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.2rem;
}

.mplsSetsIndex__aboutText a {
  color: #fff;
}

.mplsSetCard[hidden] {
  display: none !important;
}

@media (max-width: 1100px) {
  .mplsSetsIndex__grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .mplsSetsIndex__grid--2,
  .mplsSetsIndex__grid--3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .mplsSetsIndex__heroInner,
  .mplsSetsIndex__wrap {
    width: min(100%, calc(100% - 28px));
  }

  .mplsSetsIndex__heroTitle {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .mplsSetsIndex__sectionHeader {
    flex-direction: column;
    align-items: flex-start;
  }
}
