.video-section::before {
  background-image:
    linear-gradient(180deg, rgba(5, 9, 13, .14), rgba(5, 9, 13, .34) 78%, rgba(5, 9, 13, .48)),
    linear-gradient(90deg, rgba(5, 9, 13, .58), rgba(5, 9, 13, .12) 46%, rgba(5, 9, 13, .5)),
    url("./assets/video-hall-bg.png?v=20260627b") !important;
  background-position: center 42% !important;
  transform: scale(1.005) !important;
  animation: videoHallDriftRefined 32s ease-in-out infinite alternate !important;
  filter: saturate(1.08) brightness(1.14) contrast(1.02) !important;
}

.video-section::after {
  background:
    radial-gradient(circle at 48% 13%, rgba(255, 240, 168, .18), transparent 25rem),
    radial-gradient(circle at 70% 38%, rgba(216, 185, 106, .1), transparent 30rem),
    linear-gradient(180deg, rgba(5, 9, 13, .04), rgba(5, 9, 13, .14) 72%, rgba(5, 9, 13, .38)) !important;
}

.video-section .section-head,
.video-section .search-panel {
  background: linear-gradient(180deg, rgba(7, 12, 13, .62), rgba(7, 12, 13, .4));
  box-shadow: 0 18px 48px rgba(0, 0, 0, .24);
  backdrop-filter: blur(7px);
}

.video-section .video-card,
.guide-section .guide-item {
  border-color: rgba(216, 185, 106, .22);
  background: linear-gradient(180deg, rgba(8, 13, 13, .76), rgba(7, 12, 12, .6));
  box-shadow: inset 0 1px 0 rgba(255, 247, 232, .06), 0 18px 42px rgba(0, 0, 0, .24);
  backdrop-filter: blur(4px);
}

.video-section .video-card:hover,
.guide-section .guide-item:hover {
  border-color: rgba(216, 185, 106, .58);
  background: linear-gradient(180deg, rgba(24, 23, 17, .76), rgba(9, 13, 13, .62));
  transform: translateY(-3px);
}

.guide-section::before {
  background-image:
    linear-gradient(180deg, rgba(5, 9, 13, .36), rgba(5, 9, 13, .7)),
    radial-gradient(circle at 50% 16%, rgba(216, 185, 106, .14), transparent 26rem),
    url("./assets/sutras-bg.png") !important;
  filter: saturate(1.04) brightness(1.04);
}

.guide-section::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(5, 9, 13, .04), rgba(5, 9, 13, .18) 58%, rgba(5, 9, 13, .46));
}

.guide-section .section-head,
.guide-filter,
.guide-grid,
.guide-pager {
  position: relative;
  z-index: 2;
}

.guide-item {
  min-height: 72px;
  padding: .7rem .9rem;
}

.gi-title {
  color: #fffaf0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .6);
}

.gi-summary {
  display: block;
  width: 62%;
  max-width: 62%;
  font-size: .78rem;
  color: rgba(255, 247, 232, .58);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gi-cat {
  margin-top: auto;
  color: rgba(255, 240, 168, .82);
  text-shadow: 0 2px 10px rgba(0, 0, 0, .52);
}

@keyframes videoHallDriftRefined {
  to {
    transform: scale(1.025) translate3d(-.35%, .28%, 0);
  }
}

@media (max-width: 620px) {
  .gi-summary {
    width: 100%;
    max-width: 100%;
  }

  .video-section .video-card:hover,
  .guide-section .guide-item:hover {
    transform: none;
  }
}
