/* =========================================================
   Portal GerarMT — sistema visual "Noite Editorial"
   Bricolage Grotesque (display) · Manrope (interface) · Fraunces (leitura)
   ========================================================= */
:root {
  --bg: #0c111d;
  --bg-2: #111829;
  --bg-3: #172036;
  --glass: rgba(255,255,255,.045);
  --glass-2: rgba(255,255,255,.08);
  --hair: rgba(255,255,255,.09);
  --hair-2: rgba(255,255,255,.16);
  --ink: #f1f4fa;
  --ink-2: #c3cbdc;
  --muted: #7f8aa3;
  --navy: #0b2152;
  --yellow: #f5c542;
  --yellow-2: #ffd86b;
  --green: #3ccf84;
  --blue: #7aa7ff;
  --red: #ff5a6e;
  --display: "Bricolage Grotesque", "Manrope", sans-serif;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --serif: "Fraunces", Georgia, serif;
  --r: 8px; --r-lg: 18px; --max: 1280px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --glow: 0 0 0 1px var(--hair), 0 20px 60px rgba(0,0,0,.45);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--bg); }
body { margin: 0; font-family: var(--sans); font-size: 15px; color: var(--ink); background: radial-gradient(1200px 600px at 15% -10%, rgba(11,33,82,.55), transparent 60%), radial-gradient(900px 500px at 100% 0%, rgba(245,197,66,.08), transparent 55%), var(--bg); -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .09; mix-blend-mode: overlay; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"); }
body > * { position: relative; z-index: 1; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
svg { width: 1em; height: 1em; flex-shrink: 0; }
h1, h2, h3, p, ul, ol { margin: 0; }
::selection { background: var(--yellow); color: #111; }
:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; border-radius: 3px; }
.container { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: 24px; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 12px; z-index: 99; background: #fff; color: #111; padding: 8px 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.grain { position: relative; isolation: isolate; }
.grain::after { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .12; mix-blend-mode: overlay; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"); }

@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.top-grid, .content-grid, .bottom-grid, .editoria-head, .article-head, .article-figure { animation: rise .8s var(--ease) both; }
.content-grid { animation-delay: .12s; } .bottom-grid { animation-delay: .22s; }

/* ---------- Cabeçalho ---------- */
.topbar { font-size: 12px; color: var(--muted); border-bottom: 1px solid var(--hair); }
.topbar .container { display: flex; align-items: center; justify-content: space-between; height: 36px; }
.topbar-links { display: flex; gap: 22px; }
.topbar-links a { font-weight: 600; color: var(--ink-2); }
.topbar-links a:hover { color: #fff; }
.topbar-wa { display: inline-flex; align-items: center; gap: 6px; color: var(--green) !important; }
.site-header { color: #fff; }
.header-top { display: flex; align-items: center; gap: 32px; padding-block: 22px 18px; }
.logo { display: grid; line-height: 1; color: #fff; }
.logo-portal { font-size: 11px; letter-spacing: .6em; font-weight: 700; margin-left: 54px; color: var(--ink-2); }
.logo-word { position: relative; display: inline-flex; align-items: baseline; font-family: var(--display); font-size: 52px; font-weight: 800; letter-spacing: -.045em; }
.logo-word em { font-style: normal; margin-left: 2px; background: linear-gradient(90deg, var(--yellow), var(--green)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.logo-map { position: absolute; right: -52px; top: -14px; width: 58px; height: 52px; color: #fff; }
.logo-map path:first-child { fill: none; stroke: #fff; stroke-width: 3; }
.logo-tag { font-size: 9.5px; letter-spacing: .38em; text-transform: uppercase; color: var(--muted); margin: 8px 0 0 12px; line-height: 1.55; }
.header-ad { margin-left: auto; width: 728px; height: 90px; border: 1px dashed var(--hair-2); border-radius: var(--r); display: grid; place-items: center; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.header-actions { display: flex; align-items: center; gap: 4px; }
.header-actions a, .icon-btn { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-size: 19px; color: var(--ink-2); transition: background .2s, color .2s, transform .2s; }
.header-actions a:hover, .icon-btn:hover { background: var(--glass-2); color: #fff; transform: translateY(-1px); }
.menu-btn { display: none; }
.search-bar { display: flex; gap: 8px; padding-bottom: 14px; }
.search-bar[hidden] { display: none; }
.search-bar input { flex: 1; padding: 13px 16px; border-radius: var(--r); border: 1px solid var(--hair-2); background: var(--glass); color: #fff; font: inherit; font-size: 15px; }
.search-bar button { background: var(--yellow); color: #111; padding: 0 20px; border-radius: var(--r); font-weight: 800; }
.main-nav { position: sticky; top: 0; z-index: 30; background: rgba(12,17,29,.72); backdrop-filter: saturate(150%) blur(14px); -webkit-backdrop-filter: saturate(150%) blur(14px); border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.main-nav ul { display: flex; gap: 2px; list-style: none; margin: 0 auto; padding-inline: 16px; overflow-x: auto; scrollbar-width: none; }
.main-nav a { position: relative; display: block; padding: 15px 12px 13px; font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; color: var(--ink-2); transition: color .2s; }
.main-nav a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: -1px; height: 2px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.nav-spacer { flex: 1; }
.nav-live { display: flex !important; align-items: center; gap: 8px; color: var(--red) !important; }
.nav-live::after { display: none; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(255,90,110,.5); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(255,90,110,0); } 100% { box-shadow: 0 0 0 0 rgba(255,90,110,0); } }

/* ---------- Ticker ---------- */
.ticker { border-bottom: 1px solid var(--hair); background: rgba(255,255,255,.02); }
.ticker .container { display: flex; align-items: stretch; height: 42px; overflow: hidden; }
.ticker-label { display: inline-flex; align-items: center; gap: 6px; color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; padding-right: 16px; margin-right: 4px; border-right: 1px solid var(--hair); flex-shrink: 0; }
.ticker-track { flex: 1; overflow: hidden; display: flex; align-items: center; mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.ticker-list { display: flex; gap: 56px; list-style: none; padding: 0 24px; white-space: nowrap; animation: ticker 48s linear infinite; }
.ticker-track:hover .ticker-list { animation-play-state: paused; }
.ticker-list li { font-size: 13.5px; font-weight: 600; color: var(--ink-2); }
.ticker-list li::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); margin-right: 12px; vertical-align: 1px; box-shadow: 0 0 10px var(--yellow); }
.ticker-list a:hover { color: #fff; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Tipografia ---------- */
.tag, .kicker { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--green); }
.tag { position: relative; padding-left: 14px; }
.tag::before { content: ""; position: absolute; left: 0; top: 50%; width: 8px; height: 2px; background: currentColor; }
.card-media .tag { color: #fff; background: rgba(12,17,29,.65); border: 1px solid var(--hair-2); backdrop-filter: blur(8px); padding: 6px 10px 6px 22px; border-radius: 999px; }
.card-media .tag::before { left: 10px; background: var(--yellow); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin: 44px 0 20px; padding-bottom: 12px; border-bottom: 1px solid var(--hair-2); }
.section-head h2 { font-family: var(--display); font-size: 28px; font-weight: 800; letter-spacing: -.03em; }
.section-head h2::before { content: ""; display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 14px var(--yellow); margin-right: 12px; vertical-align: 2px; }
.see-all { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--yellow); display: inline-flex; gap: 6px; align-items: center; }
.see-all svg { transition: transform .25s var(--ease); }
.see-all:hover svg { transform: translateX(4px); }
.panel { background: var(--glass); border: 1px solid var(--hair); border-radius: var(--r-lg); backdrop-filter: blur(10px); }

/* ---------- Destaques ---------- */
main { padding-top: 28px; padding-bottom: 56px; }
.top-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); gap: 24px; }
.hero { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 520px; background: var(--bg-2); box-shadow: var(--glow); }
.hero-track, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; transition: opacity 1s var(--ease); }
.hero-slide.is-active { opacity: 1; z-index: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); transition: transform 9s linear; filter: saturate(1.1) contrast(1.05); }
.hero-slide.is-active img { transform: scale(1); }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,17,29,.1) 0%, rgba(12,17,29,0) 25%, rgba(12,17,29,.6) 60%, rgba(12,17,29,.97) 100%), radial-gradient(60% 50% at 80% 20%, rgba(245,197,66,.12), transparent 70%); }
.hero-body { position: absolute; inset: 0; z-index: 2; padding: 38px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; }
.hero-body .tag { color: var(--yellow); margin-bottom: 14px; }
.hero-body h1 { font-family: var(--display); font-size: clamp(32px, 3.6vw, 50px); line-height: 1.0; font-weight: 800; letter-spacing: -.04em; max-width: 660px; text-wrap: balance; text-shadow: 0 2px 30px rgba(0,0,0,.4); }
.hero-body h1 a { background-image: linear-gradient(var(--yellow), var(--yellow)); background-size: 0 3px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size .4s var(--ease); }
.hero-body h1 a:hover { background-size: 100% 3px; }
.hero-body p { margin-top: 14px; font-size: 15.5px; line-height: 1.5; max-width: 520px; color: var(--ink-2); }
.btn-outline { margin-top: 22px; align-self: flex-start; display: inline-flex; align-items: center; gap: 10px; background: var(--yellow); color: #111; border-radius: 999px; padding: 12px 18px 12px 20px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 0 0 0 rgba(245,197,66,.5); transition: gap .25s var(--ease), box-shadow .3s; }
.btn-outline:hover { gap: 16px; box-shadow: 0 0 34px rgba(245,197,66,.45); }
.hero-dots { position: absolute; z-index: 3; right: 38px; bottom: 38px; display: flex; gap: 6px; }
.hero-dots button { width: 22px; height: 3px; border-radius: 2px; background: rgba(255,255,255,.3); transition: background .3s, width .3s var(--ease); }
.hero-dots button[aria-selected="true"] { background: var(--yellow); width: 40px; box-shadow: 0 0 10px var(--yellow); }
.side-list { display: grid; grid-auto-rows: 1fr; background: var(--glass); border: 1px solid var(--hair); border-radius: var(--r-lg); padding: 4px 22px; }
.side-item { display: grid; grid-template-columns: 1fr 120px; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--hair); }
.side-item:last-child { border-bottom: 0; }
.side-item .thumb { order: 2; overflow: hidden; border-radius: var(--r); aspect-ratio: 1; }
.side-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.side-item:hover img, .card:hover img, .lead:hover img { transform: scale(1.06); }
.side-item > div { display: grid; align-content: start; gap: 8px; }
.side-item h2 { font-family: var(--display); font-size: 19px; line-height: 1.18; font-weight: 700; letter-spacing: -.02em; }
.side-item h2 a:hover, .card h3 a:hover, .headline-list a:hover, .ranked a:hover, .lead-body h2 a:hover, .column-item p a:hover { color: var(--yellow); }

/* ---------- Grade de conteúdo ---------- */
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; align-items: start; }
.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.card { display: flex; flex-direction: column; min-width: 0; }
.card-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r); margin-bottom: 14px; box-shadow: 0 0 0 1px var(--hair); }
.card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(12,17,29,.55)); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.card-media .tag { position: absolute; left: 10px; bottom: 10px; z-index: 1; }
.card h3 { font-family: var(--display); font-size: 19px; line-height: 1.18; font-weight: 700; letter-spacing: -.02em; }
.card-excerpt { font-size: 13.5px; line-height: 1.5; color: var(--muted); margin-top: 8px; }
.card time { font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-top: auto; padding-top: 12px; }
.editorias { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 8px; }
.headline-list { list-style: none; }
.headline-list li { padding: 14px 0; border-bottom: 1px solid var(--hair); }
.headline-list a { font-family: var(--display); font-size: 18px; font-weight: 700; line-height: 1.25; letter-spacing: -.02em; display: block; }
.headline-list li:first-child a { font-size: 21px; }

/* ---------- Sidebar ---------- */
.sidebar { display: grid; gap: 24px; position: sticky; top: 64px; }
.widget { background: var(--glass); border: 1px solid var(--hair); border-radius: var(--r-lg); padding: 20px 22px; }
.widget-title { font-size: 11.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; display: flex; align-items: center; gap: 8px; padding-bottom: 12px; border-bottom: 1px solid var(--hair-2); margin-bottom: 4px; color: var(--yellow); }
.ranked { list-style: none; counter-reset: rank; }
.ranked li { counter-increment: rank; display: grid; grid-template-columns: 40px 1fr; gap: 8px; align-items: start; padding: 13px 0; border-bottom: 1px solid var(--hair); }
.ranked li:last-child { border-bottom: 0; }
.ranked li::before { content: counter(rank, decimal-leading-zero); font-family: var(--display); font-size: 24px; font-weight: 800; line-height: 1; color: var(--yellow); letter-spacing: -.04em; opacity: .9; }
.ranked a { font-family: var(--display); font-size: 16px; font-weight: 700; line-height: 1.28; letter-spacing: -.01em; }
.widget-newsletter { background: linear-gradient(160deg, rgba(11,33,82,.9), rgba(12,17,29,.9)); border-color: rgba(245,197,66,.3); position: relative; overflow: hidden; }
.widget-newsletter::before { content: ""; position: absolute; right: -60px; top: -70px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(245,197,66,.45), transparent 70%); filter: blur(10px); }
.widget-newsletter p { font-family: var(--display); font-size: 20px; line-height: 1.2; font-weight: 700; letter-spacing: -.02em; margin: 10px 0 18px; color: #fff; position: relative; }
.newsletter-form { display: grid; gap: 10px; position: relative; }
.newsletter-form input { padding: 13px 14px; border-radius: var(--r); border: 1px solid var(--hair-2); background: rgba(0,0,0,.25); color: #fff; font: inherit; font-size: 14px; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.45); }
.newsletter-form button { background: var(--yellow); color: #111; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; font-size: 12px; padding: 13px; border-radius: var(--r); transition: transform .2s var(--ease), box-shadow .3s; }
.newsletter-form button:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(245,197,66,.35); }
.newsletter-form small { font-size: 11px; color: rgba(255,255,255,.55); }
.newsletter-form small a { text-decoration: underline; }
.newsletter-form.is-done { display: block; font-size: 15px; font-weight: 700; color: var(--yellow); }
.ad-slot { border: 1px dashed var(--hair-2); border-radius: var(--r); display: grid; place-items: center; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.ad-300x250 { height: 250px; }

/* ---------- Banners + colunas ---------- */
.bottom-grid { display: grid; grid-template-columns: 1.15fr 1fr .85fr; gap: 22px; margin-top: 48px; }
.promo { position: relative; border-radius: var(--r-lg); overflow: hidden; color: #fff; min-height: 270px; padding: 28px; display: flex; flex-direction: column; isolation: isolate; box-shadow: var(--glow); }
.promo::before { content: ""; position: absolute; inset: 0; z-index: -1; background-size: cover; background-position: center; transition: transform 1.2s var(--ease); }
.promo:hover::before { transform: scale(1.05); }
.promo p { font-family: var(--display); font-size: 27px; font-weight: 700; line-height: 1.1; letter-spacing: -.03em; }
.promo-chapada::before { background-image: linear-gradient(90deg, rgba(12,17,29,.9) 0%, rgba(12,17,29,.4) 60%, rgba(12,17,29,.1) 100%), url("../img/banner-chapada.jpg"); }
.promo-movimento { justify-content: flex-end; }
.promo-movimento::before { background-image: linear-gradient(180deg, rgba(12,17,29,0) 10%, rgba(12,17,29,.96) 75%), url("../img/banner-movimento.jpg"); }
.promo-movimento .small { font-family: var(--sans); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2); line-height: 1.6; }
.flag-line { display: block; width: 88px; height: 3px; margin: 16px 0 12px; border-radius: 2px; background: linear-gradient(90deg, var(--green) 0 55%, var(--yellow) 55%); box-shadow: 0 0 12px rgba(245,197,66,.5); }
.promo-chapada .flag-line { margin-top: auto; }
.columns { background: var(--glass); border: 1px solid var(--hair); border-radius: var(--r-lg); padding: 6px 24px 14px; }
.section-head.dark { margin: 16px 0 6px; padding-bottom: 12px; }
.section-head.dark h2 { font-size: 20px; }
.column-item { display: grid; grid-template-columns: 56px 1fr; gap: 14px; align-items: center; padding: 14px 0; }
.column-item + .column-item { border-top: 1px solid var(--hair); }
.column-item img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 2px var(--hair-2); }
.column-item h3 { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--green); }
.column-item .author { font-size: 12px; color: var(--muted); }
.column-item p { font-family: var(--display); font-size: 16px; line-height: 1.25; margin-top: 4px; font-weight: 700; letter-spacing: -.02em; }

/* ---------- Rodapé ---------- */
.site-footer { background: #080c16; color: var(--ink-2); padding-top: 56px; margin-top: 24px; position: relative; overflow: hidden; border-top: 1px solid var(--hair); }
.site-footer::before { content: ""; position: absolute; left: 50%; top: -200px; width: 800px; height: 400px; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(11,33,82,.7), transparent 65%); pointer-events: none; }
.footer-top { display: grid; grid-template-columns: 1.1fr 2fr; gap: 56px; position: relative; }
.footer-claim { font-family: var(--display); font-size: 32px; line-height: 1.05; letter-spacing: -.035em; color: #fff; font-weight: 800; max-width: 400px; }
.pillars { list-style: none; margin-top: 28px; display: grid; gap: 12px; }
.pillars li { display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; line-height: 1.4; color: var(--muted); }
.pillars svg { font-size: 22px; color: var(--yellow); }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.footer-cols h3 { font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--yellow); margin-bottom: 14px; }
.footer-cols a { display: block; font-size: 14px; padding: 5px 0; color: var(--ink-2); transition: color .2s, transform .2s var(--ease); }
.footer-cols a:hover { color: #fff; transform: translateX(3px); }
.footer-cols a svg { vertical-align: -2px; margin-right: 4px; }
.footer-social { display: flex; gap: 14px; margin-top: 12px; font-size: 22px; }
.footer-social a { padding: 0; }
.copyright { font-size: 12px; color: var(--muted); border-top: 1px solid var(--hair); margin-top: 40px; padding-block: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; position: relative; }

/* ---------- Drawer + tabbar ---------- */
.drawer { position: fixed; inset: 0; z-index: 50; background: rgba(0,0,0,.55); backdrop-filter: blur(6px); }
.drawer[hidden] { display: none; }
.drawer-panel { margin-left: auto; width: min(340px, 88vw); height: 100%; background: var(--bg-2); color: var(--ink); padding: 18px 24px; overflow-y: auto; border-left: 1px solid var(--hair); animation: slideIn .35s var(--ease); }
@keyframes slideIn { from { transform: translateX(40px); opacity: 0; } to { transform: none; opacity: 1; } }
.drawer-panel .icon-btn { font-size: 26px; margin-left: auto; }
.drawer-panel ul { list-style: none; margin: 16px 0 0; padding: 0; }
.drawer-panel .nav-spacer { display: none; }
.drawer-panel a { display: block; padding: 16px 0; border-bottom: 1px solid var(--hair); font-family: var(--display); font-size: 26px; font-weight: 800; letter-spacing: -.03em; }
.drawer-panel a.active { color: var(--yellow); }
.drawer-panel .nav-live { font-family: var(--sans); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tabbar { display: none; }

/* ---------- Cookies ---------- */
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60; display: flex; justify-content: center; transform: translateY(20px); opacity: 0; transition: transform .35s var(--ease), opacity .35s; }
.cookie-banner.is-open { transform: none; opacity: 1; }
.cookie-banner[hidden] { display: none; }
.cookie-inner { background: rgba(17,24,41,.85); backdrop-filter: blur(16px); border: 1px solid var(--hair-2); color: #fff; border-radius: var(--r-lg); box-shadow: 0 24px 60px rgba(0,0,0,.5); padding: 20px 24px; max-width: 980px; width: 100%; display: flex; align-items: center; gap: 24px; }
.cookie-inner p { font-size: 13.5px; line-height: 1.5; flex: 1; color: var(--ink-2); }
.cookie-inner p strong { color: #fff; }
.cookie-inner p a { color: var(--yellow); text-decoration: underline; }
.cookie-actions { display: flex; gap: 8px; flex-shrink: 0; }
.btn-primary { background: var(--yellow); color: #111; font-weight: 800; padding: 11px 18px; border-radius: 999px; font-size: 12.5px; letter-spacing: .04em; transition: transform .2s var(--ease), box-shadow .3s; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(245,197,66,.35); }
.btn-ghost { background: transparent; color: #fff; font-weight: 700; padding: 11px 16px; border-radius: 999px; font-size: 12.5px; border: 1px solid var(--hair-2); }
.btn-ghost:hover { border-color: #fff; }
.cookie-modal { position: fixed; inset: 0; z-index: 70; background: rgba(0,0,0,.6); backdrop-filter: blur(8px); display: grid; place-items: center; padding: 16px; opacity: 0; transition: opacity .3s; }
.cookie-modal.is-open { opacity: 1; }
.cookie-modal[hidden] { display: none; }
.cookie-modal-panel { background: var(--bg-2); color: var(--ink); border: 1px solid var(--hair-2); border-radius: var(--r-lg); width: min(560px, 100%); box-shadow: 0 30px 80px rgba(0,0,0,.6); overflow: hidden; }
.cookie-modal-panel header, .cookie-modal-panel footer { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; }
.cookie-modal-panel header { border-bottom: 1px solid var(--hair); }
.cookie-modal-panel header h2 { font-family: var(--display); font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.cookie-modal-panel header .icon-btn { font-size: 22px; }
.cookie-modal-panel footer { border-top: 1px solid var(--hair); justify-content: flex-end; gap: 8px; }
.cookie-cat { display: flex; gap: 16px; align-items: center; padding: 16px 24px; border-bottom: 1px solid var(--hair); }
.cookie-cat strong { font-size: 14px; }
.cookie-cat p { font-size: 12.5px; line-height: 1.45; color: var(--muted); margin-top: 3px; }
.switch { position: relative; width: 44px; height: 24px; flex-shrink: 0; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch span { position: absolute; inset: 0; background: var(--hair-2); border-radius: 24px; cursor: pointer; transition: background .2s; }
.switch span::before { content: ""; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: transform .25s var(--ease); }
.switch input:checked + span { background: var(--green); }
.switch input:checked + span::before { transform: translateX(20px); }
.switch input:disabled + span { opacity: .5; cursor: not-allowed; }
.switch input:focus-visible + span { outline: 2px solid var(--yellow); outline-offset: 2px; }

/* ---------- Editoria ---------- */
.breadcrumb { font-size: 12px; color: var(--muted); padding: 4px 0 14px; letter-spacing: .02em; }
.breadcrumb a { color: var(--yellow); font-weight: 700; }
.editoria-head { padding: 12px 0 26px; border-bottom: 1px solid var(--hair-2); margin-bottom: 28px; display: grid; grid-template-columns: auto 1fr; gap: 6px 32px; align-items: end; }
.editoria-head h1 { font-family: var(--display); font-size: clamp(44px, 5.4vw, 72px); font-weight: 800; letter-spacing: -.05em; line-height: .92; background: linear-gradient(90deg, #fff 40%, var(--yellow)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.editoria-head p { color: var(--muted); font-size: 15px; max-width: 460px; padding-bottom: 8px; }
.lead { display: grid; grid-template-columns: 1.35fr 1fr; gap: 28px; align-items: center; margin-bottom: 34px; padding-bottom: 34px; border-bottom: 1px solid var(--hair); }
.lead-media { aspect-ratio: 16 / 10; overflow: hidden; border-radius: var(--r-lg); box-shadow: var(--glow); }
.lead-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.lead-body { display: flex; flex-direction: column; gap: 12px; }
.lead-body h2 { font-family: var(--display); font-size: clamp(26px, 2.6vw, 36px); line-height: 1.02; font-weight: 800; letter-spacing: -.035em; }
.lead-body p { font-size: 15px; line-height: 1.5; color: var(--ink-2); }
.lead-body time { font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.headline-list--wide li { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: baseline; }
.headline-list--wide .hl-sub { display: block; font-family: var(--sans); font-weight: 400; font-size: 13.5px; color: var(--muted); margin-top: 4px; }
.headline-list--wide time { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.pagination { display: flex; gap: 6px; margin: 30px 0 8px; align-items: center; }
.pagination a, .pagination .current { min-width: 40px; height: 40px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; border-radius: 999px; font-size: 13px; font-weight: 700; border: 1px solid var(--hair-2); }
.pagination .current { background: var(--yellow); color: #111; border-color: var(--yellow); }
.pagination a:hover { border-color: #fff; }
.pagination .next { margin-left: auto; }

/* ---------- Notícia ---------- */
.reading-bar { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 80; pointer-events: none; }
.reading-bar span { display: block; height: 100%; width: 0; background: var(--yellow); box-shadow: 0 0 12px var(--yellow); transition: width .1s linear; }
.article { min-width: 0; }
.article-head h1 { font-family: var(--display); font-size: clamp(36px, 4.4vw, 60px); line-height: .98; font-weight: 800; letter-spacing: -.045em; margin: 10px 0 18px; text-wrap: balance; }
.article-head .subtitle { font-size: 20px; line-height: 1.45; color: var(--ink-2); margin-bottom: 22px; max-width: 720px; }
.byline { display: flex; align-items: center; gap: 12px; padding: 16px 0; border-top: 1px solid var(--hair-2); border-bottom: 1px solid var(--hair); }
.byline img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 2px var(--hair-2); }
.byline > div { display: grid; gap: 3px; }
.byline-name { font-size: 14px; font-weight: 700; }
.byline-name a { color: var(--yellow); }
.byline-date { font-size: 12.5px; color: var(--muted); }
.share { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding: 14px 0; }
.share > span { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-right: 6px; }
.share a, .share button { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; padding: 9px 15px; border-radius: 999px; color: #fff; border: 1px solid var(--hair-2); background: var(--glass); transition: transform .2s var(--ease), background .2s, color .2s; }
.share a:hover, .share button:hover { transform: translateY(-2px); }
.share svg { font-size: 15px; }
.share-wa:hover { background: #25d366; color: #111; border-color: #25d366; }
.share-fb:hover { background: #1877f2; border-color: #1877f2; }
.share-x:hover { background: #fff; color: #111; border-color: #fff; }
.share-copy.is-copied { background: var(--green); color: #111 !important; border-color: var(--green); }
.article-figure { margin: 10px 0 30px; }
.article-figure img { width: 100%; border-radius: var(--r-lg); aspect-ratio: 16 / 9; object-fit: cover; box-shadow: var(--glow); }
.article-figure figcaption { font-size: 13px; color: var(--muted); padding: 12px 2px 0; line-height: 1.45; }
.article-figure figcaption span { color: #5e6880; }
.article-body { font-family: var(--serif); font-size: 19.5px; line-height: 1.7; color: #e3e8f2; max-width: 700px; font-variation-settings: "opsz" 14; font-weight: 400; }
.article-body p { margin-bottom: 24px; }
.article-body p:first-of-type::first-letter { font-family: var(--display); font-size: 3.8em; font-weight: 800; float: left; line-height: .78; margin: 10px 12px 0 0; color: var(--yellow); }
.article-body h2 { font-family: var(--sans); font-size: 12.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--green); margin: 38px 0 14px; padding-top: 14px; border-top: 1px solid var(--hair); }
.article-body blockquote { margin: 34px 0; padding: 22px 26px; border-left: 3px solid var(--yellow); background: var(--glass); border-radius: 0 var(--r-lg) var(--r-lg) 0; }
.article-body blockquote p { font-family: var(--display); font-size: 25px; line-height: 1.2; font-weight: 700; letter-spacing: -.03em; color: #fff; margin-bottom: 10px; }
.article-body cite { font-family: var(--sans); font-style: normal; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.article-body .ad-inline { height: 90px; margin: 30px 0; }
.article-source { font-family: var(--sans); font-size: 14px; color: var(--muted); }
.article-foot { border-top: 1px solid var(--hair-2); margin-top: 14px; padding-top: 20px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 8px; }
.tags span { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-right: 6px; }
.tags a { font-size: 12.5px; font-weight: 700; padding: 7px 14px; border-radius: 999px; border: 1px solid var(--hair-2); color: var(--ink-2); transition: background .2s, color .2s; }
.tags a:hover { background: var(--yellow); color: #111; border-color: var(--yellow); }
.author-box { display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: start; background: var(--glass); border: 1px solid var(--hair); border-radius: var(--r-lg); padding: 22px; margin: 20px 0 8px; }
.author-box img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 2px var(--hair-2); }
.author-box strong { font-family: var(--display); font-size: 20px; display: block; margin-bottom: 4px; font-weight: 800; letter-spacing: -.02em; }
.author-box p { font-size: 14px; line-height: 1.5; color: var(--ink-2); margin-bottom: 10px; }
.author-box a { color: var(--yellow); font-weight: 700; font-size: 13px; }
.related { margin-top: 14px; }
.card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* ---------- Responsivo ---------- */
@media (max-width: 1240px) { .header-ad { display: none; } .header-actions { margin-left: auto; } }
@media (max-width: 1080px) {
  .top-grid { grid-template-columns: 1fr; }
  .side-list { grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 20px; }
  .side-item { grid-template-columns: 1fr; padding: 0; border: 0; }
  .side-item .thumb { order: 0; aspect-ratio: 16 / 10; }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .ad-slot.ad-300x250 { display: none; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bottom-grid { grid-template-columns: 1fr 1fr; }
  .columns { grid-column: 1 / -1; order: -1; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .lead { grid-template-columns: 1fr; }
  .editoria-head { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  body { padding-bottom: 68px; }
  .container { padding-inline: 16px; }
  .topbar-links a:not(.topbar-wa) { display: none; }
  .topbar-city { display: none; }
  .topbar-date { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .header-top { padding-block: 14px 12px; gap: 12px; }
  .logo-word { font-size: 36px; }
  .logo-portal { font-size: 9px; margin-left: 36px; }
  .logo-tag, .header-actions a, .header-actions .js-search-toggle { display: none; }
  .logo-map { width: 40px; height: 36px; right: -36px; top: -10px; }
  .menu-btn { display: grid; font-size: 26px; }
  .main-nav { display: none; }
  .ticker .container { height: 38px; }
  .ticker-label { padding-right: 10px; }
  main { padding-top: 0; }
  main.container { padding-inline: 0; }
  main.page-editoria, main.page-noticia { padding-inline: 16px; padding-top: 8px; }
  .top-grid > *, .content-grid, .bottom-grid { padding-inline: 16px; }
  .page-editoria .content-grid, .page-noticia .content-grid { padding-inline: 0; }
  .top-grid > .hero { padding: 0; }
  .hero { border-radius: 0; min-height: 540px; box-shadow: none; }
  .hero-body { padding: 22px 16px 52px; }
  .hero-body h1 { font-size: 32px; }
  .hero-dots { left: 16px; right: auto; bottom: 22px; }
  .side-list { grid-template-columns: 1fr; gap: 0; margin: 16px 16px 0; padding: 4px 18px; }
  .side-item { grid-template-columns: 1fr 96px; padding: 16px 0; border-bottom: 1px solid var(--hair); }
  .side-item:last-child { border-bottom: 0; }
  .side-item .thumb { order: 2; aspect-ratio: 1; }
  .card-grid { grid-template-columns: 1fr; gap: 28px; }
  .card-media { aspect-ratio: 16 / 9; }
  .editorias { grid-template-columns: 1fr; gap: 8px; }
  .sidebar { grid-template-columns: 1fr; }
  .bottom-grid { grid-template-columns: 1fr; }
  .section-head { margin-top: 32px; }
  .section-head h2 { font-size: 22px; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-cols > div:last-child { grid-column: 1 / -1; }
  .footer-claim { font-size: 26px; }
  .cookie-banner { left: 0; right: 0; bottom: 64px; }
  .cookie-inner { border-radius: var(--r-lg) var(--r-lg) 0 0; flex-direction: column; align-items: stretch; padding: 18px 16px; }
  .cookie-actions { flex-direction: column-reverse; }
  .cookie-actions button { width: 100%; }
  .editoria-head h1 { font-size: 44px; }
  .headline-list--wide li { grid-template-columns: 1fr; gap: 4px; }
  .article-head h1 { font-size: 34px; }
  .article-head .subtitle { font-size: 17px; }
  .article-body { font-size: 17.5px; }
  .article-body blockquote p { font-size: 21px; }
  .card-grid--3 { grid-template-columns: 1fr; }
  .author-box { grid-template-columns: 56px 1fr; }
  .author-box img { width: 56px; height: 56px; }
  .tabbar { display: grid; grid-template-columns: repeat(4, 1fr); position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: rgba(12,17,29,.85); backdrop-filter: blur(14px); border-top: 1px solid var(--hair); padding: 8px 0 max(8px, env(safe-area-inset-bottom)); }
  .tabbar a, .tabbar button { display: grid; justify-items: center; gap: 3px; font-size: 10.5px; font-weight: 700; letter-spacing: .04em; color: var(--muted); }
  .tabbar svg { font-size: 22px; }
  .tabbar .active { color: var(--yellow); }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }

/* =========================================================
   TEMA "PAPEL" — conteúdo claro, blocos de impacto escuros
   (cabeçalho, destaque, newsletter, banners, rodapé)
   ========================================================= */
:root {
  --bg: #f5f3ee; --bg-2: #ffffff; --bg-3: #ece9e1;
  --glass: #ffffff; --glass-2: rgba(11,33,82,.06);
  --hair: rgba(11,33,82,.10); --hair-2: rgba(11,33,82,.2);
  --ink: #121a2e; --ink-2: #3e475f; --muted: #6d7589;
  --green: #17864a; --blue: #1d5eea; --red: #d7263d;
  --glow: 0 1px 0 rgba(11,33,82,.06), 0 18px 50px rgba(11,33,82,.14);
  --dark: #0b1a3d; --dark-2: #071231;
}
body { background: radial-gradient(1100px 420px at 50% -120px, rgba(11,33,82,.10), transparent 60%), var(--bg); }
body::before { opacity: .05; }
::selection { background: var(--yellow); color: #111; }
:focus-visible { outline-color: var(--blue); }

/* --- Cabeçalho escuro (marca) --- */
.topbar { background: var(--dark-2); color: #8d9bbd; border-bottom-color: rgba(255,255,255,.08); }
.topbar-links a { color: #c9d3ea; }
.topbar-links a:hover { color: #fff; }
.topbar-wa { color: #5fdc98 !important; }
.site-header { background: radial-gradient(900px 260px at 80% 0%, rgba(29,94,234,.35), transparent 60%), linear-gradient(180deg, var(--navy) 0%, var(--dark) 100%); position: relative; isolation: isolate; }
.site-header::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .12; mix-blend-mode: overlay; pointer-events: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"); }
.logo-portal { color: #c9d3ea; } .logo-tag { color: #9fb0d6; }
.header-ad { border-color: rgba(255,255,255,.22); color: #9fb0d6; }
.header-actions a, .icon-btn { color: #dfe6f5; }
.header-actions a:hover, .icon-btn:hover { background: rgba(255,255,255,.12); }
.search-bar input { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.25); }
.main-nav { background: rgba(7,18,49,.9); border-top-color: rgba(255,255,255,.1); border-bottom-color: rgba(255,255,255,.1); }
.main-nav a { color: #c9d3ea; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.ticker { background: #fff; border-bottom-color: var(--hair); }
.ticker-label { color: var(--red); border-right-color: var(--hair); }
.ticker-list li { color: var(--ink-2); }
.ticker-list li::before { box-shadow: none; }
.ticker-list a:hover { color: var(--navy); }

/* --- Conteúdo claro --- */
.section-head { border-bottom-color: var(--navy); }
.section-head h2::before { box-shadow: none; }
.see-all { color: var(--navy); }
.tag, .kicker { color: var(--green); }
.card-media .tag { background: rgba(11,26,61,.78); border-color: rgba(255,255,255,.2); color: #fff; }
.side-item h2 a:hover, .card h3 a:hover, .headline-list a:hover, .ranked a:hover, .lead-body h2 a:hover, .column-item p a:hover { color: var(--blue); }
.side-list { background: #fff; box-shadow: var(--glow); border-color: transparent; }
.side-item .thumb { aspect-ratio: 4 / 3; }
.side-item { grid-template-columns: 1fr 132px; }
.card-media { aspect-ratio: 16 / 10; box-shadow: 0 1px 0 rgba(11,33,82,.06), 0 10px 30px rgba(11,33,82,.12); }
.card-media::after { background: linear-gradient(180deg, transparent 60%, rgba(7,18,49,.45)); }
.card-media img, .lead-media img, .hero-slide img, .side-item img { object-position: center 40%; }
.widget { background: #fff; border-color: transparent; box-shadow: var(--glow); }
.widget-title { color: var(--navy); border-bottom-color: var(--hair-2); }
.ranked li::before { color: var(--blue); opacity: 1; }
.widget-newsletter { background: radial-gradient(240px 200px at 100% 0%, rgba(245,197,66,.35), transparent 70%), linear-gradient(160deg, var(--navy), var(--dark-2)); border-color: transparent; }
.widget-newsletter .widget-title { color: var(--yellow); }
.newsletter-form input { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.25); }
.newsletter-form input::placeholder { color: rgba(255,255,255,.55); }
.ad-slot { background: #fff; }
.columns { background: #fff; border-color: transparent; box-shadow: var(--glow); }
.column-item img { box-shadow: 0 0 0 2px var(--hair); }
.promo, .hero { box-shadow: var(--glow); }
.hero { min-height: 560px; }
.hero-slide img { object-position: center 30%; }

/* --- Rodapé escuro --- */
.site-footer { background: linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%); border-top: 0; color: #b6c2dc; }
.site-footer::before { background: radial-gradient(ellipse, rgba(29,94,234,.35), transparent 65%); }
.site-footer::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: linear-gradient(90deg, var(--green) 0 50%, var(--yellow) 50%); }
.pillars li { color: #9fb0d6; } .footer-cols a { color: #c9d3ea; } .copyright { color: #8d9bbd; border-top-color: rgba(255,255,255,.1); }

/* --- Mobile chrome --- */
.drawer-panel { background: var(--dark); color: #fff; border-left-color: rgba(255,255,255,.1); }
.drawer-panel a { border-bottom-color: rgba(255,255,255,.1); }
.drawer-panel .icon-btn { color: #fff; }
.cookie-modal-panel { background: #fff; color: var(--ink); border-color: transparent; }
.cookie-modal-panel .btn-ghost { color: var(--navy); border-color: var(--hair-2); }
.switch span { background: #cfd5e3; }

/* --- Editoria / notícia --- */
.breadcrumb a { color: var(--navy); }
.editoria-head { border-bottom-color: var(--navy); }
.editoria-head h1 { background: linear-gradient(90deg, var(--navy) 30%, var(--blue)); -webkit-background-clip: text; background-clip: text; }
.lead-media { aspect-ratio: 3 / 2; }
.pagination .current { background: var(--navy); color: #fff; border-color: var(--navy); }
.pagination a:hover { border-color: var(--navy); }
.byline { border-top-color: var(--navy); }
.byline-name a { color: var(--blue); }
.share a, .share button { color: var(--navy); background: #fff; border-color: var(--hair-2); }
.share-x:hover { background: #111; color: #fff; border-color: #111; }
.share-wa:hover { color: #fff; } .share-copy.is-copied { color: #fff !important; }
.article-figure img { box-shadow: var(--glow); }
.article-body { color: #1e2537; }
.article-body p:first-of-type::first-letter { color: var(--navy); }
.article-body blockquote { background: #fff; box-shadow: var(--glow); border-left-color: var(--yellow); }
.article-body blockquote p { color: var(--navy); }
.article-foot { border-top-color: var(--navy); }
.tags a { color: var(--navy); }
.tags a:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.author-box { background: #fff; border-color: transparent; box-shadow: var(--glow); }
.author-box a { color: var(--blue); }
.reading-bar span { box-shadow: none; }

@media (max-width: 720px) {
  .tabbar { background: rgba(255,255,255,.92); border-top-color: var(--hair); }
  .tabbar .active { color: var(--navy); }
  .side-list { box-shadow: none; border: 1px solid var(--hair); }
  .side-item { grid-template-columns: 1fr 104px; }
  .hero { min-height: 560px; }
}
/* textos sobre blocos escuros continuam claros */
.hero-body p, .promo-movimento .small, .cookie-inner p, .drawer-panel .author { color: #d6deef; }
.cookie-inner p strong { color: #fff; }
.hero-body .tag { color: var(--yellow); }
.column-item h3 { color: var(--green); }

/* =========================================================
   MOVIMENTO 3D · mapa · revelação · transições
   ========================================================= */
@view-transition { navigation: auto; }
::view-transition-old(root), ::view-transition-new(root) { animation-duration: .35s; }
.article-figure img { view-transition-name: materia-foto; }
.hero-slide img, .hero-body { will-change: transform; }
.hero-slide.is-active img { transition: transform 9s linear, opacity 1s; }
.hero:hover .hero-slide.is-active img { transition: transform .15s ease-out; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.card, .side-item { transition: opacity .7s var(--ease), transform .7s var(--ease), filter .4s; }
.is-dimmed { opacity: .25 !important; filter: grayscale(1); }
.num { font-weight: 700; color: var(--navy); font-variant-numeric: tabular-nums; }

.widget-mapa { padding-bottom: 14px; }
.mapa-mt { position: relative; height: 250px; margin-top: 8px; border-radius: var(--r-lg); overflow: hidden; background: radial-gradient(70% 60% at 50% 40%, rgba(122,167,255,.28), transparent 70%), linear-gradient(180deg, #0b1f4f, #060e26); cursor: default; user-select: none; touch-action: pan-y; }
.mapa-mt canvas { display: block; width: 100% !important; height: 100% !important; }
.mapa-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 18px; opacity: .9; transition: opacity .6s; }
.mapa-mt.is-ready .mapa-fallback { opacity: 0; pointer-events: none; }
.mapa-label { position: absolute; left: 12px; bottom: 12px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #c9d3ea; background: rgba(7,18,49,.7); backdrop-filter: blur(6px); padding: 7px 10px; border-radius: 999px; pointer-events: none; transition: color .3s, background .3s; }
.mapa-label.is-active { color: #111; background: var(--yellow); }
.mapa-clear { position: absolute; right: 12px; top: 12px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #fff; border: 1px solid rgba(255,255,255,.35); padding: 6px 10px; border-radius: 999px; background: rgba(7,18,49,.6); }
.mapa-clear[hidden] { display: none; }
.mapa-hint { font-size: 12px; color: var(--muted); margin-top: 10px; line-height: 1.4; }
@media (max-width: 1080px) { .widget-mapa { grid-column: 1 / -1; } .mapa-mt { height: 300px; } }
@media (max-width: 720px) { .mapa-mt { height: 260px; } }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* =========================================================
   INTELIGÊNCIA · Bom dia MT (áudio) · Pergunte ao GerarMT (chat)
   ========================================================= */
.briefing { display: flex; align-items: center; gap: 16px; margin-top: 18px; padding: 12px 16px 12px 12px; background: #fff; border: 1px solid var(--hair); border-radius: var(--r-lg); box-shadow: var(--glow); position: relative; }
.brief-play { width: 46px; height: 46px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-size: 22px; flex-shrink: 0; transition: transform .2s var(--ease), background .2s; box-shadow: 0 8px 20px rgba(11,33,82,.3); }
.brief-play:hover { transform: scale(1.06); background: var(--blue); }
.brief-play .i-pause { display: none; } .is-playing .brief-play .i-play { display: none; } .is-playing .brief-play .i-pause { display: block; }
.brief-text { display: grid; gap: 2px; min-width: 0; }
.brief-text strong { font-family: var(--display); font-size: 16px; letter-spacing: -.02em; }
.brief-status { font-size: 12.5px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brief-wave { margin-left: auto; display: flex; align-items: center; gap: 3px; height: 26px; }
.brief-wave i { display: block; width: 3px; height: 6px; border-radius: 2px; background: var(--hair-2); transition: background .3s; }
.is-playing .brief-wave i { background: var(--yellow); animation: wave .9s ease-in-out infinite; }
.brief-wave i:nth-child(2n) { animation-delay: .15s; } .brief-wave i:nth-child(3n) { animation-delay: .3s; } .brief-wave i:nth-child(5n) { animation-delay: .45s; }
@keyframes wave { 0%, 100% { height: 6px; } 50% { height: 24px; } }
.brief-badge { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #111; background: var(--yellow); padding: 4px 8px; border-radius: 999px; }

.chat { position: fixed; right: 20px; bottom: 20px; z-index: 55; }
.chat-launcher { display: inline-flex; align-items: center; gap: 10px; background: var(--navy); color: #fff; padding: 13px 18px 13px 16px; border-radius: 999px; font-weight: 800; font-size: 13px; letter-spacing: .02em; box-shadow: 0 12px 30px rgba(11,33,82,.35); transition: transform .2s var(--ease), background .2s; }
.chat-launcher svg { font-size: 20px; }
.chat-launcher:hover { transform: translateY(-2px); background: var(--blue); }
.chat-panel { position: absolute; right: 0; bottom: 64px; width: min(380px, calc(100vw - 32px)); height: min(560px, calc(100vh - 120px)); background: #fff; border-radius: var(--r-lg); box-shadow: 0 30px 80px rgba(11,33,82,.3); border: 1px solid var(--hair); display: flex; flex-direction: column; overflow: hidden; opacity: 0; transform: translateY(12px) scale(.98); pointer-events: none; transition: opacity .25s var(--ease), transform .25s var(--ease); }
.chat.is-open .chat-panel { opacity: 1; transform: none; pointer-events: auto; }
.chat-panel header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; background: var(--navy); color: #fff; }
.chat-panel header strong { display: block; font-family: var(--display); font-size: 16px; }
.chat-panel header span { font-size: 11.5px; color: #c9d3ea; }
.chat-panel header .icon-btn { color: #fff; }
.chat-log { flex: 1; overflow-y: auto; padding: 16px; display: grid; gap: 10px; align-content: start; background: var(--bg); }
.chat-msg { max-width: 88%; padding: 10px 14px; border-radius: 14px; font-size: 14px; line-height: 1.45; }
.chat-msg--bot { background: #fff; border: 1px solid var(--hair); border-bottom-left-radius: 4px; justify-self: start; }
.chat-msg--user { background: var(--navy); color: #fff; border-bottom-right-radius: 4px; justify-self: end; }
.chat-msg small { display: block; margin-top: 8px; font-size: 11px; color: var(--muted); }
.chat-fontes { display: grid; gap: 6px; margin-top: 10px; }
.chat-fontes a { font-size: 12.5px; font-weight: 700; color: var(--blue); padding-left: 12px; position: relative; }
.chat-fontes a::before { content: "→"; position: absolute; left: 0; }
.chat-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chat-chip { font-size: 12px; font-weight: 700; padding: 7px 12px; border-radius: 999px; border: 1px solid var(--hair-2); background: #fff; color: var(--navy); }
.chat-chip:hover { border-color: var(--navy); }
.chat-typing { display: inline-flex; gap: 4px; padding: 4px 0; }
.chat-typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--muted); animation: typing 1s infinite; }
.chat-typing i:nth-child(2) { animation-delay: .15s; } .chat-typing i:nth-child(3) { animation-delay: .3s; }
@keyframes typing { 0%, 100% { opacity: .3; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-3px); } }
.chat-form { display: flex; gap: 8px; padding: 10px; border-top: 1px solid var(--hair); background: #fff; }
.chat-form input { flex: 1; padding: 11px 14px; border-radius: 999px; border: 1px solid var(--hair-2); font: inherit; font-size: 14px; }
.chat-form button { width: 42px; height: 42px; border-radius: 50%; background: var(--yellow); color: #111; display: grid; place-items: center; font-size: 18px; }
@media (max-width: 720px) {
  .briefing { margin: 12px 16px 0; gap: 12px; }
  .brief-wave, .brief-badge { display: none; }
  .chat { right: 12px; bottom: 76px; }
  .chat-launcher span { display: none; }
  .chat-launcher { padding: 13px; }
  .chat-panel { bottom: 62px; height: min(520px, calc(100vh - 160px)); }
  .cookie-banner { z-index: 61; }
}

/* =========================================================
   ASSINATURA GERARMT — o traço diagonal do logo vira linguagem
   ========================================================= */
:root { --traco: linear-gradient(90deg, var(--green) 0 58%, var(--yellow) 58%); --skew: -12deg; }

/* selo de edição (só o GerarMT tem) */
.edicao-stamp { display: inline-flex; align-items: center; gap: 7px; margin-right: 14px; padding: 3px 10px 3px 8px; border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; font-weight: 700; letter-spacing: .04em; }
.edicao-stamp i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.edicao-stamp b { color: var(--yellow); }

/* títulos de seção: o traço inclinado substitui o ponto */
.section-head h2::before { content: ""; display: inline-block; width: 34px; height: 5px; border-radius: 0; background: var(--traco); transform: skewX(var(--skew)); box-shadow: none; margin-right: 12px; vertical-align: 4px; }
.section-head { border-bottom: 0; position: relative; }
.section-head::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, var(--navy) 0 22%, var(--hair-2) 22%); }
.widget-title { border-bottom: 0; position: relative; padding-bottom: 12px; }
.widget-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 44px; height: 4px; background: var(--traco); transform: skewX(var(--skew)); }
.editoria-head { border-bottom: 0; position: relative; }
.editoria-head::after { content: ""; position: absolute; left: 0; bottom: 0; width: 120px; height: 6px; background: var(--traco); transform: skewX(var(--skew)); }
.article-foot, .byline { border-top: 0; position: relative; }
.article-foot::before, .byline::before { content: ""; position: absolute; left: 0; top: 0; width: 64px; height: 4px; background: var(--traco); transform: skewX(var(--skew)); }

/* fotos com corte diagonal (marca registrada) */
.card-media, .lead-media, .side-item .thumb, .article-figure img { clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 22px) 100%, 0 100%); border-radius: var(--r) var(--r) 0 var(--r); }
.card-media::before { content: ""; position: absolute; right: -6px; bottom: -6px; width: 44px; height: 8px; background: var(--traco); transform: rotate(-32deg); z-index: 2; }
.hero { clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26px), calc(100% - 40px) 100%, 0 100%); }
.hero::after { content: ""; position: absolute; right: -12px; bottom: -8px; width: 90px; height: 12px; background: var(--traco); transform: rotate(-33deg); z-index: 4; }
.promo { clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 28px) 100%, 0 100%); }

/* botões inclinados: o texto fica reto */
.btn-outline, .newsletter-form button, .btn-primary, .chat-launcher, .brief-badge { border-radius: 6px; transform: skewX(var(--skew)); }
.btn-outline > *, .newsletter-form button > *, .btn-primary > *, .chat-launcher > *, .brief-badge > * { display: inline-block; transform: skewX(calc(var(--skew) * -1)); }
.btn-outline { padding-inline: 22px; }
.btn-outline:hover { gap: 10px; transform: skewX(var(--skew)) translateY(-2px); }
.newsletter-form button:hover, .btn-primary:hover { transform: skewX(var(--skew)) translateY(-2px); }
.chat-launcher:hover { transform: skewX(var(--skew)) translateY(-2px); }
.brief-badge { padding: 4px 10px; }

/* tags viram "chapéu" com traço vivo */
.tag::before { background: var(--traco); width: 10px; height: 3px; transform: skewX(var(--skew)); }
.card-media .tag { border-radius: 4px; transform: skewX(var(--skew)); }
.card-media .tag::before { display: none; }
.card-media .tag { padding-left: 10px; }

/* ranking com o traço */
.ranked li::before { position: relative; }
.ranked li::before { background: linear-gradient(90deg, var(--navy), var(--blue)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ticker: fita inclinada */
.ticker-label { position: relative; padding-left: 14px; border-right: 0; }
.ticker-label::before { content: ""; position: absolute; left: 0; top: 8px; bottom: 8px; width: 4px; background: var(--traco); transform: skewX(var(--skew)); }

/* nav: sublinhado inclinado */
.main-nav a::after { height: 3px; background: var(--traco); transform: scaleX(0) skewX(var(--skew)); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1) skewX(var(--skew)); }

/* rodapé: marca d'água gigante */
.footer-marca { font-family: var(--display); font-weight: 800; font-size: clamp(90px, 16vw, 240px); letter-spacing: -.06em; line-height: .8; text-align: center; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.12); margin-top: 48px; user-select: none; pointer-events: none; overflow: hidden; transform: translateY(18px); }
.footer-marca span { -webkit-text-stroke: 0; background: var(--traco); -webkit-background-clip: text; background-clip: text; opacity: .85; }

/* cabeçalho: traço atravessando o fundo (movimento) */
.site-header::before { content: ""; position: absolute; left: -10%; right: -10%; top: 62%; height: 3px; background: var(--traco); opacity: .9; transform: rotate(-4deg); z-index: 0; pointer-events: none; filter: drop-shadow(0 0 10px rgba(245,197,66,.5)); }
.site-header .container { position: relative; z-index: 1; }

@media (max-width: 720px) {
  .edicao-stamp { margin-right: 8px; padding: 2px 8px; }
  .hero { clip-path: none; } .hero::after { display: none; }
  .footer-marca { font-size: 26vw; }
}
/* ajustes finos do traço */
.site-header, .topbar, .site-footer { overflow: hidden; }
@media (max-width: 720px) {
  .topbar .container { gap: 8px; }
  .topbar-date .js-today { display: none; }
  .edicao-stamp { margin-right: 0; }
  .topbar-wa { font-size: 12px; }
}

/* nunca rolar de lado */
html, body { overflow-x: clip; }
.ticker { overflow: hidden; }
