@font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 700; font-display: swap; src: url(../fonts/barlow-condensed-700.woff2) format('woff2'); }
@font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 800; font-display: swap; src: url(../fonts/barlow-condensed-800.woff2) format('woff2'); }
@font-face { font-family: 'Geist'; font-style: normal; font-weight: 100 900; font-display: swap; src: url(../fonts/geist-var.woff2) format('woff2'); }

:root {
  --bg: #f4f5f3;
  --surface: #fcfcfb;
  --surface-2: #ebedea;
  --text: #111513;
  --text-2: #3b423e;
  --muted: #5f6762;
  --line: #dde0dc;
  --line-2: #e8eae7;
  --accent: #d42c1c;
  --accent-ink: #b32416;
  --on-accent: #fdfdfc;
  --focus: #d42c1c;
  --shadow: 0 1px 2px rgb(17 21 19 / .05), 0 12px 32px -18px rgb(17 21 19 / .22);
  --header-bg: rgb(244 245 243 / .86);

  --z-ucl: #2456d6;
  --z-uel: #c7760a;
  --z-uecl: #127f57;
  --z-playoff: #9aa19c;

  --f-display: 'Barlow Condensed', 'Arial Narrow', system-ui, sans-serif;
  --f-body: 'Geist', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  --r: 14px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --header-h: 64px;
  color-scheme: light;
}

:root[data-theme="dark"] {
  --bg: #0c100e;
  --surface: #131815;
  --surface-2: #1a201c;
  --text: #edf0ed;
  --text-2: #c3c9c5;
  --muted: #959d98;
  --line: #262d29;
  --line-2: #1f2522;
  --accent: #ff5b45;
  --accent-ink: #ff7a67;
  --on-accent: #120605;
  --focus: #ff7a67;
  --shadow: 0 1px 2px rgb(0 0 0 / .3), 0 16px 40px -20px rgb(0 0 0 / .7);
  --header-bg: rgb(12 16 14 / .82);
  --z-ucl: #6b91f7;
  --z-uel: #f0a13a;
  --z-uecl: #3ac690;
  --z-playoff: #6b736e;
  color-scheme: dark;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #0c100e;
    --surface: #131815;
    --surface-2: #1a201c;
    --text: #edf0ed;
    --text-2: #c3c9c5;
    --muted: #959d98;
    --line: #262d29;
    --line-2: #1f2522;
    --accent: #ff5b45;
    --accent-ink: #ff7a67;
    --on-accent: #120605;
    --focus: #ff7a67;
    --shadow: 0 1px 2px rgb(0 0 0 / .3), 0 16px 40px -20px rgb(0 0 0 / .7);
    --header-bg: rgb(12 16 14 / .82);
    --z-ucl: #6b91f7;
    --z-uel: #f0a13a;
    --z-uecl: #3ac690;
    --z-playoff: #6b736e;
    color-scheme: dark;
  }
}

@view-transition { navigation: auto; }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 24px); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 400 16px/1.6 var(--f-body);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select { font: inherit; color: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.1; }
abbr[title] { text-decoration: none; }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--accent); color: var(--on-accent); }

.wrap { width: min(1240px, 100% - 32px); margin-inline: auto; }
.wrap--mid { width: min(820px, 100% - 32px); }
.wrap--wide { width: min(1180px, 100% - 32px); }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -80px; z-index: 100; background: var(--accent); color: var(--on-accent); padding: 10px 16px; border-radius: 999px; font-weight: 600; }
.skip:focus { top: 12px; }
.ic { flex: none; }

.header {
  position: sticky; top: 0; z-index: 30;
  background: var(--header-bg);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.header__in { height: var(--header-h); display: flex; align-items: center; gap: 32px; }
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); }
.logo__mark { color: var(--accent); transition: transform .5s var(--ease); }
.logo:hover .logo__mark { transform: rotate(72deg); }
.logo span { font: 800 30px/1 var(--f-display); letter-spacing: .005em; text-transform: uppercase; }

.nav { display: flex; gap: 4px; margin-right: auto; }
.nav a {
  position: relative; padding: 8px 12px; border-radius: 999px;
  font-size: 15px; font-weight: 500; color: var(--text-2); text-decoration: none;
  transition: color .2s, background-color .2s;
}
.nav a:hover { color: var(--text); background: var(--surface-2); }
.nav a[aria-current="page"] { color: var(--text); font-weight: 600; }
.nav a[aria-current="page"]::after { content: ''; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 2px; border-radius: 2px; background: var(--accent); }

.header__tools { display: flex; align-items: center; gap: 4px; }
.iconbtn {
  width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: 999px;
  border: 0; background: transparent; color: var(--text); cursor: pointer; text-decoration: none;
  transition: background-color .2s, transform .15s;
}
.iconbtn:hover, .iconbtn[aria-current="page"] { background: var(--surface-2); }
.iconbtn:active { transform: scale(.94); }
.iconbtn > span { display: inline-grid; place-items: center; }
.tema-claro { display: none !important; }
:root[data-theme="dark"] .tema-claro { display: inline-grid !important; }
:root[data-theme="dark"] .tema-escuro { display: none !important; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .tema-claro { display: inline-grid !important; }
  :root:not([data-theme="light"]) .tema-escuro { display: none !important; }
}
.burger { display: none; }
.burger .burger__close { display: none; }
.burger[aria-expanded="true"] .burger__open { display: none; }
.burger[aria-expanded="true"] .burger__close { display: inline-grid; }

.tag {
  position: relative; z-index: 2; justify-self: start; width: fit-content;
  font-size: 13px; font-weight: 600; color: var(--accent-ink); text-decoration: none;
}
.tag:hover { text-decoration: underline; text-underline-offset: 3px; }
.meta { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); font-variant-numeric: tabular-nums; }
.meta__sep { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: .6; }

.sec { margin-block: clamp(48px, 7vw, 88px); }
.sec-head { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 24px; }
.sec-head--flat { margin-bottom: 16px; }
.sec-title { font: 800 clamp(30px, 3.4vw, 42px)/.95 var(--f-display); text-transform: uppercase; letter-spacing: -.003em; text-wrap: balance; }
.side-title { font: 800 24px/1 var(--f-display); text-transform: uppercase; margin-bottom: 8px; }
.more { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--text); text-decoration: none; white-space: nowrap; }
.more .ic { transition: transform .25s var(--ease); color: var(--accent); }
.more:hover .ic { transform: translateX(3px); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 22px;
  border-radius: 999px; border: 1px solid var(--text); background: var(--text); color: var(--bg);
  font-size: 15px; font-weight: 600; text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: transform .15s, background-color .2s, color .2s, border-color .2s;
}
.btn:hover { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.btn:active { transform: scale(.98); }
.btn--ghost { background: transparent; color: var(--text); border-color: var(--line); }
.btn--ghost:hover { background: var(--surface-2); color: var(--text); border-color: var(--text); }
.pillbtn {
  display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 16px; border-radius: 999px;
  border: 1px solid var(--line); background: var(--surface); cursor: pointer; font-size: 14px; font-weight: 500;
  transition: border-color .2s, background-color .2s, color .2s, transform .15s;
}
.pillbtn:hover { border-color: var(--text); }
.pillbtn:active { transform: scale(.97); }
.pillbtn[hidden] { display: none; }
.pillbtn[data-feito] { border-color: var(--z-uecl); color: var(--z-uecl); }

.panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(18px, 2.4vw, 28px); }
.panel--flush { padding: 0; overflow: hidden; }
.panel__h { font: 800 24px/1 var(--f-display); text-transform: uppercase; margin-bottom: 16px; }
.nota { font-size: 13px; color: var(--muted); margin-top: 16px; }
.nota--flush { margin: 0 0 14px; font-size: 14px; line-height: 1.55; }

.avatar {
  width: 44px; height: 44px; flex: none; border-radius: 50%; display: grid; place-items: center;
  background: var(--club, var(--text)); color: #fdfdfc; font: 800 18px/1 var(--f-display); letter-spacing: .02em;
}
.avatar--brand { background: var(--text); color: var(--bg); }

.media { position: relative; overflow: hidden; border-radius: var(--r); aspect-ratio: 16 / 9; background: var(--surface-2); isolation: isolate; }
.media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.media--vazio { display: grid; align-items: end; padding: 5%; background: linear-gradient(150deg, var(--surface-2), var(--line)); }
.media--vazio span { font: 800 clamp(28px, 6vw, 72px)/.85 var(--f-display); text-transform: uppercase; color: var(--muted); }

.card { position: relative; display: grid; gap: 14px; align-content: start; }
.card__body { display: grid; gap: 8px; align-content: start; }
.card__title { font-size: clamp(18px, 1.5vw, 20px); font-weight: 600; line-height: 1.28; letter-spacing: -.012em; text-wrap: pretty; transition: color .2s; }
.card__link { text-decoration: none; color: inherit; }
.card__link::after { content: ''; position: absolute; inset: 0; z-index: 1; border-radius: var(--r); }
.card__link:focus-visible { outline: none; }
.card:has(.card__link:focus-visible), .lead__main:has(.card__link:focus-visible) { outline: 2px solid var(--focus); outline-offset: 6px; border-radius: var(--r); }
.card__resumo { font-size: 15px; line-height: 1.55; color: var(--text-2); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
@media (hover: hover) {
  .card:hover .media img, .lead__main:hover .media img { transform: scale(1.04); }
  .card:hover .card__title, .lead__main:hover .lead__title { color: var(--accent-ink); }
}

.card--row { grid-template-columns: 136px 1fr; gap: 16px; align-items: start; padding-block: 18px; border-top: 1px solid var(--line); }
.card--row .media { aspect-ratio: 4 / 3; border-radius: 10px; }
.card--row .card__title { font-size: 16px; }
.card--row .card__body { gap: 6px; }

.card--big .card__title { font: 800 clamp(30px, 3vw, 40px)/1 var(--f-display); text-transform: uppercase; letter-spacing: 0; }
.card--big .card__resumo { font-size: 16px; }

.card--wide { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: clamp(20px, 3vw, 40px); align-items: center; }
.card--wide .card__title { font: 800 clamp(34px, 4vw, 54px)/.95 var(--f-display); text-transform: uppercase; letter-spacing: 0; text-wrap: balance; }
.card--wide .card__resumo { font-size: 17px; -webkit-line-clamp: 4; }

.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 3vw, 40px) clamp(20px, 2.4vw, 32px); }

.lead { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: clamp(24px, 3.5vw, 48px); margin-top: clamp(20px, 3vw, 36px); }
.lead__main { position: relative; display: grid; gap: 20px; align-content: start; }
.lead__main .media { aspect-ratio: 16 / 8.6; }
.lead__body { display: grid; gap: 12px; }
.lead__title { font: 800 clamp(40px, 5vw, 68px)/.92 var(--f-display); text-transform: uppercase; letter-spacing: -.004em; text-wrap: balance; max-width: 20ch; transition: color .2s; }
.lead__resumo { font-size: clamp(16px, 1.4vw, 18px); color: var(--text-2); max-width: 60ch; text-wrap: pretty; }
.lead__side { align-self: start; }
.lead__side .card--row:first-of-type { border-top: 2px solid var(--text); }

.recordes { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.recordes__intro { display: grid; gap: 14px; justify-items: start; }
.recordes__intro p { color: var(--text-2); max-width: 36ch; }
.recordes__intro .btn { margin-top: 8px; }

.chart { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.chart__row { display: grid; grid-template-columns: minmax(150px, 240px) 1fr 76px; gap: 16px; align-items: center; }
.chart__label { display: grid; line-height: 1.25; min-width: 0; }
.chart__label strong { font-size: 15px; font-weight: 600; }
.chart__label span { font-size: 12.5px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.chart__bar span { display: block; height: 12px; width: var(--w); border-radius: 999px; background: var(--text); transform-origin: left; }
.chart__row:first-child .chart__bar span { background: var(--accent); }
.chart__val { font: 800 22px/1 var(--f-display); text-align: right; font-variant-numeric: tabular-nums; }

.mosaico { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(28px, 3vw, 40px) clamp(20px, 2.4vw, 32px); }
.mosaico .card--big { grid-column: span 2; grid-row: span 2; }

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.temas { display: grid; gap: 18px; }
.temas__list { list-style: none; margin: 0 0 8px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.temas__list a {
  display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 8px 0 18px; border-radius: 999px;
  background: var(--surface); border: 1px solid var(--line); text-decoration: none; font-weight: 500; font-size: 15px;
  transition: border-color .2s, transform .15s;
}
.temas__list a:hover { border-color: var(--text); }
.temas__list a:active { transform: scale(.98); }
.temas__n { min-width: 28px; height: 28px; display: grid; place-items: center; border-radius: 999px; background: var(--surface-2); font-size: 13px; font-variant-numeric: tabular-nums; color: var(--muted); }
.temas .card--row:last-child { border-bottom: 1px solid var(--line); }

.crumbs { margin-top: 24px; font-size: 13px; color: var(--muted); max-width: 100%; }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.crumbs li { display: inline-flex; align-items: center; min-width: 0; }
.crumbs li + li::before { content: '/'; opacity: .5; margin-right: 6px; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--text); text-decoration: underline; }
.crumbs [aria-current] { color: var(--text-2); max-width: 44ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }

.page-head { margin: 20px 0 28px; display: grid; gap: 12px; }
.page-head h1 { font: 800 clamp(52px, 8vw, 104px)/.86 var(--f-display); text-transform: uppercase; letter-spacing: -.01em; }
.page-head p { font-size: clamp(16px, 1.5vw, 19px); color: var(--text-2); max-width: 62ch; }
.page-head--flat { margin-bottom: 20px; }

.chips-nav { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 2px 2px 4px; margin-bottom: clamp(24px, 3vw, 40px); }
.chips-nav::-webkit-scrollbar { display: none; }
.chips-nav a {
  flex: none; display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border-radius: 999px;
  border: 1px solid var(--line); background: var(--surface); font-size: 14px; font-weight: 500; text-decoration: none; white-space: nowrap;
  transition: border-color .2s, background-color .2s, color .2s;
}
.chips-nav a:hover { border-color: var(--text); }
.chips-nav a[aria-current="page"] { background: var(--text); border-color: var(--text); color: var(--bg); }
.lista-top { padding-bottom: clamp(32px, 4vw, 48px); margin-bottom: clamp(32px, 4vw, 48px); border-bottom: 1px solid var(--line); }

.progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 40; background: var(--accent); transform-origin: 0 50%; transform: scaleX(0); pointer-events: none; }
@supports (animation-timeline: scroll()) {
  .progress { animation: progresso linear both; animation-timeline: scroll(root); }
}
@keyframes progresso { to { transform: scaleX(1); } }

.artigo__head { max-width: 900px; display: grid; gap: 16px; justify-items: start; padding-bottom: clamp(24px, 3vw, 36px); }
.artigo__head .crumbs { margin-bottom: 8px; }
.artigo__head h1 { font: 800 clamp(42px, 6.2vw, 80px)/.9 var(--f-display); text-transform: uppercase; letter-spacing: -.008em; text-wrap: balance; }
.artigo__lead { font-size: clamp(18px, 1.8vw, 22px); line-height: 1.5; color: var(--text-2); text-wrap: pretty; max-width: 62ch; }
.byline { width: 100%; display: flex; align-items: center; gap: 12px; margin-top: 8px; padding-top: 18px; border-top: 1px solid var(--line); }
.byline__txt { display: grid; gap: 2px; }
.byline__txt a { font-size: 15px; font-weight: 600; text-decoration: none; }
.byline__txt a:hover { text-decoration: underline; }
.byline__actions { margin-left: auto; display: flex; gap: 8px; }

.artigo__figure { margin-block: 0 clamp(32px, 4vw, 56px); }
.artigo__figure .media { aspect-ratio: 16 / 8; }
.artigo__figure figcaption { margin-top: 10px; font-size: 13px; color: var(--muted); }
.artigo__figure figcaption a { color: inherit; }

.artigo__grid { display: grid; grid-template-columns: 220px minmax(0, 700px); gap: clamp(32px, 5vw, 80px); justify-content: center; }
.toc__in { position: sticky; top: calc(var(--header-h) + 28px); }
.toc__h { font-size: 13px; font-weight: 600; color: var(--muted); margin-bottom: 12px; }
.toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; border-left: 1px solid var(--line); }
.toc a { display: block; padding: 7px 0 7px 16px; margin-left: -1px; border-left: 2px solid transparent; font-size: 14px; line-height: 1.35; color: var(--muted); text-decoration: none; transition: color .2s, border-color .2s; }
.toc a:hover { color: var(--text); }
.toc a[aria-current="true"] { color: var(--text); border-left-color: var(--accent); font-weight: 500; }

.resumo { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 24px; margin-bottom: 36px; }
.resumo h2 { font: 800 22px/1 var(--f-display); text-transform: uppercase; margin-bottom: 14px; }
.resumo ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.resumo li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; font-size: 16px; line-height: 1.5; }
.resumo li .ic { color: var(--accent); margin-top: 3px; }

.prose { font-size: 18.5px; line-height: 1.75; color: var(--text); }
.prose > * + * { margin-top: 1.15em; }
.prose h2 { font: 800 clamp(30px, 3vw, 38px)/1 var(--f-display); text-transform: uppercase; margin-top: 1.9em; text-wrap: balance; }
.prose h2 + * { margin-top: .7em; }
.prose h3 { font-size: 21px; font-weight: 600; margin-top: 1.6em; }
.prose ul { padding-left: 1.2em; }
.prose li + li { margin-top: .55em; }
.prose li::marker { color: var(--accent); }
.prose a { color: var(--accent-ink); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose strong { font-weight: 600; }
.prose--pagina { padding-block: 8px clamp(40px, 6vw, 80px); }
.prose--pagina h1 { font: 800 clamp(48px, 7vw, 88px)/.88 var(--f-display); text-transform: uppercase; margin: 16px 0 .5em; }
.prose--pagina .artigo__lead { margin-bottom: 1.4em; }

.analise { margin-top: 44px; padding: 26px 28px; border-radius: var(--r); background: var(--surface-2); border-top: 4px solid var(--accent); }
.analise h2 { font: 800 26px/1 var(--f-display); text-transform: uppercase; margin-bottom: 10px; }
.analise p { font-size: 18px; line-height: 1.65; color: var(--text); }

.tags { list-style: none; padding: 0; margin: 32px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.tags li { font-size: 13px; font-weight: 500; padding: 6px 13px; border-radius: 999px; border: 1px solid var(--line); color: var(--text-2); }

.autor { display: flex; gap: 16px; align-items: start; margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.autor__nome { font-weight: 600; margin-bottom: 2px; }
.autor p:not(.autor__nome) { font-size: 15px; color: var(--muted); }
.autor a { color: var(--accent-ink); }

.rel { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.rel__side .card--row:last-child { border-bottom: 1px solid var(--line); }

.clubes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-bottom: 28px; }
.clube-stat { position: relative; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 22px 18px; display: grid; gap: 6px; }
.clube-stat::before { content: ''; position: absolute; inset: 0 0 auto; height: 4px; background: var(--club); }
.clube-stat__nome { font-weight: 600; }
.clube-stat__total { font: 800 clamp(40px, 4.4vw, 56px)/.9 var(--f-display); font-variant-numeric: tabular-nums; }
.clube-stat__det { font-size: 14px; color: var(--muted); }

.filtros {
  position: sticky; top: calc(var(--header-h) + 10px); z-index: 10;
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 10px;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border: 1px solid var(--line); border-radius: 999px; box-shadow: var(--shadow);
}
.campo { position: relative; display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 16px; border-radius: 999px; background: var(--surface-2); color: var(--muted); border: 1px solid transparent; transition: border-color .2s; }
.campo:focus-within { border-color: var(--text); }
.campo input, .campo select { border: 0; outline: 0; background: transparent; min-width: 0; width: 100%; min-height: 42px; font-size: 16px; color: var(--text); }
.campo input::placeholder { color: var(--muted); }
.campo--busca { flex: 1 1 260px; }
.campo--select { padding-right: 14px; }
.campo--select select { appearance: none; padding-right: 22px; cursor: pointer; }
.campo--select select option { background: var(--surface); color: var(--text); }
.campo--select .ic { position: absolute; right: 16px; pointer-events: none; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip {
  min-height: 44px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line); background: transparent;
  font-size: 14px; font-weight: 500; cursor: pointer; transition: background-color .2s, color .2s, border-color .2s, transform .15s;
}
.chip:hover { border-color: var(--text); }
.chip:active { transform: scale(.97); }
.chip[aria-pressed="true"] { background: var(--text); border-color: var(--text); color: var(--bg); }
.t-contagem { font-size: 14px; color: var(--muted); margin: 20px 4px 16px; min-height: 1.6em; }

.tgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: 16px; }
.tcard {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 18px;
  display: grid; gap: 16px; align-content: start;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .2s;
}
@media (hover: hover) {
  .tcard:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--club) 45%, var(--line)); }
}
.tcard[hidden] { display: none; }
.tcard__top { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; align-items: center; }
.tcard__who h3 { font: 800 24px/1 var(--f-display); text-transform: uppercase; }
.tcard__who p { font-size: 13px; color: var(--muted); margin-top: 3px; }
.estado { align-self: start; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.estado--confirmado { background: color-mix(in srgb, var(--z-uecl) 15%, transparent); color: var(--z-uecl); }
.estado--negociacao { background: color-mix(in srgb, var(--z-uel) 16%, transparent); color: var(--z-uel); }
.estado--rumor { background: color-mix(in srgb, var(--accent) 14%, transparent); color: var(--accent-ink); }
.tcard__route { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border-radius: 10px; background: var(--surface-2); font-size: 14px; font-weight: 500; }
.tcard__route .ic { color: var(--accent); }
.tcard__from { color: var(--muted); }
.tcard__to { margin-left: auto; text-align: right; }
.tcard__bottom { display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.tcard__valor { font: 800 36px/.85 var(--f-display); font-variant-numeric: tabular-nums; }
.tcard__ano { font-size: 14px; font-weight: 600; text-align: right; line-height: 1.3; font-variant-numeric: tabular-nums; }
.tcard__ano span { display: block; font-size: 12px; font-weight: 400; color: var(--muted); }

.vazio { display: grid; justify-items: center; gap: 8px; text-align: center; padding: 56px 24px; border: 1px dashed var(--line); border-radius: var(--r); color: var(--muted); }
.vazio[hidden] { display: none; }
.vazio--painel { border-style: solid; padding-block: clamp(56px, 8vw, 96px); align-content: center; }
.linklike { background: none; border: 0; padding: 0; cursor: pointer; font-size: 15px; color: var(--text-2); }
.linklike:hover { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
.cookie { position: fixed; z-index: 50; left: 16px; right: 16px; bottom: 16px; margin-inline: auto; max-width: 720px; display: flex; align-items: center; gap: 20px; padding: 16px 16px 16px 22px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); font-size: 14px; color: var(--text-2); }
.cookie[hidden] { display: none; }
.cookie a { color: var(--text); }
.cookie__btns { display: flex; gap: 8px; flex: none; }
@media (max-width: 640px) { .cookie { flex-direction: column; align-items: stretch; left: 8px; right: 8px; bottom: 8px; } .cookie__btns .btn { flex: 1; } }
.vazio__t { font: 800 30px/1 var(--f-display); text-transform: uppercase; color: var(--text); }
.vazio .btn { margin-top: 10px; }

.class-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(20px, 3vw, 32px); align-items: start; }
.class-side { display: grid; gap: 20px; }
.table-scroll { overflow-x: auto; }
.liga { width: 100%; border-collapse: collapse; font-size: 15px; font-variant-numeric: tabular-nums; }
.liga th { font-size: 12px; font-weight: 600; color: var(--muted); text-align: center; padding: 14px 8px 10px; border-bottom: 1px solid var(--line); }
.liga td { text-align: center; padding: 12px 8px; border-bottom: 1px solid var(--line-2); }
.liga tbody tr:last-child td { border-bottom: 0; }
.liga tbody tr { transition: background-color .15s; }
.liga tbody tr:hover { background: var(--surface-2); }
.liga .clube { text-align: left; font-weight: 500; white-space: nowrap; }
.liga .pts { font-weight: 700; }
.liga .pos { width: 52px; position: relative; font-weight: 600; color: var(--muted); }
.liga tr[class] .pos::before { content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 3px; border-radius: 0 3px 3px 0; }
.liga--compacta { font-size: 14.5px; }
.liga--compacta td { padding: 10px 6px; }
.z-ucl .pos::before, i.z-ucl { background: var(--z-ucl); }
.z-uel .pos::before, i.z-uel { background: var(--z-uel); }
.z-uecl .pos::before, i.z-uecl { background: var(--z-uecl); }
.z-playoff .pos::before, i.z-playoff { background: var(--z-playoff); }
.z-desce .pos::before, i.z-desce { background: var(--accent); }
.legenda { list-style: none; margin: 0; padding: 16px 20px 20px; display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 13px; color: var(--muted); border-top: 1px solid var(--line); }
.legenda li { display: inline-flex; align-items: center; gap: 7px; }
.legenda i { width: 10px; height: 10px; border-radius: 3px; }

.palmares { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.palmares li { display: grid; grid-template-columns: 1fr auto; gap: 6px 12px; align-items: baseline; }
.palmares__nome { font-weight: 500; }
.palmares strong { font: 800 26px/1 var(--f-display); font-variant-numeric: tabular-nums; }
.palmares__bar { grid-column: 1 / -1; height: 8px; width: var(--w); border-radius: 999px; background: var(--text); transform-origin: left; }
.palmares li:first-child .palmares__bar { background: var(--accent); }

.search { display: flex; align-items: center; gap: 14px; padding: 0 22px; min-height: 64px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); color: var(--muted); box-shadow: var(--shadow); transition: border-color .2s; }
.search:focus-within { border-color: var(--text); }
.search input { flex: 1; border: 0; outline: 0; background: transparent; font-size: 20px; min-height: 60px; color: var(--text); min-width: 0; }
.search input::placeholder { color: var(--muted); }
.s-results { display: grid; }
.s-item { position: relative; display: grid; grid-template-columns: 120px 1fr; gap: 18px; align-items: start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.s-item:first-child { border-top: 1px solid var(--line); }
.s-item .media { aspect-ratio: 4 / 3; border-radius: 10px; }
.s-item h2 { font-size: 18px; font-weight: 600; line-height: 1.3; transition: color .2s; }
.s-item p { font-size: 14px; color: var(--muted); margin-top: 4px; }
.s-item mark { background: color-mix(in srgb, var(--accent) 22%, transparent); color: inherit; border-radius: 3px; padding: 0 2px; }
@media (hover: hover) { .s-item:hover h2 { color: var(--accent-ink); } }
.s-sugestoes { margin-top: 28px; }
.s-sugestoes .chips-nav { flex-wrap: wrap; }

.contactos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.contactos > div { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 16px 18px; font-size: 16px; }
.prose .contactos > div > * + * { margin-top: 2px; }
.contactos__l { font-size: 13px; color: var(--muted); }
.contactos a { font-weight: 600; overflow-wrap: anywhere; color: var(--text); }

.erro404 { text-align: center; display: grid; justify-items: center; gap: 12px; padding-block: clamp(48px, 10vw, 120px); }
.erro404__n { font: 800 clamp(140px, 26vw, 280px)/.8 var(--f-display); color: var(--accent); letter-spacing: -.02em; }
.erro404 h1 { font: 800 clamp(40px, 5vw, 56px)/1 var(--f-display); text-transform: uppercase; }
.erro404 > p:not(.erro404__n) { color: var(--text-2); }
.erro404__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 12px; }

.footer { margin-top: clamp(64px, 9vw, 120px); background: var(--surface-2); border-top: 1px solid var(--line); }
.footer__grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 32px; padding-block: clamp(40px, 6vw, 64px) 32px; }
.footer__brand p { margin-top: 14px; max-width: 42ch; font-size: 14px; color: var(--muted); }
.footer__h { font-size: 13px; font-weight: 600; color: var(--muted); margin-bottom: 14px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer ul a { font-size: 15px; text-decoration: none; color: var(--text-2); }
.footer ul a:hover { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding-block: 20px 28px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .grid > .card, .mosaico > .card, .tcard, .clube-stat, .rel .card--big, .chart__row {
      animation: surgir linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 50%;
    }
    .chart__bar span, .palmares__bar {
      animation: crescer linear both;
      animation-timeline: view();
      animation-range: entry 10% cover 30%;
    }
  }
}
@keyframes surgir { from { opacity: 0; transform: translateY(18px); } }
@keyframes crescer { from { transform: scaleX(0); } }
@keyframes entrar { from { opacity: 0; transform: translateY(12px); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media (max-width: 1100px) {
  .artigo__grid { grid-template-columns: minmax(0, 700px); }
  .toc { display: none; }
  .mosaico { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mosaico .card--big { grid-row: auto; }
  .class-grid { grid-template-columns: 1fr; }
  .class-side { grid-template-columns: 1fr 1fr; align-items: start; }
}

@media (max-width: 1080px) {
  :root { --header-h: 58px; }
  .burger { display: inline-grid; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0; margin: 0;
    flex-direction: column; gap: 0; padding: 8px 16px 20px;
    background: var(--bg); border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    display: none;
  }
  .nav.is-open { display: flex; animation: entrar .3s var(--ease) both; }
  .nav a { padding: 16px 4px; border-radius: 0; font-size: 18px; border-bottom: 1px solid var(--line-2); }
  .nav a:hover { background: transparent; }
  .nav a:last-child { border-bottom: 0; }
  .nav a[aria-current="page"]::after { left: 4px; right: auto; width: 24px; bottom: 8px; }
  .header__tools { margin-left: auto; }

  .lead, .recordes, .split, .rel { grid-template-columns: 1fr; }
  .lead__main .media { aspect-ratio: 16 / 10; }
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card--wide { grid-template-columns: 1fr; }
  .clubes { grid-template-columns: 1fr; }
  .clube-stat { grid-template-columns: 1fr auto; align-items: baseline; }
  .clube-stat__det { grid-column: 1 / -1; }
  .filtros { border-radius: var(--r); position: static; box-shadow: none; }
  .artigo__figure .media { aspect-ratio: 16 / 10; }
  .footer__grid { grid-template-columns: repeat(3, 1fr); }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .logo span { font-size: 27px; }
  .header__in { gap: 12px; }
  .iconbtn { width: 40px; height: 40px; }
  .grid, .mosaico { grid-template-columns: 1fr; }
  .mosaico .card--big { grid-column: auto; }
  .card--row { grid-template-columns: 104px 1fr; gap: 14px; padding-block: 14px; }
  .chart__row { grid-template-columns: 1fr auto; gap: 6px 12px; }
  .chart__bar { grid-column: 1 / -1; grid-row: 2; }
  .chart__val { grid-row: 1; grid-column: 2; }
  .class-side { grid-template-columns: 1fr; }
  .hide-sm { display: none; }
  .liga td, .liga th { padding-inline: 5px; }
  .chips { width: 100%; }
  .chip { flex: 1 1 auto; padding: 0 12px; }
  .campo--select { width: 100%; }
  .byline { flex-wrap: wrap; }
  .byline__actions { margin-left: 0; width: 100%; }
  .byline__actions .pillbtn { flex: 1; justify-content: center; }
  .prose { font-size: 17px; }
  .resumo { padding: 18px; }
  .analise { padding: 22px 20px; }
  .s-item { grid-template-columns: 88px 1fr; gap: 14px; }
  .search { min-height: 56px; padding: 0 18px; }
  .search input { font-size: 17px; min-height: 52px; }
  .contactos { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .crumbs [aria-current] { max-width: 70vw; }
}

.sec--sm { margin-block: 40px; }
.sec-title--sm { font-size: clamp(26px, 2.6vw, 32px); margin: 32px 0 14px; }
.jogos { list-style: none; margin: 0; padding: 0; }
.jogo { display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--line-2); font-size: 15px; font-variant-numeric: tabular-nums; }
.jogo:last-child { border-bottom: 0; }
.jogo__hora { font-size: 13px; color: var(--muted); font-weight: 500; }
.jogo__hora b { display: block; color: var(--text-2); font-weight: 600; }
.jogo__eq { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.jogo__eq--casa { text-align: right; }
.jogo__eq a { text-decoration: none; }
.jogo__eq a:hover { text-decoration: underline; text-underline-offset: 3px; }
.jogo__eq.is-vence { font-weight: 600; }
.jogo__res { justify-self: center; min-width: 56px; text-align: center; padding: 4px 8px; border-radius: 8px; background: var(--surface-2); font: 800 20px/1 var(--f-display); }
.jogo__res i { font-style: normal; color: var(--muted); margin-inline: 3px; font-weight: 700; }
.jogo--agendado .jogo__res { background: transparent; font-size: 15px; }
.jogo--decorrer .jogo__hora { color: var(--accent-ink); font-weight: 700; }
.jogo--decorrer .jogo__res { background: color-mix(in srgb, var(--accent) 16%, transparent); }
.jogo--adiado .jogo__hora, .jogo--cancelado .jogo__hora { color: var(--z-uel); }
.jogo__comp { font-size: 12px; color: var(--muted); padding: 3px 9px; border-radius: 999px; border: 1px solid var(--line); white-space: nowrap; }
.jogos--data .jogo, .jogos--compacto .jogo { grid-template-columns: 52px minmax(0, 1fr) 50px minmax(0, 1fr); font-size: 14px; }
.jogos--data .jogo__comp { display: none; }
.jogos--data .jogo__res, .jogos--compacto .jogo__res { min-width: 46px; font-size: 17px; }
.jogos--compacto { margin-bottom: 16px; }
.dia { margin-bottom: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 6px 18px 4px; }
.dia__h { font-size: 13px; font-weight: 600; color: var(--muted); padding: 10px 0 6px; border-bottom: 1px solid var(--line); }
#jh-hoje .dia__h { font: 800 22px/1 var(--f-display); text-transform: uppercase; color: var(--text); }
.jogos-home { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; }
.jogos-home .sec-title { font-size: clamp(24px, 2.2vw, 30px); }
.res-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(20px, 3vw, 40px); align-items: start; }
.res-grid .sec-title--sm { margin-top: 0; }
.forma { display: inline-flex; gap: 3px; }
.forma i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 5px; font: 700 11px/1 var(--f-body); font-style: normal; color: #fdfdfc; }
.forma--V { background: var(--z-uecl); }
.forma--E { background: var(--z-playoff); }
.forma--D { background: var(--accent); }
.liga .clube a { text-decoration: none; }
.liga .clube a:hover { text-decoration: underline; text-underline-offset: 3px; }
.liga tr.is-destaque { background: color-mix(in srgb, var(--accent) 9%, transparent); }
.liga tr.is-destaque .clube { font-weight: 700; }
.z-uclq .pos::before, i.z-uclq { background: color-mix(in srgb, var(--z-ucl) 55%, var(--surface)); }
.clube-head { grid-template-columns: auto 1fr; align-items: center; gap: 20px; }
.avatar--xl { width: 96px; height: 96px; font-size: 38px; }
.clube-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-bottom: clamp(32px, 4vw, 48px); }
.mcard { display: grid; gap: 8px; align-content: start; border-top: 4px solid var(--club, var(--accent)); }
.mcard__h { font-size: 13px; font-weight: 600; color: var(--muted); }
.mcard__comp { font-size: 13px; color: var(--accent-ink); font-weight: 600; }
.mcard__jogo { font-size: 19px; font-weight: 600; line-height: 1.3; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.mcard__jogo a { text-decoration: none; }
.mcard__res { font: 800 24px/1 var(--f-display); padding: 5px 10px; border-radius: 8px; background: var(--surface-2); }
.mcard__res--V { background: color-mix(in srgb, var(--z-uecl) 20%, transparent); }
.mcard__res--D { background: color-mix(in srgb, var(--accent) 16%, transparent); }
.mcard__quando { font-size: 15px; }
.mcard__pos { font: 800 56px/.9 var(--f-display); }
.mcard__pos span { font-size: 24px; color: var(--muted); margin-left: 6px; }
.clubes-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr)); gap: 14px; }
.clube-card { position: relative; display: flex; gap: 14px; align-items: center; padding: 16px 18px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); transition: border-color .2s, transform .3s var(--ease); }
.clube-card:hover { border-color: var(--club); transform: translateY(-2px); }
.clube-card h2 { font-size: 17px; font-weight: 600; line-height: 1.25; }
.clube-card__txt p { font-size: 14px; color: var(--text-2); }
@media (max-width: 1100px) {
  .jogos-home { grid-template-columns: 1fr 1fr; }
  .jogos-home .panel:last-child { grid-column: 1 / -1; }
  .hide-md { display: none; }
}
@media (max-width: 900px) {
  .res-grid, .clube-cards { grid-template-columns: 1fr; }
  .jogos-home { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .jogo { grid-template-columns: 48px minmax(0, 1fr) 48px minmax(0, 1fr); gap: 8px; font-size: 14px; }
  .jogo__comp { display: none; }
  .jogo__res { min-width: 44px; font-size: 17px; padding: 4px 6px; }
  .dia { padding: 4px 14px 2px; }
  .avatar--xl { width: 64px; height: 64px; font-size: 26px; }
}
