/* ==========================================================================
   MONTH BOARD v3 — desktop contained grid
   Fixed row height · stretch cells · nothing bleeds outside the box
   Scoped to desktop UI only (mobile untouched).
   ========================================================================== */
@media (min-width: 901px) {
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro {
    --gc-month-fit-header: calc(var(--header-height, 52px) + 1.1rem);
    --gc-month-fit-chrome: 3.1rem;
    --gc-month-fit-upcoming: calc(clamp(4.75rem, 7.5vh, 6rem) + 1.55rem);
    --gc-month-fit-weekdays: 1.2rem;
    --gc-month-fit-stack-gap: 0.28rem;
    --gc-month-fit-offset: calc(
      var(--gc-month-fit-header) +
      var(--gc-month-fit-chrome) +
      var(--gc-month-fit-upcoming) +
      var(--gc-month-fit-weekdays) +
      var(--gc-month-fit-stack-gap) +
      0.35rem
    );
    --gc-month-board-row-h: clamp(
      13.5rem,
      calc((100dvh - var(--gc-month-fit-offset)) / 6),
      17.5rem
    );
    --gc-month-board-pad: 0.24rem;
    --gc-month-board-gap: 0.18rem;
    --gc-month-board-meta-h: 2.35rem;
    --gc-month-board-more-h: 1.28rem;
    --gc-month-board-day-head: 1.15rem;
    --gc-month-board-day-head-today: 1.38rem;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .cal-page {
    padding-top: 0.15rem !important;
    padding-bottom: 0.35rem !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--desktop-ui {
    gap: 0.38rem !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-body {
    overflow: visible !important;
    margin-bottom: 0.25rem !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-chrome.gc-chrome--pro {
    padding-block: 0.42rem !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-grid--month-pro .gc-grid__weekdays {
    padding: 0.32rem 0.28rem 0.28rem !important;
  }

  /* ── Grid shell ─────────────────────────────────────────────── */
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-grid__body {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    grid-auto-rows: var(--gc-month-board-row-h) !important;
    align-items: stretch !important;
    align-content: start !important;
    width: 100% !important;
    gap: 0 !important;
  }

  /* ── Cell box — grid: [day head] [content] ─────────────────── */
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--empty,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--pair-sketch,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--layout-single,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--layout-duo,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--layout-busy,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--layout-spotlight {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: var(--gc-month-board-day-head) minmax(0, 1fr) !important;
    flex-direction: unset !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    align-self: stretch !important;
    overflow: hidden !important;
    isolation: isolate !important;
    padding: var(--gc-month-board-pad) !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    transform: none !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--today {
    grid-template-rows: var(--gc-month-board-day-head-today) minmax(0, 1fr) !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--empty {
    grid-template-rows: var(--gc-month-board-day-head) minmax(0, 1fr) !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day:nth-child(7n) {
    border-right: none !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--empty {
    background: rgba(255, 255, 255, 0.015) !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-grid--month-pro .gc-day--layout-busy,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-grid--month-pro .gc-day--layout-duo,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-grid--month-pro .gc-day--layout-spotlight {
    min-height: 0 !important;
    height: 100% !important;
  }

  @media (hover: hover) and (pointer: fine) {
    body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day:not(.gc-day--empty):hover {
      z-index: 1 !important;
      transform: none !important;
      background: rgba(255, 255, 255, 0.025) !important;
      box-shadow: none !important;
    }
  }

  /* ── Day number — in-flow header row, never overlaps posters ── */
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day .gc-day__num {
    grid-row: 1 !important;
    grid-column: 1 !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    inset: auto !important;
    justify-self: end !important;
    align-self: center !important;
    z-index: 3 !important;
    margin: 0 !important;
    padding: 0 0.12rem 0 0 !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    max-width: 100% !important;
    line-height: 1 !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    font-variant-numeric: tabular-nums !important;
    letter-spacing: 0.04em !important;
    border: 0 !important;
    border-radius: 0 !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    animation: none !important;
    transform: none !important;
    transform-origin: center !important;
    isolation: isolate !important;
    flex: unset !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day:not(.gc-day--empty):not(.gc-day--today) .gc-day__num {
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.62) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--sat:not(.gc-day--today) .gc-day__num {
    background: linear-gradient(180deg, rgb(195, 220, 255) 0%, rgba(150, 195, 255, 0.72) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--sun:not(.gc-day--today) .gc-day__num {
    background: linear-gradient(180deg, rgb(255, 210, 220) 0%, rgba(255, 160, 175, 0.72) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--empty .gc-day__num {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.22) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day:not(.gc-day--today) .gc-day__num::after,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day:not(.gc-day--today) .gc-day__num::before {
    content: none !important;
    display: none !important;
  }

  /* Today — rotating light ring around day number */
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--today .gc-day__num {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    position: relative !important;
    isolation: isolate !important;
    overflow: visible !important;
    width: 1.58rem !important;
    height: 1.58rem !important;
    min-width: 1.58rem !important;
    min-height: 1.58rem !important;
    max-width: 1.58rem !important;
    max-height: 1.58rem !important;
    padding: 0 !important;
    margin: 0 0.04rem 0 0 !important;
    border-radius: 50% !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 0.76rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    background: rgba(10, 12, 20, 0.9) !important;
    border: none !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
    animation: none !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--today .gc-day__num::after {
    content: none !important;
    display: none !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--today .gc-day__num::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 50% !important;
    padding: 2.5px !important;
    box-sizing: border-box !important;
    --gc-day-rim-angle: 0deg;
    background: conic-gradient(
      from var(--gc-day-rim-angle),
      rgba(0, 220, 255, 0.98) 0deg,
      rgba(90, 150, 255, 0.94) 52deg,
      rgba(175, 100, 255, 0.92) 104deg,
      rgba(255, 90, 180, 0.9) 156deg,
      rgba(255, 140, 60, 0.88) 208deg,
      rgba(255, 215, 80, 0.86) 260deg,
      rgba(80, 235, 160, 0.9) 312deg,
      rgba(0, 220, 255, 0.98) 360deg
    ) !important;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
    -webkit-mask-composite: xor !important;
    mask-composite: exclude !important;
    transform: none !important;
    filter: drop-shadow(0 0 6px rgba(100, 210, 255, 0.38)) !important;
    animation: gc-day-rim-spin 5.5s linear infinite !important;
    will-change: --gc-day-rim-angle !important;
    z-index: -1 !important;
    pointer-events: none !important;
  }

  html[data-theme="light"] body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day:not(.gc-day--empty):not(.gc-day--today) .gc-day__num {
    background: linear-gradient(180deg, #0a0a0c 0%, rgba(10, 10, 12, 0.55) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }

  html[data-theme="light"] body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--today .gc-day__num {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: rgba(0, 90, 200, 0.9) !important;
    border: none !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
  }

  html[data-theme="light"] body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--today .gc-day__num::before {
    display: block !important;
    filter: drop-shadow(0 0 5px rgba(0, 122, 255, 0.35)) !important;
  }

  /* ── Content — row 2, starts below day head ─────────────────── */
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__content {
    grid-row: 2 !important;
    grid-column: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    flex: unset !important;
    min-height: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    max-height: 100% !important;
    overflow: hidden !important;
    padding: 0.1rem 0.06rem 0.08rem !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--pair-sketch .gc-day__content {
    flex: unset !important;
    min-height: 0 !important;
    height: 100% !important;
    max-height: 100% !important;
    padding: 0.08rem 0.06rem 0.08rem !important;
    overflow: hidden !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--today .gc-day__content,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--today:not(.gc-day--empty) .gc-day__content,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--pair-sketch.gc-day--today .gc-day__content {
    padding-top: 0.08rem !important;
  }

  /* ── Pair body — flex column: row grows, +N pinned bottom ───── */
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-single,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--pair-sketch .gc-day__body,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid.gc-day__body--busy {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    overflow: hidden !important;
    gap: var(--gc-month-board-gap) !important;
    padding: 0 !important;
    margin: 0 !important;
    animation: none !important;
    opacity: 1 !important;
    grid-template-columns: unset !important;
    grid-template-rows: unset !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__row,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid .gc-day-pair__row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    flex: 1 1 0 !important;
    min-height: 0 !important;
    width: 100% !important;
    max-height: none !important;
    height: auto !important;
    gap: var(--gc-month-board-gap) !important;
    align-items: stretch !important;
    align-self: stretch !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__row--single,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-single .gc-day-pair__row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  /* ── Card — hero row (poster + vertical platforms) + title ─── */
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__card,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid .gc-day-pair__card {
    position: relative !important;
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: stretch !important;
    justify-items: stretch !important;
    gap: 0.12rem !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer !important;
    text-align: left !important;
    align-self: stretch !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__hero,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid .gc-day-pair__hero,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--pair-grid-desktop .gc-day-pair__hero {
    grid-row: 1 !important;
    grid-column: 1 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0.05rem !important;
    min-height: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    container-type: size !important;
    container-name: gc-poster-hero !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-single .gc-day-pair__hero,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--pair-grid-desktop .gc-day__body--pair-single .gc-day-pair__hero {
    justify-content: center !important;
    max-width: 100% !important;
  }

  /* Poster — 2:3, packed tight with platforms */
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__art,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid .gc-day-pair__art,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid:not(.gc-day__body--pair-single) .gc-day-pair__art,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--pair-grid-desktop .gc-day-pair__art {
    position: relative !important;
    display: block !important;
    flex: 0 0 auto !important;
    width: auto !important;
    height: 100% !important;
    max-height: 100% !important;
    max-width: calc(100% - 1.12rem) !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding-bottom: 0 !important;
    aspect-ratio: 2 / 3 !important;
    margin: 0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.32) !important;
    container-type: unset !important;
    container-name: unset !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-single .gc-day-pair__art,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--pair-grid-desktop .gc-day__body--pair-single .gc-day-pair__art {
    max-width: min(6.25rem, calc(100% - 1.12rem)) !important;
  }

  /* Platforms — glued to poster edge */
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__hero .gc-day-pair__platforms,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__platforms--side,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--pair-grid-desktop .gc-day-pair__hero .gc-day-pair__platforms,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--pair-grid-desktop .gc-day-pair__platforms--side {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    flex: 0 0 1.05rem !important;
    justify-content: center !important;
    align-items: center !important;
    align-self: stretch !important;
    gap: 0.08rem !important;
    width: 1.05rem !important;
    min-width: 1.05rem !important;
    max-width: 1.05rem !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 0 !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__hero .gc-day-pair__platforms .gc-day-meta__platform,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--pair-grid-desktop .gc-day-pair__hero .gc-day-pair__platforms .gc-day-meta__platform {
    width: 1.05rem !important;
    height: 1.05rem !important;
    min-width: 1.05rem !important;
    min-height: 1.05rem !important;
    flex: 0 0 1.05rem !important;
    padding: 0.06rem !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__hero .gc-day-pair__platforms .gc-day-meta__platform .gc-platform-mark,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__hero .gc-day-pair__platforms .gc-day-meta__platform img.gc-platform-mark,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__hero .gc-day-pair__platforms .gc-day-meta__platform svg.gc-platform-mark,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--pair-grid-desktop .gc-day-pair__hero .gc-day-pair__platforms .gc-day-meta__platform .gc-platform-mark,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--pair-grid-desktop .gc-day-pair__hero .gc-day-pair__platforms .gc-day-meta__platform img.gc-platform-mark,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--pair-grid-desktop .gc-day-pair__hero .gc-day-pair__platforms .gc-day-meta__platform svg.gc-platform-mark {
    width: 0.62rem !important;
    height: 0.62rem !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__art > .gc-cover,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__art > .gc-cover--placeholder,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid .gc-day-pair__art > .gc-cover,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid .gc-day-pair__art > .gc-cover--placeholder,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid:not(.gc-day__body--pair-single) .gc-day-pair__art > .gc-cover,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid:not(.gc-day__body--pair-single) .gc-day-pair__art > .gc-cover--placeholder {
    position: absolute !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: unset !important;
    border-radius: inherit !important;
    overflow: hidden !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    background: none !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__art .gc-cover--poster-month-trio,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid .gc-day-pair__art .gc-cover--poster-month-trio,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid:not(.gc-day__body--pair-single) .gc-day-pair__art .gc-cover--poster-month-trio {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: unset !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__art .gc-cover__img,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__art .gc-cover__fallback,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid .gc-day-pair__art .gc-cover__img,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid .gc-day-pair__art .gc-cover__fallback,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid:not(.gc-day__body--pair-single) .gc-day-pair__art .gc-cover__img,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid:not(.gc-day__body--pair-single) .gc-day-pair__art .gc-cover__fallback {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: unset !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: inherit !important;
  }

  /* Meta — title under hero */
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__meta,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid .gc-day-pair__meta {
    display: flex !important;
    flex-direction: column !important;
    grid-row: 2 !important;
    grid-column: 1 !important;
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-height: var(--gc-month-board-meta-h) !important;
    gap: 0.06rem !important;
    padding-top: 0.08rem !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 2 !important;
    align-self: stretch !important;
    justify-self: stretch !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid:not(.gc-day__body--pair-single) .gc-day-pair__studios,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid.gc-day__body--busy .gc-day-pair__studios {
    display: none !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__title,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid .gc-day-pair__title {
    font-size: 0.6rem !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.01em !important;
    color: #fff !important;
    text-align: left !important;
    text-transform: uppercase !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    min-height: 0 !important;
    max-height: 2rem !important;
    flex: 0 0 auto !important;
    align-self: stretch !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__studios,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid .gc-day-pair__studios {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    min-width: 0 !important;
    overflow: hidden !important;
    flex: 0 0 auto !important;
    align-self: stretch !important;
    margin-top: 0 !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__studio,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid .gc-day-pair__studio {
    font-size: 0.48rem !important;
    font-weight: 600 !important;
    line-height: 1.12 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, 0.5) !important;
    text-align: left !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__studio--pub {
    color: rgba(255, 255, 255, 0.36) !important;
  }

  /* +N releases — always at cell bottom */
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid .gc-day__more--pair {
    flex: 0 0 var(--gc-month-board-more-h) !important;
    width: 100% !important;
    min-height: var(--gc-month-board-more-h) !important;
    max-height: var(--gc-month-board-more-h) !important;
    margin: 0 !important;
    margin-top: auto !important;
    align-self: stretch !important;
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    grid-row: unset !important;
    grid-column: unset !important;
    box-sizing: border-box !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: rgb(120, 220, 255) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.25rem !important;
    padding: 0 0.4rem !important;
    font-size: 0.52rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    overflow: hidden !important;
    cursor: pointer !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid.gc-day__body--busy::after {
    content: none !important;
    display: none !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid.gc-day__body--busy .gc-day-pair__card {
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  /* ── Spotlight (1 game, non-pair layout) ─────────────────────── */
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--layout-spotlight .gc-day__body--spotlight {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: 100% !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--layout-spotlight .gc-day-spotlight {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--layout-spotlight .gc-day-spotlight__hero {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: 100% !important;
    gap: 0.2rem !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--layout-spotlight .gc-day-spotlight__poster {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--layout-spotlight .gc-day-spotlight__art {
    position: relative !important;
    width: auto !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding-bottom: 0 !important;
    aspect-ratio: 2 / 3 !important;
    justify-self: center !important;
    align-self: center !important;
    margin-inline: auto !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--layout-spotlight .gc-day-spotlight__art > .gc-cover,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--layout-spotlight .gc-day-spotlight__art > .gc-cover--poster-month-lg {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: unset !important;
    min-height: 0 !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--layout-spotlight .gc-day-spotlight__art .gc-cover__img,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--layout-spotlight .gc-day-spotlight__art .gc-cover__fallback {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: unset !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--layout-spotlight .gc-day-spotlight__footer {
    flex: 0 0 auto !important;
    overflow: hidden !important;
    padding: 0.1rem 0 0 !important;
  }

  /* Hover — glow inside cell, no movement */
  @media (hover: hover) and (pointer: fine) {
    body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__card:hover .gc-day-pair__art {
      transform: none !important;
      border-color: rgba(100, 210, 255, 0.38) !important;
      box-shadow: 0 0 0 1px rgba(100, 210, 255, 0.2), 0 6px 18px rgba(0, 0, 0, 0.4) !important;
      transition: border-color 0.22s ease, box-shadow 0.22s ease !important;
    }

    body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__card:hover {
      opacity: 0.94 !important;
      transform: none !important;
    }
  }

  /* ── Authority overrides (beat mobile-perf DESKTOP MONTH auto rows) ── */
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-grid__body {
    grid-auto-rows: var(--gc-month-board-row-h) !important;
    align-items: stretch !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day:not(.gc-day--empty),
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--pair-sketch {
    height: 100% !important;
    min-height: 0 !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day--pair-sketch .gc-day__content {
    flex: unset !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 0 !important;
    padding: 0.08rem 0.06rem 0.08rem !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid:has(.gc-day__more--pair) .gc-day-pair__row {
    align-self: stretch !important;
    align-items: stretch !important;
    height: auto !important;
    max-height: none !important;
  }

  /* Neutralize width-led rules from mobile-perf DESKTOP MONTH */
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid .gc-day-pair__art,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid:not(.gc-day__body--pair-single) .gc-day-pair__art,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-single .gc-day-pair__art {
    width: auto !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    aspect-ratio: 2 / 3 !important;
    flex: unset !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid .gc-day-pair__art .gc-cover,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid .gc-day-pair__art .gc-cover--poster-month-trio,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid:not(.gc-day__body--pair-single) .gc-day-pair__art .gc-cover,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day__body--pair-grid:not(.gc-day__body--pair-single) .gc-day-pair__art .gc-cover--poster-month-trio {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: unset !important;
  }

  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-cover--poster-month-trio,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-cover--poster-month-trio .gc-cover__img,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__art .gc-cover--poster-month-trio,
  body.category-page--games:has(.gc-app--desktop-ui) .gc-app--month-pro .gc-grid--month:not(.gc-grid--month-compact) .gc-day-pair__art .gc-cover--poster-month-trio .gc-cover__img {
    min-height: 0 !important;
    min-width: 0 !important;
  }
}
