:root {
  --ink: #162824;
  --muted: #5b6863;
  --primary: #1d5750;
  --primary-dark: #123b37;
  --accent: #bd7928;
  --surface: #fffefa;
  --soft: #ebe7dc;
  --warm: #f1dfbe;
  --line: #d6d0c3;
  --danger: #8f2f2f;
  --warning: #8a6215;
  --success: #17623a;
  --shadow: 0 16px 42px rgba(14, 38, 45, .09);
  --radius: .25rem;
  --measure: 74ch;
}
@font-face{font-family:Inter;src:url('/assets/fonts/inter-latin.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}
@font-face{font-family:'Source Serif 4';src:url('/assets/fonts/source-serif-4-latin.woff2') format('woff2');font-style:normal;font-weight:200 900;font-display:swap}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f4f1e8; font: 16px/1.66 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--primary-dark); text-underline-offset: .18em; }
a:hover { color: var(--primary); }
img, svg { max-width: 100%; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #e0a550; outline-offset: 3px; }
[hidden] { display: none !important; }
.container { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 2rem)); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .75rem 1rem; background: #fff; border-radius: .6rem; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,254,250,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-row { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--ink); text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--primary-dark); background: transparent; border: 1px solid var(--primary-dark); font-weight: 900; }
.brand strong, .brand small { display: block; }
.brand strong { font: 700 1.45rem/1 "Source Serif 4", Georgia, "Times New Roman", serif; }
.brand small { color: var(--muted); font-size: .77rem; }
.nav { display: flex; align-items: center; gap: .2rem; }
.nav a { min-height: 44px; display: inline-flex; align-items: center; padding: .55rem .7rem; color: var(--ink); text-decoration: none; border-radius: .15rem; font-weight: 750; }
.nav a:hover { background: var(--soft); }
.menu-button { display: none; border: 1px solid var(--line); background: #fff; border-radius: .7rem; padding: .55rem .75rem; color: var(--ink); }
.support-slot, .google-slot { width: min(1160px, calc(100% - 2rem)); margin: .9rem auto 0; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 1rem; padding: .9rem 1rem; border: 1px solid #cbdedb; border-radius: 1rem; background: linear-gradient(120deg, #f4f9f8, #fff8ef); box-shadow: 0 7px 20px rgba(15,45,50,.05); }
.support-slot > span, .google-slot > span { align-self: start; padding: .2rem .45rem; border-radius: 999px; background: #e4efed; color: #3c5a5c; font-size: .68rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.support-slot strong { display: block; font-size: 1.02rem; }
.support-slot p { margin: .15rem 0 0; color: var(--muted); font-size: .9rem; }
.support-slot > a { justify-self: end; padding: .62rem .82rem; border-radius: .7rem; background: var(--primary-dark); color: #fff; text-decoration: none; font-weight: 800; white-space: nowrap; }
.hero { padding: 4.8rem 0 3.5rem; background: radial-gradient(circle at 82% 10%, rgba(198,123,45,.15), transparent 30%), linear-gradient(145deg, #0d2c33, #174b51); color: #fff; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); gap: 2rem; align-items: center; }
.eyebrow { display: inline-block; color: var(--primary); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: .72rem; }
.hero .eyebrow { color: #9de0da; }
h1, h2, h3 { font-family: "Source Serif 4", Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { margin: .6rem 0 1rem; font-size: clamp(2.4rem, 5.4vw, 5.2rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.55rem); }
.hero .lead { max-width: 64ch; color: #d8e7e8; font-size: 1.1rem; }
.hero-search { display: flex; gap: .55rem; margin-top: 1.5rem; max-width: 690px; }
.hero-search input { min-width: 0; flex: 1; border: 0; border-radius: .8rem; padding: .9rem 1rem; }
.hero-search button, .button { border: 0; border-radius: .8rem; padding: .82rem 1rem; background: var(--accent); color: #171009; font-weight: 900; text-decoration: none; cursor: pointer; }
.button.secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.quick-links { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1rem; }
.quick-links a { color: #fff; }
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.stats div { padding: 1.1rem; border: 1px solid rgba(255,255,255,.14); border-radius: 1rem; background: rgba(255,255,255,.07); }
.stats strong { display: block; font-size: 2.15rem; }
.stats span { color: #d7e6e7; font-size: .86rem; }
.page-hero, .detail-hero { padding: 3.3rem 0 2.4rem; background: linear-gradient(135deg, #e7f2f0, #f9f4ec); border-bottom: 1px solid var(--line); }
.page-hero.compact h1, .detail-hero h1 { max-width: 15ch; font-size: clamp(2.2rem, 4.6vw, 4.2rem); }
.page-hero p, .detail-hero .lead { max-width: var(--measure); color: #3e555a; font-size: 1.05rem; }
.section { padding: 3.6rem 0; }
.section.soft { background: var(--soft); }
.section-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.7fr); gap: 1.5rem; align-items: end; margin-bottom: 1.4rem; }
.section-head h2 { margin: .4rem 0 0; }
.section-head p { color: var(--muted); }
.grid { display: grid; gap: 1rem; }
.cards { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card, .source-card, .claim { opacity: 1; transform: none; transition: box-shadow .24s ease; }
.card.revealed, .source-card.revealed, .claim.revealed, .support-slot.revealed { opacity: 1; transform: none; }
.card { display: flex; flex-direction: column; padding: 1.15rem; min-height: 280px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(15,45,50,.045); }
.card:hover { box-shadow: var(--shadow); }
.card h2 { margin: .85rem 0 .25rem; font-size: 1.35rem; }
.card h2 a { text-decoration: none; }
.card p { color: #41565b; }
.card .text-link { margin-top: auto; font-weight: 900; }
.card-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.tag { display: inline-flex; width: fit-content; min-height: 28px; align-items: center; padding: .25rem .58rem; border-radius: 999px; background: #e8efef; color: #40565a; font-size: .78rem; font-weight: 900; }
.risk-alto { background: #f6dede; color: var(--danger); }
.risk-moderado { background: #f7ebc9; color: var(--warning); }
.risk-baixo { background: #dceee2; color: var(--success); }
.tag.gap { background: #e7e7f7; color: #4d4a7d; }
.muted { color: var(--muted); }
.filters { display: grid; grid-template-columns: minmax(220px,1fr) 240px 180px auto; gap: .7rem; margin-bottom: .8rem; padding: 1rem; background: #fff; border: 1px solid var(--line); border-radius: 1rem; }
.filters label span { display: block; margin-bottom: .25rem; color: var(--muted); font-size: .76rem; font-weight: 800; }
.filters input, .filters select { width: 100%; min-height: 44px; border: 1px solid #becfcd; border-radius: .7rem; background: #fff; padding: .65rem .75rem; color: var(--ink); }
.filters button { align-self: end; min-height: 44px; }
.result-count { min-height: 1.4rem; color: var(--muted); }
.empty, .notice, .warning { padding: 1.2rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff; }
.notice { margin-bottom: 1rem; background: #fff8e7; border-color: #ead7a1; }
.warning { background: #fff4e8; border-color: #e9cba4; }
.detail-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); gap: 2rem; align-items: start; }
.back { display: inline-block; margin-bottom: 1rem; font-weight: 800; }
.summary-box { padding: 1.2rem; border-radius: .2rem; background: var(--primary-dark); color: #fff; }
.summary-box span { color: #a8dbd7; font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.summary-box p { font-size: 1.05rem; }
.summary-box small { color: #d4e3e4; }
.aliases { color: var(--muted); }
.clinical-review { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 2rem; align-items: start; }
.prose { max-width: var(--measure); }
.prose h2 { margin-top: 2rem; }
.prose p, .prose li { color: #344b50; }
.facts { position: sticky; top: 96px; padding: 1rem; background: #fff; border: 1px solid var(--line); border-radius: 1rem; }
dl { margin: 0; }
dl div { padding: .7rem 0; border-bottom: 1px solid var(--line); }
dt { color: var(--muted); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
dd { margin: .2rem 0 0; }
.claims { display: grid; gap: 1rem; }
.claim { padding: 1.2rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.claim-head { display: flex; flex-wrap: wrap; gap: .4rem; }
.claim-head span { padding: .2rem .45rem; border-radius: 999px; background: #e8efef; font-size: .72rem; font-weight: 900; }
.claim dl { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
.max-conclusion { margin-top: 1rem; padding: .9rem; border-left: 4px solid var(--accent); background: var(--warm); }
.max-conclusion p { margin-bottom: 0; }
.source-link { display: inline-block; margin-top: .8rem; font-weight: 800; }
.sources { grid-template-columns: 1fr 1fr; }
.source-card { padding: 1.15rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.source-card > span { color: var(--muted); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.source-card h2 { font-size: 1.25rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); gap: .8rem; }
.principles div { padding: 1rem; background: #fff; border: 1px solid var(--line); border-radius: 1rem; }
.principles strong { display: block; font-size: 2rem; }
.principles span { color: var(--muted); font-size: .82rem; }
.downloads { grid-template-columns: repeat(2,1fr); }
.downloads a { display: grid; padding: 1.2rem; background: #fff; border: 1px solid var(--line); border-radius: 1rem; text-decoration: none; }
.downloads span { color: var(--muted); }
.site-footer { padding: 2.7rem 0 1rem; background: #0d2c33; color: #dbe7e8; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; }
.footer-grid a, .footer-grid p { display: block; margin: .35rem 0; color: #dbe7e8; }
.footer-note { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.13); font-size: .82rem; }
@media (max-width: 900px) {
  .hero-grid, .detail-grid, .content-layout, .split, .section-head { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr 1fr; }
  .filters { grid-template-columns: 1fr 1fr; }
  .facts { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .container, .narrow { width: min(100% - 1.15rem, 1160px); }
  .header-row { min-height: 62px; }
  .brand small { display: none; }
  .menu-button { display: block; }
  .nav { display: none; position: absolute; top: 62px; left: .6rem; right: .6rem; padding: .6rem; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .support-slot, .google-slot { width: calc(100% - 1.15rem); grid-template-columns: 1fr auto; gap: .45rem .8rem; padding: .75rem; }
  .support-slot > span { grid-column: 1 / -1; }
  .support-slot p { display: none; }
  .support-slot > a { padding: .58rem .65rem; font-size: .82rem; }
  .hero { padding: 3rem 0 2.4rem; }
  h1 { font-size: clamp(2.2rem, 12vw, 3.35rem); }
  .hero-search { flex-direction: column; }
  .hero-search button { min-height: 46px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stats div { padding: .85rem; }
  .stats strong { font-size: 1.7rem; }
  .section { padding: 2.25rem 0; }
  .cards, .sources, .downloads, .principles { grid-template-columns: 1fr; }
  .card { min-height: 0; }
  .filters { grid-template-columns: 1fr; padding: .75rem; }
  .claim dl { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header, .site-footer, .support-slot, .google-slot, .menu-button { display: none !important; }
  body { background: #fff; color: #000; }
  .section, .page-hero, .detail-hero { padding: 1rem 0; }
}
.claim summary { cursor: pointer; list-style: none; display: grid; gap: .25rem; padding-right: 2rem; position: relative; }
.claim summary::-webkit-details-marker { display: none; }
.claim summary::after { content: "+"; position: absolute; right: 0; top: -.15rem; font-size: 1.45rem; color: var(--primary); }
.claim[open] summary::after { content: "–"; }
.claim-summary-text { font-weight: 850; line-height: 1.35; }
.claim-summary-meta { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; }
.claim-body { padding-top: .9rem; }
