:root {
  --red: #D7193F;
  --red-dark: #A90F2D;
  --navy: #081322;
  --ink: #15171A;
  --muted: #626A73;
  --bg: #F5F6F8;
  --white: #FFFFFF;
  --line: #E5E8EE;
  --soft: #EEF1F5;
  --container: 1280px;
  --radius-sm: 8px;
  --radius: 10px;
  --shadow-xs: 0 1px 2px rgba(8, 19, 34, .06);
  --shadow: 0 12px 34px rgba(8, 19, 34, .11);
  --theme-color: var(--red);
  --theme-bg: #FFF5F7;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-head: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button { border: 0; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin-top: 0; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
}

body.has-fixed-header {
  padding-top: 80px;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.site-header.is-scrolled {
  box-shadow: 0 8px 24px rgba(8, 19, 34, .08);
}

.header-inner {
  min-height: 80px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

.logo {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 170px;
}

.logo-img {
  display: block;
  width: auto;
  width: 190px;
  max-width: 190px;
  max-height: 60px;
  object-fit: contain;
}

.logo-mark {
  color: var(--navy);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.logo-mark em {
  color: var(--red);
  font-style: normal;
}

.logo-sub {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.nav-menu {
  min-width: 0;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}

.nav-list a {
  position: relative;
  display: block;
  padding: 10px 7px;
  border-radius: var(--radius-sm);
  color: #2E343B;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-list a::before {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  content: "";
}

.nav-list a:hover {
  color: var(--red);
  background: #FFF0F3;
}

.nav-list a:hover::before {
  opacity: .75;
}

.nav-list a[data-slug="esportes"] { color: #168A4A; }
.nav-list a[data-slug="cultura"] { color: #7B3FF2; }
.nav-list a[data-slug="politica"] { color: #1F5FBF; }
.nav-list a[data-slug="policia"] { color: #D97706; }
.nav-list a[data-slug="saude"] { color: #0689C9; }
.nav-list a[data-slug="regiao"] { color: #B38600; }

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
}

.nav-toggle span[aria-hidden="true"],
.nav-toggle span[aria-hidden="true"]::before,
.nav-toggle span[aria-hidden="true"]::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: var(--navy);
  border-radius: 2px;
  content: "";
}

.nav-toggle span[aria-hidden="true"]::before {
  transform: translateY(-6px);
}

.nav-toggle span[aria-hidden="true"]::after {
  transform: translateY(4px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-form {
  display: flex;
  align-items: center;
  width: 245px;
  height: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--bg);
}

.search-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 12px;
  font-size: 14px;
}

.search-form button {
  min-width: 72px;
  height: 100%;
  color: var(--white);
  background: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.tv-header-link,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.tv-header-link,
.btn-primary {
  color: var(--white);
  background: var(--red);
}

.tv-header-link:hover,
.btn-primary:hover {
  color: var(--white);
  background: var(--red-dark);
}

.btn-outline,
.section-link {
  border: 1px solid var(--line);
  color: var(--navy);
  background: var(--white);
}

.btn-outline-white {
  border: 1px solid rgba(255, 255, 255, .32);
  color: var(--white);
}

.btn-full {
  width: 100%;
}

.breaking-bar {
  background: var(--navy);
  color: var(--white);
}

.breaking-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 44px;
}

.breaking-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.breaking-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--red);
}

.breaking-content {
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-hero {
  padding: 28px 0 38px;
  background: var(--bg);
}

.hero-editorial {
  display: grid;
  grid-template-columns: minmax(0, 65fr) minmax(320px, 35fr);
  gap: 18px;
  height: clamp(470px, 42vw, 540px);
}

.hero-slider,
.hero-slide,
.hero-slide-link,
.secondary-card,
.secondary-card a {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--soft);
}

.hero-slider {
  height: 100%;
  min-height: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  min-height: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.015);
  transition: opacity .52s ease, transform .7s ease;
  z-index: 0;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  z-index: 2;
}

.hero-slide.is-leaving {
  opacity: 0;
  transform: scale(1.01);
  z-index: 1;
}

.hero-slide.is-entering {
  opacity: 1;
  transform: scale(1);
  z-index: 3;
}

.hero-slide-link,
.secondary-card a {
  display: block;
  height: 100%;
}

.secondary-card {
  min-height: 0;
}

.hero-slide img,
.secondary-card img,
.news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 19, 34, .02) 18%, rgba(8, 19, 34, .88) 100%);
}

.hero-copy,
.secondary-copy {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 12px;
  padding: 34px;
  color: var(--white);
}

.hero-copy strong,
.hero-copy h1 {
  margin: 0;
  color: var(--white);
  max-width: 860px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  font-weight: 900;
}

.hero-copy span:last-child {
  max-width: 680px;
  color: rgba(255, 255, 255, .84);
  font-size: 16px;
}

.news-kicker {
  width: fit-content;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-copy .news-kicker,
.secondary-copy .news-kicker {
  color: var(--white);
  background: var(--red);
  padding: 5px 8px;
  border-radius: 4px;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(8, 19, 34, .55);
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
}

.slider-prev {
  left: 18px;
}

.slider-next {
  right: 18px;
}

.slider-dots {
  position: absolute;
  z-index: 4;
  right: 28px;
  bottom: 22px;
  display: flex;
  gap: 7px;
}

.slider-dots button {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .48);
}

.slider-dots button.is-active {
  width: 26px;
  background: var(--white);
}

.hero-secondary {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 18px;
}

.secondary-copy {
  gap: 8px;
  padding: 18px;
}

.secondary-copy strong {
  color: var(--white);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.12;
  font-weight: 900;
}

.home-section {
  padding: 48px 0;
}

.home-section-alt:nth-of-type(even) {
  background: var(--bg);
}

.editorial-section {
  --theme-color: var(--red);
  --theme-bg: #FFF5F7;
  position: relative;
  background: linear-gradient(180deg, var(--theme-bg), #FFFFFF 54%);
  border-top: 1px solid rgba(8, 19, 34, .05);
}

.editorial-section::before {
  display: block;
  width: min(var(--container), calc(100% - 32px));
  height: 5px;
  margin: 0 auto 34px;
  border-radius: 999px;
  background: var(--theme-color);
  content: "";
}

.section-esportes { --theme-color: #168A4A; --theme-bg: #F0FBF5; }
.section-cultura { --theme-color: #7B3FF2; --theme-bg: #F7F2FF; }
.section-politica { --theme-color: #1F5FBF; --theme-bg: #F1F6FF; }
.section-policia { --theme-color: #D97706; --theme-bg: #FFF7ED; }
.section-saude { --theme-color: #0689C9; --theme-bg: #EEF9FF; }
.section-regiao { --theme-color: #B38600; --theme-bg: #FFFBE8; }
.section-leme { --theme-color: var(--red); --theme-bg: #FFF5F7; }

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 22px;
}

.section-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(25px, 3vw, 38px);
}

.eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.editorial-section .eyebrow,
.editorial-section .section-link,
.editorial-section .news-kicker {
  color: var(--theme-color);
}

.editorial-section .section-link {
  border-color: var(--theme-color);
  background: rgba(255, 255, 255, .78);
}

.section-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 800;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(2, minmax(0, .9fr));
  gap: 18px;
}

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

.news-card {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-xs);
  transition: transform .22s ease, box-shadow .22s ease;
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.news-card-feature {
  grid-row: span 2;
}

.news-card-horizontal {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
}

.news-card-compact {
  display: grid;
  grid-template-rows: 150px minmax(0, auto);
}

.news-card-vertical {
  display: grid;
  grid-template-rows: 190px minmax(0, auto);
}

.news-card-feature .news-card-media {
  height: 320px;
}

.news-card-horizontal .news-card-media {
  height: 100%;
  min-height: 160px;
}

.news-card-media {
  display: block;
  background: var(--soft);
}

.news-card-body {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 18px;
}

.news-card .news-kicker {
  color: var(--theme-color, var(--red));
}

.theme-esportes { --theme-color: #168A4A; }
.theme-cultura { --theme-color: #7B3FF2; }
.theme-politica { --theme-color: #1F5FBF; }
.theme-policia { --theme-color: #D97706; }
.theme-saude { --theme-color: #0689C9; }
.theme-regiao { --theme-color: #B38600; }
.theme-leme { --theme-color: var(--red); }

.news-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.18;
}

.news-card-feature h3 {
  font-size: clamp(25px, 3vw, 36px);
}

.news-card-compact h3 {
  font-size: 18px;
}

.news-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.meta-line {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.image-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 140px;
  place-items: center;
  color: rgba(8, 19, 34, .4);
  background: linear-gradient(135deg, #EEF1F5, #DCE2EA);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tv-home {
  padding: 54px 0;
  color: var(--white);
  background: var(--navy);
}

.tv-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 34px;
  align-items: center;
}

.video-responsive {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius);
  background: #03070D;
  aspect-ratio: 16 / 9;
}

.video-responsive iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tv-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(30px, 4vw, 46px);
}

.tv-copy p {
  margin: 12px 0 18px;
  color: rgba(255, 255, 255, .76);
}

.tv-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tv-mini-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.video-mini-card {
  position: relative;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-sm);
  color: var(--white);
}

.video-mini-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
}

.play-icon {
  position: absolute;
  left: 50px;
  top: 50%;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--red);
  transform: translateY(-50%);
}

.play-icon::after {
  position: absolute;
  top: 10px;
  left: 13px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid var(--white);
  content: "";
}

.bottom-home {
  background: var(--bg);
}

.bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 22px;
}

.ranked-panel,
.newsletter-panel,
.widget,
.simple-card {
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-xs);
}

.ranked-panel,
.newsletter-panel {
  padding: 26px;
}

.ranked-panel h2,
.newsletter-panel h2 {
  margin: 0 0 16px;
}

.ranked-list {
  display: grid;
  gap: 14px;
}

.ranked-list a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.ranked-list span {
  color: var(--red);
  font-size: 28px;
  font-weight: 900;
  line-height: .9;
}

.newsletter-panel p {
  max-width: 620px;
  color: var(--muted);
}

.newsletter-form,
.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 18px;
}

.newsletter-form input,
.form-grid input,
.form-grid textarea,
.form-grid select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  background: var(--white);
}

.site-footer {
  margin-top: 0;
  color: rgba(255, 255, 255, .78);
  background: var(--navy);
}

.site-footer a {
  color: inherit;
}

.site-footer .logo-mark {
  color: var(--white);
}

.site-footer h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 15px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 28px;
  padding: 44px 0 34px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 16px 0;
  font-size: 13px;
}

.portal-band,
.page-hero,
.form-page,
.article-page-php {
  padding: 38px 0;
}

.page-hero {
  background: var(--bg);
}

.page-hero p,
.sub {
  color: var(--muted);
}

.article-page-php {
  max-width: 860px;
  margin: 0 auto;
}

.article-content {
  font-size: 18px;
  line-height: 1.8;
}

.article-content p {
  margin: 0 0 1.2em;
}

.generic-grid,
.news-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.simple-card {
  overflow: hidden;
}

.simple-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.simple-card-body {
  padding: 18px;
}

.simple-card h3 {
  font-size: 19px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 30px 0;
}

.pagination a,
.pagination span {
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 800;
}

.pagination .current {
  color: var(--white);
  background: var(--navy);
}

/* Componentes consolidados: navegacao, ritmo editorial e paginas de cidade. */
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; border-radius: 8px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:where(a, button, input, textarea, select):focus-visible { outline: 3px solid #58a6ff; outline-offset: 3px; }
.nav-list a[aria-current="page"], .nav-list a.is-active { color: var(--red); background: #fff0f3; }
.nav-list a[aria-current="page"]::before, .nav-list a.is-active::before { opacity: 1; }
.mobile-tv-link { display: none; }
.nav-more { position: relative; }
.nav-more-toggle { display: inline-flex; align-items: center; gap: 4px; padding: 10px 7px; border-radius: 8px; background: transparent; color: #2e343b; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.nav-more-toggle:hover, .nav-more-toggle[aria-expanded="true"] { color: var(--red); background: #fff0f3; }
.more-menu { position: absolute; top: calc(100% + 12px); right: 0; display: grid; grid-template-columns: repeat(2, 150px); gap: 4px; visibility: hidden; width: max-content; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: var(--shadow); opacity: 0; transform: translateY(-6px); transition: .18s ease; }
.more-menu.is-open { visibility: visible; opacity: 1; transform: none; }
.more-menu a { padding: 9px 10px; font-size: 13px; text-transform: none; }
.search-toggle { display: none; position: relative; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.search-toggle span { position: absolute; inset: 11px; border: 2px solid var(--navy); border-radius: 50%; }
.search-toggle span::after { position: absolute; right: -5px; bottom: -3px; width: 8px; height: 2px; background: var(--navy); transform: rotate(45deg); content: ""; }
.menu-backdrop { display: none; }

.latest-ticker { border-bottom: 1px solid var(--line); background: var(--white); }
.ticker-shell { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 16px; min-height: 44px; overflow: hidden; }
.ticker-label { padding: 5px 9px; border-radius: 4px; color: var(--white); background: var(--red); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.ticker-viewport { height: 25px; overflow: hidden; }
.ticker-track { display: grid; animation: newsTicker 30s steps(6, end) infinite; }
.ticker-viewport:hover .ticker-track, .ticker-viewport:focus-within .ticker-track { animation-play-state: paused; }
.ticker-track a { display: flex; gap: 12px; align-items: center; height: 25px; overflow: hidden; font-size: 13px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.ticker-track time { flex: none; color: var(--red); font-size: 11px; }
@keyframes newsTicker { to { transform: translateY(-150px); } }

.hero-editorial { grid-template-columns: minmax(0, 1.75fr) minmax(320px, .9fr); gap: 12px; height: clamp(470px, 42vw, 560px); }
.hero-secondary { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, 1fr); gap: 12px; }
.hero-copy { padding: 38px; }
.hero-copy strong, .hero-copy h1 { max-width: 760px; font-size: clamp(32px, 3.3vw, 50px); line-height: 1.02; }
.hero-summary { display: -webkit-box; max-width: 680px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; color: rgba(255,255,255,.88); font-size: 16px; }
.hero-meta { display: flex; align-items: center; gap: 18px; margin-top: 2px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 700; }
.hero-cta { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.4); border-radius: 7px; color: var(--white); }
.secondary-copy time { color: rgba(255,255,255,.78); font-size: 11px; font-weight: 700; }
.secondary-card img, .news-card-media img { transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.secondary-card:hover img, .news-card:hover .news-card-media img { transform: scale(1.035); }

.community-strip { padding: 24px 0; border-block: 1px solid var(--line); background: var(--bg); }
.community-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.community-inner h2 { margin: 0; font-size: clamp(20px, 2vw, 28px); }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; }
.social-links a { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: 12px; font-weight: 800; }
.social-links a:hover { color: var(--white); border-color: var(--navy); background: var(--navy); }

.regional-access { padding: 48px 0 58px; background: var(--white); }
.city-access-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.city-access-card { position: relative; display: grid; gap: 4px; min-height: 180px; padding: 26px; overflow: hidden; border-radius: 14px; color: var(--white); background: linear-gradient(135deg, #0b2744, #07549b); }
.city-access-card::after { position: absolute; right: -32px; bottom: -62px; width: 150px; height: 150px; border: 30px solid rgba(255,255,255,.09); border-radius: 50%; content: ""; }
.city-access-card span { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .75; }
.city-access-card strong { font-size: clamp(25px, 3vw, 36px); line-height: 1.05; }
.city-access-card small { font-size: 13px; opacity: .82; }
.city-access-card b { position: absolute; right: 24px; bottom: 20px; font-size: 24px; }
.city-access-araras { background: linear-gradient(135deg, #153f63, #1677a8); }
.city-access-pirassununga { background: linear-gradient(135deg, #22334b, #7c5d25); }

.editorial-section { padding-block: 58px; border-top: 0; background: var(--white); }
.editorial-section::before { height: 4px; margin-bottom: 30px; }
.section-leme { --theme-color: #0b6fb8; --theme-bg: #fff; background: #fff; }
.section-regiao { --theme-color: #a57b13; --theme-bg: #f7f8fa; background: #f7f8fa; }
.section-cultura { --theme-color: #d93678; --theme-bg: #fff1f6; background: #fff1f6; }
.section-politica { --theme-color: #1f5fbf; --theme-bg: #f4f8ff; background: #fff; }
.section-policia { --theme-color: #b85f00; --theme-bg: #fff; background: #fff; }
.section-saude { --theme-color: #0679b1; --theme-bg: #eef9ff; background: #eef9ff; }
.section-esportes { --theme-color: #168a4a; --theme-bg: #fff; background: #fff; }
.topic-grid-b { grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr)); }
.topic-grid-c { grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, .85fr)); }
.layout-c .news-card:not(:first-child) .news-card-media { height: 125px; }
.layout-c .news-card:not(:first-child) h3 { font-size: 17px; }
.news-card h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; }

.category-hero { --theme-color: var(--red); position: relative; overflow: hidden; padding: 56px 0 48px; background: linear-gradient(120deg, var(--theme-bg, #fff5f7), #fff); }
.category-hero::after { position: absolute; right: -5vw; top: -100px; width: 360px; height: 360px; border: 70px solid color-mix(in srgb, var(--theme-color) 9%, transparent); border-radius: 50%; content: ""; }
.category-hero .container { position: relative; z-index: 1; }.category-hero .eyebrow { color: var(--theme-color); }
.category-hero h1 { margin-bottom: 12px; font-size: clamp(38px, 6vw, 64px); }.category-hero p { max-width: 720px; font-size: 17px; }
.category-rule { width: 90px; height: 6px; margin-top: 22px; border-radius: 99px; background: var(--theme-color); }
.category-hero.theme-esportes { --theme-color:#168a4a;--theme-bg:#f0fbf5; }.category-hero.theme-cultura { --theme-color:#d93678;--theme-bg:#fff1f6; }.category-hero.theme-politica { --theme-color:#1f5fbf;--theme-bg:#f1f6ff; }.category-hero.theme-policia { --theme-color:#b85f00;--theme-bg:#fff7ed; }.category-hero.theme-saude { --theme-color:#0679b1;--theme-bg:#eef9ff; }.category-hero.theme-economia { --theme-color:#8a6900;--theme-bg:#fffbe8; }.category-hero.theme-educacao { --theme-color:#4f46a5;--theme-bg:#f3f2ff; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 7px; color: var(--muted); font-size: 13px; }.breadcrumb-wide { width: min(var(--container), calc(100% - 32px)); margin: 18px auto; }
.city-hero { padding: 58px 0; color: var(--white); background: linear-gradient(125deg, #0b2744, #07549b); }.city-hero-inner { display: flex; align-items: end; justify-content: space-between; gap: 30px; }.city-hero h1 { margin: 0 0 10px; color: var(--white); font-size: clamp(40px, 7vw, 68px); }.city-hero p { max-width: 650px; margin: 0; font-size: 17px; opacity: .85; }.city-hero .eyebrow { color: #8fd3ff; }
.city-switcher { display: flex; flex-wrap: wrap; gap: 7px; }.city-switcher a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: 12px; font-weight: 800; }.city-switcher a[aria-current="page"] { color: var(--navy); background: var(--white); }
.city-results { padding-block: 52px; }.empty-state { padding: 48px; border: 1px solid var(--line); border-radius: 14px; text-align: center; background: var(--bg); }.empty-state h2 { margin-bottom: 8px; }.empty-state p { margin: 0; color: var(--muted); }.regional-fallback { margin-top: 54px; }
.article-page-php h1 { margin-block: 18px 14px; font-size: clamp(38px, 5vw, 62px); line-height: 1.06; }.article-subtitle { font-size: 20px; color: var(--muted); }.article-hero { width: 100%; aspect-ratio: 16/9; object-fit: cover; }.article-content img { height: auto; }.footer-top { grid-template-columns: 1.5fr repeat(4, 1fr); }.footer-logo { filter: brightness(0) invert(1); }

.leme-now { padding: 38px 0 44px; color: var(--white); background: linear-gradient(135deg, #071b31, #0b365c); }
.leme-now-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.leme-now .eyebrow { color: #71c7ff; }.leme-now h2 { margin: 3px 0 0; color: var(--white); font-size: clamp(28px, 4vw, 42px); }.leme-now-head time { color: #c9d7e4; font-size: 13px; font-weight: 700; }
.now-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.now-card { position: relative; display: flex; flex-direction: column; gap: 8px; min-height: 206px; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.07); }
.now-card:hover { border-color: rgba(113,199,255,.5); background: rgba(255,255,255,.1); }.now-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; color: #061b30; background: #71c7ff; font-size: 18px; font-weight: 900; }
.now-label { color: #a9bed0; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }.now-card > strong, .now-card > div > strong { display: block; color: var(--white); font-size: 18px; line-height: 1.22; }.now-card p { margin: 0; color: #c9d7e4; font-size: 13px; line-height: 1.45; }.now-card a { margin-top: auto; color: #71c7ff; font-size: 12px; font-weight: 800; }.now-alert { border-color: rgba(233,59,65,.5); background: rgba(233,59,65,.1); }.now-alert .now-icon { color: var(--white); background: var(--red); }
.now-weather { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto 1fr auto; }.now-weather .weather-temp { font-size: 42px; }.weather-details { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 5px 0 0; }.weather-details div { padding-top: 8px; border-top: 1px solid rgba(255,255,255,.1); }.weather-details dt { color: #91a9bd; font-size: 9px; font-weight: 800; text-transform: uppercase; }.weather-details dd { margin: 3px 0 0; color: var(--white); font-size: 12px; font-weight: 800; }.now-weather small { grid-column: 1 / -1; color: #91a9bd; font-size: 9px; }
.city-access-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }.city-access-card { min-height: 205px; padding: 22px; }.city-access-card strong { font-size: clamp(22px, 2.4vw, 32px); }.city-access-card small { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; }.city-access-porto-ferreira { background: linear-gradient(135deg, #214455, #278276); }.city-access-descalvado { background: linear-gradient(135deg, #34345e, #6d559d); }
.daily-value-section { padding: 58px 0; background: #eef3f7; }.daily-value-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.daily-panel { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 12px 35px rgba(8,25,44,.06); }.daily-panel-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }.daily-panel-head h2 { margin: 3px 0 0; font-size: 26px; }.daily-panel-head > a { color: var(--blue); font-size: 12px; font-weight: 900; }.agenda-list article, .job-list article { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }.agenda-list article:last-child, .job-list article:last-child { border: 0; }.agenda-list time { display: grid; place-items: center; width: 52px; height: 58px; border-radius: 8px; color: var(--white); background: var(--navy); font-size: 9px; font-weight: 800; }.agenda-list time strong { font-size: 22px; }.daily-panel h3 { margin: 0 0 4px; font-size: 16px; }.daily-panel p { margin: 0; color: var(--muted); font-size: 12px; }.job-badge { min-width: 70px; padding: 7px 9px; border-radius: 7px; color: #075b34; background: #e0f7ea; font-size: 10px; font-weight: 900; text-align: center; }.daily-empty { padding: 24px 0; }
.tv-home-grid { align-items: stretch; }.tv-institutional-visual { position: relative; display: grid; place-items: center; align-content: center; gap: 10px; min-height: 360px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: radial-gradient(circle at 35% 30%, #174d78, #071729 62%); }.tv-institutional-visual::after { position: absolute; width: 330px; height: 330px; border: 65px solid rgba(255,255,255,.04); border-radius: 50%; content: ""; }.tv-play-mark { z-index: 1; display: grid; place-items: center; width: 72px; height: 72px; padding-left: 5px; border-radius: 50%; color: var(--white); background: var(--red); font-size: 26px; }.tv-institutional-visual strong { z-index: 1; font-size: clamp(30px, 5vw, 54px); letter-spacing: -.04em; }.tv-coming-soon { z-index: 1; padding: 6px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #b9d8ef; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }.tv-feature-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0; }.tv-feature-list span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 11px; font-weight: 800; }
.services-home { padding: 64px 0; background: var(--bg); }.service-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }.service-card { display: flex; flex-direction: column; min-height: 160px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }.service-card:hover { color: var(--white); border-color: var(--navy); background: var(--navy); transform: translateY(-3px); }.service-card span { color: var(--red); font-size: 11px; font-weight: 900; }.service-card strong { margin-top: auto; font-size: 18px; }.service-card small { margin-top: 5px; color: var(--muted); font-size: 11px; }.service-card:hover small { color: #cbd7e1; }.reporter-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 20px; padding: 30px; border-radius: 14px; color: var(--white); background: linear-gradient(120deg, var(--navy), #174e7a); }.reporter-cta h2 { margin: 3px 0 8px; color: var(--white); }.reporter-cta p { max-width: 720px; margin: 0; color: #cbd7e1; }.portal-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.13); }.portal-stats span { display: grid; gap: 3px; padding: 18px; background: #081b2e; color: #9eb1c2; font-size: 10px; text-transform: uppercase; }.portal-stats strong { color: var(--white); font-size: 20px; text-transform: none; }

@media (max-width: 1180px) {
  body.has-fixed-header { padding-top: 74px; }
  .header-inner { min-height: 74px; grid-template-columns: auto 1fr; }
  .logo-img { width: 160px; }
  .nav-menu { order: 3; }
  .nav-toggle, .search-toggle { display: inline-grid; place-items: center; }
  .header-actions { justify-content: end; }
  .search-form { position: absolute; top: 66px; right: 16px; visibility: hidden; width: min(420px, calc(100vw - 32px)); opacity: 0; transform: translateY(-6px); transition: .18s ease; }
  .search-form.is-open { visibility: visible; opacity: 1; transform: none; }
  .nav-list { position: fixed; top: 74px; right: 0; bottom: 0; display: block; width: min(390px, 92vw); padding: 18px; overflow-y: auto; background: var(--white); box-shadow: -18px 22px 40px rgba(8,19,34,.16); visibility: hidden; transform: translateX(104%); transition: transform .22s ease, visibility .22s; }
  .nav-list.is-open { visibility: visible; transform: none; }
  .nav-list > li > a, .nav-more-toggle { width: 100%; padding: 13px 12px; font-size: 14px; text-align: left; text-transform: none; }
  .mobile-tv-link { display: block; }
  .more-menu { position: static; display: none; visibility: visible; grid-template-columns: 1fr 1fr; width: 100%; margin: 3px 0 8px; box-shadow: none; opacity: 1; transform: none; }
  .more-menu.is-open { display: grid; }
  .menu-backdrop { position: fixed; inset: 74px 0 0; z-index: -1; display: block; visibility: hidden; background: rgba(8,19,34,.38); opacity: 0; transition: .2s; }
  body.menu-open .menu-backdrop { visibility: visible; opacity: 1; }
  .nav-toggle[aria-expanded="true"] span[aria-hidden="true"] { background: transparent; }
  .nav-toggle[aria-expanded="true"] span[aria-hidden="true"]::before { transform: translateY(1px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span[aria-hidden="true"]::after { transform: translateY(-1px) rotate(-45deg); }
  .hero-editorial { grid-template-columns: 1fr; height: auto; }.hero-slider { min-height: 500px; }.hero-secondary { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 220px); }
  .topic-grid, .topic-grid-b, .topic-grid-c, .editorial-grid, .news-list-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .tv-home-grid, .bottom-grid { grid-template-columns: 1fr; }.footer-top { grid-template-columns: repeat(3, 1fr); }
  .now-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.city-access-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }.service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .container { width: min(var(--container), calc(100% - 24px)); }
  .tv-header-link { display: none; }.logo { min-width: 0; }.logo-img { width: 152px; max-width: 152px; }
  .latest-ticker { display: none; }.breaking-badge { font-size: 10px; }.breaking-content { white-space: nowrap; }
  .home-hero { padding-block: 12px 22px; }.hero-slider { min-height: clamp(410px, 112vw, 470px); }.hero-copy { padding: 26px 22px 64px; }.hero-copy strong, .hero-copy h1 { font-size: clamp(28px, 8.5vw, 36px); }.hero-summary { font-size: 15px; }.hero-cta { display: none; }
  .slider-arrow { top: auto; bottom: 18px; width: 38px; height: 38px; transform: none; }.slider-prev { left: auto; right: 62px; }.slider-next { right: 18px; }.slider-dots { left: 22px; right: auto; bottom: 32px; }
  .hero-secondary { display: grid; grid-auto-flow: column; grid-auto-columns: 86%; grid-template-columns: none; grid-template-rows: 230px; gap: 10px; overflow-x: auto; padding-bottom: 5px; scroll-snap-type: x mandatory; scrollbar-width: thin; }.secondary-card { min-height: 230px; scroll-snap-align: start; }
  .community-inner, .city-hero-inner { align-items: flex-start; flex-direction: column; }.social-links { width: 100%; }.social-links a { flex: 1; text-align: center; }
  .city-access-grid, .topic-grid, .topic-grid-b, .topic-grid-c, .editorial-grid, .news-list-grid, .generic-grid { grid-template-columns: 1fr; }.city-access-card { min-height: 155px; }
  .leme-now-head, .reporter-cta { align-items: flex-start; flex-direction: column; }.now-grid, .daily-value-grid { grid-template-columns: 1fr; }.now-card { min-height: 185px; }.city-access-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.city-access-card { min-height: 170px; }.service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.portal-stats { grid-template-columns: repeat(2, 1fr); }
  .section-head { display: grid; align-items: start; }.home-section, .editorial-section { padding-block: 44px; }.section-head h2 { font-size: clamp(25px,8vw,32px); }
  .news-card-horizontal { grid-template-columns: 1fr; }.news-card-horizontal .news-card-media, .news-card-vertical .news-card-media, .news-card-compact .news-card-media { height: 205px; }.news-card-feature .news-card-media { height: 260px; }
  .footer-top { grid-template-columns: 1fr 1fr; }.footer-top > div:first-child { grid-column: 1/-1; }.footer-bottom { flex-direction: column; }
  .article-page-php { width: calc(100% - 24px); }.article-page-php h1 { font-size: clamp(32px, 10vw, 42px); }.article-content { font-size: 17px; }.share-row { flex-wrap: wrap; }
  .city-hero { padding: 44px 0; }.city-switcher { width: 100%; }.empty-state { padding: 30px 20px; }
}

@media (max-width: 420px) {
  .header-actions { gap: 6px; }.search-toggle, .nav-toggle { width: 40px; height: 40px; }.more-menu { grid-template-columns: 1fr; }.footer-top { grid-template-columns: 1fr; }.footer-top > div:first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .ticker-track { animation: none; }
}
