#stats_row {
    display: none;
}

#stats_col {
    display: block;
}

.team_name {
    display: block;
}
.team_short_name {
    display: none;
}
.team_abbreviation {
    display: none;
}

#leaders, #goalies, #team_leaders {
    display: block;
}


.three_stars {
    display: flex;
    justify-content: left;
}

.three_stars_subscript {
    color: WhiteSmoke;
}

.landing-top-players-heading {
    display: flex;
    align-items: center;
}

.home-shell {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.home-hero {
    padding: 3rem;
    border-radius: 32px;
    background: radial-gradient(circle at top left, rgba(103, 246, 255, 0.12), transparent 55%), rgba(10, 12, 18, 0.85);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
}

.home-eyebrow {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--cmh-muted);
    margin-bottom: 1rem;
}

.home-hero h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.05;
    margin-bottom: 1rem;
}

.hero-gradient {
    background: linear-gradient(120deg, #f5f5f5, #8cf2ff 60%, #fcb564);
    -webkit-background-clip: text;
    color: transparent;
}

.hero-copy {
    max-width: 720px;
    color: var(--cmh-muted);
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.btn-cta {
    background: #fff;
    color: #000;
    padding: 0.9rem 1.7rem;
    border-radius: 999px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 35px rgba(255,255,255,0.3);
}

.btn-ghost {
    padding: 0.9rem 1.4rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.25);
    color: var(--cmh-text);
    font-weight: 500;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1.5rem;
}

.hero-metrics div {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 1rem;
}

.metric-value {
    font-size: 2.3rem;
    font-weight: 600;
}

.metric-label {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.75rem;
    color: var(--cmh-muted);
}

.home-section .schedule_home {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

/*
.home-section tr {
    transition: background 0.2s ease, transform 0.2s ease;
}

.home-section tr:hover {
    background: rgba(255,255,255,0.04);
    transform: translateX(2px);
}

.home-section td {
    border: none;
}
*/

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.game-card {
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(145deg, rgba(20,24,35,0.9), rgba(7,8,14,0.95));
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.45);
}

.game-card__header,
.game-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: var(--cmh-muted);
}

.status-pill {
    padding: 0.15rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.final-pill {
    border-color: rgba(255, 120, 120, 0.6);
    color: #ff9090;
}


.ot-pill {
    /*padding: 0.2rem 0.75rem;*/
    background: rgba(255, 209, 92, 0.12);
    border: 1px solid rgba(255, 209, 92, 0.5);
    color: #ffe09b;
    /*font-size: 0.72rem;*/
    /*letter-spacing: 0.16em;*/
}

.game-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.team-row {
    display: flex;
    gap:3em;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

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

.team-row.is-winner {
    color: #fff;
}

.team-info {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
}

.team-info img {
    width: 38px;
    height: 38px;
}

.team-name {
    margin: 0;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-abbrev {
    margin: 0;
    font-size: 0.8rem;
    color: var(--cmh-muted);
}

.team-score {
    font-size: 1.6rem;
    font-weight: 600;
}

.upcoming-score {
    color: rgba(255,255,255,0.5);
}

.game-card__footer span {
    color: var(--cmh-muted);
}

.card-link {
    color: var(--cmh-accent);
    font-weight: 500;
}

.single-game-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}


.single-game {
    width: 100%;
    max-width: 720px;
}

.game-card__body--inline-stats {
    --inline-stat-columns: repeat(6, minmax(72px, 1fr));
    --score-width: 52px;
    gap: 0.75rem;
}

.team-metrics {
    margin-left: auto;
    display: grid;
    grid-template-columns: var(--score-width) minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    width: 100%;
}

.team-metrics .team-score {
    text-align: right;
    display: block;
}


.team-inline-stats,
.inline-stat-labels-grid {
    display: grid;
    grid-template-columns: var(--inline-stat-columns);
    gap: 0.35rem;
}

.team-inline-stats {
    text-align: center;
}

.inline-stat {
    font-size: 1rem;
    font-weight: 600;
    color: #ffe09b;
}

.inline-stat-labels {
    display: grid;
    grid-template-columns: var(--score-width) minmax(0, 1fr);
    align-items: center;
    gap: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.7rem;
    color: var(--cmh-muted);
    padding: 0.35rem 0;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.inline-stat-labels-grid span {
    opacity: 0.85;
}

.inline-stat-placeholder {
    display: block;
    width: 100%;
    height: 0;
}

@media (max-width: 700px) {
    .single-game {
        max-width: 100%;
    }

    .team-metrics {
        grid-template-columns: var(--score-width) minmax(0, 1fr);
    }

    .team-inline-stats,
    .inline-stat-labels-grid {
        grid-template-columns: repeat(3, minmax(70px, 1fr));
    }
}

.home-section .stat_col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*
.game-lines-table {
    background: var(--cmh-surface-alt);
    border: 1px solid var(--cmh-border);
    border-radius: 20px;
    padding: 1.5rem;
}
*/
