.wrap.section { padding-inline: 24px; }
.art-layout { grid-template-columns: minmax(0, 1fr) 220px; gap: 40px; }
.art .prose { min-width: 0; max-width: 75ch; }
.prose p, .prose li { font-size: 1rem; }
.prose a, .sources a { text-decoration: underline; text-underline-offset: .2em; }
:where(a, button, input, summary):focus-visible { outline: 3px solid #0c4a3c; outline-offset: 4px; }
:where(h2, h3, [id]) { scroll-margin-top: 100px; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; padding: 12px; background: white; color: #10201b; }
.skip-link:focus { top: 12px; }
.mobile-nav, .toc-mobile { display: none; }
.table-scroll { overflow-x: auto; max-width: 100%; }
.library-search { display: flex; gap: 12px; margin: 20px 0; flex-wrap: wrap; }
.library-search label { width: 100%; font-weight: 600; }
.library-search input { min-width: 0; flex: 1; padding: 12px; border: 1px solid #5f675f; border-radius: 6px; font: inherit; }
.library-search button { padding: 12px 18px; border-radius: 6px; background: #0c4a3c; color: white; font: inherit; border: 0; }
.review-pending { color: #5f675f; }
.source-check { margin-bottom: 12px; }
.news-status { display: block; flex-basis: 100%; margin-top: 8px; font-size: 14px; color: #fff; }
.subscribe { flex-wrap: wrap; }
.toc-mobile summary, .mobile-nav summary { cursor: pointer; padding: 10px; font-weight: 600; }
@media (max-width: 980px) {
  .mobile-nav { display: block; position: relative; }
  .mobile-nav nav { position: absolute; right: 0; top: calc(100% + 8px); width: min(290px, calc(100vw - 28px)); padding: 16px; background: #fbfaf6; border: 1px solid #5f675f; border-radius: 8px; display: grid; gap: 12px; box-shadow: 0 12px 32px rgba(16,32,27,.14); }
  .mobile-nav summary { list-style: none; border: 1px solid #d8d8d0; border-radius: 8px; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .nav { gap: 12px; }
  .nav-actions .cta { display: none; }
}
@media (max-width: 900px) {
  .art-layout { display: block; }
  .toc-mobile { display: block; border: 1px solid #deddd6; border-radius: 6px; padding: 8px; margin: 0 0 24px; }
  .toc-mobile a { display: block; padding: 8px; }
}
@media (max-width: 560px) {
  .wrap.section { padding-inline: 20px; }
  .art th, .art td { padding: 8px 6px; overflow-wrap: anywhere; }
}
