/*
 * /juegos — catálogo editorial + biblioteca social (desktop first pass).
 * Capa deliberadamente posterior al CSS histórico de juegos.php.
 */
:root {
  --games-bg: #080b11;
  --games-panel: #10151d;
  --games-panel-2: #151b25;
  --games-line: rgba(255, 255, 255, .085);
  --games-text: #f3f7fb;
  --games-muted: #8f9cac;
  --games-cyan: #00d4ff;
  --games-green: #5eff9f;
  --games-violet: #b794ff;
  --games-amber: #ffb020;
  --games-red: #ff6b6b;
  --games-ease: cubic-bezier(.2, .8, .2, 1);
}

body {
  background:
    radial-gradient(circle at 72% -10%, rgba(0, 212, 255, .075), transparent 28rem),
    var(--games-bg);
}

.juegos-layout-with-sidebar {
  min-width: 0;
}

.juegos-page-main {
  width: 100%;
  max-width: 1560px !important;
  margin-inline: auto !important;
  padding: 24px clamp(18px, 2.4vw, 42px) 96px !important;
  color: var(--games-text);
}

.juegos-hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(28px, 4vw, 58px) !important;
  margin-bottom: 18px !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  border-radius: 22px !important;
  background: #0d1118 !important;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .34);
}

.juegos-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  height: auto !important;
  z-index: -3;
  opacity: .7 !important;
  background-image: var(--juegos-hero-image) !important;
  background-size: cover !important;
  background-position: center 30% !important;
  filter: saturate(.9) contrast(1.05);
  transform: scale(1.015);
}

.juegos-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 8, 13, .97) 0%, rgba(5, 8, 13, .88) 35%, rgba(5, 8, 13, .42) 68%, rgba(5, 8, 13, .65) 100%),
    linear-gradient(0deg, #090d13 0%, transparent 54%);
}

.juegos-hero-copy {
  max-width: 710px;
  align-self: end;
}

.juegos-hero-kicker,
.juegos-hero-feature-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--games-cyan);
  font: 700 11px/1 'Barlow', sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.juegos-hero-kicker i {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--games-cyan);
  box-shadow: 0 0 16px var(--games-cyan);
}

.juegos-hero-title {
  max-width: 680px;
  margin: 14px 0 6px !important;
  color: #fff !important;
  font: 400 clamp(42px, 5.1vw, 76px)/.9 'Bebas Neue', sans-serif !important;
  letter-spacing: .015em !important;
  text-wrap: balance;
}

.juegos-hero-title strong {
  color: var(--games-cyan) !important;
  text-shadow: 0 0 28px rgba(0, 212, 255, .22);
}

.juegos-hero-sub {
  max-width: 610px !important;
  margin: 0 0 30px !important;
  color: #b7c2cf !important;
  font: 500 15px/1.55 'Barlow', sans-serif !important;
}

.juegos-hero-feature {
  position: relative;
  padding-left: 18px;
  border-left: 2px solid var(--games-cyan);
}

.juegos-hero-feature-label svg {
  width: 14px;
  height: 14px;
}

.juegos-hero-feature h2 {
  margin: 8px 0 6px;
  color: #fff;
  font: 400 clamp(30px, 3vw, 47px)/1 'Bebas Neue', sans-serif;
  letter-spacing: .025em;
}

.juegos-hero-feature > p {
  max-width: 610px;
  margin: 0 0 14px;
  color: #c1cad5;
  font: 500 14px/1.55 'Barlow', sans-serif;
}

.juegos-hero-badges,
.jc-card-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.jc-tier,
.jc-feature,
.jc-award {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 23px;
  padding: 4px 8px;
  border: 1px solid color-mix(in srgb, var(--signal, #aab6c4) 38%, transparent);
  border-radius: 6px;
  background: color-mix(in srgb, var(--signal, #aab6c4) 15%, rgba(7, 10, 15, .7));
  color: var(--signal, #cdd6e0);
  font: 700 9px/1 'Barlow', sans-serif;
  letter-spacing: .045em;
  text-transform: uppercase;
  white-space: nowrap;
}

.jc-tier--dayone { --signal: var(--games-green); }
.jc-tier--essential { --signal: #a9b4c1; }
.jc-tier--premium { --signal: var(--games-violet); }
.jc-tier--pc { --signal: var(--games-amber); }
.jc-tier--ultimate { --signal: var(--games-cyan); }
.jc-feature { --signal: var(--games-cyan); border-radius: 999px; }
.jc-award { --signal: #f6c85f; }
.jc-award svg { width: 13px; height: 13px; }
.jc-award--hero { min-height: 26px; padding-inline: 10px; }

.juegos-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.juegos-hero-primary,
.juegos-hero-library {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 17px;
  border-radius: 9px;
  font: 700 13px/1 'Barlow', sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s var(--games-ease), border-color .2s, background .2s, box-shadow .2s;
}

.juegos-hero-primary {
  border: 1px solid var(--games-cyan);
  background: var(--games-cyan);
  color: #041117;
  box-shadow: 0 12px 30px rgba(0, 212, 255, .16);
}

.juegos-hero-library {
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(8, 12, 18, .56);
  color: #e8eef5;
  backdrop-filter: blur(10px);
}

.juegos-hero-library.is-active {
  color: var(--games-green);
  border-color: rgba(94, 255, 159, .45);
  background: rgba(94, 255, 159, .1);
}

.juegos-hero-primary svg,
.juegos-hero-library svg {
  width: 17px;
  height: 17px;
}

.juegos-hero-primary:hover,
.juegos-hero-library:hover {
  transform: translateY(-2px);
}

.juegos-hero-community {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  color: #8795a5;
  font: 500 11px/1 'Barlow', sans-serif;
}

.juegos-hero-community strong { color: #e6edf5; }
.juegos-hero-community i { width: 3px; height: 3px; border-radius: 50%; background: #536273; }

.juegos-hero-stats {
  width: 168px;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  align-self: end;
  padding: 8px 0 !important;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(8, 12, 18, .7);
  backdrop-filter: blur(14px);
}

.juegos-hero-stat {
  min-width: 0 !important;
  padding: 14px 17px !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.juegos-hero-stat + .juegos-hero-stat { border-top: 1px solid var(--games-line) !important; }
.juegos-hero-stat-num { display: block; font: 400 29px/1 'Bebas Neue', sans-serif !important; color: #fff !important; }
.juegos-hero-stat-label { display: block; margin-top: 4px; color: #8492a2 !important; font: 600 9px/1.15 'Barlow', sans-serif !important; letter-spacing: .075em !important; }

.juegos-filtros {
  gap: 7px !important;
  margin: 0 !important;
  padding: 12px 2px 14px !important;
  border: 0 !important;
  background: linear-gradient(var(--games-bg) 72%, transparent) !important;
}

.juegos-filtro {
  min-height: 38px;
  display: inline-flex !important;
  align-items: center;
  padding: 0 13px !important;
  border: 1px solid var(--games-line) !important;
  border-radius: 8px !important;
  background: rgba(16, 21, 29, .82) !important;
  color: #a9b4c1 !important;
  font: 650 11px/1 'Barlow', sans-serif !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
}

.juegos-filtro:hover,
.juegos-filtro.is-active {
  color: #041117 !important;
  border-color: var(--games-cyan) !important;
  background: var(--games-cyan) !important;
  box-shadow: 0 0 0 3px rgba(0, 212, 255, .1);
}

.juegos-filtro-cta { margin-left: auto; color: var(--games-cyan) !important; background: transparent !important; }
.juegos-filtro-cta:hover { color: #041117 !important; }

.juegos-toolbar {
  top: 56px !important;
  z-index: 35 !important;
  margin: 0 0 24px !important;
  padding: 10px !important;
  border: 1px solid var(--games-line) !important;
  border-radius: 12px !important;
  background: rgba(10, 14, 20, .88) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .2) !important;
  backdrop-filter: blur(18px);
}

.juegos-toolbar-form { gap: 8px !important; }
.juegos-search-input,
.juegos-sort-select {
  min-height: 42px !important;
  border-color: rgba(255, 255, 255, .1) !important;
  background-color: #10161f !important;
}
.juegos-search-input { border-radius: 8px !important; }
.juegos-sort-select { border-radius: 8px !important; }

.juegos-section { margin: 38px 0 0 !important; }
.juegos-section-head { margin-bottom: 15px !important; }
.juegos-section-title {
  gap: 10px !important;
  color: #f5f8fb !important;
  font: 400 clamp(22px, 2vw, 29px)/1 'Bebas Neue', sans-serif !important;
  letter-spacing: .055em !important;
}
.juegos-section-title::after {
  content: "";
  width: clamp(50px, 8vw, 120px);
  height: 1px;
  margin-left: 4px;
  background: linear-gradient(90deg, rgba(0, 212, 255, .35), transparent);
}
.juegos-section-title svg { width: 17px !important; color: var(--games-cyan); }
.juegos-section-link { min-height: 36px; padding: 0 11px !important; display: inline-flex !important; align-items: center; }

.juegos-podium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.juegos-podium-card {
  min-width: 0;
  min-height: 142px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  position: relative;
  overflow: hidden;
  padding: 14px 36px 14px 14px;
  border: 1px solid rgba(0, 212, 255, .18);
  border-radius: 14px;
  background: linear-gradient(125deg, rgba(0, 212, 255, .075), rgba(16, 21, 29, .95) 44%);
  color: inherit;
  text-decoration: none;
  transition: transform .24s var(--games-ease), border-color .24s, background .24s;
}

.juegos-podium-card:hover { transform: translateY(-3px); border-color: rgba(0, 212, 255, .48); background: linear-gradient(125deg, rgba(0, 212, 255, .12), rgba(18, 24, 33, .98) 48%); }
.juegos-podium-rank { position: absolute; right: 10px; top: 8px; color: rgba(0, 212, 255, .16); font: 400 40px/1 'Bebas Neue', sans-serif; }
.juegos-podium-cover { width: 76px; aspect-ratio: .76; overflow: hidden; border-radius: 9px; background: #0a0e14; }
.juegos-podium-cover img { width: 100%; height: 100%; object-fit: cover; }
.juegos-podium-copy { min-width: 0; display: flex; flex-direction: column; }
.juegos-podium-copy > strong { color: #edf3f8; font: 700 14px/1.18 'Barlow', sans-serif; }
.juegos-podium-copy > small { margin-top: 5px; color: #728092; font: 500 10px/1.2 'Barlow', sans-serif; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.juegos-podium-score { display: flex; align-items: baseline; gap: 3px; margin-top: 11px; }
.juegos-podium-score b { color: var(--games-cyan); font: 400 28px/1 'Bebas Neue', sans-serif; }
.juegos-podium-score em { color: #617082; font: 600 10px/1 'Barlow', sans-serif; font-style: normal; }
.juegos-podium-score i { margin-left: 5px; color: #8b98a7; font: 600 9px/1 'Barlow', sans-serif; font-style: normal; }
.juegos-podium-card > .jc-award { position: absolute; right: 8px; bottom: 8px; font-size: 8px; }

.juegos-leaving-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.juegos-leaving-card {
  aspect-ratio: 1.05;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 107, 107, .18);
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  background: #11161e;
}
.juegos-leaving-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s var(--games-ease); }
.juegos-leaving-card:hover > img { transform: scale(1.06); }
.juegos-leaving-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 6, 10, .12), rgba(7, 9, 14, .95)); }
.juegos-leaving-time { position: absolute; top: 8px; right: 8px; padding: 4px 7px; border-radius: 6px; background: rgba(255, 107, 107, .92); color: #190707; font: 800 9px/1 'Barlow', sans-serif; text-transform: uppercase; }
.juegos-leaving-copy { position: absolute; left: 11px; right: 11px; bottom: 10px; display: flex; flex-direction: column; }
.juegos-leaving-copy strong { font: 700 12px/1.18 'Barlow', sans-serif; }
.juegos-leaving-copy small { margin-top: 4px; color: #ff9b9b; font: 600 9px/1 'Barlow', sans-serif; text-transform: uppercase; letter-spacing: .05em; }

.juegos-carousel {
  gap: 12px !important;
  padding: 2px 2px 12px !important;
}
.juegos-carousel > .juego-card { flex-basis: 204px !important; width: 204px !important; }

.juegos-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: start;
}

.juego-card {
  position: relative;
  align-self: start;
  width: 100%;
  min-width: 0;
  border-color: var(--games-line) !important;
  border-radius: 13px !important;
  background: linear-gradient(180deg, #131923, #0f141c) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
  transition: transform .24s var(--games-ease), border-color .24s, box-shadow .24s !important;
}

.juego-card-link {
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
}

.juego-card-link:focus-visible {
  outline: 2px solid var(--games-cyan) !important;
  outline-offset: -3px !important;
}

.juego-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(0, 212, 255, .42) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .26), 0 0 0 1px rgba(0, 212, 255, .07) !important;
}

.juego-card-img { aspect-ratio: 16 / 10 !important; overflow: hidden; background: #0a0e14; }
.juego-card-img::after { background: linear-gradient(180deg, transparent 42%, rgba(7, 10, 15, .96) 100%) !important; }
.juego-card-body {
  min-height: 0 !important;
  padding: 12px !important;
  justify-content: flex-start !important;
}
.juego-card-titulo { color: #edf2f7 !important; font: 700 14px/1.2 'Barlow', sans-serif !important; }
.juego-card-meta { margin-top: 8px !important; }
.juego-card-badge { font-size: 8px !important; }
.juego-card-fecha { color: #788697 !important; }
.juego-card-ribbon { display: none !important; }
.juego-card-badge-leaving { display: inline-flex !important; align-items: center; gap: 4px; }
.juego-card-badge-leaving svg { width: 11px; height: 11px; }

.jc-card-signals {
  position: absolute;
  z-index: 3;
  left: 8px;
  right: 8px;
  bottom: 8px;
  align-items: flex-end;
  pointer-events: none;
}
.jc-card-signals .jc-tier,
.jc-card-signals .jc-feature,
.jc-card-signals .jc-signal-more {
  min-height: 19px;
  padding: 3px 6px;
  border-radius: 5px;
  background-color: rgba(7, 10, 15, .8);
  backdrop-filter: blur(6px);
  font-size: 7.5px;
}
.jc-card-signals .jc-signal-more {
  border: 1px solid rgba(255, 255, 255, .26);
  color: #d6e1ec;
  font-weight: 800;
}
.juegos-hero-badges .jc-signal-more {
  min-height: 23px;
  display: inline-flex;
  align-items: center;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
  background: rgba(7, 10, 15, .68);
  color: #d8e2ec;
  font: 800 9px/1 'Barlow', sans-serif;
}

.jc-user-state {
  position: absolute;
  z-index: 4;
  top: 8px;
  right: 8px;
  padding: 4px 7px;
  border: 1px solid color-mix(in srgb, var(--state-color) 45%, transparent);
  border-radius: 6px;
  background: color-mix(in srgb, var(--state-color) 88%, #081018);
  color: #051016;
  font: 800 8px/1 'Barlow', sans-serif;
  letter-spacing: .045em;
  text-transform: uppercase;
  pointer-events: none;
}
.juego-card-badge-leaving,
.juego-card-badge-metacritic,
.juego-card-ribbon,
.juego-card > .jc-award { pointer-events: none; }
.jc-user-state--pendiente { --state-color: var(--games-violet); }
.jc-user-state--jugando { --state-color: var(--games-cyan); }
.jc-user-state--terminado { --state-color: var(--games-green); }
.jc-user-state--abandonado { --state-color: var(--games-red); }

.juego-card > .jc-award {
  position: absolute;
  z-index: 6;
  top: 9px;
  left: 9px;
  min-height: 20px;
  padding: 3px 7px;
  background: rgba(17, 13, 5, .88);
  backdrop-filter: blur(8px);
  font-size: 8px;
}
.juego-card-badge-leaving ~ .jc-award { top: 39px; }

.juego-card-community-proof {
  min-height: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 9px 0 0;
  color: #8290a0;
  font: 550 10px/1.25 'Barlow', sans-serif;
}
.juego-card-community-proof svg { width: 12px; height: 12px; flex: 0 0 auto; color: var(--games-cyan); }
.juego-card-foot {
  position: relative;
  z-index: 4;
  margin-top: 10px !important;
}
.juego-card-cta-compra {
  position: relative;
  z-index: 4;
}
.juego-card-pendiente-btn {
  width: auto !important;
  min-width: 42px;
  height: 42px !important;
  flex: 0 0 auto;
  gap: 6px;
  padding: 0 11px;
  border-radius: 9px !important;
}
.juego-card-pendiente-label {
  display: inline;
  font: 750 10px/1 'Barlow', sans-serif;
}
.juego-card--mini .jc-card-signals .jc-tier:nth-of-type(n+4),
.juego-card--mini .jc-card-signals .jc-feature { display: none; }
.juego-card--mini .juego-card-body { min-height: 0 !important; }

.juegos-advfilter-panel { background: #0f151e !important; }
.juegos-advfilter-opt { min-height: 38px; }

:where(.juegos-page-main a, .juegos-page-main button, .juegos-page-main input, .juegos-page-main select):focus-visible {
  outline: 2px solid var(--games-cyan) !important;
  outline-offset: 3px !important;
}

@media (min-width: 1024px) {
  .juegos-layout-with-sidebar { margin-left: 240px; }
  .juegos-filtros { position: sticky !important; top: 0; z-index: 36; }
  .juegos-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .juegos-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .juegos-leaving-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .juegos-podium { grid-template-columns: 1fr; }
}

@media (max-width: 1023px) {
  .juegos-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .juegos-hero { grid-template-columns: 1fr; min-height: 470px; }
  .juegos-hero-stats { width: 100%; grid-template-columns: repeat(3, 1fr) !important; margin-top: 24px; }
  .juegos-hero-stat + .juegos-hero-stat { border-top: 0 !important; border-left: 1px solid var(--games-line) !important; }
  .juegos-podium { grid-template-columns: 1fr; }
  .juegos-leaving-strip { display: flex; overflow-x: auto; }
  .juegos-leaving-card { flex: 0 0 180px; }
}

@media (max-width: 640px) {
  html,
  body { max-width: 100%; overflow-x: clip; }
  .juegos-page-main { padding-inline: 14px !important; }
  .juegos-toolbar {
    position: relative !important;
    top: auto !important;
    z-index: 1 !important;
    margin: 0 0 14px !important;
    padding: 8px 0 10px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }
  .js-on .juegos-toolbar-form {
    grid-template-columns: minmax(0, 1fr) 120px !important;
    grid-template-areas: "search sort" !important;
  }
  .juegos-search-input,
  .juegos-sort-select { min-height: 44px !important; }
  .juegos-search-stats-row { min-height: 0 !important; margin-top: 4px !important; }
  .juegos-search-stats:empty { display: none; }
  .juegos-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 9px !important; }
  .juegos-hero { min-height: 0; padding: 18px 16px !important; border-radius: 16px !important; }
  .juegos-hero-copy { min-width: 0; max-width: 100%; }
  .juegos-hero-kicker { font-size: 9px; }
  .juegos-hero-title { margin: 9px 0 0 !important; font-size: 36px !important; line-height: .9 !important; }
  .juegos-hero-sub { display: none; }
  .juegos-hero-feature { min-width: 0; margin-top: 17px; padding-left: 13px; }
  .juegos-hero-feature h2 { margin: 6px 0; font-size: 30px; }
  .juegos-hero-feature > p { display: none; }
  .juegos-hero-badges {
    max-width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }
  .juegos-hero-badges::-webkit-scrollbar { display: none; }
  .juegos-hero-actions { flex-wrap: nowrap; gap: 7px; margin-top: 12px; }
  .juegos-hero-primary,
  .juegos-hero-library { min-width: 0; flex: 1 1 0; gap: 5px; padding-inline: 7px; font-size: 10px; }
  .juegos-hero-community { display: none; }
  .juegos-hero-stats { display: none !important; }
  .juegos-filtros {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    margin-inline: -14px !important;
    padding-inline: 14px !important;
    contain: inline-size;
  }
  .juegos-filtro { flex: 0 0 auto; scroll-snap-align: start; }
  .juegos-podium {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    gap: 10px;
    margin-inline: -14px;
    padding: 2px 14px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    contain: inline-size;
  }
  .juegos-podium::-webkit-scrollbar { display: none; }
  .juegos-podium-card { flex: 0 0 min(78vw, 270px); min-height: 128px; scroll-snap-align: start; }
  .juegos-carousel,
  .juegos-leaving-strip { contain: inline-size; }
  .juegos-carousel { margin-inline: -14px !important; padding-inline: 14px !important; }
  .juegos-section-head { align-items: flex-start; gap: 8px; }
  .juegos-section-title { min-width: 0; font-size: 18px !important; }
  .juegos-section-link { flex: 0 0 auto; font-size: 9px !important; }
  .juego-card { border-radius: 9px !important; }
  .juego-card-img { aspect-ratio: 16 / 9 !important; }
  .juego-card-body { min-height: 112px !important; gap: 5px !important; padding: 8px !important; }
  .juego-card-titulo {
    min-height: 2.3em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12.5px !important;
    line-height: 1.15 !important;
  }
  .juego-card-meta { min-height: 29px; align-content: flex-start; gap: 3px 4px !important; margin-top: 1px !important; }
  .juego-card-badge { min-height: 17px !important; padding: 3px 5px !important; font-size: 7px !important; }
  .juego-card-fecha { font-size: 8px !important; }
  .juego-card-community-proof { display: none !important; }
  .juego-card-foot { min-height: 36px; margin-top: auto !important; padding-top: 6px; }
  .juego-card-foot-left { gap: 5px !important; }
  .juego-card-stars { display: none !important; }
  .juego-card-rating { gap: 2px !important; font-size: 10px !important; }
  .juego-card-rating::before { content: "★"; color: #ffc400; font-size: 10px; }
  .juego-card-rating-n { font-size: 8px !important; }
  .juego-card-jugando-label { display: none; }
  .juegos-filtro { min-height: 44px !important; }
  .juego-card-pendiente-btn {
    width: 40px !important;
    min-width: 40px;
    height: 40px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: rgba(0, 212, 255, .035) !important;
  }
  .juego-card-pendiente-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
  .jc-card-signals { gap: 4px; }
  .jc-card-signals .jc-tier,
  .jc-card-signals .jc-feature,
  .jc-card-signals .jc-signal-more { padding-inline: 5px; font-size: 7px; }
}

@media (max-width: 359px) {
  .juegos-page-main { padding-inline: 10px !important; }
  .juegos-filtros,
  .juegos-podium,
  .juegos-carousel { margin-inline: -10px !important; padding-inline: 10px !important; }
  .juegos-grid { gap: 8px !important; }
  .juego-card-pendiente-label { display: none; }
  .juego-card-pendiente-btn { width: 38px !important; min-width: 38px; height: 38px !important; }
  .juego-card-body { min-height: 108px !important; padding: 7px !important; }
  .juego-card-titulo { font-size: 11.5px !important; }
}

@media (min-width: 1600px) {
  .juegos-grid { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
}

@media (prefers-reduced-motion: reduce) {
  .juego-card,
  .juego-card-img img,
  .juegos-leaving-card img,
  .juegos-hero-primary,
  .juegos-hero-library,
  .juegos-podium-card {
    transition: none !important;
  }
}
