.bp-baseball{display:grid;gap:22px}.bp-baseball a{text-decoration:none}.bp-baseball-hero,.bp-baseball-match-hero,.bp-baseball-entity-hero{border:1px solid rgba(255,255,255,.09);border-radius:18px;background:linear-gradient(135deg,#111c2c,#0b111b);padding:28px}.bp-baseball-eyebrow{font-size:12px;letter-spacing:.18em;color:#8ab4ff}.bp-baseball-hero h1,.bp-baseball-entity-hero h1{margin:6px 0;font-size:30px}.bp-baseball-hero p,.bp-baseball-entity-hero p{margin:0;color:#9aa8bb}.bp-baseball-date-nav{display:flex;align-items:center;justify-content:space-between;gap:12px}.bp-baseball-date-nav form{display:flex;gap:8px}.bp-baseball-date-nav a,.bp-baseball-date-nav button,.bp-baseball-league-tabs a{padding:10px 14px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#101824;color:#dbe6f5}.bp-baseball-league-tabs{display:flex;gap:8px;flex-wrap:wrap}.bp-baseball-league-tabs a.active{background:#315efb;color:#fff}.bp-baseball-game-list{display:grid;gap:10px}.bp-baseball-league-title{margin:18px 0 4px;font-size:18px}.bp-baseball-game-card{display:grid;grid-template-columns:70px 1fr 1fr 90px;align-items:center;gap:12px;padding:15px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#0e1622;color:#ecf3ff}.bp-baseball-team{display:grid;grid-template-columns:32px 1fr 30px;align-items:center;gap:9px}.bp-baseball-team img,.bp-baseball-team-grid img{width:32px;height:32px;object-fit:contain}.bp-baseball-game-card em,.bp-baseball-simple-game em{font-style:normal;color:#8fa0b5;text-align:right}.bp-baseball-empty{padding:32px;text-align:center;border:1px dashed rgba(255,255,255,.14);border-radius:14px}.bp-baseball-match-hero{display:flex;justify-content:space-between;gap:12px}.bp-baseball-scoreboard{display:grid;grid-template-columns:1fr 80px 1fr;align-items:center;padding:30px;border-radius:18px;background:#0e1622}.bp-baseball-score-team{display:grid;justify-items:center;gap:8px;color:#fff}.bp-baseball-score-team img{width:84px;height:84px;object-fit:contain}.bp-baseball-score-team b{font-size:38px}.bp-baseball-versus{text-align:center;color:#74849a}.bp-baseball-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.bp-baseball-detail-grid div{padding:18px;border-radius:12px;background:#0e1622}.bp-baseball-detail-grid span{display:block;color:#8fa0b5;font-size:13px}.bp-baseball-entity-hero{display:flex;align-items:center;gap:20px}.bp-baseball-entity-hero img{width:100px;height:100px;object-fit:contain}.bp-baseball-team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:10px}.bp-baseball-team-grid a{display:flex;align-items:center;gap:10px;padding:14px;border-radius:12px;background:#0e1622;color:#fff}.bp-baseball-simple-game{display:grid;grid-template-columns:130px 1fr 20px 1fr 90px;gap:10px;align-items:center;padding:14px;border-radius:12px;background:#0e1622;color:#fff}@media(max-width:720px){.bp-baseball-game-card{grid-template-columns:55px 1fr}.bp-baseball-game-card em{grid-column:2}.bp-baseball-scoreboard{grid-template-columns:1fr 44px 1fr;padding:18px}.bp-baseball-score-team img{width:58px;height:58px}.bp-baseball-detail-grid{grid-template-columns:1fr 1fr}.bp-baseball-simple-game{grid-template-columns:1fr 1fr}.bp-baseball-simple-game time,.bp-baseball-simple-game em{grid-column:1/-1}.bp-baseball-match-hero{flex-direction:column}}

.bp-baseball-catalog-section,
.bp-baseball-panel {
    margin-top: 22px;
    padding: 22px;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 22px;
    background: rgba(20, 25, 36, .92);
}

.bp-baseball-league-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.bp-baseball-league-grid > a {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 92px;
    padding: 15px;
    border: 1px solid rgba(148, 163, 184, .15);
    border-radius: 16px;
    background: rgba(15, 23, 42, .58);
    color: inherit;
    text-decoration: none;
}

.bp-baseball-league-grid small,
.bp-baseball-league-grid em {
    display: block;
    margin-top: 5px;
    color: #93b4df;
    font-size: 12px;
    font-style: normal;
}

.bp-baseball-league-logo {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 13px;
    background: rgba(255, 255, 255, .06);
}

.bp-baseball-league-logo img,
.bp-baseball-standings img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.bp-baseball-season-form {
    margin-left: auto;
}

.bp-baseball-season-form select {
    min-width: 130px;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 10px;
    background: #111827;
    color: #fff;
}

.bp-baseball-table-wrap {
    overflow-x: auto;
}

.bp-baseball-standings {
    width: 100%;
    min-width: 790px;
    border-collapse: collapse;
}

.bp-baseball-standings th,
.bp-baseball-standings td {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(148, 163, 184, .14);
    text-align: center;
}

.bp-baseball-standings th:nth-child(2),
.bp-baseball-standings td:nth-child(2) {
    text-align: left;
}

.bp-baseball-standings td a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: inherit;
    text-decoration: none;
}

.bp-baseball-two-column {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.bp-baseball-metric-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.bp-baseball-metric-grid > div {
    padding: 16px 12px;
    border: 1px solid rgba(148, 163, 184, .16);
    border-radius: 15px;
    background: rgba(20, 25, 36, .92);
    text-align: center;
}

.bp-baseball-metric-grid span,
.bp-baseball-metric-grid strong {
    display: block;
}

.bp-baseball-metric-grid span {
    color: #93b4df;
    font-size: 12px;
}

.bp-baseball-metric-grid strong {
    margin-top: 7px;
    font-size: 21px;
}

.bp-baseball-team-standing {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-bottom: 1px solid rgba(148, 163, 184, .14);
    color: inherit;
    text-decoration: none;
}

@media (max-width: 900px) {
    .bp-baseball-league-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bp-baseball-two-column {
        grid-template-columns: 1fr;
    }

    .bp-baseball-metric-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .bp-baseball-league-grid {
        grid-template-columns: 1fr;
    }

    .bp-baseball-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


.bp-baseball-team-game-card {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 78px;
    margin-top: 10px;
    padding: 14px 16px;
    border: 1px solid rgba(148, 163, 184, .12);
    border-radius: 14px;
    background: rgba(15, 23, 42, .48);
    color: inherit;
    text-decoration: none;
}

.bp-baseball-team-game-meta time,
.bp-baseball-team-game-meta span {
    display: block;
}

.bp-baseball-team-game-meta span,
.bp-baseball-team-game-card > em {
    margin-top: 4px;
    color: #8fb0d8;
    font-size: 12px;
    font-style: normal;
}

.bp-baseball-team-game-matchup {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.bp-baseball-team-game-matchup span:first-child {
    text-align: right;
}

.bp-baseball-team-game-matchup span:last-child {
    text-align: left;
}

.bp-baseball-team-game-matchup b,
.bp-baseball-team-game-matchup strong {
    display: inline-block;
    margin: 0 4px;
}

.bp-baseball-section-heading {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
}

.bp-baseball-section-heading p,
.bp-baseball-analysis-note {
    margin: 6px 0 0;
    color: #8fa9ca;
    font-size: 13px;
}

.bp-baseball-section-heading > strong {
    color: #39b9ff;
    font-size: 22px;
}

.bp-baseball-probability-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 7px 14px;
    margin-top: 20px;
}

.bp-baseball-probability-row b {
    color: #39b9ff;
    font-size: 22px;
}

.bp-baseball-probability-row > div {
    grid-column: 1 / -1;
    height: 11px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(75, 89, 116, .38);
}

.bp-baseball-probability-row i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2ea8f0, #58c6ff);
}

.bp-baseball-odds-grid,
.bp-baseball-comparison,
.bp-baseball-pick-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.bp-baseball-odds-grid > div,
.bp-baseball-comparison > div,
.bp-baseball-pick-points > div {
    padding: 16px;
    border: 1px solid rgba(56, 189, 248, .18);
    border-radius: 15px;
    background: rgba(15, 23, 42, .52);
}

.bp-baseball-odds-grid > div > span {
    color: #8fb0d8;
    font-size: 12px;
}

.bp-baseball-odds-grid p {
    display: flex;
    justify-content: space-between;
    margin: 12px 0 0;
}

.bp-baseball-odds-grid em {
    font-style: normal;
}

.bp-baseball-odds-grid strong {
    color: #39b9ff;
}

.bp-baseball-pick-points strong {
    color: #39b9ff;
}

.bp-baseball-pick-points p {
    margin: 7px 0 0;
    color: #b5c7df;
    line-height: 1.55;
}

.bp-baseball-comparison h3 {
    margin-top: 0;
}

.bp-baseball-comparison dl {
    margin: 0;
}

.bp-baseball-comparison dl > div {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(148, 163, 184, .12);
}

.bp-baseball-comparison dt {
    color: #8fb0d8;
}

.bp-baseball-comparison dd {
    margin: 0;
    font-weight: 700;
}

.bp-baseball-h2h-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.bp-baseball-h2h-summary > div {
    padding: 15px;
    border-radius: 14px;
    background: rgba(15, 23, 42, .52);
    text-align: center;
}

.bp-baseball-h2h-summary span,
.bp-baseball-h2h-summary strong {
    display: block;
}

.bp-baseball-h2h-summary span {
    color: #8fb0d8;
    font-size: 12px;
}

.bp-baseball-h2h-summary strong {
    margin-top: 7px;
    font-size: 21px;
}

.bp-baseball-analysis-games {
    margin-top: 14px;
}

.bp-baseball-analysis-games > a {
    display: grid;
    grid-template-columns: 90px 1fr auto 1fr;
    gap: 12px;
    align-items: center;
    padding: 13px 8px;
    border-bottom: 1px solid rgba(148, 163, 184, .12);
    color: inherit;
    text-decoration: none;
}

.bp-baseball-analysis-games strong {
    color: #39b9ff;
}

@media (max-width: 720px) {
    .bp-baseball-team-game-card {
        grid-template-columns: 1fr;
    }

    .bp-baseball-team-game-matchup span:first-child,
    .bp-baseball-team-game-matchup span:last-child {
        text-align: center;
    }

    .bp-baseball-odds-grid,
    .bp-baseball-comparison,
    .bp-baseball-pick-points {
        grid-template-columns: 1fr;
    }

    .bp-baseball-analysis-games > a {
        grid-template-columns: 70px 1fr auto 1fr;
        font-size: 12px;
    }
}


/* Baseball phase 5.1: compact game cards and match analysis layout */
.bp-baseball-two-column {
    align-items: start;
}

.bp-baseball-game-list {
    align-self: start;
}

.bp-baseball-game-list .bp-baseball-team-game-card {
    min-height: 0;
    height: auto;
    padding: 16px 14px;
    align-items: center;
}

.bp-baseball-team-game-card {
    grid-template-columns: 112px minmax(0, 1fr) auto;
    gap: 14px;
}

.bp-baseball-team-game-matchup {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 14px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
}

.bp-baseball-team-game-matchup span {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
}

.bp-baseball-team-game-matchup strong {
    color: #29b6f6;
    font-size: 18px;
    line-height: 1;
}

.bp-baseball-team-game-matchup b {
    line-height: 1.25;
}

.bp-baseball-analysis-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.bp-baseball-analysis-info-grid > .bp-baseball-panel {
    height: 100%;
}

.bp-baseball-analysis-copy {
    margin: 0;
    color: #e5edf8;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.85;
    word-break: keep-all;
}

.bp-baseball-info-list {
    display: grid;
    gap: 10px;
}

.bp-baseball-info-list > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, .14);
    border-radius: 12px;
    background: rgba(15, 23, 42, .52);
}

.bp-baseball-info-list span {
    color: #93b4df;
    font-size: 13px;
}

.bp-baseball-info-list strong {
    text-align: right;
}

@media (max-width: 800px) {
    .bp-baseball-analysis-info-grid {
        grid-template-columns: 1fr;
    }

    .bp-baseball-team-game-card {
        grid-template-columns: 1fr;
    }

    .bp-baseball-team-game-matchup {
        width: 100%;
    }
}


/* Baseball game list readability */
.bp-baseball-game-list {
    align-self: start;
}

.bp-baseball-game-row {
    display: grid;
    grid-template-columns: 106px minmax(0, 1fr) 52px;
    gap: 10px;
    align-items: center;
    min-height: 72px;
    margin-top: 10px;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, .12);
    border-radius: 13px;
    background: rgba(15, 23, 42, .48);
    color: inherit;
    text-decoration: none;
}

.bp-baseball-game-row-meta time,
.bp-baseball-game-row-meta small {
    display: block;
}

.bp-baseball-game-row-meta time {
    font-weight: 700;
    line-height: 1.25;
}

.bp-baseball-game-row-meta small {
    margin-top: 4px;
    color: #61b9ff;
    font-size: 11px;
}

.bp-baseball-game-row-teams {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 12px minmax(0, 1fr);
    gap: 5px;
    align-items: center;
    min-width: 0;
}

.bp-baseball-game-row-teams span {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 7px;
    align-items: center;
    min-width: 0;
}

.bp-baseball-game-row-teams span:first-child {
    text-align: right;
}

.bp-baseball-game-row-teams span:last-child {
    grid-template-columns: 28px minmax(0, 1fr);
    text-align: left;
}

.bp-baseball-game-row-teams b {
    min-width: 0;
    line-height: 1.2;
}

.bp-baseball-game-row-teams strong {
    color: #39b9ff;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.bp-baseball-game-row-teams i {
    color: #93a7c0;
    font-style: normal;
    text-align: center;
}

.bp-baseball-game-row > em {
    color: #8fb0d8;
    font-size: 12px;
    font-style: normal;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 720px) {
    .bp-baseball-game-row {
        grid-template-columns: 1fr auto;
    }

    .bp-baseball-game-row-meta {
        grid-column: 1;
    }

    .bp-baseball-game-row-teams {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .bp-baseball-game-row > em {
        grid-column: 2;
        grid-row: 1;
    }
}
.bp-standing-info{
    display:flex;
    align-items:center;
    gap:12px;
}

.bp-standing-rank{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:3px 10px;
    border:1px solid #3bbcff;
    border-radius:999px;
    color:#3bbcff;
    background:rgba(59,188,255,.08);
    font-size:13px;
    font-weight:700;
}

.bp-standing-record{
    color:#fff;
    font-weight:700;
}

.bp-standing-rate{
    color:#3bbcff;
    font-weight:700;
}