body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0
}

/* X-PORN homepage: mobile-first discovery experience. */
.xp-mobile-header-button {
  display: none;
}

.xp-country-filter {
  position: relative;
  z-index: 12;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #090909;
}

.xp-keyword-filter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0b0b0b;
}

.xp-keyword-filter__inner {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.xp-keyword-filter__label {
  flex: 0 0 auto;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.xp-keyword-filter__row {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.xp-keyword-filter__row::-webkit-scrollbar {
  display: none;
}

.xp-keyword-filter__row a {
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  color: #c8c8c8;
  background: #151515;
  font-size: 12px;
  font-weight: 700;
}

.xp-keyword-filter__row a:hover {
  border-color: #ef233c;
  color: #fff;
}

.xp-scroll-row,
.xp-creators__row,
.xp-video-tabs {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.xp-scroll-row::-webkit-scrollbar,
.xp-creators__row::-webkit-scrollbar,
.xp-video-tabs::-webkit-scrollbar {
  display: none;
}

.xp-scroll-row {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  overscroll-behavior-inline: contain;
}

.xp-chip {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #dedede;
  background: #151515;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

.xp-chip:hover,
.xp-chip.is-active {
  border-color: #ef233c;
  color: #fff;
  background: #d90429;
}

.xp-home__content {
  display: block;
  width: 100%;
  min-width: 0;
  padding-top: 20px;
  padding-bottom: 24px;
}

.xp-home__content > section,
.xp-home__content > nav,
.xp-home__content > aside {
  width: 100%;
  min-width: 0;
}

.xp-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.xp-section-heading h1,
.xp-section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}

.xp-section-heading > a {
  flex: 0 0 auto;
  color: #ef233c;
  font-size: 13px;
  font-weight: 700;
}

.xp-creators {
  margin-bottom: 20px;
}

.xp-creators__row {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 2px 1px 8px;
  overscroll-behavior-inline: contain;
}

.xp-creator {
  display: grid;
  flex: 0 0 72px;
  gap: 7px;
  justify-items: center;
  color: #ddd;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.xp-creator img {
  width: 68px;
  height: 68px;
  border: 2px solid #242424;
  border-radius: 50%;
  background: #181818;
  object-fit: cover;
  transition: border-color .2s ease, transform .2s ease;
}

.xp-creator:hover img {
  border-color: #ef233c;
  transform: scale(1.04);
}

.xp-creator span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xp-video-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 0 -12px 22px;
  padding: 0 12px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.xp-video-tabs a {
  flex: 0 0 auto;
  padding: 9px 13px;
  border-radius: 9px;
  color: #aaa;
  font-size: 14px;
  font-weight: 700;
}

.xp-video-tabs a:hover,
.xp-video-tabs a.is-active {
  color: #fff;
  background: #d90429;
}

.xp-home-feed .item-info {
  position: relative;
  padding-right: 36px;
}

.movie-card-creator {
  overflow: hidden;
  margin-top: 4px;
  color: #8f8f8f;
  font-size: 12px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.movie-card-menu {
  position: absolute;
  top: 8px;
  right: 2px;
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.movie-card-menu:hover {
  background: rgba(255, 255, 255, 0.08);
}

.movie-card-menu span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
}

.xp-empty-state {
  display: grid;
  min-height: 260px;
  padding: 36px 20px;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  color: #aaa;
  background: linear-gradient(145deg, #151515, #0d0d0d);
  text-align: center;
}

.xp-empty-state__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #d90429;
  font-size: 22px;
}

.xp-empty-state h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
}

.xp-empty-state p {
  max-width: 430px;
  margin: 0 0 18px;
  line-height: 1.6;
}

.xp-empty-state a {
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: #d90429;
  font-weight: 700;
}

.xp-feed-pagination ul {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.xp-feed-pagination a,
.xp-feed-pagination span {
  display: grid;
  min-width: 38px;
  min-height: 38px;
  padding: 8px;
  place-items: center;
  border-radius: 9px;
  color: #ddd;
  background: #171717;
}

.xp-feed-pagination .current {
  color: #fff;
  background: #d90429;
}

.xp-home-widgets {
  display: none;
}

.xp-movie-filter {
  margin-bottom: 22px;
}

.xp-movie-filter__row {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-wrap: nowrap;
  gap: 9px;
  overflow-x: auto;
  padding: 1px 0 8px;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.xp-movie-filter__row::-webkit-scrollbar {
  display: none;
}

.xp-movie-filter__chip {
  flex: 0 0 auto;
  padding: 9px 15px;
  border: 1px solid #2a2a2a;
  border-radius: 999px;
  color: #fff;
  background: #151515;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
}

.xp-movie-filter__chip:hover,
.xp-movie-filter__chip.is-active {
  border-color: #ff1744;
  color: #fff;
  background: #ff1744;
}

@media screen and (max-width: 767px) {
  .header .header__top {
    display: grid;
    min-height: 56px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .header {
    position: sticky !important;
    top: 0;
    z-index: 1000;
    background: #0b0b0b;
  }

  .header .xp-mobile-menu-button {
    grid-column: 1;
    justify-self: start;
  }

  .header .xp-mobile-search-button {
    grid-column: 3;
    justify-self: end;
  }

  .xp-mobile-header-button {
    display: inline-grid;
    width: 44px;
    height: 44px;
    padding: 10px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: transparent;
  }

  .xp-mobile-header-button:active,
  .xp-mobile-header-button.is-search-active {
    background: rgba(239, 35, 60, 0.15);
  }

  .xp-mobile-header-button svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
  }

  .header .logo {
    display: flex;
    position: absolute;
    left: 50%;
    z-index: 1;
    justify-content: center;
    min-width: 0;
    margin: 0;
    transform: translateX(-50%);
  }

  .header .logo a {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .header .logo a {
    display: inline-flex;
  }

  .header .xhub-logo {
    width: auto;
    height: 34px;
    max-width: 116px;
    object-fit: contain;
  }

  .header__top > nav {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    overflow: visible;
  }

  .header__top > nav .navigation > .button {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
  }

  .header .search {
    display: block;
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 0 14px 14px;
    visibility: hidden;
    opacity: 0;
    background: #0b0b0b;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.42);
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
  }

  body.mobile-search-open .header .search {
    visibility: visible;
    opacity: 1;
    display: block;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .xp-country-filter .content,
  .xp-home__content {
    padding-right: 12px;
    padding-left: 12px;
  }

  .xp-home__content {
    padding-top: 18px;
  }

  .xp-section-heading h1,
  .xp-section-heading h2 {
    font-size: 18px;
  }

  .xp-home-feed .list-videos .margin-fix {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .xp-home-feed .list-videos .item .img {
    border-radius: 13px;
  }

  .xp-home-feed .list-videos .item .wrap {
    display: flex;
  }

  .xp-home-feed .list-videos .item .title {
    font-size: 15px;
    line-height: 20px;
  }

  .xp-home-feed .movie-card-menu {
    top: 5px;
  }

  body {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }
}

@media screen and (min-width: 768px) {
  .xp-country-filter {
    position: sticky;
    top: 72px;
  }

  .xp-home__content {
    padding-top: 28px;
  }

  .xp-video-tabs {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

fieldset,img {
  border: 0
}

* {
  outline: none;
  text-decoration: none
}

img,object,embed {
  vertical-align: bottom
}

*,*:before,*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

address,caption,cite,code,dfn,em,th,var {
  font-style: normal;
  font-weight: normal
}

ol,ul {
  list-style: none
}

caption,th {
  text-align: left
}

html {
  height: 100%
}

body {
  font-family: sans-serif;
  min-height: 100%;
  min-width: 320px;
  position: relative;
  color: rgba(255,255,255,0.3);
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-weight: 400;
  background: #1a1c1e
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?nddhpi");
  src: url("../fonts/icomoon.eot?nddhpi#iefix") format("embedded-opentype"),url("../fonts/icomoon.ttf?nddhpi") format("truetype"),url("../fonts/icomoon.woff?nddhpi") format("woff"),url("../fonts/icomoon.svg?nddhpi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal
}

.container {
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  padding-bottom: 152px
}

@media screen and (max-width: 1023px) {
  .container {
      padding-bottom:224px
  }
}

.content {
  max-width: 1400px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width: 1023px) {
  .content_mobile {
      padding-top:10px !important
  }
}

.main-container {
  width: 100%
}

.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 16px;
  padding: 16px 0 0;
  width: 100%;
  justify-content: space-between
}

@media screen and (max-width: 420px) {
  .headline {
      padding:16px 0 0;
      margin: 0 0 16px
  }
}

.headline h1,.headline h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #fff
}

@media screen and (max-width: 420px) {
  .headline h1,.headline h2 {
      font-size:16px
  }
}

.headline .button,.headline .more {
  padding: 7px 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background-color: #ffa31a;
  border-radius: 4px;
  margin: 2px 0 2px 3px
}

.headline .button:hover,.headline .more:hover {
  box-shadow: 0 0 4px #ffa31a
}

.headline .more span {
  white-space: nowrap
}

.main-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 40px
}

@media screen and (max-width: 1023px) {
  .main-content {
      padding:0 0 20px
  }
}

.box {
  margin: 0 0 20px;
  width: 100%
}

.logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0
}

.logo a {
  display: block
}

@media screen and (max-width: 1023px) {
  .logo__img {
      width:70px
  }
}

.logo__img--mobile {
  display: none
}

@media screen and (max-width: 420px) {
  .logo__img--mobile {
      display:block;
      width: 40px
  }
}

.margin-fix {
  margin: -10px 0 0 -10px;
  font-size: 0;
  line-height: 0
}

@media screen and (max-width: 420px) {
  .margin-fix {
      margin:0
  }
}

.hidden {
  display: none !important
}

.support__email {
  display: inline-flex;
  font-style: normal
}

.support__email:after {
  content: "support@x-porn.com";
  white-space: pre-line;
  color: #ffa31a
}

/* X-PORN responsive brand and defensive layout fixes. */
.xhub-logo {
  display: block;
  width: auto;
  height: 48px;
  max-width: 190px;
  object-fit: contain;
}

.headline h1,
.headline h2,
.item .title,
.item__title {
  overflow-wrap: anywhere;
}

@media screen and (max-width: 1023px) {
  .header__top .logo {
    flex: 0 0 auto;
  }

  .xhub-logo {
    height: 40px;
    max-width: 150px;
  }
}

@media screen and (max-width: 420px) {
  .xhub-logo {
    height: 34px;
    max-width: 124px;
  }

  .header__top .search {
    min-width: 0;
  }
}

#s-vda {
  width: 100%;
  margin-top: 20px
}

#s-vda:empty {
  display: none
}

.download-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.4);
  justify-content: center;
  align-items: center;
  z-index: 10
}

.download-modal.is-active {
  display: flex
}

.download-modal__inner {
  background: #1a1c1e;
  padding: 15px;
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 4px
}

.download-modal__title {
  font-weight: bold;
  color: #fff;
  font-size: 18px
}

#download {
  color: #ffa31a
}

#download,#downloader-download {
  cursor: pointer
}

#downloader-download {
  display: none
}

#downloader-download[style*=flex] {
  color: #62e143
}

#downloader-download[style*=flex]+* {
  display: none
}

.chrome-web-store {
  display: inline-flex;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 3px;
  padding: 10px;
  cursor: pointer;
  align-items: center;
  width: fit-content
}

.chrome-web-store-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center
}

.chrome-web-store-icon IMG {
  height: 100%
}

.chrome-web-store-text {
  color: #fff;
  margin-left: 10px;
  font-weight: 600;
  line-height: 1.6;
  font-size: 14px
}

.qlink {
  display: flex;
  background: #ffa31a;
  align-items: center;
  justify-content: center;
  color: #FFF;
  height: 35px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 5px
}

.qlink:hover {
  background: #b80c74
}

.or {
  height: 20px;
  position: relative;
  margin: 15px 0
}

.or::before {
  content: 'or';
  display: block;
  z-index: 11;
  background: #28282e;
  padding: 5px 10px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  line-height: 1
}

.or::after {
  z-index: 10;
  content: '';
  display: block;
  height: 1px;
  background: #9e9e9e;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%)
}

#underplayer,#underplayer_direct {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 90px
}

.phone #underplayer,.phone #underplayer_direct {
  height: 100px;
  margin: 0 auto
}

.da-text {
  font-size: 12px;
  text-align: center;
  margin-top: 4px
}

.green-blink-dot {
  background: #6ecf94;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: blink 1s infinite alternate;
  margin-right: 10px
}

@keyframes blink {
  0% {
      opacity: 0;
      transform: scale(1)
  }

  100% {
      opacity: 1;
      transform: scale(1.25)
  }
}

.promo-bar {
  position: fixed;
  top: 0;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  z-index: 110;
  width: 100%
}

.promo-bar__link {
  color: #FFF;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.promo-bar__close {
  position: absolute;
  right: 10px;
  color: #FFF;
  fill: #FFF;
  height: 100%;
  cursor: pointer;
  background: none;
  border: 0
}

.promo-bar+.container {
  padding-top: 44px
}

.notify {
  background: #252525;
  padding: 15px;
  position: fixed;
  right: 20px;
  top: 60px;
  z-index: 400;
  font-size: 18px;
  transition: opacity 0.25s;
  opacity: 0;
  color: rgba(255,255,255,0.5)
}

.notify::first-letter {
  text-transform: uppercase
}

.notify.is-active {
  opacity: 1
}

.notify i {
  margin-right: 10px
}

.notify .i-close,.notify .is-nav .i-bars,.is-nav .notify .i-bars {
  color: red
}

.notify .i-check {
  color: green
}

.notify .i-close:before {
  content: "X"
}

.notify .i-check:before {
  content: "V"
}

.ndrdheiyfs {
  margin-bottom: 20px
}

.ndrdheiyfs>div {
  width: 100%
}

.ndrdheiyfs>div>div {
  margin: 0 0 50px -10px;
  width: calc(100% + 10px);
  display: inline-flex
}

@media screen and (max-width: 420px) {
  .ndrdheiyfs>div>div {
      margin:-15px 0 0 -10px;
      display: block
  }
}

.ndrdheiyfs>div>div>div {
  width: calc(100%/4 - 10px);
  margin: 0 0 0 10px
}

@media screen and (max-width: 420px) {
  .ndrdheiyfs>div>div>div {
      display:block;
      width: calc(100% - 10px);
      margin: 0 0 50px 10px
  }
}

.ndrdheiyfs>div>div>div.clear {
  display: none
}

.ndrdheiyfs>div>div>div>a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  cursor: pointer;
  height: 100%;
  font: inherit
}

.ndrdheiyfs>div>div>div>a>div:first-child>div:first-child {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: top !important;
  background-size: cover;
  z-index: 1
}

.ndrdheiyfs>div>div>div>a>div:nth-child(2) {
  position: absolute;
  bottom: -33px;
  color: #fff;
  width: 100%
}

.ndrdheiyfs>div>div>div>a>div:nth-child(2)>div {
  display: none
}

.ndrdheiyfs>div>div>div>a>div:nth-child(2)>div:first-child {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@media screen and (max-width: 420px) {
  .__nbox-video>div>div>div {
      width:calc(50% - 10px);
      float: left
  }
}

.exo-native-widget-item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: top center !important;
  background-size: cover;
  background-repeat: no-repeat
}

@media screen and (max-width: 420px) {
  .__nbox-video:after {
      content:"";
      display: block;
      clear: both
  }
}

.__nbox .__nat_link:hover .__nat_title {
  font-weight: inherit
}

.__nbox .__nat_box {
  margin: 0 0 50px -10px;
  width: calc(100% + 10px)
}

.__nbox .__nat_item {
  max-width: inherit;
  height: auto;
  overflow: visible;
  margin: 0 0 0 10px;
  width: calc(100%/4)
}

.__nbox a.__nat_link {
  padding-top: 56.25%
}

.__nbox .__nat_title {
  bottom: -33px;
  background: none;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif
}

.__nbox .__nat_ad {
  text-shadow: none;
  font-size: 10px;
  line-height: 20px;
  font-weight: 100;
  opacity: .85
}

img.__nat_pixi {
  position: absolute;
  top: 0;
  opacity: 0
}

@media screen and (max-width: 420px) {
  .__nbox {
      display:block
  }

  .__nbox .__nat_box {
      display: block;
      width: 100%;
      margin: -10px 0 0 -10px
  }

  .__nbox .__nat_item {
      width: 100%;
      display: block;
      margin: 0 0 50px 10px
  }

  .__nbox-video .__nat_item {
      width: calc(50% - 10px);
      float: left
  }

  .__nbox-video .__nat_box {
      width: calc(100% + 10px)
  }
}

.__nbox-video {
  display: block
}

@media screen and (min-width: 421px) {
  .__nbox .__nat_item {
      width:calc(100%/4 - 10px)
  }
}

.header__bn {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-top: 12px;
  margin: 12px auto 0;
  width: 300px;
  height: 100px
}

.video-right-top {
  flex-direction: column;
  display: flex;
  align-items: center
}

@media (max-width: 767px) {
  .video-right-top {
      flex-direction:row;
      justify-content: center;
      padding-top: 15px
  }

  .video-right-top .text {
      font-size: 15px !important
  }
}

.video-right-top>div:not(:last-child) {
  margin-bottom: 8px
}

@media (max-width: 1200px) {
  .video-right-top>div:first-child+div {
      margin-bottom:8px
  }
}

.video-right-top>div {
  overflow: hidden;
  width: 300px;
  height: 250px
}

@media (max-width: 767px) {
  .video-right-top>div#ntv_b {
      margin:0 10px 10px
  }
}

@media (max-width: 1200px) {
  .video-right-top>div {
      width:calc(300px * 0.7);
      height: calc(250px * 0.7)
  }

  .video-right-top>div>* {
      transform: scale(0.7);
      transform-origin: top left
  }
}

@media (max-width: 767px) {
  .video-right-top>div {
      width:calc(300px * 0.6);
      height: calc(250px * 0.6)
  }

  .video-right-top>div>* {
      transform: scale(0.6);
      transform-origin: top left
  }
}

@media (max-width: 580px) {
  .video-right-top>div {
      width:calc(300px * 0.5);
      height: calc(250px * 0.5)
  }

  .video-right-top>div>* {
      transform: scale(0.5);
      transform-origin: top left
  }
}

.video-right-top+div {
  margin-top: 4px;
  text-decoration: none;
  display: flex;
  justify-content: center
}

.video-right-top+div a {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  text-decoration: none
}

.index-ntv {
  overflow: hidden;
  width: calc(300px * 0.75);
  height: calc(250px * 0.75);
  margin-bottom: 15px
}

.index-ntv>* {
  transform: scale(0.75);
  transform-origin: top left
}

@media (max-width: 1200px) {
  .index-ntv {
      width:calc(300px * 0.7);
      height: calc(250px * 0.7)
  }

  .index-ntv>* {
      transform: scale(0.7);
      transform-origin: top left
  }
}

#fhvids {
  width: 100%;
  margin-top: 15px
}

#fhvids .fh-slider__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px
}

#fhvids .fh-slider__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #fff
}

@media screen and (max-width: 420px) {
  #fhvids .fh-slider__title {
      font-size:16px
  }
}

#fhvids .fh-slider__arrows {
  display: flex
}

#fhvids .fh-slider__arrows button {
  display: flex;
  background: none;
  border: none;
  align-items: center;
  justify-content: center;
  fill: #fff;
  font-size: 0px;
  cursor: pointer
}

#fhvids .fh-slider__arrows button:disabled {
  opacity: 0.3;
  cursor: default
}

#fhvids .fh-slider__inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none
}

#fhvids .fh-slider__inner::-webkit-scrollbar {
  display: none
}

#fhvids .fh-item {
  width: calc(100% / 5 - 10px);
  flex-shrink: 0;
  cursor: pointer;
  text-decoration: none
}

@media (max-width: 1366px) {
  #fhvids .fh-item {
      width:calc(100% / 4 - 10px)
  }
}

@media (max-width: 1023px) {
  #fhvids .fh-item {
      width:calc(100% / 3 - 10px)
  }
}

@media (max-width: 768px) {
  #fhvids .fh-item {
      width:calc(100% / 2 - 10px)
  }
}

#fhvids .fh-item .fh-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: rgba(255,255,255,0.3)
}

#fhvids .fh-item .fh-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

#fhvids .fh-item .fh-thumb .duration {
  position: absolute;
  bottom: 4px;
  right: 0;
  background: #1a1c1e;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255,255,255,0.5);
  padding: 0 4px;
  z-index: 1
}

#fhvids .fh-item .fh-info {
  padding: 6px 0
}

#fhvids .fh-item .fh-info .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

#fhvids .fh-item .fh-info .wrap {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  gap: 8px;
  margin-top: 2px
}

#fhvids .fh-item .fh-info .wrap div {
  position: relative;
  padding-left: 16px;
  color: rgba(255,255,255,0.3)
}

#fhvids .fh-item .fh-info .wrap div::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px
}

#fhvids .fh-item .fh-info .wrap .rating {
  color: rgba(255,255,255,0.3)
}

#fhvids .fh-item .fh-info .wrap .rating::before {
  content: "\e90b"
}

#fhvids .fh-item .fh-info .wrap .views {
  padding-left: 22px
}

#fhvids .fh-item .fh-info .wrap .views::before {
  left: 2px;
  content: "\e909"
}

.btn {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  cursor: pointer
}

.btn-accent {
  background: #ffa31a
}

.btn-min {
  height: 28px;
  padding: 0 8px
}

.btn-min svg {
  margin-right: 4px
}

.btn-upload {
  height: 44px;
  width: 44px;
  padding: 0;
  justify-content: center;
  background: rgba(255,255,255,0.05)
}

.btn-upload:hover {
  box-shadow: 0 0 4px rgba(255,255,255,0.3)
}

.btn-accent[disabled] {
  opacity: 0.3
}

.header {
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column
}

@media screen and (max-width: 1023px) {
  .header {
      background:#1a1c1e
  }
}

.header .content {
  align-items: center;
  justify-content: space-between;
  overflow: visible
}

.header__top {
  height: 76px;
  display: flex;
  transition: top 0.5s;
  z-index: 100
}

.header__top .btn-upload {
  order: 3;
  margin-right: 16px
}

@media screen and (max-width: 1023px) {
  .header__top .btn-upload {
      display:none
  }
}

@media screen and (max-width: 1023px) {
  .header__top {
      background:#1a1c1e;
      position: fixed
  }

  body:has(.promo-bar) .header__top[style*="top: 0px;"] {
      margin-top: 44px
  }
}

@media screen and (max-width: 420px) {
  .header__top {
      height:60px
  }
}

.header__sites {
  background-color: #131516;
  border-top: 1px solid rgba(255,255,255,0.1)
}

@media screen and (max-width: 1023px) {
  .header__sites {
      border-top:none;
      margin-top: 76px
  }
}

@media (max-width: 420px) {
  .header__sites {
      margin-top:60px
  }
}

.header__sites .sites__list {
  display: flex;
  align-items: center;
  padding: 8px 0;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch
}

@media screen and (max-width: 1279px) {
  .header__sites .sites__list {
      overflow-x: auto;
      overflow-y: hidden
  }
}

.header__sites .sites__item {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap
}

.header__sites .sites__item:first-child {
  margin-left: 0
}

.header__sites .sites__item--hl {
  display: flex;
  align-items: center
}

@media (max-width: 1400px) {
  .header__sites .sites__item--hl:nth-child(1)+A+A+A+A {
      display:none
  }
}

.header__sites .sites__item--hl SPAN {
  display: inline-flex;
  margin-right: 5px;
  color: yellow;
  font-size: 10px
}

.header__sites .sites__item--hl IMG {
  display: inline-flex;
  margin-right: 5px;
  width: 12px;
  height: 12px
}

.header__sites .sites__item--hl svg {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  fill: #ffffff4d;
  position: relative;
  margin-top: -2px
}

.header__sites .sites__item--hl:hover SVG {
  fill: rgba(255,255,255,0.9)
}

@media screen and (max-width: 1279px) {
  .header__sites .sites__item {
      white-space:nowrap
  }
}

@media screen and (max-width: 1023px) {
  .header__sites .sites__item {
      line-height:30px
  }
}

.header__sites .sites__all {
  white-space: nowrap;
  color: #ffa31a
}

.no-touch .header__sites .sites__item:hover {
  color: rgba(255,255,255,0.9)
}

.header__sites .sites__list {
  scrollbar-width: none
}

.header__sites .sites__list::-webkit-scrollbar {
  display: none
}

.header__sites .sites__list::-webkit-scrollbar-thumb {
  display: none
}

.no-touch .header__sites .sites__list {
  scrollbar-width: none
}

.no-touch .header__sites .sites__list::-webkit-scrollbar {
  display: none
}

.no-touch .header__sites .sites__list::-webkit-scrollbar-thumb {
  display: none
}

.search {
  max-width: 400px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px
}

@media screen and (max-width: 420px) {
  .search {
      padding-left:16px
  }
}

.search form {
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
  position: relative;
  margin-left: 40px
}

@media screen and (max-width: 1279px) {
  .search form {
      margin-left:16px
  }
}

@media screen and (max-width: 420px) {
  .search form {
      margin-left:0
  }
}

.search-text input {
  border: 1px solid #40424e;
  border-radius: 4px;
  width: 100%;
  background: #1a1c1e;
  color: #ffffff;
  padding: 13px 60px 13px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px
}

.search-text input:focus {
  outline: none
}

.search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background: url("../images/search.svg?v2") center no-repeat;
  text-indent: -1000px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  opacity: 0.6
}

.search-response {
  position: absolute;
  display: none;
  background: #25252C;
  width: 100%;
  z-index: 100
}

.search-response--open {
  display: block
}

.search-response p {
  display: flex;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 0 16px;
  align-items: center;
  height: 40px;
  text-transform: capitalize
}

.search-response a {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(255,255,255,0.3);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 0 16px;
  align-items: center
}

.search-response__list {
  display: none
}

.no-touch .search .search-button:hover {
  opacity: 1
}

.no-touch .search-response a:hover {
  color: #fff;
  background: #1a1c1e
}

.header nav {
  order: 3;
  flex: 1
}

@media screen and (max-width: 1023px) {
  .header nav {
      flex:none
  }
}

.header+nav {
  border: 1px solid #dfe0e1;
  border-left: 0;
  border-right: 0;
  background-color: #fff
}

.navigation {
  position: relative
}

.navigation .button {
  display: none;
  width: 100%;
  padding: 8px 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer
}

@media screen and (max-width: 1023px) {
  .navigation .button {
      display:block
  }
}

.navigation .button .icon {
  display: inline-block;
  position: relative
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1260px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto
}

@media screen and (max-width: 1023px) {
  .navigation {
      padding:0
  }
}

.navigation.open .primary {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.navigation .primary {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex: 1 1;
  justify-content: flex-end;
  align-items: center;
  text-align: center
}

.navigation .primary ul {
  display: flex;
  margin-left: 40px
}

@media screen and (max-width: 1279px) {
  .navigation .primary ul {
      margin-left:16px
  }
}

@media screen and (max-width: 1023px) {
  .navigation .primary ul {
      margin-left:0;
      flex-direction: column
  }
}

.navigation .primary .button {
  display: none
}

@media screen and (max-width: 1023px) {
  .navigation .primary .button {
      display:inline-flex;
      top: 10px;
      right: 8px;
      width: auto;
      position: absolute
  }
}

@media screen and (max-width: 1023px) {
  .navigation .primary {
      opacity:0;
      visibility: hidden;
      position: fixed;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #1a1c1e;
      padding: 10px;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.28);
      box-shadow: 0 3px 7px rgba(0,0,0,0.28);
      -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
      transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
      z-index: 1001
  }
}

.navigation .primary li {
  margin-left: 40px
}

@media screen and (max-width: 1279px) {
  .navigation .primary li {
      margin-left:16px
  }
}

@media screen and (max-width: 1023px) {
  .navigation .primary li {
      margin-left:0
  }
}

.navigation .primary--upload {
  display: none
}

@media screen and (max-width: 1023px) {
  .navigation .primary--upload {
      display:block
  }
}

.navigation .primary li:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-left: 0
}

.navigation .primary a {
  display: block;
  padding: 17px 4px;
  position: relative;
  color: rgba(255,255,255,0.9);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px
}

@media (max-width: 1130px) {
  .navigation .primary a {
      font-size:14px
  }
}

.navigation .primary a img {
  margin-right: 8px;
  height: 20px
}

.no-touch .navigation .primary a:hover::before {
  width: 100%
}

.no-touch .navigation .primary .highlight.drop a:hover::before {
  width: auto
}

.no-touch .navigation .primary a:hover {
  color: #fff
}

.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0
}

@media screen and (max-width: 1023px) {
  .footer {
      padding-top:24px
  }
}

.footer-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 112px;
  align-items: center
}

@media screen and (max-width: 1023px) {
  .footer-row {
      height:auto
  }
}

.footer-row .logo {
  order: 0
}

.footer-row .logo img {
  width: 115px
}

@media screen and (max-width: 1023px) {
  .footer-row .logo {
      display:none
  }
}

.footer-row-column .links {
  display: flex
}

@media screen and (max-width: 1023px) {
  .footer-row-column .links {
      flex-direction:column
  }
}

.footer-row-column .links a {
  color: rgba(255,255,255,0.5);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-right: 40px
}

.footer-row-column .links a.ios-link {
  display: none
}

.footer-row-column .links a.ios-link.show {
  display: inline-block
}

@media screen and (max-width: 1023px) {
  .footer-row-column .links a {
      margin-bottom:12px
  }
}

.footer-row-column .links a:last-child {
  margin-right: 0
}

.footer-row-column .links a:hover {
  color: #fff
}

.footer .copyright {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  border-top: 1px solid rgba(255,255,255,0.05);
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width: 1023px) {
  .footer .copyright {
      justify-content:flex-start;
      border-top: none;
      padding: 0 10px
  }
}

.footer .scroll-up {
  width: 44px;
  height: 44px;
  border: 1px solid #40424e;
  border-radius: 4px;
  background: #1a1c1e;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

@media screen and (max-width: 420px) {
  .sidebar+.main-container .list-videos .item,.sidebar+.main-container .list-sponsors .item {
      width:100%
  }
}

.sidebar {
  border-radius: 5px;
  background-color: transparent;
  width: 206px;
  margin: 16px 0 0 16px;
  order: 2;
  height: 100%
}

@media screen and (max-width: 1023px) {
  .sidebar {
      display:none
  }
}

.sidebar__item:last-child {
  position: sticky;
  top: 32px
}

.sidebar .list {
  margin-bottom: 32px
}

.sidebar .list li {
  display: flex;
  padding: 0 24px
}

.sidebar .list li .rating {
  margin-left: 8px;
  color: rgba(255,255,255,0.3)
}

.sidebar .list li:nth-child(even) {
  background: #25252C
}

.sidebar .headline {
  padding: 0;
  margin: 0
}

.sidebar h2,.sidebar h3,.sidebar h4 {
  width: 100%
}

.sidebar h2 a,.sidebar h3 a,.sidebar h4 a {
  color: rgba(255,255,255,0.3);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-left: 24px;
  width: 100%;
  height: 32px;
  display: block;
  background: #25252C;
  align-items: center;
  display: flex;
  text-decoration: none
}

.sidebar+.main-container {
  width: calc(100% - 231px)
}

@media screen and (max-width: 1023px) {
  .sidebar+.main-container {
      width:100%
  }
}

.sidebar .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  min-height: 32px;
  padding: 8px 0
}

.list-comments,.list-subscriptions,.list-playlists,.list-members,.list-messages,.list-models,.list-sponsors,.list-channels,.list-categories,.list-tags,.list-albums,.list-albums-images,.list-videos-screenshots {
  width: 100%
}

.list-playlists .item:first-of-type,.list-models .item:first-of-type,.list-sponsors .item:first-of-type,.list-channels .item:first-of-type,.list-albums .item:first-of-type,.list-albums-images .item:first-of-type,.list-videos .item:first-of-type,.list-videos-screenshots .item:first-of-type {
  transform: scale(1.01)
}

.list-playlists .item,.list-models .item,.list-sponsors .item,.list-channels .item,.list-albums .item,.list-albums-images .item,.list-videos .item,.list-videos-screenshots .item {
  display: inline-block;
  text-align: left;
  background: transparent;
  vertical-align: top;
  cursor: pointer;
  margin: 10px 0 0 10px;
  width: calc(100%/5 - 10px)
}

@media (max-width: 860px) {
  .list-playlists .item,.list-models .item,.list-sponsors .item,.list-channels .item,.list-albums .item,.list-albums-images .item,.list-videos .item,.list-videos-screenshots .item {
      width:calc(100%/4 - 10px)
  }
}

@media (max-width: 580px) {
  .list-playlists .item,.list-models .item,.list-sponsors .item,.list-channels .item,.list-albums .item,.list-albums-images .item,.list-videos .item,.list-videos-screenshots .item {
      width:calc(100%/3 - 10px)
  }
}

@media screen and (max-width: 420px) {
  .list-playlists .item,.list-models .item,.list-sponsors .item,.list-channels .item,.list-albums .item,.list-albums-images .item,.list-videos .item,.list-videos-screenshots .item {
      margin:0 3px 10px 3px;
      width: calc(100%/2 - 6px)
  }
}

@media (max-width: 1024px) {
  .sites .list-videos .item {
      width:calc(100%/4 - 10px)
  }
}

@media (max-width: 860px) {
  .sites .list-videos .item {
      width:calc(100%/3 - 10px)
  }

  .sites .list-videos .item:nth-child(4) {
      display: none
  }
}

@media (max-width: 630px) {
  .sites .list-videos .item {
      width:calc(100%/2 - 10px)
  }

  .sites .list-videos .item:nth-child(4) {
      display: inline-block
  }
}

.list-videos-screenshots .img,.list-videos .img,.list-sponsors .img {
  width: 100%;
  padding-bottom: 56.25%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.item .img .thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.item .wrap {
  display: flex;
  align-items: center;
  color: #bcbcbc;
  font-size: 12px;
  line-height: 1.2
}

.item .wrap div:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 10px
}

.item .wrap .videos {
  margin-right: 8px
}

.item .wrap .videos::before {
  content: "\e91c"
}

.item .wrap .views {
  padding-left: 22px;
  color: rgba(255,255,255,0.5)
}

.item .wrap .views::before {
  left: 2px;
  content: "\e909"
}

.item .wrap div {
  position: relative;
  padding-left: 16px;
    color: rgb(254 163 27);
  font-size: 14px;
  line-height: 20px
}

.item .wrap .rating--accent {
  color: #ffa31a
}

.item .wrap .rating::before {
  content: "\e90b"
}

.item .wrap .rating.negative::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: calc(50% - 7px)
}

.item .img .no-thumb {
  display: block;
  height: 100%;
  background-size: 6rem
}

.item.disabled .img {
  background-color: #212121
}

.item.disabled .img img {
  opacity: 0.3
}

.item .title {
  margin: 10px 0 5px;
  overflow: hidden;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px
}

.item .rating {
  position: relative;
  margin-right: 8px
}

.item .positive,.item .negative {
  color: rgba(255,255,255,0.3)
}

.item .img {
  position: relative;
  background-color: rgba(255,255,255,0.3);
  overflow: hidden
}

.item .img--tf {
  width: 100%;
  padding-bottom: 56.25%;
  backface-visibility: hidden
}

.item .img .duration,.item .img .videos {
  position: absolute;
  background: #1a1c1e;
  right: 0;
  bottom: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255,255,255,0.5)
}

.item .img .country {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px
}

.item .img .country img {
  max-width: 100%;
  min-width: 100%;
  max-height: 12px
}

.item .img .duration {
  padding: 0 4px
}

.item .img .videos {
  padding-left: 20px;
  padding-right: 4px
}

.item .img .videos::before {
  font-family: "icomoon" !important;
  content: "\e91c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 4px;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 10px
}

.item .models {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
  font-weight: normal
}

.item .models__item {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.5)
}

.item .models__item:hover {
  color: #ffa31a
}

.item .models__item span {
  color: rgba(255,255,255,0.3) !important
}

.no-thumb {
  background: #1a1c1e
}

.no-thumb::after {
  position: absolute;
  content: attr(data-title);
  line-height: 1;
  color: #D4D2D9;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  top: 50%;
  word-break: break-word;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translate3d(0, -50%, 0)
}

.dropdown {
  position: relative
}

.dropdown:hover .dropdown-content {
  animation: slidedown .3s;
  display: block
}

.dropdown a {
  cursor: pointer
}

@media screen and (max-width: 1023px) {
  .dropdown-link {
      display:none !important
  }
}

.dropdown-content {
  display: none;
  position: absolute;
  background: #25252C;
  z-index: 100;
  margin-left: -24px
}

@media screen and (max-width: 1023px) {
  .dropdown-content {
      display:block;
      position: relative;
      margin-left: 0;
      background: transparent
  }
}

.dropdown-list a {
  text-align: left;
  padding: 17px 24px !important
}

@media screen and (max-width: 1023px) {
  .dropdown-list a {
      text-align:center
  }
}

.no-touch .dropdown-list a:hover {
  background: #1a1c1e
}

.pagination {
  text-align: center
}

.pagination-holder {
  display: inline-block;
  vertical-align: bottom
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pagination ul .prev svg {
  transform: rotate(180deg)
}

@media screen and (max-width: 420px) {
  .pagination ul .first,.pagination ul .last,.pagination ul .jump {
      display:none
  }
}

.pagination ul .next,.pagination ul .prev {
  background: #ffa31a
}

.pagination ul .next a,.pagination ul .prev a {
  position: relative;
  height: 34px;
  display: flex;
  justify-content: center;
  padding: 0
}

.pagination ul .next a:before,.pagination ul .prev a:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 5px;
  content: "";
  color: #fff;
  border-radius: 4px
}

.pagination ul .next a:before {
  transform: translateY(-50%) rotate(315deg);
  margin-right: 2px
}

.pagination ul .prev a:before {
  transform: translateY(-50%) rotate(135deg);
  margin-left: 2px
}

.pagination li {
  min-width: 36px;
  margin: 1.5px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 2px
}

@media screen and (max-width: 420px) {
  .pagination li a {
      max-width:50px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis
  }
}

.pagination a,.pagination span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border-radius: 4px;
  padding: 7px 12px;
  color: rgba(255,255,255,0.5);
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s
}

@media screen and (max-width: 420px) {
  .pagination a,.pagination span {
      padding:7px 10px
  }
}

.no-touch .pagination a:hover {
  color: #ffffff
}

.no-touch .pagination a:hover path {
  fill-opacity: 1
}

.no-touch .next:hover,.no-touch .prev:hover {
  box-shadow: 0 0 4px #ffa31a
}

.pagination .page-current a,.pagination .page-current span {
  color: rgba(255,255,255,0.9);
  background-color: #1a1c1e;
  pointer-events: none
}

.sort {
  position: relative;
  border-radius: 4px;
  background-color: #ffa31a;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 8px 10px;
  margin: 0 15px 0 0;
  min-width: 150px;
  -webkit-transition: background-color 0.3s, border-radius 0.3s;
  transition: background-color 0.3s, border-radius 0.3s
}

@media screen and (max-width: 420px) {
  .sort {
      background:#ffa31a url("/static/images/sort.svg") no-repeat center;
      min-width: 28px;
      min-height: 28px;
      padding: 0
  }
}

.sort strong {
  padding: 0 17px 0 0;
  display: block;
  text-align: center
}

@media screen and (max-width: 420px) {
  .sort strong {
      display:none
  }
}

@media screen and (max-width: 420px) {
  .sort__full {
      background:#1a1c1e;
      padding: 8px 10px
  }
}

@media screen and (max-width: 420px) {
  .sort__full strong {
      display:block
  }
}

.sort:last-child {
  margin: 0
}

.sort:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  z-index: 1;
  font-size: 4px;
  content: "\e901";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s
}

@media screen and (max-width: 420px) {
  .sort:before {
      content:none
  }
}

.sort:focus,.sort:hover {
  box-shadow: 0 0 4px #ffa31a
}

.sort--open:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.sort .icon {
  display: none;
  width: 24px;
  height: 24px
}

.sort .type-sort:before {
  content: "\e921"
}

.sort ul {
  position: absolute;
  top: 100%;
  width: 100%;
  right: 0;
  z-index: 100;
  background: #25252C;
  border-radius: 0 0 4px 4px;
  display: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  box-shadow: 0px 4px 2px rgba(25,35,59,0.02);
  max-height: 300px;
  overflow: auto
}

.sort ul::-webkit-scrollbar {
  width: 4px;
  background: rgba(255,255,255,0.3)
}

.sort ul::-webkit-scrollbar-thumb {
  background: #25252C;
  opacity: 0.1
}

@media screen and (max-width: 420px) {
  .sort ul {
      min-width:140px
  }
}

.sort--open ul {
  display: block
}

.sort ul li:first-child {
  margin-top: 5px
}

.no-touch .sort ul li:first-child {
  margin-top: 0
}

.sort ul a {
  display: block;
  padding: 8px 5px;
  text-align: center;
  background: transparent;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  color: rgba(255,255,255,0.3);
  font-size: 16px
}

.no-touch .sort ul a:hover {
  color: #ffffff;
  background: #1a1c1e;
  cursor: pointer
}

.no-touch .sort {
  cursor: pointer
}

.checkbox-wrapper {
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
  margin-right: 8px
}

.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.checkmark {
  height: 14px;
  width: 14px;
  border: 1px solid rgba(255,255,255,0.3)
}

.checkbox-wrapper:hover input ~ .checkmark {
  border: 1px solid #fff
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none
}

.checkbox-wrapper input:checked ~ .checkmark:after {
  display: flex
}

.checkbox-wrapper .checkmark:after {
  left: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modal--ios .modal-content {
  flex-direction: column;
  align-items: center
}

.modal--ios .modal-content h4 {
  max-width: 320px
}

.modal--ios .download-inner {
  margin-top: 2px;
  display: flex;
  align-items: center
}

.modal--ios .download-title {
  display: inline-flex;
  font-size: 15px;
  margin-right: 10px;
  color: #FFF
}

.modal--ios .download__button svg {
  margin-right: 0
}

.modal-container {
  display: none;
  position: fixed;
  z-index: 10000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0,0,0,0.4)
}

.modal.open .modal-container {
  display: flex
}

.modal-wrapper {
  min-width: 290px;
  margin: auto;
  background: #1a1c1e;
  border-radius: 2px;
  padding: 28px;
  position: relative
}

.modal-wrapper--transparent {
  background: transparent;
  padding: 0
}

.modal-wrapper--transparent .modal-close svg path {
  fill: black;
  fill-opacity: 1
}

.modal-close,.modal .ios-close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer
}

.modal-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.3);
  text-align: center;
  margin-bottom: 16px
}

.modal #ntv_a,.modal #ntv_b,.modal #ntv_c {
  border: 1px solid rgba(255,255,255,0.05);
  min-height: 250px;
  max-height: 250px;
  min-width: 300px
}

.modal-content {
  display: flex
}

@media screen and (max-width: 1023px) {
  .modal-content {
      flex-direction:column
  }
}

@media screen and (max-width: 420px) {
  .modal-content #ntv_b {
      display:none
  }
}

.e-c-base {
  fill: none;
  stroke: #1a1c1e;
  stroke-width: 2px
}

.timer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center
}

.timer .circle {
  display: flex;
  position: relative
}

.timer .circle--invisible {
  visibility: hidden
}

.timer a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #ffa31a;
  border-radius: 4px;
  height: 40px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 50%;
  padding: 0 24px;
  justify-content: center
}

.e-c-progress {
  fill: none;
  stroke: #ffa31a;
  stroke-width: 4px;
  transition: stroke-dashoffset 0.7s
}

#e-pointer {
  transition: transform 0.7s
}

.display-remain-time {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.noty_layout_mixin,#noty_layout__topRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px
}

.noty_progressbar {
  display: none
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: none
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden
}

.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards
}

.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards
}

.noty_fix_effects_height {
  animation: noty_anim_height 75ms ease-out
}

.noty_close_with_click {
  cursor: pointer
}

@keyframes noty_anim_in {
  100% {
      transform: translate(0);
      opacity: 1
  }
}

@keyframes noty_anim_out {
  100% {
      transform: translate(50%);
      opacity: 0
  }
}

@keyframes noty_anim_height {
  100% {
      height: 0
  }
}

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative
}

.noty_theme__mint.noty_bar .noty_body {
  padding: 0 20px;
  font-size: 14px;
  height: 58px;
  display: flex;
  align-items: center
}

.noty_theme__mint.noty_bar .noty_buttons {
  padding: 10px
}

.noty_theme__mint.noty_type__error,.noty_theme__mint.noty_type__info,.noty_theme__mint.noty_type__information,.noty_theme__mint.noty_type__success {
  background-color: #202020;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px
}

.noty_theme__mint.noty_type__error {
  padding-left: 42px
}

.noty_theme__mint.noty_type__error:before {
  content: "\e922";
  font-family: "icomoon" !important;
  position: absolute;
  left: 26px;
  height: 100%;
  display: flex;
  align-items: center
}

.noty_theme__mint.noty_type__success {
  padding-left: 42px
}

.noty_theme__mint.noty_type__success:before {
  content: '\e904';
  font-family: "icomoon" !important;
  left: 26px;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center
}

.filters {
  margin-left: 5px;
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
  padding: 5px 16px;
  border-radius: 4px;
  display: flex;
  background-color: #ffa31a;
  align-items: center;
  color: #fff
}

.filters__gender {
  display: flex;
  background: #1a1c1e;
  border-radius: 4px;
  overflow: hidden
}

.filters__gender a {
  display: flex;
  height: 40px;
  flex: 1;
  justify-content: center;
  align-items: center;
  color: rgba(255,255,255,0.3);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px
}

.filters__gender--current {
  color: #fff !important;
  background: rgba(255,255,255,0.05)
}

.filters__wrapper {
  width: 100%
}

.filters__wrapper .sort {
  margin: 0;
  background-color: #1a1c1e
}

.filters__wrapper .sort:hover {
  box-shadow: 0 0 4px #1a1c1e
}

.filters__label {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 8px;
  margin-top: 12px
}

.filters__button--label {
  margin-left: 6px
}

@media screen and (max-width: 420px) {
  .filters__button--label {
      display:none
  }
}

.no-touch .filters:hover {
  cursor: pointer;
  box-shadow: 0 0 4px #ffa31a
}

.form__wrapper {
  padding: 20px 20px 40px;
  background: #1a1c1e;
  border-radius: 4px
}

.form__images {
  margin-top: 3px;
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-column: 2;
  grid-gap: 3px;
  margin-bottom: 12px
}

.form__images--item {
  padding-top: 75%;
  background-color: #1a1c1e;
  border: 2px solid transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.form__images--item-active {
  border: 2px solid #ffa31a
}

.input {
  background: #28282F;
  border-radius: 4px;
  outline: none;
  height: 40px;
  width: 100%;
  border: none;
  padding: 0 16px;
  margin-bottom: 12px;
  color: #fff
}

.label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px
}

.input-file {
  width: 100%;
  color: #fff
}

.input-file::-webkit-file-upload-button {
  visibility: hidden
}

.input-file::before {
  content: attr(data-label);
  display: inline-flex;
  padding: 5px 8px 50px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  height: 216px;
  border-radius: 4px;
  width: 100%;
  border: 3px solid transparent;
  align-items: flex-end;
  justify-content: center;
  background: #303038 url("/static/images/upload.svg") center 20px no-repeat;
  cursor: pointer
}

@media screen and (max-width: 420px) {
  .input-file::before {
      background:#303038;
      height: 80px;
      padding: 0;
      align-items: center
  }
}

.input-file--active::before {
  border: 3px solid #ffa31a
}

.categories {
  background: #28282F;
  border-radius: 4px;
  outline: none;
  max-height: 200px;
  width: 100%;
  padding: 12px;
  overflow: auto;
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

@media screen and (max-width: 420px) {
  .categories {
      grid-template-columns:1fr
  }
}

.categories .checkbox-wrapper .checkmark:after {
  border-color: #ffa31a;
  left: 10px
}

.categories .checkbox-wrapper:hover input ~ .checkmark {
  border: none
}

.categories__item {
  display: flex;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  align-items: center
}

.categories__item .checkmark {
  border: none;
  height: 24px;
  width: 24px;
  background: #1a1c1e;
  display: flex;
  align-items: center
}

.categories::-webkit-scrollbar {
  display: none
}

.upload-bar {
  width: 0;
  height: 3px;
  background-color: #ffa31a;
  border-radius: 2px;
  position: relative;
  top: -10px
}

.select {
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
  padding: 5px 16px;
  border-radius: 4px;
  display: flex;
  background-color: #1a1c1e;
  align-items: center;
  color: #fff
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: 100%
}

.tags-related {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap
}

.tags-related span {
  white-space: nowrap
}

@media (max-width: 1023px) {
  .tags-related {
      overflow-y:scroll;
      scrollbar-width: none;
      justify-content: center
  }

  .tags-related::-webkit-scrollbar {
      display: none
  }
}

.tags-related--player {
  margin-top: 15px;
  margin-bottom: -5px
}

@media (max-width: 1023px) {
  .tags-related--player {
      margin-top:5px;
      margin-bottom: 10px
  }
}

.tags__title {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 22px
}

.tags__item {
  padding: 0 8px;
  margin: 0 8px 8px 0;
  height: 24px;
  border: 1px solid #40424e;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.5);
  white-space: nowrap
}

.tags__item:hover {
  color: #fff
}

.seo {
  padding: 40px 0
}

.seo h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 12px
}

.seo p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.5)
}

.seo a {
  color: #ffa31a
}

.download {
  display: none
}

.download--show {
  display: block
}

@media (max-width: 640px) {
  .download--ios {
      display:flex;
      width: 100%;
      justify-content: center
  }
}

.download .chrome-web-store {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 3px;
  padding: 2px 10px;
  cursor: pointer
}

.download .chrome-web-store-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center
}

.download .chrome-web-store-icon svg {
  height: 40px
}

.download .chrome-web-store-text {
  margin-left: 10px;
  font-weight: 600;
  color: rgba(255,255,255,0.9)
}

.download #downloader-download {
  display: none
}

.download__wrapper {
  width: 320px;
  display: block;
  color: inherit
}

.download__wrapper p {
  margin: 16px 0
}

.download__wrapper .btn-accent {
  width: fit-content
}

.download__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 0 0 12px;
  border-bottom: 1px solid #46464C
}

.download__button {
  cursor: pointer;
  display: flex;
  align-items: center
}

.download__button svg {
  margin-right: 8px
}

.download__logo {
  width: 32px;
  height: 32px;
  background-image: url("/static/images/downloader-logo.png");
  background-size: cover
}

.google-play {
  margin: 0 auto
}

.google-play>img {
  height: 60px
}

.app-store {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 6px;
  padding: 10px 18px 14px;
  cursor: pointer;
  background: #000;
  width: fit-content;
  margin: 0 auto
}

.app-store-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -5px;
  margin-right: 2px
}

.app-store-icon svg,.app-store-icon img {
  height: 100%
}

.app-store-text {
  font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  margin-left: 10px;
  font-weight: normal;
  color: #FFF
}

.app-store-text SPAN {
  display: block;
  margin-top: 2px;
  font-weight: bold;
  font-size: 24px
}

.extension {
  color: #fff;
  display: none;
  align-items: center;
  cursor: pointer
}

.extension__title {
  margin-right: 5px
}

.extension--show {
  display: inline-flex
}

.ft {
  padding: 12px 0;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transform-origin: center top
}

@media screen and (max-width: 1279px) {
  .ft {
      transform:scale(.8);
      max-height: calc(258px * .8);
      flex-wrap: nowrap
  }
}

@media screen and (max-width: 1023px) {
  .ft {
      transform:scale(.58);
      max-height: calc(258px * .58);
      flex-wrap: nowrap
  }
}

@media screen and (max-width: 732px) {
  .ft {
      flex-wrap:wrap;
      max-height: calc(2 * 258px * .58)
  }
}

@media screen and (max-width: 420px) {
  .ft {
      transform:scale(.5);
      max-height: calc(2 * 258px * .5)
  }
}

.ft-row {
  display: flex
}

.ft-row div {
  margin: 4px;
  display: flex
}

.sidebar+.main-container .ft {
  flex-wrap: nowrap;
  transform: scale(.9);
  max-height: calc(258px * .8);
  margin-bottom: 20px
}

@media screen and (max-width: 1343px) {
  .sidebar+.main-container .ft {
      transform:scale(.8);
      max-height: calc(258px * .8);
      flex-wrap: nowrap
  }
}

@media screen and (max-width: 1280px) {
  .sidebar+.main-container .ft {
      transform:scale(.7);
      max-height: calc(258px * .7);
      flex-wrap: nowrap
  }
}

@media screen and (max-width: 1150px) {
  .sidebar+.main-container .ft {
      transform:scale(.58);
      max-height: calc(258px * .58);
      flex-wrap: nowrap
  }
}

@media screen and (max-width: 732px) {
  .sidebar+.main-container .ft {
      flex-wrap:wrap;
      max-height: calc(2 * 258px * .58)
  }
}

@media screen and (max-width: 420px) {
  .sidebar+.main-container .ft {
      transform:scale(.5);
      max-height: calc(2 * 258px * .5)
  }
}

#s-suggesters,.partial-header {
  margin-top: 15px;
  width: 100%
}

#s-suggesters .s-header,.partial-header .s-header {
  display: flex;
  align-items: center;
  justify-content: space-between
}

#s-suggesters .s-title,.partial-header .s-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #fff
}

@media screen and (max-width: 420px) {
  #s-suggesters .s-title,.partial-header .s-title {
      font-size:16px
  }
}

#s-suggesters .s-arrows,.partial-header .s-arrows {
  display: none
}

#s-suggesters .s-arrows button,.partial-header .s-arrows button {
  display: flex;
  background: none;
  border: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0px
}

#s-suggesters .s-arrows button:disabled,.partial-header .s-arrows button:disabled {
  opacity: .3
}

@media screen and (max-width: 1040px) {
  #s-suggesters .s-arrows,.partial-header .s-arrows {
      display:flex
  }
}

#s-suggesters .s-container,.partial-header .s-container {
  width: 100%;
  margin-top: 10px;
  overflow-x: scroll;
  display: flex
}

#s-suggesters .s-container::-webkit-scrollbar,.partial-header .s-container::-webkit-scrollbar {
  display: none
}

#s-suggesters .s-list,.partial-header .s-list {
  display: flex;
  margin: 0 auto
}

#s-suggesters .s-list>div,.partial-header .s-list>div {
  flex-shrink: 0;
  margin: 0 5px;
  width: calc(300px * .9);
  height: calc(250px * .9);
  overflow: hidden
}

#s-suggesters .s-list>div:first-of-type,.partial-header .s-list>div:first-of-type {
  margin-left: 0
}

#s-suggesters .s-list>div:last-of-type,.partial-header .s-list>div:last-of-type {
  margin-right: 0
}

#s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
  transform: scale(0.9);
  transform-origin: top left
}

@media screen and (max-width: 1420px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .8);
      height: calc(250px * .8);
      margin: 0 2px
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.8)
  }
}

@media screen and (max-width: 1260px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .7);
      height: calc(250px * .7)
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.7)
  }
}

@media screen and (max-width: 1110px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .65);
      height: calc(250px * .65)
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.65)
  }
}

@media screen and (max-width: 1040px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .9);
      height: calc(250px * .9)
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.9)
  }
}

@media screen and (max-width: 840px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .8);
      height: calc(250px * .8)
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.8)
  }
}

@media screen and (max-width: 768px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .75);
      height: calc(250px * .75)
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.75)
  }
}

@media screen and (max-width: 480px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .65);
      height: calc(250px * .65)
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.65)
  }
}

@media screen and (max-width: 420px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .55);
      height: calc(250px * .55)
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.55)
  }
}

@media screen and (max-width: 360px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .48);
      height: calc(250px * .48)
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.48)
  }
}

.partial-header {
  margin-top: 0
}

.partial-header .s-container {
  margin-top: 0
}

@media screen and (max-width: 1024px) {
  .partial-header .s-list>div {
      width:calc(300px * .5);
      height: calc(250px * .5)
  }

  .partial-header .s-list>div>* {
      transform: scale(0.5)
  }
}

@media screen and (max-width: 480px) {
  .partial-header .s-list>div {
      width:calc(300px * .4);
      height: calc(250px * .4)
  }

  .partial-header .s-list>div>* {
      transform: scale(0.4)
  }
}

@media screen and (max-width: 420px) {
  .partial-header .s-list>div {
      width:calc(300px * .35);
      height: calc(250px * .35)
  }

  .partial-header .s-list>div>* {
      transform: scale(0.35)
  }
}

@media screen and (max-width: 360px) {
  .partial-header .s-list>div {
      width:calc(300px * .3);
      height: calc(250px * .3)
  }

  .partial-header .s-list>div>* {
      transform: scale(0.3)
  }
}

.byfoyofd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1
}

div.XunD6 {
  font-size: 10px;
  color: #fff;
  position: relative
}

.jw-breakpoint-4 div.XunD6 {
  transform: scale(0.9);
  margin-top: -50px
}

.jw-breakpoint-3 div.XunD6 {
  transform: scale(0.7);
  margin-top: -40px
}

.jw-breakpoint-2 div.XunD6 {
  transform: scale(0.6);
  margin-top: -40px
}

div.XunD6 button {
  border: none;
  color: inherit;
  font-size: inherit
}

div.XunD6-close {
  position: absolute;
  top: -13px;
  right: -13px
}

div.XunD6-close button {
  background: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer
}

div.XunD6-close button:hover {
  box-shadow: 0 0 10px 0px #333
}

div.XunD6-middle div {
  width: 300px;
  height: 250px;
  background: #fff
}

div.XunD6-bottom {
  margin-top: 20px;
  text-align: center
}

div.XunD6-bottom button {
  background: #ffa31a;
  padding: 0 45px;
  height: 40px;
  cursor: pointer
}

div.XunD6-bottom button svg {
  margin-right: 8px;
  vertical-align: bottom
}

div.XunD6-bottom button:hover {
  box-shadow: 0 0 10px 0px #ffa31a
}

.block-video {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px
}

@media screen and (max-width: 420px) {
  .block-video {
      margin-top:0
  }
}

@media (max-width: 767px) {
  .block-video {
      flex-direction:column;
      align-items: center
  }
}

.block-video .sponsor__info {
  display: flex;
  margin-left: 28px;
  height: fit-content;
  align-items: center;
  min-height: 60px;
  float: right
}

@media (max-width: 767px) {
  .block-video .sponsor__info {
      float:none;
      margin-left: 0;
      margin-bottom: 12px
  }
}

.block-video .sponsor__info .img {
  min-width: 108px;
  max-width: 108px;
  margin-right: 16px;
  min-height: 60px;
  position: relative;
  background-color: #1a1c1e
}

.block-video .sponsor__info .img img {
  width: 100%
}

.block-video .sponsor__info .item {
  display: flex;
  flex-direction: column
}

.block-video .right {
  max-width: fit-content;
  margin-left: 10px
}

.block-video .right div {
  margin-bottom: 10px;
  display: flex
}

.block-video .right .text {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  justify-content: center
}

.block-video .right .text a {
  color: rgba(255,255,255,0.3)
}

.block-video .video-holder {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1
}

@media (max-width: 1024px) {
  .block-video .video-holder {
      max-width:calc(100% - 220px);
      min-width: calc(100% - 220px)
  }
}

@media (max-width: 767px) {
  .block-video .video-holder {
      max-width:100%
  }
}

@media screen and (max-width: 420px) {
  .block-video .video-holder {
      margin-right:0;
      max-width: 100%;
      min-width: 100%
  }
}

.block-video .player .embed-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0
}

.player-wrap:last-child {
  z-index: 0 !important
}

.block-video .player .player-wrap {
  width: 100%;
  height: auto;
  position: relative
}

.block-video .player .player-wrap .poster {
  width: 100%;
  height: auto
}

.block-video .player .embed-wrap iframe,.block-video .player .player-wrap #kt_player,.block-video .player .player-wrap #kt_player_internal {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important
}

.block-video .player .player-wrap #kt_player.is-fullscreen {
  position: fixed !important
}

.block-video .player .loading {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: #444444;
  padding: 50px 20px
}

.block-video .no-player {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #000
}

.block-video .no-player img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2
}

.block-video .no-player .message {
  position: absolute;
  text-align: center;
  width: 95%;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.block-video .no-player .message em {
  font-weight: bold
}

.block-video .no-player .message a {
  color: #276fdb;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s
}

.no-touch .block-video .no-player .message a:hover {
  color: #fff
}

.block-video .no-player .message form {
  display: block;
  padding: 20px 0 0 0
}

.block-video .no-player .btn-play {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/player/skin/img/play_white.png") 50% 50% no-repeat
}

.block-video .sponsor {
  margin: 10px auto;
  max-width: 730px;
  text-align: center
}

.block-video .sponsor__und {
  width: calc(300px * 0.75);
  height: calc(250px * 0.75);
  overflow: hidden;
  margin: 0 auto
}

.block-video .sponsor__und iframe {
  transform: scale(0.75);
  transform-origin: top left
}

.block-video .sponsor #und_ban {
  min-height: 90px;
  background: #1a1c1e;
  border-radius: 4px
}

.block-video .sponsor .text {
  align-items: center
}

.block-video .sponsor .text a {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255,255,255,0.3);
  text-align: center;
  margin-top: 4px
}

.vote-wrapper {
  display: flex
}

.sponsor a {
  display: block
}

.info-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 24px;
  margin-bottom: 4px;
  background: #1a1c1e;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: space-between
}

.info-buttons #download-button {
  cursor: pointer;
  display: flex;
  align-items: center
}

.info-buttons #download-button .download-label {
  margin-left: 8px
}

@media screen and (max-width: 420px) {
  .info-buttons #download-button .download-label {
      display:none
  }
}

@media screen and (max-width: 1023px) {
  .info-buttons {
      padding-right:16px;
      padding-left: 16px
  }
}

@media screen and (max-width: 420px) {
  .info-buttons {
      padding-right:8px;
      padding-left: 8px
  }
}

.no-touch #download-button:hover {
  color: #fff
}

.no-touch #download-button:hover .download-icon path {
  fill: #fff
}

.tab-content {
  background: transparent
}

.tab-content .headline {
  padding: 0;
  margin: 0 0 12px
}

.block-details .item a {
  display: inline-block;
  color: #ffa31a;
  font-size: 14px;
  line-height: 20px;
  margin: 2px 0 2px 3px
}

.no-touch .block-details .item a:hover {
  color: #fff
}

.block-details .item {
  color: rgba(255,255,255,0.3);
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px
}

.block-details .item span {
  color: rgba(255,255,255,0.3);
  font-weight: 600;
  font-size: 14px;
  position: relative
}

.block-details .item span em {
  color: rgba(255,255,255,0.5);
  font-weight: 600;
  font-size: 14px;
  margin-left: 3px;
  padding: 0
}

.block-details .item:last-child {
  margin: 0
}

.list-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2rem
}

.list-sort li {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px
}

.list-sort li:last-child {
  margin: 0
}

.thumb-slider {
  font-size: 16px;
  width: 100%
}

.thumb-slider>div {
  margin: 0 auto 0;
  position: relative;
  width: 100% !important
}

@media (min-width: 1023px) {
  .thumb-slider>div {
      width:80% !important;
      max-width: 980px !important
  }
}

.thumb-slider>div:empty {
  display: none
}

.thumb-slider>div .ca-roll-container {
  width: 100% !important
}

.thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
  height: 300px !important;
  margin-bottom: 20px;
  margin-top: 10px
}

@media (min-width: 420px) {
  .thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
      height:360px !important
  }
}

@media (min-width: 1023px) {
  .thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
      height:450px !important
  }
}

@media (min-width: 1279px) {
  .thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
      height:500px !important
  }
}

@media (min-width: 1366px) {
  .thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
      height:550px !important
  }
}

.related-videos {
  width: 100%;
  padding-bottom: 40px
}

@media screen and (max-width: 420px) {
  .related-videos .margin-fix {
      margin:-10px 0 0 -10px
  }
}

@media screen and (max-width: 420px) {
  .related-videos .list-videos .item {
      margin:10px 0 0 10px;
      width: calc(50% - 10px)
  }
}

.related-videos .list-sort a,.related-albums .list-sort a,.related-videos .list-sort span,.related-albums .list-sort span {
  display: block;
  position: relative
}

.related-videos .list-sort span,.related-albums .list-sort span,.related-videos .list-sort a:hover,.related-albums .list-sort a:hover {
  color: #fff
}

.related-videos .list-sort a:hover::before,.related-albums .list-sort a:hover::before {
  width: 100%
}

.rating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 32px
}

@media screen and (max-width: 1023px) {
  .rating-container {
      margin-right:8px
  }
}

.rating-container .views {
  margin-left: 32px;
  position: relative
}

@media screen and (max-width: 420px) {
  .rating-container .views {
      margin-left:14px;
      padding-left: 20px
  }

  .rating-container .views span {
      display: none
  }

  .rating-container .views:before {
      font-family: "icomoon" !important;
      position: absolute;
      top: calc(50% + 1px);
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      line-height: 1;
      z-index: 1;
      font-size: 10px;
      color: rgba(255,255,255,0.3);
      content: "\e909";
      font-weight: normal;
      -webkit-transition: color 0.3s;
      transition: color 0.3s
  }
}

.rate-dislike,.rate-like {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  width: 20px;
  height: 20px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative
}

@media screen and (max-width: 420px) {
  .rate-dislike,.rate-like {
      width:14px
  }
}

.rate-like {
  margin: 0 8px 0 0
}

.rate-like::before {
  display: none;
}

.rate-like svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rate-like.is-active svg {
  fill: currentColor;
}

@media screen and (max-width: 420px) {
  .rate-like {
      margin:0 4px 0 0
  }
}

.rate-dislike {
  margin: 0 8px 0 20px
}

@media screen and (max-width: 420px) {
  .rate-dislike {
      margin:0 4px 0 14px
  }
}

.rate-dislike:before,.rate-like:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  content: "\e90b";
  -webkit-transition: color 0.3s;
  transition: color 0.3s
}

.rate-dislike:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg)
}

.rate-like.disabled,.rate-dislike.voted,.rate-dislike.disabled,.rate-like.voted {
  pointer-events: none
}

.no-touch .rate-dislike:hover::before,.no-touch .rate-like:hover::before {
  color: #ffa31a
}

.video-header {
  display: none
}

.phone .video-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 115px;
  width: 100%
}

.phone .video-header .text {
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  margin: 4px 0;
  justify-content: center
}

.phone .block-video {
  flex-wrap: wrap
}

.phone .block-video .video-holder {
  max-width: 100%
}

.phone .right {
  display: none
}

div.V0jEx {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.66)
}

.jwplayer .jw-wrapper .jw-controls .jw-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.video-slider-wrap {
  max-width: 100%;
  width: 100%;
  position: relative
}

@media (max-width: 1040px) {
  .video-slider-wrap {
      margin-top:5px
  }
}

.videos-slider {
  width: 100%;
  overflow-x: scroll;
  display: flex;
  height: min-content;
  position: relative;
  z-index: 10;
  padding-bottom: 10px
}

.phone .videos-slider {
  padding-bottom: 0
}

@media (max-width: 1040px) {
  .videos-slider__nav {
      position:absolute;
      top: -45px;
      right: 0;
      display: flex
  }
}

.videos-slider__btn {
  display: flex;
  position: relative;
  z-index: 10;
  display: flex;
  background: none;
  border: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0px;
  cursor: pointer
}

@media (min-width: 1040px) {
  .videos-slider__btn {
      position:absolute;
      top: 50%;
      transform: translateY(-40px);
      padding: 0;
      background: rgba(0,0,0,0.66);
      border-radius: 4px
  }
}

@media (min-width: 1040px) {
  .videos-slider__btn:first-child {
      margin-left:5px
  }

  .videos-slider__btn:last-child {
      right: 0;
      margin-right: 5px
  }
}

.videos-slider__btn:disabled {
  opacity: .3;
  cursor: not-allowed
}

.videos-slider .item {
  margin-right: 10px
}

.videos-slider .item:last-child {
  width: calc(100% / 4 - 10px);
  margin-right: 0;
  opacity: 0
}

.videos-slider.is-loaded .item {
  opacity: 1
}

.videos-slider__more {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  background: #1a1c1e;
  position: relative
}

.videos-slider__more SPAN {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold
}

.videos-slider::-webkit-scrollbar {
  height: 5px
}

.videos-slider::-webkit-scrollbar-track {
  border-radius: 5px
}

.videos-slider::-webkit-scrollbar-thumb {
  background: #ffa31a;
  border-radius: 5px
}

.phone .videos-slider {
  scrollbar-width: none
}

.phone .videos-slider::-webkit-scrollbar {
  display: none
}

.video__under-player-rigth {
  display: flex;
  gap: 10px;
  align-items: center
}

.video__under-player-rigth .watch-full-video {
  color: rgba(255,255,255,0.3)
}

.scrollbar {
  width: 200px;
  height: 6px;
  margin: 10px auto 0 auto;
  padding-right: 15px;
  background: #202020;
  display: none
}

.phone .scrollbar {
  display: block
}

.scrollbar-thumb {
  width: 15px;
  height: 100%;
  position: relative;
  cursor: pointer
}

.scrollbar-thumb:before {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffa31a;
  border-radius: 5px
}

:root {
  --player-color: #ffa31a
}

.jwplayer .jw-controlbar .jw-controls-logo {
  width: 50px !important;
  max-height: 26px !important
}

.jwplayer .jw-controlbar .jw-controls-logo .jw-icon {
  max-height: 26px
}

.jwplayer .jw-logo img {
  height: 24px
}

.thumb-404 {
  padding-bottom: calc(56.26% + 35px);
  position: relative
}

.thumb-404__wrapper {
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%
}

.thumb-404__code {
  min-height: 59px;
  max-height: 59px;
  margin-bottom: 4px;
  margin-top: 35px
}

@media (max-width: 420px) {
  .thumb-404__code {
      margin-top:0
  }
}

.thumb-404__desc {
  display: flex;
  flex-direction: column
}

@media (max-width: 420px) {
  .thumb-404__desc {
      max-width:none;
      margin: 0;
      align-items: center
  }
}

.thumb-404__desc h1 {
  font-size: 20px;
  line-height: 32px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 16px
}

.thumb-404 .btn-accent {
  justify-content: center;
  min-height: 40px
}

.list-categories {
  display: flex;
  flex-direction: column
}

.list-categories__row {
  display: flex;
  margin-bottom: 20px
}

.list-categories__row--letter {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.05);
  margin-right: 20px;
  color: #fff;
  text-transform: capitalize
}

@media screen and (max-width: 1023px) {
  .list-categories__row--letter {
      margin-right:12px
  }
}

.list-categories__row--list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px
}

.list-categories .item {
  padding: 0 8px;
  margin: 0 8px 8px 0;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #40424e;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.5)
}

.list-categories .item:hover {
  color: #fff
}

.headline-categories {
  justify-content: flex-start;
  margin-bottom: 30px
}

.headline-categories #categories-search {
  background: #1a1c1e
}

.headline-categories .search {
  max-width: 240px;
  margin-left: 15px
}

.list-models .margin-fix {
  margin: -10px 0 0 -10px
}

@media (min-width: 861px) {
  .list-models .item {
      width:calc(100%/6 - 10px)
  }
}

@media (max-width: 860px) {
  .list-models .item {
      width:calc(100%/4 - 10px)
  }
}

@media (max-width: 580px) {
  .list-models .item {
      width:calc(100%/3 - 10px)
  }
}

@media (max-width: 420px) {
  .list-models .item {
      width:calc(100%/2 - 10px);
      margin: 10px 0 0 10px !important
  }
}

.list-models .img {
  padding-bottom: 118%
}

.static-page {
  padding-top: 32px
}

.static-page__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 12px
}

.static-page p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.5)
}

.static-page h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #fff;
  margin-top: 12px
}

.static-page h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-top: 12px
}

.static-page ul {
  list-style: unset;
  padding-left: 16px;
  margin: 8px
}

.static-page ul li {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.3)
}

.static-page a {
  color: #ffa31a
}

.block-model {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex
}

.block-model .country {
  width: 40px;
  margin-left: 20px;
  display: flex;
  align-items: center
}

.block-model .country img {
  max-width: 100%;
  min-width: 100%;
  max-height: 30px
}

.block-model__info {
  display: flex;
  justify-content: center;
  flex-direction: column
}

.block-model__info h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 4px
}

.block-model .img {
  display: block;
  margin-right: 20px;
  height: 100px;
  width: 100%;
  max-width: 85px;
  position: relative
}

.block-model .img a {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.block-model .img span,.block-model .img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.block-model .img a img {
  position: inherit;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  display: block;
  width: 100%
}

.block-model .img .no-thumb {
  background-color: #e0dfdf;
  font-size: 0;
  line-height: 0;
  background-size: 6rem;
  width: 100%;
  padding-bottom: 71.42%;
  display: block;
  position: inherit
}

.block-channel {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex
}

.block-channel .channel-link {
  color: #ffa31a;
  display: flex;
  align-items: center;
  margin-left: 12px;
  font-size: 16px
}

.block-channel .img {
  position: relative;
  min-width: 252px;
  max-width: 252px;
  margin-right: 20px;
  display: flex;
  min-height: 140px;
  max-height: 140px;
  float: left;
  background-color: #1a1c1e
}

.block-channel .img a {
  display: inline-block;
  width: 100%
}

.block-channel .img img {
  display: block;
  width: 100%
}

.block-channel .img .no-thumb {
  display: flex;
  width: 100%;
  height: 100px;
  color: white;
  align-items: center;
  justify-content: center
}

.block-channel .channel-info {
  display: flex;
  justify-content: center;
  flex-direction: column
}

.block-channel .channel-info h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 4px
}

.page-upload {
  padding-bottom: 80px
}

.page-upload form {
  max-width: 652px;
  margin: auto;
  width: 100%
}

/* ================================================================
   X-PORN Sprint UI-1: mobile-first header, bottom navigation, cards
   ================================================================ */
:root {
  --xp-bg: #08090b;
  --xp-panel: #121419;
  --xp-panel-hover: #181b21;
  --xp-line: rgba(255,255,255,.08);
  --xp-muted: #8d929d;
  --xp-accent: #ef233c;
  --xp-accent-soft: #ff5268;
}

body {
  background: var(--xp-bg);
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(11,11,11,.96);
  border-bottom: 1px solid var(--xp-line);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.header__top {
  position: relative;
  top: auto !important;
  gap: 14px;
  height: 72px;
}

.header .logo a {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.header .search {
  max-width: 520px;
  padding: 0;
}

.header .search form {
  flex-basis: 520px;
  margin-left: 0;
}

.header .search-text input {
  height: 44px;
  padding: 11px 52px 11px 16px;
  border: 1px solid var(--xp-line);
  border-radius: 13px;
  background: rgba(255,255,255,.055);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  transition: border-color .2s, background-color .2s, box-shadow .2s;
}

.header .search-text input::placeholder {
  color: #717681;
}

.header .search-text input:focus {
  border-color: rgba(239,35,60,.65);
  background: #171920;
  box-shadow: 0 0 0 3px rgba(239,35,60,.12);
}

.header .search-button {
  width: 46px;
  border-radius: 0 13px 13px 0;
}

.xhub-header-search-filters {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 1003;
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  padding: 12px;
  border: 1px solid var(--xp-line);
  border-radius: 14px;
  background: #0b0b0b;
  box-shadow: 0 20px 50px rgba(0,0,0,.58);
}

.header .search form:focus-within .xhub-header-search-filters,
body.mobile-search-open .xhub-header-search-filters {
  display: grid;
}

.xhub-header-search-filters select {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 34px 0 11px;
  border: 1px solid #30333c;
  border-radius: 10px;
  color: #f5f5f5;
  background: #171920;
  font: inherit;
}

.xhub-header-search-submit {
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: #ef233c;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.xhub-search-suggestions {
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  max-height: min(72vh, 560px);
  overflow-y: auto;
}

.xhub-search-suggestion-group h2 {
  margin: 0 0 8px;
  color: #f5f5f5;
  font-size: 13px;
  line-height: 1.3;
}

.xhub-search-suggestion-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.xhub-search-suggestion-group a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid #30333c;
  border-radius: 999px;
  background: #171920;
  color: #e8e8eb;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.xhub-search-suggestion-group a:hover,
.xhub-search-suggestion-group a:focus-visible {
  border-color: #ef233c;
  background: rgba(239,35,60,.12);
  color: #fff;
}

.search-response {
  top: calc(100% + 8px);
  overflow: hidden;
  border: 1px solid var(--xp-line);
  border-radius: 14px;
  background: #171920;
  box-shadow: 0 20px 50px rgba(0,0,0,.55);
}

.search-response a {
  min-height: 44px;
  color: #c5c8cf;
}

.header__sites {
  margin-top: 0 !important;
  background: #0d0f13;
}

.header__sites .sites__item {
  border-radius: 999px;
}

.mobile-bottom-nav {
  display: none;
}

/* Convert legacy inline-block catalog into a stable responsive grid. */
.list-videos .margin-fix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 10px;
  margin: 0;
  font-size: initial;
  line-height: normal;
}

.list-videos .item,
.list-videos .item:first-of-type {
  display: block;
  width: auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  transform: none;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.list-videos .item .img {
  width: 100%;
  height: auto;
  padding-bottom: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 13px;
  background: #171920;
}

.list-videos .item .img a {
  display: block;
  width: 100%;
  height: 100%;
}

.list-videos .item .img .thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.list-videos .item .duration {
  right: 7px;
  bottom: 7px;
  padding: 2px 7px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  background: rgba(0,0,0,.82);
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  box-shadow: 0 3px 12px rgba(0,0,0,.35);
  backdrop-filter: blur(6px);
}

.list-videos .item-info {
  padding: 10px 4px 8px;
}

.list-videos .item .title {
  display: -webkit-box;
  height: 40px;
  margin: 0 0 7px;
  overflow: hidden;
  color: #f4f5f7;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-videos .item .wrap {
  color: var(--xp-muted);
}

@media (hover: hover) and (pointer: fine) {
  .list-videos .item:hover {
    z-index: 2;
    border-color: var(--xp-line);
    background: var(--xp-panel-hover);
    box-shadow: 0 18px 38px rgba(0,0,0,.38);
    transform: translateY(-5px);
  }

  .list-videos .item:hover .thumb {
    filter: brightness(1.08);
    transform: scale(1.045);
  }
}

@media screen and (min-width: 600px) {
  .list-videos .margin-fix {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 14px;
  }
}

@media screen and (min-width: 800px) {
  .list-videos .margin-fix {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1100px) {
  .list-videos .margin-fix {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px 16px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .header__top {
    position: relative !important;
    height: 62px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .header__top > nav {
    display: none;
  }

  .header .logo {
    flex: 0 0 auto;
  }

  .header .search {
    min-width: 0;
    max-width: none;
  }

  .header .search form {
    min-width: 0;
    flex-basis: auto;
  }

  .header .search-text input {
    height: 40px;
    padding: 9px 42px 9px 12px;
    font-size: 13px;
  }

  .header__sites {
    display: none;
  }

  .mobile-bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 64px;
    padding: 5px 4px max(5px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--xp-line);
    background: rgba(12,14,18,.96);
    box-shadow: 0 -10px 35px rgba(0,0,0,.35);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .mobile-bottom-nav__item {
    position: relative;
    display: flex;
    min-width: 0;
    padding: 5px 2px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border: 0;
    background: transparent;
    color: #7f8590;
    font: inherit;
    text-align: center;
    cursor: pointer;
  }

  .mobile-bottom-nav__item svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-bottom-nav__badge {
    position: absolute;
    top: 2px;
    left: calc(50% + 9px);
    padding: 1px 3px;
    border-radius: 4px;
    background: #ef233c;
    color: #fff;
    font-size: 7px;
    font-weight: 800;
    line-height: 9px;
    letter-spacing: .02em;
  }

  .mobile-bottom-nav__item span {
    max-width: 100%;
    overflow: hidden;
    font-size: 10px;
    font-weight: 600;
    line-height: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-bottom-nav__item.is-active,
  .mobile-bottom-nav__item:focus-visible {
    color: var(--xp-accent-soft);
  }

  .content_mobile,
  .content {
    max-width: 100%;
  }

  .headline {
    gap: 10px;
  }

  .headline h1,
  .headline h2 {
    min-width: 0;
    font-size: 18px;
    line-height: 24px;
    overflow-wrap: anywhere;
  }
}

@media screen and (max-width: 390px) {
  .header__top {
    gap: 9px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .xhub-logo {
    width: auto;
    height: 30px;
    max-width: 78px;
  }

  .list-videos .margin-fix {
    gap: 14px 8px;
  }

  .list-videos .item-info {
    padding-right: 2px;
    padding-left: 2px;
  }
}

/* ================================================================
   X-PORN Sprint MOBILE-1
   ================================================================ */
.movie-action {
  display: inline-flex;
  min-height: 40px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--xp-line);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: #d8dbe1;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .2s, background-color .2s, color .2s, transform .2s;
}

.movie-action svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.movie-action.is-active {
  border-color: rgba(239,35,60,.55);
  background: rgba(239,35,60,.14);
  color: var(--xp-accent-soft);
}

@media (hover: hover) and (pointer: fine) {
  .movie-action:hover {
    border-color: rgba(255,255,255,.2);
    background: rgba(255,255,255,.08);
    color: #fff;
    transform: translateY(-1px);
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .header__top {
    height: 58px;
    gap: 8px;
  }

  .header .xhub-logo {
    height: 30px;
    max-width: 76px;
    transition: opacity .18s, width .18s, margin .18s;
  }

  .header .search-text input {
    height: 40px;
    border-radius: 12px;
  }

  body.mobile-search-open .header__top {
    gap: 0;
  }

  body.mobile-search-open .header__top .logo {
    width: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }

  body.mobile-search-open .header .search {
    width: 100%;
  }

  body.mobile-search-open .header .search-text input {
    height: 44px;
    border-color: rgba(239,35,60,.7);
    background: #171920;
    font-size: 16px;
  }

  .search-response {
    max-height: min(54vh, 420px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .search-response a {
    min-height: 50px;
    padding: 8px 14px;
    color: #e0e2e7;
    line-height: 18px;
  }

  .mobile-bottom-nav {
    min-height: 66px;
    padding-bottom: max(6px, env(safe-area-inset-bottom));
  }

  .mobile-bottom-nav__item {
    min-height: 52px;
    border-radius: 10px;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-bottom-nav__item.is-active,
  .mobile-bottom-nav__item.is-search-active {
    color: var(--xp-accent-soft);
  }

  .mobile-bottom-nav__item:active {
    background: rgba(255,255,255,.055);
    transform: scale(.96);
  }

  .list-videos .margin-fix {
    gap: 16px 9px;
  }

  .list-videos .item {
    box-shadow: none;
  }

  .list-videos .item .wrap {
    display: none;
  }

  .list-videos .item .title {
    height: 38px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 19px;
  }

  .list-videos .item-info {
    padding-top: 8px;
    padding-bottom: 2px;
  }

  .list-videos .item .duration {
    right: 5px;
    bottom: 5px;
    padding: 1px 6px;
    font-size: 10px;
    line-height: 17px;
  }

  .movie-badges {
    top: 5px;
    left: 5px;
    gap: 3px;
  }

  .movie-badge {
    min-height: 18px;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 8px;
    line-height: 14px;
  }

  .rating-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }

  .vote-wrapper,
  .movie-action {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 0 6px;
    flex-direction: column;
    gap: 2px;
    border-radius: 12px;
  }

  .vote-wrapper {
    justify-content: center;
  }

  .rate-dislike,
  .rate-like {
    width: 24px;
    height: 22px;
    margin: 0;
  }

  .rate-dislike:before,
  .rate-like:before {
    font-size: 15px;
  }

  .vote-wrapper .action-count,
  .movie-action__label {
    font-size: 10px;
    line-height: 13px;
  }

  .movie-action svg {
    width: 19px;
    height: 19px;
  }

  .rating-container .views {
    grid-column: 1 / -1;
    min-height: 34px;
    margin: 0;
    justify-content: center;
    border-radius: 10px;
  }

  .movie-meta-card {
    overflow: hidden;
  }

  .movie-meta__value {
    gap: 5px;
  }

  .block-details .movie-meta__value a {
    min-height: 27px;
    padding: 4px 9px;
    display: inline-flex;
    align-items: center;
  }

  .related-videos .list-videos .margin-fix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 390px) {
  .header__top {
    padding-right: 8px;
    padding-left: 8px;
  }

  .header .xhub-logo {
    height: 28px;
    max-width: 70px;
  }

  .header .search-text input {
    padding-right: 38px;
    padding-left: 10px;
    font-size: 12px;
  }
  .mobile-bottom-nav__item span {
    font-size: 9px;
  }

  .video-info,
  .related-videos {
    padding-right: 10px;
    padding-left: 10px;
  }

  .movie-meta-card {
    padding: 12px;
  }
}


/* ================================================================
   X-PORN Sprints UI-2/3/4 refinements
   ================================================================ */
.header .xhub-logo {
  height: 56px;
  max-width: 132px;
}

.header nav {
  min-width: 0;
  flex: 0 1 auto;
}

.navigation .primary {
  gap: 4px;
}

.navigation .primary li {
  min-width: 0;
  margin-left: 18px;
}

.navigation .primary a {
  overflow: hidden;
  max-width: 180px;
  padding-right: 6px;
  padding-left: 6px;
  text-overflow: ellipsis;
}

.list-videos .item {
  box-shadow: 0 8px 20px rgba(0,0,0,.16);
}

.movie-badges {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 3;
  display: flex;
  gap: 5px;
  pointer-events: none;
}

.movie-badge {
  display: inline-flex;
  min-height: 21px;
  padding: 2px 7px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 6px;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 15px;
  letter-spacing: .08em;
  box-shadow: 0 4px 14px rgba(0,0,0,.35);
}

.movie-badge--new {
  background: linear-gradient(135deg, #ef233c, #b50f27);
}

.movie-badge--hot {
  background: linear-gradient(135deg, #ff9f1c, #dc5200);
}

.block-video {
  max-width: 1420px;
  margin: 22px auto 0;
}

.block-video .video-holder {
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}

.block-video .video-holder > .headline {
  margin-bottom: 14px;
  padding: 0;
}

.block-video .video-holder > .headline h1 {
  font-size: clamp(21px, 2.3vw, 32px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.block-video .player {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 18px;
  background: #000;
  box-shadow: 0 24px 70px rgba(0,0,0,.52);
}

.block-video .player iframe,
.block-video .player video,
.block-video .player .jwplayer {
  max-width: 100%;
}

.video-info {
  margin-top: 14px;
}

.info-buttons {
  min-height: 58px;
  margin: 0 0 12px;
  padding: 8px 16px;
  border: 1px solid var(--xp-line);
  border-radius: 14px;
  background: var(--xp-panel);
}

.rating-container {
  width: 100%;
  margin-right: 0;
  gap: 10px;
}

.vote-wrapper {
  min-height: 40px;
  padding: 0 12px;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--xp-line);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
}

.vote-wrapper:has([data-xhub-like]) {
  cursor: pointer;
}

.vote-wrapper .action-count,
.rating-container .views,
.rating-container .views strong {
  color: #d8dbe1;
  font-size: 13px;
  font-weight: 700;
}

.rating-container .views {
  min-height: 40px;
  margin-left: auto;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
}

.movie-meta-card {
  padding: 18px;
  border: 1px solid var(--xp-line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  box-shadow: 0 16px 42px rgba(0,0,0,.2);
}

.movie-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.block-details .movie-meta-row {
  display: grid;
  grid-template-columns: minmax(86px, .34fr) 1fr;
  min-width: 0;
  margin: 0;
  padding: 9px 0;
  align-items: start;
  border-bottom: 1px solid rgba(255,255,255,.055);
}

.block-details .movie-meta__label {
  color: #878d99;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .055em;
}

.movie-meta__value {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 6px;
}

.block-details .movie-meta__value a {
  margin: 0;
  padding: 3px 9px;
  border: 1px solid rgba(239,35,60,.18);
  border-radius: 999px;
  background: rgba(239,35,60,.08);
  color: #ff7b8c;
  font-size: 12px;
  font-weight: 650;
  line-height: 18px;
  transition: border-color .2s, background-color .2s, color .2s;
}

.no-touch .block-details .movie-meta__value a:hover {
  border-color: rgba(239,35,60,.45);
  background: rgba(239,35,60,.16);
  color: #fff;
}

.movie-meta__text,
.block-details .movie-meta__empty {
  color: #d3d6dc;
  font-size: 13px;
  font-weight: 550;
  line-height: 24px;
}

.movie-description {
  grid-column: 1 / -1;
  margin: 4px 0 0 !important;
  padding: 14px 0 0;
}

.movie-description h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
}

.movie-description .description-content {
  color: #aeb3bd;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.movie-description .description-content p:last-child {
  margin-bottom: 0;
}

.related-videos {
  margin-top: 32px;
  padding: 22px 0 48px;
  border-top: 1px solid var(--xp-line);
}

.related-videos > .headline {
  margin-bottom: 18px;
}

.related-videos > .headline h2 {
  font-size: 22px;
  font-weight: 750;
}

@media screen and (max-width: 1023px) {
  .header .xhub-logo {
    height: 42px;
    max-width: 104px;
  }

  .block-video .video-holder {
    min-width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .block-video {
    width: 100%;
    margin-top: 12px;
  }

  .block-video .video-holder > .headline {
    padding-right: 12px;
    padding-left: 12px;
  }

  .block-video .video-holder > .headline h1 {
    font-size: 21px;
    line-height: 27px;
  }

  .block-video .player {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .video-info,
  .related-videos {
    padding-right: 12px;
    padding-left: 12px;
  }

  .info-buttons {
    padding: 7px 8px;
  }

  .rating-container {
    gap: 6px;
  }

  .vote-wrapper {
    min-height: 44px;
    padding: 0 10px;
  }

  .rating-container .views {
    min-height: 44px;
    padding: 0 10px;
  }

  .movie-meta-card {
    padding: 14px;
    border-radius: 14px;
  }

  .movie-meta-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .block-details .movie-meta-row {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 8px;
  }

  .related-videos {
    margin-top: 24px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 390px) {
  .header .xhub-logo {
    height: 32px;
    max-width: 82px;
  }

  .vote-wrapper {
    padding: 0 8px;
  }

  .rating-container .views span {
    display: none;
  }

  .block-details .movie-meta-row {
    grid-template-columns: 80px minmax(0, 1fr);
  }
}

/* X-PORN Detail-1: YouTube-style movie experience. */
.movie-creator {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid var(--xp-line);
  border-radius: 16px;
  background: #111216;
}

.movie-title {
  margin: 14px 0 0;
  padding-top: 0;
}

.movie-creator__avatar {
  display: grid;
  width: 52px;
  height: 52px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: #0b0b0b;
}

.movie-creator__avatar img {
  width: 100%;
  height: 100%;
  padding: 3px;
  border-radius: inherit;
  object-fit: contain;
}

.movie-creator__identity {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.movie-creator__name {
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.movie-creator__identity span {
  color: #8e939d;
  font-size: 12px;
  line-height: 16px;
}

.movie-creator__channel {
  display: inline-flex;
  min-height: 40px;
  padding: 9px 15px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: #e5092f;
  font-size: 13px;
  font-weight: 800;
}

.movie-vote-label {
  color: #e8e8e8;
  font-size: 11px;
  font-weight: 700;
}

.movie-details-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.movie-details-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 25px;
}

.movie-details-toggle {
  display: none;
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid #303037;
  border-radius: 999px;
  color: #fff;
  background: #1b1c21;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
}

.movie-comments {
  width: 100%;
  min-width: 0;
  margin-top: 26px;
}

.movie-comments > .headline {
  margin-bottom: 12px;
}

.movie-comments > .headline h2 {
  font-size: 21px;
  font-weight: 800;
}

.movie-comments__card {
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--xp-line);
  border-radius: 16px;
  color: #d7d7da;
  background: #111216;
}

.movie-comments__empty {
  display: grid;
  min-height: 140px;
  place-items: center;
  align-content: center;
  gap: 10px;
  color: #999da6;
  text-align: center;
}

.movie-comments__empty span {
  font-size: 30px;
}

.movie-comments__card textarea,
.movie-comments__card input[type="text"],
.movie-comments__card input[type="email"],
.movie-comments__card input[type="url"] {
  width: 100%;
  max-width: 100%;
  padding: 11px 12px;
  border: 1px solid #303037;
  border-radius: 10px;
  color: #fff;
  background: #0b0b0d;
}

.movie-comments__card input[type="submit"] {
  min-height: 42px;
  padding: 9px 16px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #e5092f;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .block-video .player {
    width: calc(100% + 20px);
    max-width: none;
    margin-left: -10px;
  }

  .block-video .video-holder > .movie-title {
    margin-top: 12px;
    padding-top: 0;
  }

  .movie-creator {
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 10px;
    margin-top: 12px;
    padding: 10px 12px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .movie-creator__avatar {
    width: 46px;
    height: 46px;
  }

  .movie-creator__channel {
    min-height: 42px;
    padding: 9px 13px;
  }

  .movie-details-toggle {
    display: inline-flex;
    align-items: center;
  }

  .movie-details__content {
    position: relative;
    max-height: 230px;
    overflow: hidden;
    transition: max-height .3s ease;
  }

  .movie-details__content.is-expanded {
    max-height: 2400px;
  }

  .movie-comments,
  .related-videos {
    padding-right: 12px;
    padding-left: 12px;
  }

  .movie-comments__card {
    padding: 14px;
    border-radius: 14px;
  }

  .related-videos > .headline h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 390px) {
  .movie-creator__identity span {
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .movie-creator__channel {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 12px;
  }
}

/* X-PORN Detail-2 refinements. */
.movie-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.movie-title__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: #8f949e;
  font-size: 13px;
  font-weight: 550;
  line-height: 18px;
}

.movie-comments > .headline h2 span {
  color: #8f949e;
  font-size: .75em;
  font-weight: 650;
}

.movie-comment-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
}

.movie-comment {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 11px;
}

.movie-comment__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #24252a;
  object-fit: cover;
}

.movie-comment__body {
  min-width: 0;
}

.movie-comment__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
  align-items: baseline;
}

.movie-comment__meta strong {
  color: #fff;
  font-size: 13px;
}

.movie-comment__meta span {
  color: #7f848e;
  font-size: 11px;
}

.movie-comment__content {
  color: #d3d5da;
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.movie-comment__content p:last-child {
  margin-bottom: 0;
}

.movie-comment-form,
.movie-comments__login,
.movie-comments__closed {
  margin-top: 18px;
}

.movie-comments__closed {
  color: #8f949e;
  font-size: 13px;
}

.movie-comments__login {
  display: inline-flex;
  min-height: 42px;
  padding: 9px 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5092f;
  border-radius: 999px;
  color: #fff;
  background: #e5092f;
  font-size: 13px;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .video-info {
    margin-top: 10px;
  }

  .info-buttons {
    min-height: 0;
    margin-bottom: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .rating-container {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding: 1px 0 7px;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .rating-container::-webkit-scrollbar {
    display: none;
  }

  .rating-container .vote-wrapper,
  .rating-container .movie-action {
    display: inline-flex;
    width: auto;
    min-width: max-content;
    min-height: 40px;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 6px;
    padding: 7px 12px;
    border: 1px solid #2c2d32;
    border-radius: 999px;
    background: #18191e;
  }

  .rating-container .rate-like,
  .rating-container .rate-dislike {
    width: 20px;
    height: 20px;
    margin: 0;
  }

  .rating-container .movie-action svg {
    width: 18px;
    height: 18px;
  }

  .rating-container .movie-vote-label,
  .rating-container .movie-action__label,
  .rating-container .action-count {
    font-size: 11px;
    line-height: 16px;
  }

  .movie-meta-card {
    padding: 12px 14px;
  }

  .movie-details-heading {
    margin: 0;
  }

  .movie-details-heading h2 {
    font-size: 17px;
  }

  .movie-details__content {
    display: none;
    max-height: none;
    margin-top: 12px;
    overflow: visible;
  }

  .movie-details__content.is-expanded {
    display: grid;
    max-height: none;
  }

  .related-videos .list-videos .item .wrap {
    display: flex;
  }

  .movie-comments__card {
    padding: 14px 12px;
  }
}

/* X-PORN Detail-2.5: compact sections and sticky mini player. */
.movie-details-toggle {
  display: flex;
  width: 100%;
  min-height: 46px;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.movie-details-toggle__state {
  color: #a1a4ac;
  font-size: 12px;
}

.movie-player-sentinel {
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.movie-mini-player-controls {
  display: none;
}

.movie-comment__actions {
  display: flex;
  gap: 14px;
  margin-top: 7px;
}

.movie-comment__actions button,
.movie-comment__actions a {
  padding: 0;
  border: 0;
  color: #a6aab2;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
}

@media screen and (max-width: 767px) {
  .video-info,
  .movie-comments {
    box-sizing: border-box;
    width: calc(100% + 20px);
    max-width: none;
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 0;
    padding-left: 0;
  }

  .movie-comments > .headline {
    padding-right: 10px;
    padding-left: 10px;
  }

  .movie-comments__card {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .movie-comments__card textarea {
    min-height: 88px;
  }

  .movie-comment-form .form-submit {
    display: flex;
    margin: 10px 0 0;
    justify-content: center;
  }

  .rating-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 1px 0 7px;
  }

  .rating-container .vote-wrapper,
  .rating-container .movie-action {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    justify-content: center;
    padding-right: 8px;
    padding-left: 8px;
  }

  .movie-creator,
  .info-buttons,
  .rating-container .vote-wrapper,
  .rating-container .movie-action,
  .movie-meta-card,
  .movie-comments__card {
    border-color: rgba(255,255,255,.18);
    background: #111216;
    box-shadow: none;
  }

  .movie-creator,
  .movie-meta-card,
  .movie-comments__card {
    border-top: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
  }

  .movie-comments__card {
    min-height: 0;
    padding: 8px 10px;
  }

  .movie-comments__empty {
    min-height: 38px;
  }

  .movie-comments__card textarea {
    min-height: 68px;
    max-height: 110px;
    padding: 9px 10px;
  }

  .movie-comments__card input[type="submit"] {
    min-height: 38px;
    padding: 7px 16px;
  }

  .xhub-video-detail {
    --movie-safe-gutter: 0px;
  }

  .movie-creator,
  .video-info {
    box-sizing: border-box;
    width: calc(100% - (var(--movie-safe-gutter) * 2));
    max-width: none;
    margin-right: var(--movie-safe-gutter);
    margin-left: var(--movie-safe-gutter);
  }

  .video-info {
    padding-right: 0;
    padding-left: 0;
  }

  .movie-comments {
    box-sizing: border-box;
    width: calc(100% - (var(--movie-safe-gutter) * 2));
    max-width: none;
    margin-right: var(--movie-safe-gutter);
    margin-left: var(--movie-safe-gutter);
    padding: 0;
  }

  .movie-creator,
  .movie-meta-card,
  .movie-comments__card {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 14px;
    background: #111216;
  }

  .info-buttons {
    margin-bottom: 10px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .rating-container {
    gap: 10px;
    padding: 0;
  }

  .rating-container .vote-wrapper,
  .rating-container .movie-action {
    min-height: 52px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 14px;
    background: #111216;
  }

  .movie-meta-card {
    padding: 0 14px;
  }

  .movie-comments__card {
    padding: 12px;
  }

  .movie-comments__card > .headline {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .movie-comments__card > .headline h2 {
    margin: 0;
    padding-left: 9px;
    border-left: 3px solid #ff3159;
    font-size: 21px;
    line-height: 1.2;
  }

  .movie-title {
    margin-top: 10px;
  }

  .movie-creator {
    margin-top: 8px;
  }

  .video-info {
    margin-top: 7px;
  }

  .info-buttons {
    margin-bottom: 7px;
  }

  .movie-meta-card {
    padding-top: 0;
    padding-bottom: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .movie-details-heading {
    min-height: 46px;
  }

  .movie-details-heading h2 {
    display: none;
  }

  .movie-details__content {
    margin-top: 0;
    padding-bottom: 12px;
  }

  .movie-comments {
    margin-top: 12px;
  }

  .movie-comments > .headline {
    margin-bottom: 7px;
    padding-top: 8px;
  }

  .movie-comments__card {
    min-height: 100px;
    padding: 10px 12px;
  }

  .movie-comments__empty {
    min-height: 44px;
    grid-template-columns: auto 1fr;
    place-items: center start;
    gap: 8px;
    text-align: left;
  }

  .movie-comments__empty span {
    font-size: 22px;
  }

  .movie-comments__login {
    min-height: 34px;
    margin-top: 6px;
    padding: 5px 0;
    border: 0;
    justify-content: flex-start;
    color: #ff5268;
    background: transparent;
  }

  .related-videos {
    margin-top: 12px;
    padding-top: 12px;
    padding-bottom: 18px;
  }

  .related-videos .list-videos .margin-fix {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .related-videos .list-videos .item .rating {
    display: none;
  }

  .movie-player-placeholder {
    width: 100%;
  }

  .block-video .player.is-mini-player {
    position: fixed;
    top: 64px;
    right: 8px;
    left: auto;
    z-index: 9996;
    width: min(72vw, 300px);
    max-width: 300px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.62);
  }

  .movie-mini-player-controls.is-visible {
    position: fixed;
    top: 69px;
    right: 13px;
    z-index: 9997;
    display: flex;
    gap: 5px;
  }

  .movie-mini-player-controls button {
    display: grid;
    width: 32px;
    height: 32px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.78);
    font-size: 18px;
    line-height: 1;
  }

  .movie-meta-card {
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 14px;
  }

  .movie-comments__card {
    min-height: 0;
    padding: 9px 12px;
  }

  .movie-comments__card > .headline {
    margin-bottom: 6px;
    padding-bottom: 6px;
  }

  .movie-comments__card > .headline h2 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
  }

  .movie-comments__card > .headline h2 span {
    color: #a7abb4;
    font-size: 15px;
    font-weight: 600;
  }

  .movie-comments__empty {
    min-height: 72px;
    grid-template-columns: 1fr;
    place-items: center;
    align-content: center;
    gap: 8px;
    text-align: center;
  }

  .movie-comments__empty-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 50%;
    background: rgba(255,255,255,.025);
  }

  .movie-comments__empty-icon svg {
    width: 19px;
    height: 19px;
    fill: #b8bbc3;
    stroke: #b8bbc3;
    stroke-width: 1.3;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .movie-comments__empty div {
    display: grid;
    gap: 2px;
  }

  .movie-comments__empty p {
    margin: 0;
    color: #aeb1b9;
    font-size: 13px;
    font-weight: 700;
  }

  .movie-comments__empty small {
    color: #777b85;
    font-size: 10px;
  }

  .movie-comment-form .comment-form {
    display: grid;
    grid-template-columns: 34px minmax(0,1fr) 38px;
    gap: 8px;
    margin-top: 6px;
    align-items: center;
  }

  .movie-comment-form .comment-form-comment {
    display: contents;
  }

  .movie-comment-form__avatar {
    grid-column: 1;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    object-fit: cover;
  }

  .movie-comment-form .comment-form textarea {
    grid-column: 2;
    box-sizing: border-box;
    min-height: 38px;
    max-height: 76px;
    padding: 8px 13px;
    border-radius: 999px;
    resize: none;
  }

  .movie-comment-form .form-submit {
    display: block;
    grid-column: 3;
    margin: 0;
  }

  .movie-comment-form .form-submit .submit {
    position: relative;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255,49,89,.18);
    border-radius: 50%;
    background: rgba(255,49,89,.1);
    color: transparent;
    font-size: 0;
  }

  .movie-comment-form .form-submit .submit::before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ff3159;
    content: "➤";
    font-size: 22px;
    line-height: 1;
    transform: translate(-54%,-50%) rotate(-35deg);
  }
}

/* X-PORN Reel-1: vertical snap feed. */
.reel-page {
  position: relative;
  width: 100%;
  min-width: 0;
  background: #000;
}

.reel-feed {
  width: 100%;
  height: calc(var(--xhub-reel-viewport, 100dvh) - 72px);
  overflow-x: hidden;
  overflow-y: auto;
  background: #000;
  scroll-snap-type: y mandatory;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.reel-feed::-webkit-scrollbar {
  display: none;
}

.reel-item {
  position: relative;
  width: min(100%, 460px);
  height: calc(var(--xhub-reel-viewport, 100dvh) - 72px);
  min-height: 560px;
  margin: 0 auto;
  overflow: hidden;
  background: #080808;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.reel-item {
  content-visibility: auto;
  contain-intrinsic-size: 100svh 420px;
}

.reel-seek {
  position: absolute;
  z-index: 5;
  right: 82px;
  bottom: max(12px, env(safe-area-inset-bottom));
  left: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.reel-seek input[type="range"] {
  min-width: 0;
  flex: 1;
  height: 24px;
  margin: 0;
  cursor: pointer;
  accent-color: #ff315c;
}

.reel-seek output {
  min-width: 82px;
  color: #fff;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  text-align: right;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .85);
}

@media (max-width: 480px) {
  .reel-seek {
    right: 72px;
    left: 10px;
  }

  .reel-seek output {
    min-width: 72px;
    font-size: 11px;
  }
}

.reel-media,
.reel-video,
.reel-poster {
  width: 100%;
  height: 100%;
}

.reel-video,
.reel-poster {
  display: block;
  background: #000;
  object-fit: cover;
}

.reel-gradient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0,0,0,.04) 35%, rgba(0,0,0,.18) 58%, rgba(0,0,0,.92) 100%);
}

.reel-overlay {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  gap: 12px;
  align-items: end;
  padding: 18px 10px 18px 16px;
}

.reel-caption {
  min-width: 0;
  color: #fff;
}

.reel-account {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
}

.reel-account img,
.reel-action--avatar img {
  border: 2px solid #fff;
  border-radius: 50%;
  background: #0b0b0b;
  object-fit: contain;
}

.reel-account strong {
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reel-account strong.is-xhub {
  color: #ff3159;
}

.reel-caption h1 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 22px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.reel-genres,
.reel-views {
  margin: 3px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  line-height: 17px;
}

.reel-actions {
  display: grid;
  gap: 13px;
  justify-items: center;
}

.reel-action {
  display: grid;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  place-items: center;
  gap: 2px;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.reel-action > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  background: rgba(12,12,14,.68);
  font-size: 21px;
  backdrop-filter: blur(8px);
}

.reel-action__icon {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reel-action small {
  color: #fff;
  font-size: 10px;
  font-weight: 750;
  text-shadow: 0 1px 3px #000;
}

.reel-action.is-active > span,
.reel-action.is-active small {
  color: #ff1744;
}

.reel-action--avatar img {
  width: 46px;
  height: 46px;
  padding: 2px;
}

.reel-action-avatar-stack {
  position: relative;
  display: grid;
  width: 64px;
  min-height: 64px;
  place-items: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.reel-quick-upload-icon {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(229,9,47,.42));
  transition: filter .18s ease, transform .18s ease;
}

.reel-quick-upload-target:hover .reel-quick-upload-icon,
.reel-quick-upload-target:focus-visible .reel-quick-upload-icon {
  filter: drop-shadow(0 4px 13px rgba(255,49,92,.7));
  transform: scale(1.08);
}

.reel-quick-upload-target:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  border-radius: 50%;
}

.reel-play-link,
.reel-fallback-link {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  transform: translate(-50%, -50%);
  place-items: center;
  color: #fff;
}

.reel-play-link span,
.reel-fallback-link {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(229,9,47,.94);
  font-size: 28px;
  box-shadow: 0 12px 36px rgba(0,0,0,.5);
}

.reel-play-link strong {
  margin-top: 10px;
  font-size: 13px;
}

.reel-fallback-link {
  display: none;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.reel-item.has-video-error .reel-video {
  opacity: .45;
}

.reel-item.has-video-error .reel-fallback-link {
  display: grid;
}

.reel-empty {
  display: grid;
  min-height: 70vh;
  padding: 30px;
  place-items: center;
  align-content: center;
  color: #999;
  text-align: center;
}

.reel-empty h1 {
  color: #fff;
}

.reel-sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  background: rgba(0,0,0,.62);
  transition: opacity .22s, visibility 0s linear .22s;
}

.reel-comments-sheet {
  position: fixed;
  right: 0;
  bottom: calc(66px + env(safe-area-inset-bottom));
  left: 0;
  z-index: 10001;
  max-height: min(72dvh, 620px);
  overflow: hidden;
  border: 1px solid #292a30;
  border-radius: 18px 18px 0 0;
  visibility: hidden;
  background: #121318;
  box-shadow: 0 -18px 60px rgba(0,0,0,.65);
  transform: translateY(105%);
  transition: transform .25s ease, visibility 0s linear .25s;
}

.reel-sheet-backdrop.is-open,
.reel-comments-sheet.is-open {
  visibility: visible;
  transition-delay: 0s;
}

.reel-sheet-backdrop.is-open {
  opacity: 1;
}

.reel-comments-sheet.is-open {
  transform: translateY(0);
}

.reel-comments-sheet__handle {
  width: 42px;
  height: 4px;
  margin: 8px auto 2px;
  border-radius: 99px;
  background: #4b4e57;
}

.reel-comments-sheet__header {
  display: flex;
  min-height: 48px;
  padding: 6px 14px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #292a30;
  color: #fff;
}

.reel-comments-sheet__header button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #23242a;
  font-size: 24px;
}

.reel-comments-sheet__body {
  max-height: calc(min(72dvh, 620px) - 62px);
  overflow-y: auto;
  padding: 14px;
}

.reel-comments-list {
  display: grid;
  gap: 16px;
}

.reel-comment {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  color: #ddd;
}

.reel-comment img {
  border-radius: 50%;
}

.reel-comment strong {
  color: #fff;
  font-size: 12px;
}

.reel-comment p {
  margin: 4px 0 0;
  color: #d0d2d7;
  font-size: 13px;
  line-height: 18px;
}

.reel-comments-empty {
  min-height: 105px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 3px;
  color: #92969f;
  text-align: center;
}

.reel-comments-empty > span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 5px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  background: rgba(255,255,255,.03);
  font-size: 18px;
}

.reel-comments-empty strong { color:#aeb1b9;font-size:13px; }
.reel-comments-empty small { color:#777b85;font-size:10px; }

.reel-comment-form__avatar {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  object-fit: cover;
}

.reel-comment-form {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 38px;
  gap: 8px;
  margin-top: 16px;
  align-items: center;
}

.reel-comment-form__status {
  grid-column: 1 / -1;
  min-height: 18px;
  color: #b7bac3;
  font-size: 12px;
}

.reel-comment-form textarea {
  min-width: 0;
  min-height: 38px;
  max-height: 76px;
  padding: 8px 13px;
  border: 1px solid #30323a;
  border-radius: 999px;
  color: #fff;
  background: #0b0b0d;
  resize: none;
}

.reel-comment-form button,
.reel-comments-login {
  display: inline-flex;
  min-height: 42px;
  padding: 9px 15px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #e5092f;
  font-weight: 800;
}

body.reel-sheet-open {
  overflow: hidden;
}

.reel-report-form { margin: 0; padding: 0; }
.shorts-upload-page { min-height: 100vh; padding: 28px 14px 110px; background: #0b0b0b; color: #fff; }
.shorts-upload-panel { width: min(100%, 720px); margin: 0 auto; padding: 24px; border: 1px solid #2b2b2b; border-radius: 18px; background: #141414; }
.shorts-upload-panel h1 { margin: 12px 0 20px; }
.shorts-upload-intro { margin:-10px 0 18px;color:#b9b9c0;line-height:1.5; }
.shorts-upload-back { color: #aaa; }
.shorts-eligibility { padding: 16px; border: 1px solid #333; border-radius: 12px; background: #0d0d0d; }
.shorts-eligibility dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.shorts-eligibility dl div { padding: 10px; border-radius: 8px; background: #181818; }
.shorts-eligibility dt { color: #999; font-size: 12px; }
.shorts-eligibility dd { margin: 4px 0 0; font-weight: 700; }
.shorts-upload-form { display: grid; gap: 16px; margin-top: 20px; }
.shorts-upload-form label { display: grid; gap: 7px; font-weight: 700; }
.shorts-upload-picker { padding:22px 16px;border:1.5px dashed #5b5b63;border-radius:14px;background:#0b0b0d;text-align:center;cursor:pointer; }
.shorts-upload-picker strong { color:#fff;font-size:16px; }
.shorts-upload-picker small { color:#9c9ca5;font-weight:400; }
.shorts-upload-picker input { margin-top:5px; }
.shorts-upload-picker.has-file { border-color:#ff315c;background:#19070d; }
.shorts-upload-optional { color:#999;font-size:12px;font-weight:400; }
.shorts-upload-form input,.shorts-upload-form textarea,.shorts-upload-form select { width: 100%; padding: 12px; border: 1px solid #383838; border-radius: 9px; color: #fff; background: #090909; }
.shorts-upload-form .shorts-upload-check { display: flex; grid-template-columns: none; gap: 9px; align-items: flex-start; font-weight: 400; }
.shorts-upload-check input { width: auto; margin-top: 3px; }
.shorts-upload-preview { width: 100%; max-height: 420px; border-radius: 12px; background: #000; }
.shorts-upload-button { display: inline-flex; min-height: 44px; padding: 0 18px; align-items: center; justify-content: center; border: 0; border-radius: 9px; color: #fff; background: #e50914; font-weight: 800; }
.shorts-upload-form .shorts-upload-button { min-height:52px;font-size:16px;cursor:pointer; }
.shorts-upload-notice { margin-bottom: 16px; padding: 14px; border-radius: 10px; background: #14331d; color: #b9f6c7; }
@media (max-width: 520px) {
  .shorts-upload-panel { padding: 18px; }
  .shorts-eligibility dl { grid-template-columns: 1fr; }
}

@media screen and (max-width: 767px) {
  .reel-feed,
  .reel-item {
    height: calc(100dvh - 56px - 66px - env(safe-area-inset-bottom));
    min-height: 480px;
  }

  .reel-page {
    margin-bottom: calc(-70px - env(safe-area-inset-bottom));
  }

  .reel-overlay {
    bottom: 0;
  }
}

/* Restore the original dark mobile navigation surface on every XCALL view. */
@media screen and (max-width: 767px) {
  html body nav.mobile-bottom-nav {
    border-top-color: rgba(255,255,255,.08) !important;
    background: rgba(12,14,18,.98) !important;
    color-scheme: dark;
    box-shadow: 0 -10px 35px rgba(0,0,0,.35) !important;
  }
}

@media screen and (min-width: 768px) {
  .reel-page {
    padding: 18px 0;
    background: #070708;
  }

  .reel-feed,
  .reel-item {
    height: calc(100vh - 108px);
  }

  .reel-item {
    border-radius: 16px;
  }

  .reel-comments-sheet {
    right: 50%;
    bottom: 20px;
    left: auto;
    width: 430px;
    transform: translate(50%, 105%);
  }

  .reel-comments-sheet.is-open {
    transform: translate(50%, 0);
  }
}

/* X-PORN Account-1: mobile account hub. */
.account-page {
  width: 100%;
  min-width: 0;
  padding: 18px 12px 40px;
  color: #fff;
  background: #09090b;
}

.account-shell {
  width: min(100%, 760px);
  margin: 0 auto;
}

.account-heading {
  display: flex;
  min-height: 54px;
  align-items: center;
  margin-bottom: 12px;
}

.account-heading span,
.account-section-title > div > span {
  color: #ff1744;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
}

.account-heading h1 {
  margin: 2px 0 0;
  color: #fff;
  font-size: 25px;
  line-height: 31px;
}

.account-card {
  overflow: hidden;
  margin-bottom: 13px;
  border: 1px solid #24252b;
  border-radius: 18px;
  background: #121318;
  box-shadow: 0 12px 32px rgba(0,0,0,.18);
}

.account-hero {
  padding: 24px 18px;
  text-align: center;
}

.account-hero__avatar {
  display: grid;
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
  overflow: hidden;
  place-items: center;
  border: 1px solid #292b31;
  border-radius: 50%;
  background: #080809;
}

.account-brand-logo {
  width: 78px;
  height: 52px;
  object-fit: contain;
}

.account-hero h2 {
  max-width: 330px;
  margin: 0 auto 8px;
  color: #fff;
  font-size: 21px;
  line-height: 27px;
}

.account-hero p {
  max-width: 380px;
  margin: 0 auto;
  color: #969aa4;
  font-size: 13px;
  line-height: 20px;
}

.account-auth-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.account-auth-actions.is-single {
  grid-template-columns: minmax(0, 1fr);
}

.account-button {
  display: inline-flex;
  min-height: 46px;
  padding: 10px 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid #303139;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.account-button--primary {
  border-color: #ff1744;
  background: #ff1744;
}

.account-button--secondary {
  background: #1b1c22;
}

.account-section {
  padding: 15px 14px;
}

.account-section > h2,
.account-section-title h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
}

.account-list {
  display: grid;
}

.account-list-item {
  display: grid;
  width: 100%;
  min-height: 52px;
  grid-template-columns: 34px minmax(0, 1fr) auto auto;
  gap: 9px;
  align-items: center;
  padding: 6px 2px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.065);
  color: #fff;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.account-list-item:last-child {
  border-bottom: 0;
}

.account-list-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  color: #ff5268;
  background: rgba(255,23,68,.1);
  font-size: 17px;
}

.account-list-item strong {
  font-size: 14px;
  font-weight: 700;
}

.account-list-item small {
  color: #898e98;
  font-size: 11px;
}

.account-chevron {
  color: #70747e;
  font-size: 24px;
}

.account-switch {
  position: relative;
  width: 42px;
  height: 24px;
  border-radius: 99px;
  background: #34363d;
  transition: background .2s;
}

.account-switch i {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: transform .2s;
}

.account-switch.is-on {
  background: #ff1744;
}

.account-switch.is-on i {
  transform: translateX(18px);
}

.account-profile {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 42px;
  gap: 14px;
  align-items: center;
  padding: 18px;
}

.account-profile__avatar img {
  width: 72px;
  height: 72px;
  border: 2px solid #ff1744;
  border-radius: 50%;
  object-fit: cover;
}

.account-profile__identity {
  min-width: 0;
}

.account-profile__identity h2 {
  overflow: hidden;
  margin: 0;
  color: #fff;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-profile__identity p {
  margin: 3px 0 7px;
  color: #8f949e;
  font-size: 13px;
}

.account-membership {
  display: inline-flex;
  padding: 3px 9px;
  border: 1px solid #353740;
  border-radius: 999px;
  color: #c8cad0;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.account-membership--premium {
  border-color: #ff1744;
  color: #fff;
  background: #ff1744;
}

.account-profile__edit {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #23252b;
}

.account-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 13px;
  overflow: hidden;
  border: 1px solid #24252b;
  border-radius: 16px;
  background: #24252b;
}

.account-stats div {
  display: grid;
  min-width: 0;
  min-height: 72px;
  padding: 10px 4px;
  place-items: center;
  align-content: center;
  gap: 4px;
  background: #121318;
  text-align: center;
}

.account-stats strong {
  color: #fff;
  font-size: 18px;
}

.account-stats span {
  overflow: hidden;
  max-width: 100%;
  color: #8c919b;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.account-quick-action {
  display: grid;
  min-height: 88px;
  padding: 10px 4px;
  place-items: center;
  align-content: center;
  gap: 7px;
  border: 1px solid #292b31;
  border-radius: 14px;
  color: #fff;
  background: #18191f;
  text-align: center;
}

.account-quick-action span {
  color: #ff5268;
  font-size: 23px;
}

.account-quick-action strong {
  font-size: 11px;
}

.account-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.account-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff1744;
  box-shadow: 0 0 0 5px rgba(255,23,68,.12);
}

.account-creator-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.account-creator-stats div {
  display: grid;
  min-height: 68px;
  padding: 8px;
  place-items: center;
  align-content: center;
  border-radius: 12px;
  background: #191a20;
}

.account-creator-stats strong {
  font-size: 17px;
}

.account-creator-stats span {
  color: #8f949e;
  font-size: 10px;
}

.account-creator-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 10px;
}

.account-creator-actions a {
  display: inline-flex;
  min-height: 44px;
  padding: 9px;
  align-items: center;
  justify-content: center;
  border: 1px solid #303139;
  border-radius: 12px;
  color: #fff;
  background: #1a1b21;
  font-size: 12px;
  font-weight: 750;
}

.account-logout,
.account-logout strong {
  color: #ff5268;
}

.account-login-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  background: rgba(0,0,0,.68);
  transition: opacity .2s, visibility 0s linear .2s;
}

.account-login-prompt {
  position: fixed;
  right: 16px;
  bottom: calc(82px + env(safe-area-inset-bottom));
  left: 16px;
  z-index: 10001;
  display: grid;
  max-width: 420px;
  min-height: 230px;
  margin: 0 auto;
  padding: 26px 20px 20px;
  place-items: center;
  align-content: center;
  gap: 14px;
  border: 1px solid #303139;
  border-radius: 20px;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  background: #15161b;
  box-shadow: 0 24px 70px rgba(0,0,0,.7);
  transform: translateY(20px);
  transition: opacity .2s, transform .2s, visibility 0s linear .2s;
  text-align: center;
}

.account-login-backdrop.is-open,
.account-login-prompt.is-open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.account-login-prompt.is-open {
  transform: translateY(0);
}

.account-login-prompt__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #24262c;
  font-size: 23px;
}

.account-login-prompt__icon {
  font-size: 34px;
}

.account-login-prompt h2 {
  max-width: 320px;
  margin: 0;
  font-size: 18px;
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  .account-page {
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
  }
}

@media screen and (max-width: 370px) {
  .account-page {
    padding-right: 9px;
    padding-left: 9px;
  }

  .account-profile {
    grid-template-columns: 62px minmax(0, 1fr) 38px;
    gap: 10px;
    padding: 14px;
  }

  .account-profile__avatar img {
    width: 62px;
    height: 62px;
  }
}

/* Keep the app header/feed overrides last in the cascade. */
@media screen and (max-width: 767px) {
  html,
  body,
  .container {
    width: 100%;
    max-width: 100%;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .header .header__top {
    display: grid;
    height: 56px;
    min-height: 56px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    padding: 4px 12px;
  }

  .header__top > nav {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    overflow: visible;
  }

  .header .logo {
    display: flex;
    justify-content: center;
    min-width: 0;
    margin: 0;
  }

  .header .search {
    display: block;
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 0 14px 14px;
    visibility: hidden;
    opacity: 0;
    background: #0b0b0b;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.42);
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
  }

  body.mobile-search-open .header .search {
    display: block;
    right: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .xp-home-feed .list-videos .margin-fix {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .xp-home-feed .list-videos .item .wrap {
    display: flex;
  }

  .xp-home-feed .list-videos .item .title {
    height: auto;
    font-size: 15px;
    line-height: 20px;
  }

  .xp-home-feed .list-videos .item-info {
    padding-right: 36px;
  }
}
/* X-PORN mobile continuation: scoped UI polish for current sprint. */
.xp-creator-ranking {
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(18,20,28,.94), rgba(10,11,16,.94));
  border-radius: 8px;
  padding: 14px;
}

.mobile-bottom-nav__button {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.mobile-bottom-nav__legacy-trending {
  display: none !important;
}

.xp-creator-ranking__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.xp-creator-rank {
  display: grid;
  grid-template-columns: auto 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  color: #fff;
  text-decoration: none;
}

.xp-creator-rank__number {
  color: #ff3b5f;
  font-weight: 800;
  font-size: 13px;
}

.xp-creator-rank img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: #151722;
}

.xp-creator-rank__body {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.xp-creator-rank__body strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.xp-creator-rank__body small {
  color: rgba(255,255,255,.58);
  font-size: 12px;
}

.xp-creator-rank__trend {
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(0,214,143,.14);
  color: #23e0a2;
  font-size: 11px;
  font-weight: 800;
}

.movie-action.movie-watch-later svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.movie-action.is-active {
  border-color: rgba(255,59,95,.42);
  color: #fff;
  background: rgba(255,59,95,.16);
}

.account-library-list {
  display: grid;
  gap: 8px;
}

.account-library-item,
.account-library-empty {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.045);
  color: #fff;
  text-decoration: none;
}

.account-library-empty {
  display: block;
  color: rgba(255,255,255,.58);
}

.account-library-item__marker {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,59,95,.16);
  color: #ff6a83;
  font-size: 13px;
}

.account-library-item__body {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.account-library-item__body strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.account-library-item__body small {
  color: rgba(255,255,255,.55);
  font-size: 12px;
}

.reel-video:not([src]) {
  background: #08090d;
}

.reel-item.has-video-error .reel-media::after {
  content: "Mở trang phim để xem";
  position: absolute;
  left: 18px;
  right: 88px;
  bottom: 118px;
  z-index: 4;
  color: rgba(255,255,255,.78);
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .xp-creator-ranking {
    margin: 0 0 12px;
    padding: 12px;
  }

  .xp-creator-ranking__list {
    grid-template-columns: 1fr;
  }

  .xp-creator-rank {
    grid-template-columns: 40px 46px minmax(0, 1fr) auto;
    padding: 9px;
  }

  .block-video .player.is-mini-player {
    right: max(10px, env(safe-area-inset-right));
    bottom: calc(74px + env(safe-area-inset-bottom));
    width: min(58vw, 230px);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 18px 46px rgba(0,0,0,.55);
  }

  .movie-mini-player-controls.is-visible {
    right: max(14px, env(safe-area-inset-right));
    bottom: calc(74px + env(safe-area-inset-bottom) + min(58vw, 230px) * .5625 + 8px);
  }

  .mobile-bottom-nav {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
  }

  .mobile-bottom-nav__item {
    min-width: 0;
    padding-left: 2px;
    padding-right: 2px;
  }

  .movie-action__label {
    max-width: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .account-library {
    scroll-margin-top: 78px;
  }
}

.account-page--app {
  background: #0b0b0b;
}

.account-login-app {
  display: grid;
  gap: 16px;
  padding: 20px 16px;
  text-align: center;
}

.account-login-app__logo {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.account-login-app__logo img,
.account-brand-logo {
  max-width: min(220px, 76vw);
  height: auto;
}

.account-login-app h1 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.account-button--ghost {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.84);
}

.account-remember {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  color: rgba(255,255,255,.74);
  font-size: 14px;
}

.account-remember input {
  width: 20px;
  height: 20px;
  accent-color: #ff304f;
}

.account-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.account-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
  color: #fff;
}

.account-benefit span,
.account-list-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: #ff4864;
}

.account-benefit strong {
  min-width: 0;
  font-size: 14px;
  line-height: 1.25;
}

.account-profile--app {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.account-profile--app .account-profile__avatar,
.account-profile--app .account-profile__avatar img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.account-profile--app h1 {
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-profile--app p {
  margin: 4px 0 0;
  color: rgba(255,255,255,.58);
}

.account-profile__view {
  grid-column: 1 / -1;
  min-height: 44px;
}

.account-list--app .account-list-item,
.account-list .account-list-item {
  min-height: 48px;
}

.account-list-item small {
  margin-left: auto;
  color: rgba(255,255,255,.58);
}

@media screen and (max-width: 390px) {
  .account-benefit-grid {
    grid-template-columns: 1fr;
  }

  .account-login-app h1,
  .account-profile--app h1 {
    font-size: 20px;
  }
}

/* DETAIL-4: large sticky player on mobile scroll. */
@media screen and (max-width: 767px) {
  :root {
    --movie-sticky-player-height: min(56.25vw, 45vh);
    --movie-sticky-player-top: 56px;
  }

  .movie-player-placeholder {
    width: 100%;
    max-width: 100%;
  }

  .block-video .player.is-mini-player {
    position: fixed;
    top: var(--movie-sticky-player-top);
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 9996;
    width: 100vw;
    max-width: 100vw;
    height: var(--movie-sticky-player-height);
    max-height: 45vh;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #000;
    box-shadow: 0 16px 38px rgba(0,0,0,.56);
  }

  .block-video .player.is-mini-player .player-holder,
  .block-video .player.is-mini-player .player-wrap {
    width: 100%;
    height: 100%;
  }

  .block-video .player.is-mini-player .player-wrap > div {
    height: 100% !important;
    padding-bottom: 0 !important;
  }

  .block-video .player.is-mini-player iframe,
  .block-video .player.is-mini-player .jwplayer,
  .block-video .player.is-mini-player #jwplayer,
  .block-video .player.is-mini-player #player-wrapper1 {
    width: 100% !important;
    height: 100% !important;
  }

  .movie-mini-player-controls.is-visible {
    position: fixed;
    top: calc(var(--movie-sticky-player-top) + 8px);
    right: max(8px, env(safe-area-inset-right));
    bottom: auto;
    z-index: 9997;
    display: flex;
    gap: 8px;
  }

  .movie-mini-player-controls button {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    background: rgba(0,0,0,.62);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(0,0,0,.32);
  }

  body.movie-player-sticky-active .block-video {
    padding-top: 0;
  }

  body.movie-player-sticky-active .movie-title,
  body.movie-player-sticky-active .video-info,
  body.movie-player-sticky-active .movie-comments,
  body.movie-player-sticky-active .related-videos {
    scroll-margin-top: calc(var(--movie-sticky-player-top) + var(--movie-sticky-player-height) + 12px);
  }
}

@media screen and (min-width: 421px) and (max-width: 767px) {
  .block-video .player.is-mini-player {
    right: 10px;
    left: 10px;
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    border-radius: 12px;
  }

  .movie-mini-player-controls.is-visible {
    right: max(18px, env(safe-area-inset-right));
  }
}

/* TRENDING-2: X-PORN Creator Center. */
.xp-creator-center {
  min-height: 100vh;
  padding-bottom: calc(86px + env(safe-area-inset-bottom));
  background: #08090d;
  color: #fff;
}

.xp-creator-center__content {
  display: grid;
  gap: 14px;
  padding-top: 12px;
}

.xp-payment-ticker {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255,36,72,.16), rgba(255,255,255,.045));
}

.xp-payment-ticker__track {
  display: flex;
  width: max-content;
  min-height: 42px;
  align-items: center;
  gap: 28px;
  padding: 0 16px;
  animation: xpTicker 24s linear infinite;
  white-space: nowrap;
}

.xp-payment-ticker__track span {
  color: rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 700;
}

@keyframes xpTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.xp-creator-center-hero {
  display: grid;
  gap: 5px;
  padding: 16px 2px 4px;
}

.xp-creator-center-hero span {
  color: #ff4864;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.xp-creator-center-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 6vw, 34px);
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.xp-creator-center-panel {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(18,20,28,.96), rgba(9,10,15,.96));
}

.xp-creator-center-list {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.xp-creator-center-row {
  display: grid;
  grid-template-columns: 34px 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}

.xp-creator-center-rank {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.xp-creator-center-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  background: #151722;
  box-shadow: 0 0 0 2px rgba(255,255,255,.08);
}

.xp-creator-center-main {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.xp-creator-center-name {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.xp-creator-center-name strong {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xp-verified-badge {
  display: grid;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: #ff304f;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.xp-creator-center-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  color: rgba(255,255,255,.58);
  font-size: 12px;
}

.xp-channel-link {
  min-height: 28px;
  color: #ff6b82;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.xp-payout-badge {
  display: grid;
  min-width: 78px;
  gap: 3px;
  justify-items: end;
  color: #fff;
  text-align: right;
}

.xp-payout-badge span {
  color: #23e0a2;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.xp-payout-badge strong {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.xp-creator-center .xp-home-feed {
  min-width: 0;
}

@media screen and (min-width: 768px) {
  .xp-creator-center__content {
    gap: 18px;
  }

  .xp-creator-center-panel {
    padding: 16px;
  }

  .xp-creator-center-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 420px) {
  .xp-creator-center__content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .xp-creator-center-panel {
    padding: 10px;
  }

  .xp-creator-center-row {
    grid-template-columns: 30px 48px minmax(0, 1fr);
    gap: 9px;
    padding: 9px;
  }

  .xp-creator-center-avatar {
    width: 48px;
    height: 48px;
  }

  .xp-payout-badge {
    grid-column: 3;
    justify-items: start;
    min-width: 0;
    margin-top: 1px;
  }

  .xp-payout-badge span,
  .xp-payout-badge strong {
    font-size: 12px;
  }
}

/* MOBILE UX: global sticky app header. */
@media screen and (max-width: 767px) {
  .header {
    position: sticky !important;
    top: 0 !important;
    z-index: 10020 !important;
    width: 100%;
    max-width: 100%;
    background: #0b0b0b !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.07);
  }

  .header .header__top {
    display: grid !important;
    height: 56px !important;
    min-height: 56px !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
    align-items: center !important;
    padding: 4px 10px !important;
    background: #0b0b0b !important;
  }

  .header .xp-mobile-menu-button {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  .header .logo {
    grid-column: 2 !important;
    justify-self: center !important;
    position: static !important;
    transform: none !important;
    display: flex !important;
    justify-content: center !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .header .logo a {
    display: inline-flex !important;
    min-width: 0;
    max-width: 100%;
  }

  .header .xhub-logo {
    width: auto !important;
    height: 34px !important;
    max-width: 124px !important;
    object-fit: contain !important;
  }

  .header .xp-mobile-search-button {
    grid-column: 3 !important;
    justify-self: end !important;
  }

  .header .search {
    z-index: 10021;
  }

  .xp-home,
  .xp-creator-center,
  .account-page,
  .reel-page,
  .content > .block-video {
    scroll-margin-top: 62px;
  }

  html,
  body,
  .container {
    overflow-x: hidden;
  }
}

/* HEADER-FIX: one fixed mobile header shared by every app tab. */
@media screen and (max-width: 767px) {
  :root {
    --xp-mobile-header-core: 56px;
    --xp-mobile-header-safe: env(safe-area-inset-top, 0px);
    --xp-mobile-header-height: calc(var(--xp-mobile-header-core) + var(--xp-mobile-header-safe));
    --xp-mobile-bottom-nav-height: calc(66px + env(safe-area-inset-bottom, 0px));
  }

  html,
  body,
  .container {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #0b0b0b !important;
  }

  body {
    padding-top: var(--xp-mobile-header-height) !important;
    padding-bottom: var(--xp-mobile-bottom-nav-height) !important;
  }

  .header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 11000 !important;
    width: 100% !important;
    height: var(--xp-mobile-header-height) !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #0b0b0b !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.08);
  }

  .header .header__top {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    display: grid !important;
    width: 100% !important;
    height: var(--xp-mobile-header-height) !important;
    min-height: var(--xp-mobile-header-height) !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
    align-items: center !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: var(--xp-mobile-header-safe) 10px 0 !important;
    background: #0b0b0b !important;
    overflow: visible !important;
  }

  .header .xp-mobile-menu-button,
  .header .xp-mobile-search-button {
    display: inline-grid !important;
    width: 44px !important;
    height: 44px !important;
    place-items: center !important;
    margin: 0 !important;
    color: #fff !important;
  }

  .header .xp-mobile-menu-button {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  .header .xp-mobile-search-button {
    grid-column: 3 !important;
    justify-self: end !important;
  }

  .header .logo {
    grid-column: 2 !important;
    position: static !important;
    left: auto !important;
    z-index: 1 !important;
    display: flex !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    justify-content: center !important;
    transform: none !important;
  }

  .header .logo a {
    display: inline-flex !important;
    max-width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .header .xhub-logo {
    width: auto !important;
    height: 34px !important;
    max-width: 124px !important;
    object-fit: contain !important;
  }

  .header__sites {
    display: none !important;
  }

  .header .search {
    top: calc(100% + 1px) !important;
    z-index: 11001 !important;
    background: #0b0b0b !important;
  }

  .xp-home,
  .xp-creator-center,
  .account-page {
    padding-top: 0 !important;
  }

  .reel-page {
    height: calc(100dvh - var(--xp-mobile-header-height) - var(--xp-mobile-bottom-nav-height)) !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000 !important;
  }

  .reel-feed,
  .reel-item {
    height: calc(100dvh - var(--xp-mobile-header-height) - var(--xp-mobile-bottom-nav-height)) !important;
    min-height: 0 !important;
    background: #000 !important;
  }

  .reel-media,
  .reel-video,
  .reel-poster {
    background: #000 !important;
  }

  .mobile-bottom-nav {
    z-index: 10990 !important;
  }
}

@media screen and (max-width: 390px) {
  .xp-creator-rank__trend {
    display: none;
  }

  .block-video .player.is-mini-player {
    right: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
  }

  .movie-mini-player-controls.is-visible {
    top: calc(var(--movie-sticky-player-top) + 8px);
    right: max(8px, env(safe-area-inset-right));
    bottom: auto;
  }
}

/* HEADER-LOGO-FIX: mobile header row with one absolute-centered logo. */
@media screen and (max-width: 767px) {
  :root {
    --xp-mobile-header-core: 64px;
    --xp-mobile-header-safe: env(safe-area-inset-top, 0px);
    --xp-mobile-header-height: calc(var(--xp-mobile-header-core) + var(--xp-mobile-header-safe));
    --xp-mobile-bottom-nav-height: calc(66px + env(safe-area-inset-bottom, 0px));
  }

  html,
  body,
  .container {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    background: #0b0b0b !important;
  }

  body {
    padding-top: var(--xp-mobile-header-height) !important;
    padding-bottom: var(--xp-mobile-bottom-nav-height) !important;
  }

  .header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 12000 !important;
    display: block !important;
    width: 100% !important;
    height: var(--xp-mobile-header-height) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: #0b0b0b !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.08) !important;
  }

  .header .header__top {
    position: relative !important;
    top: 0 !important;
    right: auto !important;
    left: auto !important;
    display: grid !important;
    width: 100% !important;
    height: var(--xp-mobile-header-height) !important;
    min-height: var(--xp-mobile-header-height) !important;
    grid-template-columns: 56px minmax(0, 1fr) 56px !important;
    align-items: center !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: var(--xp-mobile-header-safe) 12px 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    border: 0 !important;
    background: #0b0b0b !important;
    box-shadow: none !important;
  }

  .header .xp-mobile-header-button,
  .header .xp-mobile-menu-button,
  .header .xp-mobile-search-button {
    position: relative !important;
    z-index: 2 !important;
    display: inline-grid !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    place-items: center !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .header .xp-mobile-menu-button {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  .header .xp-mobile-search-button {
    grid-column: 3 !important;
    justify-self: end !important;
  }

  .header .logo {
    position: absolute !important;
    top: calc(var(--xp-mobile-header-safe) + (var(--xp-mobile-header-core) / 2)) !important;
    left: 50% !important;
    z-index: 1 !important;
    display: flex !important;
    width: 148px !important;
    min-width: 0 !important;
    max-width: calc(100vw - 120px) !important;
    height: var(--xp-mobile-header-core) !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: translate(-50%, -50%) !important;
  }

  .header .logo a {
    display: flex !important;
    width: 148px !important;
    min-width: 0 !important;
    max-width: calc(100vw - 120px) !important;
    height: var(--xp-mobile-header-core) !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .header .xhub-logo {
    display: block !important;
    width: clamp(112px, 31vw, 135px) !important;
    max-width: calc(100vw - 120px) !important;
    height: auto !important;
    max-height: 44px !important;
    object-fit: contain !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .header__sites,
  .header .logo + .logo,
  body > .logo,
  body > .site-logo,
  body > .xporn-logo,
  body > .mobile-logo {
    display: none !important;
  }

  .header .search {
    top: calc(100% + 1px) !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 12001 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: #0b0b0b !important;
  }

  .reel-page,
  .reel-feed,
  .reel-item {
    height: calc(100dvh - var(--xp-mobile-header-height) - var(--xp-mobile-bottom-nav-height)) !important;
    min-height: 0 !important;
  }
}

@media screen and (max-width: 430px) {
  .xp-creator {
    flex-basis: 84px;
  }

  .xp-creator img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }

  .xhub-home-premium {
    padding-bottom: 0;
  }

  .xp-home__content {
    padding-top: 24px;
  }

  .xhub-video-grid--latest {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, minmax(0, auto));
    grid-auto-columns: clamp(150px, 43vw, 180px);
    grid-template-columns: none;
    gap: 14px 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .xhub-video-grid--latest::-webkit-scrollbar {
    display: none;
  }

  .xhub-video-grid--latest > * {
    scroll-snap-align: start;
  }
}

.xp-creator .xp-creator__avatar {
  position: relative;
  display: block;
  width: fit-content;
  overflow: visible;
  line-height: 0;
}

.xp-creator--featured img {
  border-color: #ef233c;
  box-shadow: 0 0 14px rgba(239,35,60,.36);
}

.xp-creator__adult-badge {
  position: absolute;
  top: -2px;
  right: -3px;
  z-index: 2;
  display: inline-grid;
  min-width: 25px;
  height: 18px;
  padding: 0 4px;
  place-items: center;
  border: 2px solid #111;
  border-radius: 999px;
  color: #fff;
  background: #ef233c;
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  font-size: 9px;
  font-weight: 700;
  line-height: 14px;
}

.xhub-search-form select {
  min-height: 46px;
  padding: 0 38px 0 12px;
  border: 1px solid var(--xhub-color-border, #333);
  border-radius: var(--xhub-radius-md, 12px);
  color: var(--xhub-color-text, #fff);
  background: var(--xhub-color-surface, #151515);
  font: inherit;
}

@media screen and (max-width: 767px) {
  :root {
    --xp-mobile-bottom-nav-core: 58px;
    --xp-mobile-bottom-nav-height: calc(var(--xp-mobile-bottom-nav-core) + env(safe-area-inset-bottom, 0px));
  }

  .mobile-bottom-nav {
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: var(--xp-mobile-bottom-nav-height);
    min-height: var(--xp-mobile-bottom-nav-height);
    padding: 0 4px env(safe-area-inset-bottom, 0px);
    overflow: visible;
  }

  .mobile-bottom-nav__item--forum {
    width: auto;
    min-height: 0;
    padding: 5px 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .mobile-bottom-nav__item--forum {
    box-sizing: border-box;
    width: min(78px, 19vw);
    height: 66px;
    min-height: 66px;
    align-self: end;
    justify-self: center;
    padding: 7px 5px 5px;
    overflow: visible;
    border: 2px solid #ff334b;
    border-radius: 20px;
    color: #fff;
    background: #111217;
    box-shadow: 0 0 0 1px rgba(255,51,75,.22), 0 0 20px rgba(255,51,75,.45);
    transform: translateY(-8px);
  }

  .mobile-bottom-nav__item--forum svg {
    width: 25px;
    height: 25px;
  }

  .mobile-bottom-nav__item--forum span {
    font-weight: 800;
  }

  .mobile-bottom-nav__item--forum .mobile-bottom-nav__badge {
    top: -9px;
    right: -9px;
    z-index: 3;
    left: auto;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 9px;
    line-height: 11px;
    pointer-events: none;
  }

  .mobile-bottom-nav__item::after {
    position: absolute;
    right: 50%;
    bottom: 5px;
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: #ef233c;
    content: none;
    opacity: 0;
    transform: translateX(50%);
  }

  .mobile-bottom-nav__item.is-active::after {
    content: '';
    width: 52px;
    height: 4px;
    opacity: 1;
  }

  .xhub-search-form select {
    width: 100%;
    flex-basis: 100%;
  }

  .header .search form {
    display: block;
    width: 100%;
    flex-basis: auto;
  }

  .xhub-header-search-filters {
    position: static;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .xhub-header-search-submit {
    width: 100%;
  }
}

.reel-comment-form button {
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  border: 1px solid rgba(255,49,89,.18);
  background: rgba(255,49,89,.1);
  color: #ff3159;
  font-size: 0;
}

.reel-comment-form button span {
  display: block;
  font-size: 22px;
  line-height: 1;
  transform: rotate(-35deg);
}

/* SHORTS-VIEWPORT-LOCK: never trust mobile 100dvh after the comment keyboard closes. */
@media screen and (max-width: 767px) {
  .reel-page,
  .reel-page.reel-page--forum {
    position: fixed !important;
    top: var(--xp-mobile-header-height) !important;
    right: 0 !important;
    bottom: var(--xp-mobile-bottom-nav-height) !important;
    left: 0 !important;
    z-index: 10 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000 !important;
  }

  .reel-page .reel-feed,
  .reel-page .reel-item,
  .reel-page .reel-media {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
  }
}

.jwplayer .jw-slider-time {
  touch-action: none;
}

.xhub-scrub-preview {
  position: absolute;
  bottom: 56px;
  z-index: 8;
  display: none;
  width: clamp(128px, 38vw, 160px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 9px;
  background: #090909;
  box-shadow: 0 10px 28px rgba(0,0,0,.72);
  pointer-events: none;
}

.xhub-scrub-preview.is-visible {
  display: block;
}

.xhub-scrub-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xhub-scrub-preview span {
  position: absolute;
  right: 6px;
  bottom: 5px;
  padding: 2px 5px;
  border-radius: 4px;
  color: #fff;
  background: rgba(0,0,0,.82);
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  font-variant-numeric: tabular-nums;
}

@media (prefers-reduced-motion: reduce) {
  .xhub-scrub-preview {
    transition: none;
  }
}

/* Shared XHUB comment composer, based on the compact XPHIM comment bar. */
.xhub-comment-composer {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) 38px !important;
  gap: 8px !important;
  align-items: center !important;
}
.xhub-comment-composer[hidden] { display: none !important; }
.xhub-comment-composer > label { min-width: 0; }
.xhub-comment-composer__avatar {
  display: block;
  width: 34px !important;
  height: 34px !important;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50% !important;
  object-fit: cover;
}
.xhub-comment-composer textarea {
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0;
  min-height: 38px !important;
  max-height: 76px;
  margin: 0 !important;
  padding: 8px 13px !important;
  border: 1px solid #30323a !important;
  border-radius: 999px !important;
  background: #0b0b0d !important;
  color: #fff !important;
  resize: none !important;
}
.xhub-comment-composer__send {
  display: grid !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  place-items: center;
  border: 1px solid rgba(255,49,89,.18) !important;
  border-radius: 50% !important;
  background: rgba(255,49,89,.1) !important;
  color: #ff3159 !important;
  font-size: 0 !important;
}
.xhub-comment-composer__send span {
  font-size: 22px;
  line-height: 1;
  transform: rotate(-35deg);
}

.xhub-comment-login {
  box-sizing: border-box;
  display: grid !important;
  width: 100% !important;
  min-height: 52px !important;
  margin: 10px 0 0 !important;
  padding: 8px 16px !important;
  grid-template-columns: 25px minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255,49,89,.72) !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 12% 50%,rgba(255,49,89,.14),transparent 34%),
    #111216 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  box-shadow: inset 0 0 22px rgba(255,49,89,.035);
}
.xhub-comment-login__icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  color: #ff3159;
}
.xhub-comment-login__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.xhub-comment-login__arrow {
  color: #ff3159;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}
.xhub-comment-login:hover,
.xhub-comment-login:focus-visible {
  border-color: #ff3159 !important;
  background:
    radial-gradient(circle at 12% 50%,rgba(255,49,89,.22),transparent 38%),
    #15151a !important;
}

.xhub-comment-item,
.xporn-forum-profile__comments .xporn-checker-comment {
  position: relative;
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) 14px !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 4px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #e7e7eb;
  box-shadow: none !important;
}
.xhub-comment-item > img,
.xporn-forum-profile__comments .xporn-checker-comment > img {
  width: 40px !important;
  height: 40px !important;
  border: 0;
  border-radius: 50% !important;
  object-fit: cover;
}
.xhub-comment-item > div,
.xporn-forum-profile__comments .xporn-checker-comment > div {
  min-width: 0;
  padding: 8px 10px;
  border: 0;
  border-radius: 4px 14px 14px;
  background: #232329;
}
.xhub-comment-item header,
.xhub-comment-item .movie-comment__meta {
  display: flex;
  min-width: 0;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 8px;
}
.xporn-forum-profile__comments .xporn-checker-comment__body {
  display: grid;
  grid-template-columns: max-content minmax(0,1fr);
  align-items: baseline;
  gap: 4px 8px;
}
.xporn-forum-profile__comments .xporn-checker-comment__body > p,
.xporn-forum-profile__comments .xporn-checker-comment__body > .xporn-checker-comment__actions {
  grid-column: 1 / -1;
}
.xhub-comment-item strong,
.xporn-forum-profile__comments .xporn-checker-comment strong {
  color: #ff3159 !important;
  font-size: 13px !important;
  font-weight: 800;
}
.xhub-comment-item time,
.xhub-comment-item .movie-comment__meta span,
.xporn-forum-profile__comments .xporn-checker-comment small {
  color: #898d96 !important;
  font-size: 10px !important;
  font-weight: 500;
}
.xhub-comment-item p,
.xhub-comment-item .movie-comment__content,
.xporn-forum-profile__comments .xporn-checker-comment__body > p {
  margin: 5px 0 0 !important;
  color: #c6c8cf !important;
  font-size: 13px !important;
  line-height: 1.45;
}
.xhub-comment-item__more,
.xporn-forum-profile__comments .xporn-checker-comment::after {
  grid-column: 3;
  grid-row: 1;
  align-self: start;
  color: #777b84;
  content: "⋮";
  font-size: 20px;
  line-height: 1;
  text-align: right;
}
.xhub-comment-item .movie-comment__actions,
.xhub-comment-item .xporn-checker-comment__actions,
.xporn-forum-profile__comments .xporn-checker-comment__actions,
.xhub-comment-item [class*="comment-like"],
.xhub-comment-item [data-comment-like] {
  display: none !important;
}
.movie-comment-list,
.reel-comments-list,
.xhub-content-comments__list,
.xporn-checker-comments,
.xporn-comment-list,
.xporn-checker-post__comments {
  gap: 10px !important;
}

/* Facebook-style published comments: no card border around the user row. */
.xporn-checker-comment,
.xbook-review,
.xporn-checker-post__comment-item {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.xporn-checker-comment {
  padding: 4px 0 !important;
}
.xporn-checker-comment > .xporn-checker-comment__body,
.xbook-review > div,
.xporn-checker-post__comment-item > div {
  min-width: 0;
  padding: 8px 10px !important;
  border: 0 !important;
  border-radius: 4px 14px 14px !important;
  background: #232329 !important;
  box-shadow: none !important;
}

/* Movie detail: plain details row and a transparent outline Like icon. */
.movie-meta-card {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.rate-like {
  padding: 0 !important;
  border: 0 !important;
  outline: 0;
  color: #d8dbe1;
  background: transparent !important;
  box-shadow: none !important;
  appearance: none;
}
.rate-like::before {
  display: none !important;
  content: none !important;
}
.rate-like svg {
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
}
.rate-like.is-active {
  color: #ff3159;
}
.rate-like.is-active svg {
  fill: none !important;
}

/* Shorts comments: fixed-height sheet, oldest comment first, inner scrolling list. */
@media screen and (max-width: 767px) {
  .reel-comments-sheet {
    top: 40dvh;
    bottom: calc(66px + env(safe-area-inset-bottom));
    display: flex;
    max-height: none;
    flex-direction: column;
  }
  .reel-comments-sheet__body {
    min-height: 0;
    max-height: none;
    flex: 1;
    overflow: hidden;
    padding: 12px 14px;
  }
  .reel-comments-content {
    display: flex;
    min-height: 0;
    height: 100%;
    flex-direction: column;
  }
  .reel-comments-list {
    min-height: 0;
    flex: 1;
    align-content: start;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }
  .reel-comment-form,
  .reel-comments-login {
    flex: 0 0 auto;
  }
}
.xhub-creator-directory__header,.xhub-creator-profile__hero{margin:24px 0;padding:24px;border:1px solid #2a2a2a;border-radius:16px;background:#111;color:#fff}.xhub-creator-directory__header form{display:flex;gap:10px;flex-wrap:wrap}.xhub-creator-directory__header input,.xhub-creator-directory__header select,.xhub-creator-directory__header button{min-height:44px;padding:0 12px}.xhub-creator-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px}.xhub-creator-card{position:relative;display:flex;min-width:0;flex-direction:column;align-items:center;gap:8px;padding:14px;border:1px solid #e50914;border-radius:16px;background:#151515;color:#fff;text-align:center;overflow:hidden}.xhub-creator-card__cover{width:100%;height:110px;object-fit:cover;border-radius:10px}.xhub-creator-card__avatar,.xhub-creator-profile__hero>img{border:3px solid #e50914;border-radius:50%;object-fit:cover;background:#222}.xhub-creator-profile__hero{display:flex;align-items:flex-end;gap:22px;min-height:260px;background-image:linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.25)),var(--creator-cover);background-size:cover;background-position:center}.xhub-creator-tabs{display:flex;gap:8px;overflow-x:auto;margin:0 0 22px}.xhub-creator-tabs a{padding:10px 16px;border-radius:999px;background:#222;color:#fff;white-space:nowrap}.xhub-creator-tabs a.is-active{background:#e50914}.xp-creator small{display:block;color:#e50914;font-size:10px}.xhub-search-creators{margin-bottom:24px}@media(max-width:600px){.xhub-creator-profile__hero{align-items:center;flex-direction:column;text-align:center}.xhub-creator-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.xhub-creator-card{padding:10px}.xhub-creator-card__cover{height:80px}}

.xhub-featured-hero{position:relative;isolation:isolate;overflow:hidden;background-image:var(--xhub-hero-image);background-position:var(--xhub-hero-position,center);background-size:cover}.xhub-featured-hero__video{position:absolute;inset:0;z-index:0;display:block;width:100%;height:100%;object-fit:cover;object-position:var(--xhub-hero-position,center);background:transparent}.xhub-featured-hero__shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(6,7,10,.88) 0%,rgba(6,7,10,.48) 54%,rgba(6,7,10,.12)),linear-gradient(0deg,rgba(6,7,10,.78),transparent 58%);pointer-events:none}.xhub-featured-hero__content{position:relative;z-index:2}.xhub-featured-hero h1,.xhub-featured-hero__content>p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.xhub-featured-hero h1{-webkit-line-clamp:2}.xhub-featured-hero__content>p{-webkit-line-clamp:3}.xhub-featured-hero__video[hidden]{display:none}@media(max-width:700px){.xhub-featured-hero{min-height:clamp(340px,46dvh,460px);border-radius:0}.xhub-home-premium{width:100%;padding-top:0}.xhub-featured-hero__content{padding:clamp(22px,7vw,34px) 16px}.xhub-featured-hero h1{font-size:clamp(27px,9vw,40px)}}@media(prefers-reduced-motion:reduce){.xhub-featured-hero__video{display:none}}

.xhub-site-footer {
  box-sizing: border-box;
  width: min(100% - 24px, 1280px);
  margin: 12px auto calc(76px + env(safe-area-inset-bottom, 0px));
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.xhub-site-footer nav { display:flex;align-items:center;justify-content:center;gap:8px 20px;flex-wrap:wrap; }
.xhub-site-footer a { color:#a8a8b2;font-size:12px;font-weight:700;text-decoration:none; }
.xhub-site-footer a:hover,.xhub-site-footer a:focus-visible { color:#ff4f72; }
.js-hover-preview { position:relative; }
.js-hover-preview.is-touch-preview::after {
  position:absolute;z-index:6;right:8px;bottom:8px;padding:4px 7px;border-radius:999px;
  content:"Tua nhanh";background:rgba(0,0,0,.76);color:#fff;font-size:9px;font-weight:800;letter-spacing:.04em;
  pointer-events:none;
}
.js-hover-preview.is-touch-preview .js-preview-img { filter:saturate(1.08); }
@media (max-width: 640px) {
  .xhub-site-footer { width:calc(100% - 16px);margin-top:8px;padding:12px 0 30px; }
  .account-page + .xhub-site-footer { margin-top:0; }
  body.xporn-account-page .container,
  .container:has(> .account-page) {
    min-height: 0;
    padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px));
  }
  body.xporn-account-page .xhub-site-footer,
  .container:has(> .account-page) > .xhub-site-footer {
    margin-top: 6px;
    margin-bottom: 0;
  }

  body.xporn-account-page .account-page,
  body.xporn-account-page .container,
  body.xporn-account-page .xhub-site-footer {
    background: #0b0b0b !important;
  }

  body.xporn-account-page .xhub-site-footer,
  body.xporn-account-page .mobile-bottom-nav {
    border-top-color: transparent !important;
  }
}

/* Keep the shared footer at the visual end of short mobile tabs. */
@media screen and (max-width: 767px) {
  .container:has(> .xhub-site-footer) {
    display: flex;
    min-height: calc(100dvh - var(--xp-mobile-header-height) - var(--xp-mobile-bottom-nav-height)) !important;
    padding-bottom: 0 !important;
    flex-direction: column;
  }

  .container:has(> .xhub-site-footer) > main {
    flex: 1 0 auto;
  }

  .container:has(> .xhub-site-footer) > .xhub-site-footer {
    flex: 0 0 auto;
    margin-top: auto;
    margin-bottom: 0;
  }
}

/* XPHIM supplied brand asset: crop its built-in black canvas without distortion. */
.header .xhub-logo--xphim,
.header .xhub-logo--xcall {
  width: 176px !important;
  height: 52px !important;
  max-width: 176px !important;
  max-height: 52px !important;
  object-fit: cover !important;
  object-position: center !important;
}
@media (max-width: 767px) {
  .header .xhub-logo--xphim,
  .header .xhub-logo--xcall {
    width: 148px !important;
    height: 56px !important;
    max-width: calc(100vw - 120px) !important;
    max-height: 56px !important;
  }
}
