.guides-page { background: #f6f7f5; }
.guide-container, .guides-page .header-inner { width: min(100% - 48px, 1120px); margin-inline: auto; }
.guide-nav { display: flex; gap: 28px; margin-left: auto; font-size: 13px; }
.guide-nav a { text-decoration: none; padding-block: 12px; }
.guide-nav a[aria-current] { color: #24744e; font-weight: 750; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 12px; color: #65706a; margin-bottom: 30px; }
.breadcrumbs a { color: #276348; }
.guide-kicker, .guide-category { color: #397a58; text-transform: uppercase; font-size: 11px; font-weight: 750; margin: 0 0 12px; }
.hub-heading h1 { font-size: 36px; margin-bottom: 12px; }
.hub-heading > p:last-child { color: #65706a; margin-bottom: 32px; }
.guide-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-top: 1px solid #dce1dd; padding-top: 24px; }
.guide-toolbar > span { font-size: 12px; color: #65706a; white-space: nowrap; }
.guide-search { display: flex; align-items: center; gap: 12px; border: 1px solid #cfd8d1; border-radius: 4px; background: #fff; padding: 8px 12px; width: min(100%, 400px); }
.guide-search input { min-width: 0; width: 100%; border: 0; outline: 0; padding: 4px 0; font: inherit; font-size: 14px; background: transparent; }
.guide-search:focus-within { outline: 2px solid #24744e; outline-offset: 2px; }
.guide-search button { border: 0; background: transparent; padding: 4px; display: flex; cursor: pointer; }
.guide-filters { display: flex; flex-wrap: wrap; gap: 4px; padding: 18px 0; border-bottom: 1px solid #dce1dd; }
.guide-filters button { font: inherit; font-size: 12px; padding: 10px 14px; border: 0; border-bottom: 2px solid transparent; background: transparent; cursor: pointer; }
.guide-filters button[aria-pressed="true"] { border-color: #24744e; color: #176745; font-weight: 750; }
.guide-index { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 40px; }
.guide-item { display: grid; grid-template-columns: 96px minmax(0, 1fr) 18px; align-items: start; gap: 16px; padding: 28px 0; border-bottom: 1px solid #dce1dd; text-decoration: none; }
.guide-item h2 { margin: 0 0 10px; font-size: 18px; line-height: 1.4; overflow-wrap: anywhere; }
.guide-item p:not(.guide-category) { margin: 0; font-size: 13px; color: #65706a; line-height: 1.7; }
.guide-item .guide-category { font-size: 9px; margin-bottom: 8px; }
.guide-item-image { position: relative; overflow: hidden; border-radius: 4px; height: 112px; border: 1px solid #dce1dd; background: #fff; }
.guide-item-image > img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.guide-item-image > span { position: absolute; bottom: 4px; left: 4px; background: #202b25; color: #fff; padding: 3px 7px; font-size: 10px; border-radius: 2px; }
.guide-item > img { margin-top: 24px; }
.guide-item:hover h2 { color: #24744e; text-decoration: underline; }
.guide-item[data-category="edicao"] .guide-category { color: #416e9a; }
.guide-item[data-category="audio-imagem"] .guide-category { color: #9a5734; }
.editorial-status { border-top: 1px solid #dce1dd; margin-top: 32px; padding-top: 20px; color: #65706a; font-size: 12px; }
.reading-layout { display: grid; grid-template-columns: minmax(0, 740px) minmax(0, 240px); gap: 72px; }
.reading-layout > article { min-width: 0; }
.article-heading { border: 0; background: transparent; border-bottom: 1px solid #dce1dd; padding-bottom: 24px; }
.article-heading h1 { font-size: 32px; margin: 0 0 18px; line-height: 1.3; }
.article-summary { color: #596961; font-size: 18px; margin: 0 0 20px; line-height: 1.6; }
.article-meta { display: flex; gap: 20px; flex-wrap: wrap; font-size: 12px; color: #65706a; }
.authorship { font-size: 11px; color: #65706a; margin: 12px 0 0; }
.article-section { padding-top: 28px; scroll-margin-top: 24px; }
.article-section h2 { font-size: 22px; line-height: 1.4; margin: 0 0 16px; overflow-wrap: anywhere; }
.article-section p, .procedure { font-size: 16px; line-height: 1.85; margin: 0 0 18px; }
.procedure { padding-left: 26px; }
.procedure li { padding-left: 8px; margin-bottom: 14px; }
.procedure li::marker { color: #24744e; font-weight: 750; }
.guide-example { margin: 24px 0 0; padding: 20px 0; border-block: 1px solid #dce1dd; }
.guide-example > a { display: block; background: #fff; }
.guide-example img { display: block; width: 100%; height: auto; max-height: 440px; object-fit: contain; object-position: top; }
.guide-example figcaption { font-size: 12px; color: #65706a; line-height: 1.8; padding-top: 12px; }
.reading-sidebar { position: sticky; top: 24px; align-self: start; padding-top: 8px; }
.reading-sidebar h2 { font-size: 12px; margin: 0 0 16px; color: #65706a; }
.reading-sidebar nav { border-left: 1px solid #d1dbd3; padding-left: 18px; }
.reading-sidebar nav a { display: block; margin-bottom: 14px; font-size: 12px; line-height: 1.6; text-decoration: none; color: #52645a; overflow-wrap: anywhere; }
.reading-sidebar nav a:hover { color: #24744e; text-decoration: underline; }
.tool-shortcut { margin-top: 28px; padding-top: 20px; border-top: 1px solid #dce1dd; }
.tool-shortcut > span { font-size: 11px; color: #65706a; }
.tool-shortcut > a { display: flex; align-items: center; gap: 10px; margin-top: 12px; font-size: 13px; color: #176745; font-weight: 750; overflow-wrap: anywhere; }
.tool-shortcut img { flex-shrink: 0; }
.tool-shortcut p, .source-note { font-size: 12px !important; color: #65706a; line-height: 1.8 !important; }
.source-list { padding-left: 20px; font-size: 14px; line-height: 2; overflow-wrap: anywhere; }
.test-scope { border-top: 1px solid #dce1dd; margin-top: 28px; }
.related-guides { list-style: none; padding: 0; }
.related-guides li { border-bottom: 1px solid #dce1dd; }
.related-guides a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; font-size: 14px; text-decoration: none; }
.related-guides img { flex-shrink: 0; }
.table-wrap { width: 100%; }
.table-wrap table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 13px; }
.table-wrap th, .table-wrap td { text-align: left; padding: 12px 10px; border-bottom: 1px solid #dce1dd; overflow-wrap: anywhere; }
.table-wrap th { background: #e9eeea; }
.guides-page [hidden] { display: none !important; }
.guides-page button:focus-visible { outline: 3px solid #24744e; outline-offset: 2px; }
@media (max-width: 950px) {
  .reading-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .reading-sidebar { position: static; grid-row: 1; display: flex; gap: 24px; border-bottom: 1px solid #dce1dd; padding-bottom: 24px; }
  .reading-sidebar nav { flex: 1; }
  .tool-shortcut { width: 200px; margin: 0; }
  .guide-index { column-gap: 24px; }
  .guide-item { grid-template-columns: 76px minmax(0, 1fr); gap: 12px; }
  .guide-item > img { display: none; }
}
@media (max-width: 600px) {
  .guide-container, .guides-page .header-inner { width: calc(100% - 32px); }
  .guides-page .header-inner { flex-wrap: wrap; gap: 12px; padding-top: 14px; }
  .guide-nav { width: 100%; order: 3; margin: 0; padding-bottom: 8px; }
  .guide-nav a { min-height: 36px; padding-block: 8px; }
  .guides-page .preview-label { margin-left: auto; }
  .hub-heading h1 { font-size: 30px; }
  .guide-index { grid-template-columns: minmax(0, 1fr); }
  .guide-item { grid-template-columns: 80px minmax(0, 1fr); padding-block: 24px; }
  .guide-filters { gap: 0; }
  .guide-filters button { font-size: 11px; padding-inline: 10px; }
  .article-heading h1 { font-size: 28px; }
  .article-summary { font-size: 16px; }
  .reading-sidebar { display: block; }
  .reading-sidebar nav { display: none; }
  .tool-shortcut { width: auto; border: 0; padding: 0; }
  .tool-shortcut p { margin-bottom: 0; }
  .article-section h2 { font-size: 21px; }
  .article-section p, .procedure { font-size: 15px; }
  .guide-example img { max-height: 360px; }
}
