:root {
  --ink: #f7f7f6;
  --muted: #a8adb7;
  --red: #d7263d;
  --red-bright: #f03952;
  --gold: #e3ad47;
}

* { box-sizing: border-box; }
html { min-height: 100%; }
body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 17% 12%, rgba(215, 38, 61, .24), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(227, 173, 71, .12), transparent 25%),
    linear-gradient(145deg, #080a0f 0%, #111722 62%, #080a0f 100%);
  font-family: Aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
.portal-page { overflow-x: hidden; }
.portal-page::before {
  content: "C";
  position: fixed;
  right: -5vw;
  bottom: -23vw;
  color: rgba(255,255,255,.018);
  font-size: min(62vw, 760px);
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
}

.portal-shell {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  width: min(1180px, calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 64px 0 34px;
}
.portal-intro {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  align-items: center;
  gap: clamp(30px, 6vw, 78px);
  margin-bottom: clamp(34px, 5vw, 58px);
}
.portal-heading { max-width: 620px; }
.portal-eyebrow {
  margin: 0 0 14px;
  color: #ef6f82;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.portal-heading h1, .coming-shell h1 {
  margin: 0;
  font-size: clamp(3.25rem, 8vw, 7.3rem);
  line-height: .88;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
.portal-heading > p:last-child { max-width: 570px; margin: 22px 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.6; }
.portal-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #171b23;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 30px;
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
}
.portal-photo img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 54%; }
.portal-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 38px 24px 20px;
  color: #d3d6dc;
  background: linear-gradient(transparent, rgba(8,10,15,.92));
  font-size: .78rem;
}
.portal-photo figcaption strong { color: white; }

.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.team-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(120px, 190px) 1fr;
  align-items: center;
  gap: clamp(18px, 4vw, 44px);
  min-height: 310px;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  text-decoration: none;
  background: rgba(12,16,23,.7);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  box-shadow: 0 30px 90px rgba(0,0,0,.26);
  backdrop-filter: blur(9px);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.team-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.team-card-jr::after { background: var(--gold); }
.team-card:hover, .team-card:focus-visible { transform: translateY(-6px); background: rgba(20,25,35,.82); border-color: rgba(255,255,255,.3); outline: 0; }
.team-card:hover::after, .team-card:focus-visible::after { transform: scaleX(1); }

.team-crest {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 190px;
  aspect-ratio: 1;
  padding: 10px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(0,0,0,.34);
}
.team-crest img { display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 20px; }
.team-crest-jr { border: 3px solid rgba(227,173,71,.75); }
.team-crest-jr > b {
  position: absolute;
  right: -8px;
  bottom: 13px;
  display: grid;
  place-items: center;
  min-width: 60px;
  min-height: 42px;
  padding: 7px 12px;
  color: #17120a;
  background: var(--gold);
  border: 4px solid #fff;
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(0,0,0,.3);
  font-size: 1.05rem;
  letter-spacing: .08em;
}
.team-copy { display: grid; align-content: center; }
.team-copy small { color: var(--muted); font-size: .7rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.team-copy strong { margin: 12px 0 28px; font-size: clamp(2rem, 4vw, 3.8rem); line-height: .94; letter-spacing: -.05em; text-transform: uppercase; }
.team-copy > span { color: #d7dae0; font-size: .84rem; font-weight: 800; }
.team-copy > span b { margin-left: 7px; color: var(--red-bright); font-size: 1.1rem; }
.team-card-jr .team-copy > span b { color: var(--gold); }
.portal-footer { margin-top: 40px; color: #757b87; font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.portal-footer span { color: var(--red); }

.coming-page { display: grid; place-items: center; padding: 100px 20px 50px; }
.floating-home {
  position: fixed;
  z-index: 5;
  top: 22px;
  left: 22px;
  padding: 12px 17px;
  color: #f0f1f3;
  background: rgba(8,10,15,.78);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  font-size: .82rem;
  font-weight: 850;
  text-decoration: none;
}
.floating-home:hover { border-color: rgba(255,255,255,.4); }
.coming-shell { position: relative; z-index: 1; display: grid; justify-items: center; width: min(720px, 100%); text-align: center; }
.coming-crest { width: min(210px, 48vw); margin-bottom: 38px; }
.coming-shell h1 { font-size: clamp(3.2rem, 11vw, 7rem); }
.coming-soon { margin: 28px 0 0; color: var(--gold); font-size: .8rem; font-weight: 900; letter-spacing: .28em; text-transform: uppercase; }
.coming-copy { margin: 16px 0 30px; color: var(--muted); }
.portal-button { display: inline-flex; align-items: center; min-height: 48px; padding: 0 20px; color: #fff; background: var(--red); border-radius: 999px; font-weight: 850; text-decoration: none; }
.portal-button:hover { background: var(--red-bright); }

@media (max-width: 860px) {
  .portal-shell { align-content: start; padding-top: 50px; }
  .portal-intro { grid-template-columns: 1fr; gap: 28px; }
  .portal-photo img { aspect-ratio: 16 / 8.5; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card { min-height: 240px; }
}

@media (max-width: 540px) {
  .portal-shell { width: min(100% - 28px, 1180px); padding-top: 38px; }
  .portal-heading h1 { font-size: clamp(2.9rem, 17vw, 4.4rem); }
  .portal-heading > p:last-child { font-size: .95rem; }
  .portal-photo { border-radius: 22px; }
  .portal-photo img { aspect-ratio: 4 / 3; }
  .portal-photo figcaption { padding: 32px 16px 14px; font-size: .68rem; }
  .team-card { grid-template-columns: 106px 1fr; min-height: 190px; padding: 20px; border-radius: 22px; }
  .team-crest { border-radius: 20px; }
  .team-crest img { border-radius: 14px; }
  .team-crest-jr > b { right: -6px; bottom: 8px; min-width: 46px; min-height: 34px; padding: 5px 8px; border-width: 3px; font-size: .78rem; }
  .team-copy strong { margin: 9px 0 18px; font-size: clamp(1.65rem, 9vw, 2.5rem); }
  .team-copy > span { font-size: .74rem; }
  .floating-home { top: 14px; left: 14px; }
}

/* Cuervos JR */
.jr-page { margin: 0; color: #14171d; background: #f1efea; }
.jr-page a { color: inherit; }
.jr-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 22px;
  min-height: 76px;
  padding: 10px clamp(18px, 5vw, 72px);
  color: white;
  background: rgba(8,10,15,.95);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
}
.jr-back { padding: 9px 13px; border: 1px solid #454b55; border-radius: 999px; font-size: .72rem; font-weight: 850; text-decoration: none; }
.jr-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.jr-brand strong, .jr-brand small { display: block; }
.jr-brand strong { font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.jr-brand small { margin-top: 2px; color: #aeb3bd; font-size: .66rem; }
.jr-mini-crest { position: relative; display: block; width: 44px; height: 44px; padding: 3px; background: white; border-radius: 11px; }
.jr-mini-crest img { width: 100%; height: 100%; object-fit: contain; }
.jr-mini-crest b { position: absolute; right: -7px; bottom: -3px; padding: 2px 5px; color: #17120a; background: var(--gold); border: 2px solid white; border-radius: 6px; font-size: .5rem; }
.jr-header nav { justify-self: end; display: flex; gap: 25px; }
.jr-header nav a { color: #c9ccd2; font-size: .76rem; font-weight: 800; text-decoration: none; }
.jr-header nav a:hover { color: white; }

.jr-hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
  min-height: 640px;
  padding: clamp(70px, 9vw, 130px) clamp(20px, 7vw, 110px);
  color: white;
  background:
    radial-gradient(circle at 79% 31%, rgba(227,173,71,.2), transparent 26%),
    radial-gradient(circle at 20% 16%, rgba(215,38,61,.22), transparent 28%),
    linear-gradient(145deg, #080a0f, #121722 68%, #090b10);
}
.jr-hero-copy h1 { margin: 0; font-size: clamp(3.4rem, 8vw, 7.2rem); line-height: .87; letter-spacing: -.065em; text-transform: uppercase; }
.jr-hero-copy h1 em { color: #969ca8; font-style: normal; }
.jr-hero-copy > p:not(.portal-eyebrow) { max-width: 610px; margin: 28px 0 32px; color: #bfc3cb; font-size: clamp(1rem, 2vw, 1.18rem); line-height: 1.65; }
.jr-hero-visual { position: relative; display: grid; justify-items: center; }
.jr-main-crest { width: min(310px, 70vw); max-width: 310px; }
.jr-debut-card { position: absolute; right: 3%; bottom: -34px; display: grid; min-width: 178px; padding: 20px 23px; color: #17120a; background: var(--gold); border: 6px solid #fff; border-radius: 22px; box-shadow: 0 22px 55px rgba(0,0,0,.32); }
.jr-debut-card small { font-size: .65rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.jr-debut-card strong { margin: 5px 0; font-size: 1.3rem; text-transform: uppercase; }
.jr-debut-card span { font-size: .82rem; font-weight: 800; }

.jr-section { padding: clamp(72px, 9vw, 120px) clamp(20px, 7vw, 110px); }
.jr-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.jr-section h2 { margin: 0; font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: .95; letter-spacing: -.05em; }
.jr-status, .jr-count, .jr-leader-pill { padding: 9px 13px; color: #5e636c; border: 1px solid rgba(17,19,24,.14); border-radius: 999px; font-size: .76rem; font-weight: 800; }
.jr-leader-pill { color: #fff; background: #d7263d; border-color: #d7263d; }
.jr-tournament { background: white; }
.jr-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(17,19,24,.12); border-bottom: 1px solid rgba(17,19,24,.12); }
.jr-facts article { padding: 26px 20px; border-right: 1px solid rgba(17,19,24,.12); }
.jr-facts article:first-child { padding-left: 0; }
.jr-facts article:last-child { border-right: 0; }
.jr-facts small, .jr-facts strong { display: block; }
.jr-facts small { color: #777c85; font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.jr-facts strong { margin-top: 10px; font-size: clamp(1rem, 2vw, 1.35rem); }

.jr-standings-section { background: #eceae6; }
.jr-table-card { overflow: hidden; background: white; border: 1px solid rgba(17,19,24,.12); border-radius: 22px; }
.jr-table-scroll { max-width: 100%; overflow-x: auto; }
.jr-standings-table { width: 100%; min-width: 820px; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.jr-standings-table th, .jr-standings-table td { padding: 15px 13px; text-align: center; border-bottom: 1px solid rgba(17,19,24,.1); white-space: nowrap; }
.jr-standings-table thead th { color: #666b75; background: #f7f7f5; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.jr-standings-table th:first-child { position: sticky; left: 0; z-index: 2; width: 245px; text-align: left; background: #fff; box-shadow: 9px 0 12px -12px rgba(9,11,16,.5); }
.jr-standings-table thead th:first-child { z-index: 3; background: #f7f7f5; }
.jr-standings-table tbody th { display: flex; align-items: center; gap: 10px; }
.jr-standings-table tr:last-child th, .jr-standings-table tr:last-child td { border-bottom: 0; }
.jr-standings-table .is-cuervos th, .jr-standings-table .is-cuervos td { background: #fff0f1; }
.jr-standings-table .is-cuervos th { box-shadow: inset 4px 0 0 var(--red), 9px 0 12px -12px rgba(9,11,16,.5); }
.jr-rank { display: inline-grid; flex: 0 0 30px; place-items: center; width: 30px; height: 30px; color: white; background: #11151d; border-radius: 8px; font-size: .72rem; }
.is-cuervos .jr-rank { background: var(--red); }
.jr-row-crest { width: 30px; height: 30px; padding: 2px; background: white; border-radius: 7px; }
.jr-row-crest img { width: 100%; height: 100%; object-fit: contain; }
.jr-table-note { margin: 13px 0 0; color: #6f747d; font-size: .74rem; }

.jr-matches-section { background: #11151d; color: white; }
.jr-matches-section .portal-eyebrow { color: #ef7789; }
.jr-matches-section .jr-count { color: #d7dae0; border-color: rgba(255,255,255,.18); }
.jr-match-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 18px; overflow: hidden; background: #080a0f; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; }
.jr-match-summary article { padding: 21px 22px; border-right: 1px solid rgba(255,255,255,.1); }
.jr-match-summary article:last-child { border-right: 0; }
.jr-match-summary small, .jr-match-summary strong { display: block; }
.jr-match-summary small { color: #9197a2; font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.jr-match-summary strong { margin-top: 7px; font-size: 1.18rem; }
.jr-matches-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.jr-match-card { padding: 22px; background: #1b202a; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; }
.jr-match-card.is-next { background: rgba(227,173,71,.09); border-color: rgba(227,173,71,.72); }
.jr-match-card.is-result { background: #171b23; }
.jr-match-meta { display: flex; justify-content: space-between; gap: 16px; color: #aeb3bd; font-size: .7rem; }
.jr-match-meta b { color: #e0b75f; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.jr-match-score { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 16px; margin-top: 25px; }
.jr-match-score span { font-size: .9rem; font-weight: 850; text-transform: uppercase; }
.jr-match-score span:last-child { text-align: right; }
.jr-match-score strong { color: white; font-size: clamp(1.5rem, 3vw, 2.4rem); letter-spacing: -.05em; }
.jr-match-card.is-next .jr-match-score strong { color: var(--gold); font-size: 1rem; letter-spacing: .08em; }

.jr-players-section { background: white; }
.jr-player-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 20px; }
.jr-top-scorer { min-height: 360px; padding: 30px; color: white; background: #090b10; border-radius: 22px; box-shadow: 0 24px 60px rgba(9,11,16,.18); }
.jr-top-scorer > span { color: #f1c068; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.jr-top-scorer > strong { display: block; margin-top: 54px; color: var(--gold); font-size: 6rem; line-height: .78; letter-spacing: -.08em; }
.jr-top-scorer h3 { margin: 25px 0 7px; font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -.04em; }
.jr-top-scorer p { margin: 0; color: #aeb3bd; }
.jr-player-table { width: 100%; min-width: 560px; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.jr-player-table th, .jr-player-table td { padding: 16px 17px; text-align: center; border-bottom: 1px solid rgba(17,19,24,.1); white-space: nowrap; }
.jr-player-table thead th { color: #666b75; background: #f7f7f5; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.jr-player-table th:first-child { position: sticky; left: 0; z-index: 2; min-width: 190px; text-align: left; background: white; box-shadow: 9px 0 12px -12px rgba(9,11,16,.5); }
.jr-player-table thead th:first-child { z-index: 3; background: #f7f7f5; }
.jr-player-table tr:last-child th, .jr-player-table tr:last-child td { border-bottom: 0; }
.jr-yellow-card { display: inline-block; width: .58em; height: .82em; margin-right: .35em; background: #f2cf17; border-radius: 1px; vertical-align: -.03em; }
.jr-position-badge { display: inline-flex; align-items: center; margin-left: .45rem; padding: .24rem .45rem; color: white; background: #11151d; border-radius: 999px; font-size: .6rem; font-weight: 850; letter-spacing: .06em; line-height: 1; text-transform: uppercase; vertical-align: middle; }

.jr-videos-section { color: white; background: #11151d; }
.jr-videos-section .portal-eyebrow { color: #ef7789; }
.jr-videos-section .jr-count { color: #d7dae0; border-color: rgba(255,255,255,.18); }
.jr-video-coming-soon { position: relative; display: grid; justify-items: center; min-height: 380px; padding: clamp(48px, 8vw, 88px) 24px; overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 15%, rgba(215,38,61,.25), transparent 38%), #080a0f; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; }
.jr-video-coming-soon::before { position: absolute; inset: 0; background: linear-gradient(115deg, transparent 42%, rgba(255,255,255,.035) 50%, transparent 58%); content: ""; }
.jr-video-coming-soon > * { position: relative; z-index: 1; }
.jr-video-coming-soon h3 { margin: 14px 0 12px; font-size: clamp(2.7rem, 7vw, 5.8rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.jr-video-coming-soon > p:last-child { max-width: 610px; margin: 0; color: #aeb3bd; font-size: 1rem; line-height: 1.65; }
.jr-video-icon { display: grid; place-items: center; width: 92px; height: 66px; margin-bottom: 28px; background: var(--red); border-radius: 20px; box-shadow: 0 18px 45px rgba(215,38,61,.32); }
.jr-video-icon span { width: 0; height: 0; margin-left: 6px; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 19px solid white; }

.jr-teams-section { color: white; background: #11151d; }
.jr-teams-section .portal-eyebrow { color: #ef7789; }
.jr-teams-section .jr-count { color: #d7dae0; border-color: rgba(255,255,255,.18); }
.jr-teams { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.jr-team { display: grid; justify-items: center; align-content: center; min-height: 190px; padding: 22px 14px; text-align: center; background: #1b202a; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; }
.jr-team strong { margin-top: 14px; font-size: .88rem; text-transform: uppercase; }
.jr-team small { margin-top: 5px; color: #aeb3bd; font-size: .66rem; }
.jr-team-mark, .jr-team-crest { display: grid; place-items: center; width: 68px; height: 68px; color: #151821; background: #f0ede6; border-radius: 18px; font-size: 1.1rem; font-weight: 950; }
.jr-team-crest { padding: 5px; background: white; }
.jr-team-crest img { width: 100%; height: 100%; object-fit: contain; border-radius: 11px; }
.jr-team-cuervos { border-color: rgba(227,173,71,.65); background: rgba(227,173,71,.08); }
.jr-team-cuervos .jr-team-crest { box-shadow: 0 0 0 3px var(--gold); }

.jr-next-data { background: #f1efea; }
.jr-placeholder-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.jr-placeholder-grid article { min-height: 210px; padding: 28px; background: white; border: 1px solid rgba(17,19,24,.12); border-radius: 22px; }
.jr-placeholder-grid span { color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.jr-placeholder-grid h3 { margin: 44px 0 8px; font-size: 1.5rem; }
.jr-placeholder-grid p { margin: 0; color: #737881; }
.jr-footer { display: flex; justify-content: space-between; gap: 24px; padding: 32px clamp(20px, 7vw, 110px); color: #aeb3bd; background: #050609; font-size: .75rem; }
.jr-footer strong { color: white; font-size: 1.15rem; letter-spacing: .08em; }
.jr-footer strong span { color: var(--gold); }
.jr-footer a { text-decoration: none; }

@media (max-width: 900px) {
  .jr-hero { grid-template-columns: 1fr; min-height: auto; }
  .jr-hero-visual { padding-top: 20px; }
  .jr-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jr-facts article:nth-child(2) { border-right: 0; }
  .jr-facts article:nth-child(-n+2) { border-bottom: 1px solid rgba(17,19,24,.12); }
  .jr-teams { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jr-player-layout { grid-template-columns: 1fr; }
  .jr-match-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jr-match-summary article:nth-child(2) { border-right: 0; }
  .jr-match-summary article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
}

@media (max-width: 650px) {
  .jr-header { grid-template-columns: auto 1fr; min-height: 68px; gap: 12px; }
  .jr-header nav { display: none; }
  .jr-brand { justify-self: end; }
  .jr-hero { padding-top: 64px; }
  .jr-debut-card { right: 0; min-width: 150px; padding: 16px 18px; }
  .jr-section-heading { align-items: flex-start; flex-direction: column; }
  .jr-facts { grid-template-columns: 1fr; }
  .jr-facts article, .jr-facts article:first-child { padding: 21px 0; border-right: 0; border-bottom: 1px solid rgba(17,19,24,.12); }
  .jr-facts article:last-child { border-bottom: 0; }
  .jr-teams { grid-template-columns: 1fr 1fr; gap: 9px; }
  .jr-team { min-height: 155px; }
  .jr-matches-grid { grid-template-columns: 1fr; }
  .jr-match-score { gap: 10px; }
  .jr-match-score span { font-size: .78rem; }
  .jr-placeholder-grid { grid-template-columns: 1fr; }
  .jr-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}
