/**
 * Liga CartolaNews Copa — frontend
 * All rules are intentionally scoped to .cn-copa-central.
 */

.cn-copa-central {
  --cn-copa-blue: #144b9b;
  --cn-copa-blue-dark: #062f72;
  --cn-copa-blue-deep: #041f4d;
  --cn-copa-blue-secondary: #4b6997;
  --cn-copa-blue-light: #849cc4;
  --cn-copa-gold: #dca600;
  --cn-copa-gold-light: #f6d56b;
  --cn-copa-silver: #a9b3c2;
  --cn-copa-bronze: #bd7a4a;
  --cn-copa-bg: #f5f7fb;
  --cn-copa-white: #fff;
  --cn-copa-text: #2b2b24;
  --cn-copa-muted: #6b7280;
  --cn-copa-border: rgba(20, 75, 155, 0.12);
  --cn-copa-shadow: 0 8px 26px rgba(6, 47, 114, 0.07);
  --cn-copa-shadow-hover: 0 13px 32px rgba(6, 47, 114, 0.12);
  --cn-copa-radius: 16px;
  --cn-copa-radius-small: 12px;
  --cn-copa-focus: 0 0 0 3px rgba(220, 166, 0, 0.35);
  isolation: isolate;
  position: relative;
  left: 50%;
  width: min(1400px, calc(100vw - 32px));
  max-width: none;
  margin: 0 0 48px;
  padding: clamp(10px, 1.7vw, 24px);
  transform: translateX(-50%);
  border-radius: 22px;
  background: var(--cn-copa-bg);
  color: var(--cn-copa-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.cn-copa-central,
.cn-copa-central *,
.cn-copa-central *::before,
.cn-copa-central *::after {
  box-sizing: border-box;
}

.cn-copa-central ::selection {
  background: var(--cn-copa-gold-light);
  color: var(--cn-copa-blue-deep);
}

.cn-copa-central :where(h1, h2, h3, h4, p, figure) {
  margin-top: 0;
}

.cn-copa-central :where(h1, h2, h3, h4) {
  color: inherit;
  font-family: inherit;
  line-height: 1.12;
}

.cn-copa-central :where(button, input, select) {
  font: inherit;
}

.cn-copa-central :where(button, a, input, select):focus-visible {
  outline: 2px solid var(--cn-copa-gold);
  outline-offset: 3px;
  box-shadow: var(--cn-copa-focus);
}

.cn-copa-central :where(a) {
  color: var(--cn-copa-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.cn-copa-central :where(img) {
  max-width: 100%;
}

.cn-copa-central.cn-copa-central--empty {
  min-height: 0;
}

.cn-copa-central [hidden],
.cn-copa-central .cn-copa-search-hidden,
.cn-copa-central .cn-copa-filter-hidden,
.cn-copa-central .cn-copa-limit-hidden {
  display: none !important;
}

.cn-copa-central .cn-copa-sr-only {
  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;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Hero */
.cn-copa-central .cn-copa-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(250px, 0.7fr);
  min-height: 312px;
  margin-bottom: 16px;
  padding: clamp(28px, 4vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 19%, rgba(132, 156, 196, 0.34), transparent 26%),
    radial-gradient(circle at 93% 93%, rgba(220, 166, 0, 0.18), transparent 32%),
    linear-gradient(125deg, var(--cn-copa-blue-deep), var(--cn-copa-blue-dark) 47%, var(--cn-copa-blue));
  box-shadow: 0 16px 38px rgba(6, 47, 114, 0.18);
  color: var(--cn-copa-white);
}

.cn-copa-central .cn-copa-hero::before,
.cn-copa-central .cn-copa-hero::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.cn-copa-central .cn-copa-hero::before {
  top: -96px;
  right: -58px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(255, 255, 255, 0.025),
    0 0 0 76px rgba(255, 255, 255, 0.018);
}

.cn-copa-central .cn-copa-hero::after {
  inset: auto 30% -110px auto;
  width: 240px;
  height: 180px;
  border: 24px solid rgba(255, 255, 255, 0.025);
  transform: rotate(-22deg);
}

.cn-copa-central .cn-copa-hero > *,
.cn-copa-central .cn-copa-hero__content,
.cn-copa-central .cn-copa-hero__visual {
  position: relative;
  z-index: 1;
}

.cn-copa-central .cn-copa-hero__content {
  align-self: center;
  max-width: 780px;
}

.cn-copa-central .cn-copa-hero__brand,
.cn-copa-central .cn-copa-hero__logo,
.cn-copa-central .cn-copa-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--cn-copa-gold-light);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-hero__brand::before,
.cn-copa-central .cn-copa-hero__logo::before {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: var(--cn-copa-gold);
  box-shadow: 8px 8px 0 rgba(255, 255, 255, 0.75);
  content: "";
}

.cn-copa-central .cn-copa-hero__title {
  max-width: 730px;
  margin-bottom: 13px;
  color: var(--cn-copa-white);
  font-size: clamp(2rem, 4.1vw, 4rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.cn-copa-central .cn-copa-hero__subtitle {
  max-width: 650px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.98rem, 1.6vw, 1.18rem);
}

.cn-copa-central .cn-copa-hero__badges,
.cn-copa-central .cn-copa-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.cn-copa-central .cn-copa-hero__badge,
.cn-copa-central .cn-copa-hero__meta-item {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--cn-copa-white);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}

.cn-copa-central .cn-copa-hero__badge--status {
  border-color: rgba(246, 213, 107, 0.48);
  background: rgba(220, 166, 0, 0.18);
  color: #ffe69b;
}

.cn-copa-central .cn-copa-hero__visual {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding-top: 38px;
}

.cn-copa-central .cn-copa-hero__trophy,
.cn-copa-central .cn-copa-hero__visual img {
  display: block;
  width: min(100%, 260px);
  max-height: 245px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.25));
}

.cn-copa-central .cn-copa-hero__edition {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 26px;
  display: grid;
  gap: 5px;
}

.cn-copa-central .cn-copa-hero__edition-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-season-select {
  min-width: 124px;
  min-height: 42px;
  padding: 8px 38px 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.97);
  color: var(--cn-copa-blue-dark);
  font-weight: 850;
  cursor: pointer;
}

.cn-copa-central .cn-copa-season-select:disabled {
  cursor: wait;
  opacity: 0.72;
}

/* Internal navigation */
.cn-copa-central .cn-copa-nav {
  position: sticky;
  z-index: 20;
  top: var(--cn-copa-sticky-offset, 8px);
  display: flex;
  align-items: stretch;
  gap: 4px;
  margin-bottom: 24px;
  padding: 7px;
  overflow-x: auto;
  border: 1px solid var(--cn-copa-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 7px 21px rgba(6, 47, 114, 0.07);
  scrollbar-width: thin;
  scrollbar-color: var(--cn-copa-blue-secondary) transparent;
  -webkit-overflow-scrolling: touch;
}

.cn-copa-central .cn-copa-nav__inner {
  display: flex;
  min-width: max-content;
  gap: 4px;
}

.cn-copa-central .cn-copa-nav a,
.cn-copa-central .cn-copa-nav button {
  display: inline-flex;
  min-height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 13px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--cn-copa-muted);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.cn-copa-central .cn-copa-nav a:hover,
.cn-copa-central .cn-copa-nav button:hover {
  background: #edf3fc;
  color: var(--cn-copa-blue);
}

.cn-copa-central .cn-copa-nav a.cn-copa-nav__link--active,
.cn-copa-central .cn-copa-nav a[aria-current="location"],
.cn-copa-central .cn-copa-nav button.cn-copa-nav__link--active,
.cn-copa-central .cn-copa-nav button[aria-current="location"] {
  background: var(--cn-copa-blue);
  color: var(--cn-copa-white);
}

.cn-copa-central .cn-copa-nav__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
}

/* Shared cards, headings and controls */
.cn-copa-central .cn-copa-card,
.cn-copa-central .cn-copa-section,
.cn-copa-central .cn-copa-podium-card,
.cn-copa-central .cn-copa-participant-card,
.cn-copa-central .cn-copa-news-card,
.cn-copa-central .cn-copa-history-card {
  border: 1px solid var(--cn-copa-border);
  border-radius: var(--cn-copa-radius);
  background: var(--cn-copa-white);
  box-shadow: var(--cn-copa-shadow);
}

.cn-copa-central .cn-copa-card {
  padding: clamp(18px, 2.2vw, 28px);
}

.cn-copa-central .cn-copa-section {
  min-width: 0;
  margin-bottom: 22px;
  padding: clamp(18px, 2.4vw, 30px);
  scroll-margin-top: calc(var(--cn-copa-sticky-offset, 8px) + 78px);
}

.cn-copa-central .cn-copa-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.cn-copa-central .cn-copa-section__heading {
  min-width: 0;
}

.cn-copa-central .cn-copa-section__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--cn-copa-blue-secondary);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-section__title {
  margin-bottom: 0;
  color: var(--cn-copa-blue-dark);
  font-size: clamp(1.22rem, 2vw, 1.72rem);
  font-weight: 900;
  letter-spacing: -0.025em;
}

.cn-copa-central .cn-copa-section__description {
  margin: 7px 0 0;
  color: var(--cn-copa-muted);
  font-size: 0.9rem;
}

.cn-copa-central .cn-copa-button,
.cn-copa-central .cn-copa-ranking-toggle {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid var(--cn-copa-blue);
  border-radius: 10px;
  background: var(--cn-copa-blue);
  color: var(--cn-copa-white);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.cn-copa-central .cn-copa-button:hover,
.cn-copa-central .cn-copa-ranking-toggle:hover {
  background: var(--cn-copa-blue-dark);
  box-shadow: 0 8px 18px rgba(20, 75, 155, 0.2);
  color: var(--cn-copa-white);
  transform: translateY(-1px);
}

.cn-copa-central .cn-copa-empty,
.cn-copa-central .cn-copa-feedback {
  padding: 20px;
  border: 1px dashed rgba(20, 75, 155, 0.22);
  border-radius: var(--cn-copa-radius-small);
  background: #f8faff;
  color: var(--cn-copa-muted);
  font-size: 0.9rem;
  text-align: center;
}

.cn-copa-central .cn-copa-feedback--error {
  border-color: rgba(173, 53, 53, 0.25);
  background: #fff7f7;
  color: #8b3030;
}

/* Champion banner */
.cn-copa-central .cn-copa-champion {
  position: relative;
  display: grid;
  grid-template-columns: minmax(105px, 0.55fr) minmax(0, 1.8fr) minmax(130px, 0.72fr);
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
  min-height: 260px;
  margin-bottom: 26px;
  padding: clamp(26px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 14%, rgba(132, 156, 196, 0.3), transparent 30%),
    linear-gradient(120deg, var(--cn-copa-blue-deep), var(--cn-copa-blue-dark) 55%, #1256ae);
  box-shadow: 0 14px 34px rgba(6, 47, 114, 0.17);
  color: var(--cn-copa-white);
}

.cn-copa-central .cn-copa-champion::before {
  position: absolute;
  right: -70px;
  bottom: -135px;
  width: 370px;
  height: 370px;
  border: 38px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  content: "";
}

.cn-copa-central .cn-copa-champion > * {
  position: relative;
  z-index: 1;
}

.cn-copa-central .cn-copa-champion__trophy,
.cn-copa-central .cn-copa-champion__badge {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cn-copa-central .cn-copa-champion__trophy img {
  width: min(100%, 126px);
  max-height: 160px;
  object-fit: contain;
  filter: drop-shadow(0 14px 14px rgba(0, 0, 0, 0.3));
}

.cn-copa-central .cn-copa-champion__label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: var(--cn-copa-gold-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-champion__title,
.cn-copa-central .cn-copa-champion__team {
  margin-bottom: 7px;
  color: var(--cn-copa-white);
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  font-weight: 950;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.cn-copa-central .cn-copa-champion__manager {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.97rem;
}

.cn-copa-central .cn-copa-champion__selection {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.cn-copa-central .cn-copa-champion__score {
  color: var(--cn-copa-gold-light);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.cn-copa-central .cn-copa-champion__badge img,
.cn-copa-central .cn-copa-champion__shield {
  width: min(100%, 150px);
  max-height: 155px;
  object-fit: contain;
  filter: drop-shadow(0 12px 14px rgba(0, 0, 0, 0.2));
}

/* Podium */
.cn-copa-central .cn-copa-podium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 15px;
  margin: 4px 0 26px;
  padding-top: 14px;
}

.cn-copa-central .cn-copa-podium-card {
  position: relative;
  min-width: 0;
  padding: 25px 18px 21px;
  overflow: hidden;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.cn-copa-central .cn-copa-podium-card:hover {
  box-shadow: var(--cn-copa-shadow-hover);
  transform: translateY(-3px);
}

.cn-copa-central .cn-copa-podium-card--first {
  order: 2;
  min-height: 300px;
  padding-top: 32px;
  border-color: rgba(220, 166, 0, 0.35);
  background: linear-gradient(180deg, #fffdf5, var(--cn-copa-white) 52%);
  transform: translateY(-12px);
}

.cn-copa-central .cn-copa-podium-card--first:hover {
  transform: translateY(-15px);
}

.cn-copa-central .cn-copa-podium-card--second {
  order: 1;
  border-color: rgba(169, 179, 194, 0.48);
}

.cn-copa-central .cn-copa-podium-card--third {
  order: 3;
  border-color: rgba(189, 122, 74, 0.35);
}

.cn-copa-central .cn-copa-podium-card__position {
  position: absolute;
  top: 13px;
  left: 13px;
  display: inline-grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: var(--cn-copa-blue);
  color: var(--cn-copa-white);
  font-size: 0.76rem;
  font-weight: 900;
}

.cn-copa-central .cn-copa-podium-card--first .cn-copa-podium-card__position {
  background: var(--cn-copa-gold);
  color: var(--cn-copa-blue-deep);
}

.cn-copa-central .cn-copa-podium-card--second .cn-copa-podium-card__position {
  background: var(--cn-copa-silver);
  color: #223043;
}

.cn-copa-central .cn-copa-podium-card--third .cn-copa-podium-card__position {
  background: var(--cn-copa-bronze);
}

.cn-copa-central .cn-copa-podium-card__trophy {
  width: 38px;
  height: 38px;
  margin: 0 auto 8px;
  object-fit: contain;
}

.cn-copa-central .cn-copa-podium-card__badge,
.cn-copa-central .cn-copa-podium-card__shield {
  display: block;
  width: 76px;
  height: 76px;
  margin: 3px auto 12px;
  object-fit: contain;
}

.cn-copa-central .cn-copa-podium-card--first .cn-copa-podium-card__badge,
.cn-copa-central .cn-copa-podium-card--first .cn-copa-podium-card__shield {
  width: 92px;
  height: 92px;
}

.cn-copa-central .cn-copa-podium-card__team {
  margin-bottom: 4px;
  color: var(--cn-copa-blue-dark);
  font-size: 1rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.cn-copa-central .cn-copa-podium-card__manager,
.cn-copa-central .cn-copa-podium-card__selection {
  margin-bottom: 4px;
  color: var(--cn-copa-muted);
  font-size: 0.79rem;
}

.cn-copa-central .cn-copa-podium-card__score {
  margin-top: 10px;
  color: var(--cn-copa-blue);
  font-size: 1.13rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

/* Quick statistics */
.cn-copa-central .cn-copa-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin-bottom: 26px;
}

.cn-copa-central .cn-copa-stats__item,
.cn-copa-central .cn-copa-stat {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-width: 0;
  min-height: 94px;
  padding: 17px;
  border: 1px solid var(--cn-copa-border);
  border-radius: 14px;
  background: var(--cn-copa-white);
  box-shadow: var(--cn-copa-shadow);
}

.cn-copa-central .cn-copa-stats__icon,
.cn-copa-central .cn-copa-stat__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: #edf3fc;
  color: var(--cn-copa-blue);
}

.cn-copa-central .cn-copa-stats__label,
.cn-copa-central .cn-copa-stat__label {
  display: block;
  color: var(--cn-copa-muted);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-stats__value,
.cn-copa-central .cn-copa-stat__value {
  display: block;
  color: var(--cn-copa-blue-dark);
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.cn-copa-central .cn-copa-stats__meta,
.cn-copa-central .cn-copa-stat__meta {
  display: block;
  margin-top: 2px;
  color: var(--cn-copa-muted);
  font-size: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Main content: 75/25 */
.cn-copa-central .cn-copa-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(260px, 1fr);
  align-items: start;
  gap: 22px;
}

.cn-copa-central .cn-copa-main-grid__primary,
.cn-copa-central .cn-copa-main-grid__aside {
  min-width: 0;
}

.cn-copa-central .cn-copa-main-grid__aside {
  position: sticky;
  top: calc(var(--cn-copa-sticky-offset, 8px) + 70px);
}

/* Group tabs */
.cn-copa-central .cn-copa-group-tabs {
  display: flex;
  gap: 7px;
  margin: 0 -2px 18px;
  padding: 2px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: var(--cn-copa-blue-secondary) transparent;
  -webkit-overflow-scrolling: touch;
}

.cn-copa-central .cn-copa-group-tab {
  min-height: 40px;
  flex: 0 0 auto;
  padding: 9px 15px;
  border: 1px solid var(--cn-copa-border);
  border-radius: 10px;
  background: #f7f9fd;
  color: var(--cn-copa-blue-dark);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  scroll-snap-align: start;
  cursor: pointer;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.cn-copa-central .cn-copa-group-tab:hover {
  border-color: rgba(20, 75, 155, 0.35);
  background: #edf3fc;
  color: var(--cn-copa-blue);
}

.cn-copa-central .cn-copa-group-tab.cn-copa-group-tab--active,
.cn-copa-central .cn-copa-group-tab[aria-selected="true"] {
  border-color: var(--cn-copa-blue);
  background: var(--cn-copa-blue);
  color: var(--cn-copa-white);
}

.cn-copa-central .cn-copa-group-panel {
  min-width: 0;
  animation: cn-copa-panel-in 180ms ease both;
}

@keyframes cn-copa-panel-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Ranking and compact group table */
.cn-copa-central .cn-copa-ranking-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  margin-bottom: 16px;
}

.cn-copa-central .cn-copa-ranking-filters {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 4px;
  border: 1px solid var(--cn-copa-border);
  border-radius: 11px;
  background: #f5f8fd;
}

.cn-copa-central .cn-copa-ranking-filter {
  min-height: 34px;
  padding: 7px 11px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--cn-copa-muted);
  font-size: 0.72rem;
  font-weight: 850;
  cursor: pointer;
}

.cn-copa-central .cn-copa-ranking-filter:hover {
  color: var(--cn-copa-blue);
}

.cn-copa-central .cn-copa-ranking-filter.cn-copa-ranking-filter--active,
.cn-copa-central .cn-copa-ranking-filter[aria-pressed="true"] {
  background: var(--cn-copa-white);
  box-shadow: 0 3px 10px rgba(6, 47, 114, 0.09);
  color: var(--cn-copa-blue);
}

.cn-copa-central .cn-copa-search-wrap {
  position: relative;
  width: min(100%, 340px);
}

.cn-copa-central .cn-copa-search-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  color: var(--cn-copa-muted);
  transform: translateY(-50%);
  pointer-events: none;
}

.cn-copa-central .cn-copa-search {
  width: 100%;
  min-height: 43px;
  padding: 9px 13px 9px 40px;
  border: 1px solid rgba(20, 75, 155, 0.17);
  border-radius: 11px;
  background: var(--cn-copa-white);
  color: var(--cn-copa-text);
  font-size: 0.86rem;
  outline: 0;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.cn-copa-central .cn-copa-search::placeholder {
  color: #8d96a5;
  opacity: 1;
}

.cn-copa-central .cn-copa-search:focus {
  border-color: var(--cn-copa-blue);
  box-shadow: 0 0 0 3px rgba(20, 75, 155, 0.1);
}

.cn-copa-central .cn-copa-ranking-table {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--cn-copa-border);
  border-radius: 13px;
  background: var(--cn-copa-white);
}

.cn-copa-central table.cn-copa-ranking-table {
  border-collapse: separate;
  border-spacing: 0;
}

.cn-copa-central .cn-copa-ranking-head,
.cn-copa-central .cn-copa-ranking-row {
  display: grid;
  grid-template-columns: 46px minmax(110px, 0.9fr) minmax(160px, 1.45fr) minmax(120px, 1fr) minmax(94px, 0.62fr);
  align-items: center;
  min-width: 0;
}

.cn-copa-central .cn-copa-ranking-head {
  min-height: 44px;
  padding: 0 12px;
  background: #f2f6fc;
  color: var(--cn-copa-muted);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-ranking-row {
  min-height: 68px;
  padding: 9px 12px;
  border-top: 1px solid rgba(20, 75, 155, 0.08);
  background: var(--cn-copa-white);
  color: var(--cn-copa-text);
  transition: background-color 140ms ease;
}

.cn-copa-central .cn-copa-ranking-row:hover {
  background: #f9fbff;
}

.cn-copa-central .cn-copa-ranking-row.cn-copa-ranking-row--leader {
  background: linear-gradient(90deg, rgba(220, 166, 0, 0.095), transparent 54%);
}

.cn-copa-central .cn-copa-ranking-head > *,
.cn-copa-central .cn-copa-ranking-row > * {
  min-width: 0;
  padding: 0 7px;
}

.cn-copa-central .cn-copa-ranking-head > :last-child,
.cn-copa-central .cn-copa-ranking-row > :last-child,
.cn-copa-central .cn-copa-ranking-row__points,
.cn-copa-central [data-ranking-value] {
  text-align: right;
}

.cn-copa-central .cn-copa-ranking-row__position,
.cn-copa-central [data-ranking-position] {
  display: inline-grid;
  width: 29px;
  height: 29px;
  place-items: center;
  justify-self: center;
  border-radius: 50%;
  background: #edf1f7;
  color: #667085;
  font-size: 0.75rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.cn-copa-central .cn-copa-ranking-row:nth-child(2) .cn-copa-ranking-row__position,
.cn-copa-central .cn-copa-ranking-row:nth-child(2) [data-ranking-position],
.cn-copa-central .cn-copa-ranking-row.cn-copa-ranking-row--top-1 .cn-copa-ranking-row__position,
.cn-copa-central .cn-copa-ranking-row.cn-copa-ranking-row--top-1 [data-ranking-position] {
  background: var(--cn-copa-gold);
  color: var(--cn-copa-blue-deep);
}

.cn-copa-central .cn-copa-ranking-row:nth-child(3) .cn-copa-ranking-row__position,
.cn-copa-central .cn-copa-ranking-row:nth-child(3) [data-ranking-position],
.cn-copa-central .cn-copa-ranking-row.cn-copa-ranking-row--top-2 .cn-copa-ranking-row__position,
.cn-copa-central .cn-copa-ranking-row.cn-copa-ranking-row--top-2 [data-ranking-position] {
  background: var(--cn-copa-silver);
  color: #223043;
}

.cn-copa-central .cn-copa-ranking-row:nth-child(4) .cn-copa-ranking-row__position,
.cn-copa-central .cn-copa-ranking-row:nth-child(4) [data-ranking-position],
.cn-copa-central .cn-copa-ranking-row.cn-copa-ranking-row--top-3 .cn-copa-ranking-row__position,
.cn-copa-central .cn-copa-ranking-row.cn-copa-ranking-row--top-3 [data-ranking-position] {
  background: var(--cn-copa-bronze);
  color: var(--cn-copa-white);
}

.cn-copa-central .cn-copa-ranking-row__selection,
.cn-copa-central .cn-copa-ranking-row__team,
.cn-copa-central .cn-copa-ranking-row__identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.cn-copa-central .cn-copa-ranking-row__flag,
.cn-copa-central .cn-copa-flag {
  display: inline-flex;
  width: 30px;
  height: 22px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(20, 75, 155, 0.14);
  border-radius: 4px;
  background: #edf1f7;
  color: var(--cn-copa-muted);
  font-size: 0.66rem;
  font-weight: 800;
}

.cn-copa-central .cn-copa-ranking-row__flag img,
.cn-copa-central .cn-copa-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cn-copa-central .cn-copa-ranking-row__shield,
.cn-copa-central .cn-copa-shield {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}

.cn-copa-central .cn-copa-ranking-row__shield img,
.cn-copa-central .cn-copa-shield img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cn-copa-central .cn-copa-ranking-row__copy {
  min-width: 0;
}

.cn-copa-central .cn-copa-ranking-row__name,
.cn-copa-central .cn-copa-ranking-row__team-name {
  display: block;
  overflow: hidden;
  color: var(--cn-copa-blue-dark);
  font-size: 0.83rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cn-copa-central .cn-copa-ranking-row__manager,
.cn-copa-central .cn-copa-ranking-row__meta {
  display: block;
  margin-top: 2px;
  overflow: hidden;
  color: var(--cn-copa-muted);
  font-size: 0.7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cn-copa-central .cn-copa-ranking-row__points,
.cn-copa-central [data-ranking-value] {
  color: var(--cn-copa-blue-dark);
  font-size: 0.86rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.cn-copa-central .cn-copa-ranking-row__leader-badge {
  display: inline-flex;
  margin-top: 4px;
  padding: 3px 6px;
  border-radius: 999px;
  background: rgba(220, 166, 0, 0.13);
  color: #8a6800;
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-ranking-actions {
  display: flex;
  justify-content: center;
  padding-top: 17px;
}

/* Participant cards */
.cn-copa-central .cn-copa-participants-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cn-copa-central .cn-copa-participant-card {
  position: relative;
  min-width: 0;
  padding: 18px;
  overflow: hidden;
  text-align: center;
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.cn-copa-central .cn-copa-participant-card:hover {
  box-shadow: var(--cn-copa-shadow-hover);
  transform: translateY(-2px);
}

.cn-copa-central .cn-copa-participant-card__selection {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-bottom: 13px;
  color: var(--cn-copa-blue-dark);
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-participant-card__shield {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  object-fit: contain;
}

.cn-copa-central .cn-copa-participant-card__team {
  margin-bottom: 4px;
  color: var(--cn-copa-blue-dark);
  font-size: 0.94rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.cn-copa-central .cn-copa-participant-card__manager {
  margin-bottom: 12px;
  color: var(--cn-copa-muted);
  font-size: 0.76rem;
}

.cn-copa-central .cn-copa-participant-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 11px;
  border-top: 1px solid rgba(20, 75, 155, 0.09);
}

.cn-copa-central .cn-copa-participant-card__points {
  color: var(--cn-copa-blue);
  font-size: 0.83rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.cn-copa-central .cn-copa-participant-card__position {
  padding: 4px 7px;
  border-radius: 999px;
  background: #edf3fc;
  color: var(--cn-copa-blue);
  font-size: 0.63rem;
  font-weight: 900;
  text-transform: uppercase;
}

/* Group champions carousel */
.cn-copa-central .cn-copa-group-champions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.cn-copa-central .cn-copa-group-champion {
  min-width: 0;
  padding: 18px 14px;
  border: 1px solid var(--cn-copa-border);
  border-radius: 14px;
  background: linear-gradient(180deg, #f8faff, var(--cn-copa-white));
  text-align: center;
  scroll-snap-align: start;
}

.cn-copa-central .cn-copa-group-champion__group {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--cn-copa-blue);
  color: var(--cn-copa-white);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-group-champion__shield {
  display: block;
  width: 65px;
  height: 65px;
  margin: 0 auto 10px;
  object-fit: contain;
}

.cn-copa-central .cn-copa-group-champion__team {
  margin-bottom: 3px;
  color: var(--cn-copa-blue-dark);
  font-size: 0.8rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.cn-copa-central .cn-copa-group-champion__manager {
  color: var(--cn-copa-muted);
  font-size: 0.69rem;
}

/* Awards */
.cn-copa-central .cn-copa-awards {
  overflow: hidden;
  border: 1px solid rgba(220, 166, 0, 0.23);
  border-radius: var(--cn-copa-radius);
  background: var(--cn-copa-white);
  box-shadow: var(--cn-copa-shadow);
}

.cn-copa-central .cn-copa-awards__header {
  position: relative;
  padding: 20px;
  overflow: hidden;
  background: linear-gradient(125deg, var(--cn-copa-blue-deep), var(--cn-copa-blue));
  color: var(--cn-copa-white);
}

.cn-copa-central .cn-copa-awards__header::after {
  position: absolute;
  right: -28px;
  bottom: -42px;
  width: 110px;
  height: 110px;
  border: 18px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.cn-copa-central .cn-copa-awards__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--cn-copa-white);
  font-size: 1.03rem;
  font-weight: 900;
}

.cn-copa-central .cn-copa-awards__list {
  margin: 0;
  padding: 7px 18px 12px;
  list-style: none;
}

.cn-copa-central .cn-copa-awards__item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(20, 75, 155, 0.09);
}

.cn-copa-central .cn-copa-awards__item:last-child {
  border-bottom: 0;
}

.cn-copa-central .cn-copa-awards__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: rgba(220, 166, 0, 0.11);
  color: #a67d00;
}

.cn-copa-central .cn-copa-awards__name {
  display: block;
  color: var(--cn-copa-text);
  font-size: 0.77rem;
  font-weight: 800;
}

.cn-copa-central .cn-copa-awards__description {
  display: block;
  margin-top: 2px;
  color: var(--cn-copa-muted);
  font-size: 0.67rem;
}

.cn-copa-central .cn-copa-awards__value {
  color: var(--cn-copa-blue-dark);
  font-size: 0.82rem;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}

/* News */
.cn-copa-central .cn-copa-news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.cn-copa-central .cn-copa-news-card {
  min-width: 0;
  overflow: hidden;
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.cn-copa-central .cn-copa-news-card:hover {
  box-shadow: var(--cn-copa-shadow-hover);
  transform: translateY(-3px);
}

.cn-copa-central .cn-copa-news-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.cn-copa-central .cn-copa-news-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e8edf5;
}

.cn-copa-central .cn-copa-news-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
}

.cn-copa-central .cn-copa-news-card:hover .cn-copa-news-card__media img {
  transform: scale(1.035);
}

.cn-copa-central .cn-copa-news-card__content {
  padding: 15px;
}

.cn-copa-central .cn-copa-news-card__category {
  display: block;
  margin-bottom: 6px;
  color: var(--cn-copa-blue);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-news-card__title {
  display: -webkit-box;
  margin-bottom: 9px;
  overflow: hidden;
  color: var(--cn-copa-blue-dark);
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.cn-copa-central .cn-copa-news-card__date {
  color: var(--cn-copa-muted);
  font-size: 0.69rem;
}

/* History */
.cn-copa-central .cn-copa-history-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.cn-copa-central .cn-copa-history-card {
  position: relative;
  min-width: 0;
  padding: 20px;
  overflow: hidden;
}

.cn-copa-central .cn-copa-history-card::after {
  position: absolute;
  top: -38px;
  right: -38px;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: rgba(20, 75, 155, 0.045);
  content: "";
}

.cn-copa-central .cn-copa-history-card__year {
  display: inline-flex;
  margin-bottom: 15px;
  padding: 5px 9px;
  border-radius: 8px;
  background: var(--cn-copa-blue);
  color: var(--cn-copa-white);
  font-size: 0.78rem;
  font-weight: 900;
}

.cn-copa-central .cn-copa-history-card__body {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.cn-copa-central .cn-copa-history-card__shield {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.cn-copa-central .cn-copa-history-card__label {
  display: block;
  margin-bottom: 3px;
  color: #a47b00;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-history-card__team {
  display: block;
  margin-bottom: 3px;
  color: var(--cn-copa-blue-dark);
  font-size: 0.92rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.cn-copa-central .cn-copa-history-card__manager,
.cn-copa-central .cn-copa-history-card__selection {
  display: block;
  color: var(--cn-copa-muted);
  font-size: 0.71rem;
}

.cn-copa-central .cn-copa-history-card__score {
  display: block;
  margin-top: 7px;
  color: var(--cn-copa-blue);
  font-size: 0.83rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

/* Image fallbacks */
.cn-copa-central .cn-copa-image-fallback {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border-radius: inherit;
  background: linear-gradient(145deg, #edf2f9, #f8faff);
  color: var(--cn-copa-blue-secondary);
  font-size: 0.64rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-image-fallback--visible {
  display: flex;
}

.cn-copa-central img.cn-copa-image-fallback--hidden {
  display: none !important;
}

/* REST loading skeleton */
.cn-copa-central.cn-copa-central--loading {
  min-height: 560px;
  overflow: hidden;
}

.cn-copa-central .cn-copa-loader {
  position: absolute;
  z-index: 100;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: clamp(14px, 2.3vw, 30px);
  border-radius: inherit;
  background: rgba(245, 247, 251, 0.97);
}

.cn-copa-central .cn-copa-skeleton {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 75, 155, 0.07);
  border-radius: var(--cn-copa-radius);
  background: #e9eef6;
}

.cn-copa-central .cn-copa-skeleton::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 25%, rgba(255, 255, 255, 0.72) 47%, transparent 70%);
  content: "";
  transform: translateX(-100%);
  animation: cn-copa-shimmer 1.35s infinite;
}

.cn-copa-central .cn-copa-skeleton--hero {
  height: 245px;
}

.cn-copa-central .cn-copa-skeleton-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.cn-copa-central .cn-copa-skeleton--card {
  height: 106px;
}

.cn-copa-central .cn-copa-skeleton--section {
  height: 235px;
}

@keyframes cn-copa-shimmer {
  to {
    transform: translateX(100%);
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .cn-copa-central {
    width: min(100vw - 24px, 1120px);
    padding: 14px;
  }

  .cn-copa-central .cn-copa-hero {
    grid-template-columns: minmax(0, 1.55fr) minmax(220px, 0.75fr);
    min-height: 292px;
  }

  .cn-copa-central .cn-copa-hero__title {
    font-size: clamp(2rem, 5.5vw, 3.35rem);
  }

  .cn-copa-central .cn-copa-champion {
    grid-template-columns: 100px minmax(0, 1fr) 125px;
  }

  .cn-copa-central .cn-copa-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cn-copa-central .cn-copa-main-grid {
    grid-template-columns: minmax(0, 2fr) minmax(245px, 1fr);
    gap: 16px;
  }

  .cn-copa-central .cn-copa-participants-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cn-copa-central .cn-copa-group-champions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cn-copa-central .cn-copa-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cn-copa-central .cn-copa-ranking-head,
  .cn-copa-central .cn-copa-ranking-row {
    grid-template-columns: 43px minmax(95px, 0.9fr) minmax(130px, 1.35fr) minmax(92px, 0.85fr) minmax(82px, 0.55fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cn-copa-central {
    left: 50%;
    width: calc(100vw - 16px);
    margin-bottom: 30px;
    padding: 8px;
    border-radius: 16px;
  }

  .cn-copa-central .cn-copa-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 25px 20px 20px;
    text-align: center;
  }

  .cn-copa-central .cn-copa-hero__content {
    max-width: none;
  }

  .cn-copa-central .cn-copa-hero__brand,
  .cn-copa-central .cn-copa-hero__logo,
  .cn-copa-central .cn-copa-hero__eyebrow {
    margin-bottom: 12px;
  }

  .cn-copa-central .cn-copa-hero__title {
    max-width: 560px;
    margin: 0 auto 10px;
    font-size: clamp(1.85rem, 9.2vw, 2.75rem);
  }

  .cn-copa-central .cn-copa-hero__subtitle {
    margin: 0 auto 17px;
    font-size: 0.91rem;
  }

  .cn-copa-central .cn-copa-hero__badges,
  .cn-copa-central .cn-copa-hero__meta {
    justify-content: center;
  }

  .cn-copa-central .cn-copa-hero__badge,
  .cn-copa-central .cn-copa-hero__meta-item {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 0.62rem;
  }

  .cn-copa-central .cn-copa-hero__edition {
    position: static;
    display: inline-grid;
    justify-content: center;
    order: 2;
    margin: 18px auto 0;
  }

  .cn-copa-central .cn-copa-hero__edition-label {
    text-align: left;
  }

  .cn-copa-central .cn-copa-hero__visual {
    min-height: 125px;
    padding-top: 18px;
  }

  .cn-copa-central .cn-copa-hero__trophy,
  .cn-copa-central .cn-copa-hero__visual img {
    width: min(42vw, 150px);
    max-height: 145px;
  }

  .cn-copa-central .cn-copa-nav {
    top: var(--cn-copa-sticky-offset, 4px);
    margin-bottom: 17px;
    scroll-snap-type: x proximity;
  }

  .cn-copa-central .cn-copa-nav a,
  .cn-copa-central .cn-copa-nav button {
    min-height: 39px;
    padding: 8px 11px;
    font-size: 0.71rem;
    scroll-snap-align: start;
  }

  .cn-copa-central .cn-copa-section {
    margin-bottom: 16px;
    padding: 17px 14px;
    scroll-margin-top: calc(var(--cn-copa-sticky-offset, 4px) + 70px);
  }

  .cn-copa-central .cn-copa-section__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
  }

  .cn-copa-central .cn-copa-section__title {
    font-size: 1.24rem;
  }

  .cn-copa-central .cn-copa-champion {
    grid-template-columns: 1fr;
    gap: 13px;
    min-height: 0;
    padding: 25px 19px;
    text-align: center;
  }

  .cn-copa-central .cn-copa-champion__trophy {
    order: 1;
  }

  .cn-copa-central .cn-copa-champion__content {
    order: 3;
  }

  .cn-copa-central .cn-copa-champion__badge {
    order: 2;
  }

  .cn-copa-central .cn-copa-champion__trophy img {
    width: 66px;
    max-height: 90px;
  }

  .cn-copa-central .cn-copa-champion__badge img,
  .cn-copa-central .cn-copa-champion__shield {
    width: 88px;
    max-height: 88px;
  }

  .cn-copa-central .cn-copa-champion__selection {
    justify-content: center;
    margin-bottom: 14px;
  }

  .cn-copa-central .cn-copa-podium {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 10px;
    padding-top: 0;
  }

  .cn-copa-central .cn-copa-podium-card {
    min-height: 0;
    padding: 22px 10px 17px;
  }

  .cn-copa-central .cn-copa-podium-card--first {
    grid-column: 1 / -1;
    order: 1;
    transform: none;
  }

  .cn-copa-central .cn-copa-podium-card--first:hover {
    transform: translateY(-3px);
  }

  .cn-copa-central .cn-copa-podium-card--second {
    order: 2;
  }

  .cn-copa-central .cn-copa-podium-card--third {
    order: 3;
  }

  .cn-copa-central .cn-copa-podium-card__badge,
  .cn-copa-central .cn-copa-podium-card__shield {
    width: 60px;
    height: 60px;
  }

  .cn-copa-central .cn-copa-podium-card--first .cn-copa-podium-card__badge,
  .cn-copa-central .cn-copa-podium-card--first .cn-copa-podium-card__shield {
    width: 82px;
    height: 82px;
  }

  .cn-copa-central .cn-copa-stats {
    gap: 9px;
    margin-bottom: 17px;
  }

  .cn-copa-central .cn-copa-stats__item,
  .cn-copa-central .cn-copa-stat {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    min-height: 80px;
    padding: 12px 10px;
  }

  .cn-copa-central .cn-copa-stats__icon,
  .cn-copa-central .cn-copa-stat__icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }

  .cn-copa-central .cn-copa-stats__label,
  .cn-copa-central .cn-copa-stat__label {
    font-size: 0.59rem;
  }

  .cn-copa-central .cn-copa-stats__value,
  .cn-copa-central .cn-copa-stat__value {
    font-size: 1rem;
  }

  .cn-copa-central .cn-copa-main-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cn-copa-central .cn-copa-main-grid__aside {
    position: static;
  }

  .cn-copa-central .cn-copa-group-tabs {
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 14px;
    padding-left: 14px;
    scroll-snap-type: x mandatory;
  }

  .cn-copa-central .cn-copa-group-tab {
    padding: 8px 13px;
  }

  .cn-copa-central .cn-copa-ranking-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .cn-copa-central .cn-copa-search-wrap {
    width: 100%;
  }

  .cn-copa-central .cn-copa-ranking-head {
    grid-template-columns: 38px 28px minmax(0, 1fr) auto;
    min-height: 40px;
    padding: 0 7px;
  }

  .cn-copa-central .cn-copa-ranking-head > :nth-child(2),
  .cn-copa-central .cn-copa-ranking-head > :nth-child(4) {
    display: none;
  }

  .cn-copa-central .cn-copa-ranking-head > :nth-child(3) {
    grid-column: 2;
    grid-column-end: 4;
  }

  .cn-copa-central .cn-copa-ranking-head > :last-child {
    grid-column: 4;
  }

  .cn-copa-central .cn-copa-ranking-row {
    grid-template-columns: 38px 28px minmax(0, 1fr) auto;
    min-height: 66px;
    padding: 8px 7px;
  }

  .cn-copa-central .cn-copa-ranking-row > :nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .cn-copa-central .cn-copa-ranking-row > :nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }

  .cn-copa-central .cn-copa-ranking-row > :nth-child(4) {
    display: none;
  }

  .cn-copa-central .cn-copa-ranking-row > :last-child {
    grid-column: 4;
    grid-row: 1;
  }

  .cn-copa-central .cn-copa-ranking-row__selection {
    align-self: start;
  }

  .cn-copa-central .cn-copa-ranking-row__selection > :not(.cn-copa-ranking-row__flag):not(.cn-copa-flag) {
    display: none;
  }

  .cn-copa-central .cn-copa-ranking-row__flag,
  .cn-copa-central .cn-copa-flag {
    width: 26px;
    height: 19px;
    flex-basis: 26px;
  }

  .cn-copa-central .cn-copa-ranking-row__shield,
  .cn-copa-central .cn-copa-shield {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .cn-copa-central .cn-copa-ranking-row__points,
  .cn-copa-central [data-ranking-value] {
    font-size: 0.79rem;
  }

  .cn-copa-central .cn-copa-participants-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .cn-copa-central .cn-copa-participant-card {
    padding: 14px 10px;
  }

  .cn-copa-central .cn-copa-group-champions {
    display: flex;
    margin-right: -14px;
    margin-left: -14px;
    padding: 1px 14px 10px;
    overflow-x: auto;
    gap: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .cn-copa-central .cn-copa-group-champion {
    flex: 0 0 72%;
  }

  .cn-copa-central .cn-copa-news-grid {
    display: flex;
    margin-right: -14px;
    margin-left: -14px;
    padding: 1px 14px 12px;
    overflow-x: auto;
    gap: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .cn-copa-central .cn-copa-news-card {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

  .cn-copa-central .cn-copa-history-grid {
    grid-template-columns: 1fr;
  }

  .cn-copa-central .cn-copa-skeleton-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .cn-copa-central {
    width: calc(100vw - 10px);
    padding: 5px;
  }

  .cn-copa-central .cn-copa-hero {
    padding: 23px 15px 17px;
  }

  .cn-copa-central .cn-copa-hero__title {
    font-size: clamp(1.72rem, 9.8vw, 2.25rem);
  }

  .cn-copa-central .cn-copa-season-select {
    min-width: 112px;
  }

  .cn-copa-central .cn-copa-champion {
    padding: 23px 14px;
  }

  .cn-copa-central .cn-copa-champion__title,
  .cn-copa-central .cn-copa-champion__team {
    font-size: 1.45rem;
  }

  .cn-copa-central .cn-copa-podium-card {
    padding-right: 8px;
    padding-left: 8px;
  }

  .cn-copa-central .cn-copa-podium-card__team {
    font-size: 0.85rem;
  }

  .cn-copa-central .cn-copa-stats__item,
  .cn-copa-central .cn-copa-stat {
    display: block;
    min-height: 77px;
    padding: 11px;
  }

  .cn-copa-central .cn-copa-stats__icon,
  .cn-copa-central .cn-copa-stat__icon {
    display: none;
  }

  .cn-copa-central .cn-copa-stats__meta,
  .cn-copa-central .cn-copa-stat__meta {
    white-space: normal;
  }

  .cn-copa-central .cn-copa-ranking-filters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cn-copa-central .cn-copa-ranking-filter {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 0.66rem;
  }

  .cn-copa-central .cn-copa-ranking-row > * {
    padding-right: 4px;
    padding-left: 4px;
  }

  .cn-copa-central .cn-copa-ranking-row__flag {
    display: none;
  }

  .cn-copa-central .cn-copa-ranking-head,
  .cn-copa-central .cn-copa-ranking-row {
    grid-template-columns: 38px minmax(0, 1fr) auto;
  }

  .cn-copa-central .cn-copa-ranking-head > :nth-child(3),
  .cn-copa-central .cn-copa-ranking-row > :nth-child(3) {
    grid-column: 2;
  }

  .cn-copa-central .cn-copa-ranking-head > :last-child,
  .cn-copa-central .cn-copa-ranking-row > :last-child {
    grid-column: 3;
  }

  .cn-copa-central .cn-copa-ranking-row > :nth-child(2) {
    display: none;
  }

  .cn-copa-central .cn-copa-ranking-row__name,
  .cn-copa-central .cn-copa-ranking-row__team-name {
    max-width: 154px;
  }

  .cn-copa-central .cn-copa-participants-grid {
    grid-template-columns: 1fr;
  }

  .cn-copa-central .cn-copa-participant-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 11px;
    text-align: left;
  }

  .cn-copa-central .cn-copa-participant-card__selection,
  .cn-copa-central .cn-copa-participant-card__team,
  .cn-copa-central .cn-copa-participant-card__manager,
  .cn-copa-central .cn-copa-participant-card__footer {
    grid-column: 2;
    justify-content: flex-start;
  }

  .cn-copa-central .cn-copa-participant-card__shield {
    grid-column: 1;
    grid-row: 1 / span 4;
    width: 58px;
    height: 58px;
    margin: 4px 0 0;
  }

  .cn-copa-central .cn-copa-participant-card__selection {
    margin-bottom: 4px;
  }

  .cn-copa-central .cn-copa-participant-card__footer {
    gap: 9px;
    padding-top: 8px;
  }

  .cn-copa-central .cn-copa-group-champion {
    flex-basis: 78%;
  }

  .cn-copa-central .cn-copa-news-card {
    flex-basis: 88%;
  }

  .cn-copa-central .cn-copa-history-card {
    padding: 16px;
  }

  .cn-copa-central .cn-copa-history-card__body {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .cn-copa-central .cn-copa-history-card__shield {
    width: 58px;
    height: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cn-copa-central *,
  .cn-copa-central *::before,
  .cn-copa-central *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .cn-copa-central {
    left: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    transform: none;
    background: #fff;
  }

  .cn-copa-central .cn-copa-nav,
  .cn-copa-central .cn-copa-ranking-toolbar,
  .cn-copa-central .cn-copa-ranking-actions {
    display: none !important;
  }

  .cn-copa-central .cn-copa-main-grid__aside {
    position: static;
  }

  .cn-copa-central .cn-copa-card,
  .cn-copa-central .cn-copa-section,
  .cn-copa-central .cn-copa-podium-card,
  .cn-copa-central .cn-copa-participant-card,
  .cn-copa-central .cn-copa-news-card,
  .cn-copa-central .cn-copa-history-card {
    break-inside: avoid;
    box-shadow: none;
  }
}

/* Direct hooks kept alongside their compatibility aliases. */
.cn-copa-central :is(
  .cn-copa-award-item,
  .cn-copa-stat-card,
  .cn-copa-ranking-row--extra,
  .cn-copa-ranking-table__head
) {
  min-width: 0;
}

.cn-copa-central :is(
  .cn-copa-champion__eyebrow,
  .cn-copa-group-champion-card__group,
  .cn-copa-podium-card__place,
  .cn-copa-season-control__label
) {
  line-height: 1.2;
}

.cn-copa-central .cn-copa-stat-card__icon {
  align-self: center;
}

.cn-copa-central .cn-copa-shield--table {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
}

.cn-copa-central .cn-copa-group-tab--active {
  border-color: var(--cn-copa-blue);
  background: var(--cn-copa-blue);
  color: var(--cn-copa-white);
}

/* Template contract reconciliation (v2 SSR markup). */
.cn-copa-central .cn-copa-live-region,
.cn-copa-central .cn-copa-search-control__label {
  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;
  border: 0 !important;
  white-space: nowrap !important;
}

.cn-copa-central .cn-copa-icon {
  display: block;
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
  fill: currentColor;
}

.cn-copa-central.cn-copa-central--ready {
  visibility: visible;
}

.cn-copa-central :is(
  .cn-copa-content,
  .cn-copa-champion-section,
  .cn-copa-podium-section,
  .cn-copa-groups,
  .cn-copa-ranking,
  .cn-copa-participants,
  .cn-copa-news,
  .cn-copa-history,
  .cn-copa-selections,
  .cn-copa-main-grid__content,
  .cn-copa-main-grid__sidebar,
  .cn-copa-group-panels
) {
  min-width: 0;
}

.cn-copa-central .cn-copa-section__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.cn-copa-central .cn-copa-section__heading--compact {
  align-items: center;
  margin-bottom: 14px;
}

.cn-copa-central .cn-copa-section__heading--compact .cn-copa-section__title {
  font-size: 1.02rem;
}

.cn-copa-central .cn-copa-section__meta {
  display: inline-flex;
  min-height: 30px;
  flex: 0 0 auto;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #edf3fc;
  color: var(--cn-copa-blue);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-nav__link--active {
  background: var(--cn-copa-blue);
  color: var(--cn-copa-white);
}

.cn-copa-central .cn-copa-nav__link .cn-copa-icon {
  width: 17px;
  height: 17px;
}

.cn-copa-central .cn-copa-hero__brand::before {
  display: none;
}

.cn-copa-central .cn-copa-hero__brand-mark {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.11);
  color: var(--cn-copa-gold-light);
  font-size: 0.7rem;
  letter-spacing: 0;
}

.cn-copa-central .cn-copa-hero__metric,
.cn-copa-central .cn-copa-status {
  min-height: 34px;
}

.cn-copa-central .cn-copa-status--finished,
.cn-copa-central .cn-copa-status--archived {
  border-color: rgba(246, 213, 107, 0.55);
  background: rgba(220, 166, 0, 0.2);
  color: #ffe69b;
}

.cn-copa-central .cn-copa-status--in_progress,
.cn-copa-central .cn-copa-status--group_stage {
  border-color: rgba(133, 231, 183, 0.45);
  background: rgba(38, 166, 105, 0.18);
  color: #bff2d8;
}

.cn-copa-central .cn-copa-hero__side {
  min-width: 0;
}

.cn-copa-central .cn-copa-hero__art {
  position: absolute;
  z-index: 0;
  inset: 42px 0 0;
  overflow: hidden;
  border-radius: 18px;
  opacity: 0.22;
  pointer-events: none;
}

.cn-copa-central .cn-copa-hero__art .cn-copa-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.06);
}

.cn-copa-central .cn-copa-season-control {
  text-align: left;
}

.cn-copa-central .cn-copa-trophy {
  display: inline-grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: var(--cn-copa-gold-light);
}

.cn-copa-central .cn-copa-trophy :is(svg, img),
.cn-copa-central .cn-copa-trophy__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cn-copa-central .cn-copa-trophy--hero {
  position: relative;
  z-index: 1;
  width: min(100%, 230px);
  height: 220px;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.24));
}

.cn-copa-central .cn-copa-champion-section .cn-copa-champion {
  grid-template-columns: minmax(90px, 0.48fr) minmax(0, 1.8fr) minmax(118px, 0.68fr);
  grid-template-rows: auto auto;
  margin-bottom: 0;
}

.cn-copa-central .cn-copa-champion__trophy {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.cn-copa-central .cn-copa-champion__trophy .cn-copa-trophy {
  width: min(100%, 118px);
  height: 142px;
}

.cn-copa-central .cn-copa-champion__content {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.cn-copa-central .cn-copa-champion__identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 15px;
}

.cn-copa-central .cn-copa-champion__identity > div {
  min-width: 0;
}

.cn-copa-central .cn-copa-champion__title {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.92rem, 1.45vw, 1.18rem);
  letter-spacing: -0.01em;
}

.cn-copa-central .cn-copa-champion__team {
  margin-bottom: 4px;
  font-size: clamp(1.45rem, 2.7vw, 2.35rem);
}

.cn-copa-central .cn-copa-shield--champion {
  width: 74px;
  height: 74px;
  flex-basis: 74px;
}

.cn-copa-central .cn-copa-champion__country {
  margin: 0;
}

.cn-copa-central .cn-copa-champion__score {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 11px;
  text-align: left;
}

.cn-copa-central .cn-copa-champion__score strong {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.cn-copa-central .cn-copa-champion__score > :last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-champion__status {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-champion__badge {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.cn-copa-central .cn-copa-shield--hero {
  width: min(100%, 142px);
  height: 142px;
}

.cn-copa-central .cn-copa-podium-card .cn-copa-trophy {
  width: 38px;
  height: 38px;
  margin: 0 auto 8px;
}

.cn-copa-central .cn-copa-shield--podium {
  display: flex;
  width: 76px;
  height: 76px;
  margin: 3px auto 12px;
}

.cn-copa-central .cn-copa-podium-card--first .cn-copa-shield--podium {
  width: 92px;
  height: 92px;
}

.cn-copa-central .cn-copa-podium-card__country {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.cn-copa-central .cn-copa-podium-card__points {
  display: block;
}

.cn-copa-central .cn-copa-main-grid__content,
.cn-copa-central .cn-copa-main-grid__sidebar {
  min-width: 0;
}

.cn-copa-central .cn-copa-group-panel--active {
  display: block;
}

.cn-copa-central .cn-copa-ranking-table.cn-copa-card {
  padding: 0;
}

.cn-copa-central .cn-copa-ranking-table__body {
  min-width: 0;
}

.cn-copa-central .cn-copa-ranking-table__body > .cn-copa-empty {
  margin: 14px;
}

.cn-copa-central .cn-copa-ranking-row__country {
  color: var(--cn-copa-muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.cn-copa-central .cn-copa-ranking-row__country > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cn-copa-central .cn-copa-ranking-row__team > span:last-child {
  min-width: 0;
}

.cn-copa-central .cn-copa-ranking-row__points {
  display: grid;
  justify-items: end;
  line-height: 1.15;
}

.cn-copa-central .cn-copa-ranking-row__points small {
  margin-top: 3px;
  color: var(--cn-copa-muted);
  font-size: 0.58rem;
  font-weight: 750;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-ranking-row__points--prefix {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 4px;
}

.cn-copa-central .cn-copa-ranking-row__points--prefix [data-ranking-unit] {
  order: -1;
  margin-top: 0;
  color: var(--cn-copa-blue-dark);
  font-size: 0.72rem;
}

.cn-copa-central .cn-copa-ranking-row:not(.cn-copa-ranking-row--top) .cn-copa-ranking-row__position,
.cn-copa-central .cn-copa-ranking-table--group .cn-copa-ranking-row__position {
  background: #edf1f7;
  color: #667085;
}

.cn-copa-central .cn-copa-ranking-row--top-1 {
  background: linear-gradient(90deg, rgba(220, 166, 0, 0.1), transparent 58%);
}

.cn-copa-central .cn-copa-ranking-row--top-1 .cn-copa-ranking-row__position,
.cn-copa-central .cn-copa-ranking-table--group .cn-copa-ranking-row--leader .cn-copa-ranking-row__position {
  background: var(--cn-copa-gold);
  color: var(--cn-copa-blue-deep);
}

.cn-copa-central .cn-copa-ranking-row--top-2 .cn-copa-ranking-row__position {
  background: var(--cn-copa-silver);
  color: #223043;
}

.cn-copa-central .cn-copa-ranking-row--top-3 .cn-copa-ranking-row__position {
  background: var(--cn-copa-bronze);
  color: var(--cn-copa-white);
}

.cn-copa-central .cn-copa-ranking-row__position sup {
  font-size: 0.58em;
}

.cn-copa-central .cn-copa-ranking-toolbar.cn-copa-ranking-filters {
  display: grid;
  width: max-content;
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(82px, auto));
  justify-content: start;
}

.cn-copa-central .cn-copa-ranking-filter--active {
  background: var(--cn-copa-white);
  box-shadow: 0 3px 10px rgba(6, 47, 114, 0.09);
  color: var(--cn-copa-blue);
}

.cn-copa-central .cn-copa-search-control {
  position: relative;
  display: block;
  width: min(100%, 340px);
}

.cn-copa-central .cn-copa-search-control .cn-copa-search {
  padding-left: 13px;
}

.cn-copa-central .cn-copa-ranking-toggle {
  margin: 17px auto 0;
}

.cn-copa-central .cn-copa-no-results {
  margin: 14px 0 0;
  padding: 13px;
  border-radius: 10px;
  background: #f8faff;
  color: var(--cn-copa-muted);
  font-size: 0.82rem;
  text-align: center;
}

.cn-copa-central .cn-copa-participant-card__country {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--cn-copa-blue-dark);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-participant-card__identity {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: left;
}

.cn-copa-central .cn-copa-participant-card__identity > div {
  min-width: 0;
}

.cn-copa-central .cn-copa-shield--participant {
  width: 64px;
  height: 64px;
  flex-basis: 64px;
}

.cn-copa-central .cn-copa-participant-card__identity h3 {
  margin-bottom: 4px;
  color: var(--cn-copa-blue-dark);
  font-size: 0.92rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.cn-copa-central .cn-copa-participant-card__identity p {
  margin: 0;
  color: var(--cn-copa-muted);
  font-size: 0.73rem;
}

.cn-copa-central .cn-copa-participant-card__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 15px 0 0;
}

.cn-copa-central .cn-copa-participant-card__stats > div {
  min-width: 0;
  padding: 8px;
  border-radius: 9px;
  background: #f5f8fd;
}

.cn-copa-central .cn-copa-participant-card__stats :is(dt, dd) {
  margin: 0;
}

.cn-copa-central .cn-copa-participant-card__stats dt {
  color: var(--cn-copa-muted);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.cn-copa-central .cn-copa-participant-card__stats dd {
  margin-top: 2px;
  overflow: hidden;
  color: var(--cn-copa-blue-dark);
  font-size: 0.76rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cn-copa-central .cn-copa-selections__list {
  display: grid;
  gap: 10px;
}

.cn-copa-central .cn-copa-selection-card {
  padding: 13px;
}

.cn-copa-central .cn-copa-selection-card__country,
.cn-copa-central .cn-copa-selection-card__team,
.cn-copa-central .cn-copa-selection-card__footer {
  display: flex;
  min-width: 0;
  align-items: center;
}

.cn-copa-central .cn-copa-selection-card__country {
  gap: 7px;
  margin-bottom: 10px;
  color: var(--cn-copa-blue-dark);
  font-size: 0.68rem;
}

.cn-copa-central .cn-copa-selection-card__team {
  gap: 10px;
}

.cn-copa-central .cn-copa-shield--selection {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
}

.cn-copa-central .cn-copa-selection-card__team > div {
  min-width: 0;
}

.cn-copa-central .cn-copa-selection-card__team strong,
.cn-copa-central .cn-copa-selection-card__team span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cn-copa-central .cn-copa-selection-card__team strong {
  color: var(--cn-copa-blue-dark);
  font-size: 0.78rem;
}

.cn-copa-central .cn-copa-selection-card__team span {
  color: var(--cn-copa-muted);
  font-size: 0.67rem;
}

.cn-copa-central .cn-copa-selection-card__footer {
  justify-content: space-between;
  gap: 7px;
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid rgba(20, 75, 155, 0.09);
  color: var(--cn-copa-muted);
  font-size: 0.62rem;
}

.cn-copa-central .cn-copa-selection-card__footer strong {
  color: var(--cn-copa-blue);
  font-size: 0.72rem;
}

.cn-copa-central .cn-copa-text-link {
  display: inline-flex;
  margin-top: 12px;
  font-size: 0.72rem;
  font-weight: 850;
}

.cn-copa-central .cn-copa-awards__card {
  padding: 0;
  overflow: hidden;
}

.cn-copa-central .cn-copa-awards__card > .cn-copa-section__heading {
  margin: 0;
  padding: 18px;
  background: linear-gradient(125deg, var(--cn-copa-blue-deep), var(--cn-copa-blue));
  color: var(--cn-copa-white);
}

.cn-copa-central .cn-copa-awards__card .cn-copa-section__title {
  color: var(--cn-copa-white);
}

.cn-copa-central .cn-copa-awards__card .cn-copa-section__eyebrow {
  color: var(--cn-copa-gold-light);
}

.cn-copa-central .cn-copa-awards__trophy {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--cn-copa-gold-light);
}

.cn-copa-central .cn-copa-award-item__position {
  overflow: hidden;
  font-size: 0.62rem;
  line-height: 1.1;
  text-align: center;
  text-overflow: ellipsis;
}

.cn-copa-central .cn-copa-award-item__value {
  min-width: 0;
}

.cn-copa-central .cn-copa-awards__card > .cn-copa-empty {
  margin: 14px;
}

.cn-copa-central .cn-copa-group-champion-card .cn-copa-flag--champion {
  margin: 0 auto 8px;
}

.cn-copa-central .cn-copa-shield--group-champion {
  display: flex;
  width: 65px;
  height: 65px;
  margin: 0 auto 10px;
}

.cn-copa-central .cn-copa-group-champion__score {
  display: block;
  margin-top: 8px;
  color: var(--cn-copa-blue);
  font-size: 0.82rem;
}

.cn-copa-central .cn-copa-news-card {
  padding: 0;
}

.cn-copa-central .cn-copa-news-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cn-copa-blue-secondary);
  text-decoration: none;
}

.cn-copa-central .cn-copa-news-card__placeholder {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
}

.cn-copa-central .cn-copa-news-card__title a {
  color: inherit;
  text-decoration: none;
}

.cn-copa-central .cn-copa-history-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.cn-copa-central .cn-copa-history-card .cn-copa-trophy {
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
}

.cn-copa-central .cn-copa-shield--history {
  width: 68px;
  height: 68px;
  margin-bottom: 10px;
}

.cn-copa-central .cn-copa-history-card__country {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 7px 0 0;
}

.cn-copa-central .cn-copa-shield,
.cn-copa-central .cn-copa-flag {
  position: relative;
  overflow: hidden;
}

.cn-copa-central .cn-copa-shield > img,
.cn-copa-central .cn-copa-flag > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cn-copa-central :is(.cn-copa-shield, .cn-copa-flag) > .cn-copa-image-fallback {
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 2px;
}

.cn-copa-central .cn-copa-flag__fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  font-size: 0.72rem;
}

.cn-copa-central .cn-copa-shield:not(:has(img)) > .cn-copa-image-fallback {
  display: flex;
}

.cn-copa-central .cn-copa-image-fallback--visible {
  display: flex;
}

.cn-copa-central .cn-copa-news-card__media > .cn-copa-image-fallback {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .cn-copa-central .cn-copa-champion-section .cn-copa-champion {
    grid-template-columns: 88px minmax(0, 1fr) 112px;
  }

  .cn-copa-central .cn-copa-shield--hero {
    width: 108px;
    height: 108px;
  }
}

@media (max-width: 767px) {
  .cn-copa-central .cn-copa-section__heading,
  .cn-copa-central .cn-copa-section__heading--responsive {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
  }

  .cn-copa-central .cn-copa-section__heading--compact {
    flex-direction: row;
    align-items: center;
  }

  .cn-copa-central .cn-copa-hero__side {
    flex-direction: column;
  }

  .cn-copa-central .cn-copa-trophy--hero {
    width: min(42vw, 150px);
    height: 145px;
  }

  .cn-copa-central .cn-copa-champion-section .cn-copa-champion {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .cn-copa-central .cn-copa-champion__trophy,
  .cn-copa-central .cn-copa-champion__content,
  .cn-copa-central .cn-copa-champion__score,
  .cn-copa-central .cn-copa-champion__badge {
    grid-column: 1;
    grid-row: auto;
  }

  .cn-copa-central .cn-copa-champion__trophy {
    order: 1;
  }

  .cn-copa-central .cn-copa-champion__badge {
    order: 2;
  }

  .cn-copa-central .cn-copa-champion__content {
    order: 3;
  }

  .cn-copa-central .cn-copa-champion__score {
    justify-content: center;
    order: 4;
    margin-top: 0;
    text-align: center;
  }

  .cn-copa-central .cn-copa-champion__identity,
  .cn-copa-central .cn-copa-champion__country {
    justify-content: center;
  }

  .cn-copa-central .cn-copa-shield--hero {
    width: 88px;
    height: 88px;
  }

  .cn-copa-central .cn-copa-ranking-toolbar.cn-copa-ranking-filters {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cn-copa-central .cn-copa-search-control {
    width: 100%;
  }

  .cn-copa-central .cn-copa-ranking-row__country > span:last-child {
    display: none;
  }

  .cn-copa-central .cn-copa-shield--table {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .cn-copa-central .cn-copa-participant-card__stats {
    gap: 6px;
  }

  .cn-copa-central .cn-copa-group-champion-card {
    flex: 0 0 72%;
    scroll-snap-align: start;
  }
}

@media (max-width: 430px) {
  .cn-copa-central .cn-copa-section__meta {
    min-height: 26px;
    padding: 4px 8px;
    font-size: 0.59rem;
  }

  .cn-copa-central .cn-copa-champion__identity {
    align-items: center;
    flex-direction: column;
  }

  .cn-copa-central .cn-copa-champion__score {
    flex-wrap: wrap;
  }

  .cn-copa-central .cn-copa-podium-card__country span:last-child {
    display: none;
  }

  .cn-copa-central .cn-copa-ranking-head,
  .cn-copa-central .cn-copa-ranking-row {
    grid-template-columns: 34px 26px minmax(0, 1fr) auto;
  }

  .cn-copa-central .cn-copa-ranking-head > :nth-child(3),
  .cn-copa-central .cn-copa-ranking-row > :nth-child(3) {
    grid-column: 3;
  }

  .cn-copa-central .cn-copa-ranking-head > :last-child,
  .cn-copa-central .cn-copa-ranking-row > :last-child {
    grid-column: 4;
  }

  .cn-copa-central .cn-copa-ranking-row > :nth-child(2) {
    display: flex;
    grid-column: 2;
  }

  .cn-copa-central .cn-copa-participant-card {
    display: block;
    text-align: left;
  }

  .cn-copa-central .cn-copa-participant-card__country,
  .cn-copa-central .cn-copa-participant-card__identity {
    justify-content: flex-start;
  }

  .cn-copa-central .cn-copa-shield--participant {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .cn-copa-central .cn-copa-awards__item {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .cn-copa-central .cn-copa-awards__value {
    grid-column: 2;
    text-align: left;
  }

  .cn-copa-central .cn-copa-group-champion-card {
    flex-basis: 78%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cn-copa-central .cn-copa-group-panel {
    animation: none;
  }
}

@media print {
  .cn-copa-central .cn-copa-champion,
  .cn-copa-central .cn-copa-awards__card > .cn-copa-section__heading {
    color: #111;
    background: #fff;
  }

  .cn-copa-central .cn-copa-awards__card :is(.cn-copa-section__title, .cn-copa-section__eyebrow) {
    color: #111;
  }
}
