:root {
    --laser-red: #e50914;
    --laser-red-dark: #b20710;
    --laser-red-soft: #ff3140;
    --laser-gold: #f5c518;
    --laser-green: #1db954;
    --laser-bg: #080808;
    --laser-bg-2: #0f0f0f;
    --laser-bg-3: #171717;
    --laser-bg-4: #222222;
    --laser-surface: rgba(15, 15, 15, 0.88);
    --laser-surface-strong: rgba(20, 20, 20, 0.96);
    --laser-border: rgba(255, 255, 255, 0.08);
    --laser-border-strong: rgba(229, 9, 20, 0.26);
    --laser-text: #ffffff;
    --laser-text-soft: #b8b8b8;
    --laser-text-muted: #7d7d7d;
    --laser-radius-sm: 10px;
    --laser-radius: 16px;
    --laser-radius-lg: 24px;
    --laser-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
    --laser-shadow-soft: 0 18px 36px rgba(0, 0, 0, 0.28);
    --laser-content-width: 1680px;
    --laser-font: "Montserrat", sans-serif;
    --laser-font-display: "Montserrat", sans-serif;
    --laser-space-1: 0.25rem;
    --laser-space-2: 0.5rem;
    --laser-space-3: 0.75rem;
    --laser-space-4: 1rem;
    --laser-space-5: 1.25rem;
    --laser-space-6: 1.5rem;
    --laser-space-7: 2rem;
    --laser-radius-control: 0.82rem;
    --laser-radius-card-md: 1.35rem;
    --laser-radius-card-lg: 1.7rem;
    --laser-radius-pill: 999px;
    --laser-text-body-size: 14px;
    --laser-text-body-line: 1.7;
    --laser-text-label-size: 12px;
    --laser-text-caption-size: 13px;
    --laser-text-button-size: 14px;
    --laser-heading-1-size: clamp(2rem, 1.55rem + 1.8vw, 3.25rem);
    --laser-heading-2-size: clamp(1.65rem, 1.3rem + 1vw, 2.3rem);
    --laser-heading-3-size: clamp(1.2rem, 1.05rem + 0.5vw, 1.45rem);
}

html {
    background: #050505;
    color-scheme: dark;
    scroll-behavior: smooth;
    scrollbar-gutter: stable both-edges;
}

body.laser-tv-app {
    color: var(--laser-text);
    font-family: var(--laser-font);
    overflow-x: clip;
    min-height: 100vh;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background:
        radial-gradient(
            circle at top left,
            rgba(229, 9, 20, 0.15),
            transparent 24%
        ),
        radial-gradient(
            circle at top right,
            rgba(229, 9, 20, 0.08),
            transparent 20%
        ),
        linear-gradient(180deg, #050505 0%, #080808 32%, #0e0e0e 100%);
}

html.laser-js body.laser-tv-app:not(.is-ready) .page-shell,
html.laser-js body.laser-tv-app:not(.is-ready) .stream-footer,
html.laser-js body.laser-tv-app:not(.is-ready) .bottom-nav {
    opacity: 0;
    transform: translateY(8px);
}

body.laser-tv-app .page-shell,
body.laser-tv-app .stream-footer,
body.laser-tv-app .bottom-nav {
    transition: opacity 240ms ease, transform 240ms ease;
}

body.laser-tv-app .page-shell {
    position: relative;
    isolation: isolate;
    padding-bottom: 4rem;
}

body.laser-tv-app .pad-x {
    width: min(100%, var(--laser-content-width));
    margin-inline: auto;
    padding-inline: clamp(18px, 3vw, 38px) !important;
}

body.laser-tv-app .stream-app__backdrop {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    overflow: hidden; /* Keeps blurred glow layers from causing horizontal scrollbar */
}

body.laser-tv-app .stream-app__glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(100px);
    opacity: 0.38;
}

body.laser-tv-app .stream-app__glow--one {
    top: -6rem;
    left: -4rem;
    width: 18rem;
    height: 18rem;
    background: rgba(229, 9, 20, 0.28);
}

body.laser-tv-app .stream-app__glow--two {
    top: 16rem;
    right: -8rem;
    width: 22rem;
    height: 22rem;
    background: rgba(229, 9, 20, 0.14);
}

body.laser-tv-app h1,
body.laser-tv-app h2,
body.laser-tv-app h3,
body.laser-tv-app h4,
body.laser-tv-app h5,
body.laser-tv-app h6 {
    font-family: var(--laser-font);
    letter-spacing: -0.03em;
    margin-block: 0;
}

body.laser-tv-app h1 {
    font-size: var(--laser-heading-1-size);
    line-height: 0.98;
}

body.laser-tv-app h2 {
    font-size: var(--laser-heading-2-size);
    line-height: 1.05;
}

body.laser-tv-app h3 {
    font-size: var(--laser-heading-3-size);
    line-height: 1.15;
}

body.laser-tv-app p {
    font-size: var(--laser-text-body-size);
    line-height: var(--laser-text-body-line);
}

body.laser-tv-app img,
body.laser-tv-app video,
body.laser-tv-app svg {
    max-width: 100%;
}

body.laser-tv-app img,
body.laser-tv-app video,
body.laser-tv-app .stream-card__poster,
body.laser-tv-app .live-directory-page .live-thumb__img,
body.laser-tv-app .live-card-row .live-thumb__img,
body.laser-tv-app .live-stream-shell__thumb,
body.laser-tv-app .watch-page__backdrop,
body.laser-tv-app .hero-slide__backdrop {
    background: #0a0a0d;
}

body.laser-tv-app img[data-media-ready] {
    opacity: 0;
    filter: blur(10px);
    transform: scale(1.02);
    transition: opacity 320ms ease, filter 420ms ease, transform 420ms ease;
}

body.laser-tv-app img[data-media-ready].is-loaded {
    opacity: 1;
    filter: none;
    transform: none;
}

body.laser-tv-app iframe {
    max-width: 100%;
}

body.laser-tv-app a {
    color: inherit;
}

body.laser-tv-app .page-shell,
body.laser-tv-app .stream-content-grid,
body.laser-tv-app .stream-page-section,
body.laser-tv-app .stream-page-hero,
body.laser-tv-app .stream-filter-bar,
body.laser-tv-app .library-grid,
body.laser-tv-app .live-grid,
body.laser-tv-app .ott-detail-layout,
body.laser-tv-app .ott-overview-shell,
body.laser-tv-app .ott-overview-side,
body.laser-tv-app .episode-grid,
body.laser-tv-app .stream-plan-grid--pricing {
    min-width: 0;
}

body.laser-tv-app .stream-page-section,
body.laser-tv-app .stream-copy-grid,
body.laser-tv-app .stream-profile-grid,
body.laser-tv-app .live-directory-page .live-grid,
body.laser-tv-app .stream-payment-layout,
body.laser-tv-app .stream-plan-grid--pricing {
    content-visibility: auto;
    contain-intrinsic-size: 1px 720px;
}

body.laser-tv-app .btn {
    font-size: var(--laser-text-button-size);
    border-radius: var(--laser-radius-control);
}

body.laser-tv-app .stream-button {
    font-size: var(--laser-text-button-size);
}

body.laser-tv-app .btn-icon,
body.laser-tv-app .stream-button--icon,
body.laser-tv-app .stream-icon-button,
body.laser-tv-app .stream-account__trigger {
    border-radius: var(--laser-radius-pill);
}

body.laser-tv-app .stream-select,
body.laser-tv-app .stream-search,
body.laser-tv-app .stream-search-panel__inner,
body.laser-tv-app .stream-search-result,
body.laser-tv-app .stream-account__membership,
body.laser-tv-app .stream-account__link,
body.laser-tv-app .stream-account__cta,
body.laser-tv-app .ott-overview-score,
body.laser-tv-app .ott-overview-quick,
body.laser-tv-app .ott-detail-episodes-shell,
body.laser-tv-app .ott-player-shell,
body.laser-tv-app .stream-empty-state,
body.laser-tv-app .stream-page-hero,
body.laser-tv-app .stream-filter-bar,
body.laser-tv-app .stream-plan-card--pricing,
body.laser-tv-app .live-directory-page .live-card,
body.laser-tv-app .live-directory-page .stream-live-card,
body.laser-tv-app .live-stream-layout .live-card,
body.laser-tv-app .live-stream-layout .stream-live-card {
    border-radius: var(--laser-radius-card-md);
}

body.laser-tv-app .live-stream-shell {
    border-radius: var(--laser-radius-card-lg);
}

body.laser-tv-app .stream-filter-field label,
body.laser-tv-app .ott-overview-section-title,
body.laser-tv-app .live-tv-hero__eyebrow,
body.laser-tv-app .stream-plan-tier-badge {
    font-size: var(--laser-text-label-size);
}

body.laser-tv-app .hero-desc,
body.laser-tv-app .stream-empty-state,
body.laser-tv-app .stream-page-hero p,
body.laser-tv-app .live-directory-header__copy p,
body.laser-tv-app .live-tv-hero__copy p,
body.laser-tv-app .live-tv-spotlight-card__title p,
body.laser-tv-app .ott-overview-copy,
body.laser-tv-app .ott-overview-score p,
body.laser-tv-app .ott-overview-cast__card p,
body.laser-tv-app .live-directory-page .live-next,
body.laser-tv-app .live-card-row .live-next,
body.laser-tv-app .live-stream-layout .live-next {
    font-size: var(--laser-text-body-size);
    line-height: var(--laser-text-body-line);
}

body.laser-tv-app .stream-card__caption p,
body.laser-tv-app .ott-overview-quick__item span,
body.laser-tv-app .ott-overview-quick__item strong,
body.laser-tv-app .ott-overview-meta__label,
body.laser-tv-app .ott-overview-meta__value,
body.laser-tv-app .stream-search-result__meta span,
body.laser-tv-app .live-access-pill,
body.laser-tv-app .live-tv-hero__mini-copy span {
    font-size: var(--laser-text-caption-size);
}

body.laser-tv-app .stream-navbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 950;
    padding-top: 0.8rem;
    transition: padding 220ms ease, transform 220ms ease;
    /* background: linear-gradient(180deg, rgba(8, 8, 8, 0.94), rgba(8, 8, 8, 0.4) 68%, transparent); */
}

body.laser-tv-app .stream-navbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 72px;
    padding-block: 0.85rem;
    /* border: 1px solid var(--laser-border); */
    border-radius: 999px;
    background: rgba(12, 12, 12, 0.82);
    /* backdrop-filter: blur(22px); */
    box-shadow: var(--laser-shadow-soft);
    transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

body.laser-tv-app .stream-navbar.scrolled {
    padding-top: 0.45rem;
}

body.laser-tv-app .stream-navbar.scrolled .stream-navbar__inner {
    background: rgba(10, 10, 12, 0.94);
    border-color: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(18px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
}

body.laser-tv-app .stream-navbar__left,
body.laser-tv-app .stream-navbar__right,
body.laser-tv-app .stream-nav {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

body.laser-tv-app .stream-navbar__right {
    margin-left: auto;
}

body.laser-tv-app .stream-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding-left: 0.3rem;
}

body.laser-tv-app .stream-brand__lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
}

body.laser-tv-app .stream-brand__mark {
    width: 2.55rem;
    height: 2.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    background: linear-gradient(
        135deg,
        var(--laser-red-dark),
        var(--laser-red-soft)
    );
    box-shadow: 0 0 22px rgba(229, 9, 20, 0.34);
    color: #fff;
    font-family: var(--laser-font-display);
    font-size: 1.5rem;
    letter-spacing: 0.08em;
}

body.laser-tv-app .stream-brand__wordmark {
    display: inline-flex;
    align-items: baseline;
    gap: 0.25rem;
    font-family: var(--laser-font-display);
    font-size: clamp(1.6rem, 1.2rem + 0.8vw, 2rem);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.laser-tv-app .stream-brand__accent {
    color: var(--laser-red);
}

body.laser-tv-app .stream-icon-button,
body.laser-tv-app .stream-account__trigger {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--laser-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--laser-text-soft);
    transition: 180ms ease;
}

body.laser-tv-app .stream-icon-button:hover,
body.laser-tv-app .stream-account__trigger:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(229, 9, 20, 0.2);
    color: var(--laser-text);
}

body.laser-tv-app .stream-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.75rem;
    padding: 0 1rem;
    border-radius: 999px;
    color: var(--laser-text-muted);
    font-size: 0.92rem;
    font-weight: 600;
    transition: 180ms ease;
}

body.laser-tv-app .stream-nav__link:hover,
body.laser-tv-app .stream-nav__link.is-active {
    color: var(--laser-text);
    background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 991.98px) {
    :root {
        --laser-text-body-size: 13.5px;
        --laser-text-caption-size: 12.5px;
        --laser-text-button-size: 13px;
        --laser-heading-1-size: clamp(1.85rem, 1.4rem + 2vw, 2.8rem);
        --laser-heading-2-size: clamp(1.5rem, 1.18rem + 1vw, 2rem);
        --laser-heading-3-size: clamp(1.1rem, 1rem + 0.45vw, 1.3rem);
    }
}

@media (max-width: 575.98px) {
    :root {
        --laser-text-body-size: 13px;
        --laser-text-caption-size: 12px;
        --laser-text-button-size: 12.5px;
        --laser-space-4: 0.9rem;
        --laser-space-5: 1.1rem;
    }
}

body.laser-tv-app .stream-nav__link.is-active {
    box-shadow: inset 0 0 0 1px rgba(229, 9, 20, 0.22);
}

body.laser-tv-app .stream-plan-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.8rem;
    padding: 0 1rem;
    border-radius: 999px;
    background: linear-gradient(
        135deg,
        rgba(229, 9, 20, 0.18),
        rgba(229, 9, 20, 0.08)
    );
    border: 1px solid rgba(229, 9, 20, 0.24);
    color: #fff2f2;
    font-size: 0.88rem;
    font-weight: 700;
}

body.laser-tv-app .stream-plan-pill i {
    color: var(--laser-gold);
}

body.laser-tv-app .stream-account {
    position: relative;
}

body.laser-tv-app .stream-account__trigger {
    overflow: hidden;
    padding: 0;
}

body.laser-tv-app .stream-account__trigger img,
body.laser-tv-app .stream-account__summary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.laser-tv-app .stream-account__dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(18rem, 82vw);
    padding: 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 1rem;
    background: rgba(16, 16, 16, 0.96);
    box-shadow: var(--laser-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: 180ms ease;
}

body.laser-tv-app .stream-account.is-open .stream-account__dropdown,
body.laser-tv-app .stream-account:hover .stream-account__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

body.laser-tv-app .stream-account__summary {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    padding: 0.5rem;
    border-bottom: 1px solid var(--laser-border);
}

body.laser-tv-app .stream-account__summary img {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
}

body.laser-tv-app .stream-account__summary strong,
body.laser-tv-app .stream-account__membership strong {
    display: block;
    color: var(--laser-text);
}

body.laser-tv-app .stream-account__summary span,
body.laser-tv-app .stream-account__membership span {
    color: var(--laser-text-soft);
    font-size: 0.83rem;
}

body.laser-tv-app .stream-account__membership,
body.laser-tv-app .stream-account__link,
body.laser-tv-app .stream-account__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-top: 0.45rem;
    padding: 0.82rem 0.95rem;
    border-radius: 0.85rem;
}

body.laser-tv-app .stream-account__membership {
    background: rgba(255, 255, 255, 0.03);
}

body.laser-tv-app .stream-account__link {
    color: var(--laser-text-soft);
}

body.laser-tv-app .stream-account__link:hover {
    background: rgba(255, 255, 255, 0.05);
    color: var(--laser-text);
}

body.laser-tv-app .stream-account__cta {
    justify-content: center;
    background: linear-gradient(
        135deg,
        var(--laser-red),
        var(--laser-red-soft)
    );
    color: #fff;
    font-weight: 700;
}

body.laser-tv-app .stream-search-panel {
    padding-top: 1rem;
}

body.laser-tv-app .stream-search-panel__inner {
    padding: 1rem;
    border: 1px solid var(--laser-border);
    border-radius: 1.3rem;
    background: rgba(14, 14, 14, 0.96);
    box-shadow: var(--laser-shadow);
}

body.laser-tv-app .stream-search {
    display: grid;
    grid-template-columns: 1.1rem minmax(0, 1fr) 1.1rem;
    gap: 0.75rem;
    align-items: center;
    min-height: 3.45rem;
    padding: 0 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

body.laser-tv-app .stream-search input,
body.laser-tv-app .stream-select {
    border: 0;
    background: transparent;
    color: var(--laser-text);
}

body.laser-tv-app .stream-search input:focus,
body.laser-tv-app .stream-select:focus {
    outline: none;
}

body.laser-tv-app .stream-search-results {
    display: none;
}

body.laser-tv-app .stream-search-results.is-open {
    display: block;
    margin-top: 0.9rem;
}

body.laser-tv-app .stream-search-result {
    display: grid;
    grid-template-columns: 3.4rem minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
    padding: 0.75rem;
    border-radius: 0.9rem;
    color: var(--laser-text-soft);
}

body.laser-tv-app .stream-search-result:hover {
    background: rgba(255, 255, 255, 0.04);
    color: var(--laser-text);
}

body.laser-tv-app .stream-search-result img {
    width: 3.4rem;
    height: 4.9rem;
    object-fit: cover;
    border-radius: 0.7rem;
}

body.laser-tv-app .stream-search-result strong {
    display: block;
    color: var(--laser-text);
}

body.laser-tv-app .stream-search-result span,
body.laser-tv-app .stream-search-results__empty p {
    color: var(--laser-text-soft);
}

body.laser-tv-app .stream-search-result__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0 0.7rem;
    border-radius: 999px;
    background: rgba(229, 9, 20, 0.12);
    color: #ffd6d9;
    font-size: 0.78rem;
    font-weight: 700;
}

body.laser-tv-app .hero-spotlight {
    padding-top: clamp(6.6rem, 9vw, 7.6rem);
}

body.laser-tv-app .hero-stack {
    position: relative;
    min-height: clamp(31rem, 74vh, 43rem);
    border-radius: var(--laser-radius-lg);
    overflow: hidden;
    border: 1px solid var(--laser-border);
    background: var(--laser-bg-2);
    box-shadow: var(--laser-shadow);
}

body.laser-tv-app .hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: 380ms ease;
    will-change: opacity, transform;
}

body.laser-tv-app .hero-slide.is-active {
    opacity: 1;
    visibility: visible;
}

body.laser-tv-app .hero-slide__backdrop,
body.laser-tv-app .hero-slide__backdrop img,
body.laser-tv-app .hero-slide__shade {
    position: absolute;
    inset: 0;
}

body.laser-tv-app .hero-slide__backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
    will-change: transform;
}

body.laser-tv-app .hero-slide__shade {
    background:
        linear-gradient(
            90deg,
            rgba(6, 6, 6, 0.94) 0%,
            rgba(8, 8, 8, 0.75) 40%,
            rgba(8, 8, 8, 0.35) 72%,
            rgba(8, 8, 8, 0.78) 100%
        ),
        linear-gradient(180deg, rgba(8, 8, 8, 0.12), rgba(8, 8, 8, 0.72));
}

body.laser-tv-app .hero-slide__content {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: end;
    gap: 1rem;
    width: min(46rem, 100%);
    height: 100%;
    padding: clamp(1.8rem, 4vw, 3.1rem);
}

body.laser-tv-app .hero-slide__eyebrow,
body.laser-tv-app .stream-section__eyebrow,
body.laser-tv-app .stream-page-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    min-height: 2rem;
    padding: 0 0.85rem;
    border-radius: 999px;
    background: rgba(229, 9, 20, 0.14);
    border: 1px solid rgba(229, 9, 20, 0.24);
    color: #ffd4d7;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.laser-tv-app .hero-slide h1 {
    margin: 0;
    font-size: clamp(2.8rem, 2.1rem + 2.2vw, 5rem);
    line-height: 0.92;
    letter-spacing: -0.05em;
}

body.laser-tv-app .hero-slide p,
body.laser-tv-app .stream-page-hero p {
    max-width: 40rem;
    margin: 0;
    color: var(--laser-text-soft);
    font-size: 1rem;
    line-height: 1.75;
}

body.laser-tv-app .hero-slide__meta,
body.laser-tv-app .stream-page-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

body.laser-tv-app .hero-slide__meta span,
body.laser-tv-app .stream-page-hero__meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.25rem;
    padding: 0 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #f0f0f0;
    font-size: 0.84rem;
    font-weight: 600;
}

body.laser-tv-app .hero-slide__actions,
body.laser-tv-app .stream-page-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem;
}

body.laser-tv-app .stream-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 11px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    transition: 180ms ease;
}

body.laser-tv-app .stream-button--icon {
    width: 44px;
    height: 44px;
    padding: 0;
    gap: 0;
}

body.laser-tv-app .stream-button--icon i {
    font-size: 1rem;
    line-height: 1;
}

body.laser-tv-app .stream-button--primary {
    background: linear-gradient(
        135deg,
        var(--laser-red),
        var(--laser-red-soft)
    );
    color: #fff;
    box-shadow: 0 16px 30px rgba(229, 9, 20, 0.28);
}

body.laser-tv-app .stream-button--ghost {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.08);
    color: var(--laser-text);
}


body.laser-tv-app .stream-button--outline {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.08);
    color: var(--laser-text);
}


body.laser-tv-app .stream-button:hover {
    transform: translateY(-1px);
}

body.laser-tv-app .ott-detail-page {
    margin-top: 0;
}

body.laser-tv-app .ott-detail-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: clamp(38rem, 84vh, 54rem);
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #090909;
    display: flex;
    align-items: flex-end;
}

body.laser-tv-app .ott-detail-hero > .pad-x {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: 100%;
    padding-top: clamp(1.2rem, 3vw, 2.25rem);
    padding-bottom: clamp(2.2rem, 5vw, 3.9rem);
}

body.laser-tv-app .ott-detail-hero__backdrop,
body.laser-tv-app .ott-detail-hero__shade {
    position: absolute;
    inset: 0;
}

body.laser-tv-app .ott-detail-hero__backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    filter: saturate(0.75) blur(2px);
    transform: scale(1.04);
    transition:
        opacity 0.45s ease,
        transform 0.7s ease;
}

body.laser-tv-app .ott-detail-hero__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100%;
    border: 0;
    opacity: 0;
    pointer-events: none;
    filter: saturate(1.08) contrast(1.04);
    transform: translate(-50%, -50%) scale(1.14);
    transition:
        opacity 0.45s ease,
        transform 0.45s ease;
}

body.laser-tv-app .ott-detail-hero.is-video-ready .ott-detail-hero__video {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.18);
}

body.laser-tv-app
    .ott-detail-hero.is-video-ready
    .ott-detail-hero__backdrop
    img {
    opacity: 0.04;
    transform: scale(1.02);
}

/* 
    background:
        radial-gradient(
            circle at 78% 18%,
            rgba(212, 168, 16, 0.10),
            transparent 32%
        ),
        linear-gradient(
            90deg,
            rgba(5, 5, 5, 0.10) 8%,
            rgba(5, 5, 5, 0.08) 34%,
            rgba(5, 5, 5, 0.45) 56%,
            rgba(5, 5, 5, 0.06) 100%
        ),
        linear-gradient(
            180deg,
            rgba(5, 5, 5, 0.45) 0%,
            rgba(5, 5, 5, 0.65) 100%
        );
} */
body.laser-tv-app .ott-detail-hero.is-video-ready .ott-detail-hero__shade {
   background-color: transparent !important;
      
}

body.laser-tv-app .ott-detail-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: clamp(11rem, 20vw, 15.625rem) minmax(0, 1fr);
    align-items: end;
    justify-content: start;
    gap: clamp(1rem, 2vw, 1.5rem);
    width: 100%;
    max-width: min(100%, 78rem);
}

body.laser-tv-app .ott-detail-hero__poster {
    overflow: hidden;
    border-radius: var(--laser-radius-card-md);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: clamp(8.1rem, 14vw, 11.4rem);
    aspect-ratio: 5 / 6;
    flex: 0 0 auto;
    align-self: end;
    margin-top: auto;
    margin-bottom: 0.9rem;
}

body.laser-tv-app .ott-detail-hero__poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.laser-tv-app .ott-detail-hero__copy {
    flex: 1 1 auto;
    max-width: 52rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 0;
}

body.laser-tv-app .ott-detail-hero__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.15rem;
}

body.laser-tv-app .ott-detail-hero__brand-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, var(--laser-red), #ff3b30);
    color: #fff;
    box-shadow: 0 16px 30px rgba(229, 9, 20, 0.26);
}


body.laser-tv-app .hero-audio-toggle,
body.laser-tv-app .ott-detail-hero__audio-toggle {
    position: absolute;
    top: 1.15rem;
    right: 1.15rem;
    z-index: 4;
    width: 3.2rem;
    min-width: 3.2rem;
    height: 3.2rem;
    min-height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(10, 10, 10, 0.54);
    color: #fff;
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

body.laser-tv-app .hero-audio-toggle i,
body.laser-tv-app .ott-detail-hero__audio-toggle i {
    font-size: 1.05rem;
}

body.laser-tv-app .hero-audio-toggle:hover,
body.laser-tv-app .ott-detail-hero__audio-toggle:hover,
body.laser-tv-app .hero-audio-toggle.is-audio-on,
body.laser-tv-app .ott-detail-hero__audio-toggle.is-audio-on {
    background: rgba(229, 9, 20, 0.9);
    border-color: rgba(229, 9, 20, 0.95);
    transform: translateY(-1px);
}

body.laser-tv-app .ott-detail-hero__chips,
body.laser-tv-app .ott-detail-hero__facts,
body.laser-tv-app .ott-detail-hero__actions,
body.laser-tv-app .ott-detail-tabs,
body.laser-tv-app .ott-detail-token-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

body.laser-tv-app .ott-detail-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.15rem;
    padding: 0 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
    font-weight: 700;
    transition:
        transform 0.3s ease,
        font-size 0.3s ease,
        min-height 0.3s ease,
        padding 0.3s ease;
}

body.laser-tv-app .ott-detail-chip--accent {
    color: #ffd4d4;
    background: rgba(229, 9, 20, 0.12);
    border-color: rgba(229, 9, 20, 0.3);
}

body.laser-tv-app .ott-detail-chip--score {
    color: #ffd54d;
    border-color: rgba(245, 197, 24, 0.25);
    background: rgba(245, 197, 24, 0.08);
}

body.laser-tv-app .ott-detail-hero__title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    width: 100%;
    margin-top: 15px;
}

body.laser-tv-app .ott-detail-hero__facts {
    gap: 0.9rem;
    margin-bottom: 10px;
}

body.laser-tv-app .ott-detail-hero__facts span {
    position: relative;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.96rem;
}

body.laser-tv-app .ott-detail-hero__facts span:not(:last-child)::after {
    content: "·";
    margin-left: 0.9rem;
    color: rgba(255, 255, 255, 0.48);
}

body.laser-tv-app .ott-detail-hero__actions {
    margin-top: auto;
    padding-top: 0.6rem;
    align-items: center;
}

body.laser-tv-app .ott-detail-hero__actions .stream-button {
    min-height: 3.45rem;
    padding: 0 1.3rem;
    border-radius: 0.9rem;
    font-size: 0.94rem;
}

body.laser-tv-app .ott-detail-hero__actions .stream-button--icon {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 999px;
}

body.laser-tv-app .ott-detail-action-play {
    position: relative;
    overflow: hidden;
    animation: ottDetailPlayPulse 3.2s ease-in-out infinite;
}

body.laser-tv-app .ott-detail-action-play i {
    font-size: 1rem;
    transition: transform 0.2s ease;
}

body.laser-tv-app .ott-detail-action-play:hover i {
    transform: scale(1.12);
}

body.laser-tv-app .ott-detail-action-icon {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 999px;
    background: rgba(26, 26, 26, 0.72);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

body.laser-tv-app .ott-detail-action-icon:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.36);
}

body.laser-tv-app .ott-detail-action-icon i {
    font-size: 1.42rem;
}

body.laser-tv-app .ott-detail-action-icon--primary {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(26, 26, 26, 0.72);
    color: #fff;
}

body.laser-tv-app .ott-detail-action-icon--primary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.36);
}

body.laser-tv-app .ott-detail-action-icon--trailer {
    position: relative;
    background: rgba(26, 26, 26, 0.72);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow:
        0 0 0 1px rgba(229, 9, 20, 0.06),
        0 0 18px rgba(229, 9, 20, 0.1);
    animation: ottDetailTrailerPulse 2.8s ease-in-out infinite;
}

body.laser-tv-app .ott-detail-action-icon--trailer:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.36);
}

/* body.laser-tv-app .ott-detail-hero.is-condensed .ott-detail-hero__poster {
    transform: scale(0.64);
    opacity: 0.82;
} */
/* 
body.laser-tv-app .ott-detail-hero.is-condensed .ott-detail-hero__title {
    transform: scale(0.68);
} */

body.laser-tv-app .ott-detail-hero.is-condensed .ott-detail-chip {
    min-height: 1.75rem;
    padding: 0 0.72rem;
    font-size: 0.72rem;
}

body.laser-tv-app .ott-detail-hero.is-condensed .ott-detail-hero__facts span {
    font-size: 0.74rem;
}

body.laser-tv-app .ott-detail-hero.is-condensed .ott-detail-hero__actions {
    gap: 0.45rem;
    padding-top: 0.35rem;
}

body.laser-tv-app
    .ott-detail-hero.is-condensed
    .ott-detail-hero__actions
    .stream-button {
    min-height: 3.05rem;
    font-size: 0.84rem;
}

body.laser-tv-app
    .ott-detail-hero.is-condensed
    .ott-detail-hero__actions
    .stream-button--icon,
body.laser-tv-app .ott-detail-hero.is-condensed .ott-detail-action-icon {
    width: 3.45rem;
    min-width: 3.45rem;
    height: 3.45rem;
    min-height: 3.45rem;
}

body.laser-tv-app .ott-detail-action {
    background: rgba(255, 255, 255, 0.14);
}

body.laser-tv-app .ott-detail-action--trailer i {
    font-size: 0.98rem;
}

body.laser-tv-app .ott-detail-hero__facts span {
    font-size: 0.9rem;
}

body.laser-tv-app .ott-detail-hero__facts span:not(:last-child)::after {
    content: "\00b7";
    margin-left: 0.75rem;
}

body.laser-tv-app .ott-detail-hero__facts span:not(:last-child)::after {
    content: "\00b7";
}

body.laser-tv-app .ott-detail-hero__actions .btn {
    min-height: 3.45rem;
    padding: 0 1.3rem;
    border-radius: 0.9rem;
    font-size: 0.94rem;
}

body.laser-tv-app .ott-detail-hero__actions .btn-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 999px;
}

body.laser-tv-app .ott-detail-hero.is-condensed .ott-detail-hero__actions .btn {
    min-height: 3.05rem;
    font-size: 0.84rem;
}

body.laser-tv-app .ott-detail-hero.is-condensed .ott-detail-hero__actions .btn-icon {
    width: 3.45rem;
    min-width: 3.45rem;
    height: 3.45rem;
    min-height: 3.45rem;
}

body.laser-tv-app .ott-detail-tabs {
    gap: 1.25rem;
    margin-top: 1.25rem;
    padding: 0 0 0.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.laser-tv-app .ott-detail-tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 3.15rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.95rem;
    font-weight: 700;
}

body.laser-tv-app .ott-detail-tab::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.2rem;
    height: 3px;
    border-radius: 999px;
    background: transparent;
    transition: background 0.2s ease;
}

body.laser-tv-app .ott-detail-tab.is-active {
    color: #fff;
}

body.laser-tv-app .ott-detail-tab.is-active::after {
    background: var(--laser-red);
}

body.laser-tv-app .ott-detail-tab-panel {
    margin-top: 1.5rem;
}

body.laser-tv-app .ott-detail-layout {
    margin-top: 0;
    grid-template-columns: 1fr;
}

body.laser-tv-app .ott-detail-player-panel,
body.laser-tv-app .ott-detail-copycard,
body.laser-tv-app .ott-detail-scorecard,
body.laser-tv-app .ott-detail-info {
    background: rgba(18, 18, 18, 0.88);
    border-color: rgba(255, 255, 255, 0.08);
}

body.laser-tv-app .ott-detail-player-panel.is-player-collapsed {
    display: none;
}

body.laser-tv-app .ott-detail-player-stage {
    position: relative;
}

body.laser-tv-app .ott-player-shell {
    position: relative;
    overflow: hidden;
    border-radius: 1.35rem;
    background:
        radial-gradient(
            circle at top,
            rgba(255, 255, 255, 0.04),
            transparent 36%
        ),
        linear-gradient(180deg, rgba(10, 10, 10, 0.96), rgba(4, 4, 4, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.02),
        0 28px 40px rgba(0, 0, 0, 0.28);
}

body.laser-tv-app .ott-player-shell .video-js {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: transparent;
    font-family: var(--laser-font);
}

body.laser-tv-app .ott-player-shell .vjs-poster {
    background-size: cover;
}

body.laser-tv-app .ott-player-shell .vjs-control-bar {
    height: 4.9rem;
    padding: 0 1.2rem;
    background: linear-gradient(
        180deg,
        rgba(8, 8, 8, 0) 0%,
        rgba(8, 8, 8, 0.82) 34%,
        rgba(8, 8, 8, 0.96) 100%
    );
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

body.laser-tv-app .ott-player-shell .vjs-button > .vjs-icon-placeholder::before,
body.laser-tv-app .ott-player-shell .vjs-icon-placeholder::before {
    font-size: 1.45rem;
}

body.laser-tv-app .ott-player-shell .vjs-play-control {
    width: 3.9rem;
    height: 3.9rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #080808;
    margin-right: 0.5rem;
}

body.laser-tv-app
    .ott-player-shell
    .vjs-play-control
    .vjs-icon-placeholder::before {
    font-size: 1.5rem;
    line-height: 3.9rem;
}

body.laser-tv-app .ott-player-shell .vjs-progress-control {
    align-items: center;
}

body.laser-tv-app .ott-player-shell .vjs-progress-holder {
    height: 0.26rem;
    border-radius: 999px;
    margin: 0 0.75rem;
    background: rgba(255, 255, 255, 0.18);
}

body.laser-tv-app .ott-player-shell .vjs-play-progress {
    background: var(--laser-red);
}

body.laser-tv-app .ott-player-shell .vjs-play-progress::before {
    top: -0.32rem;
    font-size: 0.9rem;
    color: #fff;
}

body.laser-tv-app .ott-player-shell .vjs-volume-panel {
    margin-left: 0.3rem;
}

body.laser-tv-app .ott-player-shell .vjs-time-control {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.86);
}

body.laser-tv-app .ott-player-shell .vjs-remaining-time,
body.laser-tv-app .ott-player-shell .vjs-picture-in-picture-control {
    display: none;
}

body.laser-tv-app .ott-player-shell .vjs-fullscreen-control {
    margin-left: 0.5rem;
}

body.laser-tv-app .ott-player-floating-tools {
    position: absolute;
    left: 50%;
    bottom: 5.35rem;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transform: translateX(-50%);
    pointer-events: none;
}

body.laser-tv-app .ott-player-tool {
    position: relative;
    pointer-events: auto;
}

body.laser-tv-app .ott-player-tool__button {
    min-height: 2.8rem;
    padding: 0 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(10, 10, 10, 0.74);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    backdrop-filter: blur(16px);
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

body.laser-tv-app .ott-player-tool__button i {
    font-size: 1rem;
}

body.laser-tv-app .ott-player-tool__button:hover,
body.laser-tv-app .ott-player-tool.is-open .ott-player-tool__button {
    background: rgba(229, 9, 20, 0.9);
    border-color: rgba(229, 9, 20, 0.95);
    transform: translateY(-1px);
}

body.laser-tv-app .ott-player-tool__menu {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 0.8rem);
    min-width: 10rem;
    padding: 0.45rem;
    display: grid;
    gap: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    background: rgba(10, 10, 10, 0.94);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
    transform: translateX(-50%) scale(0.96);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.18s ease,
        transform 0.18s ease,
        visibility 0.18s ease;
}

body.laser-tv-app .ott-player-tool.is-open .ott-player-tool__menu {
    transform: translateX(-50%) scale(1);
    opacity: 1;
    visibility: visible;
}

body.laser-tv-app .ott-player-tool__option {
    width: 100%;
    min-height: 2.45rem;
    padding: 0 0.85rem;
    border: 0;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.86);
    text-align: left;
    font-size: 0.9rem;
    font-weight: 700;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

body.laser-tv-app .ott-player-tool__option:hover,
body.laser-tv-app .ott-player-tool__option.is-active {
    background: rgba(229, 9, 20, 0.16);
    color: #fff;
}

body.laser-tv-app .ott-detail-trailer-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 1.1rem;
    background: #000;
}

body.laser-tv-app .ott-detail-trailer-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

body.laser-tv-app .ott-detail-player-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
    justify-content: flex-end;
}

@keyframes ottDetailPlayPulse {
    0%,
    100% {
        box-shadow: 0 16px 30px rgba(229, 9, 20, 0.28);
    }

    50% {
        box-shadow: 0 22px 38px rgba(229, 9, 20, 0.42);
    }
}

@keyframes ottDetailTrailerPulse {
    0%,
    100% {
        box-shadow:
            0 0 0 1px rgba(229, 9, 20, 0.08),
            0 0 22px rgba(229, 9, 20, 0.12);
    }

    50% {
        box-shadow:
            0 0 0 1px rgba(229, 9, 20, 0.16),
            0 0 34px rgba(229, 9, 20, 0.24);
    }
}

/* UNUSED CSS AUDIT: legacy detail score/data/info layout kept for reference.
body.laser-tv-app .ott-detail-scorecard {
    display: grid;
    gap: 0.85rem;
}

body.laser-tv-app .ott-detail-scorecard__value {
    color: #f5c518;
    font-size: clamp(2.9rem, 4vw, 4.1rem);
    font-weight: 900;
    line-height: 1;
}

body.laser-tv-app .ott-detail-scorecard__stars {
    display: flex;
    gap: 0.45rem;
    color: #f5c518;
    font-size: 1.1rem;
}

body.laser-tv-app .ott-detail-scorecard__bar {
    height: 0.25rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

body.laser-tv-app .ott-detail-scorecard__bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #f5c518;
}

body.laser-tv-app .ott-detail-scorecard p {
    margin: 0;
    color: var(--laser-text-soft);
}

body.laser-tv-app .ott-detail-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.92fr);
    gap: 1.25rem;
    margin-top: 1.25rem;
}

body.laser-tv-app .ott-detail-overview-main,
body.laser-tv-app .ott-detail-sidebar {
    display: grid;
    gap: 1rem;
}

body.laser-tv-app .ott-detail-overview-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 1rem;
}

body.laser-tv-app .ott-detail-data-card {
    display: grid;
    gap: 1.35rem;
}

body.laser-tv-app .ott-detail-data-list {
    display: grid;
    gap: 1rem;
}

body.laser-tv-app .ott-detail-data-row {
    display: grid;
    grid-template-columns: 2.9rem minmax(7rem, 9rem) minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.05rem;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

body.laser-tv-app .ott-detail-data-row__icon {
    width: 2.9rem;
    height: 2.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.95rem;
    background: rgba(229, 9, 20, 0.1);
    border: 1px solid rgba(229, 9, 20, 0.18);
    color: #ff656d;
    font-size: 1rem;
}

body.laser-tv-app .ott-detail-data-row strong {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.92rem;
    font-weight: 700;
}

body.laser-tv-app .ott-detail-data-row__value {
    color: #fff;
    font-size: 0.98rem;
    line-height: 1.65;
}

body.laser-tv-app .ott-detail-data-row__value.is-accent {
    color: #ffd54d;
}

body.laser-tv-app .ott-detail-cast-block h3 {
    margin-bottom: 1rem;
}

body.laser-tv-app .ott-detail-cast-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

body.laser-tv-app .ott-detail-cast-card {
    display: grid;
    justify-items: center;
    gap: 0.45rem;
    min-width: 7.4rem;
    text-align: center;
}

body.laser-tv-app .ott-detail-cast-avatar {
    width: 4.3rem;
    height: 4.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(
        180deg,
        rgba(20, 27, 36, 0.96),
        rgba(8, 12, 18, 0.98)
    );
    border: 1px solid rgba(109, 138, 166, 0.2);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

body.laser-tv-app .ott-detail-cast-card strong {
    color: #fff;
    font-size: 0.94rem;
}

body.laser-tv-app .ott-detail-cast-card span {
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.84rem;
}

body.laser-tv-app .ott-detail-info-list {
    display: grid;
    gap: 0.95rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

body.laser-tv-app .ott-detail-info-list li {
    display: grid;
    grid-template-columns: 2.9rem minmax(0, 1fr);
    gap: 0.95rem;
    align-items: start;
    padding: 0.95rem 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

body.laser-tv-app .ott-detail-info-list__icon {
    width: 2.9rem;
    height: 2.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
}

body.laser-tv-app .ott-detail-info-list__body {
    display: grid;
    gap: 0.3rem;
}

body.laser-tv-app .ott-detail-info-list__body strong {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
}

body.laser-tv-app .ott-detail-info-list__body span {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.55;
}

body.laser-tv-app .ott-detail-token-list {
    gap: 0.7rem;
}

body.laser-tv-app .ott-detail-token {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    padding: 0 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.9rem;
}
*/

body.laser-tv-app .ott-overview-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.9fr);
    gap: 1.75rem;
    align-items: start;
}

body.laser-tv-app .ott-overview-main,
body.laser-tv-app .ott-overview-side {
    min-width: 0;
}

body.laser-tv-app .ott-overview-copy {
    margin: 0 0 1.75rem;
    max-width: 72ch;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 1.85;
}

body.laser-tv-app .ott-overview-meta {
    display: grid;
    gap: 1rem;
    max-width: 48rem;
}

body.laser-tv-app .ott-overview-meta__row {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

body.laser-tv-app .ott-overview-meta__item {
    display: grid;
    grid-template-columns: minmax(86px, 110px) minmax(0, 1fr);
    gap: 0.5rem 1rem;
    align-items: baseline;
}

body.laser-tv-app .ott-overview-meta__label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

body.laser-tv-app .ott-overview-meta__value {
    color: rgba(255, 255, 255, 0.96);
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.5;
}

body.laser-tv-app .ott-overview-meta__item.is-highlight .ott-overview-meta__value {
    color: #f5c518;
}

body.laser-tv-app .ott-overview-section-title {
    display: inline-block;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.44);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.laser-tv-app .ott-overview-cast {
    margin-top: 2.5rem;
}

body.laser-tv-app .ott-overview-cast__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.35rem;
}

body.laser-tv-app .ott-overview-cast__card {
    width: min(100%, 8rem);
    text-align: center;
}

body.laser-tv-app .ott-overview-cast__avatar {
    display: grid;
    place-items: center;
    width: 5.4rem;
    height: 5.4rem;
    margin: 0 auto 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    background:
        radial-gradient(circle at top, rgba(245, 197, 24, 0.22), transparent 58%),
        linear-gradient(180deg, #10151c 0%, #090d13 100%);
    box-shadow: inset 0 0 0 4px rgba(106, 136, 169, 0.08);
    color: #f7c83c;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

body.laser-tv-app .ott-overview-cast__card h3 {
    margin: 0 0 0.22rem;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

body.laser-tv-app .ott-overview-cast__card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 13px;
    line-height: 1.4;
}

body.laser-tv-app .ott-overview-side {
    display: grid;
    gap: 1.15rem;
}

body.laser-tv-app .ott-overview-score,
body.laser-tv-app .ott-overview-quick {
    padding: 1.5rem 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.35rem;
    background: rgba(25, 25, 27, 0.9);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

body.laser-tv-app .ott-overview-score__value {
    margin-bottom: 0.85rem;
    color: #f5c518;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 800;
    line-height: 0.95;
}

body.laser-tv-app .ott-overview-score__stars {
    display: flex;
    gap: 0.35rem;
    margin-bottom: 1rem;
    color: #f5c518;
    font-size: 13px;
}

body.laser-tv-app .ott-overview-score__stars .is-muted {
    color: rgba(255, 255, 255, 0.12);
}

body.laser-tv-app .ott-overview-score__bar {
    width: 100%;
    height: 0.24rem;
    margin-bottom: 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

body.laser-tv-app .ott-overview-score__bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #f5c518 0%, #ffdb62 100%);
}

body.laser-tv-app .ott-overview-score p {
    margin: 0;
    color: rgba(255, 255, 255, 0.42);
    font-size: 13px;
}

body.laser-tv-app .ott-overview-quick__list {
    display: grid;
    gap: 1rem;
}

body.laser-tv-app .ott-overview-quick__item {
    display: grid;
    grid-template-columns: minmax(88px, 112px) minmax(0, 1fr);
    gap: 0.85rem 1rem;
    align-items: start;
}

body.laser-tv-app .ott-overview-quick__item span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 600;
}

body.laser-tv-app .ott-overview-quick__item strong {
    color: rgba(255, 255, 255, 0.94);
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.55;
}

body.laser-tv-app .ott-season-select {
    max-width: 15rem;
}

body.laser-tv-app .ott-detail-episodes-shell {
    display: grid;
    gap: 1.2rem;
    padding: clamp(1rem, 2.2vw, 1.55rem);
    border-radius: 1.7rem;
}

body.laser-tv-app .season-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.85rem 1rem;
    margin: 0;
}

body.laser-tv-app .season-toolbar h3 {
    margin: 0;
    font-size: clamp(1rem, 1.8vw, 1.3rem);
    color: #fff;
}

body.laser-tv-app .episode-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    align-items: stretch;
}

body.laser-tv-app .episode-card {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr);
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    min-height: 180px;
    background-color: #161616;
    text-align: left;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

body.laser-tv-app .episode-card:hover,
body.laser-tv-app .episode-card:focus-visible,
body.laser-tv-app .episode-card.is-active {
    border-color: rgba(229, 9, 20, 0.42);
    box-shadow:
        0 18px 30px rgba(0, 0, 0, 0.22),
        0 0 0 1px rgba(229, 9, 20, 0.14);
    transform: translateY(-1px);
    outline: none;
}

body.laser-tv-app .episode-card.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

body.laser-tv-app .episode-card__media {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #161616;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}

body.laser-tv-app .episode-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

body.laser-tv-app .episode-card__badge {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
    min-height: 1.7rem;
    padding: 2px 7px;
    display: inline-flex;
    align-items: center;
    border-radius: 3px;
    background: var(--laser-red);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}

body.laser-tv-app .episode-card__body {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    min-width: 0;
    gap: 0.45rem;
    padding: 13px;
}

body.laser-tv-app .episode-card__top,
body.laser-tv-app .episode-card__content,
body.laser-tv-app .episode-card__footer {
    min-width: 0;
}

body.laser-tv-app .episode-card__top {
    display: grid;
    gap: 0.35rem;
}

body.laser-tv-app .episode-card__title {
    color: #fff;
    font-size: 13.5px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* body.laser-tv-app .episode-card__meta {
    font-size: 11.5px;
    color: #b3b3b3;
    display: flex;
    align-items: center;
    gap: 4px;
} */

body.laser-tv-app .episode-card__meta span {
   font-size: 11.5px;
    color: #b3b3b3;
    display: flex;
    align-items: center;
    gap: 4px;
}

body.laser-tv-app .episode-card__meta i {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.92rem;
}

body.laser-tv-app .episode-card__label {
    color: var(--laser-red);
    font-size: 10.5px;
    font-weight: 700;
}

body.laser-tv-app .episode-card__content {
    display: grid;
    align-content: start;
    gap: 0.28rem;
    min-width: 0;
}

body.laser-tv-app .episode-card__overview {
    font-size: 11.5px;
    color: #6b6b6b;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.laser-tv-app .episode-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    min-height: 2.1rem;
}

body.laser-tv-app .episode-card__actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

body.laser-tv-app .episode-card__download {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #6b6b6b;
    border: 1px solid rgba(255,255,255,0.07);
    padding: 5px 10px;
    border-radius: 5px;
    background: none;
    cursor: pointer;
    transition: all 0.15s;
    align-self: flex-start;
}

body.laser-tv-app .episode-card__download span {
    font-size: 11px;
    font-weight: 600;
}

body.laser-tv-app .episode-card__download:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.05);
}

body.laser-tv-app .ott-detail-similar-section {
    padding: 0;
}

body.laser-tv-app .ott-detail-similar-load {
    margin-top: 1.35rem;
}

body.laser-tv-app .ott-detail-load-trigger {
    width: 100%;
    height: 1px;
}

body.laser-tv-app .season-collection-card {
    display: grid;
    gap: 0.8rem;
    color: #fff;
}

body.laser-tv-app .season-collection-card__poster {
    overflow: hidden;
    aspect-ratio: 0.72;
    border-radius: 0.2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

body.laser-tv-app .season-collection-card__poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.laser-tv-app .season-collection-card__body {
    display: grid;
    gap: 0.2rem;
}

body.laser-tv-app .season-collection-card__body strong {
    font-size: 0.98rem;
    font-weight: 800;
}

body.laser-tv-app .season-collection-card__body span {
    color: var(--laser-text-soft);
    font-size: 0.82rem;
}

@media (max-width: 991.98px) {
    body.laser-tv-app .ott-detail-hero {
        min-height: clamp(29rem, 72vh, 42rem);
        border-radius: 0 0 1.4rem 1.4rem;
    }

    body.laser-tv-app .ott-detail-hero > .pad-x {
        padding-top: 1.5rem;
        padding-bottom: 1.75rem;
    }

    body.laser-tv-app .ott-detail-hero__inner {
        grid-template-columns: minmax(10rem, 13rem) minmax(0, 1fr);
        align-items: flex-end;
        gap: 1rem;
    }

    body.laser-tv-app .ott-detail-hero__poster {
        width: min(9.75rem, 21vw);
        margin-bottom: 0.75rem;
    }

    body.laser-tv-app .ott-detail-hero__brand {
        gap: 0.75rem;
    }

    body.laser-tv-app .ott-detail-hero__brand-icon {
        width: 2.35rem;
        height: 2.35rem;
        border-radius: 0.8rem;
    }

    body.laser-tv-app .hero-audio-toggle,
    body.laser-tv-app .ott-detail-hero__audio-toggle {
        width: 2.95rem;
        min-width: 2.95rem;
        height: 2.95rem;
        min-height: 2.95rem;
        top: 1rem;
        right: 1rem;
    }

    body.laser-tv-app .ott-detail-hero__title {
        font-size: clamp(1.85rem, 5vw, 2.8rem);
    }

    body.laser-tv-app .ott-detail-chip {
        min-height: 2rem;
        padding: 0 0.78rem;
        font-size: 0.82rem;
    }

    body.laser-tv-app .ott-detail-hero__facts span {
        font-size: 0.84rem;
    }

    body.laser-tv-app .ott-detail-hero__actions {
        gap: 0.6rem;
    }

    body.laser-tv-app .ott-detail-hero__actions .btn {
        min-height: 2.9rem;
        padding: 0.7rem 1rem;
        font-size: 0.86rem;
    }

    body.laser-tv-app .ott-detail-hero__actions .btn-icon {
        width: 2.9rem;
        min-width: 2.9rem;
        height: 2.9rem;
        min-height: 2.9rem;
        padding: 0;
    }

    body.laser-tv-app .ott-detail-overview-grid,
    body.laser-tv-app .detail-layout.ott-detail-layout {
        grid-template-columns: 1fr;
    }

    body.laser-tv-app .ott-overview-shell {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    body.laser-tv-app .ott-overview-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    body.laser-tv-app .episode-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.laser-tv-app .episode-card {
        grid-template-columns: 8.4rem minmax(0, 1fr);
        min-height: 11rem;
    }

    body.laser-tv-app .episode-card__body {
        padding: 0.95rem 0.9rem 0.9rem;
    }

    body.laser-tv-app .episode-card__title {
        font-size: 13px;
    }

    body.laser-tv-app .episode-card__overview {
        -webkit-line-clamp: 2;
    }

    body.laser-tv-app .ott-player-shell .vjs-control-bar {
        height: 4.4rem;
        padding: 0 0.9rem;
    }

    body.laser-tv-app .ott-player-floating-tools {
        bottom: 4.85rem;
    }
}

@media (max-width: 575.98px) {
    body.laser-tv-app .ott-detail-hero {
        align-items: flex-end;
        min-height: clamp(27rem, 78vh, 36rem);
    }

    body.laser-tv-app .ott-detail-hero > .pad-x {
        padding-top: 4.25rem;
        padding-bottom: 1.25rem;
    }

    body.laser-tv-app .ott-detail-hero__shade {
        background:
            linear-gradient(180deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 0.72) 42%, rgba(5, 5, 5, 0.96) 100%),
            linear-gradient(90deg, rgba(5, 5, 5, 0.72) 0%, rgba(5, 5, 5, 0.28) 100%);
    }

    body.laser-tv-app .ott-detail-hero.is-video-ready .ott-detail-hero__shade {
        background:
            linear-gradient(180deg, rgba(5, 5, 5, 0.12) 0%, rgba(5, 5, 5, 0.6) 40%, rgba(5, 5, 5, 0.94) 100%),
            linear-gradient(90deg, rgba(5, 5, 5, 0.56) 0%, rgba(5, 5, 5, 0.18) 100%);
    }

    body.laser-tv-app .ott-detail-hero__inner {
        grid-template-columns: 1fr;
        align-items: flex-start;
        gap: 0.9rem;
    }

    body.laser-tv-app .ott-detail-hero__poster {
        width: min(9rem, 38vw);
        display: none;
    }

    body.laser-tv-app .ott-detail-hero__copy {
        max-width: 100%;
        gap: 0.55rem;
    }

    body.laser-tv-app .ott-detail-hero__title {
        width: auto;
        margin-top: 0.5rem;
        font-size: clamp(1.6rem, 9vw, 2.3rem);
        line-height: 0.96;
    }

    body.laser-tv-app .ott-detail-tab {
        min-height: 2.75rem;
        font-size: 0.88rem;
    }

    body.laser-tv-app .ott-detail-hero__chips,
    body.laser-tv-app .ott-detail-hero__facts,
    body.laser-tv-app .ott-detail-hero__actions {
        gap: 0.5rem;
    }

    body.laser-tv-app .ott-detail-chip {
        min-height: 1.8rem;
        padding: 0 0.68rem;
        font-size: 0.72rem;
        gap: 0.35rem;
    }

    body.laser-tv-app .ott-detail-hero__facts {
        margin-bottom: 0.25rem;
    }

    body.laser-tv-app .ott-detail-hero__facts span {
        font-size: 0.76rem;
    }

    body.laser-tv-app .ott-detail-hero__facts span:not(:last-child)::after {
        margin-left: 0.55rem;
    }

    body.laser-tv-app .ott-detail-hero__actions {
        width: 100%;
        padding-top: 0.2rem;
        justify-content: flex-start;
    }

    body.laser-tv-app .ott-detail-hero__actions .btn {
        min-height: 2.7rem;
        padding: 0.65rem 0.9rem;
        font-size: 0.8rem;
    }

    body.laser-tv-app .ott-detail-hero__actions .btn-play,
    body.laser-tv-app .ott-detail-hero__actions .btn-trailer {
        flex: 1 1 auto;
        justify-content: center;
    }

    body.laser-tv-app .ott-detail-hero__actions .btn-icon {
        width: 2.7rem;
        min-width: 2.7rem;
        height: 2.7rem;
        min-height: 2.7rem;
        padding: 0;
    }

    body.laser-tv-app .ott-detail-action-icon,
    body.laser-tv-app .ott-detail-hero__audio-toggle {
        width: 2.7rem;
        min-width: 2.7rem;
        height: 2.7rem;
        min-height: 2.7rem;
    }

    body.laser-tv-app .ott-detail-hero__audio-toggle {
        top: 0.9rem;
        right: 0.9rem;
    }

    body.laser-tv-app .ott-detail-data-row {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    body.laser-tv-app .ott-overview-copy {
        margin-bottom: 1.2rem;
        font-size: 13.5px;
        line-height: 1.75;
    }

    body.laser-tv-app .ott-overview-side {
        grid-template-columns: 1fr;
    }

    body.laser-tv-app .ott-overview-meta__row {
        gap: 0.85rem;
    }

    body.laser-tv-app .ott-overview-meta__item,
    body.laser-tv-app .ott-overview-quick__item {
        grid-template-columns: minmax(78px, 96px) minmax(0, 1fr);
        gap: 0.45rem 0.8rem;
    }

    body.laser-tv-app .ott-overview-cast__grid {
        gap: 1rem 0.8rem;
    }

    body.laser-tv-app .ott-overview-cast__card {
        width: min(100%, 6.8rem);
    }

    body.laser-tv-app .ott-overview-cast__avatar {
        width: 4.6rem;
        height: 4.6rem;
        margin-bottom: 0.7rem;
        font-size: 1.25rem;
    }

    body.laser-tv-app .ott-overview-score,
    body.laser-tv-app .ott-overview-quick {
        padding: 1rem;
        border-radius: 1.1rem;
    }

    body.laser-tv-app .ott-detail-episodes-shell {
        padding: 1rem;
        border-radius: 1.1rem;
    }

    body.laser-tv-app .season-toolbar {
        align-items: stretch;
    }

    body.laser-tv-app .season-toolbar h3 {
        font-size: 15px;
    }

    body.laser-tv-app .ott-season-select {
        max-width: none;
        width: 100%;
    }

    body.laser-tv-app .episode-grid {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    body.laser-tv-app .episode-card {
        grid-template-columns: 1fr;
    }

    body.laser-tv-app .episode-card__media {
        aspect-ratio: 16 / 9;
        min-height: 0;
    }

    body.laser-tv-app .episode-card__body {
        padding: 0.95rem 1rem 1rem;
        gap: 0.44rem;
        grid-template-rows: auto auto auto;
    }

    body.laser-tv-app .episode-card__title {
        font-size: 13px;
    }

    body.laser-tv-app .episode-card__meta span,
    body.laser-tv-app .episode-card__overview,
    body.laser-tv-app .episode-card__download {
        font-size: 11.5px;
    }

    body.laser-tv-app .episode-card__overview {
        -webkit-line-clamp: 3;
    }

    body.laser-tv-app .episode-card__download {
        min-height: 2rem;
        padding: 0.42rem 0.72rem;
    }

    body.laser-tv-app .ott-player-floating-tools {
        bottom: 4.45rem;
        gap: 0.5rem;
    }

    body.laser-tv-app .ott-player-tool__button {
        min-height: 2.45rem;
        padding: 0 0.8rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    body.laser-tv-app .ott-detail-episodes-shell {
        padding: 1rem;
    }

    body.laser-tv-app .season-toolbar {
        align-items: stretch;
    }

    body.laser-tv-app .ott-season-select {
        max-width: none;
        width: 100%;
    }

    body.laser-tv-app .episode-grid {
        grid-template-columns: 1fr;
    }

    body.laser-tv-app .episode-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    body.laser-tv-app .episode-card__media {
        aspect-ratio: 16 / 9;
        min-height: 0;
    }

    body.laser-tv-app .episode-card__body {
        grid-template-rows: auto auto auto;
    }
}

body.laser-tv-app .hero-stack__pager {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 2;
    display: flex;
    gap: 0.5rem;
}

body.laser-tv-app .hero-stack__pager button {
    width: 0.8rem;
    height: 0.8rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
}

body.laser-tv-app .hero-stack__pager button.is-active {
    width: 2rem;
    background: var(--laser-red);
}

body.laser-tv-app .stream-section {
    margin-top: clamp(1rem, 2vw, 1.6rem);
    position: relative;
    z-index: 10;
}

body.laser-tv-app .stream-section__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.1rem;
}

body.laser-tv-app .stream-section__header h2 {
    margin: 0.55rem 0 0;
    font-size: clamp(1.4rem, 1.15rem + 0.8vw, 2rem);
}

body.laser-tv-app .stream-section__link {
    color: var(--laser-text-soft);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.laser-tv-app .stream-section__link:hover {
    color: var(--laser-text);
}

body.laser-tv-app .stream-scroller-shell {
    position: relative;
}

body.laser-tv-app .stream-scroller {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(14rem, 16.5rem);
    gap: 1rem;
    overflow-x: auto;
    padding: 0.25rem 0.1rem 0.5rem;
    scrollbar-width: none;
}

body.laser-tv-app .stream-scroller::-webkit-scrollbar {
    display: none;
}

body.laser-tv-app .stream-scroller__button {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 2.8rem;
    height: 2.8rem;
    border: 0;
    border-radius: 999px;
    background: rgba(10, 10, 10, 0.88);
    color: #fff;
    box-shadow: 0 16px 26px rgba(0, 0, 0, 0.36);
    transform: translateY(-50%);
}

body.laser-tv-app .stream-scroller__button.is-left {
    left: -0.55rem;
}

body.laser-tv-app .stream-scroller__button.is-right {
    right: -0.55rem;
}

body.laser-tv-app .stream-card {
    height: 100%;
}

body.laser-tv-app .stream-card__link {
    display: block;
    overflow: hidden;
    border-radius: 0.2rem;
}

body.laser-tv-app .stream-card__poster {
    position: relative;
    overflow: hidden;
    aspect-ratio: 0.7;
    border-radius: 0.2rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: var(--laser-bg-3);
    box-shadow: var(--laser-shadow-soft);
}

body.laser-tv-app .stream-card__poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

body.laser-tv-app .stream-card__link:hover .stream-card__poster img {
    transform: scale(1.05);
}

body.laser-tv-app .stream-card__badges,
body.laser-tv-app .stream-card__overlay {
    position: absolute;
    left: 0;
    right: 0;
}

body.laser-tv-app .stream-card__badges {
    top: 0;
    display: flex;
    justify-content: space-between;
    padding: 0.8rem;
}

body.laser-tv-app .stream-card__badges span,
body.laser-tv-app .stream-card__overlay-copy span,
body.laser-tv-app .stream-card__caption p,
body.laser-tv-app .stream-card__rank {
    font-size: 0.78rem;
}

body.laser-tv-app .stream-card__badges span {
    display: inline-flex;
    align-items: center;
    min-height: 1.85rem;
    padding: 0 0.65rem;
    border-radius: 999px;
    background: rgba(8, 8, 8, 0.78);
    color: #fff;
    font-weight: 700;
}

body.laser-tv-app .stream-card__badges .is-premium {
    background: rgba(245, 197, 24, 0.18);
    color: #ffe58b;
}

body.laser-tv-app .stream-card__overlay {
    bottom: 0;
    display: flex;
    align-items: end;
    gap: 0.85rem;
    padding: 1rem;
    background: linear-gradient(180deg, transparent, rgba(6, 6, 6, 0.9));
}

body.laser-tv-app .stream-card__play {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(
        135deg,
        var(--laser-red),
        var(--laser-red-soft)
    );
    color: #fff;
    box-shadow: 0 10px 24px rgba(229, 9, 20, 0.26);
}

body.laser-tv-app .stream-card__overlay-copy strong,
body.laser-tv-app .stream-card__caption h3 {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

body.laser-tv-app .stream-card__overlay-copy span,
body.laser-tv-app .stream-card__caption p {
    color: var(--laser-text-soft);
}

body.laser-tv-app .stream-card__caption {
    padding: 0.8rem 0.25rem 0;
}

body.laser-tv-app .stream-card__caption p {
    margin: 0.35rem 0 0;
}

body.laser-tv-app .stream-card--ranked {
    position: relative;
    padding-left: clamp(3.1rem, 4vw, 4.4rem);
}

body.laser-tv-app .stream-card__rank {
    position: absolute;
    left: 0;
    bottom: 0.35rem;
    z-index: 2;
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-start;
    min-width: auto;
    min-height: auto;
    background: transparent;
    color: rgba(8, 8, 8, 0.96);
    font-family: "Montserrat", "Bebas Neue", sans-serif;
    font-size: clamp(4.9rem, 6.4vw, 7.4rem);
    font-weight: 800;
    line-height: 0.84;
    letter-spacing: -0.08em;
    -webkit-text-stroke: 1.6px rgba(255, 255, 255, 0.45);
    text-shadow:
        0 0 0 rgba(255, 255, 255, 0.28),
        10px 12px 28px rgba(0, 0, 0, 0.42);
    pointer-events: none;
}

body.laser-tv-app .stream-card--ranked .stream-card__link {
    position: relative;
}

body.laser-tv-app .stream-card--ranked .stream-card__poster {
    position: relative;
    z-index: 3;
    border-radius: 0.75rem;
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.08);
}

body.laser-tv-app .stream-card--ranked .stream-card__link:hover .stream-card__rank {
    color: rgba(14, 14, 14, 0.98);
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.7);
}

body.laser-tv-app .stream-home-library-cluster {
    display: grid;
    gap: 0.7rem;
    margin: clamp(1.25rem, 3vw, 2.4rem) 0 0.35rem;
}

body.laser-tv-app .stream-home-library .section-header,
body.laser-tv-app .stream-home-library .card-row-wrap,
body.laser-tv-app .stream-home-library .row-indicators {
    width: min(100%, 92rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(1rem, 2.2vw, 1.75rem);
    padding-right: clamp(1rem, 2.2vw, 1.75rem);
}

body.laser-tv-app .stream-home-library .section-header {
    margin-bottom: 0.95rem;
}

body.laser-tv-app .stream-home-library .section-title {
    gap: 0.7rem;
}

body.laser-tv-app .stream-home-library .section-title span:first-of-type {
    font-size: clamp(1.15rem, 1rem + 0.5vw, 1.5rem);
}

body.laser-tv-app .stream-home-library .s-badge {
    background: rgba(229, 9, 20, 0.16);
    color: #ffd7da;
    border: 1px solid rgba(229, 9, 20, 0.22);
}

@media (max-width: 767.98px) {
    body.laser-tv-app .stream-card--ranked {
        padding-left: 2.45rem;
    }

    body.laser-tv-app .stream-card__rank {
        bottom: 0.55rem;
        font-size: clamp(3.8rem, 19vw, 5rem);
        -webkit-text-stroke-width: 1.2px;
    }

    body.laser-tv-app .stream-home-library .section-header,
    body.laser-tv-app .stream-home-library .card-row-wrap,
    body.laser-tv-app .stream-home-library .row-indicators {
        width: 100%;
    }
}

body.laser-tv-app .stream-page-hero,
body.laser-tv-app .stream-filter-bar,
body.laser-tv-app .stream-footer,
body.laser-tv-app .stream-live-card,
body.laser-tv-app .stream-empty-state {
    border: 1px solid var(--laser-border);
    background: var(--laser-surface);
    box-shadow: var(--laser-shadow-soft);
}

body.laser-tv-app .stream-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.25rem;
    align-items: end;
    margin-top: 1.4rem;
    margin-bottom: 1.25rem;
    padding: clamp(1.3rem, 2.7vw, 2rem);
    border-radius: 1.5rem;
}

body.laser-tv-app .stream-page-hero h1 {
    margin: 0.6rem 0 0.75rem;
    font-size: clamp(2rem, 1.55rem + 1.8vw, 3.25rem);
    line-height: 1;
}

body.laser-tv-app .stream-filter-bar {
    margin-bottom: 1.3rem;
    padding: 1rem;
    border-radius: 1.4rem;
}

body.laser-tv-app .stream-filter-bar__form,
body.laser-tv-app .stream-filter-bar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

body.laser-tv-app .stream-filter-field {
    display: grid;
    gap: 0.55rem;
}

body.laser-tv-app .stream-filter-field label {
    color: var(--laser-text-soft);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.laser-tv-app .stream-select {
    min-height: 3.1rem;
    padding: 0 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

body.laser-tv-app .stream-select option {
    background: #111;
    color: #fff;
}

body.laser-tv-app .stream-filter-field--action .stream-button {
    width: 100%;
}

body.laser-tv-app .live-grid,
body.laser-tv-app .library-grid {
    display: grid;
    gap: 1rem;
}

body.laser-tv-app .live-grid {
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

body.laser-tv-app .library-grid {
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

@media (min-width: 1200px) {
    body.laser-tv-app .library-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}

body.laser-tv-app .stream-live-card {
    display: grid;
    grid-template-columns: 4.4rem minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border-radius: 1.1rem;
    transition: 180ms ease;
}

body.laser-tv-app .stream-live-card:hover {
    transform: translateY(-2px);
    border-color: var(--laser-border-strong);
}

body.laser-tv-app .stream-live-card__logo {
    width: 4.4rem;
    height: 4.4rem;
    overflow: hidden;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
}

body.laser-tv-app .stream-live-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.laser-tv-app .stream-live-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

body.laser-tv-app .stream-live-card__meta strong {
    display: block;
    margin-bottom: 0.18rem;
}

body.laser-tv-app .stream-live-card__meta span {
    color: var(--laser-text-soft);
}

body.laser-tv-app .stream-live-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 2rem;
    padding: 0 0.8rem;
    border-radius: 999px;
    background: rgba(29, 185, 84, 0.14);
    color: #aff5c8;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

body.laser-tv-app .stream-empty-state {
    margin-top: 1.2rem;
    padding: 1.15rem 1.25rem;
    border-radius: 1rem;
    color: var(--laser-text-soft);
    text-align: center;
}

body.laser-tv-app .library-load {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

body.laser-tv-app .stream-footer {
    margin-top: 2.6rem;
    padding: 2rem 0 1.2rem;
    border-radius: 1.8rem 1.8rem 0 0;
    background: linear-gradient(
        180deg,
        rgba(18, 18, 18, 0.96),
        rgba(10, 10, 10, 0.96)
    );
}

body.laser-tv-app .stream-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
}

body.laser-tv-app .stream-footer__grid h3 {
    margin: 0 0 0.9rem;
    font-size: 1rem;
}

body.laser-tv-app .stream-footer__copy,
body.laser-tv-app .stream-footer__links a,
body.laser-tv-app .stream-footer__bottom p {
    color: var(--laser-text-soft);
}

body.laser-tv-app .stream-footer__links {
    display: grid;
    gap: 0.7rem;
    padding: 0;
    margin: 0;
    list-style: none;
    a{
        font-size: 13px;
        transition:  color 0.3s ease-in-out;
        &:hover {
            color: white;
        }
    }

}

body.laser-tv-app .stream-footer__request {
    min-height: 2.9rem;
    margin-top: 1rem;
    padding: 0 1rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(
        135deg,
        var(--laser-red),
        var(--laser-red-soft)
    );
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}

body.laser-tv-app .stream-footer__qr {
    width: 7rem;
    padding: 0.75rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
}

body.laser-tv-app .stream-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--laser-border);
}

body.laser-tv-app .stream-mobile-only,
body.laser-tv-app .stream-desktop-hidden {
    display: none;
}

body.laser-tv-app .stream-mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(24rem, 86vw);
    z-index: 980;
    padding: 1rem;
    transform: translateX(-100%);
    transition: 220ms ease;
    background: rgba(10, 10, 10, 0.98);
    border-right: 1px solid var(--laser-border);
}

body.laser-tv-app .stream-mobile-drawer.is-open {
    transform: translateX(0);
}

body.laser-tv-app .stream-mobile-backdrop {
    position: fixed;
    inset: 0;
    z-index: 970;
    background: rgba(0, 0, 0, 0.56);
    opacity: 0;
    visibility: hidden;
    transition: 180ms ease;
}

body.laser-tv-app .stream-mobile-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

body.laser-tv-app .stream-mobile-drawer__header,
body.laser-tv-app .stream-mobile-nav,
body.laser-tv-app .stream-mobile-drawer__categories {
    display: grid;
    gap: 0.9rem;
}

body.laser-tv-app .stream-mobile-drawer__header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    margin-bottom: 1.2rem;
}

body.laser-tv-app .stream-mobile-nav a,
body.laser-tv-app .stream-chip {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--laser-text-soft);
}

body.laser-tv-app .stream-mobile-nav a.is-active,
body.laser-tv-app .stream-chip:hover {
    color: var(--laser-text);
    background: rgba(229, 9, 20, 0.12);
}

body.laser-tv-app .stream-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

@media (max-width: 1199.98px) {
    body.laser-tv-app .stream-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.laser-tv-app .stream-filter-bar__form,
    body.laser-tv-app .stream-filter-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    body.laser-tv-app .stream-desktop-only {
        display: none;
    }

    body.laser-tv-app .stream-mobile-only,
    body.laser-tv-app .stream-desktop-hidden {
        display: inline-flex;
    }

    body.laser-tv-app .stream-navbar__inner {
        border-radius: 1.2rem;
    }

    body.laser-tv-app .hero-slide__content,
    body.laser-tv-app .stream-page-hero {
        width: 100%;
    }

    body.laser-tv-app .stream-page-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    body.laser-tv-app .hero-spotlight {
        padding-top: 6rem;
    }

    body.laser-tv-app .library-grid--movies {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.8rem;
    }

    body.laser-tv-app .library-grid--movies .card,
    body.laser-tv-app .library-grid--movies .stream-card {
        overflow: hidden;
    }

    body.laser-tv-app .library-grid--movies .netflix-preview-popup {
        display: none !important;
    }

    body.laser-tv-app .hero-stack {
        min-height: 34rem;
    }

    body.laser-tv-app .hero-slide__content {
        align-content: end;
        padding: 1.35rem;
    }

    body.laser-tv-app .stream-scroller {
        grid-auto-columns: minmax(11.5rem, 13rem);
    }

    body.laser-tv-app .stream-scroller__button {
        display: none;
    }

    body.laser-tv-app .stream-filter-bar__form,
    body.laser-tv-app .stream-filter-bar,
    body.laser-tv-app .stream-footer__grid,
    body.laser-tv-app .stream-footer__bottom {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

    body.laser-tv-app .stream-live-card__meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

body.laser-tv-app .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 68px;
    z-index: 900;
    display: flex;
    align-items: center;
    padding: 0 3.5%;
    gap: 28px;
    transition:
        background 0.4s,
        box-shadow 0.4s;
}

body.laser-tv-app .navbar .stream-navbar__inner {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

body.laser-tv-app .logo {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    flex-shrink: 0;
    user-select: none;
}

body.laser-tv-app .logo-mark {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--laser-red);
    box-shadow: 0 0 20px rgba(229, 9, 20, 0.4);
    color: #fff;
}

body.laser-tv-app .logo-mark i {
    font-size: 0.95rem;
    transform: translateX(1px);
}

body.laser-tv-app .logo-text {
    font-family: var(--laser-font-display);
    font-size: 26px;
    letter-spacing: 3px;
    color: #fff;
}

body.laser-tv-app .logo-text span {
    color: var(--laser-red);
}

body.laser-tv-app .nav-links {
    display: flex;
    gap: 4px;
    list-style: none;
    flex: 1;
    margin: 0;
    padding: 0;
}

body.laser-tv-app .nav-links li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 6px;
    font-size: 13.5px;
    font-weight: 500;
    color: #fff;
    transition: all 0.2s;
    white-space: nowrap;
}

body.laser-tv-app .nav-links li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

body.laser-tv-app .nav-links li a.active {
    color: var(--laser-red);
    background: rgba(229, 9, 20, 0.12);
}

body.laser-tv-app .nav-right {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

body.laser-tv-app .nav-btn {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    color: #fff;
    transition: all 0.18s;
    position: relative;
}

body.laser-tv-app .nav-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

body.laser-tv-app .profile-wrap {
    position: relative;
    margin-left: 4px;
}

body.laser-tv-app .profile-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #b20710, var(--laser-red));
    border: 2px solid transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
    color: #fff;
    transition:
        border-color 0.2s,
        box-shadow 0.2s;
    position: relative;
    z-index: 2;
}

body.laser-tv-app .profile-avatar:hover {
    border-color: var(--laser-red);
    box-shadow: 0 0 16px rgba(229, 9, 20, 0.25);
}

body.laser-tv-app .profile-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #161616;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    min-width: 210px;
    padding: 6px 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px) scale(0.97);
    transition: all 0.2s cubic-bezier(0.34, 1.4, 0.64, 1);
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.8),
        0 0 0 1px rgba(229, 9, 20, 0.08);
    z-index: 999;
}

body.laser-tv-app .profile-wrap:hover .profile-dropdown,
body.laser-tv-app .profile-wrap.is-open .profile-dropdown,
body.laser-tv-app .profile-wrap .stream-account__dropdown:hover {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0) scale(1);
}

body.laser-tv-app .pd-head {
    padding: 14px 16px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

body.laser-tv-app .pd-ava {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #b20710, var(--laser-red));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
}

body.laser-tv-app .pd-name {
    font-size: 14px;
    font-weight: 700;
}

body.laser-tv-app .pd-tier {
    font-size: 11px;
    color: #f5c518;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 3px;
}

body.laser-tv-app .pd-row {
    padding: 9px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #b3b3b3;
    cursor: pointer;
    transition: all 0.15s;
}

body.laser-tv-app .pd-row:hover {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
}

body.laser-tv-app .pd-row.danger {
    color: #ff4444;
}

body.laser-tv-app .pd-row.danger:hover {
    background: rgba(255, 68, 68, 0.06);
}

body.laser-tv-app .pd-sep {
    height: 1px;
    background: rgba(255, 255, 255, 0.07);
    margin: 5px 0;
}

body.laser-tv-app .hero {
    position: relative;
    width: 100%;
    height: 130vh;
    min-height: 560px;
    max-height: 860px;
    overflow: hidden;
}

body.laser-tv-app .hero-slides-track {
    position: absolute;
    inset: 0;
}

body.laser-tv-app .hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.9s ease;
    pointer-events: none;
}

body.laser-tv-app .hero-slide.active,
body.laser-tv-app .hero-slide.is-active {
    opacity: 1;
    pointer-events: all;
}

body.laser-tv-app .hero-video-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #050505;
}

body.laser-tv-app .hero-poster-fallback {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
}

body.laser-tv-app .hero-video-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    transition: opacity 0.45s ease;
    pointer-events: none;
}

body.laser-tv-app .hero-slide.is-video-ready .hero-video-frame {
    opacity: 1;
}

body.laser-tv-app .hero-vignette {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to right,
            rgba(8, 8, 8, 0.92) 0%,
            rgba(8, 8, 8, 0.55) 45%,
            rgba(8, 8, 8, 0.05) 100%
        ),
        linear-gradient(
            to top,
            rgba(8, 8, 8, 1) 0%,
            rgba(8, 8, 8, 0.4) 30%,
            transparent 60%
        ),
        linear-gradient(to bottom, rgba(8, 8, 8, 0.5) 0%, transparent 25%);
}

body.laser-tv-app .hero-content {
    position: absolute;
    left: 3.5%;
    top: 0;
    bottom: 0;
    width: min(100% - 7%, 620px);
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 82px;
}

body.laser-tv-app .hero-lockup {
    display: grid;
    gap: 12px;
    margin-bottom: 14px;
    transform-origin: left bottom;
    transition:
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.35s ease;
}

body.laser-tv-app .hero-slide.is-title-condensed .hero-lockup {
    transform: translateY(-18px) scale(0.74);
}

body.laser-tv-app .hero-brandline {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    flex-wrap: wrap;
}

body.laser-tv-app .hero-brandline__name {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
}

body.laser-tv-app .hero-brandline__name span {
    color: var(--laser-red);
}

body.laser-tv-app .hero-brandline__tag {
    display: inline-flex;
    align-items: center;
    min-height: 1.6rem;
    padding: 0 0.65rem;
    border-radius: 999px;
    background: rgba(229, 9, 20, 0.16);
    border: 1px solid rgba(229, 9, 20, 0.35);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.laser-tv-app .hero-chips {
    display: flex;
    gap: 7px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

body.laser-tv-app .hchip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

body.laser-tv-app .hchip.premium {
    background: linear-gradient(135deg, #d4a910, #f5c518);
    color: #000;
}

body.laser-tv-app .hchip.hd {
    background: rgba(255, 255, 255, 0.1);
    color: #ddd;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

body.laser-tv-app .hchip.yr {
    background: transparent;
    color: #b3b3b3;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

body.laser-tv-app .hchip.genre {
    background: rgba(229, 9, 20, 0.15);
    color: #ff6b6b;
    border: 1px solid rgba(229, 9, 20, 0.2);
}

body.laser-tv-app .hchip.new {
    background: var(--laser-red);
    color: #fff;
}

body.laser-tv-app .hero-title {
    font-family: var(--laser-font-display);
    font-size: clamp(46px, 7vw, 84px);
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -0.045em;
    margin-bottom: 0;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);
}

body.laser-tv-app .hero-meta {
    display: flex;
    align-items: center;
    /* gap: 14px; */
    flex-wrap: wrap;
    margin-bottom: 14px;
}

body.laser-tv-app .hmeta-item {
    font-size: 13px;
    color: #b3b3b3;
    display: flex;
    align-items: center;
    gap: 5px;
}

body.laser-tv-app .imdb-chip {
    background: #f5c518;
    color: #000;
    font-weight: 800;
    font-size: 11px;
    padding: 3px 9px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
}

body.laser-tv-app .hero-desc {
    font-size: 14px;
    color: #b3b3b3;
    line-height: 1.7;
    margin-bottom: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 500px;
}

body.laser-tv-app .hero-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

body.laser-tv-app .btn {
    display: inline-flex;
    align-items: center;
    height: fit-content;
    gap: 7px;
    padding: 11px 22px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
body.laser-tv-app .btn-play i {
    font-size: 18px;
    line-height: 1;
}

body.laser-tv-app .btn-play {
    background: var(--laser-red);
    color: #fff;
    box-shadow: 0 4px 20px rgba(229, 9, 20, 0.35);
}

body.laser-tv-app .btn-play:hover {
    background: #ff1a25;
}

body.laser-tv-app .btn-info {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
}

body.laser-tv-app .btn-icon {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 999px;
    justify-content: center;
    gap: 0;
}

body.laser-tv-app .btn-icon i {
    font-size: 18px;
    line-height: 1;
}

body.laser-tv-app .btn-icon.is-saved {
    background: rgba(229, 9, 20, 0.18);
    border-color: rgba(229, 9, 20, 0.42);
}

body.laser-tv-app .tooltip {
    --bs-tooltip-bg: rgba(10, 10, 10, 0.96);
    --bs-tooltip-color: #fff;
    --bs-tooltip-border-radius: 999px;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-padding-x: 0.7rem;
    --bs-tooltip-padding-y: 0.32rem;
    --bs-tooltip-font-size: 0.72rem;
}

body.laser-tv-app .btn-gold {
    background: linear-gradient(135deg, #d4a910, #f5c518);
    color: #000;
}

body.laser-tv-app .btn-sm {
    padding: 8px 16px;
    font-size: 12.5px;
}

body.laser-tv-app .hero-indicators {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1px;
    align-items: center;
    z-index: 6;
    position: relative;
}

body.laser-tv-app .hero-ind {
    position: relative;
    width: 15px;
    height: 2px;
    background: rgba(255, 255, 255, 0.22);
    cursor: pointer;
    overflow: hidden;
    border: 0;
    padding: 0;
    transition:
        width 0.22s ease,
        background 0.22s ease;
}

body.laser-tv-app .hero-ind-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--laser-red);
    border-radius: 999px;
    width: 0%;
    transition: width 0.2s ease;
}

body.laser-tv-app .hero-ind.active,
body.laser-tv-app .hero-ind.is-active {
    width: 15px;
    background: rgba(255, 255, 255, 0.16);
}

body.laser-tv-app .hero-ind.active .hero-ind-fill,
body.laser-tv-app .hero-ind.is-active .hero-ind-fill {
    width: 100%;
}

body.laser-tv-app .hero-controls {
    position: absolute;
    right: 2%;
    bottom: 34px;
    z-index: 6;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

body.laser-tv-app .hero-controls .hero-indicators {
    pointer-events: auto;
}

body.laser-tv-app .hero-nav {
    position: absolute;
    top: 50%;
    z-index: 6;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(10, 10, 10, 0.46);
    color: #fff;
    backdrop-filter: blur(14px);
    transform: translateY(-50%);
    transition: 180ms ease;
}

body.laser-tv-app .hero-nav:hover {
    background: rgba(229, 9, 20, 0.92);
    border-color: rgba(229, 9, 20, 0.92);
    color: #fff;
}

body.laser-tv-app .hero-nav--prev {
    left: 22px !important;
}

body.laser-tv-app .hero-nav--next {
    right: 22px !important;
}

body.laser-tv-app .hero-nav i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    line-height: 1;
    font-size: 20px;
}

body.laser-tv-app .section {
    position: relative;
    padding: 28px 0 0;
    z-index: 2;
}

body.laser-tv-app .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3.5%;
    margin-bottom: 16px;
    position: relative;
    z-index: 15;
}

body.laser-tv-app .section-title {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 20px;
    font-weight: 700;
}

body.laser-tv-app .section-title i {
    color: #ff7a00;
}

body.laser-tv-app .s-badge {
    background: var(--laser-red);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 3px;
}

body.laser-tv-app .see-all {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 700;
    color: #8c8c8c;
    transition: color 0.2s;
}

body.laser-tv-app .see-all:hover {
    color: var(--laser-red);
}

body.laser-tv-app .card-row-wrap {
    position: relative;
    padding: 0 3.5%;
    z-index: 1;
    overflow-anchor: none;
}

body.laser-tv-app .row-indicators {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    margin-top: 0.9rem;
}

body.laser-tv-app .row-indicators[hidden] {
    display: none;
}

body.laser-tv-app .row-indicators button {
    width: 15px;
    height: 2px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    transition:
        background-color 0.2s ease,
        opacity 0.2s ease,
        transform 0.2s ease;
}

body.laser-tv-app .row-indicators button.is-active {
    background: var(--laser-red);
}

body.laser-tv-app .row-indicators button:hover {
    opacity: 0.95;
}

body.laser-tv-app .card-row {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(14.75rem, 15.25rem);
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    scrollbar-width: none;
    overflow-anchor: none;
    contain: layout paint;
}

body.laser-tv-app .card-row::-webkit-scrollbar {
    display: none;
}

body.laser-tv-app .stream-scroller__item {
    scroll-snap-align: start;
}

body.laser-tv-app .r-arrow {
    position: absolute;
    top: 50%;
    bottom: auto;
    width: 48px;
    height: 48px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    color: #fff;
    opacity: 1;
    transition:
        opacity 0.2s ease,
        visibility 0.2s ease;
    background: transparent;
    transform: translateY(-50%);
}

body.laser-tv-app .r-arrow.left {
    left: 0.5rem;
    background: none;
}

body.laser-tv-app .r-arrow.right {
    right: 0.5rem;
    background: none;
}

body.laser-tv-app .r-arrow.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

body.laser-tv-app .r-arrow-inner {
    width: 42px;
    height: 42px;
    background: rgba(20, 20, 20, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(12px);
    transition: all 0.2s;
}

body.laser-tv-app .r-arrow:hover .r-arrow-inner {
    background: var(--laser-red);
    border-color: var(--laser-red);
    transform: scale(1.08);
}

body.laser-tv-app .card {
    scroll-snap-align: start;
    position: relative;
    border-radius: 0.2rem;
    overflow: visible;
    isolation: isolate;
    cursor: pointer;
    background: #202020;
    transition:
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.28s ease;
    transform-origin: center bottom;
    overflow-anchor: none;
}

body.laser-tv-app .card:hover,
body.laser-tv-app .card:focus-within {
    transform: scale(1.01);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.68);
    z-index: 20;
}

body.laser-tv-app .card-poster {
    position: relative;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: #0d0d0d;
}

body.laser-tv-app .card-lang-chip {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    border-radius: 8px;
    background: rgba(16, 16, 16, 0.88);
    color: #f1f1f1;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

body.laser-tv-app .card-poster-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
}

body.laser-tv-app .card-poster-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 1;
    filter: none;
    transition:
        transform 0.4s ease,
        filter 0.3s ease,
        opacity 0.3s ease;
}

body.laser-tv-app .card:hover .card-poster-image {
    transform: scale(1.06);
    opacity: 1;
    filter: none;
}

body.laser-tv-app .card-year-chip {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 3;
    min-width: 64px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 6px;
    background: rgba(8, 8, 8, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #bdbdbd;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.02em;
    opacity: 0;
    transform: translateY(-6px);
    transition:
        opacity 0.24s ease,
        transform 0.24s ease;
}

body.laser-tv-app .card:hover .card-year-chip,
body.laser-tv-app .card:focus-within .card-year-chip {
    opacity: 1;
    transform: translateY(0);
}

body.laser-tv-app .card-overlay {
    display: none;
}

body.laser-tv-app .card:hover .card-overlay,
body.laser-tv-app .card:focus-within .card-overlay {
    display: none;
}

body.laser-tv-app .co-hero {
    display: flex;
    flex: 1 1 auto;
    align-items: flex-end;
    padding: 14px 12px 10px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(8, 8, 8, 0.1) 48%,
        rgba(8, 8, 8, 0.7) 100%
    );
}

body.laser-tv-app .co-hero-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: clamp(14px, 0.76rem + 0.24vw, 16px);
    font-weight: 800;
    line-height: 1.18;
    color: #fff;
    max-width: 100%;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

body.laser-tv-app .co-panel {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    background: rgba(20, 20, 20, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

body.laser-tv-app .co-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.laser-tv-app .co-action {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    font-size: 15px;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

body.laser-tv-app .co-action--play {
    background: #fff;
    color: #000;
    border-color: #fff;
}

body.laser-tv-app .co-action:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
}

body.laser-tv-app .co-action--more {
    margin-left: auto;
}

body.laser-tv-app .co-meta {
    font-size: 11px;
    color: #d0d0d0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    line-height: 1.4;
}

body.laser-tv-app .co-score {
    color: #f5c518;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

body.laser-tv-app .co-meta span + span::before,
body.laser-tv-app .co-genres span + span::before {
    content: "\00b7";
    margin: 0 6px;
    color: #7f7f7f;
}

body.laser-tv-app .co-genres {
    font-size: 11px;
    line-height: 1.5;
    color: #efefef;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

body.laser-tv-app .co-btns {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

body.laser-tv-app .co-btn {
    min-height: 38px;
    padding: 0 12px;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

body.laser-tv-app .co-btn.play {
    background: var(--laser-red);
    color: #fff;
    flex: 1 1 auto;
    box-shadow: 0 12px 24px rgba(229, 9, 20, 0.2);
}

body.laser-tv-app .co-btn.save {
    min-width: 76px;
    padding: 0 12px;
    background: rgba(34, 34, 34, 0.92);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

body.laser-tv-app .co-btn.save i {
    font-size: 12px;
}

body.laser-tv-app .co-btn__score {
    color: #f5c518;
    font-weight: 800;
    font-size: 11px;
}

body.laser-tv-app .card-info {
    padding: 10px 10px 12px;
    background: linear-gradient(
        180deg,
        rgba(29, 29, 29, 0.98),
        rgba(24, 24, 24, 0.98)
    );
}

body.laser-tv-app .stream-card__caption {
    display: none;
}

body.laser-tv-app .card-title {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

body.laser-tv-app .card-sub {
    font-size: 11px;
    color: #8a8a8a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 991.98px) {
    body.laser-tv-app .card:hover,
    body.laser-tv-app .card:focus-within {
        transform: scale(1.03) translateY(-3px);
    }

    body.laser-tv-app .co-panel {
        padding: 11px;
    }

    body.laser-tv-app .co-action {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    body.laser-tv-app .co-btn {
        min-height: 36px;
        font-size: 10.5px;
    }
}

@media (min-width: 1200px) {
    body.laser-tv-app .card-row {
        grid-auto-columns: calc((100% - 84px) / 7);
    }
}

@media (max-width: 575.98px) {
    body.laser-tv-app .nav-links {
        display: none;
    }
    body.laser-tv-app .logo-text {
        font-size: 18px;
    }
    body.laser-tv-app .card-lang-chip,
    body.laser-tv-app .card-year-chip {
        min-height: 26px;
        padding: 0 8px;
        font-size: 10px;
    }

    body.laser-tv-app .co-hero {
        padding: 12px 10px 8px;
    }

    body.laser-tv-app .co-panel {
        gap: 7px;
        padding: 10px;
    }

    body.laser-tv-app .co-meta,
    body.laser-tv-app .co-genres,
    body.laser-tv-app .co-btn,
    body.laser-tv-app .card-title {
        font-size: 10px;
    }
}

body.laser-tv-app .live-directory-page {
    padding-top: clamp(6.9rem, 8vw, 8.2rem);
    padding-bottom: 3rem;
}

body.laser-tv-app .live-tv-hero {
    position: relative;
    margin-bottom: 2rem;
}

body.laser-tv-app .live-tv-hero__surface {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(21rem, 0.88fr);
    gap: 1.4rem;
    padding: clamp(1.35rem, 2vw, 2.2rem);
    border-radius: 1.9rem;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(229, 9, 20, 0.24), transparent 32%),
        radial-gradient(circle at bottom right, rgba(120, 84, 255, 0.14), transparent 28%),
        linear-gradient(135deg, rgba(17, 10, 14, 0.96), rgba(8, 9, 15, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
    isolation: isolate;
}

body.laser-tv-app .live-tv-hero__surface::before,
body.laser-tv-app .live-tv-hero__surface::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
}

body.laser-tv-app .live-tv-hero__surface::before {
    top: -5.5rem;
    right: -4rem;
    width: 18rem;
    height: 18rem;
    background: rgba(229, 9, 20, 0.13);
    filter: blur(24px);
}

body.laser-tv-app .live-tv-hero__surface::after {
    bottom: -6rem;
    left: -3rem;
    width: 16rem;
    height: 16rem;
    background: rgba(55, 196, 255, 0.1);
    filter: blur(24px);
}

body.laser-tv-app .live-tv-hero__copy,
body.laser-tv-app .live-tv-hero__spotlight {
    position: relative;
    z-index: 1;
}

body.laser-tv-app .live-tv-hero__copy {
    display: grid;
    align-content: center;
    gap: 1.2rem;
    min-width: 0;
    padding-right: 0.4rem;
}

body.laser-tv-app .live-tv-hero__eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2rem;
    padding: 0 0.92rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.laser-tv-app .live-tv-hero__eyebrow i {
    color: #ff5058;
    font-size: 0.86rem;
}

body.laser-tv-app .live-tv-hero__copy h1 {
    margin: 0;
    max-width: 12ch;
    color: #fff;
    font-size: clamp(2.35rem, 1.7rem + 2vw, 4.6rem);
    line-height: 0.94;
    font-weight: 900;
    letter-spacing: -0.05em;
}

body.laser-tv-app .live-tv-hero__copy p {
    margin: 0;
    max-width: 41rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(0.96rem, 0.9rem + 0.18vw, 1.08rem);
    line-height: 1.78;
}

body.laser-tv-app .live-tv-hero__metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

body.laser-tv-app .live-tv-hero__metric {
    display: grid;
    gap: 0.18rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
}

body.laser-tv-app .live-tv-hero__metric strong {
    color: #fff;
    font-size: clamp(1.1rem, 0.95rem + 0.65vw, 1.55rem);
    font-weight: 800;
    line-height: 1;
}

body.laser-tv-app .live-tv-hero__metric span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

body.laser-tv-app .live-tv-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

body.laser-tv-app .live-tv-hero__spotlight {
    display: grid;
    gap: 1rem;
    align-content: center;
}

body.laser-tv-app .live-tv-spotlight-card {
    display: grid;
    gap: 1.15rem;
    padding: 1.2rem;
    border-radius: 1.45rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(10, 12, 18, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
}

body.laser-tv-app .live-tv-spotlight-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    flex-wrap: wrap;
}

body.laser-tv-app .live-tv-spotlight-card__brand {
    display: grid;
    grid-template-columns: 5.3rem minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
}

body.laser-tv-app .live-tv-spotlight-card__logo {
    width: 5.3rem;
    height: 5.3rem;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 1.15rem;
    background:
        radial-gradient(circle at top left, rgba(229, 9, 20, 0.18), transparent 54%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body.laser-tv-app .live-tv-spotlight-card__logo img {
    width: 76%;
    height: 76%;
    object-fit: contain;
    filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.32));
}

body.laser-tv-app .live-tv-spotlight-card__title h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.35rem, 1.06rem + 0.72vw, 1.9rem);
    font-weight: 800;
    line-height: 1.06;
}

body.laser-tv-app .live-tv-spotlight-card__title p {
    margin: 0.38rem 0 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.92rem;
    font-weight: 600;
}

body.laser-tv-app .live-tv-spotlight-card__status {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

body.laser-tv-app .live-tv-spotlight-card__status > div {
    display: grid;
    gap: 0.32rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

body.laser-tv-app .live-tv-spotlight-card__status span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.laser-tv-app .live-tv-spotlight-card__status strong {
    color: #fff;
    font-size: 0.94rem;
    line-height: 1.55;
    font-weight: 700;
}

body.laser-tv-app .live-tv-hero__rail {
    display: grid;
    gap: 0.8rem;
}

body.laser-tv-app .live-tv-hero__mini-card {
    display: grid;
    grid-template-columns: 3.2rem minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
    padding: 0.85rem 0.95rem;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

body.laser-tv-app .live-tv-hero__mini-card:hover {
    transform: translateY(-2px);
    border-color: rgba(229, 9, 20, 0.24);
    background: rgba(255, 255, 255, 0.07);
}

body.laser-tv-app .live-tv-hero__mini-logo {
    width: 3.2rem;
    height: 3.2rem;
    display: grid;
    place-items: center;
    border-radius: 0.95rem;
    background: rgba(8, 10, 16, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

body.laser-tv-app .live-tv-hero__mini-logo img {
    width: 72%;
    height: 72%;
    object-fit: contain;
}

body.laser-tv-app .live-tv-hero__mini-copy {
    min-width: 0;
}

body.laser-tv-app .live-tv-hero__mini-copy strong {
    display: block;
    color: #fff;
    font-size: 0.96rem;
    font-weight: 750;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.laser-tv-app .live-tv-hero__mini-copy span {
    display: block;
    margin-top: 0.22rem;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.laser-tv-app .live-tv-hero__mini-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.7rem;
    padding: 0 0.72rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
}

body.laser-tv-app .live-tv-hero__mini-pill.is-premium {
    background: rgba(245, 197, 24, 0.14);
    border: 1px solid rgba(245, 197, 24, 0.22);
    color: #ffd54d;
}

body.laser-tv-app .live-tv-hero__mini-pill.is-free {
    background: rgba(38, 179, 93, 0.14);
    border: 1px solid rgba(38, 179, 93, 0.22);
    color: #87f0ad;
}

body.laser-tv-app .live-directory-header {
    margin-bottom: 1.55rem;
}

body.laser-tv-app .live-directory-header__copy h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.6rem, 2rem + 2.4vw, 4.6rem);
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

body.laser-tv-app .live-directory-header__copy p {
    margin: 1.25rem 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: clamp(1rem, 0.94rem + 0.28vw, 1.16rem);
}

body.laser-tv-app .live-directory-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 1.9rem;
}

body.laser-tv-app .live-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 3.05rem;
    padding: 0 1.45rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.94rem;
    font-weight: 700;
    transition:
        background 180ms ease,
        border-color 180ms ease,
        color 180ms ease,
        transform 180ms ease;
}

body.laser-tv-app .live-filter-pill i {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.74);
}

body.laser-tv-app .live-filter-pill:hover,
body.laser-tv-app .live-filter-pill.is-active {
    color: #fff;
    border-color: rgba(229, 9, 20, 0.42);
    background: linear-gradient(
        135deg,
        rgba(229, 9, 20, 0.96),
        rgba(255, 39, 51, 0.9)
    );
    transform: translateY(-1px);
}

body.laser-tv-app .live-filter-pill:hover i,
body.laser-tv-app .live-filter-pill.is-active i {
    color: #fff;
}

body.laser-tv-app .live-directory-page .live-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.35rem;
    padding: 0;
}

body.laser-tv-app .live-card-row {
    grid-auto-columns: calc((100% - 2.4rem) / 4);
    align-items: stretch;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    contain: layout paint;
}

body.laser-tv-app .live-card-row__item {
    min-width: 0;
    scroll-snap-align: start;
}

body.laser-tv-app .live-directory-page .live-card,
body.laser-tv-app .live-directory-page .stream-live-card,
body.laser-tv-app .live-card-row .live-card,
body.laser-tv-app .live-card-row .stream-live-card,
body.laser-tv-app .live-stream-layout .live-card,
body.laser-tv-app .live-stream-layout .stream-live-card {
    display: block;
    padding: 0;
    overflow: hidden;
    border-radius: 1.25rem;
    background: linear-gradient(
        180deg,
        rgba(22, 22, 22, 0.98),
        rgba(28, 28, 28, 0.98)
    );
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.26);
    transition:
        transform 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease;
}

body.laser-tv-app .live-directory-page .live-card:hover,
body.laser-tv-app .live-directory-page .stream-live-card:hover,
body.laser-tv-app .live-card-row .live-card:hover,
body.laser-tv-app .live-card-row .stream-live-card:hover,
body.laser-tv-app .live-stream-layout .live-card:hover,
body.laser-tv-app .live-stream-layout .stream-live-card:hover {
    transform: translateY(-4px);
    border-color: rgba(229, 9, 20, 0.34);
    box-shadow: 0 28px 54px rgba(0, 0, 0, 0.34);
}

body.laser-tv-app .live-directory-page .live-thumb,
body.laser-tv-app .live-card-row .live-thumb,
body.laser-tv-app .live-stream-layout .live-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(
            circle at top left,
            rgba(229, 9, 20, 0.08),
            transparent 45%
        ),
        linear-gradient(180deg, rgba(18, 10, 14, 0.96), rgba(12, 8, 10, 0.98));
}

body.laser-tv-app .live-directory-page .live-thumb__img,
body.laser-tv-app .live-card-row .live-thumb__img,
body.laser-tv-app .live-stream-layout .live-thumb__img {
    width: 56%;
    height: 56%;
    object-fit: contain;
    filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.42));
}

body.laser-tv-app .live-directory-page .live-badge,
body.laser-tv-app .live-card-row .live-badge,
body.laser-tv-app .live-stream-layout .live-badge {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    min-height: 1.7rem;
    padding: 0 0.8rem;
    border-radius: 0.35rem;
    background: linear-gradient(
        135deg,
        rgba(229, 9, 20, 0.98),
        rgba(255, 46, 59, 0.94)
    );
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

body.laser-tv-app .live-directory-page .live-badge span,
body.laser-tv-app .live-card-row .live-badge span,
body.laser-tv-app .live-stream-layout .live-badge span {
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    background: #fff;
}

body.laser-tv-app .live-directory-page .live-logo,
body.laser-tv-app .live-card-row .live-logo,
body.laser-tv-app .live-stream-layout .live-logo {
    position: absolute;
    right: 0.85rem;
    bottom: 0.85rem;
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0 0.95rem;
    border-radius: 0.42rem;
    background: rgba(0, 0, 0, 0.88);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    max-width: calc(100% - 1.7rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.laser-tv-app .live-access-pill {
    position: absolute;
    left: 0.85rem;
    bottom: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    min-height: 1.9rem;
    padding: 0 0.82rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    z-index: 1;
}

body.laser-tv-app .live-access-pill.is-premium {
    background: rgba(245, 197, 24, 0.14);
    border: 1px solid rgba(245, 197, 24, 0.28);
    color: #ffd54d;
}

body.laser-tv-app .live-access-pill.is-free {
    background: rgba(38, 179, 93, 0.14);
    border: 1px solid rgba(38, 179, 93, 0.28);
    color: #87f0ad;
}

body.laser-tv-app .live-directory-page .live-info,
body.laser-tv-app .live-card-row .live-info,
body.laser-tv-app .live-stream-layout .live-info {
    padding: 1.2rem 1.18rem 1.12rem;
}

body.laser-tv-app .live-directory-page .live-ch,
body.laser-tv-app .live-card-row .live-ch,
body.laser-tv-app .live-stream-layout .live-ch {
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.18;
}

body.laser-tv-app .live-directory-page .live-now,
body.laser-tv-app .live-directory-page .live-next,
body.laser-tv-app .live-card-row .live-now,
body.laser-tv-app .live-card-row .live-next,
body.laser-tv-app .live-stream-layout .live-now,
body.laser-tv-app .live-stream-layout .live-next {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.98rem;
    line-height: 1.45;
}

body.laser-tv-app .live-directory-page .live-now,
body.laser-tv-app .live-card-row .live-now,
body.laser-tv-app .live-stream-layout .live-now {
    color: var(--laser-red);
    font-weight: 700;
}

body.laser-tv-app .live-directory-page .live-next,
body.laser-tv-app .live-card-row .live-next,
body.laser-tv-app .live-stream-layout .live-next {
    margin-top: 0.28rem;
    color: rgba(255, 255, 255, 0.42);
}

body.laser-tv-app .plan-showcase {
    padding-top: clamp(6.9rem, 8vw, 8.1rem);
    padding-bottom: 3.4rem;
}

body.laser-tv-app .plan-showcase__header {
    max-width: 44rem;
    margin: 0 auto 2.8rem;
    text-align: center;
}

body.laser-tv-app .plan-showcase__header h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.5rem, 1.9rem + 2.2vw, 4rem);
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

body.laser-tv-app .plan-showcase__header p {
    margin: 1.05rem auto 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(1rem, 0.96rem + 0.18vw, 1.16rem);
}

body.laser-tv-app .stream-plan-grid--pricing {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
    max-width: 66rem;
    margin: 0 auto;
}

body.laser-tv-app .stream-plan-card--pricing {
    display: grid;
    gap: 1.35rem;
    padding: 1.9rem 1.9rem 1.65rem;
    border-radius: 1.7rem;
    background: linear-gradient(
        180deg,
        rgba(28, 28, 28, 0.98),
        rgba(24, 24, 24, 0.98)
    );
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 26px 46px rgba(0, 0, 0, 0.22);
}

body.laser-tv-app .stream-plan-card--pricing.is-basic {
    border-color: rgba(255, 255, 255, 0.08);
}

body.laser-tv-app .stream-plan-card--pricing.is-popular {
    border-color: rgba(229, 9, 20, 0.52);
    box-shadow: 0 28px 54px rgba(229, 9, 20, 0.14);
}

body.laser-tv-app .stream-plan-card--pricing.is-premium {
    border-color: rgba(245, 197, 24, 0.4);
    box-shadow: 0 28px 54px rgba(245, 197, 24, 0.12);
}

body.laser-tv-app .stream-plan-tier-badge {
    display: inline-flex;
    align-items: center;
    min-height: 1.8rem;
    padding: 0 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

body.laser-tv-app
    .stream-plan-card--pricing.is-popular
    .stream-plan-tier-badge {
    background: rgba(229, 9, 20, 0.12);
    border-color: rgba(229, 9, 20, 0.28);
    color: #ff6b73;
}

body.laser-tv-app
    .stream-plan-card--pricing.is-premium
    .stream-plan-tier-badge {
    background: rgba(245, 197, 24, 0.11);
    border-color: rgba(245, 197, 24, 0.26);
    color: #f5c518;
}

body.laser-tv-app .stream-plan-title h3 {
    margin: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

body.laser-tv-app .stream-plan-price {
    display: grid;
    gap: 0.15rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.laser-tv-app .stream-plan-price__currency {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.laser-tv-app .stream-plan-price strong {
    color: #fff;
    font-size: clamp(3rem, 2.2rem + 1.6vw, 4rem);
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: -0.04em;
}

body.laser-tv-app
    .stream-plan-card--pricing.is-premium
    .stream-plan-price
    strong {
    color: #fff4cb;
}

body.laser-tv-app .stream-plan-feature-list {
    display: grid;
    gap: 0.8rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

body.laser-tv-app .stream-plan-feature-list li {
    position: relative;
    padding-left: 1.65rem;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.99rem;
}

body.laser-tv-app .stream-plan-feature-list li::before {
    position: absolute;
    top: 0.05rem;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

body.laser-tv-app .stream-plan-feature-list li.is-positive::before {
    content: "\f00c";
    color: #22c55e;
}

body.laser-tv-app .stream-plan-feature-list li.is-negative {
    color: rgba(255, 255, 255, 0.46);
}

body.laser-tv-app .stream-plan-feature-list li.is-negative::before {
    content: "\f00d";
    color: rgba(255, 255, 255, 0.3);
}

body.laser-tv-app .stream-plan-cta {
    width: 100%;
    justify-content: center;
    min-height: 3.35rem;
    border-radius: 0.9rem;
    font-size: 1.02rem;
    font-weight: 800;
}

body.laser-tv-app .stream-plan-card--pricing.is-basic .stream-plan-cta {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

body.laser-tv-app .stream-plan-card--pricing.is-popular .stream-plan-cta {
    background: linear-gradient(
        135deg,
        rgba(229, 9, 20, 0.98),
        rgba(255, 34, 46, 0.96)
    );
    color: #fff;
    box-shadow: 0 18px 34px rgba(229, 9, 20, 0.22);
}

body.laser-tv-app .stream-plan-card--pricing.is-premium .stream-plan-cta {
    background: linear-gradient(
        135deg,
        rgba(245, 197, 24, 1),
        rgba(255, 214, 10, 0.94)
    );
    color: #101010;
    box-shadow: 0 18px 34px rgba(245, 197, 24, 0.2);
}

body.laser-tv-app .stream-plan-cta.is-disabled {
    pointer-events: none;
    opacity: 0.76;
}

body.laser-tv-app .plan-showcase__coupon {
    max-width: 52rem;
    margin: 2.2rem auto 0;
}

body.laser-tv-app .plan-showcase__coupon-form {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
}

body.laser-tv-app .live-stream-shell {
    display: grid;
    gap: 1rem;
    margin-top: 6.8rem;
    padding: 1.3rem;
    border-radius: 1.7rem;
}

body.laser-tv-app .live-stream-shell__media {
    display: grid;
    gap: 1rem;
}

body.laser-tv-app .live-stream-shell__player {
    overflow: hidden;
    border-radius: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #070707;
}

body.laser-tv-app .live-stream-shell__summary {
    display: grid;
    grid-template-columns: 8.5rem minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 0.25rem 0;
}

body.laser-tv-app .live-stream-shell__thumb {
    overflow: hidden;
    aspect-ratio: 0.72;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

body.laser-tv-app .live-stream-shell__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.laser-tv-app .live-stream-shell__copy {
    display: grid;
    gap: 0.75rem;
}

body.laser-tv-app .live-stream-shell__copy h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 1.6rem + 1.2vw, 3rem);
    font-weight: 900;
    line-height: 0.95;
}

body.laser-tv-app .live-stream-shell__copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.65;
}

body.laser-tv-app .live-stream-shell__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

body.laser-tv-app .live-stream-shell__meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.1rem;
    padding: 0 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.86rem;
    font-weight: 700;
}

body.laser-tv-app .live-stream-shell__meta span.is-premium {
    color: #ffd54d;
    border-color: rgba(245, 197, 24, 0.22);
    background: rgba(245, 197, 24, 0.08);
}

body.laser-tv-app .live-stream-shell__meta span.is-free {
    color: #95f2b7;
    border-color: rgba(38, 179, 93, 0.2);
    background: rgba(38, 179, 93, 0.08);
}

body.laser-tv-app .live-stream-shell__actions {
    margin-top: 0;
}

body.laser-tv-app .live-stream-layout {
    margin-top: 1.25rem;
}

@media (max-width: 1199.98px) {
    body.laser-tv-app .live-tv-hero__surface {
        grid-template-columns: minmax(0, 1fr);
    }

    body.laser-tv-app .live-tv-hero__copy h1 {
        max-width: 14ch;
    }

    body.laser-tv-app .live-directory-page .live-grid,
    body.laser-tv-app .stream-plan-grid--pricing {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.laser-tv-app .live-stream-shell__summary {
        grid-template-columns: 7rem minmax(0, 1fr);
    }
}

@media (max-width: 767.98px) {
    body.laser-tv-app .live-tv-hero__surface {
        padding: 1rem;
        border-radius: 1.45rem;
    }

    body.laser-tv-app .live-tv-hero__copy {
        gap: 1rem;
    }

    body.laser-tv-app .live-tv-hero__copy h1 {
        max-width: none;
        font-size: clamp(1.9rem, 1.46rem + 2vw, 2.8rem);
    }

    body.laser-tv-app .live-tv-hero__copy p {
        font-size: 0.92rem;
        line-height: 1.68;
    }

    body.laser-tv-app .live-tv-hero__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.laser-tv-app .live-tv-spotlight-card__brand,
    body.laser-tv-app .live-tv-spotlight-card__status {
        grid-template-columns: minmax(0, 1fr);
    }

    body.laser-tv-app .live-tv-hero__mini-card {
        grid-template-columns: 3rem minmax(0, 1fr);
    }

    body.laser-tv-app .live-tv-hero__mini-pill {
        grid-column: 1 / -1;
        width: fit-content;
    }

    body.laser-tv-app .live-directory-tabs {
        gap: 0.7rem;
    }

    body.laser-tv-app .live-filter-pill {
        min-height: 2.8rem;
        padding: 0 1.15rem;
        font-size: 0.88rem;
    }

    body.laser-tv-app .live-directory-page .live-grid,
    body.laser-tv-app .stream-plan-grid--pricing,
    body.laser-tv-app .plan-showcase__coupon-form {
        grid-template-columns: 1fr;
    }

    body.laser-tv-app .live-directory-page .live-thumb__img {
        width: 48%;
        height: 48%;
    }

    body.laser-tv-app .live-stream-shell {
        margin-top: 6.2rem;
        padding: 1rem;
    }

    body.laser-tv-app .live-stream-shell__summary {
        grid-template-columns: 1fr;
    }

    body.laser-tv-app .live-stream-shell__thumb {
        max-width: 9rem;
    }
}

body.laser-tv-app .bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: rgba(10, 10, 10, 0.98);
    backdrop-filter: blur(24px);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    z-index: 900;
    padding: 0 2%;
    align-items: center;
    justify-content: space-around;
}

body.laser-tv-app .bnav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 6px 12px;
    color: #6b6b6b;
    transition: color 0.2s;
    flex: 1;
    border-radius: 8px;
}

body.laser-tv-app .bnav-item.active {
    color: var(--laser-red);
}

body.laser-tv-app .bnav-label {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

@media (max-width: 991.98px) {
    body.laser-tv-app .bottom-nav {
        display: flex;
    }

    body.laser-tv-app .hero {
        height: 68vh;
        min-height: 30rem;
        max-height: 42rem;
    }

    body.laser-tv-app .hero-content {
        max-width: 85%;
        left: 4%;
        padding-bottom: 4rem;
    }

    body.laser-tv-app .hero-desc {
        display: none;
    }

    body.laser-tv-app .hero-title {
        font-size: 38px;
    }

    body.laser-tv-app .hero-lockup {
        gap: 9px;
    }

    body.laser-tv-app .hero-brandline__name {
        font-size: 0.72rem;
        letter-spacing: 0.16em;
    }

    body.laser-tv-app .hero-brandline__tag {
        min-height: 1.4rem;
        font-size: 0.64rem;
    }

    body.laser-tv-app .card-row {
        grid-auto-columns: calc(50% - 6px);
    }
}

@media (max-width: 767.98px) {
    body.laser-tv-app .hero {
        height: 61vh;
        min-height: 26rem;
        max-height: 34rem;
    }

    body.laser-tv-app .hero-content {
        max-width: 88%;
        padding-bottom: 3.4rem;
    }

    body.laser-tv-app .hero-title {
        font-size: 34px;
    }

    body.laser-tv-app .hero-nav {
        display: none;
    }
}

@media (max-width: 575.98px) {
    body.laser-tv-app .hero {
        height: 56vh;
        min-height: 24rem;
        max-height: 30rem;
    }

    body.laser-tv-app .hero-content {
        left: 4%;
        width: min(100% - 8%, 100%);
        padding-bottom: 3rem;
    }

    body.laser-tv-app .card-row {
        grid-auto-columns: calc(50% - 5px);
    }

    body.laser-tv-app .hero-title {
        font-size: 30px;
        line-height: 0.96;
    }

    body.laser-tv-app .hero-meta {
        margin-bottom: 10px;
    }

    body.laser-tv-app .hero-slide.is-title-condensed .hero-lockup {
        transform: translateY(-10px) scale(0.86);
    }

    body.laser-tv-app .hero-btns .btn {
        font-size: 12.5px;
        padding: 9px 14px;
    }

    body.laser-tv-app.tv-shows-page .library-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    body.laser-tv-app.tv-shows-page .library-grid .stream-card,
    body.laser-tv-app.tv-shows-page .library-grid .card {
        min-width: 0;
    }
}

body.laser-tv-app .stream-copy-page {
    display: grid;
    gap: 1.35rem;
}

body.laser-tv-app .stream-copy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

body.laser-tv-app .stream-copy-card {
    padding: 1.5rem;
    border: 1px solid var(--laser-border);
    border-radius: 1.5rem;
    background:
        radial-gradient(
            circle at top right,
            rgba(229, 9, 20, 0.08),
            transparent 26%
        ),
        rgba(18, 18, 18, 0.92);
    box-shadow: var(--laser-shadow-soft);
}

body.laser-tv-app .stream-copy-card h2 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 1rem;
    font-size: 1.18rem;
}

body.laser-tv-app .stream-copy-card h2 i {
    width: 2.3rem;
    height: 2.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.85rem;
    background: rgba(229, 9, 20, 0.12);
    color: #ff656d;
}

body.laser-tv-app .stream-copy-card p,
body.laser-tv-app .stream-copy-card li {
    color: var(--laser-text-soft);
    line-height: 1.75;
}

body.laser-tv-app .stream-copy-card ul {
    margin: 0;
    padding-left: 1.2rem;
}

body.laser-tv-app .stream-faq-list.stream-copy-card {
    padding: 1rem;
}

body.laser-tv-app .stream-faq-item {
    border-radius: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}

body.laser-tv-app .stream-faq-item + .stream-faq-item {
    margin-top: 0.8rem;
}

body.laser-tv-app .stream-faq-item summary {
    padding: 1.1rem 1.2rem;
    font-size: 1rem;
    font-weight: 700;
}

body.laser-tv-app .stream-faq-item p {
    padding: 0 1.2rem 1.2rem;
    color: var(--laser-text-soft);
}

body.laser-tv-app .live-grid--sidebar {
    grid-template-columns: 1fr;
}

body.laser-tv-app .live-stream-layout .live-grid--sidebar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

@media (max-width: 1199.98px) {
    body.laser-tv-app .live-stream-layout .live-grid--sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.laser-tv-app .live-stream-layout .live-grid--sidebar {
        grid-template-columns: 1fr;
    }
}

body.laser-tv-app.watch-page-body .stream-navbar,
body.laser-tv-app.watch-page-body .stream-footer,
body.laser-tv-app.watch-page-body #ondemand-search-modal {
    display: none !important;
}

body.laser-tv-app.watch-page-body .page-shell {
    padding-bottom: 0;
}

body.laser-tv-app .watch-page {
    position: relative;
    width: min(100%, 100vw);
    min-height: 100vh;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 1.2rem;
    padding-bottom: 1.5rem;
    overflow: hidden;
    background: #050505;
}

body.laser-tv-app .watch-page__backdrop,
body.laser-tv-app .watch-page__backdrop::after {
    position: absolute;
    inset: 0;
}

body.laser-tv-app .watch-page__backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.08;
    filter: blur(14px) saturate(0.8);
    transform: scale(1.08);
}

body.laser-tv-app .watch-page__backdrop::after {
    content: "";
    background:
        radial-gradient(
            circle at top center,
            rgba(229, 9, 20, 0.12),
            transparent 20%
        ),
        linear-gradient(
            180deg,
            rgba(4, 4, 4, 0.92) 0%,
            rgba(4, 4, 4, 0.84) 24%,
            rgba(4, 4, 4, 0.96) 100%
        );
}

body.laser-tv-app .watch-page__header,
body.laser-tv-app .watch-page__label,
body.laser-tv-app .watch-page__player,
body.laser-tv-app .watch-page__meta {
    position: relative;
    z-index: 1;
}

body.laser-tv-app .watch-page__header {
    width: min(100%, 100vw);
    padding-inline: clamp(18px, 3vw, 34px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

body.laser-tv-app .watch-page__heading {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

body.laser-tv-app .watch-page__back {
    width: 3.8rem;
    height: 3.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(10, 10, 10, 0.6);
    color: #fff;
    backdrop-filter: blur(16px);
}

body.laser-tv-app .watch-page__back i {
    font-size: 1.1rem;
}

body.laser-tv-app .watch-page__heading h1 {
    margin: 0;
    font-size: clamp(1.9rem, 2vw, 3rem);
    line-height: 1.05;
    text-transform: uppercase;
}

body.laser-tv-app .watch-page__heading p,
body.laser-tv-app .watch-page__meta {
    margin: 0.35rem 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
}

body.laser-tv-app .watch-page__actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

body.laser-tv-app .watch-page__action {
    width: 3.85rem;
    min-width: 3.85rem;
    height: 3.85rem;
    min-height: 3.85rem;
    border-radius: 999px;
    background: rgba(10, 10, 10, 0.58);
    border-color: rgba(255, 255, 255, 0.16);
}

body.laser-tv-app .watch-page__action i {
    font-size: 1.35rem;
}

body.laser-tv-app .watch-page__label {
    display: flex;
    justify-content: center;
    margin-top: 1.75rem;
}

body.laser-tv-app .watch-page__label span {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 3rem;
    padding: 0 1.45rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(8, 8, 8, 0.58);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    backdrop-filter: blur(18px);
}

body.laser-tv-app .watch-page__label i {
    color: var(--laser-red);
    font-size: 0.65rem;
}

body.laser-tv-app .watch-page__player {
    width: min(100%, 100vw);
    margin-top: 1.4rem;
    padding-inline: clamp(18px, 3vw, 34px);
}

body.laser-tv-app .watch-player-shell {
    border-radius: 1.7rem;
    background: #050505;
}

body.laser-tv-app .watch-player-shell .video-js {
    aspect-ratio: 16 / 9;
    min-height: min(70vh, 46rem);
}

body.laser-tv-app .watch-page__meta {
    width: min(100%, 100vw);
    padding-inline: clamp(18px, 3vw, 34px);
    margin-top: 1rem;
}

@media (max-width: 991px) {
    body.laser-tv-app .stream-copy-grid,
    body.laser-tv-app .live-grid--sidebar {
        grid-template-columns: 1fr;
    }

    body.laser-tv-app .watch-page__header {
        flex-direction: column;
    }

    body.laser-tv-app .watch-page__actions {
        align-self: flex-end;
    }
}

@media (max-width: 767px) {
    body.laser-tv-app .live-card-row {
        grid-auto-columns: calc(82% - 0.5rem);
    }

    body.laser-tv-app .live-tv-hero {
        margin-bottom: 1.55rem;
    }

    body.laser-tv-app .live-tv-hero__eyebrow {
        min-height: 1.85rem;
        padding: 0 0.78rem;
        font-size: 0.68rem;
        letter-spacing: 0.1em;
    }

    body.laser-tv-app .live-tv-hero__actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    body.laser-tv-app .live-tv-hero__actions .btn {
        width: 100%;
        justify-content: center;
    }

    body.laser-tv-app .live-tv-hero__metric {
        padding: 0.82rem 0.85rem;
    }

    body.laser-tv-app .live-tv-spotlight-card {
        padding: 0.95rem;
        border-radius: 1.15rem;
    }

    body.laser-tv-app .live-tv-spotlight-card__logo {
        width: 4.4rem;
        height: 4.4rem;
    }

    body.laser-tv-app .live-tv-spotlight-card__title h2 {
        font-size: 1.18rem;
    }

    body.laser-tv-app .live-tv-spotlight-card__title p,
    body.laser-tv-app .live-tv-spotlight-card__status strong,
    body.laser-tv-app .live-tv-hero__mini-copy strong {
        font-size: 0.88rem;
    }

    body.laser-tv-app .live-tv-hero__mini-copy span {
        font-size: 0.76rem;
    }

    body.laser-tv-app .watch-page {
        padding-top: 0.9rem;
    }

    body.laser-tv-app .watch-page__heading {
        gap: 0.75rem;
    }

    body.laser-tv-app .watch-page__back,
    body.laser-tv-app .watch-page__action {
        width: 3.2rem;
        min-width: 3.2rem;
        height: 3.2rem;
        min-height: 3.2rem;
    }

    body.laser-tv-app .watch-page__label {
        margin-top: 1rem;
    }

    body.laser-tv-app .watch-page__label span {
        min-height: 2.65rem;
        padding: 0 1rem;
        font-size: 0.88rem;
    }

    body.laser-tv-app .watch-player-shell .video-js {
        min-height: 52vh;
    }
}

/* Consistency Overrides */
body.laser-tv-app .btn,
body.laser-tv-app .stream-button,
body.laser-tv-app .stream-nav__link,
body.laser-tv-app .live-filter-pill,
body.laser-tv-app .ott-detail-chip,
body.laser-tv-app .stream-search-result__meta span,
body.laser-tv-app .live-access-pill {
    font-size: var(--laser-text-button-size);
}

body.laser-tv-app .btn {
    border-radius: var(--laser-radius-control);
}

body.laser-tv-app .stream-select,
body.laser-tv-app .stream-search,
body.laser-tv-app .stream-search-panel__inner,
body.laser-tv-app .stream-search-result,
body.laser-tv-app .stream-page-hero,
body.laser-tv-app .stream-filter-bar,
body.laser-tv-app .stream-empty-state,
body.laser-tv-app .ott-overview-score,
body.laser-tv-app .ott-overview-quick,
body.laser-tv-app .ott-detail-episodes-shell,
body.laser-tv-app .ott-player-shell,
body.laser-tv-app .stream-plan-card--pricing {
    border-radius: var(--laser-radius-card-md);
}

body.laser-tv-app .stream-filter-field label,
body.laser-tv-app .ott-overview-section-title,
body.laser-tv-app .stream-plan-tier-badge,
body.laser-tv-app .live-tv-hero__eyebrow {
    font-size: var(--laser-text-label-size);
}

body.laser-tv-app .stream-page-hero p,
body.laser-tv-app .hero-desc,
body.laser-tv-app .stream-empty-state,
body.laser-tv-app .live-directory-header__copy p,
body.laser-tv-app .live-tv-hero__copy p,
body.laser-tv-app .live-tv-spotlight-card__title p,
body.laser-tv-app .ott-overview-copy,
body.laser-tv-app .ott-overview-score p,
body.laser-tv-app .ott-overview-cast__card p,
body.laser-tv-app .live-directory-page .live-next,
body.laser-tv-app .live-card-row .live-next,
body.laser-tv-app .live-stream-layout .live-next {
    font-size: var(--laser-text-body-size);
    line-height: var(--laser-text-body-line);
}

body.laser-tv-app .stream-card__caption p,
body.laser-tv-app .ott-overview-meta__label,
body.laser-tv-app .ott-overview-meta__value,
body.laser-tv-app .ott-overview-quick__item span,
body.laser-tv-app .ott-overview-quick__item strong,
body.laser-tv-app .stream-account__summary span,
body.laser-tv-app .stream-account__membership span,
body.laser-tv-app .live-tv-hero__mini-copy span {
    font-size: var(--laser-text-caption-size);
}

body.laser-tv-app .ott-detail-hero__facts span:not(:last-child)::after {
    content: "\00b7" !important;
}

@media (max-width: 991.98px) {
    body.laser-tv-app .stream-navbar__inner,
    body.laser-tv-app .stream-page-hero,
    body.laser-tv-app .stream-filter-bar,
    body.laser-tv-app .stream-search-panel__inner {
        border-radius: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    body.laser-tv-app .stream-search,
    body.laser-tv-app .stream-select,
    body.laser-tv-app .btn,
    body.laser-tv-app .stream-button {
        font-size: var(--laser-text-button-size);
    }

    body.laser-tv-app .stream-search-result {
        grid-template-columns: 3rem minmax(0, 1fr);
    }

    body.laser-tv-app .stream-search-result__meta {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    body.laser-tv-app *,
    body.laser-tv-app *::before,
    body.laser-tv-app *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
