@media (max-width: 991.98px) {
    body.mobile-stream-layout {
        background: #0b0b0f;
    }

    body.mobile-stream-layout main {
        padding-top: 0 !important;
        padding-bottom: 4.75rem !important;
    }

    body.mobile-stream-layout .footer-cctv {
        display: none;
    }

    body.mobile-stream-layout .mobile-stream-credit {
        display: block;
    }

    body.mobile-stream-layout .navbar-cctv {
        background: rgba(11, 11, 15, 0.92) !important;
        backdrop-filter: blur(12px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    body.mobile-stream-layout .navbar-cctv .navbar-toggler {
        display: none !important;
    }

    body.mobile-stream-layout .navbar-cctv .navbar-collapse:not(.show) {
        display: none !important;
    }

    body.mobile-stream-layout .navbar-cctv .container {
        justify-content: flex-start;
    }

    body.mobile-stream-layout .navbar-cctv .navbar-brand {
        max-width: 100%;
    }
}

/* Beranda streaming — semua ukuran layar */
body.beranda-stream-page {
    background: #0b0b0f;
}

body.beranda-stream-page main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.beranda-stream-page .footer-cctv {
    display: none;
}

.mobile-stream-credit {
    display: none;
    margin-top: auto;
    padding: 1.25rem 1rem calc(5.5rem + env(safe-area-inset-bottom));
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(11, 11, 15, 0) 0%, rgba(11, 11, 15, 0.92) 35%);
    color: rgba(255, 255, 255, 0.55);
}

.mobile-stream-credit__logo {
    display: block;
    margin: 0 auto 0.65rem;
    opacity: 0.85;
}

.mobile-stream-credit__text {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.72);
}

.mobile-stream-credit__sub {
    margin: 0;
    font-size: 0.64rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.42);
}

body.beranda-stream-page .navbar-cctv {
    background: rgba(11, 11, 15, 0.94) !important;
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.beranda-stream-page .navbar-cctv .nav-link.active {
    color: rgb(104, 192, 152) !important;
}

.mobile-stream-app {
    display: block;
    color: #f5f5f5;
    background: #0b0b0f;
    min-height: calc(100vh - 56px);
}

.mobile-stream-app__search-wrap--desktop {
    display: none;
}

.mobile-stream-app__search-wrap--mobile {
    display: block;
}

@media (min-width: 992px) {
    body.beranda-stream-page main {
        padding-bottom: 1.5rem !important;
    }

    .mobile-stream-app {
        min-height: calc(100vh - 56px);
    }

    .mobile-stream-app__shell {
        max-width: 1440px;
        margin: 0 auto;
    }

    .mobile-stream-app__search-wrap--desktop {
        display: block;
        position: sticky;
        top: 0;
        z-index: 30;
        padding: 1rem 2rem 0.75rem;
        background: linear-gradient(180deg, rgba(11, 11, 15, 0.98) 75%, rgba(11, 11, 15, 0));
    }

    .mobile-stream-app__search-wrap--desktop .mobile-stream-app__search {
        max-width: 520px;
        margin: 0 auto;
    }

    .mobile-stream-app__search-wrap--mobile {
        display: none !important;
    }

    .mobile-stream-app__content {
        padding: 0 2rem 2rem;
    }

    .mobile-stream-app__hero {
        width: 100%;
        margin: 0 0 2rem;
        aspect-ratio: auto;
        min-height: min(62vh, 680px);
        max-height: none;
        border-radius: 0;
    }

    .mobile-stream-app__hero-body {
        padding: 2rem 2.25rem 2.25rem;
        max-width: 58%;
    }

    .mobile-stream-app__hero-label {
        font-size: 0.78rem;
        margin-bottom: 0.5rem;
    }

    .mobile-stream-app__hero-title {
        font-size: clamp(1.75rem, 3vw, 2.75rem);
        margin-bottom: 0.65rem;
    }

    .mobile-stream-app__hero-meta {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
    }

    .mobile-stream-app__hero-actions {
        gap: 0.75rem;
    }

    .mobile-stream-app__btn {
        padding: 0.7rem 1.35rem;
        font-size: 0.92rem;
    }

    .mobile-stream-app__section {
        margin-bottom: 2rem;
    }

    .mobile-stream-app__section-head {
        padding: 0 0 0.85rem;
    }

    .mobile-stream-app__section-title {
        font-size: 1.25rem;
    }

    .mobile-stream-app__section-sub {
        font-size: 0.85rem;
    }

    .mobile-stream-app__row {
        gap: 1rem;
        padding: 0 2.75rem 0.35rem;
        scroll-padding-left: 0;
        scroll-padding-inline: 2.75rem;
    }

    .mobile-stream-app__row-wrap {
        position: relative;
    }

    .mobile-stream-app__row-nav {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 38%;
        z-index: 6;
        width: 2.75rem;
        height: 2.75rem;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 999px;
        background: rgba(11, 11, 15, 0.88);
        color: #fff;
        cursor: pointer;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
        backdrop-filter: blur(8px);
        transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
        opacity: 0;
        pointer-events: none;
    }

    .mobile-stream-app__row-nav.is-visible {
        opacity: 1;
        pointer-events: auto;
    }

    .mobile-stream-app__row-nav:hover:not(:disabled) {
        background: rgba(104, 192, 152, 0.22);
        border-color: rgba(104, 192, 152, 0.45);
        transform: translateY(-50%) scale(1.05);
    }

    .mobile-stream-app__row-nav:disabled {
        cursor: default;
    }

    .mobile-stream-app__row-nav--prev {
        left: 0;
        transform: translateY(-50%);
    }

    .mobile-stream-app__row-nav--next {
        right: 0;
        transform: translateY(-50%);
    }

    .mobile-stream-app__row-nav--prev:hover:not(:disabled) {
        transform: translateY(-50%) scale(1.05);
    }

    .mobile-stream-app__row-nav--next:hover:not(:disabled) {
        transform: translateY(-50%) scale(1.05);
    }

    .mobile-stream-app__row-wrap:hover .mobile-stream-app__row-nav.is-visible {
        opacity: 1;
    }

    .mobile-stream-app__card {
        flex-basis: 13.5rem;
    }

    .mobile-stream-app__card--wide {
        flex-basis: 16rem;
    }

    .mobile-stream-app__card-title {
        font-size: 0.88rem;
    }

    .mobile-stream-app__card-meta {
        font-size: 0.78rem;
    }

    .mobile-stream-app__grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 1rem;
        padding: 0;
    }

    .mobile-stream-app__row:hover .mobile-stream-app__card {
        opacity: 0.72;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .mobile-stream-app__row .mobile-stream-app__card:hover {
        opacity: 1;
        transform: translateY(-4px);
    }

    .mobile-stream-app__grid .mobile-stream-app__card:hover {
        transform: translateY(-4px);
        transition: transform 0.2s ease;
    }

    .mobile-stream-app__thumb {
        border-radius: 0.85rem;
        margin-bottom: 0.55rem;
    }

    .mobile-stream-app__badge {
        font-size: 0.68rem;
        padding: 0.22rem 0.55rem;
    }
}

@media (min-width: 1200px) {
    .mobile-stream-app__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    body.beranda-stream-page main {
        padding-bottom: 4.75rem !important;
    }
}

.mobile-stream-app__search-wrap {
    position: sticky;
    top: 0;
    z-index: 30;
    padding: 0.75rem 1rem 0.5rem;
    background: linear-gradient(180deg, rgba(11, 11, 15, 0.98) 70%, rgba(11, 11, 15, 0));
}

.mobile-stream-app__search {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 0.65rem 1rem;
    backdrop-filter: blur(8px);
}

.mobile-stream-app__search input {
    flex: 1;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 0.95rem;
    outline: none;
}

.mobile-stream-app__search input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.mobile-stream-app__search-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.55);
    padding: 0.15rem;
    font-size: 0.9rem;
    line-height: 1;
    flex-shrink: 0;
}

.mobile-stream-app__search-close:hover {
    color: #fff;
}

.mobile-stream-app__content {
    padding: 0 1rem 1rem;
}

.mobile-stream-app__hero {
    position: relative;
    width: 100%;
    margin: 0 0 1.25rem;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: auto;
    min-height: clamp(260px, 52vw, 420px);
    background: #1a1a22;
    box-shadow: none;
}

.mobile-stream-app__hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-stream-app__hero-blur {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(0);
}

.mobile-stream-app__hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.28) 42%, rgba(0, 0, 0, 0.08) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.45) 55%, rgba(11, 11, 15, 0.98) 100%);
}

.mobile-stream-app__hero-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 1rem 1.1rem;
}

.mobile-stream-app__hero-label {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgb(104, 192, 152);
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.mobile-stream-app__hero-title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 0.35rem;
}

.mobile-stream-app__hero-meta {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0.85rem;
}

.mobile-stream-app__hero-actions {
    display: flex;
    gap: 0.55rem;
}

.mobile-stream-app__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border-radius: 999px;
    padding: 0.55rem 0.95rem;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.mobile-stream-app__btn--primary {
    background: #fff;
    color: #111;
}

.mobile-stream-app__btn--ghost {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-stream-app__section {
    margin-bottom: 1.35rem;
}

.mobile-stream-app__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem 0.65rem;
}

.mobile-stream-app__section-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

.mobile-stream-app__section-sub {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
}

.mobile-stream-app__section--collapsible {
    margin-bottom: 1.35rem;
}

.mobile-stream-app__section-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0.75rem;
    margin: 0;
    padding: 0.65rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.04);
    color: inherit;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.mobile-stream-app__section-toggle:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.14);
}

.mobile-stream-app__section-toggle .mobile-stream-app__section-head {
    padding: 0;
    flex: 1;
    min-width: 0;
}

.mobile-stream-app__section-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.75);
    flex-shrink: 0;
    transition: transform 0.2s ease, background 0.2s ease;
}

.mobile-stream-app__section-chevron.is-open {
    transform: rotate(180deg);
    background: rgba(104, 192, 152, 0.18);
    color: rgb(104, 192, 152);
}

.mobile-stream-app__collapse {
    padding-top: 0.85rem;
}

.mobile-stream-app__collapse .mobile-stream-app__grid {
    padding-top: 0.15rem;
}

@media (min-width: 992px) {
    .mobile-stream-app__section-toggle {
        padding: 0.85rem 0;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 0;
        background: transparent;
    }

    .mobile-stream-app__section-toggle:hover {
        background: transparent;
        border-color: rgba(255, 255, 255, 0.14);
    }

    .mobile-stream-app__section--collapsible {
        margin-bottom: 2rem;
    }
}

.mobile-stream-app__row-wrap {
    position: relative;
}

.mobile-stream-app__row-nav {
    display: none;
}

.mobile-stream-app__row {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding: 0 1rem 0.25rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.mobile-stream-app__row::-webkit-scrollbar {
    display: none;
}

.mobile-stream-app__card {
    flex: 0 0 9.5rem;
    scroll-snap-align: start;
    text-decoration: none;
    color: inherit;
}

.mobile-stream-app__card--wide {
    flex-basis: 11.5rem;
}

.mobile-stream-app__thumb {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #1a1a22;
    margin-bottom: 0.45rem;
}

.mobile-stream-app__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mobile-stream-app__thumb-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.72) 100%);
}

.mobile-stream-app__badge {
    position: absolute;
    top: 0.45rem;
    left: 0.45rem;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 0.18rem 0.45rem;
}

.mobile-stream-app__badge--live {
    background: rgba(220, 53, 69, 0.92);
    color: #fff;
}

.mobile-stream-app__badge--offline {
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.85);
}

.mobile-stream-app__fav-btn {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 999px;
    border: 0;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-stream-app__fav-btn.is-active {
    color: #ff4d6d;
}

.mobile-stream-app__card-title {
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mobile-stream-app__card-meta {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 0.15rem;
}

.mobile-stream-app__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 0 1rem;
}

.mobile-stream-app__grid .mobile-stream-app__card {
    flex: initial;
}

.mobile-stream-app__empty {
    padding: 2rem 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
}

.mobile-stream-app__bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    display: none;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.15rem;
    padding: 0.45rem 0.35rem calc(0.45rem + env(safe-area-inset-bottom));
    background: rgba(11, 11, 15, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

@media (max-width: 991.98px) {
    .mobile-stream-app__bottom-nav {
        display: grid;
    }
}

.mobile-stream-app__nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    font-size: 0.62rem;
    font-weight: 600;
    border: 0;
    background: transparent;
    padding: 0.2rem;
}

.mobile-stream-app__nav-item i {
    font-size: 1rem;
}

.mobile-stream-app__nav-item.is-active,
.mobile-stream-app__nav-item:hover {
    color: rgb(104, 192, 152);
}

@media (max-width: 991.98px) {
    body.stream-watch-page main {
        padding-top: 0 !important;
    }

    .map-full-wrap {
        bottom: 4.75rem;
    }
}

/* Halaman stream — Netflix / YouTube (mobile & desktop) */
body.stream-watch-page {
    background: #0b0b0f;
}

body.stream-watch-page main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.stream-watch-page .footer-cctv {
    display: none;
}

body.stream-watch-page .navbar-cctv {
    background: rgba(11, 11, 15, 0.94) !important;
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 991.98px) {
    body.stream-watch-page main {
        padding-bottom: 4.75rem !important;
    }
}

.stream-mobile {
    color: #f5f5f5;
    background: #0b0b0f;
    min-height: calc(100vh - 56px);
}

.stream-mobile__shell {
    width: 100%;
}

@media (min-width: 992px) {
    body.stream-watch-page main {
        padding-bottom: 1.5rem !important;
    }

    .stream-mobile__shell {
        max-width: 1440px;
        margin: 0 auto;
    }

    .stream-mobile__stage {
        aspect-ratio: auto;
        min-height: min(62vh, 680px);
        border-radius: 0;
    }

    .stream-mobile__back {
        top: 1.25rem;
        left: 1.5rem;
        width: 2.5rem;
        height: 2.5rem;
    }

    .stream-mobile__status-bar {
        top: 1.25rem;
        left: 4.5rem;
        right: 1.5rem;
        z-index: 5;
    }

    .stream-mobile__body {
        padding: 1.75rem 2rem 2rem;
    }

    .stream-mobile__title {
        font-size: clamp(1.75rem, 2.5vw, 2.5rem);
    }

    .stream-mobile__actions {
        gap: 0.75rem;
    }

    .stream-mobile__btn {
        padding: 0.7rem 1.35rem;
        font-size: 0.92rem;
    }

    .stream-mobile__map {
        height: 320px;
        border-radius: 1rem;
    }
}

/* Stream playback stage */

.stream-mobile__stage {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #000;
    overflow: hidden;
}

.stream-mobile__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    filter: blur(18px);
    opacity: 0.45;
}

.stream-mobile__stage-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 35%, rgba(11, 11, 15, 0.95) 100%);
}

.stream-mobile__back {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 4;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.stream-mobile__back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.stream-mobile__back-link:hover {
    color: rgb(104, 192, 152);
}

.stream-mobile__back-link i {
    font-size: 0.82rem;
}

.stream-mobile__live-badge {
    display: inline-flex;
    align-items: center;
    background: #e50914;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 0.25rem;
    padding: 0.28rem 0.5rem;
    line-height: 1;
    min-height: 1.5rem;
}

.stream-mobile__status-bar {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
    pointer-events: none;
}

.stream-mobile__status-bar .stream-viewer-badge--mobile {
    position: static;
    top: auto;
    right: auto;
    margin-left: 0;
    min-height: 1.5rem;
    padding-top: 0.28rem;
    padding-bottom: 0.28rem;
}

.stream-mobile__player {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}

.stream-mobile__video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent;
}

.stream-mobile__error {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 5;
    background: rgba(220, 53, 69, 0.92);
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.55rem 0.75rem;
    font-size: 0.82rem;
    text-align: center;
}

.stream-mobile__body {
    padding: 1rem 1rem 0.5rem;
}

.stream-mobile__title {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 0.65rem;
}

.stream-mobile__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.stream-mobile__chip {
    font-size: 0.72rem;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
}

.stream-mobile__chip--live {
    background: rgba(229, 9, 20, 0.2);
    color: #ff6b6b;
}

.stream-mobile__chip--offline {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.55);
}

.stream-mobile__actions {
    display: flex;
    gap: 0.55rem;
    margin-bottom: 1.25rem;
}

.stream-mobile__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border-radius: 999px;
    padding: 0.6rem 1rem;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.stream-mobile__btn--primary {
    flex: 1;
    background: #fff;
    color: #111;
}

.stream-mobile__btn--ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stream-mobile__btn--ghost.is-active {
    color: #ff4d6d;
    border-color: rgba(255, 77, 109, 0.35);
}

.stream-mobile__related {
    margin-left: -1rem;
    margin-right: -1rem;
}

@media (min-width: 992px) {
    .stream-mobile__related {
        margin-left: 0;
        margin-right: 0;
    }

    .stream-mobile__related .mobile-stream-app__section-head {
        padding: 0 0 0.85rem;
    }
}

.stream-mobile__map-section {
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.stream-mobile__map-title {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 0.65rem;
}

.stream-mobile__map {
    height: 200px;
    border-radius: 1rem;
    overflow: hidden;
    background: #1a1a22;
}

.stream-mobile__map--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.85rem;
}

.stream-viewer-badge {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
    pointer-events: none;
}

.stream-viewer-badge i {
    font-size: 0.68rem;
    opacity: 0.9;
}

.video-wrap {
    position: relative;
}

