:root {
  --ink: #0a0a0a;
  --paper: #efeee8;
  --white: #faf9f4;
  --acid: #c8ff2e;
  --red: #ff4b3e;
  --muted: #95958e;
  --line: rgba(10, 10, 10, .17);
  --dark-line: rgba(255, 255, 255, .16);
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
::selection { background: var(--acid); color: var(--ink); }

.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; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .85rem 1rem; background: var(--acid); color: var(--ink); font: 700 .75rem var(--mono); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(10,10,10,.82); backdrop-filter: blur(15px);
}
.brand { display: inline-flex; width: max-content; align-items: flex-start; gap: .45rem; font-size: 1.08rem; font-weight: 900; letter-spacing: -.05em; }
.brand-glyph { color: var(--acid); font-size: 1.05rem; line-height: 1; }
.brand small { margin: .05rem 0 0 -.3rem; color: var(--acid); font: 700 .45rem var(--mono); letter-spacing: .05em; }
.desktop-nav { display: flex; align-items: center; gap: 2.3rem; height: 100%; }
.desktop-nav a { position: relative; display: grid; place-items: center; height: 100%; color: #a2a29d; font: 700 .67rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--white); }
.desktop-nav a.is-active::after { content: ""; position: absolute; bottom: -1px; width: 100%; height: 2px; background: var(--acid); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 1rem; }
.search-button { display: flex; gap: 1rem; align-items: center; padding: .55rem .7rem; color: #c2c2bd; border: 1px solid rgba(255,255,255,.14); background: transparent; font: 600 .62rem var(--mono); cursor: pointer; }
.search-button:hover { border-color: var(--acid); color: var(--acid); }
.search-button kbd { color: #72726e; font: inherit; }
.menu-button { display: none; border: 0; background: none; padding: .5rem; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 22px; height: 1px; margin: 5px 0; background: var(--white); transition: transform .25s; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 850px; height: 100svh; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); grid-template-rows: 1fr auto; gap: 2rem 5vw; overflow: hidden; padding: 160px clamp(1.25rem, 6vw, 7rem) 48px; color: var(--white); background: var(--ink); }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero::after { content: ""; position: absolute; inset: 76px 0 0; pointer-events: none; background: radial-gradient(circle at 65% 45%, rgba(200,255,46,.1), transparent 25%); }
.hero-orbit { position: absolute; z-index: 0; border: 1px solid rgba(200,255,46,.22); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 620px; height: 620px; right: -250px; top: 17%; }
.orbit-two { width: 280px; height: 280px; right: -80px; top: 37%; border-color: rgba(255,255,255,.12); }
.hero-copy { position: relative; z-index: 2; align-self: center; min-width: 0; max-width: 920px; }
.signal-line, .section-kicker { display: flex; align-items: center; gap: .7rem; margin: 0 0 2rem; font: 700 .65rem var(--mono); letter-spacing: .12em; }
.signal-line { color: var(--acid); }
.signal-line span { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(200,255,46,.1), 0 0 16px var(--acid); animation: pulse 2s infinite; }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(4.4rem, 8vw, 9rem); font-weight: 800; line-height: .82; letter-spacing: -.075em; }
.hero h1 em { display: inline-block; color: var(--acid); font-family: var(--serif); font-weight: 400; letter-spacing: -.06em; }
.hero-intro { max-width: 610px; margin: 2.3rem 0; color: #afafaa; font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.65; }
.hero-cta { display: flex; align-items: center; gap: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2.2rem; min-height: 49px; padding: 0 1.1rem; border: 1px solid transparent; font: 800 .66rem var(--mono); letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: .2s ease; }
.button span { font-size: 1rem; }
.button-primary { background: var(--acid); color: var(--ink); }
.button-primary:hover { background: var(--white); transform: translateY(-2px); }
.text-link { display: inline-flex; gap: .75rem; align-items: center; padding-block: .5rem; border-bottom: 1px solid currentColor; font: 700 .68rem var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.level-module { position: relative; z-index: 2; align-self: center; width: min(100%, 435px); justify-self: end; padding: 1.4rem; border: 1px solid rgba(255,255,255,.2); background: rgba(16,16,16,.72); box-shadow: 18px 18px 0 rgba(255,255,255,.035); backdrop-filter: blur(6px); }
.module-topline { display: flex; justify-content: space-between; padding-bottom: .8rem; color: #777772; border-bottom: 1px solid var(--dark-line); font: 700 .57rem var(--mono); letter-spacing: .08em; }
.level-display { display: flex; justify-content: space-between; align-items: end; padding: 1.7rem 0 .8rem; }
.level-label { display: block; color: var(--acid); font: 700 .6rem var(--mono); letter-spacing: .1em; }
.level-display strong { font-size: clamp(4.7rem, 7vw, 7.1rem); line-height: .85; letter-spacing: -.09em; }
.level-display strong span { color: var(--acid); }
.level-delta { display: grid; grid-template-columns: auto auto; gap: 0 .35rem; align-items: center; color: var(--acid); font: 800 1.05rem var(--mono); }
.level-delta small { grid-column: 1 / -1; margin-top: .15rem; color: #666; text-align: right; font-size: .53rem; letter-spacing: .12em; }
.level-scale { display: grid; grid-template-columns: repeat(20, 1fr); gap: 4px; height: 28px; margin: .8rem 0 1.5rem; }
.level-scale span { background: var(--acid); transform-origin: bottom; animation: level-in .55s both; animation-delay: calc(var(--i) * 35ms); }
.level-scale span:nth-child(3n) { height: 82%; align-self: end; }
.level-scale span:nth-child(4n) { height: 65%; align-self: end; }
.level-scale .off { background: #252525; }
.index-breakdown { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; border: 1px solid var(--dark-line); }
.index-breakdown div { display: flex; justify-content: space-between; padding: .65rem; border-bottom: 1px solid var(--dark-line); font: .6rem var(--mono); text-transform: uppercase; }
.index-breakdown div:nth-child(odd) { border-right: 1px solid var(--dark-line); }
.index-breakdown div:nth-child(n+3) { border-bottom: 0; }
.index-breakdown dt { color: #767671; }
.index-breakdown dd { margin: 0; color: var(--white); font-weight: 800; }
.level-module > a { display: flex; justify-content: space-between; margin-top: 1.1rem; color: #979792; font: 600 .58rem var(--mono); text-transform: uppercase; }
.level-module > a:hover { color: var(--acid); }
.hero-meta { position: relative; z-index: 2; grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(160px, 240px)); gap: 2rem; padding-top: 1.6rem; border-top: 1px solid rgba(255,255,255,.14); }
.hero-meta div { display: flex; gap: .8rem; align-items: center; }
.hero-meta strong { font-size: 1.5rem; letter-spacing: -.04em; }
.hero-meta span { max-width: 85px; color: #70706c; font: 600 .56rem/1.35 var(--mono); letter-spacing: .05em; }

.ticker { overflow: hidden; border-bottom: 1px solid var(--ink); background: var(--acid); }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 2.8rem; padding: .85rem 0; animation: marquee 28s linear infinite; }
.ticker-track span { font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.ticker-track b { font-size: .65rem; }

.section-pad { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 6vw, 7rem); }

/* Painel editorial de inteligência */
.intelligence-dashboard { background: #d9d7ce; }
.dashboard-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 5rem; align-items: end; margin-bottom: 4.5rem; }
.dashboard-heading h2 { max-width: 900px; margin: 0; font-size: clamp(3.8rem, 7vw, 8rem); line-height: .84; letter-spacing: -.07em; }
.dashboard-heading h2 em { color: #6d8f0d; font-family: var(--serif); font-weight: 400; }
.dashboard-heading > p { max-width: 560px; margin: 0; color: #62625c; font-size: 1rem; line-height: 1.7; }
.situation-grid { display: grid; grid-template-columns: 1fr 1fr .85fr; border: 1px solid var(--ink); }
.situation-card { min-height: 360px; padding: clamp(1.5rem, 3vw, 3rem); border-right: 1px solid var(--ink); }
.situation-card:last-child { border-right: 0; }
.situation-label { font: 800 .62rem var(--mono); letter-spacing: .1em; }
.situation-card > strong { display: block; margin: 3rem 0 1.8rem; font-size: clamp(5rem, 9vw, 10rem); line-height: .7; letter-spacing: -.1em; }
.situation-card > p:last-child { max-width: 380px; margin: 2rem 0 0; color: #55554f; font-size: .84rem; line-height: 1.55; }
.ai-card { color: var(--white); background: var(--ink); }
.ai-card .situation-label, .ai-card > strong { color: var(--acid); }
.ai-card > p:last-child { color: #8b8b85; }
.meter { height: 8px; overflow: hidden; background: rgba(100,100,95,.28); }
.meter i { display: block; height: 100%; background: var(--acid); transition: width .6s ease; }
.human-card .meter i { background: var(--ink); }
.gap-card { background: var(--acid); }
.gap-card > strong { font-size: clamp(4.5rem, 8vw, 8.5rem); }
.gap-status { display: flex; align-items: center; gap: .7rem; padding: .8rem 0; border-block: 1px solid rgba(10,10,10,.28); font: 800 .58rem var(--mono); }
.gap-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(255,75,62,.14); }
.comparison-board { margin-top: 2rem; border: 1px solid var(--ink); }
.comparison-board > div { display: grid; grid-template-columns: minmax(220px, 1.4fr) .5fr .5fr 1fr; align-items: center; min-height: 72px; border-bottom: 1px solid var(--line); }
.comparison-board > div:last-child { border-bottom: 0; }
.comparison-board > div > * { height: 100%; display: flex; align-items: center; padding: 1rem 1.4rem; border-right: 1px solid var(--line); }
.comparison-board > div > *:last-child { border-right: 0; }
.comparison-title { color: #85857f; background: rgba(10,10,10,.05); font: 700 .55rem var(--mono); letter-spacing: .08em; }
.comparison-board strong { font-size: .9rem; }
.comparison-board small { color: #666660; font: 600 .6rem var(--mono); }
.rating { font: 900 1.45rem var(--mono); }
.rating.high { color: #607f08; }.rating.medium { color: #8b6b00; }.rating.low { color: #a03932; }
.method-note { margin: 1.5rem 0 0; color: #777770; font: 600 .55rem/1.6 var(--mono); letter-spacing: .06em; }

.players-section { color: var(--white); background: #101010; }
.players-section .dashboard-heading h2 em { color: var(--acid); }
.players-section .dashboard-heading > p { color: #969690; }
.players-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--dark-line); border-left: 1px solid var(--dark-line); }
.player-card { min-height: 330px; display: flex; flex-direction: column; padding: 1.5rem; border-right: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); transition: background .2s, color .2s; }
.player-card:hover { color: var(--ink); background: var(--acid); }
.player-card header { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; }
.player-card header span { color: #565651; font: 700 .58rem var(--mono); }
.player-card header strong { font-size: clamp(1.4rem, 2.3vw, 2.3rem); letter-spacing: -.045em; }
.player-card header i { color: var(--acid); font-size: .55rem; font-style: normal; }
.player-card:hover header i { color: var(--red); }
.player-focus { margin-top: 3rem; }
.player-focus span, .player-news small { display: block; margin-bottom: .6rem; color: #666661; font: 700 .53rem var(--mono); letter-spacing: .1em; }
.player-focus b { color: #aaa9a3; font: 600 .65rem/1.5 var(--mono); }
.player-card:hover .player-focus b, .player-card:hover .player-news small, .player-card:hover .player-focus span { color: rgba(10,10,10,.58); }
.player-news { margin-top: auto; padding-top: 1.3rem; border-top: 1px solid var(--dark-line); }
.player-news p { margin: 0; color: #dadad4; font-size: .86rem; font-weight: 700; line-height: 1.4; }
.player-news a { display: block; }
.player-card:hover .player-news { border-color: rgba(10,10,10,.25); }
.player-card:hover .player-news p { color: var(--ink); }

.work-section { background: var(--paper); }
.work-status { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 190px; margin-bottom: 2rem; padding: 2rem 3rem; color: var(--white); background: var(--ink); }
.work-status > div { display: flex; align-items: baseline; gap: .5rem; }
.work-status > div span { align-self: center; max-width: 115px; color: #73736d; font: 700 .57rem/1.4 var(--mono); }
.work-status strong { margin-left: 2rem; color: var(--acid); font-size: clamp(4rem, 8vw, 8rem); line-height: .7; letter-spacing: -.08em; }
.work-status small { color: #777; font: 700 .7rem var(--mono); }
.work-status > p { justify-self: end; max-width: 400px; margin: 0; color: #888883; font: 600 .64rem/1.8 var(--mono); }
.work-status > p b { color: var(--white); }
.jobs-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.job-column { min-height: 520px; padding: 2rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.job-column header { display: flex; gap: 1.2rem; min-height: 110px; }
.job-column header > span { color: #aaa9a2; font: 800 2.2rem var(--mono); }
.job-column header small { font: 800 .54rem var(--mono); letter-spacing: .08em; }
.job-column h3 { margin: .7rem 0 0; font-size: 1.6rem; letter-spacing: -.04em; }
.job-column ul { padding: 0; margin: 2rem 0 0; list-style: none; }
.job-column li { padding: 1.25rem 0; border-top: 1px solid var(--line); }
.job-column li b, .job-column li span { display: block; }
.job-column li b { margin-bottom: .4rem; font-size: .9rem; }
.job-column li span { color: #72726c; font-size: .74rem; line-height: 1.4; }
.job-column.automated { color: var(--white); background: #191919; }
.job-column.automated li { border-color: var(--dark-line); }.job-column.automated li span { color: #85857f; }
.job-column.exposed { background: #dddacf; }
.job-column.resilient { background: var(--acid); }
.section-heading { display: grid; grid-template-columns: 1fr 3fr; margin-bottom: 3rem; }
.section-kicker { color: #6d6d68; }
.section-heading h2 { margin: 0; font-size: clamp(2.8rem, 6vw, 6.6rem); line-height: .9; letter-spacing: -.07em; }
.section-heading h2 span { color: #aaa9a2; font-family: var(--serif); font-weight: 400; }
.section-heading time { display: block; margin-top: 1rem; font: 700 .63rem var(--mono); letter-spacing: .08em; }
.log-opening { display: grid; grid-template-columns: 1fr 3fr; align-items: start; margin-bottom: 5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.opening-mark { color: var(--acid); -webkit-text-stroke: 1px var(--ink); font: 7rem/.8 var(--serif); }
.log-opening p { max-width: 850px; margin: 0; font: italic clamp(2rem, 4vw, 4.6rem)/1.04 var(--serif); letter-spacing: -.035em; }
.log-opening span { grid-column: 2; margin-top: 1.5rem; font: 700 .63rem var(--mono); }

.featured-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 585px; color: var(--white); background: var(--ink); }
.featured-visual { position: relative; min-height: 510px; overflow: hidden; border-right: 1px solid var(--dark-line); background: radial-gradient(circle, rgba(200,255,46,.15) 1px, transparent 1px); background-size: 19px 19px; }
.featured-visual::before, .featured-visual::after { content: ""; position: absolute; width: 75%; aspect-ratio: 1; left: 50%; top: 50%; border: 1px solid rgba(200,255,46,.25); border-radius: 50%; transform: translate(-50%,-50%); }
.featured-visual::after { width: 46%; border-style: dashed; animation: spin 22s linear infinite; }
.data-core { position: absolute; z-index: 2; inset: 50% auto auto 50%; display: grid; width: 145px; height: 145px; place-items: center; align-content: center; border: 1px solid var(--acid); color: var(--acid); background: var(--ink); transform: translate(-50%,-50%) rotate(45deg); }
.data-core span, .data-core strong { transform: rotate(-45deg); font-family: var(--mono); }
.data-core span { font-size: 2.8rem; line-height: 1; font-weight: 800; }
.data-core strong { margin-top: .8rem; font-size: .55rem; letter-spacing: .15em; }
.data-cloud { position: absolute; z-index: 3; padding: .45rem .55rem; color: var(--acid); border: 1px solid rgba(200,255,46,.55); background: var(--ink); font: .55rem var(--mono); }
.cloud-a { top: 18%; left: 12%; }.cloud-b { right: 13%; top: 32%; }.cloud-c { bottom: 16%; left: 21%; }
.scan-line { position: absolute; inset: -20% 0 auto; height: 30%; background: linear-gradient(transparent, rgba(200,255,46,.08), transparent); animation: scan 5s linear infinite; }
.featured-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5.2rem); }
.story-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem; color: #696965; font: 600 .56rem var(--mono); }
.tag { width: max-content; padding: .36rem .48rem; color: var(--ink); background: #d6d5ce; font: 800 .56rem var(--mono); letter-spacing: .08em; }
.tag-highlight, .featured-content .tag { background: var(--acid); }
.featured-content h3 { max-width: 640px; margin: 2rem 0 1.4rem; font-size: clamp(2rem, 3.3vw, 4rem); line-height: 1; letter-spacing: -.055em; }
.featured-content > p { max-width: 590px; margin: 0; color: #a4a49f; font-size: 1rem; line-height: 1.65; }
.story-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.3rem; }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--acid); }
.save-button { display: flex; align-items: center; gap: .5rem; border: 0; color: #8e8e89; background: none; font: 700 .58rem var(--mono); cursor: pointer; }
.save-button span { font-size: 1rem; }
.save-button.is-saved { color: var(--acid); }
.analysis-panel { grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--dark-line); }
.analysis-panel:not([hidden]) { display: grid; }
.analysis-panel span { color: var(--acid); font: 700 .55rem var(--mono); }
.analysis-panel h4 { margin: .6rem 0; font-size: .8rem; text-transform: uppercase; }
.analysis-panel p { margin: 0; color: #888; font-size: .72rem; line-height: 1.55; }

.filter-row { display: flex; gap: .5rem; overflow-x: auto; margin: 3rem 0 1rem; padding-bottom: .4rem; scrollbar-width: none; }
.filter { flex: 0 0 auto; padding: .7rem .85rem; border: 1px solid var(--line); background: transparent; font: 700 .59rem var(--mono); cursor: pointer; }
.filter span { color: #92928c; margin-left: .35rem; }
.filter:hover, .filter.is-active { border-color: var(--ink); color: var(--paper); background: var(--ink); }
.stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.story-card { position: relative; display: flex; min-height: 440px; flex-direction: column; padding: 1.5rem; border: 1px solid var(--line); border-right: 0; background: var(--white); transition: transform .25s, background .25s; }
.story-card:nth-child(3) { border-right: 1px solid var(--line); }
.story-card:hover { z-index: 2; transform: translateY(-7px); }
.card-index { position: absolute; right: 1.2rem; top: .8rem; color: rgba(10,10,10,.07); font-size: 5.5rem; font-weight: 900; letter-spacing: -.09em; }
.card-top { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; color: #888880; font: 700 .56rem var(--mono); }
.trend.up { color: #557900; }
.story-card h3 { position: relative; z-index: 1; margin: auto 0 1rem; font-size: clamp(1.5rem, 2.2vw, 2.25rem); line-height: 1.06; letter-spacing: -.04em; }
.story-card > p { margin: 0 0 2rem; color: #666660; font-size: .85rem; line-height: 1.55; }
.card-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; border-top: 1px solid var(--line); color: #85857e; font: 700 .55rem var(--mono); }
.card-footer button, .card-footer a { display: grid; width: 33px; height: 33px; place-items: center; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.card-footer button:hover, .card-footer a:hover { color: var(--ink); background: var(--acid); border-color: var(--ink); }
.story-card-dark { color: var(--white); background: #171717; }
.story-card-dark .card-index { color: rgba(255,255,255,.05); }
.story-card-dark > p, .story-card-dark .card-footer { color: #858580; }
.story-card-dark .card-footer, .story-card-dark .card-footer button, .story-card-dark .card-footer a { border-color: var(--dark-line); }
.story-card-signal { background: var(--acid); }
.story-card-signal .tag { color: var(--white); background: var(--ink); }
.signal-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(255,75,62,.15); }
.story-card-wide { grid-column: 1 / -1; display: grid; grid-template-columns: .45fr 1.2fr 1fr; min-height: 315px; padding: 0; border: 1px solid var(--line); background: #dcdad1; }
.wide-number { display: grid; place-items: center; color: #c2c1b9; border-right: 1px solid var(--line); font-size: clamp(5rem, 11vw, 11rem); font-weight: 900; letter-spacing: -.12em; }
.wide-copy { display: flex; flex-direction: column; justify-content: center; padding: 2.5rem; }
.wide-copy h3 { margin: 1.5rem 0 .8rem; }
.wide-copy p { max-width: 600px; margin-bottom: 1.5rem; }
.wide-copy a { width: max-content; font: 800 .58rem var(--mono); border-bottom: 1px solid; }
.tag-alert { color: white; background: var(--red); }
.wide-ascii { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: .25rem; border-left: 1px solid var(--line); font: 700 .7rem var(--mono); }
.wide-ascii span { width: 60%; padding: .75rem; text-align: center; border: 1px solid var(--ink); }
.wide-ascii i { font-size: 1.2rem; font-style: normal; }
.wide-ascii strong { font-size: 3rem; }
.story-card[hidden] { display: none; }
.load-more { display: flex; width: 100%; align-items: center; justify-content: space-between; margin-top: 1rem; padding: 1.2rem 1.5rem; border: 1px solid var(--ink); background: transparent; font: 800 .62rem var(--mono); cursor: pointer; }
.load-more:hover { color: var(--paper); background: var(--ink); }
.load-more b { font-size: 1.2rem; font-weight: 400; }

.timeline-section { color: var(--white); background: #101010; }
.timeline-intro { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 2rem; align-items: end; }
.timeline-intro h2 { margin: 0; font-size: clamp(3rem, 6vw, 6.6rem); line-height: .88; letter-spacing: -.065em; }
.timeline-intro h2 em { color: var(--acid); font-family: var(--serif); font-weight: 400; }
.timeline-intro > p:last-child { max-width: 430px; margin: 0; color: #999994; font-size: .95rem; line-height: 1.65; }
.timeline-console { margin-top: 5rem; padding: 1.2rem; border: 1px solid var(--dark-line); background: #151515; }
.console-header { display: flex; justify-content: space-between; padding-bottom: 1rem; color: #6f6f6a; border-bottom: 1px solid var(--dark-line); font: .55rem var(--mono); letter-spacing: .1em; }
.console-header div { display: flex; gap: 5px; }.console-header i { width: 6px; height: 6px; border-radius: 50%; background: #484844; }
.timeline-years { display: flex; justify-content: space-between; margin: 3.7rem 0 1.5rem; color: #555550; font: 700 .7rem var(--mono); }
.timeline-years span { transition: color .2s; }.timeline-years .active { color: var(--acid); }
.range-wrap { position: relative; display: block; height: 28px; }
.range-wrap::before { content: ""; position: absolute; left: 0; right: 0; top: 13px; height: 1px; background: #393934; }
.range-progress { position: absolute; left: 0; top: 13px; width: 100%; height: 1px; pointer-events: none; background: var(--acid); }
input[type="range"] { position: relative; z-index: 2; width: 100%; height: 28px; margin: 0; opacity: 1; appearance: none; background: transparent; cursor: pointer; }
input[type="range"]::-webkit-slider-runnable-track { height: 1px; background: transparent; }
input[type="range"]::-webkit-slider-thumb { width: 17px; height: 17px; margin-top: -8px; border: 4px solid var(--acid); border-radius: 50%; appearance: none; background: var(--ink); box-shadow: 0 0 0 5px rgba(200,255,46,.12); }
input[type="range"]::-moz-range-track { height: 1px; background: transparent; }
input[type="range"]::-moz-range-thumb { width: 10px; height: 10px; border: 4px solid var(--acid); border-radius: 50%; background: var(--ink); }
.history-card { display: grid; grid-template-columns: 1fr 1fr 1.3fr; margin-top: 2rem; border: 1px solid var(--dark-line); }
.history-card > div { min-height: 180px; padding: 1.3rem; border-right: 1px solid var(--dark-line); }
.history-card > div:last-child { border: 0; }
.history-card span { color: #5f5f5a; font: 700 .53rem var(--mono); letter-spacing: .1em; }
.history-card time, .history-card strong { display: block; margin-top: 1rem; font-size: clamp(1.5rem, 3vw, 3.3rem); font-weight: 800; letter-spacing: -.05em; }
.history-card p { color: var(--acid); font: 700 .57rem var(--mono); }
.history-card .milestone { max-width: 370px; font-size: clamp(1.2rem, 2vw, 2rem); line-height: 1; }
.history-card button { margin-top: 1.3rem; padding: 0; border: 0; border-bottom: 1px solid #777; color: #aaa; background: none; font: 700 .56rem var(--mono); cursor: pointer; }
.view-toggle { position: relative; display: grid; grid-template-columns: 1fr 1fr; width: min(100%, 460px); margin: 2rem auto .5rem; padding: 3px; border: 1px solid var(--dark-line); }
.view-toggle button { z-index: 2; padding: .8rem; border: 0; color: #64645f; background: transparent; font: 700 .56rem var(--mono); cursor: pointer; }
.view-toggle button.is-active { color: var(--ink); }
.view-toggle span { position: absolute; z-index: 1; left: 3px; top: 3px; bottom: 3px; width: calc(50% - 3px); background: var(--acid); transition: transform .25s; }
.view-toggle span.to-right { transform: translateX(100%); }

.radar-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; overflow: hidden; background: var(--acid); }
.radar-copy { align-self: center; }
.radar-copy .section-kicker { color: #4d5e1b; }
.radar-copy h2 { margin: 0 0 1.5rem; font-size: clamp(3rem, 5vw, 6rem); line-height: .88; letter-spacing: -.07em; }
.radar-copy > p { max-width: 500px; font-size: 1rem; line-height: 1.65; }
.radar-copy .text-link { margin-top: 1rem; }
.radar-visual { position: relative; min-height: 600px; border: 1px solid rgba(10,10,10,.25); background: rgba(10,10,10,.04); }
.radar-rings, .radar-rings i { position: absolute; left: 50%; top: 50%; aspect-ratio: 1; border: 1px solid rgba(10,10,10,.25); border-radius: 50%; transform: translate(-50%,-50%); }
.radar-rings { width: 78%; overflow: hidden; }
.radar-rings i:nth-child(1) { width: 72%; }.radar-rings i:nth-child(2) { width: 43%; }.radar-rings i:nth-child(3) { width: 16%; background: rgba(10,10,10,.06); }
.radar-rings::before, .radar-rings::after { content: ""; position: absolute; left: 50%; top: 0; width: 1px; height: 100%; background: rgba(10,10,10,.18); }
.radar-rings::after { transform: rotate(90deg); }
.radar-rings span { position: absolute; left: 50%; top: 50%; width: 50%; height: 50%; transform-origin: 0 0; background: linear-gradient(25deg, rgba(10,10,10,.15), transparent 60%); animation: radar 4s linear infinite; }
.radar-center { position: absolute; z-index: 3; left: 50%; top: 50%; display: grid; place-items: center; width: 135px; height: 135px; border: 1px solid var(--ink); border-radius: 50%; background: var(--acid); transform: translate(-50%,-50%); }
.radar-center span, .radar-center small { font: 700 .52rem var(--mono); letter-spacing: .08em; }.radar-center strong { margin: -.7rem 0; font-size: 2rem; }
.radar-source { position: absolute; display: flex; align-items: center; gap: .5rem; padding: .45rem; border: 1px solid rgba(10,10,10,.3); background: var(--acid); font: 700 .53rem var(--mono); }
.radar-source span { font-size: .45rem; }.source-a { top: 15%; left: 13%; }.source-b { right: 9%; top: 30%; }.source-c { bottom: 13%; left: 25%; }.source-d { right: 17%; bottom: 25%; }
.pipeline { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; padding-top: 2rem; border-top: 1px solid rgba(10,10,10,.25); }
.pipeline div { display: grid; grid-template-columns: auto 1fr; column-gap: .7rem; align-items: center; }
.pipeline div span { grid-row: 1 / 3; color: rgba(10,10,10,.35); font-size: 1.8rem; font-weight: 900; }
.pipeline div strong { font: 800 .68rem var(--mono); }.pipeline div small { font: .58rem var(--mono); }.pipeline b { color: rgba(10,10,10,.4); }

.manifesto { color: var(--white); background: var(--ink); }
.manifesto-copy { max-width: 1250px; margin: 0; font-size: clamp(3.5rem, 8vw, 9.5rem); font-weight: 800; line-height: .84; letter-spacing: -.075em; }
.manifesto-copy em { color: var(--acid); font-family: var(--serif); font-weight: 400; }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; max-width: 920px; margin: 5rem 0 0 auto; padding-top: 2rem; border-top: 1px solid var(--dark-line); }
.manifesto-grid p { margin: 0; color: #989893; font-size: .95rem; line-height: 1.7; }

.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; background: #d9d7ce; }
.newsletter h2 { margin: 0; font: italic clamp(3rem, 6vw, 6rem)/.9 var(--serif); letter-spacing: -.055em; }
.newsletter-form { align-self: center; }
.newsletter-form > label { display: block; margin-bottom: 1.5rem; font-size: 1.05rem; font-weight: 700; }
.newsletter-form > div { display: flex; border-bottom: 2px solid var(--ink); }
.newsletter-form input { width: 100%; padding: 1.1rem 0; border: 0; outline: 0; background: transparent; font-size: 1rem; }
.newsletter-form input::placeholder { color: #82817b; }
.newsletter-form button { flex: 0 0 auto; border: 0; background: transparent; font: 800 .62rem var(--mono); cursor: pointer; }
.newsletter-form button:hover { color: #577600; }
.newsletter-form > p { color: #77766f; font: .57rem var(--mono); }

.site-footer { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 2rem; align-items: center; padding: 3rem clamp(1.25rem, 6vw, 7rem); color: var(--white); background: var(--ink); border-top: 1px solid var(--dark-line); }
.site-footer > p { margin: 0; color: #71716c; text-align: center; font: 600 .56rem var(--mono); letter-spacing: .08em; }
.site-footer > div { display: flex; justify-content: flex-end; gap: 1.3rem; font: 600 .55rem var(--mono); }
.site-footer > div a:hover { color: var(--acid); }
.site-footer > small { grid-column: 1 / -1; margin-top: 2rem; color: #555550; font: .52rem var(--mono); }

.search-dialog { width: min(700px, calc(100% - 2rem)); padding: 0; border: 1px solid #444; color: var(--white); background: #111; box-shadow: 0 25px 100px #000; }
.search-dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(5px); }
.search-box { padding: 1.4rem; }
.search-label { display: flex; justify-content: space-between; color: #74746f; font: 700 .58rem var(--mono); }
.search-label button { border: 1px solid #444; color: #999; background: none; font: inherit; cursor: pointer; }
.search-box input { width: 100%; margin-top: 2rem; padding: 1rem 0; border: 0; border-bottom: 1px solid #444; outline: 0; color: var(--acid); background: transparent; font-size: clamp(1.2rem, 3vw, 2rem); }
.search-box p { color: #666; font: .58rem var(--mono); }
.toast { position: fixed; z-index: 100; right: 1.5rem; bottom: 1.5rem; max-width: 330px; padding: .9rem 1.1rem; color: var(--ink); background: var(--acid); font: 700 .65rem var(--mono); transform: translateY(150%); transition: transform .25s; }
.toast.is-visible { transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes pulse { 50% { opacity: .45; box-shadow: 0 0 0 9px rgba(200,255,46,0); } }
@keyframes level-in { from { transform: scaleY(0); opacity: 0; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes scan { to { top: 100%; } }
@keyframes radar { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .search-button span { display: none; }
  .menu-button { display: block; }
  .mobile-nav { position: fixed; inset: 76px 0 auto; display: flex; height: 0; overflow: hidden; flex-direction: column; padding: 0 1.25rem; color: var(--white); background: var(--ink); transition: height .3s, padding .3s; }
  .mobile-nav.is-open { height: calc(100vh - 76px); padding-top: 3rem; }
  .mobile-nav a { padding: 1.2rem 0; border-bottom: 1px solid var(--dark-line); font-size: 2rem; font-weight: 800; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .hero { height: auto; min-height: 100svh; grid-template-columns: 1fr; grid-template-rows: auto auto auto; padding-top: 135px; }
  .level-module { justify-self: start; }
  .hero-meta { grid-column: 1; }
  .dashboard-heading { grid-template-columns: 1fr; gap: 2rem; }
  .situation-grid { grid-template-columns: 1fr 1fr; }.situation-card:nth-child(2) { border-right: 0; }.gap-card { grid-column: 1 / -1; border-top: 1px solid var(--ink); }
  .players-grid { grid-template-columns: 1fr 1fr; }
  .jobs-grid { grid-template-columns: 1fr; }.job-column { min-height: 0; }.work-status { gap: 2rem; }
  .section-heading, .log-opening { grid-template-columns: .5fr 2fr; }
  .featured-story { grid-template-columns: 1fr; }.featured-visual { min-height: 430px; border-right: 0; border-bottom: 1px solid var(--dark-line); }
  .stories-grid { grid-template-columns: 1fr 1fr; }.story-card:nth-child(2) { border-right: 1px solid var(--line); }.story-card:nth-child(3) { grid-column: 1 / -1; min-height: 340px; }
  .timeline-intro { grid-template-columns: 1fr 2fr; }.timeline-intro > p:last-child { grid-column: 2; }
  .radar-section { grid-template-columns: 1fr; }.radar-visual { min-height: 520px; }.pipeline { overflow-x: auto; gap: 1.5rem; }.pipeline div { min-width: 150px; }
  .site-footer { grid-template-columns: 1fr 1fr; }.site-footer > p { text-align: right; }.site-footer > div { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .site-header { height: 64px; padding-inline: 1rem; }.mobile-nav { top: 64px; }
  .search-button { display: none; }
  .menu-button { position: fixed; top: 14px; right: .65rem; z-index: 2; display: block; }
  .hero { min-height: 0; padding: 125px 1.1rem 2rem; }.hero h1 { font-size: clamp(4rem, 19vw, 6rem); }.hero-intro { font-size: .95rem; }.hero-cta { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .level-module { margin-top: 2rem; }.hero-meta { grid-template-columns: 1fr; gap: .8rem; }.hero-meta div { border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: .7rem; }
  .status-word { font-size: .9rem !important; }
  .dashboard-heading { margin-bottom: 2.5rem; }.dashboard-heading h2 { font-size: clamp(3.5rem, 17vw, 5.5rem); }.situation-grid { grid-template-columns: 1fr; }.situation-card, .situation-card:nth-child(2) { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--ink); }.gap-card { grid-column: auto; border-top: 0; }
  .comparison-board { overflow-x: auto; }.comparison-board > div { min-width: 690px; }
  .players-grid { grid-template-columns: 1fr; }.player-card { min-height: 290px; }
  .work-status { grid-template-columns: 1fr; padding: 2rem 1.3rem; }.work-status > p { justify-self: start; }.work-status strong { margin-left: auto; }.job-column { padding: 1.4rem; }
  .section-pad { padding: 5rem 1.1rem; }.section-heading { display: block; }.section-heading .section-kicker { margin-bottom: 1rem; }.log-opening { display: block; }.opening-mark { font-size: 4rem; }.log-opening span { display: block; }
  .featured-visual { min-height: 350px; }.featured-content { padding: 1.6rem; }.analysis-panel:not([hidden] ) { grid-template-columns: 1fr; }
  .stories-grid { grid-template-columns: 1fr; }.story-card, .story-card:nth-child(2), .story-card:nth-child(3) { grid-column: auto; min-height: 370px; border-right: 1px solid var(--line); }
  .story-card-wide { display: block; min-height: 0; }.wide-number { display: none; }.wide-copy { padding: 2rem 1.5rem; }.wide-ascii { padding: 2rem; border: 0; border-top: 1px solid var(--line); }
  .timeline-intro { display: block; }.timeline-intro > p:last-child { margin-top: 1.5rem; }.timeline-years { margin-top: 2.5rem; }.timeline-console { margin-top: 3rem; padding: .8rem; }
  .history-card { grid-template-columns: 1fr 1fr; }.history-card > div { min-height: 135px; }.history-card > div:nth-child(2) { border-right: 0; }.history-card > div:last-child { grid-column: 1 / -1; border-top: 1px solid var(--dark-line); }
  .radar-section { gap: 3rem; }.radar-visual { min-height: 390px; }.radar-center { width: 105px; height: 105px; }.radar-rings { width: 88%; }.source-a { left: 4%; }.source-b { right: 2%; }.source-c { left: 6%; }
  .pipeline b { display: none; }.pipeline { display: grid; grid-template-columns: 1fr 1fr; }.pipeline div { min-width: 0; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 3rem; }
  .newsletter { grid-template-columns: 1fr; gap: 3rem; }.newsletter-form > div { display: block; }.newsletter-form button { width: 100%; padding: 1rem 0; text-align: left; border-top: 1px solid var(--line); }
  .site-footer { display: flex; flex-direction: column; align-items: flex-start; }.site-footer > p { text-align: left; }.site-footer > small { margin-top: 1rem; }
}

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

/* Registro publicado */
.post-page { min-height: 100vh; background: var(--paper); }
.post-header { background: rgba(10,10,10,.96); }
.post-back { justify-self: end; font: 700 .58rem var(--mono); letter-spacing: .06em; }
.post-back:hover { color: var(--acid); }
.post-shell { min-height: 80vh; padding: 150px clamp(1.25rem, 8vw, 10rem) 8rem; }
.post-loading { display: flex; align-items: center; justify-content: center; gap: .8rem; min-height: 50vh; color: #777; font: 700 .62rem var(--mono); text-transform: uppercase; }
.post-loading span { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 7px rgba(120,160,0,.12); animation: pulse 1.5s infinite; }
.published-post { max-width: 1260px; margin: auto; }
.published-post-header { max-width: 1050px; margin-bottom: 5rem; }
.published-post-meta { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; color: #787871; font: 700 .6rem var(--mono); letter-spacing: .08em; }
.published-post-meta span:first-child { padding: .38rem .55rem; color: var(--ink); background: var(--acid); }
.published-post-meta time, .published-post-meta span:last-child { align-self: center; }
.published-post h1 { margin: 2.3rem 0 1.5rem; font-size: clamp(3.2rem, 7.5vw, 8.5rem); line-height: .88; letter-spacing: -.075em; }
.published-post-header > p { max-width: 820px; margin: 0; color: #61615c; font: italic clamp(1.25rem, 2.3vw, 2rem)/1.4 var(--serif); }
.published-post-byline { margin-top: 2rem; font: 700 .57rem var(--mono); letter-spacing: .08em; }.published-post-byline strong { color: #647f16; }
.published-post-cover { margin: 0 0 5rem; height: min(62vw, 620px); overflow: hidden; background: #151515; }.published-post-cover img { width: 100%; height: 100%; object-fit: cover; }
.published-post-body { max-width: 800px; margin: 0 auto; font: 1.12rem/1.85 var(--serif); }
.published-post-body > *:first-child { margin-top: 0; }.published-post-body p { margin: 1.4em 0; }.published-post-body h2 { margin: 2.2em 0 .7em; font: 800 clamp(2rem, 4vw, 3.7rem)/1 var(--sans); letter-spacing: -.045em; }.published-post-body h3 { margin: 2em 0 .6em; font: 800 1.7rem/1.1 var(--sans); letter-spacing: -.03em; }
.published-post-body blockquote { margin: 2.2em -8%; padding: 1.5rem 0 1.5rem 2rem; border-left: 5px solid var(--acid); font-size: 1.5rem; font-style: italic; line-height: 1.45; }.published-post-body a { text-decoration: underline; text-decoration-color: #8db61a; text-underline-offset: 3px; }.published-post-body pre { overflow-x: auto; padding: 1.5rem; color: #e8e8e2; background: #141414; font: .85rem/1.7 var(--mono); }.published-post-body code { padding: .15em .3em; background: rgba(10,10,10,.08); font-family: var(--mono); font-size: .85em; }.published-post-body pre code { padding: 0; background: none; }.published-post-body hr { margin: 3rem 0; border: 0; border-top: 1px solid var(--line); }
.published-post-footer { display: flex; justify-content: space-between; max-width: 800px; margin: 5rem auto 0; padding-top: 2rem; border-top: 1px solid var(--ink); font: 700 .6rem var(--mono); }.published-post-footer p { margin: 0; }.published-post-footer p span { color: #759b0c; }.published-post-footer a { border-bottom: 1px solid; }
.post-site-footer { grid-template-columns: 1fr 2fr; }.post-site-footer > small { grid-column: 1 / -1; }
.post-error { max-width: 900px; margin: 9vh auto; }.post-error > span { color: #779e0a; font: 700 .65rem var(--mono); letter-spacing: .12em; }.post-error h1 { margin: 1.5rem 0; font-size: clamp(3rem, 8vw, 8rem); line-height: .87; letter-spacing: -.07em; }.post-error p { max-width: 600px; color: #666; line-height: 1.6; }.post-error .button { margin-top: 2rem; }
@media (max-width: 680px) {
  .post-back { margin-left: auto; font-size: 0; }.post-back::after { content: "←"; font-size: 1rem; }
  .post-shell { padding: 110px 1.1rem 5rem; }.published-post-header { margin-bottom: 3rem; }.published-post h1 { font-size: clamp(3.3rem, 17vw, 5.5rem); }.published-post-cover { width: calc(100% + 2.2rem); height: 70vw; margin-left: -1.1rem; }
  .published-post-body { font-size: 1.05rem; }.published-post-body blockquote { margin-inline: 0; padding-left: 1rem; }.published-post-footer { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
}

/* Home diária compacta */
.briefing-page { background: var(--paper); }
.briefing-hero { position: relative; min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); gap: 2.5rem 6vw; overflow: hidden; padding: 140px clamp(1.25rem, 6vw, 7rem) 3.5rem; color: var(--white); background: var(--ink); }
.briefing-grid { position: absolute; inset: 0; opacity: .13; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.briefing-hero::after { content: ""; position: absolute; right: -10%; top: 8%; width: 42vw; aspect-ratio: 1; pointer-events: none; border: 1px solid rgba(200,255,46,.16); border-radius: 50%; }
.briefing-intro { position: relative; z-index: 2; min-width: 0; align-self: center; }
.briefing-intro .signal-line { margin-bottom: 1.4rem; }
.briefing-intro h1 { max-width: 850px; margin: 0; font-size: clamp(4rem, 7.2vw, 8rem); line-height: .84; letter-spacing: -.075em; }
.briefing-intro h1 em { color: var(--acid); font-family: var(--serif); font-weight: 400; }
.briefing-intro > p:not(.signal-line) { max-width: 630px; margin: 1.7rem 0; color: #aaa9a4; font-size: 1rem; line-height: 1.6; }
.briefing-level { position: relative; z-index: 2; min-width: 0; align-self: center; padding: 1.5rem; border: 1px solid var(--dark-line); background: rgba(15,15,15,.78); }
.briefing-level-top { display: flex; justify-content: space-between; padding-bottom: .9rem; color: #686863; border-bottom: 1px solid var(--dark-line); font: 700 .55rem var(--mono); letter-spacing: .08em; }
.briefing-score { display: flex; justify-content: space-between; align-items: end; padding: 1.7rem 0 1rem; }
.briefing-score > strong { color: var(--white); font-size: clamp(5rem, 8vw, 8rem); line-height: .72; letter-spacing: -.1em; }
.briefing-score > strong span { color: var(--acid); }
.briefing-score p { display: grid; grid-template-columns: auto auto; gap: .2rem .4rem; margin: 0; color: var(--acid); font: 800 .9rem var(--mono); }
.briefing-score p small { grid-column: 1 / -1; color: #656560; font-size: .48rem; }
.daily-indicators { position: relative; z-index: 2; grid-column: 1 / -1; display: grid; grid-template-columns: .8fr .8fr .8fr 1.5fr; border: 1px solid var(--dark-line); }
.daily-indicators article { min-height: 112px; padding: 1.1rem; border-right: 1px solid var(--dark-line); }
.daily-indicators article:last-child { border-right: 0; }
.daily-indicators article > span { display: block; color: #686863; font: 700 .51rem var(--mono); letter-spacing: .08em; }
.daily-indicators article > strong { display: inline-block; margin-top: .65rem; font-size: 2.1rem; letter-spacing: -.06em; }
.daily-indicators article > small { color: #656560; font: .5rem var(--mono); }
.daily-indicators .meter { height: 3px; margin-top: .65rem; background: #292925; }
.daily-status { background: rgba(200,255,46,.04); }
.daily-status > strong { display: block !important; color: var(--acid); font-size: clamp(1.15rem, 2vw, 1.8rem) !important; letter-spacing: -.03em !important; }
.daily-status > small { display: block; margin-top: .7rem; }
.briefing-method { position: relative; z-index: 2; grid-column: 1 / -1; margin: -1.4rem 0 0; color: #575752; font: 600 .5rem/1.5 var(--mono); }

.compact-log, .compact-players { padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem); }
.compact-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 4rem; align-items: end; margin-bottom: 3rem; }
.compact-heading h2 { margin: 0; font-size: clamp(3.2rem, 6vw, 6.5rem); line-height: .88; letter-spacing: -.065em; }
.compact-heading > p { max-width: 470px; margin: 0; color: #696963; font-size: .92rem; line-height: 1.65; }
.daily-feature { display: grid; grid-template-columns: .32fr 1fr 1fr; gap: 2rem; align-items: center; min-height: 230px; padding: 2rem; color: var(--white); background: var(--ink); }
.daily-feature .story-meta { align-self: stretch; flex-direction: column; justify-content: flex-start; border-right: 1px solid var(--dark-line); }
.daily-feature h3 { margin: 0; font-size: clamp(1.8rem, 3.5vw, 3.4rem); line-height: .98; letter-spacing: -.05em; }
.daily-feature > p { max-width: 500px; margin: 0; color: #989892; line-height: 1.6; }
.daily-feature .story-actions { grid-column: 2 / -1; justify-content: flex-start; }
.daily-feature .button-light { color: var(--ink); background: var(--acid); }
.compact-log .filter-row { margin-top: 1.5rem; }
.compact-stories { margin-top: 0; }
.compact-players { background: #101010; }
.compact-players .compact-heading { color: var(--white); }
.compact-players .compact-heading > p { color: #8a8a84; }
.compact-players .players-grid { grid-template-columns: repeat(3, 1fr); }
.compact-players .player-card { min-height: 220px; }
.compact-players .player-news { margin-top: auto; }
.compact-footer { padding-block: 2.2rem; }

/* Linha do tempo pública */
.record-timeline { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7rem); background: var(--paper); }
.timeline-heading { display: grid; grid-template-columns: 1.2fr .65fr; gap: 5rem; align-items: end; margin-bottom: clamp(3.5rem, 7vw, 7rem); }
.timeline-heading h2 { margin: 0; font-size: clamp(4rem, 8vw, 8.5rem); line-height: .82; letter-spacing: -.075em; }
.timeline-heading h2 em { color: #71930d; font-family: var(--serif); font-weight: 400; }
.timeline-heading > p { max-width: 470px; margin: 0; color: #666660; font-size: .95rem; line-height: 1.7; }
.timeline-feed { position: relative; }
.timeline-feed::before { content: ""; position: absolute; left: calc(21% + 7px); top: 0; bottom: 0; width: 1px; background: var(--line); }
.timeline-entry, .timeline-empty { position: relative; display: grid; grid-template-columns: 21% 30px 1fr; min-height: 270px; }
.timeline-entry { border-top: 1px solid var(--line); }
.timeline-entry:last-child { border-bottom: 1px solid var(--line); }
.timeline-date { padding: 2rem 2rem 2rem 0; }
.timeline-date time, .timeline-date span { display: block; }
.timeline-date time { font: 800 .68rem var(--mono); letter-spacing: .05em; }
.timeline-date span { margin-top: .6rem; color: #96968f; font: 600 .5rem var(--mono); }
.timeline-node { position: relative; z-index: 2; justify-self: center; width: 11px; height: 11px; margin-top: 2.15rem; border: 3px solid var(--paper); border-radius: 50%; background: #8d8d86; box-shadow: 0 0 0 1px #8d8d86; }
.timeline-entry.is-latest .timeline-node { background: var(--acid); box-shadow: 0 0 0 1px #769a0d, 0 0 0 7px rgba(120,160,0,.12); }
.timeline-content { max-width: 980px; padding: 2rem 0 3.5rem 2.5rem; }
.timeline-meta { display: flex; flex-wrap: wrap; gap: .55rem; align-items: center; font: 700 .53rem var(--mono); letter-spacing: .07em; }
.timeline-meta span, .timeline-meta b { padding: .35rem .5rem; }
.timeline-meta span { color: var(--ink); background: var(--acid); }
.timeline-meta b { color: var(--white); background: var(--ink); font-weight: 700; }
.timeline-meta small { color: #898982; font: inherit; }
.timeline-content h3 { max-width: 950px; margin: 1.25rem 0 .8rem; font-size: clamp(2rem, 4.2vw, 4.8rem); line-height: .95; letter-spacing: -.055em; }
.timeline-content h3 a:hover { color: #668808; }
.timeline-content > p { max-width: 700px; margin: 0; color: #666660; font-size: .9rem; line-height: 1.65; }
.timeline-link { display: inline-flex; gap: .8rem; margin-top: 1.5rem; border-bottom: 1px solid; font: 800 .55rem var(--mono); }
.timeline-empty { min-height: 270px; border-block: 1px solid var(--line); }
.timeline-empty > span { padding-top: 2rem; font: 800 .65rem var(--mono); }
.timeline-empty > i { position: relative; z-index: 2; justify-self: center; width: 11px; height: 11px; margin-top: 2rem; border: 3px solid var(--paper); border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 1px #769a0d, 0 0 0 7px rgba(120,160,0,.12); }
.timeline-empty > div { padding: 2rem 0 3rem 2.5rem; }
.timeline-empty small { color: #73970c; font: 800 .55rem var(--mono); letter-spacing: .08em; }
.timeline-empty h3 { max-width: 750px; margin: 1rem 0; font-size: clamp(2rem, 4vw, 4.2rem); line-height: .95; letter-spacing: -.05em; }
.timeline-empty p { color: #6d6d67; }
.timeline-more { display: flex; width: calc(79% - 30px); align-items: center; justify-content: space-between; margin: 1.5rem 0 0 auto; padding: 1.1rem 1.3rem; border: 1px solid var(--ink); background: transparent; font: 800 .58rem var(--mono); cursor: pointer; }
.timeline-more:hover { color: var(--paper); background: var(--ink); }

@media (max-width: 980px) {
  .briefing-hero { grid-template-columns: 1fr; padding-top: 120px; }
  .briefing-intro, .briefing-level { align-self: auto; }
  .briefing-level { width: min(100%, 520px); }
  .daily-indicators { grid-template-columns: 1fr 1fr; }
  .daily-indicators article:nth-child(2) { border-right: 0; }
  .daily-indicators article:nth-child(-n+2) { border-bottom: 1px solid var(--dark-line); }
  .compact-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .daily-feature { grid-template-columns: 1fr; }.daily-feature .story-meta { border-right: 0; }
  .compact-players .players-grid { grid-template-columns: 1fr 1fr; }
  .timeline-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .timeline-feed::before { left: calc(27% + 7px); }
  .timeline-entry, .timeline-empty { grid-template-columns: 27% 30px 1fr; }
  .timeline-more { width: calc(73% - 30px); }
}

@media (max-width: 680px) {
  .briefing-hero { min-height: 0; gap: 2rem; padding: 105px 1.1rem 2.5rem; }
  .briefing-intro, .briefing-level, .daily-indicators, .briefing-method { width: 100%; max-width: min(100%, 390px); }
  .briefing-intro h1 { width: 100%; max-width: 100%; font-size: clamp(2.6rem, 10vw, 3.4rem); overflow-wrap: anywhere; }
  .briefing-intro h1 > span, .briefing-intro h1 > em { display: block; width: 100%; max-width: 100%; white-space: normal; }
  .briefing-intro h1 > em { font-size: .92em; }
  .briefing-intro > p:not(.signal-line) { max-width: 100%; overflow-wrap: anywhere; }
  .briefing-score > strong { font-size: 5rem; }
  .briefing-score { flex-wrap: wrap; gap: 1.2rem; }
  .briefing-score p { width: 100%; }
  .daily-indicators { grid-template-columns: 1fr; }
  .daily-indicators article, .daily-indicators article:nth-child(2) { min-height: 94px; border-right: 0; border-bottom: 1px solid var(--dark-line); }
  .briefing-method { margin-top: -.5rem; }
  .compact-log, .compact-players { padding: 4.5rem 1.1rem; }
  .daily-feature { padding: 1.5rem; }
  .compact-players .players-grid { grid-template-columns: 1fr; }
  .compact-players .player-card { min-height: 190px; }
  .record-timeline { padding: 4.5rem 1.1rem; }
  .timeline-heading, .timeline-feed, .timeline-more { width: 100%; max-width: min(100%, 390px); }
  .timeline-heading { margin-bottom: 3rem; }.timeline-heading h2 { font-size: clamp(3.6rem, 17vw, 5.2rem); }
  .timeline-feed::before { left: 7px; }
  .timeline-entry, .timeline-empty { grid-template-columns: 15px 1fr; min-height: 0; }
  .timeline-date { grid-column: 2; grid-row: 1; padding: 1.6rem 0 0 1.2rem; }
  .timeline-node, .timeline-empty > i { grid-column: 1; grid-row: 1; margin-top: 1.75rem; }
  .timeline-content, .timeline-empty > div { grid-column: 2; padding: 1.2rem 0 3rem 1.2rem; }
  .timeline-content h3 { font-size: clamp(2rem, 10vw, 3.2rem); }
  .timeline-empty > span { display: none; }
  .timeline-more { width: calc(100% - 27px); }
}

/* Camada holográfica do briefing */
.briefing-hero { isolation: isolate; background: radial-gradient(circle at 72% 46%, rgba(119,255,191,.065), transparent 24%), radial-gradient(circle at 40% 70%, rgba(200,255,46,.055), transparent 28%), #070908; }
.holo-scanlines { position: absolute; z-index: 1; inset: 0; pointer-events: none; opacity: .2; background: repeating-linear-gradient(to bottom, transparent 0, transparent 3px, rgba(170,255,220,.055) 4px); mix-blend-mode: screen; }
.holo-scanlines::after { content: ""; position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(circle, rgba(200,255,46,.35) 0 1px, transparent 1px); background-size: 9px 9px; mask-image: linear-gradient(90deg, transparent, black 45%, transparent 82%); animation: holo-noise .22s steps(2) infinite; }
.holo-beam { position: absolute; z-index: 1; left: 0; right: 0; top: -20%; height: 20%; pointer-events: none; opacity: .4; background: linear-gradient(to bottom, transparent, rgba(200,255,46,.08), rgba(190,255,225,.18), transparent); filter: blur(1px); animation: holo-scan 7s linear infinite; }
.holo-coordinates { position: absolute; z-index: 2; right: clamp(1rem, 3vw, 3.5rem); top: 105px; display: flex; gap: 1rem; color: rgba(184,255,218,.3); font: 600 .46rem var(--mono); letter-spacing: .08em; }
.hologram-panel { overflow: hidden; border-color: rgba(181,255,217,.38); background: linear-gradient(145deg, rgba(13,26,21,.78), rgba(8,10,9,.9)); box-shadow: inset 0 0 45px rgba(80,255,184,.025), 0 0 40px rgba(80,255,184,.045), 16px 16px 0 rgba(200,255,46,.018); }
.hologram-panel::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .18; background: linear-gradient(110deg, transparent 20%, rgba(171,255,215,.15) 42%, transparent 55%); transform: translateX(-110%); animation: holo-panel-sweep 5.8s ease-in-out infinite; }
.holo-corner { position: absolute; width: 17px; height: 17px; border-color: var(--acid); opacity: .85; }
.corner-tl { left: 6px; top: 6px; border-left: 1px solid; border-top: 1px solid; }.corner-tr { right: 6px; top: 6px; border-right: 1px solid; border-top: 1px solid; }.corner-bl { left: 6px; bottom: 6px; border-left: 1px solid; border-bottom: 1px solid; }.corner-br { right: 6px; bottom: 6px; border-right: 1px solid; border-bottom: 1px solid; }
.holo-panel-status { display: flex; justify-content: space-between; align-items: center; margin: -.15rem 0 .8rem; color: rgba(184,255,218,.55); font: 700 .48rem var(--mono); letter-spacing: .09em; }
.holo-panel-status span { display: flex; align-items: center; gap: .45rem; }.holo-panel-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px var(--acid); animation: holo-status 1.6s steps(2) infinite; }.holo-panel-status time { color: var(--acid); }
.holo-number { position: relative; text-shadow: -2px 0 rgba(71,255,212,.15), 2px 0 rgba(255,75,62,.1), 0 0 28px rgba(200,255,46,.08); animation: holo-number 7s steps(1) infinite; }
.holo-telemetry { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: .9rem; border: 1px solid rgba(181,255,217,.12); }
.holo-telemetry span { padding: .48rem .55rem; color: rgba(184,255,218,.4); border-right: 1px solid rgba(181,255,217,.12); font: 600 .45rem var(--mono); }.holo-telemetry span:last-child { border: 0; }.holo-telemetry b { float: right; color: var(--acid); font-weight: 800; }
.holo-wave { display: flex; height: 24px; align-items: center; justify-content: space-between; gap: 4px; margin-top: .7rem; overflow: hidden; }
.holo-wave i { width: 100%; height: 22%; background: rgba(184,255,218,.5); transform-origin: center; animation: holo-wave 1.35s ease-in-out infinite alternate; }.holo-wave i:nth-child(2n) { animation-delay: -.8s; }.holo-wave i:nth-child(3n) { animation-delay: -.35s; }.holo-wave i:nth-child(5n) { animation-delay: -1.1s; }
[data-scramble] { position: relative; }
[data-scramble].is-decoding::after { content: attr(data-scramble-frame); position: absolute; z-index: 4; inset: 0; overflow: hidden; color: var(--acid); background: #080a09; text-shadow: -2px 0 rgba(88,255,215,.7), 2px 0 rgba(255,75,62,.4); animation: holo-decode .12s steps(2) infinite; }
.briefing-intro h1 [data-scramble].is-decoding::after { background: #070908; }
.holo-cell { position: relative; overflow: hidden; background-image: linear-gradient(110deg, transparent, rgba(181,255,217,.018), transparent); }
.holo-cell::after { content: ""; position: absolute; left: -100%; top: 0; width: 65%; height: 1px; background: linear-gradient(90deg, transparent, var(--acid), transparent); animation: holo-cell-line 5s linear infinite; }
.holo-cell:nth-child(2)::after { animation-delay: -1.3s; }.holo-cell:nth-child(3)::after { animation-delay: -2.6s; }.holo-cell:nth-child(4)::after { animation-delay: -3.9s; }
.briefing-hero.is-interference .briefing-intro { animation: holo-jolt .22s steps(2) 2; }
.briefing-hero.is-interference .hologram-panel { animation: holo-panel-jolt .24s steps(2) 2; }
.briefing-hero.is-interference .holo-scanlines { opacity: .65; }

@keyframes holo-scan { 0% { transform: translateY(0); opacity: 0; } 8% { opacity: .55; } 88% { opacity: .35; } 100% { transform: translateY(600%); opacity: 0; } }
@keyframes holo-noise { 0% { transform: translate(0); } 25% { transform: translate(4px,-2px); } 50% { transform: translate(-3px,3px); } 75% { transform: translate(2px,1px); } }
@keyframes holo-panel-sweep { 0%, 55% { transform: translateX(-110%); } 78%, 100% { transform: translateX(120%); } }
@keyframes holo-status { 50% { opacity: .3; } }
@keyframes holo-number { 0%, 91%, 94%, 100% { transform: none; filter: none; } 92% { transform: translateX(2px) skewX(-2deg); filter: brightness(1.8); } 93% { transform: translateX(-1px); } }
@keyframes holo-wave { 0% { height: 12%; opacity: .35; } 100% { height: 88%; opacity: .85; } }
@keyframes holo-decode { 50% { clip-path: inset(34% 0 42% 0); transform: translateX(2px); } }
@keyframes holo-cell-line { 0%, 15% { left: -100%; opacity: 0; } 35% { opacity: .8; } 55%, 100% { left: 140%; opacity: 0; } }
@keyframes holo-jolt { 0%,100% { transform: none; } 40% { transform: translateX(2px); filter: hue-rotate(12deg); } 70% { transform: translateX(-2px); } }
@keyframes holo-panel-jolt { 0%,100% { transform: none; } 45% { transform: translate(3px,-1px) skewX(-.5deg); } 70% { transform: translate(-2px,1px); } }

@media (max-width: 680px) {
  .holo-coordinates { display: none; }
  .holo-telemetry { grid-template-columns: 1fr; }.holo-telemetry span { border-right: 0; border-bottom: 1px solid rgba(181,255,217,.12); }.holo-telemetry span:last-child { border-bottom: 0; }
  .holo-wave { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .holo-scanlines::after, .holo-beam, .hologram-panel::before, .holo-panel-status i, .holo-number, .holo-wave i, .holo-cell::after { animation: none !important; }
  [data-scramble].is-decoding::after { display: none; }
}

/* Painel único: indicadores e destaques */
.briefing-page { background: #070908; }
#indicadores, #destaques { scroll-margin-top: 76px; }
.daily-indicators .indicator-card {
  min-width: 0; min-height: 132px; padding: 1.1rem; color: inherit; text-align: left;
  border: 0; border-right: 1px solid var(--dark-line); background-color: transparent; cursor: pointer;
  transition: background-color .2s ease, box-shadow .2s ease;
}
.daily-indicators .indicator-card:last-child { border-right: 0; }
.daily-indicators .indicator-card:hover { background-color: rgba(200,255,46,.065); box-shadow: inset 0 -2px var(--acid); }
.daily-indicators .indicator-card:focus-visible { z-index: 3; outline: 2px solid var(--acid); outline-offset: -2px; }
.daily-indicators .indicator-card > span { display: block; color: #85857f; font: 700 .51rem var(--mono); letter-spacing: .08em; }
.daily-indicators .indicator-card > strong { display: inline-block; margin-top: .65rem; font-size: 2.1rem; letter-spacing: -.06em; }
.daily-indicators .indicator-card > small { color: #797973; font: .5rem var(--mono); }
.daily-indicators .daily-status { background-color: rgba(200,255,46,.04); }
.indicator-evidence { display: flex; justify-content: space-between; align-items: center; margin-top: .85rem; color: rgba(200,255,46,.7); font: 700 .48rem var(--mono); letter-spacing: .09em; }
.indicator-evidence i { font-style: normal; font-size: .8rem; transition: transform .2s ease; }
.indicator-card:hover .indicator-evidence { color: var(--acid); }
.indicator-card:hover .indicator-evidence i { transform: translate(2px, -2px); }

.home-highlights { position: relative; z-index: 2; grid-column: 1 / -1; padding-top: clamp(3.5rem, 7vw, 7rem); border-top: 1px solid rgba(181,255,217,.2); }
.highlights-heading { display: grid; grid-template-columns: 1.2fr .65fr; gap: 5rem; align-items: end; margin-bottom: 2.5rem; }
.highlights-heading .section-kicker { margin-bottom: 1.2rem; color: var(--acid); }
.highlights-heading h2 { max-width: 850px; margin: 0; font-size: clamp(3.4rem, 6vw, 7rem); line-height: .84; letter-spacing: -.07em; }
.highlights-heading h2 em { color: var(--acid); font-family: var(--serif); font-weight: 400; }
.highlights-heading > p { max-width: 470px; margin: 0; color: #90908a; font-size: .92rem; line-height: 1.65; }
.highlights-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid rgba(181,255,217,.24); }
.highlight-card { position: relative; display: flex; min-height: 330px; flex-direction: column; padding: 1.5rem; overflow: hidden; border-right: 1px solid rgba(181,255,217,.2); background: rgba(8,13,11,.78); transition: background-color .2s ease; }
.highlight-card:last-child { border-right: 0; }
.highlight-card::after { content: ""; position: absolute; left: -80%; top: 0; width: 55%; height: 1px; background: linear-gradient(90deg, transparent, var(--acid), transparent); transition: left .55s ease; }
.highlight-card:hover { background: rgba(200,255,46,.055); }
.highlight-card:hover::after { left: 125%; }
.highlight-meta { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; font: 700 .49rem var(--mono); letter-spacing: .06em; }
.highlight-meta span, .highlight-meta b { padding: .32rem .45rem; }
.highlight-meta span { color: var(--ink); background: var(--acid); }
.highlight-meta b { color: var(--acid); border: 1px solid rgba(200,255,46,.35); }
.highlight-meta small { color: #6f756f; font: inherit; }
.highlight-card h3 { margin: 1.5rem 0 .85rem; font-size: clamp(1.65rem, 2.7vw, 3rem); line-height: .96; letter-spacing: -.05em; }
.highlight-card h3 a:hover { color: var(--acid); }
.highlight-card > p { margin: 0 0 1.5rem; color: #969b96; font-size: .86rem; line-height: 1.6; }
.highlight-link { display: flex; justify-content: space-between; margin-top: auto; padding-top: 1rem; color: var(--acid); border-top: 1px solid rgba(181,255,217,.15); font: 800 .52rem var(--mono); letter-spacing: .06em; }
.highlights-empty { grid-column: 1 / -1; min-height: 250px; padding: clamp(2rem, 4vw, 4rem); background: rgba(8,13,11,.78); }
.highlights-empty span { color: var(--acid); font: 800 .52rem var(--mono); letter-spacing: .1em; }
.highlights-empty h3 { max-width: 800px; margin: 1rem 0 .7rem; font-size: clamp(2rem, 4vw, 4.3rem); line-height: .92; letter-spacing: -.055em; }
.highlights-empty p { margin: 0; color: #838780; }

.evidence-dialog { width: min(850px, calc(100% - 2rem)); max-height: min(780px, calc(100dvh - 2rem)); padding: 0; overflow: auto; color: var(--white); border: 1px solid rgba(200,255,46,.55); background: #090d0b; box-shadow: 0 0 70px rgba(130,255,190,.14); }
.evidence-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(7px); }
.evidence-dialog-bar { position: sticky; z-index: 3; top: 0; display: flex; justify-content: space-between; align-items: center; padding: .8rem 1rem; color: #778078; border-bottom: 1px solid rgba(181,255,217,.2); background: rgba(9,13,11,.96); font: 700 .5rem var(--mono); letter-spacing: .09em; }
.evidence-dialog-bar button { padding: .45rem .6rem; color: var(--acid); border: 1px solid rgba(200,255,46,.3); background: transparent; font: 700 .5rem var(--mono); cursor: pointer; }
.evidence-dialog-bar button:hover { color: var(--ink); background: var(--acid); }
.evidence-dialog-content { padding: clamp(1.5rem, 5vw, 4rem); }
.evidence-dialog-content > .section-kicker { margin: 0 0 1rem; color: var(--acid); }
.evidence-title-row { display: flex; gap: 2rem; align-items: end; justify-content: space-between; padding-bottom: 1.7rem; border-bottom: 1px solid rgba(181,255,217,.18); }
.evidence-title-row h2 { max-width: 590px; margin: 0; font-size: clamp(2.5rem, 6vw, 5rem); line-height: .88; letter-spacing: -.065em; }
.evidence-title-row > strong { flex: 0 0 auto; color: var(--acid); font-size: clamp(2rem, 5vw, 4rem); line-height: 1; letter-spacing: -.07em; }
.evidence-description { max-width: 680px; margin: 1.5rem 0 3rem; color: #a8afa8; font-size: .98rem; line-height: 1.7; }
.evidence-related { border: 1px solid rgba(181,255,217,.18); }
.evidence-related > header { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; color: #7d857e; border-bottom: 1px solid rgba(181,255,217,.18); font: 700 .48rem var(--mono); letter-spacing: .08em; }
.evidence-post { display: grid; grid-template-columns: .55fr 2fr auto; gap: 1rem; align-items: center; padding: 1rem; border-bottom: 1px solid rgba(181,255,217,.13); }
.evidence-post:last-child { border-bottom: 0; }
.evidence-post:hover { background: rgba(200,255,46,.055); }
.evidence-post > span { color: var(--acid); font: 700 .48rem var(--mono); }
.evidence-post > strong { font-size: .95rem; line-height: 1.25; }
.evidence-post > small { color: #737a73; font: .48rem var(--mono); white-space: nowrap; }
.evidence-post > small i { color: var(--acid); font-style: normal; font-size: .75rem; }
.evidence-empty { margin: 0; padding: 2rem 1rem; color: #858c85; font-size: .85rem; }

@media (max-width: 980px) {
  .daily-indicators .indicator-card:nth-child(2) { border-right: 0; }
  .daily-indicators .indicator-card:nth-child(-n+2) { border-bottom: 1px solid var(--dark-line); }
  .highlights-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .highlights-grid { grid-template-columns: 1fr; }
  .highlight-card { min-height: 250px; border-right: 0; border-bottom: 1px solid rgba(181,255,217,.2); }
  .highlight-card:last-child { border-bottom: 0; }
}

@media (max-width: 680px) {
  #indicadores, #destaques { scroll-margin-top: 64px; }
  .briefing-intro, .briefing-level, .daily-indicators, .briefing-method, .home-highlights { width: 100%; max-width: min(100%, 390px); }
  .daily-indicators .indicator-card, .daily-indicators .indicator-card:nth-child(2) { min-height: 112px; border-right: 0; border-bottom: 1px solid var(--dark-line); }
  .daily-indicators .indicator-card:last-child { border-bottom: 0; }
  .home-highlights { padding-top: 3.5rem; }
  .highlights-heading h2 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .highlight-card { padding: 1.25rem; }
  .evidence-dialog { width: calc(100% - 1rem); max-height: calc(100dvh - 1rem); }
  .evidence-dialog-content { padding: 1.4rem; }
  .evidence-title-row { display: block; }
  .evidence-title-row > strong { display: block; margin-top: 1rem; }
  .evidence-related > header small { display: none; }
  .evidence-post { grid-template-columns: 1fr auto; }
  .evidence-post > span { grid-column: 1 / -1; }
}
