/* Unified category hubs — modern catalog chrome (lime site accents) */
.catx {
  --catx-bg: #eef1f6;
  --catx-surface: #fff;
  --catx-ink: #0f172a;
  --catx-muted: #64748b;
  --catx-line: #e8edf3;
  --catx-accent: #84cc16;
  --catx-accent-dark: #65a30d;
  --catx-accent-soft: rgba(132, 204, 22, .14);
  --catx-max: var(--apk-shell-max, 1280px);
  --tv-accent: var(--catx-accent);
  --tv-accent-soft: var(--catx-accent-soft);
  --tv-accent-deep: var(--catx-accent-dark);
  color: var(--catx-ink);
  box-sizing: border-box;
}

body.app-archive-page,
body.app-archive-page--apps,
body.app-archive-page--archive,
body.app-archive-page--games,
body.app-archive-page--tv,
body.app-archive-page--vpn,
body.app-search-page {
  background: var(--catx-bg, #eef1f6) !important;
  padding-top: 0;
}

body.app-archive-page.has-Play_apk-header #app-main,
body.app-search-page.has-Play_apk-header #app-main {
  padding-inline: 0 !important;
}

.catx__shell {
  max-width: var(--catx-max);
  margin: 0 auto;
  padding: 12px max(12px, env(safe-area-inset-left)) 36px max(12px, env(safe-area-inset-right));
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
}

.catx__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 16px;
  background: var(--catx-surface);
  border: 1px solid var(--catx-line);
}

.catx__sections {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}

.catx__sec {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--catx-line);
  background: #f8fafc;
  color: #334155;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 800;
}

.catx__sec.is-active {
  background: var(--catx-accent);
  border-color: var(--catx-accent);
  color: #0f172a;
}

.catx__sec:not(.is-active):hover {
  border-color: rgba(132, 204, 22, .4);
  color: var(--catx-accent-dark);
}

.catx__search {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1 1 220px;
  min-width: min(100%, 220px);
  margin-inline-start: auto;
  padding: 4px 4px 4px 12px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid var(--catx-line);
}

.catx__search-input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: .9rem;
  outline: none;
}

.catx__search-btn {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: var(--catx-accent);
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.catx__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 16px;
  border-radius: 18px;
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(132, 204, 22, .18), transparent 50%),
    linear-gradient(180deg, #10151f 0%, #0b1220 100%);
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, .06);
}

.catx__eyebrow {
  margin: 0 0 6px;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .04em;
  color: #a3e635;
  text-transform: uppercase;
}

.catx__title {
  margin: 0 0 6px;
  font-size: clamp(1.35rem, 3.2vw, 1.9rem);
  line-height: 1.2;
  font-weight: 900;
}

.catx__lead {
  margin: 0;
  max-width: 46rem;
  color: #94a3b8;
  font-size: .9rem;
  line-height: 1.5;
}

.catx__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catx__stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  font-size: .8rem;
  font-weight: 700;
  color: #cbd5e1;
}

.catx__stat strong {
  color: #fff;
  font-size: .95rem;
}

.catx__stat--live {
  color: #bbf7d0;
}

.catx__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #84cc16;
  box-shadow: 0 0 0 0 rgba(132, 204, 22, .55);
  animation: catxPulse 1.6s ease-out infinite;
}

@keyframes catxPulse {
  70% { box-shadow: 0 0 0 8px rgba(132, 204, 22, 0); }
  100% { box-shadow: 0 0 0 0 rgba(132, 204, 22, 0); }
}

.catx__filters {
  padding: 0;
  margin: 0;
}

.catx__filters-track {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catx__chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--catx-line);
  background: var(--catx-surface);
  color: #334155;
  text-decoration: none;
  font-size: .8rem;
  font-weight: 800;
}

.catx__chip:hover {
  border-color: rgba(132, 204, 22, .4);
  color: var(--catx-accent-dark);
}

.catx__chip.is-active,
.catx .tv-hub__tab.is-active {
  background: var(--catx-accent);
  border-color: var(--catx-accent);
  color: #0f172a;
}

.catx__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.catx__catalog {
  padding: 14px;
  border-radius: 18px;
  background: var(--catx-surface);
  border: 1px solid var(--catx-line);
}

.catx__catalog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.catx__catalog-kicker {
  margin: 0 0 2px;
  font-size: .72rem;
  font-weight: 800;
  color: var(--catx-accent-dark);
  letter-spacing: .03em;
  text-transform: uppercase;
}

.catx__catalog-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 900;
}

.catx__count {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--catx-accent-soft);
  color: var(--catx-accent-dark);
  font-size: .78rem;
  font-weight: 900;
}

.catx__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
}

.catx__more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.catx__more {
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(132, 204, 22, .35);
  background: #fff;
  color: var(--catx-accent-dark);
  font-weight: 900;
  font-size: .9rem;
  cursor: pointer;
}

.catx__more:hover {
  background: var(--catx-accent-soft);
}

.catx__empty {
  padding: 28px 12px;
  text-align: center;
  color: var(--catx-muted);
}

.catx__empty-hint {
  margin: 6px 0 0;
  font-size: .84rem;
  color: var(--catx-muted);
}

.catx__empty-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--catx-accent-dark);
  font-weight: 800;
  text-decoration: none;
}

/* ── Top 10 rail (self-contained critical) ── */
.catx .lap-top10,
.catx-top10 {
  margin: 0;
  padding: 16px 14px 14px;
  border-radius: 18px;
  background: var(--catx-surface);
  border: 1px solid var(--catx-line);
  box-shadow: 0 2px 14px rgba(15, 23, 42, .04);
}

.catx-top10__head,
.catx .lap-top10__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
}

.catx .lap-top10__kicker {
  display: inline-flex;
  align-self: flex-start;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .04em;
  color: var(--catx-accent-dark);
  background: var(--catx-accent-soft);
}

.catx .lap-top10__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--catx-ink);
  letter-spacing: -.02em;
}

.catx .lap-top10__sub {
  margin: 0;
  font-size: .78rem;
  color: var(--catx-muted);
  line-height: 1.4;
}

.catx-top10__rail-wrap {
  margin: 0 -4px;
  padding: 0 4px;
}

.catx .lap-top10__rail,
.catx-top10__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(108px, 124px);
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  padding: 2px 2px 8px;
  margin: 0;
  list-style: none;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.catx-top10__item,
.catx .lap-top10__item {
  scroll-snap-align: start;
  min-width: 0;
}

.catx-top10__card,
.catx .lap-top10__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  height: 100%;
  padding: 10px 8px 10px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 3px 12px rgba(15, 23, 42, .05);
  transition: border-color .15s, box-shadow .15s, transform .15s;
}

.catx-top10__card:hover,
.catx .lap-top10__card:hover {
  border-color: rgba(132, 204, 22, .45);
  box-shadow: 0 8px 22px rgba(132, 204, 22, .14);
  transform: translateY(-2px);
}

.catx-top10__thumb,
.catx .lap-top10__thumb {
  position: relative;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.catx-top10__icon,
.catx .lap-top10__icon {
  display: block;
  width: 72px;
  height: 72px;
  padding: 3px;
  border-radius: 18px;
  border: 1.5px solid rgba(132, 204, 22, .35);
  background: linear-gradient(145deg, rgba(132, 204, 22, .12), #fff);
  box-shadow: 0 2px 10px rgba(132, 204, 22, .12);
  box-sizing: border-box;
  overflow: hidden;
}

.catx-top10__icon img,
.catx .lap-top10__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 14px;
}

.catx .lap-top10__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--catx-accent-dark);
  background: var(--catx-accent-soft);
}

.catx-top10__rank,
.catx .lap-top10__rank {
  position: absolute;
  bottom: -2px;
  inset-inline-end: -2px;
  z-index: 2;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .68rem;
  font-weight: 900;
  color: #475569;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 6px rgba(15, 23, 42, .1);
}

.catx-top10__item:nth-child(1) .catx-top10__rank {
  color: #b45309;
  background: #fffbeb;
  border-color: #fcd34d;
}

.catx-top10__item:nth-child(2) .catx-top10__rank {
  color: #475569;
  background: #f8fafc;
  border-color: #cbd5e1;
}

.catx-top10__item:nth-child(3) .catx-top10__rank {
  color: #9a3412;
  background: #fff7ed;
  border-color: #fdba74;
}

.catx-top10__rate {
  position: absolute;
  top: -3px;
  inset-inline-start: -3px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 1px 5px 1px 3px;
  border-radius: 999px;
  font-size: .58rem;
  font-weight: 800;
  line-height: 1.2;
  color: #a16207;
  background: rgba(255, 251, 235, .96);
  border: 1px solid rgba(252, 211, 77, .55);
  box-shadow: 0 1px 4px rgba(15, 23, 42, .08);
  pointer-events: none;
}

.catx-top10__rate svg {
  flex-shrink: 0;
  color: #f59e0b;
}

.catx-top10__name,
.catx .lap-top10__name {
  width: 100%;
  margin: 0;
  font-size: .74rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  color: var(--catx-ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.catx-top10__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px;
  width: 100%;
  min-height: 18px;
}

.catx-top10__chip {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 1px 6px;
  border-radius: 6px;
  font-size: .58rem;
  font-weight: 800;
  line-height: 1.35;
  color: #64748b;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catx-top10__chip--hacked,
.catx-top10__chip--mod,
.catx-top10__chip--xapk {
  color: #fff;
  background: linear-gradient(135deg, #fb923c, #ef4444);
  border-color: transparent;
}

.catx-top10__chip--official {
  color: #0369a1;
  background: rgba(14, 165, 233, .12);
  border-color: rgba(14, 165, 233, .28);
}

/* ── Grid tiles (critical so cards aren't bare before deferred CSS) ── */
.catx .apk-pro-tile {
  --apk-tile-icon: 96px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(15, 23, 42, .06);
  transition: border-color .18s, box-shadow .18s, transform .18s;
}

.catx a.apk-pro-tile--card-link {
  cursor: pointer;
  touch-action: manipulation;
}

.catx a.apk-pro-tile--card-link:hover,
.catx a.apk-pro-tile--card-link:focus-visible {
  border-color: rgba(132, 204, 22, .45);
  box-shadow: 0 10px 24px rgba(132, 204, 22, .14);
  transform: translateY(-2px);
  outline: 0;
}

.catx .apk-pro-tile__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 6px;
  background: linear-gradient(145deg, #f8fafc 0%, rgba(132, 204, 22, .08) 100%);
}

.catx .apk-pro-tile__icon-wrap {
  position: relative;
  width: var(--apk-tile-icon);
  height: var(--apk-tile-icon);
  flex-shrink: 0;
  padding: 3px;
  border-radius: 18px;
  border: 1.5px solid rgba(132, 204, 22, .35);
  background: linear-gradient(145deg, rgba(132, 204, 22, .1), #fff);
  box-shadow: 0 2px 10px rgba(132, 204, 22, .1);
  box-sizing: border-box;
  overflow: visible;
}

.catx .apk-pro-tile__img,
.catx .apk-pro-tile__fallback {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 14px;
}

.catx .apk-pro-tile__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--catx-accent-dark);
  background: var(--catx-accent-soft);
  border: 1px solid rgba(132, 204, 22, .2);
}

.catx .apk-pro-tile__shine {
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(255, 255, 255, .4) 0%, transparent 45%);
  pointer-events: none;
}

.catx .apk-pro-tile__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding: 10px 10px 12px;
  flex: 1;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.catx .apk-pro-tile__title {
  width: 100%;
  margin: 0;
  font-size: .8rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--catx-ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.catx .apk-pro-tile__meta-box {
  width: 100%;
  margin-top: 2px;
  padding: 6px 8px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  box-sizing: border-box;
}

.catx .apk-pro-tile__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.catx .apk-pro-tile__chip {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 2px 7px;
  border-radius: 6px;
  font-size: .62rem;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catx .apk-pro-tile__chip--ver {
  color: #3f6212;
  background: rgba(132, 204, 22, .12);
  border: 1px solid rgba(132, 204, 22, .28);
}

.catx .apk-pro-tile__chip--size {
  color: #64748b;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}

.catx .apk-pro-tile__chip--mod,
.catx .apk-pro-tile__chip--type-hacked,
.catx .apk-pro-tile__chip--type-mod,
.catx .apk-pro-tile__chip--type-xapk {
  color: #fff;
  background: linear-gradient(135deg, #fb923c, #ef4444);
  border: 1px solid transparent;
}

.catx .apk-pro-tile__chip--type-official {
  color: #0369a1;
  background: rgba(14, 165, 233, .12);
  border: 1px solid rgba(14, 165, 233, .28);
}

.catx .apk-pro-tile__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 7px 10px;
  border-radius: 10px;
  font-size: .68rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  color: var(--catx-accent-dark);
  background: var(--catx-accent-soft);
  border: 1px solid rgba(132, 204, 22, .28);
}

.catx .apk-pro-tile__rank {
  position: absolute;
  top: 8px;
  inset-inline-start: 8px;
  z-index: 3;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .68rem;
  font-weight: 800;
  color: #64748b;
  background: rgba(255, 255, 255, .95);
  border: 1px solid #e2e8f0;
}

.catx .apk-pro-tile__flag {
  position: absolute;
  top: 8px;
  inset-inline-end: 8px;
  z-index: 3;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: .58rem;
  font-weight: 800;
  color: #fff;
}

.catx .apk-pro-tile__flag--new {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}

.catx .apk-pro-tile__flag--update {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}

.catx .apk-rating-badge--compact,
.catx .app-rating-badge--compact {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 1px 5px;
  border-radius: 999px;
  font-size: .58rem;
  font-weight: 800;
  color: #a16207;
  background: #fffbeb;
  border: 1px solid rgba(252, 211, 77, .5);
}

@media (min-width: 720px) {
  .catx .apk-pro-tile {
    --apk-tile-icon: 108px;
  }
}

@media (min-width: 1024px) {
  .catx .apk-pro-tile {
    --apk-tile-icon: 116px;
  }

  .catx .lap-top10__rail,
  .catx-top10__rail {
    grid-auto-columns: minmax(118px, 132px);
    gap: 12px;
  }
}

/* View toggle + list mode */
.lap-hub-catalog__tools,
.lap-hub-view {
  align-items: center;
  display: inline-flex;
}

.lap-hub-catalog__tools {
  gap: 8px;
  flex-shrink: 0;
}

.lap-hub-view {
  gap: 4px;
  padding: 3px;
  border-radius: 10px;
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, .08);
}

.lap-hub-view__btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 32px;
  padding: 0 10px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #64748b;
  font: inherit;
  font-size: .72rem;
  font-weight: 800;
  cursor: pointer;
}

.lap-hub-view__btn.is-active {
  background: #fff;
  color: #0f172a;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .1);
}

.lap-hub-view__lbl {
  display: none;
}

@media (min-width: 480px) {
  .lap-hub-view__lbl { display: inline; }
}

.lap-hub-catalog.is-list-view .catx__grid,
.lap-hub-catalog.is-list-view .tv-hub__grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lap-hub-catalog.is-list-view .apk-pro-tile {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 12px;
  padding: 10px 12px;
  border-radius: 14px;
}

.lap-hub-catalog.is-list-view .apk-pro-tile__media { grid-column: 1; }
.lap-hub-catalog.is-list-view .apk-pro-tile__icon-wrap,
.lap-hub-catalog.is-list-view .apk-pro-tile__img {
  width: 64px;
  height: 64px;
}
.lap-hub-catalog.is-list-view .apk-pro-tile__body { grid-column: 2; min-width: 0; }
.lap-hub-catalog.is-list-view .apk-pro-tile__cta {
  grid-column: 3;
  align-self: center;
  min-width: 72px;
  padding: 8px 12px;
  font-size: .72rem;
}

@media (max-width: 720px) {
  .catx__toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .catx__search {
    margin-inline-start: 0;
  }

  .catx__head {
    align-items: flex-start;
  }

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

html.site-dark .catx,
html[data-apk-theme-dark] .catx {
  --catx-bg: #0b0f16;
  --catx-surface: #151a24;
  --catx-ink: #e5e7eb;
  --catx-muted: #94a3b8;
  --catx-line: rgba(255, 255, 255, .08);
}

html.site-dark .catx__search,
html.site-dark .catx__sec,
html.site-dark .lap-hub-view,
html[data-apk-theme-dark] .catx__search,
html[data-apk-theme-dark] .catx__sec,
html[data-apk-theme-dark] .lap-hub-view {
  background: #10151f;
}

html.site-dark .catx__more,
html[data-apk-theme-dark] .catx__more {
  background: #151a24;
}

html.site-dark .catx-top10__card,
html.site-dark .catx .apk-pro-tile,
html[data-apk-theme-dark] .catx-top10__card,
html[data-apk-theme-dark] .catx .apk-pro-tile {
  background: #151a24;
  border-color: rgba(255, 255, 255, .1);
}

html.site-dark .catx .apk-pro-tile__body,
html.site-dark .catx .apk-pro-tile__meta-box,
html.site-dark .catx .apk-pro-tile__media,
html[data-apk-theme-dark] .catx .apk-pro-tile__body,
html[data-apk-theme-dark] .catx .apk-pro-tile__meta-box,
html[data-apk-theme-dark] .catx .apk-pro-tile__media {
  background: #121722;
  border-color: rgba(255, 255, 255, .08);
}

html.site-dark .catx-top10__chip,
html.site-dark .catx .apk-pro-tile__chip--size,
html[data-apk-theme-dark] .catx-top10__chip,
html[data-apk-theme-dark] .catx .apk-pro-tile__chip--size {
  background: #1e2533;
  border-color: rgba(255, 255, 255, .1);
  color: #94a3b8;
}
