:root {
  color-scheme: light;
  --fg-page-width: 1320px;
  --fg-page-gutter: 64px;
  --fg-h1-size: 4rem;
  --fg-h2-size: 2.65rem;
  --fg-h3-size: 1.16rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--fg-paper);
  color: var(--fg-ink);
  font-family: var(--fg-body-font, "Avenir Next", "Segoe UI", sans-serif);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

button {
  border: 0;
}

main {
  overflow: clip;
}

.fg-shell {
  width: min(var(--fg-page-width), calc(100vw - var(--fg-page-gutter)));
  margin: 0 auto;
}

.fg-card-tag,
.fg-footnote,
.fg-kicker,
.fg-section-kicker,
.fg-hero-season {
  margin: 0;
  color: var(--fg-muted);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.fg-skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
}

.fg-skip-link:focus {
  left: 12px;
  z-index: 60;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--fg-accent-deep);
  color: #fff;
}

.fg-header {
  position: sticky;
  top: 0;
  z-index: 40;
}

.fg-header.is-overlay {
  position: absolute;
  inset: 0 0 auto;
}

.fg-topbar {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  min-height: 76px;
  padding: 0;
}

.fg-header.is-solid .fg-topbar {
  padding: 0;
}

.fg-header.is-solid {
  border-bottom: 1px solid rgba(32, 36, 32, 0.08);
  background: rgba(255, 255, 251, 0.94);
  box-shadow: 0 8px 24px rgba(26, 44, 31, 0.045);
  backdrop-filter: blur(18px);
}

.fg-header.is-overlay .fg-topbar {
  color: #fff;
}

.fg-brand,
.fg-display,
.fg-fixture-match strong,
.fg-section-line h2,
.fg-feature-copy h2,
.fg-cta-ribbon h2,
.fg-questions-title,
.fg-info-card h1,
.fg-info-block h2,
.fg-detail-card h2,
.fg-round-group h3,
.fg-slab h1 {
  font-family: var(--fg-display-font, "Iowan Old Style", "Palatino Linotype", Georgia, serif);
  letter-spacing: 0;
}

.fg-brand-link {
  color: inherit;
}

.fg-brandmark {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: auto;
}

.fg-brandmark.is-compact {
  gap: 6px;
}

.fg-brandmark-symbol {
  display: block;
  width: 76px;
  height: auto;
  flex: 0 0 auto;
}

.fg-brandmark.is-compact .fg-brandmark-symbol {
  width: 68px;
}

.fg-brandmark-speed {
  fill: none;
  stroke: var(--fg-accent);
  stroke-linecap: round;
  stroke-width: 7;
  opacity: 0.88;
}

.fg-brandmark-speed.is-strong {
  opacity: 1;
}

.fg-brandmark-speed.is-soft {
  opacity: 0.72;
}

.fg-brandmark-a {
  fill: var(--fg-accent-deep);
}

.fg-brandmark-m {
  fill: var(--fg-accent);
}

.fg-brandmark-ball-bg {
  fill: var(--fg-bone);
  stroke: var(--fg-accent-deep);
  stroke-width: 5;
}

.fg-brandmark-ball-core {
  fill: var(--fg-accent-deep);
}

.fg-brandmark-ball-stitch {
  fill: none;
  stroke: var(--fg-accent-deep);
  stroke-linecap: round;
  stroke-width: 3;
}

.fg-brandmark-orbit {
  fill: none;
  stroke: var(--fg-accent-deep);
  stroke-linecap: round;
  stroke-width: 3;
  opacity: 0.45;
}

.fg-brandmark-wording {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.fg-brandmark-main,
.fg-brandmark-suffix {
  display: block;
  color: var(--fg-accent-deep);
  font-family: var(--fg-body-font, "Avenir Next", "Segoe UI", sans-serif);
  font-size: 1.17rem;
  font-weight: 900;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  white-space: nowrap;
}

.fg-brandmark-suffix {
  color: var(--fg-accent);
  font-size: 0.92rem;
  letter-spacing: 0;
}

.fg-brandmark.is-compact .fg-brandmark-main {
  font-size: 1.02rem;
}

.fg-brandmark.is-compact .fg-brandmark-suffix {
  font-size: 0.82rem;
}

.fg-brandmark.is-light .fg-brandmark-speed,
.fg-brandmark.is-light .fg-brandmark-m,
.fg-brandmark.is-light .fg-brandmark-a,
.fg-brandmark.is-light .fg-brandmark-ball-core {
  fill: #fff;
  stroke: #fff;
}

.fg-brandmark.is-light .fg-brandmark-ball-bg {
  fill: rgba(255, 255, 255, 0.1);
  stroke: #fff;
}

.fg-brandmark.is-light .fg-brandmark-ball-stitch,
.fg-brandmark.is-light .fg-brandmark-orbit {
  stroke: #fff;
}

.fg-brandmark.is-light .fg-brandmark-main,
.fg-brandmark.is-light .fg-brandmark-suffix {
  color: #fff;
}

.fg-nav {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.96rem;
}

.fg-header.is-overlay .fg-nav {
  gap: 18px;
  font-size: 0.88rem;
}

.fg-nav a {
  padding: 10px 0 12px;
  border-bottom: 2px solid transparent;
  color: inherit;
}

.fg-nav a.is-active,
.fg-nav a:hover {
  border-color: var(--fg-accent);
}

.fg-header.is-overlay .fg-nav a.is-active,
.fg-header.is-overlay .fg-nav a:hover {
  border-color: #8fb194;
}

.fg-season-control {
  justify-self: end;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(87, 109, 84, 0.92);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
}

.fg-header.is-solid .fg-season-control {
  border-color: rgba(49, 64, 50, 0.12);
  background: var(--fg-accent-soft);
  color: var(--fg-accent-deep);
}

.fg-hero {
  background-position: center 35%;
  background-size: cover;
}

.fg-hero-stage {
  min-height: 650px;
  padding: 54px 0 34px;
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(760px, 1.42fr);
  gap: 34px;
  align-items: center;
}

.fg-hero-copy {
  max-width: 520px;
  color: #fff;
  text-align: left;
}

.fg-hero-season {
  color: #cdd8c9;
}

.fg-display {
  margin: 0 0 16px;
  font-size: var(--fg-h1-size);
  line-height: 0.9;
  color: #fff;
}

.fg-hero-support {
  margin: 0;
  max-width: 500px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
}

.fg-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
}

.fg-hero-meta span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 6px;
  min-height: 40px;
  padding: 0 10px 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(12, 21, 15, 0.28);
  backdrop-filter: blur(10px);
  font-weight: 650;
}

.fg-hero-meta strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}

.fg-hero-meta em {
  color: rgba(255, 255, 255, 0.88);
  font-style: normal;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fg-hero-meta img {
  width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.fg-hero-meta .fg-hero-stat {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "icon value"
    "icon label";
  align-items: center;
  gap: 0 6px;
  min-width: 0;
  padding: 6px 7px;
}

.fg-hero-stat img {
  grid-area: icon;
}

.fg-hero-stat strong {
  grid-area: value;
}

.fg-hero-stat em {
  grid-area: label;
  overflow: visible;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0;
  text-overflow: clip;
  text-transform: uppercase;
  white-space: nowrap;
}

.fg-fixture-slab,
.fg-slab,
.fg-detail-card,
.fg-round-group,
.fg-editorial-card,
.fg-metric-card,
.fg-info-card,
.fg-info-block,
.fg-cookie,
.fg-question-item {
  border: 1px solid rgba(212, 221, 208, 0.88);
  background: rgba(251, 253, 248, 0.97);
  box-shadow: var(--fg-shadow);
}

.fg-fixture-slab {
  margin-top: 0;
  padding: 16px 18px 12px;
  border-radius: 24px;
  background: rgba(251, 253, 248, 0.98);
  box-shadow: 0 24px 80px rgba(18, 24, 19, 0.28);
}

.fg-fixture-toolbar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: stretch;
}

.fg-fixture-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fg-fixture-tab,
.fg-filter-pill {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(212, 221, 208, 0.92);
  border-radius: 999px;
  background: transparent;
  color: var(--fg-ink);
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
}

.fg-fixture-tab.is-active,
.fg-filter-pill.is-active {
  border-color: var(--fg-accent);
  background: var(--fg-accent);
  color: #fff;
}

.fg-fixture-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  width: fit-content;
  max-width: 100%;
  padding: 6px 8px;
  border: 1px solid rgba(212, 221, 208, 0.66);
  border-radius: 999px;
  background: rgba(251, 253, 248, 0.72);
}

.fg-fixture-tools-title {
  padding: 0 4px 0 2px;
  color: var(--fg-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.fg-fixture-select {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: var(--fg-muted);
  font-size: 0.76rem;
  line-height: 1;
}

.fg-fixture-select span {
  white-space: nowrap;
}

.fg-fixture-select select,
.fg-browser-grid input,
.fg-browser-grid select,
.fg-ghost-button {
  min-height: 30px;
  padding: 0 28px 0 10px;
  border: 1px solid rgba(212, 221, 208, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--fg-ink);
  font-size: 0.82rem;
  font-weight: 600;
}

.fg-fixture-reset {
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(85, 104, 77, 0.18);
  border-radius: 999px;
  background: rgba(85, 104, 77, 0.08);
  color: var(--fg-accent-deep);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.fg-fixture-frame {
  position: relative;
  margin-top: 12px;
  border: 1px solid rgba(212, 221, 208, 0.92);
  border-radius: 22px;
  background: rgba(251, 253, 248, 0.94);
  overflow: hidden;
}

.fg-fixture-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 94px;
  pointer-events: none;
  background: linear-gradient(to top, rgba(251, 253, 248, 0.98), rgba(251, 253, 248, 0));
  transition: height 180ms ease;
}

.fg-fixture-scroll {
  max-height: 360px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(85, 104, 77, 0.42) transparent;
  transition: max-height 240ms ease;
}

.fg-fixture-slab.is-expanded .fg-fixture-scroll {
  max-height: min(76vh, 880px);
}

.fg-fixture-slab.is-expanded .fg-fixture-frame::after {
  height: 34px;
}

.fg-fixture-scroll::-webkit-scrollbar {
  width: 10px;
}

.fg-fixture-scroll::-webkit-scrollbar-thumb {
  border: 2px solid rgba(251, 253, 248, 0.92);
  border-radius: 999px;
  background: rgba(85, 104, 77, 0.42);
}

.fg-fixture-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.fg-fixture-head th {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 11px 14px;
  border-bottom: 1px solid rgba(212, 221, 208, 0.92);
  background: rgba(243, 246, 241, 0.96);
  color: var(--fg-muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.fg-fixture-row {
  min-height: 62px;
  font-size: 0.95rem;
}

.fg-fixture-row td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(212, 221, 208, 0.68);
  vertical-align: middle;
}

.fg-fixture-row:last-child td {
  border-bottom: 0;
}

.fg-fixture-row--empty td {
  padding: 24px 18px;
  color: var(--fg-muted);
  font-weight: 700;
  text-align: center;
}

.fg-fixture-round {
  color: var(--fg-muted);
  font-weight: 600;
  white-space: nowrap;
}

.fg-fixture-row td:first-child {
  width: 66px;
}

.fg-fixture-row td:nth-child(2) {
  width: 118px;
}

.fg-fixture-row td:nth-child(3) {
  width: auto;
}

.fg-fixture-row td:nth-child(4) {
  width: 126px;
}

.fg-fixture-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 68px;
  padding: 7px 11px;
  border-radius: 10px;
  background: rgba(85, 104, 77, 0.09);
  color: var(--fg-accent-deep);
  font-weight: 900;
}

.fg-fixture-match {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(68px, auto) minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-size: 0.94rem;
}

.fg-fixture-team-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}

.fg-fixture-match .fg-fixture-team-link:last-of-type {
  justify-content: end;
  text-align: right;
}

.fg-fixture-team-link img {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.fg-fixture-team-link span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
}

.fg-fixture-match .fg-fixture-team-link span {
  display: block;
  min-width: 0;
  color: inherit;
  justify-content: initial;
}

.fg-fixture-match strong,
.fg-team-link span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fg-fixture-match span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  color: var(--fg-accent-deep);
}

.fg-fixture-match .fg-fixture-team-link span {
  display: block;
  min-width: 0;
  color: inherit;
  justify-content: initial;
}

.fg-fixture-arena {
  color: var(--fg-muted);
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fg-fixture-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 14px;
}

.fg-fixture-count {
  margin: 0;
  color: var(--fg-muted);
}

.fg-fixture-expand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(85, 104, 77, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 251, 0.78);
  color: var(--fg-accent-deep);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 750;
}

.fg-fixture-expand::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.fg-fixture-expand[aria-expanded="true"]::after {
  transform: translateY(2px) rotate(225deg);
}

.fg-action-button {
  min-height: 42px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.fg-action-link,
.fg-inline-link,
.fg-text-link,
.fg-endnote-action,
.fg-questions-link {
  color: var(--fg-accent-deep);
  font-weight: 700;
}

.fg-team-grid-section,
.fg-feature-section,
.fg-match-browser-section,
.fg-questions,
.fg-detail-grid-section,
.fg-team-schedule-section,
.fg-info-hero,
.fg-info-section {
  padding: 26px 0;
}

.fg-team-grid-section {
  padding: 58px 0 66px;
  background: var(--fg-paper);
}

.fg-team-grid-section .fg-section-line {
  margin-bottom: 26px;
}

.fg-questions {
  padding: 58px 0 62px;
  background: var(--fg-paper);
}

.fg-team-grid-section .fg-shell,
.fg-feature-section .fg-shell,
.fg-cta-ribbon .fg-shell,
.fg-questions .fg-shell,
.fg-endnote .fg-shell {
  width: min(var(--fg-page-width), calc(100vw - var(--fg-page-gutter)));
}

.fg-section-line {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.fg-section-line--stack {
  align-items: start;
  flex-direction: column;
  gap: 10px;
}

.fg-section-line h2 {
  margin: 0;
  font-size: var(--fg-h2-size);
  line-height: 0.96;
}

.fg-section-summary {
  margin: 0;
  max-width: 680px;
  color: var(--fg-muted);
}

.fg-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.fg-team-card {
  display: grid;
  gap: 4px;
  min-height: 82px;
  padding: 10px 12px;
  border: 1px solid rgba(212, 221, 208, 0.94);
  border-radius: 16px;
  background: rgba(251, 253, 248, 0.9);
  box-shadow: 0 10px 26px rgba(31, 42, 32, 0.06);
}

.fg-team-card-top,
.fg-team-card-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.fg-team-card-name {
  justify-content: flex-start;
  min-width: 0;
}

.fg-team-card-name img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.fg-team-card-name h3 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fg-team-card-top strong {
  color: var(--fg-accent-deep);
  font-size: 0.92rem;
}

.fg-team-card-meta,
.fg-team-card-next,
.fg-info-card p,
.fg-info-block p,
.fg-detail-card p,
.fg-round-group p,
.fg-question-a {
  margin: 0;
  color: var(--fg-muted);
}

.fg-team-card-next {
  font-size: 0.78rem;
}

.fg-team-card-meta {
  font-size: 0.82rem;
}

.fg-feature-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: 34px;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.fg-feature-section-alt .fg-feature-split {
  grid-template-columns: minmax(420px, 1.08fr) minmax(0, 0.92fr);
  gap: 38px;
  padding: 24px;
  border: 1px solid rgba(217, 223, 212, 0.92);
  border-radius: 28px;
  background: var(--fg-bone);
  box-shadow: 0 18px 54px rgba(31, 42, 32, 0.07);
}

.fg-feature-band {
  padding: 58px 0;
  border-top: 1px solid rgba(54, 62, 55, 0.11);
  border-bottom: 1px solid rgba(54, 62, 55, 0.11);
  background: #ecefeb;
}

.fg-feature-section-alt {
  padding: 62px 0;
  background: var(--fg-paper);
}

.fg-feature-copy {
  display: grid;
  gap: 10px;
  align-content: center;
}

.fg-feature-copy h2 {
  margin: 0;
  font-size: var(--fg-h2-size);
  line-height: 1.02;
  color: var(--fg-ink);
}

.fg-feature-copy p {
  margin: 0;
  max-width: 56ch;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--fg-ink);
}

.fg-feature-copy-stats {
  padding: 0;
}

.fg-feature-media img {
  width: 100%;
  height: 320px;
  min-height: 0;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 18px 46px rgba(31, 42, 32, 0.09);
}

.fg-feature-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.fg-feature-points span {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 0;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--fg-ink);
  font-size: 0.76rem;
  font-weight: 800;
  text-align: center;
}

.fg-feature-points span + span {
  border-left: 1px solid rgba(32, 36, 32, 0.14);
}

.fg-feature-points img {
  width: 22px;
  height: 22px;
  opacity: 0.86;
}

.fg-stat-note {
  margin: 0;
  color: var(--fg-muted);
  font-size: 0.86rem;
}

.fg-button-solid,
.fg-solid-button,
.fg-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 12px;
  background: var(--fg-accent);
  color: #fff;
  font-weight: 700;
}

.fg-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 12px;
}

.fg-stat {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "icon number"
    "icon label";
  justify-content: start;
  align-items: center;
  min-height: 86px;
  gap: 2px 10px;
  padding: 14px 12px;
  border: 1px solid rgba(217, 223, 212, 0.9);
  border-radius: 16px;
  background: #f8faf5;
}

.fg-stat strong {
  grid-area: number;
  font-family: var(--fg-body-font, "Avenir Next", "Segoe UI", sans-serif);
  font-size: 1.34rem;
  font-weight: 750;
  line-height: 1;
  color: var(--fg-ink);
}

.fg-stat img {
  grid-area: icon;
  width: 30px;
  height: 30px;
  padding: 7px;
  border-radius: 999px;
  background: var(--fg-accent-soft);
  opacity: 0.9;
}

.fg-stat span {
  grid-area: label;
  color: var(--fg-muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.fg-browser-tools {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

.fg-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
  gap: 20px;
  align-items: end;
  margin-bottom: 20px;
}

.fg-section-head h2 {
  margin: 8px 0 0;
  font-size: var(--fg-h2-size);
  line-height: 0.96;
}

.fg-section-head p {
  margin: 0;
  color: var(--fg-muted);
}

.fg-browser-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fg-browser-grid,
.fg-filter-bar {
  display: grid;
  grid-template-columns: minmax(0, 2fr) repeat(2, minmax(160px, 1fr)) auto auto;
  gap: 12px;
  align-items: end;
}

.fg-browser-grid label,
.fg-filter-bar label {
  display: grid;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--fg-muted);
}

.fg-ghost-button {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.72);
}

.fg-filter-count {
  margin: 0;
  color: var(--fg-muted);
  font-size: 0.98rem;
}

.fg-round-stack,
.fg-round-list,
.fg-compact-list,
.fg-related-list,
.fg-question-list {
  display: grid;
  gap: 14px;
}

.fg-round-group,
.fg-detail-card,
.fg-slab {
  padding: 20px;
  border-radius: 20px;
}

.fg-round-group header,
.fg-detail-card header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 12px;
}

.fg-round-group h3,
.fg-detail-card h2 {
  margin: 0;
  font-size: var(--fg-h3-size);
}

.fg-match-row,
.fg-compact-row,
.fg-related-team {
  display: grid;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(212, 221, 208, 0.84);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
}

.fg-match-meta,
.fg-match-row-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: var(--fg-muted);
  font-size: 0.9rem;
}

.fg-status-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--fg-accent-soft);
  color: var(--fg-accent-deep);
  font-size: 0.88rem;
  font-weight: 700;
}

.fg-match-row-main,
.fg-match-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.fg-team-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 700;
}

.fg-team-link-end {
  justify-content: end;
}

.fg-empty-state,
.fg-card-note {
  margin: 16px 0 0;
  color: var(--fg-muted);
}

.fg-cta-ribbon {
  padding: 28px 0 68px;
  border-top: 0;
  background: var(--fg-paper);
}

.fg-cta-band {
  padding: 30px 0;
  background-position: center;
  background-size: cover;
}

.fg-cta-band-inner,
.fg-cta-ribbon-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
  gap: 28px;
  align-items: center;
  min-height: 230px;
  padding: 30px 36px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  overflow: visible;
}

.fg-cta-band h2,
.fg-cta-ribbon h2 {
  margin: 0 0 8px;
  max-width: 760px;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: var(--fg-h2-size);
  line-height: 1.02;
  letter-spacing: 0;
}

.fg-cta-band p,
.fg-cta-ribbon p {
  margin: 0;
  max-width: 66ch;
  color: rgba(232, 242, 241, 0.86);
  font-size: 0.96rem;
  font-weight: 500;
}

.fg-cta-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fg-cta-copy {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.fg-cta-button {
  min-width: 130px;
  min-height: 42px;
  border-radius: 7px;
  background: #41828a;
  color: #fff;
  font-size: 0.9rem;
}

.fg-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(36, 55, 60, 0.12);
  border-radius: 10px;
  color: #1f3037;
  font-weight: 700;
}

.fg-cta-example {
  display: grid;
  gap: 0;
  padding: 18px;
  border: 1px solid rgba(186, 208, 219, 0.55);
  border-radius: 8px;
  background: rgba(229, 238, 244, 0.92);
  color: #17252f;
  box-shadow: 0 20px 60px rgba(6, 17, 22, 0.22);
}

.fg-cta-example h3 {
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(36, 55, 60, 0.16);
  font-size: var(--fg-h3-size);
  line-height: 1.1;
}

.fg-cta-example-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(36, 55, 60, 0.12);
}

.fg-cta-example-row span {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  color: #245c62;
  font-size: 0.78rem;
  font-weight: 800;
}

.fg-cta-example-row strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9rem;
}

.fg-cta-example .fg-cta-secondary {
  margin-top: 12px;
  background: #fff;
}

.fg-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(216, 226, 217, 0.14);
  border-radius: 26px;
  background-color: #10261e;
  background-position: center 35%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  box-shadow: 0 24px 70px rgba(5, 16, 11, 0.34);
}

.fg-cta-card h2 {
  max-width: 660px;
}

.fg-cta-card p {
  color: rgba(239, 248, 239, 0.78);
}

.fg-cta-card .fg-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  background: #4e9876;
  color: #fff;
  font-weight: 700;
}

.fg-cta-team-box {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(247, 251, 245, 0.94);
  color: #15231b;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.fg-cta-match-list {
  display: grid;
  gap: 8px;
}

.fg-cta-match-row {
  display: grid;
  grid-template-columns: minmax(88px, 0.55fr) minmax(0, 1.45fr);
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid rgba(36, 55, 44, 0.1);
  border-radius: 14px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.fg-cta-match-row span,
.fg-cta-match-row strong {
  display: grid;
  gap: 2px;
}

.fg-cta-match-row time {
  color: #5a685d;
  font-size: 0.78rem;
  font-weight: 600;
}

.fg-cta-match-row em {
  color: #183423;
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
}

.fg-cta-match-row strong {
  align-items: start;
  font-size: 0.96rem;
  font-weight: 700;
}

.fg-cta-match-teams {
  display: grid;
  gap: 5px;
}

.fg-cta-match-teams span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #15231b;
}

.fg-cta-match-row img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.fg-cta-team-box .fg-cta-secondary {
  min-height: 42px;
  border-color: rgba(36, 55, 44, 0.14);
  border-radius: 12px;
  background: #e8f1e8;
  color: #183423;
  font-size: 0.88rem;
}

.fg-questions-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.fg-questions-head.is-centered {
  justify-content: center;
  text-align: center;
}

.fg-questions-title {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: var(--fg-h2-size);
  line-height: 1.05;
  letter-spacing: 0;
}

.fg-question-list {
  max-width: 900px;
  margin: 0 auto;
  gap: 0;
  border: 1px solid rgba(212, 221, 208, 0.9);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.fg-question-item {
  padding: 0 26px;
  border: 0;
  border-bottom: 1px solid rgba(212, 221, 208, 0.9);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.fg-question-item:last-child {
  border-bottom: 0;
}

.fg-question-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 52px;
  color: #111712;
  font-size: 0.94rem;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
}

.fg-question-q::-webkit-details-marker {
  display: none;
}

.fg-question-icon {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  color: var(--fg-muted);
  font-size: 0;
}

.fg-question-item[open] .fg-question-icon {
  transform: none;
}

.fg-question-icon::before {
  content: "+";
  font-size: 1rem;
  line-height: 1;
}

.fg-question-item[open] .fg-question-icon::before {
  content: "−";
}

.fg-question-a {
  padding: 0 0 18px;
  max-width: 780px;
  font-size: 0.92rem;
}

.fg-endnote {
  padding: 52px 0 30px;
  border-top: 1px solid rgba(35, 52, 43, 0.14);
  background: #ecefeb;
  color: #1a2b22;
}

.fg-endnote-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.fg-endnote-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.fg-endnote-stats span {
  display: grid;
  gap: 3px;
  min-height: 74px;
  padding: 14px;
  border: 1px solid rgba(247, 251, 246, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(247, 251, 246, 0.62);
  font-size: 0.74rem;
  font-weight: 800;
}

.fg-endnote-stats strong {
  color: #fff;
  font-size: 1.36rem;
  line-height: 1;
}

.fg-endnote-hero {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(330px, 0.8fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(247, 251, 246, 0.12);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.fg-endnote-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto auto;
  gap: 12px;
  align-items: center;
  min-height: 40px;
  padding: 6px 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.fg-endnote-board span,
.fg-endnote-board em {
  color: rgba(247, 251, 246, 0.64);
  font-style: normal;
  font-size: 0.72rem;
}

.fg-endnote-board strong {
  color: #fff;
  font-size: 1.35rem;
}

.fg-endnote-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 6px;
  background: #418f70;
  color: #fff;
  font-weight: 800;
  font-size: 0.88rem;
}

.fg-endnote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  margin-top: 30px;
  padding: 28px;
  border-top: 1px solid rgba(35, 52, 43, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 251, 0.58);
}

.fg-endnote-label {
  margin: 0 0 10px;
  color: #52665a;
  font-size: 0.74rem;
  font-weight: 900;
}

.fg-endnote-grid ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fg-endnote-brand {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.fg-endnote-brand p,
.fg-endnote-panel p,
.fg-endnote-bottom {
  color: #52665a;
}

.fg-endnote-brand p {
  margin: 0;
  max-width: 420px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.fg-endnote-disclaimer-inline {
  max-width: 520px;
  text-align: right;
}

.fg-endnote-grid a,
.fg-endnote-grid li {
  font-size: 0.9rem;
  line-height: 1.55;
}

.fg-endnote .fg-brandmark {
  width: min(272px, 100%);
}

.fg-endnote a {
  color: #233a2d;
}

.fg-endnote-panel {
  display: grid;
  align-content: start;
  gap: 16px;
}

.fg-endnote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fg-endnote-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(85, 104, 77, 0.08);
}

.fg-endnote-action.is-secondary {
  background: transparent;
  border: 1px solid rgba(85, 104, 77, 0.16);
}

.fg-endnote-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(247, 251, 246, 0.1);
  border-top-color: rgba(35, 52, 43, 0.12);
  color: #617468;
  font-size: 0.78rem;
}

.fg-cookie {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 50;
  display: grid;
  gap: 10px;
  max-width: 320px;
  padding: 14px 16px;
  border-radius: 18px;
}

.fg-cookie[hidden] {
  display: none !important;
}

.fg-cookie p {
  margin: 4px 0 0;
  color: var(--fg-muted);
  font-size: 0.9rem;
}

.fg-cookie-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.fg-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.fg-header.is-solid + main .fg-breadcrumb {
  color: var(--fg-muted);
}

.fg-hero .fg-breadcrumb,
.fg-header.is-solid + main .fg-hero .fg-breadcrumb {
  color: rgba(255, 255, 255, 0.82);
}

.fg-header.is-solid + main .fg-breadcrumb a:hover {
  color: var(--fg-accent-deep);
}

.fg-header.is-solid + main .fg-hero .fg-breadcrumb a:hover {
  color: #fff;
}

.fg-slab h1,
.fg-info-card h1 {
  margin: 10px 0 12px;
  font-size: var(--fg-h1-size);
  line-height: 0.92;
  color: var(--fg-ink);
}

.fg-slab p,
.fg-info-card p {
  margin: 0;
}

.fg-team-slab {
  display: grid;
  gap: 22px;
}

.fg-team-hero-stage {
  min-height: 620px;
  padding: 110px 0 18px;
}

.fg-team-hero-copy {
  max-width: 540px;
  margin: 0;
  text-align: left;
  color: #fff;
}

.fg-team-display {
  margin-bottom: 16px;
}

.fg-team-hero-badge {
  margin: 0 0 14px;
}

.fg-team-hero-support {
  max-width: 660px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
}

.fg-team-hero-board {
  margin-top: 16px;
}

.fg-team-hero-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fg-team-hero-rail article {
  padding: 18px;
  border: 1px solid rgba(212, 221, 208, 0.84);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
}

.fg-team-hero-rail h2 {
  margin: 0 0 8px;
  font-size: var(--fg-h3-size);
}

.fg-team-stat-strip,
.fg-detail-grid,
.fg-info-grid {
  display: grid;
  gap: 16px;
}

.fg-team-stat-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fg-team-stat-strip article {
  padding: 16px;
  border: 1px solid rgba(212, 221, 208, 0.84);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
}

.fg-team-stat-strip strong {
  display: block;
  margin-bottom: 6px;
  color: var(--fg-accent-deep);
  font-size: 1.3rem;
}

.fg-detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fg-related-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fg-related-team {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
}

.fg-related-team em {
  color: var(--fg-accent-deep);
  font-style: normal;
  font-weight: 700;
}

.fg-info-hero {
  padding: 0;
  background-position: center 36%;
  background-size: cover;
}

.fg-info-hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.45fr);
  gap: 34px;
  align-items: center;
  min-height: 520px;
  padding: 64px 0 54px;
}

.fg-info-hero-copy {
  max-width: 760px;
  color: #fff;
}

.fg-info-hero-copy h1 {
  margin: 12px 0 16px;
  color: #fff;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: var(--fg-h1-size);
  line-height: 0.92;
  letter-spacing: 0;
}

.fg-info-hero-copy p {
  margin: 0;
  max-width: 650px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
}

.fg-info-nav-card,
.fg-info-side-card {
  border: 1px solid rgba(212, 221, 208, 0.88);
  border-radius: 24px;
  background: rgba(251, 253, 248, 0.96);
  box-shadow: 0 24px 70px rgba(18, 24, 19, 0.18);
}

.fg-info-nav-card {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.fg-info-nav-card p {
  margin: 0;
  color: var(--fg-muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.fg-info-nav-list {
  display: grid;
  gap: 8px;
}

.fg-info-nav-list a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(212, 221, 208, 0.82);
  border-radius: 999px;
  background: #fff;
  color: var(--fg-ink);
  font-size: 0.9rem;
  font-weight: 750;
}

.fg-info-nav-list a.is-active {
  border-color: var(--fg-accent-deep);
  background: var(--fg-accent-deep);
  color: #fff;
}

.fg-info-section {
  padding: 58px 0 64px;
}

.fg-info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 28px;
  align-items: start;
}

.fg-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.fg-info-block {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 26px 28px;
  border-radius: 24px;
  background: rgba(251, 253, 248, 0.96);
}

.fg-info-block-number {
  color: var(--fg-accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.fg-info-block h2 {
  margin: 0;
  color: var(--fg-ink);
  font-size: 1.9rem;
  line-height: 1.04;
}

.fg-info-block p {
  margin: 0;
  max-width: 72ch;
}

.fg-info-block p + p {
  margin-top: 2px;
}

.fg-info-side-card {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 12px;
  padding: 22px;
}

.fg-info-side-card h2 {
  margin: 0;
  color: var(--fg-ink);
  font-size: var(--fg-h3-size);
  line-height: 1.08;
}

.fg-info-side-card p {
  margin: 0;
  color: var(--fg-muted);
}

.fg-info-side-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}

@media (max-width: 1180px) {
  .fg-info-hero-stage,
  .fg-info-layout {
    grid-template-columns: 1fr;
  }

  .fg-info-hero-stage {
    min-height: auto;
    padding: 54px 0 48px;
  }

  .fg-info-nav-card {
    max-width: 620px;
  }

  .fg-info-side-card {
    position: static;
  }
}

@media (max-width: 760px) {
  .fg-info-hero-stage {
    padding: 38px 0 34px;
  }

  .fg-info-hero-copy h1 {
    margin-top: 10px;
  }

  .fg-info-nav-card,
  .fg-info-block,
  .fg-info-side-card {
    padding: 18px;
    border-radius: 20px;
  }

  .fg-info-section {
    padding: 36px 0 42px;
  }

  .fg-info-side-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 1180px) {
  :root {
    --fg-page-gutter: 64px;
    --fg-h1-size: 3.35rem;
    --fg-h2-size: 2.35rem;
    --fg-h3-size: 1.08rem;
  }

  .fg-shell {
    width: min(var(--fg-page-width), calc(100vw - var(--fg-page-gutter)));
  }

  .fg-topbar {
    grid-template-columns: auto 1fr;
  }

  .fg-season-control {
    display: none;
  }

  .fg-fixture-head th,
  .fg-fixture-row td {
    padding-left: 14px;
    padding-right: 14px;
  }

  .fg-editorial-grid,
  .fg-detail-grid,
  .fg-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fg-browser-grid,
  .fg-filter-bar {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .fg-hero-stage {
    grid-template-columns: minmax(286px, 0.8fr) minmax(452px, 1.2fr);
    gap: 16px;
    min-height: 720px;
    padding-top: 110px;
    align-items: center;
  }

  .fg-hero-copy {
    max-width: 292px;
  }

  .fg-display {
    font-size: var(--fg-h1-size);
  }

  .fg-hero-support {
    font-size: 0.98rem;
  }

  .fg-hero-meta {
    gap: 10px;
    font-size: 0.82rem;
  }

  .fg-fixture-slab {
    min-width: 0;
    padding: 14px;
    border-radius: 22px;
  }

  .fg-fixture-tab {
    min-height: 34px;
    padding: 0 8px;
    font-size: 0.74rem;
  }

  .fg-fixture-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    min-width: 0;
  }

  .fg-fixture-tab {
    min-width: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .fg-fixture-tools {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    width: 100%;
    gap: 6px;
  }

  .fg-fixture-tools-title {
    display: none;
  }

  .fg-fixture-select {
    display: block;
    font-size: 0.7rem;
  }

  .fg-fixture-select span {
    display: none;
  }

  .fg-fixture-select select,
  .fg-fixture-reset {
    min-height: 28px;
    font-size: 0.74rem;
  }

  .fg-fixture-select select {
    width: 100%;
    max-width: none;
  }

  .fg-fixture-scroll {
    max-height: 330px;
  }

  .fg-fixture-head th,
  .fg-fixture-row td {
    padding: 10px 8px;
  }

  .fg-fixture-row {
    font-size: 0.84rem;
  }

  .fg-fixture-row td:first-child {
    width: 42px;
  }

  .fg-fixture-row td:nth-child(2) {
    width: 82px;
  }

  .fg-fixture-head th:nth-child(4),
  .fg-fixture-row td:nth-child(4) {
    display: none;
  }

  .fg-fixture-match {
    gap: 5px;
    font-size: 0.84rem;
  }

  .fg-fixture-team-link {
    gap: 5px;
  }

  .fg-fixture-team-link img {
    width: 18px;
    height: 18px;
  }

  .fg-fixture-time {
    min-width: 55px;
    padding: 5px 7px;
    font-size: 0.86rem;
  }

  .fg-fixture-arena {
    font-size: 0.78rem;
  }

  .fg-team-grid-section .fg-shell,
  .fg-feature-section .fg-shell,
  .fg-cta-ribbon .fg-shell,
  .fg-questions .fg-shell,
  .fg-endnote .fg-shell {
    width: min(var(--fg-page-width), calc(100vw - var(--fg-page-gutter)));
  }

  .fg-feature-split {
    grid-template-columns: minmax(230px, 0.82fr) minmax(420px, 1.18fr);
    gap: 30px;
  }

  .fg-feature-section-alt .fg-feature-split {
    grid-template-columns: minmax(420px, 1fr) minmax(230px, 0.88fr);
  }

  .fg-feature-copy h2 {
    font-size: var(--fg-h2-size);
  }

  .fg-feature-copy p {
    font-size: 0.84rem;
  }

  .fg-feature-points {
    gap: 10px;
    margin-top: 12px;
  }

  .fg-feature-points span {
    padding: 0 6px;
    font-size: 0.68rem;
  }

  .fg-stat-grid {
    gap: 12px;
  }

  .fg-stat strong {
    font-size: 1.65rem;
  }

  .fg-cta-ribbon-inner {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 290px);
    min-height: 230px;
    padding: 26px 24px;
  }

  .fg-cta-ribbon h2 {
    font-size: var(--fg-h2-size);
  }

  .fg-cta-card {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
    gap: 24px;
    padding: 26px;
  }

  .fg-cta-example {
    padding: 15px;
  }

  .fg-endnote-main {
    grid-template-columns: minmax(240px, 1fr) minmax(300px, 0.9fr);
    gap: 22px;
  }

  .fg-endnote-stats span {
    padding: 12px;
  }

  .fg-endnote-hero {
    grid-template-columns: minmax(220px, 1fr) minmax(250px, 0.8fr) auto;
    gap: 14px;
    padding: 16px;
  }

  .fg-endnote-brand p {
    max-width: 260px;
    font-size: 0.76rem;
  }

  .fg-endnote-board {
    gap: 8px;
    padding: 6px 0;
  }

  .fg-endnote-board span,
  .fg-endnote-board em {
    font-size: 0.72rem;
  }

  .fg-endnote-board strong {
    font-size: 1.24rem;
  }

  .fg-endnote-primary {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.78rem;
  }

  .fg-endnote-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .fg-hero-stage {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: auto;
    padding: 96px 0 38px;
    align-items: start;
  }

  .fg-hero-copy {
    max-width: 620px;
  }

  .fg-fixture-slab {
    width: 100%;
  }

  .fg-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --fg-page-gutter: 28px;
    --fg-h1-size: 2.55rem;
    --fg-h2-size: 2rem;
    --fg-h3-size: 1.06rem;
  }

  .fg-topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    justify-items: stretch;
    gap: 12px;
    min-height: 58px;
    padding: 6px 0;
  }

  .fg-nav {
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    font-size: 0.84rem;
    overflow-x: auto;
    white-space: nowrap;
  }

  .fg-nav a {
    padding: 8px 0;
  }

  .fg-hero-stage {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 60px;
    padding-bottom: 18px;
    align-items: start;
  }

  .fg-hero-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .fg-display {
    font-size: var(--fg-h1-size);
  }

  .fg-hero-support {
    margin-right: auto;
    margin-left: auto;
    max-width: 34rem;
    font-size: 0.92rem;
    line-height: 1.38;
  }

  .fg-hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  .fg-hero-meta span {
    justify-content: start;
    gap: 7px;
    min-height: 42px;
    padding: 6px 8px;
    border-radius: 14px;
    background: rgba(12, 21, 15, 0.48);
  }

  .fg-hero-meta img {
    width: 17px;
    height: 17px;
    padding: 3px;
  }

  .fg-team-hero .fg-hero-stage {
    gap: 10px;
    padding-top: 54px;
  }

  .fg-team-hero .fg-breadcrumb {
    justify-content: center;
    margin-bottom: 7px;
    font-size: 0.78rem;
  }

  .fg-team-hero-badge {
    width: 46px;
    height: 46px;
    margin: 0 auto 7px;
    object-fit: contain;
  }

  .fg-team-display {
    margin-bottom: 7px;
  }

  .fg-team-hero .fg-hero-support {
    max-width: 24rem;
    font-size: 0.86rem;
    line-height: 1.34;
  }

  .fg-team-hero .fg-hero-meta {
    margin-top: 9px;
  }

  .fg-hero-meta strong {
    font-size: 1rem;
  }

  .fg-hero-meta em {
    overflow: hidden;
    font-size: 0.68rem;
    font-weight: 800;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .fg-fixture-tools {
    justify-content: flex-start;
  }

  .fg-fixture-toolbar,
  .fg-section-line,
  .fg-questions-head,
  .fg-cta-ribbon-inner,
  .fg-endnote-bottom {
    grid-template-columns: 1fr;
    display: grid;
    justify-content: stretch;
  }

  .fg-fixture-tools,
  .fg-hero-meta,
  .fg-browser-pills {
    gap: 10px;
  }

  .fg-endnote-disclaimer-inline {
    max-width: none;
    text-align: center;
  }

  .fg-fixture-scroll {
    max-height: 380px;
  }

  .fg-feature-split,
  .fg-feature-section-alt .fg-feature-split,
  .fg-team-hero-rail {
    grid-template-columns: 1fr;
  }

  .fg-feature-band .fg-feature-media {
    order: 1;
  }

  .fg-feature-band .fg-feature-copy {
    order: 2;
  }

  .fg-feature-section-alt .fg-feature-copy {
    order: 1;
  }

  .fg-feature-section-alt .fg-feature-media {
    order: 2;
  }

  .fg-feature-points {
    grid-template-columns: 1fr;
  }

  .fg-section-line,
  .fg-questions-head {
    align-items: center;
    text-align: center;
  }

  .fg-section-summary {
    margin-right: auto;
    margin-left: auto;
  }

  .fg-feature-copy,
  .fg-cta-copy,
  .fg-endnote-brand,
  .fg-endnote-bottom {
    justify-items: center;
    text-align: center;
  }

  .fg-feature-copy p,
  .fg-endnote-brand p {
    margin-right: auto;
    margin-left: auto;
  }

  .fg-feature-points span,
  .fg-stat,
  .fg-cta-match-row,
  .fg-question-q,
  .fg-question-a {
    text-align: left;
  }

  .fg-cta-ribbon-inner {
    min-height: 0;
    padding: 30px;
  }

  .fg-cta-card,
  .fg-endnote-main {
    grid-template-columns: 1fr;
  }

  .fg-endnote-stats {
    max-width: 560px;
  }

  .fg-cta-example {
    max-width: 520px;
  }

  .fg-feature-section {
    padding: 24px 0;
  }

  .fg-feature-media img {
    height: 250px;
  }

  .fg-team-stat-strip,
  .fg-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fg-cta-button {
    width: 100%;
  }

  .fg-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .fg-cta-panel {
    padding: 0;
    justify-items: stretch;
  }
}

@media (max-width: 640px) {
  :root {
    --fg-page-gutter: 20px;
    --fg-h1-size: 2.34rem;
    --fg-h2-size: 1.84rem;
    --fg-h3-size: 1.04rem;
  }

  .fg-shell {
    width: min(var(--fg-page-width), calc(100vw - var(--fg-page-gutter)));
  }

  .fg-topbar {
    min-height: 0;
  }

  .fg-brandmark {
    gap: 5px;
  }

  .fg-brandmark-symbol {
    width: 50px;
  }

  .fg-brandmark.is-compact .fg-brandmark-symbol {
    width: 48px;
  }

  .fg-brandmark-main {
    font-size: 0.86rem;
  }

  .fg-brandmark-suffix {
    font-size: 0.66rem;
  }

  .fg-brandmark.is-compact .fg-brandmark-main {
    font-size: 0.82rem;
  }

  .fg-brandmark.is-compact .fg-brandmark-suffix {
    font-size: 0.62rem;
  }

  .fg-nav {
    gap: 9px;
    font-size: 0.78rem;
  }

  .fg-nav a {
    padding: 7px 0;
  }

  .fg-nav a:nth-child(n + 4) {
    display: none;
  }

  .fg-hero-stage {
    padding-top: 48px;
    padding-bottom: 10px;
    gap: 10px;
  }

  .fg-hero-season {
    display: none;
  }

  .fg-hero-support {
    font-size: 0.84rem;
    line-height: 1.34;
  }

  .fg-display {
    margin: 2px 0 7px;
    font-size: var(--fg-h1-size);
    line-height: 0.92;
  }

  .fg-hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 10px;
  }

  .fg-hero-meta span {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "icon value"
      "icon label";
    align-items: center;
    min-height: 40px;
    gap: 0 6px;
    padding: 6px 7px;
  }

  .fg-hero-meta img {
    grid-area: icon;
    width: 16px;
    height: 16px;
    padding: 3px;
  }

  .fg-hero-meta strong {
    grid-area: value;
    font-size: 0.98rem;
  }

  .fg-hero-meta em {
    grid-area: label;
    font-size: 0.56rem;
    letter-spacing: 0;
  }

  .fg-team-hero .fg-hero-stage {
    padding-top: 42px;
  }

  .fg-team-hero .fg-breadcrumb {
    margin-bottom: 5px;
  }

  .fg-team-hero-badge {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }

  .fg-team-hero .fg-hero-meta {
    margin-top: 7px;
  }

  .fg-team-hero .fg-fixture-tabs {
    gap: 5px;
  }

  .fg-team-hero .fg-fixture-tab {
    min-height: 32px;
    padding: 0 8px;
    font-size: 0.72rem;
  }

  .fg-team-hero .fg-fixture-slab {
    margin-top: 0;
  }

  .fg-fixture-slab {
    margin-top: 0;
    min-width: 0;
    overflow: hidden;
  }

  .fg-fixture-slab,
  .fg-round-group,
  .fg-detail-card,
  .fg-metric-card,
  .fg-editorial-card,
  .fg-info-card,
  .fg-info-block,
    .fg-question-item,
    .fg-slab {
    padding: 12px;
    border-radius: 18px;
  }

  .fg-fixture-toolbar {
    gap: 7px;
  }

  .fg-fixture-tabs {
    flex-wrap: nowrap;
    gap: 6px;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .fg-fixture-tabs::-webkit-scrollbar {
    display: none;
  }

  .fg-fixture-tab {
    min-height: 32px;
    padding: 0 8px;
    font-size: 0.76rem;
    white-space: nowrap;
  }

  .fg-fixture-tools {
    display: flex;
    gap: 6px;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .fg-fixture-tools::-webkit-scrollbar {
    display: none;
  }

  .fg-fixture-select {
    flex: 0 0 auto;
  }

  .fg-fixture-select span {
    display: none;
  }

  .fg-fixture-select select {
    min-height: 29px;
    font-size: 0.76rem;
  }

  .fg-fixture-frame {
    margin-top: 8px;
    border-radius: 16px;
  }

  .fg-fixture-frame::after {
    height: 38px;
  }

  .fg-fixture-scroll {
    max-height: 246px;
  }

  .fg-fixture-slab.is-expanded .fg-fixture-scroll {
    max-height: 70vh;
  }

  .fg-fixture-head {
    display: none;
  }

  .fg-fixture-table,
  .fg-fixture-row,
  .fg-fixture-row td {
    display: block;
    width: 100%;
  }

  .fg-fixture-table {
    min-width: 0;
    table-layout: fixed;
  }

  .fg-fixture-table tbody {
    display: grid;
    gap: 6px;
    width: 100%;
    padding: 6px;
  }

  .fg-fixture-row td:first-child,
  .fg-fixture-row td:nth-child(2),
  .fg-fixture-row td:nth-child(3) {
    width: auto;
  }

  .fg-fixture-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "round date"
      "match match"
      "arena arena";
    gap: 4px 8px;
    padding: 7px;
    border: 1px solid rgba(212, 221, 208, 0.72);
    border-radius: 14px;
    background: rgba(255, 255, 251, 0.72);
  }

  .fg-fixture-row--empty {
    display: block;
    padding: 14px;
  }

  .fg-fixture-row td {
    padding: 0;
    border-bottom: 0;
  }

  .fg-fixture-row--empty td {
    display: block;
    padding: 0;
  }

  .fg-fixture-row td:last-child {
    padding-bottom: 0;
  }

  .fg-fixture-row + .fg-fixture-row {
    border-top: 1px solid rgba(212, 221, 208, 0.72);
  }

  .fg-fixture-row td::before {
    display: none;
  }

  .fg-fixture-row td.fg-fixture-round {
    grid-area: round;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: start;
    box-sizing: border-box;
    width: max-content;
    min-width: 58px;
    height: 26px;
    padding: 0 9px;
    border: 1px solid rgba(85, 104, 77, 0.12);
    border-radius: 999px;
    background: rgba(85, 104, 77, 0.08);
    color: var(--fg-accent-deep);
    font-size: 0.74rem;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
  }

  .fg-fixture-row .fg-fixture-round::before {
    content: attr(data-short-label) " ";
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    margin-right: 2px;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
  }

  .fg-fixture-date {
    grid-area: date;
    align-self: center;
    color: var(--fg-muted);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
  }

  .fg-fixture-row td.fg-fixture-match {
    display: grid;
    grid-area: match;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    grid-template-areas:
      "home time away";
    align-items: stretch;
    gap: 8px;
    margin-top: 2px;
    font-size: 0.84rem;
  }

  .fg-fixture-match .fg-fixture-team-link:first-of-type {
    grid-area: home;
    justify-content: center;
    justify-self: stretch;
    text-align: center;
  }

  .fg-fixture-match .fg-fixture-team-link:last-of-type {
    grid-area: away;
    justify-content: center;
    justify-self: stretch;
    text-align: center;
  }

  .fg-fixture-arena {
    grid-area: arena;
    justify-self: start;
    text-align: left;
    max-width: 100%;
    color: var(--fg-muted);
    font-size: 0.76rem;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .fg-fixture-team-link {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 3px;
    min-width: 0;
    min-height: 54px;
    padding: 6px 4px;
    border: 1px solid rgba(212, 221, 208, 0.62);
    border-radius: 12px;
    background: rgba(255, 255, 251, 0.72);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.82rem;
    line-height: 1.16;
  }

  .fg-fixture-team-link img {
    width: 20px;
    height: 20px;
  }

  .fg-fixture-team-link span,
  .fg-fixture-time {
    white-space: nowrap;
  }

  .fg-fixture-team-link span {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .fg-fixture-time {
    grid-area: time;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-self: stretch;
    justify-self: center;
    min-width: 54px;
    margin-top: 0;
    padding: 6px;
    border: 1px solid rgba(85, 104, 77, 0.12);
    border-radius: 14px;
    background: rgba(85, 104, 77, 0.09);
    font-size: 0.86rem;
    line-height: 1;
  }

  .fg-fixture-time::after {
    content: "VS";
    margin-top: 4px;
    color: var(--fg-muted);
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.08em;
  }

  .fg-fixture-row[data-status="played"] .fg-fixture-time::after {
    content: "FT";
  }

  .fg-fixture-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .fg-action-button {
    min-height: 34px;
  }

  .fg-editorial-grid,
  .fg-detail-grid,
  .fg-team-grid,
  .fg-team-stat-strip,
  .fg-info-grid,
  .fg-stat-grid,
  .fg-endnote-grid,
  .fg-browser-grid,
  .fg-filter-bar,
  .fg-related-list,
  .fg-match-row-main,
  .fg-match-main {
    grid-template-columns: 1fr;
  }

  .fg-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    width: 100%;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }

  .fg-stat {
    min-height: 78px;
    padding: 12px 10px;
    border-radius: 14px;
  }

  .fg-stat strong {
    font-size: 1.42rem;
  }

  .fg-stat img {
    width: 27px;
    height: 27px;
    padding: 6px;
  }

  .fg-team-link-end {
    justify-content: flex-start;
  }

  .fg-cta-ribbon-inner {
    padding: 18px;
    border-radius: 22px;
  }

  .fg-cta-card {
    gap: 20px;
    padding: 20px;
    border-radius: 22px;
  }

  .fg-cta-match-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .fg-cta-ribbon h2,
  .fg-questions-title,
  .fg-section-line h2,
  .fg-feature-copy h2 {
    font-size: var(--fg-h2-size);
  }

  .fg-slab h1,
  .fg-info-card h1 {
    font-size: var(--fg-h1-size);
  }

  .fg-feature-media img {
    height: 190px;
    border-radius: 18px;
  }

  .fg-feature-split {
    padding: 14px;
    border-radius: 22px;
  }

  .fg-cta-ribbon-inner {
    padding: 24px 18px;
  }

  .fg-cta-example {
    padding: 18px;
  }

  .fg-cta-example-row {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
  }

  .fg-endnote {
    padding: 34px 0 26px;
  }

  .fg-endnote-main,
  .fg-endnote-grid,
  .fg-endnote-stats {
    grid-template-columns: 1fr;
  }

  .fg-endnote-grid {
    justify-items: center;
    gap: 22px;
    padding: 24px 18px;
    text-align: center;
  }

  .fg-endnote-grid ul {
    justify-items: center;
  }

  .fg-endnote .fg-brandmark {
    justify-content: center;
  }

  .fg-endnote-hero {
    padding: 16px;
    border-radius: 18px;
  }

  .fg-endnote-board {
    grid-template-columns: 1fr auto auto;
  }

  .fg-endnote-board em:nth-of-type(2),
  .fg-endnote-board strong:nth-of-type(2) {
    display: none;
  }

  .fg-section-summary {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .fg-cta-ribbon {
    padding: 24px 0;
  }

  .fg-endnote-panel {
    padding: 0;
    border-left: 0;
  }

  .fg-cookie {
    right: 10px;
    left: 10px;
    bottom: 10px;
    max-width: none;
  }
}
