.banner {
    width: 100%;
}

.banner {
    width: calc(100% - (100% - 1808px) / 2);
    margin: 0px 0px 0px calc((100% - 1808px) / 2);
}

/* .app .content .container {
  max-width: unset;
  width:  calc((100% - 1808px) / 2);
  margin: 0px calc((100% - 1808px) / 2);
} */

.banner > .wrap-banner,
.banner > .wrap-banner > .row {
    margin: unset;
    width: 100%;
    align-items: center;
}

.banner .col__left {
    /* margin-top: 25%; */
}

.banner .col__left {
    width: 40%;
    margin-top: 140px;
}


.banner > .wrap-banner, .banner > .wrap-banner > .row {
    position: relative;
}

.banner .col__right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}


.banner .col__right {
    width: 60%;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content__title > h1 {
    font-size: 40px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 0px;
}

.banner-info-tag {
    margin: 24px 0;
}

.key {
    color: var(--grey-color);
}

.banner-content a:hover {
    color: var(--main-color);
}

.banner-content__desc {
    position: relative;
}

.banner-content__desc .more-info {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: rgb(28, 199, 73);
    cursor: pointer;
    text-align: right;
    text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(17, 19, 25);
    padding-left: 20px;
}

.banner-content__desc .more-info .text {
    margin-right: 2px;
}

.banner .group-btn {
    margin: 24px 0;
}

.banner .group-btn .btn-item {
    display: inline-block;
    min-width: 80px;
    margin-right: 14px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 4px;
    padding: 0px 16px;
    align-items: center;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
}

.banner .group-btn .btn-item.btn-play {
    background-color: var(--main-color);
}

.banner .group-btn .btn-item.btn-trailer {
    background-color: var(--main-color);
}

.banner .group-btn .btn-item.btn-trailer:hover {
    color: #fff;
    background-color: #f31d1d;
}

.banner .group-btn .btn-item.btn-play:hover {
    color: #fff;
    background-color: rgb(73, 210, 109);
    max-width: 120px;
}

.banner .group-btn .btn-item.btn-facebook:hover {
    color: #fff;
    background-color: #4267B2;
}

.banner .group-btn .btn-item.btn-twitter:hover {
    color: #fff;
    background-color: #1DA1F2;
}

.banner .group-btn .btn-item:hover {
    color: #fff;
    background-color: rgb(86, 87, 91);
}

.wrap-banner-img {
    position: relative;
}

.left-layer {
    width: 26%;
    height: 100%;
    background-image: linear-gradient(270deg, rgba(17, 19, 25, 0) 0%, rgba(17, 19, 25, 0.05) 16%, rgba(17, 19, 25, 0.2) 30%, rgba(17, 19, 25, 0.39) 43%, rgba(17, 19, 25, 0.61) 55%, rgba(17, 19, 25, 0.8) 68%, rgba(17, 19, 25, 0.95) 82%, rgb(17, 19, 25) 98%);
    border-radius: 1px;
    z-index: 100;
    position: absolute;
    bottom: 0px;
}

.bottom-layer {
    width: 100%;
    height: 36%;
    background-image: linear-gradient(179deg, rgba(17, 19, 25, 0) 1%, rgba(17, 19, 25, 0.05) 17%, rgba(17, 19, 25, 0.2) 31%, rgba(17, 19, 25, 0.39) 44%, rgba(17, 19, 25, 0.61) 56%, rgba(17, 19, 25, 0.8) 69%, rgba(17, 19, 25, 0.95) 83%, rgb(17, 19, 25) 99%);
    border-radius: 1px;
    z-index: 100;
    position: absolute;
    bottom: 0px;
}

.container {
    padding: 0;
}

.tab-content-ul .nav-link {
    padding: 16px 0;
    color: #fff;
    border-radius: unset;
    margin-right: 30px;
}

.tab-content-ul .nav-link.active {
    background-color: unset;
    border-bottom: 4px solid var(--main-color);
}

.tab-content-ul {
    border-bottom: 1px solid var(--grey-color);
    width: 100%;
}

.episodes-page {
    position: relative;
    margin: 24px 0;
}

.col {
    width: 100%;
}

.video-list-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.video-list-wrapper .video-item {
    margin: 0px 8px 36px 8px;
    /* flex-basis: 21%; */
    /* flex-grow: 1; */
    display: block;
    width: calc(100% * (1 / 4) - 16px);
    transition: all 0.3s ease 0s;

}

.video-item-img .desc-img {
    width: 100%;
    height: 100%;

    object-fit: fill;
}

.video-item .video-item-name {
    font-weight: 500;
}

.video-item:hover {
    transform: scale(1.05);
    color: var(--main-color);
}

.video-item:hover .wrap {
    display: block;
}

.video-item-img {
    position: relative;
}

.video-item .wrap {
    position: absolute;
    display: none;
    right: 10px;
    bottom: 16px;
}

.video-item .wrap .play-button,
.firm-related .wrap .play-button {
    width: 32px;
    height: 32px;
}

.video-item-img-layer {
    background-image: linear-gradient(0deg, rgba(10, 12, 15, 0.8) 0%, rgba(10, 12, 15, 0.74) 4%, rgba(10, 12, 15, 0.59) 17%, rgba(10, 12, 15, 0.4) 34%, rgba(10, 12, 15, 0.21) 55%, rgba(10, 12, 15, 0.06) 78%, rgba(10, 12, 15, 0) 100%);
    height: 60px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.page-tab-content {
    display: inline-flex;
    width: 170px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
}

.page-tab-content .num-episode {
    padding: 6px 12px;
}

.page-tab-content .icon-down {
    padding: 6px 8px;
}

.paginate-eposode-list {
    display: none;
    position: absolute;
    width: 178px;
    bottom: -80px;
    font-size: 14px;
    background: rgb(26, 28, 34);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    z-index: 10;
}

.paginate-eposode-tiem .page {
    display: inline-block;
    /* height: 16px; */
    width: 100%;
    font-size: 12px;
    padding: 8px 16px;
    color: var(--grey-color);
}

.paginate-eposode-tiem .page.active {
    color: var(--main-color) !important;
}

.paginate-eposode-tiem:hover .page {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}


.firm-propose.video-list-wrapper .video-item {
    width: calc(100% * (1 / 6) - 16px);
    margin: 0px 8px 32px 8px;
}

.firm-propose .video-item-img .desc-img {
    height: 160px;
    object-fit: cover;
}

.firm-propose .video-item .wrap,
.firm-related .wrap {
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translateY(50%) translateX(50%);
}

.firm-related .wrap {
    display: none;
}

.firm-propose .video-item-img-layer .update-info-mask {
    font-size: 14px;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-weight: 500;
    position: absolute;
    left: 8px;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wrap-banner-img {
    height: 600px;
}

.banner .col__right,
.wrap-banner-img {
    transition: all 0.5s;
}


.actor-list-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.actor-item {
    display: flex;
    flex-direction: column;
    width: calc(100% * (1 / 4) - 16px);
    padding: 12px;
    margin: 0px 8px 16px 8px;
    background-color: rgb(26, 28, 34);
}

.actor-item .actor-info {
    display: flex;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(45, 47, 52);
}

.actor-item .connect-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80px;
    padding: 10px 0px 10px 10px;
    width: calc(100% - 80px);
}

.actor-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.connect-opera {
    display: flex;
}

.connect-name {
    font-size: 16px;
}

.connect-opera {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: var(--grey-color);
}

.connect-opera .connect-more {
    color: var(--main-color);
}

.firm-by-actor {
    display: flex;
    margin-top: 16px;
}

.firm-related {
    width: 50%;
    transition: all 0.3s;
}

.firm-related:hover {
    transform: scale(1.02);
}

.firm-related:hover .firm-related-title {
    color: var(--main-color);
}

.firm-related:hover .wrap {
    display: block;
}

.firm-related:nth-child(1) {
    margin-right: 4px;
}

.firm-related:nth-child(2) {
    margin-left: 4px;
}

.firm-related-img {
    position: relative;
    width: 100%;
}

.firm-related-img img {
    max-height: 270px;
    width: 100%;
}

.firm-related-img .update-info-mask {
    position: absolute;
    left: 8px;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
}

.actor-list-wrapper .firm-related-title {
    padding-top: 10px;
}

@media screen and (max-width: 1920px) {
    .banner {
        width: 100%;
        width: calc(100% - 56px);
        margin: 0px 0px 0px 56px;
    }

    .app .content .container {
        /* width: calc(100% - 112px); */
        max-width: unset;
        width: calc(100% - 56 * 2px);
        margin: 0px 56px;
    }
}

@media screen and (max-width: 1679px) {
    .banner .col__left {
        width: 500px;
    }

    .banner .col__right {
        width: 58%;
    }

    .video-item-img-layer .upload-info-mask {
        font-size: 12px;
    }

    .firm-propose .video-item-img .desc-img {
        height: 240px;
    }

    .actor-item {
        width: calc(100% * (1 / 3) - 16px);
    }

    .connect-opera,
    .firm-related-img .update-info-mask {
        font-size: 12px;
    }

    .actor-list-wrapper .firm-related-title {
        font-size: 14px;
    }

}

@media (max-width: 1199px) {
    .banner {
        width: calc(100% - 50 * 2px);
        margin: 0px 50px;
    }

    .app .content .container {
        width: calc(100% - 50 * 2px);
        margin: 0px 50px;
    }

    .banner .col__right {
        position: relative;
        width: calc(100% + 50 * 2px);
        left: -50px;
    }

    .wrap-banner-img {
        width: 100%;
    }

    .left-layer {
        display: none;
    }

    .banner > .wrap-banner, .banner > .wrap-banner > .row {
        align-items: flex-start;
    }

    .wrap-banner .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .banner .col__left {
        margin: 0;
        width: 100%;
    }

    body {
        font-size: 14px;
    }

    .banner-content__title > h1 {
        font-size: 34px;
    }

    .firm-propose .video-item-img .desc-img {
        height: 200px;
    }

    .wrap-banner-img {
        height: 550px;
    }

    .firm-propose.video-list-wrapper .video-item {
        width: calc(100% * (1 / 5) - 16px);
    }

    .video-list-wrapper .video-item {
        width: calc(100% * (1 / 3) - 16px);
    }
}

@media (max-width: 1024px) {
    .actor-item {
        width: calc(100% * (1 / 2) - 16px);
    }

    .actor-avatar {
        width: 60px;
        height: 60px;
    }

    .actor-item .connect-info {
        height: 60px;
    }
}

@media (max-width: 991px) {
    .banner {
        width: calc(100% - 30 * 2px);
        margin: 0px 30px;
    }

    .app .content .container {
        width: calc(100% - 30 * 2px);
        margin: 0px 30px;
    }

    .banner .col__right {
        position: relative;
        width: calc(100% + 30 * 2px);
        left: -30px;
    }

    .wrap-banner-img {
        height: 500px;
    }

    .firm-propose.video-list-wrapper .video-item {
        width: calc(100% * (1 / 4) - 12px);
        margin: 0px 6px 28px 6px;
    }
}

@media (max-width: 800px) {
    .wrap-banner-img {
        height: 460px;
    }

    .wrap-banner-img {
        height: 420px;
    }
}

@media (max-width: 768px) {
    .banner {
        width: calc(100% - 15 * 2px);
        margin: 0px 15px;
        margin-top: 55px;
    }

    .app .content .container {
        width: calc(100% - 15 * 2px);
        margin: 0px 15px;
    }

    .banner .col__right {
        position: relative;
        width: calc(100% + 15 * 2px);
        left: -15px;
    }

    .firm-propose.video-list-wrapper .video-item {
        width: calc(100% * (1 / 3) - 8px);
        margin: 0px 4px 24px 4px;
    }

    .firm-propose .video-item-img .desc-img {
        height: 260px;
    }

    .video-list-wrapper .video-item {
        width: calc(100% * (1 / 2) - 8px);
        margin: 0px 4px 24px 4px;
    }

    .wrap-banner-img {
        height: 400px;
    }

    .banner-content__title > h1 {
        font-size: 30px;
    }

    .actor-item {
        width: calc(100% * (1 / 1) - 16px);
    }

}

@media (max-width: 640px) {
    .wrap-banner-img {
        height: 360px;
    }

    body {
        font-size: 13px;
    }

    .firm-propose .video-item-img .desc-img {
        height: 220px;
    }

    .banner-content__top,
    .banner-content__category span,
    .banner-content__infor {
        font-size: 13px;
    }

    .wrap-banner-img {
        height: 340px;
    }

    .banner-content__top,
    .banner-content__top .top {
        height: 20px;
        line-height: 20px;
    }

    .page-tab-content {
        font-size: 12px;
        width: 140px;
    }

    .tab-content-ul .nav-link {
        padding: 8px 0;
    }

    .episodes-page {
        margin: 16px 0;
    }

    .banner .group-btn {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .banner .group-btn .btn-item {
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}

@media (max-width: 585px) {
    .wrap-banner-img {
        height: 300px;
    }

    .banner-content__title > h1 {
        font-size: 26px;
    }

    .firm-propose .video-item-img .desc-img {
        height: 200px;
    }
}

@media (max-width: 500px) {
    .wrap-banner-img {
        height: 260px;
    }

    .firm-propose .video-item-img .desc-img {
        height: 180px;
    }

    .tab-content-ul .nav-link {
        margin-right: 20px;
    }

}

@media (max-width: 480px) {
    .wrap-banner-img {
        height: 220px;
    }

    .firm-propose .video-item-img .desc-img {
        height: 160px;
    }
}

@media (max-width: 385px) {
    .firm-propose .video-item-img .desc-img {
        height: 140px;
    }
}
.focus-info-wrapper .focus-promotion {
    margin: 12px 0;
}

/* PVS Detail Color System v3.9.4 - single source of truth */
:root{
  --pvs-detail-bg:#171a22;
  --pvs-detail-bg-deep:#12151d;
  --pvs-detail-bg-soft:#1b1f28;
  --pvs-detail-card:#20242d;
  --pvs-detail-card-2:#252a34;
  --pvs-detail-card-3:#2b313d;
  --pvs-detail-border:rgba(255,255,255,.09);
  --pvs-detail-border-2:rgba(255,255,255,.14);
  --pvs-detail-text:#f4f7fb;
  --pvs-detail-muted:#a9b3c6;
  --pvs-detail-green:#10df69;
  --pvs-detail-green-2:#08c950;
  --pvs-detail-orange:#ff681c;
}


/* PVS Movie Detail Desktop v3.0.0 - clean rebuild desktop only. Mobile/tablet keep legacy layout. */
.pvs-detail-modern{display:none;}
.pvs-detail-legacy{display:block;}
.focus-info-tag{margin-top:10px;color:#fff;font-size:16px;letter-spacing:0;line-height:22px;margin-bottom:10px;}
.focus-info-tag a:hover{color:rgb(28,199,73);}
.intl-album-more-btn{color:rgb(28,199,73);font-weight:600;text-decoration:none;}
.focus-info-tag .tag-inline{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:10px;}
.focus-info-tag .key{color:rgb(169,169,172);font-size:16px;}
@media screen and (min-width:768px) and (max-width:1023px){.focus-info-tag{font-size:14px;line-height:16px;margin-top:8px;margin-bottom:8px;}}

@media (min-width:1200px), (min-width:900px) and (min-height:600px) and (orientation:landscape){
  .pvs-detail-legacy{display:none!important;}
  .pvs-detail-modern{display:block;position:relative;min-height:100vh;color:#fff;background:var(--pvs-detail-bg);overflow:hidden;}
  .pvs-detail-modern a{text-decoration:none;}
  .pvs-detail-hero{position:relative;width:100vw;margin-left:calc(50% - 50vw);height:560px;overflow:hidden;background:var(--pvs-detail-bg);}
  .pvs-detail-hero-bg{position:absolute;inset:0;overflow:hidden;}
  .pvs-detail-hero-img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;filter:saturate(1.08) contrast(1.04);transform:scale(1.015);animation:pvsDetailV3Bg 16s ease-in-out infinite alternate;}
  .pvs-detail-hero-overlay{position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 78% 42%,rgba(28,199,73,.16),rgba(28,199,73,0) 26%),linear-gradient(90deg,var(--pvs-detail-bg) 0%,rgba(5,6,8,.94) 25%,rgba(5,6,8,.70) 46%,rgba(5,6,8,.28) 68%,rgba(5,6,8,.84) 100%),linear-gradient(0deg,var(--pvs-detail-bg) 0%,rgba(5,6,8,.88) 15%,rgba(5,6,8,.28) 50%,rgba(5,6,8,.76) 100%);}
  .pvs-detail-hero-inner{position:relative;z-index:2;width:min(1720px,calc(100vw - 64px));height:100%;margin:0 auto;display:flex;align-items:center;}
  .pvs-detail-hero-copy{width:min(640px,43vw);padding-top:58px;animation:pvsDetailTextLeft .65s cubic-bezier(.2,.8,.2,1) both;}
  .pvs-detail-kicker{display:flex;align-items:center;gap:12px;margin-bottom:24px;color:#fff;font-weight:900;font-size:16px;}
  .pvs-detail-kicker span{display:inline-flex;align-items:center;height:28px;}
  .pvs-quality{height:28px!important;padding:0 12px;border-radius:6px;background:#08c653;color:#fff;font-size:13px;text-transform:uppercase;box-shadow:0 10px 28px rgba(8,198,83,.25);}
  .pvs-detail-title{margin:0 0 14px;font-size:64px;line-height:1.02;font-weight:950;letter-spacing:-1.9px;color:#fff;text-shadow:0 24px 70px rgba(0,0,0,.62);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
  .pvs-detail-origin{font-size:22px;line-height:1.25;font-weight:700;color:#b9c4dc;margin-bottom:18px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
  .pvs-detail-finish{display:inline-flex;align-items:center;gap:8px;color:#14e36a;font-size:16px;font-weight:900;margin-bottom:26px;}
  .pvs-detail-finish i{color:#13d861;}
  .pvs-detail-quick{display:flex;flex-wrap:wrap;gap:18px;margin-bottom:30px;color:#ced7e9;font-size:15px;}
  .pvs-detail-quick span{display:inline-flex;align-items:center;gap:7px;}
  .pvs-detail-quick i{color:#ffd057;}
  .pvs-detail-actions{display:flex;align-items:center;gap:0;margin-top:6px;}
  .pvs-detail-actions a{height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:900;font-size:15px;transition:.22s ease;color:#fff;}
  .pvs-detail-watch{min-width:190px;border-radius:8px;background:linear-gradient(135deg,#09c950,#04a842);box-shadow:0 18px 40px rgba(8,198,83,.24);text-transform:uppercase;}
  .pvs-detail-watch:hover{color:#fff;transform:translateY(-2px);box-shadow:0 24px 52px rgba(8,198,83,.34);}
  .pvs-detail-action{min-width:112px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);color:rgba(255,255,255,.82);border-left:0;}
  .pvs-detail-action:first-of-type{margin-left:14px;border-left:1px solid rgba(255,255,255,.10);border-radius:8px 0 0 8px;}
  .pvs-detail-action:last-child{border-radius:0 8px 8px 0;}
  .pvs-detail-action:hover{color:#fff;background:rgba(28,199,73,.13);border-color:rgba(28,199,73,.24);}

  .pvs-detail-body{position:relative;z-index:3;width:min(1720px,calc(100vw - 64px));margin:-48px auto 80px;display:grid;grid-template-columns:520px minmax(0,1fr);gap:28px;align-items:start;}
  .pvs-detail-side{min-width:0;padding:0 22px 40px 0;border-right:1px solid rgba(255,255,255,.08);}
  .pvs-detail-section{padding:24px 0;border-bottom:1px solid rgba(255,255,255,.075);}
  .pvs-detail-section h2{display:flex;align-items:center;gap:10px;margin:0 0 18px;color:#fff;text-transform:uppercase;font-size:18px;line-height:1.2;font-weight:950;letter-spacing:.2px;}
  .pvs-detail-section h2:before,.pvs-detail-intro h2 span{content:"";width:4px;height:28px;border-radius:99px;background:#10d760;display:inline-block;box-shadow:0 0 20px rgba(16,215,96,.34);}
  .pvs-detail-intro h2:before{display:none;}
  .pvs-detail-desc{font-size:15px;line-height:1.8;color:#c3cbda;max-width:500px;}
  .pvs-detail-desc *{font-size:inherit!important;line-height:inherit!important;color:inherit!important;background:transparent!important;}
  .pvs-detail-side-actors{display:grid;grid-template-columns:repeat(3,1fr);gap:18px 12px;max-width:430px;}
  .pvs-detail-side-actor{display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;gap:8px;min-width:0;}
  .pvs-detail-side-actor span{width:64px;height:64px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#d8ddd8;color:#222;border:3px solid rgba(255,255,255,.26);box-shadow:0 10px 28px rgba(0,0,0,.34);}
  .pvs-detail-side-actor b{font-size:13px;line-height:1.25;color:#eaf0fb;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
  .pvs-detail-tags{display:flex;flex-wrap:wrap;gap:10px;}
  .pvs-detail-tags a{height:32px;display:inline-flex;align-items:center;padding:0 12px;border-radius:6px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.09);color:#dfe8ff;font-weight:750;font-size:13px;transition:.2s ease;}
  .pvs-detail-tags a:hover{color:#fff;background:rgba(28,199,73,.14);border-color:rgba(28,199,73,.25);}
  .pvs-detail-info div{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px;margin:12px 0;color:#c3cbda;font-size:14px;}
  .pvs-detail-info span{color:#8f9ab1;}
  .pvs-detail-info strong{color:#fff;text-align:right;font-weight:800;}
  .pvs-detail-info a{color:#fff;}.pvs-detail-info a:hover{color:#10d760;}

  .pvs-detail-main{min-width:0;padding:0 0 80px;}
  .pvs-detail-tabs{display:flex;align-items:center;gap:0;border-bottom:1px solid rgba(255,255,255,.10);min-height:58px;margin-bottom:20px;overflow-x:auto;scrollbar-width:none;}
  .pvs-detail-tabs::-webkit-scrollbar{display:none;}
  .pvs-detail-tab{position:relative;height:58px;border:0;background:transparent;color:#aeb9ce;font-size:15px;font-weight:950;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;white-space:nowrap;transition:.2s ease;}
  .pvs-detail-tab:not(:first-child){border-left:1px solid rgba(255,255,255,.08);}
  .pvs-detail-tab:hover{color:#fff;}
  .pvs-detail-tab.is-active{color:#10df69;}
  .pvs-detail-tab.is-active:after{content:"";position:absolute;left:18px;right:18px;bottom:-1px;height:3px;border-radius:3px;background:#10df69;box-shadow:0 0 20px rgba(16,223,105,.35);}
  .pvs-detail-tab em{min-width:18px;height:18px;padding:0 5px;border-radius:99px;background:#ff5a16;color:#fff;font-style:normal;font-size:11px;display:inline-flex;align-items:center;justify-content:center;margin-left:-3px;}
  .pvs-detail-panel{display:none;animation:pvsDetailPanelIn .24s ease both;min-height:240px;padding-top:4px;}
  .pvs-detail-panel.is-active{display:block;}
  .pvs-detail-server-head{height:46px;display:flex;align-items:center;gap:12px;color:#8e9ab0;font-size:14px;font-weight:900;margin:8px 0 18px;}
  .pvs-detail-server-head i{color:#8e9ab0;}
  .pvs-detail-server-head span,.pvs-detail-server-head button{height:38px;border:0;border-radius:8px;padding:0 18px;background:#09c950;color:#fff;font-size:14px;font-weight:950;display:inline-flex;align-items:center;}
  .pvs-detail-server-head button{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);color:#dce5f8;}
  .pvs-detail-episode-count{font-size:15px;color:#b7c2d6;margin-bottom:16px;}.pvs-detail-episode-count b{color:#10df69;}
  .pvs-detail-episodes{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;}
  .pvs-detail-episode{height:46px;border-radius:8px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.075);display:flex;align-items:center;justify-content:center;gap:9px;color:#fff;font-weight:900;font-size:14px;transition:.2s ease;}
  .pvs-detail-episode i{color:#cfd7e7;font-size:13px;}.pvs-detail-episode:hover{color:#fff;background:rgba(16,223,105,.16);border-color:rgba(16,223,105,.35);transform:translateY(-2px);}
  .pvs-detail-related{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;}
  .pvs-detail-related-item{display:block;min-width:0;color:#fff;transition:.22s ease;}
  .pvs-detail-related-item:hover{color:#fff;transform:translateY(-4px);}
  .pvs-detail-related-imgwrap{position:relative;display:block;aspect-ratio:2/3;border-radius:8px;overflow:hidden;background:#151923;border:1px solid rgba(255,255,255,.10);box-shadow:0 18px 46px rgba(0,0,0,.26);}
  .pvs-detail-related-imgwrap img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center;transition:transform .35s ease;}
  .pvs-detail-related-item:hover img{transform:scale(1.04);}
  .pvs-detail-related-badge{position:absolute;left:8px;bottom:8px;border-radius:5px;background:#10d760;color:#06100a;padding:5px 7px;font-size:12px;font-weight:950;max-width:calc(100% - 16px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .pvs-detail-related-name{display:block;margin-top:12px;font-size:15px;font-weight:950;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
  .pvs-detail-actors{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
  .pvs-detail-actor{min-height:200px;border-radius:10px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.10);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;transition:.22s ease;padding:24px;}
  .pvs-detail-actor:hover{color:#fff;background:rgba(16,223,105,.08);border-color:rgba(16,223,105,.22);transform:translateY(-3px);}
  .pvs-detail-actor-avatar{width:90px;height:90px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#d9ddd8;color:#333;border:4px solid rgba(255,255,255,.22);box-shadow:0 16px 36px rgba(0,0,0,.36);font-size:36px;margin-bottom:18px;}
  .pvs-detail-actor-name{font-size:16px;font-weight:950;line-height:1.3;}.pvs-detail-actor small{font-size:13px;color:#8f9ab1;margin-top:6px;}
  .pvs-detail-empty{border-radius:10px;padding:26px;background:rgba(255,255,255,.045);border:1px dashed rgba(255,255,255,.13);color:#c6cfdf;font-weight:800;}
  .pvs-detail-comments{margin-top:46px;padding-top:30px;border-top:1px solid rgba(255,255,255,.09);}
  .pvs-detail-comments h2{display:flex;align-items:center;gap:10px;margin:0 0 18px;color:#fff;font-size:28px;font-weight:950;text-transform:uppercase;}.pvs-detail-comments h2 i{color:#10df69;font-size:30px;}.pvs-detail-comments h2 span{font-size:17px;color:#8895ac;font-weight:700;}
  .pvs-detail-comment-box{display:flex;gap:16px;border-radius:10px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.09);padding:18px;min-height:120px;}
  .pvs-comment-avatar{width:46px;height:46px;border-radius:50%;background:#252b36;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:950;flex:0 0 auto;}.pvs-comment-body{flex:1;color:#9ba7bc;}.pvs-comment-body strong{display:block;color:#fff;margin-bottom:12px;}.pvs-comment-body div{height:78px;border-radius:8px;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;padding:0 20px;color:#566174;font-weight:800;font-size:20px;}
}
@media (min-width:1200px) and (max-width:1399px){
  .pvs-detail-hero{height:520px}.pvs-detail-hero-inner,.pvs-detail-body{width:calc(100vw - 48px)}.pvs-detail-title{font-size:54px}.pvs-detail-body{grid-template-columns:430px minmax(0,1fr);gap:22px}.pvs-detail-episodes{grid-template-columns:repeat(4,minmax(0,1fr))}.pvs-detail-related{grid-template-columns:repeat(4,minmax(0,1fr))}.pvs-detail-actors{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@keyframes pvsDetailV3Bg{0%{transform:scale(1.015) translateX(0) translateY(0)}100%{transform:scale(1.055) translateX(-.8%) translateY(-.4%)}}
@keyframes pvsDetailTextLeft{from{opacity:0;transform:translateX(-44px)}to{opacity:1;transform:translateX(0)}}
@keyframes pvsDetailPanelIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

/* PVS Movie Detail Desktop v3.1.0 - episode server tabs fix */
@media (min-width:1200px), (min-width:900px) and (min-height:600px) and (orientation:landscape){
  .pvs-detail-server-head{height:auto!important;min-height:46px;align-items:center!important;flex-wrap:wrap;gap:12px 14px!important;margin:8px 0 18px!important;}
  .pvs-detail-server-label{display:inline-flex;align-items:center;gap:7px;color:#8e9ab0;font-weight:950;white-space:nowrap;}
  .pvs-detail-server-buttons{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
  .pvs-detail-server-btn{position:relative;height:40px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:8px!important;background:rgba(255,255,255,.08)!important;color:#dce5f8!important;padding:0 18px!important;font-size:14px!important;font-weight:950!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px;cursor:pointer;transition:.2s ease;}
  .pvs-detail-server-btn:hover{color:#fff!important;background:rgba(16,223,105,.13)!important;border-color:rgba(16,223,105,.28)!important;transform:translateY(-1px);}
  .pvs-detail-server-btn.is-active{background:#09c950!important;border-color:#09c950!important;color:#fff!important;box-shadow:0 14px 32px rgba(9,201,80,.22);}
  .pvs-detail-server-btn em{position:absolute;right:-7px;top:-8px;min-width:18px;height:18px;padding:0 5px;border-radius:99px;background:#ff5a16;color:#fff;font-style:normal;font-size:11px;line-height:18px;text-align:center;font-weight:950;box-shadow:0 5px 14px rgba(0,0,0,.32);}
  .pvs-detail-server-panel{display:none;animation:pvsDetailPanelIn .22s ease both;}
  .pvs-detail-server-panel.is-active{display:block;}
  .pvs-detail-episode span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
}

/* PVS Movie Detail Desktop v3.2.0 - episode ranges + search for long series */
@media (min-width:1200px), (min-width:900px) and (min-height:600px) and (orientation:landscape){
  .pvs-detail-episode-ranges{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    margin:0 0 18px;
  }
  .pvs-detail-range-btn{
    height:34px;
    min-width:74px;
    padding:0 14px;
    border-radius:7px;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.055);
    color:#c7d0e3;
    font-size:13px;
    font-weight:850;
    cursor:pointer;
    transition:.18s ease;
  }
  .pvs-detail-range-btn:hover{
    color:#fff;
    background:rgba(16,223,105,.11);
    border-color:rgba(16,223,105,.28);
  }
  .pvs-detail-range-btn.is-active{
    background:#fff;
    color:#07100b;
    border-color:#fff;
    box-shadow:0 8px 22px rgba(0,0,0,.26);
  }
  .pvs-detail-episode-toolbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin:0 0 18px;
  }
  .pvs-detail-episode-count{
    margin:0!important;
    color:#aeb9ce!important;
  }
  .pvs-detail-episode-count span{color:#657087;margin:0 3px;}
  .pvs-detail-episode-count strong{color:#10df69;font-weight:950;}
  .pvs-detail-episode-search{
    width:190px;
    height:34px;
    border-radius:999px;
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.10);
    display:flex;
    align-items:center;
    gap:8px;
    padding:0 12px;
    color:#7d899d;
    transition:.18s ease;
  }
  .pvs-detail-episode-search:focus-within{
    width:220px;
    background:rgba(255,255,255,.065);
    border-color:rgba(16,223,105,.32);
    box-shadow:0 0 0 3px rgba(16,223,105,.08);
  }
  .pvs-detail-episode-search i{font-size:12px;color:#77839a;}
  .pvs-detail-episode-search input{
    width:100%;
    min-width:0;
    border:0;
    outline:0;
    background:transparent;
    color:#fff;
    font-size:13px;
    font-weight:750;
  }
  .pvs-detail-episode-search input::placeholder{color:#6f7a8e;}
  .pvs-detail-episode-empty{margin-top:12px!important;}
  .pvs-detail-episodes[data-pvs-episode-list]{min-height:46px;}
}




/* PVS detail v3.4.3 - remove left thumb on desktop/tv and lift sidebar content */
@media (min-width:1200px), (min-width:900px) and (min-height:600px) and (orientation:landscape){
  .pvs-detail-side{padding-top:0!important;}
  .pvs-detail-side > .pvs-detail-section:first-child{margin-top:0!important;}
}

/* PVS detail v3.5.0 - desktop AJAX episode loader */
@media (min-width:1200px), (min-width:900px) and (min-height:600px) and (orientation:landscape){
  .pvs-detail-episode-loading{grid-column:1/-1;border-radius:10px;padding:18px 20px;background:rgba(255,255,255,.045);border:1px dashed rgba(255,255,255,.12);color:#aeb9ce;font-weight:850;text-align:center;}
  .pvs-detail-server-panel.is-loading .pvs-detail-episode-search{opacity:.72;pointer-events:none;}
}

/* PVS detail mobile portrait v3.6.0 - isolated mobile detail layout */
.pvs-md-mobile{display:none;}
@media (max-width:575px) and (orientation:portrait){
  html,body{background:var(--pvs-detail-bg)!important;}
  .pvs-detail-desktop-v3,.pvs-detail-legacy{display:none!important;}
  .pvs-md-mobile{display:block;background:var(--pvs-detail-bg);color:#fff;min-height:100vh;padding-bottom:calc(86px + env(safe-area-inset-bottom));overflow:hidden;}
  .pvs-md-hero{position:relative;min-height:678px;padding:0 14px 18px;overflow:hidden;background:var(--pvs-detail-bg);}
  .pvs-md-bg{position:absolute;inset:0 0 auto 0;height:360px;overflow:hidden;z-index:0;background:var(--pvs-detail-bg);}
  .pvs-md-bg img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top;filter:brightness(.62);transform:scale(1.05);}
  .pvs-md-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,7,11,.05) 0%,rgba(5,7,11,.18) 35%,var(--pvs-detail-bg) 100%),linear-gradient(90deg,rgba(5,7,11,.78) 0%,rgba(5,7,11,.20) 48%,rgba(5,7,11,.78) 100%);pointer-events:none;}
  .pvs-md-shade{position:absolute;inset:0;background:radial-gradient(circle at 50% 24%,rgba(16,223,105,.10),transparent 35%);z-index:1;pointer-events:none;}
  .pvs-md-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:116px;}
  .pvs-md-thumb{width:174px;aspect-ratio:2/3;border-radius:14px;overflow:hidden;background:#111722;border:1px solid rgba(255,255,255,.14);box-shadow:0 24px 60px rgba(0,0,0,.52),0 0 0 1px rgba(255,255,255,.04);}
  .pvs-md-thumb img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center;}
  .pvs-md-meta-line{display:flex;align-items:center;justify-content:center;gap:17px;margin:24px 0 9px;color:#d7deed;font-size:13px;font-weight:900;}
  .pvs-md-quality{height:23px;display:inline-flex;align-items:center;border-radius:5px;padding:0 10px;background:#08c650;color:#fff;font-size:12px;font-weight:950;line-height:1;}
  .pvs-md-title{max-width:100%;margin:0;color:#fff;font-size:26px;font-weight:950;line-height:1.16;letter-spacing:-.02em;text-shadow:0 2px 18px rgba(0,0,0,.42);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
  .pvs-md-origin{margin-top:8px;color:#9eaabd;font-size:14px;font-weight:800;line-height:1.35;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
  .pvs-md-finish{margin-top:16px;color:#c98115;font-size:15px;font-weight:850;display:flex;align-items:center;gap:7px;}
  .pvs-md-finish i{color:#c98115;}
  .pvs-md-watch{margin-top:30px;width:100%;height:56px;border-radius:8px;background:#06bd4b;color:#fff!important;display:flex;align-items:center;justify-content:center;gap:12px;text-transform:uppercase;font-size:16px;font-weight:950;box-shadow:0 16px 36px rgba(6,189,75,.22);}
  .pvs-md-watch:hover,.pvs-md-watch:focus{color:#fff!important;background:#10d760;}
  .pvs-md-mini-actions{margin-top:12px;height:35px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);overflow:hidden;}
  .pvs-md-mini-actions a{width:48px;height:35px;display:flex;align-items:center;justify-content:center;color:#fff!important;font-size:16px;border-right:1px solid rgba(255,255,255,.10);}
  .pvs-md-mini-actions a:last-child{border-right:0;}
  .pvs-md-content-toggle{width:100%;height:53px;margin-top:14px;border-radius:8px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.018);color:#bfc8de;text-transform:uppercase;font-size:13px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:10px;letter-spacing:.01em;}
  .pvs-md-content-toggle i{font-size:12px;transition:transform .24s ease;}
  .pvs-md-content-toggle.is-open i{transform:rotate(180deg);}
  .pvs-md-content-panel{display:none;padding:0 8px 22px;background:var(--pvs-detail-bg);}
  .pvs-md-content-panel.is-open{display:block;animation:pvsMdContentIn .24s ease both;}
  .pvs-md-section{padding:0 0 22px;margin:0 0 24px;border-bottom:1px solid rgba(255,255,255,.08);}
  .pvs-md-section h2{margin:0 0 14px;display:flex;align-items:center;gap:9px;color:#fff;font-size:18px;font-weight:950;text-transform:uppercase;}
  .pvs-md-section h2 span{display:block;width:3px;height:22px;border-radius:999px;background:#10df69;}
  .pvs-md-desc{color:#dbe3f3;font-size:14px;line-height:1.78;font-weight:500;}
  .pvs-md-desc p{margin:0 0 12px;}
  .pvs-md-actor-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 10px;}
  .pvs-md-actor-mini{display:flex;flex-direction:column;align-items:center;text-align:center;color:#dfe6f5!important;min-width:0;}
  .pvs-md-actor-mini span{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#d9ddd8;color:#333;border:3px solid rgba(255,255,255,.2);box-shadow:0 12px 26px rgba(0,0,0,.28);font-size:23px;margin-bottom:8px;}
  .pvs-md-actor-mini b{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;font-weight:800;}
  .pvs-md-tags{display:flex;align-items:center;gap:7px;flex-wrap:wrap;}
  .pvs-md-tags a{height:24px;display:inline-flex;align-items:center;border-radius:4px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.08);color:#dfe7f6!important;padding:0 8px;font-size:10px;font-weight:850;text-transform:uppercase;}
  .pvs-md-info div{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin:0 0 10px;color:#adb8cc;font-size:13px;}
  .pvs-md-info strong,.pvs-md-info strong a{color:#fff!important;font-weight:900;text-align:right;}
  .pvs-md-main{padding:0 8px 0;background:var(--pvs-detail-bg);min-height:260px;}
  .pvs-md-tabs{display:flex!important;align-items:center;gap:0;overflow-x:auto;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.10);margin:0 0 20px;padding:0;scrollbar-width:none;}
  .pvs-md-tabs::-webkit-scrollbar{display:none;}
  .pvs-md-tabs .pvs-detail-tab{position:relative;flex:0 0 auto;height:44px;border:0!important;background:transparent!important;border-radius:0!important;color:#a8b2c7!important;padding:0 16px 0 0!important;margin-right:18px!important;font-size:14px!important;font-weight:950!important;text-transform:none!important;box-shadow:none!important;}
  .pvs-md-tabs .pvs-detail-tab i{margin-right:6px;color:inherit!important;}
  .pvs-md-tabs .pvs-detail-tab em{position:absolute;right:-2px;top:4px;min-width:16px;height:16px;border-radius:99px;background:#ff5a16;color:#fff;font-size:10px;line-height:16px;text-align:center;font-style:normal;}
  .pvs-md-tabs .pvs-detail-tab.is-active{color:#10df69!important;}
  .pvs-md-tabs .pvs-detail-tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#10df69;border-radius:999px;}
  .pvs-md-main .pvs-detail-panel{min-height:160px;padding-top:0;}
  .pvs-md-server-head{display:block!important;height:auto!important;margin:0 0 16px!important;color:#8f9bb0!important;}
  .pvs-md-server-head .pvs-detail-server-label{display:flex;align-items:center;gap:7px;margin-bottom:10px;font-size:14px;font-weight:900;}
  .pvs-md-server-head .pvs-detail-server-buttons{display:flex;align-items:center;gap:9px;flex-wrap:wrap;}
  .pvs-md-server-head .pvs-detail-server-btn{height:34px!important;border-radius:7px!important;padding:0 14px!important;font-size:12px!important;}
  .pvs-md-ranges{display:flex!important;gap:8px!important;overflow-x:auto!important;flex-wrap:nowrap!important;margin:0 0 14px!important;padding-bottom:2px;scrollbar-width:none;}
  .pvs-md-ranges::-webkit-scrollbar{display:none;}
  .pvs-md-ranges .pvs-detail-range-btn{flex:0 0 auto;min-width:auto;height:30px;padding:0 10px;font-size:12px;}
  .pvs-md-episode-toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin:0 0 16px!important;}
  .pvs-md-episode-toolbar .pvs-detail-episode-count{font-size:14px!important;margin:0!important;color:#aeb9ce!important;}
  .pvs-md-episode-toolbar .pvs-detail-episode-search{width:122px!important;height:30px!important;padding:0 10px!important;}
  .pvs-md-episode-toolbar .pvs-detail-episode-search:focus-within{width:148px!important;}
  .pvs-md-episode-toolbar input{font-size:12px!important;}
  .pvs-md-main .pvs-detail-episodes{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;min-height:42px;}
  .pvs-md-main .pvs-detail-episode{height:38px!important;border-radius:6px!important;font-size:13px!important;font-weight:900!important;gap:6px!important;background:rgba(255,255,255,.07)!important;}
  .pvs-md-related{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  .pvs-md-related .pvs-detail-related-name{font-size:13px!important;margin-top:8px!important;}
  .pvs-md-actors{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  .pvs-md-actors .pvs-detail-actor{min-height:142px!important;border-radius:9px!important;padding:16px!important;}
  .pvs-md-actors .pvs-detail-actor-avatar{width:62px!important;height:62px!important;font-size:24px!important;margin-bottom:10px!important;}
  .pvs-md-actors .pvs-detail-actor-name{font-size:13px!important;}
  .pvs-md-comments{margin-top:34px!important;padding-top:26px!important;border-top:1px solid rgba(255,255,255,.08)!important;}
  .pvs-md-comments h2{font-size:25px!important;margin-bottom:16px!important;}
  .pvs-md-comments .pvs-detail-comment-box{padding:14px!important;border-radius:10px!important;gap:12px!important;min-height:134px!important;}
  .pvs-md-comments .pvs-comment-avatar{width:40px!important;height:40px!important;}
  .pvs-md-comments .pvs-comment-body div{height:86px!important;font-size:18px!important;padding:0 16px!important;}
}
@keyframes pvsMdContentIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}


/* PVS detail mobile portrait v3.6.1 - tab/content isolation fix */
@media (max-width:575px) and (orientation:portrait){
  .pvs-md-mobile .pvs-detail-panel{display:none!important;opacity:1!important;visibility:visible!important;transform:none!important;}
  .pvs-md-mobile .pvs-detail-panel.is-active{display:block!important;}

  .pvs-md-mobile .pvs-detail-server-panel{display:none!important;}
  .pvs-md-mobile .pvs-detail-server-panel.is-active{display:block!important;}

  .pvs-md-tabs .pvs-detail-tab{appearance:none;-webkit-appearance:none;min-width:0;line-height:1;background:transparent!important;}
  .pvs-md-tabs .pvs-detail-tab:not(:first-child){border-left:0!important;}

  .pvs-md-server-head .pvs-detail-server-btn{position:relative;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;border:1px solid rgba(255,255,255,.12)!important;background:rgba(255,255,255,.075)!important;color:#dbe4f5!important;box-shadow:none!important;line-height:1!important;}
  .pvs-md-server-head .pvs-detail-server-btn.is-active{background:#09c950!important;border-color:#09c950!important;color:#fff!important;box-shadow:0 10px 24px rgba(9,201,80,.20)!important;}
  .pvs-md-server-head .pvs-detail-server-btn em{position:absolute;right:-7px;top:-8px;min-width:17px;height:17px;padding:0 5px;border-radius:99px;background:#ff711f;color:#fff;font-size:10px;line-height:17px;text-align:center;font-style:normal;font-weight:950;}

  .pvs-md-ranges .pvs-detail-range-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:7px!important;background:rgba(255,255,255,.065)!important;color:#cdd7ea!important;font-weight:900!important;line-height:1!important;box-shadow:none!important;}
  .pvs-md-ranges .pvs-detail-range-btn.is-active{background:rgba(16,223,105,.18)!important;border-color:rgba(16,223,105,.40)!important;color:#fff!important;}

  .pvs-md-main .pvs-detail-episode{display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;border:1px solid rgba(255,255,255,.08)!important;line-height:1!important;text-decoration:none!important;box-shadow:none!important;transform:none!important;}
  .pvs-md-main .pvs-detail-episode i{color:#cfd7e7!important;font-size:12px!important;}
  .pvs-md-main .pvs-detail-episode span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .pvs-md-main .pvs-detail-episode:hover,.pvs-md-main .pvs-detail-episode:focus{background:rgba(16,223,105,.16)!important;border-color:rgba(16,223,105,.36)!important;color:#fff!important;}

  .pvs-md-related .pvs-detail-related-item{display:block!important;min-width:0!important;color:#fff!important;text-decoration:none!important;transform:none!important;}
  .pvs-md-related .pvs-detail-related-imgwrap{position:relative!important;display:block!important;width:100%!important;aspect-ratio:2/3!important;border-radius:9px!important;overflow:hidden!important;background:#151923!important;border:1px solid rgba(255,255,255,.10)!important;box-shadow:0 12px 28px rgba(0,0,0,.26)!important;}
  .pvs-md-related .pvs-detail-related-imgwrap img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center center!important;transform:none!important;}
  .pvs-md-related .pvs-detail-related-badge{position:absolute!important;left:7px!important;bottom:7px!important;max-width:calc(100% - 14px)!important;border-radius:5px!important;background:#10d760!important;color:#06100a!important;padding:4px 6px!important;font-size:10px!important;font-weight:950!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .pvs-md-related .pvs-detail-related-name{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:#fff!important;line-height:1.32!important;font-weight:900!important;}

  .pvs-md-actors .pvs-detail-actor{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.08)!important;color:#fff!important;text-decoration:none!important;}
  .pvs-md-actors .pvs-detail-actor-avatar{display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:#d9ddd8!important;color:#252525!important;border:3px solid rgba(255,255,255,.18)!important;}
  .pvs-md-actors .pvs-detail-actor small{display:none!important;}

  .pvs-md-main .pvs-detail-empty{border-radius:10px!important;padding:16px!important;background:rgba(255,255,255,.045)!important;border:1px dashed rgba(255,255,255,.12)!important;color:#aeb9ce!important;text-align:center!important;font-weight:850!important;}
}

/* PVS detail mobile portrait v3.6.2 - clean episode tab layout */
@media (max-width:575px) and (orientation:portrait){
  .pvs-md-mobile .pvs-detail-panel{display:none!important;opacity:1!important;visibility:visible!important;transform:none!important;min-height:0!important;padding-top:0!important;}
  .pvs-md-mobile .pvs-detail-panel.is-active{display:block!important;}
  .pvs-md-mobile .pvs-detail-server-panel{display:none!important;}
  .pvs-md-mobile .pvs-detail-server-panel.is-active{display:block!important;}

  .pvs-md-main{padding:0 10px 0!important;background:var(--pvs-detail-bg)!important;overflow:hidden!important;}
  .pvs-md-tabs{display:flex!important;align-items:center!important;gap:0!important;overflow-x:auto!important;white-space:nowrap!important;margin:0 0 14px!important;padding:0!important;border-bottom:1px solid rgba(255,255,255,.10)!important;scrollbar-width:none!important;}
  .pvs-md-tabs::-webkit-scrollbar{display:none!important;}
  .pvs-md-tabs .pvs-detail-tab{height:44px!important;min-width:auto!important;flex:0 0 auto!important;border:0!important;border-radius:0!important;background:transparent!important;color:#aab4c8!important;box-shadow:none!important;padding:0 15px 0 0!important;margin-right:18px!important;font-size:14px!important;font-weight:950!important;line-height:44px!important;text-transform:none!important;position:relative!important;}
  .pvs-md-tabs .pvs-detail-tab.is-active{color:#10df69!important;}
  .pvs-md-tabs .pvs-detail-tab.is-active:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:2px!important;background:#10df69!important;border-radius:999px!important;}

  .pvs-md-server-head{display:block!important;margin:0 0 14px!important;height:auto!important;}
  .pvs-md-server-head .pvs-detail-server-label{display:flex!important;align-items:center!important;gap:7px!important;margin:0 0 10px!important;color:#8995aa!important;font-size:14px!important;font-weight:900!important;}
  .pvs-md-server-head .pvs-detail-server-buttons{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;}
  .pvs-md-server-head .pvs-detail-server-btn{position:relative!important;height:34px!important;padding:0 15px!important;border-radius:7px!important;border:1px solid rgba(255,255,255,.13)!important;background:rgba(255,255,255,.07)!important;color:#dbe4f5!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:950!important;line-height:1!important;box-shadow:none!important;}
  .pvs-md-server-head .pvs-detail-server-btn.is-active{background:#09c950!important;border-color:#09c950!important;color:#fff!important;box-shadow:0 10px 24px rgba(9,201,80,.22)!important;}
  .pvs-md-server-head .pvs-detail-server-btn em{position:absolute!important;right:-7px!important;top:-8px!important;min-width:17px!important;height:17px!important;padding:0 5px!important;border-radius:99px!important;background:#ff6a1a!important;color:#fff!important;font-size:10px!important;line-height:17px!important;text-align:center!important;font-style:normal!important;font-weight:950!important;}

  .pvs-md-ranges{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:nowrap!important;overflow-x:auto!important;margin:0 0 14px!important;padding:0 0 2px!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;}
  .pvs-md-ranges::-webkit-scrollbar{display:none!important;}
  .pvs-md-ranges .pvs-detail-range-btn{flex:0 0 auto!important;height:31px!important;min-width:74px!important;padding:0 12px!important;border-radius:7px!important;border:1px solid rgba(255,255,255,.12)!important;background:rgba(255,255,255,.06)!important;color:#cbd5e7!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:900!important;line-height:1!important;box-shadow:none!important;}
  .pvs-md-ranges .pvs-detail-range-btn.is-active{background:#fff!important;color:#07100b!important;border-color:#fff!important;box-shadow:0 8px 18px rgba(0,0,0,.24)!important;}

  .pvs-md-episode-toolbar{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:11px!important;margin:0 0 15px!important;}
  .pvs-md-episode-toolbar .pvs-detail-episode-count{width:100%!important;margin:0!important;color:#aeb9ce!important;font-size:14px!important;font-weight:750!important;line-height:1.25!important;}
  .pvs-md-episode-toolbar .pvs-detail-episode-count b{color:#fff!important;font-weight:950!important;}
  .pvs-md-episode-toolbar .pvs-detail-episode-count span{color:#59647a!important;margin:0 3px!important;}
  .pvs-md-episode-toolbar .pvs-detail-episode-count strong{color:#10df69!important;font-weight:950!important;}
  .pvs-md-episode-tools{display:flex!important;align-items:center!important;gap:9px!important;width:100%!important;}
  .pvs-md-episode-toolbar .pvs-detail-episode-search{width:auto!important;flex:1 1 auto!important;height:34px!important;border-radius:6px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.08)!important;display:flex!important;align-items:center!important;gap:9px!important;padding:0 12px!important;color:#6f7b91!important;box-shadow:none!important;}
  .pvs-md-episode-toolbar .pvs-detail-episode-search:focus-within{width:auto!important;background:rgba(255,255,255,.055)!important;border-color:rgba(16,223,105,.28)!important;box-shadow:0 0 0 3px rgba(16,223,105,.06)!important;}
  .pvs-md-episode-toolbar .pvs-detail-episode-search i{font-size:13px!important;color:#6f7b91!important;}
  .pvs-md-episode-toolbar .pvs-detail-episode-search input{width:100%!important;height:100%!important;border:0!important;background:transparent!important;outline:0!important;color:#fff!important;font-size:13px!important;font-weight:800!important;}
  .pvs-md-episode-toolbar .pvs-detail-episode-search input::placeholder{color:#6f7b91!important;}
  .pvs-md-episode-filter{flex:0 0 40px!important;width:40px!important;height:34px!important;border:0!important;border-radius:7px!important;background:rgba(255,255,255,.08)!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;box-shadow:none!important;}

  .pvs-md-main .pvs-detail-episodes{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px 10px!important;min-height:42px!important;margin:0!important;padding:0!important;}
  .pvs-md-main .pvs-detail-episode{height:44px!important;border-radius:6px!important;background:rgba(255,255,255,.065)!important;border:1px solid rgba(255,255,255,.045)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;text-decoration:none!important;font-size:14px!important;font-weight:950!important;line-height:1!important;box-shadow:none!important;transform:none!important;overflow:hidden!important;}
  .pvs-md-main .pvs-detail-episode i{font-size:12px!important;color:#cbd5e7!important;flex:0 0 auto!important;}
  .pvs-md-main .pvs-detail-episode span{display:block!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .pvs-md-main .pvs-detail-episode:active,.pvs-md-main .pvs-detail-episode:focus{background:rgba(16,223,105,.16)!important;border-color:rgba(16,223,105,.36)!important;color:#fff!important;}
  .pvs-md-main .pvs-detail-episode-loading{grid-column:1/-1!important;border-radius:8px!important;background:rgba(255,255,255,.045)!important;color:#aeb9ce!important;padding:14px!important;text-align:center!important;font-weight:850!important;}
  .pvs-md-main .pvs-detail-empty{border-radius:8px!important;padding:13px!important;background:rgba(255,255,255,.045)!important;border:1px dashed rgba(255,255,255,.12)!important;color:#aeb9ce!important;text-align:center!important;font-weight:850!important;margin-top:10px!important;}
}

/* PVS detail mobile portrait v3.6.3 - episode ranges wrap, no horizontal scroll */
@media (max-width:575px) and (orientation:portrait){
  .pvs-md-mobile .pvs-md-ranges,
  .pvs-md-mobile .pvs-detail-episode-ranges.pvs-md-ranges{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    gap:8px!important;
    flex-wrap:wrap!important;
    overflow-x:visible!important;
    overflow-y:visible!important;
    white-space:normal!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 14px!important;
    padding:0!important;
    scrollbar-width:auto!important;
    -webkit-overflow-scrolling:auto!important;
  }
  .pvs-md-mobile .pvs-md-ranges::-webkit-scrollbar,
  .pvs-md-mobile .pvs-detail-episode-ranges.pvs-md-ranges::-webkit-scrollbar{
    display:none!important;
  }
  .pvs-md-mobile .pvs-md-ranges .pvs-detail-range-btn,
  .pvs-md-mobile .pvs-detail-episode-ranges.pvs-md-ranges .pvs-detail-range-btn{
    flex:0 0 calc((100% - 16px) / 3)!important;
    width:calc((100% - 16px) / 3)!important;
    min-width:0!important;
    max-width:none!important;
    height:31px!important;
    padding:0 6px!important;
    border-radius:7px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:12px!important;
    font-weight:900!important;
    line-height:1!important;
  }
  .pvs-md-mobile .pvs-md-ranges .pvs-detail-range-btn.is-active,
  .pvs-md-mobile .pvs-detail-episode-ranges.pvs-md-ranges .pvs-detail-range-btn.is-active{
    background:#fff!important;
    color:#07100b!important;
    border-color:#fff!important;
  }
}
@media (max-width:390px) and (orientation:portrait){
  .pvs-md-mobile .pvs-md-ranges .pvs-detail-range-btn,
  .pvs-md-mobile .pvs-detail-episode-ranges.pvs-md-ranges .pvs-detail-range-btn{
    flex-basis:calc((100% - 8px) / 2)!important;
    width:calc((100% - 8px) / 2)!important;
  }
}

/* PVS detail mobile portrait v3.6.4 - comment box polish */
@media (max-width:575px) and (orientation:portrait){
  .pvs-md-mobile .pvs-md-comments{
    margin:28px 6px 0!important;
    padding:26px 0 18px!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
    background:transparent!important;
  }
  .pvs-md-mobile .pvs-md-comments h2{
    margin:0 0 12px!important;
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
    color:#fff!important;
    font-size:24px!important;
    line-height:1.1!important;
    font-weight:950!important;
    text-transform:uppercase!important;
    letter-spacing:-.02em!important;
  }
  .pvs-md-mobile .pvs-md-comments h2 i{
    width:28px!important;
    height:28px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:#0ee66d!important;
    font-size:28px!important;
    line-height:1!important;
  }
  .pvs-md-mobile .pvs-md-comments h2 span{
    color:#7f8ca3!important;
    font-size:15px!important;
    font-weight:800!important;
    text-transform:none!important;
  }
  .pvs-md-mobile .pvs-md-comments .pvs-detail-comment-box{
    position:relative!important;
    display:flex!important;
    align-items:flex-start!important;
    gap:13px!important;
    width:100%!important;
    min-height:0!important;
    margin:0!important;
    padding:16px 14px!important;
    border-radius:10px!important;
    background:rgba(255,255,255,.035)!important;
    border:1px solid rgba(255,255,255,.075)!important;
    box-shadow:none!important;
  }
  .pvs-md-mobile .pvs-md-comments .pvs-comment-avatar{
    flex:0 0 38px!important;
    width:38px!important;
    height:38px!important;
    border-radius:50%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#242934!important;
    border:1px solid rgba(255,255,255,.12)!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:950!important;
    line-height:1!important;
  }
  .pvs-md-mobile .pvs-md-comments .pvs-comment-body{
    flex:1 1 auto!important;
    min-width:0!important;
    display:block!important;
    color:#dfe6f5!important;
  }
  .pvs-md-mobile .pvs-md-comments .pvs-comment-body strong{
    display:block!important;
    margin:0 0 10px!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:950!important;
    line-height:1.35!important;
  }
  .pvs-md-mobile .pvs-md-comments .pvs-md-comment-input,
  .pvs-md-mobile .pvs-md-comments .pvs-comment-body > div{
    position:relative!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    width:100%!important;
    height:84px!important;
    min-height:84px!important;
    padding:16px 36px 14px 15px!important;
    border-radius:9px!important;
    background:rgba(0,0,0,.12)!important;
    border:1px solid rgba(255,255,255,.08)!important;
    color:#596377!important;
    font-size:16px!important;
    font-weight:850!important;
    line-height:1.45!important;
  }
  .pvs-md-mobile .pvs-md-comments .pvs-md-comment-input span{
    display:block!important;
    max-width:100%!important;
  }
  .pvs-md-mobile .pvs-md-comments .pvs-md-comment-input i{
    position:absolute!important;
    right:12px!important;
    bottom:12px!important;
    color:#9aa5b8!important;
    font-size:19px!important;
  }
  .pvs-md-mobile .pvs-md-comments .pvs-md-comment-login{
    height:40px!important;
    min-width:108px!important;
    margin:12px 0 0 auto!important;
    padding:0 17px!important;
    border-radius:6px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:rgba(255,255,255,.13)!important;
    color:#fff!important;
    font-size:14px!important;
    font-weight:950!important;
    text-decoration:none!important;
    line-height:1!important;
  }
  .pvs-md-mobile .pvs-md-comments .pvs-md-comment-login:active{
    background:rgba(16,223,105,.32)!important;
  }
}

/* PVS detail mobile portrait v3.6.5 - developing toast for comment login */
@media (max-width: 575.98px) and (orientation: portrait){
  .pvs-md-dev-toast{
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: calc(86px + env(safe-area-inset-bottom, 0px));
    z-index: 10080;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
    border-radius: 16px;
    background: rgba(15, 18, 24, .92);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 18px 44px rgba(0,0,0,.42);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    opacity: 0;
    transform: translateY(16px) scale(.98);
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
  }
  .pvs-md-dev-toast.is-show{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .pvs-md-dev-toast__icon{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: linear-gradient(135deg,#09d85f,#00a843);
    color: #fff;
    box-shadow: 0 0 18px rgba(9,216,95,.26);
    font-size: 12px;
  }
  .pvs-md-dev-toast__text{flex:1;}
}

/* PVS detail mobile landscape v3.7.0 - isolated phone landscape layout */
@media (min-width:576px) and (max-width:991.98px) and (orientation:landscape){
  .pvs-detail-desktop-v3,
  .pvs-detail-modern,
  .pvs-detail-legacy{display:none!important;}
  .pvs-md-mobile{display:block!important;position:relative;background:var(--pvs-detail-bg);color:#fff;min-height:100vh;padding:0 0 calc(96px + env(safe-area-inset-bottom,0px))!important;overflow:hidden;}
  .pvs-md-mobile a{text-decoration:none;}

  .pvs-md-hero{position:relative;min-height:362px;padding:0 8px 18px!important;overflow:hidden;background:var(--pvs-detail-bg);}
  .pvs-md-bg{position:absolute;inset:0;height:100%;overflow:hidden;background:var(--pvs-detail-bg);z-index:0;}
  .pvs-md-bg img{width:100%;height:100%;display:block;object-fit:cover;object-position:right center;filter:brightness(.78) saturate(1.06);transform:scale(1.025);}
  .pvs-md-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--pvs-detail-bg) 0%,rgba(3,4,7,.96) 25%,rgba(3,4,7,.70) 48%,rgba(3,4,7,.30) 72%,rgba(3,4,7,.72) 100%),linear-gradient(0deg,var(--pvs-detail-bg) 0%,rgba(3,4,7,.62) 20%,rgba(3,4,7,.06) 62%,rgba(3,4,7,.65) 100%);pointer-events:none;}
  .pvs-md-shade{position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 72% 32%,rgba(16,223,105,.10),transparent 35%);pointer-events:none;}
  .pvs-md-inner{position:relative;z-index:2;width:min(620px,64vw);min-height:362px;display:flex;flex-direction:column;align-items:flex-start!important;justify-content:center;text-align:left!important;padding:48px 0 14px!important;}
  .pvs-md-thumb{display:none!important;}
  .pvs-md-meta-line{display:flex;align-items:center;justify-content:flex-start!important;gap:14px;margin:0 0 18px!important;color:#fff;font-size:15px;font-weight:900;}
  .pvs-md-quality{height:24px;border-radius:5px;padding:0 10px;background:#07c950;color:#fff;font-size:12px;font-weight:950;display:inline-flex;align-items:center;line-height:1;}
  .pvs-md-title{max-width:100%;margin:0 0 8px!important;color:#fff;font-size:43px!important;line-height:1.05!important;font-weight:950;letter-spacing:-.05em;text-shadow:0 18px 55px rgba(0,0,0,.64);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
  .pvs-md-origin{max-width:92%;margin:0 0 14px!important;color:#aeb8cc;font-size:20px!important;font-weight:850;line-height:1.25;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
  .pvs-md-finish{margin:0 0 26px!important;color:#c98214;font-size:16px;font-weight:900;display:flex;align-items:center;gap:7px;}
  .pvs-md-finish i{color:#c98214;}
  .pvs-md-watch{width:192px!important;height:52px!important;margin:0!important;border-radius:7px;background:#08bf4d;color:#fff!important;display:inline-flex;align-items:center;justify-content:center;gap:11px;text-transform:uppercase;font-size:15px!important;font-weight:950;box-shadow:0 14px 32px rgba(8,191,77,.24);}
  .pvs-md-watch:hover,.pvs-md-watch:focus{color:#fff!important;background:#10d760;}
  .pvs-md-mini-actions{position:absolute;left:214px;bottom:32px;margin:0!important;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.11);overflow:hidden;}
  .pvs-md-mini-actions a{width:auto;min-width:112px;height:44px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff!important;font-size:15px;font-weight:900;border-right:1px solid rgba(255,255,255,.10);}
  .pvs-md-mini-actions a:after{font-size:14px;line-height:1;}
  .pvs-md-mini-actions a:nth-child(1):after{content:"Thích";}
  .pvs-md-mini-actions a:nth-child(2):after{content:"Xem sau";}
  .pvs-md-mini-actions a:nth-child(3):after{content:"Chia sẻ";}
  .pvs-md-mini-actions a:last-child{border-right:0;}
  .pvs-md-content-toggle{display:none!important;}

  .pvs-md-content-panel{display:block!important;visibility:visible!important;opacity:1!important;background:var(--pvs-detail-bg);padding:0 8px 10px!important;}
  .pvs-md-section{padding:0 0 18px;margin:0 0 20px;border-bottom:1px solid rgba(255,255,255,.08);}
  .pvs-md-section h2{margin:0 0 11px;display:flex;align-items:center;gap:8px;color:#fff;font-size:18px;font-weight:950;text-transform:uppercase;}
  .pvs-md-section h2 span{display:block;width:3px;height:24px;border-radius:999px;background:#0ee66d;}
  .pvs-md-desc{max-width:100%;color:#dbe4f5;font-size:15px;line-height:1.72;font-weight:500;}
  .pvs-md-desc p{margin:0 0 12px;}
  .pvs-md-actor-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 16px;max-width:480px;}
  .pvs-md-actor-mini{display:flex;flex-direction:column;align-items:center;text-align:center;color:#dfe6f5!important;min-width:0;}
  .pvs-md-actor-mini span{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#d9ddd8;color:#333;border:3px solid rgba(255,255,255,.22);box-shadow:0 12px 26px rgba(0,0,0,.28);font-size:24px;margin-bottom:8px;}
  .pvs-md-actor-mini b{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;font-weight:850;}
  .pvs-md-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
  .pvs-md-tags a{height:25px;border-radius:4px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.08);color:#dfe7f6!important;padding:0 9px;font-size:11px;font-weight:850;text-transform:uppercase;display:inline-flex;align-items:center;}
  .pvs-md-info div{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin:0 0 9px;color:#aeb8cc;font-size:15px;}
  .pvs-md-info strong,.pvs-md-info strong a{color:#fff!important;font-weight:950;text-align:right;}

  .pvs-md-main{padding:0 8px!important;background:var(--pvs-detail-bg);min-height:260px;}
  .pvs-md-tabs{display:flex!important;align-items:center;gap:0;overflow:visible!important;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.10);margin:0 0 18px!important;padding:0!important;}
  .pvs-md-tabs .pvs-detail-tab{position:relative;flex:0 0 auto;height:46px;border:0!important;background:transparent!important;border-radius:0!important;color:#a8b2c7!important;padding:0 30px 0 0!important;margin-right:26px!important;font-size:15px!important;font-weight:950!important;text-transform:none!important;box-shadow:none!important;}
  .pvs-md-tabs .pvs-detail-tab i{margin-right:7px;color:inherit!important;}
  .pvs-md-tabs .pvs-detail-tab em{position:absolute;right:8px;top:7px;min-width:16px;height:16px;border-radius:99px;background:#ff5a16;color:#fff;font-size:10px;line-height:16px;text-align:center;font-style:normal;}
  .pvs-md-tabs .pvs-detail-tab.is-active{color:#10df69!important;}
  .pvs-md-tabs .pvs-detail-tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#10df69;border-radius:999px;}
  .pvs-md-mobile .pvs-detail-panel{display:none!important;opacity:1!important;visibility:visible!important;transform:none!important;min-height:0!important;padding-top:0!important;}
  .pvs-md-mobile .pvs-detail-panel.is-active{display:block!important;}
  .pvs-md-mobile .pvs-detail-server-panel{display:none!important;}
  .pvs-md-mobile .pvs-detail-server-panel.is-active{display:block!important;}
  .pvs-md-server-head{display:block!important;height:auto!important;margin:0 0 12px!important;color:#8f9bb0!important;}
  .pvs-md-server-head .pvs-detail-server-label{display:flex;align-items:center;gap:7px;margin-bottom:10px;font-size:14px;font-weight:900;}
  .pvs-md-server-head .pvs-detail-server-buttons{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
  .pvs-md-server-head .pvs-detail-server-btn{height:34px!important;border-radius:7px!important;padding:0 16px!important;font-size:12px!important;}

  .pvs-md-ranges{display:flex!important;align-items:flex-start!important;gap:8px!important;flex-wrap:wrap!important;overflow:visible!important;white-space:normal!important;margin:0 0 14px!important;padding:0!important;}
  .pvs-md-ranges .pvs-detail-range-btn{flex:0 0 auto!important;width:auto!important;min-width:96px!important;height:31px!important;padding:0 11px!important;border-radius:7px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:900!important;white-space:nowrap!important;}
  .pvs-md-ranges .pvs-detail-range-btn.is-active{background:#fff!important;color:#07100b!important;border-color:#fff!important;}
  .pvs-md-episode-toolbar{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;margin:0 0 15px!important;}
  .pvs-md-episode-toolbar .pvs-detail-episode-count{font-size:15px!important;margin:0!important;color:#aeb9ce!important;line-height:34px;white-space:nowrap;}
  .pvs-md-episode-tools{display:flex!important;align-items:center!important;gap:8px!important;margin-left:auto!important;}
  .pvs-md-episode-toolbar .pvs-detail-episode-search{width:230px!important;height:34px!important;border-radius:7px!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(255,255,255,.07)!important;padding:0 12px!important;display:flex!important;align-items:center!important;gap:8px!important;}
  .pvs-md-episode-toolbar .pvs-detail-episode-search input{width:100%!important;height:100%!important;border:0!important;background:transparent!important;outline:0!important;color:#fff!important;font-size:13px!important;font-weight:800!important;}
  .pvs-md-episode-filter{flex:0 0 38px!important;width:38px!important;height:34px!important;border:0!important;border-radius:7px!important;background:rgba(255,255,255,.08)!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;}
  .pvs-md-main .pvs-detail-episodes{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px 12px!important;min-height:42px!important;margin:0!important;padding:0!important;}
  .pvs-md-main .pvs-detail-episode{height:40px!important;border-radius:6px!important;background:rgba(255,255,255,.065)!important;border:1px solid rgba(255,255,255,.045)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;text-decoration:none!important;font-size:14px!important;font-weight:950!important;line-height:1!important;box-shadow:none!important;transform:none!important;overflow:hidden!important;}
  .pvs-md-main .pvs-detail-episode span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .pvs-md-main .pvs-detail-episode-loading{grid-column:1/-1!important;border-radius:8px!important;background:rgba(255,255,255,.045)!important;color:#aeb9ce!important;padding:14px!important;text-align:center!important;font-weight:850!important;}

  .pvs-md-related{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;}
  .pvs-md-related .pvs-detail-related-imgwrap{border-radius:8px!important;aspect-ratio:2/3!important;overflow:hidden!important;background:#111722!important;}
  .pvs-md-related .pvs-detail-related-imgwrap img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center!important;transform:none!important;}
  .pvs-md-related .pvs-detail-related-name{font-size:12px!important;margin-top:7px!important;line-height:1.35!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
  .pvs-md-actors{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;}
  .pvs-md-actors .pvs-detail-actor{min-height:128px!important;border-radius:9px!important;padding:14px!important;}
  .pvs-md-actors .pvs-detail-actor-avatar{width:58px!important;height:58px!important;font-size:22px!important;margin-bottom:8px!important;}
  .pvs-md-actors .pvs-detail-actor-name{font-size:12px!important;}

  .pvs-md-comments{margin:28px 0 0!important;padding:26px 0 18px!important;border-top:1px solid rgba(255,255,255,.08)!important;background:transparent!important;}
  .pvs-md-comments h2{margin:0 0 12px!important;display:flex!important;align-items:center!important;gap:9px!important;color:#fff!important;font-size:25px!important;line-height:1.1!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:-.02em!important;}
  .pvs-md-comments h2 i{width:29px!important;height:29px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#0ee66d!important;font-size:29px!important;}
  .pvs-md-comments h2 span{color:#7f8ca3!important;font-size:15px!important;font-weight:800!important;text-transform:none!important;}
  .pvs-md-comments .pvs-detail-comment-box{display:flex!important;align-items:flex-start!important;gap:13px!important;width:100%!important;min-height:0!important;margin:0!important;padding:16px!important;border-radius:10px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.075)!important;box-shadow:none!important;}
  .pvs-md-comments .pvs-comment-avatar{flex:0 0 38px!important;width:38px!important;height:38px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#242934!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important;font-size:13px!important;font-weight:950!important;}
  .pvs-md-comments .pvs-comment-body{flex:1 1 auto!important;min-width:0!important;display:block!important;color:#dfe6f5!important;}
  .pvs-md-comments .pvs-comment-body strong{display:block!important;margin:0 0 10px!important;color:#fff!important;font-size:14px!important;font-weight:950!important;line-height:1.35!important;}
  .pvs-md-comments .pvs-md-comment-input{position:relative!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;width:100%!important;height:82px!important;min-height:82px!important;padding:16px 40px 14px 15px!important;border-radius:9px!important;background:rgba(0,0,0,.12)!important;border:1px solid rgba(255,255,255,.08)!important;color:#596377!important;font-size:17px!important;font-weight:850!important;line-height:1.45!important;}
  .pvs-md-comments .pvs-md-comment-input i{position:absolute!important;right:12px!important;bottom:12px!important;color:#9aa5b8!important;font-size:19px!important;}
  .pvs-md-comments .pvs-md-comment-login{height:40px!important;min-width:112px!important;margin:12px 0 0 auto!important;padding:0 17px!important;border-radius:6px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:rgba(255,255,255,.13)!important;color:#fff!important;font-size:14px!important;font-weight:950!important;text-decoration:none!important;line-height:1!important;}
  .pvs-md-dev-toast{left:50%!important;right:auto!important;bottom:calc(86px + env(safe-area-inset-bottom,0px))!important;width:min(520px,calc(100vw - 32px))!important;transform:translate(-50%,16px) scale(.98)!important;}
  .pvs-md-dev-toast.is-show{transform:translate(-50%,0) scale(1)!important;}
}
@media (min-width:576px) and (max-width:760px) and (orientation:landscape){
  .pvs-md-inner{width:68vw;padding-top:44px!important;}
  .pvs-md-title{font-size:36px!important;}
  .pvs-md-origin{font-size:17px!important;}
  .pvs-md-mini-actions{left:205px;}
  .pvs-md-mini-actions a{min-width:88px;padding:0 12px;}
  .pvs-md-related{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}

/* PVS detail mobile landscape v3.7.1 - scoped stability fix, no portrait/desktop impact */
@media (min-width:576px) and (max-width:991.98px) and (orientation:landscape){
  body .pvs-md-mobile{display:block!important;isolation:isolate;overflow-x:hidden!important;padding-bottom:calc(118px + env(safe-area-inset-bottom,0px))!important;}
  body .pvs-detail-desktop-v3,
  body .pvs-detail-modern,
  body .pvs-detail-legacy{display:none!important;}

  body .pvs-md-mobile .pvs-md-hero{min-height:356px!important;padding-left:8px!important;padding-right:8px!important;}
  body .pvs-md-mobile .pvs-md-inner{width:min(610px,66vw)!important;min-height:356px!important;justify-content:center!important;padding-top:48px!important;padding-bottom:18px!important;}
  body .pvs-md-mobile .pvs-md-title{font-size:clamp(33px,5.1vw,45px)!important;line-height:1.06!important;max-width:640px!important;}
  body .pvs-md-mobile .pvs-md-origin{font-size:clamp(16px,2.6vw,21px)!important;}
  body .pvs-md-mobile .pvs-md-finish{margin-bottom:24px!important;}
  body .pvs-md-mobile .pvs-md-watch{width:190px!important;height:52px!important;border-radius:7px!important;}
  body .pvs-md-mobile .pvs-md-mini-actions{left:214px!important;bottom:32px!important;height:44px!important;border-radius:8px!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(255,255,255,.13)!important;z-index:5!important;pointer-events:auto!important;}
  body .pvs-md-mobile .pvs-md-mini-actions a{height:44px!important;min-width:96px!important;padding:0 13px!important;gap:7px!important;font-size:14px!important;pointer-events:auto!important;}

  body .pvs-md-mobile .pvs-md-content-panel{display:block!important;position:relative!important;z-index:1!important;padding:0 8px 12px!important;}
  body .pvs-md-mobile .pvs-md-section{margin-bottom:18px!important;padding-bottom:18px!important;}
  body .pvs-md-mobile .pvs-md-desc{font-size:15px!important;line-height:1.68!important;}

  body .pvs-md-mobile .pvs-md-main{position:relative!important;z-index:2!important;padding:0 8px 18px!important;overflow:visible!important;}
  body .pvs-md-mobile .pvs-md-tabs{display:flex!important;align-items:center!important;gap:0!important;overflow:visible!important;border-bottom:1px solid rgba(255,255,255,.10)!important;margin:0 0 17px!important;padding:0!important;}
  body .pvs-md-mobile .pvs-md-tabs .pvs-detail-tab{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:44px!important;min-width:0!important;background:transparent!important;border:0!important;border-radius:0!important;color:#aeb8cc!important;padding:0 30px 0 0!important;margin:0 28px 0 0!important;font-size:15px!important;font-weight:950!important;line-height:1!important;box-shadow:none!important;cursor:pointer!important;pointer-events:auto!important;}
  body .pvs-md-mobile .pvs-md-tabs .pvs-detail-tab.is-active{color:#10df69!important;}
  body .pvs-md-mobile .pvs-md-tabs .pvs-detail-tab.is-active:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:2px!important;background:#10df69!important;border-radius:99px!important;}

  body .pvs-md-mobile .pvs-detail-panel{display:none!important;opacity:1!important;visibility:visible!important;transform:none!important;height:auto!important;min-height:0!important;overflow:visible!important;pointer-events:auto!important;}
  body .pvs-md-mobile .pvs-detail-panel.is-active{display:block!important;}
  body .pvs-md-mobile .pvs-detail-server-panel{display:none!important;opacity:1!important;visibility:visible!important;transform:none!important;height:auto!important;overflow:visible!important;}
  body .pvs-md-mobile .pvs-detail-server-panel.is-active{display:block!important;}

  body .pvs-md-mobile .pvs-md-server-head{display:block!important;margin:0 0 13px!important;}
  body .pvs-md-mobile .pvs-detail-server-buttons{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;}
  body .pvs-md-mobile .pvs-detail-server-btn{height:34px!important;border-radius:7px!important;padding:0 16px!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.12)!important;color:#e9eef9!important;font-size:12px!important;font-weight:900!important;cursor:pointer!important;pointer-events:auto!important;}
  body .pvs-md-mobile .pvs-detail-server-btn.is-active{background:#0ecb59!important;border-color:#0ecb59!important;color:#fff!important;}

  body .pvs-md-mobile .pvs-md-ranges{display:flex!important;flex-wrap:wrap!important;gap:8px!important;overflow:visible!important;white-space:normal!important;margin:0 0 14px!important;padding:0!important;}
  body .pvs-md-mobile .pvs-md-ranges .pvs-detail-range-btn{height:31px!important;min-width:94px!important;padding:0 10px!important;border-radius:7px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.13)!important;color:#dce5f5!important;font-size:12px!important;font-weight:900!important;cursor:pointer!important;pointer-events:auto!important;}
  body .pvs-md-mobile .pvs-md-ranges .pvs-detail-range-btn.is-active{background:#fff!important;color:var(--pvs-detail-bg)!important;border-color:#fff!important;}

  body .pvs-md-mobile .pvs-md-episode-toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin:0 0 15px!important;}
  body .pvs-md-mobile .pvs-md-episode-tools{display:flex!important;align-items:center!important;gap:8px!important;margin-left:auto!important;}
  body .pvs-md-mobile .pvs-detail-episode-search{width:min(250px,31vw)!important;height:34px!important;display:flex!important;align-items:center!important;gap:8px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:7px!important;padding:0 12px!important;}
  body .pvs-md-mobile .pvs-detail-episode-search input{height:100%!important;width:100%!important;background:transparent!important;border:0!important;outline:0!important;color:#fff!important;}
  body .pvs-md-mobile .pvs-md-episode-filter{width:38px!important;height:34px!important;border-radius:7px!important;}
  body .pvs-md-mobile .pvs-detail-episodes{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px 12px!important;overflow:visible!important;}
  body .pvs-md-mobile .pvs-detail-episode{height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;border-radius:7px!important;background:rgba(255,255,255,.075)!important;border:1px solid rgba(255,255,255,.055)!important;color:#fff!important;font-size:14px!important;font-weight:950!important;text-decoration:none!important;pointer-events:auto!important;}

  body .pvs-md-mobile .pvs-md-related{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;overflow:visible!important;}
  body .pvs-md-mobile .pvs-md-related .pvs-detail-related-item{display:block!important;min-width:0!important;color:#fff!important;text-decoration:none!important;}
  body .pvs-md-mobile .pvs-md-related .pvs-detail-related-imgwrap{display:block!important;aspect-ratio:2/3!important;border-radius:8px!important;overflow:hidden!important;background:#111722!important;}
  body .pvs-md-mobile .pvs-md-related img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;transform:none!important;}

  body .pvs-md-mobile .pvs-md-actors{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;overflow:visible!important;}
  body .pvs-md-mobile .pvs-md-actors .pvs-detail-actor{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-height:126px!important;padding:14px!important;border-radius:9px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.08)!important;}

  body .pvs-md-mobile .pvs-md-comments{position:relative!important;z-index:1!important;margin:28px 0 0!important;padding:26px 0 18px!important;border-top:1px solid rgba(255,255,255,.08)!important;overflow:visible!important;}
  body .pvs-md-mobile .pvs-md-comments .pvs-detail-comment-box{display:flex!important;width:100%!important;gap:13px!important;box-sizing:border-box!important;}
  body .pvs-md-mobile .pvs-md-comment-login{pointer-events:auto!important;cursor:pointer!important;}
}

@media (min-width:576px) and (max-width:760px) and (orientation:landscape){
  body .pvs-md-mobile .pvs-md-inner{width:70vw!important;}
  body .pvs-md-mobile .pvs-md-mini-actions{left:205px!important;}
  body .pvs-md-mobile .pvs-md-mini-actions a{min-width:86px!important;padding:0 11px!important;font-size:13px!important;}
  body .pvs-md-mobile .pvs-detail-episodes{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
  body .pvs-md-mobile .pvs-md-related{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}

/* PVS detail mobile landscape v3.7.2 - login toast + server badge fix only */
@media (min-width:576px) and (max-width:991.98px) and (orientation:landscape){
  body .pvs-md-mobile .pvs-detail-server-btn,
  body .pvs-md-mobile .pvs-md-server-head .pvs-detail-server-btn{
    position:relative!important;
    overflow:visible!important;
    padding-right:18px!important;
  }
  body .pvs-md-mobile .pvs-detail-server-btn em,
  body .pvs-md-mobile .pvs-md-server-head .pvs-detail-server-btn em{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:absolute!important;
    right:-8px!important;
    top:-9px!important;
    min-width:17px!important;
    height:17px!important;
    padding:0 5px!important;
    border-radius:999px!important;
    background:#ff681c!important;
    color:#fff!important;
    font-size:10px!important;
    font-style:normal!important;
    font-weight:950!important;
    line-height:17px!important;
    box-shadow:0 6px 14px rgba(0,0,0,.34)!important;
    z-index:5!important;
    pointer-events:none!important;
  }
  .pvs-md-dev-toast{
    position:fixed!important;
    left:50%!important;
    right:auto!important;
    bottom:calc(84px + env(safe-area-inset-bottom,0px))!important;
    width:min(520px,calc(100vw - 32px))!important;
    z-index:10080!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    padding:12px 14px!important;
    border-radius:15px!important;
    background:rgba(15,18,24,.94)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    box-shadow:0 18px 44px rgba(0,0,0,.42)!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:850!important;
    line-height:1.35!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
    opacity:0!important;
    transform:translate(-50%,16px) scale(.98)!important;
    pointer-events:none!important;
    transition:opacity .22s ease,transform .22s ease!important;
  }
  .pvs-md-dev-toast.is-show{
    opacity:1!important;
    transform:translate(-50%,0) scale(1)!important;
  }
  .pvs-md-dev-toast__icon{
    width:28px!important;
    height:28px!important;
    border-radius:50%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    background:linear-gradient(135deg,#09d85f,#00a843)!important;
    color:#fff!important;
    box-shadow:0 0 18px rgba(9,216,95,.26)!important;
    font-size:12px!important;
  }
  .pvs-md-dev-toast__text{flex:1!important;}
}

/* PVS detail mobile landscape v3.7.3 - top action buttons alignment only */
@media (min-width:576px) and (max-width:991.98px) and (orientation:landscape){
  body .pvs-md-mobile .pvs-md-inner{
    position:relative!important;
  }
  body .pvs-md-mobile .pvs-md-watch{
    position:absolute!important;
    left:8px!important;
    bottom:32px!important;
    width:190px!important;
    min-width:190px!important;
    height:48px!important;
    margin:0!important;
    border-radius:7px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    line-height:1!important;
    box-sizing:border-box!important;
  }
  body .pvs-md-mobile .pvs-md-mini-actions{
    position:absolute!important;
    left:226px!important;
    bottom:32px!important;
    height:48px!important;
    margin:0!important;
    display:inline-flex!important;
    align-items:stretch!important;
    justify-content:center!important;
    border-radius:7px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  body .pvs-md-mobile .pvs-md-mini-actions a{
    height:48px!important;
    min-width:102px!important;
    padding:0 14px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    line-height:1!important;
    box-sizing:border-box!important;
  }
}

@media (min-width:576px) and (max-width:760px) and (orientation:landscape){
  body .pvs-md-mobile .pvs-md-watch{
    left:8px!important;
    bottom:30px!important;
    width:176px!important;
    min-width:176px!important;
    height:46px!important;
  }
  body .pvs-md-mobile .pvs-md-mini-actions{
    left:202px!important;
    bottom:30px!important;
    height:46px!important;
  }
  body .pvs-md-mobile .pvs-md-mini-actions a{
    height:46px!important;
    min-width:82px!important;
    padding:0 10px!important;
    font-size:13px!important;
  }
}

/* PVS Detail v3.8.4 - desktop comment login button/toast safety */
@media (min-width:1025px), (min-width:900px) and (orientation:landscape){
  body .pvs-detail-desktop-v3 .pvs-detail-comment-box{position:relative;}
  body .pvs-detail-desktop-v3 .pvs-detail-comment-login{display:flex!important;align-items:center!important;justify-content:center!important;width:132px!important;height:44px!important;margin:14px 0 0 auto!important;border-radius:8px!important;background:#08c650!important;color:#fff!important;text-decoration:none!important;font-size:14px!important;font-weight:950!important;text-transform:uppercase!important;line-height:1!important;cursor:pointer!important;pointer-events:auto!important;}
}


/* PVS Detail Responsive Gate v3.9.0
   Tablet/iPad landscape uses desktop. Phone landscape keeps mobile landscape. */
@media (min-width:900px) and (min-height:600px) and (orientation:landscape){
  body .pvs-md-mobile{display:none!important;}
  body .pvs-detail-legacy{display:none!important;}
  body .pvs-detail-modern,
  body .pvs-detail-desktop-v3{display:block!important;}
}

@media (min-width:600px) and (max-width:1180px) and (orientation:portrait){
  body .pvs-detail-modern,
  body .pvs-detail-desktop-v3,
  body .pvs-detail-legacy{display:none!important;}
  body .pvs-md-mobile{display:block!important;}
}


/* PVS Detail Responsive Auto Breakpoints v3.9.0 */
@media (min-width:900px) and (min-height:600px) and (orientation:landscape){
  body .pvs-md-mobile{display:none!important;}
  body .pvs-detail-legacy{display:none!important;}
  body .pvs-detail-modern,
  body .pvs-detail-desktop-v3{display:block!important;}
}
@media (min-width:600px) and (max-width:1180px) and (orientation:portrait){
  body .pvs-detail-modern,
  body .pvs-detail-desktop-v3,
  body .pvs-detail-legacy{display:none!important;}
  body .pvs-md-mobile{display:block!important;}
}

/* PVS Detail Full Color Rebuild v3.9.4
   No patch stacking: this is the only final color layer for detail layouts. */
html body{background:var(--pvs-detail-bg)!important;}

/* Desktop + tablet landscape + TV */
@media (min-width:1200px), (min-width:900px) and (min-height:600px) and (orientation:landscape){
  body .pvs-detail-modern,
  body .pvs-detail-hero,
  body .pvs-detail-main{background:var(--pvs-detail-bg)!important;color:var(--pvs-detail-text)!important;}
  body .pvs-detail-hero-bg{background:var(--pvs-detail-bg-deep)!important;}
  body .pvs-detail-hero-overlay{
    background:radial-gradient(circle at 78% 42%,rgba(16,223,105,.14),rgba(16,223,105,0) 27%),
      linear-gradient(90deg,var(--pvs-detail-bg) 0%,rgba(23,26,34,.96) 24%,rgba(23,26,34,.68) 48%,rgba(23,26,34,.30) 70%,var(--pvs-detail-bg) 100%),
      linear-gradient(0deg,var(--pvs-detail-bg) 0%,rgba(23,26,34,.90) 16%,rgba(23,26,34,.28) 52%,rgba(23,26,34,.74) 100%)!important;
  }
  body .pvs-detail-side,
  body .pvs-detail-section,
  body .pvs-detail-tabs,
  body .pvs-detail-comments{border-color:var(--pvs-detail-border)!important;background:transparent!important;}
  body .pvs-detail-server-head button,
  body .pvs-detail-server-btn,
  body .pvs-detail-range-btn,
  body .pvs-detail-episode,
  body .pvs-detail-related-imgwrap,
  body .pvs-detail-actor,
  body .pvs-detail-comment-box,
  body .pvs-detail-comment-input,
  body .pvs-detail-episode-search,
  body .pvs-detail-empty{background:var(--pvs-detail-card)!important;border-color:var(--pvs-detail-border)!important;color:var(--pvs-detail-text)!important;}
  body .pvs-detail-action,
  body .pvs-detail-tags a,
  body .pvs-detail-side-actor span{background:var(--pvs-detail-card-2)!important;border-color:var(--pvs-detail-border-2)!important;}
  body .pvs-detail-tab{background:transparent!important;color:var(--pvs-detail-muted)!important;border-color:transparent!important;}
  body .pvs-detail-tab.is-active{color:var(--pvs-detail-green)!important;}
  body .pvs-detail-tab.is-active:after{background:var(--pvs-detail-green)!important;box-shadow:0 0 20px rgba(16,223,105,.35)!important;}
  body .pvs-detail-tab em,
  body .pvs-detail-server-btn em{background:var(--pvs-detail-orange)!important;color:#fff!important;}
  body .pvs-detail-watch,
  body .pvs-detail-server-btn.is-active,
  body .pvs-detail-comment-login{background:var(--pvs-detail-green-2)!important;border-color:var(--pvs-detail-green-2)!important;color:#fff!important;}
  body .pvs-detail-range-btn.is-active{background:#fff!important;color:#11151d!important;border-color:#fff!important;}
  body .pvs-detail-episode.is-active,
  body .pvs-detail-episode.active,
  body .pvs-detail-episode[aria-current="true"]{background:rgba(16,223,105,.16)!important;border-color:rgba(16,223,105,.42)!important;color:#fff!important;}
  body .pvs-detail-title,
  body .pvs-detail-section h2,
  body .pvs-detail-related-name,
  body .pvs-detail-actor-name,
  body .pvs-comment-body strong{color:var(--pvs-detail-text)!important;}
  body .pvs-detail-desc,
  body .pvs-detail-episode-count,
  body .pvs-detail-server-label,
  body .pvs-detail-origin{color:#c5cede!important;}
  body .pvs-detail-comments h2 i{background:var(--pvs-detail-green)!important;color:#061009!important;}
  body .pvs-detail-comments h2 span{color:var(--pvs-detail-green)!important;}
}

/* Compact desktop for tablet landscape and small laptops: keep desktop UI but prevent overlap. */
@media (min-width:900px) and (max-width:1199px) and (min-height:600px) and (orientation:landscape){
  body .pvs-detail-hero{height:520px!important;}
  body .pvs-detail-hero-inner,
  body .pvs-detail-body{width:min(1120px,calc(100vw - 40px))!important;}
  body .pvs-detail-hero-copy{width:min(520px,52vw)!important;}
  body .pvs-detail-title{font-size:46px!important;line-height:1.08!important;}
  body .pvs-detail-body{grid-template-columns:minmax(300px,360px) minmax(0,1fr)!important;gap:22px!important;margin-top:-38px!important;}
  body .pvs-detail-side{padding-right:18px!important;}
  body .pvs-detail-episodes{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
  body .pvs-detail-related{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}

/* Shared mobile/tablet surfaces */
@media (max-width:1180px){
  body .pvs-md-mobile,
  body .pvs-md-mobile .pvs-md-hero,
  body .pvs-md-mobile .pvs-md-bg,
  body .pvs-md-mobile .pvs-md-content-panel,
  body .pvs-md-mobile .pvs-md-main,
  body .pvs-md-mobile .pvs-detail-main{background:var(--pvs-detail-bg)!important;color:var(--pvs-detail-text)!important;}
  body .pvs-md-mobile .pvs-md-bg:after{
    background:linear-gradient(180deg,rgba(23,26,34,.10),rgba(23,26,34,.50) 40%,rgba(23,26,34,.92) 82%,var(--pvs-detail-bg) 100%),
      linear-gradient(90deg,rgba(23,26,34,.78),rgba(23,26,34,.16),rgba(23,26,34,.78))!important;
  }
  body .pvs-md-mobile .pvs-md-section,
  body .pvs-md-mobile .pvs-detail-tabs,
  body .pvs-md-mobile .pvs-md-tabs,
  body .pvs-md-mobile .pvs-detail-comments,
  body .pvs-md-mobile .pvs-md-comments{border-color:var(--pvs-detail-border)!important;background:transparent!important;}
  body .pvs-md-mobile .pvs-md-content-toggle,
  body .pvs-md-mobile .pvs-md-mini-actions,
  body .pvs-md-mobile .pvs-detail-server-btn,
  body .pvs-md-mobile .pvs-detail-range-btn,
  body .pvs-md-mobile .pvs-detail-episode,
  body .pvs-md-mobile .pvs-detail-related-item,
  body .pvs-md-mobile .pvs-detail-related-imgwrap,
  body .pvs-md-mobile .pvs-detail-actor,
  body .pvs-md-mobile .pvs-detail-comment-box,
  body .pvs-md-mobile .pvs-md-comment-input,
  body .pvs-md-mobile .pvs-detail-comment-input,
  body .pvs-md-mobile .pvs-detail-episode-search,
  body .pvs-md-mobile .pvs-md-episode-filter,
  body .pvs-md-mobile .pvs-detail-empty{background:var(--pvs-detail-card)!important;border-color:var(--pvs-detail-border)!important;color:var(--pvs-detail-text)!important;}
  body .pvs-md-mobile .pvs-detail-tab,
  body .pvs-md-mobile .pvs-md-tab{background:transparent!important;color:var(--pvs-detail-muted)!important;border-color:transparent!important;}
  body .pvs-md-mobile .pvs-detail-tab.is-active,
  body .pvs-md-mobile .pvs-md-tab.is-active{color:var(--pvs-detail-green)!important;}
  body .pvs-md-mobile .pvs-detail-tab.is-active:after,
  body .pvs-md-mobile .pvs-md-tab.is-active:after{background:var(--pvs-detail-green)!important;}
  body .pvs-md-mobile .pvs-detail-tab em,
  body .pvs-md-mobile .pvs-detail-server-btn em{background:var(--pvs-detail-orange)!important;color:#fff!important;}
  body .pvs-md-mobile .pvs-detail-server-btn.is-active,
  body .pvs-md-mobile .pvs-md-watch,
  body .pvs-md-mobile .pvs-md-comment-login,
  body .pvs-md-mobile .pvs-detail-comment-login{background:var(--pvs-detail-green-2)!important;border-color:var(--pvs-detail-green-2)!important;color:#fff!important;}
  body .pvs-md-mobile .pvs-detail-range-btn.is-active{background:#fff!important;color:#11151d!important;border-color:#fff!important;}
  body .pvs-md-mobile .pvs-detail-episode.is-active,
  body .pvs-md-mobile .pvs-detail-episode.active,
  body .pvs-md-mobile .pvs-detail-episode[aria-current="true"]{background:rgba(16,223,105,.16)!important;border-color:rgba(16,223,105,.42)!important;color:#fff!important;}
  body .pvs-md-mobile .pvs-md-title,
  body .pvs-md-mobile .pvs-md-section h2,
  body .pvs-md-mobile .pvs-md-comments h2,
  body .pvs-md-mobile .pvs-detail-comments h2,
  body .pvs-md-mobile .pvs-detail-related-name,
  body .pvs-md-mobile .pvs-detail-actor-name,
  body .pvs-md-mobile .pvs-comment-body strong{color:var(--pvs-detail-text)!important;}
  body .pvs-md-mobile .pvs-md-desc,
  body .pvs-md-mobile .pvs-detail-episode-count,
  body .pvs-md-mobile .pvs-detail-server-label,
  body .pvs-md-mobile .pvs-md-origin{color:#c5cede!important;}
  body .pvs-md-mobile .pvs-md-comments h2 i,
  body .pvs-md-mobile .pvs-detail-comments h2 i{background:var(--pvs-detail-green)!important;color:#061009!important;}
  body .pvs-md-mobile .pvs-md-comments h2 span,
  body .pvs-md-mobile .pvs-detail-comments h2 span{color:var(--pvs-detail-green)!important;}
}

/* Phone landscape can be wider than 899px on some browsers: color it by height/orientation, not model name. */
@media (orientation:landscape) and (max-height:560px){
  body .pvs-md-mobile,
  body .pvs-md-mobile .pvs-md-hero,
  body .pvs-md-mobile .pvs-md-content-panel,
  body .pvs-md-mobile .pvs-md-main{background:var(--pvs-detail-bg)!important;}
  body .pvs-md-mobile .pvs-md-bg:after{background:linear-gradient(90deg,var(--pvs-detail-bg) 0%,rgba(23,26,34,.96) 25%,rgba(23,26,34,.70) 48%,rgba(23,26,34,.30) 72%,rgba(23,26,34,.72) 100%),linear-gradient(0deg,var(--pvs-detail-bg) 0%,rgba(23,26,34,.62) 20%,rgba(23,26,34,.06) 62%,rgba(23,26,34,.65) 100%)!important;}
}

