/* -----------------------------------------
   Global Styles
----------------------------------------- */

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    color: #222;
    background: linear-gradient(to bottom, #f4f6f8, #e9eef2);
}


.sidebar-panel {
    width: 100%;
    margin-bottom: 2rem;
}

.sidebar-panel table {
    width: 100%;
}

.sidebar-panel h4 {
    text-align: center;
    font-weight: 900;
    margin-bottom: 1rem;
}

/* -----------------------------------------
   Header / Hero
----------------------------------------- */

.site-header-wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.site-hero {
    width: 100%;
    height: 600px;          /* 👈 controls banner height */
    object-fit: cover;      /* 👈 fills nicely */
    object-position: center 20%; /* 👈 adjust what part stays visible */
}

.site-header-wrap {
    position: relative;
}

.site-header-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), transparent);
    pointer-events: none;
}
/* -----------------------------------------
   Navigation (Desktop)
----------------------------------------- */

.nav-bar.site-nav {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    margin: 12px 0 0 0 !important;
    padding: 0 !important;
    background: #2f343a !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.14) !important;
}

.nav-bar.site-nav > li {
    list-style: none !important;
    background: transparent !important;
    border-right: 1px solid rgba(255,255,255,0.12) !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 1 auto !important;
    float: none !important;
}

.nav-bar.site-nav > li:last-child {
    border-right: none !important;
}

.nav-bar.site-nav > li > a {
    display: block !important;
    padding: 14px 16px !important;
    color: #f1f1f1 !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-decoration: none !important;
    background: transparent !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

.nav-bar.site-nav > li > a:hover {
    background: rgba(255,255,255,0.08) !important;
}

.nav-bar.site-nav > li.active,
.nav-bar.site-nav > li.active > a {
    background: #2ea8c9 !important;
    color: #ffffff !important;
}


/* -----------------------------------------
   Navigation (Mobile)
----------------------------------------- */

@media only screen and (max-width: 640px) {

    .nav-bar.site-nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        -webkit-overflow-scrolling: touch;
    }

    .nav-bar.site-nav > li {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: auto !important;
        max-width: none !important;
        float: none !important;
        display: block !important;
    }

    .nav-bar.site-nav > li > a {
        display: block !important;
        width: auto !important;
        font-size: 0.85rem !important;
        padding: 12px 14px !important;
        white-space: nowrap !important;
    }
}

@media only screen and (max-width: 640px) {
    body {
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden;
    }

    .site-header-wrap {
        position: relative !important;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
        width: 100vw !important;
        max-width: 100vw !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .site-hero {
        width: 100vw !important;
        max-width: 100vw !important;
        height: auto !important;
        display: block !important;
    }

    .nav-bar.site-nav {
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 100vw !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
    }

    .nav-bar.site-nav > li {
        flex: 0 0 auto !important;
        width: auto !important;
        float: none !important;
    }

    .nav-bar.site-nav > li > a {
        white-space: nowrap !important;
        font-size: 0.85rem !important;
        padding: 12px 14px !important;
    }
}

.mobile-menu-toggle {
    display: none;
}

@media only screen and (max-width: 640px) {
    .mobile-menu-toggle {
        display: block;
        width: 100%;
        padding: 14px;
        background: #2f343a;
        color: white;
        font-size: 1rem;
        font-weight: 800;
        border: none;
        text-align: left;
    }

    .nav-bar.site-nav {
        display: none !important;
        width: 100% !important;
        margin: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .nav-bar.site-nav.mobile-open {
        display: block !important;
    }

    .nav-bar.site-nav > li {
        display: block !important;
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.12) !important;
    }

    .nav-bar.site-nav > li > a {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        padding: 14px 18px !important;
        font-size: 1rem !important;
    }
}

/* ===== My Picks Typography Upgrade ===== */

.pick-card {
    font-size: 1rem; /* base size */
	letter-spacing: 0.2px;
}

.pick-player-name {
    font-size: 1.6rem;   /* BIG name */
    font-weight: 900;
    line-height: 1.2;
}

.pick-team {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
}

/* STAT (big number) */
.stat-hero-number {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
}

/* STAT label (small above it) */
.stat-hero div:first-child {
    font-size: 0.9rem;
    font-weight: 700;
}

/* Stat boxes (PTS / REB / etc) */
.stat-box-value {
    font-size: 1.2rem;
    font-weight: 800;
}

.stat-box-label {
    font-size: 0.8rem;
    color: #666;
}

/* Summary text */
.pick-summary-line {
    font-size: 0.95rem;
}

@media only screen and (max-width: 640px) {

    .pick-player-name {
        font-size: 1.4rem;
    }

    .stat-hero-number {
        font-size: 2rem;
    }

    .stat-box-value {
        font-size: 1.05rem;
    }
}

/* Edit Pick mobile card fix */
@media only screen and (max-width: 640px) {

    .player-card {
        display: block !important;
        text-align: center !important;
        overflow: hidden !important;
    }

    .player-card img {
        display: block !important;
        margin: 0 auto 12px auto !important;
    }

    .player-info {
        width: 100% !important;
    }

    .player-mini-stats {
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 6px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .player-mini-stat {
        min-width: 0 !important;
        padding: 8px 4px !important;
    }

    .player-mini-label {
        font-size: .65rem !important;
    }

    .player-mini-value {
        font-size: .9rem !important;
    }

    .player-stat-big {
        margin-top: 12px !important;
        min-width: 0 !important;
        width: 100% !important;
        text-align: center !important;
    }

    .player-stat-number {
        font-size: 2rem !important;
    }

    details {
        width: 100% !important;
        overflow-x: auto !important;
    }

    details table {
        width: 100% !important;
        min-width: 420px !important;
        font-size: .8rem !important;
    }
}


/* -----------------------------------------
   Pick Cards / My Picks
----------------------------------------- */

.pick-card {
    margin: 1.5rem 0;
    padding: 1.25rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: opacity .15s, box-shadow .15s, border-color .15s;
}

.top-pick-card {
    background: linear-gradient(135deg, #e8f5e9, #ffffff);
    border: 2px solid #2e7d32;
    box-shadow: 0 4px 14px rgba(46, 125, 50, 0.22);
}

.pick-card-header {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-align: center;
}

.today-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    border-radius: 999px;
    padding: .35rem .9rem;
    background: #e3f2fd;
    border: 1px solid #90caf9;
    color: #0d47a1;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: .04em;
}

.pick-player {
    text-align: center;
}

.pick-player img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ddd;
    margin-bottom: .5rem;
}

.pick-player-name {
    font-size: 1.8rem;
    font-weight: 900;
}

.pick-team {
    font-size: 1rem;
    color: #666;
    margin-bottom: .75rem;
}

.stat-hero {
    text-align: center;
    margin: 1rem 0;
}

.stat-hero-number {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
}

.pick-final-context {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    margin-top: .65rem;
    padding: .4rem .8rem;
    border-radius: 999px;
    background: #f4f6fb;
    border: 1px solid #e0e4ef;
    color: #444;
    font-size: 1rem;
    font-weight: 900;
}

.pick-final-context .positive {
    color: #2e7d32;
}

.pick-final-context .negative {
    color: #c62828;
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .5rem;
    margin-top: 1rem;
}

.stat-box {
    background: #f7f7f7;
    border-radius: 10px;
    padding: .65rem .35rem;
    text-align: center;
}

.stat-label {
    font-size: .75rem;
    color: #777;
    font-weight: 700;
}

.stat-value {
    font-size: 1.1rem;
    font-weight: 800;
}

.pick-actions {
    text-align: center;
    margin-top: 1rem;
}

.pick-actions form {
    display: inline-block;
    margin: 0 .25rem;
}

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

.game-card {
    background: #f8f9fb;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: .75rem;
    text-align: center;
}

.game-card img {
    height: 65px;
    max-width: 80px;
    object-fit: contain;
}

.game-time {
    font-size: 1.05rem;
    font-weight: 900;
}

.game-series {
    font-size: .9rem;
    font-weight: 700;
    margin-top: .35rem;
}

.pick-summary-line {
    margin-top: .75rem;
    font-size: .95rem;
    color: #555;
    line-height: 1.4;
}

@media only screen and (max-width: 640px) {
    .pick-card {
        padding: 1rem;
    }

    .pick-card-header {
        font-size: 1.25rem;
    }

    .pick-player-name {
        font-size: 1.4rem;
    }

    .stat-hero-number {
        font-size: 2.25rem;
    }

    .stat-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: .35rem;
    }

    .stat-value {
        font-size: 1rem;
    }

    .game-card img {
        height: 55px;
    }
}

.today-card {
    border: 2px solid #1976d2;
    background: linear-gradient(135deg, #e3f2fd, #ffffff);
    box-shadow: 0 8px 24px rgba(25, 118, 210, 0.18);
    position: relative;
    z-index: 1;
}

.future-card {
    background: #f9f9f9;
    opacity: 0.76;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.past-card {
    opacity: 0.84;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.today-card .pick-player-name {
    font-size: 2.05rem;
}

.today-card .stat-hero-number {
    font-size: 2.9rem;
}

.today-card .pick-player img {
    height: 104px;
    width: 104px;
}

.pick-award-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .4rem;
    margin: .75rem 0 .25rem;
}

.pick-award {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    border-radius: 999px;
    padding: .3rem .75rem;
    background: #fff8e1;
    border: 1px solid #f9a825;
    color: #795548;
    font-size: .95rem;
    font-weight: 900;
}

.pick-award.top {
    background: #e8f5e9;
    color: #2e7d32;
    border-color: #a5d6a7;
}

.pick-award.unicorn {
    background: #fff4fb;
    color: #8e24aa;
    border-color: #f8bbd0;
}

.pick-award.poop {
    background: #fbf3ea;
    color: #6d4c2b;
    border-color: #e1c9a8;
}

.top-available-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: .85rem;
    margin: 1rem 0 1.5rem;
}

.top-player-card {
    display: grid;
    grid-template-columns: 58px 1fr auto;
    align-items: center;
    gap: .75rem;
    padding: .8rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    text-align: left;
}

.top-player-logo {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.top-player-name {
    font-size: 1.9rem;
    font-weight: 900;
    line-height: 1.15;
}

.top-player-meta {
    margin-top: .25rem;
    color: #666;
    font-size: 1.5rem;
    font-weight: 800;
}

.top-player-stat {
    text-align: center;
    min-width: 64px;
}

.top-player-stat-value {
    font-size: 1.85rem;
    font-weight: 900;
    line-height: 1;
    color: #1565c0;
}

.top-player-stat-label {
    margin-top: .2rem;
    color: #777;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .04em;
}

.available-badge {
    display: inline-flex;
    align-items: center;
    margin-top: .35rem;
    padding: .18rem .5rem;
    border-radius: 999px;
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    color: #2e7d32;
    font-size: .78rem;
    font-weight: 900;
}

.reminder-pref-card {
    background: #fff;
    border: 1px solid #dfe4ef;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    margin: 1rem 0;
    padding: 1rem;
}

.reminder-pref-title {
    color: #1a237e;
    font-size: 1.15rem;
    font-weight: 900;
    margin-bottom: .35rem;
    text-align: center;
}

.reminder-pref-copy {
    color: #666;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: .75rem;
    text-align: center;
}

.reminder-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    color: #333;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: .75rem;
}

.reminder-toggle input {
    margin: 0;
}

.reminder-save-btn {
    display: block;
    margin: 0 auto;
}

.reminder-pref-status {
    border-radius: 8px;
    font-size: .9rem;
    font-weight: 900;
    margin: .6rem 0;
    padding: .45rem .6rem;
    text-align: center;
}

.reminder-pref-status.success {
    background: #e8f5e9;
    color: #2e7d32;
}

.reminder-pref-status.error {
    background: #ffebee;
    color: #c62828;
}

/* -----------------------------------------
   Desktop Font Boost (My Picks)
----------------------------------------- */
@media only screen and (min-width: 900px) {

    .pick-card {
        font-size: 1.50rem;
        padding: 1.5rem;
    }

    .pick-card-header {
        font-size: 1.6rem;
    }

    .pick-player-name {
        font-size: 1.9rem;
    }

    .pick-team {
        font-size: 1.5rem;
    }

    .stat-hero-number {
        font-size: 3rem;
    }

    .stat-label {
        font-size: 1.6rem;
    }

    .stat-value {
        font-size: 2.2rem;
    }

    .game-time {
        font-size: 1.6rem;
    }

    .game-series {
        font-size: 1.6rem;
    }

    .pick-summary-line {
        font-size: 1.25rem;
    }
}

/*


/* -----------------------------------------
   View Picks / Profile Page
----------------------------------------- */
  
        .row {
            max-width: 1400px !important;
        }

        .profile-card {
            margin: 1.5rem 0;
            padding: 1.5rem;
            border-radius: 16px;
            background: #fff;
            border: 1px solid #ddd;
            box-shadow: 0 4px 14px rgba(0,0,0,0.08);
            text-align: center;
        }

        .profile-title {
            font-size: 2rem;
            font-weight: 900;
            margin-bottom: .25rem;
        }

        .profile-score {
            font-size: 1.3rem;
            font-weight: 800;
            color: #2e7d32;
        }

        .total-diff {
            margin-top: 1rem;
            font-size: 1.3rem;
            font-weight: 900;
        }

        .pick-card-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1rem;
        }

        @media only screen and (min-width: 900px) {
            .pick-card-grid {
                grid-template-columns: repeat(2, minmax(380px, 1fr));
                gap: 1.25rem;
            }
        }

        .pick-history-card {
            margin: 0 !important;
            width: 100%;
            padding: 1.25rem;
            border-radius: 16px;
            background: #fff;
            border: 1px solid #ddd;
            box-shadow: 0 3px 10px rgba(0,0,0,0.06);
            box-sizing: border-box;
        }

        .pick-history-card.top-pick {
            background: linear-gradient(135deg, #e8f5e9, #ffffff);
            border: 2px solid #2e7d32;
        }

        .pick-card-date {
            font-size: 1.1rem;
            font-weight: 900;
            color: #555;
            margin-bottom: .75rem;
            text-align: center;
        }

        .pick-card-main {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .pick-card-main img.player-img {
            width: 85px;
            height: 85px;
            object-fit: cover;
            border-radius: 50%;
            border: 3px solid #ddd;
        }

        .pick-card-info {
            flex: 1;
        }

        .pick-player-name {
            font-size: 1.45rem;
            font-weight: 900;
        }

        .pick-team {
            font-size: .95rem;
            color: #666;
            font-weight: 700;
        }

        .team-logo {
            height: 40px;
            margin-top: .4rem;
        }

        .stat-hero {
            text-align: center;
            min-width: 95px;
        }

        .stat-number {
            font-size: 2.2rem;
            font-weight: 900;
            line-height: 1;
        }

        .stat-label {
            font-size: .75rem;
            font-weight: 800;
            color: #777;
        }

        .stat-grid {
            margin-top: 1rem;
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: .5rem;
        }

        .stat-box {
            background: #f3f4f6;
            border: 1px solid #ddd;
            border-radius: 10px;
            padding: .6rem .4rem;
            text-align: center;
        }

        .stat-box-label {
            font-size: .75rem;
            color: #666;
            font-weight: 800;
        }

        .stat-box-value {
            font-size: 1rem;
            font-weight: 900;
        }

        .diff-row {
            margin-top: .9rem;
            display: flex;
            justify-content: center;
            gap: 1.25rem;
            flex-wrap: wrap;
            font-size: 1rem;
            font-weight: 800;
        }

        .positive { color: #2e7d32; }
        .negative { color: #b3261e; }

        .vote-row {
            margin-top: 1rem;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: .75rem;
        }

        .like-btn, .dislike-btn, .eye-btn {
            border: none;
            background: #f3f4f6;
            border-radius: 10px;
            padding: .45rem .7rem;
            font-weight: 900;
            cursor: pointer;
            text-decoration: none;
        }

        .active-vote {
            background: #d4edda !important;
        }

        .dislike-btn.active-vote {
            background: #f8d7da !important;
        }

        .no-pick-card {
            text-align: center;
            color: #777;
            font-weight: 900;
            font-size: 1.1rem;
        }

        .sidebar-card {
            margin: 1.5rem 0;
            padding: 1rem;
            border-radius: 14px;
            background: #fff;
            border: 1px solid #ddd;
            box-shadow: 0 3px 10px rgba(0,0,0,0.06);
        }

        .sidebar-card h4 {
            text-align: center;
            font-weight: 900;
        }

        .sidebar-table {
            width: 100%;
            border-collapse: collapse;
            font-size: .9rem;
        }

        .sidebar-table th,
        .sidebar-table td {
            border: 1px solid #ddd;
            padding: .45rem;
            text-align: center;
        }

        @media only screen and (max-width: 640px) {
            .pick-card-main {
                flex-direction: column;
                text-align: center;
            }

            .stat-grid {
                grid-template-columns: repeat(5, 1fr);
                gap: .35rem;
            }

            .stat-number {
                font-size: 2rem;
            }

            .pick-player-name {
                font-size: 1.8rem;
            }
        }
  

.stat-hero-number {
    font-size: 2.8rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.live-game-box {
    margin: 1rem auto;
    padding: 1rem;
    max-width: 520px;
    background: #f8f9fb;
    border: 1px solid #ddd;
    border-radius: 14px;
    text-align: center;
}

.live-game-title {
    font-size: 1.1rem;
    font-weight: 900;
    margin-bottom: .75rem;
}

.today-pick-stats-box {
    max-width: 620px;
}

.today-pick-stat-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .45rem;
}

.today-pick-stat-grid .stat-box {
    min-width: 0;
    padding: .55rem .25rem;
}

.today-pick-stat-grid .stat-label {
    font-size: .68rem;
    line-height: 1;
}

.today-pick-stat-grid .stat-value {
    font-size: 2.5rem;
    line-height: 1.05;
}

@media only screen and (max-width: 640px) {
    .today-pick-stats-box {
        padding: .75rem;
    }

    .today-pick-stat-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: .28rem;
    }

    .today-pick-stat-grid .stat-box {
        border-radius: 8px;
        padding: .45rem .12rem;
    }

    .today-pick-stat-grid .stat-label {
        font-size: .55rem;
    }

    .today-pick-stat-grid .stat-value {
        font-size: .88rem;
    }
}

.live-stat-total {
    font-size: 1.8rem;
    font-weight: 900;
    margin-top: .75rem;
}

.live-score-card {
    margin: 1rem auto 0;
    padding: .9rem 1rem 1rem;
    max-width: 380px;
    border-radius: 10px;
    background: #111827;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    text-align: center;
    border: 1px solid rgba(255,255,255,0.08);
    box-sizing: border-box;
}

.live-score-title {
    font-size: .8rem;
    font-weight: 800;
    color: #cbd5e1;
    margin-bottom: .35rem;
    letter-spacing: .5px;
}

.live-score-meta {
    margin-bottom: .55rem;
    font-size: .9rem;
    font-weight: 800;
    color: #e5e7eb;
}

.live-score-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .95rem;
    font-size: 1.55rem;
    font-weight: 900;
}

.live-score-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 96px;
}

.live-score-value {
    margin-top: .2rem;
    font-size: 1.65rem;
    font-weight: 900;
    line-height: 1;
}

.live-score-team.is-leading .live-score-value,
.live-score-value.is-leading {
    color: #22c55e;
    text-shadow: 0 0 12px rgba(34, 197, 94, .28);
}

.live-score-team.is-leading .live-score-team-label {
    color: #bbf7d0;
}

.live-score-team-label {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    justify-content: center;
    font-size: 1rem;
    font-weight: 900;
}

.live-score-status {
    margin-top: .5rem;
    font-size: 1.5rem;
    font-weight: 900;
    color: #facc15;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.live-score-status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(250, 204, 21, 0.12);
}

.score-team-logo {
    height: 64px;
    width: 64px;
    object-fit: contain;
    margin-bottom: .35rem;
}

.score-at {
    font-size: 1.35rem;
    opacity: 0.7;
    font-weight: 900;
}

.live-game-active .live-score-status {
    animation: pulseLive 2s infinite;
}

@keyframes pulseLive {
    0% { opacity: 1; }
    50% { opacity: .65; }
    100% { opacity: 1; }
}

.game-card .live-score-card {
    max-width: 100%;
    width: 100%;
    padding: .85rem .65rem;
    box-sizing: border-box;
    overflow: hidden;
}

.game-card .live-score-team {
    min-width: 70px;
}

.game-card .score-team-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin-bottom: .3rem;
}

.game-card .score-at {
    font-size: 1rem;
    opacity: .7;
}

.game-card .live-score-status {
    margin-top: .45rem;
    font-size: 1.25rem;
    font-weight: 900;
}

.status-live {
    color: #facc15;
}

.status-final {
    color: #86efac;
}

.status-scheduled {
    color: #cbd5e1;
}

.live-score-card.compact {
    max-width: 100%;
    padding: .75rem;
}

.live-score-card.compact .live-score-title {
    margin-bottom: .25rem;
}

.live-score-card.compact .live-score-meta {
    font-size: .85rem;
}

.live-score-card.compact .score-team-logo {
    width: 84px;
    height: 84px;
}

.live-score-card.compact .live-score-team {
    min-width: 64px;
}

.live-score-card.compact .live-score-value {
    font-size: 1.25rem;
}

.live-score-card.compact .live-score-team-label {
    font-size: .85rem;
}

.live-score-card.inline-log {
    margin: .55rem 0 .2rem;
    max-width: 460px;
}

.series-leading {
    color: #2e7d32;
    font-weight: 900;
}

.series-trailing {
    color: #999;
}
/*
GAME LOG CSS
*/
.game-log-score {
    min-width: 70px;
    line-height: 1.25;
    font-size: .85rem;
    white-space: nowrap;
   min-width: 110px;

}

.game-log-cards {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: .5rem;
}

.game-log-card {
    border: 1px solid #ddd;
    border-left: 5px solid #999;
    border-radius: 10px;
    padding: .65rem .75rem;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.game-log-main {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    font-size: 1.25rem;
    font-weight: 800;
}

.game-log-stats {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: .45rem;
    font-size: 1.35rem;
    color: #555;
}



.game-win {
    border-left-color: #2e7d32;
}

.game-loss {
    border-left-color: #c62828;
}

.gold-game {
    box-shadow:
        0 0 0 2px rgba(212,175,55,0.45),
        0 4px 14px rgba(212,175,55,0.35);
}

.avg-card {
    border-left-color: #777;
    background: #f8f9fb;
}

.game-dnp {
    border-left-color: #999;
    opacity: 0.85;
    background: #f7f7f7;
}
