/* ==========================================================================
   9REMORAS — folha de estilo única do site.
   Bloco 1: sistema visual herdado do dashboard do Council.
   Bloco 2: chrome do site (navegação, home, Smart Money).
   ========================================================================== */

/* ---------- bloco 2 depende dos tokens do bloco 1; os tokens ficam em
     _council.css, importado abaixo em tempo de build (ver build_site.py) ---------- */

/* ==========================================================================
   BLOCO 1 — sistema visual do dashboard do Council (tokens, tipografia,
   tabelas, chips, painéis). Gerado a partir do dashboard publicado.
   ========================================================================== */
:root{
  --bg:#EFF1F4; --surface:#FFFFFF; --surface-2:#F6F7F9; --surface-3:#E8EBEF;
  --ink:#171A20; --muted:#5A6270; --faint:#8C95A3; --line:#D8DCE3; --line-soft:#E6E9ED;
  --accent:#2B4C7E; --accent-soft:#DDE6F2;
  --pos:#15704F; --pos-bg:#DDEEE7;
  --warn:#9A6612; --warn-bg:#F5E9D3;
  --neg:#A03830; --neg-bg:#F5DEDB;
  --info:#2B4C7E; --info-bg:#DDE6F2;
  --shadow:0 1px 2px rgba(23,26,32,.06),0 8px 24px -16px rgba(23,26,32,.28);
  --f-display:"Archivo",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  --f-body:"Source Serif 4",Georgia,"Times New Roman",serif;
  --f-mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
}
@media (prefers-color-scheme:dark){
  :root:not([data-theme="light"]){
    --bg:#101319; --surface:#191D25; --surface-2:#1E232C; --surface-3:#252B35;
    --ink:#E7EAEF; --muted:#9BA4B2; --faint:#78818F; --line:#2C333E; --line-soft:#232932;
    --accent:#88AAD8; --accent-soft:#1E2A3C;
    --pos:#5CC298; --pos-bg:#153027;
    --warn:#DCA748; --warn-bg:#332715;
    --neg:#E0796F; --neg-bg:#341C1A;
    --info:#88AAD8; --info-bg:#1E2A3C;
    --shadow:0 1px 2px rgba(0,0,0,.4),0 8px 24px -16px rgba(0,0,0,.7);
  }
}
:root[data-theme="dark"]{
  --bg:#101319; --surface:#191D25; --surface-2:#1E232C; --surface-3:#252B35;
  --ink:#E7EAEF; --muted:#9BA4B2; --faint:#78818F; --line:#2C333E; --line-soft:#232932;
  --accent:#88AAD8; --accent-soft:#1E2A3C;
  --pos:#5CC298; --pos-bg:#153027;
  --warn:#DCA748; --warn-bg:#332715;
  --neg:#E0796F; --neg-bg:#341C1A;
  --info:#88AAD8; --info-bg:#1E2A3C;
  --shadow:0 1px 2px rgba(0,0,0,.4),0 8px 24px -16px rgba(0,0,0,.7);
}

*{box-sizing:border-box}
body{background:var(--bg);color:var(--ink);font-family:var(--f-body);
  font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}
.wrap{max-width:1160px;margin:0 auto;padding:28px 22px 72px;
  display:flex;flex-direction:column;gap:26px}

/* ---------- typographic utilities ---------- */
.eyebrow{font-family:var(--f-mono);font-size:10.5px;font-weight:500;letter-spacing:.14em;
  text-transform:uppercase;color:var(--faint)}
h1,h2,h3,h4{font-family:var(--f-display);margin:0;text-wrap:balance;line-height:1.2}
h1{font-size:clamp(26px,3.4vw,36px);font-weight:700;letter-spacing:-.015em}
h2{font-size:19px;font-weight:600;letter-spacing:-.005em}
h3{font-size:15.5px;font-weight:600}
p{margin:0}
.num{font-family:var(--f-mono);font-variant-numeric:tabular-nums}

/* ---------- section shell ---------- */
section{display:flex;flex-direction:column;gap:14px}
.sec-head{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;
  border-bottom:1px solid var(--line);padding-bottom:8px}
.sec-head .note{font-family:var(--f-mono);font-size:11px;color:var(--faint);margin-left:auto}
.panel{background:var(--surface);border:1px solid var(--line);border-radius:6px;padding:18px 20px}

/* ---------- masthead ---------- */
.masthead{background:var(--surface);border:1px solid var(--line);border-radius:8px;
  box-shadow:var(--shadow);overflow:hidden}
.mast-top{padding:22px 24px 18px;display:flex;gap:24px;flex-wrap:wrap;align-items:flex-end;
  border-bottom:1px solid var(--line-soft)}
.mast-id{display:flex;flex-direction:column;gap:6px;min-width:280px;flex:1 1 320px}
.mast-rule{width:44px;height:3px;background:var(--accent);border-radius:2px}
.mast-scores{display:flex;gap:0;flex-wrap:wrap;align-items:stretch}
.mast-scores>div{padding:0 22px;border-left:1px solid var(--line-soft);
  display:flex;flex-direction:column;gap:3px;justify-content:flex-end}
.mast-scores>div:first-child{border-left:0;padding-left:0}
.big{font-family:var(--f-mono);font-size:34px;font-weight:600;line-height:1;letter-spacing:-.02em}
.big small{font-size:15px;font-weight:400;color:var(--faint);letter-spacing:0}
.regime-bar{padding:13px 24px;display:flex;gap:14px;align-items:center;flex-wrap:wrap;
  background:var(--warn-bg);border-top:1px solid var(--line-soft)}
.regime-dot{width:9px;height:9px;border-radius:50%;background:var(--warn);flex:none}
.regime-bar strong{font-family:var(--f-display);font-size:14.5px;font-weight:700;
  letter-spacing:.03em;color:var(--warn)}
.regime-bar span{font-size:14px;color:var(--ink);opacity:.85}

/* ---------- snapshot strip ---------- */
/* tiles soltos em vez de uma malha preenchida: a ultima linha quase nunca
   fecha o numero de colunas, e uma malha deixaria um bloco cinza vazio. */
.snap{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(132px,100%),1fr));gap:8px}
.snap div{background:var(--surface);border:1px solid var(--line);border-radius:5px;
  padding:11px 13px;display:flex;flex-direction:column;gap:2px}
.snap .k{font-family:var(--f-mono);font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:var(--faint)}
.snap .v{font-family:var(--f-mono);font-size:16px;font-weight:500;font-variant-numeric:tabular-nums}
.snap .d{font-family:var(--f-mono);font-size:11.5px;font-variant-numeric:tabular-nums}
.up{color:var(--pos)} .down{color:var(--neg)} .flat{color:var(--muted)}

/* ---------- rotation grid ---------- */
.rot{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:18px;align-items:start}
@media (max-width:900px){.rot{grid-template-columns:1fr}}
figure{margin:0;background:var(--surface);border:1px solid var(--line);border-radius:6px;padding:14px}
figcaption{font-family:var(--f-mono);font-size:11px;color:var(--muted);margin-top:8px;line-height:1.5}
svg{display:block;width:100%;height:auto}

/* ---------- tables ---------- */
.tw{overflow-x:auto;border:1px solid var(--line);border-radius:6px;background:var(--surface)}
table{border-collapse:collapse;width:100%;font-family:var(--f-mono);font-size:12.5px;
  font-variant-numeric:tabular-nums}
th{background:var(--surface-2);text-align:left;font-weight:600;font-size:10px;letter-spacing:.08em;
  text-transform:uppercase;color:var(--muted);padding:9px 12px;border-bottom:1px solid var(--line);
  white-space:nowrap}
td{padding:8px 12px;border-bottom:1px solid var(--line-soft);white-space:nowrap}
tr:last-child td{border-bottom:0}
td.name{font-family:var(--f-body);font-size:13.5px;white-space:normal;min-width:130px}
td.r{text-align:right}
.tick{font-weight:600}

/* ---------- chips ---------- */
.chip{display:inline-block;font-family:var(--f-mono);font-size:10px;font-weight:600;
  letter-spacing:.07em;padding:2.5px 7px;border-radius:3px;text-transform:uppercase}
.c-lead{background:var(--pos-bg);color:var(--pos)}
.c-weak{background:var(--warn-bg);color:var(--warn)}
.c-lag{background:var(--neg-bg);color:var(--neg)}
.c-imp{background:var(--info-bg);color:var(--info)}
.c-neutral{background:var(--surface-3);color:var(--muted)}

/* ---------- readout row ---------- */
.readout{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(190px,100%),1fr));gap:1px;
  background:var(--line-soft);border:1px solid var(--line);border-radius:6px;overflow:hidden}
.readout div{background:var(--surface);padding:12px 15px;display:flex;flex-direction:column;gap:3px}
.readout .k{font-family:var(--f-mono);font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:var(--faint)}
.readout .v{font-family:var(--f-display);font-size:15px;font-weight:600}

/* ---------- callout ---------- */
.callout{border-left:3px solid var(--accent);background:var(--surface);border-top:1px solid var(--line);
  border-right:1px solid var(--line);border-bottom:1px solid var(--line);
  border-radius:0 6px 6px 0;padding:15px 18px;display:flex;flex-direction:column;gap:7px}
.callout.warn{border-left-color:var(--warn)}
.callout h3{font-size:13px;letter-spacing:.05em;text-transform:uppercase;font-family:var(--f-mono);
  font-weight:600;color:var(--muted)}
.callout p{max-width:76ch}

/* ---------- agent matrix ---------- */
.matrix{display:flex;flex-direction:column;background:var(--surface);
  border:1px solid var(--line);border-radius:6px;overflow:hidden}
.mrow{display:grid;grid-template-columns:26px minmax(150px,1.5fr) 92px minmax(130px,1fr) 44px;
  gap:12px;align-items:center;padding:10px 16px;border-bottom:1px solid var(--line-soft)}
.mrow:last-child{border-bottom:0}
.mrow .idx{font-family:var(--f-mono);font-size:10.5px;color:var(--faint)}
.mrow .agent{font-family:var(--f-display);font-size:13.5px;font-weight:600}
.mrow .agent em{display:block;font-family:var(--f-mono);font-style:normal;font-size:10px;
  color:var(--faint);letter-spacing:.06em;text-transform:uppercase;font-weight:400}
.mrow .val{font-family:var(--f-mono);font-size:14px;font-weight:600;text-align:right;
  font-variant-numeric:tabular-nums}
.gauge{position:relative;height:7px;background:var(--surface-3);border-radius:2px}
.gauge i{position:absolute;top:0;bottom:0;border-radius:2px;display:block}
.gauge b{position:absolute;top:-3px;bottom:-3px;left:50%;width:1px;background:var(--faint);opacity:.7}
@media (max-width:720px){
  .mrow{grid-template-columns:22px 1fr 74px;row-gap:6px}
  .mrow .gauge,.mrow .val{grid-column:2/4}
  .mrow .val{text-align:left}
}

/* ---------- two-up panels ---------- */
.twoup{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media (max-width:860px){.twoup{grid-template-columns:1fr}}

/* ---------- probability ---------- */
.probs{display:flex;flex-direction:column;gap:1px;background:var(--line-soft);
  border:1px solid var(--line);border-radius:6px;overflow:hidden}
.prob{background:var(--surface);padding:14px 18px;display:grid;
  grid-template-columns:118px 56px 1fr;gap:16px;align-items:center}
@media (max-width:720px){.prob{grid-template-columns:100px 48px;row-gap:8px}
  .prob .cond{grid-column:1/3}}
.prob .lab{font-family:var(--f-display);font-size:13px;font-weight:700;letter-spacing:.06em}
.prob .pct{font-family:var(--f-mono);font-size:20px;font-weight:600;text-align:right;
  font-variant-numeric:tabular-nums}
.prob .cond{font-size:13.5px;color:var(--muted);line-height:1.5}
.probbar{display:flex;height:8px;border-radius:2px;overflow:hidden;gap:1px;background:var(--line)}
.probbar span{display:block}

/* ---------- alerts ---------- */
.alerts{display:flex;flex-direction:column;gap:8px}
.alert{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;
  background:var(--surface);border:1px solid var(--line);border-radius:6px;padding:12px 15px}
.alert .sev{font-family:var(--f-mono);font-size:9.5px;font-weight:600;letter-spacing:.08em;
  padding:3px 7px;border-radius:3px;white-space:nowrap;margin-top:1px}
.alert p{font-size:14px;max-width:80ch}
.s-high{background:var(--neg-bg);color:var(--neg)}
.s-watch{background:var(--warn-bg);color:var(--warn)}
.s-opp{background:var(--pos-bg);color:var(--pos)}

/* ---------- bulletins ---------- */
.bulletins{display:flex;flex-direction:column;gap:1px;background:var(--line-soft);
  border:1px solid var(--line);border-radius:6px;overflow:hidden}
.bul{background:var(--surface);padding:16px 20px;display:grid;
  grid-template-columns:132px minmax(0,1fr);gap:20px}
@media (max-width:760px){.bul{grid-template-columns:1fr;gap:10px}}
.bul .side{display:flex;flex-direction:column;gap:4px}
.bul .side .n{font-family:var(--f-mono);font-size:10px;color:var(--faint);letter-spacing:.1em}
.bul .side .t{font-family:var(--f-display);font-size:13.5px;font-weight:600;line-height:1.25}
.bul .side .sc{font-family:var(--f-mono);font-size:12px;font-weight:600;margin-top:2px}
.bul .body{display:flex;flex-direction:column;gap:9px}
.bul .body p{max-width:78ch;font-size:14.5px}
.fc{font-family:var(--f-mono);font-size:12.5px;line-height:1.65;color:var(--muted);
  background:var(--surface-2);border-radius:4px;padding:9px 12px;white-space:normal}
.fc strong{color:var(--ink);font-weight:600}

/* ---------- verdict ---------- */
.verdict{background:var(--surface);border:1px solid var(--line);border-radius:8px;
  box-shadow:var(--shadow);overflow:hidden}
.vgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(232px,100%),1fr));gap:1px;background:var(--line-soft)}
.vgrid>div{background:var(--surface);padding:18px 20px;display:flex;flex-direction:column;gap:6px}
.vgrid .k{font-family:var(--f-mono);font-size:10px;letter-spacing:.11em;text-transform:uppercase;color:var(--faint)}
.vgrid p{font-size:14.5px;line-height:1.55}
.consensus{padding:16px 20px;border-top:1px solid var(--line);background:var(--surface-2);
  display:flex;gap:14px;align-items:baseline;flex-wrap:wrap}
.consensus .k{font-family:var(--f-mono);font-size:10px;letter-spacing:.11em;text-transform:uppercase;color:var(--faint)}
.consensus .v{font-family:var(--f-display);font-size:22px;font-weight:700;letter-spacing:.02em;color:var(--warn)}
.consensus .q{font-size:14px;color:var(--muted);max-width:60ch}

/* ---------- footer ---------- */
.wrap > footer{border-top:1px solid var(--line);padding-top:18px;display:flex;flex-direction:column;gap:12px}
.wrap > footer p,.wrap > footer li{font-size:12.5px;color:var(--muted);line-height:1.65}
.wrap > footer ul{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:3px}
.wrap > footer .disc{font-family:var(--f-mono);font-size:11.5px;color:var(--faint);line-height:1.6;
  border-left:2px solid var(--line);padding-left:12px}
a{color:var(--accent)}
:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}

/* ==========================================================================
   BLOCO 2 — chrome do site
   ========================================================================== */

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* grid em vez de flex: itens de grid respeitam a largura da faixa, itens de
   flex sao dimensionados pelo conteudo e estouram a viewport no celular. */
body { min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto; }
body > * { min-width: 0; }

/* ---------- barra de navegação ---------- */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 22px;
  display: flex; align-items: center; gap: 26px; min-height: 54px;
}
.brand {
  display: flex; align-items: center; gap: 9px;
  font-family: var(--f-display); font-weight: 700; font-size: 14.5px;
  letter-spacing: -.01em; color: var(--ink); text-decoration: none;
}
.brand-mark {
  width: 20px; height: 20px; border-radius: 4px; flex: none;
  background: var(--accent); position: relative;
}
.brand-mark::after {
  content: ""; position: absolute; inset: 5px 5px auto auto;
  width: 6px; height: 6px; border-radius: 50%; background: var(--surface);
}
.nav-links { display: flex; gap: 4px; margin-left: auto; flex-wrap: wrap; }
.nav-links a {
  font-family: var(--f-display); font-size: 13px; font-weight: 500;
  color: var(--muted); text-decoration: none;
  padding: 6px 11px; border-radius: 5px; line-height: 1.4;
}
.nav-links a:hover { color: var(--ink); background: var(--surface-2); }
.nav-links a[aria-current="page"] { color: var(--accent); background: var(--accent-soft); }
@media (max-width: 620px) {
  .nav-inner { flex-wrap: wrap; gap: 10px; padding: 10px 16px; }
  .nav-links { margin-left: 0; width: 100%; }
}

.page { min-width: 0; }

/* ---------- rodapé do site ---------- */
.site-footer {
  display: block; min-width: 0; margin-top: 40px; border-top: 1px solid var(--line); background: var(--surface-2);
}
.site-footer-inner {
  min-width: 0; max-width: 1160px; margin: 0 auto; padding: 26px 22px 40px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr)); gap: 24px;
}
.site-footer h4 {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .11em;
  text-transform: uppercase; color: var(--faint); font-weight: 600; margin-bottom: 8px;
}
.site-footer p, .site-footer li { font-size: 12.5px; color: var(--muted); line-height: 1.65; }
.site-footer ul { margin: 0; padding-left: 16px; }
.site-footer a { color: var(--accent); }
.footer-contact { display: flex; flex-direction: column; gap: 2px; margin-top: 14px; }
.footer-contact span {
  color: var(--faint); font: 500 9px/1.4 var(--f-mono);
  letter-spacing: .11em; text-transform: uppercase;
}
.footer-contact a { width: fit-content; font-family: var(--f-mono); text-decoration: none; }
.footer-contact a:hover { text-decoration: underline; }
.legal {
  grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 16px;
  font-family: var(--f-mono); font-size: 11.5px; color: var(--faint); line-height: 1.6;
  max-width: 90ch;
}

/* ---------- home ---------- */
.hero {
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 30px; align-items: start; padding-top: 8px;
}
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; gap: 22px; } }
.hero h1 {
  font-size: clamp(30px, 4.2vw, 46px); font-weight: 700; letter-spacing: -.022em;
  margin-bottom: 12px;
}
.hero .lede { font-size: 17px; line-height: 1.62; max-width: 56ch; color: var(--ink); }
.hero .lede + .lede { margin-top: 12px; color: var(--muted); font-size: 15.5px; }

.thesis {
  background: var(--surface); border: 1px solid var(--line); border-radius: 8px;
  box-shadow: var(--shadow); overflow: hidden;
}
.thesis-head {
  padding: 14px 18px; border-bottom: 1px solid var(--line-soft);
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.thesis-head .eyebrow { flex: 1 1 auto; }
.thesis-body { padding: 4px 0; }
.thesis-row {
  display: grid; grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px; padding: 13px 18px; align-items: baseline;
  border-bottom: 1px solid var(--line-soft);
}
.thesis-row:last-child { border-bottom: 0; }
.thesis-row .k {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .09em;
  text-transform: uppercase; color: var(--faint);
}
.thesis-row .v { font-size: 14px; line-height: 1.55; }
.thesis-row .v strong { font-family: var(--f-display); font-weight: 600; }

/* cartões dos módulos */
.modules { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 780px) { .modules { grid-template-columns: 1fr; } }
.module {
  display: flex; flex-direction: column; gap: 10px; text-decoration: none; color: inherit;
  background: var(--surface); border: 1px solid var(--line); border-radius: 8px;
  padding: 20px 22px 22px; transition: border-color .15s ease, transform .15s ease;
}
.module:hover { border-color: var(--accent); transform: translateY(-1px); }
@media (prefers-reduced-motion: reduce) { .module { transition: none; } }
.module h3 { font-size: 17px; }
.module p { font-size: 14px; color: var(--muted); line-height: 1.6; max-width: 46ch; }
.module .go {
  font-family: var(--f-mono); font-size: 11.5px; color: var(--accent);
  letter-spacing: .04em; margin-top: auto; padding-top: 6px;
}
.module-stats { display: flex; gap: 20px; flex-wrap: wrap; padding-top: 4px; }
.module-stats div { display: flex; flex-direction: column; gap: 1px; }
.module-stats .n {
  font-family: var(--f-mono); font-size: 19px; font-weight: 600;
  font-variant-numeric: tabular-nums; letter-spacing: -.01em;
}
.module-stats .l {
  font-family: var(--f-mono); font-size: 9.5px; letter-spacing: .08em;
  text-transform: uppercase; color: var(--faint);
}

/* ---------- Smart Money ---------- */
.wheel-grid {
  display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(0, 1fr);
  gap: 18px; align-items: start;
}
@media (max-width: 940px) { .wheel-grid { grid-template-columns: 1fr; } }

.legend { display: flex; flex-wrap: wrap; gap: 10px 16px; padding: 2px 0 0; }
.legend button {
  display: inline-flex; align-items: center; gap: 7px; cursor: pointer;
  background: none; border: 0; padding: 3px 2px; color: var(--muted);
  font-family: var(--f-mono); font-size: 11.5px; line-height: 1.3;
  border-bottom: 1px solid transparent; border-radius: 2px;
}
.legend button:hover { color: var(--ink); }
.legend button[aria-pressed="false"] { opacity: .38; }
.legend .swatch { width: 10px; height: 10px; border-radius: 50%; flex: none; }

.mgr-list { display: flex; flex-direction: column; gap: 1px; background: var(--line-soft);
  border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.mgr {
  background: var(--surface); display: grid;
  grid-template-columns: 12px minmax(0, 1.5fr) 92px minmax(0, 1.6fr);
  gap: 12px; align-items: center; padding: 11px 15px;
  width: 100%; text-align: left; border: 0; cursor: pointer; font: inherit; color: inherit;
}
.mgr:hover, .mgr[aria-pressed="true"] { background: var(--surface-2); }
.mgr[aria-pressed="true"] { box-shadow: inset 3px 0 0 var(--accent); }
.mgr .dot { width: 10px; height: 10px; border-radius: 50%; }
.mgr .who { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.mgr .who b { font-family: var(--f-display); font-size: 13.5px; font-weight: 600; }
.mgr .who span {
  font-family: var(--f-mono); font-size: 10px; color: var(--faint);
  letter-spacing: .04em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.mgr .aum {
  font-family: var(--f-mono); font-size: 13px; text-align: right;
  font-variant-numeric: tabular-nums;
}
.mgr .flow {
  font-family: var(--f-mono); font-size: 11px; color: var(--muted);
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
}
.mgr .flow .arw { color: var(--faint); }
@media (max-width: 700px) {
  .mgr { grid-template-columns: 12px 1fr 84px; row-gap: 6px; }
  .mgr .flow { grid-column: 2 / 4; }
}

/* barras de delta setorial */
.delta-list { display: flex; flex-direction: column; gap: 7px; }
.delta-row {
  display: grid; grid-template-columns: 148px 1fr 74px; gap: 12px; align-items: center;
}
.delta-row .lab { font-size: 13px; }
.delta-row .val {
  font-family: var(--f-mono); font-size: 12.5px; text-align: right;
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.delta-track { position: relative; height: 16px; }
.delta-track::before {
  content: ""; position: absolute; left: 50%; top: -1px; bottom: -1px;
  width: 1px; background: var(--line);
}
.delta-track i { position: absolute; top: 3px; height: 10px; border-radius: 2px; display: block; }
@media (max-width: 620px) {
  .delta-row { grid-template-columns: 92px 1fr 68px; gap: 8px; }
  .delta-row .lab { font-size: 12px; }
}

/* área de detalhe de um gestor */
.detail {
  background: var(--surface); border: 1px solid var(--line); border-radius: 6px;
  padding: 0; overflow: hidden;
}
.detail-head {
  padding: 15px 18px; border-bottom: 1px solid var(--line-soft);
  display: flex; gap: 14px; align-items: baseline; flex-wrap: wrap;
}
.detail-head h3 { font-size: 16px; }
.detail-head .meta { font-family: var(--f-mono); font-size: 11px; color: var(--faint); }
.detail-head .meta a { color: var(--accent); }
.detail-cols {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0;
}
@media (max-width: 820px) { .detail-cols { grid-template-columns: 1fr; } }
.detail-cols > div { padding: 16px 18px; }
.detail-cols > div + div { border-left: 1px solid var(--line-soft); }
@media (max-width: 820px) {
  .detail-cols > div + div { border-left: 0; border-top: 1px solid var(--line-soft); }
}
.detail h4 {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .09em;
  text-transform: uppercase; color: var(--faint); font-weight: 600; margin-bottom: 11px;
}

/* barras empilhadas de alocação por trimestre */
.stack-rows { display: flex; flex-direction: column; gap: 10px; }
.stack-row { display: grid; grid-template-columns: 46px 1fr; gap: 10px; align-items: center; }
.stack-row .q {
  font-family: var(--f-mono); font-size: 11px; color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.stack { display: flex; height: 20px; border-radius: 3px; overflow: hidden; background: var(--surface-3); }
.stack i { display: block; height: 100%; }

.holding-rows { display: flex; flex-direction: column; gap: 6px; }
.holding {
  display: grid; grid-template-columns: 9px minmax(0, 1fr) 52px; gap: 9px; align-items: center;
  font-size: 13px;
}
.holding .hdot { width: 8px; height: 8px; border-radius: 2px; }
.holding .hname { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.holding .hpct {
  font-family: var(--f-mono); font-size: 11.5px; text-align: right; color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.notice {
  display: flex; gap: 11px; align-items: flex-start;
  background: var(--surface-2); border: 1px solid var(--line);
  border-left: 3px solid var(--warn); border-radius: 0 6px 6px 0; padding: 12px 15px;
}
.notice p { font-size: 13.5px; color: var(--muted); line-height: 1.6; max-width: 82ch; }
.notice strong { color: var(--ink); }

.toggle-group { display: inline-flex; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }
.toggle-group button {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .04em;
  padding: 5px 11px; background: var(--surface); color: var(--muted);
  border: 0; cursor: pointer; border-right: 1px solid var(--line);
}
.toggle-group button:last-child { border-right: 0; }
.toggle-group button[aria-pressed="true"] { background: var(--accent-soft); color: var(--accent); font-weight: 600; }


/* ---------- sub-navegação de seção ---------- */
.subnav {
  position: sticky; top: 54px; z-index: 39;
  background: color-mix(in srgb, var(--surface-2) 92%, transparent);
  backdrop-filter: saturate(1.3) blur(8px);
  border-bottom: 1px solid var(--line);
}
.subnav-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 22px;
  display: flex; gap: 2px; align-items: center; min-height: 42px;
  overflow-x: auto; scrollbar-width: none;
}
.subnav-inner::-webkit-scrollbar { display: none; }
.subnav-inner a {
  font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .04em;
  color: var(--muted); text-decoration: none; white-space: nowrap;
  padding: 7px 12px; border-radius: 4px; line-height: 1.4;
}
.subnav-inner a:hover { color: var(--ink); background: var(--surface-3); }
.subnav-inner a[aria-current="page"] {
  color: var(--accent); font-weight: 600;
  box-shadow: inset 0 -2px 0 var(--accent); border-radius: 4px 4px 0 0;
}
@media (max-width: 620px) {
  .subnav { top: 0; position: static; }
}

/* ---------- rodapé de página: próximo passo ---------- */
.next-up {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 12px;
}
.next-up a {
  display: flex; flex-direction: column; gap: 4px; text-decoration: none; color: inherit;
  background: var(--surface); border: 1px solid var(--line); border-radius: 6px;
  padding: 14px 16px; transition: border-color .15s ease;
}
.next-up a:hover { border-color: var(--accent); }
@media (prefers-reduced-motion: reduce) { .next-up a { transition: none; } }
.next-up .k {
  font-family: var(--f-mono); font-size: 9.5px; letter-spacing: .1em;
  text-transform: uppercase; color: var(--faint);
}
.next-up .t { font-family: var(--f-display); font-size: 14.5px; font-weight: 600; }
.next-up .d { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ==========================================================================
   BLOCO 3 — 9REMORAS
   Direção visual: oceano abissal + instrumentos de fluxo. O sistema é escuro
   por identidade (não por preferência do sistema operacional), com ciano usado
   apenas para navegação, foco e informação ativa.
   ========================================================================== */

:root,
:root[data-theme="dark"],
:root[data-theme="light"] {
  color-scheme: dark;
  --bg: #02080d;
  --surface: #061119;
  --surface-2: #081720;
  --surface-3: #0c222d;
  --ink: #effbff;
  --muted: #91a9b5;
  --faint: #678591;
  --line: rgba(101, 220, 239, .16);
  --line-soft: rgba(101, 220, 239, .09);
  --accent: #5be7f4;
  --accent-soft: rgba(91, 231, 244, .11);
  --pos: #55e0ad;
  --pos-bg: rgba(85, 224, 173, .11);
  --warn: #f3bc65;
  --warn-bg: rgba(243, 188, 101, .11);
  --neg: #ff747d;
  --neg-bg: rgba(255, 116, 125, .11);
  --info: #63cfff;
  --info-bg: rgba(99, 207, 255, .11);
  --shadow: 0 24px 80px rgba(0, 0, 0, .38), 0 1px 0 rgba(255, 255, 255, .025) inset;
  --f-display: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --f-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { background: var(--bg); }
body {
  background:
    radial-gradient(circle at 78% -8%, rgba(20, 133, 168, .18), transparent 36rem),
    radial-gradient(circle at 7% 35%, rgba(13, 83, 110, .11), transparent 31rem),
    linear-gradient(180deg, #02080d 0%, #031019 48%, #02080d 100%);
  letter-spacing: -.005em;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .32;
  background-image:
    linear-gradient(rgba(95, 219, 238, .026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 219, 238, .026) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 70%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 70%, transparent);
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 100;
  transform: translateY(-180%);
  padding: 9px 13px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  background: var(--bg);
  color: var(--ink);
  font: 600 11px/1 var(--f-mono);
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }
.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;
}

.wrap {
  max-width: 1240px;
  padding: 40px 28px 92px;
  gap: 38px;
}
section { gap: 18px; }
h1 { font-size: clamp(32px, 4vw, 52px); letter-spacing: -.045em; line-height: 1.02; }
h2 { font-size: clamp(20px, 2.2vw, 27px); letter-spacing: -.03em; }
h3 { letter-spacing: -.02em; }
.eyebrow {
  color: var(--accent);
  font-size: 10px;
  letter-spacing: .18em;
}
.sec-head {
  padding-bottom: 12px;
  border-color: var(--line);
}
.sec-head .note { color: var(--faint); }
.mast-rule {
  width: 72px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  box-shadow: 0 0 18px rgba(91, 231, 244, .35);
}
a { text-underline-offset: 3px; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

/* Navegação de precisão: fina, técnica e sempre legível sobre o oceano. */
.nav {
  background: rgba(2, 8, 13, .82);
  border-bottom-color: rgba(91, 231, 244, .14);
  backdrop-filter: saturate(1.2) blur(18px);
}
.nav-inner {
  max-width: 1240px;
  min-height: 70px;
  padding: 0 28px;
  gap: 34px;
}
.brand { gap: 12px; color: var(--ink); }
.brand-mark {
  width: 36px;
  height: 36px;
  flex: none;
  position: static;
  border-radius: 0;
  background: transparent;
  fill: var(--accent);
  filter: drop-shadow(0 0 12px rgba(91, 231, 244, .25));
}
.brand-mark::after { content: none; }
.brand-mark .brand-cut { fill: var(--bg); }
.brand-mark .brand-eye { fill: var(--ink); }
.brand-type {
  display: flex;
  flex-direction: column;
  font-family: var(--f-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .2em;
}
.brand-type b { color: var(--accent); font-weight: 700; }
.brand-type small {
  margin-top: 5px;
  color: var(--faint);
  font: 500 7px/1 var(--f-mono);
  letter-spacing: .19em;
}
.nav-links { gap: 7px; }
.nav-links a {
  color: var(--muted);
  padding: 8px 12px;
  font: 500 9px/1.2 var(--f-mono);
  letter-spacing: .13em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 999px;
}
.nav-links a:hover { color: var(--ink); background: var(--accent-soft); }
.nav-links a[aria-current="page"] {
  color: var(--accent);
  background: transparent;
  border-color: rgba(91, 231, 244, .35);
  box-shadow: 0 0 22px rgba(91, 231, 244, .06) inset;
}

.subnav {
  top: 70px;
  background: rgba(5, 16, 24, .88);
  border-bottom-color: var(--line-soft);
  backdrop-filter: blur(16px);
}
.subnav-inner { max-width: 1240px; min-height: 44px; padding: 0 28px; gap: 10px; }
.subnav-inner a {
  padding: 10px 10px 9px;
  color: var(--faint);
  font-size: 10px;
  letter-spacing: .09em;
}
.subnav-inner a[aria-current="page"] {
  color: var(--accent);
  background: transparent;
  box-shadow: inset 0 -1px 0 var(--accent);
}

/* Hero original: a baleia representa o corpo do capital; as nove rêmoras,
   nove leituras independentes acompanhando o mesmo movimento. */
.hero-ocean {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .76fr);
  grid-template-rows: 1fr auto;
  gap: 32px;
  min-height: min(760px, calc(100vh - 142px));
  padding: clamp(48px, 6vw, 78px) clamp(28px, 5.4vw, 72px) 30px;
  overflow: hidden;
  border: 1px solid rgba(105, 223, 241, .18);
  border-radius: 10px;
  background-image:
    linear-gradient(90deg, rgba(1, 7, 11, .98) 0%, rgba(1, 7, 11, .9) 27%, rgba(1, 10, 16, .42) 53%, rgba(1, 10, 16, .08) 100%),
    linear-gradient(0deg, rgba(1, 7, 11, .95) 0%, transparent 42%),
    url("/assets/9remoras-hero.png");
  background-position: center, center, center;
  background-size: cover;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .48), 0 0 0 1px rgba(255, 255, 255, .02) inset;
}
.hero-ocean::before {
  content: "09 / MARKET FLOW";
  position: absolute;
  top: 26px;
  right: 28px;
  z-index: -1;
  color: rgba(209, 250, 255, .43);
  font: 500 8px/1 var(--f-mono);
  letter-spacing: .19em;
}
.hero-ocean::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: radial-gradient(circle at 73% 33%, rgba(73, 224, 244, .12), transparent 24%);
}
.hero-copy {
  align-self: center;
  max-width: 600px;
  padding-bottom: 70px;
}
.hero-copy .eyebrow { margin-bottom: 18px; }
.hero-copy h1 {
  max-width: 9ch;
  margin-bottom: 20px;
  color: #f5fdff;
  font-size: clamp(48px, 6.5vw, 82px);
  font-weight: 500;
  line-height: .97;
  letter-spacing: -.065em;
  text-shadow: 0 2px 34px rgba(0, 0, 0, .56);
}
.hero-copy .lede {
  max-width: 46ch;
  color: #b7cad2;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.6;
}
.hero-copy .lede + .lede { margin-top: 8px; color: var(--ink); font-size: 14px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button-primary,
.button-quiet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 19px;
  border-radius: 999px;
  font: 600 10px/1 var(--f-mono);
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.button-primary {
  background: var(--accent);
  color: #011016;
  box-shadow: 0 0 28px rgba(91, 231, 244, .18);
}
.button-primary:hover { background: #98f2fa; }
.button-quiet { border: 1px solid rgba(156, 235, 245, .35); color: var(--ink); }
.button-quiet:hover { border-color: var(--accent); background: rgba(91, 231, 244, .08); }

.hero-thesis {
  align-self: end;
  margin-bottom: 74px;
  background: rgba(2, 11, 17, .74);
  border-color: rgba(126, 225, 240, .2);
  backdrop-filter: blur(16px) saturate(1.2);
}
.hero-thesis .thesis-row { grid-template-columns: 74px minmax(0, 1fr); }
.hero-thesis .thesis-row .v { font-size: 12px; color: #b8cbd2; }
.hero-thesis .thesis-row .v strong { color: var(--ink); }
.hero-signals {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(109, 224, 242, .17);
}
.hero-signals > div {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 44px;
  padding: 0 24px;
  border-left: 1px solid rgba(109, 224, 242, .15);
}
.hero-signals > div:first-child { padding-left: 0; border-left: 0; }
.signal-icon {
  color: var(--accent);
  font: 500 12px/1 var(--f-mono);
  letter-spacing: .08em;
}
.hero-signals p { display: flex; flex-direction: column; gap: 3px; }
.hero-signals b { font: 500 10px/1.2 var(--f-mono); letter-spacing: .1em; text-transform: uppercase; }
.hero-signals small { color: var(--faint); font: 400 9px/1.2 var(--f-mono); }

/* Superfícies e dados: vidro frio, bordas de sonar, densidade controlada. */
.panel,
.masthead,
.thesis,
.module,
.callout,
.matrix,
.probs,
.alert,
.bulletins,
.verdict,
.tw,
figure,
.readout,
.mgr-list,
.detail,
.notice,
.next-up a {
  border-color: var(--line);
  background-color: rgba(6, 17, 25, .9);
  box-shadow: var(--shadow);
}
.panel,
.module,
.callout,
.alert,
.next-up a { background-image: linear-gradient(135deg, rgba(94, 226, 244, .045), transparent 45%); }
.module,
.panel,
.masthead,
.verdict,
.thesis { border-radius: 9px; }
.module { position: relative; overflow: hidden; padding: 28px; }
.module::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(91, 231, 244, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(91, 231, 244, .025), 0 0 0 42px rgba(91, 231, 244, .018);
  pointer-events: none;
}
.module:hover,
.next-up a:hover { border-color: rgba(91, 231, 244, .55); transform: translateY(-2px); }
.module h3 { color: var(--ink); font-size: 21px; }
.module p { color: var(--muted); }
.module .go { color: var(--accent); text-transform: uppercase; letter-spacing: .1em; }
.module-stats { margin-top: 8px; padding-top: 17px; border-top: 1px solid var(--line-soft); }

.masthead {
  background:
    radial-gradient(circle at 87% 0%, rgba(44, 177, 205, .14), transparent 30%),
    linear-gradient(135deg, rgba(10, 34, 46, .96), rgba(4, 13, 20, .98));
}
.mast-top { padding: 30px; border-bottom-color: var(--line-soft); }
.mast-scores > div { border-left-color: var(--line); }
.big { color: var(--ink); font-weight: 500; }
.regime-bar { border-top-color: var(--line-soft); }

.snap div,
.readout div,
.prob,
.bul,
.vgrid > div,
.mgr,
.toggle-group button { background: rgba(6, 17, 25, .96); }
.snap div:hover,
.mgr:hover,
.mgr[aria-pressed="true"] { background: var(--surface-2); }
.snap .k,
.readout .k,
.vgrid .k { color: var(--faint); }
.snap .v,
.readout .v { color: var(--ink); }

table { color: var(--muted); }
th { background: #081923; color: #6f909d; border-bottom-color: var(--line); }
td { border-bottom-color: var(--line-soft); }
td.name,
.tick { color: var(--ink); }
.tw { scrollbar-color: var(--accent) var(--surface-2); }

.chip { border: 1px solid currentColor; border-radius: 999px; background: transparent; }
.callout { border-left-color: var(--accent); }
.callout p,
.bul .body p,
.prob .cond,
.vgrid p { color: var(--muted); }
.fc { border: 1px solid var(--line-soft); background: rgba(9, 25, 35, .85); }
.gauge { background: #102934; }
.legend button,
.toggle-group button { color: var(--muted); }

.site-footer {
  margin-top: 0;
  background: rgba(1, 7, 11, .76);
  border-top-color: var(--line);
}
.site-footer-inner { max-width: 1240px; padding: 42px 28px 52px; }
.site-footer h4:first-child { color: var(--accent); }
.legal { border-top-color: var(--line); }

@media (max-width: 980px) {
  .hero-ocean {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: auto;
    background-position: center, center, 61% center;
  }
  .hero-copy { padding: 36px 0 160px; }
  .hero-copy h1 { max-width: 8ch; }
  .hero-thesis { max-width: 620px; margin: 0; }
}

@media (max-width: 700px) {
  .wrap { padding: 24px 16px 64px; gap: 30px; }
  .nav-inner { padding: 9px 16px; gap: 8px; min-height: 64px; }
  .brand-mark { width: 30px; height: 30px; }
  .brand-type { font-size: 13px; }
  .brand-type small { display: none; }
  .nav-links { width: 100%; margin-left: 0; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 3px; }
  .nav-links a { padding: 7px 10px; white-space: nowrap; }
  .subnav { position: static; }
  .subnav-inner { padding: 0 16px; }
  .hero-ocean {
    padding: 34px 20px 22px;
    border-radius: 8px;
    background-image:
      linear-gradient(180deg, rgba(1, 7, 11, .78) 0%, rgba(1, 7, 11, .5) 34%, rgba(1, 7, 11, .98) 68%),
      url("/assets/9remoras-hero.png");
    background-position: center, 63% top;
    background-size: cover, auto 68%;
    background-repeat: no-repeat;
  }
  .hero-ocean::before { top: 17px; right: 17px; }
  .hero-copy { padding: 28px 0 230px; }
  .hero-copy h1 { font-size: clamp(42px, 14vw, 64px); }
  .hero-copy .lede { max-width: 34ch; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-thesis { backdrop-filter: blur(10px); }
  .hero-thesis .thesis-row { grid-template-columns: 1fr; gap: 5px; }
  .hero-signals { grid-template-columns: 1fr; gap: 11px; }
  .hero-signals > div,
  .hero-signals > div:first-child { padding: 0; border-left: 0; }
  .mast-top { padding: 22px 18px; }
  .mast-scores > div { padding: 12px 16px 0 0; border-left: 0; border-top: 1px solid var(--line-soft); }
  .site-footer-inner { padding: 34px 18px 44px; }
}

@media (prefers-reduced-motion: no-preference) {
  .brand-mark { transition: transform .25s ease, filter .25s ease; }
.brand:hover .brand-mark { transform: translateX(2px); filter: drop-shadow(0 0 17px rgba(91, 231, 244, .42)); }
  .button-primary,
  .button-quiet { transition: background-color .18s ease, border-color .18s ease, transform .18s ease; }
  .button-primary:hover,
  .button-quiet:hover { transform: translateY(-1px); }
}

/* Lockups oficiais fornecidos para a marca. O PNG transparente permanece
   intacto; as janelas abaixo apenas recortam símbolo e lettering no layout
   horizontal exigido pela navegação. */
.brand-logo-symbol,
.brand-logo-word {
  position: relative;
  display: block;
  flex: none;
  overflow: hidden;
}
.brand-logo-symbol {
  width: 44px;
  height: 44px;
  filter: drop-shadow(0 0 12px rgba(69, 206, 255, .26));
}
.brand-logo-symbol img {
  position: absolute;
  width: 59px;
  height: 59px;
  max-width: none;
  left: -8px;
  top: -2px;
}
.brand-logo-word {
  width: 166px;
  height: 40px;
}
.brand-logo-word img {
  position: absolute;
  width: 166px;
  height: 166px;
  max-width: none;
  left: 0;
  top: -123px;
}
.footer-logo {
  display: block;
  width: 152px;
  height: 152px;
  margin: -16px 0 -8px;
  object-fit: contain;
}
.site-footer .footer-logo + h4 { color: var(--accent); }

@media (max-width: 700px) {
  .brand-logo-symbol { width: 36px; height: 36px; }
  .brand-logo-symbol img { width: 48px; height: 48px; left: -6px; top: -2px; }
  .brand-logo-word { width: 132px; height: 34px; }
  .brand-logo-word img { width: 134px; height: 134px; top: -99px; }
}

@media (prefers-reduced-motion: no-preference) {
  .brand-logo-symbol { transition: transform .25s ease, filter .25s ease; }
  .brand:hover .brand-logo-symbol {
    transform: rotate(3deg) scale(1.025);
    filter: drop-shadow(0 0 18px rgba(69, 206, 255, .42));
  }
}
