:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #20392e; background: #fbfaf6; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; font-size: 18px; line-height: 1.7; }
a { color: #23573b; text-underline-offset: .18em; }
a:hover { color: #0c3521; }
a:focus-visible, [tabindex]:focus-visible { outline: 3px solid #b67926; outline-offset: 5px; }
.skip-link { position: absolute; left: 16px; top: -100px; padding: 12px; background: white; z-index: 2; }
.skip-link:focus { top: 12px; }
.guide-header, .guide-footer { max-width: 1120px; margin: auto; padding: 24px 32px; }
.guide-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #dedfd6; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; white-space: nowrap; }
.brand img { border-radius: 10px; }
nav { display: flex; gap: 22px; flex-wrap: wrap; font-size: 15px; }
main { max-width: 850px; margin: auto; padding: 44px 32px 64px; }
.breadcrumbs { color: #677067; gap: 12px; margin-bottom: 40px; }
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #44624a; margin: 0 0 10px; }
h1 { font-size: clamp(38px, 5vw, 58px); letter-spacing: -.04em; line-height: 1.09; color: #15382a; margin: 0 0 22px; }
h2 { font-size: 28px; letter-spacing: -.025em; line-height: 1.22; margin: 0 0 18px; }
.byline, .source, .small, .example-label { font-size: 14px; color: #55645b; }
.byline { margin-bottom: 32px; }
.answer { font-size: 22px; line-height: 1.6; }
p { margin: 0 0 20px; }
article > section { margin: 44px 0; }
li { margin-bottom: 14px; padding-left: 4px; }
ol, ul { padding-left: 24px; }
.table-wrap { max-width: 100%; overflow-x: auto; margin: 20px 0; border: 1px solid #d6dccf; border-radius: 10px; background: white; }
table { width: 100%; border-collapse: collapse; font-size: 15px; line-height: 1.5; text-align: left; }
th, td { padding: 16px; border-bottom: 1px solid #e3e6df; vertical-align: top; }
thead, .total { background: #edf1e7; }
tr:last-child th, tr:last-child td { border-bottom: none; }
.guide-cta { background: #edf1e7; border: 1px solid #d6dccf; border-radius: 16px; padding: 30px; margin: 48px 0; }
.guide-cta h2 { font-size: 32px; }
.store-links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin: 24px 0; font-size: 15px; font-weight: 700; }
.play-link { display: inline-flex; gap: 12px; justify-content: center; align-items: center; min-height: 48px; background: #163e2b; color: #fff; border-radius: 8px; padding: 12px 18px; text-decoration: none; }
.play-link:hover { background: #0e2f1f; color: white; }
.guide-list { list-style: none; padding: 0; margin: 40px 0; }
.guide-list li { padding: 28px 0; border-top: 1px solid #d6dccf; margin: 0; }
.guide-list h2 a { text-decoration: none; }
.guide-list h2 a:hover { text-decoration: underline; }
.guide-list p:last-child, .guide-cta p:last-child { margin-bottom: 0; }
.related { border-top: 1px solid #d6dccf; padding-top: 30px; }
.guide-footer { border-top: 1px solid #dedfd6; font-size: 14px; }
.guide-footer nav { margin: 14px 0; }
.guide-footer p { max-width: 800px; color: #55645b; }
@media(max-width: 600px) {
  body { font-size: 17px; }
  .guide-header, .guide-footer { padding: 20px; }
  .guide-header { align-items: flex-start; gap: 12px; }
  .guide-header nav { gap: 6px; flex-direction: column; font-size: 13px; }
  main { padding: 32px 20px 48px; }
  .breadcrumbs { margin-bottom: 30px; }
  h1 { font-size: 38px; }
  h2 { font-size: 25px; }
  .answer { font-size: 20px; }
  .guide-cta { padding: 24px 20px; }
  .guide-cta h2 { font-size: 28px; }
  th, td { padding: 12px; }
  .store-links { align-items: stretch; flex-direction: column; }
  .store-links > a { text-align: center; }
}
