/* ─────────────────────────────────────────────────────────────
   Sentinela — matéria impressa, irmão espelhado do Difusor.
   Mesmas quatro cores, sequência de campos invertida: aqui o preto
   abre onde lá abria o ultramarino. Sem gradientes, sem cantos
   redondos, sem sombras suaves. Grão por cima de tudo.
   ───────────────────────────────────────────────────────────── */

:root {
  --blue: #1B2AE0;
  --paper: #EFECE4;
  --ink: #0B0B0D;
  --lime: #D8FF3E;

  --tg: #2AABEE;
  --dc: #5865F2;
  --wa: #25D366;

  --display: "Big Shoulders Display", "Arial Narrow", sans-serif;
  --text: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;

  --rule: 2px;
  --pad: clamp(20px, 5vw, 88px);
  --wrap: 1320px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--text);
  font-size: 17px;
  line-height: 1.5;
  overflow-x: clip;
}
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-weight: 700; }
button { font: inherit; color: inherit; background: none; border: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* superfícies do browser: nada fica com o defeito de fábrica */
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.field--paper :focus-visible, .field--lime :focus-visible { outline-color: var(--blue); }
input { caret-color: var(--lime); }
.field--paper input { caret-color: var(--blue); }
* { scrollbar-color: var(--lime) var(--ink); scrollbar-width: thin; }
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--lime); border: 3px solid var(--ink); }

/* grão sobre todos os campos de cor */
.grain {
  position: fixed; inset: 0; z-index: 900; pointer-events: none; opacity: .38;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

/* cursor próprio (só ponteiro fino) */
.cursor { display: none; }
@media (pointer: fine) {
  .cursor {
    display: block; position: fixed; top: 0; left: 0; z-index: 950; opacity: 0;
    width: 26px; height: 26px; margin: -13px 0 0 -13px;
    border: var(--rule) solid var(--lime); border-radius: 50%;
    pointer-events: none; will-change: transform;
    transition: background-color .18s, opacity .2s, border-color .25s;
  }
  .cursor.is-on { opacity: 1; }
  .cursor.is-hot { background: color-mix(in srgb, var(--lime) 26%, transparent); }
  body[data-field="lime"] .cursor { border-color: var(--ink); }
  body[data-field="lime"] .cursor.is-hot { background: color-mix(in srgb, var(--ink) 20%, transparent); }
  body[data-field="paper"] .cursor { border-color: var(--blue); }
  body[data-field="paper"] .cursor.is-hot { background: color-mix(in srgb, var(--blue) 18%, transparent); }
}

/* ── campos ── */
.field { position: relative; padding: clamp(56px, 9vw, 132px) var(--pad); scroll-margin-top: 78px; }
.field--blue { background: var(--blue); color: var(--paper); }
.field--paper { background: var(--paper); color: var(--ink); }
.field--black { background: var(--ink); color: var(--paper); }
.field--lime { background: var(--lime); color: var(--ink); }
.wrap { width: min(100%, var(--wrap)); margin-inline: auto; }

/* ── nav: veste a cor do campo por baixo ── */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 800;
  display: flex; align-items: center; gap: clamp(12px, 2.4vw, 30px);
  padding: 15px var(--pad);
  color: var(--paper); background: var(--ink);
  border-bottom: var(--rule) solid rgba(239,236,228,.2);
  transition: color .25s, background-color .25s, border-color .25s;
}
body[data-field="blue"] .nav { background: var(--blue); color: var(--paper); border-bottom-color: rgba(239,236,228,.22); }
body[data-field="paper"] .nav { background: var(--paper); color: var(--ink); border-bottom-color: rgba(11,11,13,.2); }
body[data-field="lime"] .nav { background: var(--lime); color: var(--ink); border-bottom-color: rgba(11,11,13,.28); }
body[data-field="blue"] .nav .nav__mark, body[data-field="black"] .nav .nav__mark { color: var(--lime); }
.nav__mark { font-family: var(--display); font-weight: 800; font-size: 1.6rem; letter-spacing: .01em; }

/* o contador ao vivo: a tese da página, na nav, sempre */
.watchcount {
  display: flex; align-items: baseline; gap: 7px;
  margin-right: auto; font-size: .78rem; font-weight: 500;
  max-width: 26ch; line-height: 1.2;
}
.watchcount b { font-family: var(--display); font-weight: 800; font-size: 1.5rem; line-height: 1; font-variant-numeric: tabular-nums; }
body[data-field="blue"] .watchcount b, body[data-field="black"] .watchcount b { color: var(--lime); }
/* não é uma animação em loop a fingir que está vivo: acende a cada leitura
   real da fonte, conduzido pelo JS. Se a vigilância parar, o ponto pára. */
.watchcount__dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--lime);
  align-self: center; flex: none; opacity: .28;
  transition: opacity .09s linear;
}
.watchcount__dot.is-tick { opacity: 1; transition: none; }
body[data-field="lime"] .watchcount__dot, body[data-field="paper"] .watchcount__dot { background: var(--ink); }

.nav__links { display: flex; gap: clamp(10px, 1.7vw, 24px); font-size: .88rem; font-weight: 500; }
.nav__links a { padding-bottom: 2px; border-bottom: var(--rule) solid transparent; }
.nav__links a:hover { border-color: currentColor; }
.langsw { display: inline-flex; gap: 6px; font-size: .82rem; font-weight: 700; cursor: pointer; letter-spacing: .04em; }
.langsw span { opacity: .45; }
.langsw[data-lang="en"] span[data-opt="en"], .langsw[data-lang="pt"] span[data-opt="pt"] { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }

/* ── tipografia ── */
.hero__title, .h2, .cta__title {
  font-family: var(--display); font-weight: 800;
  line-height: .84; letter-spacing: -0.015em;
}
.h2 { font-size: clamp(2.4rem, 5.6vw, 4.6rem); max-width: 18ch; text-wrap: balance; }
/* a face está carregada em 500..900 e a página só gastava 700/800: um
   contraste de peso dentro do mesmo título é um recurso do próprio mundo */
.h2--split .h2__light { font-weight: 500; }

/* ── botões ── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 26px; font-weight: 700; font-size: 1rem; cursor: pointer;
  border: var(--rule) solid currentColor; will-change: transform;
  transition: background-color .18s, color .18s, border-color .18s;
}
.btn--solid { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.btn--solid:hover { background: transparent; color: var(--lime); }
.btn--line:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn--ink { background: var(--ink); color: var(--lime); border-color: var(--ink); }
.btn--ink:hover { background: transparent; color: var(--ink); }

/* ── 1 · capa ── */
.hero { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding-top: clamp(104px, 15vh, 168px); }
.hero__inner { width: min(100%, var(--wrap)); margin-inline: auto; }
.hero__title { font-size: clamp(2.7rem, 8.4vw, 8.8rem); line-height: .88; margin-bottom: clamp(28px, 5vw, 64px); }
.hero__title .line { display: block; }
/* o recorte só existe enquanto as linhas sobem; depois abre, senão come as
   descendentes (o "y" de "away" ficava cortado 18px) */
.js .hero__title:not(.is-in) .line { overflow: hidden; }
@media (min-width: 760px) { .hero__title .line > span { white-space: nowrap; } }
.hero__title .line > span { display: block; }
.js .hero__title .line > span { transform: translateY(105%); }
.hero__title .line--indent { padding-left: clamp(0px, 12vw, 240px); }
.hero__foot { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(20px, 4vw, 56px); align-items: end; border-top: var(--rule) solid currentColor; padding-top: 24px; }
.hero__lede { max-width: 48ch; font-size: 1.06rem; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* a marca: anéis a contrair para dentro — o gesto inverso do asterisco do Difusor */
.hero__mark {
  position: absolute; top: clamp(70px, 12vw, 130px); right: clamp(-40px, -2vw, 0px);
  width: clamp(130px, 21vw, 300px); height: auto; color: var(--lime);
  fill: none; stroke: currentColor; stroke-width: 2.5;
}
.hero__mark .ring { transform-origin: 60px 60px; animation: inward 3.6s cubic-bezier(.4,0,.2,1) infinite; }
.hero__mark .ring:nth-of-type(2) { animation-delay: 1.2s; }
.hero__mark .ring:nth-of-type(3) { animation-delay: 2.4s; }
/* os três anéis têm de estar visíveis ao mesmo tempo, senão lê-se um círculo
   parado em vez de um sonar a contrair para dentro */
@keyframes inward {
  0%   { transform: scale(1);   opacity: 0; }
  10%  { opacity: .9; }
  78%  { opacity: .9; }
  100% { transform: scale(.1);  opacity: 0; }
}
.hero__scroll {
  position: absolute; left: var(--pad); bottom: 22px;
  font-size: .78rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  writing-mode: vertical-rl; opacity: .75;
}

/* ── fitas ── */
.marq { overflow: hidden; padding: 10px 0; border-block: var(--rule) solid var(--ink); }
.marq--lime { background: var(--lime); color: var(--ink); }
.marq--blue { background: var(--blue); color: var(--lime); border-color: var(--lime); }
.marq__track { display: flex; width: max-content; animation: run 34s linear infinite; }
.marq--blue .marq__track { animation-direction: reverse; }
.marq__track span { font-family: var(--display); font-weight: 700; font-size: clamp(1.8rem, 4vw, 3.2rem); line-height: 1; padding-inline: .35em; white-space: nowrap; }
.marq__track i { font-style: normal; font-size: clamp(1.2rem, 2.4vw, 2rem); align-self: center; opacity: .6; }
@keyframes run { to { transform: translateX(-50%); } }

/* a fita de cotações é a vigilância a correr, não decoração */
.tape .marq__track { animation-duration: 46s; }
.tape .marq__track span { display: inline-flex; align-items: baseline; gap: .3em; font-variant-numeric: tabular-nums; }
.tape .marq__track span u { text-decoration: none; font-family: var(--text); font-size: .38em; font-weight: 700; letter-spacing: .04em; }
.tape .marq__track span em { font-style: normal; font-size: .62em; }
.tape .marq__track span.is-dn em { opacity: .45; }
.tape .marq__track span.tape__note {
  font-family: var(--text); font-size: clamp(.72rem, 1.1vw, .84rem);
  font-weight: 600; letter-spacing: .04em; align-self: center;
  border: var(--rule) solid var(--ink); padding: 4px 12px;
}

/* ── 2 · a vigília ── */
.watch__head { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,1fr); gap: clamp(20px, 4vw, 60px); align-items: end; margin-bottom: clamp(34px, 5vw, 64px); }
.watch__lede { max-width: 50ch; }
.rig { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .85fr); gap: clamp(20px, 3vw, 44px); align-items: start; }

.scope { background: var(--ink); border: var(--rule) solid var(--lime); color: var(--paper); }
.scope__head { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-bottom: var(--rule) solid rgba(216,255,62,.32); font-size: .84rem; font-weight: 600; }
.scope__src { display: flex; align-items: center; gap: 8px; margin-right: auto; }
.ico { width: 1.15em; height: 1.15em; fill: currentColor; flex: none; }
.scope__src .ico { fill: none; stroke: var(--lime); }

.chip { font-style: normal; font-size: .72rem; font-weight: 700; letter-spacing: .06em; padding: 4px 10px; border: var(--rule) solid var(--lime); color: var(--lime); }
.chip.is-fired { background: var(--lime); color: var(--ink); }

.lanes { padding: 4px 0; }
.lane { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 14px; align-items: center; padding: 12px 16px; border-bottom: 1px solid rgba(239,236,228,.16); }
.lane:last-child { border-bottom: 0; }
.lane__id { display: flex; flex-direction: column; gap: 1px; }
.lane__id b { font-family: var(--display); font-size: 1.5rem; font-weight: 800; line-height: 1; opacity: .55; }
.lane.is-armed .lane__id b { opacity: 1; color: var(--lime); }
.lane__val { font-size: .92rem; font-weight: 600; font-variant-numeric: tabular-nums; opacity: .7; }
.lane.is-armed .lane__val { opacity: 1; }
.lane__plot { position: relative; }
.plot { display: block; width: 100%; height: 44px; overflow: visible; }
.lane.is-armed .plot { height: 68px; }
.plot__line { fill: none; stroke: var(--paper); stroke-width: 1.6; opacity: .45; vector-effect: non-scaling-stroke; }
.lane.is-armed .plot__line { stroke: var(--lime); stroke-width: 2; opacity: 1; }
.plot__thr { stroke: var(--lime); stroke-width: 2; stroke-dasharray: 7 6; opacity: .8; vector-effect: non-scaling-stroke; }
.plot__hit { fill: var(--lime); opacity: 0; }
.plot__hit.is-on { opacity: 1; }

/* pega do limiar: arrastável com rato, operável por teclado */
.thrgrab {
  position: absolute; right: -6px; width: 22px; height: 12px; margin-top: -6px;
  background: var(--lime); cursor: ns-resize; touch-action: none;
}
/* a marca fica com 22×12 mas a área de toque cresce: era o único controlo
   manipulável da demo a 390px e ficava abaixo do alvo utilizável */
.thrgrab::before { content: ''; position: absolute; inset: -16px -14px; }
.thrgrab:focus-visible { outline: 3px solid var(--paper); outline-offset: 4px; }

.cond { border-top: var(--rule) solid rgba(216,255,62,.32); padding: 14px 16px 16px; }
.cond__row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; font-size: .95rem; font-weight: 500; }
.cond__row input {
  font-family: var(--display); font-size: 1.9rem; font-weight: 800; line-height: 1;
  width: 6.2ch; background: transparent; border: 0; border-bottom: var(--rule) solid var(--lime);
  color: var(--lime); padding: 0 2px; -moz-appearance: textfield; font-variant-numeric: tabular-nums;
}
.cond__row input::-webkit-outer-spin-button, .cond__row input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.cond__row input:focus { outline: none; background: var(--lime); color: var(--ink); }
.cond__note { margin-top: 12px; font-size: .8rem; opacity: .62; max-width: 52ch; }

.rig__label { font-size: .82rem; font-weight: 700; letter-spacing: .04em; margin-bottom: 12px; min-height: 1.2em; }
.rig__out { display: grid; gap: 14px; }
/* o estado por entregar distingue-se pela moldura, NUNCA por opacidade no
   conjunto: opacity no quadro multiplicava o texto de repouso para ~1,7:1,
   e é esse texto o primeiro que o visitante lê nesta coluna */
.frame { border: var(--rule) solid rgba(239,236,228,.3); transition: border-color .3s, background-color .3s; }
.frame.is-live { border-color: var(--lime); background: rgba(11,11,13,.22); }
.frame__head { display: flex; align-items: center; gap: 9px; padding: 11px 14px; border-bottom: var(--rule) solid rgba(239,236,228,.2); font-size: .88rem; font-weight: 700; }
.frame[data-app="telegram"] .frame__head .ico { color: var(--tg); }
.frame[data-app="discord"] .frame__head .ico { color: var(--dc); }
.frame__head span { margin-right: auto; }
.frame__tag { font-style: normal; font-size: .7rem; font-weight: 700; padding: 3px 9px; border: 1px solid rgba(239,236,228,.45); color: rgba(239,236,228,.8); }
.frame.is-live .frame__tag { border-color: var(--lime); color: var(--lime); }
.frame__body { padding: 12px; min-height: 96px; }

.rig__count { margin-top: clamp(24px, 4vw, 44px); font-size: .9rem; display: flex; align-items: baseline; gap: 10px; }
.rig__count b { font-family: var(--display); font-size: clamp(2.4rem, 5vw, 4rem); line-height: .8; color: var(--lime); font-variant-numeric: tabular-nums; }

/* fragmentos que convergem: o gesto inverso do Difusor (lá partem, aqui juntam-se) */
.shard {
  position: fixed; z-index: 700; pointer-events: none;
  border: var(--rule) solid var(--lime); background: var(--ink); color: var(--lime);
  padding: 6px 10px; font-size: .72rem; font-weight: 700; white-space: nowrap;
  font-variant-numeric: tabular-nums; will-change: transform, opacity;
}
.pulse {
  position: fixed; z-index: 690; pointer-events: none;
  width: 18px; height: 18px; margin: -9px 0 0 -9px;
  border: var(--rule) solid var(--lime); border-radius: 50%;
  will-change: transform, opacity;
}

/* mockups nativos */
.tg { background: #17212B; padding: 12px 10px; display: flex; }
.tg__bubble { position: relative; max-width: 94%; background: #182533; color: #F5F5F5; padding: 8px 10px 6px; font-size: .78rem; line-height: 1.45; border-left: 2px solid var(--tg); }
.tg__from { color: var(--tg); font-weight: 700; font-size: .74rem; display: block; margin-bottom: 3px; }
.tg__text { word-break: break-word; }
.tg__text b { color: #FFF; }
.tg__meta { display: flex; justify-content: flex-end; align-items: center; gap: 4px; font-size: .66rem; color: #6D7F8F; margin-top: 3px; }
.tg__meta .ico { width: 14px; height: 10px; fill: none; stroke: var(--tg); }

.dc { display: grid; grid-template-columns: 26px 1fr; gap: 8px; background: #313338; padding: 10px; font-size: .74rem; color: #DBDEE1; line-height: 1.35; }
.dc__avatar { width: 26px; height: 26px; border-radius: 50%; overflow: hidden; flex: none; }
.av { display: block; width: 100%; height: 100%; }
.dc__col { min-width: 0; }
.dc__author { font-weight: 600; color: #F2F3F5; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.dc__app { background: #5865F2; color: #fff; font-size: .6rem; padding: 0 4px; font-weight: 700; }
.dc__author time { color: #949BA4; font-size: .7rem; font-weight: 400; }
/* border-left de 4px: é a UI real do embed do Discord, não um enfeite nosso */
.dc__embed { margin-top: 6px; background: #2B2D31; border-left: 4px solid #D8FF3E; padding: 8px 10px; display: grid; gap: 6px; }
.dc__title { font-weight: 700; color: #F2F3F5; }
.dc__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 8px; }
.dc__field { display: flex; flex-direction: column; }
.dc__field b { color: #F2F3F5; font-size: .72rem; }
.dc__footer { color: #949BA4; font-size: .68rem; }

/* alfa explícito e calculado (5,29:1 sobre o ultramarino), não uma opacidade
   herdada que ninguém mediu */
.idle { font-size: .78rem; font-style: italic; color: rgba(239,236,228,.82); }

/* ── 3 · a falha ── */
.gap__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.gap__copy p { max-width: 44ch; margin-top: 18px; }
.dial { border-top: var(--rule) solid var(--ink); }
.dial__row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(11,11,13,.22); font-size: .95rem; font-weight: 500; }
.dial__row input {
  font-family: var(--display); font-size: 2rem; font-weight: 800;
  width: 3.6ch; text-align: right; background: transparent; border: 0; border-bottom: var(--rule) solid var(--ink);
  color: var(--ink); padding: 0 2px; -moz-appearance: textfield; font-variant-numeric: tabular-nums;
}
.dial__row input::-webkit-outer-spin-button, .dial__row input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.dial__row input:focus { outline: none; background: var(--lime); }
.dial__out { display: flex; align-items: baseline; gap: 14px; padding-top: 22px; }
.dial__out b { font-family: var(--display); font-size: clamp(4rem, 11vw, 8.5rem); line-height: .8; font-weight: 800; font-variant-numeric: tabular-nums; }
.dial__out span { font-size: 1.05rem; font-weight: 600; max-width: 12ch; line-height: 1.2; }
.dial__note { margin-top: 10px; font-size: .95rem; opacity: .75; }

/* ── 4 · passos ── */
.steps { list-style: none; margin: clamp(28px, 4vw, 56px) 0 0; padding: 0; border-top: var(--rule) solid var(--ink); }
.step { display: grid; grid-template-columns: clamp(74px, 12vw, 190px) minmax(0, 1fr); gap: clamp(16px, 3vw, 48px); padding: clamp(22px, 3vw, 42px) 0; border-bottom: 1px solid rgba(11,11,13,.22); align-items: start; }
.step__n { font-family: var(--display); font-weight: 800; font-size: clamp(3.4rem, 9vw, 8rem); line-height: .74; }
.step h3 { font-family: var(--display); font-size: clamp(1.7rem, 3.2vw, 2.6rem); line-height: .92; margin-bottom: 10px; }
.step p { max-width: 58ch; }

/* ── 5 · condições ── */
.rules__lede { max-width: 54ch; margin: 16px 0 clamp(26px, 4vw, 44px); }
.rules__scroll { overflow-x: auto; }
.tbl { width: 100%; min-width: 720px; border-collapse: collapse; font-size: .92rem; }
.tbl th, .tbl td { text-align: left; padding: 15px 16px; vertical-align: top; border-bottom: 1px solid rgba(11,11,13,.2); }
.tbl thead th { border-bottom: var(--rule) solid var(--ink); font-family: var(--display); font-size: 1.35rem; font-weight: 700; }
.tbl tbody th { font-weight: 700; font-size: .95rem; }
.tbl tbody tr:hover td, .tbl tbody tr:hover th { background: rgba(27,42,224,.07); }
.tbl code { font-family: var(--text); font-weight: 600; background: var(--lime); padding: 1px 6px; }

/* ── 6 · estado ── */
.state__list { list-style: none; margin: clamp(26px, 4vw, 48px) 0 0; padding: 0; border-top: var(--rule) solid currentColor; }
.state__row { display: grid; grid-template-columns: minmax(0,1.05fr) 110px 220px minmax(0,1.9fr); gap: 20px; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(239,236,228,.28); }
.state__app { display: flex; align-items: center; gap: 11px; font-family: var(--display); font-size: clamp(1.5rem, 2.6vw, 2.2rem); font-weight: 700; }
.state__app .ico { fill: currentColor; }
.state__row:first-child .ico, .state__row:last-child .ico { fill: none; stroke: currentColor; }
.state__role { font-size: .82rem; opacity: .7; }
.state__flag { font-size: .78rem; font-weight: 700; border: 1px solid currentColor; padding: 4px 10px; width: fit-content; }
.state__flag--on { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.state__txt { font-size: .95rem; opacity: .85; }

/* ── 7 · usos ── */
.uses { overflow: hidden; }
.uses__head { margin-bottom: clamp(26px, 4vw, 48px); }
.uses__head p { max-width: 54ch; margin-top: 16px; }
.uses__rail { display: flex; gap: 18px; width: max-content; will-change: transform; padding-inline: var(--pad); margin-inline: calc(var(--pad) * -1); }
.use { width: min(78vw, 360px); border: var(--rule) solid rgba(239,236,228,.32); padding: 26px 24px 30px; display: grid; align-content: start; gap: 10px; }
.use h3 { font-family: var(--display); font-size: 2rem; line-height: .95; color: var(--lime); }
.use p { font-size: .95rem; }
.twin { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: clamp(40px, 6vw, 80px); }
.twin__half { border: var(--rule) solid rgba(239,236,228,.32); padding: 24px; }
.twin__half--lit { border-color: var(--lime); }
.twin__half h3 { font-family: var(--display); font-size: 1.8rem; margin-bottom: 6px; }
.twin__half--lit h3 { color: var(--lime); }
.twin__dia { width: 100%; max-width: 260px; margin-top: 18px; fill: none; stroke: rgba(239,236,228,.55); stroke-width: 2; }
.twin__half--lit .twin__dia { stroke: var(--lime); }

/* ── 8 · cta ── */
.cta__in { display: grid; gap: 22px; justify-items: start; }
.cta__title { font-size: clamp(3rem, 9vw, 8rem); max-width: 13ch; }
.cta__lede { font-size: 1.15rem; max-width: 46ch; }
/* a nota fecha a secção: régua por cima, como o resto do mundo impresso */
.cta__note { font-size: .86rem; max-width: 58ch; opacity: .78; border-top: var(--rule) solid var(--ink); padding-top: 16px; }

/* ── rodapé ── */
.foot { padding-block: clamp(40px, 6vw, 72px) 0; overflow: hidden; }
.foot__in { display: grid; gap: 16px; }
.foot p { max-width: 70ch; opacity: .8; font-size: .92rem; }
.foot__sig { display: flex; justify-content: space-between; gap: 20px; font-family: var(--display); font-size: 1.1rem; font-weight: 700; opacity: 1; border-top: 1px solid rgba(239,236,228,.3); padding-top: 14px; }
/* a assinatura ocupa a largura toda e assenta no fundo da página */
.foot .foot__big {
  font-family: var(--display); font-weight: 800; color: var(--lime);
  font-size: clamp(3.6rem, 22.5vw, 25rem); line-height: .82; letter-spacing: -0.025em;
  margin: clamp(28px, 5vw, 64px) calc(var(--pad) * -1) 0;
  padding-bottom: clamp(10px, 1.6vw, 24px);
  text-align: center; max-width: none; opacity: 1; user-select: none;
}

/* ── responsivo ── */
/* o contador é a tese da página: em ecrã estreito perde a legenda, nunca o número */
@media (max-width: 1080px) {
  .watchcount { max-width: none; margin-right: auto; }
  .watchcount span[data-i18n] { display: none; }
}
@media (max-width: 1000px) {
  .watch__head, .rig, .gap__grid { grid-template-columns: 1fr; }
  .state__row { grid-template-columns: minmax(0,1fr) auto; row-gap: 8px; }
  .state__role { display: none; }
  .state__txt { grid-column: 1 / -1; }
  .hero__foot { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 780px) {
  .nav__links { display: none; }
  .twin { grid-template-columns: 1fr; }
  .hero__title .line--indent { padding-left: 0; }
  .dial__out b { font-size: clamp(3.4rem, 22vw, 6rem); }
  .hero__scroll { display: none; }
}
@media (max-width: 520px) {
  body { font-size: 16px; }
  .nav { gap: 10px; padding: 13px var(--pad); }
  .nav__mark { font-size: 1.3rem; margin-right: auto; }
  .step { grid-template-columns: 1fr; gap: 4px; }
  .btn { width: 100%; justify-content: center; }
  .lane { grid-template-columns: 78px minmax(0, 1fr); gap: 10px; padding: 11px 12px; }
  .lane__id b { font-size: 1.25rem; }
  .lane__val { font-size: .82rem; }
}

/* ── movimento reduzido: a vigilância pára e mostra o estado final ── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marq__track, .hero__mark .ring { animation: none; }
  .watchcount__dot { opacity: 1; transition: none; }
  .js .hero__title .line > span { transform: none; }
  .cursor { display: none; }
}
