:root {
  --bp-shadow: 6px 6px 0px 0px rgba(0, 64, 224, 1);
}

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
}

.ad-container {
  margin: 16px auto;
}

.ad-container[data-ad-index="0"] {
  margin-top: 0;
}

.gptslot {
  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: 0 auto;
}

.ad-label {
  width: 100%;
  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: start;
  -webkit-align-items: start;
     -moz-box-align: start;
          align-items: start;
  position: relative;
  padding: 5px 0px 2px 0px;
  font-size: 14px;
  color: rgb(73, 73, 73);
}

body.bp-home-body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #f7f7f7;
  color: #111111;
  overflow-x: hidden;
  line-height: 1.4;
}

.bp-top-navbar {
  background-color: #1e56e3;
  color: #ffffff;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 4px solid #000;
}

.bp-navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 16px;
  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;
}

.bp-brand-logo {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
}

.bp-search-container {
  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-color: #ffffff;
  padding: 2px 6px;
  width: 400px;
  margin: 0 auto;
  max-width: 100%;
  border: 1px solid #000;
}

.bp-search-input {
  border: none;
  outline: none;
  padding: 6px 8px;
  width: 100%;
  font-size: 14px;
  color: #333333;
}

.bp-search-btn {
  border: none;
  background: transparent;
  color: #666666;
  cursor: pointer;
  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;
  padding: 4px;
}

.bp-search-btn:hover {
  color: #1e56e3;
}

.bp-categories-bar {
  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;
  gap: 15px;
  padding: 16px;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
  scrollbar-width: thin;
}

.bp-categories-bar::-webkit-scrollbar {
  height: 4px;
  background-color: transparent;
}

.bp-categories-bar::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.bp-categories-bar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.bp-categories-bar::-webkit-scrollbar-track {
  background-color: transparent;
}

.bp-category-tab-node {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.bp-category-tab-node:hover {
  color: #a60870;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.bp-main-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 16px;
}

.bp-section-block {
  margin-bottom: 40px;
}

.bp-section-heading {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  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;
  text-transform: uppercase;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}

.bp-heading-num {
  margin-right: 6px;
  font-weight: 900;
}

.bp-color-blue .bp-heading-num {
  color: #1e56e3;
}

.bp-color-pink .bp-heading-num {
  color: #d61c6b;
}

.bp-color-red .bp-heading-num {
  color: #e02424;
}

.bp-color-purple .bp-heading-num {
  color: #80084e;
}

.bp-color-orange .bp-heading-num {
  color: #b61220;
}

.bp-grid-container {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.bp-video-grid-cell {
  position: relative;
  -webkit-transition: box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  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;
  cursor: pointer;
}

.bp-video-grid-cell:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.bp-video-grid-cell:hover .bp-play-btn {
  opacity: 1;
}

.bp-video-grid-cell:hover .bp-video-headline-text {
  color: #003fdf;
}

.bp-poster-box-frame {
  width: 100%;
  position: relative;
  aspect-ratio: 1 / 1.5;
  background-color: #e5e7eb;
  box-shadow: var(--bp-shadow);
}

.bp-lazy-loaded-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.bp-lazy-loaded-img.bp-img-ready {
  opacity: 1;
}

.bp-duration-stamp-tag {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background-color: #000;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 5px;
}

.bp-play-btn {
  width: 40%;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../images/play.0e08611.png) center no-repeat;
  background-size: cover;
  opacity: 0;
}

.bp-meta-summary-block {
  padding: 10px 0;
  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;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  margin-top: 5px;
}

.bp-meta-category-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #000;
}

.bp-video-headline-text {
  font-size: 12px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 32px;
}

.bp-publisher-name {
  font-size: 11px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: auto;
}

.bp-release-date-info {
  font-size: 10px;
  color: #999999;
  margin-top: 2px;
}

.bp-grid-blue-theme .bp-meta-category-badge {
  background-color: #1e56e3;
}

.bp-grid-pink-theme .bp-meta-category-badge {
  background-color: #d61c6b;
}

.bp-grid-gold-theme .bp-meta-category-badge {
  background-color: #b45309;
}

.bp-grid-red-theme .bp-meta-category-badge {
  background-color: #e02424;
}

.bp-grid-navy-theme .bp-meta-category-badge {
  background-color: #b9c5ff;
}

.bp-grid-charcoal-theme .bp-meta-category-badge {
  background-color: #ffdbe4;
}

.bp-grid-purple-theme .bp-meta-category-badge {
  background-color: #544705;
}

.bp-grid-teal-theme .bp-meta-category-badge {
  background-color: #c5c7da;
}

.bp-grid-orange-theme .bp-meta-category-badge {
  background-color: #fedbd6;
}

.bp-wide-hero-section {
  background-color: rgba(246, 235, 212, 0.4);
  border-top: 3px solid #6f5c00;
  border-bottom: 3px solid #6f5c00;
  margin-left: -webkit-calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: -webkit-calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 30px max(16px, -webkit-calc((100vw - 1200px) / 2));
  padding: 30px max(16px, calc((100vw - 1200px) / 2));
  margin-bottom: 40px;
}

.bp-hero-inner-content {
  max-width: 1200px;
  margin: 0 auto;
}

.bp-hero-title-text {
  font-size: 20px;
  font-weight: 900;
  color: #8b6d11;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.bp-spotlight-dark-banner {
  background-color: #171717;
  color: #ffffff;
  margin-left: -webkit-calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: -webkit-calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 40px max(16px, -webkit-calc((100vw - 1200px) / 2));
  padding: 40px max(16px, calc((100vw - 1200px) / 2));
  margin-bottom: 40px;
}

.bp-spotlight-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.bp-spotlight-main-title {
  font-size: 25px;
  font-weight: 900;
  font-style: italic;
  color: #e52e71;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
  white-space: nowrap;
  overflow: hidden;
}

.bp-spotlight-row-layout {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.bp-creator-spotlight-node {
  background-color: #222222;
  border: 2px solid #fff;
  padding: 24px 16px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  min-height: 280px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.bp-creator-avatar-name {
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bp-creator-category-label {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: lowercase;
}

.bp-creator-desc-text {
  font-size: 11px;
  color: #b3b3b3;
  line-height: 1.5;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bp-creator-title-hidden {
  display: none;
}

.bp-creator-action-wrapper {
  position: relative;
  margin-top: auto;
  width: 100%;
}

.bp-creator-action-trigger {
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  border: none;
  outline: none;
  font-size: 11px;
  font-weight: 800;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 2;
  border: 1px solid #000000;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.bp-creator-action-wrapper::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1px solid #000000;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.bp-creator-action-wrapper:hover .bp-creator-action-trigger {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}

.bp-spotlight-theme-pink .bp-creator-category-label {
  color: #e52e71;
}

.bp-spotlight-theme-pink .bp-creator-action-wrapper::after {
  background-color: #e52e71;
}

.bp-spotlight-theme-blue .bp-creator-category-label {
  color: #1e56e3;
}

.bp-spotlight-theme-blue .bp-creator-action-wrapper::after {
  background-color: #1e56e3;
}

.bp-spotlight-theme-yellow .bp-creator-category-label {
  color: #d9a716;
}

.bp-spotlight-theme-yellow .bp-creator-action-wrapper::after {
  background-color: #d9a716;
}

.bp-spotlight-theme-red .bp-creator-category-label {
  color: #e02424;
}

.bp-spotlight-theme-red .bp-creator-action-wrapper::after {
  background-color: #e02424;
}

.bp-spotlight-theme-purple .bp-creator-category-label {
  color: #7c3aed;
}

.bp-spotlight-theme-purple .bp-creator-action-wrapper::after {
  background-color: #7c3aed;
}

.bp-spotlight-theme-teal .bp-creator-category-label {
  color: #0d9488;
}

.bp-spotlight-theme-teal .bp-creator-action-wrapper::after {
  background-color: #0d9488;
}

.bp-bottom-footer {
  background-color: #2563eb;
  color: #ffffff;
  width: 100%;
  padding: 24px 16px;
  margin-top: 60px;
  border-top: 3px solid #b50467;
}

.bp-footer-wrapper {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}

.bp-footer-left-side {
  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: 4px;
}

.bp-footer-logo {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
}

.bp-footer-copyright {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}

.bp-footer-links-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 20px;
}

.bp-footer-link-item {
  font-size: 14px;
  cursor: pointer;
  opacity: 0.85;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: rgba(255, 255, 255, 0.7);
}

.bp-footer-link-item:hover {
  opacity: 1;
}

.bp-footer-language {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .bp-navbar-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 12px;
  }

  .bp-search-container {
    width: 100%;
  }

  .bp-categories-bar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    padding: 12px 16px;
  }

  .bp-grid-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .bp-spotlight-row-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .bp-footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .bp-footer-links-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .bp-section-heading {
    font-size: 22px;
  }

  .bp-grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .bp-poster-box-frame {
    aspect-ratio: auto;
    height: 250px;
  }

  .bp-spotlight-row-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .bp-creator-spotlight-node {
    padding: 16px 12px;
    height: 260px;
    overflow: hidden;
  }

  .bp-creator-desc-text {
    -webkit-line-clamp: 4;
    margin-bottom: 12px;
  }
}


@media (max-width: 480px) {


    #nxPrimaryMatrix .nx-brick-node:nth-child(n+5),
    #nxTrendingMatrix .nx-brick-node:nth-child(n+7),
    #nxVerticalMatrix .nx-trio-cell:nth-child(n+13) {
        display: none;
    }
}
