:root {
    --bm-mlb-bg: #f4f7fb;
    --bm-mlb-card: #ffffff;
    --bm-mlb-ink: #0d1b2a;
    --bm-mlb-muted: #667085;
    --bm-mlb-line: #e6eaf0;
    --bm-mlb-dark: #071923;
    --bm-mlb-dark-2: #0e2b3a;
    --bm-mlb-accent: #b7f43b;
    --bm-mlb-accent-dark: #79b513;
    --bm-mlb-danger: #d92d20;
    --bm-mlb-live: #d92d20;
    --bm-mlb-radius: 22px;
    --bm-mlb-shadow: 0 16px 44px rgba(12, 28, 45, .10);
}

body.bm-mlb-page,
body.bm-mlb-page .site-content,
body.bm-mlb-page #content {
    background: var(--bm-mlb-bg);
}

body.bm-mlb-page .site-content > .ast-container,
body.bm-mlb-page #content > .ast-container {
    display: block;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

body.bm-mlb-page .site-content #primary,
body.bm-mlb-page .site-content .site-main,
body.bm-mlb-page .site-content .content-area {
    width: 100%;
    max-width: none;
}

.bm-mlb-virtual-root {
    width: 100%;
    min-width: 0;
}

.bm-mlb-shell {
    box-sizing: border-box;
    width: min(1440px, calc(100% - 36px));
    margin: 34px auto 72px;
    color: var(--bm-mlb-ink);
    font-family: inherit;
}

.bm-mlb-shell *,
.bm-mlb-shell *::before,
.bm-mlb-shell *::after {
    box-sizing: border-box;
}

.bm-mlb-shell img {
    max-width: 100%;
}

.bm-mlb-page-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
    padding: 30px 34px;
    border-radius: var(--bm-mlb-radius);
    background: linear-gradient(135deg, #071923 0%, #0f3544 100%);
    color: #fff;
    box-shadow: var(--bm-mlb-shadow);
}

.bm-mlb-page-head h1,
.bm-mlb-page-head p,
.bm-mlb-page-head .bm-mlb-eyebrow {
    color: inherit;
}

.bm-mlb-page-head h1 {
    margin: 4px 0 8px;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.04;
    letter-spacing: -.04em;
}

.bm-mlb-page-head p {
    max-width: 780px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 16px;
}

.bm-mlb-eyebrow,
.bm-mlb-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.bm-mlb-eyebrow {
    color: var(--bm-mlb-accent);
}

.bm-mlb-kicker {
    color: #35730d;
}

.bm-mlb-secondary-button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    transition: transform .18s ease, background .18s ease;
}

.bm-mlb-secondary-button:hover {
    transform: translateY(-1px);
    background: rgba(255,255,255,.16);
}

.bm-mlb-day-block + .bm-mlb-day-block {
    margin-top: 34px;
}

.bm-mlb-section-title-row,
.bm-mlb-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.bm-mlb-section-title-row {
    margin: 0 0 14px;
}

.bm-mlb-section-title-row h2,
.bm-mlb-section-heading h2 {
    margin: 0;
    color: var(--bm-mlb-ink);
}

.bm-mlb-section-title-row h2 {
    font-size: 24px;
}

.bm-mlb-section-title-row > span {
    color: var(--bm-mlb-muted);
    font-size: 14px;
    font-weight: 700;
}

.bm-mlb-game-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.bm-mlb-game-card {
    display: block;
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--bm-mlb-line);
    border-radius: 18px;
    background: var(--bm-mlb-card);
    color: var(--bm-mlb-ink) !important;
    text-decoration: none !important;
    box-shadow: 0 8px 28px rgba(12,28,45,.06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.bm-mlb-game-card:hover {
    transform: translateY(-3px);
    border-color: #cdd9e4;
    box-shadow: 0 16px 38px rgba(12,28,45,.11);
}

.bm-mlb-card-top,
.bm-mlb-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.bm-mlb-card-top {
    margin-bottom: 16px;
    color: var(--bm-mlb-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.bm-mlb-mini-status,
.bm-mlb-status,
.bm-mlb-dot-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    white-space: nowrap;
    font-weight: 800;
}

.bm-mlb-mini-status {
    padding: 5px 9px;
    background: #edf2f7;
    color: #344054;
    font-size: 10px;
}

.bm-mlb-status-live,
.bm-mlb-status-crit {
    background: #fff0ef !important;
    color: var(--bm-mlb-live) !important;
}

.bm-mlb-status-final,
.bm-mlb-status-off {
    background: #eef2f6 !important;
    color: #475467 !important;
}

.bm-mlb-status-fut,
.bm-mlb-status-pre {
    background: #efffd4 !important;
    color: #477800 !important;
}

.bm-mlb-card-team-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 46px;
}

.bm-mlb-card-team {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 11px;
}

.bm-mlb-card-team img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex: 0 0 34px;
}

.bm-mlb-card-team span {
    overflow: hidden;
    color: var(--bm-mlb-ink);
    font-size: 15px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bm-mlb-card-score {
    flex: 0 0 auto;
    font-size: 21px;
}

.bm-mlb-card-bottom {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--bm-mlb-line);
    color: var(--bm-mlb-muted);
    font-size: 12px;
}

.bm-mlb-card-bottom span:last-child {
    overflow: hidden;
    max-width: 62%;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.bm-mlb-hero {
    overflow: hidden;
    margin-bottom: 24px;
    padding: 26px 34px 30px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 18% 12%, rgba(183,244,59,.16), transparent 26%),
        radial-gradient(circle at 82% 12%, rgba(80,173,201,.18), transparent 28%),
        linear-gradient(135deg, #061923 0%, #0a2a39 55%, #071923 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(4, 24, 34, .20);
}

.bm-mlb-hero-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.bm-mlb-status {
    padding: 8px 13px;
    background: rgba(255,255,255,.1);
    color: #fff;
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bm-mlb-matchup {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, .72fr) minmax(0, 1fr);
    align-items: center;
    gap: 26px;
    padding: 18px 0 22px;
}

.bm-mlb-hero-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    text-align: center;
}

.bm-mlb-logo-wrap {
    display: grid;
    place-items: center;
    width: 130px;
    height: 130px;
    margin-bottom: 15px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 28px;
    background: rgba(255,255,255,.07);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.bm-mlb-logo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bm-mlb-logo-wrap span {
    font-size: 26px;
    font-weight: 900;
}

.bm-mlb-hero-team strong {
    color: #fff;
    font-size: clamp(19px, 2vw, 28px);
    line-height: 1.12;
}

.bm-mlb-hero-team small {
    margin-top: 6px;
    color: rgba(255,255,255,.56);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.bm-mlb-score-center {
    text-align: center;
}

.bm-mlb-main-score {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: clamp(44px, 6vw, 76px);
    line-height: .95;
    font-weight: 900;
    letter-spacing: -.05em;
}

.bm-mlb-main-score em {
    color: rgba(255,255,255,.42);
    font-style: normal;
    font-weight: 500;
}

.bm-mlb-start-time {
    color: var(--bm-mlb-accent);
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.05em;
}

.bm-mlb-countdown,
.bm-mlb-live-clock {
    margin-top: 10px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    font-weight: 700;
}

.bm-mlb-hero-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 18px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.11);
    color: rgba(255,255,255,.74);
    font-size: 13px;
    font-weight: 650;
}

.bm-mlb-hero-meta span + span::before {
    content: '•';
    margin-right: 18px;
    color: rgba(255,255,255,.3);
}

.bm-mlb-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
    gap: 24px;
}

.bm-mlb-main-col,
.bm-mlb-sidebar {
    min-width: 0;
}

.bm-mlb-sidebar {
    position: static !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.bm-mlb-card,
.bm-mlb-side-card {
    border: 1px solid var(--bm-mlb-line);
    background: var(--bm-mlb-card);
    box-shadow: var(--bm-mlb-shadow);
}

.bm-mlb-card {
    margin-bottom: 24px;
    padding: 26px;
    border-radius: var(--bm-mlb-radius);
}

.bm-mlb-side-card {
    margin-bottom: 20px;
    padding: 18px;
    border-radius: 18px;
    overflow: visible !important;
    max-height: none !important;
}

.bm-mlb-section-heading {
    margin-bottom: 20px;
}

.bm-mlb-section-heading h2 {
    margin-top: 5px;
    font-size: 25px;
    line-height: 1.15;
}

.bm-mlb-dot-label {
    padding: 7px 10px;
    background: #f1f5f9;
    color: #475467;
    font-size: 11px;
}

.bm-mlb-player {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    background: #020609;
}

.bm-mlb-player iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.bm-mlb-player-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    padding: 32px;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    background: linear-gradient(145deg, #f7f9fc, #eef3f7);
    text-align: center;
}

.bm-mlb-player-placeholder strong {
    margin-bottom: 6px;
    font-size: 20px;
}

.bm-mlb-player-placeholder span {
    max-width: 600px;
    color: var(--bm-mlb-muted);
}

.bm-mlb-about-card > h2 {
    margin: 5px 0 12px;
    font-size: 28px;
}

.bm-mlb-about-card > p {
    margin: 0;
    color: #344054;
    font-size: 16px;
    line-height: 1.75;
}

.bm-mlb-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.bm-mlb-info-grid > div {
    min-width: 0;
    padding: 15px;
    border: 1px solid var(--bm-mlb-line);
    border-radius: 14px;
    background: #f9fbfd;
}

.bm-mlb-info-grid span,
.bm-mlb-info-grid strong {
    display: block;
}

.bm-mlb-info-grid span {
    margin-bottom: 5px;
    color: var(--bm-mlb-muted);
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.bm-mlb-info-grid strong {
    overflow-wrap: anywhere;
    color: var(--bm-mlb-ink);
    font-size: 14px;
}

.bm-mlb-summary-group + .bm-mlb-summary-group,
.bm-mlb-detail-section + .bm-mlb-detail-section {
    margin-top: 28px;
    padding-top: 26px;
    border-top: 1px solid var(--bm-mlb-line);
}

.bm-mlb-summary-group h3,
.bm-mlb-detail-section h3,
.bm-mlb-team-stat-block h4 {
    margin: 0 0 14px;
    color: var(--bm-mlb-ink);
}

.bm-mlb-summary-group h3,
.bm-mlb-detail-section h3 {
    font-size: 20px;
}

.bm-mlb-period-block + .bm-mlb-period-block {
    margin-top: 16px;
}

.bm-mlb-period-label {
    margin-bottom: 8px;
    color: var(--bm-mlb-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.bm-mlb-event-row,
.bm-mlb-penalty-row {
    display: grid;
    align-items: center;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid #eef2f6;
}

.bm-mlb-event-row {
    grid-template-columns: 48px 42px minmax(0, 1fr) auto;
}

.bm-mlb-penalty-row {
    grid-template-columns: 48px minmax(0, 1fr) auto;
}

.bm-mlb-event-row:last-child,
.bm-mlb-penalty-row:last-child {
    border-bottom: 0;
}

.bm-mlb-event-row time,
.bm-mlb-penalty-row time {
    color: var(--bm-mlb-muted);
    font-size: 12px;
    font-weight: 800;
}

.bm-mlb-event-row img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    background: #eef2f6;
}

.bm-mlb-event-row strong,
.bm-mlb-event-row span,
.bm-mlb-penalty-row strong,
.bm-mlb-penalty-row span {
    display: block;
}

.bm-mlb-event-row strong,
.bm-mlb-penalty-row strong {
    color: var(--bm-mlb-ink);
    font-size: 14px;
}

.bm-mlb-event-row span,
.bm-mlb-penalty-row span {
    margin-top: 2px;
    color: var(--bm-mlb-muted);
    font-size: 12px;
}

.bm-mlb-stars-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.bm-mlb-star-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 14px;
    border: 1px solid var(--bm-mlb-line);
    border-radius: 16px;
    background: #fbfcfd;
    text-align: center;
}

.bm-mlb-star-card > span {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 7px;
    border-radius: 999px;
    background: #0d1b2a;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}

.bm-mlb-star-card img {
    width: 70px;
    height: 70px;
    margin-bottom: 8px;
    border-radius: 50%;
    object-fit: cover;
    background: #eef2f6;
}

.bm-mlb-star-card strong {
    font-size: 14px;
}

.bm-mlb-star-card small {
    margin-top: 4px;
    color: var(--bm-mlb-muted);
    font-size: 11px;
}

.bm-mlb-async {
    min-height: 90px;
}

.bm-mlb-loading {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 90px;
    color: var(--bm-mlb-muted);
    font-size: 14px;
}

.bm-mlb-loading span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #8ea0b1;
    animation: bmMlbPulse 1s ease-in-out infinite alternate;
}

.bm-mlb-loading span:nth-child(2) { animation-delay: .12s; }
.bm-mlb-loading span:nth-child(3) { animation-delay: .24s; }

@keyframes bmMlbPulse {
    from { opacity: .35; transform: translateY(0); }
    to { opacity: 1; transform: translateY(-3px); }
}

.bm-mlb-team-compare {
    overflow: hidden;
    border: 1px solid var(--bm-mlb-line);
    border-radius: 15px;
}

.bm-mlb-team-compare-head,
.bm-mlb-team-compare-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1.1fr minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    text-align: center;
}

.bm-mlb-team-compare-head {
    background: #f4f7fa;
    font-size: 12px;
}

.bm-mlb-team-compare-row + .bm-mlb-team-compare-row {
    border-top: 1px solid var(--bm-mlb-line);
}

.bm-mlb-team-compare-row span {
    color: var(--bm-mlb-muted);
    font-size: 12px;
}

.bm-mlb-team-compare-row b {
    font-size: 16px;
}

.bm-mlb-team-stat-block + .bm-mlb-team-stat-block {
    margin-top: 28px;
}

.bm-mlb-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.bm-mlb-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
}

.bm-mlb-table th,
.bm-mlb-table td {
    padding: 11px 10px;
    border-bottom: 1px solid var(--bm-mlb-line);
    text-align: center;
    white-space: nowrap;
}

.bm-mlb-table th {
    background: #f7f9fb;
    color: #475467;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.bm-mlb-table th:first-child,
.bm-mlb-table td:first-child,
.bm-mlb-standing-team {
    text-align: left;
}

.bm-mlb-timeline {
    position: relative;
}

.bm-mlb-timeline-row {
    display: grid;
    grid-template-columns: 74px 16px minmax(0, 1fr);
    gap: 10px;
    padding: 9px 0;
}

.bm-mlb-timeline-time {
    text-align: right;
}

.bm-mlb-timeline-time strong,
.bm-mlb-timeline-time span,
.bm-mlb-timeline-text strong,
.bm-mlb-timeline-text span {
    display: block;
}

.bm-mlb-timeline-time strong {
    color: #475467;
    font-size: 11px;
}

.bm-mlb-timeline-time span {
    color: var(--bm-mlb-muted);
    font-size: 11px;
}

.bm-mlb-timeline-dot {
    position: relative;
}

.bm-mlb-timeline-dot::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    z-index: 2;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8ea0b1;
}

.bm-mlb-timeline-dot::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: -18px;
    left: 7px;
    width: 2px;
    background: #e4e9ee;
}

.bm-mlb-timeline-row:last-child .bm-mlb-timeline-dot::after {
    display: none;
}

.bm-mlb-play-goal .bm-mlb-timeline-dot::before {
    background: #72a900;
}

.bm-mlb-play-penalty .bm-mlb-timeline-dot::before {
    background: var(--bm-mlb-danger);
}

.bm-mlb-timeline-text strong {
    color: var(--bm-mlb-ink);
    font-size: 13px;
}

.bm-mlb-timeline-text span {
    margin-top: 2px;
    color: var(--bm-mlb-muted);
    font-size: 12px;
}

.bm-mlb-side-title {
    margin: 0 -2px 12px;
    color: var(--bm-mlb-ink);
    font-size: 16px;
    font-weight: 850;
}

.bm-mlb-related {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid var(--bm-mlb-line);
    color: var(--bm-mlb-ink) !important;
    text-decoration: none !important;
    transition: opacity .18s ease;
}

.bm-mlb-related:hover {
    opacity: .72;
}

.bm-mlb-related:last-child {
    border-bottom: 0;
}

.bm-mlb-related-team {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    min-height: 28px;
}

.bm-mlb-related-team img {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.bm-mlb-related-team span {
    overflow: hidden;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bm-mlb-related-team strong {
    flex: 0 0 auto;
    font-size: 13px;
}

.bm-mlb-related-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 6px;
    color: var(--bm-mlb-muted);
    font-size: 10px;
}

.bm-mlb-related-meta b {
    color: #475467;
    font-size: 9px;
    text-transform: uppercase;
}

.bm-mlb-mini-standings {
    font-size: 11px;
}

.bm-mlb-mini-head,
.bm-mlb-mini-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px 28px;
    align-items: center;
    gap: 5px;
    padding: 8px 0;
}

.bm-mlb-mini-head {
    color: var(--bm-mlb-muted);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.bm-mlb-mini-row {
    border-top: 1px solid var(--bm-mlb-line);
}

.bm-mlb-mini-row > span {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 7px;
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bm-mlb-mini-row img {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.bm-mlb-mini-row b,
.bm-mlb-mini-head > span:not(:first-child) {
    text-align: center;
}

.bm-mlb-side-link {
    display: inline-block;
    margin-top: 12px;
    color: #286a06 !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
}

.bm-mlb-standings-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.bm-mlb-standings-card {
    margin: 0;
}

.bm-mlb-standing-team {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bm-mlb-standing-team img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.bm-mlb-empty,
.bm-mlb-error {
    padding: 22px;
    border-radius: 16px;
    background: #fff;
    color: #475467;
    text-align: center;
}

.bm-mlb-error {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border: 1px solid #f5c7c2;
    background: #fff7f6;
    color: #8f231a;
}

.bm-mlb-empty-small {
    padding: 12px 4px;
    background: transparent;
    font-size: 12px;
}

@media (max-width: 1100px) {
    .bm-mlb-game-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bm-mlb-two-col {
        grid-template-columns: minmax(0, 1fr) 300px;
    }

    .bm-mlb-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bm-mlb-standings-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .bm-mlb-two-col {
        grid-template-columns: 1fr;
    }

    .bm-mlb-sidebar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        width: 100%;
    }

    .bm-mlb-side-card {
        margin-bottom: 0;
    }

    .bm-mlb-matchup {
        grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
        gap: 14px;
    }

    .bm-mlb-logo-wrap {
        width: 105px;
        height: 105px;
    }
}

@media (max-width: 700px) {
    .bm-mlb-shell {
        width: min(100% - 22px, 1440px);
        margin-top: 18px;
        margin-bottom: 42px;
    }

    .bm-mlb-page-head {
        align-items: flex-start;
        flex-direction: column;
        padding: 24px;
    }

    .bm-mlb-game-grid,
    .bm-mlb-sidebar,
    .bm-mlb-stars-grid {
        grid-template-columns: 1fr;
    }

    .bm-mlb-hero {
        padding: 21px 16px 24px;
        border-radius: 20px;
    }

    .bm-mlb-matchup {
        grid-template-columns: minmax(0, 1fr) 104px minmax(0, 1fr);
        gap: 8px;
    }

    .bm-mlb-logo-wrap {
        width: 78px;
        height: 78px;
        padding: 9px;
        border-radius: 18px;
    }

    .bm-mlb-hero-team strong {
        font-size: 15px;
    }

    .bm-mlb-hero-team small {
        font-size: 9px;
    }

    .bm-mlb-start-time,
    .bm-mlb-main-score {
        font-size: 34px;
    }

    .bm-mlb-countdown,
    .bm-mlb-live-clock {
        font-size: 10px;
    }

    .bm-mlb-hero-meta {
        flex-direction: column;
        gap: 4px;
    }

    .bm-mlb-hero-meta span + span::before {
        display: none;
    }

    .bm-mlb-card {
        padding: 20px 16px;
        border-radius: 18px;
    }

    .bm-mlb-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .bm-mlb-info-grid {
        grid-template-columns: 1fr;
    }

    .bm-mlb-event-row {
        grid-template-columns: 42px 34px minmax(0, 1fr);
    }

    .bm-mlb-event-row > b {
        grid-column: 3;
        justify-self: start;
    }

    .bm-mlb-event-row img {
        width: 34px;
        height: 34px;
    }

    .bm-mlb-penalty-row {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .bm-mlb-penalty-row > b {
        grid-column: 2;
    }

    .bm-mlb-team-compare-head,
    .bm-mlb-team-compare-row {
        grid-template-columns: minmax(0, 1fr) 1.1fr minmax(0, 1fr);
        padding-left: 8px;
        padding-right: 8px;
    }

    .bm-mlb-player-placeholder {
        min-height: 190px;
    }
}

@media (max-width: 430px) {
    .bm-mlb-matchup {
        grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr);
    }

    .bm-mlb-logo-wrap {
        width: 66px;
        height: 66px;
    }

    .bm-mlb-start-time,
    .bm-mlb-main-score {
        font-size: 29px;
    }

    .bm-mlb-hero-team strong {
        font-size: 13px;
    }

    .bm-mlb-card-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .bm-mlb-card-bottom span:last-child {
        max-width: 100%;
        text-align: left;
    }
}

.bm-mlb-leader-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.bm-mlb-leader-card {
    border: 1px solid var(--bm-mlb-line);
    border-radius: 15px;
    background: #f9fbfd;
}

.bm-mlb-leader-card {
    padding: 14px;
}

.bm-mlb-leader-title {
    margin-bottom: 12px;
    color: var(--bm-mlb-muted);
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.bm-mlb-leader-vs {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
}

.bm-mlb-leader-vs > span {
    color: #98a2b3;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.bm-mlb-leader-player {
    min-width: 0;
    text-align: center;
}

.bm-mlb-leader-player img {
    width: 58px;
    height: 58px;
    margin: 0 auto 6px;
    border-radius: 50%;
    object-fit: cover;
    background: #eef2f6;
}

.bm-mlb-leader-player strong,
.bm-mlb-leader-player small {
    display: block;
}

.bm-mlb-leader-player strong {
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bm-mlb-leader-player small {
    margin-top: 3px;
    color: #477800;
    font-size: 18px;
    font-weight: 900;
}

@media (max-width: 700px) {
    .bm-mlb-leader-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
 * Program MLB 1.0.2 — calendar oficial MLB + carduri moderne
 * ============================================================ */
.bm-mlb-schedule-page {
    --bm-mlb-calendar-bg: #071923;
    --bm-mlb-calendar-panel: #0d2b39;
    --bm-mlb-calendar-active: #b7f43b;
}

.bm-mlb-schedule-head {
    margin-bottom: 18px;
}

.bm-mlb-calendar {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    gap: 12px;
    align-items: stretch;
    margin: 0 0 30px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 24px;
    background: linear-gradient(135deg, var(--bm-mlb-calendar-bg) 0%, #0d3140 100%);
    box-shadow: 0 16px 42px rgba(4,24,34,.14);
}

.bm-mlb-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(88px, 1fr));
    gap: 8px;
    min-width: 0;
}

.bm-mlb-calendar-arrow {
    display: grid;
    place-items: center;
    min-height: 96px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 16px;
    background: rgba(255,255,255,.06);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 30px;
    font-weight: 500;
    transition: transform .18s ease, background .18s ease;
}

.bm-mlb-calendar-arrow:hover {
    transform: translateY(-1px);
    background: rgba(255,255,255,.12);
}

.bm-mlb-calendar-arrow.is-disabled {
    opacity: .35;
    pointer-events: none;
}

.bm-mlb-calendar-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 96px;
    padding: 10px 8px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    background: rgba(255,255,255,.055);
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.bm-mlb-calendar-day:hover {
    transform: translateY(-2px);
    border-color: rgba(183,244,59,.45);
    background: rgba(255,255,255,.10);
}

.bm-mlb-calendar-day.is-active {
    border-color: var(--bm-mlb-calendar-active);
    background: var(--bm-mlb-calendar-active);
    color: #08202b !important;
    box-shadow: 0 10px 24px rgba(183,244,59,.20);
}

.bm-mlb-calendar-day.is-empty:not(.is-active) {
    opacity: .55;
}

.bm-mlb-calendar-weekday,
.bm-mlb-calendar-month {
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .10em;
}

.bm-mlb-calendar-day strong {
    margin: 2px 0 0;
    font-size: 27px;
    line-height: 1;
    letter-spacing: -.03em;
}

.bm-mlb-calendar-day small {
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
    font-size: 10px;
    font-weight: 700;
    opacity: .78;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bm-mlb-schedule-title-row {
    align-items: flex-end;
    margin-bottom: 18px;
}

.bm-mlb-schedule-title-row .bm-mlb-kicker {
    margin-bottom: 6px;
}

.bm-mlb-schedule-title-row h2 {
    font-size: clamp(24px, 2.4vw, 34px);
    letter-spacing: -.025em;
}

.bm-mlb-schedule-page .bm-mlb-game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.bm-mlb-game-card-modern {
    position: relative;
    overflow: hidden;
    padding: 20px 22px 0;
    border: 1px solid #e1e7ee;
    border-radius: 24px;
    background:
        radial-gradient(circle at 12% 0%, rgba(183,244,59,.08), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 12px 34px rgba(12,28,45,.075);
}

.bm-mlb-game-card-modern::after {
    content: '';
    position: absolute;
    right: -52px;
    top: -52px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(14,43,58,.035);
    pointer-events: none;
}

.bm-mlb-game-card-modern:hover {
    transform: translateY(-4px);
    border-color: #cbd8e3;
    box-shadow: 0 20px 46px rgba(12,28,45,.12);
}

.bm-mlb-card-competition {
    overflow: hidden;
    max-width: 68%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bm-mlb-card-timebox {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    margin: 0 0 18px;
    padding: 8px 12px;
    border-radius: 12px;
    background: #f2f6f9;
    color: #536171;
}

.bm-mlb-card-timebox span {
    font-size: 11px;
    font-weight: 700;
}

.bm-mlb-card-timebox strong {
    color: #071923;
    font-size: 15px;
    font-weight: 850;
}

.bm-mlb-card-matchup-modern {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 74px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 190px;
    padding: 10px 0 24px;
}

.bm-mlb-card-team-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    text-align: center;
}

.bm-mlb-card-logo-modern {
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    margin-bottom: 11px;
    padding: 9px;
    border: 1px solid #e3e9ef;
    border-radius: 22px;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 8px 20px rgba(12,28,45,.06);
}

.bm-mlb-card-logo-modern img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bm-mlb-card-logo-modern span {
    color: #7a8794;
    font-size: 18px;
    font-weight: 850;
}

.bm-mlb-card-team-side > strong {
    overflow: hidden;
    width: 100%;
    color: #0d1b2a;
    font-size: 16px;
    line-height: 1.22;
    font-weight: 850;
    text-overflow: ellipsis;
}

.bm-mlb-card-team-side > small {
    margin-top: 4px;
    color: #7a8794;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .10em;
}

.bm-mlb-card-versus {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.bm-mlb-card-versus strong {
    display: grid;
    place-items: center;
    min-width: 52px;
    height: 40px;
    padding: 0 10px;
    border-radius: 999px;
    background: #071923;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
}

.bm-mlb-card-versus span {
    margin-top: 8px;
    color: #8a96a3;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
}

.bm-mlb-card-footer-modern {
    margin: 0 -22px;
    padding: 14px 22px;
    border-top: 1px solid #e8edf2;
    background: #f8fafc;
}

.bm-mlb-card-location {
    overflow: hidden;
    max-width: 66%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bm-mlb-card-cta {
    color: #164d66;
    font-weight: 850;
}

.bm-mlb-card-cta b {
    display: inline-block;
    margin-left: 4px;
    transition: transform .18s ease;
}

.bm-mlb-game-card-modern:hover .bm-mlb-card-cta b {
    transform: translateX(3px);
}

.bm-mlb-schedule-empty {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 28px;
    border: 1px dashed #cfd8e3;
    border-radius: 20px;
    background: #fff;
}

.bm-mlb-schedule-empty strong {
    color: #0d1b2a;
}

.bm-mlb-schedule-empty span {
    color: #667085;
}

@media (max-width: 1080px) {
    .bm-mlb-calendar {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
    }

    .bm-mlb-calendar-days {
        overflow-x: auto;
        grid-template-columns: repeat(7, minmax(92px, 1fr));
        padding-bottom: 3px;
        scrollbar-width: thin;
    }

    .bm-mlb-schedule-page .bm-mlb-game-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .bm-mlb-calendar {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        gap: 7px;
        padding: 10px;
        border-radius: 18px;
    }

    .bm-mlb-calendar-arrow {
        min-height: 88px;
        border-radius: 13px;
        font-size: 24px;
    }

    .bm-mlb-calendar-days {
        grid-template-columns: repeat(7, 82px);
        gap: 6px;
    }

    .bm-mlb-calendar-day {
        min-height: 88px;
        border-radius: 13px;
    }

    .bm-mlb-calendar-day strong {
        font-size: 24px;
    }

    .bm-mlb-schedule-title-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .bm-mlb-game-card-modern {
        padding: 16px 16px 0;
        border-radius: 20px;
    }

    .bm-mlb-card-matchup-modern {
        grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
        gap: 8px;
        min-height: 168px;
    }

    .bm-mlb-card-logo-modern {
        width: 68px;
        height: 68px;
        border-radius: 18px;
    }

    .bm-mlb-card-team-side > strong {
        font-size: 14px;
    }

    .bm-mlb-card-footer-modern {
        margin: 0 -16px;
        padding: 12px 16px;
    }
}

/* ========================================================================== 
   BRATU MLB 1.1 — BROADCAST CENTER VISUAL SYSTEM
   ========================================================================== */
:root {
    --bm11-bg: #f3f6f9;
    --bm11-card: #ffffff;
    --bm11-ink: #0b1722;
    --bm11-muted: #6a7885;
    --bm11-soft: #eef3f6;
    --bm11-line: #dde5eb;
    --bm11-navy: #061924;
    --bm11-navy-2: #0a2b3b;
    --bm11-cyan: #27d7e7;
    --bm11-cyan-deep: #0d7f91;
    --bm11-live: #ff3948;
    --bm11-win: #16a56a;
    --bm11-loss: #e04e5b;
    --bm11-ot: #f2a51a;
    --bm11-radius-xl: 30px;
    --bm11-radius-lg: 24px;
    --bm11-radius-md: 18px;
    --bm11-shadow-card: 0 14px 40px rgba(8, 28, 42, .08);
    --bm11-shadow-hover: 0 24px 58px rgba(8, 28, 42, .14);
}

body.bm-mlb-page,
body.bm-mlb-page .site-content,
body.bm-mlb-page #content {
    background:
        radial-gradient(circle at 12% 0%, rgba(39, 215, 231, .055), transparent 26%),
        linear-gradient(180deg, #f7f9fb 0%, var(--bm11-bg) 52%, #eef3f6 100%) !important;
}

.bm-mlb-shell {
    width: min(1460px, calc(100% - 40px));
    margin-top: 30px;
    color: var(--bm11-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bm-mlb-page-head {
    position: relative;
    overflow: hidden;
    align-items: center;
    min-height: 230px;
    margin-bottom: 22px;
    padding: 42px 46px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--bm11-radius-xl);
    background:
        linear-gradient(115deg, rgba(39,215,231,.13), transparent 34%),
        radial-gradient(circle at 88% 0%, rgba(39,215,231,.19), transparent 30%),
        linear-gradient(135deg, #051721 0%, #092b3a 56%, #061a26 100%);
    box-shadow: 0 28px 72px rgba(3, 21, 32, .18);
    isolation: isolate;
}

.bm-mlb-page-head::before,
.bm-mlb-page-head::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.bm-mlb-page-head::before {
    right: -90px;
    bottom: -200px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012);
}

.bm-mlb-page-head::after {
    right: 17%;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(transparent, rgba(255,255,255,.12), transparent);
    transform: rotate(13deg);
}

.bm-mlb-head-copy {
    position: relative;
    z-index: 1;
    max-width: 850px;
}

.bm-mlb-broadcast-brand,
.bm-mlb-head-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bm-mlb-broadcast-brand {
    margin-bottom: 13px;
}

.bm-mlb-auto-chip,
.bm-mlb-head-note {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.065);
    color: rgba(255,255,255,.76);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bm-mlb-auto-chip i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--bm11-cyan);
    box-shadow: 0 0 0 5px rgba(39,215,231,.11);
}

.bm-mlb-page-head h1 {
    margin: 0 0 12px;
    font-size: clamp(42px, 5.3vw, 76px);
    line-height: .95;
    letter-spacing: -.055em;
    font-weight: 900;
}

.bm-mlb-page-head p {
    max-width: 760px;
    font-size: clamp(15px, 1.35vw, 18px);
    line-height: 1.7;
}

.bm-mlb-head-actions {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-end;
}

.bm-mlb-secondary-button {
    min-height: 50px;
    padding: 0 20px;
    border-color: rgba(255,255,255,.16);
    background: rgba(255,255,255,.095);
    backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.09);
}

.bm-mlb-secondary-button b {
    margin-left: 8px;
    transition: transform .2s ease;
}

.bm-mlb-secondary-button:hover b {
    transform: translateX(4px);
}

/* Calendar premium */
.bm-mlb-calendar-shell {
    margin-bottom: 34px;
    border: 1px solid var(--bm11-line);
    border-radius: 26px;
    background: rgba(255,255,255,.92);
    box-shadow: var(--bm11-shadow-card);
    overflow: hidden;
}

.bm-mlb-calendar-titlebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px 13px;
    border-bottom: 1px solid #edf1f4;
}

.bm-mlb-calendar-titlebar > div {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.bm-mlb-calendar-titlebar span {
    color: var(--bm11-cyan-deep);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.bm-mlb-calendar-titlebar strong {
    color: var(--bm11-ink);
    font-size: 16px;
    font-weight: 850;
}

.bm-mlb-calendar-titlebar small {
    color: var(--bm11-muted);
    font-size: 12px;
    font-weight: 650;
}

.bm-mlb-calendar {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    gap: 10px;
    padding: 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.bm-mlb-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(100px, 1fr));
    gap: 8px;
    min-width: 0;
    scrollbar-width: none;
}

.bm-mlb-calendar-days::-webkit-scrollbar {
    display: none;
}

.bm-mlb-calendar-arrow {
    min-height: 112px;
    border: 1px solid #e5eaee;
    border-radius: 17px;
    background: #f7f9fb;
    color: #183444 !important;
    font-size: 30px;
    font-weight: 450;
    transition: .2s ease;
}

.bm-mlb-calendar-arrow:not(.is-disabled):hover {
    border-color: rgba(39,215,231,.55);
    background: #ecfbfd;
    color: #067889 !important;
    transform: translateY(-1px);
}

.bm-mlb-calendar-day {
    position: relative;
    min-height: 112px;
    padding: 14px 9px 11px;
    border: 1px solid transparent;
    border-radius: 17px;
    background: #f7f9fb;
    color: var(--bm11-ink) !important;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.bm-mlb-calendar-day:hover {
    transform: translateY(-2px);
    border-color: #d8e5eb;
    background: #fff;
    box-shadow: 0 10px 24px rgba(9, 33, 48, .07);
}

.bm-mlb-calendar-day.is-active {
    border-color: rgba(39,215,231,.44);
    background: linear-gradient(145deg, #081f2c 0%, #0d3a4a 100%);
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(6, 31, 44, .18);
}

.bm-mlb-calendar-day em {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 3px 5px;
    border-radius: 999px;
    background: var(--bm11-cyan);
    color: #03222a;
    font-size: 7px;
    font-style: normal;
    font-weight: 950;
    letter-spacing: .08em;
}

.bm-mlb-calendar-day .bm-mlb-calendar-weekday {
    color: #73818d;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
}

.bm-mlb-calendar-day.is-active .bm-mlb-calendar-weekday,
.bm-mlb-calendar-day.is-active .bm-mlb-calendar-month,
.bm-mlb-calendar-day.is-active small {
    color: rgba(255,255,255,.66);
}

.bm-mlb-calendar-day strong {
    margin-top: 3px;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.04em;
}

.bm-mlb-calendar-day small {
    margin-top: 5px;
    color: #7b8994;
    font-size: 9px;
    font-weight: 750;
}

/* Section headings */
.bm-mlb-schedule-title-row {
    margin-bottom: 18px;
    padding: 0 2px;
}

.bm-mlb-schedule-title-row .bm-mlb-kicker {
    margin-bottom: 7px;
    color: var(--bm11-cyan-deep);
}

.bm-mlb-schedule-title-row h2 {
    font-size: clamp(26px, 2.6vw, 36px);
    line-height: 1.05;
    letter-spacing: -.035em;
    font-weight: 900;
}

.bm-mlb-schedule-title-row > span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #e8f7f8;
    color: #0f7180;
    font-size: 11px;
    font-weight: 850;
}

/* Broadcast game cards */
.bm-mlb-schedule-page .bm-mlb-game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.bm-mlb-game-card-modern {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 20px 22px 0;
    border: 1px solid var(--bm11-line);
    border-radius: 24px;
    background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
    box-shadow: var(--bm11-shadow-card);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.bm-mlb-game-card-modern::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: radial-gradient(circle at 50% 42%, rgba(39,215,231,.07), transparent 30%);
    opacity: 0;
    transition: opacity .22s ease;
}

.bm-mlb-game-card-modern:hover {
    transform: translateY(-5px);
    border-color: #cbdde4;
    box-shadow: var(--bm11-shadow-hover);
}

.bm-mlb-game-card-modern:hover::before {
    opacity: 1;
}

.bm-mlb-card-top {
    margin-bottom: 12px;
}

.bm-mlb-card-competition {
    color: #4d6170;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
}

.bm-mlb-mini-status {
    min-height: 26px;
    padding: 0 10px;
    font-size: 9px;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.bm-mlb-card-timebox {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 4px;
    padding: 8px 0 12px;
    border: 0;
    border-bottom: 1px solid #edf1f4;
    border-radius: 0;
    background: transparent;
}

.bm-mlb-card-timebox span {
    color: #84909a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bm-mlb-card-timebox strong {
    color: #0a2634;
    font-size: 16px;
    font-weight: 900;
}

.bm-mlb-card-matchup-modern {
    grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr);
    gap: 18px;
    min-height: 218px;
    padding: 22px 0 24px;
}

.bm-mlb-card-logo-modern {
    width: 96px;
    height: 96px;
    margin-bottom: 14px;
    padding: 11px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(145deg, #f1f5f8, #fff);
    box-shadow: 0 10px 26px rgba(8, 28, 42, .09), inset 0 0 0 1px rgba(11,45,62,.055);
    transition: transform .25s ease;
}

.bm-mlb-game-card-modern:hover .bm-mlb-card-logo-modern {
    transform: scale(1.035);
}

.bm-mlb-card-team-side > strong {
    font-size: 17px;
    line-height: 1.18;
    letter-spacing: -.02em;
    font-weight: 900;
}

.bm-mlb-card-team-side > small {
    color: #8b97a1;
}

.bm-mlb-card-versus strong {
    min-width: 58px;
    height: 46px;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(145deg, #061924, #0a3141);
    box-shadow: 0 9px 22px rgba(5, 29, 42, .16);
}

.bm-mlb-card-versus span {
    color: #8b98a2;
}

.bm-mlb-card-footer-modern {
    min-height: 52px;
    margin: 0 -22px;
    padding: 0 22px;
    border-top: 1px solid #e8edf1;
    background: #f7f9fb;
}

.bm-mlb-card-location {
    color: #687782;
    font-size: 11px;
    font-weight: 700;
}

.bm-mlb-card-cta {
    color: #08798a;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .02em;
}

/* Game hero — TV scoreboard */
.bm-mlb-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-bottom: 24px;
    padding: 26px 38px 30px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 32px;
    background:
        radial-gradient(circle at 8% 8%, rgba(39,215,231,.15), transparent 25%),
        radial-gradient(circle at 90% 10%, rgba(39,215,231,.10), transparent 25%),
        linear-gradient(135deg, #051722 0%, #092c3b 50%, #051822 100%);
    box-shadow: 0 30px 76px rgba(4, 23, 34, .2);
}

.bm-mlb-hero-ice {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .22;
    background:
        linear-gradient(90deg, transparent 49.85%, rgba(255,255,255,.22) 50%, transparent 50.15%),
        radial-gradient(circle at 50% 50%, transparent 0 73px, rgba(255,255,255,.17) 74px 75px, transparent 76px),
        linear-gradient(180deg, transparent 20%, rgba(255,255,255,.045) 20.2%, transparent 20.4%, transparent 79.6%, rgba(255,255,255,.045) 79.8%, transparent 80%);
}

.bm-mlb-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: auto -12% -55% 58%;
    height: 100%;
    border-radius: 50%;
    background: rgba(39,215,231,.035);
    transform: rotate(-13deg);
}

.bm-mlb-hero-topline {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.bm-mlb-broadcast-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.78);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.bm-mlb-broadcast-label i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bm11-cyan);
    box-shadow: 0 0 0 5px rgba(39,215,231,.1);
}

.bm-mlb-hero-topline .bm-mlb-eyebrow {
    justify-self: center;
    color: rgba(255,255,255,.5);
}

.bm-mlb-status {
    min-height: 31px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.08);
    color: #fff;
    font-size: 9px;
    letter-spacing: .095em;
}

.bm-mlb-status-live,
.bm-mlb-status-crit {
    border-color: rgba(255,57,72,.28) !important;
    background: rgba(255,57,72,.14) !important;
    color: #ff8790 !important;
    animation: bmMlbLivePulse 1.8s ease-in-out infinite;
}

@keyframes bmMlbLivePulse {
    0%,100% { box-shadow: 0 0 0 0 rgba(255,57,72,0); }
    50% { box-shadow: 0 0 0 6px rgba(255,57,72,.07); }
}

.bm-mlb-matchup {
    grid-template-columns: minmax(0, 1fr) minmax(200px, .72fr) minmax(0, 1fr);
    gap: 34px;
    min-height: 330px;
    padding: 24px 0 28px;
}

.bm-mlb-logo-wrap {
    width: 154px;
    height: 154px;
    margin-bottom: 19px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
    background: rgba(255,255,255,.075);
    backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 18px 40px rgba(0,0,0,.14);
}

.bm-mlb-hero-team strong {
    max-width: 340px;
    font-size: clamp(23px, 2.45vw, 34px);
    letter-spacing: -.035em;
    font-weight: 900;
}

.bm-mlb-hero-team small {
    color: rgba(255,255,255,.52);
}

.bm-mlb-main-score {
    font-size: clamp(58px, 7vw, 92px);
    letter-spacing: -.07em;
}

.bm-mlb-start-time {
    color: #fff;
    font-size: clamp(52px, 6.6vw, 88px);
    text-shadow: 0 0 32px rgba(39,215,231,.12);
}

.bm-mlb-countdown {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 15px;
    color: rgba(255,255,255,.78);
}

.bm-mlb-countdown .bm-mlb-countdown-unit {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    padding: 7px 9px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 10px;
    background: rgba(255,255,255,.055);
    backdrop-filter: blur(8px);
}

.bm-mlb-countdown .bm-mlb-countdown-unit b {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.bm-mlb-countdown .bm-mlb-countdown-unit small {
    color: rgba(255,255,255,.52);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.bm-mlb-hero-meta {
    position: relative;
    z-index: 1;
    justify-content: center;
    gap: 8px;
    padding-top: 19px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.bm-mlb-hero-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 0 11px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 999px;
    background: rgba(255,255,255,.045);
    color: rgba(255,255,255,.68);
    font-size: 11px;
    font-weight: 700;
}

/* Main layout and cards */
.bm-mlb-two-col {
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 24px;
    align-items: start;
}

.bm-mlb-card,
.bm-mlb-side-card {
    border: 1px solid var(--bm11-line);
    background: rgba(255,255,255,.96);
    box-shadow: var(--bm11-shadow-card);
}

.bm-mlb-card {
    border-radius: var(--bm11-radius-lg);
}

.bm-mlb-main-col > .bm-mlb-card,
.bm-mlb-main-col > section {
    margin-bottom: 22px;
}

.bm-mlb-section-heading {
    margin-bottom: 18px;
}

.bm-mlb-section-heading .bm-mlb-kicker,
.bm-mlb-about-card > .bm-mlb-kicker {
    margin-bottom: 7px;
    color: var(--bm11-cyan-deep);
}

.bm-mlb-section-heading h2,
.bm-mlb-about-card h2 {
    font-size: clamp(24px, 2.5vw, 34px);
    line-height: 1.05;
    letter-spacing: -.035em;
    font-weight: 900;
}

/* Cinematic video module */
.bm-mlb-video-card {
    overflow: hidden;
    padding: 22px;
    background: linear-gradient(180deg, #0a1f2b 0%, #061722 100%);
    border-color: rgba(255,255,255,.05);
    box-shadow: 0 22px 58px rgba(4, 22, 32, .18);
}

.bm-mlb-video-card .bm-mlb-section-heading {
    color: #fff;
}

.bm-mlb-video-card .bm-mlb-section-heading h2,
.bm-mlb-video-card .bm-mlb-kicker {
    color: #fff;
}

.bm-mlb-video-card .bm-mlb-kicker {
    opacity: .55;
}

.bm-mlb-dot-label {
    min-height: 29px;
    padding: 0 10px;
    border: 1px solid rgba(255,255,255,.09);
    background: rgba(255,255,255,.07);
    color: rgba(255,255,255,.78);
    font-size: 9px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bm-mlb-player {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 19px;
    background: #000;
    box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.bm-mlb-player iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
    border: 0;
}

.bm-mlb-player-placeholder {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    place-items: center;
    min-height: clamp(300px, 42vw, 610px);
    padding: 42px 24px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 19px;
    background:
        radial-gradient(circle at 50% 40%, rgba(39,215,231,.09), transparent 28%),
        linear-gradient(145deg, #061620, #0a2635);
    text-align: center;
}

.bm-mlb-player-placeholder::before {
    content: "▶";
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    background: rgba(255,255,255,.07);
    color: var(--bm11-cyan);
    font-size: 21px;
    box-shadow: 0 14px 30px rgba(0,0,0,.15);
}

.bm-mlb-player-placeholder strong,
.bm-mlb-player-placeholder span {
    display: block;
}

.bm-mlb-player-placeholder strong {
    color: #fff;
    font-size: 20px;
}

.bm-mlb-player-placeholder span {
    max-width: 620px;
    margin: 7px auto 0;
    color: rgba(255,255,255,.62);
    line-height: 1.6;
}

/* Information block */
.bm-mlb-about-card {
    padding: 27px 28px;
}

.bm-mlb-about-card > p {
    max-width: 900px;
    color: #536573;
    font-size: 15px;
    line-height: 1.8;
}

.bm-mlb-info-grid {
    gap: 10px;
    margin-top: 22px;
}

.bm-mlb-info-grid > div {
    min-height: 76px;
    padding: 14px 15px;
    border: 1px solid #e7edf1;
    border-radius: 15px;
    background: #f8fafb;
}

.bm-mlb-info-grid span {
    color: #83909a;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.bm-mlb-info-grid strong {
    color: #102432;
    font-size: 14px;
}

/* Leaders / stars */
.bm-mlb-matchup-card,
.bm-mlb-summary-card,
.bm-mlb-details-card {
    padding: 27px 28px;
}

.bm-mlb-leader-card,
.bm-mlb-star-card {
    border-color: #e3e9ee;
    background: linear-gradient(180deg, #fff, #f8fafb);
}

.bm-mlb-leader-card:hover,
.bm-mlb-star-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(8,28,42,.08);
}

/* Comparative statistics dashboard */
.bm-mlb-stat-dashboard {
    overflow: hidden;
    border: 1px solid #e3e9ed;
    border-radius: 19px;
    background: #f9fbfc;
}

.bm-mlb-team-compare-head {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
    gap: 12px;
    align-items: center;
    padding: 15px 17px;
    border-bottom: 1px solid #e7ecef;
    background: #fff;
}

.bm-mlb-team-compare-head strong {
    color: #0d2230;
    font-size: 13px;
    font-weight: 900;
}

.bm-mlb-team-compare-head strong:last-child {
    text-align: right;
}

.bm-mlb-team-compare-head span {
    color: #84919b;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bm-mlb-stat-bars {
    padding: 8px 16px 15px;
}

.bm-mlb-stat-bar-row {
    padding: 11px 0;
    border-bottom: 1px solid #edf1f3;
}

.bm-mlb-stat-bar-row:last-child {
    border-bottom: 0;
}

.bm-mlb-stat-values {
    display: grid;
    grid-template-columns: 54px minmax(0,1fr) 54px;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.bm-mlb-stat-values b {
    color: #0e2532;
    font-size: 16px;
    font-weight: 900;
}

.bm-mlb-stat-values b:last-child {
    text-align: right;
}

.bm-mlb-stat-values span {
    color: #61727e;
    font-size: 11px;
    font-weight: 750;
    text-align: center;
}

.bm-mlb-stat-track {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    height: 5px;
}

.bm-mlb-stat-track > i {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 999px;
    background: #e5ecef;
}

.bm-mlb-stat-track > i::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #0a485b, var(--bm11-cyan));
}

.bm-mlb-stat-track .is-away::after {
    left: auto;
    width: var(--bm-away);
}

.bm-mlb-stat-track .is-home::after {
    right: auto;
    width: var(--bm-home);
    background: linear-gradient(90deg, var(--bm11-cyan), #0a485b);
}

/* Timeline */
.bm-mlb-detail-title-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.bm-mlb-detail-title-row h3 {
    margin: 0;
}

.bm-mlb-detail-title-row span {
    color: #84919b;
    font-size: 10px;
    font-weight: 750;
}

.bm-mlb-timeline {
    padding: 0;
}

.bm-mlb-timeline-period {
    position: relative;
    padding: 0 0 10px;
}

.bm-mlb-timeline-period + .bm-mlb-timeline-period {
    margin-top: 23px;
}

.bm-mlb-timeline-period-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 9px;
}

.bm-mlb-timeline-period-title span {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 0 10px;
    border-radius: 999px;
    background: #0b2d3c;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.bm-mlb-timeline-period-title i {
    flex: 1 1 auto;
    height: 1px;
    background: #e4eaee;
}

.bm-mlb-timeline-row {
    display: grid;
    grid-template-columns: 56px 30px minmax(0,1fr);
    align-items: start;
    min-height: 54px;
    padding: 8px 0;
    border-bottom: 0;
}

.bm-mlb-timeline-time {
    padding-top: 5px;
    color: #6b7a85;
    font-size: 10px;
    font-weight: 850;
    text-align: right;
}

.bm-mlb-timeline-dot {
    position: relative;
    display: grid;
    place-items: center;
    width: 30px;
    height: 36px;
}

.bm-mlb-timeline-dot::before {
    content: "";
    z-index: 2;
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #91a0aa;
    box-shadow: 0 0 0 1px #d3dde2;
}

.bm-mlb-timeline-dot::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -26px;
    left: 50%;
    width: 1px;
    background: #dfe6ea;
}

.bm-mlb-timeline-row:last-child .bm-mlb-timeline-dot::after {
    display: none;
}

.bm-mlb-timeline-text {
    padding: 4px 0 8px 10px;
}

.bm-mlb-timeline-text strong {
    display: block;
    color: #102431;
    font-size: 12px;
    font-weight: 900;
}

.bm-mlb-timeline-text span {
    display: block;
    margin-top: 2px;
    color: #6c7b86;
    font-size: 11px;
    line-height: 1.5;
}

.bm-mlb-play-goal .bm-mlb-timeline-dot::before {
    background: var(--bm11-cyan);
    box-shadow: 0 0 0 1px rgba(39,215,231,.5), 0 0 0 6px rgba(39,215,231,.10);
}

.bm-mlb-play-goal .bm-mlb-timeline-text {
    margin-left: 4px;
    padding: 8px 11px;
    border: 1px solid rgba(39,215,231,.20);
    border-radius: 12px;
    background: #f0fcfd;
}

.bm-mlb-play-penalty .bm-mlb-timeline-dot::before {
    border-radius: 3px;
    background: var(--bm11-ot);
    box-shadow: 0 0 0 1px rgba(242,165,26,.4), 0 0 0 5px rgba(242,165,26,.08);
}

.bm-mlb-play-period-start .bm-mlb-timeline-dot::before,
.bm-mlb-play-period-end .bm-mlb-timeline-dot::before,
.bm-mlb-play-game-end .bm-mlb-timeline-dot::before {
    background: #0a3141;
}

/* Player tables */
.bm-mlb-table-scroll {
    border: 1px solid #e2e8ec;
    border-radius: 16px;
    background: #fff;
}

.bm-mlb-table thead th {
    background: #f4f7f9;
    color: #637480;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .065em;
    text-transform: uppercase;
}

.bm-mlb-table tbody tr:hover td {
    background: #f7fbfc;
}

/* Sidebar editorial */
.bm-mlb-sidebar {
    position: static;
    min-width: 0;
    max-height: none !important;
    overflow: visible !important;
}

.bm-mlb-side-card {
    overflow: hidden;
    margin-bottom: 18px;
    border-radius: 20px;
}

.bm-mlb-side-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 52px;
    padding: 0 16px;
    border-bottom: 1px solid #e7ecef;
    background: linear-gradient(180deg, #fff, #f8fafb);
    color: #102431;
    font-size: 13px;
    font-weight: 900;
}

.bm-mlb-side-title small {
    color: #8a97a1;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bm-mlb-related {
    margin: 0;
    padding: 14px 15px;
    border: 0;
    border-bottom: 1px solid #edf1f3;
    border-radius: 0;
    background: #fff;
    transition: background .18s ease, transform .18s ease;
}

.bm-mlb-related:last-child {
    border-bottom: 0;
}

.bm-mlb-related:hover {
    transform: none;
    background: #f1fafb;
}

.bm-mlb-related-team img {
    width: 28px;
    height: 28px;
}

.bm-mlb-related-team span {
    color: #233744;
    font-size: 11px;
    font-weight: 800;
}

.bm-mlb-related-meta {
    margin-top: 9px;
    color: #82909a;
    font-size: 9px;
}

/* Recent form */
.bm-mlb-form-compare {
    padding: 7px 15px 14px;
}

.bm-mlb-form-team {
    padding: 12px 0;
    border-bottom: 1px solid #edf1f3;
}

.bm-mlb-form-team-head {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 9px;
}

.bm-mlb-form-team-head img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.bm-mlb-form-team-head strong {
    color: #1a3040;
    font-size: 11px;
    font-weight: 900;
}

.bm-mlb-form-badges {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.bm-mlb-form-badges span {
    display: grid;
    place-items: center;
    min-width: 29px;
    height: 29px;
    padding: 0 6px;
    border-radius: 9px;
    color: #fff;
    font-size: 9px;
    font-weight: 950;
}

.bm-mlb-form-badges .is-v { background: var(--bm11-win); }
.bm-mlb-form-badges .is-î,
.bm-mlb-form-badges .is-i { background: var(--bm11-loss); }
.bm-mlb-form-badges .is-îp,
.bm-mlb-form-badges .is-ip { background: var(--bm11-ot); color: #3b2600; }
.bm-mlb-form-badges .is-e { background: #7d8b95; }

.bm-mlb-form-legend {
    display: grid;
    gap: 5px;
    padding-top: 11px;
    color: #84919a;
    font-size: 8px;
    line-height: 1.35;
}

.bm-mlb-form-legend span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bm-mlb-form-legend i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.bm-mlb-form-legend .is-v { background: var(--bm11-win); }
.bm-mlb-form-legend .is-i { background: var(--bm11-loss); }
.bm-mlb-form-legend .is-ip { background: var(--bm11-ot); }

/* Compact standings */
.bm-mlb-mini-standings {
    padding: 6px 12px 10px;
}

.bm-mlb-mini-head,
.bm-mlb-mini-row {
    grid-template-columns: minmax(0,1fr) 34px 34px;
}

.bm-mlb-mini-head {
    color: #8a97a1;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bm-mlb-mini-row {
    min-height: 42px;
    border-bottom-color: #edf1f3;
}

.bm-mlb-mini-row span {
    min-width: 0;
    color: #243844;
    font-size: 10px;
    font-weight: 800;
}

.bm-mlb-mini-row img {
    width: 23px;
    height: 23px;
}

.bm-mlb-side-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    border-top: 1px solid #e7ecef;
    background: #f7f9fb;
    color: #087b8b !important;
    font-size: 10px;
    font-weight: 900;
}

/* Fade-in system: subtle and disabled for reduced-motion */
.bm-mlb-reveal {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .42s ease, transform .42s ease;
}

.bm-mlb-reveal.is-visible {
    opacity: 1;
    transform: none;
}

.bm-mlb-score-flash {
    animation: bmMlbScoreFlash .55s ease;
}

@keyframes bmMlbScoreFlash {
    0% { transform: scale(1); color: inherit; }
    40% { transform: scale(1.13); color: var(--bm11-cyan); }
    100% { transform: scale(1); color: inherit; }
}

@media (prefers-reduced-motion: reduce) {
    .bm-mlb-shell *,
    .bm-mlb-shell *::before,
    .bm-mlb-shell *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
    }
    .bm-mlb-reveal { opacity: 1; transform: none; }
}

/* Tablet */
@media (max-width: 1120px) {
    .bm-mlb-shell {
        width: min(100% - 28px, 1460px);
    }

    .bm-mlb-page-head {
        min-height: 210px;
        padding: 34px;
    }

    .bm-mlb-calendar-days {
        overflow-x: auto;
        grid-template-columns: repeat(7, 104px);
        scroll-snap-type: x proximity;
    }

    .bm-mlb-calendar-day {
        scroll-snap-align: center;
    }

    .bm-mlb-schedule-page .bm-mlb-game-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bm-mlb-two-col {
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 18px;
    }

    .bm-mlb-matchup {
        gap: 18px;
    }

    .bm-mlb-logo-wrap {
        width: 132px;
        height: 132px;
    }
}

/* Stack sidebar before mobile gets cramped */
@media (max-width: 920px) {
    .bm-mlb-page-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .bm-mlb-head-actions {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .bm-mlb-schedule-page .bm-mlb-game-grid {
        grid-template-columns: 1fr;
    }

    .bm-mlb-two-col {
        grid-template-columns: 1fr;
    }

    .bm-mlb-sidebar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 16px;
    }

    .bm-mlb-sidebar .bm-mlb-side-card {
        margin-bottom: 0;
    }
}

/* Mobile */
@media (max-width: 680px) {
    .bm-mlb-shell {
        width: min(100% - 20px, 1460px);
        margin-top: 14px;
        margin-bottom: 44px;
    }

    .bm-mlb-page-head {
        min-height: 0;
        padding: 28px 22px;
        border-radius: 23px;
    }

    .bm-mlb-broadcast-brand {
        align-items: flex-start;
        flex-direction: column;
    }

    .bm-mlb-page-head h1 {
        font-size: 42px;
    }

    .bm-mlb-head-note {
        display: none;
    }

    .bm-mlb-calendar-shell {
        border-radius: 20px;
    }

    .bm-mlb-calendar-titlebar {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
        padding: 15px 15px 10px;
    }

    .bm-mlb-calendar-titlebar > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .bm-mlb-calendar {
        grid-template-columns: 38px minmax(0,1fr) 38px;
        gap: 6px;
        padding: 9px;
    }

    .bm-mlb-calendar-arrow {
        min-height: 96px;
        border-radius: 13px;
        font-size: 24px;
    }

    .bm-mlb-calendar-days {
        grid-template-columns: repeat(7, 84px);
        gap: 6px;
    }

    .bm-mlb-calendar-day {
        min-height: 96px;
        border-radius: 13px;
    }

    .bm-mlb-calendar-day strong {
        font-size: 27px;
    }

    .bm-mlb-game-card-modern {
        padding: 16px 16px 0;
        border-radius: 19px;
    }

    .bm-mlb-card-matchup-modern {
        grid-template-columns: minmax(0,1fr) 48px minmax(0,1fr);
        gap: 7px;
        min-height: 174px;
        padding: 18px 0;
    }

    .bm-mlb-card-logo-modern {
        width: 70px;
        height: 70px;
    }

    .bm-mlb-card-team-side > strong {
        font-size: 13px;
    }

    .bm-mlb-card-versus strong {
        min-width: 45px;
        height: 38px;
        font-size: 11px;
    }

    .bm-mlb-card-footer-modern {
        min-height: 48px;
        margin: 0 -16px;
        padding: 0 16px;
    }

    .bm-mlb-card-location {
        max-width: 58%;
        font-size: 9px;
    }

    .bm-mlb-hero {
        padding: 20px 16px 22px;
        border-radius: 23px;
    }

    .bm-mlb-hero-topline {
        grid-template-columns: 1fr auto;
    }

    .bm-mlb-hero-topline .bm-mlb-eyebrow {
        display: none;
    }

    .bm-mlb-matchup {
        grid-template-columns: minmax(0,1fr) 92px minmax(0,1fr);
        gap: 7px;
        min-height: 250px;
        padding: 15px 0;
    }

    .bm-mlb-logo-wrap {
        width: 90px;
        height: 90px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .bm-mlb-hero-team strong {
        font-size: 15px;
    }

    .bm-mlb-hero-team small {
        font-size: 9px;
    }

    .bm-mlb-main-score {
        gap: 5px;
        font-size: 40px;
    }

    .bm-mlb-start-time {
        font-size: 37px;
    }

    .bm-mlb-countdown {
        gap: 4px;
    }

    .bm-mlb-countdown .bm-mlb-countdown-unit {
        padding: 5px 6px;
    }

    .bm-mlb-hero-meta {
        flex-wrap: wrap;
    }

    .bm-mlb-hero-meta span {
        min-height: 27px;
        font-size: 9px;
    }

    .bm-mlb-video-card,
    .bm-mlb-about-card,
    .bm-mlb-matchup-card,
    .bm-mlb-summary-card,
    .bm-mlb-details-card {
        padding: 18px;
        border-radius: 19px;
    }

    .bm-mlb-player-placeholder {
        min-height: 230px;
    }

    .bm-mlb-info-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bm-mlb-stat-values {
        grid-template-columns: 42px minmax(0,1fr) 42px;
    }

    .bm-mlb-timeline-row {
        grid-template-columns: 44px 24px minmax(0,1fr);
    }

    .bm-mlb-sidebar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 430px) {
    .bm-mlb-info-grid {
        grid-template-columns: 1fr;
    }

    .bm-mlb-card-timebox {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .bm-mlb-card-team-side > strong {
        white-space: normal;
    }
}

/* 1.1.1 — meciurile încheiate rămân în program, dar sunt diferențiate discret. */
.bm-mlb-game-card-final,
.bm-mlb-game-card-off {
    opacity: .92;
}
.bm-mlb-game-card-final .bm-mlb-card-timebox,
.bm-mlb-game-card-off .bm-mlb-card-timebox {
    background: rgba(7, 28, 44, .055);
}
.bm-mlb-game-card-final .bm-mlb-card-cta,
.bm-mlb-game-card-off .bm-mlb-card-cta {
    font-weight: 700;
}

/* =========================================================
   Bratu MLB 1.2.0 — Broadcast cards + editorial game page
   ========================================================= */

.bm-mlb-game-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
}

.bm-mlb-game-card-broadcast {
    --bm-away-team: #0b2a3d;
    --bm-home-team: #0b2a3d;
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(250px, 1fr) minmax(330px, 1.1fr) minmax(250px, 1fr);
    align-items: center;
    min-height: 210px;
    padding: 24px 74px;
    overflow: hidden;
    border: 1px solid #dfe5ec;
    border-radius: 22px;
    background:
        radial-gradient(circle at 12% 50%, color-mix(in srgb, var(--bm-away-team) 8%, transparent), transparent 28%),
        radial-gradient(circle at 88% 50%, color-mix(in srgb, var(--bm-home-team) 8%, transparent), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    box-shadow: 0 14px 36px rgba(15, 23, 42, .08);
    color: #0f172a !important;
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.bm-mlb-game-card-broadcast:hover {
    transform: translateY(-3px);
    border-color: #cbd5e1;
    box-shadow: 0 22px 52px rgba(15, 23, 42, .13);
}

.bm-mlb-broadcast-stripe {
    position: absolute;
    z-index: -1;
    top: -25%;
    width: 122px;
    height: 150%;
    transform: skewX(-27deg);
    opacity: .98;
}

.bm-mlb-broadcast-stripe::after {
    content: "";
    position: absolute;
    inset: 0 38px 0 auto;
    width: 16px;
    background: rgba(255,255,255,.94);
    box-shadow: 19px 0 0 rgba(9, 18, 28, .92);
}

.bm-mlb-broadcast-stripe.is-away {
    left: -72px;
    background: var(--bm-away-team);
}

.bm-mlb-broadcast-stripe.is-home {
    right: -72px;
    background: var(--bm-home-team);
    transform: skewX(27deg);
}

.bm-mlb-broadcast-stripe.is-home::after {
    inset: 0 auto 0 38px;
    box-shadow: -19px 0 0 rgba(9, 18, 28, .92);
}

.bm-mlb-banner-team {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 22px;
}

.bm-mlb-banner-team.is-home {
    flex-direction: row-reverse;
    text-align: right;
}

.bm-mlb-banner-logo {
    display: grid;
    place-items: center;
    flex: 0 0 116px;
    width: 116px;
    height: 116px;
    padding: 8px;
}

.bm-mlb-banner-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 8px 12px rgba(15,23,42,.10));
}

.bm-mlb-banner-logo span {
    display: grid;
    place-items: center;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #eef2f6;
    color: #475569;
    font-weight: 900;
}

.bm-mlb-banner-name {
    min-width: 0;
}

.bm-mlb-banner-name span {
    display: block;
    margin-bottom: 2px;
    color: #202938;
    font-size: clamp(19px, 1.8vw, 30px);
    line-height: 1.05;
    font-weight: 500;
}

.bm-mlb-banner-name strong {
    display: block;
    color: #050b14;
    font-size: clamp(29px, 2.6vw, 46px);
    line-height: .98;
    letter-spacing: -.045em;
    overflow-wrap: anywhere;
}

.bm-mlb-broadcast-center {
    position: relative;
    min-width: 0;
    padding: 0 28px;
    text-align: center;
}

.bm-mlb-broadcast-center::before,
.bm-mlb-broadcast-center::after {
    content: "";
    position: absolute;
    top: 7%;
    bottom: 7%;
    width: 1px;
    background: linear-gradient(transparent, #dce2e8 20%, #dce2e8 80%, transparent);
}

.bm-mlb-broadcast-center::before { left: 0; }
.bm-mlb-broadcast-center::after { right: 0; }

.bm-mlb-broadcast-league {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 4px;
    color: #475569;
    font-size: 15px;
    font-weight: 850;
}

.bm-mlb-broadcast-league > span {
    display: inline-grid;
    place-items: center;
    min-width: 42px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #cfd8e3;
    border-radius: 999px;
    background: #0b1118;
    color: #fff;
    font-size: 12px;
    letter-spacing: .08em;
}

.bm-mlb-broadcast-league > em {
    font-style: normal;
    margin-left: 5px;
}

.bm-mlb-broadcast-time,
.bm-mlb-broadcast-score {
    margin: 4px 0;
    color: #111827;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.05em;
}

.bm-mlb-broadcast-time-sub {
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.bm-mlb-broadcast-date {
    margin-top: 9px;
    color: #344054;
    font-size: 15px;
    font-weight: 700;
}

.bm-mlb-broadcast-venue {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 8px;
    color: #4b5563;
    font-size: 14px;
}

.bm-mlb-broadcast-venue img,
.bm-mlb-related-venue img {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    opacity: .76;
}

.bm-mlb-intro-card {
    position: relative;
    overflow: hidden;
    padding: 30px 32px;
    border-top: 4px solid #0e2b3a;
}

.bm-mlb-intro-card::after {
    content: "";
    position: absolute;
    right: -65px;
    top: -85px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(39,215,231,.13), rgba(39,215,231,0) 70%);
    pointer-events: none;
}

.bm-mlb-intro-title {
    position: relative;
    z-index: 1;
    margin: 8px 0 14px !important;
    color: #0f172a !important;
    font-size: clamp(28px, 3vw, 42px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.035em !important;
}

.bm-mlb-intro-copy {
    position: relative;
    z-index: 1;
    color: #344054;
    font-size: 17px;
    line-height: 1.82;
}

.bm-mlb-intro-copy p {
    margin: 0;
}

.bm-mlb-intro-copy strong {
    color: #111827;
    font-weight: 800;
}

.bm-mlb-related-pro {
    display: block;
    padding: 14px 14px 13px;
    border: 1px solid #e3e8ef;
    border-radius: 16px;
    background: #fff;
    color: #111827 !important;
    text-decoration: none !important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.bm-mlb-related-pro + .bm-mlb-related-pro {
    margin-top: 10px;
}

.bm-mlb-related-pro:hover {
    transform: translateY(-2px);
    border-color: #cbd5e1;
    box-shadow: 0 12px 25px rgba(15,23,42,.08);
}

.bm-mlb-related-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 11px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.bm-mlb-related-top time {
    text-transform: none;
    letter-spacing: 0;
    color: #475569;
}

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

.bm-mlb-related-inline-team {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 7px;
    color: #111827;
    font-size: 12px;
    font-weight: 750;
}

.bm-mlb-related-inline-team:last-child {
    flex-direction: row-reverse;
    text-align: right;
}

.bm-mlb-related-inline-team img {
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    object-fit: contain;
}

.bm-mlb-related-inline-team > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bm-mlb-related-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    min-height: 30px;
    padding: 0 8px;
    border-radius: 9px;
    background: #071923;
    color: #fff;
    font-size: 12px;
}

.bm-mlb-related-venue {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 11px;
    padding-top: 10px;
    border-top: 1px solid #eef2f6;
    color: #64748b;
    font-size: 11px;
}

.bm-mlb-related-venue strong {
    color: #334155;
}

.bm-mlb-form-badges {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.bm-mlb-form-result {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 33px;
    height: 33px;
    border-radius: 10px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    outline: none;
    transition: transform .16s ease, box-shadow .16s ease;
}

.bm-mlb-form-result.is-v { background: #18864b; }
.bm-mlb-form-result.is-i { background: #c03535; }
.bm-mlb-form-result.is-ip { background: #b7791f; }
.bm-mlb-form-result.is-e { background: #64748b; }

.bm-mlb-form-result:hover,
.bm-mlb-form-result:focus-visible {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 7px 17px rgba(15,23,42,.18);
}

.bm-mlb-form-tooltip {
    position: absolute;
    z-index: 30;
    left: 50%;
    bottom: calc(100% + 9px);
    width: max-content;
    max-width: 220px;
    transform: translate(-50%, 5px);
    padding: 8px 10px;
    border-radius: 9px;
    background: #071923;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
}

.bm-mlb-form-result:hover .bm-mlb-form-tooltip,
.bm-mlb-form-result:focus-visible .bm-mlb-form-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.bm-mlb-form-hint {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 11px;
    line-height: 1.5;
}

.bm-mlb-standings-snapshot {
    margin: 0 0 10px;
    color: #64748b;
    font-size: 11px;
}

.bm-mlb-mini-group + .bm-mlb-mini-group {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #e9edf2;
}

.bm-mlb-mini-group h4 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 13px;
}

.bm-mlb-mini-row {
    position: relative;
}

.bm-mlb-mini-row.is-focus {
    margin: 3px -5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--bm-focus-team) 11%, white);
    box-shadow: inset 3px 0 0 var(--bm-focus-team);
}

.bm-mlb-mini-team {
    min-width: 0;
}

.bm-mlb-mini-rank {
    display: inline-grid;
    place-items: center;
    flex: 0 0 18px;
    width: 18px;
    color: #64748b;
    font-size: 10px;
}

.bm-mlb-mini-row.is-focus .bm-mlb-mini-team > strong {
    color: #0f172a;
    font-weight: 900;
}

@media (max-width: 1180px) {
    .bm-mlb-game-card-broadcast {
        grid-template-columns: minmax(210px, 1fr) minmax(280px, .9fr) minmax(210px, 1fr);
        padding: 22px 54px;
    }
    .bm-mlb-banner-logo {
        flex-basis: 94px;
        width: 94px;
        height: 94px;
    }
    .bm-mlb-banner-team { gap: 14px; }
}

@media (max-width: 900px) {
    .bm-mlb-game-card-broadcast {
        grid-template-columns: minmax(0, 1fr) 190px minmax(0, 1fr);
        min-height: 185px;
        padding: 20px 34px;
    }
    .bm-mlb-banner-logo {
        flex-basis: 70px;
        width: 70px;
        height: 70px;
    }
    .bm-mlb-banner-name span { font-size: 15px; }
    .bm-mlb-banner-name strong { font-size: 24px; }
    .bm-mlb-broadcast-center { padding: 0 14px; }
    .bm-mlb-broadcast-date,
    .bm-mlb-broadcast-venue { font-size: 12px; }
}

@media (max-width: 680px) {
    .bm-mlb-game-card-broadcast {
        grid-template-columns: minmax(0, 1fr) 94px minmax(0, 1fr);
        min-height: 150px;
        padding: 18px 18px;
        border-radius: 18px;
    }
    .bm-mlb-broadcast-stripe { width: 76px; }
    .bm-mlb-broadcast-stripe.is-away { left: -56px; }
    .bm-mlb-broadcast-stripe.is-home { right: -56px; }
    .bm-mlb-broadcast-stripe::after { display: none; }
    .bm-mlb-banner-team,
    .bm-mlb-banner-team.is-home {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
    .bm-mlb-banner-logo {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
        padding: 3px;
    }
    .bm-mlb-banner-name span { display: none; }
    .bm-mlb-banner-name strong {
        max-width: 110px;
        font-size: 14px;
        line-height: 1.05;
    }
    .bm-mlb-broadcast-center::before,
    .bm-mlb-broadcast-center::after { display: none; }
    .bm-mlb-broadcast-center { padding: 0 5px; }
    .bm-mlb-broadcast-league { gap: 3px; font-size: 9px; }
    .bm-mlb-broadcast-league > span { min-width: 34px; height: 22px; padding: 0 6px; font-size: 9px; }
    .bm-mlb-broadcast-league > em { display: none; }
    .bm-mlb-broadcast-time,
    .bm-mlb-broadcast-score { font-size: 25px; }
    .bm-mlb-broadcast-date { margin-top: 5px; font-size: 10px; line-height: 1.25; }
    .bm-mlb-broadcast-venue { display: none; }
    .bm-mlb-intro-card { padding: 24px 20px; }
    .bm-mlb-intro-copy { font-size: 15px; line-height: 1.7; }
    .bm-mlb-related-matchup { grid-template-columns: minmax(0,1fr) 46px minmax(0,1fr); }
    .bm-mlb-related-inline-team { flex-direction: column; text-align: center; gap: 4px; }
    .bm-mlb-related-inline-team:last-child { flex-direction: column; text-align: center; }
    .bm-mlb-related-inline-team > span { white-space: normal; line-height: 1.15; }
}

/* =========================================================
   1.2.1 — full-row schedule cards, responsive sidebar names,
   player availability + streaming disclaimer
   ========================================================= */

/* Afișăm întotdeauna un singur meci pe rând în program. */
.bm-mlb-schedule-page .bm-mlb-game-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    gap: 20px !important;
}

.bm-mlb-schedule-page .bm-mlb-game-card-broadcast {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    grid-template-columns: minmax(230px, 1fr) minmax(300px, .92fr) minmax(230px, 1fr);
    padding-inline: clamp(34px, 5vw, 78px);
}

/* Sidebar: numele complete rămân pe un singur rând. JS-ul micșorează
   fontul doar dacă este necesar, fără ellipsis/trunchiere. */
.bm-mlb-related-pro .bm-mlb-related-matchup {
    grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
    gap: 6px;
}

.bm-mlb-related-pro .bm-mlb-related-inline-team {
    min-width: 0;
    gap: 5px;
}

.bm-mlb-related-pro .bm-mlb-related-inline-team img {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
}

.bm-mlb-related-pro .bm-mlb-related-inline-team > span {
    display: block;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    font-size: 12px;
    line-height: 1.08;
    letter-spacing: -.01em;
}

.bm-mlb-related-pro .bm-mlb-related-time {
    min-width: 46px;
    padding-inline: 5px;
}

/* Mesajele de sub player. */
.bm-mlb-player-messages {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.bm-mlb-player-availability-note,
.bm-mlb-stream-disclaimer {
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.55;
}

.bm-mlb-player-availability-note {
    padding: 14px 16px;
    border: 1px solid rgba(39, 215, 231, .25);
    background: rgba(39, 215, 231, .075);
    color: #d9f8fb;
}

.bm-mlb-player-availability-note strong {
    color: #72eff8;
}

.bm-mlb-stream-disclaimer {
    position: relative;
    padding: 17px 18px 17px 20px;
    border: 1px solid rgba(255, 184, 0, .48);
    border-left: 5px solid #ffb800;
    background: linear-gradient(135deg, rgba(255,184,0,.14), rgba(255,255,255,.035));
    color: #fff2c2;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}

.bm-mlb-stream-disclaimer strong {
    color: #ffd34d;
    font-weight: 900;
    letter-spacing: .02em;
}

/* Laptop / tabletă landscape. */
@media (max-width: 1180px) {
    .bm-mlb-schedule-page .bm-mlb-game-card-broadcast {
        grid-template-columns: minmax(190px, 1fr) minmax(250px, .9fr) minmax(190px, 1fr);
        min-height: 184px;
        padding-inline: 36px;
    }
    .bm-mlb-schedule-page .bm-mlb-banner-logo {
        flex-basis: 92px;
        width: 92px;
        height: 92px;
    }
    .bm-mlb-schedule-page .bm-mlb-banner-name strong {
        font-size: clamp(25px, 3vw, 38px);
    }
}

/* Tabletă portrait. */
@media (max-width: 900px) {
    .bm-mlb-schedule-page .bm-mlb-game-card-broadcast {
        grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
        min-height: 168px;
        padding: 20px 24px;
        gap: 10px;
    }
    .bm-mlb-schedule-page .bm-mlb-banner-team,
    .bm-mlb-schedule-page .bm-mlb-banner-team.is-home {
        gap: 12px;
    }
    .bm-mlb-schedule-page .bm-mlb-banner-logo {
        flex-basis: 70px;
        width: 70px;
        height: 70px;
    }
    .bm-mlb-schedule-page .bm-mlb-banner-name span {
        font-size: 15px;
    }
    .bm-mlb-schedule-page .bm-mlb-banner-name strong {
        font-size: 24px;
        overflow-wrap: normal;
        word-break: normal;
    }
    .bm-mlb-schedule-page .bm-mlb-broadcast-center {
        padding-inline: 12px;
    }
    .bm-mlb-schedule-page .bm-mlb-broadcast-time,
    .bm-mlb-schedule-page .bm-mlb-broadcast-score {
        font-size: 38px;
    }
}

/* Telefon / tabletă mică: păstrăm matchup-ul orizontal, dar compact. */
@media (max-width: 680px) {
    .bm-mlb-schedule-page .bm-mlb-game-card-broadcast {
        grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr) !important;
        min-height: 152px;
        padding: 18px 12px !important;
        gap: 5px;
        border-radius: 18px;
    }
    .bm-mlb-schedule-page .bm-mlb-banner-team,
    .bm-mlb-schedule-page .bm-mlb-banner-team.is-home {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
    .bm-mlb-schedule-page .bm-mlb-banner-logo {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
    }
    .bm-mlb-schedule-page .bm-mlb-banner-name span {
        display: none;
    }
    .bm-mlb-schedule-page .bm-mlb-banner-name strong {
        max-width: none;
        font-size: clamp(12px, 3.6vw, 16px);
        line-height: 1.06;
        overflow-wrap: normal;
        word-break: normal;
    }
    .bm-mlb-schedule-page .bm-mlb-broadcast-center {
        padding-inline: 2px;
    }
    .bm-mlb-schedule-page .bm-mlb-broadcast-time,
    .bm-mlb-schedule-page .bm-mlb-broadcast-score {
        font-size: clamp(23px, 7vw, 30px);
    }
    .bm-mlb-schedule-page .bm-mlb-broadcast-date {
        font-size: 9px;
    }
    .bm-mlb-player-availability-note,
    .bm-mlb-stream-disclaimer {
        font-size: 13px;
    }

    /* În sidebar (care se mută sub conținut) numele rămân orizontale. */
    .bm-mlb-related-pro .bm-mlb-related-matchup {
        grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) !important;
    }
    .bm-mlb-related-pro .bm-mlb-related-inline-team,
    .bm-mlb-related-pro .bm-mlb-related-inline-team:last-child {
        flex-direction: row !important;
        text-align: left;
        gap: 5px;
    }
    .bm-mlb-related-pro .bm-mlb-related-inline-team:last-child {
        flex-direction: row-reverse !important;
        text-align: right;
    }
    .bm-mlb-related-pro .bm-mlb-related-inline-team > span {
        white-space: nowrap !important;
        line-height: 1.08;
    }
}

@media (max-width: 420px) {
    .bm-mlb-schedule-page .bm-mlb-game-card-broadcast {
        grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr) !important;
        padding-inline: 8px !important;
    }
    .bm-mlb-schedule-page .bm-mlb-banner-logo {
        flex-basis: 46px;
        width: 46px;
        height: 46px;
    }
    .bm-mlb-schedule-page .bm-mlb-banner-name strong {
        font-size: clamp(11px, 3.5vw, 14px);
    }
    .bm-mlb-schedule-page .bm-mlb-broadcast-league > strong,
    .bm-mlb-schedule-page .bm-mlb-broadcast-league > b {
        display: none;
    }
    .bm-mlb-schedule-page .bm-mlb-broadcast-time,
    .bm-mlb-schedule-page .bm-mlb-broadcast-score {
        font-size: 22px;
    }
    .bm-mlb-schedule-page .bm-mlb-broadcast-date {
        font-size: 8px;
    }
    .bm-mlb-related-pro {
        padding-inline: 10px;
    }
    .bm-mlb-related-pro .bm-mlb-related-inline-team img {
        flex-basis: 22px;
        width: 22px;
        height: 22px;
    }
    .bm-mlb-related-pro .bm-mlb-related-time {
        min-width: 42px;
        font-size: 11px;
    }
}

/* =========================================================
   1.2.2 — text editorial, logo MLB, navigare zilnică și
   reorganizarea sidebarului paginii de meci
   ========================================================= */

.bm-mlb-schedule-head .bm-mlb-head-copy {
    max-width: 940px;
}

.bm-mlb-schedule-head .bm-mlb-head-copy h1 {
    max-width: 900px;
}

.bm-mlb-schedule-head .bm-mlb-head-copy p {
    max-width: 920px;
}

.bm-mlb-league-brand {
    min-width: 176px;
    align-items: center;
}

.bm-mlb-league-logo {
    display: block;
    width: clamp(82px, 7vw, 116px);
    max-height: 124px;
    object-fit: contain;
    opacity: .60;
    filter: drop-shadow(0 10px 24px rgba(0,0,0,.20));
}

.bm-mlb-day-step-nav {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 14px;
    margin: -8px 0 28px;
}

.bm-mlb-day-step-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 18px;
    border: 1px solid #dbe3ea;
    border-radius: 16px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 8px 24px rgba(15,23,42,.055);
    color: #0b2432 !important;
    text-decoration: none !important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.bm-mlb-day-step-nav a:last-child {
    justify-content: flex-end;
    text-align: right;
}

.bm-mlb-day-step-nav a:hover {
    transform: translateY(-2px);
    border-color: #b8c7d4;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15,23,42,.09);
}

.bm-mlb-day-step-nav span {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0a2d3c;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.bm-mlb-day-step-nav strong {
    font-size: 14px;
    font-weight: 850;
}

.bm-mlb-side-official-data {
    overflow: hidden;
}

.bm-mlb-side-facts {
    display: grid;
    gap: 8px;
}

.bm-mlb-side-facts > div {
    display: grid;
    grid-template-columns: minmax(84px, .8fr) minmax(0, 1.2fr);
    gap: 10px;
    align-items: start;
    padding: 10px 0;
    border-bottom: 1px solid #edf1f4;
}

.bm-mlb-side-facts > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.bm-mlb-side-facts span {
    color: #7a8895;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.bm-mlb-side-facts strong {
    min-width: 0;
    color: #0f172a;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 800;
    overflow-wrap: anywhere;
}

@media (max-width: 920px) {
    .bm-mlb-league-brand {
        min-width: 0;
        align-items: center;
    }

    .bm-mlb-league-logo {
        width: 88px;
    }
}

@media (max-width: 680px) {
    .bm-mlb-schedule-head .bm-mlb-head-actions {
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .bm-mlb-league-logo {
        width: 72px;
        max-height: 82px;
    }

    .bm-mlb-day-step-nav {
        gap: 8px;
        margin-top: -14px;
        margin-bottom: 22px;
    }

    .bm-mlb-day-step-nav a {
        min-height: 48px;
        padding: 0 11px;
        border-radius: 13px;
        gap: 7px;
    }

    .bm-mlb-day-step-nav span {
        width: 27px;
        height: 27px;
        font-size: 15px;
    }

    .bm-mlb-day-step-nav strong {
        font-size: 12px;
        line-height: 1.15;
    }

    .bm-mlb-side-facts > div {
        grid-template-columns: 108px minmax(0,1fr);
    }
}

@media (max-width: 420px) {
    .bm-mlb-schedule-head .bm-mlb-head-actions {
        align-items: flex-start;
    }

    .bm-mlb-schedule-head .bm-mlb-secondary-button {
        min-height: 44px;
        padding-inline: 14px;
        font-size: 12px;
    }

    .bm-mlb-league-logo {
        width: 62px;
    }

    .bm-mlb-day-step-nav a {
        padding-inline: 8px;
    }

    .bm-mlb-day-step-nav strong {
        font-size: 11px;
    }
}

/* 1.3.0 — accesibilitate tastatură */
.bm-mlb-shell a:focus-visible,
.bm-mlb-shell button:focus-visible,
.bm-mlb-shell [tabindex]:focus-visible {
    outline: 3px solid #22d3ee;
    outline-offset: 3px;
    border-radius: 8px;
}

/* Bratu MLB: competition-specific presentation layer. */
.bm-mlb-period-card {
    padding: 27px 28px;
}

.bm-mlb-period-table {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e3e9ed;
    border-radius: 18px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.bm-mlb-period-row {
    display: flex;
    align-items: center;
    min-width: 620px;
    border-top: 1px solid #e8edf0;
}

.bm-mlb-period-row:first-child {
    border-top: 0;
}

.bm-mlb-period-row > span,
.bm-mlb-period-row > strong {
    flex: 0 0 58px;
    padding: 13px 10px;
    color: #213542;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.bm-mlb-period-row > span:first-child {
    flex: 1 1 230px;
    min-width: 230px;
    text-align: left;
    font-weight: 900;
}

.bm-mlb-period-row > strong {
    background: #f5f8fa;
    color: #071c2c;
    font-size: 13px;
}

.bm-mlb-period-row.is-head {
    background: #f7f9fb;
}

.bm-mlb-period-row.is-head > span,
.bm-mlb-period-row.is-head > strong {
    color: #71808b;
    font-size: 9px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bm-mlb-player-name-cell {
    display: grid;
    grid-template-columns: 34px minmax(110px,1fr) auto;
    align-items: center;
    gap: 8px;
    min-width: 180px;
}

.bm-mlb-player-name-cell img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    background: #f1f5f7;
}

.bm-mlb-player-name-cell strong {
    overflow: hidden;
    color: #102431;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bm-mlb-player-name-cell small {
    color: #89969f;
    font-size: 10px;
    font-weight: 800;
}

.bm-mlb-timeline-text em {
    display: inline-flex;
    margin-top: 5px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #eef3f6;
    color: #29414f;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
}

.bm-mlb-play-2pt .bm-mlb-timeline-dot::before,
.bm-mlb-play-3pt .bm-mlb-timeline-dot::before,
.bm-mlb-play-freethrow .bm-mlb-timeline-dot::before {
    background: var(--bm11-cyan);
    box-shadow: 0 0 0 1px rgba(39,215,231,.5), 0 0 0 6px rgba(39,215,231,.10);
}

.bm-mlb-play-foul .bm-mlb-timeline-dot::before,
.bm-mlb-play-turnover .bm-mlb-timeline-dot::before {
    background: var(--bm-mlb-danger);
}

.bm-mlb-play-2pt .bm-mlb-timeline-text,
.bm-mlb-play-3pt .bm-mlb-timeline-text {
    margin-left: 4px;
    padding: 8px 11px;
    border: 1px solid rgba(39,215,231,.18);
    border-radius: 12px;
    background: #f3fcfd;
}

.bm-mlb-mini-row.is-focus {
    position: relative;
    margin-inline: -8px;
    padding-inline: 8px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--bm-focus-team, #0b2a3d) 9%, #fff);
    box-shadow: inset 3px 0 0 var(--bm-focus-team, #0b2a3d);
}

.bm-mlb-form-result.is-v { background: #eaf8ef; color: #167441; }
.bm-mlb-form-result.is-i { background: #fff0f1; color: #b92938; }

@supports not (background: color-mix(in srgb, #000 10%, #fff)) {
    .bm-mlb-mini-row.is-focus { background: #f3f7f9; }
}

@media (max-width: 720px) {
    .bm-mlb-period-card { padding: 20px 16px; }
    .bm-mlb-player-name-cell { grid-template-columns: 28px minmax(100px,1fr) auto; min-width: 160px; }
    .bm-mlb-player-name-cell img { width: 28px; height: 28px; }
}

/* Bratu MLB 1.1.0 – advanced data suite */
.bm-mlb-table-wide{min-width:1180px}
.bm-mlb-advanced-suite{display:grid;gap:14px}
.bm-mlb-metric-panel{border:1px solid rgba(13,42,61,.12);border-radius:14px;background:#fff;overflow:hidden}
.bm-mlb-metric-panel>summary{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:15px 17px;cursor:pointer;list-style:none;background:linear-gradient(180deg,#fbfdff,#f5f8fa)}
.bm-mlb-metric-panel>summary::-webkit-details-marker{display:none}
.bm-mlb-metric-panel>summary strong{font-size:15px;color:#0b2a3d}
.bm-mlb-metric-panel>summary span{font-size:12px;color:#617383;text-align:right}
.bm-mlb-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:6px 17px 14px;gap:0 20px}
.bm-mlb-metric-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:9px 0;border-bottom:1px solid rgba(13,42,61,.08)}
.bm-mlb-metric-row span{font-size:12px;color:#637786}
.bm-mlb-metric-row strong,.bm-mlb-metric-row em{font-style:normal;font-size:13px;color:#0b2a3d;min-width:54px;text-align:right}
.bm-mlb-metric-row em{color:#b22538}
.bm-mlb-advanced-player-wrap{padding:0 17px 16px}
.bm-mlb-advanced-player-wrap h4{margin:13px 0 8px;font-size:13px;color:#0b2a3d}
.bm-mlb-official-description{display:block;margin-top:4px;color:#7a8892;font-size:11px;line-height:1.4}
.bm-mlb-live-refresh-warning{margin:0 0 14px;padding:10px 13px;border-radius:10px;background:#fff8e6;border:1px solid #efd28a;color:#795900;font-size:12px}
.bm-mlb-shot-layout{display:grid;grid-template-columns:minmax(260px,520px) minmax(150px,1fr);gap:20px;align-items:center}
.bm-mlb-shot-chart{width:100%;height:auto;max-height:480px;background:#f8fafb;border:1px solid rgba(13,42,61,.11);border-radius:16px}
.bm-mlb-shot-chart .court{fill:none;stroke:#93a3ad;stroke-width:2}
.bm-mlb-shot-chart circle{stroke:#fff;stroke-width:1.4;opacity:.88}
.bm-mlb-shot-chart circle.is-made{fill:#12833b}
.bm-mlb-shot-chart circle.is-miss{fill:#c53647}
.bm-mlb-shot-legend{display:grid;gap:10px}
.bm-mlb-shot-legend span{display:flex;align-items:center;gap:8px;color:#617383;font-size:13px}
.bm-mlb-shot-legend i{width:11px;height:11px;border-radius:50%;display:inline-block}
.bm-mlb-shot-legend i.is-made{background:#12833b}.bm-mlb-shot-legend i.is-miss{background:#c53647}
.bm-mlb-shot-legend strong{margin-left:auto;color:#0b2a3d}
.bm-mlb-lead-chart{border:1px solid rgba(13,42,61,.11);border-radius:14px;padding:12px;background:#fbfcfd}
.bm-mlb-lead-chart svg{display:block;width:100%;height:auto;max-height:240px}
.bm-mlb-lead-chart .grid{fill:none;stroke:#d9e1e6;stroke-width:1}
.bm-mlb-lead-chart polyline{fill:none;stroke-width:3;stroke-linejoin:round;stroke-linecap:round}
.bm-mlb-lead-chart polyline.away{stroke:#1b668a}.bm-mlb-lead-chart polyline.home{stroke:#bd3345}
.bm-mlb-chart-legend{display:flex;justify-content:center;gap:22px;margin-top:8px;font-size:12px;font-weight:700}
.bm-mlb-chart-legend .away{color:#1b668a}.bm-mlb-chart-legend .home{color:#bd3345}
.bm-mlb-status-postponed,.bm-mlb-status-delayed{background:#fff4cc!important;color:#755600!important}
.bm-mlb-status-cancelled{background:#fde7e7!important;color:#8b1e24!important}
@media(max-width:760px){
  .bm-mlb-metric-grid{grid-template-columns:1fr}
  .bm-mlb-metric-panel>summary{align-items:flex-start;flex-direction:column;gap:4px}
  .bm-mlb-metric-panel>summary span{text-align:left}
  .bm-mlb-shot-layout{grid-template-columns:1fr}
  .bm-mlb-shot-legend{grid-template-columns:1fr 1fr}
}
.bm-mlb-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.bm-mlb-summary-card{border:1px solid rgba(13,42,61,.11);border-radius:13px;background:#fbfcfd;padding:14px;display:grid;gap:7px;align-content:start}
.bm-mlb-summary-card h4{margin:0 0 4px;font-size:13px;color:#0b2a3d}
.bm-mlb-summary-card span,.bm-mlb-summary-card>div{font-size:12px;color:#617383;line-height:1.45}
.bm-mlb-summary-card>div{display:grid;gap:2px;padding:6px 0;border-bottom:1px solid rgba(13,42,61,.07)}
.bm-mlb-summary-card strong{color:#233e50}
@media(max-width:900px){.bm-mlb-summary-grid{grid-template-columns:1fr}}

/* ========================================================================== 
   BRATU MLB 1.1.1 — refined standings + competition badge + cleanup
   ========================================================================== */

/* Calendar header removed permanently */
.bm-mlb-calendar-head,
.bm-mlb-calendar-titlebar {
    display: none !important;
}

.bm-mlb-schedule-page .bm-mlb-calendar {
    display: block;
    padding: 14px;
}

.bm-mlb-schedule-page .bm-mlb-calendar-days {
    grid-template-columns: repeat(7, minmax(96px, 1fr));
}

/* Competition mark instead of black MLB pill */
.bm-mlb-broadcast-league {
    gap: 10px;
}

.bm-mlb-broadcast-league > .bm-mlb-competition-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 36px;
    padding: 0 8px;
    border: 1px solid #d9e2ea;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

.bm-mlb-broadcast-league > .bm-mlb-competition-mark img {
    display: block;
    width: 34px;
    height: 24px;
    object-fit: contain;
}

/* Team abbreviations under names removed */
.bm-mlb-hero-team small,
.bm-mlb-card-team-side > small {
    display: none !important;
}

/* Standings page stacked: East then West */
.bm-mlb-standings-grid,
.bm-mlb-standings-stack {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.bm-mlb-standings-page {
    overflow-x: hidden;
}

.bm-mlb-standings-card {
    padding: 22px;
}

.bm-mlb-standings-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bm-mlb-standings-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 2.3fr) repeat(6, minmax(72px, 1fr));
    align-items: center;
    gap: 12px;
    padding: 13px 16px;
    border-radius: 18px;
    background: #f8fafc;
    box-shadow: inset 0 0 0 1px rgba(13, 27, 42, .04);
}

.bm-mlb-standings-item.is-head {
    padding-top: 4px;
    padding-bottom: 4px;
    background: transparent;
    box-shadow: none;
}

.bm-mlb-standings-item.is-head .bm-mlb-standings-rank,
.bm-mlb-standings-item.is-head .bm-mlb-standings-team,
.bm-mlb-standings-item.is-head .bm-mlb-standings-metric {
    color: #7a8895;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bm-mlb-standings-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #eef3f7;
    color: #081520;
    font-size: 14px;
    font-weight: 900;
}

.bm-mlb-standings-item.is-head .bm-mlb-standings-rank {
    width: auto;
    height: auto;
    justify-content: flex-start;
    background: transparent;
    border-radius: 0;
}

.bm-mlb-standings-team {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

.bm-mlb-standings-team img {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.bm-mlb-standings-team strong {
    overflow: hidden;
    color: #0b1722;
    font-size: 14px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bm-mlb-standings-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    text-align: center;
}

.bm-mlb-standings-metric small {
    display: none;
}

.bm-mlb-standings-metric strong {
    color: #102232;
    font-size: 13px;
    font-weight: 850;
}

/* Side standings without visible separator lines */
.bm-mlb-mini-row {
    margin-top: 8px;
    padding: 10px 8px;
    border-top: 0;
    border-radius: 12px;
    background: #f8fafc;
}

.bm-mlb-mini-group + .bm-mlb-mini-group {
    margin-top: 16px;
}

.bm-mlb-mini-group h4 {
    margin: 0 0 8px;
    color: #152536;
    font-size: 13px;
    font-weight: 850;
}

@media (max-width: 1100px) {
    .bm-mlb-standings-item {
        grid-template-columns: 48px minmax(0, 2fr) repeat(6, minmax(62px, 1fr));
        gap: 10px;
        padding: 12px 14px;
    }

    .bm-mlb-schedule-page .bm-mlb-calendar-days {
        overflow-x: auto;
        padding-bottom: 2px;
    }
}

@media (max-width: 900px) {
    .bm-mlb-broadcast-league > strong {
        font-size: 13px;
    }

    .bm-mlb-standings-item {
        grid-template-columns: 44px minmax(0, 1.8fr) repeat(6, minmax(54px, 1fr));
        gap: 8px;
    }

    .bm-mlb-standings-team strong {
        font-size: 13px;
    }

    .bm-mlb-standings-metric strong {
        font-size: 12px;
    }
}

@media (max-width: 720px) {
    .bm-mlb-standings-item.is-head {
        display: none;
    }

    .bm-mlb-standings-item {
        grid-template-columns: 40px minmax(0, 1fr) repeat(3, minmax(0, 1fr));
        gap: 10px;
        padding: 14px;
    }

    .bm-mlb-standings-team {
        grid-column: 2 / -1;
        grid-row: 1;
    }

    .bm-mlb-standings-rank {
        grid-row: 1;
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .bm-mlb-standings-item .bm-mlb-standings-metric {
        align-items: flex-start;
        padding: 8px 10px;
        border-radius: 12px;
        background: #ffffff;
        box-shadow: inset 0 0 0 1px rgba(13, 27, 42, .05);
        text-align: left;
    }

    .bm-mlb-standings-item .bm-mlb-standings-metric small {
        display: block;
        color: #7a8895;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    .bm-mlb-standings-item .bm-mlb-standings-metric strong {
        font-size: 13px;
    }

    .bm-mlb-broadcast-league > strong {
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .bm-mlb-broadcast-league > strong {
        display: none;
    }

    .bm-mlb-broadcast-league > .bm-mlb-competition-mark {
        min-width: 46px;
        height: 32px;
    }

    .bm-mlb-broadcast-league > .bm-mlb-competition-mark img {
        width: 28px;
        height: 20px;
    }

    .bm-mlb-standings-item {
        grid-template-columns: 36px minmax(0, 1fr) repeat(2, minmax(0, 1fr));
    }

    .bm-mlb-standings-item .bm-mlb-standings-metric {
        min-height: 48px;
    }
}

/* ========================================================================== 
   BRATU MLB 1.2.0 — Premium responsive finish
   ========================================================================== */

/* A cleaner rhythm across all virtual MLB screens. */
.bm-mlb-shell {
    --bm12-border: rgba(15, 35, 50, .09);
    --bm12-soft-shadow: 0 12px 34px rgba(7, 28, 42, .075);
    --bm12-hover-shadow: 0 22px 52px rgba(7, 28, 42, .12);
}

.bm-mlb-card,
.bm-mlb-side-card,
.bm-mlb-calendar,
.bm-mlb-game-card-broadcast {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Official competition logo treatment, with textual fallback behind it. */
.bm-mlb-broadcast-league > .bm-mlb-competition-mark {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-width: 58px;
    height: 38px;
    padding: 5px 9px;
    border-color: #dde5eb;
    background: #fff;
}

.bm-mlb-broadcast-league > .bm-mlb-competition-mark::after {
    content: "MLB";
    position: absolute;
    inset: 0;
    z-index: -1;
    display: grid;
    place-items: center;
    color: #243746;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .08em;
}

.bm-mlb-broadcast-league > .bm-mlb-competition-mark img {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 28px;
    background: #fff;
}

.bm-mlb-broadcast-league > strong {
    color: #415567;
    font-size: 13px;
    font-weight: 850;
}

/* Program cards: slightly denser, cleaner, with more consistent alignment. */
.bm-mlb-schedule-page .bm-mlb-game-card-broadcast {
    border-color: var(--bm12-border);
    box-shadow: var(--bm12-soft-shadow);
}

.bm-mlb-schedule-page .bm-mlb-game-card-broadcast:hover {
    box-shadow: var(--bm12-hover-shadow);
}

.bm-mlb-schedule-page .bm-mlb-banner-name strong,
.bm-mlb-schedule-page .bm-mlb-banner-name span {
    text-wrap: balance;
}

.bm-mlb-schedule-page .bm-mlb-broadcast-date {
    max-width: 260px;
    margin-inline: auto;
    text-wrap: balance;
}

/* Calendar: label removed from markup, now visually self-contained. */
.bm-mlb-schedule-page .bm-mlb-calendar {
    margin-bottom: 26px;
    border: 1px solid var(--bm12-border);
    border-radius: 22px;
    background: rgba(255,255,255,.94);
    box-shadow: var(--bm12-soft-shadow);
}

.bm-mlb-schedule-page .bm-mlb-calendar-day {
    min-height: 104px;
    border: 1px solid transparent;
    background: #f7f9fb;
}

.bm-mlb-schedule-page .bm-mlb-calendar-day.is-active {
    border-color: rgba(39,215,231,.38);
    background: linear-gradient(145deg, #071e2a 0%, #0e3b4b 100%);
}

/* Standings: no horizontal scroll, no row rules, clear conference hierarchy. */
.bm-mlb-standings-page .bm-mlb-page-head {
    min-height: 190px;
}

.bm-mlb-standings-stack {
    gap: 28px;
}

.bm-mlb-standings-card {
    overflow: hidden;
    margin: 0;
    border-color: var(--bm12-border);
    box-shadow: var(--bm12-soft-shadow);
}

.bm-mlb-standings-card .bm-mlb-section-heading {
    margin-bottom: 12px;
    padding-bottom: 14px;
    border-bottom: 0;
}

.bm-mlb-standings-list,
.bm-mlb-standings-head,
.bm-mlb-standings-body {
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.bm-mlb-standings-item {
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.bm-mlb-standings-body .bm-mlb-standings-item:hover {
    transform: translateY(-1px);
    background: #fff;
    box-shadow: 0 9px 24px rgba(8, 28, 42, .07), inset 0 0 0 1px rgba(13, 27, 42, .045);
}

.bm-mlb-standings-body .bm-mlb-standings-item:nth-child(-n+6) .bm-mlb-standings-rank {
    background: #e9f8fa;
    color: #08798a;
}

.bm-mlb-standings-team strong {
    line-height: 1.2;
}

/* Sidebar cards remain compact and do not create nested scrolling. */
.bm-mlb-sidebar,
.bm-mlb-side-card,
.bm-mlb-standings-side-card,
.bm-mlb-mini-standings {
    max-height: none !important;
    overflow: visible !important;
}

.bm-mlb-mini-row {
    box-shadow: inset 0 0 0 1px rgba(13, 27, 42, .035);
}

/* Hero polish after removing team abbreviations. */
.bm-mlb-hero-team strong {
    margin-top: 1px;
    text-wrap: balance;
}

.bm-mlb-logo-wrap {
    margin-bottom: 13px;
}

/* Better keyboard navigation. */
.bm-mlb-shell a:focus-visible,
.bm-mlb-shell button:focus-visible,
.bm-mlb-shell summary:focus-visible {
    outline: 3px solid rgba(15, 173, 195, .45);
    outline-offset: 3px;
    border-radius: 10px;
}

/* Avoid theme styles forcing unexpected horizontal overflow. */
.bm-mlb-schedule-page,
.bm-mlb-game-page,
.bm-mlb-standings-page,
.bm-mlb-two-col,
.bm-mlb-main-col,
.bm-mlb-sidebar,
.bm-mlb-standings-stack,
.bm-mlb-standings-card {
    min-width: 0;
    max-width: 100%;
}

@media (max-width: 1080px) {
    .bm-mlb-schedule-page .bm-mlb-calendar-days {
        grid-template-columns: repeat(7, minmax(82px, 1fr));
    }

    .bm-mlb-standings-item {
        grid-template-columns: 46px minmax(150px, 2fr) repeat(6, minmax(48px, 1fr));
    }
}

@media (max-width: 760px) {
    .bm-mlb-shell {
        width: min(100% - 20px, 1460px);
    }

    .bm-mlb-page-head {
        min-height: 0;
        padding: 26px 22px;
        border-radius: 22px;
    }

    .bm-mlb-page-head h1 {
        font-size: clamp(34px, 10vw, 48px);
        line-height: 1;
    }

    /* Seven days fit in two rows; no forced horizontal scroll on phones. */
    .bm-mlb-schedule-page .bm-mlb-calendar {
        padding: 10px;
        border-radius: 18px;
    }

    .bm-mlb-schedule-page .bm-mlb-calendar-days {
        overflow: visible;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 7px;
    }

    .bm-mlb-schedule-page .bm-mlb-calendar-day {
        min-width: 0;
        min-height: 82px;
        padding: 10px 5px 8px;
        border-radius: 13px;
    }

    .bm-mlb-schedule-page .bm-mlb-calendar-day strong {
        font-size: 24px;
    }

    .bm-mlb-schedule-page .bm-mlb-calendar-day em {
        position: static;
        margin-top: 5px;
        padding: 2px 5px;
        font-size: 7px;
    }

    .bm-mlb-day-step-nav {
        gap: 8px;
    }

    .bm-mlb-day-step-nav a {
        min-height: 50px;
        padding-inline: 14px;
        font-size: 12px;
    }

    .bm-mlb-standings-card {
        padding: 18px 14px;
        border-radius: 18px;
    }

    .bm-mlb-standings-list {
        gap: 8px;
    }

    .bm-mlb-standings-item {
        grid-template-columns: 38px minmax(0, 1fr) repeat(3, minmax(0, 1fr));
        gap: 8px;
        padding: 12px;
        border-radius: 15px;
    }

    .bm-mlb-standings-team img {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }

    .bm-mlb-standings-team strong {
        white-space: normal;
        text-overflow: clip;
    }

    .bm-mlb-game-page .bm-mlb-hero {
        padding-inline: 14px;
    }
}

@media (max-width: 480px) {
    .bm-mlb-shell {
        width: min(100% - 14px, 1460px);
        margin-top: 12px;
    }

    .bm-mlb-schedule-page .bm-mlb-calendar-days {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .bm-mlb-schedule-page .bm-mlb-calendar-day {
        min-height: 76px;
    }

    .bm-mlb-schedule-page .bm-mlb-game-card-broadcast {
        grid-template-columns: minmax(0, 1fr) 74px minmax(0, 1fr) !important;
        padding: 15px 7px !important;
        min-height: 148px;
    }

    .bm-mlb-schedule-page .bm-mlb-banner-logo {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    .bm-mlb-schedule-page .bm-mlb-banner-name strong {
        font-size: 13px;
    }

    .bm-mlb-broadcast-league > .bm-mlb-competition-mark {
        min-width: 43px;
        height: 30px;
        padding: 4px 6px;
        border-radius: 10px;
    }

    .bm-mlb-broadcast-league > .bm-mlb-competition-mark img {
        width: 30px;
        height: 20px;
    }

    .bm-mlb-broadcast-league > strong {
        display: none;
    }

    .bm-mlb-standings-item {
        grid-template-columns: 34px minmax(0, 1fr) repeat(2, minmax(0, 1fr));
        padding: 11px;
    }

    .bm-mlb-standings-rank {
        width: 32px;
        height: 32px;
    }

    .bm-mlb-standings-item .bm-mlb-standings-metric {
        min-height: 46px;
        padding: 7px 8px;
    }

    .bm-mlb-standings-item .bm-mlb-standings-metric small {
        font-size: 9px;
    }

    .bm-mlb-standings-item .bm-mlb-standings-metric strong {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    .bm-mlb-schedule-page .bm-mlb-calendar-days {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bm-mlb-schedule-page .bm-mlb-game-card-broadcast {
        grid-template-columns: minmax(0, 1fr) 66px minmax(0, 1fr) !important;
    }

    .bm-mlb-schedule-page .bm-mlb-banner-name strong {
        font-size: 12px;
    }

    .bm-mlb-standings-item {
        grid-template-columns: 32px minmax(0, 1fr) repeat(2, minmax(0, 1fr));
        gap: 6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bm-mlb-shell *,
    .bm-mlb-shell *::before,
    .bm-mlb-shell *::after {
        scroll-behavior: auto !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }
}

/* ========================================================================== 
   BRATU MLB 1.0 — MLB-specific refinements
   ========================================================================== */
:root {
    --bm11-cyan: #d50a0a;
    --bm11-cyan-deep: #8f0810;
    --bm-mlb-accent: #d50a0a;
    --bm-mlb-blue: #013369;
}

.bm-mlb-page-head {
    background:
        linear-gradient(115deg, rgba(213,10,10,.15), transparent 34%),
        radial-gradient(circle at 88% 0%, rgba(1,51,105,.42), transparent 36%),
        linear-gradient(135deg, #061827 0%, #0b3155 58%, #061725 100%);
}

.bm-mlb-league-logo {
    display: block;
    width: 86px;
    height: 86px;
    object-fit: contain;
    filter: drop-shadow(0 10px 24px rgba(0,0,0,.22));
}

.bm-mlb-calendar-head,
.bm-mlb-calendar-titlebar { display:none !important; }

.bm-mlb-schedule-page .bm-mlb-calendar {
    display:block;
    padding:14px;
}

.bm-mlb-broadcast-league > .bm-mlb-competition-mark {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:54px;
    height:38px;
    padding:4px 8px;
    border:1px solid #d8e1e8;
    border-radius:13px;
    background:#fff;
    box-shadow:0 7px 18px rgba(15,23,42,.09);
}

.bm-mlb-broadcast-league > .bm-mlb-competition-mark img {
    display:block;
    width:38px;
    height:28px;
    object-fit:contain;
}

.bm-mlb-hero-team small,
.bm-mlb-card-team-side > small { display:none !important; }

/* Baseball-specific detail cards */
.bm-mlb-team-stats-grid,
.bm-mlb-injury-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}

.bm-mlb-team-stat-card,
.bm-mlb-injury-card {
    min-width:0;
    padding:18px;
    border:1px solid #e3e9ef;
    border-radius:18px;
    background:#f9fbfd;
}

.bm-mlb-team-stat-title {
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
}

.bm-mlb-team-stat-title img {
    width:34px;
    height:34px;
    object-fit:contain;
}

.bm-mlb-stat-line {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:8px 0;
}

.bm-mlb-stat-line + .bm-mlb-stat-line {
    border-top:0;
}

.bm-mlb-stat-line span {
    min-width:0;
    color:#667085;
    font-size:12px;
}

.bm-mlb-stat-line b {
    flex:0 0 auto;
    color:#0d1b2a;
    font-size:13px;
}

.bm-mlb-scoring-list {
    display:flex;
    flex-direction:column;
    gap:9px;
}

.bm-mlb-scoring-row {
    display:grid;
    grid-template-columns:70px minmax(0,1fr) auto;
    align-items:center;
    gap:12px;
    padding:12px 14px;
    border-radius:14px;
    background:#f8fafc;
}

.bm-mlb-scoring-row > div strong,
.bm-mlb-scoring-row > div small { display:block; }
.bm-mlb-scoring-row > div small { color:#7b8794;font-size:10px; }
.bm-mlb-scoring-row p { margin:0;color:#354252;font-size:13px;line-height:1.45; }
.bm-mlb-scoring-row > b { font-size:14px;white-space:nowrap; }

.bm-mlb-player-stat-block + .bm-mlb-player-stat-block {
    margin-top:24px;
}

.bm-mlb-player-stat-block h4,
.bm-mlb-injury-card h4,
.bm-mlb-division-block h3 {
    margin:0 0 12px;
    color:#0d1b2a;
}

.bm-mlb-injury-card > div {
    padding:9px 0;
}

.bm-mlb-injury-card > div + div { border-top:0; }
.bm-mlb-injury-card strong,
.bm-mlb-injury-card span { display:block; }
.bm-mlb-injury-card span { margin-top:2px;color:#667085;font-size:11px; }

/* AL/NL: league cards stacked, divisions inside each league */
.bm-mlb-standings-stack {
    display:flex;
    flex-direction:column;
    gap:24px;
}

.bm-mlb-conference-divisions {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
}

.bm-mlb-division-block {
    min-width:0;
    padding:18px;
    border-radius:20px;
    background:#f7f9fb;
}

.bm-mlb-division-block h3 {
    font-size:18px;
    font-weight:900;
    letter-spacing:-.02em;
}

.bm-mlb-standings-list { overflow:visible !important; }

.bm-mlb-standings-item {
    display:grid !important;
    grid-template-columns:42px minmax(150px,2fr) repeat(7,minmax(48px,.7fr)) !important;
    align-items:center;
    gap:7px;
    padding:11px 10px;
    border:0 !important;
    border-radius:14px;
    background:#fff;
    box-shadow:none !important;
}

.bm-mlb-standings-body {
    display:flex;
    flex-direction:column;
    gap:7px;
}

.bm-mlb-standings-item.is-head {
    background:transparent;
    padding-top:2px;
    padding-bottom:4px;
}

.bm-mlb-standings-item.is-head > span {
    color:#7a8794;
    font-size:9px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
    text-align:center;
}

.bm-mlb-standings-item.is-head > span:nth-child(2) { text-align:left; }

.bm-mlb-standings-team {
    display:flex;
    align-items:center;
    min-width:0;
    gap:8px;
}

.bm-mlb-standings-team img {
    flex:0 0 28px;
    width:28px;
    height:28px;
    object-fit:contain;
}

.bm-mlb-standings-team strong {
    overflow:hidden;
    font-size:12px;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.bm-mlb-standings-rank {
    display:grid;
    place-items:center;
    width:32px;
    height:32px;
    border-radius:50%;
    background:#eef3f7;
    font-size:12px;
    font-weight:900;
}

.bm-mlb-standings-metric {
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:0;
    text-align:center;
}

.bm-mlb-standings-metric small { display:none; }
.bm-mlb-standings-metric strong { font-size:11px;font-weight:850; }

/* Compact sidebar standings — no visible separator lines */
.bm-mlb-mini-row {
    margin-top:7px;
    padding:9px 7px;
    border-top:0 !important;
    border-radius:11px;
    background:#f8fafc;
}

.bm-mlb-mini-group + .bm-mlb-mini-group { margin-top:16px; }
.bm-mlb-mini-group h4 { margin:0 0 6px;font-size:12px;font-weight:850; }

@media (max-width:1180px) {
    .bm-mlb-conference-divisions { grid-template-columns:1fr; }
}

@media (max-width:900px) {
    .bm-mlb-team-stats-grid,
    .bm-mlb-injury-grid { grid-template-columns:1fr; }
}

@media (max-width:720px) {
    .bm-mlb-division-block { padding:12px; }
    .bm-mlb-standings-head { display:none; }
    .bm-mlb-standings-item {
        grid-template-columns:36px minmax(0,1fr) repeat(3,minmax(0,1fr)) !important;
        gap:8px;
        padding:12px;
    }
    .bm-mlb-standings-team { grid-column:2 / -1;grid-row:1; }
    .bm-mlb-standings-rank { grid-row:1;width:34px;height:34px; }
    .bm-mlb-standings-item .bm-mlb-standings-metric {
        align-items:flex-start;
        justify-content:center;
        flex-direction:column;
        min-height:48px;
        padding:7px 9px;
        border-radius:11px;
        background:#f7f9fb;
        text-align:left;
    }
    .bm-mlb-standings-item .bm-mlb-standings-metric small {
        display:block;
        color:#7a8794;
        font-size:8px;
        font-weight:850;
        text-transform:uppercase;
    }
    .bm-mlb-standings-item .bm-mlb-standings-metric strong { font-size:12px; }
    .bm-mlb-scoring-row { grid-template-columns:58px minmax(0,1fr); }
    .bm-mlb-scoring-row > b { grid-column:2;justify-self:start; }
}

@media (max-width:430px) {
    .bm-mlb-league-logo { width:68px;height:68px; }
    .bm-mlb-standings-item { grid-template-columns:32px minmax(0,1fr) repeat(2,minmax(0,1fr)) !important;gap:6px; }
    .bm-mlb-standings-team strong { white-space:normal;line-height:1.1; }
    .bm-mlb-player-stat-block .bm-mlb-table { min-width:680px; }
}

/* ========================================================================== 
   BRATU MLB 1.0 — baseball specific details
   ========================================================================== */
.bm-mlb-situation-grid {
    display:grid;
    grid-template-columns:120px minmax(150px,.7fr) minmax(220px,1fr);
    align-items:center;
    gap:24px;
    padding:18px;
    border-radius:18px;
    background:#f7f9fb;
}
.bm-mlb-diamond {
    position:relative;
    width:88px;
    height:88px;
    margin:auto;
    transform:rotate(45deg);
}
.bm-mlb-diamond::before {
    content:"";
    position:absolute;
    inset:17px;
    border:2px solid #cbd5df;
    background:#fff;
}
.bm-mlb-diamond .base {
    position:absolute;
    z-index:2;
    width:18px;
    height:18px;
    border:2px solid #9eabb8;
    background:#fff;
    border-radius:3px;
}
.bm-mlb-diamond .base.is-on { background:#27d7e7;border-color:#0d7f91;box-shadow:0 0 0 5px rgba(39,215,231,.12); }
.bm-mlb-diamond .second { left:35px;top:1px; }
.bm-mlb-diamond .third { left:1px;top:35px; }
.bm-mlb-diamond .first { right:1px;top:35px; }
.bm-mlb-count { display:flex;flex-wrap:wrap;gap:8px; }
.bm-mlb-count span { display:flex;align-items:center;gap:5px;padding:9px 11px;border-radius:12px;background:#fff;color:#657483;font-size:11px;font-weight:800; }
.bm-mlb-count b { color:#0d1b2a;font-size:16px; }
.bm-mlb-current-matchup { display:flex;flex-direction:column;gap:8px; }
.bm-mlb-current-matchup span { color:#6b7885;font-size:12px; }
.bm-mlb-current-matchup strong { display:block;margin-top:2px;color:#0d1b2a;font-size:14px; }
.bm-mlb-player-box + .bm-mlb-player-box { margin-top:22px; }
.bm-mlb-player-box h4 { margin:0 0 10px;color:#0d1b2a;font-size:16px; }
.bm-mlb-player-name-cell { display:flex;align-items:center;min-width:180px;gap:8px; }
.bm-mlb-player-name-cell img { flex:0 0 34px;width:34px;height:34px;border-radius:50%;object-fit:cover;background:#eef2f6; }
.bm-mlb-player-name-cell strong { font-size:12px; }
.bm-mlb-player-name-cell small { margin-left:auto;color:#8995a1;font-size:9px; }
.bm-mlb-linescore-table { min-width:760px; }
.bm-mlb-official-description { display:block;margin-top:4px;color:#93a0ab;font-size:10px; }
@media (max-width:720px){
    .bm-mlb-situation-grid { grid-template-columns:1fr;gap:14px;text-align:center; }
    .bm-mlb-current-matchup { align-items:center; }
    .bm-mlb-count { justify-content:center; }
}
@media (min-width:1181px){
    .bm-mlb-conference-divisions { grid-template-columns:repeat(3,minmax(0,1fr)); }
}

/* ============================================================
 * Bratu MLB 1.1.0 — player multi-sursă ca în Competiții Fotbal,
 * clasament complet în sidebar și logo-uri hero fără fundal.
 * ============================================================ */
.bm-mlb-player-source-wrap {
    display:flex;
    flex-direction:column;
    gap:10px;
}
.bm-mlb-player-sources {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    padding:0 0 2px;
}
.bm-mlb-source-button {
    appearance:none;
    border:1px solid rgba(13,27,42,.14);
    border-radius:999px;
    background:#fff;
    color:#173042;
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    gap:7px;
    min-height:38px;
    padding:8px 13px;
    font:inherit;
    font-size:12px;
    font-weight:800;
    line-height:1.1;
    transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.bm-mlb-source-button small {
    opacity:.58;
    font-size:9px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:none;
}
.bm-mlb-source-button:hover,
.bm-mlb-source-button:focus-visible {
    border-color:#0fadc3;
    box-shadow:0 0 0 3px rgba(15,173,195,.10);
    outline:none;
}
.bm-mlb-source-button.is-active {
    border-color:#0fadc3;
    background:#0fadc3;
    color:#fff;
}
.bm-mlb-next-source {
    appearance:none;
    align-self:flex-start;
    border:1px solid rgba(13,27,42,.14);
    border-radius:999px;
    background:#f6f9fb;
    color:#173042;
    cursor:pointer;
    min-height:40px;
    padding:9px 14px;
    font:inherit;
    font-size:12px;
    font-weight:800;
    line-height:1.2;
    transition:transform .18s ease, background .18s ease, border-color .18s ease;
}
.bm-mlb-next-source:hover,
.bm-mlb-next-source:focus-visible {
    transform:translateY(-1px);
    background:#eef7f9;
    border-color:rgba(15,173,195,.45);
    outline:none;
}

/* Centrul meciului: siglele echipelor sunt afișate direct, fără placă/fundal. */
.bm-mlb-game-page .bm-mlb-logo-wrap {
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    border-radius:0 !important;
    padding:0 !important;
}
.bm-mlb-game-page .bm-mlb-logo-wrap img {
    object-fit:contain;
    background:transparent !important;
    border-radius:0 !important;
    box-shadow:none !important;
}

/* Sidebar: întregul clasament MLB (AL + NL, toate cele 6 divizii). */
.bm-mlb-mini-standings-full {
    padding-top:10px;
    padding-bottom:14px;
}
.bm-mlb-mini-league + .bm-mlb-mini-league {
    margin-top:22px;
    padding-top:18px;
    border-top:1px solid #e7ecef;
}
.bm-mlb-mini-league > h3 {
    margin:0 4px 12px;
    color:#0d2b3c;
    font-size:13px;
    font-weight:950;
    letter-spacing:-.01em;
}
.bm-mlb-mini-standings-full .bm-mlb-mini-group + .bm-mlb-mini-group {
    margin-top:14px;
}
.bm-mlb-mini-standings-full .bm-mlb-mini-row {
    min-height:39px;
    margin-top:5px;
    padding:7px 6px;
}
.bm-mlb-mini-standings-full .bm-mlb-mini-row img {
    width:21px;
    height:21px;
    object-fit:contain;
}
.bm-mlb-mini-standings-full .bm-mlb-mini-row span strong {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
@media (max-width:520px) {
    .bm-mlb-player-sources { gap:6px; }
    .bm-mlb-source-button { flex:1 1 calc(50% - 6px); justify-content:center; min-width:0; }
    .bm-mlb-next-source { width:100%; text-align:center; justify-content:center; }
}

/* ============================================================
 * Bratu MLB 1.2.0 — ajustări UI solicitate
 * ============================================================ */
.bm-mlb-game-page .bm-mlb-score-future-wrap {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.bm-mlb-game-page .bm-mlb-countdown {
    margin:0 0 10px;
    color:rgba(255,255,255,.86);
    font-size:13px;
    font-weight:800;
    line-height:1.25;
    white-space:nowrap;
    letter-spacing:.01em;
}
.bm-mlb-game-page .bm-mlb-hero-meta {
    gap:10px 22px;
}
.bm-mlb-game-page .bm-mlb-hero-meta span {
    display:inline-flex;
    align-items:center;
    gap:7px;
    min-width:0;
}
.bm-mlb-game-page .bm-mlb-hero-meta span + span::before {
    display:none !important;
    content:none !important;
}
.bm-mlb-game-page .bm-mlb-hero-meta img {
    width:14px;
    height:14px;
    flex:0 0 14px;
    object-fit:contain;
    filter:brightness(0) invert(1);
    opacity:.76;
}

/* Bara de surse: doar Sursa 1 / Sursa 2..., foarte slim și pe toată lățimea playerului. */
.bm-mlb-player-source-wrap {
    gap:6px;
}
.bm-mlb-player-sources {
    display:flex !important;
    flex-wrap:nowrap !important;
    width:100%;
    gap:3px !important;
    padding:0 !important;
}
.bm-mlb-source-button {
    flex:1 1 0 !important;
    min-width:0 !important;
    min-height:24px !important;
    height:24px;
    padding:2px 6px !important;
    border-radius:5px !important;
    justify-content:center;
    gap:0 !important;
    font-size:10px !important;
    font-weight:850 !important;
    line-height:1 !important;
    white-space:nowrap;
}
.bm-mlb-source-button small {
    display:none !important;
}
.bm-mlb-next-source {
    display:none !important;
}

@media (max-width:700px) {
    .bm-mlb-game-page .bm-mlb-countdown {
        max-width:100%;
        font-size:11px;
        white-space:normal;
        text-align:center;
    }
    .bm-mlb-game-page .bm-mlb-hero-meta {
        gap:8px 14px;
    }
    .bm-mlb-source-button {
        flex:1 1 0 !important;
        width:auto !important;
        min-height:23px !important;
        height:23px;
        padding:2px 4px !important;
        font-size:9.5px !important;
    }
}

/* Preserve conditional visibility when component rules set display. */
.bm-mlb-game-page [hidden] { display: none !important; }
