* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  overflow-x: hidden;
}

.ad-container {
  margin: 16px auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

.ad-container[data-ad-index="0"] {
  margin-top: 0;
}

.ad-slot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  min-height: 250px;
  max-width: 300px;
  margin: auto;
}

.nexus-core-viewport {
  min-height: -webkit-calc(100vh - 390px);
  min-height: calc(100vh - 390px);
}

.nexus-warning-strip {
  background: -webkit-gradient(linear, left top, left bottom, from(#8b69b1), to(#e2afcd));
  background: -webkit-linear-gradient(top, #8b69b1, #e2afcd);
  background: linear-gradient(to bottom, #8b69b1, #e2afcd);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 6px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nexus-warning-strip .star-icon {
  width: 16px;
  aspect-ratio: 1;
  background-image: url(../../images/star.71ccf6b.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nexus-top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 15px 40px;
  height: 100px;
  background-color: #d3c4dd;
}

.nexus-logo-brand {
  font-size: 28px;
  font-weight: 900;
  color: #4a3b69;
}

.nexus-nav-anchors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 50px;
}

.nexus-nav-link {
  text-decoration: none;
  color: #4a3b69;
  font-size: 18px;
  font-weight: 700;
}

.nexus-nav-item {
  position: relative;
  display: inline-block;
}

.nexus-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 4px;
  padding: 10px 0;
}

.has-dropdown:hover .nexus-dropdown-content {
  display: block;
}

.nexus-dropdown-item {
  color: #4a3b69;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.nexus-dropdown-item:hover {
  background-color: #f1ecf7;
}

.nexus-search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 2px 10px;
  margin-right: 15px;
}

#nexus-search-input {
  border: none;
  background: transparent;
  outline: none;
  padding: 5px;
  font-size: 12px;
  width: 120px;
}

#nexus-search-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
}

.nexus-search-avatar {
  width: 32px;
  height: 32px;
  background-color: #222;
  border-radius: 50%;
  background-image: url(../../images/search.3cbb875.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nexus-zone {
  padding: 40px;
}

.nexus-matrix {
  max-width: 1200px;
  margin: 0 auto;
}

.nexus-zone-title {
  font-size: 25px;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

h1.nexus-zone-title {
  height: 100px;
  line-height: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#b5e8d0), color-stop(#d8e9b8), color-stop(#e6e2c3), color-stop(#e8d5e2), to(#d4b4e8));
  background: -webkit-linear-gradient(left, #b5e8d0, #d8e9b8, #e6e2c3, #e8d5e2, #d4b4e8);
  background: linear-gradient(to right, #b5e8d0, #d8e9b8, #e6e2c3, #e8d5e2, #d4b4e8);
  color: #e6d5e9;
  font-size: 40px;
  -webkit-text-stroke: 2px #3a2454;
  margin-bottom: 0;
  text-align: center;
  font-weight: 800;
}

h2.nexus-zone-title {
  font-size: 35px;
  text-align: center;
}

h3.nexus-zone-title {
  max-width: 1200px;
  margin: 0 auto 20px;
}

.zone-gradient-pop {
  background-color: #fff;
}

.zone-solid-light,
.zone-solid-mid,
.zone-solid-must {
  background-color: #d3c4dd;
}

.zone-solid-dark,
.zone-solid-deep {
  background: -webkit-gradient(linear, left top, left bottom, from(#8b69b1), to(#e2afcd));
  background: -webkit-linear-gradient(top, #8b69b1, #e2afcd);
  background: linear-gradient(to bottom, #8b69b1, #e2afcd);
}

.zone-solid-deep {
  padding-bottom: 80px;
}

.nexus-matrix-six,
.nexus-matrix-eight,
.nexus-matrix-seven {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 15px;
}

.nexus-matrix-eight {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.nexus-matrix-seven {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.nexus-matrix-four {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding-top: 10px;
}

.vid-cover-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  background: #000;
  overflow: hidden;
}

.vid-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vid-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 36px;
  aspect-ratio: 1;
  background-image: url(../../images/play.8406fac.png);
  background-position: center;
  background-size: 100%;
}

.vid-duration-badge {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 11px;
  padding: 2px 4px;
  border-radius: 2px;
}

.card-style-pop {
  background: #fff;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.card-style-pop:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.card-pop-hot-tag {
  position: absolute;
  top: 5px;
  right: 0;
  background: #a63d40;
  color: #fff;
  font-size: 10px;
  padding: 3px 8px;
  padding-left: 10px;
}

.card-pop-hot-tag::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #a63d40;
}

.card-pop-title {
  font-size: 11px;
  font-weight: 700;
  color: #333;
  margin: 8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 29px;
  overflow: hidden;
}

.card-style-feat {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.card-style-feat:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.card-feat-title {
  font-size: 11px;
  font-weight: 600;
  color: #333;
  margin-top: 8px;
  line-height: 1.3;
  max-height: 43px;
  overflow: hidden;
}

.card-style-must-hero {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.card-style-must-hero:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.must-hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 10px;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.must-hero-avatar {
  width: 36px;
  height: 36px;
  object-fit: cover;
}

.must-hero-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

.must-hero-stars {
  font-size: 12px;
  color: #222;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
}

.must-hero-title {
  font-size: 11px;
  color: #333;
  font-weight: 600;
  line-height: 1.2;
  max-height: 28px;
  overflow: hidden;
}

.card-style-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 5px 10px;
  gap: 15px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  overflow: hidden;
}

.card-style-track:hover {
  background: rgba(255, 255, 255, 0.7);
}

.track-thumb {
  width: 45px;
  height: 45px;
  border-radius: 4px;
  object-fit: cover;
}

.track-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

.track-cat {
  font-size: 12px;
  font-weight: 800;
  color: #222;
  margin-bottom: 2px;
}

.track-title {
  width: 100%;
  font-size: 11px;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-style-excl {
  background: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  overflow: visible;
  margin-bottom: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.card-style-excl:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.card-style-excl .vid-cover-wrap {
  aspect-ratio: 1.5;
}

.excl-meta {
  padding: 10px 10px 30px 10px;
  text-align: left;
}

.excl-stars {
  font-size: 14px;
  color: #111;
  margin-bottom: 4px;
}

.excl-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  overflow: hidden;
}

.excl-float-avatar {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.nexus-split-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 20px;
}

.nexus-split-heroes {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
     -moz-box-flex: 3;
          flex: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.nexus-split-tracks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  position: relative;
}

.nexus-btn-more {
  content: "More videos";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 12px 48px;
  border-radius: 999px;
  background-color: #5a4575;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 75%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.nexus-bottom-footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#8b69b1), to(#e2afcd));
  background: -webkit-linear-gradient(top, #8b69b1, #e2afcd);
  background: linear-gradient(to bottom, #8b69b1, #e2afcd);
  padding: 60px 40px 40px;
  color: white;
}

.footer-content-limit {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.footer-branding-side {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 25px;
}

.footer-logo {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 2px;
}

.footer-action-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: white;
  padding: 10px 30px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-action-btn:hover {
  background: white;
  color: #b391c8;
}

.footer-meta-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.footer-meta-links a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 12px;
}

.footer-listing-side {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  max-width: 500px;
}

.footer-listing-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}

.footer-dynamic-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 8px;
}

.footer-miss-out-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.footer-miss-out-link:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  color: white;
}

@media screen and (max-width: 900px) {
  .nexus-top-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    height: auto;
    padding: 15px;
    gap: 10px;
  }

  .nexus-nav-anchors {
    gap: 20px;
  }

  .nexus-nav-link {
    font-size: 15px;
  }

  .nexus-logo-brand {
    font-size: 22px;
  }

  #nexus-search-input {
    width: 80px;
  }

  .nexus-zone {
    padding: 30px 20px;
  }

  .nexus-matrix-eight,
  .nexus-matrix-seven,
  .nexus-matrix-six {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nexus-matrix-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  h1.nexus-zone-title {
    font-size: 30px;
    height: 80px;
    line-height: 80px;
  }

  h2.nexus-zone-title {
    font-size: 28px;
  }

  .nexus-split-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }

  .nexus-split-tracks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nexus-btn-more {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .footer-content-limit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .nexus-nav-anchors {
    gap: 12px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .nexus-nav-link {
    font-size: 14px;
  }

  .nexus-search-wrapper {
    margin-right: 0;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .nexus-matrix-eight,
  .nexus-matrix-seven,
  .nexus-matrix-six,
  .nexus-matrix-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  h1.nexus-zone-title {
    font-size: 22px;
    -webkit-text-stroke: 1px #3a2454;
  }

  h2.nexus-zone-title {
    font-size: 22px;
  }

  .track-title {
    max-width: 150px;
  }

  .nexus-split-heroes {
    grid-template-columns: 1fr;
  }

  .nexus-split-tracks {
    grid-template-columns: 1fr;
  }

  .excl-float-avatar {
    width: 36px;
    height: 36px;
    bottom: -15px;
  }

  .footer-branding-side {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .footer-meta-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .footer-listing-side {
    max-width: 100%;
  }

  .footer-miss-out-link {
    font-size: 14px;
    padding: 5px 0;
  }

  .vid-cover-wrap {
    height: 215px;
    aspect-ratio: auto;
  }

  .card-pop-title,
  .card-feat-title,
  .must-hero-title,
  .excl-title {
    height: 29px;
  }
}
#matrix-must-heroes .card-style-must-hero{
    min-width: 15vw;
}


@media (max-width: 900px) {

    #matrix-latest-bottom {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #matrix-popular .card-style-pop:nth-child(n+9){
        display: none;
    }

    #matrix-featured .card-style-feat:nth-child(n+9){
        display: none;
    }

    #matrix-releases .card-style-pop:nth-child(n+9){
        display: none;
    }
}
