:root {
  --vp-sans: 'Plus Jakarta Sans', sans-serif;
  --vp-bg: #f3f6fa;
  --vp-surface: #ffffff;
  --vp-ink-main: #0f172a;
  --vp-ink-sub: #64748b;
  --vp-clay-raised: 0 10px 20px -4px rgba(148, 163, 184, 0.2),
    inset 0 4px 0 rgba(255, 255, 255, 0.9),
    inset 0 -4px 6px rgba(0, 0, 0, 0.03);
  --vp-clay-sunken: inset 3px 3px 6px rgba(148, 163, 184, 0.3),
    inset -3px -3px 6px rgba(255, 255, 255, 0.9);
  --vp-radius-card: 16px;
  --vp-radius-inner: 12px;
  --tw-shadow-color: 0 0 #0000;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-text-opacity: 1;
}

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: 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.vp-portal-body {
  font-family: var(--vp-sans);
  background-color: var(--vp-bg);
  color: var(--vp-ink-main);
  overflow-x: hidden;
}

.vp-global-header {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 20px rgba(148, 163, 184, 0.05);
  border-radius: 0 0 20px 20px;
}

.vp-header-inside {
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 24px 8px 24px;
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.vp-brand-logo {
  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;
  gap: 8px;
  cursor: pointer;
}

.vp-logo-badge {
  background: -webkit-linear-gradient(315deg, #ff7eb3 0%, #ff758c 100%);
  background: linear-gradient(135deg, #ff7eb3 0%, #ff758c 100%);
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  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;
  box-shadow: 0 4px 10px rgba(255, 117, 140, 0.3);
}

.vp-logo-title {
  font-weight: 800;
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#0f172a), to(#334155));
  background: -webkit-linear-gradient(left, #0f172a, #334155);
  background: linear-gradient(90deg, #0f172a, #334155);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vp-search-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  max-width: 400px;
  position: relative;
  background-color: #e2e8f0;
  box-shadow: var(--vp-clay-sunken);
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.vp-search-placeholder-icon {
  position: absolute;
  left: 14px;
  color: var(--vp-ink-sub);
}

.vp-search-input {
  width: 100%;
  border: none;
  background: transparent;
  padding: 10px 14px 10px 42px;
  font-family: var(--vp-sans);
  font-size: 13px;
  outline: none;
}

.vp-category-bar {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4px 24px 12px 24px;
}

.vp-category-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f1f5f9;
  padding-bottom: 8px;
  margin-bottom: -4px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.vp-category-slider::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.vp-category-slider::-webkit-scrollbar {
  height: 6px;
}

.vp-category-slider::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 10px;
}

.vp-category-slider::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
  border: 1px solid #f1f5f9;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.vp-category-slider::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.vp-cat-pill {
  font-family: var(--vp-sans);
  border: none;
  padding: 6px 14px;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(80 67 71 / var(--tw-text-opacity, 1));
  border-radius: 30px;
}

.vp-cat-home {
  border-bottom: 3px solid #844e62;
}

.vp-cat-pill:hover {
  background-color: #e1e2e4;
}

.vp-workspace-layout {
  max-width: 1400px;
  margin: 24px auto;
  padding: 0 24px;
  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: 48px;
}

.vp-block-header {
  margin-bottom: 16px;
}

.vp-block-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--vp-ink-main);
  position: relative;
  padding-left: 12px;
}

.vp-block-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7eb3), to(#ff758c));
  background: -webkit-linear-gradient(top, #ff7eb3, #ff758c);
  background: linear-gradient(to bottom, #ff7eb3, #ff758c);
  border-radius: 2px;
}

.vp-lazy-holder {
  opacity: 0;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

.vp-lazy-ready {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.vp-media-core {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.vp-media-core.loaded {
  opacity: 1;
}

.vp-grid-trending {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.vp-std-card {
  border-radius: var(--vp-radius-card);
  cursor: pointer;
  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-transition: -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.15), -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.vp-std-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.vp-std-thumb-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: var(--vp-radius-inner);
  overflow: hidden;
  background-color: #cbd5e1;
}

.vp-badge-duration {
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 20px;
  background-color: rgb(248 249 251 / 0.9);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #191c1e;
  font-family: var(--vp-sans);
  font-size: 11px;
  padding: 4px 10px;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 12px rgba(107, 97, 99, 0.3),
    inset 0 4px 4px rgba(255, 255, 255, 0.6),
    inset 0 -3px 6px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 2px rgba(15, 23, 42, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.vp-badge-play-icon {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
  background: url(../../images/play.3cb7ef4.png) center center no-repeat;
  background-size: 100%;
}

.vp-std-card:hover .vp-badge-duration {
  -webkit-transform: scale(1.08) translateY(-2px);
          transform: scale(1.08) translateY(-2px);
}

.vp-std-card:hover .vp-badge-play-icon {
  -webkit-transform: scale(1.15) rotate(8deg);
          transform: scale(1.15) rotate(8deg);
}

.vp-std-info-box {
  padding-top: 8px;
  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: 1;
     -moz-box-flex: 1;
          flex: 1;
}

.vp-std-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--vp-ink-main);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 34px;
  margin-bottom: 4px;
}

.vp-std-category {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: auto;
}

.vp-flex-recommendation-mix {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 32px;
}

.vp-recommend-aside-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vp-row-card {
  background-color: rgba(225, 225, 228, 0.9);
  border-radius: var(--vp-radius-card);
  padding: 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 16px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.vp-row-card:hover {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.vp-row-thumb-box {
  width: 50%;
  aspect-ratio: 2;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-radius: var(--vp-radius-inner);
  overflow: hidden;
  background-color: #cbd5e1;
  border: 2px solid #fff;
}

.vp-row-content-box {
  -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;
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.vp-row-category {
  font-size: 8px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #834e61;
}

.vp-row-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--vp-ink-main);
  line-height: 1.3;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 34px;
}

.vp-row-desc {
  width: 100%;
  font-size: 11px;
  color: var(--vp-ink-sub);
  line-height: 1.35;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 6px;
  max-height: 15px;
}

.vp-row-watch-btn {
  -webkit-align-self: flex-start;
          align-self: flex-start;
  background-color: #834e61;
  color: white;
  font-size: 10px;
  font-weight: 700;
  padding: 8px 15px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 20px;
  text-indent: 2rem;
}

.vp-recommend-sub-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.vp-grid-explore {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.vp-site-footer {
  color: #94a3b8;
  padding: 32px 24px;
  margin-top: 64px;
  border-radius: 20px 20px 0 0;
}

.vp-footer-inner {
  max-width: 1400px;
  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;
}

.vp-footer-left-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;
  gap: 4px;
}

.vp-footer-brand {
  font-size: 18px;
  font-weight: 800;
  color: white;
  letter-spacing: -0.3px;
}

.vp-footer-url {
  font-size: 12px;
  color: #475569;
}

.vp-footer-right-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 24px;
}

.vp-footer-anchor {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.vp-footer-anchor:hover {
  color: white;
}

@media (max-width: 1200px) {
  .vp-grid-trending {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .vp-grid-explore {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vp-flex-recommendation-mix {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .vp-workspace-layout {
    padding: 0 20px;
    gap: 36px;
  }

  .vp-grid-trending {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .vp-recommend-aside-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .vp-recommend-sub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .vp-grid-explore {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .vp-header-inside {
    padding: 12px 20px;
  }

  .vp-search-container {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .vp-workspace-layout {
    padding: 0 16px;
    gap: 32px;
  }

  .vp-grid-trending {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-grid-explore {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-recommend-sub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-footer-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: 16px;
    text-align: center;
  }

  .vp-row-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }

  .vp-row-thumb-box {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
  }
}

@media (max-width: 480px) {
  .vp-workspace-layout {
    padding: 0 12px;
    gap: 28px;
  }

  .vp-header-inside {
    -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;
    padding: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .vp-search-container {
    max-width: 100%;
    width: 100%;
  }

  .vp-grid-trending {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .vp-std-thumb-box {
    aspect-ratio: auto;
    height: 125px;
  }

  .vp-recommend-aside-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12px;
  }

  .vp-row-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 10px;
  }

  .vp-row-thumb-box {
    width: 100%;
    aspect-ratio: auto;
    height: 130px;
  }

  .vp-row-content-box {
    width: 100%;
  }

  .vp-recommend-sub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .vp-grid-explore {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .vp-footer-right-links {
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .vp-std-title,
  .vp-row-title {
    height: 34px;
  }
}
#vpGridTrendingNow .vp-std-thumb-box,
#vpGridExploreMore .vp-std-thumb-box {
    aspect-ratio: 9/16;
}

@media (max-width: 480px) {

    #vpGridTrendingNow .vp-std-thumb-box,
    #vpGridExploreMore .vp-std-thumb-box {
        aspect-ratio: auto;
        height: 350px;
    }

    #vpGridTrendingNow .vp-std-card:nth-child(n+9),
    #vpRecommendRowContainer .vp-std-card:nth-child(n+5){
        display: none;
    }
}
