:root {
  --guide-bg: #070914;
  --guide-panel: #0d1122;
  --guide-panel-2: #11162a;
  --guide-line: rgba(139, 159, 218, .2);
  --guide-line-strong: rgba(42, 219, 255, .42);
  --guide-text: #f3f6ff;
  --guide-muted: #99a5c6;
  --guide-cyan: #21ddff;
  --guide-violet: #8d67ff;
  --guide-pink: #ff4f9a;
  --guide-green: #98ff42;
  --guide-radius: 24px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.guide-site { margin: 0; min-width: 320px; min-height: 100vh; color: var(--guide-text); background: var(--guide-bg); font-family: Inter, system-ui, sans-serif; line-height: 1.65; }
body.guide-site::before { content: ''; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 15% 5%, rgba(26, 176, 255, .13), transparent 34%), radial-gradient(circle at 90% 22%, rgba(142, 71, 255, .13), transparent 32%), linear-gradient(rgba(115, 147, 208, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(115, 147, 208, .035) 1px, transparent 1px); background-size: auto, auto, 44px 44px, 44px 44px; }
body.guide-site::after { content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, transparent 49.8%, rgba(40, 222, 255, .04) 50%, transparent 50.2%); }
a { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.guide-header { position: sticky; top: 0; z-index: 50; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 12px clamp(20px, 5vw, 72px); border-bottom: 1px solid var(--guide-line); background: rgba(7, 9, 20, .88); backdrop-filter: blur(20px); }
.guide-brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.guide-brand-mark { width: 40px; aspect-ratio: 1; border: 1px solid var(--guide-cyan); border-radius: 50%; background: radial-gradient(circle at center, transparent 43%, rgba(32, 220, 255, .18) 45% 56%, transparent 58%), conic-gradient(from 20deg, transparent, var(--guide-cyan), transparent 28%, var(--guide-violet), transparent 56%, var(--guide-pink), transparent 78%); box-shadow: 0 0 28px rgba(33, 221, 255, .22); }
.guide-brand strong, .guide-brand small { display: block; font-family: Rajdhani, sans-serif; letter-spacing: .16em; line-height: 1; }
.guide-brand strong { font-size: 22px; }
.guide-brand small { margin-top: 7px; color: var(--guide-cyan); font-size: 9px; letter-spacing: .46em; }
.guide-nav { display: flex; align-items: center; gap: 8px; }
.guide-nav a { padding: 9px 14px; border: 1px solid transparent; border-radius: 10px; color: var(--guide-muted); font: 600 13px Rajdhani, sans-serif; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: .2s ease; }
.guide-nav a:hover, .guide-nav a[aria-current="page"] { color: var(--guide-text); border-color: var(--guide-line); background: rgba(255, 255, 255, .04); }

.guide-hub-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 540px; display: grid; align-content: center; padding: 86px max(24px, calc((100vw - 1320px) / 2)); border-bottom: 1px solid var(--guide-line); }
.guide-hub-hero::before { content: ''; position: absolute; z-index: -2; inset: 0 0 0 52%; background: linear-gradient(90deg, var(--guide-bg), transparent 25%), radial-gradient(circle at 62% 47%, transparent 0 18%, rgba(33, 221, 255, .18) 18.3% 18.8%, transparent 19.2% 27%, rgba(142, 103, 255, .2) 27.3% 27.8%, transparent 28.2%), repeating-conic-gradient(from 18deg at 62% 47%, rgba(33, 221, 255, .11) 0 2deg, transparent 2deg 17deg); opacity: .84; }
.guide-hub-hero::after { content: 'COMPLETE  ROUTES  /  SECRETS  /  CONTROLS'; position: absolute; right: clamp(20px, 4vw, 70px); bottom: 28px; color: rgba(147, 165, 204, .3); font: 700 10px Rajdhani, sans-serif; letter-spacing: .32em; }
.guide-grid-glow { position: absolute; z-index: -1; left: 50%; width: 36vw; aspect-ratio: 1; border: 1px solid rgba(33, 221, 255, .18); transform: rotate(45deg); box-shadow: inset 0 0 80px rgba(99, 64, 255, .08), 0 0 80px rgba(33, 221, 255, .06); }
.guide-kicker { display: flex; align-items: center; gap: 10px; color: var(--guide-cyan); font: 700 12px Rajdhani, sans-serif; letter-spacing: .24em; text-transform: uppercase; }
.guide-kicker > span { width: 32px; height: 2px; background: linear-gradient(90deg, var(--guide-cyan), var(--guide-violet)); box-shadow: 0 0 12px var(--guide-cyan); }
.guide-hub-hero h1, .guide-detail-hero h1 { max-width: 800px; margin: 18px 0; font: 700 clamp(52px, 7.1vw, 104px)/.86 Rajdhani, sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.guide-hub-hero h1 em, .guide-detail-hero h1 em { display: block; color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(142, 103, 255, .8); text-shadow: 0 0 36px rgba(142, 103, 255, .2); }
.guide-hub-hero > p { max-width: 690px; margin: 0 0 34px; color: var(--guide-muted); font-size: clamp(16px, 1.4vw, 20px); }
.guide-hero-stats { display: flex; flex-wrap: wrap; gap: 12px; }
.guide-hero-stats > div { min-width: 160px; padding: 15px 22px; border: 1px solid var(--guide-line); border-radius: 14px; background: rgba(13, 17, 34, .75); }
.guide-hero-stats strong { display: block; color: var(--guide-cyan); font: 700 25px Rajdhani, sans-serif; }
.guide-hero-stats span { color: var(--guide-muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

.guide-library, .guide-method, .related-guides { max-width: 1380px; margin: 0 auto; padding: 84px clamp(20px, 4vw, 56px); }
.guide-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 26px; margin-bottom: 30px; }
.guide-section-heading > div > * { margin: 0; }
.guide-section-index { display: block; margin-bottom: 8px; color: var(--guide-cyan); font: 700 12px Rajdhani, sans-serif; letter-spacing: .24em; }
.guide-section-heading h2, .section-title-row h2, .guide-method h2 { font: 700 clamp(28px, 3.3vw, 48px)/1 Rajdhani, sans-serif; letter-spacing: -.02em; text-transform: uppercase; }
.guide-section-heading p, .section-title-row p { margin-top: 8px !important; color: var(--guide-muted); }
.guide-search { min-width: min(390px, 100%); display: flex; align-items: center; gap: 10px; padding: 0 15px; border: 1px solid var(--guide-line); border-radius: 14px; background: rgba(12, 16, 32, .8); }
.guide-search > span:not(.sr-only) { color: var(--guide-cyan); font-size: 25px; }
.guide-search input { width: 100%; height: 50px; border: 0; outline: 0; color: var(--guide-text); background: transparent; font: 500 14px Inter, sans-serif; }
.guide-search:focus-within { border-color: var(--guide-cyan); box-shadow: 0 0 0 3px rgba(33, 221, 255, .1); }
.guide-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.guide-filter { min-height: 40px; padding: 0 18px; border: 1px solid var(--guide-line); border-radius: 999px; color: var(--guide-muted); background: var(--guide-panel); font: 700 12px Rajdhani, sans-serif; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.guide-filter:hover, .guide-filter.is-active { color: #061018; border-color: var(--guide-cyan); background: var(--guide-cyan); box-shadow: 0 0 22px rgba(33, 221, 255, .2); }
.guide-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.guide-card { min-width: 0; display: grid; grid-template-columns: 184px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--guide-line); border-radius: var(--guide-radius); background: linear-gradient(145deg, rgba(19, 25, 48, .96), rgba(8, 11, 24, .96)); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.guide-card:hover { transform: translateY(-4px); border-color: var(--guide-line-strong); box-shadow: 0 18px 55px rgba(0, 0, 0, .28); }
.guide-card[hidden] { display: none; }
.guide-card-cover { position: relative; display: grid; place-items: center; min-height: 310px; padding: 25px; overflow: hidden; border-right: 1px solid var(--guide-line); background: radial-gradient(circle at 50% 40%, rgba(33, 221, 255, .14), transparent 56%), #090d1b; text-decoration: none; }
.guide-card-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 44%, rgba(255, 255, 255, .12) 50%, transparent 56%); transform: translateX(-110%); transition: transform .7s ease; }
.guide-card:hover .guide-card-cover::after { transform: translateX(110%); }
.guide-card-cover img { width: 120px; max-height: 190px; object-fit: contain; filter: drop-shadow(0 14px 18px rgba(0, 0, 0, .45)); }
.guide-card-cover > span { position: absolute; left: 15px; bottom: 14px; padding: 5px 9px; border: 1px solid var(--guide-line-strong); border-radius: 7px; color: var(--guide-cyan); background: rgba(6, 12, 25, .88); font: 700 10px Rajdhani, sans-serif; letter-spacing: .16em; }
.guide-card-body { min-width: 0; padding: 26px; }
.guide-card-eyebrow { display: flex; justify-content: space-between; gap: 10px; color: var(--guide-muted); font: 700 10px Rajdhani, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.guide-card-eyebrow span:first-child { color: var(--guide-green); }
.guide-card h2 { margin: 12px 0 8px; font: 700 28px/1.05 Rajdhani, sans-serif; }
.guide-card h2 a { text-decoration: none; }
.guide-card h2 a:hover { color: var(--guide-cyan); }
.guide-card p { margin: 0; color: var(--guide-muted); font-size: 13px; line-height: 1.65; }
.guide-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 16px 0; }
.guide-tags span { padding: 4px 8px; border: 1px solid var(--guide-line); border-radius: 6px; color: #b7c2e0; font-size: 10px; }
.guide-card-actions { display: flex; align-items: center; gap: 16px; }
.guide-btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border: 1px solid var(--guide-line); border-radius: 11px; font: 700 12px Rajdhani, sans-serif; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: .2s ease; }
.guide-btn.primary { color: #031117; border-color: var(--guide-cyan); background: linear-gradient(135deg, var(--guide-cyan), #75ecff); box-shadow: 0 8px 25px rgba(33, 221, 255, .16); }
.guide-btn.primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(33, 221, 255, .28); }
.guide-btn.secondary { background: rgba(255, 255, 255, .04); }
.guide-btn.secondary:hover { border-color: var(--guide-violet); background: rgba(142, 103, 255, .1); }
.guide-text-link { color: var(--guide-cyan); font-size: 12px; font-weight: 700; text-decoration: none; }
.guide-text-link:hover { text-decoration: underline; }
.guide-empty { padding: 50px; border: 1px dashed var(--guide-line); border-radius: var(--guide-radius); color: var(--guide-muted); text-align: center; }

.guide-method { border-top: 1px solid var(--guide-line); }
.guide-method > div:first-child { max-width: 620px; margin-bottom: 30px; }
.guide-method h2 { margin: 0; }
.guide-method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.guide-method article { padding: 26px; border: 1px solid var(--guide-line); border-radius: 18px; background: linear-gradient(150deg, rgba(18, 24, 46, .75), rgba(9, 12, 25, .8)); }
.guide-method article > strong { color: var(--guide-violet); font: 700 12px Rajdhani, sans-serif; letter-spacing: .2em; }
.guide-method h3 { margin: 30px 0 8px; font: 700 22px Rajdhani, sans-serif; text-transform: uppercase; }
.guide-method p { margin: 0; color: var(--guide-muted); font-size: 13px; }

.guide-breadcrumb { max-width: 1380px; margin: 0 auto; display: flex; gap: 10px; padding: 26px clamp(20px, 4vw, 56px); color: var(--guide-muted); font-size: 12px; }
.guide-breadcrumb a { text-decoration: none; }
.guide-breadcrumb a:hover { color: var(--guide-cyan); }
.guide-detail-hero { max-width: 1268px; min-height: 520px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: center; gap: clamp(45px, 8vw, 120px); padding: 42px 32px 80px; }
.guide-detail-hero h1 { max-width: 820px; font-size: clamp(50px, 6.4vw, 90px); }
.guide-detail-hero h1 em { margin-top: 6px; font-size: .48em; letter-spacing: .02em; }
.guide-detail-copy > p { max-width: 760px; margin: 0; color: var(--guide-muted); font-size: 17px; }
.guide-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.guide-quick-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; overflow: hidden; margin: 0; border: 1px solid var(--guide-line); border-radius: 14px; background: var(--guide-line); }
.guide-quick-facts > div { padding: 13px 14px; background: var(--guide-panel); }
.guide-quick-facts dt { color: var(--guide-muted); font: 700 9px Rajdhani, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.guide-quick-facts dd { margin: 4px 0 0; font: 600 13px Rajdhani, sans-serif; }
.guide-detail-cover { position: relative; justify-self: center; width: min(100%, 290px); aspect-ratio: 3 / 4; display: grid; place-items: center; padding: 24px; border: 1px solid var(--guide-line-strong); border-radius: 22px; background: radial-gradient(circle, rgba(33, 221, 255, .16), transparent 63%), #090c19; box-shadow: 20px 22px 0 rgba(142, 103, 255, .08), 0 26px 70px rgba(0, 0, 0, .45); transform: perspective(900px) rotateY(-5deg); }
.guide-detail-cover::before { content: ''; position: absolute; inset: -10px 10px 10px -10px; z-index: -1; border: 1px solid rgba(142, 103, 255, .3); border-radius: 24px; }
.guide-detail-cover img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 18px 22px rgba(0, 0, 0, .45)); }
.cover-system { position: absolute; z-index: 2; top: 12px; right: 12px; padding: 5px 9px; border: 1px solid var(--guide-cyan); border-radius: 7px; color: var(--guide-cyan); background: rgba(4, 10, 19, .9); font: 700 10px Rajdhani, sans-serif; letter-spacing: .15em; }
.cover-scan { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; pointer-events: none; }
.cover-scan::after { content: ''; position: absolute; inset: -40% 0 auto; height: 35%; background: linear-gradient(transparent, rgba(33, 221, 255, .12), transparent); animation: guide-scan 5s linear infinite; }
@keyframes guide-scan { to { transform: translateY(500%); } }

.guide-detail-layout { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 54px; padding: 30px clamp(20px, 4vw, 56px) 70px; border-top: 1px solid var(--guide-line); }
.guide-toc { position: sticky; top: 104px; align-self: start; padding: 22px; border: 1px solid var(--guide-line); border-radius: 18px; background: rgba(12, 16, 31, .88); backdrop-filter: blur(14px); }
.guide-toc > span { display: block; margin-bottom: 14px; color: var(--guide-muted); font: 700 10px Rajdhani, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.guide-toc nav { display: grid; gap: 3px; }
.guide-toc nav a { display: grid; grid-template-columns: 24px 1fr; gap: 7px; padding: 8px; border-radius: 8px; color: var(--guide-muted); font-size: 11px; line-height: 1.35; text-decoration: none; }
.guide-toc nav a > span { color: #5f6c91; font: 700 10px Rajdhani, sans-serif; }
.guide-toc nav a:hover, .guide-toc nav a.is-active { color: var(--guide-text); background: rgba(33, 221, 255, .07); }
.guide-toc nav a.is-active > span { color: var(--guide-cyan); }
.guide-manual-link { display: block; margin-top: 18px; padding: 12px; border: 1px solid rgba(142, 103, 255, .28); border-radius: 10px; color: var(--guide-muted); font-size: 10px; line-height: 1.5; text-decoration: none; }
.guide-manual-link > span { display: block; color: var(--guide-violet); font: 700 9px Rajdhani, sans-serif; letter-spacing: .18em; }
.guide-detail-content { min-width: 0; }
.guide-content-section { padding: 50px 0; border-bottom: 1px solid var(--guide-line); scroll-margin-top: 90px; }
.section-title-row { display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: start; gap: 12px; margin-bottom: 28px; }
.section-title-row > * { margin: 0; }
.section-title-row .guide-section-index { padding-top: 8px; }
.control-table-wrap { overflow-x: auto; border: 1px solid var(--guide-line); border-radius: 18px; }
.controls-section table { width: 100%; border-collapse: collapse; background: rgba(11, 15, 29, .75); }
.controls-section th, .controls-section td { padding: 17px 20px; border-bottom: 1px solid var(--guide-line); text-align: left; vertical-align: top; }
.controls-section thead th { color: var(--guide-muted); background: rgba(255, 255, 255, .025); font: 700 10px Rajdhani, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.controls-section tbody tr:last-child > * { border-bottom: 0; }
.controls-section tbody th { width: 150px; }
kbd { min-width: 54px; display: inline-block; padding: 7px 10px; border: 1px solid rgba(33, 221, 255, .32); border-bottom-width: 3px; border-radius: 8px; color: var(--guide-cyan); background: #070b17; font: 700 12px Rajdhani, sans-serif; text-align: center; }
.controls-section td strong, .controls-section td span { display: block; }
.controls-section td strong { font-size: 13px; }
.controls-section td span { margin-top: 3px; color: var(--guide-muted); font-size: 12px; }
.gameplay-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.gameplay-shot { min-width: 0; overflow: hidden; margin: 0; border: 1px solid var(--guide-line); border-radius: 18px; background: rgba(5, 8, 18, .84); }
.gameplay-shot-route { min-height: 56px; display: grid; grid-template-columns: 45px minmax(0, 1fr); align-items: center; gap: 10px; padding: 10px 14px; border-bottom: 1px solid var(--guide-line); }
.gameplay-shot-route span { color: var(--guide-gold); font: 800 10px Rajdhani, sans-serif; letter-spacing: .12em; }
.gameplay-shot-route strong { overflow: hidden; color: var(--guide-text); font: 700 13px Rajdhani, sans-serif; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.gameplay-shot button { position: relative; width: 100%; display: block; overflow: hidden; padding: 0; border: 1px solid var(--guide-line); border-radius: 18px; color: var(--guide-text); background: #03050c; box-shadow: 0 18px 40px rgba(0, 0, 0, .3); cursor: zoom-in; }
.gameplay-shot button::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, rgba(255, 255, 255, .024) 0 1px, transparent 1px 4px), linear-gradient(180deg, transparent 58%, rgba(2, 4, 12, .72)); }
.gameplay-shot button:hover, .gameplay-shot button:focus-visible { border-color: var(--guide-cyan); outline: 0; box-shadow: 0 0 0 3px rgba(33, 221, 255, .1), 0 22px 50px rgba(0, 0, 0, .38); }
.gameplay-shot img { display: block; width: 100%; height: auto; object-fit: contain; background: #02040a; image-rendering: auto; transition: transform .3s ease, filter .3s ease; }
.gameplay-shot button:hover img { transform: scale(1.025); filter: saturate(1.08) contrast(1.03); }
.gameplay-shot-number, .gameplay-shot-zoom { position: absolute; z-index: 2; bottom: 12px; font: 700 9px Rajdhani, sans-serif; letter-spacing: .16em; }
.gameplay-shot-number { left: 13px; color: var(--guide-cyan); }
.gameplay-shot-zoom { right: 13px; color: #fff; opacity: .78; }
.gameplay-shot figcaption { min-height: 78px; display: flex; align-items: flex-start; gap: 9px; padding: 14px 15px 10px; color: var(--guide-muted); font-size: 11px; line-height: 1.55; }
.gameplay-shot figcaption .gameplay-caption-line { width: 18px; height: 1px; flex: 0 0 auto; margin-top: 8px; background: var(--guide-violet); }
.gameplay-shot-source { display: block; width: fit-content; margin-top: 4px; color: var(--guide-cyan); font: 700 9px Rajdhani, sans-serif; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.gameplay-shot-source:hover { text-decoration: underline; }
.visual-checkpoint-notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; border-top: 1px solid var(--guide-line); background: var(--guide-line); }
.visual-checkpoint-notes > div { min-width: 0; padding: 11px 13px 12px; background: rgba(8, 12, 25, .96); }
.visual-checkpoint-notes dt { margin: 0 0 4px; color: var(--guide-gold); font: 800 8px Rajdhani, sans-serif; letter-spacing: .15em; }
.visual-checkpoint-notes dd { margin: 0; color: #cbd4ec; font-size: 10px; line-height: 1.5; }
.gameplay-capture-note { margin: 22px 0 0; padding: 14px 16px; border: 1px solid rgba(152, 255, 66, .2); border-radius: 12px; color: var(--guide-muted); background: rgba(152, 255, 66, .035); font-size: 11px; }
.gameplay-capture-note strong { color: var(--guide-green); font: 700 11px Rajdhani, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.guide-image-lightbox { width: min(1100px, calc(100vw - 32px)); max-height: calc(100vh - 32px); overflow: visible; padding: 0; border: 1px solid var(--guide-line-strong); border-radius: 20px; color: var(--guide-text); background: #050712; box-shadow: 0 35px 110px rgba(0, 0, 0, .8); }
.guide-image-lightbox::backdrop { background: rgba(1, 3, 10, .88); backdrop-filter: blur(10px); }
.guide-image-lightbox figure { margin: 0; }
.guide-image-lightbox img { width: 100%; max-height: calc(100vh - 120px); object-fit: contain; border-radius: 20px 20px 0 0; background: #000; }
.guide-image-lightbox figcaption { padding: 14px 54px 16px 18px; color: var(--guide-muted); font-size: 12px; }
.guide-image-lightbox-close { position: absolute; z-index: 2; top: 10px; right: 10px; width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; color: #fff; background: rgba(4, 6, 15, .82); font-size: 27px; line-height: 1; cursor: pointer; }
.guide-image-lightbox-close:hover, .guide-image-lightbox-close:focus-visible { color: #031117; border-color: var(--guide-cyan); outline: 0; background: var(--guide-cyan); }
.walkthrough-chapter { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 26px; padding: 34px 0; border-top: 1px solid var(--guide-line); scroll-margin-top: 90px; }
.chapter-number { color: transparent; font: 700 50px Rajdhani, sans-serif; -webkit-text-stroke: 1px rgba(33, 221, 255, .45); }
.chapter-label { color: var(--guide-violet); font: 700 10px Rajdhani, sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.chapter-content h2, .chapter-content h3 { margin: 4px 0 6px; font: 700 clamp(25px, 3vw, 36px) Rajdhani, sans-serif; }
.chapter-summary { margin: 0 0 20px; color: var(--guide-muted); }
.chapter-content ol { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.chapter-content li { position: relative; counter-increment: step; padding: 13px 16px 13px 52px; border-top: 1px solid rgba(139, 159, 218, .11); color: #d7ddf1; font-size: 14px; }
.chapter-content li::before { content: counter(step); position: absolute; left: 13px; top: 12px; width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--guide-line); border-radius: 50%; color: var(--guide-cyan); font: 700 10px Rajdhani, sans-serif; }
.chapter-checkpoint { display: flex; gap: 12px; margin-top: 18px; padding: 14px 16px; border: 1px solid rgba(152, 255, 66, .22); border-radius: 12px; background: rgba(152, 255, 66, .045); }
.chapter-checkpoint > span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #07120b; background: var(--guide-green); font-weight: 800; }
.chapter-checkpoint strong { color: var(--guide-green); font: 700 10px Rajdhani, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.chapter-checkpoint p { margin: 1px 0 0; color: var(--guide-muted); font-size: 12px; }
.secret-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.secret-grid article { min-width: 0; padding: 21px; border: 1px solid var(--guide-line); border-radius: 15px; background: linear-gradient(145deg, rgba(22, 19, 47, .8), rgba(10, 13, 27, .85)); }
.secret-grid article > span { color: var(--guide-pink); }
.secret-grid h3 { margin: 18px 0 7px; font: 700 18px Rajdhani, sans-serif; }
.secret-grid p { margin: 0; color: var(--guide-muted); font-size: 12px; }
.guide-faq { border-top: 1px solid var(--guide-line); }
.guide-faq details { border-bottom: 1px solid var(--guide-line); }
.guide-faq summary { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px 2px; font: 600 15px Inter, sans-serif; cursor: pointer; list-style: none; }
.guide-faq summary::-webkit-details-marker { display: none; }
.guide-faq summary span { color: var(--guide-cyan); font-size: 23px; transition: transform .2s ease; }
.guide-faq details[open] summary span { transform: rotate(45deg); }
.guide-faq details p { margin: 0; padding: 0 34px 20px 2px; color: var(--guide-muted); font-size: 14px; }
.guide-sources { margin-top: 40px; padding: 22px; border: 1px solid var(--guide-line); border-radius: 15px; background: rgba(255, 255, 255, .02); }
.guide-sources h2 { margin: 0 0 7px; font: 700 18px Rajdhani, sans-serif; text-transform: uppercase; }
.guide-sources p, .guide-sources li { color: var(--guide-muted); font-size: 11px; }
.guide-sources ul { margin: 10px 0 0; padding-left: 18px; }
.guide-sources a { color: var(--guide-cyan); }
.reading-progress { position: fixed; top: 0; left: 0; z-index: 80; width: 0; height: 3px; background: linear-gradient(90deg, var(--guide-cyan), var(--guide-violet), var(--guide-pink)); box-shadow: 0 0 14px var(--guide-cyan); }

.related-guides { border-top: 1px solid var(--guide-line); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.related-grid > a { min-width: 0; display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 14px; align-items: center; padding: 14px; border: 1px solid var(--guide-line); border-radius: 14px; background: var(--guide-panel); text-decoration: none; }
.related-grid > a:hover { border-color: var(--guide-line-strong); }
.related-grid img { width: 72px; height: 88px; object-fit: contain; border-radius: 8px; background: #080b16; }
.related-grid span > * { display: block; }
.related-grid small { color: var(--guide-cyan); font: 700 9px Rajdhani, sans-serif; letter-spacing: .14em; }
.related-grid strong { margin: 5px 0; overflow: hidden; font: 700 17px Rajdhani, sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.related-grid em { color: var(--guide-muted); font-size: 10px; font-style: normal; }

.guide-footer { min-height: 130px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 32px clamp(20px, 5vw, 72px); border-top: 1px solid var(--guide-line); background: #060810; }
.guide-footer strong, .guide-footer span { display: block; }
.guide-footer strong { font: 700 14px Rajdhani, sans-serif; letter-spacing: .15em; }
.guide-footer span { margin-top: 4px; color: var(--guide-muted); font-size: 11px; }
.guide-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.guide-footer a { color: var(--guide-muted); font-size: 11px; text-decoration: none; }
.guide-footer a:hover { color: var(--guide-cyan); }

@media (max-width: 1050px) {
  .guide-card-grid { grid-template-columns: 1fr; }
  .guide-detail-hero { grid-template-columns: minmax(0, 1fr) 240px; gap: 40px; }
  .guide-detail-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 30px; }
  .secret-grid { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .guide-header { position: relative; min-height: 64px; padding: 10px 18px; }
  .guide-brand strong { font-size: 18px; }
  .guide-brand small { letter-spacing: .27em; }
  .guide-brand-mark { width: 34px; }
  .guide-nav a { display: none; }
  .guide-nav a[aria-current="page"] { display: inline-flex; }
  .guide-hub-hero { min-height: 590px; padding: 70px 22px 90px; }
  .guide-hub-hero::before { inset: 28% -20% 0 18%; opacity: .52; }
  .guide-hub-hero h1 { font-size: clamp(48px, 15vw, 70px); }
  .guide-hero-stats > div { min-width: calc(50% - 6px); }
  .guide-section-heading { align-items: stretch; flex-direction: column; }
  .guide-search { min-width: 0; width: 100%; }
  .guide-card { grid-template-columns: 122px minmax(0, 1fr); }
  .guide-card-cover { min-height: 285px; padding: 16px; }
  .guide-card-cover img { width: 92px; }
  .guide-card-body { padding: 20px; }
  .guide-card h2 { font-size: 24px; }
  .guide-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
  .guide-card-actions { align-items: flex-start; flex-direction: column; gap: 9px; }
  .guide-method-grid { grid-template-columns: 1fr; }
  .guide-detail-hero { grid-template-columns: 1fr; padding: 25px 22px 60px; }
  .guide-detail-cover { width: 220px; grid-row: 1; transform: none; }
  .guide-detail-copy { grid-row: 2; }
  .guide-detail-hero h1 { font-size: clamp(45px, 15vw, 70px); }
  .guide-quick-facts { grid-template-columns: repeat(2, 1fr); }
  .guide-detail-layout { grid-template-columns: 1fr; padding-top: 18px; }
  .guide-toc { position: relative; top: auto; }
  .guide-toc nav { grid-template-columns: repeat(2, 1fr); }
  .gameplay-gallery { grid-template-columns: 1fr; }
  .walkthrough-chapter { grid-template-columns: 54px minmax(0, 1fr); gap: 12px; }
  .chapter-number { font-size: 38px; }
  .related-grid { grid-template-columns: 1fr; }
  .guide-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .guide-library, .guide-method, .related-guides { padding: 58px 15px; }
  .guide-hero-stats > div { min-width: 100%; }
  .guide-card { grid-template-columns: 1fr; }
  .guide-card-cover { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--guide-line); }
  .guide-card-cover img { width: 120px; max-height: 165px; }
  .guide-card-actions { align-items: center; flex-direction: row; }
  .guide-toc nav { grid-template-columns: 1fr; }
  .walkthrough-chapter { grid-template-columns: 1fr; }
  .chapter-number { font-size: 30px; }
  .section-title-row { grid-template-columns: 1fr; }
  .controls-section th, .controls-section td { padding: 14px 12px; }
  .controls-section tbody th { width: 105px; }
  .gameplay-shot figcaption { min-height: 0; }
}

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

/* Magazine field-guide edition — 2026-08-31 */
:root {
  --guide-gold: #ffc857;
  --guide-red: #ff5b62;
  --guide-ink: #050712;
  --guide-paper: #f7f1df;
}

.guide-magazine .guide-header { border-bottom-color: rgba(255, 200, 87, .22); }
.guide-issue-line { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 22px; color: var(--guide-muted); font: 700 10px Rajdhani, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.guide-issue-line > * { padding: 5px 9px; border: 1px solid var(--guide-line); border-radius: 6px; font-style: normal; }
.guide-issue-line > span { color: #08101b; border-color: var(--guide-gold); background: var(--guide-gold); }
.guide-issue-line > b { color: var(--guide-cyan); }
.guide-issue-line > i { margin-left: auto; }

.guide-magazine-cover { min-height: 690px; grid-template-columns: minmax(0, .92fr) minmax(420px, .82fr); align-items: center; gap: clamp(30px, 5vw, 88px); }
.guide-magazine-cover::before { inset: 0 0 0 42%; opacity: .58; }
.guide-cover-copy { min-width: 0; }
.guide-cover-copy > .guide-btn { width: fit-content; margin: 4px 0 30px; }
.guide-cover-copy .guide-hero-stats { margin-top: 0; }
.guide-cover-collage { position: relative; min-height: 500px; perspective: 1200px; }
.guide-cover-frame { position: absolute; overflow: hidden; width: min(72%, 420px); aspect-ratio: 4 / 3; border: 1px solid rgba(255, 255, 255, .28); border-radius: 14px; background: #000; box-shadow: 0 32px 80px rgba(0, 0, 0, .58); text-decoration: none; transform-origin: center; transition: transform .25s ease, border-color .25s ease; }
.guide-cover-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(2, 4, 12, .92)); pointer-events: none; }
.guide-cover-frame img { width: 100%; height: 100%; object-fit: cover; }
.guide-cover-frame picture, .guide-hero-gameplay picture, .gameplay-shot picture, .chapter-visual picture { width: 100%; height: 100%; display: block; }
.gameplay-shot picture, .chapter-visual picture { height: auto; }
.guide-cover-frame > span { position: absolute; z-index: 2; right: 16px; bottom: 14px; left: 16px; font: 700 20px Rajdhani, sans-serif; text-transform: uppercase; }
.guide-cover-frame b { display: block; margin-top: 2px; color: var(--guide-gold); font-size: 9px; letter-spacing: .16em; }
.guide-cover-frame.frame-1 { z-index: 3; top: 86px; left: 2%; transform: rotate(-5deg); }
.guide-cover-frame.frame-2 { z-index: 2; top: 10px; right: 0; transform: rotate(6deg) scale(.86); }
.guide-cover-frame.frame-3 { z-index: 1; right: 4%; bottom: 0; transform: rotate(11deg) scale(.78); }
.guide-cover-frame:hover, .guide-cover-frame:focus-visible { z-index: 5; border-color: var(--guide-cyan); outline: 0; transform: rotate(0) scale(1.03); }

.guide-results { margin: -10px 0 22px; color: var(--guide-muted); font: 600 12px Rajdhani, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.guide-results strong { color: var(--guide-gold); font-size: 18px; }
.guide-magazine .guide-card { position: relative; }
.guide-magazine .guide-card::before { content: 'FIELD GUIDE'; position: absolute; z-index: 2; top: 12px; right: 14px; color: rgba(255, 255, 255, .22); font: 700 8px Rajdhani, sans-serif; letter-spacing: .24em; writing-mode: vertical-rl; }
.guide-magazine .guide-card-eyebrow > span:first-child { color: var(--guide-gold); }

.guide-magazine-hero { max-width: 1380px; min-height: 650px; grid-template-columns: minmax(0, .95fr) minmax(420px, .8fr); gap: clamp(45px, 6vw, 96px); }
.guide-magazine-hero .guide-detail-copy { position: relative; z-index: 2; }
.guide-magazine-hero h1 { font-size: clamp(54px, 6.1vw, 88px); }
.guide-byline { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 20px; color: var(--guide-muted); font-size: 10px; }
.guide-byline span + span::before, .guide-byline time::before { content: '•'; margin-right: 14px; color: var(--guide-gold); }
.guide-byline a { color: var(--guide-text); text-decoration-color: rgba(33, 221, 255, .45); text-underline-offset: 3px; }
.guide-hero-visual { position: relative; min-width: 0; min-height: 480px; display: grid; align-items: center; }
.guide-hero-gameplay { position: relative; overflow: hidden; width: 100%; aspect-ratio: 4 / 3; padding: 0; border: 1px solid var(--guide-line-strong); border-radius: 18px; color: #fff; background: #000; box-shadow: 0 35px 80px rgba(0, 0, 0, .48); cursor: zoom-in; transform: rotate(1.5deg); }
.guide-hero-gameplay::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(2, 4, 12, .84)), repeating-linear-gradient(0deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 4px); pointer-events: none; }
.guide-hero-gameplay img { width: 100%; height: 100%; object-fit: cover; }
.guide-pixel-art .guide-hero-gameplay img, .guide-pixel-art .gameplay-shot img, .guide-pixel-art .chapter-visual img { image-rendering: pixelated; }
.guide-hero-gameplay > span { position: absolute; z-index: 2; right: 16px; bottom: 13px; color: var(--guide-gold); font: 700 9px Rajdhani, sans-serif; letter-spacing: .16em; }
.guide-hero-gameplay:hover, .guide-hero-gameplay:focus-visible { border-color: var(--guide-cyan); outline: 0; transform: rotate(0); }
.guide-cover-mini.guide-detail-cover { position: absolute; z-index: 3; right: -26px; bottom: -20px; width: 138px; padding: 12px; border-radius: 12px; box-shadow: -12px 18px 45px rgba(0, 0, 0, .58); transform: rotate(5deg); }
.guide-cover-mini.guide-detail-cover::before { display: none; }
.guide-cover-mini .cover-system { top: 7px; right: 7px; padding: 3px 6px; font-size: 8px; }

.guide-route-meter { margin: 0 0 16px; padding: 12px; border: 1px solid rgba(255, 200, 87, .2); border-radius: 11px; background: rgba(255, 200, 87, .035); }
.guide-route-meter > div { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.guide-route-meter b { color: var(--guide-gold); font: 700 18px Rajdhani, sans-serif; }
.guide-route-meter small { color: var(--guide-muted); font: 700 8px Rajdhani, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.guide-route-meter progress { width: 100%; height: 5px; display: block; overflow: hidden; margin-top: 8px; border: 0; border-radius: 999px; appearance: none; background: rgba(255, 255, 255, .08); }
.guide-route-meter progress::-webkit-progress-bar { background: rgba(255, 255, 255, .08); }
.guide-route-meter progress::-webkit-progress-value { background: linear-gradient(90deg, var(--guide-gold), var(--guide-cyan)); }
.guide-route-meter progress::-moz-progress-bar { background: linear-gradient(90deg, var(--guide-gold), var(--guide-cyan)); }
.guide-progress-reset { width: 100%; margin-top: 14px; padding: 8px; border: 1px solid var(--guide-line); border-radius: 8px; color: var(--guide-muted); background: transparent; font: 700 9px Rajdhani, sans-serif; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.guide-progress-reset:hover, .guide-progress-reset:focus-visible { color: var(--guide-text); border-color: var(--guide-gold); outline: 0; }

.guide-briefing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.guide-briefing-grid article { min-width: 0; padding: 20px; border: 1px solid var(--guide-line); border-radius: 15px; background: linear-gradient(145deg, rgba(18, 24, 46, .9), rgba(8, 11, 23, .94)); }
.guide-briefing-grid span, .chapter-brief span { color: var(--guide-gold); font: 700 9px Rajdhani, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.guide-briefing-grid strong { display: block; margin: 9px 0 5px; font: 700 21px Rajdhani, sans-serif; }
.guide-briefing-grid p { margin: 0; color: var(--guide-muted); font-size: 11px; }
.guide-tag-ribbon { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 18px 0 22px; }
.guide-tag-ribbon > span { padding: 5px 10px; border: 1px solid var(--guide-line); border-radius: 999px; color: var(--guide-muted); font: 700 9px Rajdhani, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.guide-tag-ribbon > span:first-child { color: #111421; border-color: var(--guide-gold); background: var(--guide-gold); }
.guide-route-map { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.guide-route-map a { min-width: 0; display: grid; grid-template-columns: 34px minmax(0, 1fr) 18px; align-items: center; gap: 10px; padding: 13px; border: 1px solid var(--guide-line); border-radius: 12px; background: rgba(255, 255, 255, .018); text-decoration: none; }
.guide-route-map a:hover, .guide-route-map a:focus-visible { border-color: var(--guide-cyan); outline: 0; background: rgba(33, 221, 255, .045); }
.guide-route-map > a > span { color: transparent; font: 700 24px Rajdhani, sans-serif; -webkit-text-stroke: 1px rgba(33, 221, 255, .48); }
.guide-route-map strong, .guide-route-map small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.guide-route-map strong { font: 700 13px Rajdhani, sans-serif; }
.guide-route-map small { margin-top: 3px; color: var(--guide-muted); font-size: 9px; }
.guide-route-map i { color: var(--guide-gold); font-style: normal; }

.guide-magazine .walkthrough-chapter { grid-template-columns: 74px minmax(0, 1fr); padding: 48px 0; }
.chapter-rail { position: sticky; top: 106px; align-self: start; text-align: center; }
.chapter-rail small { display: block; color: var(--guide-muted); font: 700 8px Rajdhani, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.chapter-content > header { margin-bottom: 18px; }
.chapter-brief { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1px; overflow: hidden; margin-bottom: 18px; border: 1px solid var(--guide-line); border-radius: 13px; background: var(--guide-line); }
.chapter-brief > div { padding: 14px 16px; background: rgba(11, 15, 29, .96); }
.chapter-brief p { margin: 4px 0 0; color: var(--guide-muted); font-size: 12px; }
.guide-route-steps { display: grid; gap: 9px; }
.chapter-content .guide-route-step { min-width: 0; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; padding: 16px; border: 1px solid rgba(139, 159, 218, .14); border-radius: 13px; background: rgba(255, 255, 255, .018); transition: border-color .2s ease, background .2s ease, opacity .2s ease; }
.chapter-content .guide-route-step::before { display: none; }
.guide-route-step:hover { border-color: rgba(33, 221, 255, .34); }
.guide-step-check { position: relative; width: 30px; height: 30px; display: block; cursor: pointer; }
.guide-step-check input { position: absolute; opacity: 0; pointer-events: none; }
.guide-step-check > span[aria-hidden] { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--guide-line-strong); border-radius: 8px; color: #07120b; background: rgba(33, 221, 255, .03); }
.guide-step-check > span[aria-hidden]::after { content: '✓'; opacity: 0; font-weight: 900; transform: scale(.5); transition: .18s ease; }
.guide-step-check input:focus-visible + span { outline: 2px solid var(--guide-gold); outline-offset: 3px; }
.guide-step-check input:checked + span { border-color: var(--guide-green); background: var(--guide-green); }
.guide-step-check input:checked + span::after { opacity: 1; transform: scale(1); }
.guide-route-step.is-complete { opacity: .62; border-color: rgba(152, 255, 66, .24); background: rgba(152, 255, 66, .025); }
.guide-route-step.is-complete p { text-decoration: line-through; text-decoration-color: rgba(152, 255, 66, .32); }
.guide-step-label { display: block; color: var(--guide-cyan); font: 700 9px Rajdhani, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.guide-route-step p { margin: 4px 0 0; color: #d7ddf1; font-size: 14px; }
.guide-step-note { padding-top: 8px; color: var(--guide-muted) !important; font-size: 11px !important; text-decoration: none !important; }
.guide-step-note strong { color: var(--guide-gold); }
.chapter-visual { overflow: hidden; margin: 14px 0 0; border: 1px solid var(--guide-line); border-radius: 14px; background: rgba(4, 7, 15, .88); }
.chapter-visual-heading { display: grid; grid-template-columns: 190px minmax(0, 1fr); align-items: center; gap: 12px; padding: 12px 15px; border-bottom: 1px solid var(--guide-line); background: linear-gradient(90deg, rgba(33, 221, 255, .065), rgba(255, 200, 87, .035)); }
.chapter-visual-heading span { color: var(--guide-cyan); font: 800 8px Rajdhani, sans-serif; letter-spacing: .15em; }
.chapter-visual-heading strong { overflow: hidden; color: var(--guide-text); font: 700 12px Rajdhani, sans-serif; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.chapter-visual button { position: relative; width: 100%; display: block; overflow: hidden; padding: 0; border: 0; color: #fff; background: #000; cursor: zoom-in; }
.chapter-visual button::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(3, 5, 13, .88)); pointer-events: none; }
.chapter-visual img { width: 100%; height: auto; display: block; object-fit: contain; background: #000; }
.chapter-visual button > span { position: absolute; z-index: 2; right: 14px; bottom: 12px; color: var(--guide-gold); font: 700 9px Rajdhani, sans-serif; letter-spacing: .14em; }
.chapter-visual button:focus-visible { outline: 2px solid var(--guide-cyan); outline-offset: -3px; }
.chapter-visual figcaption { padding: 12px 15px 14px; color: var(--guide-muted); font-size: 10px; line-height: 1.55; }
.chapter-visual figcaption strong { display: block; margin-bottom: 3px; color: var(--guide-cyan); font: 700 9px Rajdhani, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.chapter-visual figcaption a { color: var(--guide-gold); }
.chapter-visual .visual-checkpoint-notes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.chapter-warning { margin-top: 12px; padding: 14px 16px; border: 1px solid rgba(255, 91, 98, .32); border-left: 3px solid var(--guide-red); border-radius: 10px; background: rgba(255, 91, 98, .045); }
.chapter-warning strong { color: var(--guide-red); font: 700 10px Rajdhani, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.chapter-warning p { margin: 4px 0 0; color: var(--guide-muted); font-size: 12px; }

.guide-magazine .secret-grid article { position: relative; overflow: hidden; }
.guide-magazine .secret-grid article > span { color: transparent; font: 700 46px Rajdhani, sans-serif; -webkit-text-stroke: 1px rgba(255, 79, 154, .45); }
.guide-sources { display: grid; grid-template-columns: 104px minmax(0, 1fr); align-items: center; gap: 24px; }
.guide-editorial-stamp { width: 94px; aspect-ratio: 1; display: grid; place-items: center; align-content: center; border: 2px solid var(--guide-gold); border-radius: 50%; color: var(--guide-gold); text-align: center; transform: rotate(-7deg); }
.guide-editorial-stamp b { font: 800 30px Rajdhani, sans-serif; line-height: .85; }
.guide-editorial-stamp span { margin-top: 6px; font: 700 7px Rajdhani, sans-serif; letter-spacing: .08em; line-height: 1.2; }
.guide-mobile-play { display: none; }
.guide-content-section:not(:first-child), .related-guides { content-visibility: auto; contain-intrinsic-size: 800px; }

@media (max-width: 1050px) {
  .guide-magazine-cover { grid-template-columns: minmax(0, 1fr) 410px; }
  .guide-magazine-hero { grid-template-columns: minmax(0, 1fr) 360px; }
  .guide-hero-visual { min-height: 420px; }
  .guide-cover-mini.guide-detail-cover { right: -10px; }
  .guide-briefing-grid { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .guide-magazine-cover { min-height: auto; grid-template-columns: 1fr; padding-bottom: 50px; }
  .guide-cover-collage { min-height: 390px; margin-top: -25px; }
  .guide-cover-frame { width: min(73%, 350px); }
  .guide-magazine-hero { grid-template-columns: 1fr; padding-top: 20px; }
  .guide-magazine-hero .guide-detail-copy { grid-row: 2; }
  .guide-hero-visual { grid-row: 1; min-height: 360px; }
  .guide-cover-mini.guide-detail-cover { width: 112px; right: 3px; bottom: 4px; }
  .guide-byline { display: grid; }
  .guide-byline span + span::before, .guide-byline time::before { display: none; }
  .guide-route-map { grid-template-columns: 1fr; }
  .guide-magazine .walkthrough-chapter { grid-template-columns: 48px minmax(0, 1fr); }
  .chapter-rail { position: relative; top: auto; }
  .chapter-brief { grid-template-columns: 1fr; }
  .guide-sources { grid-template-columns: 80px minmax(0, 1fr); gap: 16px; }
  .guide-editorial-stamp { width: 74px; }
  .guide-editorial-stamp b { font-size: 24px; }
  .guide-mobile-play { position: fixed; z-index: 65; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; border: 1px solid var(--guide-gold); border-radius: 999px; color: #10121b; background: var(--guide-gold); box-shadow: 0 12px 35px rgba(0, 0, 0, .45); font: 800 12px Rajdhani, sans-serif; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
}

@media (max-width: 480px) {
  .guide-issue-line > i { margin-left: 0; }
  .guide-cover-collage { min-height: 310px; }
  .guide-cover-frame.frame-1 { top: 55px; }
  .guide-cover-frame.frame-2 { top: 0; }
  .guide-cover-frame.frame-3 { bottom: 0; }
  .guide-hero-visual { min-height: 300px; }
  .guide-magazine .guide-quick-facts { grid-template-columns: 1fr 1fr; }
  .guide-magazine .walkthrough-chapter { grid-template-columns: 1fr; }
  .chapter-rail { display: flex; align-items: baseline; gap: 8px; text-align: left; }
  .chapter-content .guide-route-step { grid-template-columns: 30px minmax(0, 1fr); padding: 13px; }
  .guide-route-step p { font-size: 13px; }
  .visual-checkpoint-notes, .chapter-visual .visual-checkpoint-notes { grid-template-columns: 1fr; }
  .chapter-visual-heading { grid-template-columns: 1fr; gap: 3px; }
  .guide-sources { grid-template-columns: 1fr; }
  .guide-editorial-stamp { margin: 0 auto; }
}

@media print {
  body.guide-site { color: #111; background: #fff; font-size: 10pt; }
  body.guide-site::before, body.guide-site::after, .guide-header, .guide-detail-actions, .guide-hero-visual, .guide-toc, .reading-progress, .guide-mobile-play, .guide-image-lightbox, .related-guides, .guide-footer { display: none !important; }
  .guide-detail-hero, .guide-detail-layout { max-width: none; display: block; padding: 0; border: 0; }
  .guide-detail-hero h1, .guide-detail-hero h1 em, .chapter-number { color: #111; -webkit-text-stroke: 0; text-shadow: none; }
  .guide-detail-copy > p, .chapter-brief p, .guide-route-step p, .chapter-checkpoint p, .guide-sources p, .guide-sources li { color: #333; }
  .guide-content-section { padding: 20px 0; break-inside: auto; }
  .walkthrough-chapter { display: block; padding: 18px 0; break-inside: avoid; }
  .guide-route-step, .chapter-brief > div, .chapter-checkpoint, .guide-sources { color: #111; background: #fff; border-color: #bbb; }
}
