:root{--bdllr-dark:#070a12;--bdllr-gold:#facc15;--bdllr-muted:#667085}.bdllr-room{max-width:1240px;margin:0 auto 42px;padding:0 16px;color:#111827;font-family:inherit}.bdllr-hero{background:radial-gradient(circle at top right,rgba(250,204,21,.34),transparent 280px),linear-gradient(135deg,#070a12,#1f2a44);color:#fff;border-radius:28px;padding:34px;margin:16px 0 18px;box-shadow:0 18px 45px rgba(16,24,40,.16)}.bdllr-hero span{display:inline-flex;background:var(--bdllr-gold);color:#111827;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.08em}.bdllr-hero h1{margin:12px 0 8px;color:#fff;font-size:clamp(36px,5vw,66px);line-height:.95;font-weight:1000;letter-spacing:-.06em;text-transform:uppercase}.bdllr-hero p{margin:0;color:#e4e7ec;font-size:17px;font-weight:800;line-height:1.4}.bdllr-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.bdllr-video-panel,.bdllr-chat-panel{background:#fff;border:1px solid #e4e7ec;border-radius:24px;padding:16px;box-shadow:0 18px 45px rgba(16,24,40,.07)}.bdllr-video-wrap{position:relative;width:100%;min-height:420px;background:#080b12;border-radius:18px;overflow:hidden}.bdllr-video-wrap iframe{display:block;width:100%;height:var(--bdllr-video-height,640px);max-height:78vh}.bdllr-video-empty{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;background:linear-gradient(135deg,#080b12,#1f2a44);padding:24px}.bdllr-video-empty strong{font-size:26px;color:var(--bdllr-gold)}.bdllr-video-empty span{margin-top:8px;color:#e4e7ec;font-weight:800}.bdllr-video-note{margin-top:10px;color:var(--bdllr-muted);font-size:12px;font-weight:800}.bdllr-chat-panel{position:sticky;top:18px}.bdllr-chat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;border-bottom:3px solid #111827;padding-bottom:12px}.bdllr-chat-head span{display:block;color:#b45309;font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.08em}.bdllr-chat-head strong{display:block;color:#111827;font-size:24px;line-height:1;font-weight:1000}.bdllr-refresh{border:0;background:#111827;color:var(--bdllr-gold);border-radius:999px;padding:8px 11px;font-size:12px;font-weight:1000;cursor:pointer}.bdllr-messages{height:430px;overflow:auto;background:#f8fafc;border:1px solid #eef0f3;border-radius:18px;padding:12px;display:flex;flex-direction:column;gap:9px}.bdllr-message{background:#fff;border:1px solid #eef0f3;border-radius:15px;padding:10px}.bdllr-message-head{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:4px}.bdllr-message strong{font-size:13px;color:#111827}.bdllr-message time{font-size:11px;color:#667085;font-weight:800}.bdllr-message p{margin:0;color:#111827;font-size:14px;line-height:1.35;font-weight:700;overflow-wrap:anywhere}.bdllr-empty{margin:auto;text-align:center;color:#667085;font-weight:900}.bdllr-form{display:grid;gap:10px;margin-top:12px}.bdllr-form label{display:grid;gap:5px;color:#111827;font-weight:1000;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.bdllr-form input,.bdllr-form textarea{width:100%;box-sizing:border-box;border:1px solid #d0d5dd;border-radius:14px;padding:11px 12px;font-family:inherit;font-size:14px;background:#fff;color:#111827}.bdllr-form textarea{min-height:84px;resize:vertical}.bdllr-form button{border:0;background:var(--bdllr-gold);color:#111827;border-radius:999px;padding:12px 14px;font-weight:1000;text-transform:uppercase;cursor:pointer}.bdllr-form button:disabled{opacity:.6;cursor:not-allowed}.bdllr-form-note{margin:0;color:#667085;font-size:11px;font-weight:800}.bdllr-chat-disabled{background:#f8fafc;border:1px dashed #d0d5dd;border-radius:18px;padding:24px;text-align:center;color:#667085;font-weight:900}@media(max-width:980px){.bdllr-layout{grid-template-columns:1fr}.bdllr-chat-panel{position:static}.bdllr-messages{height:340px}}@media(max-width:640px){.bdllr-room{padding:0 10px}.bdllr-hero{border-radius:22px;padding:26px 18px}.bdllr-video-panel,.bdllr-chat-panel{border-radius:20px;padding:12px}.bdllr-video-wrap iframe{height:420px}.bdllr-video-empty{min-height:300px}.bdllr-messages{height:320px}}

/* V2 Theater video layout fix */
.bdllr-room.bdllr-layout-theater{
    max-width:1600px;
    width:min(1600px, calc(100vw - 36px));
    margin-left:calc(50% - min(800px, calc(50vw - 18px)));
    margin-right:auto;
}
.bdllr-room.bdllr-layout-theater .bdllr-hero{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 90% 10%, rgba(250,204,21,.36), transparent 320px),
        linear-gradient(135deg, rgba(7,10,18,.98), rgba(31,42,68,.96));
}
.bdllr-room.bdllr-layout-theater .bdllr-hero:after{
    content:"";
    position:absolute;
    inset:0;
    background:repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 1px, transparent 1px, transparent 8px);
    pointer-events:none;
}
.bdllr-room.bdllr-layout-theater .bdllr-hero > *{
    position:relative;
    z-index:2;
}
.bdllr-room.bdllr-layout-theater .bdllr-hero h1{
    color:#fff!important;
    text-shadow:0 6px 22px rgba(0,0,0,.72);
}
.bdllr-room.bdllr-layout-theater .bdllr-hero p{
    color:#f3f4f6!important;
    text-shadow:0 3px 14px rgba(0,0,0,.65);
}
.bdllr-room.bdllr-layout-theater .bdllr-layout{
    grid-template-columns:minmax(720px,1fr) 390px;
    gap:20px;
}
.bdllr-room.bdllr-layout-theater .bdllr-video-panel,
.bdllr-room.bdllr-layout-theater .bdllr-chat-panel{
    border-radius:26px;
    padding:18px;
}
.bdllr-room.bdllr-layout-theater .bdllr-video-wrap{
    min-height:560px;
    height:min(var(--bdllr-video-height,720px), 78vh);
    display:flex;
    align-items:stretch;
    justify-content:center;
    background:#000;
}
.bdllr-facebook-frame{
    display:block!important;
    width:100%!important;
    min-width:100%!important;
    height:100%!important;
    min-height:100%!important;
    background:#000;
}
.bdllr-room.bdllr-layout-theater .bdllr-video-wrap iframe{
    height:100%!important;
}
.bdllr-room.bdllr-layout-theater .bdllr-messages{
    height:min(560px, 60vh);
}
.bdllr-room.bdllr-layout-contained{
    max-width:1240px;
}
@media(max-width:1280px){
    .bdllr-room.bdllr-layout-theater{
        max-width:calc(100vw - 24px);
        width:calc(100vw - 24px);
        margin-left:calc(50% - 50vw + 12px);
    }
    .bdllr-room.bdllr-layout-theater .bdllr-layout{
        grid-template-columns:minmax(0,1fr) 370px;
    }
}
@media(max-width:980px){
    .bdllr-room.bdllr-layout-theater{
        width:auto;
        max-width:1240px;
        margin-left:auto;
        margin-right:auto;
    }
    .bdllr-room.bdllr-layout-theater .bdllr-layout{
        grid-template-columns:1fr;
    }
    .bdllr-room.bdllr-layout-theater .bdllr-video-wrap{
        height:520px;
        min-height:420px;
    }
    .bdllr-room.bdllr-layout-theater .bdllr-messages{
        height:360px;
    }
}
@media(max-width:640px){
    .bdllr-room.bdllr-layout-theater .bdllr-video-wrap{
        height:360px;
        min-height:320px;
    }
}


/* V3 Game Day Control */
.bdllr-game-day-card{
    background:#fff;
    border:1px solid #e4e7ec;
    border-radius:26px;
    padding:18px;
    margin:0 0 18px;
    box-shadow:0 18px 45px rgba(16,24,40,.07);
    position:relative;
    overflow:hidden;
}
.bdllr-game-day-card:before{
    content:"";
    position:absolute;
    inset:0 0 auto;
    height:6px;
    background:#facc15;
}
.bdllr-status-live:before{background:#ef4444}
.bdllr-status-halftime:before{background:#f97316}
.bdllr-status-final:before{background:#22c55e}
.bdllr-status-replay:before{background:#3b82f6}
.bdllr-status-offline:before{background:#94a3b8}
.bdllr-game-status{
    display:flex;
    justify-content:center;
    margin-bottom:12px;
}
.bdllr-game-status span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#111827;
    color:#facc15;
    border-radius:999px;
    padding:8px 14px;
    font-size:12px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.10em;
}
.bdllr-status-live .bdllr-game-status span{
    background:#ef4444;
    color:#fff;
    animation:bdllrPulse 1.6s ease-in-out infinite;
}
@keyframes bdllrPulse{
    0%,100%{box-shadow:0 0 0 0 rgba(239,68,68,.35)}
    50%{box-shadow:0 0 0 10px rgba(239,68,68,0)}
}
.bdllr-game-matchup{
    display:grid;
    grid-template-columns:210px minmax(0,1fr) 210px;
    gap:16px;
    align-items:center;
}
.bdllr-game-team{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:10px;
    background:#f8fafc;
    border:1px solid #eef0f3;
    border-radius:20px;
    min-height:150px;
    padding:14px;
}
.bdllr-game-logo{
    width:82px;
    height:82px;
    border-radius:22px;
    background:#fff;
    border:1px solid #e4e7ec;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#111827;
    font-size:24px;
    font-weight:1000;
}
.bdllr-game-logo img{
    width:100%;
    height:100%;
    object-fit:contain;
    padding:8px;
    box-sizing:border-box;
}
.bdllr-game-team strong{
    color:#111827;
    font-size:20px;
    line-height:1.05;
    font-weight:1000;
    text-transform:uppercase;
}
.bdllr-game-center{
    text-align:center;
    padding:10px;
}
.bdllr-game-center small{
    display:inline-flex;
    background:#fff7cc;
    color:#92400e;
    border-radius:999px;
    padding:6px 10px;
    font-size:11px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.bdllr-game-center h2{
    margin:12px 0 8px;
    color:#111827;
    font-size:clamp(34px,5vw,64px);
    line-height:.95;
    font-weight:1000;
    letter-spacing:-.06em;
    text-transform:uppercase;
}
.bdllr-game-center p{
    margin:0;
    color:#667085;
    font-weight:900;
}
.bdllr-pinned{
    display:flex;
    gap:10px;
    align-items:flex-start;
    background:#fff7cc;
    border:1px solid #fde68a;
    color:#111827;
    border-radius:16px;
    padding:12px 14px;
    margin-top:14px;
}
.bdllr-pinned b{
    color:#92400e;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.bdllr-pinned span{
    font-weight:900;
}
.bdllr-sponsor-strip{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:14px;
    background:#111827;
    color:#facc15;
    border-radius:14px;
    padding:10px 12px;
    font-size:13px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.04em;
    text-align:center;
}
.bdllr-live-links{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
    margin:0 0 18px;
}
.bdllr-live-links a{
    background:#fff;
    border:1px solid #e4e7ec;
    border-radius:16px;
    padding:12px;
    text-align:center;
    color:#111827!important;
    text-decoration:none!important;
    font-weight:1000;
    box-shadow:0 10px 24px rgba(16,24,40,.055);
}
.bdllr-live-links a:hover{
    border-color:rgba(250,204,21,.75);
    transform:translateY(-2px);
}
@media(max-width:900px){
    .bdllr-game-matchup{grid-template-columns:1fr}
    .bdllr-game-team{min-height:auto}
    .bdllr-live-links{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
    .bdllr-game-day-card{padding:14px}
    .bdllr-game-center h2{font-size:30px}
    .bdllr-live-links{grid-template-columns:1fr}
}


/* V4 Live Poll + Fan MVP */
.bdllr-vote-zone{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin:0 0 18px;
}
.bdllr-vote-card{
    background:#fff;
    border:1px solid #e4e7ec;
    border-radius:24px;
    padding:16px;
    box-shadow:0 14px 34px rgba(16,24,40,.06);
}
.bdllr-vote-head span{
    display:inline-flex;
    background:#fff7cc;
    color:#92400e;
    border-radius:999px;
    padding:5px 9px;
    font-size:11px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.07em;
}
.bdllr-vote-head h3{
    margin:8px 0 12px;
    color:#111827;
    font-size:24px;
    line-height:1.05;
    font-weight:1000;
    letter-spacing:-.035em;
}
.bdllr-vote-closed{
    background:#f8fafc;
    border:1px dashed #d0d5dd;
    border-radius:14px;
    padding:10px;
    color:#667085;
    font-weight:900;
    margin-bottom:10px;
}
.bdllr-vote-options{
    display:grid;
    gap:9px;
}
.bdllr-vote-option{
    width:100%;
    text-align:left;
    border:1px solid #e4e7ec;
    background:#f8fafc;
    color:#111827;
    border-radius:16px;
    padding:12px;
    cursor:pointer;
    font-family:inherit;
    transition:.16s;
}
.bdllr-vote-option:hover:not(:disabled){
    transform:translateY(-2px);
    border-color:rgba(250,204,21,.75);
    background:#fffdf2;
}
.bdllr-vote-option:disabled{
    cursor:not-allowed;
    opacity:.72;
}
.bdllr-vote-option.is-selected{
    background:#111827;
    color:#fff;
    border-color:#111827;
}
.bdllr-vote-option strong{
    display:block;
    font-size:15px;
    line-height:1.15;
    font-weight:1000;
}
.bdllr-vote-bar{
    display:block;
    height:8px;
    background:rgba(17,24,39,.10);
    border-radius:999px;
    overflow:hidden;
    margin-top:9px;
}
.bdllr-vote-option.is-selected .bdllr-vote-bar{
    background:rgba(255,255,255,.22);
}
.bdllr-vote-bar i{
    display:block;
    height:100%;
    background:#facc15;
    border-radius:999px;
    transition:width .22s ease;
}
.bdllr-vote-option em{
    display:block;
    margin-top:6px;
    color:#667085;
    font-style:normal;
    font-size:12px;
    font-weight:900;
}
.bdllr-vote-option.is-selected em{
    color:#facc15;
}
.bdllr-vote-message{
    min-height:18px;
    margin-top:9px;
    color:#667085;
    font-size:12px;
    font-weight:900;
}
@media(max-width:820px){
    .bdllr-vote-zone{
        grid-template-columns:1fr;
    }
}


/* V5 centered voting below video */
.bdllr-video-panel .bdllr-vote-zone{
    max-width:980px;
    margin:18px auto 0;
    justify-content:center;
}
.bdllr-video-panel .bdllr-vote-card{
    text-align:left;
}
.bdllr-video-panel .bdllr-vote-head{
    text-align:center;
}
.bdllr-video-panel .bdllr-vote-options{
    max-width:420px;
    margin-left:auto;
    margin-right:auto;
}
@media(max-width:980px){
    .bdllr-video-panel .bdllr-vote-zone{
        max-width:720px;
    }
}


/* V6 Voting fix + logos/photos + premium broadcast styling */
.bdllr-game-day-card{
    background:
        radial-gradient(circle at 12% 18%, rgba(250,204,21,.28), transparent 260px),
        radial-gradient(circle at 90% 12%, rgba(239,68,68,.22), transparent 280px),
        linear-gradient(135deg,#060913 0%,#111827 46%,#1f2a44 100%)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    color:#fff!important;
    box-shadow:0 26px 70px rgba(17,24,39,.28)!important;
}
.bdllr-game-day-card:before{
    height:7px!important;
    background:linear-gradient(90deg,#facc15,#ef4444,#3b82f6)!important;
}
.bdllr-game-day-card .bdllr-game-team{
    background:rgba(255,255,255,.10)!important;
    border:1px solid rgba(255,255,255,.16)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.bdllr-game-day-card .bdllr-game-team strong,
.bdllr-game-day-card .bdllr-game-center h2{
    color:#fff!important;
    text-shadow:0 4px 16px rgba(0,0,0,.45);
}
.bdllr-game-day-card .bdllr-game-center p{
    color:#e4e7ec!important;
}
.bdllr-game-day-card .bdllr-game-center small{
    background:#facc15!important;
    color:#111827!important;
}
.bdllr-game-day-card .bdllr-game-logo{
    background:#fff!important;
    box-shadow:0 12px 28px rgba(0,0,0,.24);
}
.bdllr-game-day-card .bdllr-pinned{
    background:rgba(250,204,21,.14)!important;
    border-color:rgba(250,204,21,.25)!important;
    color:#fff!important;
}
.bdllr-game-day-card .bdllr-pinned b{
    color:#facc15!important;
}
.bdllr-game-day-card .bdllr-sponsor-strip{
    background:rgba(0,0,0,.26)!important;
    border:1px solid rgba(250,204,21,.22);
}
.bdllr-vote-option{
    display:grid!important;
    grid-template-columns:54px minmax(0,1fr);
    gap:10px;
    align-items:center;
}
.bdllr-vote-option .bdllr-vote-media{
    grid-row:span 3;
    width:54px;
    height:54px;
    border-radius:16px;
    background:#fff;
    border:1px solid #e4e7ec;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#111827;
    font-size:14px;
    font-weight:1000;
}
.bdllr-vote-option .bdllr-vote-media img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.bdllr-vote-card[data-poll-type="poll"] .bdllr-vote-option .bdllr-vote-media img{
    object-fit:contain;
    padding:5px;
    box-sizing:border-box;
}
.bdllr-vote-option strong,
.bdllr-vote-option .bdllr-vote-bar,
.bdllr-vote-option em{
    grid-column:2;
}
.bdllr-vote-option.is-selected .bdllr-vote-media{
    border-color:#facc15;
    box-shadow:0 0 0 3px rgba(250,204,21,.16);
}
@media(max-width:560px){
    .bdllr-vote-option{
        grid-template-columns:46px minmax(0,1fr);
    }
    .bdllr-vote-option .bdllr-vote-media{
        width:46px;
        height:46px;
        border-radius:14px;
    }
}


/* V7 Safe Chat Moderation */
.bdllr-chat-rules{
    margin:12px 14px 0;
    background:#fff7cc;
    border:1px solid #fde68a;
    color:#92400e;
    border-radius:14px;
    padding:10px 12px;
    font-size:12px;
    font-weight:900;
    line-height:1.35;
}
.bdllr-form-note.is-warning{
    background:#fee2e2;
    border:1px solid #fecaca;
    color:#991b1b!important;
    border-radius:12px;
    padding:9px 10px;
    font-weight:1000!important;
}


/* V8 Sponsor Broadcast Strip */
.bdllr-sponsor-broadcast{
    margin:18px auto 0;
    max-width:1100px;
    background:
        radial-gradient(circle at 10% 10%, rgba(250,204,21,.22), transparent 240px),
        linear-gradient(135deg,#0b1020 0%,#111827 54%,#1e293b 100%);
    border:1px solid rgba(255,255,255,.12);
    border-radius:24px;
    color:#fff;
    padding:18px;
    box-shadow:0 22px 60px rgba(17,24,39,.22);
    overflow:hidden;
}
.bdllr-sponsor-broadcast-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:14px;
}
.bdllr-sponsor-broadcast-head span{
    display:inline-flex;
    background:#facc15;
    color:#111827;
    border-radius:999px;
    padding:6px 10px;
    font-size:11px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.bdllr-sponsor-broadcast-head strong{
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.bdllr-sponsor-of-game{
    display:flex;
    align-items:center;
    gap:14px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.14);
    border-radius:20px;
    padding:14px;
    color:#fff!important;
    text-decoration:none!important;
    margin-bottom:12px;
}
.bdllr-sponsor-of-game:hover{
    background:rgba(255,255,255,.14);
}
.bdllr-sog-logo{
    width:76px;
    height:76px;
    border-radius:18px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    color:#111827;
    font-weight:1000;
}
.bdllr-sog-logo img{
    width:100%;
    height:100%;
    object-fit:contain;
    padding:8px;
    box-sizing:border-box;
}
.bdllr-sog-text small{
    display:block;
    color:#facc15;
    font-size:12px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
    margin-bottom:3px;
}
.bdllr-sog-text b{
    display:block;
    color:#fff;
    font-size:clamp(22px,4vw,40px);
    line-height:.95;
    letter-spacing:-.04em;
    text-transform:uppercase;
}
.bdllr-sponsor-message{
    background:rgba(250,204,21,.12);
    border:1px solid rgba(250,204,21,.25);
    color:#fde68a;
    border-radius:16px;
    padding:11px 14px;
    font-weight:900;
    text-align:center;
    margin-bottom:12px;
}
.bdllr-sponsor-logo-row{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(120px,1fr));
    gap:10px;
}
.bdllr-sponsor-logo-item{
    min-height:90px;
    border-radius:16px;
    background:#fff;
    border:1px solid rgba(255,255,255,.16);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:10px;
    text-decoration:none!important;
    color:#111827!important;
    box-shadow:0 10px 24px rgba(0,0,0,.12);
}
.bdllr-sponsor-logo-item img{
    max-width:100%;
    max-height:44px;
    object-fit:contain;
}
.bdllr-sponsor-logo-item span{
    font-weight:1000;
    text-align:center;
}
.bdllr-sponsor-logo-item em{
    color:#475467;
    font-style:normal;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    text-align:center;
}
.bdllr-sponsor-logo-item:hover{
    transform:translateY(-2px);
}
@media(max-width:700px){
    .bdllr-sponsor-broadcast-head{
        flex-direction:column;
        align-items:flex-start;
    }
    .bdllr-sponsor-of-game{
        align-items:flex-start;
    }
    .bdllr-sog-logo{
        width:62px;
        height:62px;
    }
}


/* V9 Video Overlay Test */
.bdllr-video-wrap{
    position:relative!important;
}
.bdllr-video-overlay{
    position:absolute;
    z-index:8;
    display:inline-flex;
    align-items:center;
    gap:10px;
    max-width:min(70%,420px);
    background:rgba(8,13,25,var(--bdllr-overlay-opacity,.92));
    border:1px solid rgba(255,255,255,.16);
    box-shadow:0 16px 42px rgba(0,0,0,.34);
    backdrop-filter:blur(6px);
    border-radius:18px;
    padding:10px 12px;
    color:#fff!important;
    text-decoration:none!important;
    pointer-events:none;
}
a.bdllr-video-overlay{
    pointer-events:auto;
}
.bdllr-overlay-top-left{top:16px;left:16px}
.bdllr-overlay-top-right{top:16px;right:16px}
.bdllr-overlay-bottom-left{bottom:16px;left:16px}
.bdllr-overlay-bottom-right{bottom:16px;right:16px}
.bdllr-overlay-logo{
    width:48px;
    height:48px;
    border-radius:13px;
    background:#fff;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
}
.bdllr-overlay-logo img{
    width:100%;
    height:100%;
    object-fit:contain;
    padding:5px;
    box-sizing:border-box;
}
.bdllr-overlay-copy{
    display:flex;
    flex-direction:column;
    gap:2px;
    min-width:0;
}
.bdllr-overlay-copy b{
    display:inline-flex;
    align-self:flex-start;
    background:#ef4444;
    color:#fff;
    border-radius:999px;
    padding:4px 8px;
    font-size:10px;
    line-height:1;
    font-weight:1000;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.bdllr-overlay-copy em{
    color:#fff;
    font-style:normal;
    font-size:14px;
    line-height:1.1;
    font-weight:1000;
    text-transform:uppercase;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
a.bdllr-video-overlay:hover{
    transform:translateY(-2px);
    border-color:rgba(250,204,21,.35);
}
@media(max-width:680px){
    .bdllr-video-overlay{
        max-width:calc(100% - 24px);
        padding:8px 9px;
        border-radius:14px;
        gap:8px;
    }
    .bdllr-overlay-top-left{top:10px;left:10px}
    .bdllr-overlay-top-right{top:10px;right:10px}
    .bdllr-overlay-bottom-left{bottom:10px;left:10px}
    .bdllr-overlay-bottom-right{bottom:10px;right:10px}
    .bdllr-overlay-logo{
        width:38px;
        height:38px;
        border-radius:10px;
    }
    .bdllr-overlay-copy b{
        font-size:9px;
        padding:3px 7px;
    }
    .bdllr-overlay-copy em{
        font-size:12px;
    }
}


/* V10 overlay logo visibility fix */
.bdllr-overlay-logo{
    width:var(--bdllr-overlay-logo-size,64px)!important;
    height:var(--bdllr-overlay-logo-size,64px)!important;
    position:relative;
}
.bdllr-overlay-logo-bg-dark .bdllr-overlay-logo{
    background:#111827!important;
    border:1px solid rgba(255,255,255,.22);
}
.bdllr-overlay-logo-bg-light .bdllr-overlay-logo{
    background:#fff!important;
    border:1px solid rgba(17,24,39,.12);
}
.bdllr-overlay-logo-bg-transparent .bdllr-overlay-logo{
    background:transparent!important;
    border:1px solid rgba(255,255,255,.18);
}
.bdllr-overlay-logo em{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#facc15;
    font-style:normal;
    font-size:13px;
    font-weight:1000;
    letter-spacing:.02em;
}
.bdllr-overlay-logo img{
    position:relative;
    z-index:2;
    display:block!important;
    opacity:1!important;
}
.bdllr-overlay-fit-contain .bdllr-overlay-logo img{
    object-fit:contain!important;
    padding:5px!important;
}
.bdllr-overlay-fit-cover .bdllr-overlay-logo img{
    object-fit:cover!important;
    padding:0!important;
}
.bdllr-overlay-logo-bg-transparent .bdllr-overlay-logo img{
    filter:drop-shadow(0 3px 7px rgba(0,0,0,.55));
}
@media(max-width:680px){
    .bdllr-overlay-logo{
        width:min(var(--bdllr-overlay-logo-size,64px),52px)!important;
        height:min(var(--bdllr-overlay-logo-size,64px),52px)!important;
    }
}


/* V11 Watch More Games Replay Shelf */
.bdllr-replay-shelf{
    max-width:1100px;
    margin:18px auto 0;
    background:#fff;
    border:1px solid #e4e7ec;
    border-radius:24px;
    padding:18px;
    box-shadow:0 18px 44px rgba(16,24,40,.07);
}
.bdllr-replay-shelf-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-bottom:14px;
}
.bdllr-replay-shelf-head span{
    display:inline-flex;
    background:#111827;
    color:#facc15;
    border-radius:999px;
    padding:5px 9px;
    font-size:11px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
    margin-bottom:7px;
}
.bdllr-replay-shelf-head h3{
    margin:0;
    color:#111827;
    font-size:clamp(24px,3vw,36px);
    line-height:.98;
    letter-spacing:-.045em;
    font-weight:1000;
    text-transform:uppercase;
}
.bdllr-replay-shelf-head a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#facc15;
    color:#111827!important;
    text-decoration:none!important;
    border-radius:999px;
    padding:10px 14px;
    font-size:12px;
    font-weight:1000;
    text-transform:uppercase;
    white-space:nowrap;
}
.bdllr-replay-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(185px,1fr));
    gap:12px;
}
.bdllr-replay-card{
    background:#f8fafc;
    border:1px solid #eef0f3;
    border-radius:18px;
    overflow:hidden;
    transition:.16s ease;
}
.bdllr-replay-card:hover{
    transform:translateY(-3px);
    box-shadow:0 14px 28px rgba(16,24,40,.10);
}
.bdllr-replay-card a{
    color:#111827!important;
    text-decoration:none!important;
    display:block;
}
.bdllr-replay-thumb{
    position:relative;
    aspect-ratio:16/9;
    background:#111827;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}
.bdllr-replay-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.bdllr-replay-thumb span{
    color:#facc15;
    font-size:22px;
    font-weight:1000;
}
.bdllr-replay-thumb i{
    position:absolute;
    inset:auto auto 10px 10px;
    width:34px;
    height:34px;
    border-radius:50%;
    background:rgba(250,204,21,.96);
    color:#111827;
    display:flex;
    align-items:center;
    justify-content:center;
    font-style:normal;
    font-weight:1000;
    box-shadow:0 8px 20px rgba(0,0,0,.28);
}
.bdllr-replay-card strong{
    display:block;
    padding:11px 12px 4px;
    color:#111827;
    font-size:14px;
    line-height:1.16;
    font-weight:1000;
}
.bdllr-replay-card small{
    display:block;
    padding:0 12px 12px;
    color:#667085;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
}
@media(max-width:680px){
    .bdllr-replay-shelf-head{
        flex-direction:column;
        align-items:flex-start;
    }
    .bdllr-replay-grid{
        grid-template-columns:1fr 1fr;
    }
}
@media(max-width:430px){
    .bdllr-replay-grid{
        grid-template-columns:1fr;
    }
}


/* V12 Compact Replay Hero Shelf */
.bdllr-replay-shelf{
    max-width:1100px;
    margin:18px auto 0;
    background:
        radial-gradient(circle at 12% 10%, rgba(250,204,21,.20), transparent 260px),
        radial-gradient(circle at 95% 15%, rgba(59,130,246,.18), transparent 260px),
        linear-gradient(135deg,#070b16 0%,#111827 55%,#1f2937 100%)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:26px!important;
    padding:16px!important;
    box-shadow:0 24px 64px rgba(17,24,39,.24)!important;
}
.bdllr-replay-shelf-head{
    margin-bottom:12px!important;
}
.bdllr-replay-shelf-head span{
    background:#facc15!important;
    color:#111827!important;
    font-size:10px!important;
    padding:5px 8px!important;
}
.bdllr-replay-shelf-head h3{
    color:#fff!important;
    font-size:clamp(20px,2.6vw,30px)!important;
    letter-spacing:-.04em!important;
}
.bdllr-replay-shelf-head a{
    padding:8px 12px!important;
    font-size:11px!important;
}
.bdllr-replay-grid{
    display:grid!important;
    grid-template-columns:repeat(auto-fit,minmax(132px,1fr))!important;
    gap:10px!important;
}
.bdllr-replay-card{
    background:rgba(255,255,255,.08)!important;
    border:1px solid rgba(255,255,255,.13)!important;
    border-radius:15px!important;
    overflow:hidden!important;
    box-shadow:none!important;
}
.bdllr-replay-card:hover{
    transform:translateY(-2px)!important;
    background:rgba(255,255,255,.12)!important;
    box-shadow:0 12px 30px rgba(0,0,0,.22)!important;
}
.bdllr-replay-thumb{
    aspect-ratio:16/9!important;
    max-height:86px!important;
    background:#020617!important;
}
.bdllr-replay-thumb i{
    width:26px!important;
    height:26px!important;
    left:8px!important;
    bottom:8px!important;
    font-size:11px!important;
}
.bdllr-replay-card strong{
    color:#fff!important;
    padding:8px 9px 2px!important;
    font-size:12px!important;
    line-height:1.12!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    min-height:32px!important;
}
.bdllr-replay-card small{
    color:#cbd5e1!important;
    padding:0 9px 9px!important;
    font-size:9px!important;
    letter-spacing:.06em!important;
}
@media(max-width:680px){
    .bdllr-replay-shelf{
        padding:14px!important;
    }
    .bdllr-replay-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
    .bdllr-replay-thumb{
        max-height:96px!important;
    }
}
@media(max-width:430px){
    .bdllr-replay-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:8px!important;
    }
    .bdllr-replay-card strong{
        font-size:11px!important;
    }
}


/* V13 Basketball replay strip + secondary category promos */
.bdllr-secondary-video-promos{
    margin:18px 0 0;
    border-radius:22px;
    background:linear-gradient(135deg,#07111f,#111827 70%,#1f2937);
    border:1px solid rgba(255,255,255,.10);
    padding:16px;
    box-shadow:0 18px 44px rgba(2,6,23,.20);
}
.bdllr-secondary-video-head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:12px;
    margin-bottom:12px;
}
.bdllr-secondary-video-head span{
    display:inline-flex;
    background:#facc15;
    color:#111827;
    border-radius:999px;
    padding:6px 9px;
    font-size:10px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.07em;
}
.bdllr-secondary-video-head h3{
    color:#fff;
    margin:5px 0 0;
    font-size:22px;
    line-height:1;
    font-weight:1000;
    letter-spacing:-.04em;
    text-transform:uppercase;
}
.bdllr-secondary-video-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:12px;
}
.bdllr-secondary-video-card{
    display:grid;
    grid-template-columns:92px minmax(0,1fr);
    gap:12px;
    align-items:center;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    padding:10px;
    color:#fff!important;
    text-decoration:none!important;
    overflow:hidden;
    transition:.16s ease;
}
.bdllr-secondary-video-card:hover{
    transform:translateY(-2px);
    background:rgba(250,204,21,.11);
    color:#fff!important;
}
.bdllr-secondary-video-media{
    position:relative;
    aspect-ratio:16/10;
    border-radius:14px;
    overflow:hidden;
    background:linear-gradient(135deg,#1d4ed8,#7c3aed);
    display:flex;
    align-items:center;
    justify-content:center;
}
.bdllr-secondary-video-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.bdllr-secondary-video-media b{
    color:#facc15;
    font-size:24px;
    font-weight:1000;
}
.bdllr-secondary-video-media i{
    position:absolute;
    left:8px;
    bottom:8px;
    width:28px;
    height:28px;
    border-radius:999px;
    background:#facc15;
    color:#111827;
    display:flex;
    align-items:center;
    justify-content:center;
    font-style:normal;
    font-size:11px;
    font-weight:1000;
}
.bdllr-secondary-video-copy span{
    display:block;
    color:#facc15;
    font-size:10px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.06em;
    margin-bottom:3px;
}
.bdllr-secondary-video-copy strong{
    display:block;
    color:#fff;
    font-size:16px;
    line-height:1.08;
    font-weight:1000;
    letter-spacing:-.035em;
    text-transform:uppercase;
}
.bdllr-secondary-video-copy small{
    display:block;
    color:rgba(255,255,255,.72);
    margin-top:5px;
    font-size:11px;
    line-height:1.25;
    font-weight:800;
}
.bdllr-secondary-pickleball .bdllr-secondary-video-media{background:linear-gradient(135deg,#166534,#22c55e)}
.bdllr-secondary-other-videos .bdllr-secondary-video-media{background:linear-gradient(135deg,#1d4ed8,#7c3aed)}
.bdllr-category-checks{background:#f8fafc;border:1px solid #e4e7ec;border-radius:12px;padding:10px;margin:8px 0}
@media(max-width:640px){
    .bdllr-secondary-video-card{grid-template-columns:82px minmax(0,1fr)}
    .bdllr-secondary-video-head{display:block}
}


/* V14 Live page video strip fix */
.bdllr-secondary-video-promos{display:block!important;margin-top:18px!important;}
.bdllr-secondary-video-head{background:linear-gradient(90deg,#111827,#1f2937)!important;border-radius:18px!important;padding:12px 14px!important;}
.bdllr-secondary-video-head h3{color:#fff!important;}
.bdllr-secondary-video-head span{background:#facc15!important;color:#111827!important;}
.bdllr-secondary-video-card{min-height:112px;}


/* V15 Mobile Watch + Chat + Vote Layout */
.bdllr-room .bdllr-layout{
    align-items:start;
}
.bdllr-chat-panel{
    display:flex;
    flex-direction:column;
    gap:14px;
}
.bdllr-chat-vote-stack{
    margin-top:2px;
    border-top:1px solid #e4e7ec;
    padding-top:14px;
}
.bdllr-chat-vote-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:10px;
}
.bdllr-chat-vote-title span{
    display:inline-flex;
    background:#facc15;
    color:#111827;
    border-radius:999px;
    padding:6px 9px;
    font-size:10px;
    font-weight:1000;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.bdllr-chat-vote-title strong{
    color:#111827;
    font-size:16px;
    line-height:1;
    font-weight:1000;
    letter-spacing:-.035em;
    text-transform:uppercase;
}
.bdllr-chat-panel .bdllr-vote-zone{
    margin:0!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
}
.bdllr-chat-panel .bdllr-vote-card{
    margin:0!important;
    border-radius:18px!important;
    padding:12px!important;
    box-shadow:0 10px 26px rgba(16,24,40,.08)!important;
}
.bdllr-chat-panel .bdllr-vote-head{
    margin-bottom:10px;
}
.bdllr-chat-panel .bdllr-vote-head h3{
    font-size:18px!important;
    line-height:1.1!important;
}
.bdllr-chat-panel .bdllr-vote-options{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
}
.bdllr-chat-panel .bdllr-vote-option{
    width:100%;
    min-height:50px;
    text-align:left;
}
.bdllr-video-panel > .bdllr-vote-zone{
    display:none!important;
}
@media(max-width:980px){
    .bdllr-room .bdllr-layout{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:14px!important;
    }
    .bdllr-video-panel{
        order:1;
    }
    .bdllr-chat-panel{
        order:2;
        position:static!important;
    }
    .bdllr-chat-panel .bdllr-vote-zone{
        grid-template-columns:1fr!important;
    }
}
@media(max-width:680px){
    .bdllr-room{
        padding:0 8px!important;
    }
    .bdllr-hero,
    .bdllr-game-day-card,
    .bdllr-video-panel,
    .bdllr-chat-panel{
        border-radius:18px!important;
    }
    .bdllr-video-wrap{
        min-height:auto!important;
        aspect-ratio:16/9;
    }
    .bdllr-video-wrap iframe{
        height:100%!important;
        min-height:220px!important;
        max-height:56vh!important;
    }
    .bdllr-messages{
        height:300px!important;
        max-height:42vh!important;
    }
    .bdllr-form textarea{
        min-height:72px!important;
    }
    .bdllr-chat-panel .bdllr-vote-zone{
        grid-template-columns:1fr!important;
    }
    .bdllr-chat-vote-title{
        align-items:flex-start;
        flex-direction:column;
    }
    .bdllr-chat-panel .bdllr-vote-option{
        min-height:54px;
        padding:11px 12px!important;
    }
    .bdllr-chat-panel .bdllr-vote-option strong{
        font-size:14px!important;
    }
}
@media(max-width:430px){
    .bdllr-messages{
        height:260px!important;
    }
    .bdllr-chat-panel .bdllr-vote-card{
        padding:10px!important;
    }
    .bdllr-chat-panel .bdllr-vote-option .bdllr-vote-media{
        width:42px!important;
        height:42px!important;
    }
}


/* V16 Always-stacked vote cards: Team Poll first, Fan Voting below */
.bdllr-chat-panel .bdllr-vote-zone{
    display:flex!important;
    flex-direction:column!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
}
.bdllr-chat-panel .bdllr-vote-card[data-poll-type="poll"]{
    order:1;
}
.bdllr-chat-panel .bdllr-vote-card[data-poll-type="mvp"]{
    order:2;
}
.bdllr-chat-panel .bdllr-vote-card + .bdllr-vote-card{
    margin-top:0!important;
}
@media(min-width:681px) and (max-width:1180px){
    .bdllr-chat-panel .bdllr-vote-zone{
        display:flex!important;
        flex-direction:column!important;
        grid-template-columns:1fr!important;
    }
}
@media(max-width:680px){
    .bdllr-chat-panel .bdllr-vote-zone{
        display:flex!important;
        flex-direction:column!important;
        grid-template-columns:1fr!important;
    }
}


/* V17 hard override: voting cards must never sit side by side */
.bdllr-room .bdllr-vote-zone,
.bdllr-room .bdllr-force-stacked-votes,
.bdllr-chat-panel .bdllr-vote-zone,
.bdllr-video-panel .bdllr-vote-zone{
    display:block!important;
    grid-template-columns:none!important;
    columns:1!important;
    column-count:1!important;
    gap:0!important;
    width:100%!important;
    max-width:100%!important;
}
.bdllr-room .bdllr-vote-zone .bdllr-vote-card,
.bdllr-room .bdllr-force-stacked-votes .bdllr-vote-card,
.bdllr-chat-panel .bdllr-vote-zone .bdllr-vote-card{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    float:none!important;
    clear:both!important;
    box-sizing:border-box!important;
    margin:0 0 12px 0!important;
}
.bdllr-room .bdllr-vote-card[data-poll-type="poll"]{
    order:1!important;
}
.bdllr-room .bdllr-vote-card[data-poll-type="mvp"]{
    order:2!important;
}
.bdllr-room .bdllr-vote-card[data-poll-type="poll"]:before{
    content:"Team Poll";
    display:inline-flex;
    background:#facc15;
    color:#111827;
    border-radius:999px;
    padding:5px 9px;
    font-size:10px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
    margin:0 0 8px;
}
.bdllr-room .bdllr-vote-card[data-poll-type="mvp"]:before{
    content:"Fan Voting";
    display:inline-flex;
    background:#111827;
    color:#facc15;
    border-radius:999px;
    padding:5px 9px;
    font-size:10px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
    margin:0 0 8px;
}
.bdllr-room .bdllr-vote-card[data-poll-type="mvp"]{
    border-top:4px solid #facc15!important;
}
@media(min-width:1px){
    .bdllr-room .bdllr-vote-zone,
    .bdllr-room .bdllr-force-stacked-votes,
    .bdllr-chat-panel .bdllr-vote-zone{
        display:block!important;
        grid-template-columns:none!important;
    }
}


/* V18 Micro UX Polish */
.bdllr-compact-status{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    background:#fff;
    border:1px solid #e4e7ec;
    border-left:6px solid #facc15;
    border-radius:18px;
    padding:12px 14px;
    margin:14px 0 16px;
    box-shadow:0 14px 34px rgba(16,24,40,.08);
}
.bdllr-compact-status strong{
    background:#111827;
    color:#facc15;
    border-radius:999px;
    padding:7px 10px;
    font-size:11px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.bdllr-compact-status span{
    color:#111827;
    font-weight:1000;
    letter-spacing:-.03em;
}
.bdllr-compact-status em{
    color:#667085;
    font-size:12px;
    font-style:normal;
    font-weight:900;
}
.bdllr-compact-status.bdllr-status-live{border-left-color:#ef4444;}
.bdllr-compact-status.bdllr-status-live strong{background:#ef4444;color:#fff;}
.bdllr-compact-status.bdllr-status-final strong{background:#16a34a;color:#fff;}
.bdllr-compact-status.bdllr-status-replay strong{background:#7c3aed;color:#fff;}

.bdllr-message.is-new{
    animation:bdllrNewMessage 1.35s ease-out 1;
}
@keyframes bdllrNewMessage{
    0%{background:#fff7cc;transform:translateY(2px);}
    100%{background:transparent;transform:translateY(0);}
}
.bdllr-form label{font-weight:900;color:#344054;}
.bdllr-form textarea,
.bdllr-form input[type="text"]{
    border-radius:12px!important;
    border:1px solid #d0d5dd!important;
}
.bdllr-form button[type="submit"]{
    min-height:46px;
    border-radius:14px!important;
    font-weight:1000!important;
    letter-spacing:.02em;
}
.bdllr-form-note{font-size:12px!important;line-height:1.35!important;}

.bdllr-vote-card.bdllr-vote-success{
    box-shadow:0 0 0 3px rgba(34,197,94,.28),0 16px 38px rgba(16,24,40,.10)!important;
}
.bdllr-vote-option.is-selected{
    position:relative;
    border-color:#22c55e!important;
    box-shadow:0 0 0 2px rgba(34,197,94,.18)!important;
}
.bdllr-vote-option.is-selected:after{
    content:"✓";
    position:absolute;
    top:10px;
    right:10px;
    width:22px;
    height:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#22c55e;
    color:#fff;
    font-size:13px;
    font-weight:1000;
}
.bdllr-vote-message{
    font-weight:1000!important;
    color:#16a34a!important;
}
.bdllr-chat-vote-stack{
    gap:12px!important;
}
.bdllr-force-stacked-votes{
    display:flex!important;
    flex-direction:column!important;
    gap:12px!important;
}
.bdllr-force-stacked-votes .bdllr-vote-card{
    width:100%!important;
}

.bdllr-replay-shelf-head p{
    margin:4px 0 0;
    color:#667085;
    font-size:13px;
    font-weight:800;
}
.bdllr-replay-empty{
    background:#fff;
    border:1px solid #e4e7ec;
    border-radius:18px;
    padding:16px;
    margin:18px 0;
    box-shadow:0 12px 28px rgba(16,24,40,.06);
}
.bdllr-replay-empty strong{
    display:block;
    color:#111827;
    font-size:18px;
    font-weight:1000;
    letter-spacing:-.03em;
}
.bdllr-replay-empty span{
    display:block;
    color:#667085;
    margin-top:4px;
    font-weight:800;
}
.bdllr-video-hub-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    background:linear-gradient(135deg,#111827,#1f2937);
    color:#fff;
    border-radius:22px;
    padding:18px;
    margin:18px 0 0;
    box-shadow:0 18px 44px rgba(16,24,40,.18);
}
.bdllr-video-hub-cta span{
    display:inline-flex;
    background:#facc15;
    color:#111827;
    border-radius:999px;
    padding:5px 9px;
    font-size:11px;
    font-weight:1000;
    text-transform:uppercase;
}
.bdllr-video-hub-cta strong{
    display:block;
    color:#fff;
    font-size:22px;
    line-height:1.05;
    letter-spacing:-.04em;
    margin-top:8px;
    font-weight:1000;
}
.bdllr-video-hub-cta p{
    color:#d1d5db;
    margin:5px 0 0;
    font-size:13px;
    font-weight:800;
}
.bdllr-video-hub-cta a{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#facc15;
    color:#111827!important;
    border-radius:999px;
    padding:12px 14px;
    text-decoration:none!important;
    font-weight:1000;
    text-transform:uppercase;
    font-size:12px;
}

@media(max-width:900px){
    .bdllr-layout{gap:14px!important;}
    .bdllr-game-day-card,.bdllr-live-links,.bdllr-compact-status{margin-left:0!important;margin-right:0!important;}
    .bdllr-chat-panel{gap:12px!important;}
    .bdllr-video-note{font-size:12px!important;}
}
@media(max-width:640px){
    .bdllr-room{padding-left:8px!important;padding-right:8px!important;}
    .bdllr-hero{margin-bottom:12px!important;}
    .bdllr-game-day-card{margin-top:12px!important;margin-bottom:10px!important;}
    .bdllr-live-links{margin-bottom:10px!important;gap:6px!important;}
    .bdllr-live-links a{padding:8px 9px!important;font-size:11px!important;}
    .bdllr-compact-status{padding:10px!important;margin:10px 0!important;border-radius:14px!important;}
    .bdllr-layout{display:flex!important;flex-direction:column!important;gap:12px!important;}
    .bdllr-video-panel,.bdllr-chat-panel{width:100%!important;}
    .bdllr-video-wrap{border-radius:16px!important;}
    .bdllr-chat-head,.bdllr-chat-vote-title{padding:12px!important;}
    .bdllr-messages{max-height:310px!important;}
    .bdllr-form{gap:8px!important;padding:12px!important;}
    .bdllr-form button[type="submit"]{width:100%!important;min-height:50px!important;font-size:15px!important;}
    .bdllr-vote-card{border-radius:16px!important;padding:12px!important;}
    .bdllr-vote-option{padding:10px!important;}
    .bdllr-vote-media{width:42px!important;height:42px!important;}
    .bdllr-replay-shelf,.bdllr-secondary-video-promos,.bdllr-sponsor-broadcast,.bdllr-video-hub-cta{margin-top:12px!important;}
    .bdllr-video-hub-cta{display:block;text-align:left;border-radius:18px!important;}
    .bdllr-video-hub-cta a{width:100%;margin-top:12px;}
}


/* V19 Mobile boxed + centered live page fix */
.bdllr-room,
.bdllr-room *{
    box-sizing:border-box;
}
.bdllr-room{
    overflow-x:hidden;
}
.bdllr-video-panel,
.bdllr-chat-panel,
.bdllr-game-day-card,
.bdllr-live-links,
.bdllr-compact-status,
.bdllr-replay-shelf,
.bdllr-secondary-video-promos,
.bdllr-sponsor-broadcast,
.bdllr-video-hub-cta{
    max-width:100%!important;
}
.bdllr-video-note{
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
    line-height:1.35!important;
}
.bdllr-facebook-frame,
.bdllr-video-wrap iframe{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
}

@media(max-width:782px){
    .bdllr-room,
    .bdllr-room.bdllr-layout-theater,
    .bdllr-room.bdllr-layout-contained{
        width:calc(100vw - 20px)!important;
        max-width:calc(100vw - 20px)!important;
        margin-left:calc(50% - 50vw + 10px)!important;
        margin-right:0!important;
        padding-left:0!important;
        padding-right:0!important;
        overflow:hidden!important;
    }
    .bdllr-hero,
    .bdllr-game-day-card,
    .bdllr-live-links,
    .bdllr-compact-status,
    .bdllr-layout,
    .bdllr-video-panel,
    .bdllr-chat-panel,
    .bdllr-sponsor-broadcast,
    .bdllr-replay-shelf,
    .bdllr-secondary-video-promos,
    .bdllr-video-hub-cta{
        width:100%!important;
        max-width:100%!important;
        margin-left:auto!important;
        margin-right:auto!important;
    }
    .bdllr-layout{
        display:flex!important;
        flex-direction:column!important;
        gap:12px!important;
        align-items:stretch!important;
    }
    .bdllr-video-panel,
    .bdllr-chat-panel{
        display:block!important;
        border-radius:20px!important;
        padding:10px!important;
        overflow:hidden!important;
    }
    .bdllr-video-wrap{
        width:100%!important;
        max-width:100%!important;
        min-width:0!important;
        overflow:hidden!important;
        border-radius:16px!important;
        margin:0 auto!important;
        background:#000!important;
    }
    .bdllr-video-wrap iframe,
    .bdllr-facebook-frame{
        display:block!important;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        margin:0 auto!important;
        border:0!important;
    }
    .bdllr-video-note{
        display:block!important;
        width:100%!important;
        padding:0 2px!important;
        font-size:12px!important;
        line-height:1.35!important;
        text-align:left!important;
    }
    .bdllr-chat-panel{
        position:static!important;
    }
    .bdllr-replay-shelf,
    .bdllr-secondary-video-promos,
    .bdllr-sponsor-broadcast,
    .bdllr-video-hub-cta{
        border-radius:20px!important;
        overflow:hidden!important;
    }
    .bdllr-replay-shelf-head,
    .bdllr-secondary-video-head{
        width:100%!important;
        max-width:100%!important;
    }
    .bdllr-replay-grid,
    .bdllr-secondary-video-grid,
    .bdllr-sponsor-logo-grid{
        width:100%!important;
        max-width:100%!important;
        overflow:visible!important;
    }
}

@media(max-width:560px){
    .bdllr-room,
    .bdllr-room.bdllr-layout-theater,
    .bdllr-room.bdllr-layout-contained{
        width:calc(100vw - 16px)!important;
        max-width:calc(100vw - 16px)!important;
        margin-left:calc(50% - 50vw + 8px)!important;
    }
    .bdllr-hero{
        border-radius:20px!important;
        padding:18px 14px!important;
    }
    .bdllr-game-day-card,
    .bdllr-video-panel,
    .bdllr-chat-panel,
    .bdllr-replay-shelf,
    .bdllr-secondary-video-promos,
    .bdllr-sponsor-broadcast,
    .bdllr-video-hub-cta{
        border-radius:18px!important;
    }
    .bdllr-room.bdllr-layout-theater .bdllr-video-wrap,
    .bdllr-video-wrap{
        height:min(360px, 74vh)!important;
        min-height:300px!important;
    }
    .bdllr-video-panel{
        padding:8px!important;
    }
    .bdllr-chat-panel{
        padding:10px!important;
    }
    .bdllr-messages{
        height:300px!important;
        max-height:300px!important;
    }
    .bdllr-replay-shelf{
        padding:12px!important;
    }
    .bdllr-replay-grid{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:10px!important;
    }
    .bdllr-replay-thumb{
        max-height:none!important;
        aspect-ratio:16/9!important;
    }
    .bdllr-replay-card{
        width:100%!important;
        max-width:100%!important;
    }
    .bdllr-replay-card strong{
        min-height:auto!important;
        font-size:13px!important;
        -webkit-line-clamp:2!important;
    }
    .bdllr-secondary-video-grid{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:10px!important;
    }
    .bdllr-secondary-video-card,
    .bdllr-video-hub-cta,
    .bdllr-sponsor-broadcast-card{
        width:100%!important;
        max-width:100%!important;
    }
}

@media(max-width:390px){
    .bdllr-room,
    .bdllr-room.bdllr-layout-theater,
    .bdllr-room.bdllr-layout-contained{
        width:calc(100vw - 12px)!important;
        max-width:calc(100vw - 12px)!important;
        margin-left:calc(50% - 50vw + 6px)!important;
    }
    .bdllr-room.bdllr-layout-theater .bdllr-video-wrap,
    .bdllr-video-wrap{
        height:330px!important;
        min-height:280px!important;
    }
}


/* V20 True mobile guard + cache-busted boxed layout */
.bdllr-room.bdllr-v20,
.bdllr-room.bdllr-v20 *{box-sizing:border-box!important;}
.bdllr-room.bdllr-v20{overflow-x:hidden!important;}
.bdllr-room.bdllr-v20 .bdllr-v20-loaded{display:block;margin:10px auto 0;padding:5px 9px;border-radius:999px;background:#111827;color:#facc15;font-size:10px;font-weight:900;text-align:center;max-width:max-content;}
@media(max-width:782px){
    html,body{overflow-x:hidden!important;}
    body .bdllr-room.bdllr-v20,
    body .bdllr-room.bdllr-v20.bdllr-layout-theater,
    body .bdllr-room.bdllr-v20.bdllr-layout-contained{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin-left:auto!important;margin-right:auto!important;padding:10px!important;overflow:hidden!important;transform:none!important;left:auto!important;right:auto!important;}
    body .bdllr-room.bdllr-v20 .bdllr-hero,
    body .bdllr-room.bdllr-v20 .bdllr-game-day-card,
    body .bdllr-room.bdllr-v20 .bdllr-live-links,
    body .bdllr-room.bdllr-v20 .bdllr-compact-status,
    body .bdllr-room.bdllr-v20 .bdllr-layout,
    body .bdllr-room.bdllr-v20 .bdllr-video-panel,
    body .bdllr-room.bdllr-v20 .bdllr-chat-panel,
    body .bdllr-room.bdllr-v20 .bdllr-chat-vote-stack,
    body .bdllr-room.bdllr-v20 .bdllr-vote-zone,
    body .bdllr-room.bdllr-v20 .bdllr-vote-card,
    body .bdllr-room.bdllr-v20 .bdllr-sponsor-broadcast,
    body .bdllr-room.bdllr-v20 .bdllr-replay-shelf,
    body .bdllr-room.bdllr-v20 .bdllr-secondary-video-promos,
    body .bdllr-room.bdllr-v20 .bdllr-video-hub-cta{width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;transform:none!important;float:none!important;clear:both!important;position:relative!important;overflow:hidden!important;}
    body .bdllr-room.bdllr-v20 .bdllr-layout,
    body .bdllr-room.bdllr-v20 .bdllr-game-matchup,
    body .bdllr-room.bdllr-v20 .bdllr-live-links,
    body .bdllr-room.bdllr-v20 .bdllr-replay-grid,
    body .bdllr-room.bdllr-v20 .bdllr-secondary-video-grid,
    body .bdllr-room.bdllr-v20 .bdllr-sponsor-logo-grid,
    body .bdllr-room.bdllr-v20 .bdllr-vote-options{display:flex!important;flex-direction:column!important;grid-template-columns:1fr!important;gap:12px!important;align-items:stretch!important;justify-content:flex-start!important;}
    body .bdllr-room.bdllr-v20 .bdllr-hero,
    body .bdllr-room.bdllr-v20 .bdllr-game-day-card,
    body .bdllr-room.bdllr-v20 .bdllr-video-panel,
    body .bdllr-room.bdllr-v20 .bdllr-chat-panel,
    body .bdllr-room.bdllr-v20 .bdllr-vote-card,
    body .bdllr-room.bdllr-v20 .bdllr-replay-shelf,
    body .bdllr-room.bdllr-v20 .bdllr-secondary-video-promos,
    body .bdllr-room.bdllr-v20 .bdllr-sponsor-broadcast,
    body .bdllr-room.bdllr-v20 .bdllr-video-hub-cta{border-radius:18px!important;padding:12px!important;box-shadow:0 10px 28px rgba(16,24,40,.10)!important;}
    body .bdllr-room.bdllr-v20 .bdllr-video-wrap,
    body .bdllr-room.bdllr-v20.bdllr-layout-theater .bdllr-video-wrap{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;aspect-ratio:16/9!important;margin:0 auto!important;border-radius:16px!important;overflow:hidden!important;background:#000!important;}
    body .bdllr-room.bdllr-v20 .bdllr-video-wrap iframe,
    body .bdllr-room.bdllr-v20 .bdllr-facebook-frame,
    body .bdllr-room.bdllr-v20 iframe,
    body .bdllr-room.bdllr-v20 video,
    body .bdllr-room.bdllr-v20 embed,
    body .bdllr-room.bdllr-v20 object{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;height:100%!important;min-height:100%!important;margin:0 auto!important;border:0!important;}
    body .bdllr-room.bdllr-v20 .bdllr-game-team,
    body .bdllr-room.bdllr-v20 .bdllr-game-center,
    body .bdllr-room.bdllr-v20 .bdllr-chat-head,
    body .bdllr-room.bdllr-v20 .bdllr-vote-head,
    body .bdllr-room.bdllr-v20 .bdllr-replay-shelf-head,
    body .bdllr-room.bdllr-v20 .bdllr-secondary-video-head{width:100%!important;max-width:100%!important;text-align:center!important;align-items:center!important;justify-content:center!important;}
    body .bdllr-room.bdllr-v20 .bdllr-messages{width:100%!important;max-width:100%!important;height:300px!important;max-height:300px!important;overflow:auto!important;}
    body .bdllr-room.bdllr-v20 img{max-width:100%!important;height:auto!important;}
    body .bdllr-room.bdllr-v20 .bdllr-v20-loaded{display:block!important;width:100%!important;margin:12px 0 0!important;padding:6px 8px!important;border-radius:999px!important;background:#111827!important;color:#facc15!important;font-size:10px!important;line-height:1!important;font-weight:900!important;text-align:center!important;letter-spacing:.04em!important;text-transform:uppercase!important;max-width:100%!important;}
}
