/* Top 100 Footballers - page-scoped experience */
.f100,
.f100-hero {
  --f100-line: var(--border-subtle, #e8ecf3);
  --f100-line-strong: var(--border-strong, #d3d9e4);
  --f100-soft: var(--bg-subtle, #e8ecf3);
  --f100-surface: var(--bg-elevated, #fff);
  --f100-accent: var(--brand-primary, #1f5bd8);
}

.page-id-96493 .entry-content > .f100-hero,
.page-id-96493 .entry-content > .f100 {
  margin-block-start: 0;
}

.f100-hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: 396px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(115deg, #080b2a 0%, #0d1a35 55%, #062b22 100%);
}

.f100-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 28% 28%, rgba(50, 82, 255, 0.2), transparent 38%), radial-gradient(circle at 92% 62%, rgba(0, 214, 143, 0.14), transparent 34%);
}

.f100-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(520px, 0.95fr);
  gap: 28px;
  align-items: stretch;
  width: min(1360px, calc(100% - 64px));
  min-height: 396px;
  margin: 0 auto;
}

.f100-hero__copy {
  align-self: center;
  max-width: 720px;
  padding: 40px 0 42px;
}

.f100-hero__eyebrow {
  margin: 0 0 12px;
  color: #5b87ff;
  font-family: var(--font-display, sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

.f100-hero__title {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: var(--font-display, sans-serif);
  font-size: clamp(40px, 3.45vw, 54px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.f100-hero__title .f100-hero__accent {
  color: #4779f6;
}

.f100-hero__title .f100-hero__line {
  display: block;
  color: #fff;
}

.f100-hero__sub {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.5;
}

.f100-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 7px;
  align-items: center;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  line-height: 1.35;
}

.f100-hero__meta span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.f100-hero__meta span + span {
  padding-left: 7px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.f100-hero__meta svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.f100-hero__meta a,
.f100-hero__credits {
  color: inherit;
  text-underline-offset: 2px;
}

.f100-hero__cta {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 24px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #fff;
  background: #2f61e7;
  box-shadow: 0 10px 24px rgba(25, 73, 205, 0.35);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color var(--dur-fast, 200ms), transform var(--dur-fast, 200ms), box-shadow var(--dur-fast, 200ms);
}

.f100-hero__cta:hover {
  color: #fff;
  background: #3e70f1;
  box-shadow: 0 14px 30px rgba(25, 73, 205, 0.42);
  transform: translateY(-1px);
}

.f100-hero__cta svg {
  width: 17px;
  height: 17px;
}

.f100-podium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  align-self: end;
  min-height: 350px;
  margin: 0;
  padding: 34px 0 0;
  list-style: none;
}

.f100-podium__player {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  margin: 0;
  text-align: center;
}

.f100-podium__player--1 { grid-column: 2; grid-row: 1; }
.f100-podium__player--2 { grid-column: 1; grid-row: 1; }
.f100-podium__player--3 { grid-column: 3; grid-row: 1; }

.f100-podium__portrait {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f100-podium .f100-ava {
  display: block;
  width: 108px;
  height: 108px;
  border: 2px solid #d7dde8;
  border-radius: 50%;
  background: #202d3a;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
}

.f100-podium .f100-ava--txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display, sans-serif);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.f100-podium__player--1 .f100-ava {
  width: 132px;
  height: 132px;
  border-color: #ffd84d;
}

.f100-podium__player--3 .f100-ava { border-color: #d99670; }

.f100-podium__rank {
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #101521;
  background: #d9dee8;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  font-family: var(--font-display, sans-serif);
  font-size: 15px;
  font-weight: 800;
  transform: translateX(-50%);
}

.f100-podium__player--1 .f100-podium__rank {
  border-color: #d9ad28;
  background: #ffd84d;
}

.f100-podium__player--3 .f100-podium__rank {
  border-color: #b87552;
  background: #e9a47e;
}

.f100-podium__name {
  max-width: 100%;
  margin-top: 8px;
  overflow: hidden;
  color: #fff;
  font-family: var(--font-display, sans-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.f100-podium__name:hover { color: #8fb0ff; }

.f100-podium__country {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.2;
}

.f100-podium__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  margin-top: 10px;
  border-top: 3px solid #7e90a4;
  color: #fff;
  background: rgba(21, 35, 48, 0.92);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.24);
}

.f100-podium__player--1 .f100-podium__score {
  min-height: 88px;
  border-color: #dcbf47;
}

.f100-podium__player--3 .f100-podium__score { border-color: #8b604a; }

.f100-podium__score span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}

.f100-podium__score strong {
  margin-top: 2px;
  font-family: var(--font-display, sans-serif);
  font-size: 24px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.f100-hero__credits {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.f100-hero__credits svg {
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
}

.f100 {
  max-width: 100%;
}

/* Keep accessibility labels available to assistive technology even when a
   parent theme or preview shell does not ship WordPress' utility class. */
.f100 .screen-reader-text,
.f100-explorer > .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.f100 h2[id],
.f100 div[id],
.f100 section[id],
.f100 .f100-anchor-alias {
  scroll-margin-top: 132px;
}

.f100-section-nav {
  position: sticky;
  z-index: 45;
  top: 64px;
  width: 100vw;
  max-width: 100vw;
  height: 64px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  border-bottom: 1px solid var(--f100-line);
  background: color-mix(in srgb, var(--f100-surface) 96%, transparent);
  box-shadow: 0 1px 0 rgba(10, 14, 26, 0.02);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.f100-section-nav__inner {
  display: flex;
  align-items: stretch;
  width: min(1360px, calc(100% - 64px));
  height: 100%;
  margin: 0 auto;
  overflow-x: auto;
  scrollbar-width: none;
}

.f100-section-nav__inner::-webkit-scrollbar { display: none; }

.f100-section-nav a {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 20px;
  color: var(--text-secondary, #404756);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.f100-section-nav a::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 0;
  left: 14px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: transparent;
}

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

.f100-section-nav a.is-active {
  font-weight: 700;
}

.f100-section-nav a.is-active::after { background: var(--f100-accent); }

.f100-explorer {
  position: relative;
  left: 50%;
  width: min(1360px, calc(100vw - 64px));
  margin: 0;
  padding: 12px 0 0;
  transform: translateX(-50%);
}

.f100-anchor-alias {
  position: absolute;
  top: 0;
}

.f100-controls {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.f100-search {
  position: relative;
  display: flex;
  flex: 1 1 370px;
  max-width: 430px;
  min-width: 250px;
  align-items: center;
}

.f100-search__icon {
  position: absolute;
  left: 14px;
  width: 16px;
  height: 16px;
  color: var(--text-secondary, #404756);
  pointer-events: none;
}

.f100-search input,
.f100-select select,
.f100-position-filter button {
  min-height: 42px;
  border: 1px solid var(--f100-line-strong);
  border-radius: 9px;
  color: var(--text-primary, #0a0e1a);
  background: var(--f100-surface);
  font: inherit;
  font-size: 12px;
  transition: border-color var(--dur-fast, 200ms), box-shadow var(--dur-fast, 200ms), background-color var(--dur-fast, 200ms);
}

.f100-search input {
  width: 100%;
  padding: 0 44px 0 40px;
}

.f100-search input::placeholder { color: var(--text-tertiary, #5e6678); }

.f100-search kbd {
  position: absolute;
  right: 12px;
  padding: 1px 6px;
  border: 1px solid var(--f100-line);
  border-radius: 4px;
  color: var(--text-tertiary, #5e6678);
  background: var(--bg-subtle, #f4f6fa);
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  line-height: 1.5;
  pointer-events: none;
}

.f100-position-filter {
  display: flex;
  gap: 7px;
  align-items: center;
}

.f100-position-filter button {
  padding: 0 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.f100-position-filter button:hover,
.f100-position-filter button.is-active {
  border-color: var(--f100-accent);
  color: var(--f100-accent);
  background: color-mix(in srgb, var(--f100-accent) 7%, var(--f100-surface));
}

.f100-position-filter button.is-active {
  box-shadow: inset 0 0 0 1px var(--f100-accent);
  font-weight: 800;
}

.f100-select {
  position: relative;
  display: flex;
  flex: 0 0 140px;
  align-items: center;
}

.f100-select--country { flex-basis: 155px; }

.f100-select > svg {
  position: absolute;
  z-index: 1;
  left: 11px;
  width: 15px;
  height: 15px;
  color: var(--text-secondary, #404756);
  pointer-events: none;
}

.f100-select select {
  width: 100%;
  padding: 0 28px 0 34px;
  font-weight: 600;
  cursor: pointer;
}

.f100-search input:focus,
.f100-select select:focus,
.f100-position-filter button:focus-visible,
.f100-results-bar button:focus-visible,
.f100-load-more:focus-visible,
.f100-section-nav a:focus-visible,
.f100-hero a:focus-visible,
.f100-ranking-table a:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--f100-accent) 34%, transparent);
  outline-offset: 2px;
  border-color: var(--f100-accent);
}

.f100-results-bar {
  display: flex;
  flex: 0 0 auto;
  min-height: 42px;
  margin-left: auto;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  white-space: nowrap;
}

.f100-results-bar p {
  margin: 0;
  color: var(--text-tertiary, #5e6678);
  font-size: 11px;
}

.f100-results-bar button {
  padding: 2px 0;
  border: 0;
  color: var(--f100-accent);
  background: transparent;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.f100-ranking-wrap {
  border-top: 1px solid var(--f100-line);
}

.f100-ranking-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 13px;
}

.f100-ranking-table th,
.f100-ranking-table td {
  box-sizing: border-box;
}

.f100-ranking-table thead th {
  height: 42px;
  padding: 0 12px;
  border-bottom: 1px solid var(--f100-line-strong);
  color: var(--text-tertiary, #5e6678);
  font-family: var(--font-body, sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}

.f100-ranking-table thead th:nth-child(1) { width: 6%; text-align: center; }
.f100-ranking-table thead th:nth-child(2) { width: 20%; }
.f100-ranking-table thead th:nth-child(3) { width: 29%; }
.f100-ranking-table thead th:nth-child(4) { width: 10%; text-align: center; }
.f100-ranking-table thead th:nth-child(5) { width: 25%; }
.f100-ranking-table thead th:nth-child(6) { width: 10%; }

.f100-ranking-table thead th svg {
  width: 13px;
  height: 13px;
  margin-left: 3px;
  vertical-align: -3px;
}

.f100-rank-row {
  position: relative;
  height: 43px;
  background: var(--f100-surface);
  transition: background-color var(--dur-fast, 200ms), box-shadow var(--dur-fast, 200ms);
}

.f100-rank-row[hidden] { display: none !important; }

.f100-rank-row:hover {
  background: color-mix(in srgb, var(--f100-accent) 4%, var(--f100-surface));
  box-shadow: inset 3px 0 0 var(--f100-accent);
}

.f100-rank-row th,
.f100-rank-row td {
  height: 43px;
  padding: 4px 12px;
  border-bottom: 1px solid var(--f100-line);
  color: var(--text-secondary, #404756);
  line-height: 1.25;
  text-align: left;
  vertical-align: middle;
}

.f100-rank-row--1 { box-shadow: inset 3px 0 0 #f4c63d; }
.f100-rank-row--2 { box-shadow: inset 3px 0 0 #a5afbd; }
.f100-rank-row--3 { box-shadow: inset 3px 0 0 #cf825b; }

.f100-rank-row__rank {
  color: var(--text-primary, #0a0e1a) !important;
  font-family: var(--font-mono, monospace);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  text-align: center !important;
}

.f100-pcell {
  display: inline-flex;
  max-width: 100%;
  gap: 10px;
  align-items: center;
}

.f100-pcell .f100-ava,
.f100-ng .f100-ava {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid var(--f100-line-strong);
  border-radius: 50%;
  background: var(--f100-soft);
  object-fit: cover;
  object-position: center 18%;
}

.f100-ava--txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.f100-ava--a { background: #42598f !important; }
.f100-ava--b { background: #675692 !important; }
.f100-ava--c { background: #357266 !important; }
.f100-ava--d { background: #925344 !important; }
.f100-ava--e { background: #486f93 !important; }
.f100-ava--f { background: #77643f !important; }

.f100-rank-row__player {
  overflow: hidden;
  font-weight: 400;
}

.f100-rank-row__player a {
  overflow: hidden;
  color: var(--text-primary, #0a0e1a);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.f100-rank-row__player a:hover { color: var(--f100-accent); }

.f100-rank-row__facts {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.f100-rank-row__facts span + span {
  margin-left: 9px;
  padding-left: 9px;
  border-left: 1px solid var(--f100-line-strong);
}

.f100-rank-row__score {
  color: var(--f100-accent) !important;
  font-family: var(--font-mono, monospace);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  text-align: center !important;
}

.f100-rank-row__achievement {
	overflow: visible;
	color: var(--text-secondary, #404756);
	white-space: normal;
}

.f100-player-detail summary {
	cursor: pointer;
	min-height: 24px;
	line-height: 24px;
	white-space: nowrap;
}

.f100-player-detail summary::marker {
	color: var(--f100-accent);
	font-size: 10px;
}

.f100-player-detail summary span {
	display: inline-block;
	max-width: calc(100% - 16px);
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}

.f100-player-detail summary:focus-visible {
	border-radius: 4px;
	outline: 3px solid color-mix(in srgb, var(--f100-accent) 34%, transparent);
	outline-offset: 2px;
}

.f100-player-detail__body {
	margin-top: 8px;
	padding: 9px 11px;
	border: 1px solid var(--f100-line);
	border-radius: var(--r-2, 8px);
	color: var(--text-secondary, #404756);
	background: var(--bg-subtle, #f4f6fa);
	font-size: 11px;
	line-height: 1.5;
}

.f100-player-detail__body p { margin: 0; }
.f100-player-detail__body p + p { margin-top: 5px; }
.f100-player-detail__body a { color: var(--f100-accent); }
.f100-player-detail__scores { font-variant-numeric: tabular-nums; }

.f100-rank-row__profile a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--f100-accent);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.f100-rank-row__profile a:hover { text-decoration: underline; text-underline-offset: 3px; }

.f100-rank-row__profile svg {
  width: 14px;
  height: 14px;
}

.f100-empty {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  padding: 48px 20px;
  border: 1px solid var(--f100-line);
  border-top: 0;
  color: var(--text-secondary, #404756);
  background: var(--f100-surface);
  text-align: center;
}

.f100-empty[hidden] { display: none; }
.f100-empty strong { color: var(--text-primary, #0a0e1a); }

.f100-load-more {
  display: block;
  min-width: 180px;
  min-height: 42px;
  margin: 22px auto 0;
  padding: 0 18px;
  border: 1px solid var(--f100-line-strong);
  border-radius: 9px;
  color: var(--f100-accent);
  background: var(--f100-surface);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.f100-load-more:hover {
  border-color: var(--f100-accent);
  background: color-mix(in srgb, var(--f100-accent) 7%, var(--f100-surface));
}

.f100-editorial-intro {
  margin: 64px 0 0;
  padding: 22px;
  border: 1px solid var(--f100-line);
  border-radius: var(--r-4, 16px);
  background: var(--f100-surface);
  box-shadow: var(--sh-1, 0 1px 2px rgba(10, 14, 26, 0.06));
}

.f100 .f100-lede {
  margin: 0;
  color: var(--text-secondary, #404756);
  font-size: 16px;
  line-height: 1.65;
}

.f100-chips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 0;
}

.f100-chips span {
  display: flex;
  flex-direction: column-reverse;
  gap: 3px;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid var(--f100-line);
  border-radius: var(--r-3, 12px);
  color: var(--text-tertiary, #5e6678);
  background: var(--bg-subtle, #f4f6fa);
  font-size: 11px;
  line-height: 1.25;
}

.f100-chips b {
  color: var(--f100-accent);
  font-family: var(--font-display, sans-serif);
  font-size: 21px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.f100-share {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin: 16px 0 0;
}

.f100-share__lbl {
  margin-right: 3px;
  color: var(--text-tertiary, #5e6678);
  font-size: 12px;
}

.f100-share__btn {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--f100-line);
  border-radius: var(--r-full, 999px);
  color: var(--text-secondary, #404756);
  background: var(--bg-subtle, #f4f6fa);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.f100-share__btn:hover {
  border-color: var(--f100-accent);
  color: var(--f100-accent);
}

.f100 h2 {
  margin: 56px 0 12px;
  color: var(--text-primary, #0a0e1a);
}

.f100 h3 { margin: 28px 0 8px; }

.f100-tbl {
  max-width: 100%;
  margin: 16px 0 20px;
  overflow-x: auto;
  border: 1px solid var(--f100-line);
  border-radius: var(--r-3, 12px);
  background: var(--f100-surface);
}

.f100-tbl table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 13px;
}

.f100-tbl th,
.f100-tbl td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--f100-line);
  color: var(--text-secondary, #404756);
  line-height: 1.35;
  text-align: left;
  vertical-align: top;
}

.f100-tbl th {
  color: var(--text-primary, #0a0e1a);
  font-size: 11px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.f100-tbl tr:last-child > * { border-bottom: 0; }
.f100-tbl .num { font-variant-numeric: tabular-nums; white-space: nowrap; }
.f100-wtbl table { min-width: 520px; }

.f100-note {
  margin: 8px 0 0;
  color: var(--text-tertiary, #5e6678);
  font-size: 12px;
  line-height: 1.55;
}

.f100-download-note {
  margin-top: 24px;
  padding: 13px 15px;
  border: 1px solid var(--f100-line);
  border-radius: var(--r-2, 8px);
  background: var(--bg-subtle, #f4f6fa);
}

.f100-ng {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  list-style: none;
}

.f100-ng li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--f100-line);
  border-radius: var(--r-3, 12px);
  background: var(--f100-surface);
  font-size: 13px;
  line-height: 1.45;
}

.f100-ng .f100-ava { width: 40px; height: 40px; flex-basis: 40px; }

.f100-faq details {
  margin: 8px 0;
  padding: 0 16px;
  border: 1px solid var(--f100-line);
  border-radius: var(--r-3, 12px);
  background: var(--f100-surface);
}

.f100-faq summary {
  padding: 14px 0;
  color: var(--text-primary, #0a0e1a);
  font-weight: 700;
  cursor: pointer;
}

.f100-faq p {
  margin: 0;
  padding: 0 0 16px;
  color: var(--text-secondary, #404756);
}

[data-theme="dark"] .f100-section-nav {
  background: color-mix(in srgb, var(--bg-elevated, #111623) 94%, transparent);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03);
}

[data-theme="dark"] .f100-ranking-wrap,
[data-theme="dark"] .f100-rank-row,
[data-theme="dark"] .f100-search input,
[data-theme="dark"] .f100-select select,
[data-theme="dark"] .f100-position-filter button,
[data-theme="dark"] .f100-load-more,
[data-theme="dark"] .f100-editorial-intro,
[data-theme="dark"] .f100-tbl,
[data-theme="dark"] .f100-ng li,
[data-theme="dark"] .f100-faq details {
  background: var(--bg-elevated, #111623);
}

@media (min-width: 861px) {
  /* The reference keeps the podium bases low while the portraits float well
     above them, so move those layers independently at desktop widths. */
  .f100-podium__player--1 .f100-podium__portrait,
  .f100-podium__player--1 .f100-podium__name,
  .f100-podium__player--1 .f100-podium__country {
    transform: translateY(-76px);
  }

  .f100-podium__player--2 .f100-podium__portrait,
  .f100-podium__player--2 .f100-podium__name,
  .f100-podium__player--2 .f100-podium__country,
  .f100-podium__player--3 .f100-podium__portrait,
  .f100-podium__player--3 .f100-podium__name,
  .f100-podium__player--3 .f100-podium__country {
    transform: translateY(-92px);
  }

  .f100-podium__score {
    transform: translateY(-39px);
  }

  .f100-hero__copy {
    transform: translateY(4px);
  }
}

@media (max-width: 1180px) {
  .f100-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.9fr);
    width: min(1120px, calc(100% - 48px));
  }

  .f100-hero__title { font-size: clamp(38px, 4.2vw, 48px); }
  .f100-podium .f100-ava { width: 92px; height: 92px; }
  .f100-podium__player--1 .f100-ava { width: 116px; height: 116px; }
  .f100-explorer { width: min(1120px, calc(100vw - 48px)); }
  .f100-section-nav__inner { width: min(1120px, calc(100% - 48px)); }
  .f100-controls { flex-wrap: wrap; }
  .f100-search { max-width: none; flex-basis: 360px; }
}

@media (max-width: 860px) {
  .f100-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    width: min(720px, calc(100% - 40px));
  }

  .f100-hero__copy {
    max-width: 680px;
    padding: 40px 0 18px;
  }

  .f100-podium {
    min-height: 278px;
    padding-top: 18px;
  }

  .f100-hero__credits { bottom: 5px; }
  .f100-explorer { width: calc(100vw - 40px); }
  .f100-section-nav__inner { width: calc(100% - 40px); }
  .f100-search { flex: 1 1 100%; max-width: 100%; }
  .f100-position-filter { flex: 1 1 auto; overflow-x: auto; padding-bottom: 2px; }
  .f100-select { flex: 1 1 160px; }
  .f100-select--country { flex-basis: 180px; }
  .f100-results-bar { flex: 1 1 auto; }

  .f100-ranking-table thead th:nth-child(1) { width: 7%; }
  .f100-ranking-table thead th:nth-child(2) { width: 25%; }
  .f100-ranking-table thead th:nth-child(3) { width: 35%; }
  .f100-ranking-table thead th:nth-child(4) { width: 10%; }
  .f100-ranking-table thead th:nth-child(5) { width: 23%; }
  .f100-ranking-table thead th:nth-child(6),
  .f100-rank-row__profile { display: none; }
}

@media (max-width: 700px) {
  .f100-hero__inner {
    width: calc(100% - 32px);
  }

  .f100-hero__copy { padding-top: 32px; }
  .f100-hero__eyebrow { margin-bottom: 10px; font-size: 10px; }
  .f100-hero__title { font-size: clamp(31px, 9.2vw, 40px); line-height: 1.04; }
  .f100-hero__sub { margin-top: 14px; font-size: 14px; }

  .f100-hero__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    font-size: 10px;
  }

  .f100-hero__meta span + span {
    padding-left: 0;
    border-left: 0;
  }

  .f100-hero__cta { width: 100%; margin-top: 20px; }

  .f100-podium {
    gap: 4px;
    min-height: 246px;
    padding: 24px 0 20px;
  }

  .f100-podium .f100-ava { width: 68px; height: 68px; }
  .f100-podium__player--1 .f100-ava { width: 88px; height: 88px; }
  .f100-podium__rank { top: -12px; width: 27px; height: 27px; font-size: 12px; }
  .f100-podium__name { font-size: 11px; }
  .f100-podium__country { font-size: 9px; }
  .f100-podium__score { min-height: 48px; margin-top: 7px; }
  .f100-podium__player--1 .f100-podium__score { min-height: 63px; }
  .f100-podium__score span { font-size: 9px; }
  .f100-podium__score strong { font-size: 18px; }

  .f100-hero__credits {
    right: 0;
    bottom: 3px;
    font-size: 9px;
  }

  .f100-section-nav { height: 54px; }
  .f100-section-nav__inner { width: 100%; padding: 0 8px; }
  .f100-section-nav a { min-height: 54px; padding: 0 13px; font-size: 12px; }
  .f100-section-nav a::after { right: 10px; left: 10px; }
  .f100-explorer { width: calc(100vw - 28px); padding-top: 14px; }
  .f100-controls { gap: 8px; }
  .f100-position-filter { flex-wrap: nowrap; margin-inline: -2px; padding: 0 2px 3px; scrollbar-width: none; }
  .f100-position-filter::-webkit-scrollbar { display: none; }
  .f100-position-filter button { min-height: 40px; padding: 0 12px; }
  .f100-select { flex-basis: calc(50% - 4px); min-width: 0; }
  .f100-select--country { flex-basis: calc(50% - 4px); }
  .f100-results-bar { flex: 1 1 100%; min-height: 34px; margin-left: 0; justify-content: space-between; }

  .f100-ranking-wrap { border-top: 0; }
  .f100-ranking-table,
  .f100-ranking-table tbody { display: block; width: 100%; }
  .f100-ranking-table thead { display: none; }

  .f100-rank-row {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    grid-template-areas:
      "rank player score"
      "rank facts facts"
      "rank achievement profile";
    gap: 4px 10px;
    height: auto;
    min-height: 110px;
    margin: 0 0 8px;
    padding: 12px 12px 11px 7px;
    border: 1px solid var(--f100-line);
    border-radius: var(--r-3, 12px);
    box-shadow: var(--sh-1, 0 1px 2px rgba(10, 14, 26, 0.06));
  }

  .f100-rank-row--1 { border-left: 3px solid #f4c63d; }
  .f100-rank-row--2 { border-left: 3px solid #a5afbd; }
  .f100-rank-row--3 { border-left: 3px solid #cf825b; }

  .f100-rank-row:hover { box-shadow: var(--sh-2, 0 2px 8px rgba(10, 14, 26, 0.08)); }

  .f100-rank-row th,
  .f100-rank-row td {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
  }

  .f100-rank-row__rank {
    grid-area: rank;
    align-self: start;
    padding-top: 12px !important;
    font-size: 13px;
  }

  .f100-rank-row__player { grid-area: player; align-self: center; }
  .f100-pcell { gap: 9px; }
  .f100-pcell .f100-ava { width: 40px; height: 40px; flex-basis: 40px; }
  .f100-rank-row__player a { font-size: 14px; }

  .f100-rank-row__facts {
    grid-area: facts;
    padding-left: 51px !important;
    color: var(--text-tertiary, #5e6678) !important;
    font-size: 11px;
    white-space: normal;
  }

  .f100-rank-row__facts span + span { margin-left: 6px; padding-left: 6px; }

  .f100-rank-row__score {
    grid-area: score;
    align-self: center;
    padding: 5px 8px !important;
    border-radius: var(--r-2, 8px) !important;
    background: color-mix(in srgb, var(--f100-accent) 8%, var(--f100-surface));
    font-size: 14px;
  }

  .f100-rank-row__achievement {
    grid-area: achievement;
    align-self: center;
    padding-left: 51px !important;
    color: var(--text-secondary, #404756) !important;
    font-size: 11px;
    white-space: normal;
  }

  .f100-rank-row__profile {
    display: block;
    grid-area: profile;
    align-self: center;
  }

  .f100-rank-row__profile a { font-size: 0; }
  .f100-rank-row__profile a svg { width: 18px; height: 18px; }
  .f100-editorial-intro { margin-top: 48px; padding: 17px; }
  .f100-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .f100 h2 { margin-top: 44px; }
  .f100-tbl { margin-right: calc(50% - 50vw + 14px); margin-left: calc(50% - 50vw + 14px); border-radius: 10px; }
  .f100-ng { grid-template-columns: minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .f100 *,
  .f100-hero * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
