.kf-team-detail,
.kf-player-detail,
.kf-city-detail,
.kf-match-detail,
.kf-teams-archive,
.kf-players-archive,
.kf-cities-archive,
.kf-schedule-page {
  color: var(--kf-text-primary);
}

body.single-host_city .site-content > .ast-container {
  display: block;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body.single-host_city #primary,
body.single-host_city .site-main,
body.single-host_city article,
body.single-host_city .entry-content,
body.single-host_city .entry-content .wp-block-group {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 922px) {
  body.single-host_city #masthead,
  body.single-host_city .site-header,
  body.single-host_city .ast-primary-header-bar,
  body.single-host_city .ast-mobile-header-bar,
  body.single-sp_event #masthead,
  body.single-sp_event .site-header,
  body.single-sp_event .ast-primary-header-bar,
  body.single-sp_event .ast-mobile-header-bar,
  body.single-sp_player #masthead,
  body.single-sp_player .site-header,
  body.single-sp_player .ast-primary-header-bar,
  body.single-sp_player .ast-mobile-header-bar {
    background: transparent;
    box-shadow: none;
  }

  body.single-host_city #masthead,
  body.single-host_city .site-header,
  body.single-sp_event #masthead,
  body.single-sp_event .site-header,
  body.single-sp_player #masthead,
  body.single-sp_player .site-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 50;
  }

  body.single-host_city .site-header a,
  body.single-host_city .site-header .menu-link,
  body.single-host_city .site-header .site-title a,
  body.single-host_city .site-header .site-description,
  body.single-host_city .site-header .ast-button-wrap a,
  body.single-host_city .site-header .current-menu-item > a,
  body.single-host_city .site-header .current-menu-item > .menu-link,
  body.single-host_city .site-header .current_page_item > a,
  body.single-host_city .site-header .current_page_item > .menu-link,
  body.single-sp_event .site-header a,
  body.single-sp_event .site-header .menu-link,
  body.single-sp_event .site-header .site-title a,
  body.single-sp_event .site-header .site-description,
  body.single-sp_event .site-header .ast-button-wrap a,
  body.single-sp_event .site-header .current-menu-item > a,
  body.single-sp_event .site-header .current-menu-item > .menu-link,
  body.single-sp_event .site-header .current_page_item > a,
  body.single-sp_event .site-header .current_page_item > .menu-link,
  body.single-sp_player .site-header a,
  body.single-sp_player .site-header .menu-link,
  body.single-sp_player .site-header .site-title a,
  body.single-sp_player .site-header .site-description,
  body.single-sp_player .site-header .ast-button-wrap a,
  body.single-sp_player .site-header .current-menu-item > a,
  body.single-sp_player .site-header .current-menu-item > .menu-link,
  body.single-sp_player .site-header .current_page_item > a,
  body.single-sp_player .site-header .current_page_item > .menu-link {
    color: var(--kf-white) !important;
  }

  body.single-host_city .site-header .custom-logo-link img,
  body.single-host_city .site-header .site-logo-img,
  body.single-sp_event .site-header .custom-logo-link img,
  body.single-sp_event .site-header .site-logo-img,
  body.single-sp_player .site-header .custom-logo-link img,
  body.single-sp_player .site-header .site-logo-img {
    filter: brightness(0) invert(1);
  }

  body.single-host_city .kf-city-hero,
  body.single-sp_event .kf-match-hero,
  body.single-sp_player .kf-player-hero {
    padding-top: 96px;
  }

  body.single-host_city #primary,
  body.single-sp_event #primary,
  body.single-sp_player #primary {
    margin-top: 0;
  }
}

.kf-team-detail *,
.kf-team-detail *::before,
.kf-team-detail *::after,
.kf-player-detail *,
.kf-player-detail *::before,
.kf-player-detail *::after,
.kf-city-detail *,
.kf-city-detail *::before,
.kf-city-detail *::after,
.kf-match-detail *,
.kf-match-detail *::before,
.kf-match-detail *::after,
.kf-teams-archive *,
.kf-teams-archive *::before,
.kf-teams-archive *::after,
.kf-players-archive *,
.kf-players-archive *::before,
.kf-players-archive *::after,
.kf-cities-archive *,
.kf-cities-archive *::before,
.kf-cities-archive *::after,
.kf-schedule-page *,
.kf-schedule-page *::before,
.kf-schedule-page *::after {
  box-sizing: border-box;
}

.kf-team-detail .kf-inner-shell,
.kf-player-detail .kf-inner-shell,
.kf-city-detail .kf-inner-shell,
.kf-match-detail .kf-inner-shell,
.kf-teams-archive .kf-inner-shell,
.kf-players-archive .kf-inner-shell,
.kf-cities-archive .kf-inner-shell,
.kf-schedule-page .kf-inner-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 88px;
}

.kf-team-detail .kf-page-header,
.kf-player-detail .kf-page-header,
.kf-city-detail .kf-page-header,
.kf-match-detail .kf-page-header,
.kf-teams-archive .kf-page-header,
.kf-players-archive .kf-page-header,
.kf-cities-archive .kf-page-header,
.kf-schedule-page .kf-page-header,
.kf-team-detail .kf-section__heading,
.kf-player-detail .kf-section__heading,
.kf-city-detail .kf-section__heading,
.kf-match-detail .kf-section__heading,
.kf-cities-archive .kf-section__heading {
  margin-bottom: 24px;
}

.kf-schedule-pdf-button {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin: 0 0 18px;
  padding: 0 16px;
  border: 1px solid rgba(17, 73, 54, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--kf-text-primary);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(17, 73, 54, 0.08);
}

.kf-schedule-pdf-button:hover,
.kf-schedule-pdf-button:focus {
  background: var(--kf-white);
  color: var(--kf-primary);
}

.kf-team-detail .kf-eyebrow,
.kf-player-detail .kf-eyebrow,
.kf-city-detail .kf-eyebrow,
.kf-match-detail .kf-eyebrow,
.kf-teams-archive .kf-eyebrow,
.kf-players-archive .kf-eyebrow,
.kf-cities-archive .kf-eyebrow,
.kf-schedule-page .kf-eyebrow {
  margin: 0 0 12px;
  color: var(--kf-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.kf-team-detail h1,
.kf-player-detail h1,
.kf-city-detail h1,
.kf-match-detail h1,
.kf-teams-archive h1,
.kf-players-archive h1,
.kf-cities-archive h1,
.kf-schedule-page h1 {
  margin: 0;
  font-size: clamp(40px, 6vw, 74px);
  line-height: 0.94;
}

.kf-team-detail h2,
.kf-player-detail h2,
.kf-city-detail h2,
.kf-match-detail h2,
.kf-teams-archive h2,
.kf-players-archive h2,
.kf-cities-archive h2,
.kf-schedule-page h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.02;
}

.kf-team-detail .kf-meta-line,
.kf-player-detail .kf-meta-line,
.kf-city-detail .kf-meta-line,
.kf-match-detail .kf-meta-line {
  margin: 18px 0 0;
  color: var(--kf-text-secondary);
  font-size: 16px;
}

.kf-team-detail .kf-section,
.kf-player-detail .kf-section,
.kf-city-detail .kf-section,
.kf-match-detail .kf-section,
.kf-cities-archive .kf-country-cluster,
.kf-schedule-page .kf-day-group {
  margin-top: 48px;
}

.kf-team-detail .kf-richtext,
.kf-player-detail .kf-richtext,
.kf-city-detail .kf-richtext,
.kf-match-detail .kf-richtext {
  color: var(--kf-text-secondary);
}

.kf-team-detail .kf-richtext p:last-child,
.kf-player-detail .kf-richtext p:last-child,
.kf-city-detail .kf-richtext p:last-child,
.kf-match-detail .kf-richtext p:last-child {
  margin-bottom: 0;
}

.kf-team-detail .kf-flag,
.kf-player-detail .kf-flag,
.kf-city-detail .kf-flag,
.kf-match-detail .kf-flag,
.kf-teams-archive .kf-flag,
.kf-players-archive .kf-flag,
.kf-cities-archive .kf-flag,
.kf-schedule-page .kf-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.kf-team-detail .kf-flag-container,
.kf-player-detail .kf-flag-container,
.kf-city-detail .kf-flag-container,
.kf-match-detail .kf-flag-container,
.kf-teams-archive .kf-flag-container,
.kf-players-archive .kf-flag-container,
.kf-cities-archive .kf-flag-container,
.kf-schedule-page .kf-flag-container {
  width: 80px;
  height: 56px;
  border-radius: 6px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.kf-team-detail .kf-flag-container img,
.kf-player-detail .kf-flag-container img,
.kf-city-detail .kf-flag-container img,
.kf-match-detail .kf-flag-container img,
.kf-teams-archive .kf-flag-container img,
.kf-players-archive .kf-flag-container img,
.kf-cities-archive .kf-flag-container img,
.kf-schedule-page .kf-flag-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.kf-team-detail .kf-flag-container.kf-flag--inline,
.kf-player-detail .kf-flag-container.kf-flag--inline,
.kf-city-detail .kf-flag-container.kf-flag--inline,
.kf-match-detail .kf-flag-container.kf-flag--inline,
.kf-teams-archive .kf-flag-container.kf-flag--inline,
.kf-players-archive .kf-flag-container.kf-flag--inline,
.kf-cities-archive .kf-flag-container.kf-flag--inline,
.kf-schedule-page .kf-flag-container.kf-flag--inline {
  width: 24px;
  height: 18px;
  border-radius: 4px;
}

.kf-team-detail .kf-flag-container.kf-flag--hero,
.kf-player-detail .kf-flag-container.kf-flag--hero,
.kf-city-detail .kf-flag-container.kf-flag--hero,
.kf-match-detail .kf-flag-container.kf-flag--hero,
.kf-teams-archive .kf-flag-container.kf-flag--hero,
.kf-players-archive .kf-flag-container.kf-flag--hero,
.kf-cities-archive .kf-flag-container.kf-flag--hero,
.kf-schedule-page .kf-flag-container.kf-flag--hero {
  width: 160px;
  height: 112px;
  border-radius: 8px;
}

.kf-team-detail .kf-flag-img,
.kf-player-detail .kf-flag-img,
.kf-city-detail .kf-flag-img,
.kf-match-detail .kf-flag-img,
.kf-teams-archive .kf-flag-img,
.kf-players-archive .kf-flag-img,
.kf-cities-archive .kf-flag-img,
.kf-schedule-page .kf-flag-img {
  display: block;
  height: auto;
  object-fit: contain;
  background: transparent;
}

.kf-team-detail .kf-flag-img--small,
.kf-player-detail .kf-flag-img--small,
.kf-city-detail .kf-flag-img--small,
.kf-match-detail .kf-flag-img--small,
.kf-teams-archive .kf-flag-img--small,
.kf-players-archive .kf-flag-img--small,
.kf-cities-archive .kf-flag-img--small,
.kf-schedule-page .kf-flag-img--small {
  width: 24px;
  height: 18px;
}

.kf-team-detail .kf-flag-img--medium,
.kf-player-detail .kf-flag-img--medium,
.kf-city-detail .kf-flag-img--medium,
.kf-match-detail .kf-flag-img--medium,
.kf-teams-archive .kf-flag-img--medium,
.kf-players-archive .kf-flag-img--medium,
.kf-cities-archive .kf-flag-img--medium,
.kf-schedule-page .kf-flag-img--medium {
  width: 80px;
  max-height: 60px;
}

.kf-team-detail .kf-flag-img--large,
.kf-player-detail .kf-flag-img--large,
.kf-city-detail .kf-flag-img--large,
.kf-match-detail .kf-flag-img--large,
.kf-teams-archive .kf-flag-img--large,
.kf-players-archive .kf-flag-img--large,
.kf-cities-archive .kf-flag-img--large,
.kf-schedule-page .kf-flag-img--large {
  width: 160px;
  max-height: 120px;
}

.kf-team-detail .kf-flag--inline,
.kf-player-detail .kf-flag--inline,
.kf-city-detail .kf-flag--inline,
.kf-match-detail .kf-flag--inline,
.kf-teams-archive .kf-flag--inline,
.kf-players-archive .kf-flag--inline,
.kf-cities-archive .kf-flag--inline,
.kf-schedule-page .kf-flag--inline {
  line-height: 0;
}

.kf-teams-archive [data-group].is-hidden,
.kf-players-archive [data-group].is-hidden,
.kf-schedule-page [data-group].is-hidden,
.kf-schedule-page [data-kf-filter-section].is-hidden {
  display: none !important;
}

.kf-team-hero {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: 36px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(245, 245, 245, 0.95), rgba(255, 255, 255, 1));
  box-shadow: var(--kf-shadow);
}

.kf-team-hero__flag,
.kf-player-hero__avatar {
  display: grid;
  place-items: center;
  min-height: 180px;
}

.kf-player-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  color: var(--kf-white);
  background: #1a1a2e;
  overflow: hidden;
}

.kf-player-hero .kf-inner-shell {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 65vh;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  padding-top: 56px;
  padding-bottom: 50px;
}

.kf-player-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.kf-player-hero__number {
  position: absolute;
  bottom: -20px;
  right: 5%;
  font-size: 300px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.06);
  z-index: 1;
  line-height: 1;
  user-select: none;
}

.kf-player-hero__portrait {
  position: absolute;
  bottom: 0;
  right: 8%;
  height: 90%;
  width: auto;
  z-index: 2;
  object-fit: contain;
  object-position: bottom center;
}

.kf-player-hero--no-portrait .kf-player-hero__number {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  font-size: 380px;
  bottom: -40px;
}

.kf-player-hero__content {
  position: relative;
  z-index: 3;
  max-width: 550px;
}

.kf-player-hero__tag {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 10px;
}

.kf-player-hero__name {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  line-height: 1.05;
  margin: 0 0 14px;
}

.kf-player-hero__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.kf-player-hero__meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.kf-player-hero__flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.kf-player-hero__divider {
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  margin-bottom: 14px;
}

.kf-player-hero__team-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  text-decoration: none;
  transition: color 0.2s;
}

.kf-player-hero__team-link:hover {
  color: #fff;
}

.kf-player-hero__team-link img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
}

.kf-player-stats {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.kf-player-stats__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  border-right: 1px solid #eee;
  text-align: center;
}

.kf-player-stats__item:last-child {
  border-right: none;
}

.kf-player-stats__value {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.kf-player-stats__label {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.kf-avatar {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  object-fit: cover;
  background: linear-gradient(135deg, rgba(0, 200, 83, 0.22), rgba(26, 26, 46, 0.18));
}

.kf-avatar--flag {
  display: inline-flex;
  width: 160px;
  height: 160px;
  border-radius: 28px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.kf-avatar--placeholder {
  display: inline-grid;
  width: 160px;
  height: 160px;
  place-items: center;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(0, 200, 83, 0.72), rgba(26, 26, 46, 0.92));
  color: var(--kf-white);
  font-size: 48px;
  font-weight: 800;
}

.kf-player-meta,
.kf-city-matchup {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 18px;
}

.kf-player-meta span,
.kf-city-matchup a,
.kf-city-matchup span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.kf-standings-table-wrap {
  overflow-x: auto;
  border-radius: 24px;
  box-shadow: var(--kf-shadow);
}

.kf-standings-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--kf-white);
}

.kf-standings-table th,
.kf-standings-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.08);
  text-align: left;
}

.kf-standings-table tbody tr.is-current {
  background: rgba(0, 200, 83, 0.08);
}

.kf-standings-team,
.kf-match-card__opponent,
.kf-archive-card span,
.kf-city-archive-card__content span,
.kf-team-link-card,
.kf-schedule-card__teams a,
.kf-schedule-card__venue a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.kf-match-list,
.kf-schedule-list {
  display: grid;
  gap: 18px;
}

.kf-team-detail .kf-match-list {
  gap: 8px;
}

.kf-match-card,
.kf-schedule-card {
  position: relative;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border-radius: 24px;
  background: var(--kf-white);
  box-shadow: var(--kf-shadow);
}

.kf-card-link {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1 / span 2;
  align-items: center;
  gap: 18px;
  color: inherit;
  text-decoration: none;
}

.kf-match-card__date strong,
.kf-schedule-card__time strong {
  display: block;
  font-size: 20px;
}

.kf-match-card__date span,
.kf-schedule-card__time span,
.kf-match-card__summary p,
.kf-archive-card span,
.kf-team-link-card span,
.kf-team-link-card small,
.kf-city-archive-card__content small {
  color: var(--kf-text-secondary);
}

.kf-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(0, 200, 83, 0.12);
  color: var(--kf-primary-dark);
  font-size: 13px;
  font-weight: 800;
}

.kf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--kf-primary);
  color: var(--kf-white);
  font-weight: 800;
  text-decoration: none;
}

.kf-button:hover {
  color: var(--kf-white);
  background: var(--kf-primary-dark);
}

.kf-match-detail .kf-match-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  overflow: hidden;
  background: #1a1a2e;
  color: var(--kf-white);
}

.kf-match-detail .kf-glow-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.kf-match-detail .kf-glow-ball {
  aspect-ratio: 1;
  width: calc(150% * var(--size));
  background: linear-gradient(259deg, #1abc9c, #145a3a);
  filter: blur(5vw);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: kfGlowLoop var(--speed) infinite linear;
  animation-delay: var(--delay);
  opacity: 0.5;
}

.kf-match-detail .kf-match-hero .kf-inner-shell {
  position: relative;
  z-index: 2;
  padding-top: 56px;
  padding-bottom: 56px;
}

@keyframes kfGlowLoop {
  0% { transform: translate3d(0%, 51%, 0) rotate(0deg); }
  5% { transform: translate3d(8%, 31%, 0) rotate(18deg); }
  10% { transform: translate3d(22%, 13%, 0) rotate(36deg); }
  15% { transform: translate3d(40%, 2%, 0) rotate(54deg); }
  20% { transform: translate3d(46%, 21%, 0) rotate(72deg); }
  25% { transform: translate3d(50%, 47%, 0) rotate(90deg); }
  30% { transform: translate3d(53%, 80%, 0) rotate(108deg); }
  35% { transform: translate3d(59%, 98%, 0) rotate(125deg); }
  40% { transform: translate3d(84%, 89%, 0) rotate(144deg); }
  45% { transform: translate3d(92%, 68%, 0) rotate(162deg); }
  50% { transform: translate3d(99%, 47%, 0) rotate(180deg); }
  55% { transform: translate3d(97%, 21%, 0) rotate(198deg); }
  60% { transform: translate3d(80%, 7%, 0) rotate(216deg); }
  65% { transform: translate3d(68%, 25%, 0) rotate(234deg); }
  70% { transform: translate3d(59%, 41%, 0) rotate(251deg); }
  75% { transform: translate3d(50%, 63%, 0) rotate(270deg); }
  80% { transform: translate3d(38%, 78%, 0) rotate(288deg); }
  85% { transform: translate3d(21%, 92%, 0) rotate(306deg); }
  90% { transform: translate3d(3%, 79%, 0) rotate(324deg); }
  100% { transform: translate3d(0%, 51%, 0) rotate(360deg); }
}

.kf-match-detail .kf-match-hero__eyebrow,
.kf-match-detail .kf-match-hero__date,
.kf-match-detail .kf-match-hero__time,
.kf-match-detail .kf-match-hero__venue {
  margin: 0;
  text-align: center;
}

.kf-match-detail .kf-match-hero__time-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 10px;
  margin-top: 8px;
}

.kf-match-detail .kf-match-hero__eyebrow {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.kf-match-detail .kf-match-hero__date {
  margin-top: 12px;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.04;
}

.kf-match-detail .kf-match-hero__time {
  color: rgba(255, 255, 255, 0.82);
}

.kf-match-detail .kf-match-hero__your-time {
  margin: 0;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kf-match-detail .kf-match-hero__your-time.is-ready {
  color: var(--kf-white);
  letter-spacing: 0.04em;
  text-transform: none;
}

.kf-match-detail .kf-match-hero__teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 36px;
}

.kf-match-detail .kf-match-hero__team {
  display: grid;
  justify-items: center;
}

.kf-match-detail .kf-match-hero__team-link {
  display: grid;
  justify-items: center;
  gap: 16px;
  color: var(--kf-white);
  text-decoration: none;
}

.kf-match-detail .kf-match-hero__team-link span {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.kf-match-detail .kf-flag--hero {
  width: 160px;
  height: 112px;
}

.kf-match-detail .kf-flag--hero .kf-flag-img--large {
  width: 160px;
  max-height: 112px;
  object-fit: contain;
}

.kf-match-detail .kf-match-hero__placeholder {
  display: grid;
  place-items: center;
  width: 160px;
  height: 120px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
}

.kf-match-detail .kf-match-hero__vs {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  font-weight: 800;
}

.kf-match-detail .kf-match-hero__venue {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.82);
}

.kf-match-detail .kf-match-hero__venue-link {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.15s ease;
}

.kf-match-detail .kf-match-hero__venue-link:hover,
.kf-match-detail .kf-match-hero__venue-link:focus-visible {
  opacity: 0.7;
  color: #ffffff;
}

.kf-match-detail .kf-match-hero__actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.kf-ticket-choice-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  width: 100%;
}

.kf-ticket-choice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  text-decoration: none;
}

.kf-ticket-choice--stubhub {
  background: #3f1d74;
  color: var(--kf-white);
}

.kf-ticket-choice--stubhub:hover {
  background: #32155e;
}

.kf-ticket-choice--viagogo {
  background: #00c853;
  color: var(--kf-white);
}

.kf-ticket-choice--viagogo:hover {
  background: #009624;
}

.kf-ticket-choice--disabled {
  background: rgba(255, 255, 255, 0.18);
  color: var(--kf-white);
  cursor: not-allowed;
}

.kf-cta-banner .kf-ticket-choice--disabled {
  background: rgba(255, 255, 255, 0.14);
}

.kf-get-tickets-btn {
  position: relative;
}

/* .kf-ticket-popup* rules moved to style.css (shared across pages). */

.kf-ticket-choice-group--cta {
  justify-content: flex-end;
}

.kf-match-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.kf-match-info-card,
.kf-match-comparison__team {
  padding: 24px;
  border-radius: 24px;
  background: var(--kf-white);
  box-shadow: var(--kf-shadow);
}

.kf-match-info-card h2,
.kf-match-comparison__team h3 {
  margin: 8px 0 10px;
  font-size: 22px;
}

.kf-match-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.kf-match-countdown div {
  display: grid;
  gap: 4px;
  text-align: center;
}

.kf-match-countdown strong {
  font-size: 24px;
}

.kf-match-countdown span {
  color: var(--kf-text-secondary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kf-match-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.kf-match-comparison__team dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.kf-match-comparison__team dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.kf-match-comparison__team dt,
.kf-match-comparison__team dd {
  margin: 0;
}

.kf-match-comparison__link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--kf-primary-dark);
  font-weight: 800;
  text-decoration: none;
}

.kf-match-card__title {
  margin: 12px 0 8px;
  font-size: 24px;
}

.kf-player-grid,
.kf-card-grid {
  display: grid;
  gap: 18px;
}

.kf-player-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.kf-card-grid--teams {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.kf-card-grid--players {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.kf-card-grid--cities {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.kf-player-showcase-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.kf-player-showcase-card:hover,
.kf-player-showcase-card:focus {
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.kf-player-showcase-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.kf-player-showcase-card__number {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: rgba(255, 255, 255, 0.1);
  font-size: 180px;
  font-weight: 900;
  line-height: 1;
  transform: translate(-50%, -55%);
  user-select: none;
}

.kf-player-showcase-card__portrait {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 90%;
  height: 85%;
  object-fit: contain;
  object-position: bottom center;
  transform: translateX(-50%);
}

.kf-player-showcase-card__info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 16px;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}

.kf-player-showcase-card__name {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.kf-player-showcase-card__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}

.kf-player-showcase-card__flag {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  flex: 0 0 16px;
  object-fit: cover;
}

.kf-player-showcase-card__jersey {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 3;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.kf-player-showcase-card--no-portrait .kf-player-showcase-card__number {
  color: rgba(255, 255, 255, 0.12);
  font-size: 140px;
  transform: translate(-50%, -50%);
}

.kf-player-showcase-card--no-portrait .kf-player-showcase-card__info {
  background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.45) 100%);
}

.kf-player-panel,
.kf-archive-card {
  display: block;
  padding: 22px 20px;
  border-radius: 24px;
  background: var(--kf-white);
  color: var(--kf-text-primary);
  text-decoration: none;
  box-shadow: var(--kf-shadow);
  transition: transform 0.2s ease;
}

.kf-player-panel:hover,
.kf-archive-card:hover,
.kf-city-archive-card:hover {
  transform: translateY(-4px);
}

.kf-player-panel__avatar,
.kf-archive-card__media {
  margin-bottom: 16px;
}

.kf-archive-card--team strong {
  display: block;
  min-height: 2.5em;
  line-height: 1.18;
  text-wrap: balance;
}

.kf-avatar--panel,
.kf-avatar--archive {
  width: 100%;
  min-height: 190px;
}

.kf-player-panel__avatar .kf-flag-container,
.kf-archive-card__media .kf-flag-container {
  width: 96px;
  height: 68px;
  min-height: 0;
}

.kf-team-link-card {
  margin-top: 28px;
  padding: 20px;
  border-radius: 24px;
  background: var(--kf-surface);
  text-decoration: none;
  color: var(--kf-text-primary);
}

.kf-city-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100vw;
  min-height: 500px;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.kf-city-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 12, 24, 0.08), rgba(7, 12, 24, 0.58));
  pointer-events: none;
}

.kf-city-hero__decor {
  position: absolute;
  inset: 50% 24px auto;
  z-index: 1;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.06);
  font-size: 86px;
  font-weight: 800;
  letter-spacing: 8px;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.kf-city-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 24px;
  color: var(--kf-white);
}

.kf-city-detail .kf-city-hero .kf-eyebrow {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.kf-city-detail .kf-city-hero h1 {
  color: var(--kf-white);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.08;
}

.kf-city-detail .kf-city-hero .kf-meta-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.4;
}

.kf-city-detail .kf-inner-shell {
  padding: 24px clamp(32px, 4vw, 48px) 88px;
}

.kf-city-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 24px;
}

.kf-city-stat {
  min-width: 0;
  padding: 12px;
  border-radius: 8px;
  background: #f8f9fa;
  text-align: center;
}

.kf-city-stat strong,
.kf-city-stat span {
  display: block;
}

.kf-city-stat strong {
  color: var(--kf-text-primary);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}

.kf-city-stat span {
  margin-top: 4px;
  color: var(--kf-text-secondary);
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: uppercase;
}

.kf-city-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
  align-items: start;
}

.kf-city-detail .kf-section {
  margin-top: 36px;
}

.kf-city-detail__main > .kf-section:first-child {
  margin-top: 0;
}

.kf-city-detail .kf-match-list {
  gap: 14px;
}

.kf-city-detail .kf-section__heading {
  margin-bottom: 16px;
}

.kf-city-detail .kf-section__heading h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.12;
}

.kf-city-about .kf-richtext {
  font-size: 16px;
  line-height: 1.7;
}

.kf-city-data-table {
  display: grid;
  margin: 18px 0 0;
  overflow: hidden;
  border-radius: 8px;
  font-size: 15px;
}

.kf-city-data-table div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 16px;
  padding: 10px 12px;
}

.kf-city-data-table div:nth-child(odd) {
  background: var(--kf-surface);
}

.kf-city-data-table dt,
.kf-city-data-table dd {
  margin: 0;
}

.kf-city-data-table dt {
  color: var(--kf-text-secondary);
}

.kf-city-data-table dd {
  color: var(--kf-text-primary);
}

.kf-city-transport-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.kf-city-transport-card,
.kf-city-stay-card {
  border: 0.5px solid #eaeaea;
  border-radius: 8px;
  background: #ffffff;
}

.kf-city-transport-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  padding: 16px;
}

.kf-city-icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f8f9fa;
  color: var(--kf-text-secondary);
  font-size: 22px;
  line-height: 1;
}

.kf-city-icon.ti-plane::before {
  content: "\2708";
}

.kf-city-hero__meta-icon::before {
  content: "\25A6";
}

.kf-city-icon.ti-train::before {
  content: "\25A3";
}

.kf-city-icon.ti-car::before {
  content: "\25B6";
}

.kf-city-icon.ti-clock::before {
  content: "\25F7";
}

.kf-city-transport-card h3,
.kf-city-stay-card h3,
.kf-city-attractions h3 {
  margin: 0;
  color: var(--kf-text-primary);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.kf-city-transport-card p,
.kf-city-stay-card p,
.kf-city-attractions p {
  margin: 6px 0 0;
  color: var(--kf-text-secondary);
  font-size: 13px;
  line-height: 1.5;
}

.kf-city-warning {
  margin-top: 12px;
  padding: 12px 14px;
  border-left: 3px solid #1a6b55;
  background: rgba(26, 107, 85, 0.06);
}

.kf-city-warning strong {
  display: block;
  color: #1a6b55;
  font-size: 14px;
  font-weight: 500;
}

.kf-city-warning p {
  margin: 5px 0 0;
  color: var(--kf-text-secondary);
  font-size: 14px;
  line-height: 1.6;
}

.kf-city-attractions {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: city-attraction;
}

.kf-city-attractions li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
  border-bottom: 0.5px solid #eaeaea;
  counter-increment: city-attraction;
}

.kf-city-attractions li:first-child {
  padding-top: 0;
}

.kf-city-attractions li::before {
  content: counter(city-attraction);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1a6b55;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}

.kf-city-attractions span {
  display: block;
  margin-top: 6px;
  color: #9a9a9a;
  font-size: 12px;
  line-height: 1.3;
}

.kf-city-attractions span::before {
  content: "\25CF";
  margin-right: 5px;
  color: #1a6b55;
  font-size: 7px;
  vertical-align: middle;
}

.kf-city-sidebar {
  display: grid;
  gap: 24px;
}

.kf-city-sidebar-section h2 {
  margin: 0 0 12px;
  color: var(--kf-text-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.kf-city-stay-list {
  display: block;
}

.kf-city-stay-card {
  margin-bottom: 8px;
  padding: 18px 20px;
  border: 0.5px solid #eaeaea;
  border-radius: 8px;
  background: #ffffff;
  transition: border-color 0.2s ease;
}

.kf-city-stay-card:last-child {
  margin-bottom: 0;
}

.kf-city-stay-card:hover {
  border-color: #1a6b55;
}

.kf-city-stay-card span {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px;
  border-radius: 3px;
  background: rgba(26, 107, 85, 0.08);
  color: #1a6b55;
  font-size: 10px;
  line-height: 1.4;
}

.kf-city-sidebar .kf-city-stay-card h3,
.kf-city-sidebar .kf-city-stay-card p,
.kf-city-sidebar .kf-city-stay-card span {
  max-width: 100%;
}

.kf-city-sidebar .kf-city-stay-card h3 {
  padding: 0;
}

.kf-city-sidebar .kf-city-stay-card p {
  padding: 0;
}

.kf-city-map-embed {
  overflow: hidden;
  border-radius: 8px;
  background: #f8f9fa;
}

.kf-city-map-embed iframe {
  display: block;
  width: 100%;
  min-height: 260px;
}

.kf-city-map-link {
  display: inline-flex;
  margin-top: 8px;
  color: #1a6b55;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.kf-city-detail .kf-city-cta {
  margin-top: 32px;
  padding: 20px 24px;
  border-radius: 12px;
  background: #0b2e1f;
}

.kf-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 32px;
}

.kf-filter-bar button {
  border: 0;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--kf-white);
  color: var(--kf-text-primary);
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--kf-shadow);
}

.kf-filter-bar button.is-active {
  background: var(--kf-primary);
  color: var(--kf-white);
}

.kf-city-archive-card {
  display: flex;
  align-items: flex-end;
  min-height: 260px;
  padding: 24px;
  border-radius: 28px;
  color: var(--kf-white);
  text-decoration: none;
  background-position: center;
  background-size: cover;
  box-shadow: var(--kf-shadow);
  transition: transform 0.2s ease;
}

.kf-city-archive-card__content strong,
.kf-city-archive-card__content span,
.kf-city-archive-card__content small {
  display: block;
}

.kf-city-archive-card__content span {
  margin-top: 8px;
}

.kf-empty-state {
  padding: 28px;
  border-radius: 24px;
  background: var(--kf-surface);
  color: var(--kf-text-secondary);
}

.kf-social-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #ffffff;
}

.kf-social-share__heading h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
}

.kf-social-share__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kf-social-share__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kf-social-share__button:hover,
.kf-social-share__button:focus {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.kf-social-share__button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 18px;
}

.kf-social-share__button--x {
  background: #000000;
}

.kf-social-share__button--facebook {
  background: #1877f2;
}

.kf-social-share__button--whatsapp {
  background: #25d366;
}

@media (min-width: 922px) {
  .kf-social-share {
    position: fixed;
    top: 50%;
    right: 24px;
    z-index: 40;
    display: grid;
    width: 52px;
    gap: 10px;
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
  }

  .kf-social-share__heading {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .kf-social-share__buttons {
    display: grid;
    gap: 10px;
  }

  .kf-social-share__button {
    width: 52px;
    min-height: 52px;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
  }

  .kf-social-share__button span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

.kf-cta-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
  padding: 32px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(10, 15, 28, 0.96), rgba(26, 26, 46, 0.96));
  color: var(--kf-white);
}

.kf-cta-banner h2 {
  color: var(--kf-white);
}

.kf-versus {
  font-weight: 800;
  color: var(--kf-text-secondary);
}

.kf-schedule-card__teams {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.kf-schedule-card__venue a,
.kf-match-card__summary a,
.kf-standings-team a,
.kf-team-link-card,
.kf-city-matchup a,
.kf-match-card__title a {
  text-decoration: none;
}

.kf-schedule-page .kf-faq-section {
  margin-top: 56px;
}

.kf-schedule-page .kf-faq-list {
  display: grid;
  gap: 14px;
}

.kf-schedule-page .kf-faq-item {
  border-radius: 24px;
  background: var(--kf-white);
  box-shadow: var(--kf-shadow);
  overflow: hidden;
}

.kf-schedule-page .kf-faq-item[open] {
  box-shadow: 0 24px 60px rgba(26, 26, 46, 0.12);
}

.kf-schedule-page .kf-faq-question {
  position: relative;
  display: block;
  padding: 24px 72px 24px 24px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
  color: var(--kf-text-primary);
  list-style: none;
}

.kf-schedule-page .kf-faq-question::-webkit-details-marker {
  display: none;
}

.kf-schedule-page .kf-faq-question::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: rgba(0, 200, 83, 0.12);
  background-image:
    linear-gradient(var(--kf-primary-dark), var(--kf-primary-dark)),
    linear-gradient(var(--kf-primary-dark), var(--kf-primary-dark));
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: 14px 3px, 3px 14px;
  transition: transform 160ms ease, background-color 160ms ease;
}

.kf-schedule-page .kf-faq-item[open] .kf-faq-question::after {
  background: rgba(0, 200, 83, 0.18);
  background-image: linear-gradient(var(--kf-primary-dark), var(--kf-primary-dark));
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 3px;
}

.kf-schedule-page .kf-faq-answer {
  padding: 0 24px 24px;
}

.kf-schedule-page .kf-faq-answer p {
  margin: 0;
  color: var(--kf-text-secondary);
}

.kf-team-detail .kf-inner-shell {
  padding-top: 40px;
}

.kf-team-detail .kf-section {
  margin-top: 0;
  margin-bottom: 24px;
}

.kf-team-detail .kf-section__heading {
  margin-bottom: 14px;
}

.kf-team-detail .kf-eyebrow {
  margin-bottom: 10px;
  font-size: 12px;
}

.kf-team-detail h2 {
  font-size: 20px;
  line-height: 1.12;
}

.kf-team-detail__hero {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 24px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0b2e1f 0%, #0f3d2a 40%, #145a3a 100%);
  color: #ffffff;
}

.kf-team-detail__hero h1 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}

.kf-team-detail__hero-flag .kf-team-detail__hero-flag-markup.kf-flag-container {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.kf-team-detail__hero-flag .kf-team-detail__hero-flag-markup.kf-flag-container img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.kf-team-detail__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.kf-team-detail__chip {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  line-height: 1.4;
}

.kf-team-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 24px;
  margin-top: 24px;
  align-items: start;
}

.kf-team-detail__main,
.kf-team-detail__sidebar {
  display: grid;
  gap: 24px;
  align-content: start;
}

.kf-team-detail__sidebar {
  min-width: 0;
}

.kf-team-next-match {
  padding: 18px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0b2e1f 0%, #0f3d2a 40%, #145a3a 100%);
  color: #ffffff;
}

.kf-team-next-match__badge {
  display: inline-flex;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
}

.kf-team-next-match__teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 16px;
}

.kf-team-next-match__team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.kf-team-next-match__team strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.kf-team-next-match__flag.kf-flag-container,
.kf-team-next-match__placeholder {
  width: 48px;
  height: 48px;
  border-radius: 999px;
}

.kf-team-next-match__flag.kf-flag-container {
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.kf-team-next-match__flag.kf-flag-container img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.kf-team-next-match__placeholder {
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
}

.kf-team-next-match__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.kf-team-next-match__center span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
}

.kf-team-next-match__time {
  padding: 6px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.kf-team-next-match__center small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
}

.kf-team-next-match__center small::before {
  content: "📍 ";
}

.kf-team-next-match__countdown {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.kf-team-next-match__countdown div {
  min-width: 52px;
  padding: 5px 8px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
  text-align: center;
}

.kf-team-next-match__countdown strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.kf-team-next-match__countdown span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kf-team-next-match__tickets {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.kf-team-next-match__ticket {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-height: 36px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.kf-team-next-match__ticket::before {
  content: "🎫";
  margin-right: 6px;
}

.kf-team-next-match__ticket--stubhub {
  background: #3b1f8e;
}

.kf-team-next-match__ticket--viagogo {
  background: #1a6b55;
}

.kf-team-sidebar-table {
  border: 0.5px solid #eaeaea;
  border-radius: 12px;
  overflow-x: auto;
  background: #ffffff;
}

.kf-team-sidebar-table__bar {
  padding: 10px 14px;
  background: #0b2e1f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

.kf-team-sidebar-table__table {
  width: 100%;
  min-width: 250px;
  border-collapse: collapse;
}

.kf-team-sidebar-table__table th,
.kf-team-sidebar-table__table td {
  padding: 10px 6px;
  border-bottom: 0.5px solid #f0f0f0;
  font-size: 11px;
  text-align: center;
}

.kf-team-sidebar-table__table th:first-child,
.kf-team-sidebar-table__table td:first-child {
  text-align: left;
}

.kf-team-sidebar-table__table th {
  color: #888888;
  font-size: 10px;
  font-weight: 600;
}

.kf-team-sidebar-table__table tbody tr.is-current {
  background: #f0faf5;
}

.kf-team-sidebar-table__table tbody tr.is-current a,
.kf-team-sidebar-table__table tbody tr.is-current span {
  color: #1a6b55;
}

.kf-team-sidebar-table__team {
  display: flex;
  align-items: center;
  gap: 6px;
}

.kf-team-sidebar-table__position {
  color: #888888;
  font-size: 10px;
}

.kf-team-sidebar-table__team a,
.kf-team-sidebar-table__team span {
  color: #444444;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}

.kf-team-quick-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.kf-team-quick-stats__item {
  padding: 10px;
  border-radius: 8px;
  background: #f8f9fa;
  text-align: center;
}

.kf-team-quick-stats__item strong {
  display: block;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
}

.kf-team-quick-stats__item span {
  display: block;
  margin-top: 4px;
  color: #888888;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kf-team-sidebar-about {
  padding: 14px;
  border: 0.5px solid #eaeaea;
  border-radius: 12px;
  background: #ffffff;
}

.kf-team-sidebar-about p:last-of-type {
  color: #666666;
  font-size: 13px;
  line-height: 1.7;
}

.kf-team-sidebar-about a {
  color: #1a6b55;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

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

.kf-team-player-card {
  display: block;
  padding: 14px 10px;
  border: 0.5px solid #eaeaea;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  color: #1a1a1a;
  transition: border-color 0.2s ease;
}

.kf-team-player-card:hover {
  border-color: #1a6b55;
}

.kf-team-player-card__avatar {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #f0f0f0;
  color: #9aa0a6;
}

.kf-team-player-card__avatar svg {
  width: 25px;
  height: 25px;
}

.kf-team-player-card strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.kf-team-player-card span {
  display: block;
  margin-top: 6px;
  color: #888888;
  font-size: 12px;
}

.kf-team-player-card small {
  display: block;
  margin-top: 5px;
  color: #1a6b55;
  font-size: 11px;
}

.kf-team-detail .kf-cta-banner {
  margin-top: 32px;
  padding: 20px 24px;
  border-radius: 12px;
  background: #0b2e1f;
}

.kf-match-card-v2 {
  --kf-card-gradient: linear-gradient(135deg, #0b2e1f 0%, #0f3d2a 40%, #145a3a 100%);
  --kf-card-text: #ffffff;
  --kf-card-text-secondary: rgba(255, 255, 255, 0.6);
  --kf-card-text-tertiary: rgba(255, 255, 255, 0.45);
  --kf-card-overlay: rgba(255, 255, 255, 0.1);
  --kf-card-overlay-hover: rgba(255, 255, 255, 0.2);
  --kf-list-surface: #f8f9fa;
  --kf-list-border: #eaeaea;
  --kf-list-hover: #1a6b55;
  --kf-list-text: #1a1a1a;
  --kf-list-muted: #888888;
  --kf-list-button: #1a6b55;
}

.kf-match-card-v2 .kf-card-link {
  gap: 0;
}

.kf-match-card-v2--full {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 16px 20px;
  border-radius: 12px;
  background: var(--kf-card-gradient);
  box-shadow: 0 16px 40px rgba(11, 46, 31, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kf-match-card-v2--full:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(11, 46, 31, 0.3);
}

.kf-match-card-v2--full .kf-card-link {
  display: grid;
  grid-template-columns: 1fr;
  grid-column: 1;
}

.kf-match-card-v2__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.kf-match-card-v2__badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--kf-card-overlay);
  color: var(--kf-card-text);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.kf-match-card-v2__body {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) minmax(0, auto) minmax(140px, 1fr);
  gap: 18px;
  align-items: center;
}

.kf-match-card-v2__team {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-align: left;
}

.kf-match-card-v2__body > .kf-match-card-v2__team:last-child {
  flex-direction: row-reverse;
  text-align: right;
}

.kf-match-card-v2__team strong {
  color: var(--kf-card-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.kf-match-card-v2__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.kf-match-card-v2__date {
  display: flex;
  align-items: center;
  gap: 0;
}

.kf-match-card-v2__date span {
  color: var(--kf-card-text-secondary);
  font-size: 11px;
  line-height: 1.2;
}

.kf-match-card-v2__date span + span {
  display: none;
}

.kf-match-card-v2__timebox {
  padding: 3px 14px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--kf-card-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.kf-match-card-v2__local-time,
.kf-match-card-v2__venue {
  color: var(--kf-card-text-tertiary);
  font-size: 10px;
  line-height: 1.35;
}

.kf-match-card-v2__venue::before {
  content: "📍 ";
}

.kf-match-card-v2__placeholder {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.15);
  color: var(--kf-card-text-secondary);
  font-size: 10px;
  font-weight: 800;
  flex: 0 0 auto;
}

.kf-match-card-v2__flag.kf-flag-container {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  flex: 0 0 auto;
}

.kf-match-card-v2__flag.kf-flag-container img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.kf-match-card-v2__action {
  position: relative;
  z-index: 2;
  padding-left: 14px;
}

.kf-match-card-v2__ticket-btn,
.kf-match-card-v2__list-ticket-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}

.kf-match-card-v2__ticket-btn {
  min-height: 28px;
  padding: 0 12px;
  border-radius: 4px;
  background: var(--kf-card-overlay);
  color: var(--kf-card-text);
  font-size: 11px;
  font-weight: 700;
}

.kf-match-card-v2__ticket-btn:hover {
  background: var(--kf-card-overlay-hover);
}

.kf-match-card-v2__ticket-btn::before,
.kf-match-card-v2__list-ticket-btn::before {
  content: "🎫";
  margin-right: 6px;
  line-height: 1;
}

.kf-match-card-v2--compact {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 14px 18px;
  border-radius: 12px;
  border: 0.5px solid var(--kf-list-border);
  background: var(--kf-list-surface);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.kf-match-card-v2--compact:hover {
  border-color: var(--kf-list-hover);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(11, 46, 31, 0.14);
}

.kf-match-card-v2--compact .kf-card-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  grid-column: 1;
}

.kf-match-card-v2__compact-team {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.kf-match-card-v2__compact-team--away {
  justify-content: flex-end;
  text-align: right;
}

.kf-match-card-v2__compact-team--away .kf-match-card-v2__flag {
  order: 2;
}

.kf-match-card-v2__compact-team strong {
  color: var(--kf-list-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.kf-match-card-v2__compact-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}

.kf-match-card-v2__compact-center span {
  color: var(--kf-list-muted);
  font-size: 13px;
  line-height: 1.2;
}

.kf-match-card-v2__compact-center strong {
  color: var(--kf-list-text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.kf-match-card-v2__flag--small.kf-flag-container {
  width: 32px;
  height: 32px;
  border: 0;
}

.kf-match-card-v2__list-ticket-btn {
  min-height: 24px;
  padding: 6px 14px;
  border-radius: 4px;
  background: var(--kf-list-button);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
}

.kf-match-card-v2__list-ticket-btn:hover {
  background: #145643;
}

.kf-city-detail .kf-city-stat {
  padding: 16px 14px;
}

.kf-city-detail .kf-city-transport-card {
  padding: 18px 20px;
}

.kf-city-detail .kf-city-stay-card {
  padding: 20px 22px;
}

.kf-city-detail .kf-match-card-v2--compact {
  min-height: 0;
  padding: 14px 18px;
}

.kf-city-detail .kf-match-card-v2--compact .kf-card-link {
  min-height: 0;
  padding: 0;
}

.kf-city-detail .kf-match-card-v2__action {
  padding-left: 14px;
}

.kf-city-detail .kf-match-card-v2__compact-team strong {
  padding: 0;
}

@media (max-width: 921px) {
  .kf-team-detail .kf-inner-shell,
  .kf-player-detail .kf-inner-shell,
  .kf-city-detail .kf-inner-shell,
  .kf-match-detail .kf-inner-shell,
  .kf-teams-archive .kf-inner-shell,
  .kf-players-archive .kf-inner-shell,
  .kf-cities-archive .kf-inner-shell,
  .kf-schedule-page .kf-inner-shell {
    max-width: 100vw;
    padding: 32px 16px 72px;
    overflow: hidden;
  }

  .kf-team-hero,
  .kf-match-detail .kf-match-hero__teams,
  .kf-match-comparison,
  .kf-social-share,
  .kf-cta-banner {
    grid-template-columns: 1fr;
  }

  .kf-social-share,
  .kf-cta-banner {
    display: grid;
  }

  .kf-social-share__buttons {
    justify-content: stretch;
  }

  .kf-social-share__button {
    flex: 1 1 160px;
  }

  .kf-ticket-choice-group--cta {
    justify-content: stretch;
  }

  .kf-team-detail__layout {
    grid-template-columns: 1fr;
  }

  .kf-city-detail__layout {
    grid-template-columns: 1fr;
  }

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

  .kf-match-card-v2--full {
    padding: 16px 18px;
  }

  .kf-match-card-v2__body {
    grid-template-columns: minmax(92px, 1fr) minmax(0, 1fr) minmax(92px, 1fr);
    gap: 14px;
  }

  .kf-match-card-v2__flag.kf-flag-container,
  .kf-match-card-v2__placeholder {
    width: 44px;
    height: 44px;
  }

  .kf-match-card-v2__team strong {
    font-size: 13px;
  }

  .kf-match-card-v2__timebox {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .kf-team-detail,
  .kf-player-detail,
  .kf-city-detail,
  .kf-match-detail,
  .kf-teams-archive,
  .kf-players-archive,
  .kf-cities-archive,
  .kf-schedule-page {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .kf-team-detail h1,
  .kf-player-detail h1,
  .kf-city-detail h1,
  .kf-match-detail h1,
  .kf-teams-archive h1,
  .kf-players-archive h1,
  .kf-cities-archive h1,
  .kf-schedule-page h1 {
    max-width: 100%;
    font-size: clamp(30px, 10vw, 42px);
    line-height: 1.02;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
  }

  .kf-teams-archive h1,
  .kf-players-archive h1,
  .kf-schedule-page h1 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .kf-schedule-page h1 {
    font-size: clamp(28px, 8vw, 36px);
    max-width: calc(100vw - 72px);
  }

  .kf-filter-bar {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .kf-filter-bar button {
    flex: 0 0 auto;
  }

  .kf-card-grid,
  .kf-card-grid--teams,
  .kf-card-grid--players,
  .kf-card-grid--cities,
  .kf-player-grid {
    grid-template-columns: 1fr;
  }

  .kf-standings-table th,
  .kf-standings-table td {
    padding: 12px;
  }

  .kf-team-hero,
  .kf-city-hero__content,
  .kf-social-share,
  .kf-cta-banner {
    padding: 24px;
  }

  .kf-city-hero {
    min-height: 320px;
  }

  .kf-city-hero__decor {
    font-size: 48px;
    letter-spacing: 8px;
  }

  .kf-city-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kf-city-transport-grid {
    grid-template-columns: 1fr;
  }

  .kf-city-data-table div {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .kf-schedule-page .kf-faq-question {
    padding: 20px 64px 20px 20px;
    font-size: 18px;
  }

  .kf-schedule-page .kf-faq-question::after {
    right: 20px;
  }

  .kf-schedule-page .kf-faq-answer {
    padding: 0 20px 20px;
  }

  .kf-match-detail .kf-match-hero .kf-inner-shell {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .kf-match-countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kf-button {
    width: 100%;
  }

  .kf-ticket-choice-group {
    flex-direction: column;
  }

  .kf-ticket-choice {
    min-width: 0;
    width: 100%;
  }

  .kf-team-detail__hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .kf-team-next-match__teams {
    grid-template-columns: 1fr;
  }

  .kf-team-next-match__countdown {
    flex-wrap: wrap;
  }

  .kf-team-next-match__tickets {
    flex-direction: column;
  }

  .kf-match-card-v2__compact-team strong {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  body.single-host_city .site-header .custom-logo-link img,
  body.single-host_city .site-header .site-logo-img,
  body.single-sp_event .site-header .custom-logo-link img,
  body.single-sp_event .site-header .site-logo-img,
  body.single-sp_player .site-header .custom-logo-link img,
  body.single-sp_player .site-header .site-logo-img {
    filter: brightness(0) !important;
  }

  body.page-id-7 .site-content > .ast-container,
  body.page-id-8 .site-content > .ast-container,
  body.page-id-9 .site-content > .ast-container,
  body.page-template-template-schedule .site-content > .ast-container,
  body.post-type-archive-sp_player .site-content > .ast-container,
  body.post-type-archive-sp_team .site-content > .ast-container {
    max-width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .kf-schedule-page,
  .kf-players-archive,
  .kf-teams-archive {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden;
  }

  .kf-schedule-page .kf-inner-shell,
  .kf-players-archive .kf-inner-shell,
  .kf-teams-archive .kf-inner-shell {
    width: 100%;
    max-width: 100%;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .kf-schedule-page .kf-filter-bar,
  .kf-players-archive .kf-filter-bar,
  .kf-teams-archive .kf-filter-bar {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 8px;
    overflow-x: visible;
    overflow-y: visible;
  }

  .kf-schedule-page .kf-filter-bar button,
  .kf-players-archive .kf-filter-bar button,
  .kf-teams-archive .kf-filter-bar button {
    flex: 0 0 auto;
    flex-shrink: 0;
    padding: 7px 14px;
    font-size: 13px;
  }

  .kf-player-stats {
    flex-wrap: wrap;
  }

  .kf-player-stats__item {
    flex: 0 0 50%;
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .kf-player-stats__item:nth-child(2n) {
    border-left: 1px solid #eee;
  }

  .kf-player-stats__item:last-child,
  .kf-player-stats__item:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }

  .kf-player-stats__value {
    font-size: 16px;
  }

  .kf-player-stats__label {
    font-size: 10px;
  }

  .kf-match-detail .kf-match-hero__teams {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .kf-match-detail .kf-match-hero__vs {
    position: static;
    transform: none;
    margin: 0 auto;
    text-align: center;
  }

  .kf-match-detail .kf-match-hero__team,
  .kf-match-detail .kf-match-hero__team-link {
    align-items: center;
    text-align: center;
  }

  .kf-match-card-v2--full {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 16px;
  }

  .kf-match-card-v2__action {
    padding-left: 0;
  }

  .kf-match-card-v2__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .kf-match-card-v2__team,
  .kf-match-card-v2__compact-team {
    align-items: center;
    min-height: 48px;
  }

  .kf-match-card-v2__body > .kf-match-card-v2__team:first-child,
  .kf-match-card-v2__body > .kf-match-card-v2__team:last-child {
    flex: 0 1 auto;
    align-items: center;
  }

  .kf-match-card-v2__body > .kf-match-card-v2__team:first-child {
    flex-direction: row;
  }

  .kf-match-card-v2__body > .kf-match-card-v2__team:last-child {
    flex-direction: row-reverse;
  }

  .kf-match-card-v2__body > .kf-match-card-v2__team:first-child strong,
  .kf-match-card-v2__body > .kf-match-card-v2__team:last-child strong,
  .kf-match-card-v2__compact-team strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    white-space: nowrap;
  }

  .kf-match-card-v2__body::before {
    content: "";
    order: 1;
    grid-column: 1 / -1;
  }

  .kf-match-card-v2__body > .kf-match-card-v2__team:first-child {
    order: 0;
  }

  .kf-match-card-v2__body > .kf-match-card-v2__team:last-child {
    order: 2;
  }

  .kf-match-card-v2__center {
    order: 3;
    width: auto;
    gap: 4px;
  }

  .kf-match-card-v2__body {
    position: relative;
  }

  .kf-match-card-v2__body > .kf-match-card-v2__team:first-child,
  .kf-match-card-v2__body > .kf-match-card-v2__team:last-child,
  .kf-match-card-v2__center {
    width: 100%;
  }

  .kf-match-card-v2__body > .kf-match-card-v2__team:first-child,
  .kf-match-card-v2__body > .kf-match-card-v2__team:last-child {
    justify-content: center;
    gap: 12px;
  }

  .kf-match-card-v2__body > .kf-match-card-v2__team:first-child {
    padding-right: calc(50% + 8px);
  }

  .kf-match-card-v2__body > .kf-match-card-v2__team:last-child {
    margin-top: -38px;
    padding-left: calc(50% + 8px);
  }

  .kf-match-card-v2__body::after {
    content: "vs";
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--kf-card-text-secondary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .kf-match-card-v2__flag.kf-flag-container,
  .kf-match-card-v2__placeholder {
    width: 28px;
    height: 28px;
  }

  .kf-match-card-v2__team strong {
    font-size: 13px;
  }

  .kf-match-card-v2__timebox {
    font-size: 15px;
  }

  .kf-match-card-v2__local-time,
  .kf-match-card-v2__venue {
    font-size: 10px;
    text-align: center;
  }

  .kf-match-card-v2__venue {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .kf-match-card-v2--compact {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 8px;
    padding: 10px 12px;
  }

  .kf-match-card-v2--compact .kf-card-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px 12px;
    align-items: center;
  }

  .kf-match-card-v2__compact-team {
    min-width: 0;
  }

  .kf-match-card-v2__compact-team--away {
    justify-content: flex-end;
  }

  .kf-match-card-v2__compact-center {
    order: 3;
    grid-column: 1 / 2;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    min-width: 0;
  }

  .kf-match-card-v2__compact-center span,
  .kf-match-card-v2__compact-center strong {
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .kf-match-card-v2__compact-center strong {
    font-weight: 600;
  }

  .kf-match-card-v2__flag--small.kf-flag-container {
    width: 24px;
    height: 24px;
  }

  .kf-match-card-v2__compact-team strong {
    font-size: 13px;
  }

  .kf-match-card-v2__list-ticket-btn {
    min-height: 0;
    padding: 5px 12px;
    font-size: 10px;
  }

  .kf-match-card-v2__action {
    order: 4;
    margin-left: auto;
    align-self: end;
  }

  .kf-match-list .kf-match-card-v2--compact + .kf-match-card-v2--compact {
    margin-top: 6px;
  }

  .kf-match-card-v2__body > .kf-match-card-v2__team:first-child {
    flex-direction: row !important;
    align-items: center;
  }

  .kf-match-card-v2__body > .kf-match-card-v2__team:last-child {
    flex-direction: row-reverse !important;
    align-items: center;
  }

  .kf-match-card-v2__compact-team {
    flex-direction: row;
    align-items: center;
  }

  .kf-match-card-v2__compact-team--away {
    flex-direction: row-reverse;
    align-items: center;
  }

  .kf-match-card-v2__compact-team--away .kf-match-card-v2__flag {
    order: 0;
  }

  .kf-match-card-v2__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px 12px;
    align-items: center;
    position: relative;
  }

  .kf-match-card-v2__body::before {
    content: none;
    display: none;
  }

  .kf-match-card-v2__body > .kf-match-card-v2__team:first-child {
    grid-column: 1;
    grid-row: 1;
    width: auto;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
  }

  .kf-match-card-v2__body > .kf-match-card-v2__team:last-child {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
  }

  .kf-match-card-v2__center {
    grid-column: 1 / -1;
    grid-row: 2;
    order: 0;
    width: 100%;
  }
}
