.loader_bg{
    position: fixed;
    z-index: 999999;
    background: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
}
.loader{
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}
.loader:before, .loader:after{
    content: '';
    border: 1em solid #fd2e00;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}
.loader:before{
    animation-delay: .5s;
}
@keyframes loader{
    0%{
        transform: scale(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: scale(1);
        opacity: 0;
    }
}

@import url('http://fonts.googleapis.com/css?family=source+sans+pro:400');
@media screen and (max-width: 840px) and (min-width: 481px) and (orientation: landscape){
body, html {
    font-size: 1.2vw;
}}
head {
    display: none;
}
@media screen and (max-aspect-ratio: 4/3) and (max-width: 840px) and (min-width: 481px){
body, html {
    font-size: 1vw;
}}
@font-face {
  font-family: nf-icon;
  src: url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.eot);
  src: url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.eot?#iefix) format('embedded-opentype'), url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.woff) format('woff'), url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.ttf) format('truetype'), url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.svg#nf-icon-v1-88) format('svg');
  font-weight: 400;
  font-style: normal
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.material-icons
{
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}
body
{
background-color: #000000;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
section
{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh);
    max-height: calc(100vh);
    width: 100%;
    height: 100%;
    padding: 0.1%;
}
.container
{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Video player Styling */
.container #video_player
{
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: calc(100vh);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.77);
}
.container #video_player #main-video
{
    position: relative;
    width: 100%;
    height: 100%;
    bottom: -2px;
    outline: none;
    transform: scaleY(1);
}


.container #video_player .dts {
    position: absolute;
    width: 100%;
    text-align: center;
    overflow: hidden;
    left: 2%;
    top: 1%;
    color: #fff;
    z-index: -1;
    font-size: 15px;
    font-family: monospace;
    transition: opacity 0.3s ease;
}

@media screen and (max-width: 500px) {
    .container #video_player .dts {
        font-size: 15px;
        font-family: monospace;
        transition: opacity 0.3s ease;
    }
}

.container #video_player:hover .dts
{
    width: 100%;
    position: absolute;
    top: 1%;
    left: 2%;
    text-align: center;
    z-index: 18;
    overflow: hidden;
    font-size: 15px;
    font-family: monospace;
}

@media screen and (max-width: 780px) {
    .container #video_player:hover .dts {
        font-size: 15px;
        top: 0.8%;
        font-family: monospace;
        transition: opacity 0.3s ease;
    }
}

@media screen and (max-width: 500px) {
    .container #video_player:hover .dts {
        font-size: 15px;
        top: 0.8%;
        font-family: monospace;
        transition: opacity 0.3s ease;
    }
}

@media screen and (max-width: 780px) {
    .container #video_player:active .dts {
        width: 100%;
        position: absolute;
        font-size: 15px;
        font-family: monospace;
        top: 0.8%;
        left: 2%;
        text-align: center;
        z-index: 18;
        overflow: hidden;
    }
}
@media screen and (max-width: 500px) {
    .container #video_player:active .dts {
        width: 100%;
        position: absolute;
        font-size: 15px;
        font-family: monospace;
        top: 0.8%;
        left: 2%;
        text-align: center;
        z-index: 18;
        overflow: hidden;
    }
}

.stream-player {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}

.stream-player__ratio {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    padding-top: 0% !important;
    background: #000 !important;
    bottom: 0 !important;
}

.container #video_player .closa
 {
    content: '';
    width: 23px;
    position: absolute;
    top: 2%;
    left: 1.5%;
    border: solid 1px #000;
    cursor: pointer;
    overflow: hidden;
    border-radius: 11px;
    border-width: 3px;
    background-color: rgb(0, 0, 0);
    z-index: -1;
    transition: opacity 0.3s ease;
}
.container #video_player:hover .closa
{
    width: 23px;
    position: absolute;
    top: 2%;
    left: 1.5%;
    border: solid 1px #000;
    cursor: pointer;
    z-index: 20;
    overflow: hidden;
    border-radius: 11px;
    border-width: 3px;
    background-color: #000;
}

@media screen and (max-width: 500px){
    .container #video_player:active .closa {
            width: 23px;
            position: absolute;
            top: 2%;
            left: 1.5%;
            border: solid 1px #000;
            cursor: pointer;
            z-index: 20;
            overflow: hidden;
            border-radius: 11px;
            border-width: 3px;
            background-color: rgb(0, 0, 0);
        }
}

.container #video_player .closa.active
{
    transform: translateY(0);
}

/* Shared film player refresh */
:root {
    --zs-player-bg: #05070b;
    --zs-player-surface: rgba(7, 11, 18, 0.68);
    --zs-player-surface-strong: rgba(9, 14, 22, 0.86);
    --zs-player-border: rgba(255, 255, 255, 0.12);
    --zs-player-text: #f5f7fb;
    --zs-player-muted: rgba(229, 235, 244, 0.72);
    --zs-player-accent: #7fe7dc;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(56, 76, 118, 0.2), transparent 38%),
        linear-gradient(180deg, #05070b 0%, #020304 100%);
}

body {
    color: var(--zs-player-text);
}

section,
.container {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding: 0;
}

.container #video_player {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    background: #000;
    border-radius: 0;
    box-shadow: none;
    isolation: isolate;
}

.player-chrome {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 25;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: clamp(14px, 2vw, 24px);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.player-chrome::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 148px;
    background: linear-gradient(180deg, rgba(3, 6, 12, 0.92) 0%, rgba(3, 6, 12, 0.62) 48%, transparent 100%);
    pointer-events: none;
    z-index: -1;
}

.player-chrome__left {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
}

.player-back {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--zs-player-text);
    text-decoration: none;
    background: var(--zs-player-surface);
    border: 1px solid var(--zs-player-border);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.player-back:hover,
.player-back:focus-visible {
    transform: translateY(-1px);
    background: var(--zs-player-surface-strong);
    border-color: rgba(255, 255, 255, 0.22);
    outline: none;
}

.player-back svg {
    width: 22px;
    height: 22px;
}

.player-meta {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.player-meta__eyebrow {
    display: inline-block;
    color: var(--zs-player-accent);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.player-meta__title {
    margin: 0;
    color: var(--zs-player-text);
    font-size: clamp(1.05rem, 2.2vw, 1.65rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: min(62vw, 760px);
}

.player-badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--zs-player-muted);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
}

.stream-player,
.stream-player__ratio,
.container #video_player #main-video {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    max-height: none;
}

.stream-player__ratio {
    padding-top: 0 !important;
    background: #000 !important;
}

.stream-player__ratio iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000;
}

.stream-player__poster {
    position: absolute;
    inset: 0;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
}

.stream-player__poster::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.48) 58%, rgba(0, 0, 0, 0.78) 100%),
        linear-gradient(180deg, rgba(3, 6, 12, 0.25) 0%, rgba(3, 6, 12, 0.78) 100%);
}

.stream-player__posterBtn {
    position: relative;
    z-index: 1;
    width: 84px;
    height: 84px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(7, 11, 18, 0.72);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(18px);
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.stream-player__posterBtn:hover,
.stream-player__posterBtn:focus-visible {
    transform: scale(1.04);
    background: rgba(11, 18, 28, 0.88);
    border-color: rgba(255, 255, 255, 0.44);
    outline: none;
}

.stream-player__posterBtn svg {
    width: 36px;
    height: 36px;
    margin-left: 4px;
}

.stream-player__poster.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.01);
}

#video_player.is-playing .player-chrome {
    opacity: 0.16;
    transform: translateY(-6px);
}

@media (hover: hover) and (pointer: fine) {
    #video_player.is-playing:hover .player-chrome,
    #video_player.is-playing:focus-within .player-chrome {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (hover: none), (pointer: coarse) {
    #video_player.is-playing .player-chrome {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 780px) {
    .player-chrome {
        padding: 14px 14px 0;
    }

    .player-chrome::before {
        height: 120px;
    }

    .player-back {
        width: 42px;
        height: 42px;
    }

    .player-back svg {
        width: 19px;
        height: 19px;
    }

    .player-meta__eyebrow {
        font-size: 0.6rem;
        letter-spacing: 0.18em;
    }

    .player-meta__title {
        max-width: calc(100vw - 132px);
        font-size: 1rem;
    }

    .player-badge {
        min-height: 34px;
        padding: 0 11px;
        font-size: 0.64rem;
        letter-spacing: 0.14em;
    }

    .stream-player__posterBtn {
        width: 70px;
        height: 70px;
    }

    .stream-player__posterBtn svg {
        width: 30px;
        height: 30px;
    }
}

/* Shared film player polish */
html,
body,
section,
.container,
.container #video_player {
    min-height: 100svh;
}

@supports (height: 100dvh) {
    html,
    body,
    section,
    .container,
    .container #video_player {
        height: 100dvh;
        min-height: 100dvh;
    }
}

.loader_bg {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        radial-gradient(circle at top, rgba(127, 231, 220, 0.16), transparent 32%),
        radial-gradient(circle at 80% 18%, rgba(65, 171, 255, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(2, 5, 10, 0.98) 0%, rgba(1, 2, 5, 0.99) 100%);
    backdrop-filter: blur(14px);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.42s ease, visibility 0.42s ease;
}

.loader_bg::before,
.loader_bg::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.loader_bg::before {
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.05) 48%, transparent 100%);
    transform: translateX(-130%);
    animation: zsFilmLoaderSweep 2.6s ease-in-out infinite;
}

.loader_bg::after {
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 100% 6px;
    opacity: 0.16;
}

.loader_bg.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader_stage {
    position: relative;
    width: min(100%, 420px);
    display: grid;
    justify-items: center;
    gap: 18px;
    padding: 34px 28px 28px;
    border-radius: 28px;
    background: rgba(6, 12, 20, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.42);
    overflow: hidden;
}

.loader_stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top, rgba(127, 231, 220, 0.18), transparent 40%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 48%);
    pointer-events: none;
}

.loader_mark {
    position: relative;
    width: 114px;
    height: 114px;
    display: grid;
    place-items: center;
}

.loader_mark__halo,
.loader_mark::before,
.loader_mark::after {
    content: "";
    position: absolute;
    border-radius: 999px;
}

.loader_mark__halo {
    inset: 0;
    border: 1px solid rgba(127, 231, 220, 0.22);
    background: radial-gradient(circle, rgba(127, 231, 220, 0.1), transparent 72%);
    animation: zsFilmLoaderHalo 2s ease-in-out infinite;
}

.loader_mark::before {
    inset: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.loader_mark::after {
    inset: 18px;
    border: 2px solid transparent;
    border-top-color: rgba(127, 231, 220, 0.9);
    border-right-color: rgba(65, 171, 255, 0.65);
    animation: zsFilmLoaderSpin 1.1s linear infinite;
}

.loader_mark__core {
    position: relative;
    z-index: 1;
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(8, 16, 26, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #f5f7fb;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.34);
}

.loader_mark__core svg {
    width: 28px;
    height: 28px;
    margin-left: 3px;
}

.loader_copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 6px;
    text-align: center;
}

.loader_copy__kicker {
    color: rgba(127, 231, 220, 0.92);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.loader_copy__title {
    color: #f5f7fb;
    font-size: clamp(1.28rem, 3vw, 1.8rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.loader_copy__sub {
    color: rgba(229, 235, 244, 0.7);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.45;
}

.loader_track {
    position: relative;
    z-index: 1;
    width: min(100%, 260px);
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.loader_track__fill {
    position: absolute;
    inset: 0;
    width: 42%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(127, 231, 220, 0.32), rgba(127, 231, 220, 0.92), rgba(65, 171, 255, 0.72));
    box-shadow: 0 0 18px rgba(127, 231, 220, 0.36);
    animation: zsFilmLoaderBar 1.45s ease-in-out infinite;
}

.player-meta {
    gap: 0;
}

.player-badge {
    gap: 10px;
    padding: 0 16px 0 12px;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
}

.player-badge--live {
    border-color: rgba(127, 231, 220, 0.22);
    background: linear-gradient(180deg, rgba(14, 28, 36, 0.86), rgba(8, 18, 26, 0.86));
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.player-badge__avatars {
    display: inline-flex;
    align-items: center;
    margin-left: 2px;
}

.player-badge__avatar {
    width: 24px;
    height: 24px;
    margin-left: -7px;
    border-radius: 999px;
    overflow: hidden;
    border: 2px solid rgba(6, 12, 20, 0.94);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
    background: rgba(255, 255, 255, 0.08);
}

.player-badge__avatar:first-child {
    margin-left: 0;
}

.player-badge__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.player-badge__avatar--ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
}

.player-badge__avatarGhost {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.74) 0 18%, transparent 19%),
        radial-gradient(circle at 50% 88%, rgba(255, 255, 255, 0.48) 0 32%, transparent 33%);
}

.player-badge__divider {
    width: 1px;
    height: 20px;
    margin: 0 2px 0 4px;
    background: rgba(255, 255, 255, 0.12);
}

.player-badge__icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--zs-player-accent);
    filter: drop-shadow(0 0 12px rgba(127, 231, 220, 0.2));
}

.player-badge__icon svg {
    width: 100%;
    height: 100%;
}

.player-badge__pulse {
    position: relative;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #7fe7dc;
    box-shadow: 0 0 0 6px rgba(127, 231, 220, 0.14);
}

.player-badge__pulse::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: inherit;
    border: 1px solid rgba(127, 231, 220, 0.24);
    animation: zsPlayerPulse 1.9s ease-out infinite;
}

.player-badge__value {
    color: var(--zs-player-text);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0;
}

.player-badge__value--views {
    color: rgba(245, 247, 251, 0.9);
}

.player-badge--button {
    cursor: pointer;
    appearance: none;
    text-align: left;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.player-badge--button:hover,
.player-badge--button:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(127, 231, 220, 0.38);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
    outline: none;
}

body.player-support-open {
    overflow: hidden;
}

.player-support {
    position: absolute;
    inset: 0;
    z-index: 48;
    display: none;
}

.player-support.is-open {
    display: block;
}

.player-support__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(2, 5, 10, 0.7);
    backdrop-filter: blur(18px);
    cursor: pointer;
}

.player-support__sheet {
    position: absolute;
    right: clamp(14px, 2vw, 24px);
    top: clamp(74px, 9vw, 102px);
    width: min(520px, calc(100vw - 18px));
    height: min(80vh, 760px);
    max-height: calc(100vh - 116px);
    display: flex;
    flex-direction: column;
    border-radius: 28px;
    border: 1px solid rgba(127, 231, 220, 0.18);
    background:
        radial-gradient(circle at top right, rgba(127, 231, 220, 0.14), transparent 38%),
        linear-gradient(180deg, rgba(8, 14, 22, 0.96), rgba(5, 10, 17, 0.96));
    box-shadow: 0 32px 70px rgba(0, 0, 0, 0.42);
    overflow: hidden;
}

.player-support__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 18px 12px;
}

.player-support__titleWrap {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.player-support__eyebrow {
    color: var(--zs-player-accent);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.player-support__title {
    margin: 0;
    font-size: clamp(1rem, 2.2vw, 1.34rem);
    font-weight: 700;
    color: #f7fbff;
}

.player-support__sub {
    margin: 0;
    color: rgba(229, 235, 244, 0.74);
    font-size: 0.9rem;
    line-height: 1.5;
}

.player-support__close {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #f7fbff;
    cursor: pointer;
}

.player-support__close svg {
    width: 20px;
    height: 20px;
}

.player-support__toggle {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 0 18px 18px;
}

.player-support__tab {
    min-height: 42px;
    width: 100%;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(229, 235, 244, 0.74);
    font-size: 0.84rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.player-support__tabIcon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.player-support__tabIcon svg {
    width: 100%;
    height: 100%;
}

.player-support__tab.is-active {
    background: linear-gradient(135deg, rgba(127, 231, 220, 0.24), rgba(65, 171, 255, 0.18));
    color: #f7fbff;
    border-color: rgba(127, 231, 220, 0.3);
}

.player-support__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 18px 18px;
    scrollbar-width: none;
}

.player-support__body::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}

.player-support__body::-webkit-scrollbar-thumb {
    background: transparent;
}

.player-support__panel {
    display: none;
    padding: 0;
    align-content: start;
    gap: 16px;
    min-width: 0;
}

.player-support__panel.is-active {
    display: grid !important;
}

.player-support__panel[hidden] {
    display: none !important;
}

.player-support__miniStats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.player-support__miniCard {
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    display: grid;
    gap: 6px;
}

.player-support__miniKicker {
    color: rgba(229, 235, 244, 0.66);
    font-size: 0.74rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.player-chat {
    display: grid;
    gap: 12px;
}

.player-chat__list {
    display: grid;
    gap: 10px;
}

.player-chat__empty,
.player-diamond__empty,
.player-watchers__empty {
    padding: 16px;
    border-radius: 18px;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    color: rgba(229, 235, 244, 0.64);
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
}

.player-chat__composer {
    display: grid;
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.player-chat__label {
    color: rgba(229, 235, 244, 0.78);
    font-size: 0.84rem;
    font-weight: 700;
}

.player-chat__input {
    width: 100%;
    min-height: 92px;
    resize: vertical;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(1, 4, 9, 0.44);
    color: #f7fbff;
    padding: 12px 14px;
}

.player-chat__input:focus {
    outline: none;
    border-color: rgba(127, 231, 220, 0.3);
}

.player-chat__foot,
.player-chat__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.player-chat__hint,
.player-chat__count {
    color: rgba(229, 235, 244, 0.62);
    font-size: 0.76rem;
}

.player-chat__submit,
.player-diamond__cta {
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    padding: 0 18px;
    background: linear-gradient(135deg, #ff57cc, #ffba57);
    color: #071018;
    font-weight: 800;
    cursor: pointer;
}

.player-chat__submit:disabled,
.player-diamond__cta:disabled,
.player-giftTier:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.player-chatItem,
.player-supporter,
.player-watcher {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.player-chatItem__avatar,
.player-supporter__avatar,
.player-watcher__avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    object-fit: cover;
}

.player-chatItem__body,
.player-supporter__meta,
.player-watcher__meta {
    min-width: 0;
}

.player-chatItem__head,
.player-supporter__nameRow {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.player-chatItem__name,
.player-supporter__name,
.player-watcher__link {
    color: #f7fbff;
    font-weight: 700;
    text-decoration: none;
}

.player-chatItem__time,
.player-supporter__sub,
.player-watcher__sub,
.player-supporter__tier {
    color: rgba(229, 235, 244, 0.62);
    font-size: 0.76rem;
}

.player-chatItem__text {
    margin: 4px 0 0;
    color: rgba(245, 247, 251, 0.92);
    line-height: 1.5;
    word-break: break-word;
}

.player-chatItem__delete {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: #f7fbff;
    cursor: pointer;
}

.player-support__verified {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.player-diamond__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    padding: 16px;
    margin-bottom: 14px;
    border-radius: 22px;
    border: 1px solid rgba(127, 231, 220, 0.14);
    background: linear-gradient(135deg, rgba(127, 231, 220, 0.08), rgba(255, 255, 255, 0.03));
}

.player-diamond__eyebrow {
    display: inline-block;
    margin-bottom: 6px;
    color: var(--zs-player-accent);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.player-diamond__title {
    margin: 0 0 6px;
    color: #f7fbff;
    font-size: 1.02rem;
}

.player-diamond__text {
    margin: 0;
    color: rgba(229, 235, 244, 0.72);
    line-height: 1.55;
}

.player-diamond__tiers,
.player-diamond__list,
.player-watchers__list {
    display: grid;
    gap: 10px;
}

.player-giftTier {
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: #f7fbff;
    text-align: left;
    cursor: pointer;
}

.player-giftTier__icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(127, 231, 220, 0.1);
    color: var(--zs-player-accent);
}

.player-giftTier__icon svg {
    width: 20px;
    height: 20px;
}

.player-giftTier__copy {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.player-giftTier__copy strong {
    font-size: 0.94rem;
}

.player-giftTier__copy span {
    color: rgba(229, 235, 244, 0.66);
    font-size: 0.8rem;
    line-height: 1.45;
}

.player-giftTier__amount,
.player-supporter__amount {
    display: grid;
    gap: 2px;
    justify-items: end;
    color: #f7fbff;
    font-weight: 700;
}

.player-diamond__section {
    display: grid;
    gap: 10px;
}

.player-diamond__sections {
    display: grid;
    gap: 16px;
}

.player-diamond__section,
.player-watchers__list,
.player-chat,
.player-chat__composer {
    min-width: 0;
}

.player-diamond__sectionHead,
.player-watchers__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.player-diamond__sectionHead h4,
.player-watchers__head h3 {
    margin: 0;
    color: #f7fbff;
}

.player-diamond__sectionHead span,
.player-watchers__head p {
    color: rgba(229, 235, 244, 0.64);
    font-size: 0.8rem;
    margin: 0;
}

.player-support-toast {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 16px);
    min-width: min(88vw, 320px);
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(7, 11, 18, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f7fbff;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 52;
}

.player-support-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.player-support-toast[data-tone="success"] {
    border-color: rgba(127, 231, 220, 0.28);
}

.player-support-toast[data-tone="error"] {
    border-color: rgba(255, 127, 127, 0.32);
}

@media screen and (max-width: 780px) {
    .player-support__sheet {
        left: 9px;
        right: 9px;
        top: 72px;
        bottom: 10px;
        width: auto;
        height: auto;
        max-height: none;
        border-radius: 24px;
    }

    .player-support__head,
    .player-support__toggle,
    .player-support__body {
        padding-left: 14px;
        padding-right: 14px;
    }

    .player-support__toggle {
        grid-template-columns: 1fr;
    }

    .player-support__miniStats,
    .player-diamond__hero {
        grid-template-columns: 1fr;
    }

    .player-chat__foot,
    .player-chat__actions,
    .player-diamond__sectionHead,
    .player-watchers__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .player-giftTier,
    .player-supporter,
    .player-watcher,
    .player-chatItem {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .player-giftTier__amount,
    .player-supporter__amount,
    .player-chatItem__delete {
        grid-column: 2 / -1;
        justify-self: start;
    }
}

.stream-player__panel {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 18px;
    width: min(100%, 360px);
    padding: 28px;
    text-align: center;
}

.stream-player__posterBtn {
    position: relative;
    width: 112px;
    height: 112px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.stream-player__posterBtn::before,
.stream-player__posterBtn::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    transition: transform 0.24s ease, opacity 0.24s ease;
}

.stream-player__posterBtn::before {
    inset: 0;
    background: linear-gradient(135deg, rgba(127, 231, 220, 0.36), rgba(65, 171, 255, 0.26));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.stream-player__posterBtn::after {
    inset: -10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    opacity: 0.78;
}

.stream-player__posterBtnCore {
    position: relative;
    z-index: 1;
    width: 88px;
    height: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(7, 11, 18, 0.82);
    backdrop-filter: blur(18px);
    transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.stream-player__posterBtn:hover::after,
.stream-player__posterBtn:focus-visible::after {
    transform: scale(1.05);
    opacity: 1;
}

.stream-player__posterBtn:hover .stream-player__posterBtnCore,
.stream-player__posterBtn:focus-visible .stream-player__posterBtnCore {
    transform: scale(1.05);
    background: rgba(10, 17, 27, 0.94);
    border-color: rgba(255, 255, 255, 0.34);
}

.stream-player__posterBtn:focus-visible {
    outline: none;
}

.stream-player__posterBtn svg {
    width: 38px;
    height: 38px;
    margin-left: 4px;
}

.stream-player__status[hidden] {
    display: none;
}

.stream-player__status {
    position: relative;
    z-index: 1;
    min-width: min(100%, 320px);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 20px;
    background: rgba(6, 12, 20, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
}

.stream-player__spinner {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 2.5px solid rgba(255, 255, 255, 0.16);
    border-top-color: var(--zs-player-accent);
    animation: zsPlayerSpin 0.75s linear infinite;
}

.stream-player__statusCopy {
    display: grid;
    gap: 2px;
    text-align: left;
}

.stream-player__statusCopy strong {
    color: var(--zs-player-text);
    font-size: 0.9rem;
    font-weight: 700;
}

.stream-player__statusCopy span {
    color: rgba(229, 235, 244, 0.78);
    font-size: 0.82rem;
    font-weight: 500;
}

.stream-player__poster.is-loading::before {
    background:
        radial-gradient(circle at center, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.62) 58%, rgba(0, 0, 0, 0.86) 100%),
        linear-gradient(180deg, rgba(3, 6, 12, 0.36) 0%, rgba(3, 6, 12, 0.86) 100%);
}

#video_player.is-starting .stream-player__posterBtn {
    pointer-events: none;
}

#video_player.is-starting .stream-player__posterBtn::after {
    animation: zsPlayerPulse 1.25s ease-in-out infinite;
}

#video_player.is-starting .stream-player__posterBtnCore {
    transform: scale(0.95);
    opacity: 0.88;
}

#video_player.is-playing .player-chrome {
    opacity: 0;
    transform: translateY(-14px);
    pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
    #video_player.is-playing:hover .player-chrome,
    #video_player.is-playing:focus-within .player-chrome {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
}

@media (hover: none), (pointer: coarse) {
    #video_player.is-playing .player-chrome {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
}

@media screen and (max-width: 780px) {
    .player-chrome {
        padding-top: calc(14px + env(safe-area-inset-top));
    }

    .player-badge {
        gap: 8px;
        padding: 0 12px 0 10px;
    }

    .player-badge__icon {
        width: 16px;
        height: 16px;
    }

    .player-badge__value {
        font-size: 0.84rem;
    }

    .player-badge__avatar {
        width: 21px;
        height: 21px;
        margin-left: -6px;
    }

    .player-badge__divider {
        height: 18px;
    }

    .stream-player__panel {
        width: min(100%, 280px);
        padding: 20px 14px;
        gap: 12px;
    }

    .stream-player__posterBtn {
        width: 94px;
        height: 94px;
    }

    .stream-player__posterBtnCore {
        width: 74px;
        height: 74px;
    }

    .stream-player__posterBtn svg {
        width: 30px;
        height: 30px;
    }

    .stream-player__status {
        min-width: min(100%, 290px);
        padding: 11px 14px;
    }

    .stream-player__statusCopy strong {
        font-size: 0.82rem;
    }

    .stream-player__statusCopy span {
        font-size: 0.76rem;
    }
}

@keyframes zsPlayerPulse {
    0% {
        transform: scale(0.7);
        opacity: 0.72;
    }
    100% {
        transform: scale(1.55);
        opacity: 0;
    }
}

@keyframes zsFilmLoaderSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes zsFilmLoaderHalo {
    0%, 100% {
        transform: scale(0.96);
        opacity: 0.72;
    }
    50% {
        transform: scale(1.04);
        opacity: 1;
    }
}

@keyframes zsFilmLoaderBar {
    0% {
        transform: translateX(-110%);
    }
    50% {
        transform: translateX(92%);
    }
    100% {
        transform: translateX(240%);
    }
}

@keyframes zsFilmLoaderSweep {
    0% {
        transform: translateX(-130%);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: translateX(130%);
        opacity: 0;
    }
}
