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

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

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

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

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

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

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

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

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

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

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

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

.bm-nba-eyebrow,
.bm-nba-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-nba-eyebrow {
    color: var(--bm-nba-accent);
}

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

.bm-nba-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-nba-secondary-button:hover {
    transform: translateY(-1px);
    background: rgba(255,255,255,.16);
}

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

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

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

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

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

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

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

.bm-nba-game-card {
    display: block;
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--bm-nba-line);
    border-radius: 18px;
    background: var(--bm-nba-card);
    color: var(--bm-nba-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-nba-game-card:hover {
    transform: translateY(-3px);
    border-color: #cdd9e4;
    box-shadow: 0 16px 38px rgba(12,28,45,.11);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bm-nba-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-nba-hero-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

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

.bm-nba-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-nba-hero-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    text-align: center;
}

.bm-nba-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-nba-logo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

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

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

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

.bm-nba-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-nba-main-score em {
    color: rgba(255,255,255,.42);
    font-style: normal;
    font-weight: 500;
}

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

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

.bm-nba-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-nba-hero-meta span + span::before {
    content: '•';
    margin-right: 18px;
    color: rgba(255,255,255,.3);
}

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

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

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

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

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

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

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

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

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

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

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

.bm-nba-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-nba-player-placeholder strong {
    margin-bottom: 6px;
    font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bm-nba-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-nba-star-card img {
    width: 70px;
    height: 70px;
    margin-bottom: 8px;
    border-radius: 50%;
    object-fit: cover;
    background: #eef2f6;
}

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

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

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

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

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

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

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

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

.bm-nba-team-compare-head,
.bm-nba-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-nba-team-compare-head {
    background: #f4f7fa;
    font-size: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bm-nba-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-nba-related-team strong {
    flex: 0 0 auto;
    font-size: 13px;
}

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

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

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

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

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

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

.bm-nba-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-nba-mini-row img {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bm-nba-goalie-comparison {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--bm-nba-line);
}

.bm-nba-goalie-comparison h3 {
    margin: 0 0 12px;
    font-size: 18px;
}

.bm-nba-goalie-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.bm-nba-goalie-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
}

.bm-nba-goalie-card img {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    background: #eef2f6;
}

.bm-nba-goalie-card strong,
.bm-nba-goalie-card span {
    display: block;
}

.bm-nba-goalie-card strong {
    margin-bottom: 3px;
    font-size: 13px;
}

.bm-nba-goalie-card span {
    color: var(--bm-nba-muted);
    font-size: 11px;
}

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

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

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

.bm-nba-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-nba-calendar-bg) 0%, #0d3140 100%);
    box-shadow: 0 16px 42px rgba(4,24,34,.14);
}

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

.bm-nba-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-nba-calendar-arrow:hover {
    transform: translateY(-1px);
    background: rgba(255,255,255,.12);
}

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

.bm-nba-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-nba-calendar-day:hover {
    transform: translateY(-2px);
    border-color: rgba(183,244,59,.45);
    background: rgba(255,255,255,.10);
}

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

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

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

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

.bm-nba-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-nba-schedule-title-row {
    align-items: flex-end;
    margin-bottom: 18px;
}

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

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

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

.bm-nba-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-nba-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-nba-game-card-modern:hover {
    transform: translateY(-4px);
    border-color: #cbd8e3;
    box-shadow: 0 20px 46px rgba(12,28,45,.12);
}

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

.bm-nba-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-nba-card-timebox span {
    font-size: 11px;
    font-weight: 700;
}

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

.bm-nba-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-nba-card-team-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    text-align: center;
}

.bm-nba-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-nba-card-logo-modern img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

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

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

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

.bm-nba-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-nba-card-versus span {
    margin-top: 8px;
    color: #8a96a3;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================================================== 
   BRATU NBA 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-nba-page,
body.bm-nba-page .site-content,
body.bm-nba-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-nba-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-nba-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-nba-page-head::before,
.bm-nba-page-head::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.bm-nba-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-nba-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-nba-head-copy {
    position: relative;
    z-index: 1;
    max-width: 850px;
}

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

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

.bm-nba-auto-chip,
.bm-nba-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-nba-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-nba-page-head h1 {
    margin: 0 0 12px;
    font-size: clamp(42px, 5.3vw, 76px);
    line-height: .95;
    letter-spacing: -.055em;
    font-weight: 900;
}

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

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

.bm-nba-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-nba-secondary-button b {
    margin-left: 8px;
    transition: transform .2s ease;
}

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

/* Calendar premium */
.bm-nba-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-nba-calendar-titlebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px 13px;
    border-bottom: 1px solid #edf1f4;
}

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

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

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

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

.bm-nba-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-nba-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(100px, 1fr));
    gap: 8px;
    min-width: 0;
    scrollbar-width: none;
}

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

.bm-nba-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-nba-calendar-arrow:not(.is-disabled):hover {
    border-color: rgba(39,215,231,.55);
    background: #ecfbfd;
    color: #067889 !important;
    transform: translateY(-1px);
}

.bm-nba-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-nba-calendar-day:hover {
    transform: translateY(-2px);
    border-color: #d8e5eb;
    background: #fff;
    box-shadow: 0 10px 24px rgba(9, 33, 48, .07);
}

.bm-nba-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-nba-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-nba-calendar-day .bm-nba-calendar-weekday {
    color: #73818d;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
}

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

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

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

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

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

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

.bm-nba-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-nba-schedule-page .bm-nba-game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.bm-nba-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-nba-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-nba-game-card-modern:hover {
    transform: translateY(-5px);
    border-color: #cbdde4;
    box-shadow: var(--bm11-shadow-hover);
}

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

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

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

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

.bm-nba-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-nba-card-timebox span {
    color: #84909a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

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

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

.bm-nba-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-nba-game-card-modern:hover .bm-nba-card-logo-modern {
    transform: scale(1.035);
}

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

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

.bm-nba-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-nba-card-versus span {
    color: #8b98a2;
}

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

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

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

/* Game hero — TV scoreboard */
.bm-nba-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-nba-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-nba-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-nba-hero-topline {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.bm-nba-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-nba-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-nba-hero-topline .bm-nba-eyebrow {
    justify-self: center;
    color: rgba(255,255,255,.5);
}

.bm-nba-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-nba-status-live,
.bm-nba-status-crit {
    border-color: rgba(255,57,72,.28) !important;
    background: rgba(255,57,72,.14) !important;
    color: #ff8790 !important;
    animation: bmNhlLivePulse 1.8s ease-in-out infinite;
}

@keyframes bmNhlLivePulse {
    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-nba-matchup {
    grid-template-columns: minmax(0, 1fr) minmax(200px, .72fr) minmax(0, 1fr);
    gap: 34px;
    min-height: 330px;
    padding: 24px 0 28px;
}

.bm-nba-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-nba-hero-team strong {
    max-width: 340px;
    font-size: clamp(23px, 2.45vw, 34px);
    letter-spacing: -.035em;
    font-weight: 900;
}

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

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

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

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

.bm-nba-countdown .bm-nba-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-nba-countdown .bm-nba-countdown-unit b {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

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

.bm-nba-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-nba-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-nba-two-col {
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 24px;
    align-items: start;
}

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

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

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

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

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

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

/* Cinematic video module */
.bm-nba-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-nba-video-card .bm-nba-section-heading {
    color: #fff;
}

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

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

.bm-nba-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-nba-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-nba-player iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
    border: 0;
}

.bm-nba-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-nba-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-nba-player-placeholder strong,
.bm-nba-player-placeholder span {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bm-nba-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-nba-team-compare-head strong {
    color: #0d2230;
    font-size: 13px;
    font-weight: 900;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bm-nba-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-nba-timeline-period-title i {
    flex: 1 1 auto;
    height: 1px;
    background: #e4eaee;
}

.bm-nba-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-nba-timeline-time {
    padding-top: 5px;
    color: #6b7a85;
    font-size: 10px;
    font-weight: 850;
    text-align: right;
}

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

.bm-nba-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-nba-timeline-dot::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -26px;
    left: 50%;
    width: 1px;
    background: #dfe6ea;
}

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

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

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

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

.bm-nba-play-goal .bm-nba-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-nba-play-goal .bm-nba-timeline-text {
    margin-left: 4px;
    padding: 8px 11px;
    border: 1px solid rgba(39,215,231,.20);
    border-radius: 12px;
    background: #f0fcfd;
}

.bm-nba-play-penalty .bm-nba-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-nba-play-period-start .bm-nba-timeline-dot::before,
.bm-nba-play-period-end .bm-nba-timeline-dot::before,
.bm-nba-play-game-end .bm-nba-timeline-dot::before {
    background: #0a3141;
}

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

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

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

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

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

.bm-nba-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-nba-side-title small {
    color: #8a97a1;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bm-nba-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-nba-related:last-child {
    border-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

.bm-nba-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-nba-form-badges .is-v { background: var(--bm11-win); }
.bm-nba-form-badges .is-î,
.bm-nba-form-badges .is-i { background: var(--bm11-loss); }
.bm-nba-form-badges .is-îp,
.bm-nba-form-badges .is-ip { background: var(--bm11-ot); color: #3b2600; }
.bm-nba-form-badges .is-e { background: #7d8b95; }

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

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

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

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

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

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

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

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

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

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

.bm-nba-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-nba-reveal {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .42s ease, transform .42s ease;
}

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

.bm-nba-score-flash {
    animation: bmNhlScoreFlash .55s ease;
}

@keyframes bmNhlScoreFlash {
    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-nba-shell *,
    .bm-nba-shell *::before,
    .bm-nba-shell *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
    }
    .bm-nba-reveal { opacity: 1; transform: none; }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bm-nba-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-nba-game-card-broadcast:hover {
    transform: translateY(-3px);
    border-color: #cbd5e1;
    box-shadow: 0 22px 52px rgba(15, 23, 42, .13);
}

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

.bm-nba-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-nba-broadcast-stripe.is-away {
    left: -72px;
    background: var(--bm-away-team);
}

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

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

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

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

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

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

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

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

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

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

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

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

.bm-nba-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-nba-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-nba-broadcast-league > em {
    font-style: normal;
    margin-left: 5px;
}

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

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

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

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

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

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

.bm-nba-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-nba-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-nba-intro-copy {
    position: relative;
    z-index: 1;
    color: #344054;
    font-size: 17px;
    line-height: 1.82;
}

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

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

.bm-nba-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-nba-related-pro + .bm-nba-related-pro {
    margin-top: 10px;
}

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

.bm-nba-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-nba-related-top time {
    text-transform: none;
    letter-spacing: 0;
    color: #475569;
}

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

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

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

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

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

.bm-nba-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-nba-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-nba-related-venue strong {
    color: #334155;
}

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

.bm-nba-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-nba-form-result.is-v { background: #18864b; }
.bm-nba-form-result.is-i { background: #c03535; }
.bm-nba-form-result.is-ip { background: #b7791f; }
.bm-nba-form-result.is-e { background: #64748b; }

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

.bm-nba-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-nba-form-result:hover .bm-nba-form-tooltip,
.bm-nba-form-result:focus-visible .bm-nba-form-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

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

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

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

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

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

.bm-nba-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-nba-mini-team {
    min-width: 0;
}

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

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

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

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

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

.bm-nba-schedule-page .bm-nba-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-nba-related-pro .bm-nba-related-matchup {
    grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
    gap: 6px;
}

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

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

.bm-nba-related-pro .bm-nba-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-nba-related-pro .bm-nba-related-time {
    min-width: 46px;
    padding-inline: 5px;
}

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

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

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

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

.bm-nba-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-nba-stream-disclaimer strong {
    color: #ffd34d;
    font-weight: 900;
    letter-spacing: .02em;
}

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

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

/* Telefon / tabletă mică: păstrăm matchup-ul orizontal, dar compact. */
@media (max-width: 680px) {
    .bm-nba-schedule-page .bm-nba-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-nba-schedule-page .bm-nba-banner-team,
    .bm-nba-schedule-page .bm-nba-banner-team.is-home {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
    .bm-nba-schedule-page .bm-nba-banner-logo {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
    }
    .bm-nba-schedule-page .bm-nba-banner-name span {
        display: none;
    }
    .bm-nba-schedule-page .bm-nba-banner-name strong {
        max-width: none;
        font-size: clamp(12px, 3.6vw, 16px);
        line-height: 1.06;
        overflow-wrap: normal;
        word-break: normal;
    }
    .bm-nba-schedule-page .bm-nba-broadcast-center {
        padding-inline: 2px;
    }
    .bm-nba-schedule-page .bm-nba-broadcast-time,
    .bm-nba-schedule-page .bm-nba-broadcast-score {
        font-size: clamp(23px, 7vw, 30px);
    }
    .bm-nba-schedule-page .bm-nba-broadcast-date {
        font-size: 9px;
    }
    .bm-nba-player-availability-note,
    .bm-nba-stream-disclaimer {
        font-size: 13px;
    }

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

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

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

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

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

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

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

.bm-nba-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-nba-day-step-nav {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 14px;
    margin: -8px 0 28px;
}

.bm-nba-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-nba-day-step-nav a:last-child {
    justify-content: flex-end;
    text-align: right;
}

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

.bm-nba-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-nba-day-step-nav strong {
    font-size: 14px;
    font-weight: 850;
}

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

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

.bm-nba-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-nba-side-facts > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

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

.bm-nba-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-nba-league-brand {
        min-width: 0;
        align-items: center;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Bratu NBA: basketball-specific presentation on top of the Bratu NHL visual system. */
.bm-nba-period-card {
    padding: 27px 28px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bm-nba-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-nba-play-2pt .bm-nba-timeline-dot::before,
.bm-nba-play-3pt .bm-nba-timeline-dot::before,
.bm-nba-play-freethrow .bm-nba-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-nba-play-foul .bm-nba-timeline-dot::before,
.bm-nba-play-turnover .bm-nba-timeline-dot::before {
    background: var(--bm-nba-danger);
}

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

.bm-nba-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-nba-form-result.is-v { background: #eaf8ef; color: #167441; }
.bm-nba-form-result.is-i { background: #fff0f1; color: #b92938; }

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

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

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

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

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

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

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

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

.bm-nba-broadcast-league > .bm-nba-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-nba-broadcast-league > .bm-nba-competition-mark img {
    display: block;
    width: 34px;
    height: 24px;
    object-fit: contain;
}

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

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

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

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

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

.bm-nba-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-nba-standings-item.is-head {
    padding-top: 4px;
    padding-bottom: 4px;
    background: transparent;
    box-shadow: none;
}

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

.bm-nba-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-nba-standings-item.is-head .bm-nba-standings-rank {
    width: auto;
    height: auto;
    justify-content: flex-start;
    background: transparent;
    border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .bm-nba-standings-item .bm-nba-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-nba-standings-item .bm-nba-standings-metric small {
        display: block;
        color: #7a8895;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

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

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

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

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

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

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

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

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

/* A cleaner rhythm across all virtual NBA screens. */
.bm-nba-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-nba-card,
.bm-nba-side-card,
.bm-nba-calendar,
.bm-nba-game-card-broadcast {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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

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

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

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

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

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

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

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

/* Calendar: label removed from markup, now visually self-contained. */
.bm-nba-schedule-page .bm-nba-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-nba-schedule-page .bm-nba-calendar-day {
    min-height: 104px;
    border: 1px solid transparent;
    background: #f7f9fb;
}

.bm-nba-schedule-page .bm-nba-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-nba-standings-page .bm-nba-page-head {
    min-height: 190px;
}

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

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

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

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

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

.bm-nba-standings-body .bm-nba-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-nba-standings-body .bm-nba-standings-item:nth-child(-n+6) .bm-nba-standings-rank {
    background: #e9f8fa;
    color: #08798a;
}

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

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

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

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

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

/* Better keyboard navigation. */
.bm-nba-shell a:focus-visible,
.bm-nba-shell button:focus-visible,
.bm-nba-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-nba-schedule-page,
.bm-nba-game-page,
.bm-nba-standings-page,
.bm-nba-two-col,
.bm-nba-main-col,
.bm-nba-sidebar,
.bm-nba-standings-stack,
.bm-nba-standings-card {
    min-width: 0;
    max-width: 100%;
}

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

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

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

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

    .bm-nba-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-nba-schedule-page .bm-nba-calendar {
        padding: 10px;
        border-radius: 18px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ============================================================
 * Bratu NBA 1.3.0 — player multi-sursă, centru de meci rafinat,
 * clasament complet în sidebar și logo-uri hero fără fundal.
 * ============================================================ */
.bm-nba-game-page .bm-nba-logo-wrap {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    backdrop-filter: none !important;
}
.bm-nba-game-page .bm-nba-logo-wrap::before,
.bm-nba-game-page .bm-nba-logo-wrap::after {
    display:none !important;
    content:none !important;
}
.bm-nba-game-page .bm-nba-logo-wrap img {
    background: transparent !important;
    border:0 !important;
    box-shadow:none !important;
}
.bm-nba-game-page .bm-nba-score-future-wrap {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.bm-nba-game-page .bm-nba-countdown {
    margin:0 0 10px;
    padding:0 !important;
    min-height:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    color:rgba(255,255,255,.88);
    font-size:13px;
    font-weight:800;
    line-height:1.25;
    white-space:nowrap;
    letter-spacing:.01em;
}
.bm-nba-game-page .bm-nba-hero-meta {
    gap:10px 22px;
}
.bm-nba-game-page .bm-nba-hero-meta span {
    display:inline-flex;
    align-items:center;
    gap:7px;
    min-width:0;
}
.bm-nba-game-page .bm-nba-hero-meta span + span::before {
    display:none !important;
    content:none !important;
}
.bm-nba-game-page .bm-nba-hero-meta img {
    width:14px;
    height:14px;
    flex:0 0 14px;
    object-fit:contain;
    filter:brightness(0) invert(1);
    opacity:.76;
}

.bm-nba-player-source-wrap {
    display:flex;
    flex-direction:column;
    gap:6px;
}
.bm-nba-player-sources {
    display:flex !important;
    flex-wrap:nowrap !important;
    width:100%;
    gap:3px !important;
    padding:0 !important;
}
.bm-nba-source-button {
    appearance:none;
    flex:1 1 0 !important;
    width:auto !important;
    min-width:0 !important;
    min-height:24px !important;
    height:24px;
    padding:2px 6px !important;
    border:1px solid rgba(255,255,255,.16);
    border-radius:5px !important;
    background:rgba(255,255,255,.07);
    color:rgba(255,255,255,.82);
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:0 !important;
    font:inherit;
    font-size:10px !important;
    font-weight:850 !important;
    line-height:1 !important;
    white-space:nowrap;
    transition:background .15s ease,border-color .15s ease,color .15s ease;
}
.bm-nba-source-button:hover,
.bm-nba-source-button:focus-visible {
    background:rgba(255,255,255,.12);
    border-color:rgba(255,255,255,.28);
    color:#fff;
    outline:none;
}
.bm-nba-source-button.is-active {
    background:#fff;
    border-color:#fff;
    color:#102433;
}

.bm-nba-mini-standings-full .bm-nba-mini-group + .bm-nba-mini-group {
    margin-top:16px;
}
.bm-nba-mini-standings-full .bm-nba-mini-group h4 {
    margin:0 0 7px;
}
.bm-nba-standings-side-card .bm-nba-mini-standings-full .bm-nba-mini-row {
    min-height:31px;
    padding-top:4px;
    padding-bottom:4px;
}
.bm-nba-standings-side-card .bm-nba-mini-standings-full .bm-nba-mini-team strong {
    font-size:10px;
    line-height:1.1;
}
.bm-nba-standings-side-card .bm-nba-mini-standings-full .bm-nba-mini-row > b {
    font-size:9.5px;
}

@media (max-width:700px) {
    .bm-nba-game-page .bm-nba-countdown {
        max-width:100%;
        font-size:11px;
        white-space:normal;
        text-align:center;
    }
    .bm-nba-game-page .bm-nba-hero-meta { gap:8px 14px; }
    .bm-nba-source-button {
        flex:1 1 0 !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-nba-game-page [hidden] { display: none !important; }
