@charset "UTF-8";
:root {
  color-scheme: light;
  --ink: #172522;
  --muted: #576461;
  --brand: #075d59;
  --accent: #ffe166;
  --tint: #eef7f2;
  --line: #d5ddda;
  --display: Arial, Helvetica, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --header-height: 80px;
}
[data-theme="notes"] {
  --ink: #17202d;
  --muted: #576373;
  --brand: #234ee3;
  --accent: #d9f96c;
  --tint: #f0f3fc;
  --line: #d7deea;
  --display: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 28px); }
body { margin: 0; background: #fff; color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body, input, select, button { font-family: var(--body); }
button, input, select { font-size: 16px; }
button, a, summary, input, select { -webkit-tap-highlight-color: transparent; }
a { color: var(--brand); text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
a, p, h1, h2, h3, li, td, th, summary { overflow-wrap: anywhere; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--brand); outline-offset: 5px; }
[hidden] { display: none !important; }
::selection { background: var(--accent); color: var(--ink); }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.18; }
h1, h2 { text-wrap: balance; }
.section-wrap, .header-inner, .footer-inner, .publication-masthead, .starting-points, .about-layout { width: min(100% - 96px, 1240px); margin-inline: auto; }
.eyebrow { display: block; font-size: 13px; line-height: 1.5; font-weight: 750; text-transform: uppercase; color: var(--brand); }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 20px; background: var(--brand); color: white; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--brand); color: var(--accent); font-size: 18px; font-weight: 800; line-height: 1; }
.brand-name { max-width: 230px; font-size: 17px; font-weight: 750; line-height: 1.25; }
[data-theme="notes"] .brand-mark { font-family: Georgia, serif; font-size: 30px; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; color: var(--ink); font-size: 14px; font-weight: 650; }
.site-nav a:hover, .site-nav a[aria-current] { color: var(--brand); text-decoration: underline; }
.publication-masthead { padding-block: 34px 28px; }
.publication-kicker { display: flex; justify-content: space-between; gap: 20px; font-size: 13px; font-weight: 600; color: var(--muted); margin-bottom: 22px; }
.publication-masthead h1 { font: 800 84px/0.98 var(--display); color: var(--brand); margin-bottom: 26px; text-wrap: initial; }
.publication-masthead h1 > span { color: var(--ink); }
[data-theme="notes"] .publication-masthead h1 { font-size: 92px; font-weight: 500; line-height: 0.98; }
[data-theme="notes"] .publication-masthead h1 br { display: none; }
[data-theme="notes"] .publication-masthead h1 em { font-weight: 400; padding-left: 20px; }
.publication-deck { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.publication-deck p { margin: 0; font-size: 21px; font-weight: 500; }
.publication-deck a { display: inline-flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 650; text-decoration: none; }
.link-arrow { display: inline-block; width: 25px; flex-shrink: 0; font-family: Arial, sans-serif; font-size: 25px; line-height: 1; font-weight: 400; transition: transform 160ms ease; }
a:hover > .link-arrow, a:hover .card-bottom .link-arrow { transform: translateX(3px); }
.publication-cover { position: relative; height: 310px; margin: 0; background: #566766; isolation: isolate; overflow: hidden; }
.publication-cover img { height: 100%; width: 100%; object-fit: cover; object-position: center 49%; }
.publication-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10, 22, 20, 0.75), transparent 82%); z-index: 1; pointer-events: none; }
.cover-copy { position: absolute; width: min(100% - 96px, 1240px); left: 50%; bottom: 30px; transform: translateX(-50%); z-index: 2; color: #fff; }
.cover-copy h2 { font-family: var(--display); font-size: 34px; font-weight: 650; margin-bottom: 8px; text-wrap: initial; }
.cover-copy p { font-size: 16px; margin: 0; color: #fff; }
[data-theme="notes"] .publication-cover { height: 300px; }
[data-theme="notes"] .publication-cover img { object-position: center 58%; }
.starting-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-block: 25px; border-bottom: 1px solid var(--line); }
.starting-points a { min-height: 55px; display: flex; align-items: center; gap: 16px; padding-inline: 24px; color: var(--ink); text-decoration: none; line-height: 1.35; font-weight: 600; font-size: 16px; border-right: 1px solid var(--line); }
.starting-points a:first-child { padding-left: 0; }
.starting-points a:last-child { padding-right: 0; border: 0; }
.starting-points a .link-arrow { margin-left: auto; color: var(--brand); }
.start-number { flex-shrink: 0; font: 500 20px/1 var(--display); color: var(--brand); }
.guide-library { padding-block: 72px 88px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.section-heading h2 { font: 650 38px/1.12 var(--display); margin: 12px 0 0; max-width: 680px; text-align: left; text-wrap: initial; }
.section-heading > p { flex-shrink: 0; margin: 0; font-size: 15px; color: var(--muted); }
.section-heading > a { display: inline-flex; align-items: center; gap: 20px; font-size: 15px; font-weight: 650; text-decoration: none; }
.library-tools { display: grid; grid-template-columns: minmax(200px, 1fr) minmax(170px, 250px) auto auto; align-items: end; gap: 16px; padding: 24px 0; border-block: 1px solid var(--line); margin: 0 0 32px; }
.library-tools label { display: grid; gap: 7px; font-size: 14px; font-weight: 650; }
.library-tools input, .library-tools select { width: 100%; height: 48px; border: 1px solid #a8b8b3; padding: 10px 13px; background: #fff; color: var(--ink); border-radius: 4px; }
.library-tools input::placeholder { color: #6a7771; }
.reset-button { min-height: 48px; padding: 10px 16px; border: 1px solid var(--line); color: var(--brand); background: white; border-radius: 4px; cursor: pointer; }
.reset-button:hover { background: var(--tint); }
.result-count { min-width: 74px; margin: 0; padding-block: 12px; text-align: right; font-size: 14px; color: var(--muted); }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.guide-card { min-width: 0; border-top: 4px solid var(--brand); background: #f4f7f6; transition: background 160ms ease; }
.guide-card:nth-child(3n + 2) { background: #fff9dd; border-color: #ac7400; }
.guide-card:nth-child(3n) { background: #f8eeee; border-color: #b44646; }
[data-theme="notes"] .guide-card { background: #f0f3fc; }
[data-theme="notes"] .guide-card:nth-child(3n + 2) { background: #f2f8df; border-color: #577426; }
[data-theme="notes"] .guide-card:nth-child(3n) { background: #f8f2e9; border-color: #9b672c; }
.guide-card:hover { background: #fff; box-shadow: 0 0 0 1px var(--line); }
.guide-card > a { display: flex; flex-direction: column; min-height: 325px; height: 100%; padding: 25px; text-decoration: none; color: var(--ink); }
.card-meta { display: flex; justify-content: space-between; align-items: start; gap: 16px; font-size: 12px; font-weight: 650; text-transform: uppercase; color: var(--muted); margin-bottom: 26px; }
.card-index { font-family: Georgia, serif; color: var(--brand); font-size: 18px; line-height: 1; }
.guide-card h3 { font-family: var(--display); font-weight: 650; font-size: 23px; margin-bottom: 14px; text-wrap: initial; }
.guide-card p { color: var(--muted); font-size: 15px; line-height: 1.6; margin-bottom: 28px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto; font-size: 13px; color: var(--brand); }
.empty-results { padding: 44px 0; text-align: center; }
.empty-results h3 { font-size: 26px; margin-bottom: 10px; }
.empty-results p { color: var(--muted); margin-bottom: 0; }
.about-band { background: var(--accent); padding-block: 66px; }
.about-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 90px; align-items: start; }
.about-heading h2 { font: 650 40px/1.15 var(--display); margin-block: 18px 30px; text-align: left; text-wrap: initial; }
.author-signature { font-family: Georgia, serif; font-style: italic; font-size: 26px; margin: 0; }
.author-signature span { display: block; margin-top: 5px; font-family: var(--body); font-size: 13px; font-style: normal; }
.about-copy { font-size: 16px; line-height: 1.8; }
.about-copy p:last-child { margin-bottom: 0; }
.about-copy .about-intro { font-size: 21px; line-height: 1.5; font-weight: 550; }
.home-faq { max-width: 920px; padding-block: 64px 32px; }
.image-credit { font-size: 12px; color: var(--muted); padding-block: 24px; margin-bottom: 0; }
.site-footer { border-top: 1px solid var(--line); padding-block: 52px 30px; background: #fff; }
.footer-heading { margin-bottom: 30px; }
.footer-heading h2 { font: 650 34px/1.15 var(--display); margin: 10px 0 0; }
.accent-dot { color: var(--brand); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 70px; }
.footer-description { font-size: 15px; line-height: 1.75; color: var(--muted); max-width: 400px; }
.footer-description a { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; color: var(--brand); font-weight: 600; text-decoration: none; }
.footer-grid nav { display: flex; flex-direction: column; align-items: start; gap: 11px; }
.footer-grid h3 { font-size: 14px; margin: 0 0 7px; font-weight: 700; }
.footer-grid nav a { font-size: 14px; line-height: 1.5; color: var(--muted); text-decoration: none; min-height: 26px; }
.footer-grid nav a:hover { color: var(--brand); text-decoration: underline; }
.footer-legal { padding-top: 24px; margin-top: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.8; }
.footer-legal p { margin-bottom: 10px; max-width: 1060px; }
.footer-legal p:last-child { margin: 0; }
.article-heading { padding-block: 38px 38px; border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; gap: 13px; font-size: 13px; color: var(--muted); flex-wrap: wrap; margin-bottom: 36px; }
.breadcrumbs a { text-decoration: none; color: var(--muted); }
.article-heading h1 { font: 650 50px/1.12 var(--display); max-width: 1050px; margin: 15px 0 26px; text-wrap: initial; }
.article-meta { display: flex; align-items: center; gap: 14px; font-size: 14px; }
.author-avatar { display: grid; place-items: center; height: 44px; width: 44px; flex-shrink: 0; background: var(--accent); color: var(--ink); font-size: 13px; font-weight: 750; border-radius: 50%; }
.article-meta > div { max-width: 820px; }
.article-meta > div > span { display: block; }
.article-meta a { font-weight: 650; text-decoration: none; }
.date-line { color: var(--muted); font-size: 13px; line-height: 1.6; margin-top: 2px; }
.read-time { font-size: 13px; color: var(--muted); margin-left: auto; flex-shrink: 0; }
.ownership-note { margin: 22px 0 0; font-size: 13px; color: var(--muted); max-width: 950px; }
.reading-layout { display: grid; grid-template-columns: 245px minmax(0, 800px); justify-content: space-between; gap: 62px; padding-top: 46px; padding-bottom: 60px; align-items: start; }
.reading-sidebar { position: sticky; top: calc(var(--header-height) + 25px); }
.desktop-toc { max-height: calc(100dvh - var(--header-height) - 55px); overflow-y: auto; padding: 0 18px 15px 0; scrollbar-width: thin; }
.desktop-toc > .eyebrow { padding-bottom: 14px; border-bottom: 2px solid var(--brand); }
.desktop-toc ol, .mobile-toc ol { padding: 0; margin: 8px 0 16px; list-style: none; }
.desktop-toc li { margin: 0; border-bottom: 1px solid var(--line); }
.desktop-toc a { display: block; padding-block: 11px; color: var(--muted); text-decoration: none; font-size: 14px; line-height: 1.45; }
.desktop-toc a:hover, .desktop-toc a[aria-current="location"] { color: var(--brand); text-decoration: underline; }
.desktop-toc .back-top { color: var(--brand); font-weight: 650; margin-top: 12px; }
.mobile-toc { display: none; }
.article-body { min-width: 0; font-size: 18px; line-height: 1.85; }
.article-body > .byline { display: none; }
.article-body p { margin-bottom: 22px; }
.article-body h2 { font-family: var(--display); font-size: 30px; line-height: 1.25; font-weight: 650; margin: 50px 0 20px; padding-top: 22px; border-top: 1px solid var(--line); text-wrap: initial; }
.article-body h3 { font-size: 22px; line-height: 1.35; margin: 32px 0 16px; }
.article-body ul, .article-body ol { margin: 0 0 24px; padding-left: 24px; }
.article-body li { margin-bottom: 12px; padding-left: 4px; }
.article-body li::marker { color: var(--brand); }
.article-body blockquote { margin: 25px 0; padding: 10px 0 10px 24px; border-left: 3px solid var(--brand); color: var(--ink); }
.answer-box { padding: 27px 30px; border-left: 4px solid var(--brand); background: var(--tint); margin-bottom: 30px; }
.article-body .answer-box h2, .answer-box h2 { border: 0; margin: 0 0 14px; padding: 0; color: var(--brand); font-family: var(--body); font-size: 14px; font-weight: 750; text-transform: uppercase; }
.answer-box p { margin: 0 0 14px; font-size: 17px; line-height: 1.8; }
.answer-box p:last-child { margin-bottom: 0; }
.notice, .tool-meta, .verdict-line { background: none; border: 0; border-left: 3px solid var(--brand); padding: 5px 0 5px 20px; margin: 24px 0; font-size: 16px; color: var(--muted); line-height: 1.75; border-radius: 0; }
.tool-meta { border-color: #b98300; color: var(--ink); font-weight: 550; }
.article-body .notice strong { color: var(--ink); }
.table-scroll { max-width: 100%; overflow: auto; border-block: 1px solid var(--line); margin: 28px 0 15px; scrollbar-width: thin; background: #fff; }
.article-body table { width: 100%; min-width: 670px; border-collapse: collapse; font-size: 14px; line-height: 1.65; }
.article-body th, .article-body td { padding: 16px; vertical-align: top; text-align: left; border-bottom: 1px solid var(--line); }
.article-body thead th { background: var(--brand); color: #fff; font-weight: 650; }
.article-body thead a { color: #fff; }
.article-body tbody th { background: var(--tint); color: var(--ink); min-width: 130px; }
.article-body tbody tr:nth-child(even) td { background: #f7f9f8; }
.article-body .tbl-note { font-size: 13px; color: var(--muted); }
.faq-item { border: 0; border-bottom: 1px solid var(--line); background: transparent; border-radius: 0; }
.faq-item:first-of-type { border-top: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: start; justify-content: space-between; gap: 24px; padding: 22px 0; font-size: 17px; font-weight: 650; line-height: 1.5; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--brand); font-size: 24px; line-height: 1; flex-shrink: 0; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item > div { padding: 0 28px 22px 0; font-size: 17px; }
.faq-item > div p:last-child { margin: 0; }
.related-cluster { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 38px; }
.article-body .related-cluster h2 { border: 0; padding: 0; margin: 0 0 14px; font-size: 23px; }
.related-cluster ul { padding: 0; list-style: none; }
.related-cluster li span { padding-right: 10px; color: var(--brand); }
.related-cluster a { font-size: 16px; }
.related-guides { border-top: 1px solid var(--line); padding-top: 46px; padding-bottom: 64px; }
.related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.related-grid .guide-card > a { min-height: 245px; }
.ex { margin-block: 18px; padding: 20px 24px; border-left: 4px solid; font-size: 17px; }
.ex-bad { background: #fff2f1; border-color: #b34845; }
.ex-good { background: #edf8ef; border-color: #34734b; }
.ex .lbl { display: block; font-size: 13px; text-transform: uppercase; font-weight: 750; margin-bottom: 8px; }
.ex-bad .lbl { color: #963b37; }
.ex-good .lbl { color: #27613c; }
.cta-band { border-block: 1px solid var(--line); padding-block: 30px; margin-block: 30px; }
.btn, .primary-link { display: inline-flex; align-items: center; gap: 22px; background: var(--brand); color: #fff; padding: 13px 20px; border-radius: 4px; font-weight: 650; font-size: 16px; text-decoration: none; }
.not-found { min-height: 50vh; padding-block: 80px; }
.not-found h1 { font: 650 44px/1.2 var(--display); max-width: 800px; margin: 18px 0; }
@media (max-width: 1100px) {
  .guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reading-layout { grid-template-columns: 205px minmax(0, 1fr); gap: 38px; }
  .publication-masthead h1 { font-size: 70px; }
  [data-theme="notes"] .publication-masthead h1 { font-size: 76px; }
  .about-layout { gap: 48px; }
  .starting-points a { padding-inline: 16px; gap: 12px; }
  .footer-grid { gap: 38px; }
}
@media (max-width: 850px) {
  .section-wrap, .header-inner, .footer-inner, .publication-masthead, .starting-points, .about-layout { width: min(100% - 48px, 1240px); }
  .cover-copy { width: calc(100% - 48px); }
  .reading-layout { display: block; padding-top: 24px; }
  .reading-sidebar { position: static; margin-bottom: 28px; }
  .desktop-toc { display: none; }
  .mobile-toc { display: block; border-block: 1px solid var(--line); }
  .mobile-toc summary { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; cursor: pointer; list-style: none; color: var(--brand); font-size: 15px; font-weight: 700; }
  .mobile-toc summary::-webkit-details-marker { display: none; }
  .mobile-toc summary span { font-size: 22px; }
  .mobile-toc[open] summary span { transform: rotate(45deg); }
  .mobile-toc a { display: block; padding: 10px 0; font-size: 15px; text-decoration: none; line-height: 1.55; }
  .article-heading h1 { font-size: 42px; }
  .article-body { max-width: 740px; margin-inline: auto; }
  .publication-masthead h1 { font-size: 60px; }
  [data-theme="notes"] .publication-masthead h1 { font-size: 64px; }
  .site-nav { gap: 20px; }
  .site-nav a { font-size: 13px; }
  .brand-name { max-width: 180px; font-size: 15px; }
  .publication-deck p { font-size: 19px; }
  .starting-points { grid-template-columns: 1fr; padding-block: 10px; }
  .starting-points a { padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .starting-points a:last-child { border-bottom: 0; }
  .starting-points .start-number { width: 32px; }
  .section-heading h2 { font-size: 32px; }
  .about-layout { grid-template-columns: 1fr; gap: 30px; }
  .about-heading h2 { max-width: 600px; font-size: 36px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .footer-description { grid-column: 1 / -1; max-width: 580px; }
  .library-tools { grid-template-columns: minmax(0, 1fr) minmax(150px, 0.65fr) auto; }
  .result-count { grid-column: 1 / -1; text-align: left; padding: 0; }
}
@media (max-width: 600px) {
  :root { --header-height: 114px; }
  .section-wrap, .header-inner, .footer-inner, .publication-masthead, .starting-points, .about-layout { width: calc(100% - 36px); }
  .header-inner { align-items: start; flex-direction: column; justify-content: center; gap: 3px; padding-top: 12px; padding-bottom: 5px; }
  .brand-mark { width: 35px; height: 35px; font-size: 15px; }
  .brand-name { max-width: none; font-size: 16px; }
  .site-nav { width: 100%; justify-content: space-between; gap: 16px; }
  .site-nav a { font-size: 14px; min-height: 42px; }
  .publication-masthead { padding-block: 24px; }
  .publication-kicker { font-size: 12px; margin-bottom: 22px; gap: 12px; }
  .publication-masthead h1 { font-size: 48px; line-height: 1.02; margin-bottom: 22px; }
  [data-theme="notes"] .publication-masthead h1 { font-size: 58px; }
  [data-theme="notes"] .publication-masthead h1 br { display: initial; }
  [data-theme="notes"] .publication-masthead h1 em { padding-left: 0; }
  .publication-deck { flex-direction: column; align-items: start; gap: 12px; }
  .publication-deck p { font-size: 18px; }
  .publication-deck a { font-size: 14px; gap: 16px; }
  .publication-cover, [data-theme="notes"] .publication-cover { height: 245px; }
  .cover-copy { width: calc(100% - 36px); bottom: 22px; }
  .cover-copy h2 { font-size: 27px; max-width: 400px; }
  .cover-copy p { font-size: 14px; max-width: 290px; }
  .guide-library { padding-block: 45px; }
  .section-heading { display: block; margin-bottom: 25px; }
  .section-heading h2 { font-size: 30px; margin-bottom: 14px; }
  .section-heading > p br { display: none; }
  .section-heading > p, .section-heading > a { font-size: 14px; }
  .library-tools { grid-template-columns: minmax(0, 1fr) auto; padding-block: 20px; gap: 14px 12px; }
  .search-label { grid-column: 1 / -1; }
  .library-tools input { font-size: 16px; }
  .result-count { grid-column: 1 / -1; }
  .guide-grid, .related-grid { grid-template-columns: 1fr; gap: 18px; }
  .guide-card > a, .related-grid .guide-card > a { min-height: 245px; padding: 23px; }
  .card-meta { margin-bottom: 20px; }
  .guide-card h3 { font-size: 24px; }
  .guide-card p { font-size: 16px; -webkit-line-clamp: 3; }
  .card-bottom { font-size: 14px; }
  .about-band { padding-block: 42px; }
  .about-heading h2 { font-size: 32px; }
  .about-copy .about-intro { font-size: 20px; }
  .footer-heading h2 { font-size: 28px; }
  .footer-grid nav a { min-height: 33px; }
  .footer-grid nav { gap: 6px; }
  .article-heading { padding-block: 23px 24px; }
  .breadcrumbs { font-size: 12px; gap: 10px; margin-bottom: 24px; }
  .article-heading h1 { font-size: 33px; line-height: 1.2; margin-bottom: 23px; }
  .article-meta { gap: 11px; flex-wrap: wrap; }
  .article-meta > div { flex: 1; min-width: 200px; }
  .read-time { margin-left: 55px; }
  .ownership-note { font-size: 13px; line-height: 1.6; }
  .article-body { font-size: 17px; line-height: 1.85; }
  .article-body h2 { font-size: 27px; margin-top: 36px; }
  .article-body h3 { font-size: 22px; }
  .answer-box { padding: 22px; margin-inline: 0; }
  .article-body .answer-box h2 { font-size: 14px; margin-top: 0; }
  .answer-box p { font-size: 17px; }
  .faq-item summary { font-size: 17px; gap: 18px; }
  .faq-item > div { padding-right: 0; font-size: 17px; }
  .reading-layout { padding-bottom: 36px; }
  .related-guides { padding-block: 36px 45px; }
  .not-found { padding-block: 55px; }
  .not-found h1 { font-size: 34px; }
}
@media (max-width: 370px) {
  .publication-masthead h1 { font-size: 41px; }
  [data-theme="notes"] .publication-masthead h1 { font-size: 50px; }
  .site-nav { gap: 10px; }
  .site-nav a { font-size: 13px; }
  .brand-name { font-size: 15px; }
  .article-heading h1 { font-size: 29px; }
  .footer-grid { gap: 20px; }
  .guide-card > a { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header, .site-footer, .reading-sidebar, .related-guides, .ownership-note, .skip-link { display: none; }
  .section-wrap { width: 100%; }
  .reading-layout { display: block; padding-top: 20px; }
  .article-heading h1 { font-size: 28pt; }
  .article-body { font-size: 11pt; }
  .article-body h2 { break-after: avoid; font-size: 17pt; }
  .table-scroll { overflow: visible; }
  .article-body table { min-width: 0; font-size: 9pt; }
}
