@font-face {
  font-family: ArchiveDisplay;
  src: url("/static/site/barlow-condensed-latin.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
:root {
  --bg: #111410;
  --surface: #191d17;
  --surface-2: #22271f;
  --text: #f1f0e7;
  --muted: #a3aa9c;
  --quiet: #78816f;
  --line: #33392e;
  --accent: #d3ee9b;
  --red: #b93c33;
  --radius: 3px;
  --display: ArchiveDisplay, "Arial Narrow", Impact, sans-serif;
  --font: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1320px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p,
ol,
ul {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.2;
  word-break: keep-all;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
button {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
button,
input,
select {
  border-radius: 0;
}
a,
button {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}
::selection {
  background: var(--accent);
  color: var(--bg);
}
[hidden] {
  display: none !important;
}
.container {
  width: calc(100% - 96px);
  max-width: var(--max);
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  z-index: 100;
  background: var(--accent);
  color: var(--bg);
  padding: 12px;
}
.skip-link:focus {
  transform: translateY(0);
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.16em;
  font-weight: 700;
  line-height: 1.5;
}
.utility-bar {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.utility-bar > .container {
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.utility-bar .container > span:last-child {
  display: flex;
  align-items: center;
  gap: 12px;
}
.utility-bar i {
  display: block;
  width: 3px;
  height: 3px;
  background: var(--quiet);
  border-radius: 50%;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(17, 20, 16, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner {
  height: 90px;
  display: flex;
  align-items: center;
  gap: 54px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.brand-symbol {
  font: 700 52px/0.9 var(--display);
  letter-spacing: -0.1em;
  color: var(--accent);
  padding-right: 4px;
}
.brand-symbol > span {
  color: var(--text);
}
.brand-word {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  font-weight: 850;
}
.brand-word > span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.11em;
}
.primary-nav {
  display: flex;
  height: 100%;
  gap: 29px;
  align-items: center;
  flex: 1;
}
.primary-nav > a {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
  color: var(--muted);
}
.primary-nav > a:hover,
.primary-nav > a[aria-current] {
  color: var(--text);
}
.primary-nav > a[aria-current]:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--accent);
}
.header-actions {
  display: flex;
  gap: 24px;
  align-items: center;
}
.header-search {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  color: var(--muted);
}
.search-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  margin-right: 4px;
}
.search-icon:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1.5px;
  background: currentColor;
  transform: rotate(45deg);
  right: -5px;
  bottom: -3px;
}
.header-search kbd {
  padding: 0 6px;
  border: 1px solid var(--line);
  font-size: 11px;
  color: var(--quiet);
}
.lang-button {
  border: 0;
  background: none;
  padding: 10px 0;
  font-size: 11px;
  font-weight: 700;
}
.menu-button {
  display: none;
  border: 0;
  background: transparent;
  width: 44px;
  height: 44px;
  padding: 10px;
}
.menu-button > span {
  height: 1px;
  background: var(--text);
  width: 22px;
  display: block;
  margin: 6px 0;
  transition: transform 0.2s;
}
.menu-button[aria-expanded="true"] > span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}
.menu-button[aria-expanded="true"] > span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}
.mobile-menu {
  background: var(--bg);
  border-top: 1px solid var(--line);
  max-height: calc(100dvh - 76px);
  overflow: auto;
}
.mobile-menu a {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-size: 19px;
  font-weight: 700;
}
.mobile-menu .container {
  padding-bottom: 24px;
}
.edition-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 67px;
  font-size: 11px;
  color: var(--muted);
}
.edition-line > span {
  display: flex;
  gap: 8px;
  align-items: center;
}
.status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}
.edition-line > a {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--accent);
}
.edition-line > a > span:last-child {
  margin-left: 8px;
}
.home-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.92fr) minmax(0, 1fr);
  gap: 20px;
}
.feature-story {
  min-height: 558px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #20261e;
  display: flex;
  flex-direction: column;
  padding: 29px 35px 21px;
}
.feature-image,
.feature-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
  object-position: 55% center;
}
.feature-image {
  filter: saturate(0.65);
  transition: transform 1s ease;
}
.feature-story:hover .feature-image {
  transform: scale(1.025);
}
.feature-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 17, 12, 0.76), rgba(9, 17, 12, 0.13)),
    linear-gradient(0deg, rgba(6, 14, 9, 0.91), rgba(6, 14, 9, 0) 80%);
}
.feature-top,
.feature-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature-top .eyebrow {
  font-size: 9px;
}
.feature-index {
  font-size: 10px;
  letter-spacing: 0.12em;
}
.feature-copy {
  margin-top: auto;
  padding: 70px 0 38px;
}
.story-label {
  font-size: 9px;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: var(--accent);
}
.feature-copy h1 {
  font-size: clamp(40px, 4.3vw, 65px);
  letter-spacing: -0.06em;
  line-height: 1.2;
  font-weight: 800;
  margin: 17px 0 22px;
}
.feature-copy p {
  font-size: 13px;
  line-height: 1.8;
  color: #d5d9d0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-height: 47px;
  padding: 13px 21px;
  font-size: 12px;
  font-weight: 750;
  border: 1px solid transparent;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button > span:last-child:not([data-ko]) {
  font-size: 20px;
  line-height: 1;
}
.button-accent {
  background: var(--accent);
  color: #1c2814;
}
.button-accent:hover {
  background: #e4ffc0;
  transform: translateY(-2px);
}
.button-outline {
  border-color: var(--line);
  background: transparent;
  color: var(--text);
}
.button-outline:hover {
  background: var(--surface-2);
}
.feature-copy .button {
  margin-top: 28px;
}
.feature-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding-top: 15px;
  color: #d2d8cd;
  font-size: 8px;
  letter-spacing: 0.16em;
}
.lead-aside {
  display: grid;
  grid-template-rows: 1fr 178px;
  gap: 20px;
  min-width: 0;
}
.korea-feature {
  background: var(--red);
  padding: 22px 24px 18px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #fff3e8;
}
.korea-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.korea-card-top .eyebrow {
  font-size: 8px;
}
.korea-card-top .flag {
  width: 29px;
  height: 21px;
}
.korea-display {
  font: 700 119px/0.83 var(--display);
  letter-spacing: -0.025em;
  color: #f2c7b2;
  padding-top: 23px;
  padding-bottom: 18px;
  display: flex;
  gap: 2px;
}
.korea-display > span {
  color: #f0dfcf;
}
.korea-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.korea-card-bottom .story-label {
  color: #f4ccc0;
  font-size: 8px;
}
.korea-card-bottom h2 {
  font-size: 20px;
  letter-spacing: -0.045em;
  margin-top: 7px;
}
.circle-arrow {
  width: 33px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 19px;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.korea-feature:hover .circle-arrow,
.archive-feature:hover .circle-arrow {
  transform: rotate(45deg);
}
.korea-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 14px;
  margin-top: auto;
}
.korea-stats > span {
  font-size: 9px;
  color: #f4d9cd;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.korea-stats b {
  font: 700 30px/1 var(--display);
  color: #fff3e8;
}
.archive-feature {
  background: #d6d7c5;
  color: #20281c;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 22px 24px;
  overflow: hidden;
  position: relative;
}
.archive-feature .eyebrow {
  font-size: 8px;
}
.archive-feature h2 {
  font: 700 63px/0.95 var(--display);
  letter-spacing: -0.02em;
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
  gap: 13px;
}
.archive-feature h2 > span {
  font: 750 17px/1.25 var(--font);
  letter-spacing: -0.05em;
  padding-bottom: 4px;
}
.archive-feature p {
  font-size: 9px;
  color: #545c48;
  margin-top: 9px;
}
.archive-feature .circle-arrow {
  margin-left: 6px;
  margin-bottom: 2px;
}
.results-strip {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  margin: 30px 0 0;
  padding: 23px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.results-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.results-label .eyebrow {
  font-size: 8px;
  color: var(--quiet);
}
.results-label h2 {
  font-size: 15px;
  margin-top: 5px;
}
.results-label a {
  font-size: 10px;
  color: var(--muted);
  margin-top: 10px;
}
.result-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 21px;
}
.result-card {
  padding-left: 20px;
  border-left: 1px solid var(--line);
  transition: color 0.2s;
  min-width: 0;
}
.result-card:hover {
  color: var(--accent);
}
.result-stage {
  font-size: 9px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
  gap: 4px;
}
.result-stage > span:last-child {
  font-size: 8px;
  color: var(--quiet);
}
.result-card > div:not(.result-stage) {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 650;
  margin: 6px 0;
}
.result-card > div:not(.result-stage) > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.result-card b {
  margin-left: auto;
  font: 700 19px/1 var(--display);
}
.flag {
  width: 24px;
  height: 17px;
  object-fit: cover;
  border-radius: 1px;
  flex-shrink: 0;
  background: #53594c;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.result-card .flag {
  width: 17px;
  height: 12px;
}
.flag-large {
  width: 70px;
  height: 48px;
}
.flag-fallback {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  width: 24px;
  height: 17px;
  background: var(--surface-2);
  flex-shrink: 0;
}
.home-section {
  margin-top: 55px;
  min-width: 0;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}
.section-heading h2 {
  font-size: 23px;
  font-weight: 750;
  letter-spacing: -0.045em;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-number {
  font: 700 15px/1 var(--display);
  color: var(--accent);
  letter-spacing: 0;
  align-self: flex-start;
  margin-top: 3px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.text-link:hover {
  color: var(--accent);
}
.text-link > span:last-child:not([data-ko]) {
  font-size: 18px;
}
.section-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 22px;
  color: var(--muted);
  font-size: 12px;
}
.section-intro .eyebrow {
  font-size: 8px;
  color: var(--quiet);
}
.edition-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 19px;
}
.edition-card {
  position: relative;
  background: #20271e;
  display: flex;
  flex-direction: column;
  min-height: 252px;
  padding: 19px 22px;
  overflow: hidden;
  transition:
    background 0.2s,
    transform 0.2s;
}
.edition-card:hover {
  background: #303b29;
  transform: translateY(-4px);
}
.edition-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
}
.edition-top .eyebrow {
  font-size: 8px;
}
.edition-top > span:last-child {
  font-size: 20px;
}
.edition-year {
  font: 700 90px/1.05 var(--display);
  letter-spacing: -0.02em;
  margin-top: 12px;
  color: #d5dacb;
}
.edition-card h3,
.edition-card h2 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.025em;
  font-weight: 650;
  margin: 5px 0 22px;
}
.edition-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding-top: 13px;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 9px;
  color: var(--muted);
}
.edition-bottom > span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.edition-bottom .flag {
  width: 16px;
  height: 11px;
}
.edition-bottom small {
  font-size: 8px;
  opacity: 0.65;
}
.edition-2026 {
  background: #d3ee9b;
  color: #24331b;
}
.edition-2026:hover {
  background: #e1f6b8;
}
.edition-2026 .edition-year {
  color: #253a1e;
}
.edition-2026 .edition-top,
.edition-2026 .edition-bottom {
  color: #526444;
}
.edition-2026 .edition-bottom {
  border-color: #a9c27f;
}
.edition-2022 {
  background: #392529;
}
.edition-2022 .edition-year {
  color: #dbb4af;
}
.edition-2022:hover {
  background: #4b3035;
}
.edition-2018 {
  background: #252d37;
}
.edition-2018 .edition-year {
  color: #b5c7d3;
}
.edition-2018:hover {
  background: #303b48;
}
.edition-2014 {
  background: #293324;
}
.edition-2014 .edition-year {
  color: #cbd59f;
}
.home-lower {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
}
.section-description {
  font-size: 12px;
  color: var(--muted);
  margin: 16px 0 12px;
}
.ranking-list {
  list-style: none;
  padding: 0;
}
.ranking-list > li {
  border-bottom: 1px solid var(--line);
}
.ranking-list a {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 83px;
  padding: 10px 0;
  transition: background 0.2s;
}
.ranking-list a:hover {
  background: var(--surface);
}
.rank {
  font: 700 19px/1 var(--display);
  color: var(--quiet);
  min-width: 20px;
}
.ranking-list li:first-child .rank {
  color: var(--accent);
}
.avatar {
  width: 43px;
  height: 52px;
  object-fit: cover;
  object-position: 50% 20%;
  background: var(--surface-2);
  flex-shrink: 0;
}
.avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font: 700 30px/1 var(--display);
  color: var(--quiet);
}
.rank-person {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  font-weight: 650;
  min-width: 0;
}
.rank-person > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rank-person > small {
  font-size: 9px;
  color: var(--quiet);
  font-weight: 450;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ranking-list strong {
  font: 700 33px/1 var(--display);
  margin-left: auto;
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 5px;
}
.ranking-list strong small {
  font: 600 7px/1 var(--font);
  color: var(--quiet);
  letter-spacing: 0.05em;
}
.row-arrow {
  color: var(--quiet);
  font-size: 18px;
  margin-left: 12px;
}
.korea-timeline > a {
  display: flex;
  align-items: center;
  gap: 23px;
  min-height: 83px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.korea-timeline > a:hover .timeline-year {
  color: var(--accent);
}
.timeline-year {
  font: 700 34px/1 var(--display);
}
.timeline-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.timeline-copy b {
  font-size: 12px;
  font-weight: 650;
}
.timeline-copy small {
  font-size: 10px;
  color: var(--quiet);
}
.finish-label {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  color: var(--muted);
  border: 1px solid var(--line);
  padding: 4px 8px;
  white-space: nowrap;
}
.finish-label.highlight {
  color: var(--accent);
  border-color: #637744;
}
.explore-banner {
  padding: 42px 48px 34px;
  margin: 60px 0 72px;
  background: #dcdccd;
  color: #26311e;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 55px;
  align-items: center;
}
.explore-banner > .eyebrow {
  grid-column: 1 / -1;
  font-size: 8px;
  margin-bottom: 15px;
}
.explore-banner h2 {
  font-size: 31px;
  line-height: 1.35;
  letter-spacing: -0.05em;
  grid-row: 2 / 4;
}
.search-form {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #7e8872;
  padding: 5px 0;
  min-width: 0;
}
.search-form input {
  background: transparent;
  border: 0;
  color: inherit;
  outline: none;
  min-width: 0;
  flex: 1;
  width: 100%;
  padding: 12px 0;
  font-size: 14px;
}
.search-form input::placeholder {
  color: #6b7661;
}
.search-form:focus-within {
  border-color: currentColor;
  box-shadow: 0 1px 0 currentColor;
}
.search-form input:focus-visible {
  outline: none;
}
.search-form button {
  background: transparent;
  border: 0;
  font-size: 26px;
  padding: 8px;
  min-width: 44px;
  color: inherit;
}
.search-suggestions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
  font-size: 10px;
  margin-top: 14px;
}
.search-suggestions > span {
  font-size: 8px;
  color: #66735a;
}
.search-suggestions > a {
  border-bottom: 1px solid transparent;
}
.search-suggestions > a:hover {
  border-color: currentColor;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 40px 0 24px;
  background: #0e110d;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 42px;
  padding-bottom: 32px;
}
.footer-top > p {
  font-size: 12px;
  color: var(--muted);
}
.back-top {
  margin-left: auto;
  font-size: 10px;
  color: var(--muted);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  font-size: 9px;
  color: var(--quiet);
  line-height: 1.9;
}
.footer-bottom a:hover {
  color: var(--text);
}
.footer-links {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-bottom p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
/* Archive pages: shared grid, typography, tables and interactions. */
.inner-container {
  padding-top: 27px;
  padding-bottom: 85px;
  min-height: 65vh;
}
.breadcrumb {
  font-size: 10px;
  color: var(--quiet);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 43px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb a:hover {
  color: var(--accent);
}
.page-heading {
  padding: 22px 0 37px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 27px;
}
.page-heading > .eyebrow,
.profile-heading .eyebrow {
  color: var(--accent);
  font-size: 10px;
}
.page-heading h1 {
  font-size: clamp(34px, 4vw, 58px);
  letter-spacing: -0.055em;
  margin: 19px 0 21px;
  line-height: 1.25;
}
.page-heading p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  word-break: keep-all;
}
.heading-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.index-total {
  font: 700 54px/1 var(--display);
  display: flex;
  align-items: end;
  gap: 12px;
  color: var(--accent);
  flex-shrink: 0;
}
.index-total small {
  font: 600 9px/1.4 var(--font);
  letter-spacing: 0.1em;
  color: var(--quiet);
  margin-bottom: 6px;
}
.catalog-toolbar {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.filter-tabs,
.gender-links {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: auto;
}
.filter-tabs button,
.filter-tabs > a,
.gender-links > a {
  background: transparent;
  border: 1px solid var(--line);
  padding: 10px 15px;
  font-size: 11px;
  white-space: nowrap;
  color: var(--muted);
  min-height: 40px;
}
.filter-tabs [aria-pressed="true"],
.filter-tabs .active,
.gender-links .active {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--bg);
  font-weight: 700;
}
.filter-tabs button:hover,
.filter-tabs a:hover,
.gender-links a:hover {
  border-color: var(--accent);
}
.filter-input {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 10px 14px;
  color: var(--muted);
}
.filter-input .search-icon {
  width: 13px;
  height: 13px;
}
.filter-input input {
  border: 0;
  background: transparent;
  outline: none;
  width: 100%;
  min-width: 0;
  color: var(--text);
  font-size: 11px;
  min-height: 22px;
}
.filter-input input::placeholder {
  color: var(--quiet);
}
.filter-input:focus-within {
  border-color: var(--accent);
}
.filter-summary {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: var(--muted);
  margin: 24px 0 15px;
}
.filter-summary > span:last-child:not(:first-child) {
  margin-left: auto;
  font-size: 9px;
  color: var(--quiet);
}
.catalog-editions {
  row-gap: 20px;
}
.catalog-editions .edition-card {
  min-height: 267px;
}
.catalog-editions .edition-card:not([class*="edition-20"]):nth-child(3n) {
  background: #242b29;
}
.catalog-editions .edition-card:not([class*="edition-20"]):nth-child(3n + 1) {
  background: #2b2a23;
}
.catalog-editions .edition-card:hover {
  outline: 1px solid var(--accent);
  outline-offset: -1px;
}
.nation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}
.nation-card {
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 23px;
  transition:
    background 0.2s,
    border-color 0.2s;
  overflow: hidden;
}
.nation-card:hover {
  border-color: var(--accent);
  background: var(--surface-2);
}
.nation-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nation-top .flag-large {
  width: 44px;
  height: 30px;
}
.nation-top > span {
  font-size: 9px;
  color: var(--muted);
}
.nation-code {
  font: 700 63px/1 var(--display);
  letter-spacing: 0.01em;
  color: #5b6553;
  display: block;
  margin: 20px 0 16px;
}
.nation-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.nation-bottom h2 {
  font-size: 16px;
  letter-spacing: -0.02em;
}
.nation-bottom > span {
  font-size: 20px;
  color: var(--accent);
}
.stadium-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.stadium-card {
  padding: 26px;
  background: var(--surface);
  border-top: 2px solid #626e53;
  display: flex;
  flex-direction: column;
  min-height: 210px;
}
.stadium-card:hover {
  background: var(--surface-2);
  border-color: var(--accent);
}
.stadium-card > .eyebrow {
  font-size: 8px;
  color: var(--quiet);
}
.stadium-card h2 {
  font-size: 23px;
  letter-spacing: -0.03em;
  margin: 25px 0 9px;
}
.stadium-card > p {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 20px;
}
.stadium-card > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  font-size: 9px;
  color: var(--quiet);
}
.stadium-card > div > span:last-child {
  font-size: 19px;
  color: var(--accent);
}
.empty-state {
  padding: 70px 20px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
  margin: 20px 0;
}
.empty-mark {
  display: block;
  font: 700 60px/1 var(--display);
  color: var(--quiet);
  margin-bottom: 18px;
}
.filter-empty {
  text-align: center;
}
.filter-empty .button {
  margin-top: 12px;
}
.profile-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding: 15px 0 44px;
}
.profile-heading h1 {
  font-size: clamp(38px, 5vw, 68px);
  letter-spacing: -0.06em;
  margin: 21px 0 15px;
}
.profile-heading p {
  color: var(--muted);
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.profile-crest {
  display: flex;
  align-items: center;
  gap: 22px;
}
.profile-crest > .flag-large {
  width: 94px;
  height: 65px;
}
.profile-crest > span {
  font: 700 95px/1 var(--display);
  letter-spacing: -0.02em;
  color: #333e2a;
}
.stat-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 27px 0;
  margin-bottom: 42px;
}
.stat-band > div {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 24px;
  border-right: 1px solid var(--line);
}
.stat-band > div:first-child {
  padding-left: 0;
}
.stat-band > div:last-child {
  border: 0;
}
.stat-band > div > span {
  font-size: 10px;
  color: var(--muted);
}
.stat-band strong {
  font: 700 49px/1 var(--display);
}
.stat-band > div:first-child strong {
  color: var(--accent);
}
.stat-band.compact {
  grid-template-columns: repeat(4, 1fr);
}
.stat-band .stat-name {
  font: 700 21px/1.4 var(--font);
  letter-spacing: -0.04em;
}
.detail-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr);
  gap: 46px;
}
.detail-columns > * {
  min-width: 0;
}
.detail-columns .section-heading {
  margin-bottom: 12px;
}
.detail-columns .section-heading h2 {
  font-size: 21px;
}
.data-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  white-space: nowrap;
}
.data-table th {
  font-size: 9px;
  font-weight: 500;
  color: var(--quiet);
  padding: 15px 12px;
  text-align: right;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}
.data-table td {
  padding: 20px 12px;
  border-bottom: 1px solid var(--line);
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.data-table tr:hover td {
  background: var(--surface);
}
.data-table th:first-child,
.data-table td:first-child {
  text-align: left;
  padding-left: 16px;
}
.data-table th:last-child,
.data-table td:last-child {
  padding-right: 16px;
}
.table-primary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  white-space: normal;
}
.table-primary b {
  font: 700 30px/1 var(--display);
}
.table-primary > span,
.table-primary > small {
  font-size: 10px;
  color: var(--muted);
}
.table-primary:hover,
.player-name:hover,
.score-link:hover {
  color: var(--accent);
}
.table-scroll {
  overflow-x: auto;
  overscroll-behavior-x: contain;
}
.data-note {
  font-size: 10px;
  line-height: 1.8;
  color: var(--quiet);
  margin: 17px 0;
  word-break: keep-all;
}
.subsection {
  margin-top: 42px;
}
.qualifier-list {
  border-top: 1px solid var(--line);
}
.qualifier-list details {
  border-bottom: 1px solid var(--line);
}
.qualifier-list summary {
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
  font-size: 12px;
  cursor: pointer;
}
.qualifier-list summary::-webkit-details-marker {
  display: none;
}
.qualifier-list summary > b {
  font: 700 26px/1 var(--display);
}
.qualifier-list summary > span:last-child {
  margin-left: auto;
  color: var(--muted);
  font-size: 10px;
}
.qualifier-list summary i {
  font-style: normal;
  font-size: 20px;
  margin-left: 17px;
  display: inline-block;
}
.qualifier-list details[open] summary i {
  transform: rotate(45deg);
}
.qualifier-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  background: var(--surface);
}
.qualifier-row time {
  color: var(--muted);
  font-size: 10px;
}
.qualifier-row > span {
  font-size: 8px;
  color: var(--quiet);
}
.qualifier-row > b {
  margin-left: auto;
  white-space: nowrap;
}
.positive {
  color: var(--accent);
}
.negative {
  color: #e98979;
}
.aside-link {
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--line);
  padding: 16px;
  font-size: 11px;
  color: var(--muted);
  margin-top: 23px;
}
.aside-link:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.tournament-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 5px 0 43px;
}
.tournament-heading .eyebrow {
  color: var(--accent);
}
.tournament-heading h1 {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  font: 700 130px/0.95 var(--display);
  letter-spacing: -0.02em;
  margin-top: 20px;
}
.tournament-heading h1 > span {
  font: 750 28px/1.15 var(--font);
  letter-spacing: -0.04em;
  max-width: 150px;
  padding-bottom: 8px;
}
.tournament-heading p {
  font-size: 20px;
  letter-spacing: -0.04em;
  margin-top: 20px;
}
.tournament-dates {
  display: block;
  color: var(--quiet);
  font-size: 10px;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.champion-block {
  background: var(--surface);
  border: 1px solid var(--line);
  min-width: 260px;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}
.champion-block > .eyebrow {
  grid-column: 1/-1;
  font-size: 8px;
  color: var(--accent);
}
.champion-block .flag-large {
  width: 54px;
  height: 37px;
  grid-column: 2;
  grid-row: 2;
}
.champion-block h2 {
  font-size: 26px;
  grid-column: 1;
  grid-row: 2;
  letter-spacing: -0.04em;
}
.champion-block > span:last-child {
  grid-column: 1/-1;
  font-size: 10px;
  color: var(--muted);
}
.champion-block:hover {
  border-color: var(--accent);
}
.content-tabs {
  display: flex;
  gap: 33px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 30px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
}
.content-tabs button {
  position: relative;
  background: transparent;
  border: 0;
  min-height: 56px;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
  color: var(--muted);
  padding: 0 0 18px;
}
.content-tabs button[aria-selected="true"] {
  color: var(--accent);
}
.content-tabs button[aria-selected="true"]:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--accent);
}
.content-tabs button > span:last-child:not([data-ko]) {
  font-size: 10px;
  padding-left: 4px;
  color: var(--quiet);
}
.panel-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0 25px;
}
.panel-toolbar h2 {
  font-size: 23px;
  letter-spacing: -0.04em;
}
.panel-toolbar .data-note {
  margin: 0;
}
.match-list {
  border-top: 1px solid var(--line);
}
.match-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 88px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 12px;
  padding: 20px 12px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  min-height: 78px;
}
.match-row:hover {
  background: var(--surface);
}
.match-date {
  font-size: 9px;
  color: var(--muted);
}
.match-date small {
  display: block;
  font-size: 9px;
  color: var(--quiet);
  margin-top: 6px;
}
.match-side {
  display: flex;
  gap: 9px;
  align-items: center;
  font-weight: 650;
  min-width: 0;
}
.match-side > span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.match-side.home {
  justify-content: flex-end;
  text-align: right;
}
.match-score {
  font: 700 25px/1.1 var(--display);
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.match-score i {
  font-style: normal;
  color: var(--quiet);
  padding: 0 10px;
}
.match-score small {
  font: 500 8px/1 var(--font);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  color: var(--muted);
}
.match-status {
  font-size: 8px;
  color: var(--quiet);
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: flex-end;
}
.match-status > span {
  font-size: 15px;
}
.bracket-scroll {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding-bottom: 22px;
  scrollbar-color: var(--quiet) var(--surface);
}
.bracket-grid {
  display: flex;
  gap: 34px;
  min-width: min-content;
}
.bracket-round {
  width: 226px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.bracket-round h3 {
  font-size: 12px;
  color: var(--accent);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
}
.bracket-round h3 > span:last-child {
  font-size: 10px;
  color: var(--quiet);
}
.bracket-matches {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 15px;
  flex: 1;
  padding-top: 20px;
}
.bracket-match {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 12px 14px;
  position: relative;
  min-height: 120px;
}
.bracket-match:after {
  content: "";
  position: absolute;
  right: -35px;
  top: 50%;
  width: 34px;
  border-top: 1px solid var(--line);
}
.bracket-round:last-child .bracket-match:after {
  display: none;
}
.bracket-round:last-child .bracket-match {
  border-color: #65774d;
  background: #242e1d;
}
.bracket-match:hover {
  border-color: var(--accent);
}
.bracket-match > small {
  font-size: 8px;
  color: var(--quiet);
  display: block;
  margin-bottom: 10px;
}
.bracket-match > div {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  color: var(--muted);
  margin: 9px 0;
}
.bracket-match > div.winner {
  color: var(--text);
  font-weight: 700;
}
.bracket-match > div.winner b {
  color: var(--accent);
}
.bracket-match b {
  margin-left: auto;
  font: 700 21px/1 var(--display);
}
.bracket-match .flag {
  width: 19px;
  height: 13px;
}
.bracket-pen {
  font-size: 8px;
  color: var(--quiet);
}
.group-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 27px;
  margin-top: 26px;
}
.group-card {
  border: 1px solid var(--line);
  min-width: 0;
}
.group-card h3 {
  padding: 17px;
  background: var(--surface-2);
  font-size: 15px;
  letter-spacing: -0.03em;
}
.group-card .data-table td {
  padding-block: 16px;
}
.team-inline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
}
.team-inline:hover {
  color: var(--accent);
}
.group-card .team-inline {
  font-size: 11px;
}
.group-card .flag {
  width: 18px;
  height: 13px;
}
.group-card .data-table td,
.group-card .data-table th {
  padding-inline: 10px;
}
.wide-rankings {
  max-width: 800px;
}
.team-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.team-link-grid > a {
  background: var(--surface);
  padding: 22px;
  border: 1px solid var(--line);
  min-height: 72px;
}
.team-link-grid > a:hover {
  border-color: var(--accent);
}
.player-heading {
  min-height: 230px;
}
.avatar-large {
  width: 155px;
  height: 188px;
  object-fit: cover;
  object-position: center top;
  border-bottom: 3px solid var(--accent);
}
.avatar-large.avatar-fallback {
  font-size: 90px;
}
.player-bio {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 23px;
  font-size: 11px;
  color: var(--muted);
  flex-wrap: wrap;
}
.simple-list > a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.simple-list b {
  font: 700 30px/1 var(--display);
}
.simple-list > a > span:last-child {
  margin-left: auto;
  color: var(--quiet);
}
.simple-list > a:hover b {
  color: var(--accent);
}
.micro-tag {
  font-size: 8px;
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 3px 5px;
  margin-left: 5px;
}
.photo-credit {
  font-size: 9px;
  line-height: 1.9;
  color: var(--quiet);
  margin-top: 25px;
}
.photo-credit a {
  text-decoration: underline;
}
.match-hero {
  background: var(--surface);
  padding: 34px 48px 30px;
  text-align: center;
  margin-bottom: 28px;
}
.match-hero > .eyebrow {
  color: var(--accent);
  font-size: 10px;
}
.match-hero > time {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 10px;
}
.scoreboard {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin: 32px auto;
  max-width: 850px;
  gap: 25px;
}
.scoreboard-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.scoreboard-team h1,
.scoreboard-team h2 {
  font-size: 26px;
  letter-spacing: -0.04em;
}
.scoreboard-team > span {
  font-size: 10px;
  color: var(--quiet);
  letter-spacing: 0.1em;
}
.scoreboard-team:hover h1,
.scoreboard-team:hover h2 {
  color: var(--accent);
}
.scoreboard-team .flag-large {
  width: 76px;
  height: 52px;
}
.scoreboard-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.scoreboard-result > span {
  font-size: 9px;
  color: var(--accent);
  letter-spacing: 0.1em;
}
.scoreboard-result strong {
  font: 700 96px/1 var(--display);
  white-space: nowrap;
}
.scoreboard-result i {
  font-style: normal;
  color: var(--quiet);
  padding: 0 15px;
}
.match-hero > p {
  font-size: 11px;
  color: var(--muted);
}
.event-list {
  border-top: 1px solid var(--line);
}
.event-row {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 23px 12px;
}
.event-row:hover {
  background: var(--surface);
}
.event-minute {
  font: 700 27px/1 var(--display);
  width: 50px;
  flex-shrink: 0;
}
.event-icon {
  width: 14px;
  height: 18px;
  flex-shrink: 0;
}
.event-icon.goal {
  font-size: 16px;
  color: var(--accent);
  line-height: 1;
}
.event-row b {
  font-size: 13px;
}
.event-row small {
  font-size: 9px;
  color: var(--quiet);
  display: block;
  margin-top: 5px;
}
.event-row > .flag {
  margin-left: auto;
}
.event-row > span:last-child {
  color: var(--quiet);
  margin-left: auto;
}
.yellow-card {
  background: #e5c354;
  border-radius: 1px;
}
.red-card {
  background: #d96656;
  border-radius: 1px;
}
.info-list {
  margin: 0;
}
.info-list > div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.info-list dt {
  color: var(--quiet);
  flex-shrink: 0;
}
.info-list dd {
  margin: 0;
  text-align: right;
}
.pk-team {
  margin-top: 24px;
}
.pk-team > .team-inline {
  margin-bottom: 12px;
}
.pk-row {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 11px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.pk-row b {
  margin-left: auto;
  font-size: 9px;
  color: var(--quiet);
}
.lineup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.lineup-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.lineup-title > .team-inline {
  font-weight: 750;
  font-size: 16px;
}
.lineup-title > span {
  font-size: 12px;
  color: var(--accent);
}
.pitch-view {
  background: #253424;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 380px;
  gap: 20px;
  padding: 30px 15px;
  margin-top: 20px;
  border: 1px solid #465f41;
  overflow: hidden;
}
.pitch-view:before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid #506548;
  z-index: -1;
}
.pitch-view:after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 50%;
  border-top: 1px solid #506548;
  z-index: -1;
}
.pitch-circle {
  width: 115px;
  height: 115px;
  border: 1px solid #506548;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.pitch-line {
  display: flex;
  justify-content: space-evenly;
  gap: 5px;
  min-height: 50px;
}
.pitch-line > a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  font-size: 9px;
  text-align: center;
  max-width: 21%;
  line-height: 1.3;
}
.pitch-line > a > b {
  width: 30px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #24341a;
  font: 700 20px/1 var(--display);
  border-radius: 3px 3px 6px 6px;
}
.pitch-line > a:hover {
  color: var(--accent);
}
.lineup-roster h3 {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.1em;
  margin: 28px 0 8px;
}
.lineup-roster > a {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
  font-size: 12px;
}
.shirt-number {
  font: 700 23px/1 var(--display);
  color: var(--quiet);
  width: 25px;
}
.lineup-roster small {
  margin-left: auto;
  font-size: 10px;
  color: var(--muted);
}
.records-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.9fr;
  gap: 35px;
  margin-top: 35px;
}
.records-grid > section {
  min-width: 0;
}
.records-grid .section-heading h2 {
  font-size: 22px;
}
.records-grid .ranking-list a {
  gap: 10px;
}
.records-grid .rank-person {
  font-size: 12px;
}
.records-grid .row-arrow {
  display: none;
}
.titles-list > a {
  display: flex;
  position: relative;
  align-items: center;
  gap: 13px;
  padding: 27px 0 30px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.titles-list b {
  margin-left: auto;
  font: 700 34px/1 var(--display);
  color: var(--accent);
}
.title-bar {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: var(--title-width);
  height: 2px;
  background: var(--accent);
  opacity: 0.45;
}
.records-note {
  background: var(--surface);
  padding: 28px;
  margin-top: 35px;
}
.records-note > .eyebrow {
  font-size: 8px;
  color: var(--accent);
}
.records-note h3 {
  font-size: 20px;
  letter-spacing: -0.04em;
  margin: 17px 0;
}
.records-note p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 25px;
}
.year-form {
  display: flex;
  align-items: center;
  gap: 17px;
}
.year-form label {
  font-size: 11px;
  color: var(--muted);
}
.year-form select {
  background: var(--surface-2);
  border: 1px solid var(--line);
  color: var(--text);
  padding: 9px 30px 9px 13px;
  font-weight: 700;
}
.goal-table td {
  text-align: left;
  padding-block: 17px;
}
.goal-table th {
  text-align: left;
}
.goal-minute {
  font: 700 29px/1 var(--display);
  color: var(--accent);
}
.player-name {
  font-size: 13px;
  font-weight: 650;
}
.stadium-heading {
  max-width: 100%;
}
.search-container {
  max-width: 1000px;
}
.search-container .page-heading {
  padding-top: 45px;
  border-bottom: 0;
  margin-bottom: 10px;
}
.large-search {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 12px 22px;
}
.large-search input {
  font-size: 20px;
  color: var(--text);
}
.large-search input::placeholder {
  color: var(--quiet);
}
.large-search .search-icon {
  width: 21px;
  height: 21px;
  color: var(--muted);
}
.search-container .search-suggestions {
  font-size: 12px;
  margin: 20px 0 30px;
  color: var(--muted);
}
.search-container .search-suggestions > span {
  color: var(--quiet);
}
.search-status {
  color: var(--muted);
  font-size: 11px;
  min-height: 20px;
  margin: 25px 0;
}
.search-results > section {
  margin-top: 35px;
}
.search-results h2 {
  font-size: 20px;
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 15px;
}
.search-results h2 > span:last-child {
  font: 700 22px/1 var(--display);
  color: var(--accent);
}
.search-result-list > a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  min-height: 78px;
  border-bottom: 1px solid var(--line);
}
.search-result-list > a:hover {
  background: var(--surface);
}
.search-result-list b {
  font-size: 14px;
}
.search-result-list small {
  font-size: 10px;
  color: var(--quiet);
}
.search-result-list > a > span:last-child {
  margin-left: auto;
  color: var(--quiet);
}
.search-result-list .flag-large {
  width: 38px;
  height: 26px;
}
.search-year {
  font: 700 38px/1 var(--display);
  color: var(--accent);
}
.search-start {
  padding: 70px 0;
  text-align: center;
}
.search-start > span {
  font: 700 92px/1 var(--display);
  letter-spacing: -0.02em;
  color: #3e4936;
}
.search-start i {
  font-style: normal;
  color: #273121;
}
.search-start p {
  font-size: 13px;
  color: var(--quiet);
  margin-top: 23px;
}
.prose-container {
  max-width: 1000px;
}
.prose {
  max-width: 760px;
}
.prose h2 {
  font-size: 25px;
  margin: 45px 0 20px;
  letter-spacing: -0.04em;
}
.prose p,
.prose li {
  font-size: 14px;
  line-height: 1.95;
  color: var(--muted);
  word-break: keep-all;
}
.prose p + p {
  margin-top: 17px;
}
.prose ul {
  padding-left: 20px;
}
.prose li {
  margin-bottom: 16px;
}
.prose li a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.prose .button {
  margin-top: 35px;
}
.error-page {
  padding: 110px 0 140px;
}
.error-page > .eyebrow {
  color: var(--accent);
}
.error-page h1 {
  font-size: 46px;
  letter-spacing: -0.06em;
  margin: 25px 0;
}
.error-page p {
  color: var(--muted);
  font-size: 15px;
}
.error-page > div {
  display: flex;
  gap: 15px;
  margin-top: 35px;
  flex-wrap: wrap;
}
.image-unavailable {
  color: var(--quiet);
  object-fit: contain;
}
html[lang="en"] .feature-copy h1 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: clamp(45px, 4.6vw, 70px);
  letter-spacing: -0.025em;
}
html[lang="en"] .page-heading h1 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: clamp(40px, 4.5vw, 68px);
  letter-spacing: -0.02em;
}
html[lang="en"] .primary-nav {
  gap: 21px;
}
html[lang="en"] .primary-nav > a {
  font-size: 12px;
}
/* Tablet: fluid grids, larger tap areas and horizontal data navigation. */
@media (min-width: 1600px) {
  :root {
    --max: 1420px;
  }
  .feature-story {
    min-height: 600px;
  }
  .feature-copy h1 {
    font-size: 72px;
  }
  .korea-display {
    font-size: 140px;
  }
  .lead-aside {
    grid-template-rows: 1fr 184px;
  }
  .header-inner {
    gap: 70px;
  }
  .primary-nav {
    gap: 37px;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 56px);
  }
  .header-inner {
    gap: 32px;
    height: 80px;
  }
  .primary-nav {
    gap: 20px;
  }
  .primary-nav > a {
    font-size: 12px;
  }
  .header-actions {
    gap: 18px;
  }
  .header-search kbd {
    display: none;
  }
  .home-lead {
    gap: 16px;
    grid-template-columns: 1.75fr 1fr;
  }
  .feature-story {
    padding: 25px;
    min-height: 510px;
  }
  .feature-copy h1 {
    font-size: 49px;
  }
  .lead-aside {
    gap: 16px;
    grid-template-rows: 1fr 158px;
  }
  .korea-feature {
    padding: 20px;
  }
  .korea-display {
    font-size: 99px;
  }
  .korea-card-bottom h2 {
    font-size: 17px;
  }
  .korea-stats {
    margin-top: 17px;
  }
  .archive-feature {
    padding: 20px;
  }
  .archive-feature h2 {
    font-size: 49px;
    gap: 10px;
  }
  .archive-feature h2 > span {
    font-size: 14px;
  }
  .archive-feature .circle-arrow {
    width: 27px;
    height: 27px;
  }
  .results-strip {
    grid-template-columns: 140px 1fr;
    gap: 15px;
  }
  .result-cards {
    gap: 14px;
  }
  .result-card {
    padding-left: 14px;
  }
  .edition-grid {
    gap: 14px;
  }
  .edition-card {
    padding: 17px;
    min-height: 235px;
  }
  .edition-year {
    font-size: 79px;
  }
  .edition-card h3 {
    font-size: 12px;
  }
  .home-lower {
    gap: 32px;
  }
  .section-heading h2 {
    font-size: 21px;
  }
  .korea-timeline > a {
    gap: 15px;
  }
  .korea-timeline .row-arrow {
    display: none;
  }
  .timeline-year {
    font-size: 30px;
  }
  .detail-columns {
    gap: 28px;
  }
  .match-row {
    grid-template-columns: 80px minmax(0, 1fr) 64px minmax(0, 1fr) 24px;
    gap: 8px;
    padding-inline: 4px;
    font-size: 11px;
  }
  .match-score {
    font-size: 23px;
  }
  .match-score i {
    padding-inline: 7px;
  }
  .match-status > span {
    display: none;
  }
  .match-side {
    gap: 7px;
  }
  .match-side .flag {
    width: 20px;
    height: 14px;
  }
  .records-grid {
    gap: 24px;
  }
  .records-grid .section-heading h2 {
    font-size: 19px;
  }
  .records-grid .avatar {
    width: 35px;
    height: 44px;
  }
  .nation-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .team-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer-bottom {
    flex-direction: column;
    gap: 18px;
  }
  .tournament-heading h1 {
    font-size: 113px;
  }
  .champion-block {
    min-width: 230px;
  }
  .group-card .data-table td,
  .group-card .data-table th {
    padding-inline: 8px;
  }
  .group-card .team-inline {
    gap: 5px;
  }
}
/* Mobile: a distinct reading order, compact match rows and touch navigation. */
@media (max-width: 800px) {
  .container {
    width: calc(100% - 36px);
  }
  .utility-bar {
    display: none;
  }
  .header-inner {
    height: 72px;
    gap: 20px;
  }
  .brand-symbol {
    font-size: 43px;
  }
  .brand-word {
    font-size: 8px;
  }
  .brand-word > span {
    font-size: 13px;
  }
  .primary-nav {
    display: none;
  }
  .header-actions {
    margin-left: auto;
    gap: 19px;
  }
  .header-search > span:not(.search-icon),
  .header-search kbd {
    display: none;
  }
  .header-search {
    min-width: 30px;
    min-height: 44px;
    justify-content: center;
  }
  .lang-button {
    min-height: 44px;
    min-width: 28px;
  }
  .menu-button {
    display: block;
    margin-right: -10px;
    margin-left: -10px;
  }
  .edition-line {
    height: 55px;
    font-size: 10px;
  }
  .edition-line > a {
    font-size: 8px;
  }
  .home-lead {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .feature-story {
    min-height: 490px;
    padding: 25px 27px 20px;
  }
  .feature-copy {
    padding-top: 90px;
  }
  .feature-copy h1 {
    font-size: 55px;
  }
  .feature-copy p {
    font-size: 13px;
  }
  .feature-image {
    object-position: 50% 50%;
  }
  .lead-aside {
    grid-template-columns: 1.15fr 1fr;
    grid-template-rows: 1fr;
    gap: 15px;
  }
  .korea-feature {
    padding: 19px;
  }
  .korea-display {
    font-size: 85px;
    padding-block: 19px 15px;
  }
  .korea-card-bottom h2 {
    font-size: 16px;
  }
  .korea-card-top .eyebrow {
    font-size: 7px;
  }
  .korea-card-bottom .circle-arrow {
    width: 27px;
    height: 27px;
    font-size: 16px;
  }
  .korea-stats {
    padding-top: 13px;
    margin-top: 18px;
  }
  .korea-stats b {
    font-size: 28px;
  }
  .korea-stats > span {
    font-size: 8px;
  }
  .archive-feature {
    padding: 21px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .archive-feature h2 {
    font-size: 70px;
    display: block;
    margin-top: 28px;
  }
  .archive-feature h2 > span {
    display: block;
    font-size: 20px;
    margin: 8px 0;
  }
  .archive-feature p {
    font-size: 10px;
    line-height: 1.7;
  }
  .archive-feature .circle-arrow {
    align-self: flex-end;
    margin-top: 20px;
  }
  .results-strip {
    grid-template-columns: 1fr;
    margin-top: 25px;
    padding: 19px 0;
    gap: 20px;
  }
  .results-label {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .results-label .eyebrow {
    font-size: 8px;
  }
  .results-label h2 {
    font-size: 13px;
    margin: 0;
  }
  .results-label a {
    margin: 0 0 0 auto;
    font-size: 9px;
  }
  .result-cards {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    padding-bottom: 5px;
    gap: 0;
    margin-right: -18px;
    scrollbar-width: thin;
    scrollbar-color: var(--line) transparent;
  }
  .result-card {
    flex: 0 0 180px;
    padding: 0 18px;
    scroll-snap-align: start;
  }
  .result-card:first-child {
    padding-left: 0;
    border-left: 0;
    flex-basis: 162px;
  }
  .result-card > div:not(.result-stage) {
    font-size: 12px;
  }
  .result-stage {
    font-size: 9px;
  }
  .home-section {
    margin-top: 39px;
  }
  .section-heading {
    padding-bottom: 14px;
    gap: 12px;
  }
  .section-heading h2 {
    font-size: 21px;
    gap: 8px;
  }
  .section-number {
    font-size: 13px;
  }
  .text-link {
    font-size: 10px;
    gap: 6px;
  }
  .section-intro {
    margin: 14px 0 19px;
    font-size: 11px;
  }
  .section-intro .eyebrow {
    display: none;
  }
  .edition-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .edition-card {
    min-height: 242px;
    padding: 18px 20px;
  }
  .edition-year {
    font-size: 91px;
  }
  .edition-card h3,
  .edition-card h2 {
    font-size: 13px;
    line-height: 1.5;
  }
  .edition-bottom {
    font-size: 9px;
  }
  .home-lower {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .ranking-list a {
    min-height: 79px;
  }
  .korea-timeline > a {
    min-height: 79px;
    gap: 20px;
  }
  .korea-timeline .row-arrow {
    display: block;
  }
  .timeline-year {
    font-size: 35px;
  }
  .timeline-copy b {
    font-size: 13px;
  }
  .explore-banner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 29px;
    margin: 43px 0 46px;
  }
  .explore-banner h2 {
    grid-row: auto;
    font-size: 31px;
    line-height: 1.3;
    margin-bottom: 23px;
  }
  .explore-banner > .eyebrow {
    margin-bottom: 15px;
  }
  .search-form input {
    font-size: 13px;
  }
  .explore-banner .search-suggestions {
    margin-top: 18px;
  }
  .footer-top {
    gap: 25px;
    flex-wrap: wrap;
    padding-bottom: 25px;
  }
  .footer-top > p {
    order: 3;
    flex-basis: 100%;
    font-size: 11px;
  }
  .back-top {
    font-size: 10px;
  }
  .site-footer {
    padding-top: 32px;
  }
  .footer-links {
    gap: 18px;
    font-size: 9px;
  }
  .footer-bottom {
    font-size: 8px;
  }
  .inner-container {
    padding-top: 19px;
    padding-bottom: 56px;
  }
  .breadcrumb {
    font-size: 9px;
    margin-bottom: 25px;
  }
  .page-heading {
    padding-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
  .page-heading h1 {
    font-size: 37px;
    margin: 16px 0 17px;
  }
  .page-heading > .eyebrow {
    font-size: 8px;
  }
  .page-heading p {
    font-size: 12px;
  }
  .heading-bottom {
    align-items: start;
    gap: 25px;
  }
  .heading-bottom p {
    max-width: 73%;
  }
  .index-total {
    font-size: 40px;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }
  .index-total small {
    font-size: 7px;
    margin: 0;
  }
  .catalog-toolbar {
    gap: 17px;
    align-items: stretch;
  }
  .filter-tabs {
    max-width: 100%;
    padding-bottom: 3px;
  }
  .filter-tabs button,
  .filter-tabs > a,
  .gender-links > a {
    font-size: 10px;
    padding: 10px 14px;
    min-height: 43px;
  }
  .catalog-toolbar > .filter-input {
    width: 100%;
    min-width: 0;
  }
  .filter-input input {
    font-size: 12px;
    min-height: 24px;
  }
  .filter-summary {
    margin-top: 20px;
    font-size: 10px;
  }
  .filter-summary > span:last-child:not(:first-child) {
    font-size: 8px;
  }
  .catalog-editions .edition-card {
    min-height: 245px;
  }
  .nation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }
  .nation-card {
    padding: 19px;
  }
  .nation-code {
    font-size: 62px;
    margin: 22px 0 18px;
  }
  .nation-bottom h2 {
    font-size: 14px;
  }
  .nation-top > span {
    font-size: 8px;
  }
  .nation-top .flag-large {
    width: 37px;
    height: 26px;
  }
  .stadium-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }
  .stadium-card {
    padding: 20px;
    min-height: 218px;
  }
  .stadium-card h2 {
    font-size: 20px;
  }
  .stadium-card > .eyebrow {
    font-size: 7px;
  }
  .profile-heading {
    gap: 20px;
    padding-bottom: 29px;
  }
  .profile-heading h1 {
    font-size: 44px;
    margin: 16px 0 12px;
  }
  .profile-heading .eyebrow {
    font-size: 8px;
  }
  .profile-heading p {
    font-size: 11px;
    gap: 7px;
  }
  .profile-crest > span {
    display: none;
  }
  .profile-crest > .flag-large {
    width: 67px;
    height: 46px;
  }
  .stat-band {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    margin-bottom: 30px;
  }
  .stat-band > div {
    padding: 20px 15px !important;
    border-bottom: 1px solid var(--line);
    gap: 10px;
  }
  .stat-band > div:nth-child(3n) {
    border-right: 0;
  }
  .stat-band > div:nth-last-child(-n + 3) {
    border-bottom: 0;
  }
  .stat-band strong {
    font-size: 41px;
  }
  .stat-band > div > span {
    font-size: 9px;
  }
  .stat-band.compact {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-band.compact > div {
    border-bottom: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }
  .stat-band.compact > div:nth-child(2n) {
    border-right: 0;
  }
  .stat-band.compact > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .stat-band .stat-name {
    font-size: 19px;
  }
  .detail-columns {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .detail-columns .section-heading h2 {
    font-size: 21px;
  }
  .data-table {
    font-size: 11px;
  }
  .data-table td {
    padding: 17px 10px;
  }
  .data-table th {
    padding: 13px 10px;
    font-size: 8px;
  }
  .data-table td:first-child,
  .data-table th:first-child {
    padding-left: 10px;
  }
  .table-primary b {
    font-size: 29px;
  }
  .table-primary > span,
  .table-primary > small {
    font-size: 9px;
  }
  .data-note {
    font-size: 9px;
  }
  .qualifier-row {
    gap: 12px;
  }
  .qualifier-row time {
    font-size: 9px;
  }
  .qualifier-row .team-inline {
    font-size: 11px;
  }
  .tournament-heading {
    gap: 22px;
    align-items: stretch;
    flex-direction: column;
    padding-bottom: 28px;
  }
  .tournament-heading h1 {
    font-size: 100px;
    gap: 20px;
    margin-top: 15px;
  }
  .tournament-heading h1 > span {
    font-size: 23px;
  }
  .tournament-heading p {
    font-size: 17px;
    margin-top: 14px;
  }
  .tournament-heading .eyebrow {
    font-size: 8px;
  }
  .champion-block {
    grid-template-columns: 1fr auto auto;
    min-width: 0;
    padding: 19px;
    gap: 12px;
  }
  .champion-block > .eyebrow {
    grid-column: 1;
    grid-row: 1;
    font-size: 7px;
  }
  .champion-block .flag-large {
    grid-column: 2;
    grid-row: 1 / 3;
    width: 39px;
    height: 27px;
  }
  .champion-block h2 {
    grid-column: 1;
    grid-row: 2;
    font-size: 21px;
  }
  .champion-block > span:last-child {
    grid-column: 3;
    grid-row: 1 / 3;
    font-size: 9px;
    max-width: 85px;
    text-align: right;
  }
  .content-tabs {
    gap: 26px;
    margin-bottom: 26px;
    scrollbar-width: thin;
  }
  .content-tabs button {
    min-height: 50px;
    font-size: 12px;
    padding-bottom: 15px;
  }
  .match-row {
    grid-template-columns: 1fr 57px 1fr;
    gap: 7px;
    position: relative;
    min-height: 95px;
    padding: 33px 10px 17px;
    font-size: 12px;
  }
  .match-date {
    position: absolute;
    top: 11px;
    left: 10px;
    font-size: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .match-date small {
    margin: 0;
    font-size: 8px;
  }
  .match-status {
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 8px;
  }
  .match-side {
    gap: 8px;
  }
  .match-side .flag {
    width: 20px;
    height: 14px;
  }
  .match-score {
    font-size: 27px;
  }
  .match-score i {
    padding: 0 6px;
  }
  .match-score small {
    font-size: 7px;
    bottom: -12px;
  }
  .panel-toolbar {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
  }
  .panel-toolbar h2 {
    font-size: 21px;
  }
  .panel-toolbar .filter-input {
    width: 100%;
  }
  .panel-toolbar .data-note {
    font-size: 8px;
  }
  .bracket-round {
    width: 208px;
  }
  .bracket-grid {
    gap: 27px;
  }
  .bracket-match:after {
    right: -28px;
    width: 27px;
  }
  .group-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .group-card .data-table td,
  .group-card .data-table th {
    padding: 15px 9px;
  }
  .group-card .team-inline {
    font-size: 12px;
  }
  .team-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .team-link-grid > a {
    font-size: 11px;
    padding: 17px 13px;
    gap: 7px;
  }
  .avatar-large {
    width: 112px;
    height: 145px;
  }
  .player-heading {
    min-height: 185px;
  }
  .player-heading h1 {
    font-size: 37px;
  }
  .player-bio {
    gap: 12px;
    margin-top: 16px;
    font-size: 10px;
  }
  .player-bio .team-inline {
    font-size: 11px;
  }
  .match-hero {
    padding: 25px 17px;
  }
  .scoreboard {
    grid-template-columns: 1fr 1.1fr 1fr;
    gap: 10px;
    margin: 27px auto;
  }
  .scoreboard-team {
    gap: 16px;
  }
  .scoreboard-team h1,
  .scoreboard-team h2 {
    font-size: 19px;
  }
  .scoreboard-team .flag-large {
    width: 48px;
    height: 33px;
  }
  .scoreboard-result strong {
    font-size: 70px;
  }
  .scoreboard-result i {
    padding-inline: 8px;
  }
  .scoreboard-result > span {
    font-size: 7px;
  }
  .match-hero > .eyebrow {
    font-size: 8px;
  }
  .match-hero > p {
    font-size: 9px;
  }
  .event-row {
    padding: 21px 7px;
    gap: 16px;
  }
  .event-row b {
    font-size: 12px;
  }
  .lineup-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .records-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .records-grid > section:last-child {
    grid-row: 1;
  }
  .records-grid .section-heading h2 {
    font-size: 22px;
  }
  .records-grid .avatar {
    width: 43px;
    height: 52px;
  }
  .records-grid .rank-person {
    font-size: 14px;
  }
  .records-grid .ranking-list a {
    gap: 15px;
  }
  .records-grid .ranking-list {
    max-height: 615px;
    overflow-y: auto;
    padding-right: 12px;
    scrollbar-width: thin;
    scrollbar-color: var(--quiet) var(--surface);
  }
  .records-note {
    padding: 23px;
    margin-top: 25px;
  }
  .records-note h3 {
    font-size: 19px;
  }
  .titles-list > a {
    padding: 23px 0 27px;
  }
  .year-form {
    width: 100%;
    justify-content: space-between;
  }
  .year-form select {
    min-width: 140px;
    min-height: 44px;
  }
  .goal-table {
    min-width: 525px;
  }
  .goal-table td {
    padding-block: 18px;
  }
  .goal-minute {
    font-size: 25px;
  }
  .search-container .page-heading {
    padding-top: 27px;
  }
  .search-container .page-heading h1 {
    font-size: 35px;
  }
  .large-search {
    padding: 9px 16px;
  }
  .large-search input {
    font-size: 16px;
  }
  .large-search .search-icon {
    width: 17px;
    height: 17px;
  }
  .search-container .search-suggestions {
    font-size: 10px;
    gap: 15px;
  }
  .search-start {
    padding: 65px 0;
  }
  .search-start > span {
    font-size: 70px;
  }
  .search-start p {
    font-size: 11px;
  }
  .search-result-list > a {
    gap: 15px;
  }
  .search-result-list b {
    font-size: 13px;
  }
  .search-result-list small {
    display: none;
  }
  .prose p,
  .prose li {
    font-size: 12px;
  }
  .prose h2 {
    font-size: 22px;
  }
  .error-page {
    padding: 85px 0;
  }
  .error-page h1 {
    font-size: 34px;
  }
  .error-page p {
    font-size: 13px;
  }
  .error-page .button {
    font-size: 11px;
    padding: 12px 15px;
  }
  html[lang="en"] .feature-copy h1 {
    font-size: 58px;
  }
  html[lang="en"] .korea-card-bottom h2 {
    font-size: 17px;
  }
  html[lang="en"] .page-heading h1 {
    font-size: 44px;
  }
}
@media (max-width: 420px) {
  .header-actions {
    gap: 13px;
  }
  .edition-line {
    font-size: 9px;
  }
  .edition-line > a {
    font-size: 7px;
  }
  .feature-story {
    min-height: 466px;
    padding: 21px;
  }
  .feature-copy {
    padding-top: 83px;
    padding-bottom: 30px;
  }
  .feature-copy h1 {
    font-size: 43px;
    line-height: 1.25;
  }
  .feature-copy p {
    font-size: 12px;
  }
  .feature-top .eyebrow,
  .feature-index {
    font-size: 8px;
  }
  .feature-copy .button {
    font-size: 11px;
    min-height: 45px;
    padding: 11px 17px;
  }
  .feature-bottom {
    font-size: 7px;
  }
  .lead-aside {
    gap: 11px;
    grid-template-columns: 1.17fr 1fr;
  }
  .korea-feature {
    padding: 15px;
  }
  .korea-display {
    font-size: 65px;
    padding-block: 20px 16px;
  }
  .korea-card-top .eyebrow {
    font-size: 6px;
    letter-spacing: 0.1em;
    max-width: 83px;
  }
  .korea-card-top .flag {
    width: 22px;
    height: 15px;
  }
  .korea-card-bottom h2 {
    font-size: 14px;
    line-height: 1.4;
  }
  .korea-card-bottom .story-label {
    font-size: 6px;
    letter-spacing: 0.07em;
  }
  .korea-card-bottom .circle-arrow {
    display: none;
  }
  .korea-stats {
    gap: 5px;
    margin-top: 16px;
    padding-top: 12px;
  }
  .korea-stats b {
    font-size: 25px;
  }
  .korea-stats > span {
    font-size: 6px;
  }
  .archive-feature {
    padding: 16px;
  }
  .archive-feature .eyebrow {
    font-size: 6px;
    letter-spacing: 0.1em;
  }
  .archive-feature h2 {
    font-size: 58px;
    margin-top: 22px;
  }
  .archive-feature h2 > span {
    font-size: 16px;
  }
  .archive-feature p {
    font-size: 8px;
  }
  .archive-feature .circle-arrow {
    width: 25px;
    height: 25px;
    font-size: 16px;
    margin-top: 10px;
  }
  .results-label {
    gap: 12px;
  }
  .results-label h2 {
    font-size: 12px;
  }
  .results-label .eyebrow {
    font-size: 7px;
  }
  .section-heading h2 {
    font-size: 20px;
  }
  .section-heading .text-link {
    font-size: 9px;
  }
  .edition-card {
    padding: 15px;
    min-height: 225px;
  }
  .edition-top .eyebrow {
    font-size: 7px;
  }
  .edition-year {
    font-size: 78px;
  }
  .edition-card h3,
  .edition-card h2 {
    font-size: 11px;
  }
  .edition-bottom {
    font-size: 8px;
    gap: 8px;
  }
  .edition-bottom small {
    display: none;
  }
  .edition-bottom .flag {
    width: 14px;
    height: 10px;
  }
  .catalog-editions .edition-card {
    min-height: 225px;
  }
  .nation-card {
    padding: 16px;
  }
  .nation-code {
    font-size: 56px;
  }
  .nation-bottom h2 {
    font-size: 13px;
  }
  .nation-top > span {
    font-size: 7px;
  }
  .stadium-grid {
    grid-template-columns: 1fr;
  }
  .stadium-card {
    min-height: 180px;
  }
  .page-heading h1 {
    font-size: 33px;
  }
  .explore-banner {
    padding: 26px 22px;
  }
  .explore-banner h2 {
    font-size: 27px;
  }
  .search-suggestions {
    gap: 13px;
    font-size: 9px;
  }
  .profile-heading h1 {
    font-size: 38px;
  }
  .player-heading h1 {
    font-size: 30px;
  }
  .profile-heading .eyebrow {
    font-size: 7px;
  }
  .profile-crest > .flag-large {
    width: 51px;
    height: 35px;
  }
  .avatar-large {
    width: 90px;
    height: 122px;
  }
  .stat-band > div {
    padding: 18px 12px !important;
  }
  .stat-band strong {
    font-size: 38px;
  }
  .match-row {
    font-size: 11px;
    gap: 5px;
    padding-inline: 4px;
    grid-template-columns: 1fr 51px 1fr;
  }
  .match-side {
    gap: 6px;
  }
  .match-side .flag {
    width: 18px;
    height: 12px;
  }
  .match-score {
    font-size: 25px;
  }
  .scoreboard-result strong {
    font-size: 61px;
  }
  .scoreboard-team h1,
  .scoreboard-team h2 {
    font-size: 17px;
  }
  .scoreboard-team .flag-large {
    width: 42px;
    height: 29px;
  }
  .scoreboard-result i {
    padding-inline: 5px;
  }
  .scoreboard-team > span {
    font-size: 8px;
  }
  .group-card .data-table td,
  .group-card .data-table th {
    padding-inline: 6px;
  }
  .group-card .team-inline {
    font-size: 10px;
  }
  .group-card .flag {
    width: 15px;
    height: 11px;
  }
  .tournament-heading h1 {
    font-size: 87px;
  }
  .tournament-heading h1 > span {
    font-size: 22px;
  }
  .team-link-grid > a {
    font-size: 10px;
  }
  .qualifier-row {
    gap: 9px;
    padding-inline: 8px;
  }
  .qualifier-row .team-inline {
    font-size: 10px;
  }
  .qualifier-row .flag {
    width: 19px;
    height: 13px;
  }
  .search-container .page-heading h1 {
    font-size: 31px;
  }
  html[lang="en"] .feature-copy h1 {
    font-size: 47px;
  }
  html[lang="en"] .korea-card-bottom h2 {
    font-size: 13px;
  }
  html[lang="en"] .korea-stats > span {
    font-size: 5px;
  }
  html[lang="en"] .section-heading h2 {
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.content-tabs,
.filter-tabs {
  scrollbar-width: none;
}
.content-tabs::-webkit-scrollbar,
.filter-tabs::-webkit-scrollbar {
  display: none;
}
.result-cards {
  scrollbar-color: var(--line) transparent;
}
.table-scroll {
  scrollbar-width: thin;
  scrollbar-color: var(--quiet) var(--surface);
}
.stat-band.compact:has(> div:nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
}
.stat-band.compact:has(> div:nth-child(3):last-child) > div {
  border-bottom: 0;
  border-right: 1px solid var(--line);
}
.stat-band.compact:has(> div:nth-child(3):last-child) > div:last-child {
  border-right: 0;
}
html[lang="en"] .player-heading > div > p { display: none; }
@media (max-width: 359px) {
  .lead-aside { grid-template-columns: 1fr; }
  .korea-feature { padding: 23px; }
  .korea-display { font-size: 105px; }
  .korea-card-top .eyebrow { font-size: 8px; max-width: none; }
  .korea-card-bottom h2 { font-size: 21px; }
  .korea-card-bottom .story-label { font-size: 8px; }
  .korea-stats > span { font-size: 8px; }
  .archive-feature { min-height: 190px; }
  .archive-feature h2 { margin-top: 15px; }
}
@media print {
  .site-header,
  .utility-bar,
  .site-footer,
  .content-tabs,
  .catalog-toolbar {
    display: none;
  }
  body {
    background: #fff;
    color: #111;
  }
  .container {
    width: 100%;
    max-width: none;
  }
  .detail-columns {
    display: block;
  }
  .data-table {
    font-size: 10px;
  }
  a {
    color: #111;
  }
  .table-scroll {
    overflow: visible;
  }
}
