.rbmods-catalog,
.rbmods-catalog * { box-sizing: border-box; }
.rbmods-catalog {
  color: #fff;
  font-family: "Manrope", "Segoe UI", sans-serif;
}
.rbmods-catalog__wrap {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: clamp(20px, 3vw, 36px);
}
.rbmods-catalog__head h2 {
  margin: 0;
  font: 700 clamp(2rem, 4vw, 3rem)/1 "Space Grotesk", "Segoe UI", sans-serif;
  letter-spacing: -.04em;
}
.rbmods-catalog__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.rbmods-catalog__stats {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.rbmods-catalog__stats span,
.rbmods-catalog__stats a {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  color: #b7b9bf;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.rbmods-catalog__shell {
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.08);
  background: #28292d;
  overflow: hidden;
}
.rbmods-catalog__brands {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  overflow-x: auto;
}
.rbmods-catalog__brand {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: #b7b9bf;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}
.rbmods-catalog__brand span {
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.06);
  color: #8f929b;
  font-size: 12px;
}
.rbmods-catalog__brand.is-active {
  color: #fff;
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.02);
}
.rbmods-catalog__body {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 0;
}
.rbmods-catalog__left {
  padding: 24px;
  border-right: 1px solid rgba(255,255,255,.08);
}
.rbmods-catalog__left-head,
.rbmods-catalog__panel-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
  margin-bottom: 16px;
}
.rbmods-catalog__left-head h3,
.rbmods-catalog__panel-head h3 {
  margin: 0;
  font: 700 1.8rem/1.05 "Space Grotesk", "Segoe UI", sans-serif;
}
.rbmods-catalog__left-head span,
.rbmods-catalog__panel-head p {
  color: #8f929b;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 800;
}
.rbmods-catalog__console-panel {
  display: none;
}
.rbmods-catalog__console-panel.is-active {
  display: block;
}
.rbmods-catalog__console-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.rbmods-catalog__console {
  min-height: 136px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(165deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  color: #fff;
  text-align: left;
  display: grid;
  align-content: space-between;
}
.rbmods-catalog__console.is-active {
  border-color: rgba(89,184,173,.55);
  background: rgba(89,184,173,.08);
  box-shadow: inset 0 0 0 1px rgba(89,184,173,.22);
}
.rbmods-catalog__console-badge {
  width: 66px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.24);
  color: #cfd2d8;
  font: 800 1.2rem/1 "Space Grotesk", "Segoe UI", sans-serif;
}
.rbmods-catalog__console strong {
  display: block;
  font: 700 1.03rem/1.08 "Space Grotesk", "Segoe UI", sans-serif;
}
.rbmods-catalog__console span {
  display: block;
  margin-top: 6px;
  color: #8f929b;
  font-size: 13px;
}
.rbmods-catalog__right {
  padding: 24px;
}
.rbmods-catalog__panel {
  display: none;
}
.rbmods-catalog__panel.is-active {
  display: block;
}
.rbmods-catalog__panel-head span,
.rbmods-catalog__panel-badges span {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.1);
  color: #d7d9df;
}
.rbmods-catalog__panel-head span i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #59b8ad;
  display: inline-block;
  margin-right: 8px;
}
.rbmods-catalog__panel-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.rbmods-catalog__mods {
  display: grid;
  gap: 14px;
  max-height: 610px;
  overflow: auto;
  padding-right: 4px;
}
.rbmods-catalog__mod {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
}
.rbmods-catalog__mod-thumb img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  background: linear-gradient(135deg, #323438, #26282d);
}
.rbmods-catalog__mod-body h4 {
  margin: 0 0 8px;
  font: 700 1.2rem/1.1 "Space Grotesk", "Segoe UI", sans-serif;
}
.rbmods-catalog__mod-body h4 a {
  color: #fff;
  text-decoration: none;
}
.rbmods-catalog__mod-body p {
  margin: 0;
  color: #b7b9bf;
  line-height: 1.55;
}
.rbmods-catalog__mod-badge {
  display: inline-flex;
  min-height: 30px;
  padding: 0 10px;
  margin-bottom: 10px;
  border-radius: 999px;
  align-items: center;
  background: rgba(89,184,173,.12);
  color: #7ce4d8;
  font-size: 13px;
  font-weight: 800;
}
.rbmods-catalog__mod-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.rbmods-catalog__mod-meta span {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,.04);
  color: #b7b9bf;
  font-size: 12px;
  font-weight: 700;
}
.rbmods-catalog__mod-buy {
  min-width: 128px;
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 12px;
}
.rbmods-catalog__mod-price {
  font-size: 1.55rem;
  font-weight: 900;
  text-align: right;
}
.rbmods-catalog__mod-link {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #59b8ad;
  color: #102322;
  font-weight: 800;
}
.rbmods-catalog__mod-link.loading {
  opacity: .7;
  pointer-events: none;
}
.rbmods-catalog__mod-link.added {
  background: #7ce4d8;
}
.rbmods-catalog__panel-foot {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  color: #8f929b;
}
.rbmods-catalog__panel-foot a {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
}
.rbmods-catalog-empty {
  color: #fff;
}
@media (max-width: 980px) {
  .rbmods-catalog__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .rbmods-catalog__body {
    grid-template-columns: 1fr;
  }
  .rbmods-catalog__left {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
}
@media (max-width: 720px) {
  .rbmods-catalog__console-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rbmods-catalog__mod {
    grid-template-columns: 1fr;
  }
  .rbmods-catalog__mod-buy {
    justify-items: start;
  }
  .rbmods-catalog__panel-foot {
    flex-direction: column;
    align-items: flex-start;
  }
}
