 

 
:focus,
:focus-visible {
  outline: none !important;
}

 
a:hover,
a:active,
a:focus,
button:hover,
button:active,
button:focus {
  text-decoration: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}

 
.navbar-nav .nav-link .external-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

 
.news-navbar .navbar-nav .nav-link {
  font-size: 15px !important;
  font-weight: 400 !important;
}
 
.news-navbar .navbar-nav .nav-item { margin-right: 4px !important; }

 
.header .social a svg,
.page-head .social a svg {
  width: 30px !important;
  height: 30px !important;
   
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.75));
}
.header .social a,
.page-head .social a {
  opacity: 1 !important;
}

 
#title-single .cx-rate-circle {
  position: relative;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#title-single .cx-rate-circle strong {
  position: absolute;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
}
#title-single .cx-actions {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
#title-single .cx-icon-action {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 0.68rem;
  opacity: 0.85;
  white-space: nowrap;
  transition: opacity 0.15s ease, color 0.15s ease;
}
#title-single .cx-icon-action i {
  font-size: 1.15rem;
}
#title-single .cx-icon-action:hover {
  opacity: 1;
  color: #6cb0ff;
}
#title-single .cx-muted {
  color: rgba(255, 255, 255, 0.5);
}

 
.cx-tip {
  position: relative;
}
.cx-tip::after,
.cx-tip::before {
  position: absolute;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  z-index: 60;
}
.cx-tip::after {
  content: attr(data-title);
  bottom: calc(100% + 9px);
  transform: translateX(-50%);
  background: #d3d3d3;
  color: #000;
  font-weight: 700;
  font-size: 0.72rem;
  line-height: 1;
  padding: 0.35em 0.8em;
  border-radius: 3px;
  white-space: nowrap;
}
.cx-tip::before {
  content: "";
  bottom: calc(100% + 3px);
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #d3d3d3;
}
.cx-tip:hover::after,
.cx-tip:hover::before {
  opacity: 0.95;
}

 
.preview-box-16x9 {
  position: relative;
  overflow: hidden;
}
 
.cx-prev-player {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.cx-prev-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  transform: scale(1.6);  
}
 
.cx-prev-player iframe.cx-prev-scframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: cover;
  border: 0;
  pointer-events: none;
}
 
.preview-box-16x9 > a {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}
.preview-box-16x9 .preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.4s ease;
}
.preview-box-16x9.cx-prev-playing .preview-image {
  opacity: 0;
}
 
.cx-prev-mute {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 4;
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.1em;
  height: 2.1em;
  border-radius: 50%;
  background: rgba(20, 20, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  cursor: pointer;
  font-size: 0.85em;
}
.cx-prev-mute:hover {
  background: rgba(20, 20, 20, 0.85);
}
.preview-box-16x9.cx-prev-playing .cx-prev-mute {
  display: flex;
}

 
#home .header .bg-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75vh;
  z-index: 0;
  overflow: hidden;
  background: transparent !important;
}
#home .header .bg-preview iframe {
  position: absolute;
  top: 50%;
  left: 50%;
   
  transform: translate(-50%, -50%) scale(1.3);
  width: 100vw;
  height: 56.25vw;  
  min-height: 75vh;
  min-width: 133.34vh;  
  border: 0;
  pointer-events: none;
}
 
#home .header .bg-image {
  transition: opacity 0.8s ease;
}
#home .header.cx-playing .bg-image {
  opacity: 0;
}
 
#home .header #toggle-sound.mute-button {
  position: absolute;
  z-index: 6;
  right: 3vw;
  bottom: 9vh;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background: rgba(20, 20, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  width: 2.6em;
  height: 2.6em;
}
#home .header #toggle-sound.mute-button:hover {
  background: rgba(20, 20, 20, 0.85);
}

 
#home .header .background.cx-hero-bg {
   
  background-position: center var(--hero-pos, 50%) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

 
.sc-selector {
  position: relative;
}
.cx-genres-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 50;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(8, auto);
  grid-auto-columns: minmax(155px, auto);
  gap: 0 4px;
  width: max-content;
  max-width: 92vw;
  max-height: 62vh;
  overflow-y: auto;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.96);
  border: none;
  border-radius: 0;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.6);
}
.cx-genres-menu a {
  display: block;
  padding: 5px 11px;
  font-size: 0.92rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}
.cx-genres-menu a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

 
.cx-hero-fade {
  animation: cx-hero-fade-in 1.2s ease;
}
@keyframes cx-hero-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
 
.cx-hero-dots {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
.cx-hero-dots button {
  width: 28px;
  height: 4px;
  border: 0;
  padding: 0;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background 0.2s ease;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}
.cx-hero-dots button:focus,
.cx-hero-dots button:focus-visible,
.cx-hero-dots button:active {
  outline: none !important;
  box-shadow: none !important;
}
.cx-hero-dots button.active {
  background: #fff;
}

 
.tele {
  background: rgb(0, 136, 204);
}

 
.close-tele {
  position: fixed;
  top: 0;
  right: 12px;
  margin: 0 !important;
  height: 28px;
  display: flex;
  align-items: center;
  z-index: 1001;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  opacity: 0.9;
}
@media (max-width: 499px) {
  .close-tele {
    height: 34px;
  }
}
.close-tele:hover {
  opacity: 1;
}

 
html.tele-closed .tele {
  display: none !important;
}
 
html.tele-closed .slide-banner {
  display: none !important;
}
html.tele-closed .news-navbar {
  top: 0 !important;
}
 
html.tele-closed #app main {
  margin-top: 64px !important;
}
@media (max-width: 499px) {
  html.tele-closed #app main {
    margin-top: 60px !important;
  }
}

 
.previewpanel .cx-prev-info {
  background: #151515;
  border-radius: 0 0 0.4em 0.4em;
}
.previewpanel .cx-prev-info-container {
  padding: 1.2em 1.2em 1.35em;
}
 
.previewpanel .cx-prev-actions {
  display: flex;
  align-items: center;
}
.previewpanel .cx-prev-actions-left {
  display: flex;
  align-items: center;
  gap: 0.55em;
}
.previewpanel .cx-prev-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7em;
  height: 2.7em;
  border-radius: 50%;
  background: rgba(42, 42, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  flex: 0 0 auto;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.previewpanel .cx-prev-btn:hover {
  background: rgba(90, 90, 90, 0.9);
  border-color: #fff;
}
.previewpanel .cx-prev-btn svg {
  width: 1.15em;
  height: 1.15em;
}
.previewpanel .cx-prev-play {
  width: 3em;
  height: 3em;
  background: #fff;
  border-color: #fff;
  color: #111;
}
.previewpanel .cx-prev-play:hover {
  background: rgba(255, 255, 255, 0.82);
  border-color: #fff;
}
.previewpanel .cx-prev-play svg {
  width: 1.2em;
  height: 1.2em;
  padding-left: 0.08em;
}
.previewpanel .cx-prev-more {
  margin-left: auto;
}
 
.previewpanel .cx-prev-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.85em 0 0.45em;
  color: #d2d2d2;
  font-size: 1em;
}
.previewpanel .cx-prev-rating {
  color: #46d369;
  font-weight: 700;
}
.previewpanel .cx-prev-sep {
  margin: 0 0.35em;
  color: #888;
}
 
.previewpanel .cx-prev-genres {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #bdbdbd;
  font-size: 1em;
}

 
#home .owl-carousel .owl-nav {
  margin: 0;
}
#home .owl-carousel .owl-nav button.owl-prev,
#home .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 15px;  
  bottom: 0;
  width: 56px;  
  margin: 0 !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 20;
}
#home .owl-carousel .owl-nav button:focus,
#home .owl-carousel .owl-nav button:active {
  outline: none !important;
  box-shadow: none !important;
}
#home .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(20, 20, 20, 0.35),
    rgba(20, 20, 20, 0.97)
  ) !important;
}
#home .owl-carousel .owl-nav button.owl-next {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(20, 20, 20, 0.35),
    rgba(20, 20, 20, 0.97)
  ) !important;
}

 
#home.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#home .slider-title .row-content {
  margin-left: calc(15px - 4vw);
  margin-right: calc(15px - 4vw);
}

 
#home .owl-carousel .owl-dots {
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  right: calc(4vw - 15px) !important;
}
#home .slider-title:hover .owl-carousel .owl-dots {
  opacity: 1;
}
#home .owl-carousel .owl-dots .owl-dot span {
  display: none;
}
#home .owl-carousel .owl-dots .owl-dot {
  width: 12px !important;
  height: 2px !important;
}

 
#home .tile-image,
#home .box-16x9,
#home .poster-image,
#home .box-7x10 {
  background-image: none !important;
}
#home .slider-title:hover .owl-carousel .owl-nav button.owl-prev:not(.disabled),
#home .slider-title:hover .owl-carousel .owl-nav button.owl-next:not(.disabled) {
  opacity: 1;
}
#home .owl-carousel .owl-nav button:hover {
  background: rgba(20, 20, 20, 0.75) !important;
}
#home .owl-carousel .owl-nav button svg {
  width: 1.6em;
  height: 1.6em;
  transition: transform 0.15s ease;
}
#home .owl-carousel .owl-nav button:hover svg {
  transform: scale(1.25);
}
#home .owl-carousel .owl-nav button.disabled {
  display: none !important;
}

 
.cx-skel-row {
  display: flex;
  gap: 4px;
  width: 100%;
}
.cx-skel-box {
  flex: 0 0 calc((100% - 20px) / 6);
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  background: #2a2a2a;
  animation: cx-pulse 1.3s ease-in-out infinite;
}
@keyframes cx-pulse {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 0.75;
  }
}
@media (max-width: 1199px) {
  .cx-skel-box {
    flex-basis: calc((100% - 16px) / 5);
  }
}
@media (max-width: 999px) {
  .cx-skel-box {
    flex-basis: calc((100% - 12px) / 4);
  }
}

 
.tile-image {
  background: #1a1a1a !important;
}

 
.header .info-wrap .img-fluid {
  transform-origin: left bottom;
  transition: transform 0.7s ease;  
}
.header .info-wrap .plot-wrap {
  overflow: hidden;
  max-height: 9em;
  transition: opacity 0.5s ease, max-height 0.7s ease, margin 0.7s ease;
}
.header .info-wrap .info-buttons,
.header .info-wrap .cx-hero-dots,
.header .billboard .social,
.header .billboard .sc-selector {
  transition: opacity 0.5s ease;
}
 
.header.cx-playing .info-wrap .img-fluid {
  transform: scale(0.62);
  transition: transform 1.3s ease 4.5s;
}
.header.cx-playing .info-wrap .plot-wrap {
  opacity: 0;
  max-height: 0;
  margin: 0;
  transition: opacity 0.5s ease 4.5s, max-height 0.7s ease 4.5s, margin 0.7s ease 4.5s;
}
.header.cx-playing .info-wrap .info-buttons {
  opacity: 0.18;
  transition: opacity 0.5s ease 4.5s;
}
.header.cx-playing .info-wrap .info-buttons:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
 
.header.cx-playing .billboard .social {
  opacity: 0.18;
  transition: opacity 0.5s ease 4.5s;
}
.header.cx-playing .billboard .social:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
 
.header.cx-playing .billboard .sc-selector {
  opacity: 0.18;
  transition: opacity 0.5s ease 4.5s;
}
.header.cx-playing .billboard .sc-selector:hover,
.header.cx-playing .billboard .sc-selector.open {
  opacity: 1;
  transition: opacity 0.2s ease;
}
 
.header.cx-playing .info-wrap .cx-hero-dots {
  opacity: 0.18;
  transition: opacity 0.5s ease 4.5s;
}
 
.header.cx-playing .info-wrap .cx-hero-dots:hover,
.header.cx-playing .info-wrap .info-buttons:hover ~ .cx-hero-dots {
  opacity: 1;
  transition: opacity 0.2s ease;
}

 
.slider-tile-inner .img-mobile { display: none; }             

 
.tile-genbd { position: absolute; inset: 0; overflow: hidden; background: #0b0b0f; }
 
 
.tile-genbd::before { content: ""; position: absolute; inset: 0; background-image: var(--bd); background-size: cover; background-position: center; filter: blur(4px); transform: scale(1.06); }
 
.tile-genbd[data-clean]::before { filter: brightness(0.4); transform: none; }
 
.tile-genbd .tile-genbd-fg { position: absolute; top: 0; height: 100% !important; aspect-ratio: 0.72; width: auto !important; max-width: none !important; left: 50%; transform: translateX(-50%); object-fit: cover; z-index: 1; box-shadow: 0 0 26px rgba(0,0,0,.55); }

 
.tile-genbd[data-logo]::before { filter: none !important; transform: none !important; }
.tile-genbd[data-logo]::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.45) 28%, rgba(0,0,0,0) 58%); }
.tile-genbd .tile-genbd-logo { position: absolute; left: 50%; bottom: 9%; transform: translateX(-50%); width: auto !important; max-width: 66% !important; max-height: 34%; object-fit: contain; z-index: 2; filter: drop-shadow(0 2px 8px rgba(0,0,0,.9)); }

@media screen and (max-width: 799px) {
  .slider-tile-inner .img-desktop { display: none !important; }
  .slider-tile-inner .img-mobile  { display: block !important; object-fit: cover; }
  .slider-tile-inner .box-16x9 {
    padding-top: 150% !important;     
    border-radius: 3px;
  }
}

 
.cx-burger {
  display: none;                  
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  color: #fff;
  padding: 6px;
  margin-left: 4%;                
  cursor: pointer;
  line-height: 0;
}
@media (max-width: 999px) {
  .cx-burger { display: inline-flex; }
}
@media (min-width: 1000px) {
  .cx-sidebar { display: none; }  
}

html.cx-menu-open { overflow: hidden; }

.cx-sidebar {
  position: fixed;
  inset: 0;
  z-index: 3000;
  pointer-events: none;
  visibility: hidden;
}
.cx-sidebar-show { visibility: visible; }

.cx-sidebar-backdrop {
  position: absolute;
  inset: 0;
  background: #00000040;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  pointer-events: auto;
}
.cx-sidebar-show .cx-sidebar-backdrop { opacity: 1; }

.cx-sidebar-content {
  position: relative;
  width: 80%;
  max-width: 300px;
  height: 100%;
  overflow-y: auto;
  background: var(--color-bg-base, #141414);
  box-shadow: 2px 0 5px #00000040;
  transform: translateX(-100%);
  transition: transform .2s ease-in-out;
  pointer-events: auto;
  padding: 16px 0 0 10px;  
}
.cx-sidebar-show .cx-sidebar-content { transform: translateX(0); }

.cx-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.cx-sidebar-close {
  background: none;
  border: 0;
  color: #fff;
  padding: 4px;
  cursor: pointer;
  line-height: 0;
}

.cx-sidebar-menu {
  list-style: none;
  font-size: 16px;
  padding: 14px 0;
  margin: 0;
}
.cx-sidebar-item {
  height: 48px;
  width: 100%;
  display: flex;
  padding: 0 20px;
}
.cx-sidebar-item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;             
  color: #fff;
  width: 100%;
}
.cx-sidebar-item a:hover { color: var(--color-grey-10, #b3b3b3); }
.cx-mi-ico { flex: 0 0 auto; color: #e8e8e8; }
.cx-mi-label { flex: 1 1 auto; }
.cx-mi-ext { margin-left: 5px; opacity: .8; vertical-align: middle; position: relative; top: -5px; }

 
.cx-sidebar-divider {
  height: 1px;
  background: rgba(255, 255, 255, .1);
  margin: 4px 20px;
}
 
.cx-sidebar-foot { padding: 12px 0; }
.cx-sidebar-foot .cx-sidebar-item { height: 42px; }
.cx-sidebar-foot .cx-mi-label { margin-left: 0; }  

 
@media screen and (max-width: 499px) {
  .cx-top10 { padding-left: 0 !important; }
}


 
@media screen and (max-width: 499px) {
  #home .info-wrap { left: 0 !important; right: 0 !important; width: 100% !important; text-align: center !important; }
  #home .info-wrap .text-center, #home .info-wrap .billboard-header { text-align: center !important; }
  #home .info-wrap img.img-fluid { margin: 0 auto !important; display: inline-block; }
  #home .header .background { background-position: center !important; }
  #home .info-wrap .info-buttons { display: flex; justify-content: center !important; align-items: center !important; margin-top: 1.25em; }
   
  #home .info-buttons .favorite, #home .info-buttons .more-info {
    background: unset !important; color: #fff; display: flex; flex-direction: column;
    align-items: center; justify-content: center; padding: 0; margin: 0; height: 4em; border: 0;
  }
  #home .info-buttons .favorite svg, #home .info-buttons .more-info svg { font-size: 1.7em; margin: 0; }
  #home .info-buttons .favorite span, #home .info-buttons .more-info span {
    color: var(--color-grey-10); font-size: .9em; font-weight: 400; margin-top: .4em;
  }
   
  #home .info-buttons .play2 {
    background: #fff !important; color: #000 !important; height: 3em; padding: .5em 1.75em;
    margin: 0 2em; border-radius: .25em; display: flex; align-items: center;
  }
}

 
@media screen and (max-width: 499px) {
  #home .info-wrap .genres {
    display: flex; flex-wrap: wrap; justify-content: center;
    width: fit-content; max-width: 100%; margin: .9em auto 0;
    font-size: 1.15em; font-weight: 400; color: #d2d2d2; gap: .35em;
  }
   
  #home .info-wrap .plot-wrap { display: none !important; }
}

 
@media screen and (max-width: 499px) {
  #home .header .background { height: 60vh !important; height: 60svh !important; height: calc(var(--app-vh, 100vh) * 0.6) !important; }
}

 
@media screen and (min-width: 500px) {
  #home .info-wrap .favorite,
  #home .info-wrap .genres { display: none !important; }
}

 
@media screen and (max-width: 499px) {
  #home .info-wrap .cx-hero-dots { justify-content: center; width: 100%; margin-top: 1.4em; }
}

 
@media screen and (max-width: 499px) {
  #home .header .background.cx-hero-bg {
    background-size: cover !important;
    background-position: center center !important;
  }
}

 
@media screen and (max-width: 499px) {
  #home .page-head { top: 0 !important; padding-top: .5em !important; }
}

 
@media screen and (max-width: 499px) {
  .news-navbar .navbar-brand img { width: 34px !important; height: 34px !important; }
  .mobile-bar .mobile-lang { display: inline-flex !important; align-items: center; }
  .mobile-bar .mobile-lang .lang-flag { width: 24px; height: 24px; }
}
 
@media screen and (max-width: 999px) {
  .cx-burger { margin-left: 2px !important; padding: 6px 6px !important; }
}
@media screen and (min-width: 1000px) {
  .mobile-bar .mobile-lang { display: none; }    
}

 
@media screen and (min-width: 800px) {
  .slider-tile-inner .img-mobile { display: none !important; }
  .slider-tile-inner .img-desktop { display: block !important; }
  .slider-tile-inner .box-16x9 { padding-top: 56.25% !important; }
}

 
html.cx-sheet-open { overflow: hidden; }
.cx-sheet-overlay {
  position: fixed; inset: 0; z-index: 4000; background: rgba(0,0,0,.6);
  display: flex; align-items: flex-end; animation: cx-sheet-fade .2s ease;
}
@keyframes cx-sheet-fade { from { opacity: 0; } to { opacity: 1; } }
.cx-sheet {
   
  font-size: 13px;
  width: 100%; background: var(--color-bg-base, #181818); color: #fff;
  border-radius: 14px 14px 0 0; padding: 18px 16px 0;  
  box-shadow: 0 -8px 30px rgba(0,0,0,.5); animation: cx-sheet-up .25s ease;
  max-height: 88vh; overflow-y: auto;
}
@keyframes cx-sheet-up { from { transform: translateY(100%); } to { transform: translateY(0); } }
.cx-sheet-head { display: flex; gap: 12px; position: relative; }
.cx-sheet-img { width: 27%; max-width: 108px; height: auto; object-fit: contain; border-radius: 6px; flex: none; background: #222; align-self: flex-start; }
.cx-sheet-info { flex: 1 1 auto; min-width: 0; padding-right: 28px; }
.cx-sheet-title { font-size: 1.85em; font-weight: 700; line-height: 1.15; }
.cx-sheet-meta { font-size: 1.05em; color: #b3b3b3; margin-top: .4em; display: flex; align-items: center; gap: .5em; }
.cx-sheet-sub { border: 1px solid #888; border-radius: 3px; padding: 0 .35em; font-size: .8em; }
.cx-sheet-plot { font-size: 1.05em; color: #d2d2d2; margin: .7em 0 0; line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.cx-sheet-close { position: absolute; top: 0; right: 0; background: rgba(120,120,120,.45); border: 0; color: #fff; padding: 0; border-radius: 50%; width: 32px; height: 32px; display: grid; place-items: center; cursor: pointer; line-height: 0; }
.cx-sheet-close svg { width: 18px; height: 18px; display: block; }
.cx-sheet-actions { display: flex; justify-content: space-between; align-items: flex-start; margin: 20px 0 6px; max-width: 420px; }
.cx-sheet-act { display: flex; flex-direction: column; align-items: center; gap: .6em; color: #fff; text-decoration: none; font-size: 1em; flex: 1; }
.cx-sheet-icon { width: 3.2em; height: 3.2em; border-radius: 50%; background: var(--color-grey-3); border: 2px solid var(--color-grey-8); display: grid; place-items: center; font-size: 1em; }
.cx-sheet-play .cx-sheet-icon { background: #fff; color: #000; border-color: #fff; }
.cx-sheet-rcircle { position: relative; width: 3.2em; height: 3.2em; border-radius: 50%; display: grid; place-items: center; font-size: 1em; }
.cx-sheet-rcircle::after { content: ""; position: absolute; inset: 3px; background: var(--color-bg-base, #181818); border-radius: 50%; }
.cx-sheet-rval { position: relative; z-index: 1; font-weight: 700; font-size: .85em; }
 
button.cx-sheet-act { background: none; border: none; cursor: pointer; font: inherit; padding: 0; }
button.cx-sheet-act:disabled { opacity: .6; }
.cx-sheet-icon.cx-on { background: #fff; color: #000; border-color: #fff; }    
.cx-sheet-act.cx-open .cx-sheet-icon { background: rgba(245,197,24,.25); }
 
.cx-sheet-rate { display: flex; flex-direction: column; align-items: center; gap: 8px; margin: 16px 0 2px; }
.cx-sheet-rate-lbl { font-size: 1.1em; color: #d2d2d2; }
.cx-sheet-stars { display: flex; gap: 8px; }
.cx-sheet-star { background: none; border: none; cursor: pointer; padding: 4px; line-height: 0; color: #f5c518; }
.cx-sheet-star:disabled { opacity: .6; }
 
.cx-sheet-details {
  display: flex; align-items: center; gap: .8em;
  margin: 18px -16px 0;                  
  padding: 16px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom, 10px));  
  border-top: 1px solid rgba(255,255,255,.12);
  background: none;
  color: #fff; text-decoration: none; font-weight: 600; font-size: 1.45em;
}
.cx-sheet-details svg { width: 1.6em; height: 1.6em; flex: none; }
.cx-sheet-details .cx-sheet-chev { margin-left: auto; opacity: .8; }

 
.cx-sheet a,
.cx-sheet a:link,
.cx-sheet a:visited,
.cx-sheet a:hover,
.cx-sheet a:active,
.cx-sheet a:focus {
  color: #fff !important;
  -webkit-tap-highlight-color: transparent;
}

 
@media screen and (max-width: 799px) {
  #home .slider-title { padding-left: 16px; }
  #home .slider-title.cx-top10 { padding-left: 0; }
}

 
.cx-sheet-icon svg { width: 1.8em; height: 1.8em; }

 
.cx-sheet-play .cx-sheet-icon svg { margin-left: .28em; }

 
@media screen and (max-width: 799px) {
  .owl-carousel.popular:not(.owl-loaded) .popular-item {
    width: 132px !important; flex-basis: 132px; max-width: 132px; min-width: 132px;
  }
  .popular-item .box-7x10 {
    padding: 0 !important; height: auto !important; position: relative; overflow: visible;
  }
   
  .popular-item .box-7x10 .poster-image {
    position: relative !important; left: auto !important; right: 0 !important;
    width: 80% !important; height: auto !important; margin-left: 20%;
    aspect-ratio: 2 / 3; object-fit: cover; border-radius: 4px; display: block;
    z-index: 1 !important;
  }
   
  .popular-item .box-7x10 .top-10-rank {
    position: absolute !important; left: 0 !important; right: auto !important;
    top: auto !important; bottom: 0 !important; width: 60% !important; height: 52% !important;
    z-index: 2 !important; background-position: left bottom !important; background-size: auto 100% !important;
    background-repeat: no-repeat !important;
  }
}

 
@media screen and (max-width: 799px) {
  .owl-carousel:not(.owl-loaded) { scrollbar-width: none; -ms-overflow-style: none; }
  .owl-carousel:not(.owl-loaded)::-webkit-scrollbar { display: none; width: 0; height: 0; }
}

 
@media screen and (max-width: 799px) {
  .cx-skel-box { aspect-ratio: 2 / 3 !important; flex-basis: calc((100% - 16px) / 3) !important; }
}

 
.previewpanel .cx-prev-rate-wrap { position: relative; display: inline-flex; }
.previewpanel .cx-prev-btn.is-active { background: #fff; color: #111; border-color: #fff; }
.previewpanel .cx-prev-btn.is-active:hover { background: #e6e6e6; }
.previewpanel .cx-prev-btn.cx-prev-rate.is-rated { color: #f5c518; }

 

 
@media screen and (max-width: 799px) {
  #home .row.header + .slider-title { margin-top: -1.5em; }
}


 
@media screen and (max-width: 499px) {
  #home .header .background {
    -webkit-mask-image: linear-gradient(to bottom, #000 70%, rgba(0,0,0,0) 100%);
            mask-image: linear-gradient(to bottom, #000 70%, rgba(0,0,0,0) 100%);
  }
}

 
.arch-cat-title{margin:0 0 14px;font-size:1.9rem;font-weight:700;color:#fff;line-height:1.1}
@media(max-width:799px){.arch-cat-title{font-size:1.4rem;margin:0 0 10px}}

 
.arch-search svg{color:#fff;fill:currentColor;width:18px;height:18px}

 
.sc-genre-native, .tc-season-native { display: none !important; }
@media (max-width: 499px) {
   
  .header .billboard .sc-selector,
  .sc-selector,
  .sc-selector .sc-selector-tags {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    min-height: 0 !important;
    max-height: none !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    width: auto !important;
    max-width: none !important;
  }
  .sc-selector { position: relative !important; }
  .sc-selector .cx-genres-menu { display: none !important; }
  .sc-selector .sc-selector-placeholder { color: #fff !important; }
  .sc-genre-native {
    display: block !important;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
  }
   
  .tc-season-dd .tc-season-trigger, .tc-season-dd .tc-season-list { display: none !important; }
  .tc-season-native {
    display: block !important;
    width: 100%;
    background: #161616;
    color: #fff;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 6px;
    padding: .6em 2em .6em .85em;
    font-size: 16px;
  }
}

 
@media (min-width: 800px) {
   
  #home .header { margin-top: 28px; }
   
  #home .header .left-shadow { height: 56.25em !important; }
  #home .header .bottom-shadow {
    height: 56.25em !important;
    top: 0 !important;
    bottom: auto !important;
    background-image: linear-gradient(to bottom,
      rgba(15,15,15,0) 0,
      rgba(15,15,15,0) 56%,
      rgba(15,15,15,.7) 64%,
      var(--color-grey-1, #0f0f0f) 70%,
      var(--color-grey-1, #0f0f0f) 100%) !important;
    background-size: 100% 100% !important;
  }
}

 
@media (min-width: 800px) {
   
  #home .info-wrap { transform: translateY(66px); }
   
  #home .row.header + .slider-title { margin-top: 35px; }
}

 
@media (max-width: 999px) {
  .news-navbar .navbar-collapse { display: flex !important; flex-basis: auto; flex-grow: 0; margin-left: auto; }
  .news-navbar .navbar-collapse .navbar-nav.mr-auto { display: none !important; }  
  .news-navbar .navbar-collapse .navbar-nav.ml-auto,
  .news-navbar .navbar-collapse .nav-right { flex-direction: row !important; align-items: center !important; }  
  .cx-burger { display: inline-flex !important; }
  .mobile-bar { display: none !important; }
}
@media (max-width: 499px) {
  .news-navbar .navbar-collapse { display: none !important; }  
  .mobile-bar { display: flex !important; align-items: center; gap: 14px; margin-left: auto; }
}

 
@media (min-width: 800px) and (max-width: 999px) {
  .navbar .mobile-bar { height: 48px !important; }  
}

 
@media (min-width: 800px) {
  .news-navbar { padding-right: 30px !important; }
}

 
#home .slider-title .owl-stage { padding-left: calc(4% - 15px) !important; }



 
.news-navbar { padding-left: calc(4% - 15px) !important; }
.cx-burger { margin-left: 0 !important; padding-left: 0 !important; }

 
.news-navbar .navbar-brand img { width: clamp(30px, 3vw, 42px) !important; height: clamp(30px, 3vw, 42px) !important; }
@media (max-width: 499px) { .news-navbar .navbar-brand img { width: 26px !important; height: 26px !important; } }

 
@media (max-width: 499px) {
  .news-navbar { padding-right: 12px !important; }
  .mobile-bar { margin-right: 0 !important; }
  .mobile-bar .mobile-lang, .mobile-bar .lang-select { margin-right: 0 !important; padding-right: 0 !important; }
}

 
@media (min-width: 500px) and (max-width: 799px) {
  #home .header .background { height: 78vw !important; }
  #home .header .bottom-shadow {
    height: 78vw !important;
    top: 0 !important;
    bottom: auto !important;
    background-image: linear-gradient(to bottom,
      rgba(15,15,15,0) 0,
      rgba(15,15,15,0) 55%,
      rgba(15,15,15,.75) 63%,
      var(--color-grey-1, #0f0f0f) 69%,
      var(--color-grey-1, #0f0f0f) 100%) !important;
    background-size: 100% 100% !important;
  }
}

 
#home .box-16x9 { position: relative; }
.cx-newbadge {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  background: #e50914;
  color: #fff;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.72em;
  font-weight: 800;
  line-height: 1;
  padding: 4px 7px;
  border-radius: 3px 3px 0 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 1px 4px rgba(0,0,0,.45);
}

 
@media screen and (max-width: 799px) {
  .cx-newbadge { display: none !important; }
}

 
@media (max-width: 999px) {
  .cx-burger { margin-left: 12px !important; }
}
