@import '_content/ZTSL.Player.Blazor/ZTSL.Player.Blazor.o6r673cpqo.bundle.scp.css';

/* /Components/Layout/CookieConsent.razor.rz.scp.css */
#cookie-consent[b-5fbc7jewc9] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 60;
    background: var(--bg-surface);
    border-top: 2px solid var(--warm);
    animation: cookie-slide-up-b-5fbc7jewc9 0.35s ease-out;
}

#cookie-consent[hidden][b-5fbc7jewc9] {
    display: none;
}

.cookie-consent-inner[b-5fbc7jewc9] {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.cookie-lisa[b-5fbc7jewc9] {
    height: 64px;
    width: auto;
    flex-shrink: 0;
}

.cookie-consent-inner p[b-5fbc7jewc9] {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.cookie-consent-actions[b-5fbc7jewc9] {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}

.cookie-btn[b-5fbc7jewc9] {
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius);
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: background 0.2s, color 0.2s;
}

.cookie-btn-accept[b-5fbc7jewc9] {
    background: var(--accent);
    color: #fff;
}

.cookie-btn-accept:hover[b-5fbc7jewc9] {
    background: var(--accent-hover);
}

.cookie-btn-decline[b-5fbc7jewc9] {
    background: transparent;
    color: var(--text-muted);
    border: 1px solid var(--border);
}

.cookie-btn-decline:hover[b-5fbc7jewc9] {
    background: var(--bg-surface-hover);
    color: var(--text);
}

@keyframes cookie-slide-up-b-5fbc7jewc9 {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 700px) {
    .cookie-consent-inner[b-5fbc7jewc9] {
        flex-direction: column;
        text-align: center;
    }

    .cookie-lisa[b-5fbc7jewc9] {
        height: 48px;
    }

    .cookie-consent-actions[b-5fbc7jewc9] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout-scoped styles kept minimal — most theming lives in app.css */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-t0aqbmxzku],
.components-reconnect-repeated-attempt-visible[b-t0aqbmxzku],
.components-reconnect-failed-visible[b-t0aqbmxzku],
.components-pause-visible[b-t0aqbmxzku],
.components-resume-failed-visible[b-t0aqbmxzku],
.components-rejoining-animation[b-t0aqbmxzku] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-t0aqbmxzku],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-t0aqbmxzku],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-t0aqbmxzku],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-t0aqbmxzku],
#components-reconnect-modal.components-reconnect-retrying[b-t0aqbmxzku],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-t0aqbmxzku],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-t0aqbmxzku],
#components-reconnect-modal.components-reconnect-failed[b-t0aqbmxzku],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-t0aqbmxzku] {
    display: block;
}


#components-reconnect-modal[b-t0aqbmxzku] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-t0aqbmxzku 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-t0aqbmxzku 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-t0aqbmxzku 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-t0aqbmxzku]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-t0aqbmxzku 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-t0aqbmxzku {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-t0aqbmxzku {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-t0aqbmxzku {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-t0aqbmxzku] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-t0aqbmxzku] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-t0aqbmxzku] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-t0aqbmxzku] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-t0aqbmxzku] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-t0aqbmxzku] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-t0aqbmxzku] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-t0aqbmxzku 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-t0aqbmxzku] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-t0aqbmxzku {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/LiveBanner.razor.rz.scp.css */
.live-banner[b-2u60ch804a] {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    background: linear-gradient(90deg, rgba(145, 70, 255, 0.18), rgba(233, 25, 22, 0.18));
    border: 1px solid rgba(169, 112, 255, 0.45);
    border-radius: var(--radius);
    margin-bottom: 2rem;
    overflow: hidden;
}

.live-banner-link[b-2u60ch804a] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex: 1;
    min-width: 0;
    padding: 0.85rem 1.1rem;
    text-decoration: none;
    color: var(--text);
}

.live-banner-link:hover[b-2u60ch804a] {
    background: rgba(169, 112, 255, 0.1);
}

.live-banner-dot[b-2u60ch804a] {
    flex-shrink: 0;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: #e91916;
    box-shadow: 0 0 0 0 rgba(233, 25, 22, 0.6);
    animation: live-banner-pulse-b-2u60ch804a 1.6s ease-out infinite;
}

@keyframes live-banner-pulse-b-2u60ch804a {
    0% { box-shadow: 0 0 0 0 rgba(233, 25, 22, 0.55); }
    70% { box-shadow: 0 0 0 0.6rem rgba(233, 25, 22, 0); }
    100% { box-shadow: 0 0 0 0 rgba(233, 25, 22, 0); }
}

.live-banner-text[b-2u60ch804a] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.live-banner-text strong[b-2u60ch804a] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #c4a2ff;
}

.live-banner-title[b-2u60ch804a] {
    font-size: 0.95rem;
    color: var(--text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-banner-cta[b-2u60ch804a] {
    margin-left: auto;
    flex-shrink: 0;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--warm);
}

.live-banner-dismiss[b-2u60ch804a] {
    flex-shrink: 0;
    background: transparent;
    border: none;
    color: var(--text-muted);
    font-size: 0.9rem;
    padding: 0 1rem;
    cursor: pointer;
    transition: color 140ms ease;
}

.live-banner-dismiss:hover[b-2u60ch804a] {
    color: var(--text);
}

@media (max-width: 560px) {
    .live-banner-cta[b-2u60ch804a] {
        display: none;
    }
}
/* /Components/Pages/Karaoke.razor.rz.scp.css */
/* ===== Page shell ===== */
.karaoke-page[b-vq76m31he8] {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem;
}

/* ===== Hero ===== */
.karaoke-hero[b-vq76m31he8] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.karaoke-hero-eyebrow[b-vq76m31he8] {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--warm);
    background: rgba(232, 117, 42, 0.12);
    border: 1px solid rgba(232, 117, 42, 0.3);
    border-radius: 999px;
    padding: 0.3rem 0.9rem;
    margin-bottom: 1rem;
}

.karaoke-hero h1[b-vq76m31he8] {
    font-size: clamp(2rem, 5vw, 3.25rem);
    margin: 0;
}

.karaoke-hero-accent[b-vq76m31he8] {
    background: linear-gradient(135deg, var(--gold), var(--warm));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.karaoke-hero-tagline[b-vq76m31he8] {
    max-width: 56ch;
    margin: 1rem auto 0;
    color: var(--text-muted);
    line-height: 1.6;
}

.karaoke-hero-tagline code[b-vq76m31he8] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.9em;
    color: var(--gold);
    background: rgba(245, 200, 66, 0.08);
    padding: 0.05em 0.4em;
    border-radius: 4px;
}

/* ===== Loading / empty ===== */
.karaoke-loading[b-vq76m31he8],
.karaoke-empty[b-vq76m31he8] {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--text-muted);
}

.karaoke-loading img[b-vq76m31he8],
.karaoke-empty img[b-vq76m31he8] {
    width: 96px;
    height: auto;
    margin: 0 auto 1rem;
    opacity: 0.9;
}

.karaoke-empty h2[b-vq76m31he8] {
    margin-bottom: 0.5rem;
    color: var(--text);
}

.karaoke-empty code[b-vq76m31he8] {
    font-family: 'JetBrains Mono', monospace;
    color: var(--gold);
}

/* ===== Stage ===== */
.karaoke-stage[b-vq76m31he8] {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    background: linear-gradient(180deg, #2a2a4a 0%, #1f1f38 100%);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem 2rem 1.75rem;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.04) inset,
        0 30px 80px -30px rgba(0, 0, 0, 0.7),
        0 0 0 1px rgba(245, 200, 66, 0.05);
    overflow: hidden;
}

.karaoke-stage-glow[b-vq76m31he8] {
    position: absolute;
    inset: -30% -10% auto -10%;
    height: 60%;
    background: radial-gradient(60% 100% at 50% 0%, rgba(245, 200, 66, 0.22), rgba(232, 117, 42, 0.08) 40%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.karaoke-stage > *[b-vq76m31he8] {
    position: relative;
    z-index: 1;
}

/* ===== Stage meta ===== */
.karaoke-stage-meta[b-vq76m31he8] {
    text-align: center;
    margin-bottom: 1.25rem;
}

.karaoke-stage-now[b-vq76m31he8] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--warm);
}

.karaoke-stage-title[b-vq76m31he8] {
    font-size: 1.5rem;
    margin: 0.25rem 0 0.1rem;
    color: var(--text);
}

.karaoke-stage-artist[b-vq76m31he8] {
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* ===== Stage player container ===== */
.karaoke-stage-player[b-vq76m31he8] {
    min-height: 22rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.karaoke-stage-loading[b-vq76m31he8],
.karaoke-stage-placeholder[b-vq76m31he8] {
    text-align: center;
    color: var(--text-muted);
    padding: 2.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.karaoke-stage-loading img[b-vq76m31he8],
.karaoke-stage-placeholder img[b-vq76m31he8] {
    width: 72px;
    height: auto;
    opacity: 0.85;
}

/* ===== ZtslPlayer overrides via ::deep =====
   The ZTSL.Player.Blazor component ships scoped CSS. We pierce its scope by
   applying higher-specificity scoped rules from here. Reach into the package's
   .ztsl-player / .ztsl-lyrics / .ztsl-lyric tree.
*/
.karaoke-stage-player[b-vq76m31he8]  .ztsl-player {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.karaoke-stage-player[b-vq76m31he8]  audio {
    width: 100%;
    height: 44px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    accent-color: var(--warm);
    color-scheme: dark;
    outline: 1px solid rgba(245, 200, 66, 0.18);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset, 0 6px 18px rgba(0, 0, 0, 0.4);
}

.karaoke-stage-player[b-vq76m31he8]  .ztsl-lyrics {
    list-style: none;
    margin: 0;
    padding: 7rem 0;
    max-height: 18rem;
    overflow-y: auto;
    text-align: center;
    scrollbar-width: thin;
    scrollbar-color: rgba(245, 200, 66, 0.25) transparent;
    /* Soft top/bottom fade so the active line feels like it's on a stage. */
    mask-image: linear-gradient(180deg, transparent 0%, #000 25%, #000 75%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 25%, #000 75%, transparent 100%);
}

.karaoke-stage-player[b-vq76m31he8]  .ztsl-lyric {
    opacity: 0.35;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    padding: 0.35rem 1rem;
    color: var(--text);
    transition: opacity 240ms ease, font-size 240ms ease, color 240ms ease, text-shadow 240ms ease, transform 240ms ease;
    will-change: opacity, transform;
}

.karaoke-stage-player[b-vq76m31he8]  .ztsl-lyric.active {
    opacity: 1;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--gold);
    text-shadow:
        0 0 16px rgba(245, 200, 66, 0.45),
        0 0 32px rgba(232, 117, 42, 0.25);
    transform: scale(1.02);
}

/* Empty-lyric clears: keep height so scroll position stays stable. */
.karaoke-stage-player[b-vq76m31he8]  .ztsl-lyric:empty::before {
    content: "♪";
    color: var(--warm);
    opacity: 0.4;
}

/* ===== Track list ===== */
.karaoke-tracklist[b-vq76m31he8] {
    max-width: 760px;
    margin: 2.25rem auto 0;
}

.karaoke-tracklist-heading[b-vq76m31he8] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
    padding-left: 0.25rem;
}

.karaoke-tracks[b-vq76m31he8] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.karaoke-track[b-vq76m31he8] {
    display: grid;
    grid-template-columns: 2.25rem 1fr auto;
    align-items: center;
    gap: 0.9rem;
    width: 100%;
    text-align: left;
    background: var(--bg-surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    color: var(--text);
    padding: 0.7rem 1rem;
    font: inherit;
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease, transform 100ms ease;
}

.karaoke-track:hover:not(:disabled)[b-vq76m31he8] {
    background: var(--bg-surface-hover);
    border-color: rgba(245, 200, 66, 0.35);
}

.karaoke-track:active:not(:disabled)[b-vq76m31he8] {
    transform: translateY(1px);
}

.karaoke-track:disabled[b-vq76m31he8] {
    cursor: not-allowed;
    opacity: 0.7;
}

.karaoke-track.is-active[b-vq76m31he8] {
    background: linear-gradient(135deg, rgba(232, 117, 42, 0.18), rgba(245, 200, 66, 0.10));
    border-color: rgba(245, 200, 66, 0.55);
    box-shadow: 0 0 0 1px rgba(245, 200, 66, 0.18), 0 8px 24px -12px rgba(232, 117, 42, 0.45);
}

.karaoke-track-index[b-vq76m31he8] {
    font-family: 'JetBrains Mono', monospace;
    color: var(--text-muted);
    font-size: 0.9rem;
    text-align: right;
}

.karaoke-track.is-active .karaoke-track-index[b-vq76m31he8] {
    color: var(--gold);
}

.karaoke-track-body[b-vq76m31he8] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.karaoke-track-title[b-vq76m31he8] {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.karaoke-track-artist[b-vq76m31he8] {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.karaoke-track-status[b-vq76m31he8] {
    color: var(--warm);
    font-size: 1.1rem;
    width: 1.2rem;
    text-align: center;
}

.karaoke-track.is-active .karaoke-track-status[b-vq76m31he8] {
    color: var(--gold);
    animation: karaoke-pulse-b-vq76m31he8 0.25s ease-in-out infinite;
}

@keyframes karaoke-pulse-b-vq76m31he8 {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.15); }
}

/* ===== Footnote ===== */
.karaoke-footnote[b-vq76m31he8] {
    max-width: 760px;
    margin: 2rem auto 0;
    padding: 1rem 1.25rem;
    border-left: 3px solid var(--warm);
    background: rgba(232, 117, 42, 0.05);
    border-radius: 0 var(--radius) var(--radius) 0;
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* ===== Responsive ===== */
@media (max-width: 640px) {
    .karaoke-page[b-vq76m31he8] { padding: 1.5rem 1rem 3rem; }
    .karaoke-stage[b-vq76m31he8] { padding: 1.5rem 1rem 1.25rem; border-radius: 12px; }
    .karaoke-stage-player[b-vq76m31he8]  .ztsl-lyrics { padding: 5rem 0; max-height: 14rem; }
    .karaoke-stage-player[b-vq76m31he8]  .ztsl-lyric.active { font-size: 1.3rem; }
}
/* /Components/Pages/Livestream.razor.rz.scp.css */
/* ===== Livestream page ===== */
.livestream-page[b-nuup6ew93j] {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem;
}

/* ----- Hero ----- */
.livestream-hero[b-nuup6ew93j] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.livestream-hero-eyebrow[b-nuup6ew93j] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--twitch, #a970ff);
    margin-bottom: 0.75rem;
}

.livestream-hero h1[b-nuup6ew93j] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 2.6rem;
    margin: 0 0 0.75rem;
}

.livestream-hero-tagline[b-nuup6ew93j] {
    max-width: 620px;
    margin: 0 auto;
    color: var(--text-muted);
    line-height: 1.6;
}

.livestream-hero-tagline code[b-nuup6ew93j] {
    font-size: 0.85em;
    background: rgba(169, 112, 255, 0.14);
    color: #c4a2ff;
    padding: 0.1em 0.4em;
    border-radius: 4px;
}

/* ----- Live tag ----- */
.livestream-live-tag[b-nuup6ew93j] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    background: #e91916;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    vertical-align: middle;
}

.livestream-live-dot[b-nuup6ew93j] {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #fff;
    animation: livestream-pulse-b-nuup6ew93j 1.6s ease-in-out infinite;
}

@keyframes livestream-pulse-b-nuup6ew93j {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.45; transform: scale(0.8); }
}

/* ----- Live layout: player + chat ----- */
.livestream-live[b-nuup6ew93j] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 1.25rem;
    align-items: start;
}

.livestream-now[b-nuup6ew93j] {
    margin-bottom: 0.9rem;
}

.livestream-now-title[b-nuup6ew93j] {
    font-size: 1.25rem;
    margin: 0 0 0.35rem;
}

.livestream-now-meta[b-nuup6ew93j] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: var(--text-muted);
}

.livestream-now-game[b-nuup6ew93j] {
    color: #c4a2ff;
}

.livestream-now-viewers[b-nuup6ew93j]::before {
    content: "● ";
    color: #e91916;
}

/* Player iframe — 16:9 responsive box */
.livestream-player[b-nuup6ew93j] {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
}

.livestream-player iframe[b-nuup6ew93j] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* Chat column matches the player's height on desktop */
.livestream-chat[b-nuup6ew93j] {
    height: 0;
    min-height: 100%;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--bg-surface);
}

.livestream-chat iframe[b-nuup6ew93j] {
    width: 100%;
    height: 100%;
    min-height: 480px;
    display: block;
}

/* Make the chat track the player height on wide screens */
@media (min-width: 901px) {
    .livestream-live[b-nuup6ew93j] {
        align-items: stretch;
    }
    .livestream-chat[b-nuup6ew93j] {
        height: auto;
        align-self: stretch;
    }
    .livestream-chat iframe[b-nuup6ew93j] {
        height: 100%;
    }
}

@media (max-width: 900px) {
    .livestream-live[b-nuup6ew93j] {
        grid-template-columns: 1fr;
    }
    .livestream-chat[b-nuup6ew93j] {
        height: 480px;
        min-height: 0;
    }
}

/* ----- Offline state ----- */
.livestream-offline[b-nuup6ew93j] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.livestream-offline-card[b-nuup6ew93j] {
    text-align: center;
    background: var(--bg-surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 2.5rem 2rem;
    max-width: 560px;
}

.livestream-offline-card img[b-nuup6ew93j] {
    width: 120px;
    height: auto;
    /* Global `img { display:block }` defeats the card's text-align:center,
       so center the block explicitly. */
    margin: 0 auto 1rem;
    opacity: 0.9;
}

.livestream-offline-card h2[b-nuup6ew93j] {
    margin: 0 0 0.6rem;
}

.livestream-offline-card p[b-nuup6ew93j] {
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0 0 1.4rem;
}

.livestream-follow-btn[b-nuup6ew93j] {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    color: #fff;
    background: #9146ff;
    padding: 0.6rem 1.4rem;
    border-radius: 999px;
    text-decoration: none;
    transition: background 160ms ease, transform 100ms ease;
}

.livestream-follow-btn:hover[b-nuup6ew93j] {
    background: #a970ff;
}

.livestream-follow-btn:active[b-nuup6ew93j] {
    transform: translateY(1px);
}

.livestream-vod[b-nuup6ew93j] {
    width: 100%;
    max-width: var(--content-width);
}

.livestream-vod-heading[b-nuup6ew93j] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text-muted);
    margin: 0 0 0.75rem;
}
