:root {
  --app-width: 390px;
  --app-max-width: 430px;
  --text: #fff;
  --muted: rgba(255, 255, 255, .78);
  --soft: rgba(255, 255, 255, .62);
  --dark-glass: rgba(36, 30, 27, .56);
  --card-radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  --page-bg-fallback: #8f463f;
  --page-bg-top: var(--page-bg-fallback);
  --page-bg-bottom: var(--page-bg-fallback);
  min-height: 100%;
  background-color: var(--page-bg-top);
  background-image: linear-gradient(to bottom, var(--page-bg-top), var(--page-bg-bottom));
}

body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  color: var(--text);
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  background-color: var(--page-bg-bottom);
  background-image: linear-gradient(to bottom, var(--page-bg-top), var(--page-bg-bottom));
}

.fixed-photo-bg {
  position: fixed;
  inset: 0 auto 0 50%;
  z-index: 0;
  width: min(100vw, var(--app-max-width));
  transform: translateX(-50%);
  pointer-events: none;
  overflow: hidden;
  background: var(--page-bg-fallback);
}

html.page-qatar,
body.page-qatar {
  --page-bg-fallback: #0137a4;
  --page-bg-top: #0137a4;
  --page-bg-bottom: #0137a4;
}

html.page-players,
body.page-players {
  --page-bg-fallback: #0137a4;
  --page-bg-top: #0137a4;
  --page-bg-bottom: #0137a4;
}

html.page-equipos,
body.page-equipos {
  --page-bg-fallback: #0137a4;
  --page-bg-top: #0137a4;
  --page-bg-bottom: #0137a4;
}

html.page-goals,
body.page-goals {
  --page-bg-fallback: #0137a4;
  --page-bg-top: #0137a4;
  --page-bg-bottom: #0137a4;
}

html.page-bookings,
body.page-bookings {
  --page-bg-fallback: #0137a4;
  --page-bg-top: #0137a4;
  --page-bg-bottom: #0137a4;
}

@media (min-width: 431px) {
  body {
    background:
      linear-gradient(90deg, #080808, #1f1f1f 18%, #0d0d0d 50%, #202020 82%, #080808);
  }
}

.fixed-photo-bg img {
  width: 100%;
  height: 100dvh;
  min-height: 100vh;
  display: block;
  object-fit: cover;
  object-position: center top;
}

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

.phone-shell {
  position: relative;
  z-index: 1;
  width: min(100vw, var(--app-max-width));
  min-height: 100vh;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 0 80px rgba(0, 0, 0, .55);
}

body.page-partidos {
  display: block;
}

body.page-partidos .phone-shell {
  margin: 0 auto;
  overflow: visible;
}

.app-screen {
  position: relative;
  min-height: 100vh;
  padding: 55px 22px 105px;
  background: transparent;
}

.screen-tint {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.app-screen > :not(.screen-tint) {
  position: relative;
  z-index: 1;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 19px, 0);
  transition:
    opacity 760ms cubic-bezier(.22, .8, .2, 1),
    transform 590ms cubic-bezier(.22, .8, .2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.reveal-ready .goal-scorer[data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

.reveal-ready .goal-scorer[data-reveal]::before,
.reveal-ready .goal-scorer[data-reveal] > * {
  opacity: 0;
  transition: opacity 760ms cubic-bezier(.22, .8, .2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-ready .goal-scorer[data-reveal].is-visible::before,
.reveal-ready .goal-scorer[data-reveal].is-visible > * {
  opacity: 1;
}

.reveal-ready .booking-player[data-reveal],
.reveal-ready .booking-total[data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

.reveal-ready .booking-player[data-reveal]::before,
.reveal-ready .booking-player[data-reveal] > *,
.reveal-ready .booking-total[data-reveal]::before,
.reveal-ready .booking-total[data-reveal] > * {
  opacity: 0;
  transition: opacity 760ms cubic-bezier(.22, .8, .2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-ready .booking-player[data-reveal].is-visible::before,
.reveal-ready .booking-player[data-reveal].is-visible > *,
.reveal-ready .booking-total[data-reveal].is-visible::before,
.reveal-ready .booking-total[data-reveal].is-visible > * {
  opacity: 1;
}

body.page-partidos .hero.is-visible,
body.page-partidos .matches-reveal-final.is-visible,
body.page-partidos .matches-reveal-third.is-visible,
body.page-partidos .matches-reveal-ad.is-visible {
  opacity: 1;
  transform: none;
}

body.page-partidos .hero,
body.page-partidos .matches-reveal-final,
body.page-partidos .matches-reveal-third,
body.page-partidos .matches-reveal-ad {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

body.page-players .players-hero,
body.page-players .squad-list > .squad-player:nth-child(-n+4) {
  transform: translate3d(0, 18px, 0);
  transition:
    transform 320ms cubic-bezier(.22, .8, .2, 1);
  will-change: transform;
}

body.page-players .players-hero.is-visible,
body.page-players .squad-list > .squad-player:nth-child(-n+4).is-visible {
  transform: none;
}

body.page-players .players-hero {
  opacity: 0;
  transition:
    opacity 460ms cubic-bezier(.22, .8, .2, 1),
    transform 320ms cubic-bezier(.22, .8, .2, 1);
  will-change: opacity, transform;
}

body.page-players .players-hero.is-visible {
  opacity: 1;
  transform: none;
}

body.page-players .squad-list > .squad-player:nth-child(-n+4) .squad-player__acrylic {
  opacity: .001;
  transform: translateZ(0);
  transition: opacity 460ms cubic-bezier(.22, .8, .2, 1);
  will-change: opacity;
}

body.page-players .squad-list > .squad-player:nth-child(-n+4) > :not(.squad-player__acrylic) {
  opacity: 0;
  transition: opacity 460ms cubic-bezier(.22, .8, .2, 1);
  will-change: opacity;
}

body.page-players .squad-list > .squad-player:nth-child(-n+4).is-visible .squad-player__acrylic,
body.page-players .squad-list > .squad-player:nth-child(-n+4).is-visible > :not(.squad-player__acrylic) {
  opacity: 1;
}

body.page-equipos .players-hero,
body.page-equipos .squad-list > .squad-player:nth-of-type(-n+4) {
  transform: translate3d(0, 18px, 0);
  transition:
    transform 320ms cubic-bezier(.22, .8, .2, 1);
  will-change: transform;
}

body.page-equipos .players-hero.is-visible,
body.page-equipos .squad-list > .squad-player:nth-of-type(-n+4).is-visible {
  transform: none;
}

body.page-equipos .players-hero {
  opacity: 0;
  transition:
    opacity 460ms cubic-bezier(.22, .8, .2, 1),
    transform 320ms cubic-bezier(.22, .8, .2, 1);
  will-change: opacity, transform;
}

body.page-equipos .players-hero.is-visible {
  opacity: 1;
  transform: none;
}

body.page-equipos .squad-list > .squad-player:nth-of-type(-n+4) .squad-player__acrylic {
  opacity: .001;
  transform: translateZ(0);
  transition: opacity 460ms cubic-bezier(.22, .8, .2, 1);
  will-change: opacity;
}

body.page-equipos .squad-list > .squad-player:nth-of-type(-n+4) > :not(.squad-player__acrylic) {
  opacity: 0;
  transition: opacity 460ms cubic-bezier(.22, .8, .2, 1);
  will-change: opacity;
}

body.page-equipos .squad-list > .squad-player:nth-of-type(-n+4).is-visible .squad-player__acrylic,
body.page-equipos .squad-list > .squad-player:nth-of-type(-n+4).is-visible > :not(.squad-player__acrylic) {
  opacity: 1;
}

body.page-equipos .squad-player__info {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: start;
  transform: translate(5px, 13px);
}

body.page-equipos .squad-player__info strong {
  font-size: 16px;
}

body.page-equipos .squad-player__info small {
  margin-top: 5px;
  font-size: 14px;
}

.squad-team .squad-player__info {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: start;
  transform: translate(5px, 13px);
}

.squad-team .squad-player__info strong {
  font-size: 16px;
}

.squad-team .squad-player__info small {
  margin-top: 5px;
  font-size: 14px;
}

body.page-goals .goals-hero,
body.page-goals .goals-list > .goal-scorer:nth-of-type(-n+3),
body.page-goals .goals-list > .pub_part_small_1:first-of-type {
  transform: translate3d(0, 18px, 0);
  transition:
    transform 320ms cubic-bezier(.22, .8, .2, 1);
  will-change: transform;
}

body.page-goals .goals-hero.is-visible,
body.page-goals .goals-list > .goal-scorer:nth-of-type(-n+3).is-visible,
body.page-goals .goals-list > .pub_part_small_1:first-of-type.is-visible {
  transform: none;
}

body.page-goals .goals-hero,
body.page-goals .goals-list > .pub_part_small_1:first-of-type {
  opacity: 0;
  transition:
    opacity 460ms cubic-bezier(.22, .8, .2, 1),
    transform 320ms cubic-bezier(.22, .8, .2, 1);
  will-change: opacity, transform;
}

body.page-goals .goals-hero.is-visible,
body.page-goals .goals-list > .pub_part_small_1:first-of-type.is-visible {
  opacity: 1;
}

body.page-goals .goals-list > .goal-scorer:nth-of-type(-n+3)::before,
body.page-goals .goals-list > .goal-scorer:nth-of-type(-n+3) .goal-scorer__acrylic {
  opacity: .001;
  transform: translateZ(0);
  transition: opacity 460ms cubic-bezier(.22, .8, .2, 1);
  will-change: opacity;
}

body.page-goals .goals-list > .goal-scorer:nth-of-type(-n+3) > :not(.goal-scorer__acrylic) {
  opacity: 0;
  transition: opacity 460ms cubic-bezier(.22, .8, .2, 1);
  will-change: opacity;
}

body.page-goals .goals-list > .goal-scorer:nth-of-type(-n+3).is-visible::before,
body.page-goals .goals-list > .goal-scorer:nth-of-type(-n+3).is-visible .goal-scorer__acrylic,
body.page-goals .goals-list > .goal-scorer:nth-of-type(-n+3).is-visible > :not(.goal-scorer__acrylic) {
  opacity: 1;
}

body.page-bookings .bookings-hero,
body.page-bookings .bookings-list > article:nth-of-type(-n+5),
body.page-bookings .bookings-list > .pub_part_small_1:first-of-type {
  transform: translate3d(0, 18px, 0);
  transition:
    transform 320ms cubic-bezier(.22, .8, .2, 1);
  will-change: transform;
}

body.page-bookings .bookings-hero.is-visible,
body.page-bookings .bookings-list > article:nth-of-type(-n+5).is-visible,
body.page-bookings .bookings-list > .pub_part_small_1:first-of-type.is-visible {
  transform: none;
}

body.page-bookings .bookings-hero,
body.page-bookings .bookings-list > .pub_part_small_1:first-of-type {
  opacity: 0;
  transition:
    opacity 460ms cubic-bezier(.22, .8, .2, 1),
    transform 320ms cubic-bezier(.22, .8, .2, 1);
  will-change: opacity, transform;
}

body.page-bookings .bookings-hero.is-visible,
body.page-bookings .bookings-list > .pub_part_small_1:first-of-type.is-visible {
  opacity: 1;
}

body.page-bookings .bookings-list > article:nth-of-type(-n+5)::before,
body.page-bookings .bookings-list > article:nth-of-type(-n+5) .booking-player__acrylic {
  opacity: .001;
  transform: translateZ(0);
  transition: opacity 460ms cubic-bezier(.22, .8, .2, 1);
  will-change: opacity;
}

body.page-bookings .bookings-list > article:nth-of-type(-n+5) > :not(.booking-player__acrylic) {
  opacity: 0;
  transition: opacity 460ms cubic-bezier(.22, .8, .2, 1);
  will-change: opacity;
}

body.page-bookings .bookings-list > article:nth-of-type(-n+5).is-visible::before,
body.page-bookings .bookings-list > article:nth-of-type(-n+5).is-visible .booking-player__acrylic,
body.page-bookings .bookings-list > article:nth-of-type(-n+5).is-visible > :not(.booking-player__acrylic) {
  opacity: 1;
}

.hero {
  display: grid;
  justify-items: center;
  margin-bottom: 20px;
  text-align: center;
}

.country-emblem {
  position: relative;
  width: 92px;
  height: 92px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 1);
  background: transparent;
  box-shadow:
    0 5px 14px rgba(0, 0, 0, .22);
  overflow: visible;
}

.country-emblem::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 3px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  pointer-events: none;
}

.country-emblem img,
.player-orb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.club img {
  width: auto !important;
  height: 74px !important;
  max-width: 74px;
  max-height: 74px;
  object-fit: contain;
  display: block;
}

.country-emblem img {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}

.stars {
  margin-top: 14px;
  color: #ffb713;
  font-size: 17px;
  line-height: 1;
  word-spacing: 2px;
}

h1 {
  margin: 6px 0 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}

.hero p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px 18px;
}

body.page-qatar .players-hero,
body.page-qatar .feature-grid > a,
body.page-qatar .fixture-footer-brand {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 460ms cubic-bezier(.22, .8, .2, 1),
    transform 320ms cubic-bezier(.22, .8, .2, 1);
}

body.page-qatar .players-hero.is-visible,
body.page-qatar .feature-grid > a.is-visible,
body.page-qatar .fixture-footer-brand.is-visible {
  opacity: 1;
  transform: none;
}

body.page-partidos .fixture-footer-brand {
  opacity: 1;
  transform: none;
}

.feature-card,
.small-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  color: #fff;
  box-shadow: 0 14px 20px rgba(0, 0, 0, .18);
}

.feature-card {
  aspect-ratio: 1 / 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 25px 15px 18px;
  border-radius: 28px;
}

.feature-card::after,
.small-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .22), transparent 38%),
    linear-gradient(0deg, rgba(20, 0, 0, .45), rgba(255, 255, 255, .02));
}

.champion {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-color: rgba(255, 255, 255, .13);
  align-items: center;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08)),
    rgba(255, 255, 255, .10);
  backdrop-filter: blur(13px);
  box-shadow:
    0 14px 20px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(255, 255, 255, .06);
}

.champion::before {
  content: "";
  position: absolute;
  inset: 9px 8px 8px 9px;
  z-index: -1;
  border-radius: 21px;
  background:
    linear-gradient(180deg, rgba(75, 71, 60, .58), rgba(42, 0, 5, .72)),
    rgba(0, 0, 0, .44);
}

.champion::after {
  inset: 9px 8px 8px 9px;
  border-radius: 21px;
  background:
    linear-gradient(152deg, rgba(255, 255, 255, .08), transparent 34%),
    linear-gradient(0deg, rgba(102, 0, 8, .22), transparent 58%);
}

.player-orb {
  width: 67px;
  height: 67px;
  margin-top: 4px;
  margin-bottom: 11px;
  padding: 0;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .36);
  background: transparent;
  box-shadow:
    0 7px 12px rgba(0, 0, 0, .20);
}

.player-orb img {
  border-radius: 50%;
}

.feature-copy,
.data-clone-copy {
  display: grid;
  justify-items: center;
  gap: 5px;
  transform: none;
}

.feature-copy strong,
.data-clone-copy strong {
  margin-top: 1px;
  font-size: 14px;
  line-height: 1.05;
  font-weight: 400;
}

.feature-copy small,
.data-clone-copy small {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.05;
  font-weight: 300;
}

.data-card-clone {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transform: translateX(-2px);
  border-color: rgba(255, 255, 255, .13);
  align-items: center;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08)),
    rgba(255, 255, 255, .10);
  backdrop-filter: blur(13px);
  box-shadow:
    0 14px 20px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(255, 255, 255, .06);
}

.data-clone-copy {
  position: absolute;
  left: 30px;
  right: 16px;
  top: auto;
  bottom: 8px;
  z-index: 2;
  width: auto;
  height: calc(37% + 11px);
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border: 0;
  background: transparent;
  padding-left: 0;
  margin-top: 0;
  text-align: left;
}

.data-clone-copy strong,
.data-clone-copy small {
  display: block;
  width: 100%;
}

.data-clone-copy strong {
  margin-top: 0;
}

.data-clone-copy small {
  margin-top: 0;
}

.data-card-clone::before {
  content: "";
  position: absolute;
  inset: 9px 9px 8px 8px;
  z-index: -1;
  border-radius: 21px;
  background:
    linear-gradient(180deg, rgba(3, 10, 35, .08), rgba(12, 13, 51, .20)),
    url("../../../img/texturas/card-blue.jpg") center / cover no-repeat;
}

.data-card-clone::after {
  inset: 9px 9px 8px 8px;
  border-radius: 21px;
  background:
    linear-gradient(180deg, rgba(9, 13, 31, .02), rgba(5, 7, 22, .48) 62%, rgba(6, 7, 22, .62));
}

.data-folder-shape {
  position: absolute;
  left: 8px;
  right: 9px;
  bottom: 8px;
  width: calc(100% - 17px);
  height: auto;
  aspect-ratio: 144 / 89;
  object-fit: contain;
  z-index: 1;
  display: block;
  opacity: .20;
  filter: brightness(0) saturate(1) drop-shadow(0 -1px 0 rgba(255, 255, 255, .035));
  pointer-events: none;
}

.data-clone-orb {
  align-self: flex-start;
  width: 36px;
  height: 36px;
  margin-top: 0;
  margin-left: 14px;
  margin-bottom: 39px;
  padding: 0;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, .36);
  background: transparent;
  box-shadow:
    0 7px 12px rgba(0, 0, 0, .20);
}

.data-clone-orb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.small-card {
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08)),
    rgba(255, 255, 255, .10);
  backdrop-filter: blur(13px);
  box-shadow:
    0 14px 20px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(255, 255, 255, .06);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.wide-card {
  grid-column: 1 / -1;
}

.match-button {
  overflow: visible;
  border-color: rgba(255, 255, 255, .13);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08)),
    rgba(255, 255, 255, .10);
  backdrop-filter: blur(13px);
  box-shadow:
    8px 10px 18px rgba(0, 0, 0, .32),
    0 14px 20px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(255, 255, 255, .06);
}

.match-button > span {
  position: relative;
  z-index: 2;
  font-size: 19px;
}

.match-button__crest {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: auto;
  height: 62px;
  max-width: 62px;
  object-fit: contain;
  pointer-events: none;
}

.match-button__crest--left {
  left: 27px;
  transform: translateY(-50%);
}

.match-button__crest--right {
  right: 27px;
  transform: translateY(-50%);
}

.small-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: -1;
  border-radius: 18px;
  background: var(--button-bg) center / cover no-repeat;
}

.small-card::after {
  inset: 8px;
  z-index: -1;
  border-radius: 18px;
  background: rgba(0, 0, 0, .40);
  backdrop-filter: blur(1px);
}

.fixture,
.standings,
.stadiums,
.teams {
  width: calc(100% + 2px);
  border-radius: 28px;
}

.match-button {
  border-radius: 999px;
}

.fixture::before,
.fixture::after,
.standings::before,
.standings::after,
.stadiums::before,
.stadiums::after,
.teams::before,
.teams::after {
  border-radius: 21px;
}

.fixture::before,
.fixture::after {
  inset: 9px 8px;
}

.standings::before,
.standings::after,
.stadiums::before,
.stadiums::after,
.teams::before,
.teams::after {
  inset: 9px 8px;
}

.match-button::before,
.match-button::after {
  content: none;
}

.fixture,
.standings {
  transform: translateX(-2px);
}

.fixture {
  --button-bg: url("../../../img/texturas/card-wave.jpg");
}

.standings {
  --button-bg: url("../../../img/texturas/card-purple.jpg");
}

.stadiums {
  --button-bg: url("../../../img/texturas/grass.jpg");
}

.teams {
  --button-bg: url("../../../img/texturas/black-stone.jpg");
}

.separador-20 {
  height: 20px;
}

.separador-5 {
  height: 5px;
}

.separador-10 {
  height: 10px;
}

.separador-15 {
  height: 15px;
}

.separador-25 {
  height: 25px;
}

.separador-30 {
  height: 30px;
}

.separador-35 {
  height: 35px;
}

.separador-40 {
  height: 40px;
}

.separador-50 {
  height: 50px;
}

.matches {
  margin-top: 24px;
  text-align: center;
}

.match-block-partidos {
  margin-top: 22px;
  margin-bottom: 22px;
}

.match-block-partido-simple {
  margin-top: 20px;
  padding-top: 20px;
}

.matches h2 {
  margin: -5px 0 11px;
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  transform: translateY(-3px);
}

.match-title-compact {
  font-size: 13px !important;
  transform: translateY(-2px);
}

.titular {
  position: relative;
  width: 100%;
  margin: 26px 0 28px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08)),
    rgba(255, 255, 255, .10);
  backdrop-filter: blur(13px);
  box-shadow:
    0 14px 20px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(255, 255, 255, .06);
}

.titular::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: -1;
  border-radius: 21px;
  background: rgba(45, 61, 71, .92);
  box-shadow: 0 10px 18px rgba(0, 0, 0, .28);
}

.titular__texto {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  padding: 19px 12px 13px;
  font-size: 14px !important;
  line-height: 1;
  font-weight: 400;
  transform: translateY(0);
}

.titular__texto span {
  font-weight: 700;
}

.match-title-final {
  margin-bottom: 16px !important;
}

.match-row {
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: calc(100% + 22px);
  height: 84px;
  margin: -11px;
  padding: 11px;
  display: grid;
  grid-template-columns: 58px 60px 1fr 60px 58px;
  align-items: center;
  color: #26303a;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 40px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08)),
    rgba(255, 255, 255, .10);
  backdrop-filter: blur(13px);
  box-shadow:
    0 14px 20px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(255, 255, 255, .06);
}

.match-row::before {
  content: "";
  position: absolute;
  inset: 11px 10px 11px 11px;
  z-index: -1;
  border-radius: 32px;
  background: rgba(243, 244, 241, .92);
}

.match-row.final {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.match-row.final::after {
  content: "";
  position: absolute;
  inset: 0 0 1px 0;
  z-index: -2;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 40px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08)),
    rgba(255, 255, 255, .10);
  backdrop-filter: blur(13px);
  box-shadow:
    0 14px 20px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(255, 255, 255, .06);
  pointer-events: none;
}

.third {
  margin-top: 5px;
  color: #f6f8fb;
}

.partido,
.eliminatorias {
  color: #fff;
}

.third::before,
.partido::before,
.eliminatorias::before {
  background: rgba(45, 61, 71, .92);
}

.partido .match-info span,
.eliminatorias .match-info span {
  color: rgba(255, 255, 255, .72);
}

.score {
  display: grid;
  place-items: center;
  height: 100%;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  transform: translateY(-4px);
}

.score--nudge-right {
  transform: translate(1px, -4px);
}

.partido .left-score {
  transform: translate(1px, -4px);
}

.club {
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
  justify-self: center;
  z-index: 2;
  background: transparent;
  margin-top: -24px;
}

.left-club {
  transform: translate(-1px, 9px);
}

.right-club {
  transform: translate(1px, 9px);
}

.match-info {
  min-width: 0;
  padding: 0 4px;
  text-align: center;
  transform: translateY(-2px);
}

.match-info strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
}

.match-info span {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(38, 48, 58, .72);
  font-size: 11px;
  line-height: 1.15;
  font-weight: 400;
}

.third .match-info span {
  color: rgba(255,255,255,.72);
}

.match-caption,
.penalties {
  display: grid;
  grid-template-columns: 58px 60px 1fr 60px 58px;
  align-items: center;
  margin-top: 5px;
  padding: 0;
}

.match-caption {
  transform: translateY(10px);
}

body.page-worldcup-2026 .match-caption {
  grid-template-columns: 28px minmax(118px, 1fr) 34px minmax(118px, 1fr) 28px;
}

.match-caption span {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

body.page-worldcup-2026 .match-caption span {
  font-size: 10px;
  line-height: 1;
}

.match-caption span:first-child {
  grid-column: 2;
  justify-self: center;
  width: max-content;
  transform: translateX(-1px);
}

.match-caption span:last-child {
  grid-column: 4;
  justify-self: center;
  width: max-content;
  transform: translateX(1px);
}

body.page-worldcup-2026 .match-caption span:first-child,
body.page-worldcup-2026 .match-caption span:last-child {
  width: 100%;
  white-space: nowrap;
  overflow-wrap: normal;
}

.match-link {
  grid-column: 3;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.penalties {
  margin-top: 8px;
  margin-bottom: -25px;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 255, 255, .72);
}

.penalties span:first-child {
  grid-column: 2;
  transform: translateX(-1px);
}

.penalties span:last-child {
  grid-column: 4;
  transform: translateX(1px);
}

.pub_part_small_1 {
  margin: 60px 0;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08)),
    rgba(255, 255, 255, .10);
  backdrop-filter: blur(13px);
  box-shadow:
    0 14px 20px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(255, 255, 255, .06);
}

.pub_part_small_1__inner {
  display: block;
  overflow: hidden;
  margin: 10px;
  border-radius: 21px;
  color: #fff;
  background:
    linear-gradient(180deg, transparent 0 1px, rgba(0, 0, 0, 0) 1px 48%, rgba(0, 0, 0, .82) 100%),
    linear-gradient(180deg, transparent 0 1px, rgba(0, 0, 0, .36) 1px 100%);
}

.pub_part_small_1__image_link {
  display: block;
  aspect-ratio: 1.45 / 1;
  overflow: hidden;
  transform: translateY(1px);
}

.pub_part_small_1__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
}

.pub_part_small_1__info {
  padding: 15px 18px 18px;
  text-align: left;
}

.pub_part_small_1__title {
  display: block;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.pub_part_small_1__url {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}

.pub_part_big_1 {
  margin: 60px 0;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08)),
    rgba(255, 255, 255, .10);
  backdrop-filter: blur(13px);
  box-shadow:
    0 14px 20px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(255, 255, 255, .06);
}

.pub_part_big_1__inner {
  display: block;
  overflow: hidden;
  margin: 10px;
  border-radius: 21px;
  color: #fff;
  background:
    linear-gradient(180deg, transparent 0 1px, rgba(0, 0, 0, 0) 1px 48%, rgba(0, 0, 0, .82) 100%),
    linear-gradient(180deg, transparent 0 1px, rgba(0, 0, 0, .36) 1px 100%);
}

.pub_part_big_1__image_link {
  display: block;
  aspect-ratio: 1.45 / 2;
  overflow: hidden;
  transform: translateY(1px);
}

.pub_part_big_1__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
}

.pub_part_big_1__info {
  padding: 15px 18px 18px;
  text-align: left;
}

.pub_part_big_1__title {
  display: block;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.pub_part_big_1__url {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}

.matches > .pub_part_big_1:last-child,
.goals-list > .pub_part_big_1:last-child,
.bookings-list > .pub_part_big_1:last-child,
.squad-list > .pub_part_big_1:last-child {
  margin-bottom: 0;
}

body.page-players .squad-list > .pub_part_big_1:last-child,
body.page-equipos .squad-list > .pub_part_big_1:last-child {
  margin-top: 36px;
}

.app-screen:has(.fixture-footer-brand) {
  padding-bottom: 0;
}

.fixture-footer-spacer {
  height: 64px;
}

.fixture-footer-brand {
  position: relative;
  z-index: 1;
  display: block;
  width: 156px;
  height: auto;
  margin: 0 auto;
}

.fixture-footer-end-spacer {
  height: 64px;
}

.tabla_posiciones_A {
  width: calc(100% + 34px);
  margin: 18px -17px 40px;
  padding: 0 5px;
}

.tabla_posiciones_A__grid {
  display: grid;
  grid-template-columns: 38px repeat(4, minmax(0, 1fr));
  gap: 5px;
  align-items: end;
}

.tabla_posiciones_A__labels,
.tabla_posiciones_A__col {
  display: grid;
  grid-template-rows: 58px 34px repeat(8, 28px);
  gap: 5px;
  min-width: 0;
}

.tabla_posiciones_A__escudo_espacio,
.tabla_posiciones_A__escudo {
  width: 100%;
  height: 58px;
}

.tabla_posiciones_A__escudo {
  display: grid;
  place-items: center;
  justify-self: center;
}

.tabla_posiciones_A__escudo img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
}

.tabla_posiciones_A__cell {
  display: grid;
  place-items: center;
  min-width: 0;
  border-radius: 7px;
  background: rgba(42, 6, 10, .64);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  backdrop-filter: blur(8px);
}

.tabla_posiciones_A__cell_header {
  padding: 0 6px;
  font-size: 10px;
}

.goals-screen {
  min-height: 100vh;
  padding: 40px 22px 105px;
  background-color: transparent;
}

.goals-hero {
  display: grid;
  justify-items: center;
  margin-bottom: 31px;
  text-align: center;
}

.goals-worldcup-logo {
  width: 106px;
  height: 126px;
  margin-bottom: 4px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 4px 9px rgba(0, 0, 0, .22));
}

.goals-hero h1 {
  margin: 0;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 700;
  text-shadow: 0 3px 10px rgba(0, 0, 0, .55);
}

.goals-hero p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, .96);
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  transform: translateY(3px);
  text-shadow: 0 3px 10px rgba(0, 0, 0, .55);
}

.goals-list {
  display: grid;
  gap: 16px;
}

.goals-list .pub_part_small_1 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.goals-list .pub_part_big_1 {
  margin-top: 44px;
}

.bookings-list .pub_part_small_1 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.bookings-list .pub_part_big_1 {
  margin-top: 44px;
}

.bookings-screen {
  min-height: 100vh;
  padding: 40px 22px 105px;
  background-color: transparent;
}

.bookings-hero {
  display: grid;
  justify-items: center;
  margin-bottom: 31px;
  text-align: center;
}

.bookings-worldcup-logo {
  width: 106px;
  height: 126px;
  margin-bottom: 4px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 4px 9px rgba(0, 0, 0, .22));
}

.bookings-hero h1 {
  margin: 0;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 700;
  text-shadow: 0 3px 10px rgba(0, 0, 0, .55);
}

.bookings-hero p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, .96);
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  transform: translateY(3px);
  text-shadow: 0 3px 10px rgba(0, 0, 0, .55);
}

.bookings-list {
  display: grid;
  gap: 16px;
}

.players-screen {
  min-height: 100vh;
  padding: 40px 24px 105px;
  background-color: transparent;
}

.players-hero {
  display: grid;
  justify-items: center;
  margin-bottom: 28px;
  text-align: center;
}

.players-worldcup-logo {
  width: 106px;
  height: 126px;
  margin-bottom: 4px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 4px 9px rgba(0, 0, 0, .22));
}

.players-hero h1 {
  margin: 0;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 700;
  text-shadow: 0 3px 10px rgba(0, 0, 0, .55);
}

.players-hero p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, .96);
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  transform: translateY(3px);
  text-shadow: 0 3px 10px rgba(0, 0, 0, .55);
}

.players-hero .index-hero-subtitle {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  transform: none;
}

.players-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 15px;
}

.player-card {
  position: relative;
  isolation: isolate;
  min-height: 170px;
  display: grid;
  justify-items: center;
  align-content: start;
  padding: 16px 12px 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, .08);
  backdrop-filter: blur(13px);
  box-shadow:
    0 14px 20px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .07);
}

.player-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: -1;
  border-radius: 21px;
  background:
    linear-gradient(180deg, rgba(47, 42, 75, .64), rgba(42, 0, 50, .68)),
    url("../../../img/texturas/card-purple.jpg") center / cover no-repeat;
}

.player-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: -1;
  border-radius: 21px;
  background:
    linear-gradient(152deg, rgba(255, 255, 255, .13), transparent 32%),
    linear-gradient(0deg, rgba(17, 2, 31, .55), transparent 66%);
}

.player-card__acrylic {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.player-card__portrait {
  width: 96px;
  height: 96px;
  margin-bottom: 12px;
  padding: 4px;
  border: 4px solid rgba(255, 255, 255, .50);
  border-radius: 50%;
  background: rgba(0, 0, 0, .16);
  box-shadow: 0 7px 14px rgba(0, 0, 0, .28);
}

.player-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.player-card strong {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 600;
  text-overflow: ellipsis;
  text-shadow: 0 3px 9px rgba(0, 0, 0, .45);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.players-screen {
  padding: 40px 22px 105px;
}

.players-screen__tint {
  background: rgba(22, 0, 48, .18);
}

.players-hero {
  margin-bottom: 31px;
}

.squad-list {
  display: grid;
  gap: 30px;
}

.squad-player {
  position: relative;
  isolation: isolate;
  min-height: 132px;
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr) 82px;
  grid-template-rows: 61px 43px;
  align-items: center;
  column-gap: 0;
  color: #fff;
}

.squad-player::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: 64px;
  background: transparent;
  box-shadow: 8px 10px 18px rgba(0, 0, 0, .32);
  pointer-events: none;
}

.squad-player__acrylic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 64px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08)),
    rgba(255, 255, 255, .10);
  backdrop-filter: blur(13px);
  -webkit-mask: radial-gradient(circle 52px at 68px 66px, transparent 0 50px, #000 51px);
  mask: radial-gradient(circle 52px at 68px 66px, transparent 0 50px, #000 51px);
  box-shadow:
    0 14px 20px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(255, 255, 255, .06);
}

.squad-player > :not(.squad-player__acrylic) {
  position: relative;
  z-index: 2;
}

.squad-player__portrait {
  position: absolute;
  left: 23px;
  top: 35px;
  width: 90px;
  height: 90px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 5px 14px rgba(0, 0, 0, .28);
  transform: none;
}

.squad-player__portrait > img,
.squad-player__country img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

body.page-players .squad-player__portrait > img[src$="favicon.svg"] {
  padding: 17px;
  object-fit: contain;
  background: rgba(255, 255, 255, .9);
  box-sizing: border-box;
}

.squad-player__country {
  position: absolute;
  left: 22px;
  top: 74px;
  z-index: 2;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .28);
}

.squad-player__info {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  justify-self: start;
  min-width: 0;
  padding-left: 0;
  text-align: left;
  transform: translate(5px, 9px);
}

.squad-player__info strong {
  display: block;
  overflow: hidden;
  margin-bottom: -2px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 14px;
  line-height: 1.12;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  transform: translateY(-3px);
}

.squad-player__info small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  transform: translateY(1px);
}

.squad-player__number {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transform: translate(5px, 1px);
  text-shadow: 0 4px 10px rgba(0, 0, 0, .45);
}

.squad-player__plus {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background: rgba(45, 39, 73, .78);
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}

body.page-players .squad-player__plus {
  height: 31px;
  transform: translateY(-1px);
}

.squad-player__plus span {
  transform: translateY(-1px);
}

body.page-players .squad-player__plus span {
  transform: translateY(-2px);
}

.squad-player__digit {
  transform: translateY(-1px);
}

.squad-player__crest {
  grid-column: 3;
  grid-row: 1 / 3;
  width: 62px;
  height: 62px;
  object-fit: contain;
  justify-self: center;
  transform: translate(-18px, 12px);
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, .34));
}

.booking-player,
.booking-total {
  position: relative;
  isolation: isolate;
  min-height: 94px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 34px 28px;
  align-items: center;
  column-gap: 8px;
  color: #fff;
}

.booking-player::before,
.booking-total::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 11px;
  bottom: 17px;
  left: 58px;
  z-index: 1;
  border-radius: 27px;
  background:
    linear-gradient(180deg, rgba(75, 71, 60, .58), rgba(42, 0, 5, .72)),
    rgba(0, 0, 0, .44);
}

.booking-player__acrylic {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 6px;
  left: 47px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 38px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08)),
    rgba(255, 255, 255, .10);
  backdrop-filter: blur(13px);
  box-shadow:
    0 14px 20px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(255, 255, 255, .06);
}

.booking-player::before {
  right: 10px;
}

body.page-bookings .booking-player::before {
  left: 28px;
}

body.page-bookings .booking-player .booking-player__acrylic {
  left: 17px;
}

.booking-player .booking-player__acrylic {
  bottom: 7px;
}

.booking-player > :not(.booking-player__acrylic),
.booking-total > :not(.booking-player__acrylic) {
  position: relative;
  z-index: 2;
}

.booking-player__portrait {
  width: 92px;
  height: 92px;
  padding: 4px;
  border: 4px solid rgba(255, 255, 255, .54);
  border-radius: 50%;
  background: rgba(0, 0, 0, .16);
  box-shadow: 0 5px 14px rgba(0, 0, 0, .28);
}

.booking-player__portrait > img,
.booking-player__country img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.booking-player__portrait > img {
  color: transparent;
  font-size: 0;
}

.booking-player__country {
  position: absolute;
  right: -13px;
  bottom: -8px;
  z-index: 2;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .28);
}

.booking-player__info {
  min-width: 0;
  padding-left: 10px;
  text-align: left;
}

.booking-player__info strong {
  display: block;
  overflow: hidden;
  margin-bottom: -2px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 14px;
  line-height: 1.12;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  transform: translateY(-3px);
}

.booking-player__info small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  transform: translateY(1px);
}

.booking-player__card {
  width: 22px;
  height: 30px;
  justify-self: center;
  border-radius: 3px;
  transform: translateX(-20px);
  box-shadow:
    0 4px 8px rgba(0, 0, 0, .35),
    inset 0 1px 0 rgba(255, 255, 255, .34);
}

.booking-player--red .booking-player__card,
.booking-total--red .booking-player__card {
  background: linear-gradient(180deg, #ff6258, #c90b12);
}

.booking-player--yellow .booking-player__card,
.booking-total--yellow .booking-player__card {
  background: linear-gradient(180deg, #ffe987, #f7b900);
}

.booking-player__count {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transform: translateX(-28px);
  text-shadow: 0 4px 10px rgba(0, 0, 0, .45);
}

.booking-total::before {
  top: 21px;
  bottom: 20px;
  left: 11px;
  background: rgba(243, 244, 241, .92);
}

.booking-total .booking-player__acrylic {
  top: 10px;
  bottom: 9px;
  left: 0;
}

.booking-total {
  grid-template-columns: minmax(0, 1fr) 78px minmax(0, 1fr);
}

.booking-total__card {
  width: 42px;
  height: 58px;
  transform: none;
}

.booking-total--red .booking-total__card,
.booking-total--yellow .booking-total__card {
  transform: translateX(55px) rotate(22deg) scale(1.1);
}

.booking-total__info {
  justify-self: end;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  transform: translateX(-2px);
}

.booking-total__count {
  justify-self: start;
  width: auto;
  padding-left: 0;
  color: #26303a;
  font-size: 28px;
  text-shadow: none;
  transform: translateX(40px);
}

.booking-total--red .booking-total__count,
.booking-total--yellow .booking-total__count {
  justify-self: center;
  text-align: center;
  transform: translateX(0);
}

.booking-total .booking-player__info strong {
  color: #26303a;
  text-shadow: none;
  transform: translate(55px, -1px);
}

.booking-total .booking-player__info small {
  color: rgba(38, 48, 58, .82);
  transform: translateX(55px);
}

.goal-scorer {
  position: relative;
  isolation: isolate;
  min-height: 94px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 34px 28px;
  align-items: center;
  column-gap: 8px;
  color: #fff;
}

.goal-scorer::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 11px;
  bottom: 17px;
  left: 58px;
  z-index: 1;
  border-radius: 27px;
  background:
    linear-gradient(180deg, rgba(75, 71, 60, .54), rgba(42, 0, 5, .66)),
    rgba(0, 0, 0, .38);
}

.goal-scorer:not(.goals-total)::before {
  right: 10px;
}

body.page-goals .goal-scorer:not(.goals-total)::before {
  left: 28px;
}

body.page-goals .goal-scorer:not(.goals-total) .goal-scorer__acrylic {
  left: 17px;
}

.goal-scorer__acrylic {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 6px;
  left: 47px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 38px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08)),
    rgba(255, 255, 255, .10);
  backdrop-filter: blur(13px);
  box-shadow:
    0 14px 20px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(255, 255, 255, .06);
}

.goal-scorer > :not(.goal-scorer__acrylic) {
  position: relative;
  z-index: 2;
}

.goals-total::before {
  top: 21px;
  bottom: 20px;
  left: 11px;
  background: rgba(243, 244, 241, .92);
}

.goals-total .goal-scorer__acrylic {
  top: 10px;
  bottom: 9px;
  left: 0;
}

.goals-total {
  grid-template-columns: minmax(0, 1fr) 78px minmax(0, 1fr);
}

.goals-total .goals-total__ball {
  width: 78px;
  height: 78px;
  justify-self: center;
  transform: none;
}

.goals-total .goals-total__info {
  justify-self: end;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  transform: translateX(-2px);
}

.goals-total .goals-total__goals {
  justify-self: start;
  width: auto;
  padding-left: 0;
  font-size: 28px;
  transform: translateX(53px);
}

.goals-total .goal-scorer__info strong,
.goals-total .goal-scorer__goals {
  color: #26303a;
  text-shadow: none;
}

.goals-total .goal-scorer__info strong {
  transform: translateY(-1px);
}

.goals-total .goal-scorer__info small {
  color: rgba(38, 48, 58, .82);
  transform: translateY(0);
}

.goal-scorer__player {
  width: 92px;
  height: 92px;
  padding: 4px;
  border: 4px solid rgba(255, 255, 255, .54);
  border-radius: 50%;
  background: rgba(0, 0, 0, .16);
  box-shadow: 0 5px 14px rgba(0, 0, 0, .28);
}

.goal-scorer__player > img,
.goal-scorer__country img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.goal-scorer__country {
  position: absolute;
  right: -13px;
  bottom: -8px;
  z-index: 2;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .28);
}

.goal-scorer__info {
  min-width: 0;
  padding-left: 10px;
  text-align: left;
}

.goal-scorer__info strong {
  display: block;
  overflow: hidden;
  margin-bottom: -2px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 14px;
  line-height: 1.12;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  transform: translateY(-3px);
}

.goal-scorer__info small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  transform: translateY(1px);
}

.goal-scorer__ball {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
  transform: translateX(-22px);
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, .34));
}

.goal-scorer__goals {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transform: translateX(-28px);
  text-shadow: 0 4px 10px rgba(0, 0, 0, .45);
}

.third-title {
  margin-top: 16px !important;
  margin-bottom: 8px !important;
  font-size: 13px !important;
}

.badge-text,
.badge-dark {
  width: 72px;
  height: 58px;
  padding-top: 12px;
  border-radius: 14px;
  color: white;
  background: linear-gradient(135deg, #9b2231, #1f2536);
  font-size: 12px;
  line-height: .9;
  font-weight: 800;
}

.badge-text small,
.badge-dark small {
  font-size: 5px;
  letter-spacing: .04em;
}

.badge-dark {
  background: linear-gradient(135deg, #0b2734, #348ea0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready [data-reveal] {
    transform: none;
    transition: opacity 320ms ease-out;
  }

  .reveal-ready [data-reveal].is-visible {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 700px) {
  .phone-shell {
    width: min(var(--app-max-width), 100vw);
    transform-origin: top center;
  }
}

@media (max-width: 370px) {
  .app-screen {
    padding-inline: 16px;
  }

  .goals-screen {
    padding-inline: 16px;
  }

  .bookings-screen {
    padding-inline: 16px;
  }

  .players-screen {
    padding-inline: 18px;
  }

  .players-grid {
    gap: 14px 12px;
  }

  .player-card {
    min-height: 160px;
    padding-inline: 10px;
  }

  .player-card__portrait {
    width: 88px;
    height: 88px;
  }

  .goal-scorer {
    grid-template-columns: 86px minmax(0, 1fr) 30px 24px;
    column-gap: 7px;
  }

  .booking-player {
    grid-template-columns: 86px minmax(0, 1fr) 30px 24px;
    column-gap: 7px;
  }

  .goal-scorer__player {
    width: 86px;
    height: 86px;
  }

  .booking-player__portrait {
    width: 86px;
    height: 86px;
  }

  .goal-scorer__ball {
    width: 26px;
    height: 26px;
  }

  .feature-grid {
    gap: 13px 18px;
  }

  .match-row {
    grid-template-columns: 50px 52px 1fr 52px 50px;
  }

  .club {
    width: 62px;
    height: 62px;
  }
}
