:root {
  --background: #080807;
  --panel: #121110;
  --panel-strong: #181613;
  --surface: #211e1a;
  --surface-soft: #2b2621;
  --foreground: #f8f6f2;
  --muted: #9f9a92;
  --line: #302b25;
  --primary: #ffa500;
  --primary-strong: #f28b00;
  --primary-foreground: #160e00;
  --success: #70bb55;
  --danger: #e56c62;
  --sidebar: 296px;
  --header: 68px;
  --radius: 10px;
  --shadow: 0 16px 40px rgba(0, 0, 0, .35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; letter-spacing: 0; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .22; background: radial-gradient(circle at 21% 28%, rgba(255,165,0,.7) 0 2px, transparent 3px), radial-gradient(circle at 72% 62%, rgba(255,165,0,.55) 0 2px, transparent 3px), radial-gradient(circle at 48% 83%, rgba(255,165,0,.4) 0 1px, transparent 2px); background-size: 310px 260px, 420px 330px, 270px 390px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { color: inherit; }
.skip { position: fixed; left: 12px; top: -80px; z-index: 100; background: var(--primary); color: var(--primary-foreground); padding: 10px 16px; }
.skip:focus { top: 10px; }
.topbar { position: fixed; z-index: 40; top: 8px; left: 8px; right: 8px; height: 58px; display: grid; grid-template-columns: var(--sidebar) minmax(260px, 1fr) auto; align-items: center; gap: 20px; padding: 0 14px; border: 1px solid #1b1917; border-radius: 10px; background: rgba(18,17,16,.97); box-shadow: 0 8px 24px rgba(0,0,0,.28); }
.brand { display: flex; align-items: center; gap: 16px; min-width: 0; }
.brand img { width: 136px; height: 34px; object-fit: contain; }
.back-mark { color: var(--muted); font-size: 28px; line-height: 1; }
.search { height: 40px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid #4a433b; border-radius: 6px; background: #39342f; color: #847e77; }
.search svg { width: 18px; height: 18px; }
.top-actions { display: flex; align-items: center; gap: 12px; white-space: nowrap; }
.btn { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 9px 20px; border: 1px solid transparent; border-radius: 7px; font-weight: 800; line-height: 1.15; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--primary); color: var(--primary-foreground); }
.btn-primary:hover { background: #ffb11f; }
.btn-outline { border-color: #7b746c; background: transparent; }
.btn-ghost { padding-inline: 10px; }
.menu-button { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); }
.menu-button svg { width: 22px; margin: auto; }
.sidebar { position: fixed; z-index: 35; top: 76px; left: 8px; bottom: 8px; width: var(--sidebar); display: flex; flex-direction: column; padding: 10px 16px 14px; overflow-x: hidden; overflow-y: auto; border: 1px solid #1b1917; border-radius: 10px; background: rgba(18,17,16,.98); }
.side-group { padding: 9px 0 13px; border-bottom: 1px solid var(--line); }
.side-title, .side-link { display: flex; align-items: center; gap: 12px; min-height: 42px; }
.side-title { font-weight: 800; }
.side-title svg, .side-link svg { width: 19px; height: 19px; color: var(--primary); flex: 0 0 auto; }
.side-sub { display: grid; gap: 2px; padding-left: 31px; }
.side-sub a { padding: 7px 0; color: var(--muted); font-size: 14px; }
.side-sub a:hover, .side-sub a[aria-current="page"] { color: var(--primary); }
.side-link { font-weight: 750; border-bottom: 1px solid var(--line); }
.side-bottom { margin-top: auto; padding-top: 20px; }
.language-list { display: flex; flex-wrap: wrap; gap: 6px; }
.language-list a { padding: 6px 9px; border: 1px solid var(--line); border-radius: 5px; font-size: 13px; }
.language-list a[aria-current="true"] { border-color: var(--primary); color: var(--primary); }
.shell { position: relative; margin-left: calc(var(--sidebar) + 28px); padding: 84px 28px 0 20px; min-height: 100vh; }
.content-width { width: min(1180px, 100%); margin: 0 auto; }
.hero { position: relative; min-height: 360px; overflow: hidden; border-radius: 10px; background: #080807; box-shadow: var(--shadow); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #080807 0%, rgba(8,8,7,.97) 23%, rgba(8,8,7,.72) 48%, rgba(8,8,7,.08) 79%); }
.hero-content { position: relative; z-index: 2; width: min(600px, 60%); padding: 54px 42px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 10px; color: var(--primary); text-transform: uppercase; font-size: 13px; font-weight: 900; }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--primary); }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: 0; }
h1 { max-width: 800px; font-size: clamp(34px, 4vw, 58px); text-transform: uppercase; }
h1 strong { color: var(--primary); }
h2 { margin: 0 0 18px; font-size: clamp(28px, 3vw, 38px); }
h3 { font-size: 21px; }
.hero-offer { margin: 15px 0 24px; color: #d2cdc6; font-size: 17px; }
.hero-offer strong { color: var(--foreground); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { max-width: 560px; margin: 16px 0 0; color: var(--muted); font-size: 12px; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: 8px 0 28px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); }
.fact { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 66px; padding: 12px 16px; color: #c4beb6; text-align: center; }
.fact + .fact { border-left: 1px solid var(--line); }
.fact svg { width: 20px; height: 20px; color: var(--primary); }
.game-section { margin: 30px 0 42px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 0 0 14px; }
.section-head a { color: var(--primary); font-weight: 800; }
.game-row { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; }
.game-card { min-width: 0; }
.game-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px; background: var(--panel); }
.game-card strong, .game-card span { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.game-card strong { margin-top: 7px; font-size: 12px; text-transform: uppercase; }
.game-card span { color: var(--primary); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 40px 0; }
.promo-card { position: relative; min-height: 245px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.promo-card img { width: 100%; height: 100%; object-fit: cover; }
.promo-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.88)); }
.promo-copy { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; }
.promo-copy p { margin: 5px 0 0; color: #ccc5bc; font-size: 13px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 40px; align-items: start; margin-top: 38px; }
.article { min-width: 0; }
.lead { margin: 0 0 24px; color: #d7d1c9; font-size: 20px; line-height: 1.55; }
.author { display: flex; gap: 16px; align-items: center; margin: 0 0 28px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); }
.author-art { width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--primary); color: var(--primary-foreground); font-size: 22px; font-weight: 900; }
.author p, .author small { margin: 0; }
.author small { color: var(--muted); }
.rating-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 0 0 32px; }
.rating-card { padding: 17px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); }
.rating-card span, .rating-card strong { display: block; }
.rating-card span { color: var(--muted); font-size: 12px; text-transform: uppercase; }
.rating-card strong { margin-top: 4px; color: var(--primary); font-size: 22px; }
.content-section { scroll-margin-top: 86px; padding: 34px 0; border-top: 1px solid var(--line); }
.content-section p { color: #c5bfb7; }
.content-section li { margin: 8px 0; color: #c5bfb7; }
.figure { margin: 24px 0; overflow: hidden; border-radius: 8px; background: var(--panel); }
.figure img { width: 100%; max-height: 420px; object-fit: cover; }
.figure figcaption { padding: 10px 14px; color: var(--muted); font-size: 12px; }
.table-wrap { margin: 22px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
table { width: 100%; border-collapse: collapse; min-width: 620px; background: var(--panel); }
th, td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--primary); background: var(--surface); font-size: 12px; text-transform: uppercase; }
tr:last-child td { border-bottom: 0; }
.callout { margin: 22px 0; padding: 18px 20px; border-left: 4px solid var(--primary); border-radius: 0 7px 7px 0; background: var(--panel); color: #d7d1c9; }
.callout.warning { border-color: var(--danger); }
.quote { margin: 24px 0; padding: 20px 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.quote p { margin-top: 0; color: var(--foreground); font-size: 18px; }
.quote footer { color: var(--primary); font-size: 13px; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0; }
.pros-cons > div { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); }
.pros-cons h3 { color: var(--primary); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border: 0; background: transparent; text-align: left; font-weight: 800; cursor: pointer; }
.faq-question b { color: var(--primary); font-size: 24px; }
.faq-answer { display: none; padding: 0 0 18px; }
.faq-item.is-open .faq-answer { display: block; }
.faq-item.is-open .faq-question b { transform: rotate(45deg); }
.toc { position: sticky; top: 90px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); }
.toc strong { display: block; padding: 15px; border-bottom: 1px solid var(--line); color: var(--primary); }
.toc a { display: block; padding: 9px 15px; color: var(--muted); font-size: 13px; }
.toc a:hover { color: var(--foreground); }
.footer { position: relative; margin: 48px -28px 0 -20px; overflow: hidden; border-top: 1px solid var(--line); background: var(--panel); }
.footer::after { content: ""; position: absolute; right: 0; bottom: 0; width: 55%; height: 100%; opacity: .3; background: url('/assets/footer-bg.webp') right bottom / cover no-repeat; }
.footer-inner { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); margin: auto; padding: 42px 0; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 36px; }
.footer img { width: 150px; }
.footer p, .footer small { color: var(--muted); }
.footer-nav { display: grid; align-content: start; gap: 8px; }
.footer-nav strong { color: var(--primary); }
.overlay { display: none; }
@media (max-width: 1100px) {
  :root { --sidebar: 248px; }
  .game-row { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .promo-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .toc { position: static; display: grid; grid-template-columns: repeat(2,1fr); }
  .toc strong { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .topbar { left: 6px; right: 6px; top: 6px; height: 56px; grid-template-columns: auto 1fr auto; gap: 10px; }
  .back-mark, .search, .top-actions .btn-ghost { display: none; }
  .menu-button { display: block; }
  .brand img { width: 116px; }
  .top-actions .btn { min-height: 38px; padding: 8px 12px; font-size: 13px; }
  .sidebar { z-index: 60; top: 0; bottom: 0; left: 0; width: min(330px, 88vw); border-radius: 0; transform: translateX(-102%); transition: transform .2s ease; }
  .sidebar.is-open { transform: none; }
  .overlay { position: fixed; z-index: 55; inset: 0; display: block; pointer-events: none; opacity: 0; background: rgba(0,0,0,.68); transition: opacity .2s ease; }
  .overlay.is-open { pointer-events: auto; opacity: 1; }
  .shell { margin-left: 0; padding: 72px 12px 0; }
  .hero { min-height: 540px; }
  .hero-media { object-position: 62% center; }
  .hero::after { background: linear-gradient(180deg, rgba(8,8,7,.08) 18%, rgba(8,8,7,.83) 55%, #080807 80%); }
  .hero-content { width: 100%; padding: 270px 20px 24px; }
  h1 { max-width: 100%; font-size: clamp(27px, 8.3vw, 33px); overflow-wrap: anywhere; }
  .hero-offer, .hero-note { overflow-wrap: anywhere; }
  .facts { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .fact:nth-child(4) { border-top: 1px solid var(--line); }
  .game-row { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .game-card { flex: 0 0 148px; scroll-snap-align: start; }
  .promo-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .promo-card { flex: 0 0 84%; scroll-snap-align: start; }
  .rating-grid { grid-template-columns: 1fr 1fr; }
  .pros-cons { grid-template-columns: 1fr; }
  .toc { grid-template-columns: 1fr; }
  .footer { margin-inline: -12px; }
  .footer-inner { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
