.sky-guide-page { margin: 0; background: #f3ebde; color: #102532; font: 400 15px/1.55 Barlow, sans-serif; }
.sky-guide-page > .sky-site-header { width: 100%; padding: 12px max(20px, calc((100% - 1180px) / 2)); background: #071521; }
.sky-guide-page .sky-home__eyebrow { color: #806000; }
.sky-guide-page .sky-site-footer { padding: 24px; background: #071521; border-radius: 6px 6px 0 0; }
.game-guide { max-width: 1220px; margin: auto; padding: 36px 28px 0; }
.game-guide__intro { max-width: 830px; margin-bottom: 28px; }
.game-guide h1 { font: 750 clamp(30px, 4vw, 44px)/1.12 Barlow, sans-serif; margin: 10px 0 16px; letter-spacing: -.025em; }
.game-guide__intro > p { margin: 10px 0; color: #52616b; }
.game-guide__mode { font-size: 13px; }
.game-guide__layout { display: grid; grid-template-columns: 236px minmax(0, 1fr); gap: 28px; align-items: start; }
.game-guide__chapters { position: sticky; top: 20px; display: grid; gap: 2px; max-height: calc(100dvh - 40px); overflow-y: auto; padding: 4px; }
.game-guide__chapters a { display: flex; gap: 10px; align-items: center; min-height: 38px; padding: 7px 10px; border-radius: 5px; color: #455763; text-decoration: none; font-size: 14px; font-weight: 600; }
.game-guide__chapters a > span { font-size: 12px; color: #637078; width: 20px; }
.game-guide__chapters a[aria-current="step"] { background: #102532; color: #fff; }
.game-guide__chapters a[aria-current="step"] > span { color: #ffd32b; }
.game-guide__chapters a:hover { background: #e4dac9; color: #102532; }
.game-guide__chapters .game-guide__rules { font-size: 12px; border-top: 1px solid #cbbfac; margin-top: 14px; padding-top: 16px; border-radius: 0; }
.game-guide__chapter { padding: 24px; background: #fffdf8; border: 1px solid #cbbfac; border-top: 4px solid #ffcc00; border-radius: 6px; margin-bottom: 24px; scroll-margin-top: 20px; }
.game-guide__chapter[hidden] { display: none; }
.game-guide__chapter header > span { font: 650 12px/1.3 Barlow, sans-serif; color: #716232; }
.game-guide h2 { margin: 8px 0 12px; font: 750 clamp(23px, 3vw, 30px)/1.2 Barlow, sans-serif; letter-spacing: -.02em; }
.game-guide__chapter header > p { margin: 0; color: #52616b; }
.game-guide figure { margin: 22px 0; }
.game-guide figure img { display: block; width: 100%; height: auto; background: #071a28; border-radius: 5px; }
.game-guide figcaption { margin-top: 8px; color: #637078; font-size: 12px; }
.game-guide figcaption a { margin-left: 8px; color: #24556a; text-underline-offset: 3px; white-space: nowrap; }
.game-guide ol { display: grid; gap: 12px; padding-left: 24px; margin: 0 0 20px; }
.game-guide li { padding-left: 5px; }
.game-guide li::marker { color: #937000; font-weight: 700; }
.game-guide__tip { display: flex; align-items: start; gap: 12px; background: #fff4ce; padding: 14px 16px; border-radius: 5px; }
.game-guide__tip > i { margin-top: 4px; color: #826100; }
.game-guide__tip p { margin: 0; font-size: 14px; }
.game-guide__pager { display: flex; gap: 18px; align-items: center; justify-content: space-between; margin-top: 24px; border-top: 1px solid #ded5c5; padding-top: 16px; font-size: 13px; }
.game-guide__pager a { padding: 10px 0; color: #24556a; font-weight: 650; text-underline-offset: 3px; }
.game-guide__footnote { color: #637078; margin: 16px 0 32px; font-size: 12px; }
.game-guide a:focus-visible { outline: 3px solid #b38800; outline-offset: 3px; }
.game-guide h2:focus { outline: none; }
.game-guide__intro a { color: var(--site-accent); text-underline-offset: 3px; }
.game-guide__path { display: flex; flex-wrap: wrap; gap: 4px 12px; margin: 18px 0 -6px; color: var(--site-muted); font-size: 13px; }
.game-guide__path strong { color: var(--site-accent); }
.game-guide__selector { display: none; }
@media (max-width: 760px) {
    .game-guide { padding: 24px 16px 0; }
    .game-guide__layout { grid-template-columns: minmax(0, 1fr); gap: 16px; }
    .game-guide__intro { margin-bottom: 18px; }
    .game-guide__chapters { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; max-height: none; overflow: visible; }
    .game-guide.is-enhanced .game-guide__chapters { display: none; }
    .game-guide.is-enhanced .game-guide__selector { display: grid; gap: 8px; }
    .game-guide__selector label { color: var(--site-muted); font-size: 13px; font-weight: 600; }
    .game-guide__selector select { width: 100%; min-width: 0; min-height: 44px; border: 1px solid var(--site-line); border-radius: 5px; padding: 10px; color: var(--site-text); background: #112c42; font: inherit; color-scheme: dark; }
    .game-guide__selector select:focus-visible { outline: 2px solid var(--site-accent); outline-offset: 3px; }
    .game-guide__selector a { justify-self: start; color: var(--site-accent); font-size: 12px; padding: 4px 0; text-underline-offset: 3px; }
    .game-guide__chapters a { font-size: 12px; padding: 7px; gap: 5px; }
    .game-guide__chapters .game-guide__rules { margin: 0; border: 0; padding: 7px; }
    .game-guide__chapter { padding: 18px 14px; }
    .game-guide__pager { gap: 12px; }
    .game-guide__pager > * { flex: 1; }
    .game-guide__pager > :last-child { text-align: right; }
}
