/* Rede Gazeta visual consistency release — 2026-09-22.
   Loaded last on every portal so legacy brand layers cannot regress shared UI. */

:root {
  --network-ease-out: cubic-bezier(.23,1,.32,1);
  --network-ease-in-out: cubic-bezier(.77,0,.175,1);
  --network-press: 130ms;
  --network-control: 190ms;
  --network-card: 240ms;
}

/* Shared chrome: consistent density, legibility and touch feedback. */
.global-header .network-bar nav {
  gap: clamp(16px,2.1vw,34px) !important;
}
.global-header .network-bar a {
  font-size: clamp(10px,.72vw,12px) !important;
  line-height: 1.25 !important;
  letter-spacing: .01em !important;
}
.global-header .masthead-row {
  min-height: clamp(94px,8vw,124px) !important;
}
.global-header .site-logo img {
  max-height: 72px !important;
  object-fit: contain !important;
}
.global-header.is-condensed .masthead-row {
  min-height: 62px !important;
}
.global-header.is-condensed .site-logo img {
  max-height: 48px !important;
  transform: none !important;
}
.global-header :where(.header-control,.primary-nav a),
.mobile-nav :where(a,button),
:where(.button,.section-more-button,.news-card,.continue-card,.columnist-card) {
  transition:
    transform var(--network-control) var(--network-ease-out),
    color var(--network-control) ease,
    background-color var(--network-control) ease,
    border-color var(--network-control) ease,
    box-shadow var(--network-card) var(--network-ease-out) !important;
}
:where(.header-control,.button,.section-more-button,.mobile-nav a,.mobile-nav button):active {
  transform: scale(.97) !important;
  transition-duration: var(--network-press) !important;
}

/* Cards feel responsive without moving editorial data excessively. */
.news-card {
  overflow: clip;
  box-shadow: 0 8px 24px rgba(7,37,59,.07);
}
.news-card-image img {
  transition: transform 260ms var(--network-ease-out),filter 220ms ease !important;
}
@media (hover:hover) and (pointer:fine) {
  .news-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 16px 34px rgba(7,37,59,.13) !important;
  }
  .news-card:hover .news-card-image img { transform: scale(1.018); }
}

/* Article density and readable metadata. */
.article-page-body .article-content-grid {
  grid-template-columns: minmax(0,850px) minmax(330px,360px) !important;
  gap: clamp(30px,3vw,46px) !important;
}
.article-page-body .article-meta {
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: var(--muted) !important;
}
.article-page-body .continue-reading {
  padding: 20px !important;
}
.article-page-body .continue-card {
  grid-template-columns: 104px minmax(0,1fr) !important;
  gap: 13px !important;
  padding-block: 14px !important;
}
.article-page-body .continue-card img {
  width: 104px !important;
  height: 76px !important;
}
.article-page-body .continue-card strong {
  font-size: 15px !important;
  line-height: 1.22 !important;
}
.article-page-body .share-rail {
  background: rgba(5,35,59,.94) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.2) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
}
.article-page-body .share-rail :where(a,button),
.article-page-body .share-rail :where(a,button):nth-child(n) {
  color: #fff !important;
}
.article-page-body .share-rail svg { fill: currentColor !important; }

/* A real dark theme: brand colors remain accents, every reading surface adapts. */
html.a11y-dark {
  color-scheme: dark;
  --warm: #071522 !important;
  --surface: #0c2233 !important;
  --surface-2: #112c40 !important;
  --ink: #f3f7fa !important;
  --muted: #bfd0db !important;
  --line: #2b4a5f !important;
  --blue-soft: #133b53 !important;
}
html.a11y-dark body,
html.a11y-dark body.folha-paper,
html.a11y-dark body.sport-edition,
html.a11y-dark body.estado-edition {
  background: var(--warm) !important;
  color: var(--ink) !important;
}
html.a11y-dark :where(
  main,.page-container,.home-page,.article-page,.article-page-body,
  .news-card,.news-card-body,.directory-card,.columnist-card,.continue-card,
  .continue-reading,.article-aside,.article-author-card-aside,.author-box,
  .filter-panel,.side-panel,.city-home-panel,.editorias-card,.gazeta-region,
  .gazeta-market,.sport-scoreboard,.sport-ranking,.sport-modalities a,
  .site-dialog .dialog-shell,.global-footer
) {
  border-color: var(--line) !important;
}
html.a11y-dark :where(
  .news-card,.news-card-body,.directory-card,.columnist-card,.continue-card,
  .continue-reading,.article-author-card-aside,.author-box,.filter-panel,
  .side-panel,.city-home-panel,.editorias-card,.gazeta-region,.gazeta-market,
  .sport-scoreboard,.sport-ranking,.sport-modalities a
) {
  background: var(--surface) !important;
  color: var(--ink) !important;
}
html.a11y-dark :where(
  h1,h2,h3,h4,p,strong,a,.article-body,.article-deck,
  .news-card h2,.news-card h2 a,.continue-card strong,
  .columnist-card strong,.section-heading h2
) { color: var(--ink); }
html.a11y-dark :where(
  .news-card p,.news-card time,.news-card-author,.article-meta,
  .article-meta span,.article-deck,.continue-card small,.gazeta-region time
) { color: var(--muted) !important; }
html.a11y-dark .global-footer {
  background: #061724 !important;
  color: #edf5f9 !important;
}
html.a11y-dark .global-footer :where(p,a,span,h2) { color: inherit !important; }
html.a11y-dark .mobile-nav {
  background: rgba(8,29,45,.9) !important;
  border-color: rgba(255,255,255,.18) !important;
}
html.a11y-dark .mobile-nav :where(a,button) { color:#eef6fb !important; }
html.a11y-dark .mobile-nav :where(a,button)[aria-current="page"] {
  background:#f4f8fa !important;
  color:#08233a !important;
}
html.a11y-dark .global-header .primary-nav {
  background:rgba(12,34,51,.88) !important;
  border-color:rgba(255,255,255,.2) !important;
  box-shadow:0 10px 28px rgba(0,0,0,.2) !important;
}
html.a11y-dark .global-header .primary-nav a {
  color:#edf5f9 !important;
}
html.a11y-dark .global-header .primary-nav a[aria-current="page"],
html.a11y-dark .global-header .primary-nav a[aria-current="true"] {
  background:#f4f8fa !important;
  color:#08233a !important;
}
html.a11y-dark .global-header .header-control {
  background:rgba(12,34,51,.82) !important;
  border-color:rgba(255,255,255,.22) !important;
  color:#f4f8fa !important;
}

/* Brand-specific corrections. */
body.site-gazeta-fluminense .site-logo img,
html.a11y-dark body.site-gazeta-fluminense .site-logo img {
  filter: brightness(0) invert(1) drop-shadow(0 1px 0 rgba(0,0,0,.18)) !important;
}
body.site-fato-poder .site-logo img { min-height: 58px !important; }
body.site-fala-geral .site-logo img,
body.site-correio-araraquara .site-logo img { min-height: 62px !important; }
body.site-fato-poder .masthead-row,
body.site-fala-geral .masthead-row,
body.site-correio-araraquara .masthead-row { min-height: 104px !important; }

/* Financial widgets stay informative without displacing the newsroom. */
body.site-agazeta .gazeta-market-compact,
body.site-tribuna-tarde .gazeta-market-compact {
  margin-block: 12px 22px !important;
  padding: 12px 16px !important;
}
body.site-agazeta .gazeta-market-compact .tradingview-widget-container,
body.site-tribuna-tarde .gazeta-market-compact .tradingview-widget-container {
  height: 150px !important;
  margin-block: 6px !important;
}

/* Sports empty state: keep controls available, remove the dead first viewport. */
body.sport-edition .sport-scoreboard:has(.score-empty),
body.sport-edition .sport-scoreboard:has(.score-message) {
  padding-bottom: 12px !important;
}
body.sport-edition .score-track:has(.score-empty),
body.sport-edition .score-track:has(.score-message) {
  min-height: 82px !important;
}
body.sport-edition .score-empty,
body.sport-edition .score-message {
  min-height: 70px !important;
  padding: 12px 18px !important;
}
html.a11y-dark body.sport-edition .global-header {
  background: rgba(7,20,34,.94) !important;
  border-color: rgba(255,255,255,.12) !important;
}
html.a11y-dark body.sport-edition .sport-header-mainbar {
  background: rgba(16,39,59,.9) !important;
}
html.a11y-dark body.sport-edition .score-select select,
html.a11y-dark body.sport-edition .score-date-nav,
html.a11y-dark body.sport-edition .score-arrows button {
  background: var(--surface-2) !important;
  color: var(--ink) !important;
  border-color: var(--line) !important;
}

@media (max-width:900px) {
  body { padding-bottom: calc(88px + env(safe-area-inset-bottom)) !important; }
  .article-page-body .article-content-grid { display:block !important; }
  .article-page-body .article-aside { margin-top:30px !important; }
}

@media (max-width:760px) {
  .global-header .masthead-row,
  body.site-fato-poder .masthead-row,
  body.site-fala-geral .masthead-row,
  body.site-correio-araraquara .masthead-row {
    min-height: 76px !important;
  }
  .global-header .site-logo img,
  body.site-fato-poder .site-logo img,
  body.site-fala-geral .site-logo img,
  body.site-correio-araraquara .site-logo img {
    min-height:0 !important;
    max-height:52px !important;
    max-width:210px !important;
  }
  .article-page-body .article-header-block h1 {
    font-size: clamp(32px,9.2vw,43px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.025em !important;
    text-wrap: balance;
  }
  .article-page-body .article-deck {
    font-size: clamp(16px,4.5vw,19px) !important;
    line-height:1.45 !important;
  }
  .article-page-body .article-meta {
    justify-content:center !important;
    font-size:12px !important;
    gap:7px 9px !important;
  }
  .home-page .hero-content h1,
  body.estado-edition .hero-content h1,
  body.site-fato-poder .hero-content h1,
  body.site-fala-geral .hero-content h1,
  body.site-tribuna-tarde .hero-content h1 {
    font-size: clamp(26px,7.4vw,35px) !important;
    line-height:1.07 !important;
    letter-spacing:-.025em !important;
    max-width:21ch !important;
    text-wrap:balance;
  }
  body.site-tribuna-tarde .hero-content h1 { text-transform:none !important; }
  .mobile-nav {
    bottom:max(10px,env(safe-area-inset-bottom)) !important;
  }
  .global-footer {
    padding-bottom:calc(104px + env(safe-area-inset-bottom)) !important;
  }
  body.site-agazeta .gazeta-market-compact .tradingview-widget-container,
  body.site-tribuna-tarde .gazeta-market-compact .tradingview-widget-container {
    height:118px !important;
  }
  body.sport-edition .score-toolbar { margin-bottom:10px !important; }
  body.sport-edition .score-track:has(.score-empty),
  body.sport-edition .score-track:has(.score-message) { min-height:68px !important; }
  body.sport-edition .score-empty,
  body.sport-edition .score-message { min-height:58px !important; }
  body.sport-edition .sport-header-mainbar .masthead-row button.header-search > span:last-child {
    display:none !important;
  }
}

@media (prefers-reduced-motion:reduce) {
  :where(.news-card,.news-card-image img,.header-control,.primary-nav a,.mobile-nav a,.mobile-nav button,.button,.continue-card) {
    transform:none !important;
    animation:none !important;
    transition-property:opacity,color,background-color,border-color !important;
    transition-duration:100ms !important;
  }
}

@media (prefers-reduced-transparency:reduce) {
  .article-page-body .share-rail,
  html.a11y-dark .mobile-nav { backdrop-filter:none !important;-webkit-backdrop-filter:none !important; }
}
