/* TITAN Sprint 10 — Match Detail 3.0, mobile-first */

.tm10 {
  display: grid;
  gap: 14px;
  width: 100%;
  min-width: 0;
}

.tm10-hero {
  position: relative;
  isolation: isolate;
  min-height: 340px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(89, 113, 156, .30);
  border-radius: 20px;
  background: #070a12;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.012),
    0 24px 70px rgba(0,0,0,.24);
}

.tm10-hero__image,
.tm10-hero__shade {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.tm10-hero__image {
  z-index: -3;
  background: #080b12 var(--tm10-map) center 46% / cover no-repeat;
  transform: scale(1.025);
}

.tm10-hero__shade {
  z-index: -2;
  background:
    radial-gradient(circle at 50% 35%, rgba(11,18,34,.05), rgba(4,7,13,.66) 72%, rgba(4,7,13,.92) 100%),
    linear-gradient(90deg, rgba(4,7,13,.92), rgba(4,7,13,.53) 42%, rgba(4,7,13,.53) 58%, rgba(4,7,13,.92)),
    linear-gradient(180deg, rgba(4,7,13,.24), rgba(4,7,13,.18) 48%, rgba(4,7,13,.82));
}

.tm10-hero__toolbar,
.tm10-hero__actions,
.tm10-breadcrumb,
.tm10-avatar-stack,
.tm10-map-chip,
.tm10-meta {
  display: flex;
  align-items: center;
}

.tm10-hero__toolbar {
  justify-content: space-between;
  gap: 16px;
  min-height: 38px;
}

.tm10-breadcrumb {
  gap: 8px;
  min-width: 0;
  color: var(--dim);
  font-size: 11px;
}

.tm10-breadcrumb a {
  color: var(--muted);
  transition: color var(--transition);
}

.tm10-breadcrumb a:hover {
  color: var(--text);
}

.tm10-breadcrumb strong {
  color: var(--text);
}

.tm10-hero__actions {
  gap: 8px;
  flex-wrap: wrap;
}

.tm10-hero__actions--mobile {
  display: none;
}

.tm10-hero__grid {
  min-height: 210px;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) minmax(260px, .9fr) minmax(210px, 1fr);
  grid-template-areas: "team1 score team2";
  align-items: center;
  gap: 22px;
  padding: 16px 6px 12px;
}

.tm10-team {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 15px;
  background: rgba(8,12,21,.40);
  backdrop-filter: blur(8px);
}

.tm10-team--one {
  grid-area: team1;
}

.tm10-team--two {
  grid-area: team2;
}

.tm10-team.is-winner {
  border-color: rgba(74,222,128,.26);
  background: linear-gradient(180deg, rgba(74,222,128,.07), rgba(8,12,21,.40));
}

.tm10-team.is-loser {
  border-color: rgba(248,113,113,.18);
}

.tm10-team__top {
  display: grid;
  justify-items: center;
  gap: 5px;
}

.tm10-team__top strong {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.tm10-result {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(148,163,184,.11);
  color: var(--muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tm10-team.is-winner .tm10-result {
  background: rgba(74,222,128,.12);
  color: var(--green);
}

.tm10-team.is-loser .tm10-result {
  background: rgba(248,113,113,.10);
  color: var(--red);
}

.tm10-avatar-stack {
  justify-content: center;
  min-height: 42px;
}

.tm10-avatar {
  position: relative;
  width: var(--tm10-avatar);
  height: var(--tm10-avatar);
  display: inline-flex;
  flex: 0 0 var(--tm10-avatar);
  overflow: hidden;
  margin-left: -8px;
  border: 2px solid #111827;
  border-radius: 50%;
  background: #182238;
  box-shadow: 0 5px 16px rgba(0,0,0,.22);
}

.tm10-avatar:first-child {
  margin-left: 0;
}

.tm10-avatar img,
.tm10-avatar-fallback {
  width: 100%;
  height: 100%;
}

.tm10-avatar img {
  display: block;
  object-fit: cover;
}

.tm10-avatar-fallback {
  display: none;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.tm10-avatar--fallback .tm10-avatar-fallback {
  display: grid;
}

.tm10-team__metrics {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 7px;
}

.tm10-team__metrics span {
  display: grid;
  justify-items: center;
  gap: 1px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px;
  background: rgba(255,255,255,.018);
  color: var(--dim);
  font-size: 8px;
  font-weight: 750;
  text-transform: uppercase;
}

.tm10-team__metrics b {
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
}

.tm10-score-center {
  grid-area: score;
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  text-align: center;
}

.tm10-map-chip {
  gap: 8px;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  background: rgba(8,11,18,.56);
  color: var(--muted);
  font-size: 10px;
}

.tm10-map-chip img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.tm10-map-chip b {
  color: var(--text);
  font-weight: 850;
}

.tm10-final-label {
  color: var(--dim);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tm10-score {
  display: flex;
  align-items: center;
  gap: 14px;
  line-height: 1;
}

.tm10-score b {
  min-width: 78px;
  font-size: clamp(58px, 7vw, 82px);
  font-weight: 950;
  letter-spacing: -.075em;
  text-shadow: 0 8px 28px rgba(0,0,0,.30);
}

.tm10-score i {
  color: rgba(255,255,255,.24);
  font-size: 25px;
  font-style: normal;
}

.tm10-score .is-win {
  color: var(--green);
}

.tm10-score .is-loss {
  color: var(--red);
}

.tm10-score .is-draw {
  color: var(--text);
}

.tm10-meta {
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.tm10-meta span {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  background: rgba(8,11,18,.48);
  color: var(--muted);
  font-size: 9px;
  white-space: nowrap;
}

.tm10-hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 8px;
}

.tm10-hero-facts > div {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px;
  background: rgba(7,11,19,.56);
  backdrop-filter: blur(8px);
}

.tm10-hero-facts span {
  color: var(--dim);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tm10-hero-facts strong {
  overflow: hidden;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tm10-tabs {
  position: sticky;
  top: calc(var(--header-h) + 8px);
  z-index: 60;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline proximity;
  background: rgba(17,24,39,.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 30px rgba(0,0,0,.14);
  scrollbar-width: none;
}

.tm10-tabs::-webkit-scrollbar {
  display: none;
}

.tm10-tabs .titan-tab {
  min-width: 102px;
  scroll-snap-align: center;
  touch-action: manipulation;
}

.tm10-panel {
  display: none;
  min-width: 0;
}

.tm10-panel.is-active {
  display: block;
  animation: tm10PanelIn .18s ease;
}

@keyframes tm10PanelIn {
  from { opacity: 0; transform: translateY(3px); }
}

.tm10-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 10px;
}

.tm10-stat {
  position: relative;
  display: grid;
  gap: 3px;
  overflow: hidden;
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid var(--border);
  border-radius: 13px;
  background: var(--surface);
}

.tm10-stat::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: var(--blue);
  content: '';
}

.tm10-stat--green::before { background: var(--green); }
.tm10-stat--gold::before { background: var(--gold); }
.tm10-stat--cyan::before { background: var(--cyan); }

.tm10-stat > span {
  color: var(--dim);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.tm10-stat > strong {
  font-size: clamp(23px, 3vw, 31px);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.tm10-stat > small {
  overflow: hidden;
  color: var(--muted);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tm10-overview-grid,
.tm10-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin-top: 12px;
}

.tm10 .titan-card {
  min-width: 0;
}

.tm10 .titan-card__header h2 {
  margin: 2px 0 0;
  font-size: 16px;
}

.tm10-card-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: var(--surface2);
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.tm10-mvp {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 13px;
}

.tm10-mvp__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.tm10-mvp__copy a,
.tm10-mvp__copy strong,
.tm10-player a,
.tm10-roster-row a {
  overflow: hidden;
  color: var(--text);
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tm10-mvp__copy span,
.tm10-player small,
.tm10-roster-row small {
  color: var(--muted);
  font-size: 10px;
}

.tm10-rating {
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 900;
}

.tm10-rating--good {
  background: rgba(74,222,128,.10);
  color: var(--green);
}

.tm10-rating--neutral {
  background: rgba(250,204,21,.10);
  color: var(--gold);
}

.tm10-rating--bad {
  background: rgba(248,113,113,.10);
  color: var(--red);
}

.tm10-mvp-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 7px;
  margin-top: 14px;
}

.tm10-mvp-metrics > div {
  display: grid;
  gap: 2px;
  padding: 9px;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: rgba(255,255,255,.018);
}

.tm10-mvp-metrics span {
  color: var(--dim);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.tm10-mvp-metrics strong {
  font-size: 15px;
  font-weight: 900;
}

.tm10-story {
  display: grid;
  gap: 10px;
}

.tm10-story > div {
  display: grid;
  grid-template-columns: 30px minmax(0,1fr);
  align-items: start;
  gap: 10px;
  padding: 9px 0;
  border-top: 1px solid var(--border);
}

.tm10-story > div:first-child {
  padding-top: 0;
  border-top: 0;
}

.tm10-story__index {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(59,130,246,.10);
  color: var(--blue);
  font-size: 8px;
  font-weight: 900;
}

.tm10-story p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.tm10-story p strong {
  color: var(--text);
}

.tm10-comparison-card {
  margin-top: 12px;
}

.tm10-comparison {
  display: grid;
  gap: 13px;
}

.tm10-compare-row {
  display: grid;
  gap: 6px;
}

.tm10-compare-values {
  display: grid;
  grid-template-columns: 70px minmax(0,1fr) 70px;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.tm10-compare-values span {
  color: var(--muted);
  font-size: 10px;
}

.tm10-compare-values strong {
  font-size: 12px;
}

.tm10-compare-values strong:first-child {
  text-align: right;
}

.tm10-compare-values strong:last-child {
  text-align: left;
}

.tm10-compare-bars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.tm10-compare-bars span {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
}

.tm10-compare-bars span:first-child {
  transform: scaleX(-1);
}

.tm10-compare-bars i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.tm10-compare-bars span:last-child i {
  background: linear-gradient(90deg, #fb7185, var(--red));
}

.tm10-score-card + .tm10-score-card {
  margin-top: 12px;
}

.tm10-scoreboard {
  min-width: 0;
  overflow-x: auto;
}

.tm10-scoreboard-head,
.tm10-scoreboard-row {
  min-width: 930px;
  display: grid;
  grid-template-columns: minmax(230px, 1.45fr) 78px repeat(3, 42px) 50px 55px 52px 58px 62px;
  align-items: center;
  gap: 8px;
}

.tm10-scoreboard-head {
  padding: 10px 14px 8px;
  color: var(--dim);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tm10-scoreboard-row {
  min-height: 54px;
  padding: 8px 14px;
  border-top: 1px solid var(--border);
  font-size: 11px;
  transition: background var(--transition);
}

.tm10-scoreboard-row:hover {
  background: rgba(255,255,255,.018);
}

.tm10-player {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.tm10-player > div {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.tm10-scoreboard-row > span:not(:first-child) {
  text-align: center;
  font-weight: 750;
}

.tm10-score-badge {
  min-width: 68px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.tm10-score-badge b {
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  text-shadow: 0 1px 2px rgba(0,0,0,.8);
  transform: skew(-8deg);
}

.tm10 .is-positive {
  color: var(--green);
}

.tm10 .is-negative {
  color: var(--red);
}

.tm10-roster {
  display: grid;
  gap: 2px;
}

.tm10-roster-row {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-top: 1px solid var(--border);
}

.tm10-roster-row:first-child {
  border-top: 0;
}

.tm10-roster-row > div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.tm10-team-rating {
  min-width: 46px;
  display: grid;
  place-items: center;
  padding: 5px 8px;
  border-radius: 8px;
  background: rgba(59,130,246,.10);
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.tm10-demo {
  display: grid;
  gap: 16px;
}

.tm10-demo__copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.tm10-demo p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.tm10-demo-code {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tm10-demo-code code {
  min-width: 0;
  flex: 1;
  overflow-x: auto;
  padding: 11px 13px;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: var(--bg2);
  color: var(--text);
  font-size: 11px;
  white-space: nowrap;
}

.tm10-demo-open {
  justify-self: start;
}

/* Tablet */
@media (max-width: 980px) {
  .tm10-hero__grid {
    grid-template-columns: minmax(175px,1fr) minmax(220px,.9fr) minmax(175px,1fr);
    gap: 12px;
  }

  .tm10-team {
    padding: 13px 10px;
  }

  .tm10-team__metrics span {
    padding-inline: 4px;
  }
}

/* Mobile layout is intentionally re-composed, not merely shrunk. */
@media (max-width: 760px) {
  .tm10 {
    gap: 11px;
  }

  .tm10-hero {
    min-height: 0;
    padding: 12px;
    border-radius: 15px;
  }

  .tm10-hero__image {
    background-position: center top;
    transform: scale(1.04);
  }

  .tm10-hero__shade {
    background:
      linear-gradient(180deg, rgba(4,7,13,.44), rgba(4,7,13,.67) 38%, rgba(4,7,13,.94)),
      linear-gradient(90deg, rgba(4,7,13,.76), rgba(4,7,13,.35), rgba(4,7,13,.76));
  }

  .tm10-hero__toolbar {
    min-height: 30px;
  }

  .tm10-hero__actions--desktop {
    display: none;
  }

  .tm10-hero__actions--mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 8px;
    margin-top: 10px;
  }

  .tm10-hero__actions--mobile:has(> :only-child) {
    grid-template-columns: 1fr;
  }

  .tm10-hero__actions--mobile .titan-btn {
    min-height: 43px;
    width: 100%;
  }

  .tm10-hero__grid {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0,1fr));
    grid-template-areas:
      "score score"
      "team1 team2";
    gap: 9px;
    padding: 10px 0 0;
  }

  .tm10-score-center {
    padding-bottom: 2px;
  }

  .tm10-score {
    gap: 10px;
  }

  .tm10-score b {
    min-width: 54px;
    font-size: 50px;
  }

  .tm10-score i {
    font-size: 20px;
  }

  .tm10-meta {
    max-width: 100%;
  }

  .tm10-meta span {
    min-height: 22px;
    max-width: 100%;
    overflow: hidden;
    font-size: 8px;
    text-overflow: ellipsis;
  }

  .tm10-team {
    align-content: start;
    gap: 7px;
    padding: 10px 7px;
    border-radius: 11px;
  }

  .tm10-team__top strong {
    font-size: 12px;
  }

  .tm10-result {
    min-height: 19px;
    padding-inline: 6px;
    font-size: 7px;
  }

  .tm10-team .tm10-avatar {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
    margin-left: -6px;
  }

  .tm10-avatar-stack {
    min-height: 29px;
  }

  .tm10-team__metrics {
    gap: 4px;
  }

  .tm10-team__metrics span {
    padding: 5px 3px;
    font-size: 6px;
  }

  .tm10-team__metrics b {
    font-size: 11px;
  }

  .tm10-hero-facts {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 6px;
    margin-top: 9px;
  }

  .tm10-hero-facts > div {
    padding: 8px 9px;
  }

  .tm10-tabs {
    top: calc(var(--header-h) + 5px);
    margin-inline: -1px;
    padding: 4px;
    border-radius: 11px;
  }

  .tm10-tabs .titan-tab {
    min-width: 92px;
    min-height: 40px;
  }

  .tm10-stat-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 8px;
  }

  .tm10-stat {
    padding: 12px;
  }

  .tm10-overview-grid,
  .tm10-team-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  .tm10 .titan-card__header {
    min-height: 50px;
    padding-inline: 13px;
  }

  .tm10 .titan-card__body {
    padding: 13px;
  }

  .tm10-mvp {
    grid-template-columns: auto minmax(0,1fr) auto;
    gap: 10px;
  }

  .tm10-mvp .tm10-avatar {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .tm10-mvp-metrics {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .tm10-compare-values {
    grid-template-columns: 54px minmax(0,1fr) 54px;
  }

  /* Real mobile player cards; no 930px horizontal table. */
  .tm10-scoreboard {
    overflow: visible;
    padding: 8px;
  }

  .tm10-scoreboard-head {
    display: none;
  }

  .tm10-scoreboard-row {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 7px;
    min-height: 0;
    margin-top: 8px;
    padding: 11px;
    border: 1px solid var(--border);
    border-radius: 11px;
    background: rgba(255,255,255,.012);
  }

  .tm10-scoreboard-row:first-of-type {
    margin-top: 0;
  }

  .tm10-player {
    grid-column: 1 / 4;
    min-width: 0;
  }

  .tm10-scoreboard-row > span {
    min-width: 0;
    display: grid;
    justify-items: start;
    gap: 2px;
    padding: 7px 6px;
    border: 1px solid rgba(255,255,255,.055);
    border-radius: 8px;
    background: rgba(255,255,255,.016);
    text-align: left !important;
    font-size: 11px;
  }

  .tm10-scoreboard-row > span::before {
    color: var(--dim);
    font-size: 6px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    content: attr(data-label);
  }

  .tm10-scoreboard-row > span:nth-child(2) {
    grid-column: 1 / 3;
  }

  .tm10-scoreboard-row > span:last-child {
    grid-column: 4;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .tm10-scoreboard-row > span:last-child::before {
    display: none;
  }

  .tm10-score-badge {
    min-width: 78px;
    justify-content: center;
  }

  .tm10-score-card + .tm10-score-card {
    margin-top: 10px;
  }

  .tm10-roster-row {
    gap: 8px;
  }

  .tm10-roster-row small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tm10-demo__copy {
    align-items: flex-start;
    flex-direction: column;
  }

  .tm10-demo-code {
    align-items: stretch;
    flex-direction: column;
  }

  .tm10-demo-code .titan-btn,
  .tm10-demo-open {
    width: 100%;
    min-height: 43px;
  }
}

@media (max-width: 430px) {
  .tm10-breadcrumb {
    font-size: 9px;
  }

  .tm10-score b {
    min-width: 48px;
    font-size: 46px;
  }

  .tm10-map-chip {
    min-height: 27px;
    font-size: 9px;
  }

  .tm10-meta span:nth-child(2) {
    max-width: 180px;
  }

  .tm10-team {
    padding-inline: 5px;
  }

  .tm10-team__metrics span {
    text-transform: none;
  }

  .tm10-hero-facts strong {
    font-size: 11px;
  }

  .tm10-stat > strong {
    font-size: 23px;
  }

  .tm10-scoreboard-row {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  .tm10-player {
    grid-column: 1 / 3;
  }

  .tm10-scoreboard-row > span:last-child {
    grid-column: 3;
  }

  .tm10-scoreboard-row > span:nth-child(2) {
    grid-column: 1 / 4;
  }

  .tm10-mvp {
    grid-template-columns: auto minmax(0,1fr);
  }

  .tm10-mvp > .tm10-rating {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 360px) {
  .tm10-hero {
    padding: 10px;
  }

  .tm10-team .tm10-avatar {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  .tm10-avatar-stack {
    min-height: 25px;
  }

  .tm10-team__metrics {
    grid-template-columns: 1fr;
  }

  .tm10-team__metrics span:last-child {
    display: none;
  }

  .tm10-tabs .titan-tab {
    min-width: 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm10-panel.is-active {
    animation: none;
  }
}
