:root {
    --sp-bg: #02090d;
    --sp-panel: rgba(9, 21, 26, 0.82);
    --sp-panel-solid: #08151a;
    --sp-line: rgba(255, 255, 255, 0.1);
    --sp-line-strong: rgba(245, 176, 66, 0.35);
    --sp-text: #f8fafc;
    --sp-muted: rgba(248, 250, 252, 0.68);
    --sp-gold: #f5b642;
    --sp-gold-2: #ffd37a;
    --sp-red: #e50914;
    --sp-radius: 20px;
    --sp-shadow: 0 22px 80px rgba(0, 0, 0, 0.45);
}

html,
body {
    background:
        radial-gradient(circle at 20% 0%, rgba(245, 182, 66, 0.08), transparent 34rem),
        radial-gradient(circle at 85% 12%, rgba(229, 9, 20, 0.08), transparent 30rem),
        var(--sp-bg) !important;
    color: var(--sp-text);
}

a {
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body > main {
    position: relative;
    z-index: 1;
}

.container-fluid,
.container {
    --bs-gutter-x: clamp(1.25rem, 3vw, 3rem);
}

/* Header */
.shweplay-site-header,
body > header.shweplay-site-header,
header.header-absolute.shweplay-site-header {
    position: sticky !important;
    top: 0;
    z-index: 1050 !important;
    background: rgba(2, 9, 13, 0.86) !important;
    border-bottom: 1px solid var(--sp-line);
    box-shadow: 0 14px 45px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.shweplay-navbar {
    min-height: 86px;
    padding: 0 !important;
}

.shweplay-navbar-inner {
    max-width: 1680px;
    margin: 0 auto;
}

.shweplay-landing-header {
    min-height: 86px;
    gap: 1.25rem;
}

.shweplay-site-header .navbar-brand,
.shweplay-site-header .logo-default,
.shweplay-site-header .logo-normal {
    filter: drop-shadow(0 8px 22px rgba(245, 182, 66, 0.18));
}

.shweplay-site-header img {
    max-height: 46px;
}

.shweplay-site-header .navbar-nav {
    gap: 0.25rem;
}

.shweplay-site-header .iq-nav-menu > .nav-item > .nav-link,
.shweplay-site-header .navbar-nav > .nav-item > .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0.55rem 0.9rem !important;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82) !important;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.shweplay-site-header .iq-nav-menu > .nav-item > .nav-link:hover,
.shweplay-site-header .navbar-nav > .nav-item > .nav-link:hover,
.shweplay-site-header .iq-nav-menu > .nav-item > .nav-link.active,
.shweplay-site-header .navbar-nav > .nav-item > .nav-link.active {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.07);
}

.shweplay-site-header .iq-nav-menu > .nav-item > .nav-link::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.18rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--sp-gold), var(--sp-red));
    opacity: 0;
    transform: scaleX(0.5);
    transition: opacity 180ms ease, transform 180ms ease;
}

.shweplay-site-header .iq-nav-menu > .nav-item > .nav-link:hover::after,
.shweplay-site-header .iq-nav-menu > .nav-item > .nav-link.active::after {
    opacity: 1;
    transform: scaleX(1);
}

.shweplay-right-panel .btn-action,
.shweplay-site-header .btn-action,
.shweplay-site-header .dropdown .btn,
.shweplay-site-header .language-dropdown .btn,
.shweplay-site-header .navbar-toggler {
    min-width: 46px;
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.075) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.shweplay-right-panel .btn-action:hover,
.shweplay-site-header .btn-action:hover,
.shweplay-site-header .dropdown .btn:hover,
.shweplay-site-header .language-dropdown .btn:hover {
    transform: translateY(-1px);
    border-color: var(--sp-line-strong) !important;
    background: rgba(245, 182, 66, 0.13) !important;
}

.shweplay-site-header .btn-primary,
.shweplay-site-header .btn-secondary {
    border-radius: 16px !important;
    font-weight: 800;
}

.shweplay-site-header .btn-primary {
    background: linear-gradient(135deg, #f5b642, #d98416) !important;
    border-color: transparent !important;
    color: #160d03 !important;
}

.shweplay-site-header .btn-secondary {
    background: rgba(255, 255, 255, 0.16) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.shweplay-site-header .search-box .dropdown-menu.dropdown-search.show,
.shweplay-site-header .search-box .iq-search-bar.show {
    position: fixed !important;
    top: 96px !important;
    right: clamp(1rem, 19vw, 22rem) !important;
    left: auto !important;
    transform: none !important;
    width: min(430px, calc(100vw - 2rem)) !important;
    padding: 0.75rem !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 22px !important;
    background: rgba(7, 18, 23, 0.94) !important;
    box-shadow: var(--sp-shadow);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    z-index: 1060 !important;
}

.shweplay-site-header .dropdown-search .form-control {
    height: 54px;
    border-radius: 16px !important;
    border-color: rgba(255, 255, 255, 0.13) !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: #fff !important;
    padding: 0 3.2rem 0 1rem;
}

.shweplay-site-header .dropdown-search .form-control:focus {
    border-color: rgba(245, 182, 66, 0.8) !important;
    box-shadow: 0 0 0 4px rgba(245, 182, 66, 0.13) !important;
}

.shweplay-site-header #search-button {
    display: grid !important;
    place-items: center;
    position: absolute;
    top: 50%;
    right: 0.55rem;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--sp-gold), var(--sp-red));
    color: #fff;
    z-index: 2;
}

.shweplay-site-header #search-button::before {
    content: "\2192";
    font-size: 1.2rem;
    font-weight: 800;
}

/* Home rails and cards */
.streamit-block {
    margin-block: clamp(1.4rem, 3.2vw, 3rem);
}

.streamit-block .main-title {
    position: relative;
    color: #fff;
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 850;
    letter-spacing: -0.02em;
}

.streamit-block .main-title::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin-top: 0.55rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--sp-gold), var(--sp-red));
}

.view-all-button {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: var(--sp-muted);
    background: rgba(255, 255, 255, 0.045);
}

.view-all-button:hover {
    color: #fff;
    border-color: var(--sp-line-strong);
    background: rgba(245, 182, 66, 0.11);
}

.shweplay-rail-slider {
    margin-top: 1rem;
}

.shweplay-rail-slider .slick-list {
    overflow: visible;
}

.shweplay-rail-slider .slick-slide {
    padding-inline: 0.35rem;
}

.shweplay-card-slide,
.shweplay-rail-slider .slick-slide > div {
    min-width: 0;
}

.slick-general:not(.slick-initialized) {
    display: flex;
    gap: 1rem;
    overflow: hidden;
}

.slick-general:not(.slick-initialized) > * {
    flex: 0 0 190px !important;
    max-width: 190px !important;
}

.shweplay-premium-card {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    max-width: 196px;
}

.shweplay-card-poster {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--sp-radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.shweplay-card-poster .image-box {
    aspect-ratio: 2 / 3;
}

.shweplay-card-poster .image-box img {
    height: 100%;
    object-fit: cover;
}

.shweplay-premium-card:hover .shweplay-card-poster {
    transform: translateY(-5px);
    border-color: rgba(245, 182, 66, 0.55);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(245, 182, 66, 0.14) inset;
}

.shweplay-card-poster .image-box::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 36%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.68));
}

.shweplay-card-hit {
    z-index: 4;
}

.shweplay-card-body {
    padding: 0.82rem 0.18rem 0;
}

.shweplay-card-title {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    min-height: 1.6rem;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
}

.shweplay-card-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shweplay-card-title small {
    flex: none;
    color: var(--sp-muted);
    font-size: 0.84rem;
    font-weight: 700;
}

.shweplay-card-title:hover {
    color: var(--sp-gold-2);
}

.shweplay-card-facts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    min-height: 1.6rem;
    margin-top: 0.35rem;
    color: var(--sp-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.card-style-slider.slide-data-less .slick-track,
.slick-general:not(.slick-initialized) {
    margin-left: 0;
}

.slick-general:not(.slick-initialized) .shweplay-premium-card {
    width: 190px;
}

.section-spacing,
.section-padding {
    padding-block: clamp(1.5rem, 4vw, 3.75rem);
}

.banner-home-slider + .streamit-block,
.swiper-banner-container + .streamit-block,
.home-banner + .streamit-block {
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.shweplay-card-facts > span {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
}

.shweplay-imdb-pill {
    padding: 0.18rem 0.48rem;
    border: 1px solid rgba(245, 182, 66, 0.28);
    border-radius: 999px;
    color: var(--sp-gold-2);
    background: rgba(245, 182, 66, 0.1);
}

.shweplay-imdb-pill i {
    color: var(--sp-gold);
}

.shweplay-card-poster .ratting-value {
    top: 0.75rem;
    right: 0.75rem;
    border: 1px solid rgba(245, 182, 66, 0.3);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.58);
    color: var(--sp-gold-2);
    backdrop-filter: blur(12px);
}

.product-premium,
.product-rent {
    z-index: 5;
}

/* Footer */
.shweplay-premium-footer {
    position: relative;
    overflow: hidden;
    margin-top: clamp(3rem, 6vw, 5.5rem);
    border-top: 1px solid var(--sp-line);
    background:
        radial-gradient(circle at 10% 0%, rgba(245, 182, 66, 0.08), transparent 30rem),
        linear-gradient(180deg, rgba(8, 21, 26, 0.92), rgba(3, 10, 14, 0.98));
}

.shweplay-premium-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(245, 182, 66, 0.08), transparent 36%, rgba(229, 9, 20, 0.06));
}

.shweplay-footer-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, 0.8fr)) minmax(250px, 1fr);
    gap: clamp(1.5rem, 3vw, 3rem);
    padding: clamp(3rem, 6vw, 5rem) 0 2.25rem;
}

.shweplay-footer-brand .footer-logo {
    margin-bottom: 1.35rem;
}

.shweplay-footer-tagline {
    max-width: 26rem;
    margin: 0;
    color: var(--sp-muted);
    line-height: 1.7;
}

.shweplay-footer-contact {
    display: grid;
    gap: 0.65rem;
    margin: 1.4rem 0;
}

.shweplay-footer-contact a,
.shweplay-footer-column a,
.shweplay-footer-column span {
    color: var(--sp-muted);
    text-decoration: none;
}

.shweplay-footer-contact a {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.shweplay-footer-contact a:hover,
.shweplay-footer-column a:hover {
    color: #fff;
}

.shweplay-social {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.shweplay-social a {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.055);
}

.shweplay-social a:hover {
    border-color: var(--sp-line-strong);
    background: rgba(245, 182, 66, 0.12);
    transform: translateY(-1px);
}

.shweplay-footer-column h4,
.shweplay-footer-app h4 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 850;
}

.shweplay-footer-column ul {
    display: grid;
    gap: 0.72rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shweplay-footer-app {
    align-self: start;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.25);
}

.shweplay-footer-kicker {
    display: inline-flex;
    margin-bottom: 0.5rem;
    color: var(--sp-gold-2);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shweplay-footer-app p {
    color: var(--sp-muted);
    line-height: 1.65;
}

.shweplay-store-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.shweplay-store-links img {
    max-height: 44px;
}

.shweplay-footer-bottom {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 1.25rem 0 1.6rem;
    border-top: 1px solid var(--sp-line);
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.95rem;
}

@media (max-width: 1199.98px) {
    .shweplay-footer-shell {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shweplay-footer-brand,
    .shweplay-footer-app {
        grid-column: span 2;
    }
}

@media (max-width: 991.98px) {
    .shweplay-navbar,
    .shweplay-landing-header {
        min-height: 72px;
    }

    .shweplay-site-header .search-box .dropdown-menu.dropdown-search.show,
    .shweplay-site-header .search-box .iq-search-bar.show {
        top: 78px !important;
        right: 1rem !important;
    }
}

@media (max-width: 767.98px) {
    .slick-general:not(.slick-initialized) > * {
        flex-basis: 154px !important;
        max-width: 154px !important;
    }

    .shweplay-footer-shell {
        grid-template-columns: 1fr;
    }

    .shweplay-footer-brand,
    .shweplay-footer-app {
        grid-column: auto;
    }
}

/* Premium frontend refinement v3 */
.shweplay-site-header .shweplay-brand {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 172px !important;
    height: 86px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.shweplay-site-header .shweplay-brand-link {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 172px !important;
    height: 86px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-1px);
}

.shweplay-site-header .shweplay-brand-logo {
    display: block !important;
    width: 172px !important;
    height: 44px !important;
    max-width: 172px !important;
    max-height: 44px !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
}

.shweplay-site-header .shweplay-download-panel {
    width: min(570px, calc(100vw - 2rem)) !important;
    min-width: min(570px, calc(100vw - 2rem)) !important;
    padding: 1.4rem !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 24px !important;
    background: rgba(7, 18, 23, 0.97) !important;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.58) !important;
    backdrop-filter: blur(22px) !important;
    -webkit-backdrop-filter: blur(22px) !important;
}

.shweplay-download-heading {
    margin-bottom: 1rem;
}

.shweplay-download-kicker {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--sp-gold-2);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.shweplay-download-heading h5 {
    margin: 0;
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.35;
}

.shweplay-qr-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.shweplay-qr-platform {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
}

.shweplay-platform-label {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 0.65rem;
    margin-bottom: 0.8rem;
    color: #fff;
}

.shweplay-platform-icon {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(245, 182, 66, 0.24), rgba(229, 9, 20, 0.2));
    color: var(--sp-gold-2);
    font-size: 0.72rem;
    font-weight: 900;
}

.shweplay-qr-frame {
    display: grid;
    place-items: center;
    width: 190px;
    height: 190px;
    padding: 9px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.34);
}

.shweplay-site-header .shweplay-download-qr,
.shweplay-site-header .shweplay-download-qr img {
    display: block !important;
    width: 172px !important;
    height: 172px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
}

.shweplay-store-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.75rem;
    color: var(--sp-muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}

.shweplay-store-link:hover {
    color: var(--sp-gold-2);
}

.shweplay-rail-slider .slick-list {
    margin-inline: 0 !important;
    padding: 0.35rem 0.2rem 1.25rem !important;
}

.shweplay-rail-slider .slick-track {
    margin-left: 0 !important;
}

.shweplay-card-slide,
.shweplay-card-slide > .shweplay-premium-card,
.shweplay-rail-slider .slick-slide > div {
    overflow: visible !important;
}

.shweplay-premium-card {
    width: 100% !important;
    max-width: 214px !important;
    margin: 0 !important;
    overflow: visible !important;
}

.shweplay-card-poster,
.shweplay-card-poster .image-box {
    overflow: hidden !important;
    border-radius: 18px !important;
}

.shweplay-card-poster .image-box img {
    mix-blend-mode: normal !important;
    aspect-ratio: 2 / 3 !important;
}

.shweplay-card-poster .image-box::before {
    opacity: 0 !important;
}

.shweplay-card-poster .product-premium,
.shweplay-card-poster .product-rent {
    top: 0.72rem !important;
    right: auto !important;
    left: 0.72rem !important;
}

.shweplay-tmdb-rating {
    position: absolute;
    top: 0.72rem;
    right: 0.72rem;
    z-index: 105;
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0.38rem 0.58rem;
    border: 1px solid rgba(255, 211, 122, 0.42);
    border-radius: 999px;
    background: rgba(3, 8, 12, 0.82);
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-size: 0.74rem;
    font-weight: 900;
    line-height: 1;
}

.shweplay-tmdb-rating > span {
    color: var(--sp-gold-2);
    font-size: 0.6rem;
    letter-spacing: 0.06em;
}

.shweplay-tmdb-rating i {
    color: #ffd84d;
    font-size: 0.78rem;
}

.shweplay-card-body {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0.82rem 0.1rem 0 !important;
    overflow: visible !important;
    transform: none !important;
}

.shweplay-card-title {
    display: -webkit-box !important;
    min-height: 2.65rem;
    overflow: hidden;
    color: #fff !important;
    font-size: 0.96rem;
    font-weight: 850;
    line-height: 1.35;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: normal !important;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.shweplay-card-facts {
    min-height: 1.35rem;
    margin-top: 0.38rem;
    gap: 0.45rem;
    overflow: visible;
}

.shweplay-card-year {
    color: var(--sp-gold-2);
    font-weight: 850;
}

.slick-general:not(.slick-initialized) > * {
    flex-basis: 214px !important;
    max-width: 214px !important;
}

@media (max-width: 767.98px) {
    .shweplay-site-header .shweplay-brand,
    .shweplay-site-header .shweplay-brand-link {
        width: 142px !important;
        height: 72px !important;
    }

    .shweplay-site-header .shweplay-brand-logo {
        width: 142px !important;
        height: 38px !important;
        max-width: 142px !important;
        max-height: 38px !important;
    }

    .shweplay-site-header .shweplay-download-panel {
        width: calc(100vw - 1rem) !important;
        min-width: calc(100vw - 1rem) !important;
        padding: 1rem !important;
    }

    .shweplay-qr-grid {
        grid-template-columns: 1fr;
        max-height: 68vh;
        overflow-y: auto;
    }
}
/* Playback and cast polish */
.shweplay-playback-error {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 12;
    width: min(520px, calc(100% - 32px));
    transform: translate(-50%, -50%);
    padding: 18px 20px;
    border: 1px solid rgba(245, 176, 66, 0.28);
    border-radius: 18px;
    background: rgba(5, 13, 17, 0.88);
    color: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.shweplay-playback-error strong {
    display: block;
    margin-bottom: 6px;
    color: #f5b042;
    font-size: 1rem;
}

.shweplay-playback-error span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.55;
}

.cast-card .shweplay-cast-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    height: 148px;
    margin: 0 auto 14px;
    border: 1px solid rgba(245, 176, 66, 0.28);
    border-radius: 999px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 225, 148, 0.38), transparent 34%),
        linear-gradient(135deg, #3a2604 0%, #b9801d 48%, #f5b042 100%);
    color: #061014;
    font-weight: 800;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.35), 0 0 0 7px rgba(245, 176, 66, 0.08);
}

.cast-card .shweplay-cast-image {
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 767.98px) {
    .cast-card .shweplay-cast-fallback {
        width: 112px;
        height: 112px;
        font-size: 1.55rem;
    }
}

/* Premium content review typography */
.shweplay-description-block {
    max-width: 980px;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.86);
}

.movie-description-excerpt {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.98rem;
    line-height: 1.78;
    letter-spacing: 0.005em;
    word-break: normal;
    overflow-wrap: anywhere;
}

.movie-description-full.shweplay-ai-review,
.shweplay-ai-review {
    max-width: 920px;
    padding: 1.35rem 1.45rem;
    border: 1px solid rgba(245, 176, 66, 0.16);
    border-radius: 22px;
    background:
        radial-gradient(circle at top left, rgba(245, 176, 66, 0.12), transparent 36%),
        rgba(255, 255, 255, 0.035);
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
    line-height: 1.9;
    letter-spacing: 0.005em;
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
    overflow-wrap: anywhere;
}

.shweplay-ai-review h3 {
    margin: 0 0 0.9rem;
    color: #fff;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    font-weight: 800;
    line-height: 1.35;
}

.shweplay-ai-review h4 {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 1.35rem 0 0.7rem;
    color: #f5b042;
    font-size: clamp(1rem, 1.45vw, 1.18rem);
    font-weight: 800;
    line-height: 1.45;
}

.shweplay-ai-review h4::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #f5b042, #ff5f57);
    box-shadow: 0 0 18px rgba(245, 176, 66, 0.42);
}

.shweplay-ai-review p {
    margin: 0 0 0.95rem;
}

.shweplay-ai-review p:last-child,
.shweplay-ai-review ul:last-child {
    margin-bottom: 0;
}

.shweplay-ai-review ul {
    margin: 0 0 1rem 1.25rem;
    padding: 0;
}

.shweplay-ai-review li {
    margin-bottom: 0.45rem;
}

.js-episode-toggle {
    margin-top: 0.35rem;
    color: #f5b042 !important;
    font-weight: 700;
    text-decoration: none;
}

.js-episode-toggle:hover {
    color: #ffd17c !important;
}

.movie-info .movie-description-excerpt {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.82);
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.42);
}

@media (max-width: 991.98px) {
    .movie-description-full.shweplay-ai-review,
    .shweplay-ai-review {
        padding: 1.1rem;
        border-radius: 18px;
        font-size: 0.95rem;
        line-height: 1.82;
    }

    .movie-description-excerpt {
        font-size: 0.94rem;
        line-height: 1.72;
    }
}
