.guide-page { padding-block: 64px 96px; }
.guide-page h1 { max-width: 18ch; margin: 16px 0 24px; font-size: clamp(2.5rem, 5.8vw, 4.6rem); font-weight: 300; line-height: 1.02; letter-spacing: -.03em; text-wrap: balance; overflow-wrap: anywhere; }
.guide-page h2 { margin: 48px 0 16px; font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.15; text-wrap: balance; }
.guide-page h3 { margin: 24px 0 8px; font-size: 1.2rem; text-wrap: balance; }
.guide-page p, .guide-page li { max-width: 70ch; text-wrap: pretty; }
.guide-lede { font-size: 1.15rem; color: var(--ink-dim); }
.guide-layout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(240px, 3fr); gap: 64px; align-items: start; margin-top: 40px; }
.guide-main { min-width: 0; }
.guide-aside { border-top: 1px solid var(--hairline-strong); padding-top: 24px; }
.guide-aside h2 { margin-top: 0; font-size: 1.4rem; }
.guide-aside img { display: block; width: 100%; height: auto; margin: 24px 0 16px; }
.guide-notice { padding: 24px; background: var(--surface-fill); margin: 24px 0; }
.guide-notice p:first-child { margin-top: 0; }
.guide-notice p:last-child { margin-bottom: 0; }
.checklist-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin: 24px 0; }
.guide-button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; border: 1px solid var(--ink); border-radius: 999px; padding: 12px 24px; background: transparent; color: var(--ink); font: inherit; cursor: pointer; text-decoration: none; }
.guide-button:hover { background: var(--surface-fill); }
.guide-button-primary { background: var(--ink); color: var(--surface); }
.guide-button-primary:hover { background: var(--ink-dim); }
.guide-button:focus-visible, .checklist-item:has(input:focus-visible) { outline: 2px solid var(--ink); outline-offset: 4px; }
.checklist-fields { display: grid; gap: 16px; }
.checklist-fields label { display: grid; gap: 8px; }
.checklist-fields input, .checklist-fields textarea { width: 100%; box-sizing: border-box; border: 1px solid var(--hairline-strong); border-radius: 8px; padding: 12px 16px; background: var(--surface); color: var(--ink); font: inherit; }
.checklist-fields input { min-height: 48px; }
.checklist-fields textarea { resize: vertical; min-height: 132px; }
.checklist-progress { padding-block: 24px; border-block: 1px solid var(--hairline-strong); }
.checklist-progress p { margin: 0 0 8px; }
.checklist-progress progress { width: 100%; height: 10px; accent-color: var(--ink); }
.checklist-status { color: var(--ink-dim); font-size: .88rem; }
.checklist-group { border: 0; padding: 0; margin: 32px 0 0; min-width: 0; }
.checklist-group legend { font-size: 1.45rem; font-weight: 500; padding: 0 0 16px; }
.checklist-item { display: flex; align-items: flex-start; gap: 16px; min-height: 48px; padding: 16px 0; border-top: 1px solid var(--hairline-strong); cursor: pointer; }
.checklist-item input { flex: 0 0 22px; width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--ink); }
.checklist-item span { min-width: 0; }
.checklist-item strong { display: block; font-weight: 500; }
.checklist-item small { display: block; margin-top: 4px; color: var(--ink-dim); font-size: .92rem; line-height: 1.5; }
.guide-page [hidden] { display: none !important; }
.guide-table { width: 100%; border-collapse: collapse; margin: 24px 0; text-align: start; }
.guide-table th, .guide-table td { border-bottom: 1px solid var(--hairline-strong); padding: 16px 12px 16px 0; vertical-align: top; }
.guide-table th { font-weight: 500; }
.guide-links { padding-inline-start: 20px; }
.guide-links li { margin: 12px 0; }
.guide-page .play-badge img { max-width: 170px; width: 170px; margin: 16px 0; }
.guide-sources { font-size: .92rem; color: var(--ink-dim); }
@media (max-width: 820px) { .guide-layout { grid-template-columns: 1fr; gap: 40px; } .guide-aside { max-width: 500px; } .guide-aside img { max-width: 320px; } }
@media (max-width: 600px) { .guide-page { padding-block: 48px 64px; } .guide-page h1 { font-size: 2.55rem; } .guide-table th, .guide-table td { padding-inline-end: 8px; font-size: .9rem; } .guide-notice { padding: 20px; } }
@media print {
  .site-head, .site-foot, .skip, .guide-aside, .checklist-toolbar, .checklist-status, .tool-breadcrumb, .guide-links, .guide-sources, [data-reset-confirmation] { display: none !important; }
  body, .guide-page { color: #000; background: #fff; padding: 0; }
  .guide-page .wrap { max-width: none; padding: 0; }
  .guide-layout { display: block; margin-top: 16px; }
  .guide-page h1 { max-width: none; font-size: 26pt; }
  .guide-page h2 { margin-top: 20px; font-size: 16pt; }
  .checklist-item { padding-block: 8px; break-inside: avoid; }
  .checklist-group legend { font-size: 15pt; padding-bottom: 8px; }
  .checklist-group { margin-top: 20px; }
  .checklist-fields input, .checklist-fields textarea { border-color: #555; }
  .guide-notice { border: 1px solid #555; background: none; padding: 12px; }
  a { color: #000; }
}
