:root {
  --ink: #171410;
  --ink-2: #242019;
  --coal: #302a22;
  --paper: #f1eadc;
  --paper-2: #e3d6c1;
  --paper-3: #d6c6ab;
  --gold: #d4a54c;
  --gold-light: #f0ce83;
  --red: #8f2a1e;
  --red-light: #c44a30;
  --moss: #66704b;
  --blue-grey: #5b6970;
  --white: #fff9ea;
  --muted: #766c5d;
  --line: rgba(75, 58, 38, .22);
  --max: 1180px;
  --header: 70px;
  --shadow: 0 18px 50px rgba(28, 20, 12, .17);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 20px); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", sans-serif; line-height: 1.7; letter-spacing: 0; text-rendering: optimizeLegibility; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
::selection { color: var(--white); background: var(--red); }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 8px 14px; color: #fff; background: var(--red); opacity: 0; visibility: hidden; transform: translateY(-140%); pointer-events: none; }
.skip-link:focus { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; }
.section-inner { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 94px 0; }
.eyebrow { margin: 0; color: var(--red); font-size: 11px; font-weight: 800; }
.eyebrow::before { content: ""; width: 24px; height: 1px; display: inline-block; margin-right: 9px; vertical-align: middle; background: currentColor; }

.site-header { position: sticky; top: 0; z-index: 100; height: var(--header); color: #e9dfcd; background: rgba(20, 17, 13, .97); border-bottom: 1px solid rgba(212, 165, 76, .28); backdrop-filter: blur(14px); }
.header-inner { width: min(calc(100% - 40px), var(--max)); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 26px; }
.brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-seal { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #e2b65e; color: #ffda86; background: #78261b; box-shadow: inset 0 0 0 3px #21150f, inset 0 0 0 4px rgba(231,187,101,.58); font: 800 15px Georgia, serif; transform: rotate(-4deg); }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { color: #f1dcaa; font: 700 18px "STKaiti", "KaiTi", serif; }
.brand-copy small { margin-top: 5px; color: #968b79; font-size: 10px; }
.site-nav { margin-left: auto; display: flex; align-items: center; }
.site-nav a { position: relative; padding: 23px 15px 20px; color: #b8ae9e; font-size: 13px; }
.site-nav a::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: 14px; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .2s; }
.site-nav a:hover, .site-nav a.is-active { color: var(--gold-light); }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); }
.header-action { height: 38px; padding: 0 15px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #a87733; color: #fff0c7; background: linear-gradient(#a83a25,#752116); font-size: 12px; font-weight: 700; }
.nav-toggle { display: none; }

.hero { position: relative; min-height: min(800px, calc(100svh - var(--header) - 36px)); overflow: hidden; color: var(--white); background: #271d14 url("hero-mir.jpg") center 35% / cover no-repeat; isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 100px; z-index: -1; background: linear-gradient(0deg, rgba(23,20,16,.98), transparent); }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(15,13,10,.96),rgba(15,13,10,.77) 37%,rgba(15,13,10,.1) 68%),linear-gradient(0deg,rgba(15,12,9,.85),transparent 48%); }
.hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg,#000,transparent 70%); }
.hero-inner { width: min(calc(100% - 40px), var(--max)); min-height: inherit; margin-inline: auto; padding: clamp(58px,9vh,100px) 0 64px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-kicker { margin: 0 0 13px; display: flex; align-items: center; gap: 10px; color: #e5c378; font-size: 12px; font-weight: 700; }
.hero-kicker i { width: 3px; height: 3px; border-radius: 50%; background: var(--red-light); }
.hero h1 { max-width: 650px; margin: 0; color: #fff5dc; font: 700 clamp(47px,6vw,83px)/.98 "STKaiti","KaiTi",serif; text-shadow: 0 3px 0 #3d170f,0 12px 34px rgba(0,0,0,.6); }
.hero h1 em { display: inline-block; margin-top: 12px; color: #ffdb7b; font-style: normal; }
.hero-lead { max-width: 620px; margin: 27px 0 0; color: #d2c9ba; font-size: 15px; line-height: 1.9; }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 11px; }
.btn { min-height: 49px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s,background .2s,border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff7e3; background: linear-gradient(#bd4229,#7d2117); border-color: #dc8650; box-shadow: inset 0 0 0 1px rgba(255,222,145,.17),0 8px 25px rgba(83,20,13,.25); }
.btn-ghost { color: #eee3cf; border-color: rgba(226,199,143,.44); background: rgba(22,18,14,.57); }
.btn-paper { color: #5b3f24; border-color: #b79762; background: #eadcc3; }
.btn-dark { color: #f7e8c7; border-color: #70502f; background: #241e18; }
.btn-outline-light { color: #f2e3c8; border-color: #8f806a; background: rgba(19,16,13,.45); }
.hero-stats { margin: 40px 0 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(236,206,147,.25); }
.hero-stats > div { min-width: 170px; padding: 15px 26px 0 0; display: flex; align-items: center; gap: 12px; }
.hero-stats dt { color: var(--red-light); font: 800 24px Georgia,serif; }
.hero-stats dd { margin: 0; display: grid; }
.hero-stats strong { color: #eee2ca; font-size: 12px; }
.hero-stats span { color: #918777; font-size: 10px; }
.hero-scroll { position: absolute; left: 50%; bottom: 12px; display: grid; justify-items: center; color: #a99a82; font-size: 9px; transform: translateX(-50%); }
.hero-scroll span { width: 1px; height: 23px; background: linear-gradient(var(--gold),transparent); }

.sync-band { color: #d6caba; background: #171410; border-top: 1px solid #503a24; border-bottom: 1px solid #503a24; }
.sync-inner { min-height: 58px; display: flex; align-items: center; gap: 13px; }
.sync-inner p { margin: 0; font-size: 11px; }
.sync-inner p strong { margin-right: 8px; color: #e5c478; }
.sync-inner time { margin-left: auto; color: #807568; font-size: 10px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #8db05b; box-shadow: 0 0 0 4px rgba(141,176,91,.14); }
.data-alert { padding: 20px; color: #704d25; background: #f3dcae; border-left: 4px solid #b77b25; }
.data-alert p { margin: 2px 0 0; font-size: 12px; }

.section-heading { margin-bottom: 38px; }
.split-heading { display: grid; grid-template-columns: 1fr minmax(280px,410px); align-items: end; gap: 50px; }
.section-heading h2, .verdict-title h2, .profile-copy h2, .faq-intro h2 { margin: 5px 0 0; font: 700 clamp(30px,4vw,45px)/1.18 "STKaiti","KaiTi",serif; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 13px; }
.light-heading h2 { color: #f7e8c8; }
.light-heading > p { color: #958a7a; }
.light-heading .eyebrow { color: var(--gold); }

.exact-section { background: linear-gradient(rgba(76,55,31,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(76,55,31,.035) 1px,transparent 1px),var(--paper); background-size: 38px 38px; }
.exact-feature { height: 520px; display: grid; grid-template-columns: 310px minmax(0,1fr) 260px; border-top: 1px solid #b8a78c; border-bottom: 1px solid #b8a78c; }
.exact-cover { position: relative; margin: 32px 0; overflow: hidden; background: #18130f; box-shadow: var(--shadow); }
.exact-cover img { width: 100%; height: 100%; object-fit: cover; }
.exact-cover > span { position: absolute; right: 0; bottom: 0; padding: 7px 14px; color: #ffe4a3; background: #7d281c; border-left: 1px solid #d5a34b; border-top: 1px solid #d5a34b; font: 800 14px Georgia,serif; }
.exact-copy { padding: 48px clamp(28px,4vw,55px); align-self: center; }
.match-proof { margin: 0; color: #6f4b22; font-size: 11px; font-weight: 800; }
.match-proof span { width: 20px; height: 20px; margin-right: 7px; display: inline-grid; place-items: center; border-radius: 50%; color: #fff; background: var(--moss); }
.exact-copy h3 { margin: 11px 0 5px; font: 700 31px/1.25 "STKaiti",serif; }
.exact-lead { margin: 0; color: var(--red); font-size: 13px; font-weight: 700; }
.exact-facts { margin: 22px 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.exact-facts div { padding: 11px 8px 11px 0; display: grid; }
.exact-facts dt { color: #948773; font-size: 9px; }
.exact-facts dd { margin: 2px 0 0; font-size: 11px; font-weight: 700; }
.exact-desc { color: #655d51; font-size: 13px; }
.exact-actions { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 9px; }
.exact-media { min-height: 0; margin: 32px 0; display: grid; grid-template-rows: repeat(3,minmax(0,1fr)); gap: 5px; overflow: hidden; }
.exact-media button { position: relative; min-height: 0; padding: 0; overflow: hidden; border: 0; background: #171410; cursor: zoom-in; }
.exact-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); transition: transform .35s,filter .35s; }
.exact-media button:hover img { transform: scale(1.035); filter: saturate(1); }
.exact-media span { position: absolute; right: 7px; bottom: 5px; color: #ead6ab; font: 700 10px Georgia,serif; }

.games-section { background: var(--paper-2); }
.quick-filters { margin-bottom: 26px; display: flex; flex-wrap: wrap; border-top: 1px solid #ad9e86; border-bottom: 1px solid #ad9e86; }
.quick-filters a { padding: 13px 18px; color: #6d6355; border-right: 1px solid #ad9e86; font-size: 11px; }
.quick-filters a:hover, .quick-filters a.is-active { color: #fff1d2; background: var(--red); }
.quick-filters strong { margin-left: 6px; font-family: Georgia,serif; }
.catalog-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid #ad9e86; }
.catalog-card { min-width: 0; padding: 28px 26px 28px 0; display: grid; grid-template-columns: 185px minmax(0,1fr); gap: 23px; border-bottom: 1px solid #ad9e86; }
.catalog-card:nth-child(odd) { padding-right: 34px; border-right: 1px solid #ad9e86; }
.catalog-card:nth-child(even) { padding-left: 34px; }
.card-media { position: relative; aspect-ratio: 1; overflow: hidden; background: #171410; box-shadow: 0 12px 28px rgba(31,22,14,.14); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s,filter .35s; }
.catalog-card:hover .card-media img { transform: scale(1.035); filter: saturate(1.05); }
.match-label { position: absolute; left: 0; bottom: 0; padding: 5px 9px; color: #f6e2b3; background: rgba(26,20,15,.88); border-top: 1px solid #a87b3d; border-right: 1px solid #a87b3d; font-size: 9px; }
.catalog-card.is-exact .match-label { color: #fff2cb; background: rgba(128,39,27,.94); }
.card-body { min-width: 0; align-self: center; }
.card-kicker { margin: 0; color: #8c7d68; font-size: 9px; font-weight: 700; }
.card-kicker span { margin-right: 7px; color: var(--red); font: 800 14px Georgia,serif; }
.card-body h2 { margin: 5px 0 7px; font: 700 22px/1.3 "STKaiti",serif; }
.card-body h2 a:hover { color: var(--red); }
.card-subtitle { min-height: 42px; margin: 0 0 11px; color: #6d6458; font-size: 11px; line-height: 1.7; }
.card-tags { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 5px; list-style: none; }
.card-tags li { padding: 2px 6px; color: #665b4b; border: 1px solid #c5b69f; background: rgba(255,252,244,.45); font-size: 8px; }
.card-meta { margin: 14px 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.card-meta div { padding: 7px 4px 7px 0; display: grid; }
.card-meta dt { color: #998c79; font-size: 8px; }
.card-meta dd { margin: 1px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 9px; font-weight: 700; }
.card-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.text-link { color: var(--red); font-size: 10px; font-weight: 800; }
.mini-download { padding: 5px 11px; color: #fff2d6; background: #28221b; border: 1px solid #6d5437; font-size: 9px; }
.section-more { margin-top: 36px; text-align: center; }
.empty-state { min-height: 330px; display: grid; place-items: center; align-content: center; text-align: center; }
.empty-state > span { width: 66px; height: 66px; display: grid; place-items: center; border: 1px solid #b08a4d; color: #f1cf83; background: var(--red); font: 700 28px "STKaiti",serif; }
.empty-state h2 { margin: 18px 0 3px; font: 700 27px "STKaiti",serif; }
.empty-state p { margin: 0 0 18px; color: var(--muted); font-size: 12px; }

.compare-section { color: #e9dfcf; background: #1c1915; border-top: 4px solid #6e261c; }
.compare-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #4b4033; border-left: 1px solid #4b4033; }
.compare-grid article { min-height: 260px; padding: 27px; border-right: 1px solid #4b4033; border-bottom: 1px solid #4b4033; }
.compare-grid span { color: #d7a851; font: 800 23px Georgia,serif; }
.compare-grid h3 { margin: 23px 0 10px; color: #f3dfb3; font: 700 22px "STKaiti",serif; }
.compare-grid p { color: #9d9384; font-size: 12px; }
.compare-grid strong { display: block; margin-top: 20px; color: #d4cab8; font-size: 10px; }

.faq-section { background: var(--paper-3); }
.faq-layout { display: grid; grid-template-columns: 310px 1fr; gap: 75px; }
.faq-intro > p:last-child { color: #706658; font-size: 12px; }
.faq-list { border-top: 1px solid #a6967e; }
.faq-list details { border-bottom: 1px solid #a6967e; }
.faq-list summary { position: relative; padding: 20px 42px 20px 0; list-style: none; font: 700 18px "STKaiti",serif; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; top: 18px; right: 5px; width: 26px; height: 26px; display: grid; place-items: center; color: var(--red); font: 20px Arial,sans-serif; transition: transform .2s; }
.faq-list details[open] summary { color: var(--red); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -3px 40px 21px 0; color: #645b4e; font-size: 12px; }

.site-footer { color: #a79d8c; background: #13110e; border-top: 1px solid #4b3c2a; }
.footer-inner { width: min(calc(100% - 40px),var(--max)); margin-inline: auto; padding: 45px 0 27px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.footer-brand { display: flex; align-items: center; gap: 13px; color: #e8dabb; }
.footer-brand strong { font: 700 18px "STKaiti",serif; }
.footer-brand p { margin: 2px 0 0; color: #746b5e; font-size: 9px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 22px; }
.site-footer nav a { color: #bdb19f; font-size: 11px; }
.site-footer nav a:hover { color: var(--gold-light); }
.disclaimer { max-width: 960px; margin: 28px 0 0; color: #746d61; font-size: 9px; line-height: 1.9; }
.healthy { margin: 20px 0 0; padding: 12px 0; border-block: 1px solid #2c2822; color: #8a8174; font-size: 9px; }
.copyright { margin: 18px 0 0; color: #5d574f; font-size: 9px; }

/* Catalog page */
.catalog-hero { position: relative; overflow: hidden; color: #f4ead6; background: #1d1813; isolation: isolate; }
.catalog-hero-bg { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(21,17,13,.97),rgba(21,17,13,.75)),url("hero-mir.jpg") center 44% / cover; }
.catalog-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,transparent 49.8%,rgba(212,165,76,.08) 50%,transparent 50.2%); background-size: 90px 100%; }
.catalog-hero-inner { min-height: 330px; padding-block: 38px 45px; display: flex; flex-direction: column; justify-content: center; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #8d816f; font-size: 9px; }
.breadcrumbs a:hover { color: var(--gold); }
.catalog-hero .eyebrow { margin-top: 44px; color: var(--gold); }
.catalog-hero h1 { margin: 7px 0 6px; font: 700 clamp(36px,5vw,57px)/1.1 "STKaiti",serif; }
.catalog-hero-inner > p:not(.eyebrow) { max-width: 650px; margin: 0; color: #aaa091; font-size: 12px; }
.catalog-hero dl { margin: 27px 0 0; display: flex; gap: 42px; }
.catalog-hero dl div { display: flex; align-items: baseline; gap: 8px; }
.catalog-hero dt { color: #e8bb62; font: 800 23px Georgia,serif; }
.catalog-hero dd { margin: 0; color: #948978; font-size: 9px; }
.catalog-controls { padding: 38px 0 0; background: var(--paper-2); }
.catalog-search { display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 20px; }
.catalog-search > label { color: #554b3e; font: 700 18px "STKaiti",serif; }
.catalog-search > div { display: grid; grid-template-columns: 1fr 100px; border: 1px solid #ad9c82; background: #f6efe2; }
.catalog-search input { min-width: 0; height: 48px; padding: 0 15px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; }
.catalog-search button { border: 0; color: #fff0cf; background: var(--red); font-size: 11px; font-weight: 800; cursor: pointer; }
.catalog-filter-tabs { margin-top: 28px; display: flex; flex-wrap: wrap; border-block: 1px solid #ad9c82; }
.catalog-filter-tabs a { padding: 13px 20px; border-right: 1px solid #ad9c82; color: #675d50; font-size: 11px; }
.catalog-filter-tabs a.is-active, .catalog-filter-tabs a:hover { color: #fff0cf; background: #7e291d; }
.catalog-filter-tabs small { margin-left: 5px; font-family: Georgia,serif; }
.catalog-sort-line { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.catalog-sort-line p { margin: 0; }
.catalog-sort-line p strong { font: 700 20px "STKaiti",serif; }
.catalog-sort-line p span { margin-left: 10px; color: #918574; font-size: 9px; }
.catalog-sort-line form { display: flex; align-items: center; gap: 8px; }
.catalog-sort-line label { color: #887b68; font-size: 9px; }
.catalog-sort-line select { height: 34px; padding: 0 28px 0 10px; border: 1px solid #b8a990; color: #564c40; background: #f3ebdd; font-size: 10px; }
.catalog-results { padding-top: 42px; background: var(--paper); }
.pagination { margin-top: 38px; display: flex; justify-content: center; gap: 6px; }
.pagination a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #b8a78c; color: #665b4c; background: #eee4d3; font-size: 11px; }
.pagination a.is-active, .pagination a:hover { color: #fff1d3; border-color: #79261b; background: var(--red); }

/* Detail page */
.dossier-hero { position: relative; min-height: 540px; overflow: hidden; color: #f5ead5; background: #17130f; isolation: isolate; }
.dossier-backdrop { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.08); }
.dossier-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(15,13,10,.97),rgba(15,13,10,.78) 50%,rgba(15,13,10,.64)),linear-gradient(0deg,rgba(15,12,9,.94),transparent 58%); }
.dossier-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size: 56px 56px; }
.dossier-hero-inner { padding-block: 30px 50px; }
.dark-crumbs { color: #a0937e; }
.dossier-layout { min-height: 425px; margin-top: 28px; display: grid; grid-template-columns: 255px minmax(0,1fr) 285px; align-items: center; gap: 40px; }
.dossier-cover { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid #9e753c; background: #17130f; box-shadow: 0 25px 55px rgba(0,0,0,.36); }
.dossier-cover img { width: 100%; height: 100%; object-fit: cover; }
.dossier-cover span { position: absolute; right: 0; bottom: 0; padding: 7px 13px; color: #ffe4a2; background: #81291c; border-left: 1px solid #d0a24e; border-top: 1px solid #d0a24e; font: 800 13px Georgia,serif; }
.dossier-title .eyebrow { color: #ddb45f; }
.dossier-title h1 { margin: 8px 0 10px; font: 700 clamp(36px,5vw,58px)/1.08 "STKaiti",serif; text-shadow: 0 4px 22px rgba(0,0,0,.45); }
.dossier-title > p:not(.eyebrow) { max-width: 560px; margin: 0; color: #c7beaf; font-size: 13px; }
.dossier-title ul { margin: 20px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }
.dossier-title li { padding: 3px 8px; border: 1px solid rgba(218,187,126,.35); color: #cabb9e; background: rgba(22,18,14,.45); font-size: 9px; }
.download-console { padding: 22px; border: 1px solid #735b3c; background: rgba(24,20,16,.76); box-shadow: inset 0 0 0 1px rgba(255,225,162,.05); }
.download-console > p { margin: 0 0 11px; color: var(--gold); font: 700 9px Georgia,serif; }
.download-console dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #514535; border-left: 1px solid #514535; }
.download-console dl div { padding: 8px; border-right: 1px solid #514535; border-bottom: 1px solid #514535; }
.download-console dt { color: #887d6e; font-size: 8px; }
.download-console dd { margin: 1px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #e5d9c3; font-size: 10px; font-weight: 700; }
.platform-actions { margin-top: 14px; display: grid; gap: 7px; }
.platform-actions .btn { width: 100%; min-height: 42px; }
.download-console small { display: block; margin-top: 11px; color: #756d62; font-size: 8px; }
.dossier-nav { position: sticky; top: var(--header); z-index: 80; color: #c9bda9; background: #1b1713; border-block: 1px solid #463a2c; }
.dossier-nav .section-inner { min-height: 47px; display: flex; align-items: center; gap: 26px; overflow-x: auto; scrollbar-width: none; }
.dossier-nav a { flex: 0 0 auto; font-size: 10px; }
.dossier-nav a:hover { color: var(--gold-light); }
.verdict-section { background: var(--paper); }
.verdict-grid { display: grid; grid-template-columns: 280px 1fr; gap: 45px 80px; }
.verdict-title > p:last-child { color: var(--muted); font-size: 12px; }
.verdict-proof { min-height: 185px; padding: 25px; display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 19px; border: 1px solid #b9a88e; background: #e8ddcb; }
.verdict-proof > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue-grey); font-size: 24px; }
.verdict-proof.is-confirmed > span { background: var(--moss); }
.verdict-proof small { color: #8b7e6b; font-size: 9px; }
.verdict-proof strong { display: block; margin-top: 2px; color: #533a24; font: 700 20px "STKaiti",serif; }
.verdict-proof p { margin: 8px 0 0; color: #6a6155; font-size: 11px; }
.verdict-metrics { grid-column: 2; margin: -20px 0 0; display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid #b9a88e; }
.verdict-metrics div { padding: 13px 12px 13px 0; display: grid; }
.verdict-metrics dt { color: #918472; font-size: 9px; }
.verdict-metrics dd { margin: 2px 0 0; font-size: 11px; font-weight: 700; }
.screens-section { padding: 88px 0; color: #e9dfcf; background: #171410; }
.dossier-gallery { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 220px; gap: 6px; }
.dossier-gallery button { position: relative; padding: 0; overflow: hidden; border: 0; background: #100e0b; cursor: zoom-in; }
.dossier-gallery button.is-featured { grid-column: span 2; grid-row: span 2; }
.dossier-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .4s,filter .4s; }
.dossier-gallery button:hover img { transform: scale(1.025); filter: saturate(1); }
.dossier-gallery button::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.08); box-shadow: inset 0 -45px 50px rgba(0,0,0,.38); }
.dossier-gallery span { position: absolute; left: 12px; bottom: 8px; z-index: 2; color: #ead4a8; font: 700 11px Georgia,serif; }
.profile-section { background: var(--paper-2); }
.profile-layout { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 90px; }
.profile-copy > p:not(.eyebrow) { color: #5f574b; font-size: 13px; line-height: 1.9; }
.profile-copy blockquote { margin: 35px 0 0; padding: 22px 25px; border-left: 3px solid var(--red); color: #554735; background: #dacbb5; }
.profile-copy blockquote strong { font: 700 19px "STKaiti",serif; }
.profile-copy blockquote p { margin: 7px 0 0; font-size: 12px; }
.profile-ledger { align-self: start; padding: 28px; color: #e9ddc8; background: #211c17; border-top: 3px solid var(--red); box-shadow: var(--shadow); }
.profile-ledger .eyebrow { color: var(--gold); }
.profile-ledger h2 { margin: 5px 0 18px; font: 700 26px "STKaiti",serif; }
.profile-ledger > dl { margin: 0; border-top: 1px solid #493f34; }
.profile-ledger > dl div { padding: 9px 0; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid #493f34; }
.profile-ledger dt { color: #887e70; font-size: 9px; }
.profile-ledger dd { margin: 0; text-align: right; font-size: 10px; font-weight: 700; }
.ledger-highlights { margin-top: 18px; }
.ledger-highlights details { border-bottom: 1px solid #493f34; }
.ledger-highlights summary { position: relative; padding: 10px 25px 10px 0; list-style: none; color: #d6c8b0; font-size: 10px; cursor: pointer; }
.ledger-highlights summary span { position: absolute; right: 4px; }
.ledger-highlights p { margin: 0 0 10px; color: #928779; font-size: 9px; }
.live-section { background: var(--paper); }
.live-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 14px; }
.live-grid > section { min-height: 280px; padding: 22px; border: 1px solid #b7a68c; background: #e9dfcf; }
.panel-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 13px; border-bottom: 1px solid #bdac92; }
.panel-title h3 { margin: 0; font: 700 21px "STKaiti",serif; }
.panel-title span { color: var(--red); font-size: 9px; font-weight: 700; }
.gift-list > div { padding: 13px 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; border-bottom: 1px solid #c9b9a0; }
.gift-list span { display: grid; }
.gift-list strong { font-size: 10px; }
.gift-list small { color: #897d6c; font-size: 8px; }
.gift-list code { padding: 4px 7px; color: #ffe8b0; background: #6f251b; font: 700 10px Consolas,monospace; }
.activity-list details { border-bottom: 1px solid #c9b9a0; }
.activity-list summary { padding: 11px 0; display: flex; justify-content: space-between; gap: 10px; list-style: none; font-size: 10px; font-weight: 700; cursor: pointer; }
.activity-list time { color: #8b7f6e; font-size: 8px; }
.activity-list p { color: #6d6457; font-size: 9px; }
.server-list div { padding: 10px 0; display: flex; justify-content: space-between; border-bottom: 1px solid #c9b9a0; font-size: 9px; }
.server-list time { color: #857967; }
.panel-empty { margin-top: 25px; color: #867a69; font-size: 10px; }
.related-section { background: var(--paper); }
.not-found { min-height: 65vh; display: grid; place-items: center; padding: 60px 20px; text-align: center; }
.not-found span { color: rgba(143,42,30,.25); font: 800 90px Georgia,serif; }
.not-found h1 { margin: -15px 0 4px; font: 700 34px "STKaiti",serif; }
.not-found p { margin: 0 0 21px; color: var(--muted); font-size: 12px; }

.media-dialog { width: min(calc(100% - 30px),1100px); max-height: 90vh; padding: 0; overflow: hidden; border: 1px solid #8e6b39; background: #100e0b; box-shadow: 0 28px 90px rgba(0,0,0,.6); }
.media-dialog::backdrop { background: rgba(7,6,5,.88); backdrop-filter: blur(5px); }
.media-dialog figure { margin: 0; display: grid; place-items: center; }
.media-dialog figure img { width: 100%; max-height: 82vh; object-fit: contain; }
.media-dialog figcaption { width: 100%; padding: 9px 15px; color: #b9ad9b; background: #17130f; font-size: 9px; }
.dialog-close, .dialog-arrow { position: absolute; z-index: 3; border: 0; color: #fff; background: rgba(0,0,0,.58); cursor: pointer; }
.dialog-close { top: 10px; right: 10px; width: 38px; height: 38px; font-size: 25px; }
.dialog-arrow { top: 50%; width: 42px; height: 55px; font-size: 31px; transform: translateY(-50%); }
.dialog-prev { left: 8px; }
.dialog-next { right: 8px; }

@media (max-width: 1020px) {
  .site-nav a { padding-inline: 10px; }
  .header-action { display: none; }
  .exact-feature { height: auto; grid-template-columns: 270px 1fr; }
  .exact-media { grid-column: 1 / -1; height: 190px; grid-template-columns: repeat(3,1fr); grid-template-rows: 1fr; margin-top: 0; }
  .catalog-card { grid-template-columns: 150px 1fr; }
  .compare-grid { grid-template-columns: repeat(2,1fr); }
  .dossier-layout { grid-template-columns: 220px 1fr; }
  .download-console { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .download-console > p, .download-console > small { grid-column: 1 / -1; }
  .platform-actions { margin: 0; align-content: center; }
  .profile-layout { gap: 50px; }
  .live-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  :root { --header: 64px; }
  .section { padding: 68px 0; }
  .section-inner, .footer-inner { width: min(calc(100% - 28px),var(--max)); }
  .header-inner { width: calc(100% - 28px); }
  .brand-copy small { display: none; }
  .site-nav { position: fixed; top: var(--header); left: 0; right: 0; display: none; padding: 12px 20px 18px; background: #171410; border-bottom: 1px solid #584832; box-shadow: 0 20px 40px rgba(0,0,0,.38); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 11px 4px; border-bottom: 1px solid #2d2821; }
  .site-nav a::after { display: none; }
  .nav-toggle { width: 42px; height: 42px; margin-left: auto; display: grid; place-content: center; gap: 5px; border: 0; background: transparent; cursor: pointer; }
  .nav-toggle span { width: 22px; height: 1px; background: #d8c8a6; transition: transform .2s,opacity .2s; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: min(730px,calc(100svh - var(--header) - 20px)); background-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(15,13,10,.95),rgba(15,13,10,.72) 72%,rgba(15,13,10,.4)),linear-gradient(0deg,rgba(15,12,9,.92),transparent 50%); }
  .hero-inner { width: calc(100% - 28px); padding: 42px 0 56px; justify-content: flex-end; }
  .hero h1 { font-size: clamp(43px,13vw,61px); }
  .hero-lead { margin-top: 20px; font-size: 13px; line-height: 1.75; }
  .hero-actions { width: 100%; margin-top: 21px; display: grid; }
  .hero-stats { width: 100%; margin-top: 25px; }
  .hero-stats > div { min-width: 0; padding-right: 5px; align-items: flex-start; }
  .hero-stats dt { font-size: 18px; }
  .hero-stats span { display: none; }
  .hero-scroll { display: none; }
  .sync-inner { min-height: 68px; flex-wrap: wrap; align-content: center; gap: 6px 10px; }
  .sync-inner p { width: calc(100% - 20px); }
  .sync-inner p strong { display: block; }
  .sync-inner time { margin: 0 0 0 17px; }
  .split-heading { grid-template-columns: 1fr; gap: 12px; }
  .exact-feature { height: auto; grid-template-columns: 1fr; }
  .exact-cover { height: 300px; margin: 25px 0 0; }
  .exact-copy { padding: 30px 0; }
  .exact-facts { grid-template-columns: repeat(2,1fr); }
  .exact-media { grid-column: auto; height: auto; grid-template-columns: repeat(3,1fr); aspect-ratio: 16 / 6; margin: 0 0 26px; }
  .quick-filters { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .quick-filters a { flex: 0 0 auto; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-card, .catalog-card:nth-child(odd), .catalog-card:nth-child(even) { padding: 24px 0; grid-template-columns: 145px 1fr; border-right: 0; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-grid article { min-height: 210px; }
  .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .catalog-hero-inner { min-height: 350px; }
  .catalog-hero dl { gap: 22px; }
  .catalog-search { grid-template-columns: 1fr; gap: 8px; }
  .catalog-filter-tabs { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .catalog-filter-tabs a { flex: 0 0 auto; }
  .catalog-sort-line { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
  .dossier-layout { grid-template-columns: 1fr; gap: 24px; }
  .dossier-cover { width: min(250px,75vw); }
  .download-console { grid-column: auto; grid-template-columns: 1fr; }
  .download-console > p, .download-console > small { grid-column: auto; }
  .dossier-title h1 { font-size: 42px; }
  .dossier-nav .section-inner { width: calc(100% - 28px); }
  .verdict-grid { grid-template-columns: 1fr; gap: 25px; }
  .verdict-metrics { grid-column: auto; margin-top: 0; }
  .dossier-gallery { grid-template-columns: repeat(2,1fr); grid-auto-rows: 170px; }
  .profile-layout { grid-template-columns: 1fr; }
  .profile-ledger { width: 100%; }
  .live-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .brand-seal { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 16px; }
  .hero-kicker { gap: 6px; font-size: 9px; }
  .hero h1 { font-size: 43px; }
  .hero-stats dd { display: none; }
  .hero-stats > div { justify-content: center; }
  .exact-media { grid-template-columns: 1fr; aspect-ratio: auto; }
  .exact-media button { height: 150px; }
  .catalog-card, .catalog-card:nth-child(odd), .catalog-card:nth-child(even) { grid-template-columns: 115px 1fr; gap: 15px; }
  .card-body h2 { font-size: 19px; }
  .card-tags { display: none; }
  .card-meta { margin-block: 9px; }
  .catalog-search > div { grid-template-columns: 1fr 76px; }
  .dossier-hero { min-height: min(720px,calc(100svh - var(--header) - 24px)); }
  .dossier-hero-inner { padding-block: 20px 28px; }
  .dossier-layout { grid-template-columns: 125px minmax(0,1fr); align-items: start; gap: 16px; margin-top: 20px; }
  .dossier-cover { width: 125px; }
  .dossier-title h1 { margin-top: 5px; font-size: 28px; }
  .dossier-title > p:not(.eyebrow) { font-size: 10px; line-height: 1.55; }
  .dossier-title ul { display: none; }
  .download-console { grid-column: 1 / -1; padding: 15px; }
  .download-console dl { grid-template-columns: repeat(4,1fr); }
  .download-console dl div { padding: 6px 4px; }
  .download-console dd { font-size: 8px; }
  .platform-actions { grid-template-columns: 1fr 1fr; }
  .platform-actions .btn { min-height: 40px; padding-inline: 8px; }
  .verdict-metrics { grid-template-columns: 1fr; }
  .dossier-gallery { grid-template-columns: none; grid-template-rows: 250px; grid-auto-flow: column; grid-auto-columns: 86%; grid-auto-rows: 250px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-color: var(--gold) #2d271f; }
  .dossier-gallery button, .dossier-gallery button.is-featured { grid-column: auto; grid-row: auto; scroll-snap-align: start; }
}

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