.futsal-mlsz-status {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 16px;
  background: #f8fafc;
}

.futsal-mlsz-league {
  color: #0b1850;
  padding: 40px 0 64px;
}

.futsal-mlsz-league__header {
  margin-bottom: 24px;
}

.futsal-mlsz-league__eyebrow {
  color: #006bb6;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.futsal-mlsz-league h1 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  margin: 0;
}

.futsal-mlsz-filters {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 24px;
}

.futsal-mlsz-filters label {
  display: grid;
  gap: 6px;
}

.futsal-mlsz-filters span {
  color: #526178;
  font-size: 13px;
  font-weight: 700;
}

.futsal-mlsz-filters select {
  appearance: none;
  background: #fff;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  color: #0b1850;
  font: inherit;
  min-height: 44px;
  padding: 0 12px;
  width: 100%;
}

.futsal-mlsz-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.futsal-mlsz-panel {
  background: #fff;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(11, 24, 80, 0.08);
  overflow: hidden;
}

.futsal-mlsz-panel h2 {
  background: #0b1850;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  padding: 14px 16px;
}

.futsal-mlsz-panel > div {
  padding: 10px;
}

.futsal-mlsz-panel table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}

.futsal-mlsz-panel a {
  color: #006bb6;
  font-weight: 700;
  text-decoration: none;
}

.futsal-mlsz-loading,
.futsal-mlsz-empty,
.futsal-mlsz-error {
  color: #526178;
  font-size: 14px;
  padding: 18px;
  text-align: center;
}

.futsal-mlsz-error {
  color: #a51c30;
}

.futsal-mlsz-match-list {
  display: grid;
  gap: 10px;
}

.futsal-mlsz-match {
  border: 1px solid #e4eaf2;
  border-radius: 8px;
  color: #0b1850;
  display: grid;
  gap: 8px;
  padding: 12px;
}

.futsal-mlsz-match__meta,
.futsal-mlsz-match__date {
  color: #526178;
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.futsal-mlsz-team-line {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.futsal-mlsz-team-line span {
  align-items: center;
  display: flex;
  gap: 8px;
  min-width: 0;
}

.futsal-mlsz-team-line img,
.futsal-mlsz-team-list img {
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.futsal-mlsz-team-line strong {
  font-size: 20px;
}

.futsal-mlsz-table th,
.futsal-mlsz-table td {
  border-bottom: 1px solid #edf1f6;
  font-size: 13px;
  padding: 8px 6px;
  text-align: left;
  vertical-align: middle;
}

.futsal-mlsz-table th {
  color: #526178;
  font-size: 12px;
  font-weight: 800;
}

.futsal-mlsz-table td:last-child,
.futsal-mlsz-table th:last-child {
  text-align: right;
}

.futsal-mlsz-team-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.futsal-mlsz-team-list li {
  align-items: center;
  border-bottom: 1px solid #edf1f6;
  display: flex;
  gap: 10px;
  padding: 8px 0;
}

.futsal-mlsz-yellow,
.futsal-mlsz-red {
  border-radius: 3px;
  color: #111827;
  display: inline-grid;
  font-size: 12px;
  font-weight: 800;
  height: 22px;
  place-items: center;
  width: 18px;
}

.futsal-mlsz-yellow {
  background: #f7d04a;
}

.futsal-mlsz-red {
  background: #d92d20;
  color: #fff;
}

@media (max-width: 1024px) {
  .futsal-mlsz-filters,
  .futsal-mlsz-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .futsal-mlsz-filters,
  .futsal-mlsz-grid {
    grid-template-columns: 1fr;
  }
}

.futsal-mlsz-detail {
  color: #0b1850;
  padding: 36px 0 72px;
}

.futsal-mlsz-back {
  color: #006bb6;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 20px;
  text-decoration: none;
}

.futsal-mlsz-scoreboard,
.futsal-mlsz-player-hero,
.futsal-mlsz-detail-card,
.futsal-mlsz-stat {
  background: #fff;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(11, 24, 80, 0.08);
}

.futsal-mlsz-scoreboard {
  margin-bottom: 22px;
  padding: 24px;
}

.futsal-mlsz-scoreboard__teams {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.futsal-mlsz-scoreboard__team {
  align-items: center;
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.futsal-mlsz-scoreboard__team img {
  height: 86px;
  object-fit: contain;
  width: 86px;
}

.futsal-mlsz-scoreboard__team h2 {
  font-size: 22px;
  margin: 0;
}

.futsal-mlsz-scoreboard__team strong {
  display: none;
}

.futsal-mlsz-scoreboard__center {
  display: grid;
  gap: 6px;
  justify-items: center;
  text-align: center;
}

.futsal-mlsz-scoreboard__center strong {
  font-size: 54px;
  line-height: 1;
}

.futsal-mlsz-scoreboard__center span {
  color: #526178;
  font-size: 13px;
  font-weight: 700;
}

.futsal-mlsz-detail-grid,
.futsal-mlsz-lineups {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.futsal-mlsz-detail-card {
  overflow: hidden;
  padding: 18px;
}

.futsal-mlsz-detail-card h2 {
  font-size: 20px;
  margin: 0 0 14px;
}

.futsal-mlsz-detail-card h3 {
  color: #526178;
  font-size: 13px;
  margin: 18px 0 8px;
  text-transform: uppercase;
}

.futsal-mlsz-data-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.futsal-mlsz-data-list div {
  border-bottom: 1px solid #edf1f6;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-bottom: 8px;
}

.futsal-mlsz-data-list dt {
  color: #526178;
  font-weight: 800;
}

.futsal-mlsz-data-list dd {
  margin: 0;
  text-align: right;
}

.futsal-mlsz-events,
.futsal-mlsz-lineup-list,
.futsal-mlsz-player-clubs {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.futsal-mlsz-events li,
.futsal-mlsz-lineup-list li,
.futsal-mlsz-player-clubs li {
  align-items: center;
  border-bottom: 1px solid #edf1f6;
  display: flex;
  gap: 10px;
  padding: 8px 0;
}

.futsal-mlsz-events span,
.futsal-mlsz-lineup-list span {
  background: #eef4fb;
  border-radius: 6px;
  color: #0b1850;
  font-size: 12px;
  font-weight: 900;
  min-width: 34px;
  padding: 4px 6px;
  text-align: center;
}

.futsal-mlsz-player-hero {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 220px minmax(0, 1fr);
  margin-bottom: 18px;
  padding: 24px;
}

.futsal-mlsz-player-hero h1 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  margin: 0 0 18px;
}

.futsal-mlsz-player-hero__image {
  aspect-ratio: 4 / 5;
  background: #eef4fb;
  border-radius: 8px;
  overflow: hidden;
}

.futsal-mlsz-player-hero__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.futsal-mlsz-stat-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.futsal-mlsz-stat {
  display: grid;
  gap: 8px;
  padding: 14px;
  text-align: center;
}

.futsal-mlsz-stat span {
  color: #526178;
  font-size: 12px;
  font-weight: 800;
}

.futsal-mlsz-stat strong {
  font-size: 28px;
}

.futsal-mlsz-player-clubs img {
  height: 34px;
  object-fit: contain;
  width: 34px;
}

.futsal-mlsz-player-clubs span {
  display: grid;
  gap: 2px;
}

.futsal-mlsz-player-clubs small {
  color: #526178;
}

@media (max-width: 900px) {
  .futsal-mlsz-scoreboard__teams,
  .futsal-mlsz-detail-grid,
  .futsal-mlsz-lineups,
  .futsal-mlsz-player-hero,
  .futsal-mlsz-stat-grid {
    grid-template-columns: 1fr;
  }

  .futsal-mlsz-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body:has(.futsal-mlsz-player-page) {
  background:
    radial-gradient(circle at 0% 12%, rgba(243, 24, 34, 0.18), transparent 30%),
    radial-gradient(circle at 100% 24%, rgba(101, 179, 46, 0.13), transparent 32%),
    linear-gradient(135deg, #03070c 0%, #081018 48%, #05090f 100%);
}

body:has(.futsal-mlsz-player-page)::before {
  background:
    linear-gradient(112deg, transparent 0 45%, rgba(255, 255, 255, 0.035) 45% 46%, transparent 46%),
    linear-gradient(90deg, rgba(243, 24, 34, 0.08), transparent 24%, transparent 76%, rgba(101, 179, 46, 0.08));
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

.futsal-mlsz-player-page {
  color: #f7f8fb;
  margin-inline: auto;
  padding: 136px 0 92px;
  width: min(1180px, calc(100% - 32px));
}

.futsal-mlsz-player-page .futsal-mlsz-back {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
  min-height: 42px;
  padding: 0 18px;
  text-transform: uppercase;
}

.futsal-mlsz-player-page .futsal-mlsz-back:hover {
  border-color: rgba(101, 179, 46, 0.68);
  color: #fff;
}

.futsal-mlsz-player-page .futsal-mlsz-player-hero,
.futsal-mlsz-player-page .futsal-mlsz-detail-card,
.futsal-mlsz-player-page .futsal-mlsz-stat {
  background:
    radial-gradient(circle at 86% 0%, rgba(101, 179, 46, 0.12), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(243, 24, 34, 0.13), transparent 36%),
    rgba(11, 18, 26, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
}

.futsal-mlsz-player-page .futsal-mlsz-player-hero {
  align-items: stretch;
  gap: clamp(22px, 4vw, 46px);
  grid-template-columns: minmax(220px, 330px) minmax(0, 1fr);
  margin-bottom: 22px;
  overflow: hidden;
  padding: clamp(18px, 3vw, 34px);
  position: relative;
}

.futsal-mlsz-player-page .futsal-mlsz-player-hero::before {
  background: linear-gradient(90deg, #f31822 0 33%, #fff 33% 66%, #65b32e 66%);
  content: "";
  height: 4px;
  left: 28px;
  position: absolute;
  top: 0;
  width: min(240px, calc(100% - 56px));
}

.futsal-mlsz-player-page .futsal-mlsz-player-hero__image {
  align-items: center;
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.14), transparent 35%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  display: grid;
  justify-items: center;
  min-height: 320px;
}

.futsal-mlsz-player-page .futsal-mlsz-player-hero__image.is-empty::before {
  color: rgba(255, 255, 255, 0.16);
  content: "FH";
  font-family: "Barlow Condensed", sans-serif;
  font-size: 108px;
  font-weight: 900;
  line-height: 1;
}

.futsal-mlsz-player-page .futsal-mlsz-player-hero__image img {
  filter: saturate(1.06) contrast(1.03);
}

.futsal-mlsz-player-page .futsal-mlsz-league__eyebrow {
  color: #f31822;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}

.futsal-mlsz-player-page .futsal-mlsz-player-hero h1 {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(54px, 8vw, 104px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.88;
  margin: 0 0 28px;
  max-width: 820px;
  text-transform: uppercase;
}

.futsal-mlsz-player-page .futsal-mlsz-data-list {
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.futsal-mlsz-player-page .futsal-mlsz-data-list div {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: grid;
  gap: 8px;
  justify-content: stretch;
  min-height: 92px;
  padding: 16px;
}

.futsal-mlsz-player-page .futsal-mlsz-data-list dt {
  color: rgba(255, 255, 255, 0.54);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.futsal-mlsz-player-page .futsal-mlsz-data-list dd {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.futsal-mlsz-player-page .futsal-mlsz-stat-grid {
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 22px;
}

.futsal-mlsz-player-page .futsal-mlsz-stat {
  min-height: 108px;
  padding: 18px 14px;
}

.futsal-mlsz-player-page .futsal-mlsz-stat span {
  color: rgba(255, 255, 255, 0.58);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.futsal-mlsz-player-page .futsal-mlsz-stat strong {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 0.95;
}

.futsal-mlsz-player-page .futsal-mlsz-detail-grid {
  gap: 22px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.futsal-mlsz-player-page .futsal-mlsz-detail-card {
  padding: clamp(18px, 2.4vw, 28px);
}

.futsal-mlsz-player-page .futsal-mlsz-detail-card--club-history {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.futsal-mlsz-player-page .futsal-mlsz-detail-card h2 {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 800;
  line-height: 0.95;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.futsal-mlsz-player-page .futsal-mlsz-detail-card h2::after {
  background: #f31822;
  content: "";
  display: block;
  height: 4px;
  margin-top: 12px;
  width: 72px;
}

.futsal-mlsz-player-page .futsal-mlsz-table {
  border-collapse: collapse;
  color: #fff;
  font-family: "Manrope", sans-serif;
  width: 100%;
}

.futsal-mlsz-player-page .futsal-mlsz-table th,
.futsal-mlsz-player-page .futsal-mlsz-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 13px 10px;
}

.futsal-mlsz-player-page .futsal-mlsz-table th {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}

.futsal-mlsz-player-page .futsal-mlsz-table td {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.futsal-mlsz-player-page .futsal-mlsz-player-clubs {
  gap: 10px;
}

.futsal-mlsz-player-page .futsal-mlsz-player-clubs li {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  gap: 14px;
  padding: 12px;
}

.futsal-mlsz-player-page .futsal-mlsz-player-clubs img {
  height: 44px;
  width: 44px;
}

.futsal-mlsz-player-page .futsal-mlsz-player-clubs strong {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.futsal-mlsz-player-page .futsal-mlsz-player-clubs small {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .futsal-mlsz-player-page {
    padding-top: 118px;
  }

  .futsal-mlsz-player-page .futsal-mlsz-player-hero,
  .futsal-mlsz-player-page .futsal-mlsz-detail-grid {
    grid-template-columns: 1fr;
  }

  .futsal-mlsz-player-page .futsal-mlsz-stat-grid,
  .futsal-mlsz-player-page .futsal-mlsz-data-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .futsal-mlsz-player-page {
    padding: 106px 0 64px;
  }

  .futsal-mlsz-player-page .futsal-mlsz-player-hero {
    padding: 16px;
  }

  .futsal-mlsz-player-page .futsal-mlsz-player-hero h1 {
    font-size: clamp(42px, 16vw, 64px);
  }

  .futsal-mlsz-player-page .futsal-mlsz-player-hero__image {
    min-height: 260px;
  }

  .futsal-mlsz-player-page .futsal-mlsz-stat-grid,
  .futsal-mlsz-player-page .futsal-mlsz-data-list {
    grid-template-columns: 1fr;
  }

  .futsal-mlsz-player-page .futsal-mlsz-detail-card {
    overflow-x: auto;
  }
}

body:has(.futsal-mlsz-match-page) {
  background: #050a0f;
}

body:has(.futsal-mlsz-match-page)::before {
  background:
    radial-gradient(circle at 0% 12%, rgba(243, 24, 34, 0.16), transparent 30%),
    radial-gradient(circle at 100% 20%, rgba(101, 179, 46, 0.13), transparent 32%),
    linear-gradient(115deg, transparent 0 45%, rgba(255, 255, 255, 0.035) 45% 46%, transparent 46%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

.futsal-mlsz-match-page {
  color: #fff;
  padding: 124px 0 86px;
  width: min(1180px, calc(100% - 32px));
}

.futsal-mlsz-match-page .futsal-mlsz-back {
  align-items: center;
  color: rgba(255, 255, 255, 0.62);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin-bottom: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.futsal-mlsz-match-page .futsal-mlsz-back::before {
  background: #f31822;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 10px;
  width: 34px;
}

.futsal-mlsz-match-page .futsal-mlsz-match-hero {
  margin: 0 0 18px;
  max-width: 980px;
}

.futsal-mlsz-match-page .futsal-mlsz-match-hero h1 {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.futsal-mlsz-match-page .futsal-mlsz-match-hero h1::after {
  background: linear-gradient(90deg, #f31822 0 33%, #fff 33% 66%, #65b32e 66%);
  content: "";
  display: block;
  height: 4px;
  margin-top: 10px;
  width: min(112px, 42vw);
}

.futsal-mlsz-match-page .futsal-mlsz-scoreboard,
.futsal-mlsz-match-page .futsal-mlsz-detail-card {
  backdrop-filter: blur(22px) saturate(135%);
  background:
    radial-gradient(circle at 0% 0%, rgba(243, 24, 34, 0.13), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(101, 179, 46, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 36%),
    rgba(9, 16, 24, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 24px 70px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.futsal-mlsz-match-page .futsal-mlsz-scoreboard {
  margin-bottom: 22px;
  padding: clamp(20px, 4vw, 44px);
  position: relative;
}

.futsal-mlsz-match-page .futsal-mlsz-scoreboard::after {
  background: linear-gradient(90deg, #f31822, #fff 48%, #65b32e);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}

.futsal-mlsz-match-page .futsal-mlsz-league__eyebrow {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}

.futsal-mlsz-match-page .futsal-mlsz-scoreboard__team img {
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.34));
  height: clamp(76px, 10vw, 118px);
  width: clamp(76px, 10vw, 118px);
}

.futsal-mlsz-match-page .futsal-mlsz-scoreboard__team h2 {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(26px, 4vw, 46px);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.futsal-mlsz-match-page .futsal-mlsz-scoreboard__center strong {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(56px, 9vw, 104px);
  font-weight: 900;
  line-height: 0.85;
}

.futsal-mlsz-match-page .futsal-mlsz-scoreboard__center span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 900;
}

.futsal-mlsz-match-page .futsal-mlsz-detail-grid {
  gap: 18px;
  grid-template-columns: minmax(260px, 0.56fr) minmax(0, 1.44fr);
}

.futsal-mlsz-match-page .futsal-mlsz-lineups {
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.futsal-mlsz-match-page .futsal-mlsz-detail-card {
  padding: clamp(16px, 2.4vw, 24px);
}

.futsal-mlsz-match-page .futsal-mlsz-detail-card h2 {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.futsal-mlsz-match-page .futsal-mlsz-detail-card h2::after {
  background: #f31822;
  content: "";
  display: block;
  height: 3px;
  margin-top: 8px;
  width: 48px;
}

.futsal-mlsz-match-page .futsal-mlsz-detail-card h3 {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.futsal-mlsz-match-page .futsal-mlsz-data-list div,
.futsal-mlsz-match-page .futsal-mlsz-lineup-list li {
  border-bottom-color: rgba(255, 255, 255, 0.09);
}

.futsal-mlsz-match-page .futsal-mlsz-data-list dt,
.futsal-mlsz-match-page .futsal-mlsz-scoreboard__center span {
  color: rgba(255, 255, 255, 0.54);
}

.futsal-mlsz-match-page .futsal-mlsz-data-list dd,
.futsal-mlsz-match-page .futsal-mlsz-lineup-list a {
  color: #fff;
  font-weight: 900;
}

.futsal-mlsz-match-page .futsal-mlsz-lineup-list span {
  background: rgba(101, 179, 46, 0.14);
  border: 1px solid rgba(101, 179, 46, 0.28);
  color: #fff;
}

.futsal-mlsz-match-page .futsal-mlsz-events {
  gap: 0;
  padding: 2px 0;
  position: relative;
}

.futsal-mlsz-match-page .futsal-mlsz-events::before {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.2) 12%, rgba(255, 255, 255, 0.2) 88%, transparent);
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 1px;
}

.futsal-mlsz-match-page .futsal-mlsz-events li {
  align-items: center;
  border: 0;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
  min-height: 44px;
  padding: 4px 0;
  position: relative;
}

.futsal-mlsz-match-page .futsal-mlsz-events .futsal-mlsz-event-time {
  align-items: center;
  background: rgba(4, 12, 18, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(5, 14, 20, 0.95);
  color: rgba(255, 255, 255, 0.82);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  grid-column: 2;
  height: 28px;
  justify-content: center;
  justify-self: center;
  min-width: 36px;
  padding: 0 6px;
  position: relative;
  z-index: 2;
}

.futsal-mlsz-match-page .futsal-mlsz-events .futsal-mlsz-event-time,
.futsal-mlsz-match-page .futsal-mlsz-events .futsal-mlsz-event-card {
  grid-row: 1;
}

.futsal-mlsz-match-page .futsal-mlsz-events .futsal-mlsz-event-card {
  align-items: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(4, 14, 20, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  gap: 8px;
  max-width: min(100%, 292px);
  min-height: 40px;
  padding: 6px 8px;
  position: relative;
  transition: border-color 0.18s ease, transform 0.18s ease;
  z-index: 1;
}

.futsal-mlsz-match-page .futsal-mlsz-events li:hover .futsal-mlsz-event-card {
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.futsal-mlsz-match-page .futsal-mlsz-events .is-home .futsal-mlsz-event-card {
  flex-direction: row-reverse;
  grid-column: 1;
  justify-self: end;
  text-align: right;
}

.futsal-mlsz-match-page .futsal-mlsz-events .is-away .futsal-mlsz-event-card {
  grid-column: 3;
  justify-self: start;
}

.futsal-mlsz-match-page .futsal-mlsz-events .futsal-mlsz-event-icon {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  flex: 0 0 28px;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.futsal-mlsz-match-page .futsal-mlsz-events .futsal-mlsz-event-icon img {
  display: block;
  height: 19px;
  object-fit: contain;
  width: 19px;
}

.futsal-mlsz-match-page .futsal-mlsz-events .futsal-mlsz-event-icon svg {
  display: block;
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 17px;
}

.futsal-mlsz-match-page .futsal-mlsz-events .futsal-mlsz-event-copy {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  display: grid;
  gap: 1px;
  min-width: 0;
  padding: 0;
  text-align: inherit;
}

.futsal-mlsz-match-page .futsal-mlsz-events .futsal-mlsz-event-copy,
.futsal-mlsz-match-page .futsal-mlsz-events .futsal-mlsz-event-icon,
.futsal-mlsz-match-page .futsal-mlsz-events .futsal-mlsz-event-card {
  min-width: 0;
}

.futsal-mlsz-match-page .futsal-mlsz-events .futsal-mlsz-event-copy a {
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.1;
  text-decoration: none;
}

.futsal-mlsz-match-page .futsal-mlsz-events .futsal-mlsz-event-copy strong,
.futsal-mlsz-match-page .futsal-mlsz-events .futsal-mlsz-event-copy small {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.futsal-mlsz-match-page .futsal-mlsz-events .futsal-mlsz-event-copy strong {
  color: rgba(255, 255, 255, 0.56);
}

.futsal-mlsz-match-page .futsal-mlsz-events .futsal-mlsz-event-copy small {
  color: rgba(255, 255, 255, 0.38);
}

.futsal-mlsz-match-page .futsal-mlsz-events .is-goal .futsal-mlsz-event-icon {
  background: rgba(101, 179, 46, 0.15);
  color: #86d94b;
}

.futsal-mlsz-match-page .futsal-mlsz-events .is-yellow-card .futsal-mlsz-event-icon {
  background: rgba(255, 202, 31, 0.14);
}

.futsal-mlsz-match-page .futsal-mlsz-events .is-red-card .futsal-mlsz-event-icon {
  background: rgba(243, 24, 34, 0.16);
}

.futsal-mlsz-match-page .futsal-mlsz-events .is-generic-event .futsal-mlsz-event-icon {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
}

.futsal-mlsz-match-page .futsal-mlsz-events .is-goal .futsal-mlsz-event-card {
  border-color: rgba(101, 179, 46, 0.2);
}

.futsal-mlsz-match-page .futsal-mlsz-events .is-red-card .futsal-mlsz-event-card {
  border-color: rgba(243, 24, 34, 0.22);
}

.futsal-mlsz-match-page .futsal-mlsz-empty {
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 900px) {
  .futsal-mlsz-match-page .futsal-mlsz-scoreboard__teams,
  .futsal-mlsz-match-page .futsal-mlsz-detail-grid,
  .futsal-mlsz-match-page .futsal-mlsz-lineups {
    grid-template-columns: 1fr;
  }

  .futsal-mlsz-match-page .futsal-mlsz-scoreboard__center {
    order: -1;
  }
}

@media (max-width: 640px) {
  .futsal-mlsz-match-page .futsal-mlsz-events::before {
    left: 24px;
  }

  .futsal-mlsz-match-page .futsal-mlsz-events li {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .futsal-mlsz-event-time {
    grid-column: 1;
  }

  .futsal-mlsz-events .is-home .futsal-mlsz-event-card,
  .futsal-mlsz-events .is-away .futsal-mlsz-event-card {
    flex-direction: row;
    grid-column: 2;
    justify-self: stretch;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .futsal-mlsz-match-page {
    padding: 104px 0 64px;
    width: calc(100% - 32px);
  }

  .futsal-mlsz-match-page .futsal-mlsz-scoreboard__team h2 {
    font-size: 28px;
  }
}
