@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at 20% 80%, rgba(30, 64, 175, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(30, 64, 175, 0.1) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(59, 130, 246, 0.05) 0%, transparent 50%), linear-gradient(135deg, #FAFAFA 0%, #e2e8f0 100%);
  color: #111827;
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e2e8f0' fill-opacity='0.4'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.3;
  z-index: -1;
  animation: float 20s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(2deg);
  }
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.header {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px) saturate(180%);
  box-shadow: 0 8px 32px rgba(30, 64, 175, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(30, 64, 175, 0.2);
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(30, 64, 175, 0.05) 0%, rgba(59, 130, 246, 0.08) 50%, rgba(30, 64, 175, 0.05) 100%);
  z-index: -1;
  animation: headerFlow 8s ease-in-out infinite;
}
@keyframes headerFlow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
    background-position: 100% 50%;
  }
}
.header .header-content {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .logo img {
  height: 36px;
}
.header .logo .site-name {
  font-size: 20px;
  font-weight: 600;
  color: #7C3AED;
}
.header .nav-menu {
  display: flex;
  gap: 24px;
}
.header .nav-menu .nav-link {
  color: #6B7280;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.header .nav-menu .nav-link:hover, .header .nav-menu .nav-link.active {
  color: #7C3AED;
  background: rgba(30, 64, 175, 0.1);
}
.header .menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  padding: 8px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .menu-toggle span {
  width: 24px;
  height: 2px;
  background: #111827;
  transition: 0.3s;
  position: absolute;
  left: 8px;
}
.header .menu-toggle span:nth-child(1) {
  top: 12px;
}
.header .menu-toggle span:nth-child(2) {
  top: 19px;
}
.header .menu-toggle span:nth-child(3) {
  top: 26px;
}
.header .menu-toggle.active span:nth-child(1) {
  top: 19px;
  transform: rotate(45deg);
}
.header .menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.header .menu-toggle.active span:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}

.search-section {
  padding: 48px 0;
  margin-bottom: 56px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(241, 245, 249, 0.8) 100%), url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231e40af' fill-opacity='0.05'%3E%3Ccircle cx='10' cy='10' r='1'/%3E%3C/g%3E%3C/svg%3E");
  backdrop-filter: blur(20px);
  border-radius: 32px;
  border: 2px solid rgba(30, 64, 175, 0.12);
  box-shadow: 0 20px 40px rgba(30, 64, 175, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  position: relative;
  overflow: hidden;
}
.search-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(30, 64, 175, 0.5) 25%, rgba(59, 130, 246, 0.7) 50%, rgba(30, 64, 175, 0.5) 75%, transparent 100%);
  animation: shimmer 3s ease-in-out infinite;
}
.search-section::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(30, 64, 175, 0.03), transparent);
  animation: rotate 10s linear infinite;
  z-index: -1;
}
@keyframes shimmer {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.search-section .search-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.search-section .search-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #111827;
  position: relative;
}
.search-section .search-title::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #7C3AED, #6D28D9);
  border-radius: 1px;
}
.search-section .search-subtitle {
  font-size: 13px;
  color: #6B7280;
  margin-bottom: 20px;
  font-weight: 400;
}
.search-section .search-box {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  background: white;
  border: 1px solid rgba(30, 64, 175, 0.2);
  border-radius: 10px;
  padding: 3px;
  box-shadow: 0 2px 12px rgba(30, 64, 175, 0.08);
  transition: all 0.3s ease;
}
.search-section .search-box:focus-within {
  border-color: #7C3AED;
  transform: translateY(-1px);
}
.search-section .search-box input {
  flex: 1;
  min-width: 0;
  padding: 10px 14px;
  background: transparent;
  border: none;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  border-radius: 7px;
}
.search-section .search-box input::placeholder {
  color: #6B7280;
  font-weight: 400;
}
.search-section .search-box input:focus {
  outline: none;
}
.search-section .search-box .search-btn {
  padding: 10px 16px;
  background: linear-gradient(135deg, #7C3AED, #6D28D9);
  border: none;
  border-radius: 7px;
  color: white;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(30, 64, 175, 0.25);
}
.search-section .search-box .search-btn:hover {
  transform: translateY(-1px);
}
.search-section .search-box .search-btn i {
  font-size: 13px;
}

.main-content {
  padding: 90px 0 32px;
}
.main-content .main-wrapper {
  display: flex;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 8px;
}
.main-content .main-wrapper .container {
  flex: 1;
  min-width: 0;
  max-width: 1280px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 768px) {
  .main-wrapper {
    flex-direction: column;
  }
  .main-wrapper .sidebar-ads {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
  }
  .main-wrapper .sidebar-ads .ad-card {
    width: 100%;
    box-sizing: border-box;
  }
  .main-wrapper .sidebar-ads .ad-card .ad-content img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }
}
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 16px 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(241, 245, 249, 0.6) 100%);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(30, 64, 175, 0.1);
  position: relative;
  overflow: hidden;
}
.section-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(30, 64, 175, 0.1), transparent);
  animation: titleSweep 8s ease-in-out infinite;
}
@keyframes titleSweep {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.section-header .search-box {
  max-width: 350px;
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid rgba(30, 64, 175, 0.2);
  border-radius: 12px;
  padding: 4px;
  box-shadow: 0 4px 16px rgba(30, 64, 175, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 10;
  backdrop-filter: blur(10px);
}
.section-header .search-box::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #7C3AED, #6D28D9, #7C3AED);
  border-radius: 14px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
  background-size: 200% 200%;
  animation: gradientShift 3s ease infinite;
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.section-header .search-box:focus-within {
  border-color: #7C3AED;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(30, 64, 175, 0.15);
}
.section-header .search-box:focus-within::before {
  opacity: 1;
}
.section-header .search-box:hover {
  border-color: rgba(30, 64, 175, 0.3);
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.12);
}
.section-header .search-box input {
  flex: 1;
  min-width: 0;
  padding: 12px 16px;
  background: transparent;
  border: none;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  outline: none;
  transition: all 0.3s ease;
}
.section-header .search-box input::placeholder {
  color: #6B7280;
  font-weight: 400;
  transition: all 0.3s ease;
}
.section-header .search-box input:focus {
  background: rgba(30, 64, 175, 0.02);
  color: #7C3AED;
}
.section-header .search-box input:focus::placeholder {
  color: rgba(30, 64, 175, 0.7);
  transform: translateX(5px);
}
.section-header .search-box input:hover::placeholder {
  color: rgba(30, 64, 175, 0.6);
}
.section-header .search-box .search-btn {
  padding: 12px 18px;
  background: linear-gradient(135deg, #7C3AED, #6D28D9);
  border: none;
  border-radius: 8px;
  color: white;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.3);
  position: relative;
  overflow: hidden;
  background-size: 200% 200%;
  animation: buttonGradient 3s ease infinite;
}
@keyframes buttonGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.section-header .search-box .search-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.section-header .search-box .search-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  pointer-events: none;
}
.section-header .search-box .search-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.4);
  background: linear-gradient(135deg, rgb(139.5372093023, 81.3651162791, 239.1348837209), rgb(123.7154150198, 61.6699604743, 220.8300395257));
}
.section-header .search-box .search-btn:hover::before {
  left: 100%;
}
.section-header .search-box .search-btn:hover::after {
  width: 120%;
  height: 120%;
}
.section-header .search-box .search-btn:hover i {
  transform: scale(1.1) rotate(5deg);
}
.section-header .search-box .search-btn:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 3px 10px rgba(30, 64, 175, 0.3);
}
.section-header .search-box .search-btn i {
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.section-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  position: relative;
  padding-left: 20px;
  margin: 0;
}
.section-header h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 28px;
  background: linear-gradient(135deg, #7C3AED, #6D28D9);
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(30, 64, 175, 0.3);
}
.section-header h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #7C3AED, transparent);
  border-radius: 2px;
}
.section-header .view-all {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 25px;
  color: #7C3AED;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  background: rgba(30, 64, 175, 0.08);
  border: 2px solid rgba(30, 64, 175, 0.2);
  position: relative;
  overflow: hidden;
}
.section-header .view-all::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(30, 64, 175, 0.1), transparent);
  transition: left 0.5s ease;
}
.section-header .view-all .layui-icon {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.section-header .view-all:hover {
  color: white;
  background: #7C3AED;
  border-color: #7C3AED;
  transform: translateY(-2px);
}
.section-header .view-all:hover::before {
  left: 100%;
}
.section-header .view-all:hover .layui-icon {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .section-header {
    margin-bottom: 24px;
    padding: 12px 16px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .section-header h2 {
    font-size: 22px;
    padding-left: 16px;
    flex-shrink: 0;
  }
  .section-header h2::before {
    width: 4px;
    height: 20px;
  }
  .section-header h2::after {
    width: 40px;
    height: 2px;
    bottom: -6px;
  }
  .section-header .search-box {
    flex: 1 1 100%;
    min-width: 0;
    max-width: 100%;
    order: 2;
  }
  .section-header .search-box input {
    font-size: 14px;
    padding: 10px 14px;
  }
  .section-header .search-box .search-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
  .section-header .search-box .search-btn i {
    font-size: 13px;
  }
  .section-header .view-all {
    padding: 8px 16px;
    font-size: 12px;
    flex-shrink: 0;
    white-space: nowrap;
    order: 1;
  }
  .section-header .view-all .layui-icon {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .section-header {
    margin-bottom: 20px;
    padding: 12px 16px;
  }
  .section-header h2 {
    font-size: 20px;
    padding-left: 12px;
  }
  .section-header h2::before {
    width: 3px;
    height: 18px;
  }
  .section-header h2::after {
    width: 30px;
    height: 2px;
    bottom: -4px;
  }
  .section-header .search-box {
    border-radius: 10px;
    padding: 3px;
  }
  .section-header .search-box input {
    font-size: 13px;
    padding: 8px 12px;
  }
  .section-header .search-box .search-btn {
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 7px;
  }
  .section-header .search-box .search-btn i {
    font-size: 12px;
  }
  .section-header .view-all {
    padding: 6px 12px;
    font-size: 11px;
  }
  .section-header .view-all .layui-icon {
    font-size: 10px;
  }
}

.banner-ad {
  margin: 40px 0;
}

@media (max-width: 768px) {
  .banner-ad {
    margin: 16px 0;
  }
}
.video-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .video-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.video-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  border: 1px solid rgba(30, 64, 175, 0.08);
  position: relative;
}
.video-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(30, 64, 175, 0.25);
}
.video-card:hover .video-thumbnail img {
  transform: scale(1.05);
}
.video-card:hover .video-thumbnail .play-overlay {
  opacity: 1;
  transform: scale(1);
}
.video-card:hover .video-info .video-title {
  color: #7C3AED;
}
.video-card .video-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.video-card .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.video-card .video-thumbnail .play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.video-card .video-thumbnail .play-overlay i {
  color: #7C3AED;
  font-size: 24px;
  margin-left: 3px;
}
.video-card .video-thumbnail .video-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 12px;
  background: linear-gradient(135deg, #7C3AED, #6D28D9);
  color: white;
  font-size: 11px;
  font-weight: 600;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(30, 64, 175, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.video-card .video-thumbnail .video-duration {
  position: absolute;
  bottom: 12px;
  right: 12px;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 11px;
  border-radius: 12px;
  z-index: 2;
  font-weight: 500;
}
.video-card .video-info {
  padding: 16px;
  background: #FFFFFF;
}
.video-card .video-info .video-title {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.3s ease;
}
.video-card .video-info .video-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #6B7280;
}
.video-card .video-info .video-meta .views {
  display: flex;
  align-items: center;
  gap: 4px;
}
.video-card .video-info .video-meta .views i {
  font-size: 14px;
  color: #7C3AED;
}
.video-card .video-info .video-meta .date {
  color: #6B7280;
}

.ad-section {
  margin: 48px 0;
}
.ad-section .banner-ad {
  background: #FFFFFF;
  border: 1px dashed #E5E7EB;
  border-radius: 8px;
  padding: 32px;
  text-align: center;
}
.ad-section .banner-ad .ad-content h3 {
  font-size: 18px;
  color: #6B7280;
  margin-bottom: 8px;
}
.ad-section .banner-ad .ad-content p {
  color: #6B7280;
  font-size: 14px;
}

.video-player video {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  background: black;
}

.iframeBox {
  width: 100%;
  aspect-ratio: 16/9;
}
.iframeBox .iframe {
  width: 100%;
  height: 100%;
}

.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 48px auto 24px;
  padding: 24px 0;
}
.pagination-container ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
  align-items: center;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(30, 64, 175, 0.08);
  backdrop-filter: blur(10px);
}
.pagination-container ul.page-no li.active {
  background: linear-gradient(135deg, #1e40af, #2563eb);
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(30, 64, 175, 0.4);
  transform: scale(1.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.pagination-container ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
}
.pagination-container ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}
.pagination-container ul li:hover:before {
  left: 100%;
}
.pagination-container ul li:active {
  transform: scale(0.95);
}
.pagination-container ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #111827;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.pagination-container ul li a.active {
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  background: linear-gradient(135deg, #1e40af, #2563eb);
}
.pagination-container ul li:hover:not(.active):not(.disabled),
.pagination-container ul li a:hover:not(.active):not(.disabled) {
  background: rgba(30, 64, 175, 0.08);
  transform: translateY(-2px);
  color: #7C3AED;
}
.pagination-container ul li.disabled,
.pagination-container ul li a.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
  color: #6B7280;
}
.pagination-container ul li.page-options {
  min-width: 90px;
  font-weight: 500;
  margin: 0 4px;
}
.pagination-container ul li.page-options a {
  color: #7C3AED;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
}
.pagination-container ul li.page-options a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #7C3AED, #6D28D9);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.pagination-container ul li.page-options a:hover:after {
  width: 100%;
}
@media (max-width: 768px) {
  .pagination-container {
    margin: 32px auto 20px;
  }
  .pagination-container ul {
    gap: 2px;
    padding: 8px;
  }
  .pagination-container ul li {
    min-width: 40px;
    height: 40px;
  }
  .pagination-container ul li a {
    font-size: 14px;
  }
  .pagination-container ul li.page-options {
    min-width: 70px;
  }
  .pagination-container ul li.page-options a {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .pagination-container {
    margin: 24px auto 16px;
  }
  .pagination-container ul {
    flex-wrap: wrap;
    gap: 4px;
    padding: 12px;
  }
  .pagination-container ul li {
    min-width: 36px;
    height: 36px;
  }
  .pagination-container ul li a {
    font-size: 13px;
  }
  .pagination-container ul li.page-options {
    min-width: 60px;
    order: -1;
    width: 100%;
    margin: 0 0 8px 0;
  }
  .pagination-container ul li.page-options a {
    font-size: 11px;
  }
}

.footer {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(241, 245, 249, 0.8) 100%), radial-gradient(circle at center, rgba(30, 64, 175, 0.05) 0%, transparent 70%);
  backdrop-filter: blur(20px) saturate(180%);
  border-top: 2px solid transparent;
  background-clip: padding-box;
  padding: 56px 0 32px;
  box-shadow: 0 -12px 40px rgba(30, 64, 175, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #7C3AED 0%, #3B82F6 25%, #8B5CF6 50%, #3B82F6 75%, #7C3AED 100%);
  background-size: 200% 100%;
  animation: footerGlow 6s ease-in-out infinite;
}
.footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 1px;
  background: radial-gradient(circle, rgba(30, 64, 175, 0.3) 0%, transparent 70%);
  transform: translateX(-50%);
  animation: pulse 3s ease-in-out infinite;
}
@keyframes footerGlow {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 0.3;
    width: 80%;
  }
  50% {
    opacity: 0.8;
    width: 60%;
  }
}
.footer .footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
  margin-bottom: 24px;
}
.footer .footer-section h4 {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
}
.footer .footer-section ul {
  list-style: none;
}
.footer .footer-section ul li {
  margin-bottom: 8px;
}
.footer .footer-section ul li a {
  color: #6B7280;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer .footer-section ul li a:hover {
  color: #7C3AED;
}
.footer .footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  padding: 32px 40px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(241, 245, 249, 0.9) 100%);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  border: 1px solid rgba(30, 64, 175, 0.1);
  box-shadow: 0 8px 32px rgba(30, 64, 175, 0.08);
  position: relative;
  overflow: hidden;
}
.footer .footer-links:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7C3AED, #6D28D9, #10B981, #7C3AED);
  background-size: 300% 100%;
  animation: linksBorderFlow 4s ease-in-out infinite;
}
@keyframes linksBorderFlow {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.footer .footer-links:after {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(30, 64, 175, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  animation: linksBubble 6s ease-in-out infinite;
}
@keyframes linksBubble {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-20px, 20px) scale(1.2);
    opacity: 0.6;
  }
}
.footer .footer-links .link-label {
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  padding: 12px 0;
  margin-right: 16px;
  letter-spacing: 0.5px;
}
.footer .footer-links .link-label:before {
  content: "🔗";
  margin-right: 8px;
  font-size: 16px;
  animation: labelIcon 3s ease-in-out infinite;
}
@keyframes labelIcon {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(-5deg) scale(1.1);
  }
  75% {
    transform: rotate(5deg) scale(1.1);
  }
}
.footer .footer-links .link-label:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #7C3AED, #6D28D9);
  border-radius: 2px;
  animation: labelUnderline 2s ease-in-out infinite;
}
@keyframes labelUnderline {
  0%, 100% {
    width: 0;
  }
  50% {
    width: 100%;
  }
}
.footer .footer-links .link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.footer .footer-links .footer-link {
  color: #6B7280;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  padding: 10px 16px;
  border-radius: 20px;
  background: rgba(30, 64, 175, 0.05);
  border: 1px solid rgba(30, 64, 175, 0.1);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.footer .footer-links .footer-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(30, 64, 175, 0.1), transparent);
  transition: left 0.6s ease;
}
.footer .footer-links .footer-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #7C3AED, #6D28D9);
  transform: translateX(-50%);
  transition: width 0.4s ease;
}
.footer .footer-links .footer-link:nth-child(odd) {
  animation: linkFloat1 4s ease-in-out infinite;
}
.footer .footer-links .footer-link:nth-child(even) {
  animation: linkFloat2 4s ease-in-out infinite 0.5s;
}
@keyframes linkFloat1 {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-3px) rotate(1deg);
  }
}
@keyframes linkFloat2 {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-2px) rotate(-1deg);
  }
}
.footer .footer-links .footer-link:hover {
  color: white;
  background: linear-gradient(135deg, #7C3AED, #6D28D9);
  border-color: #7C3AED;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 20px rgba(30, 64, 175, 0.3);
}
.footer .footer-links .footer-link:hover:before {
  left: 100%;
}
.footer .footer-links .footer-link:hover:after {
  width: 100%;
}
.footer .footer-links .footer-link:active {
  transform: translateY(-2px) scale(1.02);
}
.footer .footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #E5E7EB;
  color: #6B7280;
  font-size: 14px;
}

.masonry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  width: 100%;
  padding: 8px;
}
.masonry-grid .video-card {
  width: 100%;
}
.masonry-grid .video-card .video-thumbnail {
  aspect-ratio: 16/9;
}
.masonry-grid .video-card:nth-child(odd) {
  animation: gentleFloat 8s ease-in-out infinite;
}
.masonry-grid .video-card:nth-child(even) {
  animation: gentleFloat 10s ease-in-out infinite reverse;
}
@keyframes gentleFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
  }
}
.masonry-grid .video-card {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s ease;
  position: relative;
}
.masonry-grid .video-card:hover {
  transform: translateY(-4px);
}
.masonry-grid .video-card:hover .play-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.masonry-grid .video-card:hover .play-button {
  transform: translate(-50%, -50%) scale(1);
}
.masonry-grid .video-card .video-thumbnail {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.masonry-grid .video-card .video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.masonry-grid .video-card .video-thumbnail .play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: all 0.2s ease;
}
.masonry-grid .video-card .video-thumbnail .play-overlay .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7C3AED;
  font-size: 20px;
  transition: all 0.2s ease;
}
.masonry-grid .video-card .video-thumbnail .video-badges {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
}
.masonry-grid .video-card .video-thumbnail .video-badges .badge {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0.8);
}
.masonry-grid .video-card .video-thumbnail .video-badges .badge.quality {
  background: #10B981;
}
.masonry-grid .video-card .video-thumbnail .video-type {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  color: white;
  background: #7C3AED;
  z-index: 2;
}
.masonry-grid .video-card .video-info {
  padding: 14px;
}
.masonry-grid .video-card .video-info .video-title {
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  line-height: 1.4;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.masonry-grid .video-card .video-info .video-meta {
  display: flex;
  gap: 12px;
  color: #6B7280;
  font-size: 13px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .masonry-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .masonry-grid .video-card .video-thumbnail {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 768px) {
  .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 24px;
  }
  .masonry-grid .video-card .video-thumbnail {
    aspect-ratio: 16/9;
  }
  .masonry-grid .video-card:nth-child(odd) {
    animation: gentleFloat 6s ease-in-out infinite;
  }
  .masonry-grid .video-card:nth-child(even) {
    animation: gentleFloat 8s ease-in-out infinite reverse;
  }
}
.filter-section {
  display: none;
}

@media (max-width: 768px) {
  .filter-section {
    display: none;
  }
}
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  color: #7C3AED;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1000;
  border: 2px solid rgba(30, 64, 175, 0.2);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(30, 64, 175, 0.15);
}
.back-to-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #7C3AED;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.back-to-top:hover {
  transform: translateY(-4px) scale(1.1);
  border-color: #7C3AED;
  background: #7C3AED;
}
.back-to-top:hover .layui-icon {
  color: white;
  transform: translateY(-2px);
}
.back-to-top .layui-icon {
  font-size: 20px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .header .nav-menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: #FFFFFF;
    flex-direction: column;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(124, 58, 237, 0.2);
    display: none;
  }
  .header .nav-menu.active {
    display: flex;
  }
  .header .nav-menu .nav-link {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 8px;
  }
  .header .menu-toggle {
    display: flex;
  }
  .search-section {
    padding: 24px 0;
    margin-bottom: 24px;
  }
  .search-section .search-wrapper {
    padding: 0 16px;
  }
  .search-section .search-title {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .search-section .search-subtitle {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .search-section .search-box {
    border-radius: 8px;
    padding: 2px;
  }
  .search-section .search-box input {
    padding: 8px 12px;
    font-size: 14px;
  }
  .search-section .search-box .search-btn {
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 6px;
  }
  .category-section {
    padding: 16px 0;
  }
  .main-content {
    padding: 80px 0 16px;
  }
  .main-content .main-wrapper .container {
    padding: 0;
  }
  .video-grid {
    grid-template-columns: 1fr;
  }
  .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 24px;
  }
  .masonry-grid .video-card.featured, .masonry-grid .video-card.medium {
    grid-column: span 1;
    grid-row: span 1;
  }
  .masonry-grid .video-card.featured .video-thumbnail, .masonry-grid .video-card.medium .video-thumbnail {
    padding-top: 56.25%;
  }
  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
  }
  .back-to-top .layui-icon {
    font-size: 18px;
  }
  .video-card:hover {
    transform: none !important;
    box-shadow: none !important;
  }
  .video-card .video-thumbnail .play-overlay {
    display: none;
  }
  .masonry-grid .video-card:hover {
    transform: none !important;
    box-shadow: none !important;
  }
  .masonry-grid .video-card:hover .play-overlay {
    opacity: 0 !important;
    background: none !important;
  }
  .masonry-grid .video-card:hover .play-button {
    transform: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-content .main-wrapper {
    gap: 20px;
  }
  .main-content .container {
    max-width: calc(100% - 280px);
  }
  .masonry-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .masonry-grid .video-card.featured {
    grid-column: span 2;
    grid-row: span 1;
  }
}
@media (max-width: 768px) {
  .pagination {
    gap: 4px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .pagination .page-btn {
    min-width: 32px;
    height: 32px;
    font-size: 13px;
  }
  .pagination .page-btn.prev, .pagination .page-btn.next {
    padding: 0 8px;
  }
}
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
  background: #7C3AED;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(155.0744186047, 104.7302325581, 241.2697674419);
}

@media (max-width: 768px) {
  .footer {
    padding: 24px 0 16px;
  }
  .footer .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 20px;
  }
  .footer .footer-links .link-label {
    font-size: 16px;
    margin-right: 0;
  }
  .footer .footer-links .link-label:before {
    font-size: 14px;
  }
  .footer .footer-links .link-list {
    gap: 12px;
    width: 100%;
  }
  .footer .footer-links .footer-link {
    font-size: 13px;
    padding: 8px 12px;
  }
  .footer .footer-links .footer-link:nth-child(odd), .footer .footer-links .footer-link:nth-child(even) {
    animation: none;
  }
  .footer .footer-links .footer-link:hover {
    transform: translateY(-2px) scale(1.02);
  }
}
.featured-section .featured-grid {
  display: grid;
  grid-template-areas: "main side";
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr;
  gap: 24px;
  margin-bottom: 56px;
  width: 100%;
  padding: 8px;
}
.featured-section .featured-grid .featured-main {
  grid-area: main;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.featured-section .featured-grid .featured-main .featured-card {
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 24px;
  border: 2px solid rgba(30, 64, 175, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.featured-section .featured-grid .featured-main .featured-card:hover {
  transform: translateY(-8px);
  border-color: rgba(30, 64, 175, 0.2);
}
.featured-section .featured-grid .featured-main .featured-card .video-thumbnail {
  aspect-ratio: 16/9;
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.featured-section .featured-grid .featured-main .featured-card .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.featured-section .featured-grid .featured-main .featured-card .video-thumbnail:hover img {
  transform: scale(1.05);
}
.featured-section .featured-grid .featured-main .featured-card .video-thumbnail .play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.featured-section .featured-grid .featured-main .featured-card .video-thumbnail .play-overlay i {
  color: #7C3AED;
  font-size: 32px;
  margin-left: 4px;
}
.featured-section .featured-grid .featured-main .featured-card .video-info {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
.featured-section .featured-grid .featured-main .featured-card .video-info .video-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
}
.featured-section .featured-grid .featured-main .featured-card .video-info .video-desc {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.5;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.featured-section .featured-grid .featured-main .featured-card .video-info .video-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #6B7280;
  margin-bottom: 12px;
}
.featured-section .featured-grid .featured-main .featured-card .video-info .video-meta .meta-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.featured-section .featured-grid .featured-main .featured-card .video-info .video-meta .meta-left .views, .featured-section .featured-grid .featured-main .featured-card .video-info .video-meta .meta-left .likes, .featured-section .featured-grid .featured-main .featured-card .video-info .video-meta .meta-left .comments {
  display: flex;
  align-items: center;
  gap: 4px;
}
.featured-section .featured-grid .featured-main .featured-card .video-info .video-meta .meta-left .views i, .featured-section .featured-grid .featured-main .featured-card .video-info .video-meta .meta-left .likes i, .featured-section .featured-grid .featured-main .featured-card .video-info .video-meta .meta-left .comments i {
  font-size: 14px;
  color: #7C3AED;
}
.featured-section .featured-grid .featured-main .featured-card .video-info .video-meta .meta-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.featured-section .featured-grid .featured-main .featured-card .video-info .video-meta .meta-right .duration {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
}
.featured-section .featured-grid .featured-main .featured-card .video-info .video-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.featured-section .featured-grid .featured-main .featured-card .video-info .video-tags .tag {
  background: linear-gradient(135deg, #7C3AED, #6D28D9);
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.featured-section .featured-grid .featured-main .featured-card:hover .play-overlay {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}
.featured-section .featured-grid .featured-side {
  grid-area: side;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.featured-section .featured-grid .featured-side .side-card {
  flex: 1;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.featured-section .featured-grid .featured-side .side-card .video-thumbnail {
  aspect-ratio: 16/9;
}
.featured-section .featured-grid .featured-side .side-card .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-section .featured-grid .featured-side .side-card .video-info {
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
}
.featured-section .featured-grid .featured-side .side-card .video-info .video-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
  margin-bottom: 6px;
}
.featured-section .featured-grid .featured-side .side-card .video-info .video-meta {
  font-size: 11px;
  color: #6B7280;
}
.featured-section .featured-grid .featured-side .side-card .video-info .video-meta .date {
  color: #6B7280;
}

.featured-section .masonry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  width: 100%;
  padding: 8px;
}

.video-list-section .masonry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .featured-section .featured-grid {
    grid-template-areas: "main" "side";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
  }
  .featured-section .featured-side {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
    flex-direction: unset !important;
  }
  .featured-section .masonry-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .video-list-section .masonry-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .featured-section .featured-grid {
    grid-template-areas: "main" "side";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
  }
  .featured-section .featured-side {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
    flex-direction: unset !important;
  }
  .featured-section .featured-main .featured-card .video-info {
    padding: 16px;
  }
  .featured-section .featured-main .featured-card .video-info .video-title {
    font-size: 16px;
  }
  .featured-section .featured-main .featured-card .video-info .video-meta {
    font-size: 12px;
  }
  .featured-section .featured-main .featured-card .video-thumbnail .play-overlay {
    width: 60px;
    height: 60px;
  }
  .featured-section .featured-main .featured-card .video-thumbnail .play-overlay i {
    font-size: 24px;
  }
  .featured-section .featured-side .side-card .video-info {
    padding: 10px;
  }
  .featured-section .featured-side .side-card .video-info .video-title {
    font-size: 13px;
  }
  .featured-section .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .video-list-section .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin-bottom: 20px;
  }
}
.search-result-section .result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 20px 24px;
  background: white;
  border-radius: 12px;
  border: 1px solid rgba(30, 64, 175, 0.1);
  box-shadow: 0 2px 12px rgba(30, 64, 175, 0.06);
}
.search-result-section .result-header .result-info h2 {
  font-size: 24px;
  color: #111827;
  font-weight: 600;
  margin-bottom: 8px;
}
.search-result-section .result-header .result-info .current-keyword {
  color: #6B7280;
  font-size: 14px;
}
.search-result-section .result-header .result-info .current-keyword span {
  color: #7C3AED;
  background: rgba(30, 64, 175, 0.1);
  padding: 4px 12px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 13px;
}
.search-result-section .result-header .result-count {
  color: #6B7280;
  font-size: 14px;
}
.search-result-section .result-header .result-count em {
  color: #7C3AED;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
.search-result-section .masonry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .search-result-section .masonry-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
}
@media (max-width: 768px) {
  .search-result-section .result-header {
    margin-bottom: 20px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .search-result-section .result-header .result-info h2 {
    font-size: 20px;
  }
  .search-result-section .result-header .result-info .current-keyword {
    font-size: 13px;
  }
  .search-result-section .result-header .result-info .current-keyword span {
    font-size: 12px;
    padding: 3px 10px;
  }
  .search-result-section .result-header .result-count {
    font-size: 13px;
    align-self: stretch;
    text-align: center;
  }
  .search-result-section .result-header .result-count em {
    font-size: 15px;
  }
  .search-result-section .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 20px;
  }
}
.video-player-section {
  margin-bottom: 32px;
}
.video-player-section .video-container {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(30, 64, 175, 0.1);
}
.video-player-section .video-player {
  width: 100%;
  aspect-ratio: 16/9;
  background: black;
  position: relative;
}
.video-player-section .video-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-player-section .video-info {
  padding: 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
  border-top: 1px solid rgba(30, 64, 175, 0.1);
  position: relative;
}
.video-player-section .video-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #7C3AED, #6D28D9, #10B981);
  background-size: 200% 100%;
}
@media (max-width: 768px) {
  .video-player-section .video-info {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .video-player-section .video-info {
    padding: 16px;
  }
}
.video-player-section .video-info .video-title {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
  position: relative;
  padding-bottom: 12px;
}
.video-player-section .video-info .video-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #7C3AED, #6D28D9);
  border-radius: 2px;
}
@media (max-width: 768px) {
  .video-player-section .video-info .video-title {
    font-size: 24px;
    margin-bottom: 16px;
    padding-bottom: 10px;
  }
  .video-player-section .video-info .video-title::after {
    width: 60px;
    height: 3px;
  }
}
@media (max-width: 480px) {
  .video-player-section .video-info .video-title {
    font-size: 20px;
    margin-bottom: 14px;
    padding-bottom: 8px;
  }
  .video-player-section .video-info .video-title::after {
    width: 50px;
    height: 2px;
  }
}
.video-player-section .video-info .video-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 0;
}
.video-player-section .video-info .video-meta .video-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex: 1;
}
.video-player-section .video-info .video-meta .video-tags .tag {
  background: linear-gradient(135deg, #7C3AED, #6D28D9);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.25);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.video-player-section .video-info .video-meta .video-tags .tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.video-player-section .video-info .video-meta .video-tags .tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.35);
}
.video-player-section .video-info .video-meta .video-tags .tag:hover::before {
  left: 100%;
}
@media (max-width: 768px) {
  .video-player-section .video-info .video-meta .video-tags .tag {
    font-size: 12px;
    padding: 6px 14px;
  }
  .video-player-section .video-info .video-meta .video-tags .tag::before {
    display: none;
  }
  .video-player-section .video-info .video-meta .video-tags .tag:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.25);
  }
}
.video-player-section .video-info .video-meta .meta-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.video-player-section .video-info .video-meta .meta-right .date {
  color: #6B7280;
  font-size: 15px;
  font-weight: 500;
  background: rgba(30, 64, 175, 0.08);
  padding: 8px 16px;
  border-radius: 16px;
  border: 1px solid rgba(30, 64, 175, 0.15);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .video-player-section .video-info .video-meta .meta-right .date {
    font-size: 13px;
    padding: 6px 12px;
  }
}
.video-player-section .video-info .video-meta .meta-right .duration {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9));
  color: white;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .video-player-section .video-info .video-meta .meta-right .duration {
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media (max-width: 768px) {
  .video-player-section .video-info .video-meta {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .video-player-section .video-info .video-meta .meta-right {
    align-self: flex-end;
  }
}
@media (max-width: 480px) {
  .video-player-section .video-info .video-meta {
    gap: 12px;
  }
}

.related-section .section-header {
  margin-bottom: 20px;
}
.related-section .section-header h2 {
  font-size: 20px;
  font-weight: 500;
  color: #111827;
}
.related-section .masonry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .related-section .masonry-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .related-section .section-header {
    margin-bottom: 16px;
  }
  .related-section .section-header h2 {
    font-size: 18px;
  }
  .related-section .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.plyr--video {
  border-radius: 0;
  --plyr-color-main: #7C3AED;
}

/*# sourceMappingURL=index.css.map */
