.match-row:is(a) {
  color: inherit;
  text-decoration: none;
}

.match-row:is(a):focus-visible {
  outline: 2px solid #ff5a1f;
  outline-offset: -2px;
}

.season-card-identity {
  gap: 24px;
  padding-inline: 10px 18px;
}

.season-card-identity img {
  flex: 0 0 154px;
  width: 154px;
  height: 154px;
}

.season-card-identity > div {
  min-width: 0;
  padding-right: 8px;
}

.season-card-identity h3 {
  font-size: clamp(42px, 3.2vw, 55px);
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.season-card.has-season-command {
  overflow: hidden;
}

.season-card.has-season-command .season-roster-mini {
  margin-top: 0;
}

.season-command-center {
  --campaign-progress: 0%;
  position: relative;
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: minmax(178px, 0.82fr) minmax(0, 1.18fr);
  grid-template-rows: auto 1fr auto;
  min-height: 360px;
  margin: 24px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 23% 48%, rgba(137, 51, 223, 0.2), transparent 31%),
    linear-gradient(rgba(185, 112, 244, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(185, 112, 244, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.012);
  background-size: auto, 34px 34px, 34px 34px, auto;
  border: 1px solid rgba(216, 205, 241, 0.11);
}

.season-command-center::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 45%;
  height: 1px;
  content: "";
  opacity: 0.42;
  background: linear-gradient(90deg, transparent, #9d52de, transparent);
  pointer-events: none;
}

.season-command-head {
  position: relative;
  z-index: 1;
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  padding: 13px 17px;
  border-bottom: 1px solid rgba(216, 205, 241, 0.09);
}

.season-command-head > div {
  display: grid;
  gap: 4px;
}

.season-command-head span,
.season-command-head small,
.season-command-orbit p,
.season-command-intel small,
.season-command-intel span,
.season-command-form > span {
  color: #756e7a;
  font-size: 6px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.season-command-head span {
  color: #9d54df;
}

.season-command-head strong {
  color: #cbc3d0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.season-command-head > small {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #8d8492;
}

.season-command-head > small i,
.season-command-orbit p i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #65dc8b;
  box-shadow: 0 0 9px rgba(101, 220, 139, 0.72);
  animation: faceit-live-pulse 1.8s ease-in-out infinite;
}

.season-command-orbit {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  min-width: 0;
  min-height: 222px;
  padding: 20px 14px;
  border-right: 1px solid rgba(216, 205, 241, 0.09);
}

.season-command-ring {
  position: relative;
  display: grid;
  place-content: center;
  width: 156px;
  height: 156px;
  text-align: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, #0c0910 54%, transparent 56%),
    conic-gradient(
      #65dc8b 0 var(--campaign-progress),
      rgba(216, 205, 241, 0.09) var(--campaign-progress) 100%
    );
  box-shadow:
    inset 0 0 28px rgba(134, 48, 213, 0.16),
    0 0 36px rgba(114, 39, 184, 0.12);
}

.season-command-ring::before,
.season-command-ring::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  border: 1px solid rgba(191, 115, 255, 0.17);
}

.season-command-ring::before {
  inset: -9px;
  border-top-color: rgba(192, 108, 255, 0.64);
  transform: rotate(28deg);
}

.season-command-ring::after {
  inset: 14px;
  border-right-color: rgba(101, 220, 139, 0.34);
}

.season-command-ring > span {
  position: relative;
  z-index: 1;
  color: #eee9f2;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 0.78;
}

.season-command-ring > small {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  color: #79717e;
  font-size: 5px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.season-command-orbit p {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #65dc8b;
  line-height: 1.5;
  text-align: center;
}

.season-command-intel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.season-command-intel article {
  display: grid;
  align-content: center;
  gap: 7px;
  min-height: 111px;
  padding: 17px;
  border-right: 1px solid rgba(216, 205, 241, 0.08);
  border-bottom: 1px solid rgba(216, 205, 241, 0.08);
}

.season-command-intel article:nth-child(2n) {
  border-right: 0;
}

.season-command-intel article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.season-command-intel strong {
  color: #ddd6e2;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 27px;
  font-weight: 750;
  line-height: 0.85;
  text-transform: uppercase;
}

.season-command-intel strong.is-positive {
  color: #65dc8b;
}

.season-command-intel strong.is-negative {
  color: #ff6876;
}

.season-command-form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  min-height: 55px;
  padding: 12px 17px;
  border-top: 1px solid rgba(216, 205, 241, 0.09);
}

.season-command-form > div {
  display: flex;
  gap: 4px;
}

.season-command-form > div i {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #0a0a0d;
  font-size: 6px;
  font-style: normal;
  font-weight: 900;
  border-radius: 2px;
}

.season-command-form > div i.is-win {
  background: #65dc8b;
}

.season-command-form > div i.is-loss {
  background: #ff6876;
}

.season-command-form > strong {
  color: #d9d1df;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 18px;
}

.season-command-form > strong small {
  color: #756e7a;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 6px;
  letter-spacing: 0.12em;
}

.faceit-forfeit {
  margin-left: 0.35rem;
  color: #ff7050;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.esea-live-metrics {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) repeat(4, minmax(0, 1fr));
  margin-top: 38px;
  overflow: hidden;
  background: rgba(8, 8, 12, 0.76);
  border: 1px solid rgba(216, 205, 241, 0.13);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
}

.live-metrics-status,
.esea-live-metrics article {
  min-height: 116px;
  padding: 22px;
  border-right: 1px solid rgba(216, 205, 241, 0.1);
}

.live-metrics-status {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(135deg, rgba(119, 42, 203, 0.22), transparent 70%),
    rgba(255, 255, 255, 0.015);
}

.live-metrics-status span,
.live-metrics-status small,
.esea-live-metrics article small,
.esea-live-metrics article > span {
  color: #7d7683;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.live-metrics-status span {
  color: #c9a1ef;
}

.live-metrics-status span i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: #65dc8b;
  box-shadow: 0 0 12px rgba(101, 220, 139, 0.75);
  animation: faceit-live-pulse 1.8s ease-in-out infinite;
}

.esea-live-metrics article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.esea-live-metrics article:last-child {
  border-right: 0;
}

.esea-live-metrics article strong {
  color: #eee9f2;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 42px;
  font-weight: 750;
  line-height: 0.9;
}

.esea-live-metrics article strong em {
  margin-left: 2px;
  color: #8d8492;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
}

.esea-live-metrics article strong.is-positive {
  color: #65dc8b;
}

.esea-live-metrics article strong.is-negative {
  color: #ff6876;
}

.live-form {
  display: flex;
  align-items: center;
  gap: 4px;
}

.live-form i {
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  color: #0b0b0e;
  border-radius: 2px;
  font-size: 6px;
  font-style: normal;
  font-weight: 900;
}

.live-form i.is-win {
  background: #65dc8b;
}

.live-form i.is-loss {
  background: #ff6876;
}

.esea-classification {
  margin-top: 14px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(113, 42, 182, 0.09), transparent 45%),
    rgba(8, 8, 12, 0.76);
  border: 1px solid rgba(216, 205, 241, 0.13);
}

.classification-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(216, 205, 241, 0.1);
}

.classification-head > div {
  display: grid;
  gap: 5px;
}

.classification-head span,
.classification-head small,
.classification-grid article > small,
.classification-grid article > span,
.classification-grid article > em,
.esea-classification footer {
  color: #756e7a;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.classification-head span {
  color: #9d54df;
}

.classification-head strong {
  color: #cfc7d5;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.classification-head > small {
  display: flex;
  align-items: center;
  gap: 7px;
}

.classification-head > small i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #65dc8b;
  box-shadow: 0 0 10px rgba(101, 220, 139, 0.7);
  animation: faceit-live-pulse 1.8s ease-in-out infinite;
}

.classification-grid {
  display: grid;
  grid-template-columns:
    minmax(130px, 0.62fr)
    minmax(210px, 1.2fr)
    minmax(180px, 0.9fr)
    minmax(230px, 1.35fr);
}

.classification-grid article {
  display: flex;
  min-width: 0;
  min-height: 132px;
  padding: 22px;
  border-right: 1px solid rgba(216, 205, 241, 0.09);
}

.classification-grid article:last-child {
  border-right: 0;
}

.classification-position,
.classification-context,
.classification-movement,
.classification-history {
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.classification-position {
  background:
    radial-gradient(circle at 24% 50%, rgba(153, 66, 235, 0.18), transparent 54%),
    rgba(255, 255, 255, 0.015);
}

.classification-position > strong {
  color: #d09cff;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 54px;
  line-height: 0.78;
}

.classification-context > strong,
.classification-movement > strong {
  color: #e4dce9;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 27px;
  line-height: 0.95;
  text-transform: uppercase;
}

.classification-context > em {
  display: block;
  margin-top: 5px;
  padding-top: 11px;
  color: #a696ae;
  font-style: normal;
  line-height: 1.5;
  border-top: 1px solid rgba(216, 205, 241, 0.08);
}

.classification-context > em.is-qualified {
  color: #65dc8b;
}

.classification-context > em.is-outside {
  color: #ff9a68;
}

.classification-movement > strong {
  color: #918996;
  font-size: 20px;
}

.classification-movement > strong.is-positive {
  color: #65dc8b;
}

.classification-movement > strong.is-negative {
  color: #ff6876;
}

.classification-history > div {
  display: flex;
  align-items: stretch;
  gap: 7px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: thin;
}

.classification-history > div > span {
  display: grid;
  flex: 0 0 54px;
  gap: 4px;
  min-height: 48px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.018);
  border: 1px solid rgba(216, 205, 241, 0.09);
}

.classification-history > div > span.is-current {
  background: rgba(124, 45, 199, 0.16);
  border-color: rgba(186, 100, 255, 0.34);
}

.classification-history span small {
  color: #6f6874;
  font-size: 5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.classification-history span strong {
  color: #bdb4c3;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 18px;
}

.classification-history span.is-current strong {
  color: #ce8fff;
}

.esea-classification footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 22px;
  border-top: 1px solid rgba(216, 205, 241, 0.09);
}

.esea-classification footer a {
  color: #9f69cb;
  text-decoration: none;
}

.esea-classification footer a:hover {
  color: #d6a8ff;
}

.next-match.live-next-match {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  margin-top: 24px;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 30%, rgba(130, 54, 215, 0.17), transparent 35%),
    rgba(255, 255, 255, 0.018);
  border: 1px solid rgba(183, 104, 255, 0.18);
}

.next-match.live-next-match > div {
  display: flex;
  min-width: 0;
  min-height: 104px;
  padding: 20px 22px;
  border-right: 1px solid rgba(216, 205, 241, 0.09);
}

.next-match.live-next-match small {
  display: block;
}

.live-next-status {
  grid-column: 1 / -1;
  align-items: center;
  gap: 10px;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(216, 205, 241, 0.09);
}

.live-next-status > div {
  display: grid;
  gap: 5px;
}

.live-next-status small,
.live-next-intel > small,
.live-next-intel > span {
  color: #746d79;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.live-next-status p {
  color: #b9afc0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-next-opponent {
  align-items: center;
  gap: 14px;
}

.live-next-avatar {
  display: grid;
  flex: 0 0 54px;
  place-items: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  color: #cc91ff;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 19px;
  font-weight: 800;
  background:
    linear-gradient(145deg, rgba(151, 58, 235, 0.22), rgba(22, 14, 28, 0.9));
  border: 1px solid rgba(190, 105, 255, 0.32);
}

.live-next-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.live-next-identity,
.live-next-intel,
.live-next-countdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start !important;
  gap: 5px !important;
}

.live-next-identity small,
.live-next-identity span,
.live-next-countdown small {
  color: #716b77;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.live-next-identity strong {
  color: #ddd5e5;
  font-size: 14px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.live-next-intel > div {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 19px;
}

.live-next-intel {
  border-right: 0 !important;
}

.live-next-intel i {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  color: #0b0b0e;
  border-radius: 2px;
  font-size: 6px;
  font-style: normal;
  font-weight: 900;
}

.live-next-intel i.is-win {
  background: #65dc8b;
}

.live-next-intel i.is-loss {
  background: #ff6876;
}

.live-next-intel i.is-draw {
  background: #b1a8b7;
}

.live-next-intel > div > strong {
  color: #9e75c2;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 19px;
  letter-spacing: 0.06em;
}

.live-next-countdown {
  grid-column: 1 / -1;
  min-width: 94px;
  min-height: 84px !important;
  border-top: 1px solid rgba(216, 205, 241, 0.09);
  border-right: 0 !important;
}

.live-next-countdown strong {
  color: #bb74fb;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 26px;
  letter-spacing: 0.04em;
}

.next-match.live-next-match > a {
  grid-column: 1 / -1;
  display: block;
  padding: 13px 22px;
  color: #9f69cb;
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  border-top: 1px solid rgba(216, 205, 241, 0.09);
}

.next-match.live-next-match > a:hover {
  color: #d6a8ff;
}

.season-timeline.season-performance {
  display: block;
  margin-top: 24px;
  padding: 28px;
  overflow: hidden;
}

.season-performance-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(216, 205, 241, 0.1);
}

.season-performance-head div {
  display: grid;
  gap: 6px;
}

.season-performance-head span,
.season-performance-head small {
  color: #8d4bc9;
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.season-performance-head > div > strong {
  color: #cfc8d4;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.season-performance-head > small {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #716a76;
}

.season-performance-head > small i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #65dc8b;
  box-shadow: 0 0 10px rgba(101, 220, 139, 0.7);
}

.season-performance-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.018);
  border: 1px solid rgba(216, 205, 241, 0.1);
}

.season-performance-summary article {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 112px;
  padding: 20px 22px;
  border-right: 1px solid rgba(216, 205, 241, 0.09);
}

.season-performance-summary article:last-child {
  border-right: 0;
}

.season-performance-summary small,
.season-performance-summary span {
  color: #736c78;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.season-performance-summary strong {
  color: #d8d1dd;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 31px;
  line-height: 0.9;
}

.season-performance-summary strong.is-positive {
  color: #65dc8b;
}

.season-performance-summary strong.is-negative {
  color: #ff6876;
}

.season-map-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.season-map-card {
  position: relative;
  display: grid;
  gap: 17px;
  min-width: 0;
  min-height: 174px;
  padding: 20px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(139, 61, 255, 0.065), transparent 54%),
    rgba(255, 255, 255, 0.018);
  border: 1px solid rgba(216, 205, 241, 0.1);
}

.season-map-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #65dc8b, transparent 74%);
}

.season-map-card.is-negative::before {
  background: linear-gradient(90deg, #ff6876, transparent 74%);
}

.season-map-card header,
.season-map-record,
.season-map-card footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.season-map-card header span {
  color: #d7d0dc;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.season-map-card header small,
.season-map-record em,
.season-map-card footer {
  color: #716a76;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.season-map-record {
  align-items: end;
}

.season-map-record strong {
  color: #ece7ef;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 38px;
  line-height: 0.85;
}

.season-map-record em {
  font-style: normal;
}

.season-map-bar {
  height: 3px;
  overflow: hidden;
  background: rgba(216, 205, 241, 0.08);
}

.season-map-bar i {
  display: block;
  width: var(--win-rate);
  height: 100%;
  background: linear-gradient(90deg, #7e35c6, #65dc8b);
}

.season-map-card.is-negative .season-map-bar i {
  background: linear-gradient(90deg, #7e35c6, #ff6876);
}

.season-map-card footer {
  align-self: end;
  padding-top: 12px;
  border-top: 1px solid rgba(216, 205, 241, 0.08);
}

.season-map-card footer strong {
  margin-left: auto;
  color: #65dc8b;
  font-size: 9px;
}

.season-map-card.is-negative footer strong {
  color: #ff6876;
}

.season-map-card footer em {
  padding: 3px 5px;
  color: #ff8e98;
  font-size: 6px;
  font-style: normal;
  border: 1px solid rgba(255, 104, 118, 0.24);
}

@keyframes faceit-live-pulse {
  50% {
    opacity: 0.4;
    transform: scale(0.78);
  }
}

@media (max-width: 940px) {
  .season-card-identity {
    gap: 22px;
    padding-inline: 8px 20px;
  }

  .season-card-identity img {
    flex-basis: 144px;
    width: 144px;
    height: 144px;
  }

  .season-card-identity h3 {
    font-size: clamp(42px, 7vw, 55px);
  }

  .season-command-center {
    min-height: 390px;
  }

  .esea-live-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .live-metrics-status {
    grid-column: 1 / -1;
    min-height: 84px;
  }

  .esea-live-metrics article:nth-child(3),
  .esea-live-metrics article:last-child {
    border-right: 0;
  }

  .classification-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .classification-grid article {
    border-bottom: 1px solid rgba(216, 205, 241, 0.09);
  }

  .classification-grid article:nth-child(2) {
    border-right: 0;
  }

  .classification-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .next-match.live-next-match {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .live-next-status {
    grid-column: 1 / -1;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(216, 205, 241, 0.09);
  }

  .live-next-intel {
    border-right: 0 !important;
  }

  .live-next-countdown {
    grid-column: 1 / -1;
    min-height: 84px !important;
    border-top: 1px solid rgba(216, 205, 241, 0.09);
  }

  .next-match.live-next-match > a {
    display: block;
  }

  .season-map-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .season-card-identity {
    gap: 14px;
    padding-inline: 0;
  }

  .season-card-identity img {
    flex-basis: 88px;
    width: 88px;
    height: 88px;
  }

  .season-card-identity > div {
    padding-right: 0;
  }

  .season-card-identity h3 {
    font-size: clamp(31px, 10vw, 38px);
    letter-spacing: -0.035em;
  }

  .season-command-center {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    min-height: 0;
    margin: 20px 0;
  }

  .season-command-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .season-command-orbit {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid rgba(216, 205, 241, 0.09);
  }

  .season-command-intel {
    grid-column: 1;
  }

  .season-command-form {
    grid-template-columns: 1fr auto;
  }

  .season-command-form > span {
    grid-column: 1 / -1;
  }

  .esea-live-metrics article {
    min-height: 102px;
    padding: 17px;
  }

  .esea-live-metrics article strong {
    font-size: 36px;
  }

  .classification-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .classification-grid {
    grid-template-columns: 1fr;
  }

  .classification-grid article,
  .classification-grid article:nth-child(2),
  .classification-grid article:nth-last-child(-n + 2) {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid rgba(216, 205, 241, 0.09);
  }

  .classification-grid article:last-child {
    border-bottom: 0;
  }

  .esea-classification footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .next-match.live-next-match {
    grid-template-columns: 1fr;
  }

  .next-match.live-next-match > div,
  .live-next-countdown {
    grid-column: auto;
    min-height: 92px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(216, 205, 241, 0.09);
  }

  .live-next-countdown {
    border-top: 0;
  }

  .season-timeline.season-performance {
    padding: 20px;
  }

  .season-performance-head {
    align-items: start;
    flex-direction: column;
  }

  .season-performance-summary,
  .season-map-grid {
    grid-template-columns: 1fr;
  }

  .season-performance-summary article {
    border-right: 0;
    border-bottom: 1px solid rgba(216, 205, 241, 0.09);
  }

  .season-performance-summary article:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-metrics-status span i,
  .classification-head > small i,
  .season-command-head > small i,
  .season-command-orbit p i {
    animation: none;
  }
}

/* Season 58 editorial mission poster */
.season-card.has-season-poster {
  overflow: hidden;
}

.season-card.has-season-poster .season-roster-mini {
  margin-top: 0;
}

.season-mission-poster {
  position: relative;
  isolation: isolate;
  display: grid;
  flex: 1 1 auto;
  grid-template-rows: auto minmax(230px, 1fr) auto auto;
  min-height: 470px;
  margin: 24px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 42%, rgba(139, 61, 255, 0.18), transparent 37%),
    linear-gradient(135deg, rgba(139, 61, 255, 0.1), transparent 34%),
    #09080d;
  border: 1px solid rgba(216, 205, 241, 0.13);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.025),
    inset 0 -80px 100px rgba(66, 20, 103, 0.1);
}

.season-mission-poster::before,
.season-mission-poster::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.season-mission-poster::before {
  inset: 13px;
  border: 1px solid rgba(216, 205, 241, 0.055);
  clip-path: polygon(
    0 0,
    38px 0,
    38px 1px,
    100% 1px,
    100% calc(100% - 38px),
    calc(100% - 1px) calc(100% - 38px),
    calc(100% - 1px) 100%,
    0 100%
  );
}

.season-mission-poster::after {
  right: -9px;
  bottom: 28px;
  width: 98px;
  height: 1px;
  background: linear-gradient(90deg, #a754ec, transparent);
  box-shadow: 0 0 18px rgba(167, 84, 236, 0.42);
}

.season-poster-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: 0.52;
  background-image:
    linear-gradient(rgba(216, 205, 241, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 205, 241, 0.035) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 54%, transparent 100%);
}

.season-poster-scan {
  position: absolute;
  z-index: 3;
  top: -12%;
  left: 0;
  width: 100%;
  height: 18%;
  opacity: 0;
  background: linear-gradient(
    transparent,
    rgba(191, 111, 255, 0.025) 38%,
    rgba(191, 111, 255, 0.17) 50%,
    rgba(191, 111, 255, 0.025) 62%,
    transparent
  );
  mix-blend-mode: screen;
  animation: season-poster-scan 7s ease-in-out infinite;
  pointer-events: none;
}

.season-poster-dragon {
  position: absolute;
  z-index: -2;
  right: -105px;
  bottom: 28px;
  display: grid;
  place-items: center;
  width: min(78%, 420px);
  aspect-ratio: 1;
  pointer-events: none;
}

.season-poster-dragon::before,
.season-poster-dragon::after,
.season-poster-dragon > span {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.season-poster-dragon::before {
  inset: 4%;
  border: 1px solid rgba(184, 104, 255, 0.17);
  border-top-color: rgba(197, 127, 255, 0.58);
  animation: season-poster-orbit 24s linear infinite;
}

.season-poster-dragon::after {
  inset: 16%;
  border: 1px dashed rgba(216, 205, 241, 0.13);
  animation: season-poster-orbit 32s linear infinite reverse;
}

.season-poster-dragon > span {
  inset: 29%;
  background: rgba(139, 61, 255, 0.08);
  box-shadow:
    0 0 70px rgba(139, 61, 255, 0.26),
    0 0 140px rgba(139, 61, 255, 0.14);
}

.season-poster-dragon img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  opacity: 0.22;
  filter: saturate(0.7) contrast(1.08);
  transform: rotate(-5deg);
}

.season-poster-head {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(216, 205, 241, 0.09);
}

.season-poster-head span,
.season-poster-head small,
.season-poster-copy > small,
.season-poster-status span,
.season-poster-status small,
.season-poster-foot {
  color: #827a88;
  font-size: 6px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.season-poster-head span {
  color: #a85be8;
}

.season-poster-head small {
  display: flex;
  align-items: center;
  gap: 7px;
}

.season-poster-head small i,
.season-poster-status span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #65dc8b;
  box-shadow: 0 0 10px rgba(101, 220, 139, 0.76);
  animation: faceit-live-pulse 1.8s ease-in-out infinite;
}

.season-poster-reticle {
  position: absolute;
  z-index: 1;
  top: 91px;
  right: 32px;
  display: grid;
  place-content: center;
  width: 42px;
  height: 42px;
  color: rgba(216, 205, 241, 0.28);
  font-size: 5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  border: 1px solid rgba(216, 205, 241, 0.12);
  border-radius: 50%;
}

.season-poster-reticle i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(190, 119, 246, 0.36);
  transform: translate(-50%, -50%);
}

.season-poster-reticle i:first-child {
  width: 58px;
  height: 1px;
}

.season-poster-reticle i:nth-child(2) {
  width: 1px;
  height: 58px;
}

.season-poster-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 34px 22px 30px;
}

.season-poster-copy > small {
  display: block;
  margin-bottom: 16px;
  color: #b86cff;
}

.season-poster-copy > strong {
  display: block;
  width: min-content;
  color: #f2edf5;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(82px, 7.25vw, 114px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.66;
  text-transform: uppercase;
  text-shadow: 0 13px 36px rgba(0, 0, 0, 0.5);
}

.season-poster-copy > strong span {
  display: block;
  margin-left: 32px;
  color: transparent;
  background: linear-gradient(95deg, #f5eff9 0%, #cda1ef 48%, #8f3fd4 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.season-poster-copy p {
  margin: 28px 0 0 35px;
  color: #a49ca8;
  font-size: 11px;
  line-height: 1.65;
}

.season-poster-copy p::before {
  display: inline-block;
  width: 21px;
  height: 1px;
  margin: 0 9px 4px -35px;
  content: "";
  background: #a951ec;
  box-shadow: 0 0 8px rgba(169, 81, 236, 0.48);
}

.season-poster-status {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 7px;
  width: calc(100% - 44px);
  margin: 0 22px 20px;
  padding: 15px 17px 15px 19px;
  background: linear-gradient(90deg, rgba(101, 220, 139, 0.075), rgba(101, 220, 139, 0.012));
  border-left: 2px solid #65dc8b;
  box-shadow: inset 0 0 0 1px rgba(101, 220, 139, 0.08);
}

.season-poster-status span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #65dc8b;
}

.season-poster-status strong {
  color: #e4dfea;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
}

.season-poster-foot {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 10px 18px;
  border-top: 1px solid rgba(216, 205, 241, 0.09);
}

.season-poster-foot i {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 205, 241, 0.12), transparent);
}

@keyframes season-poster-scan {
  0%,
  14% {
    opacity: 0;
    transform: translateY(0);
  }

  22% {
    opacity: 0.8;
  }

  72% {
    opacity: 0.34;
  }

  84%,
  100% {
    opacity: 0;
    transform: translateY(680%);
  }
}

@keyframes season-poster-orbit {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 940px) {
  .season-mission-poster {
    min-height: 445px;
  }

  .season-poster-copy > strong {
    font-size: clamp(90px, 14vw, 118px);
  }

  .season-poster-dragon {
    width: min(68%, 390px);
  }
}

@media (max-width: 620px) {
  .season-mission-poster {
    grid-template-rows: auto minmax(270px, 1fr) auto auto;
    min-height: 500px;
    margin: 20px 0;
  }

  .season-poster-head {
    min-height: 54px;
    padding-inline: 14px;
  }

  .season-poster-head span,
  .season-poster-head small {
    font-size: 5px;
  }

  .season-poster-reticle {
    top: 83px;
    right: 23px;
    width: 34px;
    height: 34px;
  }

  .season-poster-reticle i:first-child {
    width: 48px;
  }

  .season-poster-reticle i:nth-child(2) {
    height: 48px;
  }

  .season-poster-dragon {
    right: -116px;
    bottom: 44px;
    width: 112%;
    opacity: 0.78;
  }

  .season-poster-copy {
    padding: 34px 16px 26px;
  }

  .season-poster-copy > strong {
    font-size: clamp(74px, 26vw, 98px);
  }

  .season-poster-copy > strong span {
    margin-left: 24px;
  }

  .season-poster-copy p {
    margin-top: 26px;
    font-size: 10px;
  }

  .season-poster-status {
    width: calc(100% - 32px);
    margin: 0 16px 16px;
    padding: 14px;
  }

  .season-poster-status strong {
    font-size: 18px;
  }

  .season-poster-foot {
    padding-inline: 14px;
  }

  .season-poster-foot span {
    max-width: 128px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .season-poster-scan,
  .season-poster-dragon::before,
  .season-poster-dragon::after,
  .season-poster-head small i,
  .season-poster-status span i {
    animation: none;
  }
}
