.tm-row.res-pending {
    --tm-accent: var(--gray-400);
}

.tm-row-score-pending {
    font-size: 13px;
    font-weight: 700;
    color: var(--gray-500);
    letter-spacing: .05em;
}

.res-pending .tm-row-result-letter {
    opacity: .5;
}

/* ── Team inner tabs (below league subnav) ─────────────────────────────── */

.fl-v2-team .team-inner-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.fl-v2-team .team-inner-tabs a {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--gray-600);
    background: var(--gray-50);
    border: 1px solid var(--gray-100);
    text-decoration: none;
}

.fl-v2-team .team-inner-tabs a:hover {
    color: var(--navy);
    border-color: var(--gray-200);
}

.fl-v2-team .team-inner-tabs a.active {
    color: var(--red);
    background: #FEF2F2;
    border-color: #FECACA;
}

/* ── Team hero (mockup standalone — unused on v2 team page) ──────────── */

.team-hero {
    position: relative;
    min-height: 280px;
    color: var(--white);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.team-hero .wrap {
    position: relative;
    z-index: 1;
    padding: 28px 24px 32px;
    flex: 1;
}

.team-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(15, 23, 42, .96) 0%, rgba(15, 23, 42, .62) 48%, rgba(15, 23, 42, .28) 100%),
        var(--team-banner, none) center / cover no-repeat,
        linear-gradient(135deg, rgba(15, 23, 42, .92) 0%, color-mix(in srgb, var(--team-color, #B91C1C) 35%, #0F172A) 100%);
}

.team-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 55% at 85% 15%, color-mix(in srgb, var(--team-color, #B91C1C) 18%, transparent), transparent 60%);
    pointer-events: none;
}

.breadcrumb-light {
    color: rgba(255, 255, 255, .55);
    font-size: 13px;
    margin-bottom: 24px;
}

.breadcrumb-light a {
    color: rgba(255, 255, 255, .75);
}

.breadcrumb-light a:hover {
    color: #fff;
}

.breadcrumb-light span {
    color: rgba(255, 255, 255, .35);
}

.team-hero-main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.team-hero-brand {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 0;
}

.team-hero-logo-wrap {
    flex-shrink: 0;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: var(--white);
    border: 4px solid rgba(255, 255, 255, .2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.team-hero-logo {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.team-hero-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-hero-logo:not(:has(img)) .team-logo-fallback,
.team-hero-logo.fallback .team-logo-fallback {
    display: flex;
    font-size: 28px;
}

.team-hero-logo:not(:has(img)) img,
.team-hero-logo.fallback img {
    display: none;
}

.team-hero-info h1 {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    margin: 0 0 6px;
    letter-spacing: -.03em;
    line-height: 1.1;
}

.team-hero-league {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 500;
}

.team-hero-league a {
    color: rgba(255, 255, 255, .7);
}

.team-hero-league a:hover {
    color: #fff;
    text-decoration: underline;
}

.team-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.badge-rank {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
}

.team-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, .65);
}

.team-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.team-hero-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.season-select-dark {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .2);
    color: #fff;
}

.btn-ghost-light {
    color: rgba(255, 255, 255, .85);
    border-color: rgba(255, 255, 255, .25);
}

.btn-ghost-light:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff;
}


/* ── Stat rail (embedded in hero) ──────────────────────────────────────── */

.team-stat-rail {
    position: relative;
    z-index: 2;
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, .12);
    background: rgba(0, 0, 0, .28);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.team-stat-rail .wrap {
    padding: 0;
}

.tsr-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.tsr-item {
    padding: 18px 12px 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.tsr-item:last-child {
    border-right: none;
}

.tsr-val {
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -.03em;
    line-height: 1;
    margin-bottom: 6px;
    font-variant-numeric: tabular-nums;
}

.tsr-val-form {
    font-size: 18px;
    letter-spacing: .01em;
}

.tsr-val-green {
    color: #4ADE80;
}

.tsr-val-gold {
    color: #FBBF24;
}

.tsr-gf {
    color: #fff;
}

.tsr-colon {
    color: rgba(255, 255, 255, .35);
    margin: 0 3px;
    font-weight: 600;
}

.tsr-ga {
    color: rgba(255, 255, 255, .55);
}

.tsr-lbl {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, .45);
    text-transform: uppercase;
    letter-spacing: .06em;
    line-height: 1.3;
}

.tsr-form-bar {
    height: 4px;
    border-radius: 99px;
    overflow: hidden;
    display: flex;
    background: rgba(255, 255, 255, .12);
    margin: 0 auto 10px;
    max-width: 72px;
}

.tsr-seg {
    height: 100%;
    min-width: 0;
}

.tsr-seg-w {
    background: #4ADE80;
}

.tsr-seg-d {
    background: rgba(255, 255, 255, .45);
}

.tsr-seg-l {
    background: #F87171;
}


/* ── Panel extras ──────────────────────────────────────────────────────── */

.panel-head-split {
    align-items: flex-start;
}

.panel-desc {
    font-size: 13px;
    font-weight: 500;
    color: var(--gray-500);
    margin: 4px 0 0;
}

.team-layout .main-col {
    min-width: 0;
}


.panel-flush .panel-head {
    padding: 20px 24px 16px;
    border-bottom: 1px solid var(--gray-100);
}

.panel-flush .tm-list,
.panel-flush .staff-grid {
    padding: 0;
}


/* ── Team matches (v2) ─────────────────────────────────────────────────── */

.tm-summary {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tm-sum {
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-500);
    padding: 6px 12px;
    border-radius: 99px;
    background: var(--gray-50);
    border: 1px solid var(--gray-100);
}

.tm-sum strong {
    font-weight: 800;
    margin-right: 4px;
}

.tm-sum-w strong { color: var(--green-dark); }
.tm-sum-d strong { color: var(--gray-600); }
.tm-sum-l strong { color: var(--red); }

.tm-list {
    display: flex;
    flex-direction: column;
}

.tm-row {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 0;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid var(--gray-100);
    transition: background .15s ease;
}

.tm-row:last-child {
    border-bottom: none;
}

.tm-row:hover {
    background: #FAFBFC;
}

.tm-row-result {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 16px 8px;
    border-right: 1px solid var(--gray-100);
}

.tm-row-result.res-win {
    background: linear-gradient(180deg, #F0FDF4, #fff);
}

.tm-row-result.res-draw {
    background: linear-gradient(180deg, var(--gray-50), #fff);
}

.tm-row-result.res-loss {
    background: linear-gradient(180deg, var(--red-soft), #fff);
}

.tm-row-result-letter {
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.tm-row-result.res-win .tm-row-result-letter { color: var(--green-dark); }
.tm-row-result.res-draw .tm-row-result-letter { color: var(--gray-500); }
.tm-row-result.res-loss .tm-row-result-letter { color: var(--red); }

.tm-row-result-text {
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--gray-400);
}

.tm-row-main {
    min-width: 0;
    padding: 14px 20px 14px 16px;
}

.tm-row-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.tm-row-datetime {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.tm-row-datetime time {
    font-size: 14px;
    font-weight: 800;
    color: var(--navy);
    font-variant-numeric: tabular-nums;
}

.tm-row-datetime span {
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-400);
}

.tm-row-tag {
    font-size: 11px;
    font-weight: 700;
    color: var(--gray-500);
    background: var(--gray-50);
    border: 1px solid var(--gray-100);
    padding: 3px 10px;
    border-radius: 99px;
    white-space: nowrap;
}

.tm-row-matchup {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
}

.tm-row-side {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.tm-row-opp {
    justify-content: flex-start;
}

.tm-row-us {
    justify-content: flex-end;
}

.tm-row-us .tm-row-names {
    text-align: right;
}

.tm-row-logo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    box-shadow: 0 0 0 1px var(--gray-100);
    flex-shrink: 0;
    position: relative;
}

.tm-row-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tm-row-logo:not(:has(img)) .team-logo-fallback,
.tm-row-logo.fallback .team-logo-fallback {
    display: flex;
    font-size: 10px;
}

.tm-row-logo:not(:has(img)) img,
.tm-row-logo.fallback img {
    display: none;
}

.tm-row-team {
    font-size: 14px;
    font-weight: 700;
    color: var(--gray-600);
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tm-row-us .tm-row-team {
    font-size: 15px;
    font-weight: 800;
    color: var(--navy);
}

.tm-row-scorebox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.tm-row-score {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 22px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    background: var(--gray-50);
    border: 1px solid var(--gray-100);
    padding: 6px 16px;
    border-radius: 10px;
    line-height: 1;
}

.tm-row-score-opp {
    color: var(--gray-500);
    font-weight: 700;
}

.tm-row-score-us {
    color: var(--navy);
}

.tm-row-score-sep {
    color: var(--gray-300);
    font-weight: 600;
}

.tm-row-pen {
    font-size: 13px;
    font-weight: 800;
    color: #EA580C;
    letter-spacing: 0.01em;
    line-height: 1.2;
}

.tm-row-sets {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
    width: 100%;
    max-width: 168px;
    margin-top: 2px;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.tm-row-set {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 24px;
    padding: 3px 5px;
    border-radius: 6px;
    background: #fff;
    border: 1.5px solid #FECACA;
    font-size: 11px;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    box-shadow: 0 1px 4px rgba(185, 28, 28, .1);
}

.tm-row-set-home {
    color: #B91C1C;
    font-weight: 500;
}

.tm-row-set-away {
    color: #475569;
    font-weight: 500;
}

.tm-row-foot {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 600;
    color: var(--gray-400);
}


/* ── Squad roster (v2) ─────────────────────────────────────────────────── */

.squad-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 20px 12px;
    border-top: 1px solid var(--gray-100);
}

.squad-section-head h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: var(--navy);
}

.squad-section-head p {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-400);
}

.squad-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
    padding: 4px 20px 24px;
}

.player-card {
    display: flex;
    align-items: stretch;
    min-height: 168px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 16px;
    box-shadow: 0 8px 22px -16px rgba(15, 23, 42, .28);
    overflow: hidden;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.player-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px -16px rgba(15, 23, 42, .35);
}

.player-card.pc-star {
    border-color: #F59E0B;
    box-shadow: 0 0 0 1px rgba(245, 158, 11, .18), 0 10px 24px -12px rgba(245, 158, 11, .45);
}

.pc-photo {
    position: relative;
    width: 118px;
    flex-shrink: 0;
    background: linear-gradient(180deg, #e2e8f0 0%, #f8fafc 100%);
}

.pc-photo::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    background: linear-gradient(90deg, transparent, #fff);
    pointer-events: none;
}

.pc-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.pc-no-badge {
    position: static;
    flex-shrink: 0;
    min-width: 42px;
    height: 32px;
    padding: 0 9px;
    border-radius: 9px;
    background: #DC2626;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    box-shadow: 0 4px 10px rgba(220, 38, 38, .28);
}

.player-card.pc-star .pc-no-badge {
    background: linear-gradient(145deg, #D97706, #F59E0B);
    box-shadow: 0 4px 10px rgba(245, 158, 11, .35);
}

.pc-avatar {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    color: var(--gray-500);
    overflow: hidden;
    position: relative;
}

.pc-avatar-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.pc-avatar-fallback {
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.pc-avatar:not(.pc-avatar-photo) .pc-avatar-fallback,
.pc-avatar-photo:not(:has(img)) .pc-avatar-fallback,
.pc-avatar-photo.fallback .pc-avatar-fallback {
    display: flex;
}

.pc-body {
    flex: 1;
    min-width: 0;
    padding: 14px 14px 12px 8px;
    display: flex;
    flex-direction: column;
}

.pc-name {
    margin: 0;
    min-width: 0;
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-role {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #2563eb;
    margin-top: 4px;
}

.pc-top-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    margin-top: 8px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #FFF7ED;
    color: #C2410C;
    font-size: 11px;
    font-weight: 800;
}

.pc-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-top: auto;
    padding-top: 10px;
}

.pc-stat {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 5px 8px;
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: 8px;
}

.pc-stat-ico {
    width: 12px;
    height: 16px;
    border-radius: 2px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.pc-stat-yc .pc-stat-ico {
    background: #FACC15;
    box-shadow: 0 0 0 1px #CA8A04;
}

.pc-stat-rc .pc-stat-ico {
    background: #DC2626;
}

.pc-stat-goals .pc-stat-ico,
.pc-stat-og .pc-stat-ico {
    width: auto;
    height: auto;
    background: none;
}

.pc-stat-lbl {
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--gray-400);
    line-height: 1;
    flex: 1;
}

.pc-stat-val {
    font-size: 13px;
    font-weight: 800;
    color: var(--navy);
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.pc-stat-yc .pc-stat-lbl,
.pc-stat-yc .pc-stat-val {
    color: #CA8A04;
}

.pc-stat-rc .pc-stat-lbl,
.pc-stat-rc .pc-stat-val {
    color: #DC2626;
}

.pc-stat-goals .pc-stat-lbl,
.pc-stat-goals .pc-stat-val,
.pc-stat-goals .pc-stat-ico {
    color: #16A34A;
}

.pc-stat-og .pc-stat-lbl,
.pc-stat-og .pc-stat-val,
.pc-stat-og .pc-stat-ico {
    color: #334155;
}

/* ── Staff ─────────────────────────────────────────────────────────────── */

.staff-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 14px;
    padding: 0 20px 20px;
}

.staff-card {
    display: flex;
    align-items: stretch;
    min-height: 118px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 16px;
    box-shadow: 0 8px 22px -16px rgba(15, 23, 42, .28);
    overflow: hidden;
}

.staff-card .pc-photo {
    width: 96px;
}

.staff-body {
    flex: 1;
    min-width: 0;
    padding: 16px 14px 14px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.staff-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .05em;
    color: var(--red);
    background: var(--red-soft);
    border: 1px solid #FECACA;
    padding: 2px 7px;
    border-radius: 99px;
    margin-bottom: 6px;
}

.staff-name {
    font-size: 16px;
    font-weight: 800;
    color: var(--navy);
    margin: 0 0 2px;
}

.staff-role {
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-500);
    margin: 0;
}


/* ── Sidebar ───────────────────────────────────────────────────────────── */

.team-info-list {
    padding: 4px 0 8px;
}

.team-info-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 20px;
    border-bottom: 1px solid var(--gray-50);
    font-size: 13px;
}

.team-info-item:last-child {
    border-bottom: none;
}

.tik {
    font-weight: 600;
    color: var(--gray-500);
    flex-shrink: 0;
}

.tiv {
    font-weight: 700;
    color: var(--navy);
    text-align: right;
}

.tiv.link {
    color: var(--red);
}

.tiv.strong {
    color: var(--green-dark);
}

.tsm-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 16px 20px;
}

.tsm-stat {
    text-align: center;
    padding: 10px 6px;
    background: var(--gray-50);
    border-radius: var(--radius-xs);
}

.tsm-stat.highlight {
    background: var(--green-soft);
    border: 1px solid #BBF7D0;
}

.tsm-val {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: var(--navy);
    line-height: 1.1;
}

.tsm-stat.highlight .tsm-val {
    color: var(--green-dark);
}

.tsm-lbl {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--gray-400);
    margin-top: 4px;
}

.tlm-body {
    padding: 20px;
    text-align: center;
}

.tlm-result {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 4px 10px;
    border-radius: 99px;
    margin-bottom: 10px;
}

.tlm-score {
    font-size: 28px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: .04em;
    margin-bottom: 4px;
}

.tlm-vs {
    font-size: 13px;
    font-weight: 700;
    color: var(--gray-600);
    margin: 0 0 8px;
}

.tlm-date {
    font-size: 11px;
    font-weight: 600;
    color: var(--gray-400);
}


/* ── Responsive ────────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
    .tsr-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .tsr-item:nth-child(3) {
        border-right: none;
    }

    .tsr-item:nth-child(n+4) {
        border-top: 1px solid rgba(255, 255, 255, .08);
    }

    .staff-grid,
    .squad-grid {
        gap: 12px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .panel-head-split {
        flex-direction: column;
        gap: 12px;
    }

    .tm-summary {
        width: 100%;
    }
}

@media (max-width: 720px) {
    .tsr-grid {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .tsr-grid::-webkit-scrollbar {
        display: none;
    }

    .tsr-item {
        flex: 0 0 128px;
        border-right: 1px solid rgba(255, 255, 255, .08);
        border-top: none;
        padding: 16px 10px 18px;
    }

    .tsr-item:last-child {
        border-right: none;
    }

    .tsr-val {
        font-size: 24px;
    }

    .tsr-val-form {
        font-size: 15px;
    }

    .team-hero-brand {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .team-hero-actions {
        align-items: stretch;
        width: 100%;
    }

    .team-hero-actions .hero-btns {
        display: flex;
    }

    .team-hero-actions .hero-btns .btn {
        flex: 1;
    }

    .tm-row {
        grid-template-columns: 44px 1fr;
        border: 1px solid var(--gray-200);
        border-radius: 14px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
    }

    .tm-row:last-child {
        border-bottom: 1px solid var(--gray-200);
    }

    .panel-flush .panel-head {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 16px;
    }

    .panel-flush .panel-head h2 {
        font-size: 15px;
    }

    .panel-desc {
        font-size: 12px;
    }

    .tm-summary {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        width: 100%;
    }

    .tm-sum {
        justify-content: center;
        text-align: center;
        padding: 8px 6px;
        font-size: 11px;
    }

    .tm-list {
        gap: 10px;
        padding: 12px;
        background: var(--gray-50);
    }

    .tm-row-result {
        padding: 12px 4px;
    }

    .tm-row-result-letter {
        font-size: 16px;
    }

    .tm-row-result-text {
        display: none;
    }

    .tm-row-main {
        padding: 12px 12px 12px 10px;
    }

    .tm-row-top {
        margin-bottom: 8px;
        gap: 8px;
    }

    .tm-row-datetime time {
        font-size: 13px;
    }

    .tm-row-datetime span {
        font-size: 11px;
    }

    .tm-row-tag {
        font-size: 10px;
        padding: 3px 8px;
        max-width: 42%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tm-row-matchup {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
        gap: 8px;
    }

    .tm-row-side {
        flex-direction: column;
        align-items: center;
        justify-content: center !important;
        gap: 5px;
        min-width: 0;
    }

    .tm-row-opp,
    .tm-row-us {
        flex-direction: column;
    }

    .tm-row-us .tm-row-names,
    .tm-row-opp .tm-row-names {
        text-align: center;
        order: 0;
        width: 100%;
    }

    .tm-row-logo {
        width: 34px;
        height: 34px;
    }

    .tm-row-team {
        font-size: 11px;
        max-width: 100%;
    }

    .tm-row-us .tm-row-team {
        font-size: 11px;
        font-weight: 800;
    }

    .tm-row-scorebox {
        align-items: center;
        justify-self: center;
    }

    .tm-row-score {
        font-size: 18px;
        padding: 5px 10px;
        border-radius: 8px;
        gap: 4px;
    }

    .tm-row-foot {
        margin-top: 8px;
        gap: 8px;
        font-size: 10px;
        justify-content: space-between;
    }

    .squad-grid,
    .staff-grid {
        grid-template-columns: 1fr;
        padding-left: 12px;
        padding-right: 12px;
    }

    .player-card {
        min-height: 148px;
    }

    .pc-photo {
        width: 96px;
    }
}
