:root {
  --ink: #19140f;
  --ink-soft: #241d17;
  --paper: #f3efe7;
  --paper-deep: #e6ded2;
  --white: #fffdf8;
  --text: #211b16;
  --muted: #766d64;
  --line: rgba(72, 55, 39, .18);
  --red: #b52d23;
  --red-dark: #862019;
  --gold: #c99b48;
  --gold-light: #f0d184;
  --green: #496c5d;
  --blue: #3e6377;
  --shadow: 0 18px 48px rgba(53, 36, 21, .12);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif; line-height: 1.7; letter-spacing: 0; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, select, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { pointer-events: none; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: -60px; left: 16px; padding: 9px 14px; background: white; color: var(--ink); }
.skip-link:focus { top: 10px; }
.icon-button { display: grid; place-items: center; border: 0; padding: 0; cursor: pointer; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 72px; color: white; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(24,19,15,.92); transition: height .2s, background .2s, box-shadow .2s; }
.site-header.scrolled { height: 66px; background: rgba(20,16,13,.98); box-shadow: 0 9px 30px rgba(0,0,0,.2); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; background: var(--gold); color: #26170b; border: 1px solid var(--gold-light); font: 900 25px STKaiti, KaiTi, serif; transform: rotate(45deg); box-shadow: inset 0 0 0 3px rgba(52,29,9,.2); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: #f5dda1; font: 900 21px STKaiti, KaiTi, serif; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.45); font: 700 7px Georgia, serif; letter-spacing: 2px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; color: rgba(255,255,255,.72); font-size: 13px; }
.site-nav a:hover { color: white; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--gold); transition: right .2s; }
.site-nav a:hover::after { right: 0; }
.header-action { min-height: 38px; padding: 0 15px; display: inline-flex; align-items: center; gap: 7px; color: var(--gold-light); border: 1px solid rgba(240,209,132,.45); font-size: 12px; font-weight: 800; }
.header-action svg { width: 16px; }
.nav-toggle { display: none; margin-left: auto; width: 42px; height: 42px; background: transparent; border: 1px solid rgba(255,255,255,.17); color: white; }
.nav-toggle svg { width: 20px; }

.home-hero { position: relative; min-height: 525px; padding: 118px 0 56px; overflow: hidden; color: white; background-color: var(--ink); background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 54px 54px; }
.home-hero::before { content: ""; position: absolute; inset: 72px auto 0 7%; width: 1px; background: rgba(201,155,72,.18); }
.home-hero::after { content: "LEGEND"; position: absolute; right: -18px; bottom: -52px; color: rgba(255,255,255,.025); font: 900 150px Georgia, serif; letter-spacing: 10px; pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; gap: 74px; align-items: center; }
.hero-copy { min-width: 0; }
.eyebrow, .section-kicker { margin: 0 0 11px; color: var(--gold); font: 800 10px Georgia, serif; letter-spacing: 2.5px; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 11px; color: var(--gold-light); }
.hero-copy .eyebrow span { width: 28px; height: 1px; background: var(--gold); }
.hero-copy h1 { margin: 0; max-width: 520px; font: 900 55px/1.13 STKaiti, KaiTi, "Noto Serif SC", serif; }
.hero-copy h1::after { content: ""; display: block; width: 72px; height: 4px; margin-top: 18px; background: var(--red); }
.hero-lead { max-width: 520px; margin: 20px 0 0; color: rgba(255,255,255,.67); font-size: 15px; }
.hero-links { margin-top: 27px; display: flex; align-items: center; gap: 24px; }
.button { min-height: 46px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 3px; cursor: pointer; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 17px; }
.button.primary { color: white; background: var(--red); border-color: var(--red); box-shadow: 0 12px 28px rgba(133,26,20,.25); }
.button.primary:hover { background: var(--red-dark); }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.75); font-size: 12px; font-weight: 800; }
.text-link svg { width: 15px; color: var(--gold); }
.hero-pick { position: relative; min-width: 0; height: 330px; background: #110e0c; border: 1px solid rgba(239,207,127,.22); box-shadow: 0 26px 70px rgba(0,0,0,.32); overflow: hidden; }
.hero-pick::before { content: ""; position: absolute; z-index: 4; inset: 10px; border: 1px solid rgba(255,255,255,.08); pointer-events: none; }
.hero-pick-art { position: relative; height: 238px; overflow: hidden; }
.hero-pick-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,14,12,.83), transparent 53%); }
.hero-pick-art > img { width: 100%; height: 100%; object-fit: cover; object-position: center 37%; }
.hero-rank { position: absolute; z-index: 2; top: 22px; left: 0; padding: 7px 14px 7px 20px; color: #23150a; background: var(--gold-light); font: 800 10px Georgia, serif; letter-spacing: 1px; }
.hero-pick-info { position: relative; z-index: 5; height: 92px; padding: 10px 20px; display: flex; align-items: center; gap: 13px; background: #17120f; }
.hero-cover { width: 70px; height: 70px; object-fit: cover; border: 1px solid rgba(255,255,255,.16); border-radius: 5px; }
.hero-game-copy { min-width: 0; }
.hero-game-copy h2 { margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 17px; }
.hero-game-copy p { margin: 3px 0 0; color: rgba(255,255,255,.48); font-size: 10px; }
.hero-download { margin-left: auto; min-height: 42px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; flex: none; background: var(--red); color: white; font-size: 12px; font-weight: 800; }
.hero-download svg { width: 16px; }

.data-strip { color: white; background: #110e0c; border-top: 1px solid rgba(255,255,255,.06); }
.data-strip-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.data-strip-inner > span { min-width: 0; min-height: 76px; padding: 14px 22px; display: grid; grid-template-columns: 26px 1fr; grid-template-rows: auto auto; column-gap: 11px; align-content: center; border-right: 1px solid rgba(255,255,255,.07); }
.data-strip-inner > span:first-child { border-left: 1px solid rgba(255,255,255,.07); }
.data-strip svg { grid-row: 1 / 3; width: 21px; color: var(--gold-light); align-self: center; }
.data-strip strong { font-size: 12px; }
.data-strip small { color: rgba(255,255,255,.42); font-size: 9px; }

.section { padding: 88px 0; }
.section-heading { margin-bottom: 34px; }
.section-heading h2, .guide-title h2, .faq-layout > div:first-child h2 { margin: 0; font: 900 37px/1.25 STKaiti, KaiTi, "Noto Serif SC", serif; }
.section-heading p:last-child, .guide-title > p:last-child, .faq-layout > div:first-child > p:last-child { max-width: 660px; margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.centered { text-align: center; }
.data-time { display: inline-flex; align-items: center; gap: 6px; color: #8d7b67; font-size: 11px; white-space: nowrap; }
.data-time svg { width: 15px; color: var(--green); }
.section-more { display: inline-flex; align-items: center; gap: 6px; color: var(--red); font-size: 12px; font-weight: 800; }
.section-more svg { width: 15px; }

.ranking-section { background: var(--paper); }
.ranking-list { border-top: 1px solid #cfc3b3; }
.rank-item { min-height: 130px; padding: 18px 0; display: grid; grid-template-columns: 62px 92px minmax(0, 1fr) 140px 190px; gap: 20px; align-items: center; border-bottom: 1px solid #cfc3b3; transition: padding .2s, background .2s; }
.rank-item:hover { padding-inline: 14px; background: rgba(255,255,255,.45); }
.rank-number { color: #9b8b7c; font: italic 700 23px Georgia, serif; }
.rank-first .rank-number { color: var(--red); font-size: 31px; }
.rank-cover { width: 92px; height: 92px; border-radius: 6px; overflow: hidden; box-shadow: 0 7px 20px rgba(0,0,0,.12); }
.rank-cover img { width: 100%; height: 100%; object-fit: cover; }
.rank-copy { min-width: 0; }
.rank-copy > p { margin: 0 0 3px; color: #8f8377; font-size: 9px; }
.rank-copy h3 { margin: 0; font-size: 18px; line-height: 1.4; }
.rank-copy h3 a:hover { color: var(--red); }
.mini-tags { margin-top: 9px; display: flex; flex-wrap: wrap; gap: 5px; }
.mini-tags span { padding: 3px 7px; color: #74685d; background: #e9e1d5; font-size: 9px; }
.rank-downloads { display: flex; flex-direction: column; text-align: right; }
.rank-downloads strong { color: var(--red); font: 700 20px Georgia, serif; }
.rank-downloads small { color: #90857a; font-size: 9px; }
.rank-actions { display: flex; justify-content: flex-end; align-items: center; gap: 13px; }
.detail-link { color: #746b62; font-size: 11px; }
.detail-link:hover { color: var(--red); }
.button.compact { min-height: 39px; padding: 0 14px; color: white; background: var(--ink); border-color: var(--ink); font-size: 11px; }
.empty-state { padding: 70px 20px; text-align: center; background: white; border: 1px solid var(--line); }

.latest-section { background: var(--white); }
.latest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.latest-card { min-width: 0; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: #fff; transition: transform .2s, box-shadow .2s; }
.latest-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.latest-cover { display: block; aspect-ratio: 1 / .82; overflow: hidden; background: #241b15; }
.latest-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.latest-card:hover .latest-cover img { transform: scale(1.04); }
.latest-copy { padding: 16px; }
.latest-copy > p { margin: 0; display: flex; align-items: center; gap: 6px; color: #8a7f74; font-size: 9px; }
.live-dot { width: 5px; height: 5px; border-radius: 50%; background: #4f8a68; box-shadow: 0 0 0 3px rgba(79,138,104,.13); }
.latest-copy h3 { height: 48px; margin: 7px 0 3px; overflow: hidden; font-size: 15px; line-height: 1.55; }
.latest-copy h3 a:hover { color: var(--red); }
.latest-copy > span { color: #8f857b; font-size: 9px; }
.latest-copy > div { margin-top: 14px; padding-top: 11px; display: flex; justify-content: space-between; border-top: 1px solid #eee7de; }
.latest-copy > div a { display: inline-flex; align-items: center; gap: 4px; color: #6f655b; font-size: 10px; font-weight: 800; }
.latest-copy > div a:last-child { color: var(--red); }
.latest-copy svg { width: 13px; }

.guide-section { color: white; background: var(--ink-soft); }
.guide-grid { display: grid; grid-template-columns: 310px 1fr; gap: 72px; }
.guide-title h2 { color: white; }
.guide-title > p:last-child { color: rgba(255,255,255,.48); }
.guide-items { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.guide-items article { min-height: 150px; padding: 25px; display: grid; grid-template-columns: 38px 1fr; gap: 14px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.guide-items article > span { color: var(--gold); font: italic 700 15px Georgia, serif; }
.guide-items h3 { margin: 0; color: #fae8ba; font-size: 14px; }
.guide-items p { margin: 6px 0 0; color: rgba(255,255,255,.48); font-size: 11px; }

.comparison-section { background: var(--paper-deep); }
.comparison-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c8b9a5; border-left: 1px solid #c8b9a5; }
.comparison-grid article { min-height: 215px; padding: 28px; border-right: 1px solid #c8b9a5; border-bottom: 1px solid #c8b9a5; }
.comparison-grid svg { width: 25px; color: var(--red); }
.comparison-grid h3 { margin: 22px 0 6px; font-size: 16px; }
.comparison-grid p { margin: 0; color: #766d63; font-size: 11px; }
.comparison-grid span { margin-top: 18px; display: block; color: #a07736; font-size: 10px; font-weight: 800; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: 310px 1fr; gap: 72px; align-items: start; }
.faq-list { border-top: 1px solid #cfc3b3; }
.faq-list details { border-bottom: 1px solid #cfc3b3; }
.faq-list summary { min-height: 68px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: 14px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 18px; flex: none; color: var(--gold); transition: transform .2s; }
.faq-list details[open] summary { color: var(--red); }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details > p { margin: -4px 40px 20px 0; color: #716860; font-size: 12px; }

.site-footer { color: white; background: #110e0c; }
.footer-grid { padding: 56px 0 42px; display: grid; grid-template-columns: 1.2fr .55fr 1fr; gap: 70px; }
.footer-brand { margin-bottom: 17px; }
.footer-grid p { max-width: 400px; margin: 12px 0 0; color: rgba(255,255,255,.4); font-size: 11px; }
.footer-grid nav { display: flex; flex-direction: column; gap: 8px; }
.footer-grid nav strong, .footer-grid > div:last-child > strong { color: var(--gold-light); font-size: 12px; }
.footer-grid nav a { color: rgba(255,255,255,.48); font-size: 11px; }
.footer-grid nav a:hover { color: white; }
.footer-bottom { padding: 16px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.27); font-size: 9px; }
.back-to-top { position: fixed; z-index: 80; right: 18px; bottom: 18px; width: 42px; height: 42px; color: var(--gold-light); background: var(--ink); border: 1px solid rgba(240,209,132,.3); opacity: 0; transform: translateY(10px); pointer-events: none; transition: .2s; }
.back-to-top.visible { opacity: 1; transform: none; pointer-events: auto; }
.back-to-top svg { width: 17px; }

/* Independent game review page */
.detail-page { padding-top: 72px; }
.detail-page .site-header { background: #17120f; }
.breadcrumbs { min-height: 48px; display: flex; align-items: center; gap: 7px; color: #8b8177; font-size: 10px; white-space: nowrap; overflow: hidden; }
.breadcrumbs a:hover { color: var(--red); }
.breadcrumbs svg { width: 12px; flex: none; }
.breadcrumbs strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; color: #5d554e; }
.review-hero { padding: 42px 0 54px; background: #e8e0d4; border-block: 1px solid #d2c5b5; }
.review-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.review-copy { min-width: 0; }
.review-label { margin: 0 0 14px; display: flex; align-items: center; gap: 10px; color: #786d61; font-size: 10px; }
.review-label span { padding: 4px 7px; color: white; background: var(--red); font-weight: 800; }
.review-copy h1 { margin: 0; font: 900 47px/1.18 STKaiti, KaiTi, serif; }
.review-summary { max-width: 570px; margin: 17px 0 0; color: #635b53; font-size: 13px; line-height: 1.9; }
.review-tags { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 6px; }
.review-tags span { padding: 4px 8px; color: #65594e; border: 1px solid #c7b9a8; background: rgba(255,255,255,.35); font-size: 9px; }
.review-actions { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 9px; }
.button.ios-light { color: #2f2924; border-color: #aa9b89; background: rgba(255,255,255,.5); }
.review-download-note { margin: 10px 0 0; display: flex; align-items: center; gap: 5px; color: #8a7f73; font-size: 9px; }
.review-download-note svg { width: 13px; color: var(--green); }
.review-visual { position: relative; height: 360px; margin: 0; overflow: hidden; background: #1b1511; box-shadow: 0 20px 55px rgba(49,33,20,.2); }
.review-scene { width: 100%; height: 100%; object-fit: cover; }
.review-cover { position: absolute; left: 22px; bottom: 20px; z-index: 2; width: 96px; height: 96px; object-fit: cover; border: 3px solid #f3eadc; border-radius: 6px; box-shadow: 0 10px 30px rgba(0,0,0,.35); }
.review-visual figcaption { position: absolute; inset: auto 0 0; min-height: 76px; padding: 17px 22px 17px 132px; display: flex; flex-direction: column; justify-content: center; color: white; background: rgba(20,15,12,.9); }
.review-visual figcaption strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.review-visual figcaption span { color: rgba(255,255,255,.47); font-size: 9px; }
.quick-read { background: var(--ink); color: white; }
.quick-read-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-read-grid > div { min-width: 0; min-height: 82px; padding: 15px 20px; display: grid; grid-template-columns: 27px 1fr; grid-template-rows: auto auto; align-content: center; border-right: 1px solid rgba(255,255,255,.09); }
.quick-read-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.09); }
.quick-read-grid span { grid-row: 1 / 3; color: var(--gold); font: italic 700 12px Georgia, serif; }
.quick-read-grid small { color: rgba(255,255,255,.38); font-size: 8px; }
.quick-read-grid strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #f7e3ad; font-size: 11px; }
.review-nav { position: sticky; z-index: 50; top: 66px; background: var(--white); border-bottom: 1px solid var(--line); }
.review-nav .shell { min-height: 52px; display: flex; align-items: center; gap: 26px; }
.review-nav a { font-size: 10px; font-weight: 800; }
.review-nav a:hover { color: var(--red); }
.review-nav-download { margin-left: auto; align-self: stretch; padding: 0 18px; display: flex; align-items: center; color: white; background: var(--red); }
.media-section { background: var(--white); overflow: hidden; }
.media-drag { display: inline-flex; align-items: center; gap: 5px; color: #897e73; font-size: 10px; }
.media-drag svg { width: 15px; color: var(--gold); }
.media-rail { display: flex; gap: 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: var(--gold) #e7ded1; padding-bottom: 14px; }
.media-frame { position: relative; flex: 0 0 31%; aspect-ratio: 16 / 10; min-width: 0; padding: 0; border: 0; overflow: hidden; background: #1b1612; cursor: zoom-in; scroll-snap-align: start; }
.media-frame.lead { flex-basis: 50%; }
.media-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.media-frame:hover img { transform: scale(1.03); }
.media-frame > span { position: absolute; left: 9px; bottom: 8px; padding: 3px 6px; color: white; background: rgba(18,13,10,.75); font: 700 9px Georgia, serif; }
.gallery-dialog { max-width: min(1100px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 1px solid rgba(255,255,255,.17); background: #100d0b; box-shadow: 0 30px 90px rgba(0,0,0,.6); }
.gallery-dialog::backdrop { background: rgba(8,6,5,.88); }
.gallery-dialog > img { max-width: 100%; max-height: calc(100vh - 30px); object-fit: contain; }
.gallery-close { position: fixed; z-index: 3; top: 18px; right: 18px; width: 42px; height: 42px; color: white; background: rgba(17,13,10,.82); }
.gallery-close svg { width: 20px; }
.verdict-section { background: var(--paper); }
.verdict-grid { display: grid; grid-template-columns: 320px 1fr; gap: 78px; align-items: start; }
.verdict-title h2, .starter-grid h2 { margin: 0; font: 900 37px/1.25 STKaiti, KaiTi, serif; }
.verdict-title > p:last-child { color: var(--muted); font-size: 12px; }
.verdict-copy { position: relative; padding-left: 48px; border-left: 1px solid #cdbfae; }
.quote-mark { position: absolute; left: 17px; top: -10px; color: var(--red); font: 700 50px Georgia, serif; }
.verdict-copy > p { margin: 0; font: 700 20px/1.85 STKaiti, KaiTi, serif; }
.verdict-copy dl { margin: 27px 0 0; border-top: 1px solid #d4c8b9; }
.verdict-copy dl div { padding: 13px 0; display: grid; grid-template-columns: 90px 1fr; gap: 18px; border-bottom: 1px solid #d4c8b9; }
.verdict-copy dt { color: #907c65; font-size: 9px; }
.verdict-copy dd { margin: 0; color: #655c54; font-size: 11px; }
.feature-section { background: var(--white); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #d7ccbd; border-left: 1px solid #d7ccbd; }
.feature-grid article { min-height: 150px; padding: 24px; display: grid; grid-template-columns: 38px 1fr; gap: 14px; border-right: 1px solid #d7ccbd; border-bottom: 1px solid #d7ccbd; }
.feature-grid article > span { color: var(--red); font: italic 700 15px Georgia, serif; }
.feature-grid h3 { margin: 0; font-size: 14px; }
.feature-grid p { margin: 6px 0 0; color: #746b62; font-size: 11px; }
.full-intro { margin-top: 26px; border-block: 1px solid #d7ccbd; }
.full-intro summary { min-height: 55px; display: flex; align-items: center; justify-content: space-between; list-style: none; cursor: pointer; font-size: 12px; font-weight: 800; }
.full-intro summary::-webkit-details-marker { display: none; }
.full-intro summary svg { width: 16px; color: var(--gold); transition: transform .2s; }
.full-intro[open] summary svg { transform: rotate(180deg); }
.full-intro > div { padding: 0 0 20px; columns: 2; column-gap: 44px; }
.full-intro p { break-inside: avoid; margin: 0 0 14px; color: #686058; font-size: 11px; line-height: 1.9; }
.starter-section { padding: 76px 0; color: white; background: var(--ink-soft); }
.starter-grid { display: grid; grid-template-columns: 280px 1fr; gap: 70px; }
.starter-grid ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.starter-grid li { min-height: 190px; padding: 22px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.starter-grid li > span { color: var(--gold); font: italic 700 13px Georgia, serif; }
.starter-grid h3 { margin: 28px 0 7px; color: #f7e4b3; font-size: 13px; }
.starter-grid li p { margin: 0; color: rgba(255,255,255,.47); font-size: 10px; }
.intel-section { background: var(--paper-deep); }
.intel-tabs { display: flex; border-bottom: 1px solid #c9bba9; }
.intel-tabs button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; gap: 8px; border: 0; background: transparent; color: #746a61; cursor: pointer; font-size: 11px; }
.intel-tabs button span { min-width: 20px; padding: 2px 5px; color: #8b6b43; background: #ded1bf; font-size: 8px; }
.intel-tabs button.active { color: white; background: var(--red); font-weight: 800; }
.intel-tabs button.active span { color: var(--red); background: white; }
.intel-panels { background: var(--white); border: 1px solid #d6cbbb; border-top: 0; }
.intel-panel { display: none; padding: 25px; }
.intel-panel.active { display: block; }
.intel-panel details { border-bottom: 1px solid #e5ddd2; }
.intel-panel summary { min-height: 55px; display: grid; grid-template-columns: minmax(0, 1fr) 90px 20px; align-items: center; gap: 12px; list-style: none; cursor: pointer; }
.intel-panel summary::-webkit-details-marker { display: none; }
.intel-panel summary strong { font-size: 11px; }
.intel-panel summary time { color: #8e8378; font-size: 9px; }
.intel-panel summary svg { width: 15px; color: var(--gold); }
.intel-panel details[open] summary svg { transform: rotate(45deg); }
.intel-panel details p { margin: 0 120px 17px 0; color: #70675f; font-size: 10px; }
.server-board { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; }
.server-board > div { min-height: 48px; display: grid; grid-template-columns: 12px minmax(0, 1fr) auto; gap: 8px; align-items: center; border-bottom: 1px solid #e5ddd2; }
.server-board strong { font-size: 10px; }
.server-board time { color: #8e8378; font-size: 8px; }
.gift-board { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; }
.gift-board > div { min-height: 63px; padding: 10px 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid #e5ddd2; }
.gift-board span { min-width: 0; display: flex; flex-direction: column; }
.gift-board strong { font-size: 10px; }
.gift-board small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #8d8278; font-size: 8px; }
.gift-board code { padding: 5px 7px; flex: none; color: var(--red); background: #f2e4da; font-size: 9px; }
.related-section { background: var(--white); }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.related-card { min-width: 0; border: 1px solid var(--line); border-radius: 6px; background: white; }
.related-card > a { padding: 12px; display: grid; grid-template-columns: 62px minmax(0, 1fr) 18px; gap: 11px; align-items: center; }
.related-card img { width: 62px; height: 62px; object-fit: cover; border-radius: 5px; }
.related-card span { min-width: 0; display: flex; flex-direction: column; }
.related-card strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.related-card small { color: #8c8177; font-size: 8px; }
.related-card svg { width: 15px; color: var(--gold); }
.not-found { min-height: 65vh; padding: 150px 0; text-align: center; }
.not-found > strong { color: var(--red); font: 800 80px Georgia, serif; }
.not-found h1 { margin: 0; font: 900 35px KaiTi, serif; }
.not-found p { color: var(--muted); }

@media (max-width: 980px) {
  :root { --shell: min(760px, calc(100% - 32px)); }
  .nav-toggle { display: grid; }
  .site-nav { position: fixed; inset: 66px 0 auto; padding: 18px 16px 28px; display: grid; gap: 0; background: #17120f; transform: translateY(-130%); transition: transform .25s; box-shadow: 0 20px 40px rgba(0,0,0,.3); }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .site-nav a::after { display: none; }
  .header-action { display: none; }
  .hero-grid { grid-template-columns: .85fr 1.15fr; gap: 30px; }
  .hero-copy h1 { font-size: 45px; }
  .hero-pick { height: 305px; }
  .hero-pick-art { height: 213px; }
  .rank-item { grid-template-columns: 45px 82px minmax(0, 1fr) 110px; }
  .rank-cover { width: 82px; height: 82px; }
  .rank-actions { grid-column: 3 / 5; justify-content: flex-start; margin-top: -13px; }
  .latest-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-grid, .faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .comparison-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr .7fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .review-hero-grid { grid-template-columns: .95fr 1.05fr; gap: 32px; }
  .review-copy h1 { font-size: 40px; }
  .review-visual { height: 320px; }
  .verdict-grid { grid-template-columns: 240px 1fr; gap: 44px; }
  .starter-grid { grid-template-columns: 1fr; gap: 34px; }
  .starter-grid ol { max-width: 100%; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  .site-header { height: 64px; }
  .site-header.scrolled { height: 62px; }
  .brand-mark { width: 35px; height: 35px; font-size: 21px; }
  .brand-copy strong { font-size: 18px; }
  .header-inner { gap: 14px; }
  .site-nav { inset-block-start: 62px; }
  .home-hero { min-height: 0; padding: 90px 0 24px; background-size: 38px 38px; }
  .home-hero::after { display: none; }
  .hero-grid { display: block; }
  .hero-copy .eyebrow { font-size: 8px; }
  .hero-copy h1 { max-width: 100%; font-size: 39px; }
  .hero-copy h1::after { width: 56px; height: 3px; margin-top: 12px; }
  .hero-lead { margin-top: 13px; font-size: 12px; line-height: 1.75; }
  .hero-links { margin-top: 17px; }
  .hero-links .button { min-height: 42px; }
  .hero-pick { height: 184px; margin-top: 22px; display: grid; grid-template-columns: 40% 60%; }
  .hero-pick::before { inset: 7px; }
  .hero-pick-art { height: 184px; }
  .hero-pick-art::after { background: linear-gradient(90deg, transparent, rgba(17,14,12,.45)); }
  .hero-rank { top: 14px; padding: 5px 8px 5px 12px; font-size: 8px; }
  .hero-pick-info { height: 184px; padding: 18px 14px; display: grid; grid-template-columns: 52px 1fr; align-content: center; gap: 9px; }
  .hero-cover { width: 52px; height: 52px; }
  .hero-game-copy h2 { font-size: 14px; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .hero-game-copy p { font-size: 8px; }
  .hero-download { grid-column: 1 / -1; width: 100%; min-height: 40px; margin: 2px 0 0; }
  .data-strip-inner { grid-template-columns: 1fr 1fr; }
  .data-strip-inner > span { min-height: 68px; padding: 11px 8px; grid-template-columns: 20px 1fr; column-gap: 8px; }
  .data-strip-inner > span:nth-child(3) { border-left: 1px solid rgba(255,255,255,.07); }
  .data-strip svg { width: 17px; }
  .data-strip strong { font-size: 10px; }
  .data-strip small { font-size: 8px; }
  .section { padding: 66px 0; }
  .section-heading h2, .guide-title h2, .faq-layout > div:first-child h2 { font-size: 30px; }
  .split-heading { display: block; }
  .data-time, .section-more { margin-top: 13px; }
  .rank-item { min-height: 0; padding: 15px 0; grid-template-columns: 35px 66px minmax(0, 1fr); gap: 12px; }
  .rank-item:hover { padding-inline: 0; background: transparent; }
  .rank-cover { width: 66px; height: 66px; }
  .rank-number, .rank-first .rank-number { font-size: 19px; }
  .rank-copy h3 { font-size: 14px; }
  .rank-copy > p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 8px; }
  .mini-tags { display: none; }
  .rank-downloads { grid-column: 2 / 3; grid-row: 2; text-align: left; margin-top: -5px; }
  .rank-downloads strong { font-size: 13px; }
  .rank-downloads small { display: none; }
  .rank-actions { grid-column: 3; grid-row: 2; margin: -5px 0 0; justify-content: flex-end; }
  .rank-actions .detail-link { display: none; }
  .button.compact { min-height: 34px; padding: 0 12px; }
  .latest-grid { grid-template-columns: 1fr; gap: 10px; }
  .latest-card { display: grid; grid-template-columns: 92px minmax(0, 1fr); }
  .latest-cover { width: 92px; height: 100%; aspect-ratio: auto; }
  .latest-copy { padding: 12px; }
  .latest-copy h3 { height: auto; margin-top: 4px; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
  .latest-copy > div { margin-top: 8px; padding-top: 7px; }
  .guide-items { grid-template-columns: 1fr; }
  .guide-items article { min-height: 120px; padding: 20px; }
  .comparison-grid { grid-template-columns: 1fr 1fr; }
  .comparison-grid article { min-height: 185px; padding: 19px; }
  .comparison-grid h3 { margin-top: 14px; }
  .faq-layout { gap: 26px; }
  .faq-list summary { font-size: 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding: 45px 0 34px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: grid; gap: 3px; }
  .detail-page { padding-top: 64px; }
  .breadcrumbs { min-height: 42px; }
  .review-hero { padding: 20px 0 24px; }
  .review-hero-grid { display: flex; flex-direction: column; gap: 22px; }
  .review-label { margin-bottom: 9px; }
  .review-copy h1 { font-size: 28px; line-height: 1.22; }
  .review-summary { margin-top: 9px; font-size: 11px; line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .review-tags { margin-top: 10px; }
  .review-tags span:nth-child(n+3) { display: none; }
  .review-actions { margin-top: 14px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-actions .button:only-child { grid-column: 1 / -1; }
  .review-actions .button { min-width: 0; min-height: 42px; padding-inline: 11px; }
  .review-download-note { margin-top: 7px; }
  .review-visual { width: 100%; height: 220px; box-shadow: 0 12px 30px rgba(49,33,20,.18); }
  .review-cover { left: 14px; bottom: 13px; width: 68px; height: 68px; }
  .review-visual figcaption { min-height: 55px; padding: 10px 14px 10px 94px; }
  .quick-read-grid { grid-template-columns: 1fr 1fr; }
  .quick-read-grid > div { min-height: 66px; padding: 10px 12px; grid-template-columns: 23px 1fr; border-bottom: 1px solid rgba(255,255,255,.09); }
  .quick-read-grid > div:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.09); }
  .quick-read-grid strong { font-size: 10px; }
  .review-nav { top: 62px; overflow-x: auto; }
  .review-nav .shell { width: max-content; min-width: 100%; min-height: 48px; gap: 20px; padding: 0 14px; }
  .review-nav-download { position: sticky; right: 0; margin-left: 0; box-shadow: -12px 0 16px white; }
  .media-frame, .media-frame.lead { flex-basis: 84vw; }
  .media-rail { margin-right: -14px; }
  .verdict-grid { grid-template-columns: 1fr; gap: 25px; }
  .verdict-title h2, .starter-grid h2 { font-size: 30px; }
  .verdict-copy { padding-left: 32px; }
  .quote-mark { left: 6px; }
  .verdict-copy > p { font-size: 17px; }
  .verdict-copy dl div { grid-template-columns: 72px 1fr; gap: 12px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 0; padding: 20px 17px; }
  .full-intro > div { columns: 1; }
  .starter-section { padding: 58px 0; }
  .starter-grid { gap: 27px; }
  .starter-grid ol { grid-template-columns: 1fr; }
  .starter-grid li { min-height: 0; padding: 18px; display: grid; grid-template-columns: 34px 1fr; gap: 8px; }
  .starter-grid h3 { margin: 0 0 6px; }
  .intel-tabs { overflow-x: auto; }
  .intel-tabs button { flex: 1 0 auto; min-height: 44px; padding-inline: 14px; }
  .intel-panel { padding: 16px; }
  .intel-panel summary { grid-template-columns: minmax(0, 1fr) 70px 16px; gap: 8px; }
  .intel-panel details p { margin: 0 0 16px; }
  .server-board, .gift-board { grid-template-columns: 1fr; }
  .gift-board > div { gap: 10px; }
  .related-grid { grid-template-columns: 1fr; }
  .not-found { padding: 100px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
