/* tags: #Oftalmologia #Academia #Tecnologia #CBO */
:root {
  --paper: #f7f2e8;
  --paper-2: #ede2d1;
  --ink: #171717;
  --soft: #59534b;
  --muted: #8b8072;
  --line: #d5c8b6;
  --card: #fffdf8;
  --navy: #122033;
  --wine: #7c2729;
  --teal: #1f6f72;
  --brass: #a77b35;
  --sage: #6e7d4f;
  --blue: #315f9c;
  --shadow: 0 24px 70px -42px rgba(20, 16, 10, .65);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Libre Franklin", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.masthead {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 24px;
  min-height: 78px;
  padding: 10px 32px;
  background: rgba(247, 242, 232, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  color: var(--navy);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: "Newsreader", Georgia, serif;
  font-size: 18px;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--card);
  color: var(--ink);
  font-size: 22px;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 4px 6px;
}

.site-nav a {
  border-radius: 6px;
  border-bottom: 3px solid transparent;
  padding: 8px 9px 6px;
  text-decoration: none;
  color: var(--soft);
  font-size: 12px;
  font-weight: 800;
}

.site-nav a:hover {
  background: var(--ink);
  color: var(--paper);
}

.site-nav a[aria-current="page"] {
  border-bottom-color: var(--brass);
  background: var(--ink);
  color: var(--paper);
  font-weight: 900;
  box-shadow: inset 0 -3px 0 var(--brass);
}

.nav-group-label {
  color: var(--wine);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-sep {
  color: var(--muted);
  font-weight: 900;
}

.hero {
  min-height: min(760px, calc(92vh - 72px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  gap: 42px;
  align-items: center;
  padding: 34px 6vw 28px;
  background:
    linear-gradient(90deg, rgba(247, 242, 232, .98) 0%, rgba(247, 242, 232, .9) 46%, rgba(18, 32, 51, .16) 100%),
    url("assets/hero-congresso-oftalmo.png") center right / cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  max-width: 820px;
}

.issue-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--wine);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.issue-label::before {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--wine);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
}

h1,
h2 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 700;
}

h1 {
  max-width: 980px;
  font-size: clamp(40px, 5vw, 70px);
}

h2 {
  font-size: clamp(34px, 5vw, 72px);
}

h3 {
  font-size: 21px;
}

.deck {
  margin-top: 24px;
  max-width: 680px;
  color: var(--soft);
  font-size: clamp(17px, 1.7vw, 21px);
}

.hero-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 16px;
  color: var(--paper);
  min-height: 300px;
}

.cover-scope {
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, .48);
  padding-top: 18px;
}

.cover-scope span {
  color: rgba(247, 242, 232, .72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cover-scope strong {
  display: block;
  color: var(--paper);
  font-size: clamp(15px, 1.45vw, 20px);
  line-height: 1.35;
}

.cover-line {
  border-top: 1px solid rgba(255, 255, 255, .48);
  padding-top: 18px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 28px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  padding: 0 18px;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.ecosystem-bridge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: 44px 6vw;
  color: var(--paper);
  background: var(--ink);
  border-bottom: 1px solid rgba(247, 242, 232, .18);
}

.ecosystem-bridge h2 {
  max-width: 820px;
  color: var(--paper);
  font-size: clamp(32px, 4vw, 58px);
}

.ecosystem-bridge p {
  max-width: 760px;
  color: rgba(247, 242, 232, .74);
  font-size: 18px;
}

.ecosystem-bridge .issue-label {
  color: var(--brass);
}

.ecosystem-bridge .issue-label::before {
  background: var(--brass);
}

.ecosystem-bridge .button {
  background: var(--paper);
  color: var(--ink);
}

.ecosystem-bridge .button.secondary {
  border-color: rgba(247, 242, 232, .5);
  background: transparent;
  color: var(--paper);
}

.ecosystem-callout {
  display: grid;
  grid-template-columns: minmax(0, .4fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-left: 6px solid var(--teal);
  border-radius: 8px;
  padding: 18px;
  background: var(--card);
  box-shadow: var(--shadow);
}

.ecosystem-callout strong {
  font-family: "Newsreader", Georgia, serif;
  font-size: 26px;
  line-height: 1.05;
}

.ecosystem-callout span {
  color: var(--soft);
}

.ecosystem-callout a {
  border: 1px solid var(--ink);
  border-radius: 6px;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--paper);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.section {
  padding: 72px 6vw;
}

.section.alt {
  background: #fffaf0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(280px, .45fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 32px;
}

.section-head p {
  margin: 0;
  color: var(--soft);
  font-size: 18px;
}

.page-hero {
  padding: 68px 6vw 48px;
  border-bottom: 1px solid var(--line);
  background: #fffaf0;
}

.page-hero h1 {
  max-width: 1040px;
}

.page-hero p {
  max-width: 860px;
  margin: 24px 0 0;
  color: var(--soft);
  font-size: clamp(18px, 2vw, 24px);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.stat-tile,
.year-card,
.insight-card,
.event-card,
.analytics-panel,
.note-box,
.feature-card,
.glossary-card,
.timeline-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.stat-tile {
  min-height: 172px;
  padding: 18px;
}

.stat-tile span,
.year-kicker,
.table-kicker {
  color: var(--wine);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.stat-tile strong {
  display: block;
  margin: 18px 0 8px;
  font-family: "Newsreader", Georgia, serif;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 56px);
  line-height: .9;
}

.stat-tile small,
.year-card p,
.theme-row small,
.muted {
  color: var(--muted);
}

.year-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.year-card {
  padding: 22px;
}

.year-card h3 {
  margin: 10px 0;
  color: var(--navy);
}

.year-card a {
  display: inline-block;
  margin-top: 16px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.mini-bars {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.mini-bars div {
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  align-items: center;
  gap: 8px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 800;
}

.mini-bars i {
  height: 8px;
  background: linear-gradient(90deg, var(--wine) var(--w), var(--paper-2) var(--w));
  border-radius: 999px;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
}

.lede {
  columns: 2;
  column-gap: 34px;
  color: var(--soft);
  font-size: 19px;
}

.lede p {
  margin-top: 0;
}

.pullquote {
  border-top: 3px solid var(--wine);
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
  font-family: "Newsreader", Georgia, serif;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.08;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.insight-card {
  padding: 24px;
}

.insight-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 22px;
}

.insight-card p {
  margin: 0;
  color: var(--soft);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cover-brief .feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.glossary-card,
.timeline-card {
  padding: 22px;
}

.feature-card h3,
.glossary-card h3,
.timeline-card h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-family: "Newsreader", Georgia, serif;
  font-size: 27px;
}

.feature-card p,
.glossary-card p,
.timeline-card p,
.note-box p {
  margin: 0;
  color: var(--soft);
}

.feature-card small,
.timeline-card small {
  display: block;
  margin-bottom: 12px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pill {
  display: inline-flex;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--teal);
  background: #f4efe4;
  font-size: 12px;
  font-weight: 900;
}

.timeline-card > strong {
  display: block;
  margin-top: 14px;
  color: var(--teal);
  font-size: 13px;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

.note-box {
  padding: 22px;
}

.source-note {
  margin-top: 18px;
}

.source-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 18px;
}

.timeline-grid,
.glossary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.calendar-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.calendar-stat {
  min-height: 150px;
  padding: 22px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.calendar-stat span {
  color: var(--wine);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.calendar-stat strong {
  display: block;
  margin: 16px 0 10px;
  font-family: "Newsreader", Georgia, serif;
  color: var(--navy);
  font-size: clamp(42px, 5vw, 72px);
  line-height: .88;
}

.calendar-stat small {
  color: var(--muted);
}

.calendar-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 14px 16px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.calendar-toolbar label,
.calendar-toolbar span {
  color: var(--wine);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.calendar-toolbar select {
  min-height: 42px;
  min-width: 180px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 12px;
  background: white;
  color: var(--ink);
  font: inherit;
}

.calendar-grid {
  display: grid;
  gap: 22px;
}

.calendar-month h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(28px, 3vw, 42px);
}

.calendar-list {
  display: grid;
  gap: 10px;
}

.calendar-card {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 18px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.calendar-card time {
  color: var(--wine);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.calendar-card strong {
  display: block;
  color: var(--navy);
  font-size: 19px;
}

.calendar-card p {
  margin: 6px 0;
  color: var(--ink);
  font-weight: 700;
}

.calendar-card small {
  color: var(--muted);
}

.calendar-card a {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  border-left: 3px solid var(--teal);
  padding: 4px 0 4px 12px;
  color: var(--soft);
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.event-card {
  min-height: 230px;
  padding: 24px;
  border-top: 4px solid var(--teal);
}

.event-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-card h3 {
  color: var(--navy);
  font-family: "Newsreader", Georgia, serif;
  font-size: 28px;
}

.event-card p {
  margin: 16px 0;
  color: var(--soft);
}

.event-card small {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.analytics-grid {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(360px, 1.15fr);
  gap: 16px;
  align-items: start;
}

.analytics-panel {
  padding: 24px;
  overflow: hidden;
}

.analytics-panel h3 {
  margin: 8px 0 18px;
  color: var(--navy);
  font-family: "Newsreader", Georgia, serif;
  font-size: 30px;
}

.panel-note {
  margin: -6px 0 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.word-grid {
  display: grid;
  gap: 10px;
}

.word-chip {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff9ed;
  text-decoration: none;
}

.word-chip::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  background: rgba(31, 111, 114, .14);
}

.word-chip strong,
.word-chip span {
  position: relative;
  z-index: 1;
}

.word-chip strong {
  color: var(--navy);
  text-transform: capitalize;
}

.word-chip span {
  color: var(--wine);
  font-weight: 900;
}

.event-query-link {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.read-next {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 6vw 72px;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

.read-next span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.read-next a {
  color: var(--navy);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  text-decoration: none;
}

.read-next a:hover {
  color: var(--wine);
}

.compact-table {
  border: 1px solid var(--line);
  border-radius: 6px;
}

.compact-table table {
  min-width: 720px;
}

.method-grid {
  display: grid;
  gap: 12px;
}

.method-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 14px 16px;
  background: #fff9ed;
}

.method-card strong {
  display: block;
  color: var(--navy);
  font-size: 15px;
}

.method-card p {
  margin: 6px 0 0;
  color: var(--soft);
  font-size: 14px;
}

.theme-stack {
  display: grid;
  gap: 12px;
}

.theme-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 56px;
  gap: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px 18px;
  background: var(--card);
}

.theme-row strong,
.theme-row small {
  display: block;
}

.theme-row span {
  text-align: right;
  color: var(--wine);
  font-weight: 900;
}

.theme-row i {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  width: var(--w);
  height: 4px;
  background: var(--teal);
}

.data-shell {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.coverage-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  background: #fff9ed;
  color: var(--soft);
  font-size: 13px;
}

.coverage-note strong {
  color: var(--wine);
  text-transform: uppercase;
}

.table-tools {
  display: grid;
  grid-template-columns: 1fr 130px auto auto auto;
  gap: 10px;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid var(--line);
  background: #fff9ed;
}

.table-tools input,
.table-tools select {
  min-height: 42px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 12px;
  background: white;
  color: var(--ink);
  font: inherit;
}

.check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.check input {
  width: 18px;
  height: 18px;
  accent-color: var(--wine);
}

.row-count {
  color: var(--wine);
  font-size: 13px;
  font-weight: 900;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 13px 14px;
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--navy);
  color: var(--paper);
  font-size: 12px;
  text-transform: uppercase;
}

td {
  color: var(--soft);
  font-size: 14px;
}

td strong,
td small {
  display: block;
}

td strong {
  color: var(--ink);
}

td small {
  margin-top: 4px;
  color: var(--muted);
}

td a {
  color: var(--teal);
  font-weight: 900;
}

.source-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.source-list a {
  color: var(--navy);
  font-weight: 900;
}

.source-list span {
  color: var(--muted);
  font-size: 13px;
}

.radar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.radar-card {
  --accent: var(--teal);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  background: var(--card);
  border: 1px solid var(--line);
  border-top: 4px solid var(--accent);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.radar-card-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.radar-ovr {
  display: grid;
  place-items: center;
  min-width: 64px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 10px 6px;
  background: #fff9ed;
}

.radar-ovr strong {
  font-family: "Newsreader", Georgia, serif;
  color: var(--accent);
  font-size: 34px;
  line-height: .9;
}

.radar-ovr span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.radar-id span {
  display: block;
  color: var(--wine);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.radar-id h3 {
  margin: 2px 0;
  color: var(--navy);
  font-family: "Newsreader", Georgia, serif;
  font-size: 24px;
}

.radar-id small {
  color: var(--muted);
  font-weight: 800;
}

.radar-chart {
  width: 100%;
  height: auto;
}

.radar-ring {
  fill: none;
  stroke: var(--line);
  stroke-width: 1;
}

.radar-spoke {
  stroke: var(--line);
  stroke-width: 1;
  stroke-dasharray: 2 3;
}

.radar-shape {
  fill: color-mix(in srgb, var(--accent) 24%, transparent);
  stroke: var(--accent);
  stroke-width: 2;
  stroke-linejoin: round;
}

.radar-dot {
  fill: var(--accent);
}

.radar-axis {
  fill: var(--soft);
  font-family: "Libre Franklin", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
}

.radar-stats {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}

.radar-stats div {
  display: grid;
  justify-items: center;
  gap: 2px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 6px 2px;
  background: #fff9ed;
}

.radar-stats b {
  color: var(--navy);
  font-family: "Newsreader", Georgia, serif;
  font-size: 18px;
  line-height: 1;
}

.radar-stats span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.radar-base {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.radar-source {
  margin-top: auto;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.radar-compare {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr);
  gap: 28px;
  align-items: center;
  padding: 24px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.radar-chart-lg .radar-axis {
  font-size: 13px;
}

.radar-legend {
  display: grid;
  gap: 14px;
}

.radar-legend-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.radar-legend-item i {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid var(--accent);
  background: color-mix(in srgb, var(--accent) 30%, transparent);
}

.radar-legend-item strong {
  display: block;
  color: var(--navy);
  font-family: "Newsreader", Georgia, serif;
  font-size: 20px;
}

.radar-legend-item span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 30px 6vw;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.footer::after {
  content: "um produto feito por J. V. Dias";
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-links a {
  color: var(--navy);
  font-weight: 900;
  text-decoration: none;
}

.footer-links a[aria-current="page"],
.footer-links a:hover {
  color: var(--wine);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .hero,
  .section-head,
  .editorial-grid,
  .analytics-grid,
  .ecosystem-bridge,
  .ecosystem-callout,
  .radar-compare {
    grid-template-columns: 1fr;
  }

  .radar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    align-items: end;
    min-height: 760px;
  }

  .hero-panel {
    min-height: 180px;
  }

  .stat-grid,
  .year-grid,
  .insight-grid,
  .event-grid,
  .feature-grid,
  .cover-brief .feature-grid,
  .timeline-grid,
  .calendar-stats,
  .glossary-grid,
  .two-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lede {
    columns: 1;
  }

  .table-tools {
    grid-template-columns: 1fr 120px;
  }
}

@media (max-width: 680px) {
  .masthead {
    grid-template-columns: 1fr auto;
    padding: 0 16px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-bottom: 14px;
  }

  .site-nav[data-open] {
    display: flex;
  }

  .site-nav a {
    padding: 13px 10px;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    font-size: 14px;
  }

  .site-nav a[aria-current="page"] {
    border-bottom-color: var(--brass);
  }

  .nav-group-label {
    margin-top: 8px;
    padding: 8px 0 2px;
  }

  .nav-sep {
    display: none;
  }

  .hero,
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .page-hero {
    padding: 44px 20px 36px;
  }

  .section-head {
    gap: 16px;
    margin-bottom: 24px;
  }

  .cta-row .button {
    flex: 1 1 100%;
    justify-content: center;
    text-align: center;
  }

  .ecosystem-bridge {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .ecosystem-callout {
    grid-template-columns: 1fr;
  }

  .ecosystem-callout a {
    justify-self: start;
  }

  .radar-compare {
    padding: 16px;
    gap: 18px;
  }

  .radar-card {
    padding: 16px;
  }

  .hero {
    min-height: calc(88vh - 72px);
    align-items: start;
    background-position: center center;
  }

  .hero-panel {
    display: flex;
    min-height: auto;
    margin-top: 18px;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 8px;
    padding: 16px;
    background: rgba(18, 32, 51, .84);
  }

  .cover-scope {
    padding-top: 0;
    border-top: 0;
  }

  .cover-scope strong {
    font-size: 14px;
  }

  .cover-line {
    font-size: 20px;
  }

  .hero-panel .cover-line:last-child {
    display: none;
  }

  .stat-grid,
  .year-grid,
  .insight-grid,
  .event-grid,
  .feature-grid,
  .cover-brief .feature-grid,
  .timeline-grid,
  .calendar-stats,
  .glossary-grid,
  .radar-grid,
  .two-column {
    grid-template-columns: 1fr;
  }

  .calendar-card {
    grid-template-columns: 1fr;
  }

  .footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .read-next {
    margin: 0 20px 48px;
    align-items: flex-start;
    flex-direction: column;
  }

  .table-tools {
    grid-template-columns: 1fr;
  }

  .coverage-note {
    grid-template-columns: 1fr;
  }

  .ecosystem-bridge {
    padding-left: 20px;
    padding-right: 20px;
  }
}
