:root {
  --ink: #0B0B0B;
  --ink-2: #1F1F1F;
  --sub: #4C4C4C;
  --mute: #8A8A8A;
  --line: #E4E4E4;
  --line-strong: #BABABA;
  --soft: #F4F4F4;
  --softer: #FAFAFA;
  --paper: #FFFFFF;
  --gold: #B8941F;
  --gold-soft: #F4EBD0;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Inter', -apple-system, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection { background: var(--ink); color: var(--paper); }

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

.mono { font-family: 'JetBrains Mono', 'SF Mono', Menlo, Consolas, monospace; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }

/* ───── NAV ───── */
.nav {
  border-bottom: 1px solid var(--ink);
  padding: 18px 0;
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
  gap: 4px;
}
.logo .brand {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.logo .brand strong { font-weight: 700; color: var(--ink); }
.logo .tagline {
  font-family: 'JetBrains Mono', monospace;
  font-size: 8.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 500;
}

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  font-size: 13px;
}
.nav-links a {
  color: var(--ink);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.nav-links a:hover { border-bottom-color: var(--ink); }
.nav-cta {
  border: 1px solid var(--ink);
  padding: 9px 16px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
}
.nav-cta:hover { background: var(--ink); color: var(--paper); }

/* ───── LANG SWITCHER (PT/EN/ES) ───── */
.lang-switcher {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  white-space: nowrap;
}
.lang-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  border: 1px solid transparent;
  text-decoration: none;
  line-height: 0;
  flex-shrink: 0;
  opacity: 0.45;
  transition: opacity 0.15s ease, border-color 0.15s ease;
}
.lang-switcher a:hover { opacity: 0.85; }
.lang-switcher a.active {
  opacity: 1;
  border-color: var(--ink);
}
.lang-switcher svg {
  width: 22px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

/* ───── BREADCRUMB ───── */
.breadcrumb {
  padding: 22px 0 0;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
}
.breadcrumb a { color: var(--mute); text-decoration: none; }
.breadcrumb a:hover { color: var(--ink); }

/* ───── HERO ───── */
.hero {
  padding: 52px 0 72px;
  border-bottom: 1px solid var(--ink);
}
.hero .eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 18px;
  font-family: 'Fraunces', serif;
  font-style: italic;
}
.hero h1 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(56px, 10vw, 160px);
  line-height: 0.88;
  letter-spacing: -0.035em;
  margin-bottom: 28px;
}
.hero h1 em { font-style: italic; font-weight: 300; color: var(--ink-2); }
.hero .lede {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.4;
  max-width: 34ch;
  color: var(--sub);
  margin-bottom: 36px;
}
.hero .meta {
  display: flex;
  gap: 40px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
  padding-top: 20px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}
.hero .meta strong { color: var(--ink); font-weight: 600; letter-spacing: 0.08em; }
.hero .abramark-stamp {
  display: inline-block;
  padding: 5px 11px;
  border: 1px solid var(--ink);
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 22px;
  background: var(--paper);
}

/* ───── FILTERS ───── */
.filters {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  background: var(--paper);
}
.filter-group { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.filter-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
  margin-right: 6px;
}
.chip {
  font-size: 12px;
  padding: 6px 12px;
  border: 1px solid var(--line-strong);
  background: var(--paper);
  color: var(--sub);
  cursor: pointer;
}
.chip.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.toggle-view { display: inline-flex; border: 1px solid var(--ink); }
.toggle-view span {
  padding: 6px 14px;
  font-size: 12px;
  cursor: pointer;
  border-right: 1px solid var(--ink);
}
.toggle-view span:last-child { border-right: none; }
.toggle-view span.on { background: var(--ink); color: var(--paper); }

/* ───── TIER SECTIONS ───── */
.tier-section { padding: 64px 0 40px; }
.tier-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1.5px solid var(--ink);
  margin-bottom: 24px;
}
.tier-header h2 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1;
  letter-spacing: -0.015em;
}
.tier-header h2 em { font-style: italic; color: var(--ink-2); font-weight: 300; }
.tier-header .range {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--sub);
}
.tier-desc {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.55;
  color: var(--sub);
  max-width: 58ch;
  margin-bottom: 36px;
  font-weight: 300;
}

/* ───── DELTA ───── */
.delta {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--sub);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.delta.up { color: var(--gold); font-weight: 700; }
.delta.down { color: var(--sub); }
.delta.same { color: var(--mute); }
.delta.new {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  padding: 3px 8px;
}
.sym { font-family: 'Fraunces', serif; font-size: 12px; line-height: 1; }

/* ───── LEGENDS ───── */
.legends {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}
.card-legend {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
.card-legend:hover .photo-4x5 img { transform: scale(1.02); }
.card-legend .rank-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--ink);
}
.card-legend .rank-num {
  font-family: 'Fraunces', serif;
  font-size: 58px;
  line-height: 0.85;
  font-weight: 300;
  letter-spacing: -0.03em;
}
.photo-4x5 {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--soft);
}
.photo-4x5 img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.3s ease;
}
.card-legend .name {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin-top: 2px;
}
.card-legend .role {
  font-size: 12px;
  line-height: 1.45;
  color: var(--sub);
}
.card-legend .company { font-weight: 600; color: var(--ink); }
.card-legend .achievement {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 13px;
  line-height: 1.5;
  color: var(--sub);
  padding-left: 12px;
  border-left: 2px solid var(--ink);
  margin-top: 4px;
  font-weight: 300;
}
.bob-block {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 0 0;
  border-top: 1px solid var(--line);
}
.bob-seal {
  width: 32px;
  height: 32px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  flex-shrink: 0;
  background: var(--paper);
}
.bob-quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-2);
  font-weight: 300;
}

.filiations {
  display: flex;
  gap: 5px;
  align-items: center;
  padding-top: 10px;
  margin-top: 4px;
  border-top: 1px dashed var(--line);
  flex-wrap: wrap;
}
.fil-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
  margin-right: 4px;
}
.fil-badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.08em;
  font-weight: 600;
  padding: 2px 6px;
  border: 1px solid var(--ink);
  color: var(--ink);
}
.fil-badge.tier-s { background: var(--ink); color: var(--paper); }
.fil-badge.tier-a { background: var(--paper); color: var(--ink); }
.fil-more { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--mute); }

/* ───── LEADERS ───── */
.leaders {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.card-leader {
  display: flex;
  flex-direction: column;
  gap: 9px;
  text-decoration: none;
  color: inherit;
}
.card-leader .rank-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line-strong);
}
.card-leader .rank-num {
  font-family: 'Fraunces', serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 400;
}
.photo-1x1 {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--soft);
}
.photo-1x1 img { width: 100%; height: 100%; object-fit: cover; }
.card-leader .name {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.15;
}
.card-leader .role { font-size: 11px; color: var(--sub); line-height: 1.35; }
.card-leader .company { font-weight: 600; color: var(--ink); }
.card-leader .leader-tag {
  padding-top: 8px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 600;
}
.mini-seal {
  width: 16px; height: 16px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 9px;
  font-weight: 500;
  flex-shrink: 0;
}
.card-leader .filiations-mini {
  display: flex;
  gap: 4px;
  padding-top: 6px;
  flex-wrap: wrap;
}
.card-leader .filiations-mini .fil-badge { font-size: 8.5px; padding: 1.5px 5px; }

/* ───── RISING ───── */
.rising {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.card-rising {
  display: flex;
  gap: 10px;
  padding: 11px;
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
}
.card-rising:hover { border-color: var(--ink); }
.card-rising .photo-mini {
  width: 54px; height: 54px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--soft);
}
.card-rising .photo-mini img { width: 100%; height: 100%; object-fit: cover; }
.rising-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}
.rising-info .top-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 2px;
}
.rising-info .rnum { font-family: 'Fraunces', serif; font-weight: 500; font-size: 15px; }
.rising-info .rdelta { font-size: 10px; color: var(--mute); letter-spacing: 0.04em; }
.rising-info .rdelta.up { color: var(--gold); font-weight: 700; }
.rising-info .rdelta.new { font-weight: 700; letter-spacing: 0.12em; color: var(--ink); }
.rising-info .name {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.18;
}
.rising-info .role {
  font-size: 10px;
  color: var(--sub);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rising-info .fil-mini {
  font-family: 'JetBrains Mono', monospace;
  font-size: 8px;
  color: var(--mute);
  letter-spacing: 0.08em;
  margin-top: 2px;
}

/* ───── RISING SPLIT (mesma diagramação para 11-30 e 31-50) ───── */
.rising.rising-mid,
.rising.rising-end {
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.rising.rising-end {
  margin-top: 14px;
}

/* Garante que [hidden] funcione mesmo com display:grid forte das classes .rising */
.rising[hidden] { display: none !important; }

.expand-toggle {
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 20px;
  background: var(--paper);
  border: 1px dashed var(--ink);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  text-align: center;
  transition: all 0.2s;
}
.expand-toggle:hover {
  background: var(--ink);
  color: var(--paper);
  border-style: solid;
}

/* ───── EDITION FOOTER ───── */
.edition-footer {
  padding: 64px 0 44px;
  margin-top: 52px;
  border-top: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.edition-footer h3 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.05;
  margin-bottom: 12px;
  letter-spacing: -0.015em;
}
.edition-footer h3 em { font-style: italic; color: var(--ink-2); font-weight: 300; }
.edition-footer p { font-size: 13.5px; color: var(--sub); line-height: 1.6; margin-bottom: 18px; max-width: 42ch; }
.footer-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-ctas a {
  border: 1px solid var(--ink);
  padding: 10px 16px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
}
.footer-ctas a.primary { background: var(--ink); color: var(--paper); }
.footer-ctas a:hover { background: var(--ink); color: var(--paper); }
.footer-ctas a.primary:hover { background: var(--paper); color: var(--ink); }

/* ───── GLOBAL FOOTER ───── */
.global-footer {
  padding: 34px 0 44px;
  color: var(--mute);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-top: 1px solid var(--line);
}
.global-footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}
.global-footer a { color: var(--mute); text-decoration: none; }

/* ═══════════════════ PERFIL ═══════════════════ */
.profile-hero {
  padding: 44px 0;
  border-bottom: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 44px;
  align-items: start;
}
.profile-hero .photo-4x5 { max-width: 320px; }
.profile-tier-badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 6px 12px;
  border: 1px solid var(--ink);
  display: inline-block;
  margin-bottom: 14px;
  font-weight: 600;
}
.profile-name {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.profile-role {
  font-size: 16.5px;
  color: var(--sub);
  line-height: 1.4;
  margin-bottom: 22px;
}
.profile-role .company { font-weight: 600; color: var(--ink); }
.profile-seal-row {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
}
.big-seal {
  width: 72px; height: 72px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  flex-shrink: 0;
}
.big-seal .b { font-style: italic; font-size: 28px; font-weight: 500; line-height: 1; }
.big-seal .month {
  font-family: 'JetBrains Mono', monospace;
  font-style: normal;
  font-size: 7px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 3px;
  color: var(--sub);
}
.seal-desc {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 15px;
  color: var(--sub);
  line-height: 1.4;
  max-width: 40ch;
}
.seal-desc strong { color: var(--ink); font-weight: 500; font-style: normal; }

.profile-filiations {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}
.profile-filiations .pf-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
}
.profile-filiations .pf-grid { display: flex; gap: 10px; flex-wrap: wrap; }
.profile-fil {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid var(--ink);
  background: var(--paper);
}
.profile-fil .fil-code { font-family: 'Fraunces', serif; font-size: 16px; font-weight: 600; }
.profile-fil .fil-info { display: flex; flex-direction: column; line-height: 1.1; }
.profile-fil .fil-name { font-size: 11px; font-weight: 600; }
.profile-fil .fil-verif {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  color: var(--mute);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.profile-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn {
  border: 1px solid var(--ink);
  padding: 11px 18px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
  background: var(--paper);
  cursor: pointer;
  display: inline-block;
}
.btn.primary { background: var(--ink); color: var(--paper); }
.btn:hover { background: var(--ink); color: var(--paper); }
.btn.primary:hover { background: var(--paper); color: var(--ink); }

/* voz do BoB */
.bob-voice {
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
}
.bv-label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--ink);
  font-weight: 600;
}
.bv-label .bob-seal { width: 30px; height: 30px; font-size: 14px; }
.bv-text {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(19px, 2.2vw, 26px);
  line-height: 1.5;
  max-width: 58ch;
  color: var(--ink);
  letter-spacing: -0.005em;
}

/* breakdown */
.breakdown-section { padding: 56px 0 40px; }
.breakdown-head {
  padding-bottom: 12px;
  border-bottom: 1.5px solid var(--ink);
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
}
.breakdown-head h2 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(30px, 3.6vw, 46px);
  letter-spacing: -0.01em;
}
.breakdown-head h2 em { font-style: italic; color: var(--ink-2); font-weight: 300; }
.breakdown-head .total { font-family: 'Fraunces', serif; font-size: 16px; color: var(--sub); }
.breakdown-head .total strong {
  font-weight: 600;
  color: var(--ink);
  font-size: 28px;
  margin: 0 4px;
}

.criterion {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.criterion:last-child { border-bottom: none; }
.crit-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: baseline;
  margin-bottom: 16px;
}
.crit-name {
  font-family: 'Fraunces', serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.crit-name .weight {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--mute);
  margin-left: 10px;
  vertical-align: 2px;
}
.crit-score {
  font-family: 'Fraunces', serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
.crit-score .total { font-size: 16px; color: var(--mute); font-weight: 300; }
.crit-bar-wrap { margin: 14px 0; }
.crit-track {
  width: 100%;
  height: 10px;
  background: var(--soft);
  border: 1px solid var(--line);
  position: relative;
}
.crit-fill {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  background: var(--ink);
}
.crit-fill.gold { background: var(--gold); }
.crit-bench {
  position: absolute;
  top: -4px; bottom: -4px;
  width: 2px;
  background: var(--ink);
}
.crit-bench-label {
  position: absolute;
  top: -22px;
  transform: translateX(-50%);
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sub);
  white-space: nowrap;
}

.crit-status {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.status-pill {
  padding: 4px 10px;
  border: 1px solid var(--ink);
  display: inline-block;
}
.status-pill.above { background: var(--ink); color: var(--paper); }
.status-pill.at { background: var(--paper); color: var(--ink); }
.status-pill.below { background: var(--paper); color: var(--ink); border-style: dashed; }
.crit-status .gap-text {
  color: var(--sub);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
  font-size: 12px;
}

.crit-sources {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--sub);
  letter-spacing: 0.04em;
  margin-top: 8px;
  line-height: 1.6;
}

/* ═══ CTA AFILIAÇÃO ═══ */
.cta-affiliate {
  margin-top: 26px;
  padding: 28px;
  background: var(--softer);
  border: 1.5px solid var(--ink);
  position: relative;
}
.cta-affiliate::before {
  content: 'O BoB recomenda';
  position: absolute;
  top: -12px;
  left: 24px;
  background: var(--paper);
  padding: 2px 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  border: 1.5px solid var(--ink);
}
.cta-affiliate .cta-title {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.45;
  color: var(--ink);
  margin-bottom: 20px;
  font-weight: 300;
  max-width: 60ch;
}
.cta-affiliate .plats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}
.plat {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.plat:hover { border-color: var(--ink); }
.plat-rank {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
}
.plat-name {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
}
.plat-desc { font-size: 12.5px; color: var(--sub); line-height: 1.45; }
.plat-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px dashed var(--line);
}
.plat-price { font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 600; letter-spacing: 0.04em; }
.plat-price small { color: var(--mute); font-weight: 400; }
.plat-aff {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
}
.plat-btn {
  margin-top: 10px;
  background: var(--ink);
  color: var(--paper);
  text-align: center;
  padding: 9px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  display: block;
}
.cta-disclaimer {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  line-height: 1.6;
  color: var(--mute);
  padding-top: 12px;
  border-top: 1px dashed var(--line);
}
.cta-keep {
  margin-top: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--ink);
  font-weight: 500;
  padding: 12px 14px;
  background: var(--paper);
  border-left: 3px solid var(--gold);
}

/* ═══════════════════ PROOF BLOCKS (perfil) ═══════════════════ */
.proof-block {
  margin-top: 20px;
  padding: 22px 24px;
  background: var(--softer);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
}
.proof-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 700;
  margin-bottom: 14px;
}
.proof-label-mini {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
  margin-bottom: 8px;
}

/* Destaques LinkedIn */
.proof-items { display: flex; flex-direction: column; gap: 12px; }
.proof-item {
  padding: 12px 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.proof-item .proof-title {
  font-family: 'Fraunces', serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--ink);
}
.proof-item .proof-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--sub);
  letter-spacing: 0.04em;
}

/* Menções em mídia */
.media-mentions { display: flex; flex-direction: column; gap: 10px; }
.media-item {
  padding: 14px 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  align-items: baseline;
}
.media-item .media-outlet {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.media-item .media-right {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.media-item .media-headline {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink-2);
  font-weight: 400;
}
.media-item .media-date {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 500;
}

/* Entidades em destaque grande */
.entities-big {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}
.entity-big {
  padding: 20px 18px;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 140px;
  position: relative;
}
.entity-big.tier-s { background: var(--ink); color: var(--paper); }
.entity-big .entity-logo {
  font-family: 'Fraunces', serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
}
.entity-big.tier-s .entity-logo { color: var(--paper); }
.entity-big .entity-name {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--sub);
}
.entity-big.tier-s .entity-name { color: #CCC; }
.entity-big .entity-tier {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px dashed var(--line);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold);
}
.entity-big.tier-s .entity-tier { border-top-color: #444; }

.proof-extra {
  padding-top: 14px;
  border-top: 1px dashed var(--line);
}
.proof-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.proof-list li {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink);
  padding-left: 16px;
  position: relative;
}
.proof-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

/* ═══════════════════ HOME PÚBLICA (meta-home) ═══════════════════ */
.home-hero {
  padding: 80px 0 64px;
  border-bottom: 1px solid var(--ink);
}
.home-hero .h-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 24px;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid var(--gold);
}
.home-hero h1 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(48px, 6.8vw, 104px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  max-width: 18ch;
  margin-bottom: 28px;
}
.home-hero h1 em { font-style: italic; color: var(--ink-2); font-weight: 300; }
.home-hero h1 strong { font-weight: 700; color: var(--ink); }
.home-hero .h-lede strong { font-weight: 600; color: var(--ink); font-style: normal; }
.home-hero .h-lede {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.5;
  max-width: 52ch;
  color: var(--sub);
  margin-bottom: 36px;
}
.home-hero .h-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* ═══════════════════ SPOTLIGHT (edição recém-saída) ═══════════════════ */
.edition-spotlight {
  padding: 56px 40px;
  background: var(--ink);
  color: var(--paper);
  margin: 48px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.edition-spotlight .spot-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 16px;
}
.edition-spotlight h2 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.edition-spotlight h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
.edition-spotlight p {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  color: #DDD;
  margin-bottom: 20px;
  max-width: 44ch;
}
.edition-spotlight .spot-cta {
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  padding: 14px 22px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.edition-spotlight .spot-cta:hover { background: var(--paper); color: var(--ink); }
.spot-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.spot-preview {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: #1F1F1F;
  border: 1px solid #2F2F2F;
}
.spot-preview .spot-num {
  font-family: 'Fraunces', serif;
  font-size: 30px;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
  width: 40px;
  text-align: center;
}
.spot-preview .spot-photo {
  width: 48px;
  height: 48px;
  overflow: hidden;
  background: #333;
  flex-shrink: 0;
}
.spot-preview .spot-photo img { width: 100%; height: 100%; object-fit: cover; }
.spot-preview .spot-info { flex: 1; min-width: 0; }
.spot-preview .spot-name {
  font-family: 'Fraunces', serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--paper);
  line-height: 1.2;
}
.spot-preview .spot-role {
  font-size: 11px;
  color: #AAA;
  line-height: 1.3;
}

/* ═══════════════════ PREVIEW LISTS ═══════════════════ */
.preview-list-section { padding: 56px 0 32px; }
.preview-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 12px;
  border-bottom: 1.5px solid var(--ink);
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 12px;
}
.preview-head h2 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 42px);
  letter-spacing: -0.01em;
}
.preview-head h2 em { font-style: italic; color: var(--ink-2); font-weight: 300; }
.preview-head .preview-badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
}
.preview-head .preview-badge strong { color: var(--ink); font-weight: 700; }
.preview-head .preview-badge.new { color: var(--gold); }

.preview-top5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}
.preview-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--paper);
  transition: border-color 0.2s;
}
.preview-card:hover { border-color: var(--ink); }
.preview-card .pc-rank {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line);
}
.preview-card .pc-num {
  font-family: 'Fraunces', serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}
.preview-card .pc-delta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--mute);
}
.preview-card .pc-delta.up { color: var(--gold); }
.preview-card .pc-delta.new {
  color: var(--ink);
  background: var(--gold);
  padding: 2px 5px;
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.preview-card .pc-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--soft);
}
.preview-card .pc-photo img { width: 100%; height: 100%; object-fit: cover; }
.preview-card .pc-name {
  font-family: 'Fraunces', serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.preview-card .pc-role {
  font-size: 10.5px;
  color: var(--sub);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.preview-card .pc-fil {
  font-family: 'JetBrains Mono', monospace;
  font-size: 8.5px;
  color: var(--mute);
  letter-spacing: 0.08em;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px dashed var(--line);
}

.preview-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  background: var(--softer);
  border: 1px dashed var(--ink);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  margin-bottom: 8px;
}
.preview-cta:hover { background: var(--ink); color: var(--paper); }
.preview-cta .pc-arrow {
  font-size: 16px;
  transition: transform 0.2s;
  font-weight: 400;
}
.preview-cta:hover .pc-arrow { transform: translateX(4px); }

/* Como o BoB decide (home) */
.how-section {
  padding: 64px 0 56px;
  border-top: 1px solid var(--ink);
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 56px;
  align-items: start;
}
.how-section h2 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1;
  letter-spacing: -0.015em;
  margin-bottom: 14px;
}
.how-section h2 em { font-style: italic; color: var(--ink-2); font-weight: 300; }
.how-section .how-lede {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  color: var(--sub);
  margin-bottom: 22px;
}
.how-section .how-links { display: flex; gap: 10px; flex-wrap: wrap; }
.how-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.how-card {
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.how-card .hc-weight {
  font-family: 'Fraunces', serif;
  font-size: 26px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.02em;
}
.how-card .hc-name {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink);
  margin: 6px 0 3px;
}
.how-card .hc-source {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  color: var(--mute);
  letter-spacing: 0.06em;
}

/* ═══════════════════ APRESENTAÇÃO ═══════════════════ */
.pres-hero {
  padding: 80px 0 60px;
  border-bottom: 1px solid var(--ink);
  text-align: center;
}
.pres-hero .pres-logo {
  font-family: 'Fraunces', serif;
  font-size: clamp(72px, 12vw, 160px);
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.035em;
  margin-bottom: 8px;
}
.pres-hero .pres-logo strong { font-weight: 700; }
.pres-hero .pres-tagline {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 500;
  margin-bottom: 48px;
}
.pres-hero .pres-sub {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.4;
  color: var(--sub);
  max-width: 50ch;
  margin: 0 auto 32px;
}
.pres-hero .pres-meta {
  display: inline-flex;
  gap: 28px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  padding-top: 24px;
  border-top: 1px solid var(--line);
  margin-top: 20px;
}
.pres-hero .pres-meta strong { color: var(--ink); font-weight: 600; }

.pres-grid-section { padding: 64px 0 40px; }
.pres-grid-head {
  padding-bottom: 12px;
  border-bottom: 1.5px solid var(--ink);
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
}
.pres-grid-head h2 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(30px, 3.6vw, 44px);
  letter-spacing: -0.01em;
}
.pres-grid-head h2 em { font-style: italic; color: var(--ink-2); font-weight: 300; }
.pres-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pres-card {
  display: flex;
  flex-direction: column;
  border: 1.5px solid var(--ink);
  background: var(--paper);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.3s;
}
.pres-card:hover { transform: translateY(-4px); }
.pres-card:hover .pres-card-cta { background: var(--gold); color: var(--paper); }
.pres-card-visual {
  aspect-ratio: 16 / 10;
  background: var(--soft);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1.5px solid var(--ink);
}
.pres-card-visual svg { width: 100%; height: 100%; }
.pres-card-body {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}
.pres-card-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 700;
}
.pres-card h3 {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.pres-card h3 em { font-style: italic; color: var(--ink-2); font-weight: 400; }
.pres-card p {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--sub);
  margin-bottom: 12px;
}
.pres-card .pres-card-url {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  color: var(--mute);
  letter-spacing: 0.04em;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed var(--line);
}
.pres-card-cta {
  display: block;
  text-align: center;
  background: var(--ink);
  color: var(--paper);
  padding: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s;
}

.pres-context {
  padding: 60px 0 80px;
  border-top: 1px solid var(--line);
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.pres-context h3 {
  font-family: 'Fraunces', serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 14px;
  letter-spacing: -0.015em;
}
.pres-context h3 em { font-style: italic; color: var(--ink-2); font-weight: 400; }
.pres-context p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--sub);
  margin-bottom: 14px;
}
.pres-context p strong { color: var(--ink); font-weight: 600; }
.pres-context .pres-key {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
  color: var(--ink);
  padding: 14px 16px;
  background: var(--softer);
  border-left: 3px solid var(--gold);
  margin: 16px 0;
  font-weight: 400;
}

/* chart */
.chart-section { padding: 44px 0; border-bottom: 1px solid var(--line); }
.chart-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 10px;
  border-bottom: 1.5px solid var(--ink);
  margin-bottom: 22px;
}
.chart-head h3 { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 500; }
.chart-wrap {
  width: 100%;
  background: var(--softer);
  border: 1px solid var(--line);
  padding: 24px 14px 14px;
}
.chart-svg { width: 100%; height: auto; max-height: 320px; }

/* histórico */
.history-section { padding: 28px 0; border-bottom: 1px solid var(--line); }
.history-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
}
.history-table th, .history-table td {
  border-bottom: 1px solid var(--line);
  padding: 10px 12px;
  text-align: left;
}
.history-table th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--mute);
  font-weight: 600;
  border-bottom: 1.5px solid var(--ink);
}
.history-table td.num {
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
}
.history-table td.rank { font-family: 'Fraunces', serif; font-size: 15px; font-weight: 500; }

/* CTA condicional final */
.final-cta-section { padding: 52px 0 68px; }
.final-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 14px; }
.final-card { padding: 28px; border: 1.5px solid var(--ink); background: var(--paper); }
.final-card.primary { background: var(--ink); color: var(--paper); }
.final-card h4 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.final-card h4 em { font-style: italic; }
.final-card p { font-size: 13.5px; line-height: 1.55; margin-bottom: 18px; opacity: 0.9; }

/* ═══════════════════ DASHBOARD ═══════════════════ */
.dash-hero {
  padding: 52px 0 48px;
  border-bottom: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: start;
}
.dash-welcome .eyebrow {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 16px;
}
.dash-welcome h1 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
.dash-welcome h1 em { font-style: italic; font-weight: 500; }
.dash-welcome .dash-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sub);
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.dash-meta strong { color: var(--ink); font-weight: 600; }
.dash-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-self: end;
}
.dash-stat {
  padding: 22px 18px;
  border: 1px solid var(--ink);
  background: var(--paper);
}
.dash-stat.primary { background: var(--ink); color: var(--paper); }
.dash-stat .ds-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 10px;
  font-weight: 600;
}
.dash-stat.primary .ds-label { color: #CCC; }
.dash-stat .ds-value {
  font-family: 'Fraunces', serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}
.dash-stat .ds-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--mute);
  margin-top: 8px;
  letter-spacing: 0.04em;
}
.dash-stat.primary .ds-sub { color: #AAA; }
.dash-stat .ds-value .gold { color: var(--gold); }

/* ───── DELTAS POR CRITÉRIO (dashboard) ───── */
.deltas-section { padding: 52px 0; border-bottom: 1px solid var(--line); }
.deltas-head {
  padding-bottom: 12px;
  border-bottom: 1.5px solid var(--ink);
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
}
.deltas-head h2 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(30px, 3.6vw, 44px);
  letter-spacing: -0.01em;
}
.deltas-head h2 em { font-style: italic; color: var(--ink-2); font-weight: 300; }

.delta-row {
  display: grid;
  grid-template-columns: 180px 1fr 110px 1fr;
  gap: 20px;
  padding: 16px 0;
  align-items: center;
  border-bottom: 1px dashed var(--line);
}
.delta-row:last-child { border-bottom: none; }
.delta-name {
  font-family: 'Fraunces', serif;
  font-size: 17px;
  font-weight: 500;
}
.delta-name .weight {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  color: var(--mute);
  margin-left: 6px;
}
.delta-bar-wrap { position: relative; }
.delta-bar {
  width: 100%;
  height: 8px;
  background: var(--soft);
  border: 1px solid var(--line);
  position: relative;
}
.delta-fill {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  background: var(--ink);
}
.delta-fill.gold { background: var(--gold); }
.delta-score {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.01em;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.delta-score .dd {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 2px 6px;
  border: 1px solid var(--ink);
}
.delta-score .dd.up { background: var(--gold); color: var(--paper); border-color: var(--gold); }
.delta-score .dd.down { background: var(--paper); color: var(--sub); border-color: var(--line-strong); border-style: dashed; }
.delta-score .dd.same { background: var(--paper); color: var(--mute); border: 1px dashed var(--line-strong); }
.delta-note {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--sub);
  letter-spacing: 0.04em;
  line-height: 1.5;
}

/* ───── ALERTAS ───── */
.alerts-section { padding: 48px 0; border-bottom: 1px solid var(--line); }
.alerts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}
.alert {
  padding: 18px;
  border: 1px solid var(--ink);
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.alert .alert-cat {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}
.alert .alert-title {
  font-family: 'Fraunces', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.alert .alert-body { font-size: 12.5px; color: var(--sub); line-height: 1.45; }

/* ───── RECOMENDAÇÕES ───── */
.recs-section { padding: 52px 0; border-bottom: 1px solid var(--line); }
.recs-head { margin-bottom: 24px; padding-bottom: 12px; border-bottom: 1.5px solid var(--ink); }
.recs-head h2 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(30px, 3.6vw, 44px);
  letter-spacing: -0.01em;
}
.recs-head h2 em { font-style: italic; color: var(--ink-2); font-weight: 300; }
.recs-head p {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 15px;
  color: var(--sub);
  margin-top: 8px;
}

/* ───── COMUNIDADE ───── */
.community-section {
  padding: 44px 0 68px;
}
.community-card {
  padding: 32px;
  border: 1.5px solid var(--ink);
  background: var(--softer);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}
.community-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}
.community-card h3 em { font-style: italic; }
.community-card p {
  font-size: 13.5px;
  color: var(--sub);
  line-height: 1.55;
  max-width: 46ch;
}

/* ═══════════════════ OUTRAS LISTAS (home) ═══════════════════ */
.other-lists-section {
  padding: 64px 0 20px;
  border-top: 1px solid var(--ink);
  margin-top: 48px;
}
.other-lists-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1.5px solid var(--ink);
  margin-bottom: 28px;
}
.other-lists-head h2 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(30px, 3.6vw, 46px);
  letter-spacing: -0.01em;
}
.other-lists-head h2 em { font-style: italic; color: var(--ink-2); font-weight: 300; }
.other-lists-head .ol-lede {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 15px;
  color: var(--sub);
  max-width: 52ch;
  font-weight: 300;
  line-height: 1.5;
}
.other-lists-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.other-list {
  padding: 22px 20px;
  border: 1px solid var(--line);
  background: var(--paper);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 180px;
  transition: border-color 0.2s, background 0.2s;
}
.other-list:hover { border-color: var(--ink); background: var(--softer); }
.other-list .ol-kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
}
.other-list h3 {
  font-family: 'Fraunces', serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-top: 2px;
}
.other-list .ol-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  color: var(--sub);
  letter-spacing: 0.06em;
  margin-top: 4px;
}
.other-list .ol-highlight {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed var(--line);
}
.other-list .ol-arrow {
  display: inline-block;
  margin-left: 4px;
  transition: transform 0.2s;
}
.other-list:hover .ol-arrow { transform: translateX(4px); }

/* ═══════════════════ RESPONSIVE ═══════════════════ */
@media (max-width: 1100px) {
  .rising,
  .rising.rising-mid,
  .rising.rising-end { grid-template-columns: repeat(4, 1fr); }
  .other-lists-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .container { padding: 0 28px; }
  .legends { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .leaders { grid-template-columns: repeat(3, 1fr); }
  .rising { grid-template-columns: repeat(3, 1fr); }
  .edition-footer { grid-template-columns: 1fr; gap: 36px; }
  .profile-hero { grid-template-columns: 220px 1fr; gap: 28px; }
  .cta-affiliate .plats { grid-template-columns: 1fr; }
  .final-cta { grid-template-columns: 1fr; }
  .dash-hero { grid-template-columns: 1fr; gap: 28px; }
  .dash-stats { grid-template-columns: repeat(3, 1fr); }
  .delta-row { grid-template-columns: 120px 1fr 90px; }
  .delta-row .delta-note { grid-column: 1 / -1; font-size: 10.5px; }
  .alerts-grid { grid-template-columns: 1fr; }
  .community-card { grid-template-columns: 1fr; gap: 16px; }
  .entities-big { grid-template-columns: 1fr; }
  .media-item { grid-template-columns: 1fr; gap: 4px; }
  .pres-grid { grid-template-columns: 1fr; }
  .pres-context { grid-template-columns: 1fr; gap: 32px; }
  .edition-spotlight { grid-template-columns: 1fr; padding: 36px 28px; margin: 32px -28px; }
  .preview-top5 { grid-template-columns: repeat(3, 1fr); }
  .preview-top5 .preview-card:nth-child(4),
  .preview-top5 .preview-card:nth-child(5) { display: none; }
  .how-section { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .nav-links { display: none; }
  .logo .brand { font-size: 24px; }
  .logo .tagline { font-size: 8px; }
  .lang-switcher { gap: 4px; }
  .lang-switcher a { padding: 2px; }
  .lang-switcher svg { width: 18px; }

  /* Legends mobile: 1º ocupa linha inteira (hero), 2-5 em 2x2 (50% cada) */
  .legends { grid-template-columns: 1fr 1fr; gap: 28px 14px; }
  .card-legend {
    padding: 14px 12px 18px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 4px;
  }
  .card-legend:hover { border-color: var(--ink); }
  .card-legend:nth-child(1) {
    grid-column: 1 / -1;
    padding: 18px 16px 22px;
    background: var(--off-white);
    border: 1px solid var(--ink);
  }
  .card-legend .rank-num { font-size: 42px; }
  .card-legend .name { font-size: 17px; }
  .card-legend .role { font-size: 11.5px; }
  .card-legend .achievement { font-size: 12px; padding-left: 10px; }
  .card-legend .bob-seal { width: 28px; height: 28px; font-size: 13px; }
  .card-legend .bob-quote { font-size: 11px; line-height: 1.45; }
  .card-legend .bob-block { padding: 10px 0 2px; gap: 10px; }
  .card-legend:nth-child(1) .rank-num { font-size: 52px; }
  .card-legend:nth-child(1) .name { font-size: 20px; }

  /* Leaders mobile: listagem compacta (foto pequena à esquerda, info à direita) */
  .leaders { grid-template-columns: 1fr; gap: 8px; }
  .card-leader {
    display: grid;
    grid-template-columns: 54px 1fr;
    grid-template-areas:
      "photo rank"
      "photo name"
      "photo role"
      "fil   fil";
    gap: 2px 10px;
    padding: 10px;
    border: 1px solid var(--line);
    align-items: start;
  }
  .card-leader .photo-1x1 {
    grid-area: photo;
    width: 54px;
    height: 54px;
    align-self: center;
  }
  .card-leader .rank-row {
    grid-area: rank;
    padding: 0;
    border-bottom: none;
    align-items: center;
  }
  .card-leader .rank-num { font-size: 18px; }
  .card-leader .name { grid-area: name; font-size: 13px; line-height: 1.18; }
  .card-leader .role { grid-area: role; font-size: 10.5px; line-height: 1.3; }
  .card-leader .role br { display: none; }
  .card-leader .leader-tag { display: none; }
  .card-leader .filiations-mini {
    grid-area: fil;
    padding-top: 6px;
    margin-top: 4px;
    border-top: 1px solid var(--line);
  }

  /* Rising mobile: listagem 1 coluna, 2 linhas pequenas */
  .rising { grid-template-columns: 1fr; gap: 6px; }
  .card-rising { padding: 10px; }
  .card-rising .photo-mini { width: 52px; height: 52px; }
  .rising-info .name { font-size: 13px; }
  .rising-info .role { font-size: 10.5px; white-space: normal; }

  /* Other lists mobile */
  .other-lists-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .other-list h3 { font-size: 24px; }

  .profile-hero { grid-template-columns: 1fr; gap: 18px; }
  .profile-hero .photo-4x5 { max-width: 100%; }
  .profile-seal-row { flex-direction: column; align-items: flex-start; gap: 14px; }

  .dash-stats { grid-template-columns: 1fr; }
  .delta-row { grid-template-columns: 1fr auto; }
  .delta-row .delta-bar-wrap { grid-column: 1 / -1; }
}
@media (max-width: 420px) {
  .other-lists-grid { grid-template-columns: 1fr; }
  .preview-top5 { grid-template-columns: repeat(2, 1fr); }
  .how-right { grid-template-columns: 1fr; }
}
