@import url('http://fonts.googleapis.com/css?family=source+sans+pro:400');
@media screen and (max-width: 840px) and (min-width: 481px) and (orientation: landscape){
body, html {
    font-size: 1.2vw;
}}
head {
    display: none;
}
@media screen and (max-aspect-ratio: 4/3) and (max-width: 840px) and (min-width: 481px){
body, html {
    font-size: 1vw;
}}
@font-face {
  font-family: nf-icon;
  src: url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.eot);
  src: url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.eot?#iefix) format('embedded-opentype'), url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.woff) format('woff'), url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.ttf) format('truetype'), url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.svg#nf-icon-v1-88) format('svg');
  font-weight: 400;
  font-style: normal
}

body {
    background-color: #000;
    width: 100%;
    height: 100%;
    margin: 0%;
    padding: 0%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
-khtml-user-select: none;
-o-user-select: none;
}
.trailer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50.05%,-50%);
    z-index: 10000;
    background: rgba(0,0,0,100);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    image-rendering: -webkit-optimize-contrast;
}

.trailer.active 
{
	visibility: visible;
	opacity: 5; 

}

.cancel7{
  width: 1.2vw;
  position: absolute;
  top: 1.5vh;
  left: 95.5%;
  border-width: 2px;
  padding: 1px;
  border: solid 1px #000;
  cursor: pointer;
  z-index: 20;
  overflow: hidden;
  border-radius: 20px;
  border-width: 3px;
  background-color: #000;
}

@media screen and (max-width: 1200px){
  .cancel7 {
    top: 1.5vh;
    left: 94.5%;
    width: 1.7vw;
    }
  }
@media screen and (max-width: 780px){
  .cancel7 {
    top: 1.5vh;
    left: 93.5%;
    width: 2.5vw;
    cursor: default;
    }
  }
@media screen and (max-width: 500px){
  .cancel7 {
    top: 1.5vh;
    left: 90.5%;
    width: 4.5vw;
    cursor: default;
    }
  }

.cd-1 {
    position: relative;
    width: 65%;
    overflow-x: hidden;
    z-index: 1;
    opacity: 1px;
    align-items: center;
    height: 95%;
    transform: translate(0px, 0px);
    box-shadow: rgb(0 0 0 / 90%) 0px 0px 30px 7px;
    filter: blur(-10px);
    border-width: 1px;
    border-bottom: 1.4px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    background: rgba(0,0,0,0.99);
}


@media screen and (max-width: 500px){
.cd-1 {
  width: 95%;
  border-width: 1px;
  border-color: rgb(0, 0, 0);
  }
}

.cover-1 {
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(-5px);
    padding: 0;
    margin: 0;
}

.cover-1:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: -3px;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}

.video-wrapper {
    position: relative;
    top: -5vh;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

/* start  */

.video-wrapper .video-overlay-play-button {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 20px);
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  opacity: 1;
  cursor: default;
  cursor: pointer;
  background-image: linear-gradient(#00000000, #000);
  transition: opacity 150ms;
}



.video-wrapper {
  position: relative;
}

.video-wrapper > video {
  width: 100%;
  vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
  display: none;
}


.video-overlay-play-button:hover {
  opacity: 1;
  cursor: default;
}

.video-overlay-play-button.is-hidden {
  display: none;
}


/* this section for Info1*/

.info1 {
  top: 35vw;
  color: #fff;
  width: 100%;
  position: relative;
  font-size: 1vh;
  height: auto;
  font-weight: 400;
  max-width: calc(100%);
  min-height: calc(20%);
  margin: 0;
  font-family: monospace;
  background: linear-gradient(0deg, rgb(0 0 0) 85%, transparent);
}

@media screen and (max-width: 500px){
  .info1 {
    top: 40vw;
    }
  }

h3 {
  position: relative;
  font-size: 1vw;
  font-weight: 600;
  margin-left: 10px;
  font-family: monospace;
}

@media screen and (max-width: 1200px){
  h3 {
    font-size: 1.3vw;
    }
  }
@media screen and (max-width: 780px){
  h3 {
    font-size: 2vw;
    }
  }
@media screen and (max-width: 500px){
  h3 {
    font-size: 3.5vw;
    }
  }

.biobit{
  font-family: monospace; 
  top: 0;
  right: 0; 
  position: absolute; 
  font-size: 0.8vw;
  margin-right: 10px;
}

@media screen and (max-width: 1200px){
  .biobit {
    top: -15%;
    font-size: 1.2vw;
    }
  }
@media screen and (max-width: 780px){
  .biobit {
    top: -15%;
    font-size: 1.8vw;
    }
  }
@media screen and (max-width: 500px){
  .biobit {
    top: -10%;
    font-size: 3.3vw;
    }
  }


.plf {
  left: 85%;
  position: absolute;
  margin-right: 0;
}

@media screen and (max-width: 1200px){
  .plf {
    font-family: monospace;
    top: 8%;
    left: 78%;
    position: absolute;
    font-size: 1.2vw;
    margin-right: 10px;
    }
  }
@media screen and (max-width: 780px){
  .plf {
    font-family: monospace;
    top: 8%;
    left: 72%;
    position: absolute;
    font-size: 1.8vw;
    margin-right: 10px;
    }
  }
@media screen and (max-width: 500px){
  .plf {
    font-family: monospace;
    top: 8%;
    left: 72%;
    position: absolute;
    font-size: 3.3vw;
    margin-right: 10px;
    }
  }

.bioword{
  color: #fff;
  font-family: monospace;
  font-size: 0.9vw;
  margin-left: 10px;
  width: 50%;
}

@media screen and (max-width: 1200px){
  .bioword {
    color: #fff;
    font-family: monospace;
    font-size: 1.2vw;
    margin-left: 10px;
    width: 50%;
    }
  }
@media screen and (max-width: 780px){
  .bioword {
    color: #fff;
    font-family: monospace;
    font-size: 1.8vw;
    margin-left: 10px;
    width: 50%;
    }
  }
@media screen and (max-width: 500px){
  .bioword {
    color: #fff;
    font-family: monospace;
    font-size: 3.5vw;
    margin-left: 10px;
    width: 65%;
    }
  }


.span1{
  color: #ff0000;
  background-color: red;
}

.span2{
  color: #ff0000;
}


.rating{
  position: relative;
  padding: 5px 0px;
}

.rating-1{
  position: relative;
  padding: 5px 0px;
  margin-left: 10px;
}

@media screen and (max-width: 1200px){
  .rating-1 {
    font-size: 2vw;
    }
  }
@media screen and (max-width: 780px){
  .rating-1 {
    font-size: 2vw;
    }
  }
@media screen and (max-width: 500px){
  .rating-1 {
    bottom: 0vw;
    font-size: 2.5vw;
    }
  }

.rating-1 span{
  margin-right: 2px;
  font-size: 1.2vw;
  color: #fb9905;
}

@media screen and (max-width: 1200px){
  .rating-1 span {
    color: #fb9905;
    margin-right: 2px;
    font-size: 2vw;
    }
  }
@media screen and (max-width: 780px){
  .rating-1 span {
    color: #fb9905;
    margin-right: 2px;
    font-size: 2vw;
    }
  }
@media screen and (max-width: 500px){
  .rating-1 span {
    color: #fb9905;
    margin-right: 2px;
    font-size: 2.5vw;
    }
  }


  i.fa{
    border: 0;
  }

  @media screen and (max-width: 1200px){
    i.fa{
      cursor: default;
    }  
    }
  @media screen and (max-width: 780px){
    i.fa{
      cursor: default;
    }  
    }
  @media screen and (max-width: 500px){
    i.fa{
      cursor: default;
    }  
    }

 .rating-1 .fa{
  color: #fb9905;
  margin-right: 2px;
  font-size: 1vw;
}

@media screen and (max-width: 1200px){
  .rating-1 .fa {
    color: #fb9905;
    margin-right: 2px;
    font-size: 2vw;
    }
  }
@media screen and (max-width: 500px){
  .rating-1 .fa {
    color: #fb9905;
    margin-right: 2px;
    font-size: 4vw;
    }
  }


  .fa-star-half-o{
    color: rgb(255, 0, 0);
  }

/* eding */
/* tis section is for the play btton */
a {
  background-color: transparent;
}
user agent stylesheet
a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}


.details .info .billboard-links>a, .billboard-row .billboard .info .billboard-links>button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.billboard-links button:hover {
    background-color: rgba(109, 109, 100, 0.7);
  color: white;
}
.ltr-h73cpj.hasLabel.hasIcon{
  padding-left: 0.9rem;
  padding-right: 1.5rem;
}
.ltr-h73cpj.hasLabel.hasIcon-1 {
padding-left: 0.2rem;
padding-right: 1.5rem;
height: 40px;
border-radius: 5px;
}

@media screen and (max-width: 1200px){
  .ltr-h73cpj.hasLabel.hasIcon-1 {
    padding-left: 1.2vw;
    padding-right: 3.5vw;
    height: 4vw;
    border-radius: 5px;
    }
  }
@media screen and (max-width: 780px){
  .ltr-h73cpj.hasLabel.hasIcon-1 {
    padding-left: 1.2vw;
    padding-right: 3.5vw;
    height: 4.5vw;
    border-radius: 5px;
    cursor: default;
    }
  }
@media screen and (max-width: 500px){
  .ltr-h73cpj.hasLabel.hasIcon-1 {
    padding-left: 1.2vw;
    padding-right: 3.5vw;
    height: 9.5vw;
    border-radius: 5px;
    cursor: default;
    }
  }


.ltr-h73cpj.hasLabel.hasIcon-1:hover {
padding-left: 0.2rem;
padding-right: 1.5rem;
height: 40px;
border-radius: 5px;
background: rgba(109,109,110,0.7);
color: #fff;
}

@media screen and (max-width: 1200px){
  .ltr-h73cpj.hasLabel.hasIcon-1:hover {
    padding-left: 1.2vw;
    padding-right: 3.5vw;
    height: 4vw;
    border-radius: 5px;
    background: rgba(109, 109, 110, 0.7);
    color: #fff;
    }
  }
@media screen and (max-width: 780px){
  .ltr-h73cpj.hasLabel.hasIcon-1:hover {
    padding-left: 1.2vw;
    padding-right: 3.5vw;
    height: 4.5vw;
    border-radius: 5px;
    background: rgba(109, 109, 110, 0.7);
    color: #fff;
    }
  }
@media screen and (max-width: 500px){
  .ltr-h73cpj.hasLabel.hasIcon-1:hover {
    padding-left: 1.2vw;
    padding-right: 3.5vw;
    height: 9.5vw;
    border-radius: 5px;
    background: rgba(109, 109, 110, 0.7);
    color: #fff;
    }
  }


.billboard-links .playLink button {
  margin-left: 0;
}
.ltr-h73cpj.hasIcon {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.ltr-h73cpj.hasLabel {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.ltr-h73cpj.color-primary {
  background-color: white;
  color: black;
}
.billboard-links button {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.ltr-h73cpj {
  -webkit-box-align: center;
  align-items: center;
  appearance: none;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  position: relative;
  user-select: none;
  will-change: background-color, color;
  word-break: break-word;
  white-space: nowrap;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  border-radius: 4px;
  padding: 0.8rem;
}


a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

@media screen and (max-width: 780px){
  a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    cursor: default;
  }
  }

@media screen and (max-width: 500px){
  a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    cursor: default;
  }
  }

.details .billboard .info {
  position: absolute;
  top: 0;
  bottom: 35%;
  left: 4%;
  width: 36%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.netflix-sans-font-loaded {
  font-family: 'Netflix Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.netflix-sans-font-loaded {
  font-family: 'Netflix Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.ltr-sar853.medium {
  height: 1.6rem;
  width: 1.6rem;
}
.ltr-sar853 {
  display: inline-block;
}
svg:not(:root) {
  overflow: hidden;
}
svg:not(:root) {
  overflow: hidden;
}
user agent stylesheet
svg:not(:root) {
  overflow: hidden;
}
.ltr-sar853 svg {
  height: 100%;
  width: 100%;
}

/* path[Attributes Style] {
  d: path("M 6 4 l 15 8 l -15 8 Z");
  fill: currentcolor;
} */

.ltr-1i33xgl {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}

.ltr-14hip7q {
  font-family: monospace;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 1.6rem;
  font-weight: bolder;
  line-height: 2.4rem;
}
/* path[Attributes Style] {
  d: path("M 6 4 l 15 8 l -15 8 Z");
  fill: currentcolor;
} */
.details .billboard .info .billboard-links>a, .details .billboard .info .billboard-links>button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.details .billboard .info .billboard-links>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* a {
  background-color: black;
} */
user agent stylesheet
a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}
:not(svg) {
  transform-origin: 0px 0px;
}
.ltr-1i33xgl {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
/* path[Attributes Style] {
  d: path("M 22 12 c 0 5.523 -4.477 10 -10 10 S 2 17.523 2 12 S 6.477 2 12 2 s 10 4.477 10 10 Z m -2 0 a 8 8 0 0 0 -8 -8 a 8 8 0 0 0 -8 8 a 8 8 0 0 0 8 8 a 8 8 0 0 0 8 -8 Z m -9 6 v -7 h 2 v 7 h -2 Z m 1 -8.75 a 1.21 1.21 0 0 1 -0.877 -0.364 A 1.188 1.188 0 0 1 10.75 8 c 0 -0.348 0.123 -0.644 0.372 -0.886 c 0.247 -0.242 0.54 -0.364 0.878 -0.364 c 0.337 0 0.63 0.122 0.877 0.364 c 0.248 0.242 0.373 0.538 0.373 0.886 s -0.124 0.644 -0.373 0.886 A 1.21 1.21 0 0 1 12 9.25 Z");
  fill: currentcolor;
} */

.ltr-1e4713l {
  line-height: 0;
}
.ltr-h73cpj.color-secondary {
background-color: rgba(109, 109, 110, 0.3);
  color: white;
}
.ltr-1i33xgl {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}

.ltr-sar853 svg {
  height: 100%;
  width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
svg:not(:root) {
  overflow: hidden;
}
user agent stylesheet
svg:not(:root) {
  overflow: hidden;
}

.details .info {
  position: absolute;
  top: 6.1vw;
  left: 0;
}
.details .info .title-logo {
  width: 27.03125vw;
  letter-spacing: -1px;
}
.details .info .billboard-links.button-layer.forward-leaning {
  margin-top: 1.875vw;
  margin-bottom: 1.25vw;
}

/* path[Attributes Style] {
  d: path("M 6 4 l 15 8 l -15 8 Z");
  fill: currentcolor;
} */
.ltr-1i33xgl {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}

/* path[Attributes Style] {
  d: path("M 22 12 c 0 5.523 -4.477 10 -10 10 S 2 17.523 2 12 S 6.477 2 12 2 s 10 4.477 10 10 Z m -2 0 a 8 8 0 0 0 -8 -8 a 8 8 0 0 0 -8 8 a 8 8 0 0 0 8 8 a 8 8 0 0 0 8 -8 Z m -9 6 v -7 h 2 v 7 h -2 Z m 1 -8.75 a 1.21 1.21 0 0 1 -0.877 -0.364 A 1.188 1.188 0 0 1 10.75 8 c 0 -0.348 0.123 -0.644 0.372 -0.886 c 0.247 -0.242 0.54 -0.364 0.878 -0.364 c 0.337 0 0.63 0.122 0.877 0.364 c 0.248 0.242 0.373 0.538 0.373 0.886 s -0.124 0.644 -0.373 0.886 A 1.21 1.21 0 0 1 12 9.25 Z");
  fill: currentcolor;
} */
.ltr-14hip7q {
  font-family: monospace;
    font-size: 1.6rem;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 1.5rem;
    font-weight: bolder;
    line-height: 2.4rem;
}

@media screen and (max-width: 1200px){
  .ltr-14hip7q {
    font-family: monospace;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 1.8vw;
    font-weight: bolder;
    line-height: 7vw;
    }
  }
@media screen and (max-width: 780px){
  .ltr-14hip7q {
    font-family: monospace;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 2.2vw;
    font-weight: bolder;
    line-height: 7vw;
    }
  }
@media screen and (max-width: 500px){
  .ltr-14hip7q {
    font-family: monospace;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 5vw;
    font-weight: bolder;
    line-height: 7vw;
    }
  }

/* this is for video details */

.video-details {
  font-size: 0.8vw;
  line-height: normal;
  font-family: arial black;
  margin-left: 10px;
}

@media screen and (max-width: 1200px){
.video-details {
    font-size: 1.2vw;
    }
  }
@media screen and (max-width: 780px){
.video-details {
    font-size: 1.8vw;
    }
  }

@media screen and (max-width: 500px){
  .video-details{
    font-size: 3vw;
    width: 65%;
    }
  }

.first--line {
  color: green;
  font-weight: 600;
}

.second--line {
  color: #fff;
}

.video-details .first--line {
  display: block;
  margin-bottom: .4em;
}

.video-details .second--line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45em .7em;
}

.video-details .second--line > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}


.year {
  color: #fff;
}


.maturity-rating {
  color: #fff;
}

.maturity-number {
    font-family: monospace;
    text-transform: uppercase;
    border: solid 1px rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 0 .3em;
    unicode-bidi: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.maturity-pluse {
    color: rgb(0, 238, 40);
    font-size: 1vw;
  }

  @media screen and (max-width: 1200px){
    .maturity-pluse {
        font-size: 1.2vw;
        }
      }
    @media screen and (max-width: 780px){
    .maturity-pluse {
        font-size: 1.8vw;
        }
      }

  @media screen and (max-width: 500px){
    .maturity-pluse {
      font-size: 3vw;
      margin-left: 2px;
      }
    }

.duration {
  color: #fff;
}

/* video - rating start */
.voting {
  width: 100%;
  position: relative;
  border: aliceblue;
  margin-left: 10px;
  justify-content: center;
  cursor: default;
}

input{
  width: 50px;
  border: none;
  background: none;
  color: #919191;
  font-size: 1vw;
  margin: 0 10px;
  pointer-events: none;
}

@media screen and (max-width: 500px){
  input {
    font-size: 3.5vw;
    }
  }


.voting button {
  color: #fff;
  background: none;
  border: none;
  outline: none;
  font-size: 1.2vw;
  padding: 0 8px;
  margin: 2px 0;
  margin-left: -5px;
  cursor: pointer;
}

@media screen and (max-width: 500px){
  .voting button {
    font-size: 3.7vw;
    }
  }

/* LIKE BTN SECTION */

.post-ratings-container {
  position: relative;
  display: inline-flex;
  margin-bottom: -32px;
}

.post-rating {
  line-height: normal;
  color: #6f6f6f;
  background: none;
  border: none;
  outline: none;
  font-size: 1vw;
  padding: 0 8px;
  cursor: pointer;
  cursor: default;
}


@media screen and (max-width: 1200px) {
  .post-rating {
      font-size: 1.2vw;
      cursor: default;
  }
}
@media screen and (max-width: 780px) {
  .post-rating {
      font-size: 1.8vw;
      cursor: default;
  }
}
@media screen and (max-width: 500px) {
  .post-rating {
      font-size: 3.5vw;
      cursor: default;
  }
}

.post-rating:not(:last-child) {
  margin-right: 6px;
}

.post-rating-selected > .post-rating-button,
.post-rating-selected > .post-rating-count {
	color: green;
}

@media screen and (max-width: 780px) {
  .post-rating-selected > .post-rating-button,
  .post-rating-selected > .post-rating-count {
    color: green;
    cursor: default;
  }
}
@media screen and (max-width: 500px) {
  .post-rating-selected > .post-rating-button,
  .post-rating-selected > .post-rating-count {
    color: green;
    cursor: default;
  }
}


.post-rating-button {
	margin-right: 18px;
	cursor: pointer;
	color: #fff;
}

@media screen and (max-width: 500px) {
  .post-rating-button {
    margin-right: 5px;
  }
}

.post-rating:not(.post-rating-selected) > .post-rating-button:hover {
	color: #e4e4e4;
}


/* ✅ Change like/dislike button color when selected */
.post-rating-selected {
  color: green !important;
  transform: scale(1.2);
}

/* ✅ When hovering over buttons */
.post-rating-button:hover {
  color: #e4e4e4;
  transform: scale(1.1);
  transition: 0.2s ease-in-out;
}

.vote-prompt {
  display: none;
  position: absolute;
  background-color: #ffdddd;
  color: #333;
  padding: 10px 12px;
  border-radius: 5px;
  font-size: 11px; /* Default font size */
  bottom: 120%; /* Stable position above button */
  left: 50%;
  transform: translateX(-50%) scale(0.8); /* Initial scale */
  white-space: nowrap;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 1000;
  max-width: 220px;
  text-align: center;
  opacity: 0; /* Initially hidden */
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.2); /* Soft red glow */
}



/* ✅ Show Animation */
.vote-prompt.show {
  display: block;
  opacity: 1;
  transform: translateX(-50%) scale(1); /* Smoothly scale to normal */
  animation: bounceEffect 0.5s ease-in-out;
}

/* 🔥 Bounce Animation */
@keyframes bounceEffect {
  0% { transform: translateX(-50%) scale(0.8); opacity: 0; }
  50% { transform: translateX(-50%) scale(1.1); opacity: 1; }
  100% { transform: translateX(-50%) scale(1); opacity: 1; }
}

/* ✅ Responsive Adjustments */
@media screen and (max-width: 1024px) { 
  .vote-prompt {
    font-size: 10px; /* Slightly smaller */
    padding: 10px 9px; /* Adjust padding */
    bottom: 130%; /* Adjust position */
    max-width: 200px;
  }
}

@media screen and (max-width: 768px) { 
  .vote-prompt {
    font-size: 9px; /* Slightly smaller */
    padding: 10px 9px; /* Adjust padding */
    bottom: 140%; /* Adjust position */
    max-width: 180px;
  }
}

@media screen and (max-width: 480px) {
  .vote-prompt {
    font-size: 9px; /* Ensure readability */
    padding: 10px 6px;
    bottom: 150%; /* Prevent overlap with button */
    max-width: 160px;
  }
}

@media screen and (max-width: 360px) {
  .vote-prompt {
    font-size: 8.5px; /* Prevent excessive shrinking */
    padding: 8px 5.5px;
    bottom: 160%;
    max-width: 140px;
  }
}

/* LIKE BTN SECTION END */


/* this section is for the social button */

.social{
  position: relative;
    display: inline-flex;
    margin-bottom: -32px;
}
.social-101 {
  margin-right: 19px;
    font-size: 1vw;
    line-height: normal;
    border-radius: 5px;
}


@media screen and (max-width: 1200px){
  .social-101 {
    font-size: 1.2vw;
    cursor: default;
    }
  }
@media screen and (max-width: 780px){
  .social-101 {
    font-size: 1.8vw;
    cursor: default;
    }
  }
@media screen and (max-width: 500px){
  .social-101 {
    font-size: 3.5vw;
    cursor: default;
    }
  }


.social-101:active{
  transform: scale(1.2);
}

.social-101 .insta:active{
  color: rgb(238, 162, 22);
  transform: scale(1.2);
}

.social-102 {
  margin-right: 10px;
  margin-top: 2px;
  line-height: normal;
  font-size: 1vw;
  border-radius: 5px;
}

@media screen and (max-width: 1200px){
  .social-102 {
    font-size: 1.2vw;
    cursor: default;
    }
  }

@media screen and (max-width: 780px){
  .social-102 {
    font-size: 1.8vw;
    cursor: default;
    }
  }
@media screen and (max-width: 500px){
  .social-102 {
    font-size: 3.5vw;
    cursor: default;
    }
  }

.social-102:active{
  transform: scale(1.2);
}

.social-102 .twitter:active{
  color: #fb9905;
  transform: scale(1.2);
}

/*social ending....... */

/* video - rating ending.... */
/* video detail end... */
/* DOWN ALL SECTION  */

.row {
  position: relative;
  width: 99%;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 15px;
  justify-content: space-between;
  margin-top: 39.5vw;
}

@media (max-width: 1200px) {
  .row {
    width: 98%;
    margin-top: 42.5vw;
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 780px) {
  .row {
    width: 98%;
    margin-top: 42.5vw;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 500px) {
  .row {
    width: 98%;
    margin-top: 42.5vw;
    margin-left: 4px;
    margin-right: 4px;
  }
}

.more-related {
  color: #fff;
  position: absolute;
  font-size: 1.3vw;
  font-family: monospace;
  z-index: 2;
  bottom: 100%;
  left: 3%;
}

@media (max-width: 1200px) {
  .more-related {
    font-size: 2vw;
  }
}
@media (max-width: 780px) {
  .more-related {
    font-size: 2vw;
  }
}
@media (max-width: 500px) {
  .more-related {
    font-size: 3.3vw;
  }
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  width: 100%;
  z-index: 2;
  float: right;
  height: 100%;
  padding: 0px;
}

@media (max-width: 1200px) {
  .column {
    height: 100%;
  }
}
@media (max-width: 780px) {
  .column {
    height: 100%;
  }
}
@media (max-width: 500px) {
  .column {
    height: 100%;
  }
}

.cov{
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: solid 1.9px #ffffff;
  overflow: hidden;
}

@media (max-width: 780px) {
  .cov{
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border: solid 1.9px #999999;
    overflow: hidden;
  }
}
@media (max-width: 500px) {
  .cov{
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border: solid 1.9px #999999;
    overflow: hidden;
  }
}

.column img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  float: left;
  padding: 0;
  z-index: -1;
  object-fit: cover;
  border-radius: 5px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

svg:not(:root) {
  overflow: hidden;
}

:not(svg) {
  transform-origin: 0 0;
}

.row .order {
  align-content: center;
  width: 100%;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.row.column .cov:hover {
  opacity: 1;
  transform: translateY(0.4px);
}

.column .cov:hover:before {
  opacity: 1;
}

.column .cov:hover .team-info {
  opacity: 1;
  transform: translateY(0);
  z-index: 5;
  top: 65%;
}

.cov .team-info {
  position: relative;
  z-index: 3;
  top: 50%;
  opacity: 0;
  transform: translateY(60px);
  transition: 0.5s;
}

.cov:before {
  content: '';
  position: absolute;
  opacity: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, 80%, transparent);
  z-index: 2;
  transition: 0.3s;
  border-radius: 5px;
}


.row.column .cov img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.down-a1 .p-circle {
  position: fixed;
  left: 45%;
  color: #fb9905;
  top: -3vw;
  background-color: #000;
}

.down-a1 .p-circle:hover {
  background-color: #121a1a;
}

.down-a1 .p-circle:active {
  transform: scale(0.96);
}

.down-a1 a {
  font-family: 'Courier New', Courier, monospace;
  width: 20.1px;
  height: 20.1px;
  font-size: 20.1px;
  display: block;
  border: 2.5px solid #fb9905;
  border-radius: 62%;
  margin: -4px;
  padding: 5px;
  text-decoration: none;
  text-align: center;
}

.down-a1 .p-circle-1 {
  position: fixed;
  left: 45%;
  color: #fb9905;
  top: -3vw;
  background-color: #000;
}

.down-a1 .p-circle-1:hover {
  background-color: #121a1a;
}
.down-a1 .p-circle-1:active {
  transform: scale(0.96);
}

.down-a1 .p-circle-2 {
  position: fixed;
  left: 45%;
  color: #fb9905;
  top: -3vw;
  background-color: #000;
}

.down-a1 .p-circle-2:hover {
  background-color: #121a1a;
}

.down-a1 .p-circle-2:active {
  transform: scale(0.96);
}

/* DOWN ALL ENDING */

/* more-intro start */

.more-intro{
  position: relative;
  margin: clamp(20px, 3.2vw, 42px) 12px 30px;
  border-radius: 16px;
  border: 1px solid rgba(115, 211, 255, 0.22);
  background:
    radial-gradient(120% 180% at 100% 0%, rgb(0 0 0), 
    #000000 48%), radial-gradient(120% 180% at 0% 100%, rgb(0 0 0), 
    #000000 45%), linear-gradient(145deg, rgba(8, 16, 28, .92), 
    rgba(4, 9, 15, .95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .1),
    0 18px 44px rgba(0, 0, 0, .42);
  padding: clamp(14px, 2vw, 26px);
  color: #eaf6ff;
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  overflow: hidden;
}
.more-intro::before{
  content:"";
  position:absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(115, 211, 255, .1), transparent 30%),
    linear-gradient(300deg, rgba(251, 153, 5, .08), transparent 35%);
  pointer-events:none;
}
.more-intro__head,
.more-intro__grid,
.more-intro__rating{
  position: relative;
  z-index: 1;
}
.more-intro__kicker{
  margin: 0;
  color: #9ad8ff;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: clamp(10px, .9vw, 13px);
}
.more-intro__title{
  margin: 6px 0 8px;
  font-size: 21px;
  line-height: 1.14;
}
.more-intro__sub{
  margin: 0;
  color: rgba(223, 237, 248, .82);
  font-size: clamp(12px, 1.08vw, 16px);
  max-width: 760px;
}
.more-intro__grid{
  margin-top: clamp(12px, 1.6vw, 18px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.more-intro__grid > *{
  min-width: 0;
}
.more-intro__card{
  border: 1px solid rgba(136, 206, 255, .22);
  border-radius: 12px;
  background: rgba(4, 10, 18, .62);
  padding: 10px 12px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.more-intro__card--wide{
  grid-column: 1 / -1;
}
.more-intro__label{
  display: inline-block;
  color: #00c25f;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(11px, .9vw, 13px);
}
.more-intro__value{
  margin: 6px 0 0;
  color: #ffffff;
  line-height: 1.45;
  font-size: clamp(13px, 1.05vw, 17px);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.more-intro__castRail,
.more-intro__genreRail{
  margin-top: 8px;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x proximity;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
  max-width: 100%;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.more-intro__castRail.is-dragging,
.more-intro__genreRail.is-dragging{
  cursor: grabbing;
}
.more-intro__castRail::-webkit-scrollbar,
.more-intro__genreRail::-webkit-scrollbar{
  width: 0;
  height: 0;
  display: none;
}
.more-intro__castItem{
  flex: 0 0 auto;
  min-width: 170px;
  max-width: 220px;
  border: 1px solid rgba(136, 206, 255, .22);
  border-radius: 10px;
  background: rgba(1, 8, 14, .62);
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  scroll-snap-align: start;
  color: #fff;
}
.more-intro__castItem.is-linked{
  text-decoration: none;
  cursor: pointer;
  transition: border-color .2s ease, transform .2s ease;
}
.more-intro__castItem.is-linked:hover{
  border-color: rgba(136, 206, 255, .42);
  transform: translateY(-1px);
}
.more-intro__castAvatar{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(136, 206, 255, .28);
  object-fit: cover;
  flex: 0 0 auto;
}
.more-intro__castMeta{
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.more-intro__castName{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: clamp(12px, .95vw, 14px);
  font-weight: 700;
  white-space: nowrap;
}
.more-intro__castName span{
  overflow: hidden;
  text-overflow: ellipsis;
}
.more-intro__castName img{
  width: 13px;
  height: 13px;
  object-fit: contain;
  flex: 0 0 auto;
}
.more-intro__castRole{
  color: rgba(224, 238, 247, .74);
  font-size: clamp(11px, .86vw, 13px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.more-intro__genreChip{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(136, 206, 255, .24);
  background: rgba(1, 8, 14, .62);
  color: #d9efff;
  font-size: clamp(12px, .95vw, 14px);
  font-weight: 700;
  scroll-snap-align: start;
}
.more-intro__crewGrid{
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  gap: 8px;
}
.more-intro__crewItem{
  border: 1px solid rgba(136, 206, 255, .2);
  border-radius: 10px;
  background: rgba(1, 8, 14, .56);
  padding: 8px 10px;
  min-width: 0;
}
.more-intro__crewLabel{
  color: rgba(179, 233, 255, .82);
  font-size: clamp(11px, .86vw, 13px);
  text-transform: uppercase;
  letter-spacing: .03em;
  font-weight: 700;
}
.more-intro__crewValue{
  margin-top: 4px;
  color: #fff;
  font-size: clamp(12px, .95vw, 15px);
  font-weight: 600;
  line-height: 1.35;
  word-break: break-word;
}
.more-intro__directorValue{
  margin-top: 6px;
}
.more-intro__directorValue .more-intro__directorLink{
  min-width: 0;
  max-width: 100%;
}
.more-intro__crewPeople{
  display: grid;
  gap: 6px;
}
.more-intro__crewPerson{
  min-width: 0;
  max-width: 100%;
}
.more-intro__crewPerson.more-intro__castItem{
  margin: 0;
  min-width: 0;
  max-width: 100%;
  width: auto;
}
.more-intro__crewPerson--text{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid rgba(136, 206, 255, .24);
  background: rgba(1, 8, 14, .62);
  color: #fff;
  font-size: clamp(12px, .95vw, 14px);
  font-weight: 600;
}
.more-intro__crewValueLink{
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
}
.more-intro__crewValueLink:hover{
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.more-intro__crewValueLink img{
  width: 13px;
  height: 13px;
  object-fit: contain;
  flex: 0 0 auto;
}
.more-intro__scriptureHead{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.more-intro__scriptureBtn{
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(115, 211, 255, 0.22);
  background:
    radial-gradient(120% 180% at 100% 0%, rgb(0 0 0), #000000 48%),
    radial-gradient(120% 180% at 0% 100%, rgb(0 0 0), #000000 45%),
    linear-gradient(145deg, rgba(8, 16, 28, .92), rgba(4, 9, 15, .95));
  color: #9ad8ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .15s ease, color .15s ease, border-color .15s ease;
}
.more-intro__scriptureBtn:hover{
  transform: translateY(-1px);
  color: #ffffff;
  border-color: rgba(136, 206, 255, .35);
}
.main1{
  color: #ffffff;
  font-size: inherit;
}
.main2,
.main3,
.main4,
.main5{
  color: #00c25f;
}
.main2min,
.main3min,
.main4min,
.main5min{
  color: #ffffff;
  font-size: inherit;
}
.more-intro__rating{
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.maturity-rating-Notic {
  color: #b4f5cb;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(75, 221, 122, .36);
  background: rgba(0, 163, 14, .12);
  font-size: clamp(11px, 1vw, 15px);
}
.maturity-number-Notic {
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  text-transform: uppercase;
  border: solid 1px rgba(255,255,255,.4);
  border-radius: 999px;
  padding: 1px .55em;
  color: #fff;
  white-space: nowrap;
  background: rgba(0,0,0,.26);
  font-size: .95em;
}
.more-intro__ageNote{
  color: rgba(224, 238, 247, .76);
  font-size: clamp(12px, 1vw, 15px);
}

.more-intro__creator{
  margin-top: 12px;
  border: 1px solid rgba(136, 206, 255, .22);
  border-radius: 12px;
  background: rgba(4, 10, 18, .62);
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.more-intro__creatorMain{
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
}
.more-intro__creatorAvatarBtn{
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(136, 206, 255, .3);
  background: rgba(0, 0, 0, .26);
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.more-intro__creatorAvatarBtn img{
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}
.more-intro__creatorMeta{
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.more-intro__creatorNameBtn{
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: clamp(13px, 1.08vw, 17px);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  text-align: left;
  max-width: 100%;
}
.more-intro__creatorNameBtn span{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.more-intro__creatorNameBtn img{
  width: 15px;
  height: 15px;
  object-fit: contain;
  flex: 0 0 auto;
}
.more-intro__creatorStats{
  color: rgba(224, 238, 247, .76);
  font-size: clamp(11px, .95vw, 14px);
}
.more-intro__creatorFollowers{
  display: flex;
  align-items: center;
  min-height: 24px;
}
.more-intro__creatorFollowersEmpty{
  color: rgba(224, 238, 247, .56);
  font-size: clamp(10px, .9vw, 13px);
}
.more-intro__followerAvatar{
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(136, 206, 255, .28);
  background: rgba(3, 9, 16, .9);
  padding: 0;
  margin-right: -8px;
  cursor: pointer;
  overflow: hidden;
}
.more-intro__followerAvatar:last-child{
  margin-right: 0;
}
.more-intro__followerAvatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.more-intro__followBtn{
  border: 1px solid rgba(115, 211, 255, 0.22);
  border-radius: 999px;
  padding: 7px 14px;
  color: #eaf6ff;
  background:
    radial-gradient(120% 180% at 100% 0%, rgb(0 0 0), #000000 48%),
    radial-gradient(120% 180% at 0% 100%, rgb(0 0 0), #000000 45%),
    linear-gradient(145deg, rgba(8, 16, 28, .92), rgba(4, 9, 15, .95));
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 700;
  cursor: pointer;
  transition: transform .15s ease, border-color .15s ease, opacity .15s ease;
}
.more-intro__followBtn:hover{
  transform: translateY(-1px);
  border-color: rgba(136, 206, 255, .35);
}
.more-intro__followBtn.is-following{
  color: #00c25f;
  border-color: rgba(75, 221, 122, .36);
}
.more-intro__followBtn:disabled{
  opacity: .65;
  cursor: not-allowed;
}

.zs-scriptureRead{
  position: fixed;
  inset: 0;
  z-index: 28000;
}
.zs-scriptureRead.is-hidden{
  display: none;
}
.zs-scriptureRead__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .74);
  backdrop-filter: blur(2px);
}
.zs-scriptureRead__dialog{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(640px, calc(100vw - 24px));
  max-height: min(86vh, 760px);
  overflow: auto;
  border-radius: 16px;
  border: 1px solid rgba(115, 211, 255, 0.22);
  background:
    radial-gradient(120% 180% at 100% 0%, rgb(0 0 0), #000000 48%),
    radial-gradient(120% 180% at 0% 100%, rgb(0 0 0), #000000 45%),
    linear-gradient(145deg, rgba(8, 16, 28, .92), rgba(4, 9, 15, .95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .1),
    0 24px 62px rgba(0, 0, 0, .56);
  padding: clamp(12px, 1.8vw, 18px);
  color: #eaf6ff;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}
.zs-scriptureRead__head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.zs-scriptureRead__head h3{
  margin: 0;
  font-size: clamp(16px, 1.3vw, 22px);
  color: #ffffff;
}
.zs-scriptureRead__close{
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(115, 211, 255, 0.22);
  background: rgba(4, 10, 18, .62);
  color: #eaf6ff;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
}
.zs-scriptureRead__ref{
  margin-top: 10px;
  color: #00c25f;
  font-weight: 700;
  font-size: clamp(12px, 1vw, 15px);
}
.zs-scriptureRead__body{
  margin-top: 8px;
  border: 1px solid rgba(136, 206, 255, .22);
  border-radius: 12px;
  background: rgba(4, 10, 18, .62);
  padding: 12px;
  color: #ffffff;
  white-space: pre-wrap;
  line-height: 1.55;
  font-size: clamp(13px, 1.02vw, 16px);
}
.zs-scriptureRead__cta{
  margin-top: 12px;
  border: 1px solid rgba(136, 206, 255, .22);
  border-radius: 12px;
  background: rgba(4, 10, 18, .62);
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.zs-scriptureRead__cta span{
  color: rgba(224, 238, 247, .84);
  font-size: clamp(12px, 1vw, 14px);
}
.zs-scriptureRead__cta a{
  text-decoration: none;
  color: #eaf6ff;
  border: 1px solid rgba(115, 211, 255, 0.22);
  border-radius: 999px;
  padding: 7px 11px;
  background: linear-gradient(90deg, rgba(115, 211, 255, .42), rgba(251, 153, 5, .28));
  font-weight: 700;
  font-size: clamp(12px, 1vw, 14px);
}

@media screen and (max-width: 900px){
  .more-intro__grid{
    grid-template-columns: 1fr;
  }
  .more-intro__crewGrid{
    grid-template-columns: repeat(auto-fit, minmax(min(160px, 100%), 1fr));
  }
}
@media screen and (max-width: 500px){
  .more-intro{
    margin: 100px 8px 0;
    border-radius: 14px;
    padding: 12px;
  }
  .more-intro__creator{
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .more-intro__followBtn{
    width: 100%;
  }
  .more-intro__castItem{
    min-width: 155px;
    max-width: 190px;
  }
  .more-intro__genreChip{
    min-height: 28px;
    padding: 0 10px;
  }
  .more-intro__crewGrid{
    grid-template-columns: 1fr;
  }
  .zs-scriptureRead__dialog{
    width: calc(100vw - 40px);
    max-height: 84vh;
    padding: 12px;
  }
  .zs-scriptureRead__cta{
    flex-direction: column;
    align-items: stretch;
  }
  .zs-scriptureRead__cta a{
    text-align: center;
  }
}

/* more-intro Ending */
/* Related slider */
.zs-related {
  margin: 3.5vw 0vw 10vw 1vw;
  position: relative;
  margin-top: 60%;
}

.zs-related__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.zs-related__title {
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  color: #f8fafc;
  letter-spacing: 0.02em;
  font-family: 'Courier New', Courier, monospace
}

.zs-related__controls {
  display: flex;
  gap: 0.5rem;
  right: 2%;
  position: relative;
}

.zs-related__arrow {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(15, 23, 42, 0.7);
  color: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.zs-related__arrow:hover {
  transform: translateY(-1px);
  background: rgba(217, 119, 6, 0.8);
}

.zs-related__arrow:disabled {
  opacity: 0.4;
  cursor: default;
  transform: none;
}

.zs-related__slider {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0.75rem 1rem 1rem 1rem;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media (max-width: 768px) {
  .zs-related__slider {
    gap: 0.4rem;
    padding: 0.6rem 0.75rem 0.9rem;
  }
}

.zs-related__slider.is-dragging {
  cursor: grabbing;
}

.zs-related__slider::-webkit-scrollbar {
  height: 0;
}

.zs-related__slider::-webkit-scrollbar-thumb {
  background: transparent;
}

.zs-related__item {
  flex: 0 0 auto;
  width: clamp(160px, 20vw, 230px);
  text-decoration: none;
  color: inherit;
  scroll-snap-align: start;
}

.zs-related__poster {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.zs-related__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.zs-related__item:hover .zs-related__poster img {
  transform: scale(1.04);
}

.zs-related__meta {
  display: none;
}

.zs-related__empty {
  color: #9ca3af;
  font-size: 0.95rem;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .zs-related {
    margin: 3.5vw 0vw 15vw 1vw;
    position: relative;
    margin-top: 50%;
  }

  .zs-related__controls {
    display: none;
  }

  .zs-related__item {
    width: calc((100% - -1rem) / 2);
  }
}

/* layout stability patch: keep trailer/info/related in clean flow */
.cd-1 {
  overflow-y: auto;
  overflow-x: hidden;
}

.cover-1 {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.video-wrapper {
  position: relative;
  top: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-wrapper > video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #000;
}

.info1 {
  top: 0;
  width: 100%;
  min-height: 0;
  margin: 0;
  position: relative;
  padding: clamp(12px, 1.6vw, 20px) clamp(10px, 1.2vw, 16px);
  padding-top: clamp(52px, 6vw, 72px);
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, 1) 65%);
}

.info1 h3 {
  margin: 0 0 8px 0;
}

.info1 > h3:not(.biobit) {
  margin: 0 0 10px 0;
  line-height: 1.15;
}

.info1 > .video-details {
  margin: 0 0 2px 0;
  line-height: 1.5;
  display: flex;
  gap: 5px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.info1 > .voting {
  margin: 0;
}

.video-details,
.voting,
.rating-1,
.bioword {
  margin-left: 0;
}

.biobit {
  position: absolute;
  top: clamp(10px, 1.2vw, 14px);
  right: clamp(10px, 1.2vw, 16px);
  margin: 0;
  width: clamp(220px, 36vw, 460px);
  max-width: min(52%, 460px);
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.biobit__label {
  color: #9ad8ff;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(10px, .85vw, 13px);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.biobit__rail {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scroll-snap-type: x proximity;
  padding: 2px 0 2px 0;
}

.biobit__rail::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.biobit__chip {
  flex: 0 0 auto;
  scroll-snap-align: start;
  border: 1px solid rgba(115, 211, 255, 0.22);
  background:
    radial-gradient(120% 180% at 100% 0%, rgb(0 0 0), #000000 48%),
    radial-gradient(120% 180% at 0% 100%, rgb(0 0 0), #000000 45%),
    linear-gradient(145deg, rgba(8, 16, 28, .92), rgba(4, 9, 15, .95));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  color: #eaf6ff;
  border-radius: 999px;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(11px, .9vw, 14px);
  line-height: 1.2;
  padding: 6px 10px;
  white-space: nowrap;
}

.plf {
  position: absolute;
  right: clamp(10px, 1.2vw, 16px);
  top: clamp(58px, 5.4vw, 74px);
  left: auto;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.bioword {
  width: 100%;
  max-width: 72ch;
  margin-top: 10px;
  margin-bottom: 0;
}

.biowordBox {
  width: min(140ch, calc(100% - 22px));
  max-width: 140ch;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 16, 28, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.biowordBox .bioword {
  margin: 0;
  max-width: 100%;
  width: 100%;
  line-height: 1.55;
  white-space: normal;
  overflow-wrap: anywhere;
}

.biowordBox.is-collapsed .bioword {
  max-height: 6.25em;
  overflow: hidden;
}

.biowordBox.is-expanded .bioword {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 6px;
}

.biowordBox.is-expanded .bioword::-webkit-scrollbar {
  width: 6px;
}

.biowordBox.is-expanded .bioword::-webkit-scrollbar-thumb {
  background: rgba(251, 153, 5, 0.55);
  border-radius: 999px;
}

.biowordToggle {
  margin-top: 10px;
  border: 1px solid rgba(115, 211, 255, 0.28);
  background: linear-gradient(90deg, rgba(115, 211, 255, 0.2), rgba(251, 153, 5, 0.2));
  color: #eaf6ff;
  border-radius: 999px;
  padding: 6px 12px;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.biowordToggle:hover {
  border-color: rgba(251, 153, 5, 0.46);
  background: linear-gradient(90deg, rgba(115, 211, 255, 0.32), rgba(251, 153, 5, 0.32));
}

.movieRating {
  width: min(140ch, calc(100% - 22px));
  max-width: 140ch;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 16, 28, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.movieRating__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.movieRating__stars i {
  color: #ffb34a;
  font-size: clamp(14px, 1.15vw, 18px);
}

.movieRating__score {
  color: #eaf6ff;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: clamp(12px, 1vw, 15px);
}

.movieRating__count {
  color: #b6cde0;
  font-size: clamp(11px, .95vw, 14px);
}

.movieRating__best {
  margin-top: 10px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
}

.movieRating__bestLabel,
.movieRating__bestPercent {
  color: #b6cde0;
  font-size: clamp(11px, .9vw, 13px);
  font-weight: 700;
}

.movieRating__bestBar {
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(115, 211, 255, 0.24);
  background: rgba(15, 23, 42, 0.75);
  overflow: hidden;
}

.movieRating__bestBar span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, rgba(115, 211, 255, 0.9), rgba(251, 153, 5, 0.95));
}

.movieRating__actions {
  margin-top: 10px;
}

.movieRating__openBtn {
  border: 1px solid rgba(115, 211, 255, 0.28);
  background: linear-gradient(90deg, rgba(115, 211, 255, 0.2), rgba(251, 153, 5, 0.2));
  color: #eaf6ff;
  border-radius: 999px;
  padding: 7px 12px;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 800;
  cursor: pointer;
}

.movieRatingModal {
  position: fixed;
  inset: 0;
  z-index: 13050;
  overscroll-behavior: contain;
}

.movieRatingModal.is-hidden {
  display: none;
}

.movieRatingModal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.movieRatingModal__dialog {
  position: relative;
  margin: min(6vh, 40px) auto;
  width: min(860px, calc(100vw - 18px));
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: radial-gradient(120% 180% at 100% 0%, rgb(0 0 0), #000000 48%),
    radial-gradient(120% 180% at 0% 100%, rgb(0 0 0), #000000 45%),
    linear-gradient(145deg, rgba(8, 16, 28, .92), rgba(4, 9, 15, .95));
  padding: 0 14px max(20px, env(safe-area-inset-bottom));
}

.movieRatingModal__dialog::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.movieRatingModal__top {
  position: sticky;
  top: 0;
  z-index: 4;
  margin: 0 -14px 0;
  padding: 10px 14px 10px;
  background: rgb(0 0 0);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.45);
}

.movieRatingModal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 2px 0 8px;
  background: transparent;
}

.movieRatingModal__head h3 {
  margin: 0;
  color: #eaf6ff;
}

.movieRatingModal__close {
  border: 0;
  background: transparent;
  color: #dbeafe;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.movieRatingModal__summary {
  margin-top: 10px;
  padding: 12px;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgb(3 8 14);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.34);
}

.movieRatingModal__avg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  color: #b6cde0;
}

.movieRatingModal__avg strong {
  color: #eaf6ff;
}

.movieRatingModal__avgStars i,
.movieRatingModal__itemStars i {
  color: #ffb34a;
}

.movieRatingModal__bars {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.movieRatingModal__barRow {
  display: grid;
  grid-template-columns: 56px 1fr 48px;
  align-items: center;
  gap: 8px;
  color: #b6cde0;
}

.movieRatingModal__barTrack {
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(115, 211, 255, 0.2);
  background: rgba(15, 23, 42, 0.75);
  overflow: hidden;
}

.movieRatingModal__barTrack span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, rgba(115, 211, 255, 0.9), rgba(251, 153, 5, 0.95));
}

.movieRatingModal__composer {
  margin-top: 10px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 16, 28, 0.38);
}

.movieRatingModal__composer p {
  margin: 0 0 8px;
  color: #eaf6ff;
  font-weight: 700;
}

.movieRatingModal__pick {
  display: flex;
  gap: 4px;
}

.movieRatingModal__pick button {
  border: 0;
  background: transparent;
  color: #b6cde0;
  font-size: 24px;
  cursor: pointer;
  padding: 2px 4px;
}

.movieRatingModal__pick button i.fa-star {
  color: #ffb34a;
}

.movieRatingModal__composer textarea {
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 8, 18, 0.78);
  color: #eaf6ff;
  padding: 10px;
  resize: vertical;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.movieRatingModal__composer textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.movieRatingModal__composerActions {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.movieRatingModal__submit {
  border: 1px solid rgba(115, 211, 255, 0.32);
  background: linear-gradient(90deg, rgba(115, 211, 255, 0.22), rgba(251, 153, 5, 0.26));
  color: #eaf6ff;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 800;
  cursor: pointer;
}

.movieRatingModal__list {
  margin-top: 12px;
  display: grid;
  gap: 10px;
  padding-bottom: max(12px, env(safe-area-inset-bottom));
}

.movieRatingModal__item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 16, 28, 0.32);
}

.movieRatingModal__item.is-deeplink-target{
  position: relative;
  border-color: rgba(84, 232, 214, .95);
  box-shadow: 0 0 0 2px rgba(84, 232, 214, .35), 0 0 0 7px rgba(84, 232, 214, .18);
  background: linear-gradient(90deg, rgba(84, 232, 214, .16), rgba(8, 16, 28, 0.32));
  transition: box-shadow .45s ease, border-color .45s ease, background .45s ease;
}

.movieRatingModal__item > img {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
}

.movieRatingModal__itemHead {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: #eaf6ff;
}

.movieRatingModal__name {
  font-weight: 700;
}

.movieRatingModal__itemHead img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.movieRatingModal__pct {
  color: #9ad8ff;
  font-weight: 700;
  font-size: 12px;
}

.movieRatingModal__itemComment {
  margin: 6px 0 0;
  color: #d9ecff;
  font-size: 13px;
  line-height: 1.4;
}

.movieRatingModal__itemComment.is-empty {
  color: #9cb2c7;
  font-style: italic;
}

.movieRatingModal__empty {
  padding: 12px;
  border-radius: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  color: #b6cde0;
  text-align: center;
}

.zs-related {
  margin: clamp(16px, 2.4vw, 30px) 1vw clamp(36px, 5vw, 72px) 1vw;
  position: relative;
  margin-top: 0;
}

@media (max-width: 768px) {
  .cd-1 {
    height: 96%;
  }

  .info1 {
    padding: 30px 10px;
    padding-top: 68px;
  }

  .biobit {
    right: 10px;
    top: 10px;
    width: min(66vw, 360px);
    max-width: 66%;
    gap: 4px;
  }

  .biobit__label {
    font-size: 11px;
  }

  .biobit__chip {
    font-size: 12px;
    padding: 5px 9px;
  }

  .plf {
    right: 10px;
    top: 62px;
    justify-content: flex-end;
  }

  .zs-related {
    margin: 14px 0 30px;
    margin-top: 0;
  }

  .biowordBox {
    width: calc(100% - 8px);
    max-width: calc(100% - 8px);
    padding: 10px;
  }

  .movieRating {
    width: calc(100% - 8px);
    max-width: calc(100% - 8px);
    padding: 10px;
  }

  .biowordBox.is-expanded .bioword {
    max-height: 180px;
  }

  .movieRatingModal__dialog {
    width: calc(100vw - 10px);
    max-height: calc(100dvh - 20px);
    margin: 10px auto;
    padding: 0 10px max(18px, env(safe-area-inset-bottom));
    border-radius: 12px;
  }

  .movieRatingModal__top {
    margin: 0 -10px 0;
    padding: 8px 10px 10px;
  }

  .movieRatingModal__barRow {
    grid-template-columns: 48px 1fr 40px;
    gap: 6px;
    font-size: 12px;
  }
}

/* ===== Movie comments ===== */
.movie-comment-action {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: 0px;
  vertical-align: middle;
}

.movie-comment-action__btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(115, 211, 255, 0.22);
  background: rgba(4, 10, 18, .62);
  color: #eaf6ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.movie-comment-action__btn:hover {
  transform: translateY(-1px);
  border-color: rgba(76, 239, 189, 0.65);
  color: #fff;
}

.movie-comment-action__count {
  min-width: 16px;
  color: #d9e7f8;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(11px, 0.95vw, 14px);
}

.zs-filmCommentModal {
  position: fixed;
  inset: 0;
  z-index: 26000;
  display: none;
}

.zs-filmCommentModal.is-open {
  display: block;
}

.zs-filmCommentModal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(3px);
}

.zs-filmCommentModal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(780px, calc(100vw - 30px));
  max-height: min(84vh, 920px);
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid rgba(115, 211, 255, 0.22);
  background:
    radial-gradient(120% 180% at 100% 0%, rgb(0 0 0), #000000 48%),
    radial-gradient(120% 180% at 0% 100%, rgb(0 0 0), #000000 45%),
    linear-gradient(145deg, rgba(8, 16, 28, .92), rgba(4, 9, 15, .95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .1),
    0 26px 70px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.zs-filmCommentModal__head {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(115, 211, 255, 0.22);
  background: rgba(4, 10, 18, .56);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.zs-filmCommentModal__head h3 {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 20px);
  color: #f5fbff;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.zs-filmCommentModal__headRight {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.zs-filmCommentModal__sort {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #b9d7ec;
  font-size: 12px;
}

.zs-filmCommentModal__sort select {
  border: 1px solid rgba(115, 211, 255, 0.22);
  border-radius: 999px;
  background: rgba(4, 10, 18, .62);
  color: #ecf5ff;
  padding: 6px 10px;
}

.zs-filmCommentModal__close {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(115, 211, 255, 0.22);
  border-radius: 999px;
  background: rgba(4, 10, 18, .62);
  color: #e8f5ff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.zs-filmCommentModal__close:hover {
  border-color: rgba(255, 122, 122, 0.8);
  color: #fff;
}

.zs-filmCommentModal__list {
  flex: 1 1 auto;
  overflow: auto;
  padding: 12px 14px;
}

.movie-comment__empty {
  padding: 14px;
  border: 1px dashed rgba(115, 211, 255, 0.22);
  border-radius: 12px;
  color: #b6cbde;
  text-align: center;
  background: rgba(4, 10, 18, .44);
}

.movie-comment__thread {
  margin-bottom: 10px;
}

.movie-comment {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
}

.movie-comment__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(115, 211, 255, 0.22);
  background: rgba(0, 0, 0, 0.35);
}

.movie-comment__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.movie-comment__meta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #bcd4ea;
  font-size: 12px;
  margin-bottom: 6px;
}

.movie-comment__userWrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.movie-comment__user {
  color: #f6fbff;
  font-weight: 700;
  font-size: 13px;
}

.movie-comment__verified {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex: 0 0 16px;
}

.movie-comment__dot {
  opacity: 0.75;
}

.movie-comment__bubble {
  border: 1px solid rgba(136, 206, 255, .22);
  border-radius: 12px;
  padding: 9px 10px;
  background: rgba(4, 10, 18, .62);
}

.movie-comment__text {
  color: #eaf4fe;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 14px;
  line-height: 1.5;
}

.movie-comment__attachments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.movie-comment__attach {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(136, 206, 255, .22);
  text-decoration: none;
}

.movie-comment__attach.is-image {
  width: 102px;
  height: 74px;
  display: block;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.movie-comment__attach.is-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.movie-comment__attach.is-file {
  padding: 7px 9px;
  color: #daf0ff;
  font-size: 12px;
  background: rgba(4, 10, 18, .62);
}

.movie-comment__actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.movie-comment__actions button {
  border: 1px solid rgba(136, 206, 255, .22);
  border-radius: 999px;
  background: rgba(4, 10, 18, .62);
  color: #cde3f7;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
}

.movie-comment__actions button.is-liked {
  border-color: rgba(90, 241, 186, 0.7);
  color: #7cf3c1;
}

.movie-comment__toggle {
  margin: 7px 0 0 50px;
  border: 0;
  background: transparent;
  color: #8cd8ff;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
}

.movie-comment__replies {
  margin-left: 48px;
  margin-top: 8px;
  padding-left: 10px;
  border-left: 2px solid rgba(115, 211, 255, 0.22);
}

.movie-comment__replies.is-collapsed {
  display: none;
}

.zs-filmCommentModal__form {
  border-top: 1px solid rgba(115, 211, 255, 0.22);
  padding: 10px 12px 12px;
  background: rgba(4, 10, 18, .56);
}

.zs-filmCommentModal__row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 8px;
}

.zs-filmCommentModal__row input[name='comment'] {
  width: 100%;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(136, 206, 255, .22);
  border-radius: 11px;
  background: rgba(4, 10, 18, .62);
  color: #edf7ff;
  font-size: 14px;
  padding: 10px 11px;
  pointer-events: auto;
}

.zs-filmCommentModal__attach,
.zs-filmCommentModal__send {
  border: 1px solid rgba(136, 206, 255, .22);
  border-radius: 11px;
  background: rgb(4, 10, 18);
  color: #e8f5ff;
  padding: 0 12px;
  cursor: pointer;
}

.zs-filmCommentModal__send {
  background: linear-gradient(90deg, rgba(115, 211, 255, .42), rgba(251, 153, 5, .28));
  color: #eaf6ff;
  font-weight: 700;
  border-color: rgba(115, 211, 255, 0.22);
}

.zs-filmCommentModal__attachList {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
}

.movie-comment__draftFile {
  border: 1px solid rgba(136, 206, 255, .22);
  background: rgba(4, 10, 18, .62);
  border-radius: 999px;
  padding: 5px 9px;
  color: #d6e8f7;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.movie-comment__draftFile button {
  border: 0;
  background: transparent;
  color: #ff9b9b;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.movie-comment-toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  background:
    radial-gradient(120% 180% at 100% 0%, rgb(0 0 0), #000000 48%),
    radial-gradient(120% 180% at 0% 100%, rgb(0 0 0), #000000 45%),
    linear-gradient(145deg, rgba(8, 16, 28, .92), rgba(4, 9, 15, .95));
  color: #f3fbff;
  border: 1px solid rgba(115, 211, 255, 0.22);
  padding: 9px 13px;
  border-radius: 999px;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 27000;
}

.movie-comment-toast.is-show {
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}

.movie-comment-dialog {
  position: fixed;
  inset: 0;
  z-index: 27500;
  display: none;
}

.movie-comment-dialog.is-open {
  display: block;
}

.movie-comment-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
}

.movie-comment-dialog__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(440px, calc(100vw - 28px));
  border-radius: 14px;
  border: 1px solid rgba(115, 211, 255, 0.22);
  background:
    radial-gradient(120% 180% at 100% 0%, rgb(0 0 0), #000000 48%),
    radial-gradient(120% 180% at 0% 100%, rgb(0 0 0), #000000 45%),
    linear-gradient(145deg, rgba(8, 16, 28, .92), rgba(4, 9, 15, .95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .1),
    0 20px 48px rgba(0, 0, 0, .5);
  padding: 14px;
  color: #e9f6ff;
}

.movie-comment-dialog__box h4 {
  margin: 0 0 6px 0;
  font-size: 16px;
}

.movie-comment-dialog__box p {
  margin: 0 0 10px 0;
  color: rgba(224, 238, 247, .82);
  font-size: 13px;
}

.movie-comment-dialog__input {
  width: 100%;
  border: 1px solid rgba(136, 206, 255, .22);
  border-radius: 10px;
  background: rgba(4, 10, 18, .62);
  color: #edf7ff;
  padding: 10px 11px;
  box-sizing: border-box;
  min-height: 96px;
  resize: vertical;
  pointer-events: auto;
  user-select: text;
}

.movie-comment-dialog__actions {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.movie-comment-dialog__actions button {
  border: 1px solid rgba(136, 206, 255, .22);
  border-radius: 999px;
  background: rgba(4, 10, 18, .62);
  color: #e8f5ff;
  padding: 7px 12px;
  font-size: 12px;
  cursor: pointer;
}

.movie-comment-dialog__actions [data-movie-dlg-ok] {
  background: linear-gradient(90deg, rgba(115, 211, 255, .42), rgba(251, 153, 5, .28));
  border-color: rgba(115, 211, 255, 0.22);
}

.movie-comment-lightbox {
  position: fixed;
  inset: 0;
  z-index: 27600;
  display: none;
}

.movie-comment-lightbox.is-open {
  display: block;
}

.movie-comment-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(3px);
}

.movie-comment-lightbox__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(95vw, 980px);
  max-height: 90vh;
  border-radius: 14px;
  border: 1px solid rgba(115, 211, 255, 0.22);
  background:
    radial-gradient(120% 180% at 100% 0%, rgb(0 0 0), #000000 48%),
    radial-gradient(120% 180% at 0% 100%, rgb(0 0 0), #000000 45%),
    linear-gradient(145deg, rgba(8, 16, 28, .92), rgba(4, 9, 15, .95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .1),
    0 22px 54px rgba(0, 0, 0, .56);
  padding: 10px;
}

.movie-comment-lightbox__dialog img {
  width: 100%;
  max-height: calc(90vh - 20px);
  object-fit: contain;
  display: block;
  border-radius: 10px;
}

.movie-comment-lightbox__close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(115, 211, 255, 0.22);
  background: rgba(4, 10, 18, .9);
  color: #f3fbff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 768px) {
  .movie-comment-action {
    margin-left: 3px;
  }

  .movie-comment-action__btn {
    width: 32px;
    height: 32px;
  }

  .zs-filmCommentModal__dialog {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    max-height: 88vh;
    border-radius: 16px 16px 0 0;
    border-bottom: 0;
  }

  .zs-filmCommentModal__head {
    padding: 10px 10px;
  }

  .zs-filmCommentModal__headRight {
    gap: 6px;
  }

  .zs-filmCommentModal__sort > span {
    display: none;
  }

  .zs-filmCommentModal__sort select {
    font-size: 12px;
    padding: 5px 8px;
  }

  .zs-filmCommentModal__list {
    padding: 10px;
  }

  .movie-comment {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
  }

  .movie-comment__avatar {
    width: 34px;
    height: 34px;
  }

  .movie-comment__text {
    font-size: 13px;
  }

  .movie-comment__toggle {
    margin-left: 42px;
  }

  .movie-comment__replies {
    margin-left: 40px;
    padding-left: 8px;
  }

  .zs-filmCommentModal__form {
    padding: 9px 10px 11px;
  }

  .zs-filmCommentModal__row {
    grid-template-columns: 1fr auto auto;
    gap: 6px;
  }

  .zs-filmCommentModal__attach,
  .zs-filmCommentModal__send {
    padding: 0 10px;
  }

  .movie-comment-dialog__box {
    width: calc(100vw - 18px);
    padding: 12px;
  }

  .movie-comment-lightbox__dialog {
    width: calc(100vw - 14px);
    padding: 8px;
  }

  .movie-comment-lightbox__close {
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}
