/* Foundation and shared public components */
:root {
  --site-green: #01875f;
  --site-green-dark: #006c4c;
  --site-ink: #202124;
  --site-text: #3c4043;
  --site-muted: #5f6368;
  --site-line: #dadce0;
  --site-surface: #f8f9fa;
  --blue: var(--site-green);
  --blue-2: var(--site-green-dark);
  --ink: var(--site-ink);
  --text: var(--site-text);
  --muted: var(--site-muted);
  --line: var(--site-line);
  --panel: #fff;
  --canvas: #fff;
  --radius: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 0;
  color: var(--text);
  background: var(--canvas);
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.site-container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.panel { background: var(--panel); border-radius: var(--radius); }

.site-utility { height: 30px; color: #7e8da4; background: #f7f9fc; border-bottom: 1px solid #edf1f7; font-size: 12px; }
.utility-inner { height: 30px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner nav { display: flex; align-items: center; gap: 24px; }
.utility-inner a:hover { color: var(--blue); }
.site-header { background: #fff; }
.masthead { height: 84px; display: flex; align-items: center; }
.brand { width: 202px; display: block; }
.brand img { width: 148px; height: auto; }
.header-search { width: 440px; height: 42px; margin-left: 40px; display: flex; border: 2px solid var(--blue); border-radius: 7px; overflow: hidden; background: #fff; }
.header-search input { min-width: 0; flex: 1; padding: 0 16px; border: 0; outline: 0; color: var(--ink); font-size: 14px; }
.header-search input::placeholder { color: #9baac0; }
.header-search button { width: 58px; border: 0; background: var(--blue); cursor: pointer; display: grid; place-items: center; }
.header-search button img { width: 21px; height: 21px; filter: brightness(0) invert(1); }
.header-search button:hover { background: var(--blue-2); }
.hot-searches { min-width: 0; flex: 1; margin-left: 28px; display: flex; gap: 13px; overflow: hidden; white-space: nowrap; font-size: 12px; }
.hot-searches span { color: #9aa9be; }
.hot-searches a { color: #607795; }
.hot-searches a:hover { color: var(--blue); }
.primary-nav { height: 46px; background: var(--blue); }
.nav-inner { height: 46px; display: flex; align-items: stretch; }
.nav-inner a { width: 140px; color: #fff; display: grid; place-items: center; font-size: 16px; font-weight: 700; transition: background .18s ease; }
.nav-inner a:hover, .nav-inner a.active { background: rgba(0, 0, 0, .14); }

.home-page { padding: 18px 0 30px; }
.game-directory { padding: 22px 24px 18px; margin-bottom: 16px; }
.icon-strip { display: grid; grid-template-columns: repeat(10, 1fr); gap: 10px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.icon-entry { min-width: 0; text-align: center; }
.icon-entry img { width: 66px; height: 66px; margin: 0 auto 9px; border-radius: 15px; object-fit: cover; box-shadow: 0 8px 22px rgba(23, 55, 100, .1); }
.icon-entry span { display: block; color: #4c5e78; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.icon-entry:hover span { color: var(--blue); }
.directory-lines { padding-top: 9px; }
.directory-line { height: 34px; display: flex; align-items: center; gap: 0; white-space: nowrap; overflow: hidden; font-size: 13px; }
.directory-line strong { width: 76px; color: #536984; font-size: 14px; }
.line-mark { width: 5px; height: 5px; margin-right: 14px; background: #d9e0eb; transform: rotate(45deg); }
.directory-line a { padding: 0 13px; border-right: 1px solid #e7ecf3; }
.directory-line a:hover { color: var(--blue); }

.editorial-grid { display: grid; grid-template-columns: 296px 592px 296px; gap: 8px; margin-bottom: 16px; align-items: stretch; }
.editorial-side { height: 750px; padding: 0 18px; overflow: hidden; display: grid; grid-template-rows: 296px 446px; gap: 8px; }
.compact-section + .compact-section { margin-top: 0; }
.section-heading { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.section-heading.small { min-height: 62px; }
.section-heading > div { min-width: 0; }
.section-heading h2 { margin: 0; display: flex; align-items: center; gap: 11px; color: var(--ink); font-size: 24px; line-height: 1.15; }
.section-heading.small h2 { font-size: 20px; }
.section-heading h2 img { width: 26px; height: 26px; object-fit: contain; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }
.section-heading.small h2 img { width: 22px; height: 22px; }
.section-heading p { margin: 6px 0 0 37px; color: var(--muted); font-size: 13px; }
.section-heading > a { flex: 0 0 auto; color: #96a5b9; font-size: 13px; }
.section-heading > a:hover { color: var(--blue); }
.category-links { padding: 13px 0 2px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
.category-links a { height: 35px; display: flex; align-items: center; color: #526987; font-size: 14px; }
.category-section + .guide-section { margin-top: 0; }
.category-links a::before { content: ""; width: 4px; height: 4px; margin-right: 8px; border-radius: 50%; background: #b7c4d5; }
.category-links a:hover { color: var(--blue); }
.lead-story { margin-top: 15px; display: grid; grid-template-columns: 102px 1fr; gap: 12px; align-items: center; }
.lead-story img { width: 102px; height: 70px; object-fit: cover; border-radius: 7px; }
.lead-story strong { color: var(--ink); font-size: 15px; line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.headline-list { margin-top: 10px; }
.headline-list a { height: 40px; display: flex; align-items: center; border-top: 1px solid #edf1f7; overflow: hidden; color: #58708e; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.headline-list a::before { content: ""; width: 3px; height: 3px; margin-right: 8px; border-radius: 50%; background: #94a5bb; }
.headline-list a:hover { color: var(--blue); }

.editorial-center { display: grid; grid-template-rows: 296px 446px; gap: 8px; }
.hero-cluster { position: relative; height: 296px; overflow: hidden; border-radius: var(--radius); background: #123; }
.hero-stage, .hero-slide { width: 100%; height: 100%; }
.hero-slide { display: none; }
.hero-slide.is-active, .hero-slide:first-child { display: block; }
.hero-card { position: relative; overflow: hidden; border-radius: var(--radius); background: #123; }
.hero-card.hero-slide { position: absolute; inset: 0; }
.hero-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.hero-card:hover > img { transform: scale(1.025); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 24, 48, .02) 28%, rgba(6, 22, 48, .9) 100%); }
.hero-copy { position: absolute; left: 22px; right: 18px; bottom: 20px; color: #fff; }
.hero-copy em { width: max-content; display: block; margin-bottom: 7px; padding: 4px 9px; border-radius: 5px; background: #16aa70; font-size: 12px; font-style: normal; }
.hero-copy strong { display: block; font-size: 25px; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hero-copy small { display: block; margin-top: 9px; color: rgba(255,255,255,.86); font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hero-dots { position: absolute; right: 18px; bottom: 18px; z-index: 3; display: flex; gap: 7px; }
.hero-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.62); cursor: pointer; }
.hero-dots button.is-active, .hero-dots button:first-child { width: 22px; border-radius: 5px; background: #fff; }
.latest-panel { overflow: hidden; padding: 0 18px; }
.tab-list { height: 62px; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.tab-list button, .updates-tabs button { position: relative; border: 0; background: transparent; color: #778aa5; cursor: pointer; font-weight: 700; }
.tab-list button::after, .updates-tabs button::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: -1px; height: 2px; background: var(--blue); transition: left .18s, right .18s; }
.tab-list button.is-active, .updates-tabs button.is-active { color: var(--blue); }
.tab-list button.is-active::after, .updates-tabs button.is-active::after { left: 18%; right: 18%; }
.tab-panel { display: none; }
.tab-panel.is-active { display: block; }
.tab-lead { height: 56px; display: flex; align-items: center; justify-content: center; padding: 0 20px; border-bottom: 1px solid #edf1f7; color: var(--blue); font-size: 14px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tab-lead:hover { color: var(--blue-2); }
.news-row { height: 40px; display: grid; grid-template-columns: 86px 1fr 46px; gap: 8px; align-items: center; border-bottom: 1px solid #edf1f7; font-size: 13px; }
.news-row b { min-width: 0; display: flex; align-items: center; gap: 7px; color: #324966; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.news-row b img { width: 18px; height: 18px; flex: 0 0 18px; border-radius: 4px; object-fit: cover; }
.news-row span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.news-row time { color: #8da0b8; text-align: right; }
.news-row:hover span { color: var(--blue); }
.tab-panel .news-row:last-of-type { border-bottom: 0; }

.recommend-list a { height: 39px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px; border-bottom: 1px solid #edf1f7; }
.recommend-list strong { color: #3d5471; font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.recommend-list span { color: #96a5ba; font-size: 12px; }
.recommend-list a:hover strong { color: var(--blue); }
.rank-list a { min-height: 43px; display: grid; grid-template-columns: 24px minmax(0,1fr) auto; gap: 10px; align-items: center; border-bottom: 1px solid #edf1f7; }
.rank-list i { color: #8799b1; font-size: 14px; font-style: normal; text-align: center; }
.rank-list a:nth-child(-n+3) i { color: #ff6b16; font-weight: 800; }
.rank-list img { display: none; width: 56px; height: 56px; border-radius: 12px; object-fit: cover; }
.rank-list span { min-width: 0; }
.rank-list strong, .rank-list small { display: block; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rank-list strong { color: #324a68; font-size: 13px; }
.rank-list small { display: none; margin-top: 4px; color: #94a5bb; font-size: 11px; }
.rank-list em { display: none; color: var(--blue); font-size: 11px; font-style: normal; }
.rank-list a.is-expanded { min-height: 82px; grid-template-columns: 24px 56px minmax(0,1fr); padding: 8px 0; }
.rank-list a.is-expanded img, .rank-list a.is-expanded small { display: block; }
.rank-list a.is-expanded em { display: inline-flex; width: 52px; height: 24px; margin-top: 6px; align-items: center; justify-content: center; border: 1px solid var(--blue); border-radius: 5px; }

.platform-panel { margin-bottom: 16px; padding: 0 24px 24px; }
.platform-android, .platform-ios { background: var(--panel); }
.section-filter-nav { min-width: 0; margin-left: auto; display: flex; align-items: center; white-space: nowrap; overflow: hidden; }
.section-filter-nav a { position: relative; padding: 0 14px; color: #6f819b; font-size: 14px; line-height: 72px; }
.section-filter-nav a + a::before { position: absolute; left: 0; top: 50%; width: 1px; height: 16px; background: #e7ecf3; transform: translateY(-50%); content: ""; }
.section-filter-nav a:hover, .section-filter-nav a.is-active { color: var(--blue); }
.section-filter-nav a.is-active { font-weight: 700; }
.section-filter-nav a.is-active::after { position: absolute; right: 14px; bottom: 0; left: 14px; height: 2px; background: var(--blue); content: ""; }
.platform-body { display: grid; grid-template-columns: 1fr 260px; gap: 24px; padding-top: 20px; }
.game-grid { display: grid; grid-template-columns: repeat(8, 1fr); column-gap: 12px; row-gap: 16px; align-content: start; }
.game-tile { min-width: 0; height: 126px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 0 4px; text-align: center; transition: transform .18s ease; }
.game-tile:hover { transform: translateY(-2px); }
.game-tile img { width: 72px; height: 72px; border-radius: 15px; object-fit: cover; box-shadow: 0 7px 18px rgba(27, 58, 105, .08); }
.game-tile strong { display: block; width: 100%; margin-top: 9px; overflow: hidden; color: var(--ink); font-size: 13px; font-weight: 600; white-space: nowrap; text-overflow: ellipsis; }
.game-tile:hover strong { color: var(--blue); }
.platform-ranking { padding-left: 22px; border-left: 1px solid var(--line); }
.platform-ranking h3 { margin: 0 0 8px; color: var(--ink); font-size: 18px; }

.topic-panel { margin-bottom: 16px; padding: 0 24px 24px; }
.topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding-top: 20px; }
.topic-card { height: 170px; position: relative; overflow: hidden; border-radius: 10px; color: #fff; }
.topic-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.topic-card:hover > img { transform: scale(1.035); }
.topic-card > span { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 24%, rgba(7, 25, 50, .92) 100%); }
.topic-card strong { position: absolute; left: 16px; right: 16px; bottom: 40px; font-size: 17px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.topic-card small { position: absolute; left: 16px; right: 16px; bottom: 16px; color: rgba(255,255,255,.78); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.updates-panel { margin-bottom: 16px; padding: 0 24px 24px; }
.updates-heading { position: relative; }
.updates-tabs { height: 72px; display: flex; align-items: stretch; gap: 8px; margin-left: auto; }
.updates-tabs button { padding: 0 18px; font-size: 14px; }
.updates-heading > a { margin-left: 8px; }
.update-columns { grid-template-columns: repeat(3, 1fr); gap: 30px; padding-top: 16px; }
.update-columns.is-active { display: grid; }
.update-columns a { height: 42px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 6px; align-items: center; border-bottom: 1px solid #edf1f7; font-size: 13px; }
.update-columns b { color: #566b87; font-weight: 600; }
.update-columns span { min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.update-columns time { color: var(--blue); font-size: 11px; }
.update-columns a:hover span { color: var(--blue); }

.partner-panel { min-height: 330px; padding: 0 24px 24px; margin-bottom: 16px; }
.partner-companies { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; padding-top: 18px; }
.partner-companies a { min-width: 0; height: 82px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.partner-companies img { width: 46px; height: 46px; object-fit: contain; }
.partner-companies span { min-width: 0; color: #536985; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.partner-tabs { margin-top: 18px; }
.partner-tab-list { height: 46px; display: flex; align-items: stretch; border-bottom: 1px solid var(--line); }
.partner-tab-list button { position: relative; padding: 0 24px; border: 0; background: transparent; color: #70839c; font-size: 15px; cursor: pointer; }
.partner-tab-list button:first-child { padding-left: 0; }
.partner-tab-list button.is-active { color: var(--blue); font-weight: 700; }
.partner-tab-list button.is-active::after { position: absolute; right: 24px; bottom: -1px; left: 24px; height: 2px; background: var(--blue); content: ""; }
.partner-tab-list button:first-child.is-active::after { left: 0; }
.partner-tab-panel { padding-top: 10px; }
.partner-link-list { display: flex; flex-wrap: wrap; }
.partner-link-list a { margin: 8px 0; padding: 0 18px; border-right: 1px solid #dce4ef; color: #6d7f98; font-size: 14px; line-height: 20px; }
.partner-link-list a:first-child { padding-left: 0; }
.partner-link-list a:hover { color: var(--blue); }
.quick-nav { position: fixed; z-index: 20; right: max(12px, calc((100vw - 1200px) / 2 - 104px)); top: 50%; width: 92px; padding: 6px 0; transform: translateY(-50%); border: 1px solid #edf1f7; border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: 0 8px 26px rgba(29,58,97,.08); }
.quick-nav a { height: 42px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #edf1f7; color: #70839c; font-size: 12px; }
.quick-nav a:last-child { border-bottom: 0; }
.quick-nav a:hover,
.quick-nav a.is-active { color: var(--blue); background: #f4f8ff; }
.quick-nav a.is-active { box-shadow: inset 2px 0 0 var(--blue); font-weight: 700; }
.site-footer { background: #fff; border-top: 1px solid #e7edf5; }
.footer-main { min-height: 190px; display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 44px; align-items: start; padding: 36px 0 28px; }
.footer-brand img { width: 126px; margin-bottom: 16px; }
.footer-brand p { margin: 7px 0; color: #8798af; font-size: 12px; }
.footer-group { display: flex; flex-direction: column; gap: 10px; }
.footer-group strong { margin-bottom: 4px; color: var(--ink); font-size: 14px; }
.footer-group a { color: #8495aa; font-size: 12px; }
.footer-group a:hover { color: var(--blue); }
.footer-bottom { height: 56px; display: flex; align-items: center; justify-content: center; gap: 24px; border-top: 1px solid #edf1f7; color: #a0adbd; font-size: 11px; }
.stub-page { padding: 48px 0 160px; }
.stub-panel { min-height: 260px; padding: 46px; background: #fff; border-radius: var(--radius); }
.stub-panel h1 { margin: 0 0 16px; color: var(--ink); }
.stub-panel p { margin-bottom: 24px; }
.stub-panel a { color: var(--blue); }
.pagination { display: flex; justify-content: center; gap: 8px; padding: 24px 0; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

/* PC channel pages: /games and /new-games */
.channel-page { padding: 16px 0 30px; }
.channel-page .panel { margin-bottom: 14px; }
.channel-directory { padding: 12px 24px 13px; }
.channel-icon-strip { display: grid; grid-template-columns: repeat(10, 1fr); gap: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.channel-icon-entry { min-width: 0; text-align: center; }
.channel-icon-entry img { width: 64px; height: 64px; margin: 0 auto 8px; border-radius: 14px; object-fit: cover; box-shadow: 0 7px 18px rgba(26,58,105,.09); }
.channel-icon-entry span { display: block; overflow: hidden; color: #4c607c; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.channel-icon-entry:hover span { color: var(--blue); }
.channel-directory-lines { padding-top: 0; }
.channel-directory-line { height: 32px; display: flex; align-items: center; overflow: hidden; white-space: nowrap; font-size: 13px; }
.channel-directory-line strong { width: 76px; flex: 0 0 76px; color: #425976; font-size: 14px; }
.channel-directory-line i { width: 5px; height: 5px; margin-right: 9px; flex: 0 0 5px; background: #d9e1ed; transform: rotate(45deg); }
.channel-directory-line a { padding: 0 12px; border-right: 1px solid #e4eaf2; color: #5a6f8b; }
.channel-directory-line a:nth-of-type(n+10) { display: none; }
.channel-directory-line a:hover { color: var(--blue); }

.channel-feature-row { display: grid; grid-template-columns: 730px 456px; gap: 14px; }
.channel-feature, .channel-weekly { height: 316px; overflow: hidden; }
.channel-feature { position: relative; background: #102745; }
.channel-feature-slide { position: absolute; inset: 0; color: #fff; }
.channel-feature-slide > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.channel-feature-slide:hover > img { transform: scale(1.025); }
.channel-feature-slide > span { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,20,42,.03) 22%, rgba(5,20,44,.92) 100%); }
.channel-feature-slide > div { position: absolute; right: 30px; bottom: 26px; left: 30px; }
.channel-feature-slide em { display: inline-flex; padding: 4px 9px; border-radius: 4px; background: var(--blue); color: #fff; font-size: 12px; font-style: normal; }
.channel-feature-title { max-width: 620px; margin: 8px 0 0; display: block; overflow: hidden; color: #fff; font-size: 27px; line-height: 1.2; white-space: nowrap; text-overflow: ellipsis; }
.channel-feature-slide p { max-width: 620px; margin: 9px 0 0; overflow: hidden; color: rgba(255,255,255,.84); font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.channel-feature-dots { position: absolute; right: 20px; bottom: 18px; z-index: 4; display: flex; gap: 6px; }
.channel-feature-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.62); cursor: pointer; }
.channel-feature-dots button.is-active { width: 22px; border-radius: 5px; background: #fff; }
.channel-weekly { padding: 0 18px 14px; }
.channel-section-head { height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); }
.channel-section-head h2, .channel-shelf-head h2 { min-width: 0; margin: 0; display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: 20px; }
.channel-section-head h2 img, .channel-shelf-head h2 img { width: 23px; height: 23px; object-fit: contain; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }
.channel-section-head > a, .channel-shelf-head > a { color: #91a2b8; font-size: 13px; }
.channel-section-head > a:hover, .channel-shelf-head > a:hover { color: var(--blue); }
.weekly-grid { display: grid; grid-template-columns: repeat(5, 1fr); row-gap: 11px; padding-top: 14px; }
.weekly-grid a { min-width: 0; text-align: center; }
.weekly-grid img { width: 52px; height: 52px; margin: 0 auto 5px; border-radius: 11px; object-fit: cover; }
.weekly-grid span { display: block; overflow: hidden; color: #405673; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.weekly-grid a:hover span { color: var(--blue); }

.channel-hot-nav { padding: 0 24px 14px; }
.channel-hot-nav .channel-section-head { height: 56px; }
.hot-nav-lines { padding-top: 7px; }
.hot-nav-lines > div { min-height: 34px; display: flex; align-items: center; overflow: hidden; white-space: nowrap; font-size: 13px; }
.hot-nav-lines strong { width: 72px; flex: 0 0 72px; color: #405672; }
.hot-nav-lines a { padding: 0 13px; border-right: 1px solid #e4eaf2; color: #5d718c; }
.hot-nav-lines a:hover { color: var(--blue); }

.channel-shelf { padding: 0 24px 22px; }
.channel-shelf-head { height: 66px; display: grid; grid-template-columns: 250px 1fr auto; align-items: stretch; border-bottom: 1px solid var(--line); }
.channel-shelf-head h2 { align-self: center; }
.channel-shelf-head > a, .channel-shelf-head > span { align-self: center; }
.channel-shelf-head > span { color: #91a2b8; font-size: 13px; }
.channel-tabs { display: flex; align-items: stretch; justify-content: flex-end; }
.channel-tabs button { position: relative; min-width: 92px; padding: 0 15px; border: 0; background: transparent; color: #71839d; font-size: 14px; cursor: pointer; }
.channel-tabs button + button::before { position: absolute; top: 50%; left: 0; width: 1px; height: 15px; background: #e4eaf2; transform: translateY(-50%); content: ""; }
.channel-tabs button.is-active { color: var(--blue); font-weight: 700; }
.channel-tabs button.is-active::after { position: absolute; right: 18px; bottom: -1px; left: 18px; height: 2px; background: var(--blue); content: ""; }
.channel-shelf-panel { display: none; grid-template-columns: repeat(5, 1fr); column-gap: 24px; row-gap: 12px; padding-top: 18px; }
.channel-shelf-panel.is-active { display: grid; }
.channel-game-card { min-width: 0; height: 72px; display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 11px; align-items: center; }
.channel-game-card img { width: 58px; height: 58px; border-radius: 12px; object-fit: cover; box-shadow: 0 6px 16px rgba(26,58,105,.08); }
.channel-game-card span, .channel-game-card strong, .channel-game-card small { min-width: 0; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.channel-game-card strong { color: var(--ink); font-size: 14px; }
.channel-game-card small { margin-top: 7px; color: #8799b1; font-size: 12px; }
.channel-game-card:hover strong { color: var(--blue); }

.channel-double { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.channel-list-panel, .channel-editorial { padding: 0 20px 18px; }
.channel-top-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 26px; }
.channel-top-list a { height: 55px; display: grid; grid-template-columns: 24px 38px minmax(0,1fr) auto; gap: 9px; align-items: center; border-bottom: 1px solid #edf1f7; }
.channel-top-list i { color: #8da0b7; font-style: normal; text-align: center; }
.channel-top-list a:nth-child(-n+3) i { color: #ff6b16; font-weight: 800; }
.channel-top-list img { width: 38px; height: 38px; border-radius: 9px; object-fit: cover; }
.channel-top-list strong { min-width: 0; overflow: hidden; color: #344b68; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.channel-top-list span { color: #93a4ba; font-size: 11px; }
.channel-top-list a:hover strong { color: var(--blue); }
.channel-editorial > a { height: 90px; display: grid; grid-template-columns: 128px minmax(0,1fr); gap: 14px; align-items: center; border-bottom: 1px solid #edf1f7; }
.channel-editorial > a > img { width: 128px; height: 70px; border-radius: 7px; object-fit: cover; }
.channel-editorial > a span, .channel-editorial > a strong, .channel-editorial > a small { min-width: 0; display: block; overflow: hidden; }
.channel-editorial > a strong { color: var(--ink); font-size: 14px; white-space: nowrap; text-overflow: ellipsis; }
.channel-editorial > a small { height: 36px; margin-top: 7px; color: #8294ae; font-size: 12px; line-height: 18px; }
.channel-editorial > a:hover strong { color: var(--blue); }

.channel-catalog { padding: 0 24px 10px; }
.catalog-filters, .new-game-nav { display: flex; align-items: center; gap: 8px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.catalog-filters a, .new-game-nav a { min-width: 72px; height: 30px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; border-radius: 5px; background: #f5f7fb; color: #607590; font-size: 13px; }
.catalog-filters a.active, .new-game-nav a.active, .catalog-filters a:hover, .new-game-nav a:hover { background: #eaf2ff; color: var(--blue); font-weight: 700; }
.channel-catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); column-gap: 28px; padding-top: 10px; }
.catalog-game { min-width: 0; height: 76px; display: grid; grid-template-columns: 52px minmax(0,1fr) auto; gap: 12px; align-items: center; border-bottom: 1px solid #edf1f7; }
.catalog-game img { width: 52px; height: 52px; border-radius: 11px; object-fit: cover; }
.catalog-game span, .catalog-game strong, .catalog-game small { min-width: 0; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.catalog-game strong { color: var(--ink); font-size: 14px; }
.catalog-game small { margin-top: 6px; color: #8799b1; font-size: 12px; }
.catalog-game em { color: #8da0b7; font-size: 11px; font-style: normal; }
.catalog-game:hover strong { color: var(--blue); }
.channel-empty { padding: 56px 24px; color: #899ab0; text-align: center; }
.pagination a { min-width: 34px; height: 34px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: #61748f; font-size: 13px; }
.pagination a:hover, .pagination a.is-active { border-color: var(--blue); background: var(--blue); color: #fff; }

/* PC game finder: /games */
.finder-page { padding: 20px 0 32px; }
.finder-heading { display: flex; align-items: baseline; gap: 18px; margin-bottom: 16px; }
.finder-heading h1 { margin: 0; color: var(--ink); font-size: 26px; line-height: 1.25; }
.finder-heading p { margin: 0; color: #8799b1; font-size: 14px; }
.finder-page .panel { background: #fff; }
.finder-filter { margin-bottom: 14px; padding: 16px 20px; }
.finder-filter-row { min-height: 44px; display: flex; align-items: center; flex-wrap: wrap; gap: 7px 9px; }
.finder-filter-row strong { width: 82px; flex: 0 0 82px; color: #314966; font-size: 14px; }
.finder-filter-row a { height: 30px; padding: 0 11px; display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; color: #617590; font-size: 13px; }
.finder-filter-row a:hover { color: var(--blue); background: #f1f6ff; }
.finder-filter-row a.selected, .finder-filter-row a.active { color: #fff; background: var(--blue); box-shadow: 0 4px 12px rgba(34,105,255,.18); }
.finder-filter-row .finder-clear { margin-left: auto; padding-right: 0; color: #8799b1; }
.finder-filter-row .finder-clear::before { width: 14px; height: 14px; margin-right: 6px; border: 2px solid #91a4bd; border-right-color: transparent; border-radius: 50%; content: ""; }

.finder-toolbar { height: 68px; margin-bottom: 14px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.finder-result-summary { min-width: 0; display: flex; align-items: center; gap: 8px; color: #536985; font-size: 13px; }
.finder-result-summary > b { color: var(--ink); font-size: 15px; }
.finder-active-filters { min-width: 0; align-items: center; gap: 7px; }
.finder-active-filters a { height: 28px; padding: 0 9px; display: inline-flex; align-items: center; gap: 6px; border-radius: 4px; background: #eef4ff; color: #536f96; font-size: 12px; }
.finder-active-filters i { color: #93a4b9; font-style: normal; }
.finder-sort { flex: 0 0 auto; display: flex; align-items: center; gap: 7px; }
.finder-sort > a { height: 34px; padding: 0 14px; display: inline-flex; align-items: center; border: 1px solid #e2e9f2; border-radius: 5px; color: #607590; font-size: 12px; }
.finder-sort > a:hover, .finder-sort > a.selected { border-color: var(--blue); color: #fff; background: var(--blue); }
.finder-sort button { width: 36px; height: 36px; padding: 8px; border: 1px solid #e2e9f2; border-radius: 5px; background: #fff; cursor: pointer; }
.finder-sort button img { width: 100%; height: 100%; filter: brightness(0) saturate(100%) invert(51%) sepia(16%) saturate(707%) hue-rotate(172deg) brightness(92%) contrast(89%); }
.finder-sort button.selected { border-color: var(--blue); background: var(--blue); }
.finder-sort button.selected img { filter: brightness(0) invert(1); }

.finder-content { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 14px; align-items: start; }
.finder-results { min-width: 0; }
.finder-results-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.finder-game-card { min-width: 0; min-height: 352px; display: flex; flex-direction: column; padding: 16px; border: 1px solid #edf1f7; border-radius: 7px; background: #fff; box-shadow: 0 7px 20px rgba(32,62,104,.045); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.finder-game-card:hover { border-color: #b9d0ff; box-shadow: 0 10px 26px rgba(34,105,255,.09); transform: translateY(-2px); }
.finder-game-logo { width: 94px; height: 94px; margin: 0 auto 13px; }
.finder-game-logo img { width: 100%; height: 100%; border-radius: 18px; object-fit: cover; box-shadow: 0 7px 20px rgba(25,56,100,.10); }
.finder-game-card h2 { margin: 0 0 9px; overflow: hidden; font-size: 16px; line-height: 22px; white-space: nowrap; text-overflow: ellipsis; }
.finder-game-card h2 a { color: var(--ink); }
.finder-game-card:hover h2 a { color: var(--blue); }
.finder-game-tags { height: 24px; display: flex; align-items: center; gap: 6px; overflow: hidden; }
.finder-game-tags span { height: 22px; padding: 0 7px; display: inline-flex; align-items: center; border-radius: 4px; background: #f3f6fa; color: #71839c; font-size: 11px; white-space: nowrap; }
.finder-game-card > small { margin-top: 6px; color: #8799b1; font-size: 11px; }
.finder-game-card > p { height: 57px; margin: 10px 0 12px; overflow: hidden; color: #627791; font-size: 12px; line-height: 19px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.finder-game-meta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; color: #8b9db4; font-size: 11px; }
.finder-game-meta b { color: #ff7717; font-weight: 600; }
.finder-game-meta time { font-style: normal; }
.finder-detail-button { height: 32px; margin-top: 13px; display: flex; align-items: center; justify-content: center; border: 1px solid #8db3ff; border-radius: 5px; color: var(--blue); font-size: 12px; font-weight: 700; }
.finder-detail-button:hover { border-color: var(--blue); color: #fff; background: var(--blue); }
.finder-results-grid.is-list-view { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.finder-results-grid.is-list-view .finder-game-card { min-height: 150px; display: grid; grid-template-columns: 112px minmax(0,1fr) 88px; grid-template-rows: auto auto 1fr auto; column-gap: 15px; padding: 15px; }
.finder-results-grid.is-list-view .finder-game-logo { width: 112px; height: 112px; grid-row: 1 / span 4; margin: 0; }
.finder-results-grid.is-list-view .finder-game-card h2 { grid-column: 2; }
.finder-results-grid.is-list-view .finder-game-tags { grid-column: 2; }
.finder-results-grid.is-list-view .finder-game-card > small { grid-column: 2; }
.finder-results-grid.is-list-view .finder-game-card > p { grid-column: 2; height: 38px; margin: 7px 0 0; -webkit-line-clamp: 2; }
.finder-results-grid.is-list-view .finder-game-meta { grid-column: 3; grid-row: 1; align-self: start; justify-content: flex-end; }
.finder-results-grid.is-list-view .finder-game-meta b { margin-right: 8px; }
.finder-results-grid.is-list-view .finder-detail-button { grid-column: 3; grid-row: 4; margin: 0; align-self: end; }
.finder-empty { min-height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 7px; background: #fff; }
.finder-empty strong { color: var(--ink); font-size: 17px; }
.finder-empty p { margin: 8px 0 14px; }
.finder-empty a { color: var(--blue); }

.finder-sidebar { min-width: 0; }
.finder-side-panel { padding: 0 18px 14px; margin-bottom: 14px; }
.finder-side-head { height: 58px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.finder-side-head h2 { position: relative; margin: 0; padding-left: 13px; color: var(--ink); font-size: 20px; }
.finder-side-head h2::before { position: absolute; top: 50%; left: 0; width: 3px; height: 20px; background: var(--blue); transform: translateY(-50%); content: ""; }
.finder-side-head > a { color: #91a2b8; font-size: 12px; }
.finder-rank-list > a { min-width: 0; height: 50px; display: grid; grid-template-columns: 24px 0 minmax(0,1fr); gap: 0 8px; align-items: center; overflow: hidden; border-bottom: 1px solid #edf1f7; transition: height .18s ease; }
.finder-rank-list > a:last-child { border-bottom: 0; }
.finder-rank-list i { color: #8da0b7; font-size: 13px; font-style: normal; text-align: center; }
.finder-rank-list > a:nth-child(-n+3) i { color: #ff6511; font-weight: 800; }
.finder-rank-list img { width: 0; height: 0; border-radius: 10px; object-fit: cover; transition: width .18s ease, height .18s ease; }
.finder-rank-list span, .finder-rank-list strong, .finder-rank-list small { min-width: 0; display: block; }
.finder-rank-list strong { overflow: hidden; color: #3f5673; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.finder-rank-list small, .finder-rank-list b { display: none; }
.finder-rank-list > a.is-expanded { height: 92px; grid-template-columns: 24px 62px minmax(0,1fr); }
.finder-rank-list > a.is-expanded img { width: 62px; height: 62px; }
.finder-rank-list > a.is-expanded strong { color: var(--ink); font-size: 14px; }
.finder-rank-list > a.is-expanded small { margin-top: 5px; display: flex; align-items: center; gap: 6px; color: #8799b1; font-size: 11px; }
.finder-rank-list small em { font-style: normal; }
.finder-rank-list > a.is-expanded b { width: 50px; height: 25px; margin-top: 7px; display: flex; align-items: center; justify-content: center; border: 1px solid #9abbff; border-radius: 4px; color: var(--blue); font-size: 11px; }
.finder-rank-list > a:hover strong { color: var(--blue); }
.finder-category-list { padding-top: 8px; }
.finder-category-list a { height: 42px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid #edf1f7; color: #536985; font-size: 13px; }
.finder-category-list a:last-child { border-bottom: 0; }
.finder-category-list img { width: 18px; height: 18px; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }
.finder-category-list a:hover { color: var(--blue); }
.finder-pagination { margin-top: 14px; padding: 15px 0; border-radius: 7px; background: #fff; }
.finder-discovery { margin-top: 14px; padding: 0 20px 15px; }
.finder-discovery > h2 { height: 56px; margin: 0; display: flex; align-items: center; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 18px; }
.finder-discovery > div { min-height: 36px; display: flex; align-items: center; overflow: hidden; white-space: nowrap; }
.finder-discovery > div strong { width: 78px; flex: 0 0 78px; color: #405672; font-size: 13px; }
.finder-discovery > div a { padding: 0 11px; border-right: 1px solid #e2e8f1; color: #617590; font-size: 12px; }
.finder-discovery > div a:hover { color: var(--blue); }

@media (max-width: 1100px) {
  .finder-content { grid-template-columns: minmax(0, 1fr) 240px; }
  .finder-results-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .finder-filter-row a { padding: 0 8px; }
  .finder-sort > a { padding: 0 10px; }
}

/* PC new-game calendar: /new-games */
.new-calendar-page { padding: 28px 0 32px; }
.new-calendar-page .panel { background: #fff; }
.new-calendar-heading { display: flex; align-items: baseline; gap: 20px; margin-bottom: 26px; }
.new-calendar-heading h1 { margin: 0; color: var(--ink); font-size: 28px; line-height: 1.2; }
.new-calendar-heading p { margin: 0; color: #8799b1; font-size: 14px; }
.new-calendar-filter { min-height: 76px; margin-bottom: 22px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.new-calendar-status { min-width: 0; display: flex; align-items: center; gap: 10px; }
.new-calendar-status a { height: 38px; padding: 0 14px; display: inline-flex; align-items: center; gap: 8px; border-radius: 5px; color: #536985; font-size: 13px; }
.new-calendar-status a img { width: 18px; height: 18px; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }
.new-calendar-status a:hover { color: var(--blue); background: #f0f5ff; }
.new-calendar-status a.active { color: #fff; background: var(--blue); box-shadow: 0 5px 14px rgba(34,105,255,.20); }
.new-calendar-status a.active img { filter: brightness(0) invert(1); }
.new-calendar-period { flex: 0 0 auto; display: flex; align-items: center; gap: 2px; }
.new-calendar-period a { height: 36px; padding: 0 15px; display: inline-flex; align-items: center; border-radius: 5px; color: #647893; font-size: 13px; }
.new-calendar-period a:hover { color: var(--blue); }
.new-calendar-period a.selected { color: #fff; background: var(--blue); font-weight: 700; }

.new-week-strip { min-height: 204px; margin-bottom: 22px; padding: 16px 18px; display: grid; grid-template-columns: 34px minmax(0,1fr) 34px; gap: 12px; align-items: center; }
.new-week-arrow { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border: 1px solid #9abbff; border-radius: 50%; background: #fff; color: var(--blue); font-size: 24px; line-height: 26px; cursor: pointer; }
.new-week-arrow:hover { color: #fff; background: var(--blue); }
.new-week-days { display: grid; grid-template-columns: repeat(8, minmax(0,1fr)); gap: 8px; }
.new-week-days article { height: 166px; padding: 15px 8px 10px; display: flex; flex-direction: column; align-items: center; border: 1px solid #e4eaf3; border-radius: 7px; background: #fff; color: #536985; }
.new-week-days article.is-today { border-color: var(--blue); color: var(--blue); box-shadow: 0 7px 18px rgba(34,105,255,.08); }
.new-week-days strong { font-size: 13px; }
.new-week-days time { margin-top: 6px; color: #314966; font-size: 13px; font-weight: 700; }
.new-week-days article > div { min-height: 42px; margin: 13px 0 7px; display: flex; align-items: center; justify-content: center; }
.new-week-days img { width: 38px; height: 38px; margin-left: -7px; border: 2px solid #fff; border-radius: 9px; object-fit: cover; }
.new-week-days img:first-child { margin-left: 0; }
.new-week-days span { color: #536985; font-size: 12px; }

.new-calendar-layout { display: grid; grid-template-columns: minmax(0, 808px) minmax(0, 378px); gap: 14px; align-items: start; }
.new-today-panel { min-height: 750px; padding: 0 22px 14px; }
.new-panel-head { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); }
.new-panel-head h2,
.new-panel-head h1 { margin: 0; color: var(--ink); font-size: 21px; }
.new-panel-head > a, .new-panel-head > span { color: #91a2b8; font-size: 12px; }
.new-panel-head > a:hover { color: var(--blue); }
.new-schedule-list { padding: 5px 0; }
.new-schedule-item { position: relative; min-height: 104px; display: grid; grid-template-columns: 52px 10px 66px minmax(0,1fr) 78px; gap: 12px; align-items: center; border-bottom: 1px solid #edf1f7; }
.new-schedule-item:last-child { border-bottom: 0; }
.new-schedule-time::before { color: #344d6b; font-size: 13px; font-weight: 700; content: "10:00"; }
.new-schedule-item:nth-child(2) .new-schedule-time::before { content: "11:00"; }
.new-schedule-item:nth-child(3) .new-schedule-time::before { content: "14:00"; }
.new-schedule-item:nth-child(4) .new-schedule-time::before { content: "16:00"; }
.new-schedule-item:nth-child(5) .new-schedule-time::before { content: "19:00"; }
.new-schedule-item:nth-child(6) .new-schedule-time::before { content: "21:00"; }
.new-schedule-item > i { position: relative; width: 8px; height: 8px; border: 2px solid #fff; border-radius: 50%; background: #1eb36b; box-shadow: 0 0 0 1px #bcead2; }
.new-schedule-item > i::before { position: absolute; top: 7px; left: 2px; width: 1px; height: 96px; background: #d9e6f7; content: ""; }
.new-schedule-item:last-child > i::before { display: none; }
.new-schedule-item > a img { width: 66px; height: 66px; border-radius: 13px; object-fit: cover; }
.new-schedule-item > div { min-width: 0; }
.new-schedule-item h3 { margin: 0 0 6px; overflow: hidden; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; }
.new-schedule-item h3 a { color: var(--ink); }
.new-schedule-item h3 a:hover { color: var(--blue); }
.new-schedule-item p { margin: 0 0 5px; display: flex; align-items: center; gap: 7px; }
.new-schedule-item p em, .new-schedule-item p span { height: 21px; padding: 0 6px; display: inline-flex; align-items: center; border-radius: 4px; font-size: 10px; font-style: normal; }
.new-schedule-item p em { background: #e9f8f1; color: #18a660; }
.new-schedule-item p span { background: #f3f6fa; color: #71839c; }
.new-schedule-item small { display: block; overflow: hidden; color: #71839d; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.new-schedule-item > button { width: 76px; height: 30px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; border: 1px solid #91b5ff; border-radius: 5px; background: #fff; color: var(--blue); font-size: 11px; cursor: pointer; }
.new-schedule-item > button img { width: 14px; height: 14px; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }
.new-schedule-item > button:hover, .new-schedule-item > button.is-reminded { color: #fff; background: var(--blue); }
.new-schedule-item > button:hover img, .new-schedule-item > button.is-reminded img { filter: brightness(0) invert(1); }
.new-schedule-more { height: 54px; display: flex; align-items: center; justify-content: center; border-top: 1px solid #edf1f7; color: #8497b0; font-size: 12px; }
.new-schedule-more:hover { color: var(--blue); }

.new-calendar-sidebar { min-width: 0; }
.new-rank-panel, .new-status-panel { padding: 0 20px 15px; margin-bottom: 14px; }
.new-rank-list > a { min-width: 0; height: 48px; display: grid; grid-template-columns: 24px 42px minmax(0,1fr); gap: 9px; align-items: center; border-bottom: 1px solid #edf1f7; }
.new-rank-list > a:last-child { border-bottom: 0; }
.new-rank-list i { color: #8da0b7; font-size: 13px; font-style: normal; text-align: center; }
.new-rank-list > a:nth-child(-n+3) i { color: #ff6713; font-weight: 800; }
.new-rank-list img { width: 42px; height: 42px; border-radius: 9px; object-fit: cover; }
.new-rank-list span, .new-rank-list strong, .new-rank-list small { min-width: 0; display: block; }
.new-rank-list strong { overflow: hidden; color: #405773; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.new-rank-list small { display: none; }
.new-rank-list > a:first-child { height: 96px; grid-template-columns: 24px 72px minmax(0,1fr); }
.new-rank-list > a:first-child img { width: 72px; height: 72px; border-radius: 14px; }
.new-rank-list > a:first-child strong { color: var(--ink); font-size: 15px; }
.new-rank-list > a:first-child small { margin-top: 7px; display: flex; align-items: center; gap: 7px; color: #8497af; font-size: 10px; }
.new-rank-list small em { padding: 3px 6px; border-radius: 4px; background: #e9f8f1; color: #18a660; font-style: normal; }
.new-rank-list small b { display: none; }
.new-rank-list > a:hover strong { color: var(--blue); }
.new-status-panel dl { margin: 0; padding-top: 5px; }
.new-status-panel dl > div { min-height: 72px; padding: 14px 0 10px 18px; border-bottom: 1px solid #edf1f7; }
.new-status-panel dl > div:last-child { border-bottom: 0; }
.new-status-panel dt { position: relative; color: #3e5572; font-size: 13px; font-weight: 700; }
.new-status-panel dt::before { position: absolute; top: 5px; left: -18px; width: 8px; height: 8px; border-radius: 50%; background: #1eb36b; content: ""; }
.new-status-panel dt.is-test::before { background: #ff7717; }
.new-status-panel dt.is-booking::before { background: #8a48f5; }
.new-status-panel dd { margin: 7px 0 0; color: #8497af; font-size: 11px; }

.new-upcoming { margin-top: 14px; padding: 0 22px 20px; }
.new-upcoming-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; padding: 18px 0; }
.new-upcoming-grid article { min-width: 0; min-height: 330px; padding: 16px; display: flex; flex-direction: column; border: 1px solid #e6ecf4; border-radius: 7px; background: #fff; }
.new-upcoming-grid article:hover { border-color: #a8c5ff; box-shadow: 0 8px 22px rgba(34,105,255,.08); }
.new-upcoming-grid article > a:first-child { width: 92px; height: 92px; margin: 0 auto 9px; }
.new-upcoming-grid img { width: 92px; height: 92px; border-radius: 17px; object-fit: cover; }
.new-upcoming-grid time { color: #344c69; font-size: 12px; font-weight: 700; text-align: center; }
.new-upcoming-grid h3 { margin: 9px 0 7px; overflow: hidden; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; }
.new-upcoming-grid h3 a { color: var(--ink); }
.new-upcoming-grid p { margin: 0 0 6px; display: flex; gap: 6px; }
.new-upcoming-grid p span { padding: 3px 6px; border-radius: 4px; background: #f3f6fa; color: #71839c; font-size: 10px; }
.new-upcoming-grid small { color: #8395ad; font-size: 10px; }
.new-upcoming-grid article > em { height: 38px; margin: 8px 0 10px; overflow: hidden; color: #637791; font-size: 11px; font-style: normal; line-height: 19px; }
.new-book-button { height: 31px; margin-top: auto; display: flex; align-items: center; justify-content: center; border: 1px solid #91b5ff; border-radius: 5px; color: var(--blue); font-size: 11px; font-weight: 700; }
.new-book-button:hover { color: #fff; background: var(--blue); }
.new-calendar-more { width: 230px; height: 34px; margin: 0 auto; display: flex; align-items: center; justify-content: center; border: 1px solid #91b5ff; border-radius: 5px; color: var(--blue); font-size: 12px; }

.new-history-panel { padding: 0 22px 12px; }
.new-history-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; padding: 18px 0; }
.new-history-grid article { min-width: 0; min-height: 230px; padding: 16px; border: 1px solid #e6ecf4; border-radius: 7px; }
.new-history-grid article > a img { width: 78px; height: 78px; margin: 0 auto 10px; border-radius: 15px; object-fit: cover; }
.new-history-grid h3 { margin: 0 0 8px; overflow: hidden; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; }
.new-history-grid h3 a { color: var(--ink); }
.new-history-grid p { height: 38px; margin: 0 0 10px; overflow: hidden; color: #71839d; font-size: 11px; line-height: 19px; }
.new-history-grid small { color: #8497af; font-size: 11px; }
.new-history-grid time { float: right; color: #8497af; font-size: 11px; }

@media (max-width: 1100px) {
  .new-calendar-layout { grid-template-columns: minmax(0,1fr) 330px; }
  .new-calendar-status a { padding: 0 9px; }
  .new-week-days article { padding-right: 5px; padding-left: 5px; }
}

/* PC guide portal: /guides */
.guide-hub { padding: 26px 0 32px; }
.guide-hero-grid { display: grid; grid-template-columns: 500px 416px 260px; grid-template-rows: 196px 196px; gap: 12px; margin-bottom: 22px; }
.guide-hero-main { grid-row: 1 / span 2; }
.guide-feature-card, .guide-hero-minor > a, .guide-topic-cover { position: relative; display: block; height: 100%; overflow: hidden; border-radius: 8px; color: #fff; background: #152944; }
.guide-feature-card > img, .guide-hero-minor img, .guide-topic-cover > img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.guide-feature-card:hover > img, .guide-hero-minor a:hover img, .guide-topic-cover:hover > img { transform: scale(1.025); }
.guide-feature-card > span, .guide-hero-minor > a > span, .guide-topic-cover > span { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,22,47,.02) 22%, rgba(5,20,43,.96) 100%); }
.guide-feature-card em { position: absolute; top: 0; left: 0; padding: 9px 18px; background: var(--blue); font-size: 13px; font-style: normal; font-weight: 700; }
.guide-feature-card strong { position: absolute; right: 20px; bottom: 87px; left: 20px; overflow: hidden; font-size: 24px; line-height: 1.35; white-space: nowrap; text-overflow: ellipsis; }
.guide-feature-card p { position: absolute; right: 20px; bottom: 43px; left: 20px; height: 38px; margin: 0; overflow: hidden; color: rgba(255,255,255,.84); font-size: 13px; line-height: 19px; }
.guide-feature-card small { position: absolute; left: 20px; bottom: 18px; color: rgba(255,255,255,.78); font-size: 11px; }
.guide-hero-minor { grid-column: 2; display: grid; grid-template-columns: 1fr; grid-template-rows: 196px 196px; gap: 12px; }
.guide-hero-minor strong { position: absolute; right: 14px; bottom: 34px; left: 14px; overflow: hidden; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; }
.guide-hero-minor small { position: absolute; right: 14px; bottom: 13px; left: 14px; overflow: hidden; color: rgba(255,255,255,.76); font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.guide-hot-read { grid-column: 3; grid-row: 1 / span 2; padding: 0 18px 12px; }
.guide-hot-read header { height: 55px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.guide-hot-read h2 { margin: 0; display: flex; align-items: center; gap: 7px; color: var(--ink); font-size: 18px; }
.guide-hot-read h2 img { width: 20px; height: 20px; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }
.guide-hot-read header > a { color: #91a2b8; font-size: 11px; }
.guide-hot-read > a { height: 67px; display: grid; grid-template-columns: 24px minmax(0,1fr); gap: 9px; align-items: center; border-bottom: 1px solid #edf1f7; }
.guide-hot-read > a:last-child { border-bottom: 0; }
.guide-hot-read i { color: #8ca0b9; font-style: normal; text-align: center; }
.guide-hot-read > a:nth-of-type(-n+3) i { color: #ff6817; font-weight: 800; }
.guide-hot-read strong, .guide-hot-read small { display: block; overflow: hidden; }
.guide-hot-read strong { height: 38px; color: #354d6a; font-size: 13px; line-height: 19px; }
.guide-hot-read small { margin-top: 5px; color: #8fa0b5; font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }

.guide-library, .guide-topics { margin-bottom: 22px; }
.guide-section-head { height: 58px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.guide-section-head h2 { margin: 0; display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: 20px; }
.guide-section-head h2 img { width: 22px; height: 22px; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }
.guide-section-head > a { color: var(--blue); font-size: 12px; }
.guide-library-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px; padding-top: 15px; }
.guide-library-grid > a { position: relative; height: 226px; overflow: hidden; border-radius: 8px; background: #12243e; color: #fff; }
.guide-library-grid img { width: 100%; height: 100%; object-fit: cover; }
.guide-library-grid > a > span { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,20,42,.08), rgba(5,17,36,.96)); }
.guide-library-grid strong, .guide-library-grid small, .guide-library-grid em { position: absolute; right: 15px; left: 15px; display: block; font-style: normal; }
.guide-library-grid strong { bottom: 70px; overflow: hidden; font-size: 17px; white-space: nowrap; text-overflow: ellipsis; }
.guide-library-grid small { bottom: 45px; color: rgba(255,255,255,.72); font-size: 11px; }
.guide-library-grid em { bottom: 17px; font-size: 11px; }

.guide-topic-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; padding-top: 15px; }
.guide-topic-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.guide-topic-cover { height: 224px; border-radius: 0; }
.guide-topic-cover strong { position: absolute; right: 18px; bottom: 52px; left: 18px; overflow: hidden; font-size: 20px; white-space: nowrap; text-overflow: ellipsis; }
.guide-topic-cover small { position: absolute; right: 18px; bottom: 22px; left: 18px; overflow: hidden; color: rgba(255,255,255,.78); font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.guide-topic-grid article > div { min-height: 104px; padding: 13px 18px; }
.guide-topic-grid article > div p { height: 42px; margin: 0 0 10px; overflow: hidden; color: #637791; font-size: 12px; line-height: 21px; }
.guide-topic-grid article > div a { color: var(--blue); font-size: 12px; }

.guide-latest-layout { display: grid; grid-template-columns: minmax(0, 842px) 344px; gap: 14px; align-items: start; }
.guide-latest { padding: 0 20px 18px; }
.guide-tabs { height: 44px; display: flex; align-items: stretch; gap: 2px; border-bottom: 1px solid var(--line); }
.guide-tabs button { position: relative; padding: 0 16px; border: 0; background: transparent; color: #62758f; font-size: 12px; cursor: pointer; }
.guide-tabs button.is-active { color: #fff; background: var(--blue); }
.guide-latest-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.guide-latest-list article { min-width: 0; height: 124px; display: grid; grid-template-columns: 126px minmax(0,1fr); gap: 13px; align-items: center; border-bottom: 1px solid #edf1f7; }
.guide-latest-list article > a img { width: 126px; height: 78px; border-radius: 7px; object-fit: cover; }
.guide-latest-list article > div { min-width: 0; }
.guide-latest-list h3 { margin: 0; font-size: 14px; line-height: 1.5; }
.guide-latest-list h3 a { display: -webkit-box; overflow: hidden; color: var(--ink); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.guide-latest-list p { height: 18px; margin: 7px 0; overflow: hidden; color: #8697ac; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.guide-latest-list small { display: flex; gap: 7px; color: #94a4b8; font-size: 10px; }
.guide-latest-list small span { color: var(--blue); }
.guide-filter-empty { margin: 0; padding: 44px 18px; color: #8497af; text-align: center; }
.guide-more-button { height: 38px; margin-top: 14px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border: 1px solid #9ebeff; border-radius: 5px; color: var(--blue); font-size: 12px; }
.guide-sidebar { min-width: 0; }
.guide-week-rank, .guide-categories { padding: 0 18px 14px; margin-bottom: 14px; }
.guide-week-rank > a { height: 45px; display: grid; grid-template-columns: 24px minmax(0,1fr) auto; gap: 8px; align-items: center; border-bottom: 1px solid #edf1f7; }
.guide-week-rank i { color: #8da0b7; font-style: normal; text-align: center; }
.guide-week-rank > a:nth-of-type(-n+3) i { color: #ff6713; font-weight: 800; }
.guide-week-rank strong { overflow: hidden; color: #3e5572; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.guide-week-rank small { color: #899bb1; font-size: 10px; }
.guide-categories > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px 8px; padding-top: 15px; }
.guide-categories > div a { min-width: 0; text-align: center; }
.guide-categories img { width: 22px; height: 22px; margin: 0 auto 6px; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }
.guide-categories span { display: block; overflow: hidden; color: #526a87; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.guide-tags { min-height: 66px; margin-top: 14px; padding: 15px 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.guide-tags strong { margin-right: 8px; color: var(--blue); font-size: 13px; }
.guide-tags a { padding: 6px 10px; border-radius: 4px; background: #f3f6fa; color: #647791; font-size: 11px; }

/* Guide hub compact directory composition */
.guide-game-strip, .guide-roadmap, .guide-featured-topics { margin-bottom: 14px; padding: 0 18px 16px; }
.guide-game-grid { display: grid; grid-template-columns: repeat(10,minmax(0,1fr)); gap: 12px; padding-top: 15px; }
.guide-game-grid a { min-width: 0; text-align: center; }
.guide-game-grid img { width: 66px; height: 66px; margin: 0 auto 8px; border-radius: 14px; object-fit: cover; box-shadow: 0 6px 16px rgba(22,54,96,.10); }
.guide-game-grid strong, .guide-game-grid small, .guide-game-grid em { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.guide-game-grid strong { color: var(--ink); font-size: 13px; }
.guide-game-grid small { margin-top: 5px; color: #8b9db3; font-size: 10px; }
.guide-game-grid em { margin-top: 8px; color: var(--blue); font-size: 10px; font-style: normal; }
.guide-game-grid a:hover strong { color: var(--blue); }

.guide-roadmap-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; padding-top: 15px; }
.guide-roadmap-grid article { min-width: 0; padding: 14px 16px 11px; border: 1px solid #e7edf5; border-radius: 7px; background: linear-gradient(135deg,#f7faff,#fff); }
.guide-roadmap-grid article:nth-child(2) { background: linear-gradient(135deg,#f3fbf7,#fff); }
.guide-roadmap-grid article:nth-child(3) { background: linear-gradient(135deg,#f6f6ff,#fff); }
.guide-roadmap-grid h3 { margin: 0; display: flex; align-items: center; gap: 8px; color: var(--blue); font-size: 16px; }
.guide-roadmap-grid h3 img { width: 28px; height: 28px; padding: 5px; border-radius: 7px; background: #e9f2ff; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }
.guide-roadmap-grid article:nth-child(2) h3 { color: #14a875; }
.guide-roadmap-grid article:nth-child(2) h3 img { background: #e7f8f1; filter: brightness(0) saturate(100%) invert(55%) sepia(68%) saturate(525%) hue-rotate(108deg) brightness(87%) contrast(94%); }
.guide-roadmap-grid p { margin: 3px 0 9px 36px; color: #91a1b5; font-size: 10px; }
.guide-roadmap-grid article > a { height: 35px; display: grid; grid-template-columns: 22px minmax(0,1fr) 24px 12px; gap: 5px; align-items: center; border-top: 1px solid #edf1f7; }
.guide-roadmap-grid i { color: var(--blue); font-style: normal; }
.guide-roadmap-grid span { overflow: hidden; color: #405773; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.guide-roadmap-grid article > a > img { width: 20px; height: 20px; border-radius: 5px; object-fit: cover; }
.guide-roadmap-grid b { color: #71859f; font-size: 15px; text-align: right; }

.guide-featured-topics { margin-top: 14px; }
.guide-featured-topic-grid { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; padding-top: 24px; }
.guide-featured-topic-grid::before { position: absolute; top: 13px; right: 5%; left: 5%; height: 1px; background: #a9c5ff; content: ""; }
.guide-featured-topic-grid article { position: relative; min-width: 0; padding: 0 15px; border-right: 1px solid #edf1f7; }
.guide-featured-topic-grid article:last-child { border-right: 0; }
.guide-featured-topic-grid article::before { position: absolute; top: -15px; left: 50%; width: 8px; height: 8px; margin-left: -4px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 3px #fff; content: ""; }
.guide-featured-topic-grid article > a { min-width: 0; display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 10px; align-items: center; }
.guide-featured-topic-grid img { width: 58px; height: 58px; border-radius: 12px; object-fit: cover; }
.guide-featured-topic-grid strong, .guide-featured-topic-grid small { display: block; overflow: hidden; }
.guide-featured-topic-grid strong { color: var(--ink); font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.guide-featured-topic-grid small { height: 32px; margin-top: 5px; color: #8798ad; font-size: 10px; line-height: 16px; }
.guide-featured-topic-grid ul { margin: 12px 0 0; padding-left: 16px; color: #60748f; font-size: 10px; line-height: 1.9; }
.guide-featured-topic-grid li { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

/* PC rankings: /rankings */
.ranking-page { padding: 38px 0 34px; }
.ranking-heading { margin-bottom: 28px; }
.ranking-heading h1 { margin: 0 0 9px; color: var(--ink); font-size: 30px; }
.ranking-heading p { margin: 0; color: #8395ad; font-size: 14px; }
.ranking-controls { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.ranking-kind-tabs, .ranking-period-tabs { height: 54px; display: flex; align-items: stretch; padding: 0 10px; border-radius: 8px; background: #fff; }
.ranking-kind-tabs a, .ranking-period-tabs a { min-width: 112px; display: grid; place-items: center; padding: 0 18px; border-right: 1px solid var(--line); color: #536985; font-weight: 700; }
.ranking-kind-tabs a:last-child, .ranking-period-tabs a:last-child { border-right: 0; }
.ranking-period-tabs a { min-width: 74px; }
.ranking-kind-tabs a.is-active, .ranking-period-tabs a.is-active { margin: 7px 0; border: 0; border-radius: 5px; background: var(--blue); color: #fff; }
.ranking-facts { height: 66px; margin-bottom: 20px; padding: 0 22px; display: flex; align-items: center; gap: 34px; color: #6e819a; font-size: 12px; }
.ranking-facts span { padding-right: 34px; border-right: 1px solid var(--line); }
.ranking-facts a { margin-left: auto; color: var(--blue); }
.ranking-main-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-bottom: 20px; }
.ranking-column { padding: 0 18px 14px; }
.ranking-column header { height: 66px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.ranking-column header h2 { margin: 0; display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: 20px; }
.ranking-column header h2 img { width: 22px; height: 22px; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }
.ranking-column header button { border: 0; background: none; color: #8799b0; font-size: 11px; cursor: pointer; }
.ranking-row { height: 54px; display: grid; grid-template-columns: 24px 38px minmax(0,1fr) auto; gap: 8px; align-items: center; border-bottom: 1px solid #edf1f7; }
.ranking-row i { color: #8da0b7; font-style: normal; text-align: center; }
.ranking-row:nth-child(-n+3) i { color: #ff6713; font-weight: 800; }
.ranking-row img { width: 38px; height: 38px; border-radius: 9px; object-fit: cover; }
.ranking-row span { min-width: 0; }
.ranking-row strong, .ranking-row small, .ranking-row em { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ranking-row strong { color: #3a526f; font-size: 13px; }
.ranking-row small { color: #8b9db4; font-size: 10px; }
.ranking-row em { display: none; color: #71849d; font-size: 11px; font-style: normal; }
.ranking-row > b { color: #7387a1; font-size: 11px; }
.ranking-row:first-child { height: 160px; grid-template-columns: 24px 82px minmax(0,1fr); grid-template-rows: 44px 44px 46px; align-items: center; }
.ranking-row:first-child i, .ranking-row:first-child img { grid-row: 1 / span 2; }
.ranking-row:first-child img { width: 82px; height: 82px; border-radius: 16px; }
.ranking-row:first-child span { align-self: end; }
.ranking-row:first-child em { display: -webkit-box; grid-column: 2 / span 2; grid-row: 3; align-self: start; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ranking-row:first-child > b { grid-column: 3; grid-row: 2; color: #ff7a18; }
.ranking-column.is-collapsed > div { display: none; }
.category-ranking { margin-bottom: 20px; padding: 0 20px 18px; }
.category-ranking .guide-section-head nav { display: flex; align-self: stretch; }
.category-ranking .guide-section-head nav a { min-width: 96px; display: grid; place-items: center; color: #71839d; font-size: 13px; }
.category-ranking .guide-section-head nav a:first-child { color: var(--blue); font-weight: 700; }
.category-ranking-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; padding-top: 14px; }
.category-ranking-grid article { padding: 16px; border: 1px solid var(--line); border-radius: 7px; }
.category-ranking-grid h3 { margin: 0 0 10px; color: var(--ink); font-size: 16px; }
.category-ranking-grid article > a:not(.category-rank-more) { height: 40px; display: grid; grid-template-columns: 22px minmax(0,1fr) auto; align-items: center; border-bottom: 1px solid #edf1f7; }
.category-ranking-grid i { color: #8ca0b8; font-style: normal; }
.category-ranking-grid article > a:nth-of-type(-n+3) i { color: #ff6713; }
.category-ranking-grid span { overflow: hidden; color: #405773; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.category-ranking-grid b { color: #6e829c; font-size: 11px; }
.category-rank-more { display: block; margin-top: 15px; color: var(--blue); font-size: 11px; }
.ranking-rules { padding: 0 20px 18px; text-align: center; }
.ranking-rules h2 { height: 58px; margin: 0; display: flex; align-items: center; color: var(--ink); font-size: 20px; }
.ranking-rules > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.ranking-rules article { min-height: 104px; padding: 18px; border: 1px solid var(--line); border-radius: 7px; text-align: left; }
.ranking-rules article img { width: 24px; height: 24px; float: left; margin-right: 10px; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }
.ranking-rules article strong { color: var(--ink); font-size: 14px; }
.ranking-rules article p { margin: 12px 0 0 34px; color: #7588a0; font-size: 12px; line-height: 1.7; }
.ranking-rules > a { display: inline-block; margin-top: 16px; color: var(--blue); font-size: 12px; }

/* PC guide/news article detail */
.article-detail-page { padding: 18px 0 34px; }
.article-breadcrumb { height: 42px; display: flex; align-items: center; gap: 9px; color: #8395ad; font-size: 12px; }
.article-breadcrumb i { color: #bdc7d4; font-style: normal; }
.article-breadcrumb span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.article-title-panel { margin-bottom: 16px; padding: 28px 38px; text-align: center; }
.article-title-panel > p { margin: 0 0 13px; color: var(--blue); font-size: 13px; font-weight: 700; }
.article-title-panel h1 { margin: 0; color: var(--ink); font-size: 28px; line-height: 1.45; }
.article-title-panel > div { margin-top: 18px; display: flex; justify-content: center; gap: 44px; color: #8b9bb0; font-size: 11px; }
.article-detail-layout { display: grid; grid-template-columns: minmax(0, 860px) 326px; gap: 14px; align-items: start; }
.article-body { padding: 20px 28px 24px; }
.article-source-note { margin-bottom: 18px; padding: 14px 16px; border-left: 3px solid #ff7819; background: #fff8f1; color: #6c7d94; font-size: 12px; line-height: 1.7; }
.article-source-note strong { color: #405773; }
.article-content { color: #415874; font-size: 15px; line-height: 2; }
.article-content > *:first-child { margin-top: 0; }
.article-content h2, .article-content h3 { position: relative; margin: 26px 0 10px; padding-left: 15px; color: var(--blue); }
.article-content h2 { font-size: 20px; }
.article-content h3 { font-size: 17px; }
.article-content h2::before, .article-content h3::before { position: absolute; top: .35em; bottom: .35em; left: 0; width: 3px; border-radius: 2px; background: var(--blue); content: ""; }
.article-content img { width: auto; max-width: 100%; max-height: 620px; margin: 16px auto; border-radius: 8px; object-fit: contain; }
.article-content video { display: block; width: 100%; max-width: 100%; max-height: 620px; margin: 16px auto; border-radius: 8px; background: #000; }
.article-content table { width: 100%; margin: 16px 0; border-collapse: collapse; font-size: 12px; }
.article-content th, .article-content td { padding: 9px 12px; border: 1px solid #dfe7f1; }
.article-content th { background: #f3f6fa; color: #405773; }
.article-content blockquote { margin: 16px 0; padding: 14px 18px; border: 1px solid #9ec0ff; border-radius: 7px; background: #f4f8ff; color: #526a86; }
.article-version-link { min-height: 74px; margin-top: 22px; padding: 12px 14px; display: grid; grid-template-columns: 44px minmax(0,1fr) auto; gap: 12px; align-items: center; border: 1px solid var(--line); border-radius: 7px; }
.article-version-link > img { width: 38px; height: 38px; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }
.article-version-link strong, .article-version-link small { display: block; }
.article-version-link strong { color: var(--ink); font-size: 14px; }
.article-version-link small { margin-top: 5px; color: #8698ae; font-size: 11px; }
.article-version-link a { padding: 10px 16px; border: 1px solid #91b4ff; border-radius: 5px; color: var(--blue); font-size: 12px; }
.article-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 18px 0; }
.article-actions button { height: 42px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #91b4ff; border-radius: 5px; background: #fff; color: var(--blue); cursor: pointer; }
.article-actions button img { width: 18px; height: 18px; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }
.article-actions button.is-active { background: var(--blue); color: #fff; }
.article-actions button.is-active img { filter: brightness(0) invert(1); }
.article-prev-next { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 7px; }
.article-prev-next a { min-height: 72px; padding: 13px 18px; display: flex; flex-direction: column; justify-content: center; }
.article-prev-next a + a { border-left: 1px solid var(--line); text-align: right; }
.article-prev-next span { color: #90a0b5; font-size: 10px; }
.article-prev-next strong { margin-top: 5px; color: #405773; font-size: 12px; }
.article-detail-sidebar { min-width: 0; }
.article-detail-sidebar > section { margin-bottom: 14px; padding: 0 18px 16px; }
.article-detail-sidebar h2, .article-recommend h2 { height: 58px; margin: 0; display: flex; align-items: center; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 18px; }
.article-toc a,
.article-toc button { width: 100%; height: 42px; display: flex; align-items: center; padding-left: 12px; border: 0; background: transparent; color: #627791; font-size: 12px; font-family: inherit; text-align: left; cursor: pointer; }
.article-toc a.is-active,
.article-toc button.is-active { border-left: 3px solid var(--blue); color: var(--blue); font-weight: 700; }
.article-related-game > a:first-of-type { min-height: 92px; display: grid; grid-template-columns: 68px minmax(0,1fr); gap: 12px; align-items: center; }
.article-related-game img { width: 68px; height: 68px; border-radius: 14px; object-fit: cover; }
.article-related-game strong, .article-related-game small, .article-related-game em { display: block; }
.article-related-game strong { color: var(--ink); font-size: 15px; }
.article-related-game small, .article-related-game em { margin-top: 5px; color: #899ab0; font-size: 10px; font-style: normal; }
.article-game-button { height: 34px; display: grid; place-items: center; border: 1px solid #91b4ff; border-radius: 5px; color: var(--blue); font-size: 12px; }
.article-hot-list > a { height: 62px; display: grid; grid-template-columns: 22px 54px minmax(0,1fr); gap: 9px; align-items: center; border-bottom: 1px solid #edf1f7; }
.article-hot-list i { color: #8da0b7; font-style: normal; text-align: center; }
.article-hot-list > a:nth-of-type(-n+3) i { color: #ff6713; font-weight: 800; }
.article-hot-list img { width: 54px; height: 42px; border-radius: 5px; object-fit: cover; }
.article-hot-list strong, .article-hot-list small { display: block; overflow: hidden; }
.article-hot-list strong { height: 34px; color: #405773; font-size: 11px; line-height: 17px; }
.article-hot-list small { color: #93a3b7; font-size: 9px; }
.article-recommend { margin-top: 14px; padding: 0 20px 18px; }
.article-recommend > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; padding-top: 15px; }
.article-recommend > div a { min-width: 0; }
.article-recommend img { width: 100%; height: 112px; border-radius: 7px; object-fit: cover; }
.article-recommend strong { height: 40px; margin-top: 8px; display: -webkit-box; overflow: hidden; color: #405773; font-size: 12px; line-height: 20px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.article-recommend small { display: block; margin-top: 5px; color: #92a2b6; font-size: 10px; }

/* PC taxonomy pages: /games/category/* and /games/tag/* */
.taxonomy-overview-row { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 14px; }
.taxonomy-intro { min-height: 248px; padding: 20px 26px 22px; }
.taxonomy-breadcrumb { display: flex; align-items: center; gap: 9px; color: #8b9bb0; font-size: 12px; }
.taxonomy-breadcrumb a { color: #71849d; }
.taxonomy-breadcrumb a:hover { color: var(--blue); }
.taxonomy-breadcrumb i { font-style: normal; color: #c0cad7; }
.taxonomy-intro-copy { padding: 26px 0 20px; }
.taxonomy-intro-copy > span { display: inline-flex; height: 25px; padding: 0 9px; align-items: center; border-radius: 4px; background: #edf4ff; color: var(--blue); font-size: 12px; }
.taxonomy-intro-copy h1 { margin: 10px 0 8px; color: var(--ink); font-size: 30px; line-height: 1.2; }
.taxonomy-intro-copy p { max-width: 720px; margin: 0; color: #6f829c; font-size: 13px; line-height: 1.8; }
.taxonomy-related-categories { min-height: 42px; display: flex; align-items: center; gap: 0; overflow: hidden; border-top: 1px solid var(--line); white-space: nowrap; }
.taxonomy-related-categories strong { margin-right: 8px; flex: 0 0 auto; color: #405672; font-size: 13px; }
.taxonomy-related-categories a { padding: 0 11px; border-right: 1px solid #e4eaf2; color: #607590; font-size: 12px; }
.taxonomy-related-categories a:nth-of-type(n+9) { display: none; }
.taxonomy-related-categories a:hover { color: var(--blue); }

.taxonomy-recent { height: 248px; padding: 0 18px 14px; }
.taxonomy-recent-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 12px; padding-top: 13px; }
.taxonomy-recent-grid a { min-width: 0; text-align: center; }
.taxonomy-recent-grid img { width: 42px; height: 42px; margin: 0 auto 4px; border-radius: 9px; object-fit: cover; }
.taxonomy-recent-grid span { display: block; overflow: hidden; color: #536a86; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.taxonomy-recent-grid a:hover span { color: var(--blue); }

.taxonomy-content-row { display: grid; grid-template-columns: minmax(0, 1fr) 286px; gap: 14px; align-items: start; }
.taxonomy-main-column, .taxonomy-side-column { min-width: 0; }
.taxonomy-logo-strip { padding: 0 20px 16px; }
.taxonomy-logo-strip .channel-section-head > span { color: #91a2b8; font-size: 12px; }
.taxonomy-logo-list { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 14px; padding-top: 15px; }
.taxonomy-logo-list a { min-width: 0; text-align: center; }
.taxonomy-logo-list a:nth-child(n+9) { display: none; }
.taxonomy-logo-list img { width: 58px; height: 58px; margin: 0 auto 6px; border-radius: 12px; object-fit: cover; box-shadow: 0 6px 16px rgba(26,58,105,.08); }
.taxonomy-logo-list span { display: block; overflow: hidden; color: #445b77; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.taxonomy-logo-list a:hover span { color: var(--blue); }

.taxonomy-results { padding: 0 20px 8px; }
.taxonomy-results-head { height: 64px; display: grid; grid-template-columns: minmax(220px, 1fr) auto auto; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.taxonomy-results-head h2 { margin: 0; color: var(--ink); font-size: 20px; }
.taxonomy-results-head nav { height: 100%; display: flex; align-items: stretch; }
.taxonomy-results-head nav a { position: relative; min-width: 64px; display: inline-flex; align-items: center; justify-content: center; color: #71839d; font-size: 13px; }
.taxonomy-results-head nav a.is-active, .taxonomy-results-head nav a:hover { color: var(--blue); font-weight: 700; }
.taxonomy-results-head nav a.is-active::after { position: absolute; right: 12px; bottom: -1px; left: 12px; height: 2px; background: var(--blue); content: ""; }
.taxonomy-results-head > span { color: #93a4ba; font-size: 12px; }
.taxonomy-result-item { min-height: 112px; display: grid; grid-template-columns: 74px minmax(0, 1fr) 66px; gap: 15px; align-items: center; border-bottom: 1px solid #edf1f7; }
.taxonomy-result-item:last-child { border-bottom: 0; }
.taxonomy-result-logo img { width: 74px; height: 74px; border-radius: 15px; object-fit: cover; box-shadow: 0 6px 16px rgba(26,58,105,.08); }
.taxonomy-result-item > div { min-width: 0; }
.taxonomy-result-item h3 { margin: 0; font-size: 16px; }
.taxonomy-result-item h3 a { color: var(--ink); }
.taxonomy-result-item h3 a:hover { color: var(--blue); }
.taxonomy-result-item p { margin: 7px 0 8px; overflow: hidden; color: #71839d; font-size: 13px; line-height: 20px; white-space: nowrap; text-overflow: ellipsis; }
.taxonomy-result-item small { display: flex; align-items: center; gap: 8px; color: #93a4ba; font-size: 11px; }
.taxonomy-result-item small i { width: 1px; height: 11px; background: #dfe6ef; }
.taxonomy-view-button { width: 62px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #b8d0ff; border-radius: 5px; color: var(--blue); font-size: 12px; }
.taxonomy-view-button:hover { border-color: var(--blue); background: var(--blue); color: #fff; }
.taxonomy-results .channel-empty strong { display: block; color: var(--ink); font-size: 16px; }
.taxonomy-results .channel-empty p { margin: 8px 0 0; }

.taxonomy-sidebar { padding: 0 18px 16px; }
.taxonomy-tag-cloud { display: flex; flex-wrap: wrap; gap: 9px 8px; padding-top: 15px; }
.taxonomy-tag-cloud a { height: 28px; padding: 0 11px; display: inline-flex; align-items: center; border-radius: 4px; background: #f4f7fb; color: #5f738e; font-size: 12px; }
.taxonomy-tag-cloud a:hover { background: #eaf2ff; color: var(--blue); }
.taxonomy-rank-list { counter-reset: taxonomy-rank; }
.taxonomy-rank-list a { counter-increment: taxonomy-rank; min-width: 0; height: 56px; display: grid; grid-template-columns: 20px 38px minmax(0,1fr); grid-template-rows: 22px 18px; gap: 0 9px; align-items: center; border-bottom: 1px solid #edf1f7; }
.taxonomy-rank-list a:nth-child(n+9) { display: none; }
.taxonomy-rank-list a::before { grid-row: 1 / span 2; color: #8da0b7; font-size: 13px; text-align: center; content: counter(taxonomy-rank); }
.taxonomy-rank-list a:nth-child(-n+3)::before { color: #ff6b16; font-weight: 800; }
.taxonomy-rank-list img { width: 38px; height: 38px; grid-row: 1 / span 2; border-radius: 9px; object-fit: cover; }
.taxonomy-rank-list strong, .taxonomy-rank-list span { min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.taxonomy-rank-list strong { color: #354c69; font-size: 13px; align-self: end; }
.taxonomy-rank-list span { color: #93a4ba; font-size: 11px; align-self: start; }
.taxonomy-rank-list a:hover strong { color: var(--blue); }
.taxonomy-filter-links { min-height: 58px; padding: 10px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; border-bottom: 1px solid #edf1f7; }
.taxonomy-filter-links:last-child { border-bottom: 0; }
.taxonomy-filter-links strong { width: 100%; color: #425976; font-size: 12px; }
.taxonomy-filter-links a { height: 25px; padding: 0 9px; display: inline-flex; align-items: center; border-radius: 4px; background: #f4f7fb; color: #647791; font-size: 11px; }
.taxonomy-filter-links a.selected, .taxonomy-filter-links a:hover { background: #eaf2ff; color: var(--blue); }

/* PC discovery hub: /games */
.game-discovery-page,
.new-games-hub,
.topic-hub-page { padding: 18px 0 28px; }
.game-discovery-page > .site-container,
.new-games-hub > .site-container,
.topic-hub-page > .site-container { margin-bottom: 14px; }
.discovery-section-head,
.ng-section-head,
.topic-section-head { height: 52px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.discovery-section-head h2,
.ng-section-head h2,
.topic-section-head h2 { margin: 0; display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: 19px; }
.discovery-section-head h2 > i { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); }
.discovery-section-head a,
.ng-section-head a,
.topic-section-head a { color: var(--blue); font-size: 12px; }
.ng-section-head img,
.topic-section-head img { width: 22px; height: 22px; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }

.discovery-channel-head { min-height: 86px; margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.discovery-channel-head > div { min-width: 0; }
.discovery-channel-head span { color: var(--blue); font-size: 12px; font-weight: 700; }
.discovery-channel-head h1 { margin: 5px 0 6px; color: var(--ink); font-size: 30px; line-height: 1.12; }
.discovery-channel-head p { margin: 0; color: #7388a3; font-size: 13px; line-height: 20px; }
.discovery-channel-head > a { flex: 0 0 auto; height: 32px; padding: 0 13px; display: inline-flex; align-items: center; border: 1px solid #a9c6ff; border-radius: 5px; color: var(--blue); font-size: 12px; }
.discovery-channel-head > a:hover { border-color: var(--blue); background: var(--blue); color: #fff; }

.discovery-picker { padding: 0 18px 16px; }
.discovery-picker-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 10px; }
.discovery-picker-grid article { min-width: 0; min-height: 220px; padding: 22px 25px 14px; text-align: center; border-right: 1px solid var(--line); }
.discovery-picker-grid article:last-child { border-right: 0; }
.discovery-picker-grid h3 { margin: 0; color: var(--ink); font-size: 15px; }
.discovery-picker-grid p { margin: 8px 0 20px; color: #8ca0b8; font-size: 11px; }
.discovery-symbols { height: 42px; display: flex; align-items: center; justify-content: center; gap: 20px; }
.discovery-symbols img { width: 26px; height: 26px; object-fit: contain; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }
.discovery-avatars { height: 47px; margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 11px; }
.discovery-avatars img { width: 40px; height: 40px; border-radius: 9px; object-fit: cover; }
.discovery-picker-grid article > a { margin-top: 11px; display: inline-block; color: var(--blue); font-size: 11px; }

.discovery-types { padding: 0 18px 15px; }
.discovery-type-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 4px; }
.discovery-type-grid article { min-width: 0; min-height: 170px; padding: 18px 20px 12px; border-right: 1px solid #edf1f7; border-bottom: 1px solid #edf1f7; }
.discovery-type-grid article:nth-child(4n) { border-right: 0; }
.discovery-type-grid article:nth-last-child(-n+4) { border-bottom: 0; }
.discovery-type-grid h3 { margin: 0; display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: 14px; }
.discovery-type-grid h3 img { width: 26px; height: 26px; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }
.discovery-type-grid article > p { margin: 3px 0 13px 35px; color: #8ca0b8; font-size: 10px; }
.discovery-type-grid article > div { display: flex; gap: 17px; }
.discovery-type-grid article > div a { width: 52px; min-width: 0; text-align: center; }
.discovery-type-grid article > div img { width: 42px; height: 42px; border-radius: 9px; object-fit: cover; }
.discovery-type-grid article > div span { display: block; margin-top: 4px; overflow: hidden; color: #536a86; font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }
.discovery-type-grid article > a { margin-top: 12px; display: inline-block; color: var(--blue); font-size: 10px; }

.discovery-split { display: grid; grid-template-columns: 1.25fr .85fr; gap: 14px; }
.discovery-list-panel { padding: 0 18px 14px; }
.discovery-path-list { display: grid; grid-template-columns: 1fr 1fr; }
.discovery-path-list > a,
.discovery-time-list > a { position: relative; min-width: 0; min-height: 76px; padding: 14px 116px 10px 12px; display: block; border-bottom: 1px solid #edf1f7; }
.discovery-path-list > a:nth-last-child(-n+2),
.discovery-time-list > a:last-child { border-bottom: 0; }
.discovery-path-list strong,
.discovery-time-list strong { display: block; color: var(--blue); font-size: 13px; }
.discovery-path-list span,
.discovery-time-list span { margin-top: 6px; display: block; overflow: hidden; color: #71849d; font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }
.discovery-path-list img,
.discovery-time-list img { position: relative; z-index: 1; width: 34px; height: 34px; margin: -31px 0 0 5px; float: right; border-radius: 8px; object-fit: cover; }
.discovery-path-list img + img,
.discovery-time-list img + img { margin-right: 37px; }
.discovery-time-list > a { min-height: 64px; padding-top: 10px; }

.discovery-combos { padding: 0 18px 16px; }
.discovery-combos > div:last-child { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 18px; }
.discovery-combos article { position: relative; min-height: 116px; padding: 17px 110px 12px 15px; border-bottom: 1px solid #edf1f7; overflow: hidden; }
.discovery-combos article:nth-last-child(-n+3) { border-bottom: 0; }
.discovery-combos h3 { margin: 0; color: var(--ink); font-size: 14px; }
.discovery-combos small { margin-top: 5px; display: block; color: #91a2b8; }
.discovery-combos article span { position: absolute; right: 14px; bottom: 12px; display: flex; }
.discovery-combos article span img { width: 54px; height: 54px; border-radius: 11px; object-fit: cover; }
.discovery-combos article > a { margin-top: 16px; display: inline-block; color: var(--blue); font-size: 10px; }

.discovery-bottom-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 14px; align-items: start; }
.discovery-makers,
.discovery-recent { padding: 0 18px 14px; }
.discovery-maker-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding-top: 10px; }
.discovery-maker-cols h3 { margin: 6px 0; color: #526985; font-size: 12px; }
.discovery-maker-cols a { min-width: 0; height: 58px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 14px; background: #f7f9fd; transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.discovery-maker-cols a:hover { background: #fff; box-shadow: 0 8px 22px rgba(38, 89, 166, .09); transform: translateY(-2px); }
.discovery-maker-cols span { display: -webkit-box; overflow: hidden; color: #526985; font-size: 12px; line-height: 15px; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.discovery-maker-cols img { width: 94px; max-width: calc(100% - 18px); height: 34px; border-radius: 0; object-fit: contain; }
.discovery-recent > div:last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.discovery-recent > div:last-child > a { min-width: 0; height: 58px; display: grid; grid-template-columns: 40px minmax(0,1fr) 64px; grid-template-rows: 1fr 1fr; column-gap: 10px; align-items: center; border-bottom: 1px solid #edf1f7; }
.discovery-recent img { width: 40px; height: 40px; grid-row: 1 / 3; border-radius: 9px; object-fit: cover; }
.discovery-recent strong,
.discovery-recent small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.discovery-recent strong { color: var(--ink); font-size: 12px; }
.discovery-recent small { color: #8da0b7; font-size: 9px; }
.discovery-recent time { color: #8da0b7; font-size: 9px; text-align: right; }
.discovery-recent em { color: var(--blue); font-size: 9px; font-style: normal; text-align: right; }
/* PC new game hub: /new-games */
.new-games-hub { background: transparent; }
.ng-week,
.ng-today,
.ng-focus,
.ng-updates,
.ng-status-directory { padding: 0 18px 14px; }
.ng-week-grid { display: grid; grid-template-columns: repeat(7, 1fr); }
.ng-week-grid article { min-height: 152px; padding: 13px 8px 9px; text-align: center; border-right: 1px solid var(--line); }
.ng-week-grid article > a { height: 100%; display: block; color: inherit; }
.ng-week-grid article:first-child { border-left: 1px solid var(--line); }
.ng-week-grid article.is-selected { margin-top: -1px; border: 1px solid var(--blue); border-radius: 8px; background: var(--blue); color: #fff; }
.ng-week-grid time,
.ng-week-grid strong { display: block; font-size: 12px; }
.ng-week-grid time { color: #536985; font-weight: 700; }
.ng-week-grid strong { margin-top: 3px; color: #8da0b7; }
.ng-week-grid .is-selected time,
.ng-week-grid .is-selected strong,
.ng-week-grid .is-selected small { color: #fff; }
.ng-week-grid article > a > div { height: 48px; margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 4px; }
.ng-week-grid article > a > div img { width: 36px; height: 36px; flex: 0 0 36px; border: 2px solid #fff; border-radius: 8px; object-fit: cover; }
.ng-week-grid small { color: #7c90aa; font-size: 9px; }
.ng-legend { height: 36px; display: flex; align-items: center; gap: 24px; color: #70849d; font-size: 10px; }
.ng-legend span::before { width: 8px; height: 8px; margin-right: 6px; display: inline-block; border-radius: 50%; background: #23b26d; content: ""; }
.ng-legend .test::before { background: #438cf5; }
.ng-legend .update::before { background: #8d4de8; }
.ng-legend .booking::before { background: #ff8a22; }
.ng-legend small { margin-left: auto; }

.ng-today-body { display: grid; grid-template-columns: 382px 1fr; gap: 18px; padding-top: 15px; }
.ng-today-feature a,
.ng-focus-lead a { position: relative; height: 315px; display: block; overflow: hidden; border-radius: 8px; }
.ng-today-feature > a > img,
.ng-focus-lead > a > img { width: 100%; height: 100%; object-fit: cover; }
.ng-today-feature > a > span,
.ng-focus-lead > a > span { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(3,24,55,.92)); }
.ng-today-feature a > div,
.ng-focus-lead a > div { position: absolute; right: 0; bottom: 0; left: 0; padding: 18px; color: #fff; }
.ng-today-feature em,
.ng-focus-lead em { display: inline-flex; height: 23px; padding: 0 8px; align-items: center; border-radius: 4px; background: #20b36c; color: #fff; font-size: 10px; font-style: normal; }
.ng-today-feature h3,
.ng-focus-lead h3 { margin: 8px 0 6px; font-size: 23px; }
.ng-today-feature p,
.ng-focus-lead p { height: 37px; margin: 0; overflow: hidden; font-size: 11px; line-height: 18px; }
.ng-today-feature small,
.ng-focus-lead small { margin-top: 10px; display: block; font-size: 10px; }
.ng-today-feature b,
.ng-focus-lead b { position: absolute; right: 18px; bottom: 18px; font-size: 11px; }
.ng-today-list a { min-width: 0; height: 74px; display: grid; grid-template-columns: 54px minmax(120px,1fr) 72px 76px 108px 84px; grid-template-rows: 30px 26px; column-gap: 10px; align-items: center; border-bottom: 1px solid #edf1f7; }
.ng-today-list a:last-child { border-bottom: 0; }
.ng-today-list img { width: 52px; height: 52px; grid-row: 1 / 3; border-radius: 10px; object-fit: cover; }
.ng-today-list strong { color: var(--ink); font-size: 13px; }
.ng-today-list em { width: fit-content; padding: 4px 7px; border-radius: 4px; background: #eaf8f0; color: #23a765; font-size: 9px; font-style: normal; }
.ng-today-list time,
.ng-today-list span,
.ng-today-list small { overflow: hidden; color: #7f92aa; font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }
.ng-today-list small { grid-column: 2 / 6; }
.ng-today-list b { grid-row: 1 / 3; color: var(--blue); font-size: 10px; text-align: right; }

.ng-double { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ng-double > section { padding: 0 18px 14px; }
.ng-date-list a { height: 66px; display: grid; grid-template-columns: 48px 7px 48px minmax(0,1fr) 70px; gap: 9px; align-items: center; border-bottom: 1px solid #edf1f7; }
.ng-date-list time { color: #405773; font-size: 13px; font-weight: 700; }
.ng-date-list time small { display: block; margin-top: 4px; color: #8da0b7; font-size: 9px; }
.ng-date-list i { width: 7px; height: 7px; border-radius: 50%; background: #4f93fa; }
.ng-date-list img { width: 44px; height: 44px; border-radius: 9px; object-fit: cover; }
.ng-date-list span { min-width: 0; }
.ng-date-list strong,
.ng-date-list span small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ng-date-list strong { color: var(--ink); font-size: 11px; }
.ng-date-list em { display: inline-block; margin-top: 4px; color: var(--blue); font-size: 8px; font-style: normal; }
.ng-date-list span small { color: #8da0b7; font-size: 8px; }
.ng-date-list b { color: var(--blue); font-size: 9px; text-align: right; }
.ng-release-groups { display: grid; grid-template-columns: repeat(3,1fr); gap: 0 12px; padding-top: 7px; }
.ng-release-groups a { min-width: 0; height: 68px; display: grid; grid-template-columns: 38px minmax(0,1fr); grid-template-rows: repeat(3,1fr); gap: 0 8px; align-items: center; border-bottom: 1px solid #edf1f7; }
.ng-release-groups img { width: 36px; height: 36px; grid-row: 1 / 4; border-radius: 8px; object-fit: cover; }
.ng-release-groups strong,
.ng-release-groups em,
.ng-release-groups time { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ng-release-groups strong { color: var(--ink); font-size: 10px; }
.ng-release-groups em { color: #24a868; font-size: 8px; font-style: normal; }
.ng-release-groups time { color: #8da0b7; font-size: 8px; }
.ng-release-groups b { display: none; }

.ng-focus-grid { display: grid; grid-template-columns: 2fr repeat(5,1fr); gap: 16px; padding-top: 15px; }
.ng-focus-lead a { height: 235px; }
.ng-focus-grid > article { min-width: 0; padding: 10px 4px; }
.ng-focus-grid > article img { width: 86px; height: 86px; margin: 0 auto; display: block; border-radius: 18px; object-fit: cover; }
.ng-focus-grid > article h3 { margin: 10px 0 6px; overflow: hidden; color: var(--ink); font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.ng-focus-grid > article em { padding: 3px 7px; border-radius: 4px; background: #edf4ff; color: var(--blue); font-size: 8px; font-style: normal; }
.ng-focus-grid > article p { height: 38px; margin: 8px 0; overflow: hidden; color: #71849d; font-size: 9px; line-height: 19px; }
.ng-focus-grid > article > a:last-child { color: var(--blue); font-size: 9px; }
.ng-update-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; }
.ng-update-grid a { min-width: 0; height: 72px; display: grid; grid-template-columns: 46px 110px 92px minmax(0,1fr) 52px; gap: 9px; align-items: center; border-bottom: 1px solid #edf1f7; }
.ng-update-grid img { width: 42px; height: 42px; border-radius: 9px; object-fit: cover; }
.ng-update-grid strong { color: var(--ink); font-size: 11px; }
.ng-update-grid span,
.ng-update-grid small,
.ng-update-grid time { overflow: hidden; color: #73869e; font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }
.ng-update-grid time { text-align: right; }
.ng-status-directory nav { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; padding-top: 15px; }
.ng-status-directory nav a { height: 76px; padding: 12px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: 1fr 1fr; column-gap: 9px; align-items: center; border: 1px solid var(--line); border-radius: 7px; }
.ng-status-directory nav img { width: 34px; height: 34px; grid-row: 1 / 3; object-fit: contain; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }
.ng-status-directory strong { color: var(--ink); font-size: 12px; }
.ng-status-directory small { color: #8da0b7; font-size: 9px; }

/* PC topic hub: /topics */
.topic-hub-page { background: transparent; }
.topic-showcase,
.topic-updating,
.topic-hot,
.topic-series,
.topic-season,
.topic-recent { padding: 0 14px 14px; }
.topic-showcase-grid { display: grid; grid-template-columns: 1.08fr 1.22fr; gap: 12px; padding-top: 12px; }
.topic-showcase-grid a,
.topic-hot > div:last-child > a,
.topic-season > div:last-child > a { position: relative; overflow: hidden; border-radius: 8px; }
.topic-showcase-grid a > img,
.topic-hot > div:last-child > a > img,
.topic-season > div:last-child > a > img { width: 100%; height: 100%; object-fit: cover; }
.topic-showcase-grid a > i,
.topic-hot > div:last-child > a > i,
.topic-season > div:last-child > a > i { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 22%, rgba(4,25,53,.9)); }
.topic-showcase-lead { height: 338px; }
.topic-showcase-grid a > div,
.topic-hot > div:last-child > a > div,
.topic-season > div:last-child > a > div { position: absolute; right: 0; bottom: 0; left: 0; padding: 17px; color: #fff; }
.topic-showcase-grid h3,
.topic-hot h3,
.topic-season h3 { margin: 0 0 7px; font-size: 20px; }
.topic-showcase-grid p,
.topic-hot p,
.topic-season p { height: 34px; margin: 0; overflow: hidden; font-size: 11px; line-height: 17px; }
.topic-avatar-row { margin-top: 10px; display: flex; gap: 5px; }
.topic-avatar-row img { width: 28px; height: 28px; border: 1px solid #fff; border-radius: 7px; object-fit: cover; }
.topic-showcase-grid small,
.topic-hot small,
.topic-season small { margin-top: 8px; display: block; font-size: 9px; }
.topic-showcase-grid b,
.topic-hot b,
.topic-season b { position: absolute; right: 16px; bottom: 14px; color: #fff; font-size: 10px; }
.topic-showcase-side { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.topic-showcase-side a { height: 163px; }
.topic-showcase-side h3 { font-size: 15px; }
.topic-showcase-side p { height: 18px; font-size: 9px; }
.topic-showcase-side .topic-avatar-row img { width: 22px; height: 22px; }
.topic-category-nav { height: 60px; padding: 0 18px; display: flex; align-items: stretch; }
.topic-category-nav[style*="display:block"] { display: flex !important; }
.topic-category-nav a { position: relative; flex: 1; display: flex; align-items: center; justify-content: center; color: #637892; font-size: 12px; }
.topic-category-nav a.active,
.topic-category-nav a:hover { color: var(--blue); font-weight: 700; }
.topic-category-nav a.active::after { position: absolute; right: 16px; bottom: 0; left: 16px; height: 2px; background: var(--blue); content: ""; }
.topic-updating > div:last-child { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding-top: 12px; }
.topic-updating article > a:first-child { position: relative; height: 148px; display: block; overflow: hidden; border-radius: 8px 8px 0 0; }
.topic-updating article > a:first-child > img { width: 100%; height: 100%; object-fit: cover; }
.topic-updating article > a:first-child > i { position: absolute; inset: 0; background: rgba(5,28,58,.6); }
.topic-updating article > a:first-child > div { position: absolute; inset: 0; padding: 16px; color: #fff; }
.topic-updating h3 { margin: 0 0 7px; font-size: 16px; }
.topic-updating p,
.topic-updating small { display: block; margin: 0 0 5px; font-size: 9px; }
.topic-updating article > a:last-child { height: 38px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 8px 8px; color: var(--blue); font-size: 10px; }
.topic-updating .topic-avatar-row img { width: 24px; height: 24px; }
.topic-hot > div:last-child { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding-top: 12px; }
.topic-hot > div:last-child > a { height: 158px; }
.topic-hot h3 { font-size: 16px; }
.topic-hot .topic-avatar-row img { width: 23px; height: 23px; }
.topic-dual { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.topic-dual[style*="display:block"] { display: grid !important; }
.topic-dual > section { padding: 0 14px 12px; }
.topic-compact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; padding-top: 5px; }
.topic-compact-list > a { min-width: 0; height: 64px; display: grid; grid-template-columns: 94px minmax(0,1fr) 90px; align-items: center; border-bottom: 1px solid #edf1f7; }
.topic-compact-list strong,
.topic-compact-list span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.topic-compact-list strong { color: var(--blue); font-size: 11px; }
.topic-compact-list span { color: #8294aa; font-size: 9px; }
.topic-compact-list i { margin: 0; justify-content: flex-end; }
.topic-compact-list i img { width: 25px; height: 25px; }
.topic-series > div:last-child { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; padding-top: 12px; }
.topic-series > div:last-child > a { min-width: 0; min-height: 112px; padding: 14px 12px; border: 1px solid var(--line); border-radius: 7px; }
.topic-series h3 { margin: 0; overflow: hidden; color: var(--ink); font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.topic-series small { margin-top: 10px; display: block; color: var(--blue); font-size: 9px; }
.topic-series .topic-avatar-row img { width: 28px; height: 28px; border-color: var(--line); }
.topic-season > div:last-child { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; padding-top: 12px; }
.topic-season > div:last-child > a { height: 180px; }
.topic-season h3 { font-size: 17px; }
.topic-recent > div:last-of-type { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; padding-top: 6px; }
.topic-recent > div:last-of-type > a { min-width: 0; height: 66px; display: grid; grid-template-columns: 46px minmax(0,1fr) 62px 76px 40px; gap: 10px; align-items: center; border-bottom: 1px solid #edf1f7; }
.topic-recent > div:last-of-type img { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; }
.topic-recent > div:last-of-type span { min-width: 0; }
.topic-recent strong,
.topic-recent small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.topic-recent strong { color: var(--ink); font-size: 11px; }
.topic-recent small,
.topic-recent em,
.topic-recent time,
.topic-recent b { color: #8798ae; font-size: 9px; font-style: normal; font-weight: 400; }
.topic-tags { min-height: 72px; padding: 12px 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.topic-tags strong { margin-right: 8px; display: flex; align-items: center; gap: 8px; color: var(--ink); }
.topic-tags strong img { width: 21px; height: 21px; filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%); }
.topic-tags a { height: 28px; padding: 0 13px; display: inline-flex; align-items: center; border-radius: 5px; background: #f3f6fa; color: #61748d; font-size: 10px; }
.topic-tags a:last-child { margin-left: auto; color: var(--blue); }

/* Three public channel pages share the compact desktop rhythm of the home page. */
.game-discovery-page,
.new-games-hub,
.topic-hub-page { padding-top: 14px; }
.game-discovery-page > .site-container,
.new-games-hub > .site-container,
.topic-hub-page > .site-container { margin-bottom: 12px; }
.game-discovery-page .discovery-section-head,
.new-games-hub .ng-section-head,
.topic-hub-page .topic-section-head { height: 48px; padding-right: 16px; padding-left: 16px; }
.game-discovery-page .discovery-section-head h2,
.new-games-hub .ng-section-head h2,
.topic-hub-page .topic-section-head h2 { gap: 8px; font-size: 17px; line-height: 1.2; }
.new-games-hub .ng-section-head img,
.topic-hub-page .topic-section-head img { width: 20px; height: 20px; }

.game-discovery-page .discovery-picker { padding: 0 16px 12px; }
.game-discovery-page .discovery-picker-grid { padding-top: 6px; }
.game-discovery-page .discovery-picker-grid article { min-height: 184px; padding: 15px 20px 10px; }
.game-discovery-page .discovery-picker-grid h3 { font-size: 13px; }
.game-discovery-page .discovery-picker-grid p { margin: 5px 0 11px; font-size: 10px; }
.game-discovery-page .discovery-symbols { height: 34px; gap: 18px; }
.game-discovery-page .discovery-symbols img { width: 23px; height: 23px; }
.game-discovery-page .discovery-avatars { height: 38px; margin-top: 7px; gap: 8px; }
.game-discovery-page .discovery-avatars img { width: 34px; height: 34px; border-radius: 8px; }
.game-discovery-page .discovery-picker-grid article > a { margin-top: 7px; font-size: 10px; }

.game-discovery-page .discovery-types { padding: 0 16px 11px; }
.game-discovery-page .discovery-type-grid { padding-top: 2px; }
.game-discovery-page .discovery-type-grid article { min-height: 148px; padding: 13px 16px 9px; }
.game-discovery-page .discovery-type-grid h3 { gap: 8px; font-size: 13px; }
.game-discovery-page .discovery-type-grid h3 img { width: 23px; height: 23px; }
.game-discovery-page .discovery-type-grid article > p { margin: 2px 0 9px 31px; }
.game-discovery-page .discovery-type-grid article > div { gap: 13px; }
.game-discovery-page .discovery-type-grid article > div a { width: 58px; }
.game-discovery-page .discovery-type-grid article > div img { width: 36px; height: 36px; border-radius: 8px; }
.game-discovery-page .discovery-type-grid article > div span { min-height: 24px; margin-top: 3px; display: -webkit-box; overflow: hidden; white-space: normal; line-height: 12px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.game-discovery-page .discovery-type-grid article > a { margin-top: 7px; }
.game-discovery-page .discovery-list-panel,
.game-discovery-page .discovery-makers,
.game-discovery-page .discovery-recent { padding-right: 16px; padding-bottom: 11px; padding-left: 16px; }
.game-discovery-page .discovery-path-list > a,
.game-discovery-page .discovery-time-list > a { min-height: 68px; padding-top: 11px; }
.game-discovery-page .discovery-time-list > a { min-height: 58px; padding-top: 8px; }
.game-discovery-page .discovery-combos { padding: 0 16px 11px; }
.game-discovery-page .discovery-combos article { min-height: 96px; padding: 13px 84px 9px 12px; }
.game-discovery-page .discovery-combos article span img { width: 46px; height: 46px; }
.game-discovery-page .discovery-combos article > a { margin-top: 10px; }
.new-games-hub .ng-week,
.new-games-hub .ng-today,
.new-games-hub .ng-focus,
.new-games-hub .ng-updates,
.new-games-hub .ng-status-directory { padding-right: 16px; padding-bottom: 11px; padding-left: 16px; }
.new-games-hub .ng-week-grid article { min-height: 136px; padding-top: 11px; }
.new-games-hub .ng-week-grid article > a > div { height: 42px; margin-top: 8px; }
.new-games-hub .ng-week-grid article > a > div img { width: 32px; height: 32px; flex-basis: 32px; }
.new-games-hub .ng-legend { height: 32px; }
.new-games-hub .ng-today-body { grid-template-columns: 350px 1fr; gap: 16px; padding-top: 12px; }
.new-games-hub .ng-today-feature a { height: 280px; }
.new-games-hub .ng-today-list a { height: 66px; grid-template-columns: 48px minmax(110px,1fr) 68px 70px 96px 78px; }
.new-games-hub .ng-today-list img { width: 46px; height: 46px; }
.new-games-hub .ng-today-feature h3,
.new-games-hub .ng-focus-lead h3 { font-size: 20px; }
.new-games-hub .ng-focus-grid { gap: 13px; padding-top: 12px; }
.new-games-hub .ng-focus-lead a { height: 210px; }
.new-games-hub .ng-focus-grid > article img { width: 74px; height: 74px; border-radius: 15px; }
.new-games-hub .ng-focus-grid > article h3 { margin-top: 8px; font-size: 12px; }
.new-games-hub .ng-focus-grid > article p { margin: 6px 0; }
.new-games-hub .ng-update-grid a { height: 64px; }
.new-games-hub .ng-status-directory nav { gap: 10px; padding-top: 12px; }
.new-games-hub .ng-status-directory nav a { height: 68px; padding: 9px; }

.topic-hub-page .topic-showcase,
.topic-hub-page .topic-updating,
.topic-hub-page .topic-hot,
.topic-hub-page .topic-series,
.topic-hub-page .topic-season,
.topic-hub-page .topic-recent { padding-bottom: 11px; }
.topic-hub-page .topic-showcase-grid { gap: 10px; padding-top: 10px; }
.topic-hub-page .topic-showcase-lead { height: 310px; }
.topic-hub-page .topic-showcase-side { gap: 10px; }
.topic-hub-page .topic-showcase-side a { height: 150px; }
.topic-hub-page .topic-category-nav { height: 52px; }
.topic-hub-page .topic-updating > div:last-child,
.topic-hub-page .topic-hot > div:last-child,
.topic-hub-page .topic-series > div:last-child,
.topic-hub-page .topic-season > div:last-child { padding-top: 10px; }
.topic-hub-page .topic-updating article > a:first-child { height: 138px; }
.topic-hub-page .topic-hot > div:last-child > a { height: 148px; }
.topic-hub-page .topic-season > div:last-child > a { height: 166px; }
.topic-hub-page .topic-tags { min-height: 62px; }

/*
 * Public channel visual contract
 *
 * The home page is the design-system baseline.  Channel pages keep their own
 * information architecture, but use the same white 12px panel, 72/62px
 * heading rhythm, 24/20px heading hierarchy and readable metadata scale.
 * These selectors are deliberately page-scoped so the approved home page is
 * not changed.
 */
.game-discovery-page,
.new-games-hub,
.topic-hub-page { padding-top: 18px; }
.game-discovery-page > .site-container,
.new-games-hub > .site-container,
.topic-hub-page > .site-container { margin-bottom: 16px; }

.game-discovery-page .discovery-section-head,
.new-games-hub .ng-section-head,
.topic-hub-page .topic-section-head {
  height: 72px;
  padding-right: 24px;
  padding-left: 24px;
}
.game-discovery-page .discovery-section-head h2,
.new-games-hub .ng-section-head h2,
.topic-hub-page .topic-section-head h2 {
  gap: 11px;
  font-size: 24px;
  line-height: 1.15;
}
.game-discovery-page .discovery-section-head h2 > i { width: 10px; height: 10px; }
.new-games-hub .ng-section-head img,
.topic-hub-page .topic-section-head img { width: 26px; height: 26px; }
.game-discovery-page .discovery-section-head a,
.new-games-hub .ng-section-head a,
.topic-hub-page .topic-section-head a { font-size: 13px; }

/* Find games */
.game-discovery-page .discovery-picker,
.game-discovery-page .discovery-types,
.game-discovery-page .discovery-list-panel,
.game-discovery-page .discovery-makers,
.game-discovery-page .discovery-recent,
.game-discovery-page .discovery-combos { padding-right: 24px; padding-bottom: 24px; padding-left: 24px; }
.game-discovery-page .discovery-picker-grid { padding-top: 10px; }
.game-discovery-page .discovery-picker-grid article { min-height: 210px; padding: 20px 22px 14px; }
.game-discovery-page .discovery-picker-grid h3,
.game-discovery-page .discovery-type-grid h3 { font-size: 16px; }
.game-discovery-page .discovery-picker-grid p { margin: 7px 0 16px; font-size: 13px; }
.game-discovery-page .discovery-symbols { height: 40px; gap: 20px; }
.game-discovery-page .discovery-symbols img { width: 26px; height: 26px; }
.game-discovery-page .discovery-avatars { height: 44px; margin-top: 10px; gap: 10px; }
.game-discovery-page .discovery-avatars img { width: 40px; height: 40px; }
.game-discovery-page .discovery-picker-grid article > a,
.game-discovery-page .discovery-type-grid article > a,
.game-discovery-page .discovery-combos article > a { font-size: 12px; }
.game-discovery-page .discovery-type-grid { padding-top: 6px; }
.game-discovery-page .discovery-type-grid article { min-height: 166px; padding: 17px 18px 12px; }
.game-discovery-page .discovery-type-grid h3 img { width: 26px; height: 26px; }
.game-discovery-page .discovery-type-grid article > p { margin: 4px 0 12px 35px; font-size: 12px; }
.game-discovery-page .discovery-type-grid article > div { gap: 15px; }
.game-discovery-page .discovery-type-grid article > div img { width: 42px; height: 42px; }
.game-discovery-page .discovery-type-grid article > div span { min-height: 28px; margin-top: 4px; font-size: 11px; line-height: 14px; }
.game-discovery-page .discovery-type-grid article > div span small { display: block; color: #8ca0b8; font-size: 10px; font-weight: 400; line-height: 13px; }
.game-discovery-page .discovery-path-list strong,
.game-discovery-page .discovery-time-list strong,
.game-discovery-page .discovery-combos h3 { font-size: 15px; }
.game-discovery-page .discovery-path-list span,
.game-discovery-page .discovery-time-list span,
.game-discovery-page .discovery-combos small { font-size: 12px; }
.game-discovery-page .discovery-maker-cols h3,
.game-discovery-page .discovery-maker-cols span,
.game-discovery-page .discovery-recent strong { font-size: 13px; }
.game-discovery-page .discovery-recent small,
.game-discovery-page .discovery-recent time,
.game-discovery-page .discovery-recent em { font-size: 11px; }
/* New games */
.new-games-hub .ng-week,
.new-games-hub .ng-today,
.new-games-hub .ng-focus,
.new-games-hub .ng-updates,
.new-games-hub .ng-status-directory { padding-right: 24px; padding-bottom: 24px; padding-left: 24px; }
.new-games-hub .ng-week-grid article { min-height: 144px; padding-top: 12px; }
.new-games-hub .ng-week-grid time,
.new-games-hub .ng-week-grid strong { font-size: 13px; }
.new-games-hub .ng-week-grid small,
.new-games-hub .ng-legend { font-size: 11px; }
.new-games-hub .ng-today-body { grid-template-columns: 370px 1fr; gap: 18px; padding-top: 15px; }
.new-games-hub .ng-today-feature a { height: 300px; }
.new-games-hub .ng-today-feature h3,
.new-games-hub .ng-focus-lead h3 { font-size: 22px; }
.new-games-hub .ng-today-feature p,
.new-games-hub .ng-focus-lead p { font-size: 13px; line-height: 20px; }
.new-games-hub .ng-today-list a { height: 70px; grid-template-columns: 52px minmax(110px,1fr) 72px 74px 102px 82px; }
.new-games-hub .ng-today-list img { width: 50px; height: 50px; }
.new-games-hub .ng-today-list strong { font-size: 14px; }
.new-games-hub .ng-today-list time,
.new-games-hub .ng-today-list span,
.new-games-hub .ng-today-list small,
.new-games-hub .ng-today-list b { font-size: 11px; }
.new-games-hub .ng-today-list img { grid-column: 1; }
.new-games-hub .ng-today-list strong { grid-column: 2; }
.new-games-hub .ng-today-list em { grid-column: 3; }
.new-games-hub .ng-today-list time { grid-column: 4; }
.new-games-hub .ng-today-list span { grid-column: 5; }
.new-games-hub .ng-today-list b { grid-column: 6; grid-row: 1 / 3; justify-self: end; }
.new-games-hub .ng-today-list small { grid-column: 2 / 6; }
.new-games-hub .ng-date-list strong,
.new-games-hub .ng-release-groups strong,
.new-games-hub .ng-update-grid strong { font-size: 12px; }
.new-games-hub .ng-date-list em,
.new-games-hub .ng-date-list span small,
.new-games-hub .ng-date-list b,
.new-games-hub .ng-release-groups em,
.new-games-hub .ng-release-groups time,
.new-games-hub .ng-update-grid span,
.new-games-hub .ng-update-grid small,
.new-games-hub .ng-update-grid time { font-size: 10px; }
.new-games-hub .ng-focus-grid { gap: 14px; padding-top: 15px; }
.new-games-hub .ng-focus-lead a { height: 224px; }
.new-games-hub .ng-focus-grid > article img { width: 80px; height: 80px; }
.new-games-hub .ng-focus-grid > article h3 { font-size: 14px; }
.new-games-hub .ng-focus-grid > article p { font-size: 11px; line-height: 18px; }
.new-games-hub .ng-focus-grid > article > a:last-child { font-size: 11px; }
.new-games-hub .ng-status-directory nav a { height: 74px; padding: 10px; }
.new-games-hub .ng-status-directory strong { font-size: 13px; }
.new-games-hub .ng-status-directory small { font-size: 11px; }

/* Game topics */
.topic-hub-page .topic-showcase,
.topic-hub-page .topic-updating,
.topic-hub-page .topic-hot,
.topic-hub-page .topic-series,
.topic-hub-page .topic-season,
.topic-hub-page .topic-recent { padding-right: 24px; padding-bottom: 24px; padding-left: 24px; }
.topic-hub-page .topic-showcase-grid { gap: 12px; padding-top: 14px; }
.topic-hub-page .topic-showcase-lead { height: 330px; }
.topic-hub-page .topic-showcase-side { gap: 12px; }
.topic-hub-page .topic-showcase-side a { height: 159px; }
.topic-hub-page .topic-showcase-grid h3,
.topic-hub-page .topic-hot h3,
.topic-hub-page .topic-season h3 { font-size: 20px; }
.topic-hub-page .topic-showcase-side h3,
.topic-hub-page .topic-updating h3,
.topic-hub-page .topic-hot h3 { font-size: 17px; }
.topic-hub-page .topic-showcase-grid p,
.topic-hub-page .topic-hot p,
.topic-hub-page .topic-season p { font-size: 12px; line-height: 18px; }
.topic-hub-page .topic-showcase-grid small,
.topic-hub-page .topic-hot small,
.topic-hub-page .topic-season small,
.topic-hub-page .topic-showcase-grid b,
.topic-hub-page .topic-hot b,
.topic-hub-page .topic-season b { font-size: 11px; }
.topic-hub-page .topic-updating p,
.topic-hub-page .topic-updating small,
.topic-hub-page .topic-updating article > a:last-child { font-size: 11px; }
.topic-hub-page .topic-compact-list strong,
.topic-hub-page .topic-recent strong,
.topic-hub-page .topic-series h3 { font-size: 13px; }
.topic-hub-page .topic-compact-list span,
.topic-hub-page .topic-recent small,
.topic-hub-page .topic-recent em,
.topic-hub-page .topic-recent time,
.topic-hub-page .topic-recent b,
.topic-hub-page .topic-series small { font-size: 11px; }
.topic-hub-page .topic-tags { min-height: 72px; padding: 14px 24px; }
.topic-hub-page .topic-tags strong { font-size: 16px; }
.topic-hub-page .topic-tags a { font-size: 12px; }

/* Rankings and guides use the same major/compact heading hierarchy. */
.ranking-page .ranking-column { padding-right: 18px; padding-bottom: 18px; padding-left: 18px; }
.ranking-page .ranking-column header { height: 72px; }
.ranking-page .ranking-column header h2 { font-size: 24px; }
.ranking-page .ranking-column header h2 img { width: 26px; height: 26px; }
.ranking-page .category-ranking,
.ranking-page .ranking-rules { padding-right: 24px; padding-bottom: 24px; padding-left: 24px; }
.ranking-page .category-ranking > .guide-section-head,
.ranking-page .ranking-rules > h2 { min-height: 72px; height: 72px; }
.ranking-page .category-ranking > .guide-section-head h2,
.ranking-page .ranking-rules > h2 { font-size: 24px; }
.ranking-page .ranking-row strong { font-size: 14px; }
.ranking-page .ranking-row small,
.ranking-page .ranking-row em,
.ranking-page .ranking-row > b { font-size: 12px; }

.guide-hub .guide-game-strip,
.guide-hub .guide-roadmap,
.guide-hub .guide-featured-topics,
.guide-hub .guide-latest { padding-right: 24px; padding-bottom: 24px; padding-left: 24px; }
.guide-hub .guide-section-head { height: 72px; }
.guide-hub .guide-section-head h2 { font-size: 24px; }
.guide-hub .guide-section-head h2 img { width: 26px; height: 26px; }
.guide-hub .guide-section-head > a { font-size: 13px; }
.guide-hub .guide-hot-read header { height: 62px; }
.guide-hub .guide-hot-read h2 { font-size: 20px; }
.guide-hub .guide-hot-read header > a { font-size: 12px; }
.guide-hub .guide-game-grid strong,
.guide-hub .guide-featured-topic-grid strong { font-size: 14px; }
.guide-hub .guide-game-grid small,
.guide-hub .guide-game-grid em,
.guide-hub .guide-featured-topic-grid small,
.guide-hub .guide-featured-topic-grid ul { font-size: 12px; }
.guide-hub .guide-latest-list h3 { font-size: 15px; }
.guide-hub .guide-latest-list p { font-size: 12px; }
.guide-hub .guide-latest-list small,
.guide-hub .guide-week-rank small { font-size: 11px; }
.guide-hub .guide-week-rank strong { font-size: 13px; }

/* Final channel-page calibration against the approved home page. */
.game-discovery-page .discovery-list-panel .discovery-section-head,
.game-discovery-page .discovery-combos .discovery-section-head,
.game-discovery-page .discovery-makers .discovery-section-head,
.game-discovery-page .discovery-recent .discovery-section-head,
.new-games-hub .ng-double .ng-section-head,
.topic-hub-page .topic-dual .topic-section-head {
  height: 62px;
}
.game-discovery-page .discovery-list-panel .discovery-section-head h2,
.game-discovery-page .discovery-combos .discovery-section-head h2,
.game-discovery-page .discovery-makers .discovery-section-head h2,
.game-discovery-page .discovery-recent .discovery-section-head h2,
.new-games-hub .ng-double .ng-section-head h2,
.topic-hub-page .topic-dual .topic-section-head h2 {
  font-size: 20px;
}
.game-discovery-page .discovery-path-list > a,
.game-discovery-page .discovery-time-list > a {
  min-height: 82px;
}
.game-discovery-page .discovery-path-list span,
.game-discovery-page .discovery-time-list span {
  display: block;
  overflow: visible;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 17px;
}
.game-discovery-page .discovery-path-list {
  grid-template-columns: 1fr;
}
.game-discovery-page .discovery-path-list > a,
.game-discovery-page .discovery-time-list > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(4, 34px);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 7px;
  padding: 12px;
}
.game-discovery-page .discovery-time-list > a {
  grid-template-columns: minmax(0, 1fr) repeat(2, 34px);
}
.game-discovery-page .discovery-path-list strong,
.game-discovery-page .discovery-time-list strong,
.game-discovery-page .discovery-path-list span,
.game-discovery-page .discovery-time-list span {
  grid-column: 1;
}
.game-discovery-page .discovery-path-list strong,
.game-discovery-page .discovery-time-list strong {
  grid-row: 1;
}
.game-discovery-page .discovery-path-list span,
.game-discovery-page .discovery-time-list span {
  grid-row: 2;
  margin-top: 4px;
}
.game-discovery-page .discovery-path-list img,
.game-discovery-page .discovery-time-list img {
  position: static;
  float: none;
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  margin: 0;
}
.game-discovery-page .discovery-path-list > a > img:nth-of-type(1),
.game-discovery-page .discovery-time-list > a > img:nth-of-type(1) { grid-column: 2; }
.game-discovery-page .discovery-path-list > a > img:nth-of-type(2),
.game-discovery-page .discovery-time-list > a > img:nth-of-type(2) { grid-column: 3; }
.game-discovery-page .discovery-path-list > a > img:nth-of-type(3) { grid-column: 4; }
.game-discovery-page .discovery-path-list > a > img:nth-of-type(4) { grid-column: 5; }
.game-discovery-page .discovery-path-list img + img,
.game-discovery-page .discovery-time-list img + img {
  margin-right: 0;
}
.game-discovery-page .discovery-path-list > a:last-child {
  border-bottom: 0;
}
.new-games-hub .ng-double > section {
  padding-right: 24px;
  padding-bottom: 20px;
  padding-left: 24px;
}
.new-games-hub .ng-update-grid a {
  height: 68px;
  grid-template-columns: 46px 104px 78px minmax(0,1fr) 46px;
}
.new-games-hub .ng-update-grid span,
.new-games-hub .ng-update-grid small,
.new-games-hub .ng-update-grid time {
  line-height: 1.45;
}
.new-games-hub .ng-update-grid span {
  overflow: visible;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 14px;
}
.ranking-page {
  padding-top: 28px;
  padding-bottom: 38px;
}
.ranking-page .ranking-heading {
  margin-bottom: 20px;
}
.ranking-page .ranking-heading h1 {
  font-size: 24px;
}
.ranking-page .ranking-controls {
  margin-bottom: 14px;
}
.ranking-page .ranking-facts {
  height: 60px;
  margin-bottom: 16px;
  padding-right: 24px;
  padding-left: 24px;
  gap: 26px;
  font-size: 13px;
}
.ranking-page .ranking-facts span {
  padding-right: 26px;
}
.ranking-page .ranking-column header {
  height: 62px;
}
.ranking-page .ranking-column header h2 {
  font-size: 20px;
}
.ranking-page .ranking-column header h2 img {
  width: 22px;
  height: 22px;
}
.guide-hub .guide-feature-card strong {
  right: 20px;
  bottom: 82px;
  left: 20px;
  display: -webkit-box;
  max-height: 65px;
  overflow: hidden;
  white-space: normal;
  text-overflow: clip;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.guide-hub .guide-feature-card p {
  bottom: 36px;
  height: 38px;
}
.topic-hub-page .topic-category-nav {
  height: 60px;
  padding-right: 24px;
  padding-left: 24px;
}
.topic-hub-page .topic-category-nav a {
  font-size: 13px;
}
.topic-hub-page .topic-dual > section {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.topic-hub-page .topic-updating article > a:last-child {
  justify-content: flex-start;
  height: 40px;
  padding-left: 16px;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
}
.topic-hub-page .topic-series > div:last-child {
  gap: 0;
}
.topic-hub-page .topic-series > div:last-child > a {
  min-height: 104px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
}
.topic-hub-page .topic-series > div:last-child > a:last-child {
  border-right: 0;
}

/* Topic overlays use the compact headline scale established on the homepage. */
.topic-hub-page .topic-showcase-side h3,
.topic-hub-page .topic-hot h3 {
  font-size: 15px;
  line-height: 1.35;
}
.topic-hub-page .topic-showcase-side p,
.topic-hub-page .topic-hot p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  line-height: 1.45;
}
.topic-hub-page .topic-season h3 {
  font-size: 18px;
  line-height: 1.35;
}

/*
 * Six channel heading/density close-out (2026-08-21).
 *
 * Keep this block scoped to channel roots: the approved home page shares this
 * stylesheet and must remain visually unchanged.
 */
.game-discovery-page .discovery-picker > .discovery-section-head,
.game-discovery-page .discovery-types > .discovery-section-head,
.game-discovery-page .discovery-list-panel > .discovery-section-head,
.game-discovery-page .discovery-combos > .discovery-section-head,
.game-discovery-page .discovery-makers > .discovery-section-head,
.game-discovery-page .discovery-recent > .discovery-section-head,
.new-games-hub .ng-week > .ng-section-head,
.new-games-hub .ng-today > .ng-section-head,
.new-games-hub .ng-double > section > .ng-section-head,
.new-games-hub .ng-focus > .ng-section-head,
.new-games-hub .ng-updates > .ng-section-head,
.new-games-hub .ng-status-directory > .ng-section-head,
.topic-hub-page .topic-showcase > .topic-section-head,
.topic-hub-page .topic-updating > .topic-section-head,
.topic-hub-page .topic-hot > .topic-section-head,
.topic-hub-page .topic-series > .topic-section-head,
.topic-hub-page .topic-season > .topic-section-head,
.topic-hub-page .topic-recent > .topic-section-head {
  margin-right: -24px;
  margin-left: -24px;
}
.topic-hub-page .topic-dual > section > .topic-section-head {
  margin-right: -20px;
  margin-left: -20px;
}

.game-discovery-page .discovery-section-head,
.new-games-hub .ng-section-head,
.topic-hub-page .topic-section-head {
  min-height: 72px;
  height: auto;
  padding-right: 24px;
  padding-left: 24px;
}
.game-discovery-page .discovery-section-head h2,
.new-games-hub .ng-section-head h2,
.topic-hub-page .topic-section-head h2 {
  gap: 11px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.15;
}
.game-discovery-page .discovery-section-head h2 > img,
.new-games-hub .ng-section-head h2 > img,
.topic-hub-page .topic-section-head h2 > img {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%);
}
.game-discovery-page .discovery-section-head > a,
.new-games-hub .ng-section-head > a,
.topic-hub-page .topic-section-head > a {
  color: #8799b0;
  font-size: 13px;
}

.game-discovery-page .discovery-list-panel .discovery-section-head,
.game-discovery-page .discovery-combos .discovery-section-head,
.game-discovery-page .discovery-makers .discovery-section-head,
.game-discovery-page .discovery-recent .discovery-section-head,
.new-games-hub .ng-double .ng-section-head,
.topic-hub-page .topic-dual .topic-section-head {
  min-height: 62px;
  height: auto;
}
.game-discovery-page .discovery-list-panel .discovery-section-head h2,
.game-discovery-page .discovery-combos .discovery-section-head h2,
.game-discovery-page .discovery-makers .discovery-section-head h2,
.game-discovery-page .discovery-recent .discovery-section-head h2,
.new-games-hub .ng-double .ng-section-head h2,
.topic-hub-page .topic-dual .topic-section-head h2 {
  gap: 9px;
  font-size: 20px;
}
.game-discovery-page .discovery-list-panel .discovery-section-head h2 > img,
.game-discovery-page .discovery-combos .discovery-section-head h2 > img,
.game-discovery-page .discovery-makers .discovery-section-head h2 > img,
.game-discovery-page .discovery-recent .discovery-section-head h2 > img,
.new-games-hub .ng-double .ng-section-head h2 > img,
.topic-hub-page .topic-dual .topic-section-head h2 > img {
  flex-basis: 22px;
  width: 22px;
  height: 22px;
}

/* Version rows retain readable hierarchy without clipping long CMS values. */
.new-games-hub .ng-update-grid {
  column-gap: 24px;
}
.new-games-hub .ng-update-grid a {
  min-height: 72px;
  height: auto;
  grid-template-columns: 46px minmax(118px, .8fr) minmax(96px, .65fr) minmax(0, 1.35fr) 52px;
  padding: 8px 0;
}
.new-games-hub .ng-update-grid strong {
  overflow: visible;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
}
.new-games-hub .ng-update-grid span,
.new-games-hub .ng-update-grid small,
.new-games-hub .ng-update-grid time {
  color: #71859f;
  font-size: 12px;
  line-height: 1.45;
}
.new-games-hub .ng-update-grid span {
  white-space: normal;
  overflow-wrap: anywhere;
}
.new-games-hub .ng-update-grid time {
  white-space: nowrap;
}

/* Recent topics read as a two-line editorial row, not five loose columns. */
.topic-hub-page .topic-recent > div:last-of-type {
  column-gap: 16px;
  padding-top: 4px;
}
.topic-hub-page .topic-recent > div:last-of-type > a {
  min-height: 72px;
  height: auto;
  grid-template-columns: 44px minmax(0, 1fr) auto auto auto;
  gap: 8px;
  padding: 7px 0;
}
.topic-hub-page .topic-recent > div:last-of-type img {
  width: 44px;
  height: 44px;
}
.topic-hub-page .topic-recent strong {
  font-size: 14px;
  line-height: 1.35;
}
.topic-hub-page .topic-recent small,
.topic-hub-page .topic-recent em,
.topic-hub-page .topic-recent time,
.topic-hub-page .topic-recent b {
  font-size: 12px;
  line-height: 1.4;
}
.topic-hub-page .topic-recent em,
.topic-hub-page .topic-recent time,
.topic-hub-page .topic-recent b {
  white-space: nowrap;
}
.topic-hub-page .topic-recent .pagination {
  margin-top: 0;
  padding-top: 18px;
  padding-bottom: 0;
}

/* Rankings and guides share the same major/compact heading tokens. */
.ranking-page .category-ranking > .guide-section-head,
.ranking-page .ranking-rules > h2,
.guide-hub .guide-section-head {
  min-height: 72px;
  height: auto;
}
.ranking-page .category-ranking > .guide-section-head h2,
.ranking-page .ranking-rules > h2,
.guide-hub .guide-section-head h2 {
  gap: 11px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.15;
}
.ranking-page .category-ranking > .guide-section-head h2 > img,
.ranking-page .ranking-rules > h2 > img,
.guide-hub .guide-section-head h2 > img {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%);
}
.guide-hub .guide-section-head > a,
.ranking-page .category-ranking > .guide-section-head > a {
  color: #8799b0;
  font-size: 13px;
}
.ranking-page .ranking-rules > h2 {
  display: flex;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.ranking-page .ranking-rules > h2 > img {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
}

.ranking-page .ranking-column {
  padding-right: 24px;
  padding-left: 24px;
}
.ranking-page .ranking-column header,
.guide-hub .guide-hot-read header,
.guide-hub .guide-sidebar .guide-section-head {
  min-height: 62px;
  height: auto;
}
.ranking-page .ranking-column header h2,
.guide-hub .guide-hot-read header h2,
.guide-hub .guide-sidebar .guide-section-head h2 {
  gap: 9px;
  font-size: 20px;
  line-height: 1.15;
}
.ranking-page .ranking-column header h2 > img,
.guide-hub .guide-hot-read header h2 > img,
.guide-hub .guide-sidebar .guide-section-head h2 > img {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}
.ranking-page .ranking-column header button,
.guide-hub .guide-hot-read header > a,
.guide-hub .guide-sidebar .guide-section-head > a {
  color: #8799b0;
  font-size: 12px;
}
.guide-hub .guide-tags strong {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 16px;
}
.guide-hub .guide-tags strong > img {
  width: 22px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%);
}

/* Channel content-density pass. These rules are deliberately page-scoped: the
   approved home page does not share any selector below. */
.game-discovery-page .discovery-type-grid article {
  min-height: 142px;
  padding: 14px 16px 12px;
}
.game-discovery-page .discovery-type-entry {
  min-width: 0;
  margin: 0 0 12px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto auto;
  gap: 8px;
  align-items: center;
  color: var(--ink);
}
.game-discovery-page .discovery-type-entry > img {
  width: 26px;
  height: 26px;
  filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%);
}
.game-discovery-page .discovery-type-entry > strong {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-discovery-page .discovery-type-entry > small {
  color: #8799b0;
  font-size: 12px;
  white-space: nowrap;
}
.game-discovery-page .discovery-type-entry > b {
  color: var(--blue);
  font-size: 17px;
}
.game-discovery-page .discovery-type-grid article > div {
  justify-content: space-between;
  gap: 6px;
}
.game-discovery-page .discovery-type-grid article > div a {
  width: 54px;
}
.game-discovery-page .discovery-type-grid article > div img {
  width: 38px;
  height: 38px;
}
.game-discovery-page .discovery-type-grid article > div span {
  min-height: 14px;
  margin-top: 4px;
  display: block;
  font-size: 10px;
  line-height: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-discovery-page .discovery-maker-cols a {
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
}

.game-discovery-page .discovery-maker-cols:has(> div:only-child) {
  grid-template-columns: 1fr;
}

.game-discovery-page .discovery-maker-cols:has(> div:only-child) > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
}

.game-discovery-page .discovery-maker-cols:has(> div:only-child) h3 {
  grid-column: 1 / -1;
}

.game-discovery-page .discovery-maker-cols img {
  grid-column: 1;
  justify-self: start;
}
.game-discovery-page .discovery-maker-cols span {
  grid-column: 2;
  font-size: 13px;
}

.game-discovery-page .discovery-maker-cols a > span strong,
.game-discovery-page .discovery-maker-cols a > span small {
  display: block;
}

.game-discovery-page .discovery-maker-cols a > span strong {
  overflow: hidden;
  color: #13294b;
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-discovery-page .discovery-maker-cols a > span small {
  overflow: hidden;
  margin-top: 2px;
  color: #8294ad;
  font-size: 11px;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-discovery-page .discovery-maker-cols .maker-all-link {
  height: 39px;
  grid-template-columns: 1fr;
  color: #1268f3;
}

.game-discovery-page .discovery-maker-cols .maker-all-link span {
  color: inherit;
  font-weight: 600;
  -webkit-line-clamp: 1;
}
.game-discovery-page .discovery-recent > div:last-child > a {
  min-height: 62px;
  height: auto;
  grid-template-columns: 42px minmax(0, 1fr) 88px 42px;
  grid-template-rows: 1fr;
  gap: 10px;
}
.game-discovery-page .discovery-recent img {
  width: 42px;
  height: 42px;
  grid-row: 1;
}
.game-discovery-page .discovery-recent time {
  white-space: nowrap;
}
.game-discovery-page .discovery-recent em {
  color: #8799b0;
  white-space: nowrap;
}

.new-games-hub .ng-today-body {
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 18px;
}
.new-games-hub .ng-today-feature a {
  height: 286px;
}
.new-games-hub .ng-today-list a {
  min-height: 71px;
  height: auto;
  grid-template-columns: 50px minmax(0, 1fr) minmax(220px, auto) 48px;
  grid-template-rows: 1fr;
  gap: 12px;
  padding: 8px 0;
}
.new-games-hub .ng-today-list img {
  width: 50px;
  height: 50px;
  grid-column: 1;
  grid-row: 1;
}
.new-games-hub .ng-today-list .ng-today-copy {
  min-width: 0;
  grid-column: 2;
}
.new-games-hub .ng-today-list .ng-today-copy strong,
.new-games-hub .ng-today-list .ng-today-copy small {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-games-hub .ng-today-list .ng-today-copy strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 20px;
}
.new-games-hub .ng-today-list .ng-today-copy small {
  margin-top: 4px;
  color: #8799b0;
  font-size: 12px;
  line-height: 18px;
}
.new-games-hub .ng-today-list .ng-today-meta {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(118px, auto);
  gap: 4px 9px;
  grid-column: 3;
  align-items: center;
}
.new-games-hub .ng-today-list .ng-today-meta em {
  grid-column: 1;
}
.new-games-hub .ng-today-list .ng-today-meta time {
  grid-column: 2;
  color: #60758f;
  font-size: 11px;
  white-space: nowrap;
}
.new-games-hub .ng-today-list .ng-today-meta i {
  grid-column: 1 / 3;
  overflow: hidden;
  color: #8799b0;
  font-size: 11px;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-games-hub .ng-today-list b {
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
  color: #8799b0;
  font-size: 11px;
  white-space: nowrap;
}

/* Channel-only rhythm and lifecycle density. The home page has no matching root. */
.game-discovery-page .discovery-landing > .site-container,
.game-discovery-page .discovery-landing > .discovery-split,
.game-discovery-page .discovery-landing > .discovery-bottom-grid {
  margin-bottom: 16px;
}
.game-discovery-page .discovery-split,
.game-discovery-page .discovery-bottom-grid,
.new-games-hub .ng-double {
  gap: 16px;
  align-items: start;
}
.game-discovery-page .discovery-list-panel,
.game-discovery-page .discovery-makers,
.game-discovery-page .discovery-recent { min-width: 0; }
.game-discovery-page .discovery-game-previews {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.game-discovery-page .discovery-game-previews a {
  display: block;
  width: 42px;
  height: 42px;
}
.game-discovery-page .discovery-game-previews img {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 9px;
  object-fit: cover;
}
.game-discovery-page .discovery-time-list > a {
  grid-template-columns: minmax(0, 1fr) repeat(4, 34px);
}
.game-discovery-page .discovery-time-list > a > img:nth-of-type(3) { grid-column: 4; }
.game-discovery-page .discovery-time-list > a > img:nth-of-type(4) { grid-column: 5; }
.game-discovery-page .discovery-combos > div:last-child { gap: 0 16px; }

/* Find-games PC UI contract: use the approved home-page rhythm. */
.game-discovery-page .discovery-section-head h1,
.game-discovery-page .discovery-section-head h2 {
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.2;
}
.game-discovery-page .discovery-section-head h1 img,
.game-discovery-page .discovery-section-head h2 img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%);
}
.game-discovery-page .discovery-section-head > span {
  color: #8799b0;
  font-size: 13px;
}
.game-discovery-page .discovery-picker-grid article {
  min-height: 172px;
  padding: 15px 20px 14px;
  display: grid;
  grid-template-rows: 20px 34px 52px auto;
  align-content: start;
}
.game-discovery-page .discovery-picker-grid h3 {
  color: #324a68;
  font-size: 14px;
  font-weight: 700;
}
.game-discovery-page .discovery-symbols {
  height: 32px;
  gap: 17px;
}
.game-discovery-page .discovery-symbols img {
  width: 22px;
  height: 22px;
}
.game-discovery-page .discovery-picker-grid nav {
  min-width: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.game-discovery-page .discovery-picker-grid nav a {
  max-width: 78px;
  overflow: hidden;
  color: #60758f;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-discovery-page .discovery-picker-grid nav a:hover {
  color: var(--blue);
}
.pagination,
.rp-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 24px 0;
}
.pagination a,
.rp-pagination a {
  min-width: 34px;
  height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
  color: #61748f;
  font-size: 13px;
  box-sizing: border-box;
}
.pagination a:hover,
.pagination a.is-active,
.rp-pagination a:hover,
.rp-pagination a.is-active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

/* Find-games taxonomy result page. Keep this isolated from the approved home page. */
.game-type-page { color: var(--ink); }
.game-type-page > .site-container { display: grid; gap: 16px; }
.game-type-page .game-type-breadcrumb { min-height: 34px; margin-bottom: -16px; }
.game-type-page .game-type-intro { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.game-type-page .game-type-intro > div { min-width: 0; }
.game-type-page .game-type-intro span { color: var(--blue); font-size: 12px; font-weight: 700; }
.game-type-page .game-type-intro h1 { margin: 5px 0 6px; color: var(--ink); font-size: 28px; line-height: 1.15; }
.game-type-page .game-type-intro p { max-width: 780px; margin: 0; overflow: hidden; color: #7488a3; font-size: 13px; line-height: 20px; white-space: nowrap; text-overflow: ellipsis; }
.game-type-page .game-type-intro > a { flex: 0 0 auto; color: #71849d; font-size: 12px; }
.game-type-page .game-type-intro > a:hover { color: var(--blue); }
.game-type-page .game-type-filters { padding: 0 24px 12px; }
.game-type-page .game-type-filter-head { min-height: 62px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.game-type-page .game-type-filter-head h2 { margin: 0; display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 20px; line-height: 1.15; }
.game-type-page .game-type-filter-head h2 img { width: 22px; height: 22px; }
.game-type-page .game-type-filter-head > a { color: #8092aa; font-size: 12px; }
.game-type-page .game-type-filter-head > a:hover { color: var(--blue); }
.game-type-page .game-type-filter-row { min-height: 48px; display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 14px; align-items: center; border-bottom: 1px solid #edf1f7; }
.game-type-page .game-type-filter-row:last-child { border-bottom: 0; }
.game-type-page .game-type-filter-row > strong { color: #344b68; font-size: 13px; }
.game-type-page .game-type-filter-row > div { min-width: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 6px 4px; padding: 7px 0; }
.game-type-page .game-type-filter-row a { height: 28px; padding: 0 10px; display: inline-flex; align-items: center; border-radius: 5px; color: #5f738e; font-size: 12px; white-space: nowrap; }
.game-type-page .game-type-filter-row a.selected,
.game-type-page .game-type-filter-row a:hover { background: var(--blue); color: #fff; }
.game-type-page .game-type-toolbar { min-height: 64px; padding: 0 18px; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 14px; align-items: center; }
.game-type-page .game-type-summary { min-width: 0; display: flex; align-items: center; gap: 12px; }
.game-type-page .game-type-summary > strong { flex: 0 0 auto; color: #405672; font-size: 13px; }
.game-type-page .game-type-summary > strong b { color: var(--blue); }
.game-type-page .game-type-summary > div { min-width: 0; display: flex; gap: 6px; overflow: hidden; }
.game-type-page .game-type-summary > div a { height: 26px; padding: 0 8px; display: inline-flex; align-items: center; gap: 5px; border-radius: 4px; background: #edf4ff; color: #537199; font-size: 11px; white-space: nowrap; }
.game-type-page .game-type-summary > div i { color: #8ca0ba; font-style: normal; }
.game-type-page .game-type-sort { display: flex; gap: 4px; }
.game-type-page .game-type-sort a { height: 30px; padding: 0 12px; display: inline-flex; align-items: center; border: 1px solid #e3eaf4; border-radius: 5px; color: #657a94; font-size: 12px; }
.game-type-page .game-type-sort a.is-active,
.game-type-page .game-type-sort a:hover { border-color: var(--blue); background: var(--blue); color: #fff; }
.game-type-page .game-type-view-switch { display: flex; }
.game-type-page .game-type-view-switch input { position: absolute; opacity: 0; pointer-events: none; }
.game-type-page .game-type-view-switch label { width: 34px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #e1e8f2; cursor: pointer; }
.game-type-page .game-type-view-switch label:first-of-type { border-radius: 5px 0 0 5px; }
.game-type-page .game-type-view-switch label:last-of-type { margin-left: -1px; border-radius: 0 5px 5px 0; }
.game-type-page .game-type-view-switch img { width: 17px; height: 17px; opacity: .65; }
.game-type-page .game-type-view-switch input:checked + label { z-index: 1; border-color: var(--blue); background: #edf4ff; }
.game-type-page .game-type-view-switch input:checked + label img { opacity: 1; }
.game-type-page .game-type-content { display: grid; grid-template-columns: minmax(0, 1fr) 306px; gap: 16px; align-items: start; }
.game-type-page .game-type-results { min-width: 0; padding: 18px; }
.game-type-page .game-type-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.game-type-page .game-type-card { min-width: 0; min-height: 316px; padding: 14px; display: grid; grid-template-rows: auto auto 1fr auto auto; border: 1px solid #e5ebf3; border-radius: 8px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.game-type-page .game-type-card:hover { border-color: #9fc0ff; box-shadow: 0 10px 26px rgba(28,70,139,.08); transform: translateY(-1px); }
.game-type-page .game-type-card-logo { display: block; }
.game-type-page .game-type-card-logo img { width: 78px; height: 78px; display: block; border-radius: 16px; object-fit: cover; box-shadow: 0 7px 18px rgba(26,58,105,.09); }
.game-type-page .game-type-card-copy h3 { margin: 11px 0 8px; overflow: hidden; color: var(--ink); font-size: 15px; line-height: 20px; white-space: nowrap; text-overflow: ellipsis; }
.game-type-page .game-type-card-copy h3 a { color: inherit; }
.game-type-page .game-type-card-copy h3 a:hover { color: var(--blue); }
.game-type-page .game-type-card-tags { min-height: 24px; display: flex; flex-wrap: wrap; gap: 5px; }
.game-type-page .game-type-card-tags a,
.game-type-page .game-type-card-tags span { height: 22px; padding: 0 6px; display: inline-flex; align-items: center; border-radius: 4px; background: #f2f6fc; color: #71849e; font-size: 10px; }
.game-type-page .game-type-card-tags a:hover { background: #e8f1ff; color: var(--blue); }
.game-type-page .game-type-card-copy p { min-height: 54px; margin: 9px 0 8px; display: -webkit-box; overflow: hidden; color: #71839d; font-size: 12px; line-height: 18px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.game-type-page .game-type-card-meta { min-width: 0; margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #91a2b7; font-size: 10px; }
.game-type-page .game-type-card-meta b { color: #ff6b16; font-weight: 600; }
.game-type-page .game-type-card-meta time { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.game-type-page .game-type-card-action { height: 32px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #a7c5ff; border-radius: 5px; color: var(--blue); font-size: 12px; }
.game-type-page .game-type-card-action:hover { border-color: var(--blue); background: var(--blue); color: #fff; }
.game-type-page:has(#game-type-list:checked) .game-type-card-grid { grid-template-columns: 1fr; }
.game-type-page:has(#game-type-list:checked) .game-type-card { min-height: 112px; grid-template-columns: 82px minmax(0, 1fr) auto 90px; grid-template-rows: auto auto; gap: 0 14px; align-items: center; }
.game-type-page:has(#game-type-list:checked) .game-type-card-logo { grid-row: 1 / span 2; }
.game-type-page:has(#game-type-list:checked) .game-type-card-copy { grid-column: 2; grid-row: 1 / span 2; }
.game-type-page:has(#game-type-list:checked) .game-type-card-copy h3 { margin-top: 0; }
.game-type-page:has(#game-type-list:checked) .game-type-card-copy p { min-height: 18px; -webkit-line-clamp: 1; }
.game-type-page:has(#game-type-list:checked) .game-type-card-meta { grid-column: 3; grid-row: 1 / span 2; flex-direction: column; align-items: flex-end; margin: 0; }
.game-type-page:has(#game-type-list:checked) .game-type-card-action { grid-column: 4; grid-row: 1 / span 2; }
.game-type-page .game-type-results > .pagination { margin: 18px 0 4px; }
.game-type-page .game-type-sidebar { display: grid; gap: 16px; }
.game-type-page .game-type-side-panel { padding: 0 18px 14px; }
.game-type-page .game-type-rank-list { counter-reset: game-type-rank; }
.game-type-page .game-type-rank-list a { counter-increment: game-type-rank; min-width: 0; min-height: 66px; padding: 8px 0; display: grid; grid-template-columns: 24px 46px minmax(0, 1fr); grid-template-rows: 24px 18px; gap: 0 10px; align-items: center; border-bottom: 1px solid #edf1f7; transition: color .18s ease, transform .18s ease; }
.game-type-page .game-type-rank-list a:last-child { border-bottom: 0; }
.game-type-page .game-type-rank-list a::before { grid-row: 1 / span 2; color: #8ca0b8; font-size: 14px; text-align: center; content: counter(game-type-rank); }
.game-type-page .game-type-rank-list a:nth-child(-n+3)::before { color: #ff6b16; font-weight: 700; }
.game-type-page .game-type-rank-list img { width: 46px; height: 46px; grid-row: 1 / span 2; border-radius: 10px; object-fit: cover; }
.game-type-page .game-type-rank-list strong,
.game-type-page .game-type-rank-list span { min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.game-type-page .game-type-rank-list strong { align-self: end; color: #354c69; font-size: 13px; }
.game-type-page .game-type-rank-list span { align-self: start; color: #93a4ba; font-size: 10px; }
.game-type-page .game-type-rank-list a:hover { transform: translateX(2px); }
.game-type-page .game-type-rank-list a:hover strong { color: var(--blue); }
.game-type-page .game-type-category-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 10px; }
.game-type-page .game-type-category-list a { min-width: 0; height: 43px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #edf1f7; color: #536a86; font-size: 12px; }
.game-type-page .game-type-category-list img { width: 18px; height: 18px; }
.game-type-page .game-type-category-list span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.game-type-page .game-type-category-list a:hover { color: var(--blue); }
.game-type-page .game-type-discovery { min-height: 88px; padding: 15px 24px; display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 18px; align-items: start; }
.game-type-page .game-type-discovery h2 { margin: 3px 0 0; color: var(--ink); font-size: 17px; }
.game-type-page .game-type-discovery > div { display: flex; flex-wrap: wrap; gap: 4px 0; }
.game-type-page .game-type-discovery a { height: 28px; padding: 0 11px; display: inline-flex; align-items: center; border-right: 1px solid #e1e8f2; color: #607590; font-size: 12px; }
.game-type-page .game-type-discovery a:hover { color: var(--blue); }

/* Second-pass PC fixes for /games/category/* and /games/tag/*. */
.game-type-page .game-type-intro {
  min-height: 72px;
}
.game-type-page .game-type-intro span {
  color: #7f92aa;
  font-weight: 600;
}
.game-type-page .game-type-intro h1 {
  font-size: 26px;
}
.game-type-page .game-type-intro p {
  max-width: 920px;
  color: #6f829c;
}
.game-type-page .game-type-filters {
  padding: 0 20px 10px;
}
.game-type-page .game-type-filter-head {
  min-height: 56px;
}
.game-type-page .game-type-filter-head h2 {
  font-size: 19px;
}
.game-type-page .game-type-filter-row {
  min-height: 44px;
  grid-template-columns: 86px minmax(0, 1fr);
}
.game-type-page .game-type-filter-row > strong {
  color: #324a68;
  font-size: 13px;
}
.game-type-page .game-type-filter-row a {
  height: 27px;
  padding: 0 10px;
  color: #637892;
  font-size: 12px;
}
.game-type-page .game-type-toolbar {
  min-height: 58px;
}
.game-type-page .game-type-card {
  min-height: 300px;
  overflow: hidden;
  box-sizing: border-box;
}
.game-type-page .game-type-card-copy,
.game-type-page .game-type-card-copy h3,
.game-type-page .game-type-card-copy h3 a,
.game-type-page .game-type-card-tags,
.game-type-page .game-type-card-tags a,
.game-type-page .game-type-card-tags span {
  min-width: 0;
}
.game-type-page .game-type-card-copy h3 {
  height: 40px;
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.game-type-page .game-type-card-copy h3 a {
  display: block;
  overflow: hidden;
}
.game-type-page .game-type-card-tags {
  flex-wrap: nowrap;
  overflow: hidden;
}
.game-type-page .game-type-card-tags a,
.game-type-page .game-type-card-tags span {
  max-width: 104px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-type-page .game-type-card-action {
  width: 100%;
  box-sizing: border-box;
}
.game-type-page .rank-list.game-type-rank-list a {
  min-height: 43px;
  padding: 0;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  grid-template-rows: auto;
  gap: 10px;
}
.game-type-page .rank-list.game-type-rank-list a::before {
  content: none;
}
.game-type-page .rank-list.game-type-rank-list i {
  grid-column: 1;
  grid-row: 1;
}
.game-type-page .rank-list.game-type-rank-list img {
  display: none;
  width: 56px;
  height: 56px;
  grid-column: 2;
  grid-row: 1;
  border-radius: 12px;
}
.game-type-page .rank-list.game-type-rank-list span {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.game-type-page .rank-list.game-type-rank-list strong {
  color: #324a68;
  font-size: 13px;
}
.game-type-page .rank-list.game-type-rank-list small,
.game-type-page .rank-list.game-type-rank-list em {
  display: none;
}
.game-type-page .rank-list.game-type-rank-list a.is-expanded {
  min-height: 82px;
  padding: 8px 0;
  grid-template-columns: 24px 56px minmax(0, 1fr);
}
.game-type-page .rank-list.game-type-rank-list a.is-expanded img {
  display: block;
}
.game-type-page .rank-list.game-type-rank-list a.is-expanded span {
  grid-column: 3;
}
.game-type-page .rank-list.game-type-rank-list a.is-expanded small {
  margin-top: 4px;
  display: block;
  color: #94a5bb;
  font-size: 11px;
}
.game-type-page .rank-list.game-type-rank-list a.is-expanded em {
  width: 52px;
  height: 24px;
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--blue);
  border-radius: 5px;
  color: var(--blue);
  font-size: 11px;
}
.game-type-page .game-type-category-list {
  gap: 0 14px;
}
.game-type-page .game-type-category-list a {
  gap: 7px;
  color: #60758f;
}
.game-type-page .game-type-category-list a::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #c8d5e5;
  content: "";
}
.game-type-page .game-type-category-list a:hover::before {
  background: var(--blue);
}

.new-games-hub .ng-lifecycle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
}
.new-games-hub .ng-lifecycle-grid > a {
  min-width: 0;
  min-height: 74px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #edf1f7;
}
.new-games-hub .ng-lifecycle-grid > a > img {
  width: 44px;
  height: 44px;
  border-radius: 9px;
  object-fit: cover;
}
.new-games-hub .ng-lifecycle-grid > a > span,
.new-games-hub .ng-lifecycle-grid > a > span > strong,
.new-games-hub .ng-lifecycle-grid > a > span > small,
.new-games-hub .ng-lifecycle-grid > a > span > i { min-width: 0; display: block; }
.new-games-hub .ng-lifecycle-grid > a > span > strong,
.new-games-hub .ng-lifecycle-grid > a > span > small,
.new-games-hub .ng-lifecycle-grid > a > span > i {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-games-hub .ng-lifecycle-grid > a > span > strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 19px;
}
.new-games-hub .ng-lifecycle-grid > a > span > small {
  margin-top: 2px;
  color: #8799b0;
  font-size: 11px;
  line-height: 16px;
}
.new-games-hub .ng-lifecycle-grid > a > span > i {
  margin-top: 3px;
  color: #71859f;
  font-size: 10px;
  font-style: normal;
  line-height: 15px;
}
.new-games-hub .ng-lifecycle-grid > a > span > i > em {
  margin-right: 6px;
  color: var(--blue);
  font-size: 10px;
  font-style: normal;
}
.new-games-hub .ng-lifecycle-grid > a > b {
  color: #8799b0;
  font-size: 10px;
  white-space: nowrap;
}

/* /games PC trial pass: image captions must be readable and separated. */
.game-discovery-page .discovery-picker-grid article {
  grid-template-rows: auto auto auto;
  row-gap: 10px;
}
.game-discovery-page .discovery-game-previews {
  margin-top: 0;
  gap: 10px;
}
.game-discovery-page .discovery-picker-grid nav {
  margin-top: 2px;
}
.game-discovery-page .discovery-picker-grid nav a {
  max-width: 86px;
  color: #526985;
  font-size: 13px;
  line-height: 18px;
}
.game-discovery-page .discovery-type-grid article {
  min-height: 164px;
  padding: 16px 18px 15px;
}
.game-discovery-page .discovery-type-grid article > div {
  margin-top: 13px;
  align-items: flex-start;
  gap: 10px;
}
.game-discovery-page .discovery-type-grid article > div a {
  width: 62px;
}
.game-discovery-page .discovery-type-grid article > div img {
  width: 44px;
  height: 44px;
}
.game-discovery-page .discovery-type-grid article > div span {
  min-height: 36px;
  margin-top: 7px;
  color: #526985;
  font-size: 12px;
  line-height: 17px;
}
.game-discovery-page .discovery-type-grid article > div span small {
  margin-top: 1px;
  color: #8799b0;
  font-size: 12px;
  line-height: 16px;
}

/* /games PC trial pass: normalize every image group and text baseline. */
.game-discovery-page .discovery-picker-grid nav,
.game-discovery-page .discovery-type-grid article > div,
.game-discovery-page .discovery-combos article span {
  column-gap: 10px;
}
.game-discovery-page .discovery-game-previews {
  column-gap: 12px;
}
.game-discovery-page .discovery-game-previews a,
.game-discovery-page .discovery-game-previews img {
  width: 46px;
  height: 46px;
  border-radius: 10px;
}
.game-discovery-page .discovery-picker-grid nav {
  align-items: center;
}
.game-discovery-page .discovery-picker-grid nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.game-discovery-page .discovery-path-list > a,
.game-discovery-page .discovery-time-list > a {
  min-height: 84px;
  grid-template-columns: minmax(0, 1fr) repeat(4, 38px);
  column-gap: 9px;
  padding: 13px 14px;
}
.game-discovery-page .discovery-path-list img,
.game-discovery-page .discovery-time-list img {
  width: 38px;
  height: 38px;
  border-radius: 9px;
}
.game-discovery-page .discovery-path-list strong,
.game-discovery-page .discovery-time-list strong {
  color: var(--blue);
  font-size: 15px;
  line-height: 20px;
}
.game-discovery-page .discovery-path-list span,
.game-discovery-page .discovery-time-list span {
  margin-top: 5px;
  color: #71859f;
  font-size: 12px;
  line-height: 18px;
}
.game-discovery-page .discovery-combos > div:last-child {
  gap: 0 18px;
}
.game-discovery-page .discovery-combos article {
  min-height: 104px;
  padding: 15px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 6px 16px;
  align-items: center;
}
.game-discovery-page .discovery-combos h3 {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-discovery-page .discovery-combos article > a {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  color: var(--blue);
  font-size: 13px;
  line-height: 18px;
}
.game-discovery-page .discovery-combos article span {
  position: static;
  grid-column: 2;
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.game-discovery-page .discovery-combos article span img {
  width: 46px;
  height: 46px;
  border-radius: 10px;
}

/* /games iron-rule cleanup: retain the template, remove visual noise. */
@media (min-width: 1000px) {
  .game-discovery-page { padding-top: 20px; padding-bottom: 32px; }
  .game-discovery-page .discovery-landing > .site-container,
  .game-discovery-page .discovery-landing > .discovery-split,
  .game-discovery-page .discovery-landing > .discovery-bottom-grid { margin-bottom: 14px; }
  .game-discovery-page .discovery-picker,
  .game-discovery-page .discovery-types,
  .game-discovery-page .discovery-list-panel,
  .game-discovery-page .discovery-combos,
  .game-discovery-page .discovery-makers,
  .game-discovery-page .discovery-recent { padding: 0 22px 18px; }
  .game-discovery-page .discovery-picker > .discovery-section-head,
  .game-discovery-page .discovery-types > .discovery-section-head,
  .game-discovery-page .discovery-list-panel > .discovery-section-head,
  .game-discovery-page .discovery-combos > .discovery-section-head,
  .game-discovery-page .discovery-makers > .discovery-section-head,
  .game-discovery-page .discovery-recent > .discovery-section-head {
    min-height: 58px;
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .game-discovery-page .discovery-section-head h1,
  .game-discovery-page .discovery-section-head h2 { font-size: 20px; }
  .game-discovery-page .discovery-section-head h1 img,
  .game-discovery-page .discovery-section-head h2 img { width: 22px; height: 22px; }
  .game-discovery-page .discovery-picker-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 24px;
    padding: 0;
  }
  .game-discovery-page .discovery-picker-grid article {
    min-height: 132px;
    padding: 14px 0 10px;
    border: 0;
    text-align: left;
  }
  .game-discovery-page .discovery-picker-grid h3 { font-size: 15px; }
  .game-discovery-page .discovery-game-previews {
    justify-content: flex-start;
    gap: 10px;
  }
  .game-discovery-page .discovery-picker-grid nav {
    justify-content: flex-start;
    gap: 12px;
  }
  .game-discovery-page .discovery-picker-grid nav a {
    max-width: none;
    font-size: 13px;
  }
  .game-discovery-page .discovery-type-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 28px;
    padding: 2px 0 0;
  }
  .game-discovery-page .discovery-type-grid article {
    min-height: 168px;
    padding: 10px 0;
    border: 0;
  }
  .game-discovery-page .discovery-type-entry { margin-bottom: 8px; }
  .game-discovery-page .discovery-type-entry > strong { font-size: 15px; }
  .game-discovery-page .discovery-type-entry > small { font-size: 12px; }
  .game-discovery-page .discovery-type-grid article > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 10px;
  }
  .game-discovery-page .discovery-type-grid article > div a {
    min-width: 0;
    width: auto;
  }
  .game-discovery-page .discovery-type-grid article > div img { width: 48px; height: 48px; }
  .game-discovery-page .discovery-type-grid article > div span,
  .game-discovery-page .discovery-type-grid article > div span small {
    font-size: 12px;
    line-height: 17px;
  }
  .game-discovery-page .discovery-type-grid article > div span {
    min-height: 51px;
    white-space: normal;
  }
  .game-discovery-page .discovery-type-grid article > div span:not(:has(small)) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .game-discovery-page .discovery-type-grid article > div span small {
    display: block;
    margin-top: 2px;
  }
  .game-discovery-page .discovery-path-list,
  .game-discovery-page .discovery-time-list { display: grid; gap: 0 18px; }
  .game-discovery-page .discovery-path-list > a,
  .game-discovery-page .discovery-time-list > a {
    min-height: 80px;
    padding: 11px 0;
    border-bottom: 0;
  }
  .game-discovery-page .discovery-path-list strong,
  .game-discovery-page .discovery-time-list strong { font-size: 15px; }
  .game-discovery-page .discovery-path-list span,
  .game-discovery-page .discovery-time-list span { font-size: 12px; }
  .game-discovery-page .discovery-combos > div:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 28px;
  }
  .game-discovery-page .discovery-combos article {
    min-height: 92px;
    padding: 12px 0;
    border-bottom: 0;
  }
  .game-discovery-page .discovery-maker-cols a,
  .game-discovery-page .discovery-recent > div:last-child > a { border-bottom: 0; }
  .game-discovery-page .discovery-maker-cols { gap: 24px; }
  .game-discovery-page .discovery-maker-cols a {
    min-height: 72px;
    height: auto;
  }
  .game-discovery-page .discovery-maker-cols a > span strong,
  .game-discovery-page .discovery-maker-cols a > span small {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .game-discovery-page .discovery-maker-cols .maker-all-link {
    min-height: 39px;
    height: 39px;
  }
  .game-discovery-page .discovery-recent > div:last-child {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .game-discovery-page .discovery-recent > div:last-child > a {
    grid-template-columns: 42px minmax(0, 1fr) 105px 42px;
  }
  .game-discovery-page .discovery-maker-cols a > span small,
  .game-discovery-page .discovery-recent small,
  .game-discovery-page .discovery-recent time,
  .game-discovery-page .discovery-recent em { font-size: 12px; }
  .game-discovery-page .discovery-bottom-grid { align-items: start; }
}

/* Final /games desktop alignment: approved home scale and one flat panel level. */
.game-discovery-page .discovery-status-directory { margin-bottom: 16px; }
.game-discovery-page .discovery-status-directory nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 18px 24px 22px;
}
.game-discovery-page .discovery-status-directory nav > a {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #13294b;
}
.game-discovery-page .discovery-status-directory nav > a > img {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}
.game-discovery-page .discovery-status-directory nav span,
.game-discovery-page .discovery-status-directory nav strong,
.game-discovery-page .discovery-status-directory nav small {
  min-width: 0;
  display: block;
}
.game-discovery-page .discovery-status-directory nav strong { font-size: 15px; line-height: 22px; }
.game-discovery-page .discovery-status-directory nav small {
  margin-top: 2px;
  color: #8294ad;
  font-size: 12px;
  line-height: 18px;
}

@media (min-width: 1024px) {
  .game-discovery-page .discovery-picker-grid article {
    grid-template-rows: auto auto;
    row-gap: 14px;
  }
  .game-discovery-page .discovery-picker-links {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .game-discovery-page .discovery-picker-links > a {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #526985;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }
  .game-discovery-page .discovery-picker-links img {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    object-fit: cover;
  }
  .game-discovery-page .discovery-picker-links span {
    max-width: 88px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .game-discovery-page .discovery-type-grid article { min-height: 176px; }
  .game-discovery-page .discovery-type-grid article {
    height: 176px;
    overflow: hidden;
  }
  .game-discovery-page .discovery-type-grid article > div {
    align-items: flex-start;
  }
  .game-discovery-page .discovery-type-grid article > div a {
    width: 64px;
    min-width: 0;
    overflow: hidden;
  }
  .game-discovery-page .discovery-type-grid article > div img {
    width: 56px;
    height: 56px;
    border-radius: 12px;
  }
  .game-discovery-page .discovery-type-grid article > div span {
    width: 100%;
    height: 39px;
    margin-top: 8px;
    display: block;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .game-discovery-page .discovery-type-grid article > div span small {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .game-discovery-page .discovery-bottom-grid { align-items: stretch; }
  .game-discovery-page .discovery-bottom-grid > .panel { height: 100%; }
  .game-discovery-page .discovery-combos > div:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 28px;
  }
  .game-discovery-page .discovery-combos article {
    min-height: 112px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 12px;
    align-items: center;
    padding: 14px 0;
  }
  .game-discovery-page .discovery-combos article h3 { grid-column: 1; grid-row: 1; margin: 0; }
  .game-discovery-page .discovery-combos article > a { grid-column: 2; grid-row: 1; }
  .game-discovery-page .discovery-combos article > span {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 8px;
  }
  .game-discovery-page .discovery-combos article > span img {
    width: 44px;
    height: 44px;
    border-radius: 9px;
  }
  .game-discovery-page .maker-column-head {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .game-discovery-page .maker-column-head h3 { margin: 0; }
  .game-discovery-page .maker-column-head > a {
    min-height: 0;
    height: auto;
    display: inline-flex;
    grid-template-columns: none;
    border: 0;
    color: #8294ad;
    font-size: 12px;
    white-space: nowrap;
  }
  .game-discovery-page .discovery-maker-cols .maker-company-link {
    height: 62px;
  }
  .game-discovery-page .discovery-maker-cols .maker-company-link > img {
    width: 112px;
    height: 36px;
    border-radius: 0;
    object-fit: contain;
    object-position: center;
  }
  .game-discovery-page .discovery-maker-cols.company-only {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding-top: 12px;
  }
  .game-discovery-page .discovery-maker-cols.company-only .maker-company-link {
    min-height: 62px;
  }
}

/* 2026-08-23: shared PC contract for the complete find-games page family. */
@media (min-width: 760px) {
.game-discovery-page .discovery-split,
.game-discovery-page .discovery-bottom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
  .game-discovery-page .discovery-split > .panel,
  .game-discovery-page .discovery-bottom-grid > .panel { height: 100%; }
  .game-discovery-page .discovery-path-list > a,
  .game-discovery-page .discovery-time-list > a {
    min-height: 86px;
    height: 86px;
  }
  .game-discovery-page .discovery-maker-cols.company-only {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px 10px;
    padding-top: 10px;
  }
  .game-discovery-page .discovery-maker-cols.company-only .maker-company-link {
    min-height: 54px;
    height: 54px;
  }
  .game-discovery-page .discovery-maker-cols.company-only .maker-company-link > img {
    width: 100%;
    max-width: 88px;
    height: 34px;
    margin: 0 auto;
    object-fit: contain;
  }
}

.game-discovery-page .discovery-type-entry small,
.game-discovery-page .discovery-recent time,
.game-discovery-page .discovery-recent em { font-size: 12px; }

.game-type-page .game-type-toolbar {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
}
.game-type-page .game-type-content {
  grid-template-columns: minmax(0, 1fr) 306px;
  gap: 16px;
  align-items: start;
}
.game-type-page .game-type-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}
.game-type-page .game-type-results { padding: 18px; }
.game-type-page .game-type-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.game-type-page .game-type-card {
  min-width: 0;
  min-height: 300px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.game-type-page .game-type-card-logo {
  width: 78px;
  height: 78px;
}
.game-type-page .game-type-card-logo img {
  width: 78px;
  height: 78px;
  border-radius: 16px;
  object-fit: cover;
}
.game-type-page .game-type-card-copy {
  min-width: 0;
}
.game-type-page .game-type-card-copy h3 {
  height: 40px;
  margin: 11px 0 8px;
  overflow: hidden;
  font-size: 15px;
  line-height: 20px;
  white-space: normal;
}
.game-type-page .game-type-card-tags {
  min-height: 22px;
  margin-bottom: 0;
  display: flex;
  gap: 8px;
  color: #7186a1;
  font-size: 12px;
  line-height: 18px;
}
.game-type-page .game-type-card-tags a,
.game-type-page .game-type-card-tags span {
  height: 22px;
  padding: 0 6px;
  font-size: 12px;
}
.game-type-page .game-type-card-copy p {
  min-height: 54px;
  height: 54px;
  margin: 9px 0 8px;
  display: -webkit-box;
  overflow: hidden;
  color: #687f9d;
  font-size: 12px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.game-type-page .game-type-card-meta {
  min-width: 0;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8a9cb3;
  font-size: 12px;
  line-height: 18px;
}
.game-type-page .game-type-card-meta b { color: #ff5b19; font-weight: 500; }
.game-type-page .game-type-side-panel { border: 0; }
.game-type-page .game-type-rank-list > a { min-height: 68px; }
.game-type-page .game-type-rank-list strong,
.game-type-page .game-type-rank-list small,
.game-type-page .game-type-rank-list em { font-size: 12px !important; }
.game-type-page .rank-list.game-type-rank-list strong,
.game-type-page .rank-list.game-type-rank-list span,
.game-type-page .rank-list.game-type-rank-list small,
.game-type-page .rank-list.game-type-rank-list em { font-size: 12px !important; }
.game-type-page .rank-list.game-type-rank-list > a.is-expanded {
  min-height: 43px;
  padding: 0;
  grid-template-columns: 24px minmax(0, 1fr) auto;
}
.game-type-page .rank-list.game-type-rank-list > a.is-expanded img,
.game-type-page .rank-list.game-type-rank-list > a.is-expanded small,
.game-type-page .rank-list.game-type-rank-list > a.is-expanded em { display: none; }
.game-type-page .rank-list.game-type-rank-list > a:first-child {
  min-height: 82px;
  padding: 8px 0;
  grid-template-columns: 24px 56px minmax(0, 1fr);
}
.game-type-page .rank-list.game-type-rank-list > a:first-child > i {
  grid-column: 1;
  grid-row: 1;
}
.game-type-page .rank-list.game-type-rank-list > a:first-child img,
.game-type-page .rank-list.game-type-rank-list > a:first-child small { display: block; }
.game-type-page .rank-list.game-type-rank-list > a:first-child img {
  grid-column: 2;
  grid-row: 1;
}
.game-type-page .rank-list.game-type-rank-list > a:first-child span {
  grid-column: 3;
  grid-row: 1;
}
.game-type-page .rank-list.game-type-rank-list > a:first-child em {
  width: 52px;
  height: 24px;
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--blue);
  border-radius: 5px;
}
.game-type-page .game-type-discovery { margin-bottom: 16px; }

@media (max-width: 980px) {
  .game-type-page .game-type-content { grid-template-columns: minmax(0, 1fr); }
  .game-type-page .game-type-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .game-type-page .game-type-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1080px) {
  .game-type-page .game-type-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 759px) {
  .game-type-page .game-type-card-grid { grid-template-columns: minmax(0, 1fr); }
  .game-type-page .game-type-sidebar { grid-template-columns: minmax(0, 1fr); }
  .game-discovery-page .discovery-maker-cols.company-only {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.game-type-page .game-type-filter-row a.selected {
  background: var(--blue);
  color: #fff;
}
.game-type-page .game-type-filter-row a:not(.selected):hover {
  background: #edf4ff;
  color: var(--blue);
}

.ranking-page .ranking-column { height: auto; }
.ranking-page .ranking-columns { align-items: start; }
.ranking-page .ranking-column header { min-height: 64px; }
.ranking-page .ranking-column header button { display: none; }
.ranking-page .ranking-column.is-collapsed {
  min-height: 0;
  height: auto;
}
.ranking-page .ranking-column.is-collapsed > div { display: block !important; }
.ranking-page .category-ranking-grid article { border: 0; }
.ranking-page .category-rank-more { font-size: 12px; }

.game-discovery-page .discovery-section-head,
.game-type-page .channel-section-head,
.game-type-page .game-type-discovery,
.ranking-page .ranking-column header {
  border-bottom: 1px solid var(--line);
}

.game-discovery-page .discovery-section-head > a,
.game-type-page .channel-section-head > a,
.new-games-hub .ng-section-head > a,
.ranking-page .ranking-rules > a,
.ranking-page .category-rank-more {
  color: #8192aa;
  font-size: 12px;
  font-weight: 500;
}
.game-discovery-page .discovery-section-head > a:hover,
.game-type-page .channel-section-head > a:hover,
.new-games-hub .ng-section-head > a:hover,
.ranking-page .ranking-rules > a:hover,
.ranking-page .category-rank-more:hover {
  color: var(--blue);
}

.game-type-page .game-type-filter-head > button,
.game-type-page .game-type-filter-row button,
.game-type-page .game-type-sort button,
.game-type-page .game-type-summary > div button {
  appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.game-type-page .game-type-filter-head > button {
  color: #8092aa;
  font-size: 12px;
}
.game-type-page .game-type-filter-head > button:hover { color: var(--blue); }
.game-type-page .game-type-filter-row button {
  height: 27px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  color: #637892;
  font-size: 12px;
  white-space: nowrap;
}
.game-type-page .game-type-filter-row button.selected {
  background: var(--blue);
  color: #fff;
}
.game-type-page .game-type-filter-row button:not(.selected):hover {
  background: #edf4ff;
  color: var(--blue);
}
.game-type-page .game-type-sort button {
  height: 30px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e3eaf4;
  border-radius: 5px;
  color: #657a94;
  font-size: 12px;
}
.game-type-page .game-type-sort button.is-active,
.game-type-page .game-type-sort button:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}
.game-type-page .game-type-summary > div button {
  height: 26px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 4px;
  background: #edf4ff;
  color: #537199;
  font-size: 12px;
  white-space: nowrap;
}
.game-type-page .game-type-summary > div button:hover { color: var(--blue); }
.game-type-page .game-type-summary > div button i {
  color: #8ca0ba;
  font-style: normal;
}
.game-type-page .game-type-filters.is-loading {
  opacity: .72;
  pointer-events: none;
}

.game-type-page .rank-list.game-type-rank-list a,
.game-type-page .rank-list.game-type-rank-list a:first-child {
  min-height: 62px;
  padding: 8px 0;
  display: grid;
  grid-template-columns: 24px 46px minmax(0, 1fr);
  grid-template-rows: 22px 18px;
  gap: 0 10px;
  align-items: center;
}
.game-type-page .rank-list.game-type-rank-list i {
  grid-column: 1;
  grid-row: 1 / span 2;
  color: #8ca0b8;
  font-size: 14px;
  font-style: normal;
  text-align: center;
}
.game-type-page .rank-list.game-type-rank-list a:nth-child(-n+3) i {
  color: #ff6b16;
  font-weight: 700;
}
.game-type-page .rank-list.game-type-rank-list img {
  display: block;
  width: 46px;
  height: 46px;
  grid-column: 2;
  grid-row: 1 / span 2;
  border-radius: 10px;
  object-fit: cover;
}
.game-type-page .rank-list.game-type-rank-list span {
  grid-column: 3;
  grid-row: 1 / span 2;
  min-width: 0;
}
.game-type-page .rank-list.game-type-rank-list strong,
.game-type-page .rank-list.game-type-rank-list small {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-type-page .rank-list.game-type-rank-list strong {
  color: #354c69;
  font-size: 13px;
}
.game-type-page .rank-list.game-type-rank-list small {
  color: #93a4ba;
  font-size: 10px;
}
.game-type-page .rank-list.game-type-rank-list em { display: none; }
.game-type-page .rank-list.game-type-rank-list > a:first-child em {
  display: none !important;
}

.ranking-page .ranking-row,
.ranking-page .ranking-row:first-child {
  height: 62px;
  display: grid;
  grid-template-columns: 24px 42px minmax(0, 1fr) minmax(72px, max-content);
  grid-template-rows: 1fr;
  gap: 9px;
  align-items: center;
}
.ranking-page .ranking-row:first-child i,
.ranking-page .ranking-row:first-child img,
.ranking-page .ranking-row:first-child span,
.ranking-page .ranking-row:first-child > b {
  grid-row: 1;
}
.ranking-page .ranking-row:first-child img,
.ranking-page .ranking-row img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
}
.ranking-page .ranking-row span,
.ranking-page .ranking-row:first-child span {
  grid-column: 3;
  align-self: center;
  min-width: 0;
}
.ranking-page .ranking-row em,
.ranking-page .ranking-row:first-child em {
  display: none;
}
.ranking-page .ranking-row > b,
.ranking-page .ranking-row:first-child > b {
  grid-column: 4;
  justify-self: end;
  color: #7387a1;
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
}
.ranking-page .ranking-row:first-child > b {
  color: #ff7a18;
}

.new-games-hub p { font-size: 13px !important; }
.new-games-hub .ng-week .ng-section-head h1 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.15;
}
.new-games-hub .ng-week .ng-section-head h1 > img {
  width: 26px;
  height: 26px;
}

/* 2026-08-23 /games iron-law pass: keep approved home rhythm, no layout rewrite. */
.game-discovery-page .discovery-section-head,
.game-discovery-page .discovery-combos > .discovery-section-head,
.game-discovery-page .discovery-makers > .discovery-section-head,
.game-type-page .channel-section-head,
.ranking-page .ranking-column header {
  border-bottom: 1px solid var(--line);
}

.rank-list > a,
.finder-rank-list > a,
.game-type-page .rank-list.game-type-rank-list > a,
.ranking-page .ranking-row {
  transition: color .18s ease;
}
.rank-list > a:hover,
.finder-rank-list > a:hover,
.game-type-page .rank-list.game-type-rank-list > a:hover {
  transform: none;
}

.game-type-page .rank-list.game-type-rank-list > a,
.game-type-page .rank-list.game-type-rank-list > a:first-child {
  min-height: 43px;
  padding: 0;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  grid-template-rows: auto;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #edf1f7;
}
.game-type-page .rank-list.game-type-rank-list > a i {
  grid-column: 1;
  grid-row: 1;
  color: #8ca0b8;
  font-style: normal;
  text-align: center;
}
.game-type-page .rank-list.game-type-rank-list > a:nth-child(-n+3) i { color: #ff6b16; font-weight: 800; }
.game-type-page .rank-list.game-type-rank-list > a img,
.game-type-page .rank-list.game-type-rank-list > a small,
.game-type-page .rank-list.game-type-rank-list > a em {
  display: none;
}
.game-type-page .rank-list.game-type-rank-list > a span {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.game-type-page .rank-list.game-type-rank-list > a strong {
  display: block;
  overflow: hidden;
  color: #324a68;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-type-page .rank-list.game-type-rank-list > a:first-child {
  min-height: 84px;
  padding: 8px 0;
  grid-template-columns: 24px 56px minmax(0, 1fr);
}
.game-type-page .rank-list.game-type-rank-list > a:first-child i,
.game-type-page .rank-list.game-type-rank-list > a:first-child img {
  grid-row: 1;
}
.game-type-page .rank-list.game-type-rank-list > a:first-child img {
  display: block;
  width: 56px;
  height: 56px;
  grid-column: 2;
  border-radius: 12px;
  object-fit: cover;
}
.game-type-page .rank-list.game-type-rank-list > a:first-child span {
  grid-column: 3;
  min-width: 0;
}
.game-type-page .rank-list.game-type-rank-list > a:first-child small {
  margin-top: 4px;
  display: block;
  overflow: hidden;
  color: #94a5bb;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-type-page .rank-list.game-type-rank-list > a:first-child em {
  width: 52px;
  height: 24px;
  margin-top: 6px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8e1ee;
  border-radius: 5px;
  color: #8192aa;
  font-size: 11px;
  font-style: normal;
}

.ranking-page .ranking-row,
.ranking-page .ranking-row:first-child {
  height: 43px;
  min-height: 43px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) minmax(72px, max-content);
  grid-template-rows: auto;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #edf1f7;
}
.ranking-page .ranking-row img,
.ranking-page .ranking-row small,
.ranking-page .ranking-row em {
  display: none;
}
.ranking-page .ranking-row i {
  grid-column: 1;
  grid-row: 1;
}
.ranking-page .ranking-row span,
.ranking-page .ranking-row:first-child span {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.ranking-page .ranking-row strong {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ranking-page .ranking-row > b,
.ranking-page .ranking-row:first-child > b {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  color: #7387a1;
  font-size: 11px;
  text-align: right;
  white-space: nowrap;
}
.ranking-page .ranking-row:first-child {
  height: 84px;
  min-height: 84px;
  padding: 8px 0;
  grid-template-columns: 24px 56px minmax(0, 1fr) minmax(72px, max-content);
}
.ranking-page .ranking-row:first-child i,
.ranking-page .ranking-row:first-child img {
  grid-row: 1;
}
.ranking-page .ranking-row:first-child img {
  display: block;
  width: 56px;
  height: 56px;
  grid-column: 2;
  border-radius: 12px;
  object-fit: cover;
}
.ranking-page .ranking-row:first-child span {
  grid-column: 3;
}
.ranking-page .ranking-row:first-child small {
  margin-top: 4px;
  display: block;
  color: #94a5bb;
  font-size: 11px;
}
.ranking-page .ranking-row:first-child > b {
  grid-column: 4;
  color: #ff7a18;
  font-size: 12px;
}

.game-discovery-page .discovery-status-directory nav {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.game-discovery-page .discovery-status-directory nav > a > img {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%);
}

.game-discovery-page .discovery-maker-cols.company-only {
  min-height: 0;
  padding: 14px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 18px;
}
.game-discovery-page .discovery-maker-cols.company-only .maker-company-link {
  min-width: 0;
  height: 46px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.game-discovery-page .discovery-maker-cols.company-only .maker-company-link img {
  width: 128px;
  max-width: 92%;
  height: 34px;
  object-fit: contain;
}

.game-discovery-page .discovery-combos {
  padding-bottom: 14px;
}
.game-discovery-page .discovery-combos > div:last-child {
  gap: 0 14px;
}
.game-discovery-page .discovery-combos article {
  min-height: 88px;
  padding: 12px 0;
  align-items: center;
}
.game-discovery-page .discovery-combos h3 {
  font-size: 15px;
  line-height: 21px;
}
.game-discovery-page .discovery-combos article > a {
  color: #8192aa;
  font-size: 12px;
}
.game-discovery-page .discovery-combos article > a:hover {
  color: var(--blue);
}
.game-discovery-page .discovery-combos article span {
  gap: 8px;
}
.game-discovery-page .discovery-combos article span img {
  width: 42px;
  height: 42px;
  border-radius: 9px;
}

.game-discovery-page .discovery-split {
  align-items: stretch;
}
.game-discovery-page .discovery-split > .panel {
  height: 100%;
}
.game-discovery-page .discovery-path-list,
.game-discovery-page .discovery-time-list {
  height: calc(100% - 64px);
}
.game-discovery-page .discovery-path-list > a,
.game-discovery-page .discovery-time-list > a {
  min-height: 76px;
  padding: 11px 12px;
  grid-template-columns: minmax(0, 1fr) repeat(4, 36px);
  column-gap: 8px;
  align-items: center;
}
.game-discovery-page .discovery-path-list strong,
.game-discovery-page .discovery-time-list strong {
  font-size: 14px;
  line-height: 20px;
}
.game-discovery-page .discovery-path-list span,
.game-discovery-page .discovery-time-list span {
  margin-top: 3px;
  font-size: 11px;
  line-height: 17px;
}
.game-discovery-page .discovery-path-list img,
.game-discovery-page .discovery-time-list img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
}
.game-discovery-page .discovery-time-list > a > img:nth-of-type(1) { grid-column: 2; }
.game-discovery-page .discovery-time-list > a > img:nth-of-type(2) { grid-column: 3; }
.game-discovery-page .discovery-time-list > a > img:nth-of-type(3) { grid-column: 4; }
.game-discovery-page .discovery-time-list > a > img:nth-of-type(4) { grid-column: 5; }

.game-discovery-page .discovery-path-list,
.game-discovery-page .discovery-time-list {
  height: auto;
  display: grid;
  gap: 0;
}
.game-discovery-page .discovery-path-list {
  grid-template-columns: 1fr;
}
.game-discovery-page .discovery-path-list > article,
.game-discovery-page .discovery-time-list > article {
  min-width: 0;
  min-height: 112px;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #edf1f7;
}
.game-discovery-page .discovery-path-list > article:last-child,
.game-discovery-page .discovery-time-list > article:last-child {
  border-bottom: 0;
}
.game-discovery-page .discovery-group-link {
  min-width: 0;
  display: block;
  color: inherit;
}
.game-discovery-page .discovery-group-link strong {
  display: block;
  overflow: hidden;
  color: var(--blue);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-discovery-page .discovery-group-link span {
  margin-top: 3px;
  display: block;
  overflow: hidden;
  color: #71859f;
  font-size: 11px;
  line-height: 17px;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.game-discovery-page .discovery-game-row {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.game-discovery-page .discovery-game-link {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: #435a77;
}
.game-discovery-page .discovery-game-link img {
  position: static;
  float: none;
  width: 72px;
  height: 72px;
  margin: 0;
  display: block;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(26,58,105,.08);
}
.game-discovery-page .discovery-game-link em {
  max-width: 76px;
  display: block;
  overflow: hidden;
  color: #526985;
  font-size: 11px;
  font-style: normal;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-discovery-page .discovery-game-link:hover em {
  color: var(--blue);
}
.new-games-hub small,
.new-games-hub em,
.new-games-hub time,
.new-games-hub i,
.new-games-hub b,
.new-games-hub .ng-legend,
.new-games-hub .ng-focus-grid article > a:last-child { font-size: 12px !important; }
.new-games-hub .new-history-panel small,
.new-games-hub .new-history-panel time,
.new-games-hub .new-history-panel em,
.new-games-hub .ng-today-list small,
.new-games-hub .ng-today-list time,
.new-games-hub .ng-today-list i { font-size: 12px; }
.new-games-hub .new-history-grid article { border: 0; background: transparent; }
.new-games-hub .new-history-grid p,
.new-games-hub .new-history-grid small,
.new-games-hub .new-history-grid time { font-size: 12px; }

/* Keep every top-level /games panel header on the same visual contract.
   This intentionally outranks the earlier desktop density cleanup. */
.game-discovery-page .discovery-picker > .discovery-section-head,
.game-discovery-page .discovery-types > .discovery-section-head,
.game-discovery-page .discovery-list-panel > .discovery-section-head,
.game-discovery-page .discovery-combos > .discovery-section-head,
.game-discovery-page .discovery-makers > .discovery-section-head,
.game-discovery-page .discovery-recent > .discovery-section-head,
.game-discovery-page .discovery-status-directory > .discovery-section-head {
  min-height: 62px;
  height: 62px;
  border-bottom: 1px solid var(--line);
}
.game-discovery-page .discovery-section-head h1 > img,
.game-discovery-page .discovery-section-head h2 > img {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

/* Final /games status-directory contract: six equal action blocks in one row. */
.game-discovery-page .discovery-status-directory nav {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding: 16px 24px 20px;
}
.game-discovery-page .discovery-status-directory nav > a.discovery-status-entry {
  min-height: 104px;
  padding: 16px 10px 14px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 9px;
  border-radius: 16px;
  color: #142f55;
  text-align: center;
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
}
.game-discovery-page .discovery-status-directory nav > a.discovery-status-entry:hover {
  color: var(--blue);
  background: linear-gradient(180deg, #eef6ff 0%, #e7f1ff 100%);
}
.game-discovery-page .discovery-status-directory nav > a.discovery-status-entry > img {
  width: 40px;
  height: 40px;
  flex: none;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%);
}
.game-discovery-page .discovery-status-directory nav > a.discovery-status-entry span {
  min-width: 0;
}
.game-discovery-page .discovery-status-directory nav > a.discovery-status-entry strong {
  overflow: hidden;
  font-size: 15px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-discovery-page .discovery-status-directory nav > a.discovery-status-entry small {
  overflow: hidden;
  margin-top: 2px;
  color: #7a8faa;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Final /games combo contract: real game links, visible names, no decorative icon strip. */
.game-discovery-page .discovery-combos {
  padding-bottom: 18px;
}
.game-discovery-page .discovery-combos > div:last-child {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 18px;
  padding: 16px 24px 4px;
}
.game-discovery-page .discovery-combos article {
  min-width: 0;
  min-height: 132px;
  padding: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
  align-content: start;
  border: 0;
  overflow: visible;
}
.game-discovery-page .discovery-combo-head {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.game-discovery-page .discovery-combos .discovery-combo-head h3 {
  min-width: 0;
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}
.game-discovery-page .discovery-combos .discovery-combo-head h3 a {
  overflow: hidden;
  display: block;
  color: #13294b;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-discovery-page .discovery-combos .discovery-combo-more {
  flex: 0 0 auto;
  margin: 0;
  color: #8192aa;
  font-size: 12px;
  line-height: 20px;
}
.game-discovery-page .discovery-combos .discovery-combo-head a:hover,
.game-discovery-page .discovery-combos .discovery-combo-game:hover em {
  color: var(--blue);
}
.game-discovery-page .discovery-combo-games {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  align-items: start;
}
.game-discovery-page .discovery-combo-game {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #526985;
}
.game-discovery-page .discovery-combo-game img {
  position: static;
  width: 72px;
  height: 72px;
  display: block;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(26,58,105,.08);
}
.game-discovery-page .discovery-combo-game em {
  max-width: 76px;
  overflow: hidden;
  display: block;
  color: #526985;
  font-size: 11px;
  font-style: normal;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Final /games status-directory visual: screenshot-aligned horizontal blocks. */
.game-discovery-page .discovery-status-directory nav {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding: 16px 24px 20px;
}
.game-discovery-page .discovery-status-directory nav > a.discovery-status-entry {
  min-height: 64px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  justify-items: start;
  align-content: center;
  gap: 9px;
  border: 1px solid #dbe5f1;
  border-radius: 8px;
  color: #142f55;
  text-align: left;
  background: #fff;
}
.game-discovery-page .discovery-status-directory nav > a.discovery-status-entry:hover {
  border-color: #bcd2f2;
  color: var(--blue);
  background: #f8fbff;
}
.game-discovery-page .discovery-status-directory nav > a.discovery-status-entry > img {
  width: 36px;
  height: 36px;
  flex: none;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(3432%) hue-rotate(213deg) brightness(99%) contrast(104%);
}
.game-discovery-page .discovery-status-directory nav > a.discovery-status-entry strong {
  font-size: 14px;
  line-height: 20px;
}
.game-discovery-page .discovery-status-directory nav > a.discovery-status-entry small {
  margin-top: 1px;
  color: #8294ad;
  font-size: 11px;
  line-height: 17px;
}

/* Guard against legacy nth-of-type image placement after the article/link rewrite. */
.game-discovery-page .discovery-game-row,
.game-discovery-page .discovery-combo-games {
  gap: 10px;
}
.game-discovery-page .discovery-combo-games {
  gap: 6px;
}
.game-discovery-page .discovery-game-link,
.game-discovery-page .discovery-combo-game {
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: 80px 18px;
  justify-items: center;
  align-items: start;
  gap: 6px;
}
.game-discovery-page .discovery-game-link img,
.game-discovery-page .discovery-combo-game img {
  grid-column: auto !important;
  grid-row: auto !important;
  width: 80px !important;
  height: 80px !important;
  max-width: 100%;
  margin: 0;
  border-radius: 17px;
}
.game-discovery-page .discovery-game-link em,
.game-discovery-page .discovery-combo-game em {
  grid-column: auto;
  grid-row: auto;
  max-width: 84px;
  font-size: 12px;
  line-height: 18px;
}
.game-discovery-page .discovery-path-list > article,
.game-discovery-page .discovery-time-list > article {
  min-height: 124px;
  grid-template-columns: 118px minmax(360px, 1fr);
}
.game-discovery-page .discovery-combos article {
  min-height: 142px;
}

/* Guard against legacy two-column combo article grids. */
.game-discovery-page .discovery-combos article {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  align-items: start;
}
.game-discovery-page .discovery-combo-head {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100%;
}
.game-discovery-page .discovery-combo-games {
  grid-column: 1 !important;
  grid-row: 2 !important;
  width: 100%;
}

/* PC readability audit: keep visible helper text at 12px or larger. */
.game-discovery-page .discovery-picker-grid p,
.game-discovery-page .discovery-picker-grid article > a,
.game-discovery-page .discovery-type-grid article > div span,
.game-discovery-page .discovery-recent em,
.game-discovery-page .discovery-group-link span,
.game-discovery-page .discovery-game-link em,
.game-discovery-page .discovery-combo-game em,
.game-discovery-page .discovery-status-directory nav > a.discovery-status-entry small,
.game-type-page .game-type-summary > div a,
.game-type-page .game-type-card-tags a,
.game-type-page .game-type-card-tags span,
.game-type-page .game-type-card-meta,
.game-type-page .game-type-rank-list span,
.game-type-page .rank-list.game-type-rank-list small,
.game-type-page .rank-list.game-type-rank-list em,
.ranking-page .ranking-column header button,
.ranking-page .ranking-row small,
.ranking-page .ranking-row em,
.ranking-page .ranking-row > b,
.ranking-page .category-ranking-grid b,
.ranking-page .category-rank-more {
  font-size: 12px !important;
}
.game-discovery-page .discovery-group-link span,
.game-discovery-page .discovery-status-directory nav > a.discovery-status-entry small,
.game-type-page .game-type-rank-list span,
.ranking-page .ranking-row small {
  line-height: 18px;
}
.ranking-page .ranking-main-grid {
  align-items: start;
}

/* Approved public shell and /games V3.5 — 2026-08-24 */
:root {
  --xd-green: #01875f;
  --xd-green-dark: #007a55;
  --xd-green-soft: #e8f3ef;
  --xd-ink: #202124;
  --xd-muted: #5f6368;
  --xd-line: #dadce0;
  --xd-surface: #f8f9fa;
}

.site-header-v35 {
  border-bottom: 1px solid var(--xd-line);
  background: #fff;
}
.header-shell-v35 {
  height: 72px;
  display: flex;
  align-items: center;
}
.brand-v35 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-right: 24px;
  color: var(--xd-ink);
}
.brand-v35 img,
.footer-lockup-v35 img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(39%) sepia(91%) saturate(1067%) hue-rotate(125deg) brightness(88%) contrast(99%);
}
.brand-name-v35 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
}
.brand-cn-v35 {
  align-self: center;
  margin: 6px 0 0 -3px;
  color: var(--xd-muted);
  font-size: 11px;
  font-weight: 600;
}
.primary-nav-v35 {
  height: 72px;
  display: flex;
  align-items: stretch;
}
.primary-nav-v35 a {
  position: relative;
  min-width: 68px;
  padding: 0 11px;
  display: grid;
  place-items: center;
  color: #3c4043;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.primary-nav-v35 a:hover {
  color: var(--xd-green);
  background: var(--xd-surface);
}
.primary-nav-v35 a.active {
  color: var(--xd-green);
}
.primary-nav-v35 a.active::after {
  position: absolute;
  right: 13px;
  bottom: 0;
  left: 13px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--xd-green);
  content: "";
}
.global-search-v35 {
  width: 246px;
  height: 38px;
  margin-left: auto;
  display: flex;
  overflow: hidden;
  border: 1px solid #bdc1c6;
  border-radius: 20px;
  background: var(--xd-surface);
  transition: border-color .16s ease, box-shadow .16s ease;
}
.global-search-v35:focus-within {
  border-color: var(--xd-green);
  box-shadow: 0 0 0 2px rgba(1, 135, 95, .12);
}
.global-search-v35 input {
  min-width: 0;
  flex: 1;
  padding: 0 4px 0 16px;
  border: 0;
  outline: 0;
  color: var(--xd-ink);
  background: transparent;
  font-size: 12px;
}
.global-search-v35 input::placeholder { color: #8b9095; }
.global-search-v35 button {
  width: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.global-search-v35 button img,
.header-actions-v35 img {
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(39%) sepia(91%) saturate(1067%) hue-rotate(125deg) brightness(88%) contrast(99%);
}
.header-actions-v35 {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 10px;
}
.header-actions-v35 a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.header-actions-v35 a:hover { background: var(--xd-surface); }

.site-footer-v35 {
  margin-top: 36px;
  border-top: 1px solid var(--xd-line);
  background: #fff;
}
.footer-main-v35 {
  height: 68px;
  display: flex;
  align-items: center;
}
.footer-brand-v35 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-lockup-v35 {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--xd-ink);
}
.footer-lockup-v35 img { width: 29px; height: 29px; }
.footer-lockup-v35 span { font-size: 18px; font-weight: 800; letter-spacing: -.7px; }
.footer-lockup-v35 small { margin: 4px 0 0 -3px; color: var(--xd-muted); font-size: 10px; font-weight: 600; }
.footer-brand-v35 p {
  margin: 0;
  color: var(--xd-muted);
  font-size: 11px;
  white-space: nowrap;
}
.footer-directory-v35 {
  min-width: 0;
  margin-left: 42px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.footer-directory-v35 a,
.footer-service-v35 a {
  color: var(--xd-muted);
  font-size: 11px;
  white-space: nowrap;
}
.footer-directory-v35 a:hover,
.footer-service-v35 a:hover,
.footer-bottom-v35 a:hover { color: var(--xd-green); }
.footer-service-v35 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer-bottom-v35 {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--xd-line);
  color: #8a9095;
  font-size: 10px;
}
.footer-bottom-v35 nav { display: flex; gap: 18px; }

.fg-page {
  padding: 0 0 2px;
  color: var(--xd-ink);
  background: #fff;
  font-family: Roboto, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.fg-page > .site-container { margin-bottom: 0; }
.fg-context {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--xd-muted);
  font-size: 12px;
}
.fg-context nav { display: flex; align-items: center; gap: 8px; }
.fg-context strong { color: var(--xd-ink); font-weight: 600; }
.fg-context p { margin: 0; display: flex; align-items: center; gap: 8px; }
.fg-context p i { width: 7px; height: 7px; border-radius: 50%; background: var(--xd-green); box-shadow: 0 0 0 3px rgba(1, 135, 95, .12); }

.fg-hero {
  min-height: 332px;
  display: grid;
  grid-template-columns: 756px 420px;
  gap: 24px;
}
.fg-feature {
  position: relative;
  height: 332px;
  overflow: hidden;
  border-radius: 12px;
  color: #fff;
  background: #24302d;
}
.fg-feature > img { width: 100%; height: 100%; object-fit: cover; }
.fg-feature-shade { position: absolute; inset: 0; background: rgba(9, 18, 16, .42); }
.fg-feature-copy { position: absolute; right: 28px; bottom: 28px; left: 28px; }
.fg-feature-copy em {
  width: max-content;
  height: 26px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 14px;
  color: var(--xd-green);
  background: rgba(255, 255, 255, .94);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.fg-feature-copy strong {
  max-width: 590px;
  display: block;
  margin: 13px 0 9px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.5px;
}
.fg-feature-copy small {
  max-width: 560px;
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fg-feature-copy b {
  width: max-content;
  height: 36px;
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 7px;
  background: var(--xd-green);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.fg-feature-copy b i { font-style: normal; }
.fg-feature-dots { position: absolute; right: 22px; bottom: 24px; display: flex; gap: 7px; }
.fg-feature-dots i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, .52); }
.fg-feature-dots i:first-child { width: 20px; border-radius: 6px; background: #fff; }

.fg-intents { padding: 2px 0 0 4px; }
.fg-intents header { height: 43px; display: flex; align-items: flex-start; }
.fg-intents h1 { margin: 0; font-size: 22px; font-weight: 500; line-height: 28px; letter-spacing: -.3px; }
.fg-intents nav { display: flex; flex-direction: column; gap: 5px; }
.fg-intents nav > a {
  min-height: 64px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 7px 10px;
  border-radius: 10px;
  background: var(--xd-surface);
  transition: color .15s ease, background .15s ease, transform .15s ease;
}
.fg-intents nav > a:hover { color: var(--xd-green); background: #eef4f1; }
.fg-intents nav > a > b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--xd-green);
  background: var(--xd-green-soft);
  font-size: 16px;
  font-weight: 800;
}
.fg-intents span strong { display: block; margin-bottom: 2px; color: var(--xd-ink); font-size: 16px; font-weight: 400; line-height: 24px; }
.fg-intents span small { display: block; overflow: hidden; color: var(--xd-muted); font-size: 12px; line-height: 18px; white-space: nowrap; text-overflow: ellipsis; }
.fg-intents nav > a > i { padding-right: 4px; color: var(--xd-green); font-size: 22px; font-style: normal; }

.fg-quick-paths {
  margin-top: 24px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  border-radius: 12px;
  background: var(--xd-surface);
}
.fg-quick-paths section { min-height: 86px; padding: 0 4px; display: flex; flex-direction: column; justify-content: flex-start; }
.fg-quick-paths header { height: 24px; flex: 0 0 24px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.fg-quick-paths h2 { margin: 0; color: var(--xd-ink); font-size: 16px; font-weight: 500; line-height: 24px; }
.fg-quick-paths header a { color: var(--xd-green); font-size: 14px; font-weight: 500; line-height: 20px; }
.fg-quick-paths div { display: flex; flex-wrap: wrap; gap: 7px 14px; }
.fg-quick-paths div a { color: var(--xd-muted); font-size: 14px; line-height: 20px; }
.fg-quick-paths div a:hover { color: var(--xd-green); text-decoration: underline; }

.fg-section { margin-top: 34px; }
.fg-section-head { height: 40px; display: flex; align-items: flex-start; justify-content: space-between; }
.fg-section-head h2 { margin: 0; color: var(--xd-ink); font-size: 22px; font-weight: 500; line-height: 28px; letter-spacing: -.4px; }
.fg-section-head > a { color: var(--xd-green); font-size: 14px; font-weight: 500; line-height: 20px; }
.fg-category-map { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px 20px; }
.fg-category-row {
  position: relative;
  height: 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  align-items: center;
  gap: 10px;
  padding: 0 8px;
  border-radius: 10px;
  transition: background .15s ease;
}
.fg-category-row:hover { background: var(--xd-surface); }
.fg-category-main { min-width: 0; display: grid; grid-template-columns: 40px minmax(0, 1fr); align-items: center; gap: 12px; }
.fg-category-main > b {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--xd-green);
  background: var(--xd-green-soft);
  font-size: 16px;
  font-weight: 800;
}
.fg-category-main span { min-width: 0; }
.fg-category-main strong { display: block; margin-bottom: 3px; color: var(--xd-ink); font-size: 16px; font-weight: 400; line-height: 24px; }
.fg-category-main small { max-width: 190px; display: block; overflow: hidden; color: var(--xd-muted); font-size: 12px; line-height: 18px; white-space: nowrap; text-overflow: ellipsis; }
.fg-category-main em { display: block; margin-top: 4px; color: #80868b; font-size: 12px; line-height: 18px; font-style: normal; }
.fg-category-row:hover .fg-category-main strong,
.fg-category-row:hover .fg-category-action { color: var(--xd-green); }
.fg-game-icons { display: flex; justify-content: flex-end; gap: 5px; }
.fg-game-icons a { display: inline-flex; border-radius: 8px; }
.fg-game-icons img { width: 34px; height: 34px; border-radius: 8px; object-fit: cover; box-shadow: 0 1px 2px rgba(60, 64, 67, .16); transition: transform .15s ease, box-shadow .15s ease; }
.fg-game-icons a:hover img { box-shadow: 0 0 0 2px rgba(1, 135, 95, .18); }
.fg-category-row > .fg-game-icons { padding-bottom: 18px; }
.fg-category-action { position: absolute; right: 8px; bottom: 10px; color: #80868b; font-size: 12px; line-height: 18px; }

.fg-trend-layout { display: grid; grid-template-columns: 760px 412px; gap: 28px; }
.fg-trend-main { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px; }
.fg-trend-item {
  height: 78px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 10px;
  transition: background .15s ease;
}
.fg-trend-item:hover { background: var(--xd-surface); }
.fg-trend-item > a { min-width: 0; }
.fg-trend-item > a strong { display: block; overflow: hidden; color: var(--xd-ink); font-size: 16px; font-weight: 400; line-height: 24px; white-space: nowrap; text-overflow: ellipsis; }
.fg-trend-item:hover > a strong { color: var(--xd-green); }
.fg-trend-item > a small { display: block; overflow: hidden; margin-top: 4px; color: var(--xd-muted); font-size: 12px; line-height: 18px; white-space: nowrap; text-overflow: ellipsis; }
.fg-hot-list { padding: 12px 16px; border-radius: 12px; background: var(--xd-surface); }
.fg-hot-list header { height: 38px; display: flex; align-items: center; justify-content: space-between; }
.fg-hot-list h3 { margin: 0; color: var(--xd-ink); font-size: 18px; font-weight: 500; line-height: 24px; }
.fg-hot-list header a { color: var(--xd-green); font-size: 14px; font-weight: 500; line-height: 20px; }
.fg-hot-list > a {
  height: 46px;
  display: grid;
  grid-template-columns: 28px 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 0 8px;
  border-radius: 8px;
}
.fg-hot-list > a:hover { background: #fff; }
.fg-hot-list > a > i { color: var(--xd-green); font-size: 15px; font-style: normal; font-weight: 700; text-align: center; }
.fg-hot-list > a > img { width: 36px; height: 36px; border-radius: 8px; object-fit: cover; }
.fg-hot-list > a span { min-width: 0; }
.fg-hot-list > a strong { display: block; overflow: hidden; color: var(--xd-ink); font-size: 14px; font-weight: 500; line-height: 20px; white-space: nowrap; text-overflow: ellipsis; }
.fg-hot-list > a small { display: block; margin-top: 2px; color: var(--xd-muted); font-size: 12px; line-height: 18px; }
.fg-hot-list > a > b { color: var(--xd-green); font-size: 14px; font-weight: 500; line-height: 20px; }

.fg-tag-board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.fg-tag-board section { padding: 14px 0 12px; }
.fg-tag-board h3 { margin: 0 0 11px; display: flex; align-items: center; gap: 8px; color: var(--xd-ink); font-size: 16px; font-weight: 500; line-height: 24px; }
.fg-tag-board h3::before { width: 6px; height: 6px; border-radius: 50%; background: var(--xd-green); content: ""; }
.fg-tag-board nav { display: flex; flex-wrap: wrap; gap: 8px 6px; }
.fg-tag-board nav a {
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid transparent;
  border-radius: 16px;
  color: #4f5458;
  background: var(--xd-surface);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.fg-tag-board nav a:hover { border-color: var(--xd-green); color: var(--xd-green); background: #fff; }

.fg-latest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 28px; }
.fg-game-row {
  height: 70px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 116px auto;
  align-items: center;
  gap: 12px;
  padding: 0 10px;
  border-radius: 10px;
  transition: background .15s ease;
}
.fg-game-row:hover { background: var(--xd-surface); }
.fg-game-row > img { width: 46px; height: 46px; border-radius: 10px; object-fit: cover; }
.fg-game-row > span { min-width: 0; }
.fg-game-row > span strong { display: block; overflow: hidden; color: var(--xd-ink); font-size: 16px; font-weight: 400; line-height: 24px; white-space: nowrap; text-overflow: ellipsis; }
.fg-game-row > span small { display: block; margin-top: 3px; color: var(--xd-muted); font-size: 12px; line-height: 18px; }
.fg-game-row > em { color: var(--xd-muted); font-size: 14px; line-height: 20px; font-style: normal; }
.fg-game-row > em b { display: block; overflow: hidden; margin-bottom: 2px; color: #3c4043; font-weight: 600; white-space: nowrap; text-overflow: ellipsis; }
.fg-game-row > em time { display: block; }
.fg-game-row > i { color: var(--xd-green); font-size: 14px; font-weight: 500; line-height: 20px; font-style: normal; white-space: nowrap; }

.fg-common-entry {
  height: 62px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 20px;
  border-radius: 9px;
  background: var(--xd-surface);
}
.fg-common-entry > strong { color: var(--xd-ink); font-size: 16px; font-weight: 500; line-height: 24px; }
.fg-common-entry > a { display: flex; align-items: center; gap: 7px; color: #4f5458; font-size: 14px; line-height: 20px; }
.fg-common-entry > a::before { width: 7px; height: 7px; border: 1px solid var(--xd-green); border-radius: 2px; background: var(--xd-green-soft); content: ""; }
.fg-common-entry > a:hover { color: var(--xd-green); }
.fg-common-entry > .fg-entry-more { margin-left: auto; color: var(--xd-green); font-size: 14px; font-weight: 500; line-height: 20px; }
.fg-common-entry > .fg-entry-more::before { display: none; }

.site-header-v35 a:focus-visible,
.site-header-v35 button:focus-visible,
.site-header-v35 input:focus-visible,
.site-footer-v35 a:focus-visible,
.fg-page a:focus-visible {
  outline: 2px solid var(--xd-green);
  outline-offset: 2px;
}

@media (max-width: 1220px) {
  .brand-v35 { margin-right: 14px; }
  .primary-nav-v35 a { min-width: 62px; padding: 0 8px; }
  .global-search-v35 { width: 220px; }
  .fg-hero { grid-template-columns: minmax(0, 756px) minmax(360px, 420px); }
  .fg-trend-layout { grid-template-columns: minmax(0, 760px) minmax(360px, 412px); }
}

@media (max-width: 1100px) {
  .header-shell-v35 { min-width: 1040px; }
  .brand-cn-v35 { display: none; }
  .primary-nav-v35 a { min-width: 58px; font-size: 12px; }
  .global-search-v35 { width: 190px; }
  .footer-directory-v35 { margin-left: 24px; gap: 14px; }
  .fg-page,
  .site-footer-v35 { min-width: 1040px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-header-v35 *,
  .fg-page * { transition: none !important; }
}

/* /games/category/* and /games/tag/* theme alignment — color only, layout frozen. */
body:has(.game-type-page) { background: var(--xd-surface); }
.game-type-page {
  --blue: var(--xd-green);
  --ink: var(--xd-ink);
  --line: var(--xd-line);
  color: var(--xd-ink);
}
.game-type-page .panel {
  border-color: var(--xd-line);
  background: #fff;
  box-shadow: 0 1px 2px rgba(60, 64, 67, .06);
}
.game-type-page .taxonomy-breadcrumb,
.game-type-page .taxonomy-breadcrumb a,
.game-type-page .game-type-intro > a,
.game-type-page .game-type-filter-head > button,
.game-type-page .channel-section-head > a { color: var(--xd-muted); }
.game-type-page .taxonomy-breadcrumb i { color: #9aa0a6; }
.game-type-page .taxonomy-breadcrumb a:hover,
.game-type-page .game-type-intro > a:hover,
.game-type-page .game-type-filter-head > button:hover,
.game-type-page .channel-section-head > a:hover { color: var(--xd-green); }
.game-type-page .game-type-intro span { color: var(--xd-green); }
.game-type-page .game-type-intro h1,
.game-type-page .game-type-filter-head h2,
.game-type-page .game-type-filter-row > strong,
.game-type-page .game-type-summary > strong,
.game-type-page .game-type-card-copy h3,
.game-type-page .game-type-rank-list strong,
.game-type-page .game-type-category-list a,
.game-type-page .game-type-discovery h2 { color: var(--xd-ink); }
.game-type-page .game-type-intro p,
.game-type-page .game-type-filter-row button,
.game-type-page .game-type-sort button,
.game-type-page .game-type-card-copy p,
.game-type-page .game-type-card-meta,
.game-type-page .game-type-rank-list span,
.game-type-page .game-type-discovery a { color: var(--xd-muted); }
.game-type-page .game-type-filter-head h2 img,
.game-type-page .channel-section-head h2 img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(64%) saturate(1043%) hue-rotate(116deg) brightness(87%) contrast(99%);
}
.game-type-page .game-type-filter-head,
.game-type-page .game-type-filter-row,
.game-type-page .channel-section-head,
.game-type-page .rank-list.game-type-rank-list > a,
.game-type-page .game-type-category-list a,
.game-type-page .game-type-discovery { border-color: var(--xd-line); }
.game-type-page .game-type-filter-row button.selected,
.game-type-page .game-type-sort button.is-active,
.game-type-page .game-type-sort button:hover {
  border-color: var(--xd-green);
  background: var(--xd-green);
  color: #fff;
}
.game-type-page .game-type-filter-row button:not(.selected):hover {
  background: var(--xd-green-soft);
  color: var(--xd-green);
}
.game-type-page .game-type-summary > strong b { color: var(--xd-green); }
.game-type-page .game-type-summary > div button {
  background: var(--xd-green-soft);
  color: var(--xd-green-dark);
}
.game-type-page .game-type-summary > div button i { color: var(--xd-green); }
.game-type-page .game-type-summary > div button:hover { color: var(--xd-green); }
.game-type-page .game-type-sort button { border-color: var(--xd-line); }
.game-type-page .game-type-card:hover {
  border-color: var(--xd-green);
  box-shadow: 0 6px 18px rgba(60, 64, 67, .08);
}
.game-type-page .game-type-card-copy h3 a:hover,
.game-type-page .game-type-rank-list a:hover strong,
.game-type-page .game-type-category-list a:hover,
.game-type-page .game-type-discovery a:hover { color: var(--xd-green); }
.game-type-page .game-type-card-tags a,
.game-type-page .game-type-card-tags span {
  background: var(--xd-surface);
  color: var(--xd-muted);
}
.game-type-page .game-type-card-tags { color: var(--xd-muted); }
.game-type-page .game-type-card-tags a:hover {
  background: var(--xd-green-soft);
  color: var(--xd-green);
}
.game-type-page .game-type-card-meta b,
.game-type-page .game-type-rank-list a:nth-child(-n+3)::before,
.game-type-page .rank-list.game-type-rank-list a:nth-child(-n+3) i,
.game-type-page .rank-list.game-type-rank-list > a:nth-child(-n+3) i { color: var(--xd-green); }
.game-type-page .game-type-category-list a::before { background: #bdc1c6; }
.game-type-page .game-type-category-list a:hover::before { background: var(--xd-green); }
.game-type-page .rank-list.game-type-rank-list > a strong { color: var(--xd-ink); }
.game-type-page .rank-list.game-type-rank-list > a small,
.game-type-page .rank-list.game-type-rank-list > a em,
.game-type-page .rank-list.game-type-rank-list > a i { color: var(--xd-muted); }
.game-type-page .rank-list.game-type-rank-list > a:first-child em { border-color: var(--xd-line); }
.game-type-page .rank-list.game-type-rank-list > a:nth-child(-n+3) i { color: var(--xd-green); }
.game-type-page a:focus-visible,
.game-type-page button:focus-visible {
  outline: 2px solid var(--xd-green);
  outline-offset: 2px;
}

/* Shared public footer V3.6 — clearer type hierarchy, compact desktop rhythm. */
.site-footer-v35 {
  margin-top: 40px;
  border-top: 0;
  color: var(--xd-muted);
  background: #fff;
}
.footer-main-v36 {
  min-height: 124px;
  padding: 24px 0 22px;
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}
.footer-brand-v36 { min-width: 0; }
.footer-lockup-v36 {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--xd-ink);
}
.footer-lockup-v36 img { width: 34px; height: 34px; }
.footer-lockup-v36 span {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.6px;
}
.footer-lockup-v36 small {
  margin: 4px 0 0 -4px;
  color: var(--xd-muted);
  font-size: 12px;
  font-weight: 600;
}
.footer-brand-v36 p {
  max-width: 270px;
  margin: 10px 0 0;
  color: var(--xd-muted);
  font-size: 12px;
  line-height: 18px;
}
.footer-groups-v36 {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.footer-groups-v36 section { min-width: 0; }
.footer-groups-v36 h2 {
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--xd-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.footer-groups-v36 h2::before {
  width: 3px;
  height: 14px;
  border-radius: 2px;
  background: var(--xd-green);
  content: "";
}
.footer-groups-v36 div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
.footer-groups-v36 a {
  color: var(--xd-muted);
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
}
.footer-groups-v36 a:hover { color: var(--xd-green); }
.footer-bottom-v36 {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--xd-line);
  color: var(--xd-muted);
  font-size: 12px;
  line-height: 18px;
}
.footer-bottom-v36 nav { display: flex; gap: 20px; }
.footer-bottom-v36 a { color: var(--xd-muted); }
.footer-bottom-v36 a:hover { color: var(--xd-green); }
.footer-beian-v36 {
  color: var(--xd-muted);
  white-space: nowrap;
}
.footer-beian-v36:hover { color: var(--xd-green); }

@media (max-width: 1100px) {
  .footer-main-v36 { grid-template-columns: 250px minmax(0, 1fr); gap: 28px; }
  .footer-groups-v36 { gap: 24px; }
  .footer-groups-v36 div { gap: 8px 12px; }
}

/* Shared typography discipline — Google Play roles, xiDown density. */
body:has(.fg-page) { background: #fff; }
.brand-cn-v35 { font-size: 12px; }
.primary-nav-v35 a {
  color: var(--xd-ink);
  font-size: 14px;
}
.global-search-v35 input { font-size: 14px; }
.global-search-v35 input::placeholder { color: var(--xd-muted); }
.footer-lockup-v36 img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(91%) saturate(1067%) hue-rotate(125deg) brightness(88%) contrast(99%);
}
.fg-category-main small,
.fg-trend-item > a small,
.fg-hot-list > a small,
.fg-game-row > span small {
  color: var(--xd-muted);
  font-size: 12px;
  line-height: 18px;
}
.fg-category-main em,
.fg-category-action {
  color: var(--xd-muted);
  font-size: 12px;
  line-height: 18px;
}
.fg-tag-board nav a {
  color: var(--xd-muted);
  font-size: 13px;
}
.fg-game-row > em b { color: var(--xd-ink); }
.fg-common-entry > a { color: var(--xd-muted); }

/* Shared header and footer */
:root {
  --xidown-header-green: #01875f;
  --xidown-header-green-dark: #006c4c;
  --xidown-header-ink: #202124;
  --xidown-header-muted: #5f6368;
  --xidown-header-surface: #f8f9fa;
}

html,
body {
  min-height: 100%;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body > main {
  width: 100%;
  flex: 1 0 auto;
}

.xidown-shared-wrap {
  width: 1200px;
  margin: 0 auto;
}

.xidown-shared-utility {
  height: 32px;
  color: var(--xidown-header-muted);
  background: var(--xidown-header-surface);
  font-family: Roboto, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 12px;
}
.xidown-shared-utility .xidown-shared-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xidown-shared-utility nav {
  display: flex;
  gap: 22px;
}
.xidown-shared-utility a:hover { color: var(--xidown-header-green); }

.site-header.site-header-v35 {
  border: 0;
  background: #fff;
  font-family: Roboto, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
.xidown-shared-masthead {
  height: 78px;
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr) 456px;
  gap: 28px;
  align-items: center;
}
.xidown-shared-brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--xidown-header-ink);
}
.xidown-shared-brand img {
  width: 44px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(35%) sepia(87%) saturate(952%) hue-rotate(124deg) brightness(91%) contrast(101%);
}
.xidown-shared-brand > span {
  display: flex;
  align-items: baseline;
}
.xidown-shared-brand b {
  color: var(--xidown-header-ink);
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.6px;
}
.xidown-shared-brand small {
  margin-left: 4px;
  color: var(--xidown-header-muted);
  font-size: 12px;
  font-weight: 600;
}
.xidown-shared-slogan {
  color: var(--xidown-header-muted);
  font-size: 14px;
  line-height: 20px;
}
.xidown-shared-search {
  height: 42px;
  display: grid;
  grid-template-columns: 1fr 76px;
  overflow: hidden;
  border: 1px solid #bdc1c6;
  border-radius: 22px;
  background: #fff;
}
.xidown-shared-search:focus-within {
  border-color: var(--xidown-header-green);
  box-shadow: 0 0 0 2px rgba(1, 135, 95, .1);
}
.xidown-shared-search input {
  min-width: 0;
  padding: 0 18px;
  border: 0;
  outline: 0;
  color: var(--xidown-header-ink);
  background: transparent;
  font-size: 14px;
}
.xidown-shared-search input::placeholder { color: #9aa0a6; }
.xidown-shared-search button {
  border: 0;
  color: #fff;
  background: var(--xidown-header-green);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.xidown-shared-search button:hover { background: var(--xidown-header-green-dark); }

.xidown-shared-nav {
  height: 48px;
  background: #fff;
  font-family: Roboto, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
.xidown-shared-nav .xidown-shared-wrap {
  height: 100%;
  display: flex;
  align-items: stretch;
  gap: 0;
}
.xidown-shared-nav a {
  position: relative;
  width: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--xidown-header-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}
.xidown-shared-nav a:hover,
.xidown-shared-nav a:focus-visible,
.xidown-shared-nav a.active,
.xidown-shared-nav a.is-active { color: var(--xidown-header-green); }
.xidown-shared-nav a.active::after,
.xidown-shared-nav a.is-active::after {
  position: absolute;
  right: 14px;
  bottom: 0;
  left: 14px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--xidown-header-green);
  content: "";
}

/* One interaction grammar for the compact entry bar used by all four approved pages. */
.xidown-common-entry.hv4-quick,
.xidown-common-entry.fg-common-entry,
.xidown-common-entry.channel-v2-quick {
  height: 58px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 10px;
  background: var(--xidown-header-surface);
}
.xidown-common-entry > b,
.xidown-common-entry > strong {
  flex: 0 0 100px;
  color: var(--xidown-header-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.xidown-common-entry.xidown-common-entry > a {
  height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: var(--xidown-header-muted);
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  transition: color .15s ease, background-color .15s ease;
}
.xidown-common-entry.xidown-common-entry > a::before { content: none !important; display: none !important; }
.xidown-common-entry.xidown-common-entry > a:hover,
.xidown-common-entry.xidown-common-entry > a:focus-visible,
.xidown-common-entry.xidown-common-entry > a[aria-current="page"] {
  color: var(--xidown-header-green);
  background: #e8f3ef;
}
.xidown-common-entry.xidown-common-entry > a:last-child {
  margin-left: auto;
  color: var(--xidown-header-green);
  font-weight: 500;
}

/* Shared public footer: identical on the homepage and every channel page. */
.site-footer-v35.xidown-shared-footer {
  flex: 0 0 auto;
  min-width: 0;
  margin-top: 16px;
  padding: 0;
  border: 0;
  color: var(--xidown-header-ink);
  background: var(--xidown-header-surface);
  font-family: Roboto, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
.xidown-shared-footer-main.footer-main-v36 {
  width: 1200px;
  min-height: 136px;
  padding: 0;
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}
.xidown-shared-footer-brand.footer-brand-v36 { min-width: 0; }
.xidown-shared-footer-lockup.footer-lockup-v36 {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--xidown-header-ink);
}
.xidown-shared-footer-lockup.footer-lockup-v36 img {
  width: 38px;
  height: 37px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(35%) sepia(87%) saturate(952%) hue-rotate(124deg) brightness(91%) contrast(101%);
}
.xidown-shared-footer-lockup.footer-lockup-v36 > span {
  display: flex;
  align-items: baseline;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
}
.xidown-shared-footer-lockup.footer-lockup-v36 b {
  color: var(--xidown-header-ink);
  font-size: 20px;
  line-height: 1;
  letter-spacing: -.5px;
}
.xidown-shared-footer-lockup.footer-lockup-v36 small {
  margin: 0 0 0 4px;
  color: var(--xidown-header-muted);
  font-size: 12px;
  font-weight: 600;
}
.xidown-shared-footer-brand.footer-brand-v36 p {
  max-width: 290px;
  margin: 12px 0 0;
  color: var(--xidown-header-muted);
  font-size: 12px;
  line-height: 1.8;
}
.xidown-shared-footer-links.footer-groups-v36 {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}
.xidown-shared-footer-links.footer-groups-v36 section { min-width: 0; }
.xidown-shared-footer-links.footer-groups-v36 h2 {
  margin: 0 0 11px;
  display: block;
  color: var(--xidown-header-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.xidown-shared-footer-links.footer-groups-v36 h2::before { content: none; }
.xidown-shared-footer-links.footer-groups-v36 div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
}
.xidown-shared-footer-links.footer-groups-v36 a {
  color: var(--xidown-header-muted);
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}
.xidown-shared-footer-links.footer-groups-v36 a:hover { color: var(--xidown-header-green); }
.xidown-shared-footer-bottom.footer-bottom-v36 {
  width: 1200px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  color: var(--xidown-header-muted);
  font-size: 12px;
  line-height: 18px;
}
.xidown-shared-footer-bottom.footer-bottom-v36 a { color: var(--xidown-header-muted); }
.xidown-shared-footer-bottom.footer-bottom-v36 a:hover { color: var(--xidown-header-green); }
.xidown-shared-footer-bottom.footer-bottom-v36 .footer-beian-v36 {
  margin-left: auto;
  color: var(--xidown-header-muted);
  white-space: nowrap;
}
.xidown-shared-footer-bottom.footer-bottom-v36 .footer-beian-v36:hover { color: var(--xidown-header-green); }

.xidown-shared-utility a:focus-visible,
.xidown-shared-brand:focus-visible,
.xidown-shared-nav a:focus-visible,
.xidown-shared-search input:focus-visible,
.xidown-shared-search button:focus-visible,
.xidown-shared-footer a:focus-visible {
  outline: 2px solid var(--xidown-header-green);
  outline-offset: 3px;
}

@media (max-width: 1240px) {
  .xidown-shared-wrap { width: calc(100% - 32px); }
  .xidown-shared-masthead { grid-template-columns: 190px minmax(180px, 1fr) minmax(320px, 420px); }
  .xidown-shared-footer-main.footer-main-v36,
  .xidown-shared-footer-bottom.footer-bottom-v36 { width: calc(100% - 32px); }
}

@media (max-width: 980px) {
  .xidown-shared-masthead {
    height: auto;
    min-height: 70px;
    grid-template-columns: 1fr minmax(300px, 420px);
    gap: 14px;
  }
  .xidown-shared-slogan { display: none; }
  .xidown-shared-nav { overflow-x: auto; }
  .xidown-shared-nav .xidown-shared-wrap { gap: 0; }
  .xidown-shared-footer-main.footer-main-v36 {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px 0;
  }
}

@media (max-width: 640px) {
  .xidown-shared-wrap { width: calc(100% - 24px); }
  .xidown-shared-utility { display: none; }
  .xidown-shared-masthead {
    padding: 12px 0;
    grid-template-columns: 1fr;
  }
  .xidown-shared-search { width: 100%; }
  .xidown-shared-nav .xidown-shared-wrap { gap: 0; }
  .xidown-shared-nav a { font-size: 14px; }
  .xidown-shared-footer-links.footer-groups-v36 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .xidown-shared-footer-bottom.footer-bottom-v36 {
    min-height: 0;
    padding: 18px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

/* New-game and ranking channel components */
.channel-v2 {
  --channel-green: #01875f;
  --channel-green-dark: #006c4c;
  --channel-green-soft: #e8f3ef;
  --channel-ink: #202124;
  --channel-text: #3c4043;
  --channel-muted: #5f6368;
  --channel-quiet: #80868b;
  --channel-surface: #f8f9fa;
  color: var(--channel-ink);
  background: #fff;
  font: 14px/20px Roboto, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body:has(.channel-v2) { background: #fff; }
.channel-v2 *, .channel-v2 *::before, .channel-v2 *::after { box-sizing: border-box; }
.channel-v2 a { color: inherit; text-decoration: none; }
.channel-v2 img { display: block; max-width: 100%; }
.channel-v2 button { font: inherit; }
.channel-v2-main { padding-bottom: 20px; }
.channel-v2 .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.channel-v2-breadcrumb { height: 48px; display: flex; align-items: center; color: var(--channel-muted); font-size: 12px; }
.channel-v2-breadcrumb b { margin-left: 8px; color: var(--channel-ink); }
.channel-v2-section { margin-top: 30px; }
.channel-v2-section:first-of-type { margin-top: 0; }
.channel-v2-section-head { min-height: 42px; margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.channel-v2-section-head > div:first-child { min-width: 0; display: flex; align-items: baseline; gap: 12px; }
.channel-v2-section-head h2 { margin: 0; color: var(--channel-ink); font-size: 22px; font-weight: 500; line-height: 28px; letter-spacing: 0; }
.channel-v2-section-head p { margin: 0; color: var(--channel-muted); font-size: 14px; line-height: 20px; }
.channel-v2-section-head > a, .channel-v2-head-actions > a { flex: 0 0 auto; color: var(--channel-green); font-size: 14px; font-weight: 500; line-height: 20px; }
.channel-v2-section-head > a:hover, .channel-v2-head-actions > a:hover { color: var(--channel-green-dark); }
.channel-v2-primary { min-height: 36px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; border-radius: 18px; color: #fff !important; background: var(--channel-green); font-size: 14px; font-weight: 500; line-height: 20px; }
.channel-v2-primary:hover { background: var(--channel-green-dark); }
.channel-v2-empty { padding: 28px; border-radius: 10px; color: var(--channel-muted); background: var(--channel-surface); text-align: center; }

.new-v2-calendar { height: 132px; padding: 12px; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 8px; border-radius: 12px; background: var(--channel-surface); }
.new-v2-day { min-width: 0; padding: 12px 10px 10px; display: grid; grid-template-rows: auto 1fr; border-radius: 10px; color: var(--channel-muted); }
.new-v2-day:hover, .new-v2-day:focus-visible { background: #fff; }
.new-v2-day.is-selected { color: var(--channel-green-dark); background: #fff; box-shadow: 0 4px 16px rgba(32,33,36,.06); }
.new-v2-day strong { display: flex; align-items: baseline; justify-content: space-between; color: var(--channel-text); font-size: 14px; font-weight: 500; line-height: 20px; }
.new-v2-day.is-selected strong { color: var(--channel-green); }
.new-v2-day time { font-size: 12px; font-weight: 400; line-height: 18px; }
.new-v2-day-content { align-self: end; }
.new-v2-mini-icons { display: flex; }
.new-v2-mini-icons img { width: 30px; height: 30px; margin-left: -4px; border: 2px solid #fff; border-radius: 8px; object-fit: cover; }
.new-v2-mini-icons img:first-child { margin-left: 0; }
.new-v2-day small { margin-top: 5px; display: block; overflow: hidden; font-size: 12px; line-height: 18px; white-space: nowrap; text-overflow: ellipsis; }

.new-v2-today { display: grid; grid-template-columns: 760px 416px; gap: 24px; }
.new-v2-feature { height: 304px; display: grid; grid-template-columns: 430px minmax(0, 1fr); overflow: hidden; border-radius: 12px; background: var(--channel-surface); }
.new-v2-feature-media { position: relative; overflow: hidden; }
.new-v2-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.new-v2-feature-media em { position: absolute; left: 18px; bottom: 16px; padding: 5px 10px; border-radius: 14px; color: var(--channel-green-dark); background: rgba(255,255,255,.94); font-size: 12px; font-style: normal; font-weight: 700; }
.new-v2-feature-copy { padding: 30px 26px; display: flex; flex-direction: column; align-items: flex-start; }
.new-v2-feature-copy h3 { margin: 0; color: var(--channel-ink); font-size: 24px; font-weight: 500; line-height: 32px; letter-spacing: 0; }
.new-v2-feature:hover h3, .new-v2-feature:focus-visible h3 { color: var(--channel-green); }
.new-v2-feature-copy p { margin: 12px 0 0; display: -webkit-box; overflow: hidden; color: var(--channel-muted); font-size: 14px; line-height: 22px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.new-v2-meta { margin-top: 14px; color: var(--channel-muted); font-size: 12px; line-height: 18px; }
.new-v2-feature-copy .channel-v2-primary { margin-top: auto; }
.new-v2-today-list { display: grid; grid-auto-rows: minmax(72px, auto); align-content: start; gap: 8px; }
.new-v2-today-row { min-width: 0; padding: 0 14px; display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 12px; align-items: center; border-radius: 10px; background: var(--channel-surface); transition: background-color .15s ease; }
.new-v2-today-row:hover, .new-v2-today-row:focus-visible { background: var(--channel-green-soft); }
.new-v2-today-row img { width: 52px; height: 52px; border-radius: 12px; object-fit: cover; transition: box-shadow .15s ease; }
.new-v2-today-row:hover img, .new-v2-today-row:focus-visible img { box-shadow: 0 2px 8px rgba(32,33,36,.12); }
.new-v2-today-row span, .new-v2-today-row b, .new-v2-today-row small { min-width: 0; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.new-v2-today-row b { font-size: 16px; font-weight: 400; line-height: 24px; }
.new-v2-today-row:hover b, .new-v2-today-row:focus-visible b { color: var(--channel-green); }
.new-v2-today-row small { margin-top: 1px; color: var(--channel-muted); font-size: 12px; line-height: 18px; white-space: normal; overflow: visible; }
.new-v2-today-row em { color: var(--channel-green); font-size: 14px; font-style: normal; font-weight: 500; line-height: 20px; }

.channel-v2-head-actions { display: flex; align-items: center; gap: 8px; }
.channel-v2-chip { height: 30px; padding: 0 13px; border: 0; border-radius: 15px; color: var(--channel-muted); background: var(--channel-surface); white-space: nowrap; cursor: pointer; }
.channel-v2-chip.is-active, .channel-v2-chip:hover { color: var(--channel-green-dark); background: var(--channel-green-soft); font-weight: 500; }
.new-v2-status-board { padding: 18px 20px 20px; border-radius: 12px; background: var(--channel-surface); }
.new-v2-status-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.new-v2-status-columns.is-single { grid-template-columns: minmax(0, 1fr); }
.new-v2-status-column h3 { margin: 0 0 10px; display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 500; line-height: 24px; }
.new-v2-status-column h3::before { width: 8px; height: 8px; border-radius: 50%; background: var(--channel-green); content: ""; }
.new-v2-status-item { height: 72px; min-width: 0; padding: 0 10px; display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; gap: 10px; align-items: center; border-radius: 10px; transition: background-color .15s ease; }
.new-v2-status-column > a.new-v2-status-item:hover, .new-v2-status-column > a.new-v2-status-item:focus-visible, .new-v2-status-item:has(.new-v2-status-game:hover), .new-v2-status-item:has(.new-v2-status-game:focus-visible) { background: #fff; }
.new-v2-status-item > img, .new-v2-status-game img { width: 46px; height: 46px; border-radius: 11px; object-fit: cover; transition: box-shadow .15s ease; }
.new-v2-status-column > a.new-v2-status-item:hover img, .new-v2-status-column > a.new-v2-status-item:focus-visible img, .new-v2-status-game:hover img, .new-v2-status-game:focus-visible img { box-shadow: 0 2px 8px rgba(32,33,36,.12); }
.new-v2-status-item span, .new-v2-status-item b, .new-v2-status-item small { min-width: 0; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.new-v2-status-item b { font-size: 14px; font-weight: 500; line-height: 20px; }
.new-v2-status-column > a.new-v2-status-item:hover b, .new-v2-status-column > a.new-v2-status-item:focus-visible b, .new-v2-status-game:hover b, .new-v2-status-game:focus-visible b { color: var(--channel-green); }
.new-v2-status-item small { color: var(--channel-muted); font-size: 12px; line-height: 18px; }
.new-v2-status-item em { color: var(--channel-green); font-size: 14px; font-style: normal; font-weight: 500; line-height: 20px; }
.new-v2-status-game { min-width: 0; display: contents; }
.new-v2-schedule-link { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; min-height: 30px; padding: 0 12px; border: 1px solid rgba(1,135,95,.32); border-radius: 15px; color: var(--channel-green); background: #fff; font-size: 14px; font-weight: 500; line-height: 20px; white-space: nowrap; }

.new-v2-schedule { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.new-v2-schedule-group { min-width: 0; padding-top: 8px; }
.new-v2-schedule-group > header { height: 52px; display: flex; align-items: baseline; gap: 8px; }
.new-v2-schedule-group > header strong { color: var(--channel-green); font-size: 22px; font-weight: 500; line-height: 28px; }
.new-v2-schedule-group > header span { color: var(--channel-muted); font-size: 12px; }
.new-v2-schedule-group > a { height: 68px; min-width: 0; margin: 0; padding: 0 10px; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 10px; align-items: center; border-radius: 10px; transition: background-color .15s ease; }
.new-v2-schedule-group > a:hover, .new-v2-schedule-group > a:focus-visible { background: var(--channel-surface); }
.new-v2-schedule-group img { width: 44px; height: 44px; border-radius: 10px; object-fit: cover; transition: box-shadow .15s ease; }
.new-v2-schedule-group > a:hover img, .new-v2-schedule-group > a:focus-visible img { box-shadow: 0 2px 8px rgba(32,33,36,.12); }
.new-v2-schedule-group b, .new-v2-schedule-group small { min-width: 0; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.new-v2-schedule-group b { font-size: 14px; font-weight: 500; line-height: 20px; }
.new-v2-schedule-group > a:hover b, .new-v2-schedule-group > a:focus-visible b { color: var(--channel-green); }
.new-v2-schedule-group small { color: var(--channel-muted); font-size: 12px; line-height: 18px; }

.new-v2-attention { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 24px; }
.new-v2-attention > a { height: 88px; min-width: 0; padding: 0 14px; display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 12px; align-items: center; border-radius: 10px; background: var(--channel-surface); transition: background-color .15s ease; }
.new-v2-attention > a:hover, .new-v2-attention > a:focus-visible { background: var(--channel-green-soft); }
.new-v2-attention img { width: 58px; height: 58px; border-radius: 13px; object-fit: cover; transition: box-shadow .15s ease; }
.new-v2-attention > a:hover img, .new-v2-attention > a:focus-visible img { box-shadow: 0 2px 8px rgba(32,33,36,.12); }
.new-v2-attention b, .new-v2-attention small { min-width: 0; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.new-v2-attention b { font-size: 16px; font-weight: 400; line-height: 24px; }
.new-v2-attention > a:hover b, .new-v2-attention > a:focus-visible b { color: var(--channel-green); }
.new-v2-attention small { margin-top: 1px; color: var(--channel-muted); font-size: 12px; line-height: 18px; }
.new-v2-attention em { color: var(--channel-green); font-size: 14px; font-style: normal; font-weight: 500; line-height: 20px; }
.new-v2-updates { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 24px; }
.new-v2-updates > a { height: 62px; min-width: 0; padding: 0 10px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 10px; align-items: center; border-radius: 9px; transition: background-color .15s ease; }
.new-v2-updates > a:hover, .new-v2-updates > a:focus-visible { background: var(--channel-surface); }
.new-v2-updates img { width: 42px; height: 42px; border-radius: 10px; object-fit: cover; transition: box-shadow .15s ease; }
.new-v2-updates > a:hover img, .new-v2-updates > a:focus-visible img { box-shadow: 0 2px 8px rgba(32,33,36,.12); }
.new-v2-updates b, .new-v2-updates small { min-width: 0; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.new-v2-updates b { font-size: 14px; font-weight: 500; line-height: 20px; }
.new-v2-updates > a:hover b, .new-v2-updates > a:focus-visible b { color: var(--channel-green); }
.new-v2-updates small, .new-v2-updates time { color: var(--channel-muted); font-size: 12px; line-height: 18px; }

.rank-v2-toolbar { height: 58px; display: flex; align-items: center; justify-content: space-between; }
.rank-v2-tabs, .rank-v2-periods { display: flex; align-items: center; gap: 26px; }
.rank-v2-tabs a, .rank-v2-periods a { position: relative; height: 42px; display: inline-flex; align-items: center; color: var(--channel-muted); transition: color .15s ease; }
.rank-v2-tabs a { font-size: 16px; font-weight: 500; line-height: 24px; }
.rank-v2-periods a { font-size: 14px; font-weight: 500; line-height: 20px; }
.rank-v2-tabs a:hover, .rank-v2-tabs a:focus-visible, .rank-v2-tabs a.is-active, .rank-v2-periods a:hover, .rank-v2-periods a:focus-visible, .rank-v2-periods a.is-active { color: var(--channel-green); }
.rank-v2-tabs a.is-active::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; border-radius: 3px; background: var(--channel-green); content: ""; }
.rank-v2-periods > span { color: var(--channel-muted); font-size: 12px; }
.rank-v2-champion { height: 288px; display: grid; grid-template-columns: 430px minmax(0, 1fr) 230px; overflow: hidden; border-radius: 12px; background: var(--channel-surface); }
.rank-v2-champion-media { position: relative; overflow: hidden; }
.rank-v2-champion-media img { width: 100%; height: 100%; object-fit: cover; }
.rank-v2-champion-media i { position: absolute; left: 22px; bottom: 18px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(32,33,36,.72); font-size: 34px; font-style: normal; font-weight: 800; line-height: 1; }
.rank-v2-champion-copy { padding: 34px 30px; display: flex; flex-direction: column; align-items: flex-start; }
.rank-v2-champion-copy h2 { margin: 0; font-size: 28px; font-weight: 500; line-height: 36px; }
.rank-v2-champion-copy p { margin: 13px 0 0; display: -webkit-box; overflow: hidden; color: var(--channel-muted); font-size: 14px; line-height: 22px; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.rank-v2-tags { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.rank-v2-tags span { padding: 5px 10px; border-radius: 14px; color: var(--channel-green-dark); background: var(--channel-green-soft); font-size: 11px; }
.rank-v2-champion-copy .channel-v2-primary { margin-top: 20px; }
.rank-v2-champion-side { padding: 34px 26px; display: flex; flex-direction: column; align-items: stretch; }
.rank-v2-champion-side dl { width: 100%; margin: 0; }
.rank-v2-champion-side dl > div { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.rank-v2-champion-side dt { flex: 0 0 auto; color: var(--channel-muted); font-size: 12px; }
.rank-v2-champion-side dd { min-width: 0; margin: 0; overflow: hidden; font-size: 12px; font-weight: 650; white-space: nowrap; text-overflow: ellipsis; }
.rank-v2-main-grid { margin-top: 14px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 24px; align-items: start; }
.rank-v2-item { min-width: 0; }
.rank-v2-item-main { width: 100%; height: 82px; min-width: 0; padding: 0 10px; display: grid; grid-template-columns: 30px 52px minmax(0, 1fr) auto; gap: 10px; align-items: center; border: 0; border-radius: 10px; color: inherit; background: transparent; text-align: left; cursor: pointer; transition: background-color .15s ease; }
.rank-v2-item-main:hover, .rank-v2-item-main:focus-visible, .rank-v2-item.is-expanded .rank-v2-item-main { background: var(--channel-surface); }
.rank-v2-item-main > i { color: var(--channel-quiet); font-size: 16px; font-style: normal; font-weight: 700; text-align: center; }
.rank-v2-item:nth-child(-n+2) .rank-v2-item-main > i { color: var(--channel-green); }
.rank-v2-item-main img { width: 52px; height: 52px; border-radius: 12px; object-fit: cover; transition: box-shadow .15s ease; }
.rank-v2-item-main:hover img, .rank-v2-item-main:focus-visible img { box-shadow: 0 2px 8px rgba(32,33,36,.12); }
.rank-v2-item-main span, .rank-v2-item-main strong, .rank-v2-item-main small { min-width: 0; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.rank-v2-item-main strong { font-size: 16px; font-weight: 400; line-height: 24px; }
.rank-v2-item-main small { color: var(--channel-muted); font-size: 12px; line-height: 18px; }
.rank-v2-item-main > em { color: var(--channel-green); font-size: 14px; font-style: normal; font-weight: 500; line-height: 20px; }
.rank-v2-item-main:hover strong, .rank-v2-item-main:focus-visible strong { color: var(--channel-green); }
.rank-v2-item-detail { margin: -2px 0 8px 92px; padding: 10px 12px; display: none; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 8px; align-items: center; border-radius: 8px; color: var(--channel-muted); background: var(--channel-surface); font-size: 12px; line-height: 18px; }
.rank-v2-item-detail a { color: var(--channel-green); font-weight: 650; white-space: nowrap; }
.rank-v2-item.is-expanded .rank-v2-item-detail { display: grid; }

.rank-v2-categories { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.rank-v2-categories > section { min-width: 0; padding: 18px 18px 12px; border-radius: 12px; background: var(--channel-surface); }
.rank-v2-categories > section > header { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.rank-v2-categories h3 { margin: 0; font-size: 18px; font-weight: 500; line-height: 24px; }
.rank-v2-categories header a { color: var(--channel-green); font-size: 14px; font-weight: 500; line-height: 20px; }
.rank-v2-category-row { height: 58px; min-width: 0; margin: 0 -8px; padding: 0 10px; display: grid; grid-template-columns: 22px 38px minmax(0, 1fr); gap: 9px; align-items: center; border-radius: 9px; transition: background-color .15s ease; }
.rank-v2-category-row:hover, .rank-v2-category-row:focus-visible { background: #fff; }
.rank-v2-category-row > i { color: var(--channel-quiet); font-style: normal; text-align: center; }
.rank-v2-category-row:nth-of-type(-n+3) > i { color: var(--channel-green); font-weight: 700; }
.rank-v2-category-row img { width: 38px; height: 38px; border-radius: 9px; object-fit: cover; transition: box-shadow .15s ease; }
.rank-v2-category-row:hover img, .rank-v2-category-row:focus-visible img { box-shadow: 0 2px 7px rgba(32,33,36,.12); }
.rank-v2-category-row b, .rank-v2-category-row small { min-width: 0; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.rank-v2-category-row b { font-size: 14px; font-weight: 500; line-height: 20px; }
.rank-v2-category-row:hover b, .rank-v2-category-row:focus-visible b { color: var(--channel-green); }
.rank-v2-category-row small { color: var(--channel-muted); font-size: 12px; line-height: 18px; }
.rank-v2-new-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 30px; }
.rank-v2-new-list > a { height: 74px; min-width: 0; margin: 0; padding: 0 10px; display: grid; grid-template-columns: 28px 48px minmax(0, 1fr) 120px auto; gap: 11px; align-items: center; border-radius: 10px; transition: background-color .15s ease; }
.rank-v2-new-list > a:hover, .rank-v2-new-list > a:focus-visible { background: var(--channel-surface); }
.rank-v2-new-list > a > i { color: var(--channel-green); font-style: normal; font-weight: 700; text-align: center; }
.rank-v2-new-list img { width: 48px; height: 48px; border-radius: 11px; object-fit: cover; transition: box-shadow .15s ease; }
.rank-v2-new-list > a:hover img, .rank-v2-new-list > a:focus-visible img { box-shadow: 0 2px 8px rgba(32,33,36,.12); }
.rank-v2-new-list b, .rank-v2-new-list small { min-width: 0; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.rank-v2-new-list b { font-size: 14px; font-weight: 500; line-height: 20px; }
.rank-v2-new-list > a:hover b, .rank-v2-new-list > a:focus-visible b { color: var(--channel-green); }
.rank-v2-new-list small, .rank-v2-new-list > a > span:nth-last-child(2) { color: var(--channel-muted); font-size: 12px; line-height: 18px; }
.rank-v2-new-list em { color: var(--channel-green); font-size: 14px; font-style: normal; font-weight: 500; line-height: 20px; }
.rank-v2-rules { padding: 22px 24px; display: grid; grid-template-columns: 170px repeat(3, minmax(0, 1fr)); gap: 24px; border-radius: 12px; background: var(--channel-surface); }
.rank-v2-rules h2 { margin: 0; font-size: 22px; font-weight: 500; line-height: 28px; }
.rank-v2-rules article b { display: block; margin-bottom: 5px; font-size: 14px; font-weight: 500; line-height: 20px; }
.rank-v2-rules article p { margin: 0; color: var(--channel-muted); font-size: 12px; line-height: 18px; }

.channel-v2-quick { height: 58px; margin-top: 30px; padding: 0 20px; display: flex; align-items: center; gap: 26px; border-radius: 10px; background: var(--channel-surface); }
.channel-v2-quick a { font-size: 14px; line-height: 20px; }
.channel-v2-quick a:hover { color: var(--channel-green); }
.channel-v2-quick a:last-child { margin-left: auto; color: var(--channel-green); font-weight: 650; }
.channel-v2 a:focus-visible, .channel-v2 button:focus-visible { outline: 2px solid var(--channel-green); outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
  .new-v2-schedule-group > a,
  .new-v2-schedule-group img,
  .new-v2-feature-media img,
  .new-v2-today-row,
  .new-v2-today-row img,
  .new-v2-status-item,
  .new-v2-status-item img,
  .new-v2-attention > a,
  .new-v2-attention img,
  .new-v2-updates > a,
  .new-v2-updates img,
  .rank-v2-item-main,
  .rank-v2-item-main img,
  .rank-v2-category-row,
  .rank-v2-category-row img,
  .rank-v2-new-list > a,
  .rank-v2-new-list img { transition-duration: .01ms; }
}

@media (max-width: 1240px) {
  .new-v2-today { grid-template-columns: minmax(0, 1.7fr) minmax(320px, .9fr); }
  .new-v2-feature { grid-template-columns: minmax(280px, 1.35fr) minmax(250px, 1fr); }
  .rank-v2-champion { grid-template-columns: 36% minmax(0, 1fr) 220px; }
}
@media (max-width: 980px) {
  .new-v2-calendar { height: auto; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .new-v2-day { min-height: 106px; }
  .new-v2-today { grid-template-columns: 1fr; }
  .new-v2-feature { grid-template-columns: minmax(300px, 1.3fr) minmax(260px, 1fr); }
  .new-v2-status-columns, .new-v2-attention, .rank-v2-main-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .new-v2-schedule, .new-v2-updates, .rank-v2-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rank-v2-toolbar { height: auto; align-items: flex-start; flex-direction: column; gap: 8px; }
  .rank-v2-champion { height: auto; grid-template-columns: 42% 58%; }
  .rank-v2-champion-media { min-height: 260px; }
  .rank-v2-champion-side { grid-column: 1 / -1; padding: 20px 26px; flex-direction: row; gap: 24px; align-items: center; }
  .rank-v2-champion-side dl { display: grid; grid-template-columns: repeat(3, 1fr); }
  .rank-v2-champion-side dl > div { display: block; }
  .rank-v2-rules { grid-template-columns: 1fr 1fr; }
  .channel-v2-quick { overflow-x: auto; }
  .channel-v2-quick a, .channel-v2-quick b { flex: 0 0 auto; }
}
@media (max-width: 640px) {
  .channel-v2-section { margin-top: 24px; }
  .channel-v2-section-head { align-items: flex-start; }
  .channel-v2-section-head > div:first-child { align-items: flex-start; flex-direction: column; gap: 4px; }
  .channel-v2-section-head h2 { font-size: 19px; }
  .channel-v2-section-head p { font-size: 12px; }
  .channel-v2-head-actions { width: 100%; overflow-x: auto; justify-content: flex-start; }
  #new-status .channel-v2-head-actions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: visible; }
  #new-status .channel-v2-chip { min-width: 0; height: 34px; padding: 0 8px; }
  #new-status .channel-v2-head-actions > a { grid-column: 1 / -1; justify-self: end; }
  .channel-v2-section-head:has(.channel-v2-head-actions) { flex-direction: column; }
  .channel-v2-section-head:has(.channel-v2-head-actions) > div:first-child { width: 100%; }
  .new-v2-calendar { grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 6px; gap: 4px; }
  .new-v2-calendar .new-v2-day { min-height: 92px; padding: 8px 6px; }
  .new-v2-calendar .new-v2-day strong { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; font-size: 12px; }
  .new-v2-calendar .new-v2-mini-icons { display: none; }
  .new-v2-calendar .new-v2-day small { white-space: normal; font-size: 12px; line-height: 18px; }
  .new-v2-feature { height: auto; grid-template-columns: 1fr; }
  .new-v2-feature-media { height: 210px; }
  .new-v2-feature-copy { min-height: 200px; padding: 24px 20px; }
  .new-v2-feature-copy h3 { font-size: 22px; }
  .new-v2-status-columns, .new-v2-attention, .new-v2-schedule, .new-v2-updates, .rank-v2-main-grid, .rank-v2-categories, .rank-v2-new-list { grid-template-columns: 1fr; }
  .rank-v2-tabs, .rank-v2-periods { width: 100%; gap: 18px; overflow-x: auto; }
  .rank-v2-periods > span { display: none; }
  .rank-v2-champion { grid-template-columns: 1fr; }
  .rank-v2-champion-media { min-height: 230px; }
  .rank-v2-champion-copy { padding: 24px 20px; }
  .rank-v2-champion-side { grid-column: auto; padding: 20px; flex-direction: column; align-items: stretch; }
  .rank-v2-champion-side .channel-v2-primary { align-self: flex-start; }
  .rank-v2-main-grid { gap: 0; }
  .rank-v2-item-detail { margin-left: 0; grid-template-columns: 1fr 1fr; }
  .rank-v2-new-list > a { grid-template-columns: 24px 44px minmax(0, 1fr) auto; }
  .rank-v2-new-list > a > span:nth-last-child(2) { display: none; }
  .rank-v2-rules { grid-template-columns: 1fr; gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .channel-v2 * { scroll-behavior: auto !important; }
}

/* Editorial channel components */
:root {
  --ev3-green: #01875f;
  --ev3-green-dark: #006c4c;
  --ev3-green-soft: #e8f3ef;
  --ev3-ink: #202124;
  --ev3-muted: #5f6368;
  --ev3-quiet: #80868b;
  --ev3-line: #dadce0;
  --ev3-surface: #f8f9fa;
}

body:has(.editorial-v3-page) { background: #fff; }

.editorial-v3-page {
  color: var(--ev3-ink);
  background: #fff;
  font-family: Roboto, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
.editorial-v3-page *, .editorial-v3-page *::before, .editorial-v3-page *::after { box-sizing: border-box; }
.editorial-v3-page a { color: inherit; text-decoration: none; }
.editorial-v3-page img { display: block; max-width: 100%; }
.editorial-v3-wrap { width: 1200px; margin: 0 auto; padding-bottom: 4px; }
.editorial-v3-breadcrumb { height: 48px; display: flex; align-items: center; gap: 10px; color: var(--ev3-muted); font-size: 13px; }
.editorial-v3-breadcrumb i { font-style: normal; }
.editorial-v3-breadcrumb span { color: var(--ev3-ink); font-weight: 500; }
.editorial-v3-breadcrumb a:hover { color: var(--ev3-green); }
.editorial-v3-section { margin-top: 36px; }
.editorial-v3-section-head { min-height: 36px; margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; }
.editorial-v3-section-head h2 { margin: 0; color: var(--ev3-ink); font-size: 20px; line-height: 28px; font-weight: 500; letter-spacing: -.2px; }
.editorial-v3-section-head h2 small { margin-left: 10px; color: var(--ev3-muted); font-size: 13px; line-height: 20px; font-weight: 400; }
.editorial-v3-section-head > a { color: var(--ev3-green); font-size: 13px; font-weight: 500; }
.editorial-v3-section-head > a:hover { color: var(--ev3-green-dark); }
.editorial-v3-pill { display: inline-flex; height: 26px; padding: 0 10px; align-items: center; border-radius: 13px; color: var(--ev3-green); background: var(--ev3-green-soft); font-size: 12px; font-weight: 500; }
.editorial-v3-media { display: block; overflow: hidden; border-radius: 12px; }
.editorial-v3-media > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .25s ease; }
.editorial-v3-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.editorial-v3-feature { min-width: 0; overflow: hidden; border-radius: 12px; }
.editorial-v3-feature h3 { display: -webkit-box; height: 48px; margin: 12px 0 6px; overflow: hidden; color: var(--ev3-ink); font-size: 16px; line-height: 24px; font-weight: 500; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.editorial-v3-feature p { display: -webkit-box; height: 40px; margin: 0 0 8px; overflow: hidden; color: var(--ev3-muted); font-size: 13px; line-height: 20px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.editorial-v3-feature > small { color: var(--ev3-muted); font-size: 12px; line-height: 18px; }
.editorial-v3-feature:hover h3 { color: var(--ev3-green); }

/* Guide channel */
.editorial-v3-hero { display: grid; grid-template-columns: 792px 384px; gap: 24px; }
.editorial-v3-hero-lead { position: relative; height: 312px; overflow: hidden; border-radius: 16px; color: #fff; background: var(--ev3-ink); }
.editorial-v3-hero-lead > img { width: 100%; height: 100%; object-fit: cover; }
.editorial-v3-hero-lead::after { position: absolute; inset: 0; background: rgba(8, 24, 27, .48); content: ""; }
.editorial-v3-hero-lead > div { position: absolute; z-index: 1; right: 34px; bottom: 28px; left: 34px; }
.editorial-v3-hero-lead .editorial-v3-pill { color: var(--ev3-green-dark); background: rgba(255,255,255,.93); }
.editorial-v3-hero-lead h2 { max-width: 680px; margin: 14px 0 8px; color: #fff; font-size: 30px; line-height: 40px; font-weight: 600; letter-spacing: -.5px; }
.editorial-v3-hero-lead p { max-width: 680px; margin: 0; overflow: hidden; color: rgba(255,255,255,.88); font-size: 14px; line-height: 22px; white-space: nowrap; text-overflow: ellipsis; }
.editorial-v3-hero-lead footer { margin-top: 18px; display: flex; align-items: center; gap: 18px; }
.editorial-v3-hero-lead footer b { height: 36px; padding: 0 16px; display: inline-flex; align-items: center; border-radius: 18px; color: #fff; background: var(--ev3-green); font-size: 13px; font-weight: 500; }
.editorial-v3-hero-lead footer span { color: rgba(255,255,255,.82); font-size: 12px; }
.editorial-v3-intents { height: 312px; display: grid; grid-template-rows: auto repeat(4, minmax(0, 1fr)); }
.editorial-v3-intents h2 { margin: 0 0 6px; padding: 2px 4px; color: var(--ev3-ink); font-size: 20px; line-height: 28px; font-weight: 500; }
.editorial-v3-intents > a { min-height: 0; overflow: hidden; padding: 8px 12px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 12px; align-items: center; border-radius: 10px; }
.editorial-v3-intents > a:hover, .editorial-v3-intents > a:focus-visible { background: var(--ev3-surface); }
.editorial-v3-intents i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: var(--ev3-green); background: var(--ev3-green-soft); font-style: normal; font-size: 16px; font-weight: 600; }
.editorial-v3-intents span { min-width: 0; overflow: hidden; }
.editorial-v3-intents b,
.editorial-v3-intents small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.editorial-v3-intents b { color: var(--ev3-ink); font-size: 15px; line-height: 22px; font-weight: 500; }
.editorial-v3-intents small { margin-top: 2px; color: var(--ev3-muted); font-size: 12px; line-height: 18px; }
.editorial-v3-intents em { color: var(--ev3-green); font-style: normal; font-size: 18px; }
.guide-v3-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.guide-v3-game-grid > a { min-width: 0; padding: 14px; display: grid; grid-template-columns: 48px 1fr; gap: 11px; align-items: center; border-radius: 12px; background: var(--ev3-surface); transition: background-color .15s ease; }
.guide-v3-game-grid img { width: 48px; height: 48px; border-radius: 11px; object-fit: cover; }
.guide-v3-game-grid span { min-width: 0; }
.guide-v3-game-grid b { display: block; overflow: hidden; color: var(--ev3-ink); font-size: 15px; line-height: 22px; font-weight: 500; white-space: nowrap; text-overflow: ellipsis; }
.guide-v3-game-grid small { color: var(--ev3-muted); font-size: 12px; line-height: 18px; }
.guide-v3-game-grid > a:hover { background: var(--ev3-green-soft); }
.guide-v3-game-grid > a:hover b { color: var(--ev3-green); }
.guide-v3-route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.guide-v3-route-grid > section { padding: 18px 20px; border-radius: 12px; background: var(--ev3-surface); }
.guide-v3-route-grid > section > header { margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.guide-v3-route-grid header i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--ev3-green); background: #fff; font-style: normal; font-weight: 600; }
.guide-v3-route-grid h3 { margin: 0; color: var(--ev3-ink); font-size: 17px; line-height: 24px; font-weight: 500; }
.guide-v3-route-grid header small { margin-left: auto; color: var(--ev3-muted); font-size: 12px; }
.guide-v3-route-link { padding: 11px 0; display: grid; grid-template-columns: 1fr auto; gap: 14px; }
.guide-v3-route-link b { overflow: hidden; color: var(--ev3-ink); font-size: 14px; line-height: 20px; font-weight: 400; white-space: nowrap; text-overflow: ellipsis; }
.guide-v3-route-link time { color: var(--ev3-quiet); font-size: 12px; line-height: 20px; }
.guide-v3-route-link:hover b { color: var(--ev3-green); }
.guide-v3-latest-layout { display: grid; grid-template-columns: 792px 384px; gap: 24px; }
.guide-v3-latest-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
.guide-v3-latest-row { min-width: 0; padding: 14px 10px; display: grid; grid-template-columns: 74px 1fr; gap: 12px; border-radius: 10px; }
.guide-v3-latest-row img { width: 74px; height: 74px; border-radius: 10px; object-fit: cover; }
.guide-v3-latest-row span { min-width: 0; }
.guide-v3-latest-row b { display: -webkit-box; overflow: hidden; color: var(--ev3-ink); font-size: 14px; line-height: 21px; font-weight: 500; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.guide-v3-latest-row small { margin-top: 8px; display: block; color: var(--ev3-muted); font-size: 12px; }
.guide-v3-latest-row:hover { background: var(--ev3-surface); }
.guide-v3-latest-row:hover b { color: var(--ev3-green); }
.guide-v3-rank { padding: 18px 20px; border-radius: 12px; background: var(--ev3-surface); }
.guide-v3-rank > header { margin-bottom: 8px; display: flex; justify-content: space-between; align-items: center; }
.guide-v3-rank h3 { margin: 0; color: var(--ev3-ink); font-size: 18px; line-height: 26px; font-weight: 500; }
.guide-v3-rank header a { color: var(--ev3-green); font-size: 12px; }
.guide-v3-rank > a { padding: 10px 0; display: grid; grid-template-columns: 24px 42px 1fr; gap: 10px; align-items: center; }
.guide-v3-rank > a > i { color: var(--ev3-quiet); font-style: normal; text-align: center; }
.guide-v3-rank > a:nth-of-type(-n+3) > i { color: var(--ev3-green); font-weight: 600; }
.guide-v3-rank img { width: 42px; height: 42px; border-radius: 10px; object-fit: cover; }
.guide-v3-rank span { min-width: 0; }
.guide-v3-rank b { display: block; overflow: hidden; color: var(--ev3-ink); font-size: 13px; line-height: 19px; font-weight: 500; white-space: nowrap; text-overflow: ellipsis; }
.guide-v3-rank small { color: var(--ev3-muted); font-size: 11px; }
.guide-v3-rank > a:hover b { color: var(--ev3-green); }

/* News channel */
.news-v3-hero { display: grid; grid-template-columns: 588px 588px; gap: 24px; }
.news-v3-lead { position: relative; height: 372px; overflow: hidden; border-radius: 16px; color: #fff; }
.news-v3-lead > img { width: 100%; height: 100%; object-fit: cover; }
.news-v3-lead::after { position: absolute; inset: 0; background: rgba(8,24,27,.5); content: ""; }
.news-v3-lead > div { position: absolute; z-index: 1; right: 28px; bottom: 24px; left: 28px; }
.news-v3-lead h2 { margin: 12px 0 8px; color: #fff; font-size: 27px; line-height: 36px; font-weight: 600; }
.news-v3-lead p { margin: 0; color: rgba(255,255,255,.84); font-size: 13px; line-height: 20px; }
.news-v3-lead small { margin-top: 14px; display: block; color: rgba(255,255,255,.82); font-size: 12px; }
.news-v3-briefs { height: 372px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, 178px); gap: 16px 18px; }
.news-v3-briefs > a { min-width: 0; min-height: 0; display: grid; grid-template-rows: 104px 1fr; }
.news-v3-briefs .editorial-v3-media { border-radius: 12px; }
.news-v3-briefs img { width: 100%; height: 104px; aspect-ratio: auto; object-fit: cover; }
.news-v3-briefs h3 { margin: 8px 0 4px; display: -webkit-box; overflow: hidden; color: var(--ev3-ink); font-size: 15px; line-height: 21px; font-weight: 500; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news-v3-briefs small { color: var(--ev3-muted); font-size: 11px; }
.news-v3-briefs > a:hover h3 { color: var(--ev3-green); }
.news-v3-flash { min-height: 74px; padding: 10px 16px; display: grid; grid-template-columns: 118px repeat(3, minmax(0, 1fr)); gap: 14px; align-items: stretch; border-radius: 12px; background: var(--ev3-surface); }
.news-v3-flash > b { padding-left: 8px; display: flex; align-items: center; color: var(--ev3-ink); font-size: 17px; font-weight: 500; }
.news-v3-flash > a { min-width: 0; padding: 8px 12px; display: grid; grid-template-columns: auto 1fr; gap: 9px; align-items: center; border-radius: 9px; background: #fff; }
.news-v3-flash time { color: var(--ev3-green); font-size: 12px; font-weight: 600; }
.news-v3-flash span { min-width: 0; overflow: hidden; color: var(--ev3-ink); font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.news-v3-flash > a:hover span { color: var(--ev3-green); }
.news-v3-channel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.news-v3-channel-grid > section { min-width: 0; }
.news-v3-channel-grid > section > header { margin-bottom: 8px; display: flex; align-items: center; justify-content: space-between; }
.news-v3-channel-grid h3 { margin: 0; color: var(--ev3-ink); font-size: 18px; line-height: 26px; font-weight: 500; }
.news-v3-channel-grid header a { color: var(--ev3-green); font-size: 12px; }
.news-v3-channel-feature { margin-bottom: 8px; display: block; }
.news-v3-channel-feature b { margin-top: 9px; display: block; overflow: hidden; color: var(--ev3-ink); font-size: 15px; line-height: 22px; font-weight: 500; white-space: nowrap; text-overflow: ellipsis; }
.news-v3-channel-feature:hover b { color: var(--ev3-green); }
.news-v3-headline { padding: 9px 10px; display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; border-radius: 8px; }
.news-v3-headline i { width: 5px; height: 5px; border-radius: 50%; background: var(--ev3-green); }
.news-v3-headline b { min-width: 0; overflow: hidden; color: var(--ev3-ink); font-size: 13px; line-height: 20px; font-weight: 400; white-space: nowrap; text-overflow: ellipsis; }
.news-v3-headline time { color: var(--ev3-quiet); font-size: 11px; }
.news-v3-headline:hover { background: var(--ev3-surface); }
.news-v3-headline:hover b { color: var(--ev3-green); }
.news-v3-latest-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
.news-v3-row { min-width: 0; padding: 14px 10px; display: grid; grid-template-columns: 150px 1fr; gap: 14px; border-radius: 10px; }
.news-v3-row > img { width: 150px; height: 84px; border-radius: 10px; object-fit: cover; }
.news-v3-row > span { min-width: 0; }
.news-v3-row h3 { margin: 1px 0 6px; display: -webkit-box; overflow: hidden; color: var(--ev3-ink); font-size: 15px; line-height: 22px; font-weight: 500; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news-v3-row p { margin: 0; overflow: hidden; color: var(--ev3-muted); font-size: 12px; line-height: 18px; white-space: nowrap; text-overflow: ellipsis; }
.news-v3-row footer { margin-top: 8px; display: flex; gap: 12px; overflow: hidden; color: var(--ev3-quiet); font-size: 11px; white-space: nowrap; }
.news-v3-row footer em { font-style: normal; }
.news-v3-row:hover { background: var(--ev3-surface); }
.news-v3-row:hover h3 { color: var(--ev3-green); }

/* Topic channel */
.topic-v3-hero { display: grid; grid-template-columns: 792px 384px; gap: 24px; }
.topic-v3-lead { position: relative; height: 340px; overflow: hidden; border-radius: 16px; color: #fff; }
.topic-v3-lead > img { width: 100%; height: 100%; object-fit: cover; }
.topic-v3-lead::after { position: absolute; inset: 0; background: rgba(13,25,31,.46); content: ""; }
.topic-v3-lead > div { position: absolute; z-index: 1; top: 54px; left: 32px; width: min(620px, calc(100% - 64px)); }
.topic-v3-lead h2 { margin: 12px 0 7px; color: #fff; font-size: 30px; line-height: 40px; font-weight: 600; }
.topic-v3-lead p { max-width: 660px; margin: 0; color: rgba(255,255,255,.86); font-size: 13px; line-height: 21px; }
.topic-v3-lead footer { margin-top: 16px; display: flex; align-items: center; gap: 16px; }
.topic-v3-lead footer b { height: 36px; padding: 0 16px; display: inline-flex; align-items: center; border-radius: 18px; background: var(--ev3-green); font-size: 13px; font-weight: 500; }
.topic-v3-lead footer span { color: rgba(255,255,255,.84); font-size: 12px; }
.topic-v3-side { height: 340px; display: grid; grid-template-rows: repeat(2, 1fr); gap: 16px; }
.topic-v3-side:empty { display: none; }
.topic-v3-hero:has(> .topic-v3-side:empty) { grid-template-columns: minmax(0, 1fr); }
.topic-v3-page section:has(> .topic-v3-tracking:empty),
.topic-v3-page section:has(> .topic-v3-card-grid:empty),
.topic-v3-page section:has(> .topic-v3-row-grid:empty) { display: none !important; }
.topic-v3-side > a { position: relative; overflow: hidden; border-radius: 14px; color: #fff; }
.topic-v3-side img { width: 100%; height: 100%; object-fit: cover; }
.topic-v3-side > a::after { position: absolute; inset: 0; background: rgba(13,25,31,.45); content: ""; }
.topic-v3-side > a > span { position: absolute; z-index: 1; right: 18px; bottom: 16px; left: 18px; }
.topic-v3-side b { display: block; font-size: 17px; line-height: 24px; font-weight: 500; }
.topic-v3-side small { margin-top: 4px; display: block; color: rgba(255,255,255,.8); font-size: 11px; }
.topic-v3-filter { min-height: 58px; padding: 10px 18px; display: flex; align-items: center; gap: 8px; border-radius: 12px; background: var(--ev3-surface); }
.topic-v3-filter > b { width: 94px; color: var(--ev3-ink); font-size: 16px; font-weight: 500; }
.topic-v3-filter > a { height: 32px; padding: 0 14px; display: inline-flex; align-items: center; border-radius: 16px; color: var(--ev3-muted); background: #fff; }
.topic-v3-filter > a:hover, .topic-v3-filter > a.active { color: var(--ev3-green); background: var(--ev3-green-soft); }
.topic-v3-filter > a:last-child { margin-left: auto; color: var(--ev3-green); font-weight: 500; }
.topic-v3-tracking { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.topic-v3-tracking > a { padding: 16px; border-radius: 12px; background: var(--ev3-surface); transition: background-color .15s ease; }
.topic-v3-tracking header { display: flex; align-items: center; gap: 10px; }
.topic-v3-tracking header img { width: 44px; height: 44px; border-radius: 10px; object-fit: cover; }
.topic-v3-tracking h3 { margin: 0; color: var(--ev3-ink); font-size: 15px; line-height: 22px; font-weight: 500; }
.topic-v3-tracking header small { color: var(--ev3-muted); font-size: 11px; }
.topic-v3-tracking p { height: 38px; margin: 12px 0 10px; display: -webkit-box; overflow: hidden; color: var(--ev3-muted); font-size: 12px; line-height: 19px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.topic-v3-tracking footer { display: flex; align-items: center; justify-content: space-between; }
.topic-v3-tracking footer span { color: var(--ev3-quiet); font-size: 11px; }
.topic-v3-tracking footer b { color: var(--ev3-green); font-size: 12px; font-weight: 500; }
.topic-v3-tracking > a:hover { background: var(--ev3-green-soft); }
.topic-v3-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.topic-v3-card { min-width: 0; }
.topic-v3-card .editorial-v3-media { position: relative; }
.topic-v3-card .editorial-v3-media em { position: absolute; right: 10px; bottom: 10px; height: 26px; padding: 0 9px; display: flex; align-items: center; border-radius: 13px; color: #fff; background: rgba(32,33,36,.72); font-size: 11px; font-style: normal; }
.topic-v3-card h3 { margin: 11px 0 5px; color: var(--ev3-ink); font-size: 17px; line-height: 24px; font-weight: 500; }
.topic-v3-card p { height: 38px; margin: 0 0 10px; display: -webkit-box; overflow: hidden; color: var(--ev3-muted); font-size: 12px; line-height: 19px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.topic-v3-card footer { display: flex; align-items: center; justify-content: space-between; }
.topic-v3-mini-icons { display: flex; }
.topic-v3-mini-icons img { width: 28px; height: 28px; margin-left: -5px; border: 2px solid #fff; border-radius: 8px; object-fit: cover; }
.topic-v3-mini-icons img:first-child { margin-left: 0; }
.topic-v3-card footer small { color: var(--ev3-quiet); font-size: 11px; }
.topic-v3-card:hover h3 { color: var(--ev3-green); }
.topic-v3-row-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
.topic-v3-row { min-width: 0; padding: 13px 10px; display: grid; grid-template-columns: 120px 1fr auto; gap: 14px; align-items: center; border-radius: 10px; }
.topic-v3-row > img { width: 120px; height: 68px; border-radius: 10px; object-fit: cover; }
.topic-v3-row > span { min-width: 0; }
.topic-v3-row h3 { margin: 0 0 5px; overflow: hidden; color: var(--ev3-ink); font-size: 15px; line-height: 22px; font-weight: 500; white-space: nowrap; text-overflow: ellipsis; }
.topic-v3-row p { margin: 0; overflow: hidden; color: var(--ev3-muted); font-size: 12px; line-height: 18px; white-space: nowrap; text-overflow: ellipsis; }
.topic-v3-row > small { color: var(--ev3-quiet); font-size: 11px; }
.topic-v3-row:hover { background: var(--ev3-surface); }
.topic-v3-row:hover h3 { color: var(--ev3-green); }

.editorial-v3-common-entry { height: 58px; margin-top: 36px; padding: 0 20px; display: flex; align-items: center; gap: 4px; border-radius: 10px; background: var(--ev3-surface); }
.xidown-common-entry.editorial-v3-common-entry > b { flex: 0 0 100px; color: var(--ev3-ink); font-size: 16px; font-weight: 500; }
.xidown-common-entry.editorial-v3-common-entry > a { height: 32px; padding: 0 12px; display: inline-flex; align-items: center; border-radius: 16px; color: var(--ev3-muted); background: #fff; font-size: 14px; white-space: nowrap; }
.xidown-common-entry.editorial-v3-common-entry > a:hover, .xidown-common-entry.editorial-v3-common-entry > a:focus-visible, .xidown-common-entry.editorial-v3-common-entry > a[aria-current="page"] { color: var(--ev3-green); background: var(--ev3-green-soft); }
.xidown-common-entry.editorial-v3-common-entry > a:last-child { margin-left: auto; color: var(--ev3-green); font-weight: 500; }
.editorial-v3-pagination { margin-top: 24px; justify-content: center; gap: 8px; }
.editorial-v3-pagination > a { min-width: 36px; height: 36px; padding: 0 10px; display: inline-flex; align-items: center; justify-content: center; border-radius: 18px; color: var(--ev3-muted); background: var(--ev3-surface); }
.editorial-v3-pagination > a:hover, .editorial-v3-pagination > a.active { color: #fff; background: var(--ev3-green); }
.editorial-v3-page a:focus-visible { outline: 2px solid var(--ev3-green); outline-offset: 3px; }

@media (max-width: 1240px) {
  .editorial-v3-wrap { width: calc(100% - 32px); }
  .editorial-v3-hero, .topic-v3-hero, .guide-v3-latest-layout { grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr); }
  .news-v3-hero { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  .editorial-v3-page * { transition: none !important; }
}

/* Cross-page consistency rules */
:root {
  --xidown-green: #01875f;
  --xidown-green-dark: #006c4c;
  --xidown-green-soft: #e8f3ef;
  --xidown-ink: #202124;
  --xidown-text: #3c4043;
  --xidown-muted: #5f6368;
  --xidown-quiet: #80868b;
  --xidown-line: #dadce0;
  --xidown-surface: #f8f9fa;
  --xidown-font: Roboto, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --xidown-feature-height: 312px;
  --xidown-feature-radius: 12px;
  --xidown-feature-pad-x: 30px;
  --xidown-feature-pad-y: 28px;
  --xidown-feature-title: 24px;
  --xidown-feature-title-line: 32px;
  --xidown-feature-copy: 14px;
  --xidown-feature-copy-line: 22px;
  --xidown-feature-meta: 12px;
  --xidown-feature-meta-line: 18px;
  --xidown-action-height: 36px;
}

html { color: var(--xidown-ink); background: #fff; -webkit-font-smoothing: antialiased; }
body { color: var(--xidown-ink); background: #fff; font-family: var(--xidown-font); }
button, input, select, textarea { font-family: inherit; }

.channel-v2 {
  --ink: var(--xidown-ink) !important;
  --blue: var(--xidown-green) !important;
  --line: var(--xidown-line) !important;
  --muted: var(--xidown-muted) !important;
}
.channel-v2 .new-panel-head h1 { color: var(--xidown-ink) !important; font-size: 24px !important; line-height: 32px; font-weight: 500 !important; }
.channel-v2 .new-panel-head > span { color: var(--xidown-muted) !important; }
.channel-v2 .new-history-grid article { border-color: transparent !important; background: var(--xidown-surface) !important; }
.channel-v2 .new-history-grid p,
.channel-v2 .new-history-grid small,
.channel-v2 .new-history-grid time { color: var(--xidown-muted) !important; font-size: 12px !important; }
.games-tag-page h1 { color: var(--xidown-ink) !important; font-size: 28px !important; line-height: 36px !important; font-weight: 500 !important; }

.home-v4 a,
.game-discovery-page a,
.channel-v2 a,
.editorial-v3-page a,
.game-type-page a,
.games-tag-page a,
.article-detail-page a,
.remaining-page a {
  transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease !important;
}
.home-v4 a:hover,
.game-discovery-page a:hover,
.channel-v2 a:hover,
.editorial-v3-page a:hover,
.game-type-page a:hover,
.games-tag-page a:hover,
.article-detail-page a:hover,
.article-detail-page a:hover img,
.remaining-page a:hover,
.home-v4 a:hover img,
.game-discovery-page a:hover img,
.channel-v2 a:hover img,
.editorial-v3-page a:hover img,
.remaining-page a:hover img { transform: none !important; }

.home-v4 a:focus-visible,
.game-discovery-page a:focus-visible,
.game-discovery-page button:focus-visible,
.channel-v2 a:focus-visible,
.channel-v2 button:focus-visible,
.editorial-v3-page a:focus-visible,
.game-type-page a:focus-visible,
.game-type-page button:focus-visible,
.games-tag-page a:focus-visible,
.article-detail-page a:focus-visible,
.article-detail-page button:focus-visible,
.remaining-page a:focus-visible,
.remaining-page button:focus-visible,
.remaining-page input:focus-visible,
.remaining-page select:focus-visible,
.remaining-page textarea:focus-visible {
  outline: 2px solid var(--xidown-green) !important;
  outline-offset: 2px;
}

/* Older complete templates share the same neutral palette without changing layout. */
.remaining-page {
  --rp-blue: var(--xidown-green) !important;
  --rp-blue-dark: var(--xidown-green-dark) !important;
  --rp-ink: var(--xidown-ink) !important;
  --rp-muted: var(--xidown-muted) !important;
  --rp-line: var(--xidown-line) !important;
  --rp-soft: var(--xidown-surface) !important;
  color: var(--xidown-ink) !important;
  background: #fff !important;
  font: 14px/22px var(--xidown-font) !important;
}
.remaining-page .rp-breadcrumb { color: var(--xidown-muted) !important; font-size: 12px !important; }
.remaining-page .rp-breadcrumb a:hover { color: var(--xidown-green) !important; }
.remaining-page .rp-panel {
  border-color: var(--xidown-line) !important;
  background: #fff !important;
  box-shadow: none !important;
}
.remaining-page .rp-section-head { border-bottom-color: var(--xidown-line) !important; }
.remaining-page .rp-section-head h2 { color: var(--xidown-ink) !important; font-size: 18px !important; font-weight: 500 !important; }
.remaining-page h1 { color: var(--xidown-ink) !important; font-size: 28px !important; line-height: 36px !important; font-weight: 500 !important; letter-spacing: -.3px; }
.remaining-page h2,
.remaining-page h3,
.remaining-page strong { color: var(--xidown-ink) !important; }
.remaining-page p,
.remaining-page small,
.remaining-page time { color: var(--xidown-muted) !important; }
.remaining-page .rp-chip,
.remaining-page .rp-tag-links a {
  color: var(--xidown-green-dark) !important;
  background: var(--xidown-green-soft) !important;
}
.remaining-page .rp-button {
  border-color: var(--xidown-green) !important;
  border-radius: 20px !important;
  color: var(--xidown-green) !important;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
}
.remaining-page .rp-button.is-primary,
.remaining-page .rp-button:hover {
  color: #fff !important;
  background: var(--xidown-green) !important;
}
.remaining-page .rp-pagination { gap: 8px; }
.remaining-page .rp-pagination a {
  min-width: 36px;
  height: 36px;
  border: 0 !important;
  border-radius: 18px !important;
  color: var(--xidown-muted);
  background: var(--xidown-surface) !important;
}
.remaining-page .rp-pagination a:hover,
.remaining-page .rp-pagination a.is-active {
  color: var(--xidown-green-dark) !important;
  background: var(--xidown-green-soft) !important;
}
.remaining-page input,
.remaining-page select,
.remaining-page textarea {
  border-color: var(--xidown-line) !important;
  color: var(--xidown-ink) !important;
  background: #fff !important;
}
.remaining-page input:focus,
.remaining-page select:focus,
.remaining-page textarea:focus { border-color: var(--xidown-green) !important; }

.remaining-topic-detail .rp-topic-item,
.remaining-company .rp-company-game,
.remaining-company-index .rp-company-index-logo img,
.remaining-series-index .rp-series-index-card,
.remaining-series-detail .rp-series-game,
.remaining-search .rp-search-result {
  border-color: transparent !important;
  box-shadow: none !important;
}
.remaining-topic-detail .rp-topic-item:hover,
.remaining-company .rp-company-game:hover,
.remaining-series-index .rp-series-index-card:hover,
.remaining-series-detail .rp-series-game:hover,
.remaining-search .rp-search-result:hover { background: var(--xidown-surface) !important; }

.article-detail-page .article-content .cms-callout {
  border-color: rgba(1, 135, 95, .25) !important;
  border-left-color: var(--xidown-green) !important;
  color: var(--xidown-text) !important;
  background: var(--xidown-green-soft) !important;
}
.article-detail-page .article-content .cms-callout strong,
.article-detail-page .article-content .cms-faq summary,
.article-detail-page .article-toc a.is-active,
.article-detail-page .article-toc button.is-active { color: var(--xidown-green-dark) !important; }
.article-detail-page .article-toc a.is-active,
.article-detail-page .article-toc button.is-active {
  border-left-color: var(--xidown-green) !important;
  background: var(--xidown-green-soft) !important;
}

/* Shared page controls: stable hover, no black divider accents. */
.xidown-common-entry,
.channel-v2-quick,
.editorial-v3-common-entry { border: 0 !important; background: var(--xidown-surface) !important; }
.channel-v2-section-head,
.editorial-v3-section-head,
.hv4-section-head { border-color: transparent !important; }

/*
 * One featured-content grammar across the public frontend.
 * The information architecture stays page-specific; visual roles do not drift.
 */
.new-v2-feature,
.rank-v2-champion,
.editorial-v3-hero-lead,
.news-v3-lead,
.topic-v3-lead,
.topic-v3-side {
  height: var(--xidown-feature-height) !important;
  border-radius: var(--xidown-feature-radius) !important;
}

.fg-feature {
  border-radius: var(--xidown-feature-radius) !important;
}

.fg-feature-copy {
  right: var(--xidown-feature-pad-x) !important;
  bottom: var(--xidown-feature-pad-y) !important;
  left: var(--xidown-feature-pad-x) !important;
}

.new-v2-feature-copy,
.rank-v2-champion-copy {
  padding: var(--xidown-feature-pad-y) var(--xidown-feature-pad-x) !important;
}

.new-v2-feature-copy h3,
.rank-v2-champion-copy h2,
.editorial-v3-hero-lead h2,
.news-v3-lead h2,
.topic-v3-lead h2,
.hv4-hero-copy > strong,
.fg-feature-copy strong {
  margin-top: 12px;
  margin-bottom: 8px;
  color: inherit;
  font-size: var(--xidown-feature-title) !important;
  font-weight: 600 !important;
  line-height: var(--xidown-feature-title-line) !important;
  letter-spacing: 0 !important;
}

.new-v2-feature-copy h3,
.rank-v2-champion-copy h2 { margin-top: 0; color: var(--xidown-ink); }
.editorial-v3-hero-lead h2,
.news-v3-lead h2,
.topic-v3-lead h2,
.hv4-hero-copy > strong,
.fg-feature-copy strong { color: #fff !important; }

.new-v2-feature-copy p,
.rank-v2-champion-copy p,
.editorial-v3-hero-lead p,
.news-v3-lead p,
.topic-v3-lead p,
.hv4-hero-copy > small,
.fg-feature-copy small {
  font-size: var(--xidown-feature-copy) !important;
  line-height: var(--xidown-feature-copy-line) !important;
}

.new-v2-feature-copy p,
.rank-v2-champion-copy p {
  margin-top: 10px !important;
  color: var(--xidown-muted) !important;
  -webkit-line-clamp: 3 !important;
}

.new-v2-feature-media em,
.editorial-v3-pill,
.hv4-hero-copy > em,
.fg-feature-copy em {
  min-height: 26px;
  padding: 0 10px !important;
  display: inline-flex;
  align-items: center;
  border-radius: 13px !important;
  color: var(--xidown-green-dark) !important;
  background: rgba(255, 255, 255, .93) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.channel-v2-primary,
.editorial-v3-hero-lead footer b,
.news-v3-lead footer b,
.topic-v3-lead footer b,
.hv4-hero-foot b,
.fg-feature-copy b {
  height: var(--xidown-action-height) !important;
  min-height: var(--xidown-action-height) !important;
  min-width: 132px !important;
  padding: 0 17px !important;
  border-radius: 18px !important;
  color: #fff !important;
  background: var(--xidown-green) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

.channel-v2-primary:hover,
.editorial-v3-hero-lead:hover footer b,
.news-v3-lead:hover footer b,
.topic-v3-lead:hover footer b,
.hv4-hero-slide:hover .hv4-hero-foot b,
.fg-feature:hover .fg-feature-copy b { background: var(--xidown-green-dark) !important; }

.channel-v2-feature-footer,
.editorial-v3-hero-lead footer,
.news-v3-lead footer,
.topic-v3-lead footer,
.hv4-hero-foot,
.fg-feature-copy {
  display: flex;
  align-items: flex-start;
  gap: 16px !important;
}
.channel-v2-feature-footer {
  width: 100%;
  margin-top: auto !important;
  align-items: center;
}
.editorial-v3-hero-lead footer,
.news-v3-lead footer,
.topic-v3-lead footer,
.hv4-hero-foot { margin-top: 16px !important; align-items: center; }
.fg-feature-copy { display: block; }
.fg-feature-copy b { margin-top: 16px !important; }
.new-v2-meta { margin-top: 0 !important; }
.new-v2-meta,
.editorial-v3-hero-lead footer span,
.news-v3-lead footer span,
.topic-v3-lead footer span,
.topic-v3-side small,
.hv4-hero-foot i {
  color: var(--xidown-muted);
  font-size: var(--xidown-feature-meta) !important;
  line-height: var(--xidown-feature-meta-line) !important;
}
.editorial-v3-hero-lead footer span,
.news-v3-lead footer span,
.topic-v3-lead footer span,
.topic-v3-side small,
.hv4-hero-foot i { color: rgba(255, 255, 255, .84) !important; }

.fg-feature-copy small { color: rgba(255, 255, 255, .84) !important; }

.new-v2-meta,
.editorial-v3-hero-lead footer span,
.news-v3-lead footer span,
.topic-v3-lead footer span,
.hv4-hero-foot i {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.new-v2-feature:hover h3,
.new-v2-feature:focus-visible h3 { color: var(--xidown-ink) !important; }

/*
 * Shared featured-content component.
 * Page wrappers own only geometry and imagery; text and action roles stay identical.
 */
.xidown-feature-copy { min-width: 0; }
.xidown-feature-overlay { bottom: var(--xidown-feature-pad-y) !important; left: var(--xidown-feature-pad-x) !important; }
.xidown-feature-kicker {
  width: max-content;
  min-height: 26px;
  padding: 0 10px !important;
  display: inline-flex !important;
  align-items: center;
  border-radius: 13px !important;
  color: var(--xidown-green-dark) !important;
  background: rgba(255, 255, 255, .93) !important;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 18px !important;
}
.xidown-feature-title {
  margin: 12px 0 8px !important;
  display: -webkit-box !important;
  overflow: hidden;
  font-size: var(--xidown-feature-title) !important;
  font-weight: 600 !important;
  line-height: var(--xidown-feature-title-line) !important;
  letter-spacing: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.new-v2-feature-copy .xidown-feature-title,
.rank-v2-champion-copy .xidown-feature-title { margin-top: 0 !important; color: var(--xidown-ink) !important; }
.xidown-feature-overlay .xidown-feature-title { color: #fff !important; }
.xidown-feature-summary {
  margin: 0 !important;
  display: -webkit-box !important;
  overflow: hidden;
  font-size: var(--xidown-feature-copy) !important;
  line-height: var(--xidown-feature-copy-line) !important;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
}
.xidown-feature-overlay .xidown-feature-summary { color: rgba(255, 255, 255, .84) !important; }
.xidown-feature-footer {
  width: 100%;
  min-width: 0;
  margin-top: 16px !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center !important;
  gap: 16px !important;
}
.xidown-feature-copy:not(.xidown-feature-overlay) > .xidown-feature-footer { margin-top: auto !important; }
.xidown-feature-action {
  box-sizing: border-box;
  width: 132px !important;
  min-width: 132px !important;
  height: var(--xidown-action-height) !important;
  min-height: var(--xidown-action-height) !important;
  margin: 0 !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  flex: 0 0 132px !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 18px !important;
  color: #fff !important;
  background: var(--xidown-green) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  white-space: nowrap !important;
}
.xidown-feature-copy:hover .xidown-feature-action,
.xidown-feature-action:hover,
.xidown-feature-action:focus-visible { background: var(--xidown-green-dark) !important; }
.xidown-feature-meta {
  min-width: 0;
  margin: 0 !important;
  overflow: visible;
  color: var(--xidown-muted) !important;
  font-size: 13px !important;
  font-style: normal;
  line-height: 20px !important;
  white-space: normal;
  overflow-wrap: anywhere;
}
.xidown-feature-overlay .xidown-feature-meta { color: rgba(255, 255, 255, .84) !important; }

.rank-v2-champion { grid-template-columns: 430px minmax(0, 1fr) 210px !important; }
.rank-v2-champion-copy .channel-v2-primary { margin-top: auto !important; }
.rank-v2-champion-side { padding: var(--xidown-feature-pad-y) 24px !important; }
.rank-v2-champion-side dl > div { min-height: 40px !important; }
.rank-v2-champion-side dt,
.rank-v2-champion-side dd { font-size: var(--xidown-feature-meta) !important; line-height: var(--xidown-feature-meta-line) !important; }
.rank-v2-tags { margin-top: 14px !important; gap: 6px !important; }
.rank-v2-tags span { min-height: 26px; padding: 4px 10px !important; display: inline-flex; align-items: center; font-size: 12px !important; line-height: 18px; }

.editorial-v3-hero-lead > div,
.news-v3-lead > div,
.topic-v3-lead > div {
  right: var(--xidown-feature-pad-x) !important;
  bottom: var(--xidown-feature-pad-y) !important;
  left: var(--xidown-feature-pad-x) !important;
}
.topic-v3-lead > div { top: auto !important; width: auto !important; }
.editorial-v3-hero-lead p,
.topic-v3-lead p,
.fg-feature-copy small {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-v3-lead p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-v3-briefs { height: var(--xidown-feature-height) !important; grid-template-rows: repeat(2, 148px) !important; }
.topic-v3-side { grid-template-rows: repeat(2, 1fr) !important; }
.topic-v3-side b { font-size: 16px !important; font-weight: 600 !important; line-height: 24px !important; }
.topic-v3-side > a { border-radius: var(--xidown-feature-radius) !important; }

/* Homepage is allowed a larger editorial stage, but uses the same copy/action tokens. */
.hv4-hero,
.hv4-hero-stage { border-radius: var(--xidown-feature-radius) !important; }
.hv4-hero-copy {
  left: var(--xidown-feature-pad-x) !important;
  bottom: var(--xidown-feature-pad-y) !important;
  width: 430px !important;
}
.hv4-hero-copy > strong { max-height: 64px !important; }
.hv4-hero-copy > small { height: 44px !important; }

@media (max-width: 980px) {
  .rank-v2-champion { height: auto !important; grid-template-columns: 42% 58% !important; }
  .rank-v2-champion-side { grid-column: 1 / -1; }
  .news-v3-lead,
  .news-v3-briefs,
  .topic-v3-lead,
  .topic-v3-side { height: var(--xidown-feature-height) !important; }
}

@media (max-width: 640px) {
  .new-v2-feature,
  .rank-v2-champion { height: auto !important; }
  .new-v2-feature-copy,
  .rank-v2-champion-copy { padding: 24px 20px !important; }
  .editorial-v3-hero-lead > div,
  .news-v3-lead > div,
  .topic-v3-lead > div,
  .hv4-hero-copy {
    right: 22px !important;
    bottom: 24px !important;
    left: 22px !important;
    width: auto !important;
  }
  .channel-v2-feature-footer,
  .editorial-v3-hero-lead footer,
  .topic-v3-lead footer,
  .hv4-hero-foot { flex-wrap: wrap; gap: 10px 14px !important; }
}

/* Featured imagery keeps readable white copy; supporting pages use one type scale. */
.remaining-topic-detail .rp-topic-hero-copy,
.remaining-topic-detail .rp-topic-hero-copy h1,
.remaining-topic-detail .rp-topic-hero-copy strong,
.remaining-editorial .rp-editorial-lead h2 { color: #fff !important; }
.remaining-topic-detail .rp-topic-hero-copy p,
.remaining-topic-detail .rp-topic-hero-copy span,
.remaining-editorial .rp-editorial-lead p { color: rgba(255, 255, 255, .88) !important; }
.remaining-company-index .rp-company-index-hero h1,
.remaining-company .rp-company-hero h1,
.remaining-series-index .rp-series-hero h1,
.remaining-series-detail .rp-series-detail-hero h1 { font-size: 28px !important; line-height: 36px !important; }
.remaining-company-index .rp-company-index-list > .rp-section-head h2,
.remaining-series-index .rp-series-list > .rp-section-head h2,
.remaining-series-detail .rp-series-members > .rp-section-head h2 { font-size: 18px !important; }
.remaining-company-index .rp-company-index-grid p,
.remaining-series-index .rp-series-grid p,
.remaining-series-detail .rp-series-members article p,
.remaining-company .rp-company-hero p { color: var(--xidown-muted) !important; }
.remaining-company .rp-company-stats strong,
.remaining-company-index .rp-company-index-hero > strong,
.remaining-series-index .rp-series-hero > strong,
.remaining-series-detail .rp-series-detail-hero > strong,
.remaining-company-index .rp-company-index-more,
.remaining-series-index .rp-series-more,
.remaining-series-detail .rp-series-detail-hero a { color: var(--xidown-green) !important; }

/* Secondary templates inherit the same type and action roles as their channel pages. */
.remaining-page .rp-button {
  min-height: var(--xidown-action-height) !important;
  height: var(--xidown-action-height) !important;
  padding: 0 17px !important;
  line-height: 20px !important;
}
.remaining-topic-detail .rp-topic-hero,
.remaining-editorial .rp-editorial-lead {
  min-height: var(--xidown-feature-height) !important;
  height: var(--xidown-feature-height) !important;
  border-radius: var(--xidown-feature-radius) !important;
}
.remaining-topic-detail .rp-topic-hero-copy {
  right: var(--xidown-feature-pad-x) !important;
  bottom: var(--xidown-feature-pad-y) !important;
  left: var(--xidown-feature-pad-x) !important;
}
.remaining-topic-detail .rp-topic-hero-copy h1,
.remaining-editorial .rp-editorial-lead h2 {
  font-size: var(--xidown-feature-title) !important;
  font-weight: 600 !important;
  line-height: var(--xidown-feature-title-line) !important;
}
.remaining-topic-detail .rp-topic-hero-copy p,
.remaining-editorial .rp-editorial-lead p {
  font-size: var(--xidown-feature-copy) !important;
  line-height: var(--xidown-feature-copy-line) !important;
}

/* Article detail: neutral hierarchy, stable actions and no inherited blue system. */
.article-detail-page {
  --blue: var(--xidown-green);
  --ink: var(--xidown-ink);
  --line: var(--xidown-line);
  color: var(--xidown-ink) !important;
  background: #fff !important;
  font-family: var(--xidown-font) !important;
}
.article-detail-page .panel {
  border-color: transparent !important;
  background: #fff !important;
  box-shadow: none !important;
}
.article-detail-page .article-breadcrumb { color: var(--xidown-muted) !important; font-size: 12px !important; }
.article-detail-page .article-breadcrumb a:hover { color: var(--xidown-green) !important; }
.article-detail-page .article-title-panel { padding-top: 24px !important; padding-bottom: 24px !important; }
.article-detail-page .article-title-panel > p { color: var(--xidown-green) !important; font-size: 12px !important; }
.article-detail-page .article-title-panel h1 {
  color: var(--xidown-ink) !important;
  font-size: 28px !important;
  line-height: 38px !important;
  font-weight: 500 !important;
}
.article-detail-page .article-title-panel > div { color: var(--xidown-muted) !important; font-size: 12px !important; }
.article-detail-page .article-body { color: var(--xidown-text) !important; }
.article-detail-page .article-source-note {
  border-left-color: var(--xidown-green) !important;
  color: var(--xidown-text) !important;
  background: var(--xidown-green-soft) !important;
}
.article-detail-page .article-source-note strong { color: var(--xidown-green-dark) !important; }
.article-detail-page .article-content { color: var(--xidown-text) !important; font-size: 15px !important; line-height: 1.9 !important; }
.article-detail-page .article-content h2,
.article-detail-page .article-content h3 { color: var(--xidown-ink) !important; font-weight: 500 !important; }
.article-detail-page .article-content h2::before,
.article-detail-page .article-content h3::before { background: var(--xidown-green) !important; }
.article-detail-page .article-content a { color: var(--xidown-green-dark) !important; }
.article-detail-page .article-content blockquote,
.article-detail-page .article-content .cms-callout {
  border-color: rgba(1, 135, 95, .22) !important;
  border-left-color: var(--xidown-green) !important;
  color: var(--xidown-text) !important;
  background: var(--xidown-green-soft) !important;
}
.article-detail-page .article-content th,
.article-detail-page .article-content td,
.article-detail-page .article-content .cms-data-table th,
.article-detail-page .article-content .cms-data-table td { border-color: var(--xidown-line) !important; }
.article-detail-page .article-content th,
.article-detail-page .article-content .cms-data-table th { color: var(--xidown-ink) !important; background: var(--xidown-surface) !important; }
.article-detail-page .article-version-link,
.article-detail-page .article-prev-next,
.article-detail-page .article-prev-next a + a { border-color: transparent !important; }
.article-detail-page .article-version-link,
.article-detail-page .article-prev-next,
.article-detail-page .article-detail-sidebar > section { background: var(--xidown-surface) !important; }
.article-detail-page .article-version-link > img,
.article-detail-page .article-actions button img { filter: none !important; }
.article-detail-page .article-version-link a,
.article-detail-page .article-actions button,
.article-detail-page .article-game-button {
  border-color: var(--xidown-green) !important;
  border-radius: 20px !important;
  color: var(--xidown-green) !important;
  background: #fff !important;
  font-size: 13px !important;
  transform: none !important;
}
.article-detail-page .article-version-link a:hover,
.article-detail-page .article-actions button:hover,
.article-detail-page .article-actions button.is-active,
.article-detail-page .article-game-button:hover { color: #fff !important; background: var(--xidown-green) !important; }
.article-detail-page .article-prev-next span,
.article-detail-page .article-prev-next strong,
.article-detail-page .article-related-game small,
.article-detail-page .article-related-game em,
.article-detail-page .article-hot-list small,
.article-detail-page .article-recommend small { color: var(--xidown-muted) !important; }
.article-detail-page .article-detail-sidebar h2,
.article-detail-page .article-recommend h2,
.article-detail-page .article-related-game strong,
.article-detail-page .article-hot-list strong,
.article-detail-page .article-recommend strong { color: var(--xidown-ink) !important; }
.article-detail-page .article-detail-sidebar h2,
.article-detail-page .article-recommend h2,
.article-detail-page .article-hot-list > a { border-color: transparent !important; }
.article-detail-page .article-toc a,
.article-detail-page .article-toc button { color: var(--xidown-muted) !important; }
.article-detail-page .article-toc a:hover,
.article-detail-page .article-toc button:hover,
.article-detail-page .article-toc a.is-active,
.article-detail-page .article-toc button.is-active {
  border-left-color: var(--xidown-green) !important;
  color: var(--xidown-green-dark) !important;
  background: var(--xidown-green-soft) !important;
}

/* Keep the shared common-entry strip on one vertical rhythm above the footer. */
.home-v4,
.fg-page,
.channel-v2-main {
  padding-bottom: 4px !important;
}

/* Shared detail-page components: fixed geometry, neutral surfaces, no hover movement. */
.xidown-score {
  display: grid;
  grid-template-columns: auto auto;
  gap: 6px 12px;
  align-items: center;
  margin: 14px 0;
  color: var(--xidown-muted);
  font-size: 13px;
}
.xidown-score strong { color: var(--xidown-green-dark); font-size: 20px; font-weight: 500; }
.xidown-score-track {
  grid-column: 1 / -1;
  height: 4px;
  overflow: hidden;
  border-radius: 2px;
  background: var(--xidown-line);
}
.xidown-score-track i { display: block; height: 100%; border-radius: inherit; background: var(--xidown-green); }
.remaining-game-detail .rp-fact-card .xidown-score {
  display: grid;
  justify-content: initial;
  padding: 14px 0;
  border-bottom: 0;
}
.xidown-comment-panel {
  margin: 18px 0 0;
  padding: 28px;
  border-radius: 18px;
  background: var(--xidown-surface);
  color: var(--xidown-text);
}
.article-detail-page .xidown-comment-panel { margin-bottom: 32px; }
.xidown-comment-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.xidown-comment-heading h2 { margin: 0; color: var(--xidown-ink); font-size: 22px; font-weight: 600; }
.xidown-comment-heading p { margin: 5px 0 0; color: var(--xidown-muted); font-size: 13px; line-height: 1.5; }
.xidown-comment-heading span {
  display: inline-flex;
  flex: none;
  align-items: baseline;
  gap: 4px;
  color: var(--xidown-muted);
  font-size: 14px;
  white-space: nowrap;
}
.xidown-comment-heading span strong { color: var(--xidown-green); font-size: 20px; font-weight: 600; }
.xidown-comment-list:empty { display: none; }
.xidown-comment-item {
  padding: 18px 0;
  border-top: 1px solid rgba(218, 220, 224, .72);
}
.xidown-comment-item header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.xidown-comment-item header span { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.xidown-comment-item strong { color: var(--xidown-ink); font-size: 15px; font-weight: 600; }
.xidown-comment-item time { flex: none; color: var(--xidown-muted); font-size: 13px; }
.xidown-comment-item p { margin: 8px 0 0; color: var(--xidown-text); font-size: 15px; line-height: 1.75; }
.xidown-comment-rating {
  color: #f9ab00;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 1px;
}
.xidown-comment-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
  color: var(--xidown-muted);
  font-size: 13px;
}
.xidown-comment-meta button,
.xidown-comment-reply-note button {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--xidown-green);
  font: inherit;
  cursor: pointer;
}
.xidown-comment-replies {
  display: grid;
  gap: 10px;
  margin: 14px 0 0 22px;
  padding-left: 14px;
  border-left: 2px solid rgba(1, 135, 95, .16);
}
.xidown-comment-reply {
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
}
.xidown-comment-reply p { font-size: 14px; }
.xidown-comment-form { display: grid; gap: 16px; margin: 0 0 18px; }
.xidown-comment-reply-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(1, 135, 95, .08);
  color: var(--xidown-text);
  font-size: 13px;
}
.xidown-comment-reply-note[hidden] { display: none; }
.xidown-comment-reply-note strong { color: var(--xidown-green); font-weight: 600; }
.xidown-comment-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.xidown-comment-form label,
.xidown-star-field legend { color: var(--xidown-text); font-size: 14px; }
.xidown-comment-form input,
.xidown-comment-form textarea {
  box-sizing: border-box;
  width: 100%;
  margin-top: 8px;
  border: 1px solid var(--xidown-line);
  border-radius: 14px;
  background: #fff;
  color: var(--xidown-ink);
  font: inherit;
}
.xidown-comment-form input { height: 44px; padding: 0 14px; }
.xidown-comment-form textarea { min-height: 132px; padding: 12px 14px; resize: vertical; line-height: 1.7; }
.xidown-comment-form input:focus,
.xidown-comment-form textarea:focus { border-color: var(--xidown-green); outline: 2px solid rgba(1, 135, 95, .12); }
.xidown-star-field { margin: 0; padding: 0; border: 0; }
.xidown-stars { display: inline-flex; flex-direction: row-reverse; gap: 2px; margin-top: 8px; }
.xidown-stars input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.xidown-stars label {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #bdc1c6;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.xidown-stars label:hover,
.xidown-stars label:hover ~ label,
.xidown-stars input:checked ~ label { color: #f9ab00; }
.xidown-stars input:focus-visible + label { outline: 2px solid var(--xidown-green); outline-offset: 2px; }
.xidown-comment-captcha {
  display: grid;
  grid-template-columns: minmax(180px, 260px) 132px;
  align-items: end;
  gap: 14px;
}
.xidown-comment-captcha img { width: 132px; height: 44px; object-fit: cover; border-radius: 12px; background: #fff; }
.xidown-comment-actions { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 14px; }
.xidown-comment-actions > .rp-button { flex: none; min-width: 132px; height: 44px; transform: none !important; }
.xidown-digg button { transform: none !important; }

@media (max-width: 720px) {
  .xidown-comment-panel { padding: 18px; }
  .xidown-comment-heading { align-items: flex-start; }
  .xidown-comment-heading span strong { font-size: 18px; }
  .xidown-comment-fields { grid-template-columns: 1fr; }
  .xidown-comment-captcha { grid-template-columns: 1fr; align-items: stretch; }
  .xidown-comment-actions { align-items: stretch; }
  .xidown-comment-replies { margin-left: 8px; }
}

/* 2026-08-27 responsive acceptance: remove legacy fixed-width shells and keep public modules inside viewport. */
@media (max-width: 1100px) {
  html,
  body {
    min-width: 0 !important;
    overflow-x: hidden;
  }

  .header-shell-v35,
  .fg-page,
  .site-footer-v35,
  .remaining-page {
    min-width: 0 !important;
  }

  .site-container,
  .header-shell-v35,
  .footer-main-v35,
  .footer-bottom-v35 {
    width: calc(100% - 32px) !important;
    max-width: 1200px !important;
  }
}

@media (max-width: 760px) {
  .header-shell-v35 {
    height: auto;
    min-height: 64px;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 10px 0;
  }

  .brand-v35 { margin-right: 6px; }
  .primary-nav-v35 {
    order: 3;
    width: 100%;
    height: 44px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .primary-nav-v35 a {
    min-width: auto;
    padding: 0 13px;
    flex: 0 0 auto;
    font-size: 14px;
  }
  .global-search-v35 {
    width: min(100%, 260px);
    margin-left: auto;
  }
  .header-actions-v35 { display: none; }

  .footer-main-v35 {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 0 18px;
  }
  .footer-brand-v35 {
    width: 100%;
    justify-content: space-between;
  }
  .footer-brand-v35 p { white-space: normal; }
  .footer-directory-v35,
  .footer-service-v35 {
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
    gap: 10px 18px;
  }
  .footer-service-v35 { margin-left: 0; }
  .footer-bottom-v35 {
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0 18px;
  }

  .editorial-v3-wrap {
    width: calc(100% - 24px) !important;
  }
  .editorial-v3-breadcrumb,
  .taxonomy-breadcrumb,
  .game-type-page .game-type-breadcrumb {
    width: 100%;
    height: auto !important;
    min-height: 28px;
    flex-wrap: wrap;
    overflow: hidden;
    line-height: 18px;
  }
  .editorial-v3-hero,
  .topic-v3-hero,
  .guide-v3-latest-layout,
  .news-v3-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }
  .editorial-v3-intents {
    height: auto;
    grid-template-rows: auto;
    gap: 4px;
  }
  .editorial-v3-intents > a { min-height: 64px; }
  .editorial-v3-hero-lead,
  .news-v3-lead,
  .topic-v3-lead,
  .topic-v3-side,
  .news-v3-briefs {
    height: auto !important;
    min-height: 0 !important;
  }
  .editorial-v3-hero-lead,
  .news-v3-lead,
  .topic-v3-lead {
    min-height: 280px !important;
  }
  .topic-v3-side {
    grid-template-rows: none !important;
  }
  .topic-v3-side > a {
    min-height: 156px;
  }
  .editorial-v3-feature-grid,
  .guide-v3-game-grid,
  .guide-v3-route-grid,
  .guide-v3-latest-list,
  .news-v3-latest-grid,
  .topic-v3-tracking,
  .topic-v3-card-grid,
  .topic-v3-row-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .news-v3-row,
  .topic-v3-row {
    grid-template-columns: 112px minmax(0, 1fr) !important;
  }
  .topic-v3-row > small { display: none; }
  .topic-v3-filter,
  .editorial-v3-common-entry {
    width: 100%;
    height: auto !important;
    min-height: 0;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .topic-v3-filter > b,
  .xidown-common-entry.editorial-v3-common-entry > b {
    flex: 0 0 auto;
  }
  .topic-v3-filter > a,
  .xidown-common-entry.editorial-v3-common-entry > a {
    flex: 0 0 auto;
  }
  .topic-v3-filter > a:last-child,
  .xidown-common-entry.editorial-v3-common-entry > a:last-child {
    margin-left: 0 !important;
  }

  .fg-context {
    height: auto;
    min-height: 40px;
    flex-wrap: wrap;
    gap: 6px 12px;
  }

  .fg-hero,
  .fg-trend-layout,
  .fg-quick-paths,
  .fg-category-map,
  .fg-trend-main,
  .fg-tag-board,
  .fg-latest-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fg-hero {
    min-height: 0;
    gap: 16px;
  }

  .fg-feature {
    height: 310px;
  }

  .fg-feature-copy {
    right: 22px !important;
    bottom: 24px !important;
    left: 22px !important;
  }

  .fg-feature-copy strong {
    max-width: 100%;
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .fg-feature-copy small {
    max-width: 100%;
  }

  .fg-intents {
    padding: 0;
  }

  .fg-intents header {
    height: auto;
    margin-bottom: 8px;
  }

  .fg-intents nav {
    gap: 8px;
  }

  .fg-quick-paths {
    gap: 16px;
    padding: 16px;
  }

  .fg-category-row,
  .fg-trend-item {
    height: auto;
    min-height: 82px;
    grid-template-columns: minmax(0, 1fr) 102px;
  }

  .fg-game-icons img {
    width: 30px;
    height: 30px;
  }

  .fg-game-row {
    height: auto;
    min-height: 64px;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    padding: 9px 8px;
  }

  .fg-game-row > em {
    display: none;
  }

  .fg-common-entry {
    height: auto;
    flex-wrap: wrap;
    gap: 12px 18px;
    padding: 14px 16px;
  }

  .fg-common-entry > .fg-entry-more {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .site-container,
  .header-shell-v35,
  .footer-main-v35,
  .footer-bottom-v35 {
    width: calc(100% - 24px) !important;
  }

  .global-search-v35 {
    order: 2;
    width: 100%;
    margin-left: 0;
  }

  .news-v3-row,
  .topic-v3-row {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    gap: 12px !important;
  }
  .news-v3-row > img,
  .topic-v3-row > img {
    width: 96px !important;
    height: 64px !important;
  }
}

/* 2026-08-27 shared footer mobile rhythm: same gap on every template, less dead space. */
@media (max-width: 640px) {
  :root {
    --xidown-feature-title: 20px;
    --xidown-feature-title-line: 28px;
  }
  .channel-v2-section-head h2,
  .editorial-v3-section-head h2,
  .fg-section-head h2 { font-size: 18px; line-height: 26px; }
  .remaining-page h1,
  .remaining-company-index .rp-company-index-hero h1,
  .remaining-series-index .rp-series-hero h1,
  .remaining-series-detail .rp-series-detail-hero h1,
  .game-type-page .game-type-intro h1,
  .games-tag-page h1 { font-size: 24px !important; line-height: 32px !important; }
  .remaining-editorial .rp-editorial-list .rp-article-row { grid-template-columns: 96px minmax(0, 1fr); gap: 12px; padding: 12px 0; }
  .remaining-editorial .rp-editorial-list .rp-article-row img { width: 96px; height: 64px; }
  .remaining-editorial .rp-editorial-list .rp-article-row h2 { margin: 0 0 4px; font-size: 14px; line-height: 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .remaining-editorial .rp-editorial-list .rp-article-row p { font-size: 13px; line-height: 20px; }
  .remaining-editorial .rp-editorial-list .rp-article-row small { font-size: 12px; line-height: 18px; }
  .remaining-company .rp-company-grid .rp-company-game {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 4px 12px;
    align-items: center;
    padding: 12px;
  }
  .remaining-company .rp-company-grid .rp-company-game > a { display: contents; }
  .remaining-company .rp-company-grid .rp-company-game img { grid-row: 1 / 3; width: 56px; height: 56px; margin: 0; }
  .remaining-company .rp-company-grid .rp-company-game strong { grid-column: 2; min-width: 0; margin: 0; font-size: 14px; line-height: 20px; }
  .remaining-company .rp-company-grid .rp-company-game small { grid-column: 2; font-size: 12px; line-height: 18px; overflow-wrap: anywhere; }
  .new-v2-today-row .ng-today-copy small {
    white-space: normal;
    overflow: visible;
    font-size: 13px;
    line-height: 20px;
  }
  .xidown-common-entry.hv4-quick,
  .xidown-common-entry.fg-common-entry,
  .xidown-common-entry.channel-v2-quick,
  .xidown-common-entry.editorial-v3-common-entry {
    box-sizing: border-box;
    width: calc(100% - 24px) !important;
    height: 52px !important;
    min-height: 52px !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 8px 10px !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    border-radius: 12px !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .xidown-common-entry.hv4-quick::-webkit-scrollbar,
  .xidown-common-entry.fg-common-entry::-webkit-scrollbar,
  .xidown-common-entry.channel-v2-quick::-webkit-scrollbar,
  .xidown-common-entry.editorial-v3-common-entry::-webkit-scrollbar {
    display: none;
  }

  .xidown-common-entry > b,
  .xidown-common-entry > strong,
  .xidown-common-entry.editorial-v3-common-entry > b {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 72px !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    white-space: nowrap !important;
  }

  .xidown-common-entry.xidown-common-entry > a,
  .xidown-common-entry.editorial-v3-common-entry > a {
    flex: 0 0 auto !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 13px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    white-space: nowrap !important;
  }

  .xidown-common-entry.xidown-common-entry > a:last-child,
  .xidown-common-entry.editorial-v3-common-entry > a:last-child,
  .fg-common-entry > .fg-entry-more {
    margin-left: 0 !important;
  }

  .site-footer-v35.xidown-shared-footer {
    margin-top: 16px !important;
  }

  .xidown-shared-footer-main.footer-main-v36 {
    gap: 18px !important;
    padding: 22px 0 14px !important;
  }

  .xidown-shared-footer-lockup.footer-lockup-v36 img {
    width: 32px;
    height: 32px;
  }

  .xidown-shared-footer-lockup.footer-lockup-v36 b {
    font-size: 18px;
  }

  .xidown-shared-footer-brand.footer-brand-v36 p {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.6;
  }

  .xidown-shared-footer-links.footer-groups-v36 {
    gap: 18px 24px !important;
  }

  .xidown-shared-footer-links.footer-groups-v36 h2 {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 18px;
  }

  .xidown-shared-footer-links.footer-groups-v36 div {
    gap: 4px 12px;
  }

  .xidown-shared-footer-links.footer-groups-v36 a {
    font-size: 11px;
    line-height: 18px;
  }

  .xidown-shared-footer-bottom.footer-bottom-v36 {
    padding: 10px 0 14px !important;
    gap: 6px !important;
    font-size: 11px;
    line-height: 17px;
  }
}
