<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
â–ˆâ–ˆ   â–ˆâ–ˆ â–ˆâ–ˆ    â–ˆâ–ˆ â–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆ  â–ˆâ–ˆ  â–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆ â–ˆâ–ˆâ–ˆ    â–ˆâ–ˆâ–ˆ â–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆ 
â–ˆâ–ˆ   â–ˆâ–ˆ â–ˆâ–ˆ    â–ˆâ–ˆ â–ˆâ–ˆ   â–ˆâ–ˆ â–ˆâ–ˆ â–ˆâ–ˆ      â–ˆâ–ˆâ–ˆâ–ˆ  â–ˆâ–ˆâ–ˆâ–ˆ â–ˆâ–ˆ      
â–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆ â–ˆâ–ˆ    â–ˆâ–ˆ â–ˆâ–ˆ   â–ˆâ–ˆ â–ˆâ–ˆ â–ˆâ–ˆ      â–ˆâ–ˆ â–ˆâ–ˆâ–ˆâ–ˆ â–ˆâ–ˆ â–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆ 
â–ˆâ–ˆ   â–ˆâ–ˆ â–ˆâ–ˆ    â–ˆâ–ˆ â–ˆâ–ˆ   â–ˆâ–ˆ â–ˆâ–ˆ â–ˆâ–ˆ      â–ˆâ–ˆ  â–ˆâ–ˆ  â–ˆâ–ˆ      â–ˆâ–ˆ 
â–ˆâ–ˆ   â–ˆâ–ˆ  â–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆ  â–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆ  â–ˆâ–ˆ  â–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆ â–ˆâ–ˆ      â–ˆâ–ˆ â–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆâ–ˆ 
            ===========================================
 * @Sign
================================
        Keep calm and get rich.
                    Is the best huudi.
 */

/* è‰²ç³»å˜é‡ */
:root {
  --acwe-morandy-bg: #bb0b92;
  --acwe-morandy-primary: #8b9d83;
  --acwe-morandy-secondary: #b6b8a6;
  --acwe-morandy-accent: #aa8e79;
  --acwe-morandy-text: #ffffff;
  --acwe-morandy-text-light: #f0f0f0;
  --acwe-morandy-border: #d5d0c9;
  --acwe-morandy-hover: #6b7d64;
  --acwe-morandy-shadow: rgba(0, 0, 0, 0.05);
  --acwe-morandy-card-bg: #2aa712;
  --acwe-morandy-tag-bg: rgba(139, 157, 131, 0.12);
  --acwe-morandy-hover-overlay: rgba(170, 142, 121, 0.8);
  --acwe-morandy-category-ribbon: #a072aa;
  --acwe-morandy-rating-star: #d4a373;
  --acwe-morandy-play-btn: rgba(255, 255, 255, 0.9);
  --acwe-morandy-filter-active: rgba(139, 157, 131, 0.15);
}

/* å…¨å±€é‡ç½® */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--acwe-morandy-text);
  background-color: #e5569d;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

ul, li {
  list-style: none;
}

/* ä¸»å®¹å™¨ */
.acwe-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

/* é¡¶éƒ¨å¯¼èˆª */
.acwe-header-section {
  background-color: var(--acwe-morandy-bg);
  box-shadow: 0 4px 12px var(--acwe-morandy-shadow);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
}

.acwe-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 20px;
  flex-wrap: wrap;
}

/* ç½‘ç«™æ&nbsp;‡å¿— */
.acwe-brand {
  display: flex;
  align-items: center;
}

.acwe-logo-container {
  display: flex;
  align-items: center;
}

.acwe-logo-image {
  width: auto;
  height: 36px;
  margin-right: 12px;
}

.acwe-site-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--acwe-morandy-primary);
  letter-spacing: 0.5px;
}

/* æœç´¢æ¡† */
.acwe-search-area {
  flex: 1;
  max-width: 480px;
  margin: 0 20px;
}

.acwe-search-form {
  position: relative;
  width: 100%;
}

.acwe-search-input {
  width: 100%;
  height: 42px;
  background-color: rgba(181, 177, 113, 0.8);
  border: 1px solid var(--acwe-morandy-border);
  border-radius: 24px;
  padding: 0 50px 0 20px;
  font-size: 15px;
  color: var(--acwe-morandy-text);
  transition: all 0.3s ease;
}

.acwe-search-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(139, 157, 131, 0.2);
  background-color: #e5569d;
}

.acwe-search-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  background-color: var(--acwe-morandy-primary);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.acwe-search-btn:hover {
  background-color: var(--acwe-morandy-hover);
}

.acwe-search-icon {
  width: 16px;
  height: 16px;
}

/* å¯¼èˆªèœå• */
.acwe-nav-wrapper {
  width: 100%;
  background-color: var(--acwe-morandy-bg);
  border-top: 1px solid var(--acwe-morandy-border);
  padding: 8px 0;
}

.acwe-main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.acwe-nav-list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.acwe-nav-item {
  position: relative;
}

.acwe-nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--acwe-morandy-text);
  padding: 6px 0;
  position: relative;
}

.acwe-nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--acwe-morandy-primary);
  transition: width 0.3s ease;
}

.acwe-nav-link:hover {
  color: var(--acwe-morandy-primary);
}

.acwe-nav-link:hover:after,
.acwe-active .acwe-nav-link:after {
  width: 100%;
}

.acwe-active .acwe-nav-link {
  color: var(--acwe-morandy-primary);
  font-weight: 600;
}

/* çƒ­é—¨æ&nbsp;‡ç­¾ */
.acwe-hot-tags {
  background-color: #e5569d;
  padding: 12px 0;
  margin-top: 1px;
  border-bottom: 1px solid var(--acwe-morandy-border);
}

.acwe-tags-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.acwe-tag-title {
  font-size: 14px;
  color: var(--acwe-morandy-text-light);
  white-space: nowrap;
}

.acwe-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.acwe-tag {
  font-size: 13px;
  color: var(--acwe-morandy-text);
  background-color: rgba(181, 177, 113, 0.8);
  padding: 3px 12px;
  border-radius: 15px;
  transition: all 0.3s;
}

.acwe-tag:hover {
  background-color: var(--acwe-morandy-primary);
  color: white;
}

/* åˆ†ç±»é¢æ¿ */
.acwe-category-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(181, 177, 113, 0.8);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.acwe-category-panel {
  position: fixed;
  top: 0;
  left: -350px;
  width: 320px;
  height: 100%;
  background-color: white;
  z-index: 201;
  overflow-y: auto;
  transition: left 0.3s ease;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.acwe-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--acwe-morandy-border);
}

.acwe-category-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--acwe-morandy-primary);
}

.acwe-category-close {
  font-size: 24px;
  color: var(--acwe-morandy-text-light);
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s;
}

.acwe-category-close:hover {
  background-color: rgba(181, 177, 113, 0.8);
  color: var(--acwe-morandy-text);
}

.acwe-category-content {
  padding: 15px;
}

.acwe-category-group {
  margin-bottom: 20px;
}

.acwe-category-parent {
  font-size: 16px;
  font-weight: 600;
  color: var(--acwe-morandy-primary);
  padding: 8px 10px;
  margin-bottom: 8px;
  border-radius: 4px;
  background-color: rgba(181, 177, 113, 0.8);
}

.acwe-category-children {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0 5px;
}

.acwe-category-child {
  font-size: 14px;
  color: var(--acwe-morandy-text);
  padding: 6px 8px;
  border-radius: 4px;
  text-align: center;
  transition: all 0.2s;
}

.acwe-category-child:hover {
  background-color: rgba(181, 177, 113, 0.8);
  color: var(--acwe-morandy-primary);
}

.acwe-category-child.acwe-active {
  background-color: var(--acwe-morandy-primary);
  color: white;
}

/* ç§»åŠ¨ç«¯èœå•æŒ‰é’® */
.acwe-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 20px;
  cursor: pointer;
}

.acwe-menu-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--acwe-morandy-primary);
  transition: all 0.3s ease;
}

/* ç§»åŠ¨ç«¯å¯¼èˆª */
.acwe-mobile-nav {
  display: none;
  width: 100%;
  background-color: white;
  margin-top: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px var(--acwe-morandy-shadow);
}

.acwe-mobile-nav-list {
  padding: 10px 0;
}

.acwe-mobile-nav-item {
  padding: 10px 15px;
}

.acwe-mobile-nav-link {
  display: block;
  padding: 5px 0;
  font-size: 15px;
  color: var(--acwe-morandy-text);
}

.acwe-mobile-nav-item.acwe-active .acwe-mobile-nav-link {
  color: var(--acwe-morandy-primary);
  font-weight: 500;
}

.acwe-mobile-sub-item .acwe-mobile-nav-link {
  padding-left: 15px;
  font-size: 14px;
  color: var(--acwe-morandy-text-light);
}

/* å“åº”å¼è®¾è®¡ */
@media (max-width: 1024px) {
  .acwe-header-inner {
    padding: 12px 0;
  }
  
  .acwe-site-title {
    font-size: 20px;
  }
  
  .acwe-search-area {
    margin: 0 10px;
  }
  
  .acwe-nav-list {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .acwe-header-inner {
    flex-wrap: wrap;
  }
  
  .acwe-search-area {
    order: 3;
    max-width: 100%;
    width: 100%;
    margin: 10px 0 0;
  }
  
  .acwe-nav-wrapper {
    display: none;
  }
  
  .acwe-menu-toggle {
    display: flex;
  }
  
  .acwe-mobile-nav {
    display: block;
  }
  
  .acwe-tags-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* åŠ¨ç”»ç±» */
.acwe-show-panel .acwe-category-overlay {
  opacity: 1;
  visibility: visible;
}

.acwe-show-panel .acwe-category-panel {
  left: 0;
}

.acwe-show-mobile-menu .acwe-menu-toggle span:first-child {
  transform: translateY(9px) rotate(45deg);
}

.acwe-show-mobile-menu .acwe-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.acwe-show-mobile-menu .acwe-menu-toggle span:last-child {
  transform: translateY(-9px) rotate(-45deg);
}

/* è§†é¢‘åˆ—è¡¨é¡µé¢æ&nbsp;·å¼ */
.acwe-content {
  padding: 30px 0;
}

/* åˆ†ç±»æ&nbsp;‡é¢˜å’Œç­›é€‰åŒºåŸŸ */
.acwe-section-header {
  margin-bottom: 24px;
  position: relative;
}

.acwe-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--acwe-morandy-border);
}

.acwe-section-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--acwe-morandy-primary);
  margin: 0;
  position: relative;
  padding-left: 14px;
}

.acwe-section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 22px;
  background-color: var(--acwe-morandy-primary);
  border-radius: 2px;
}

.acwe-category-stats {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--acwe-morandy-text-light);
}

.acwe-stat-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.acwe-stat-divider {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: var(--acwe-morandy-border);
  margin: 0 12px;
}

.acwe-highlight-text {
  color: var(--acwe-morandy-accent);
  font-weight: 500;
}

/* ç­›é€‰åŒºåŸŸ */
.acwe-filter-wrapper {
  position: relative;
  margin-bottom: 20px;
  background-color: var(--acwe-morandy-bg);
  border-radius: 8px;
  padding: 14px 20px;
}

.acwe-filter-sticky {
  position: relative;
}

.acwe-filter-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.acwe-filter-group:last-child {
  margin-bottom: 0;
}

.acwe-filter-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--acwe-morandy-text);
  margin-right: 15px;
  white-space: nowrap;
}

.acwe-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.acwe-filter-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--acwe-morandy-text);
  padding: 6px 12px;
  border-radius: 6px;
  transition: all 0.2s;
}

.acwe-filter-link:hover {
  color: var(--acwe-morandy-primary);
  background-color: rgba(181, 177, 113, 0.8);
}

.acwe-filter-link.acwe-active {
  color: var(--acwe-morandy-primary);
  background-color: var(--acwe-morandy-filter-active);
  font-weight: 500;
}

.acwe-advanced-filters {
  border-top: 1px dashed var(--acwe-morandy-border);
  padding-top: 12px;
  margin-top: 5px;
}

/* è§†å›¾åˆ‡æ¢æŒ‰é’® */
.acwe-toggle-view {
  position: absolute;
  right: 20px;
  top: 14px;
  display: flex;
  gap: 8px;
}

.acwe-view-btn {
  width: 34px;
  height: 34px;
  border: none;
  background-color: transparent;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--acwe-morandy-text-light);
  transition: all 0.2s;
}

.acwe-view-btn:hover {
  background-color: rgba(181, 177, 113, 0.8);
  color: var(--acwe-morandy-primary);
}

.acwe-view-btn.acwe-active {
  background-color: var(--acwe-morandy-primary);
  color: white;
}

.acwe-grid-view::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='14' y='14' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.acwe-list-view::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='8' y1='6' x2='21' y2='6'/%3E%3Cline x1='8' y1='12' x2='21' y2='12'/%3E%3Cline x1='8' y1='18' x2='21' y2='18'/%3E%3Cline x1='3' y1='6' x2='3.01' y2='6'/%3E%3Cline x1='3' y1='12' x2='3.01' y2='12'/%3E%3Cline x1='3' y1='18' x2='3.01' y2='18'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* å½“å‰ç­›é€‰æ¡ä»¶ */
.acwe-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.acwe-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--acwe-morandy-primary);
  background-color: var(--acwe-morandy-tag-bg);
  padding: 6px 12px;
  border-radius: 4px;
}

.acwe-remove-filter {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* è§†é¢‘ç½‘æ&nbsp;¼å¸ƒå±€ */
.acwe-video-list-wrapper {
  position: relative;
}

.acwe-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}

/* è§†é¢‘å¡ç‰‡æ&nbsp;·å¼ */
.acwe-video-card {
  position: relative;
  background-color: var(--acwe-morandy-card-bg);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px var(--acwe-morandy-shadow);
  transition: transform 0.3s, box-shadow 0.3s;
}

.acwe-video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.acwe-video-link {
  display: block;
  position: relative;
}

.acwe-video-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  height: 280px;
}

.acwe-video-img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.4s;
  position: absolute;
  top: 0;
  left: 0;
}

.acwe-video-card:hover .acwe-video-img {
  transform: scale(1.05);
}

/* è§†é¢‘ç¼©ç•¥å›¾è¦†ç›–å±‚ */
.acwe-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 60%);
  opacity: 0.8;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.acwe-video-card:hover .acwe-thumb-overlay {
  background-color: var(--acwe-morandy-hover-overlay);
  opacity: 1;
}

/* æ’­æ”¾æŒ‰é’® */
.acwe-play-button {
  width: 50px;
  height: 50px;
  background-color: var(--acwe-morandy-play-btn);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.acwe-play-icon-svg {
  width: 20px;
  height: 20px;
  margin-left: 3px;
}

.acwe-video-card:hover .acwe-play-button {
  transform: scale(1);
  opacity: 1;
}

/* è§†é¢‘ä¿¡æ¯æ‚¬åœæ˜¾ç¤º */
.acwe-video-info-hover {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s;
}

.acwe-video-card:hover .acwe-video-info-hover {
  opacity: 1;
  transform: translateX(0);
}

.acwe-video-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: rgba(181, 177, 113, 0.8);
  padding: 4px 8px;
  border-radius: 4px;
  color: white;
  font-size: 12px;
  font-weight: 600;
}

.acwe-star-icon {
  width: 14px;
  height: 14px;
  fill: var(--acwe-morandy-rating-star);
}

.acwe-video-quality {
  background-color: rgba(181, 177, 113, 0.8);
  padding: 4px 8px;
  border-radius: 4px;
  color: white;
  font-size: 12px;
}

/* è§†é¢‘æ—¶é•¿ */
.acwe-video-duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(181, 177, 113, 0.8);
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
}

/* è§’æ&nbsp;‡ */
.acwe-corner-ribbon {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: var(--acwe-morandy-category-ribbon);
  color: white;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 0 4px 4px 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

/* è§†é¢‘ä¿¡æ¯åŒºåŸŸ */
.acwe-video-info {
  padding: 12px;
}

.acwe-video-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--acwe-morandy-text);
  margin: 0 0 8px;
  line-height: 1.3;
}

.acwe-video-meta {
  font-size: 12px;
  color: var(--acwe-morandy-text-light);
}

.acwe-meta-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.acwe-meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.acwe-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.acwe-video-tag {
  background-color: var(--acwe-morandy-tag-bg);
  color: var(--acwe-morandy-primary);
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 11px;
}

/* åˆ—è¡¨è§†å›¾æ&nbsp;·å¼ */
.acwe-list-mode .acwe-video-grid {
  display: block;
}

.acwe-list-mode .acwe-video-card {
  margin-bottom: 15px;
}

.acwe-list-mode .acwe-video-link {
  display: flex;
  align-items: center;
}

.acwe-list-mode .acwe-video-thumb {
  width: 160px;
  flex-shrink: 0;
  aspect-ratio: 2 / 3;
  height: 240px;
}

.acwe-list-mode .acwe-video-info {
  flex: 1;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.acwe-list-mode .acwe-video-title {
  height: auto;
  margin-bottom: 12px;
}

.acwe-list-mode .acwe-meta-row {
  margin-bottom: 10px;
}

/* åŠ&nbsp;è½½æ›´å¤šåŒºåŸŸ */
.acwe-load-more-container {
  text-align: center;
  margin-top: 30px;
}

.acwe-pagination-container {
  margin-top: 30px;
  text-align: center;
}

/* åˆ†é¡µæ&nbsp;·å¼ */
.acwe-pagination {
  display: inline-flex;
  background-color: var(--acwe-morandy-bg);
  padding: 8px 12px;
  border-radius: 30px;
  box-shadow: 0 2px 8px var(--acwe-morandy-shadow);
}

.acwe-pagination-inner {
  display: flex;
  align-items: center;
  gap: 6px;
}

.acwe-page-num {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  color: var(--acwe-morandy-text);
  transition: all 0.2s ease;
}

.acwe-page-num:hover {
  background-color: rgba(181, 177, 113, 0.8);
  color: var(--acwe-morandy-primary);
}

.acwe-page-num.acwe-current {
  background-color: var(--acwe-morandy-primary);
  color: white;
  font-weight: 500;
}

.acwe-page-btn {
  display: flex;
  align-items: center;
  padding: 0 12px;
  height: 36px;
  border-radius: 18px;
  font-size: 14px;
  color: var(--acwe-morandy-text);
  transition: all 0.2s ease;
  gap: 6px;
}

.acwe-page-btn:hover {
  background-color: rgba(181, 177, 113, 0.8);
  color: var(--acwe-morandy-primary);
}

.acwe-prev-btn i, .acwe-next-btn i {
  width: 16px;
  height: 16px;
  position: relative;
}

.acwe-icon-arrow-left::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  left: 4px;
  top: 3px;
}

.acwe-icon-arrow-right::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
  right: 4px;
  top: 3px;
}

.acwe-page-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--acwe-morandy-text-light);
  font-size: 14px;
}

.acwe-page-btn.acwe-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* å“åº”å¼åˆ†é¡µ */
@media (max-width: 768px) {
  .acwe-pagination {
    padding: 6px 10px;
    border-radius: 25px;
  }
  
  .acwe-page-num {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  
  .acwe-page-btn {
    height: 32px;
    padding: 0 10px;
    font-size: 13px;
  }
  
  .acwe-page-btn span {
    display: none;
  }
  
  .acwe-page-btn {
    width: 32px;
    justify-content: center;
  }
}

/* å“åº”å¼è®¾è®¡ */
@media (max-width: 1024px) {
  .acwe-video-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 15px;
  }
  
  .acwe-toggle-view {
    display: none;
  }
  
  .acwe-video-thumb {
    width: 100%;
    height: 240px;
  }
}

@media (max-width: 768px) {
  .acwe-header-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .acwe-section-title {
    font-size: 20px;
  }
  
  .acwe-filter-wrapper {
    padding: 12px 15px;
  }
  
  .acwe-filter-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .acwe-filter-label {
    margin-bottom: 5px;
  }
  
  /* æ‰‹æœºç«¯è§†é¢‘ç½‘æ&nbsp;¼ï¼Œä¸€æŽ’ä¸¤ä¸ªï¼Œ2:3æ¯”ä¾‹ */
  .acwe-video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .acwe-video-card {
    width: 100%;
    height: auto;
  }
  
  .acwe-video-thumb {
    width: 100%;
    aspect-ratio: 2 / 3;
    height: auto;
  }
  
  .acwe-list-mode .acwe-video-link {
    flex-direction: column;
  }
  
  .acwe-list-mode .acwe-video-thumb {
    width: 100%;
    aspect-ratio: 2 / 3;
    height: auto;
  }
}

@media (max-width: 480px) {
  .acwe-video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .acwe-video-card {
    width: 100%;
    height: auto;
  }
  
  .acwe-video-thumb {
    width: 100%;
    aspect-ratio: 2 / 3;
    height: auto;
  }
  
  .acwe-hero-slider {
    height: 250px;
  }
  
  .acwe-btn-play {
    padding: 8px 15px;
    font-size: 13px;
  }
  
  .acwe-btn-play svg {
    width: 16px;
    height: 16px;
  }
  
  .acwe-section-title {
    font-size: 18px;
  }
  
  .acwe-section-title svg {
    width: 20px;
    height: 20px;
  }
  
  .acwe-title-desc {
    font-size: 13px;
  }
}

/* è‰²ç³»åº•éƒ¨æ&nbsp;·å¼ */
.acwe-footer-section {
  background-color: #e5569d;
  padding: 60px 0 30px;
  position: relative;
  margin-top: 50px;
}

.acwe-footer-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--acwe-morandy-primary), var(--acwe-morandy-accent), var(--acwe-morandy-secondary));
  opacity: 0.8;
}

.acwe-footer-wrapper {
  display: grid;
  grid-template-columns: minmax(300px, 1.5fr) repeat(2, 1fr);
  gap: 40px;
}

.acwe-footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.acwe-footer-logo-text {
  font-size: 26px;
  font-weight: 600;
  color: var(--acwe-morandy-primary);
}

.acwe-footer-about {
  color: var(--acwe-morandy-text-light);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 90%;
}

.acwe-footer-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.acwe-social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(181, 177, 113, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--acwe-morandy-primary);
  transition: all 0.3s ease;
}

.acwe-social-btn svg {
  width: 18px;
  height: 18px;
}

.acwe-social-btn:hover {
  background-color: var(--acwe-morandy-primary);
  color: white;
  transform: translateY(-3px);
}

.acwe-footer-heading {
  font-size: 18px;
  font-weight: 600;
  color: var(--acwe-morandy-text);
  margin-bottom: 20px;
  position: relative;
  padding-left: 14px;
}

.acwe-footer-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background-color: var(--acwe-morandy-accent);
  border-radius: 2px;
}

.acwe-nav-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.acwe-nav-link {
  color: var(--acwe-morandy-text-light);
  font-size: 14px;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.acwe-nav-link svg {
  width: 14px;
  height: 14px;
  opacity: 0.7;
}

.acwe-nav-link:hover {
  color: var(--acwe-morandy-primary);
  transform: translateX(3px);
}

.acwe-nav-link:hover svg {
  opacity: 1;
}

.acwe-friend-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.acwe-friend-link {
  font-size: 13px;
  color: var(--acwe-morandy-text-light);
  background-color: rgba(181, 177, 113, 0.8);
  padding: 6px 12px;
  border-radius: 15px;
  transition: all 0.3s;
}

.acwe-friend-link:hover {
  background-color: var(--acwe-morandy-primary);
  color: white;
}

.acwe-footer-divider {
  margin: 30px 0;
  height: 1px;
  background-color: var(--acwe-morandy-border);
  opacity: 0.5;
}

.acwe-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
  color: var(--acwe-morandy-text-light);
}

.acwe-copyright {
  opacity: 0.9;
}

.acwe-footer-legal {
  display: flex;
  gap: 16px;
}

.acwe-legal-link {
  color: var(--acwe-morandy-text-light);
  transition: color 0.2s;
}

.acwe-legal-link:hover {
  color: var(--acwe-morandy-primary);
}

.acwe-back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: var(--acwe-morandy-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--acwe-morandy-primary);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  z-index: 100;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.3s ease;
}

.acwe-back-top.acwe-visible {
  transform: translateY(0);
  opacity: 1;
}

.acwe-back-top svg {
  width: 20px;
  height: 20px;
}

.acwe-back-top:hover {
  background-color: var(--acwe-morandy-primary);
  color: white;
  transform: translateY(-5px);
}

/* è®¢é˜…åŒºåŸŸ */
.acwe-subscribe-section {
  background-color: rgba(181, 177, 113, 0.8);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.acwe-subscribe-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--acwe-morandy-primary);
  margin-bottom: 10px;
}

.acwe-subscribe-desc {
  color: var(--acwe-morandy-text-light);
  font-size: 14px;
  margin-bottom: 20px;
}

.acwe-subscribe-form {
  display: flex;
  gap: 10px;
}

.acwe-subscribe-input {
  flex: 1;
  height: 45px;
  border: 1px solid var(--acwe-morandy-border);
  border-radius: 6px;
  padding: 0 15px;
  font-size: 14px;
  background-color: rgba(181, 177, 113, 0.8);
}

.acwe-subscribe-input:focus {
  outline: none;
  border-color: var(--acwe-morandy-primary);
  box-shadow: 0 0 0 2px rgba(139, 157, 131, 0.2);
}

.acwe-subscribe-btn {
  height: 45px;
  background-color: var(--acwe-morandy-primary);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.acwe-subscribe-btn:hover {
  background-color: var(--acwe-morandy-hover);
}

/* å“åº”å¼å¸ƒå±€ */
@media (max-width: 1024px) {
  .acwe-footer-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  
  .acwe-subscribe-section {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .acwe-footer-section {
    padding: 40px 0 20px;
  }
  
  .acwe-footer-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .acwe-subscribe-section {
    grid-column: span 1;
  }
  
  .acwe-subscribe-form {
    flex-direction: column;
  }
  
  .acwe-footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  
  .acwe-footer-legal {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* è§†é¢‘è¯¦æƒ…é¡µæ&nbsp;·å¼ */
.acwe-detail-container {
  padding: 40px 0;
}

/* è¯¦æƒ…é¡µå¤´éƒ¨åŒºåŸŸ */
.acwe-detail-header {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
  margin-bottom: 40px;
  background-color: var(--acwe-morandy-bg);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 15px var(--acwe-morandy-shadow);
  position: relative;
  overflow: hidden;
}

.acwe-detail-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, var(--acwe-morandy-primary), var(--acwe-morandy-accent), var(--acwe-morandy-secondary));
  opacity: 0.7;
}

/* æµ·æŠ¥åŒºåŸŸ */
.acwe-poster-area {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.acwe-poster-container {
  position: relative;
  aspect-ratio: 2/3;
  width: 100%;
}

.acwe-poster-img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s ease;
  border-radius: 8px;
  overflow: hidden;
}

.acwe-poster-area:hover .acwe-poster-img {
  transform: scale(1.03);
}

.acwe-poster-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 60%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: background-color 0.3s;
}

.acwe-poster-area:hover .acwe-poster-overlay {
  background-color: var(--acwe-morandy-hover-overlay);
}

.acwe-play-btn-large {
  width: 64px;
  height: 64px;
  background-color: rgba(181, 177, 113, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  transform: scale(0.9);
  opacity: 0.9;
}

.acwe-poster-area:hover .acwe-play-btn-large {
  transform: scale(1);
  opacity: 1;
  background-color: rgba(181, 177, 113, 0.8);
}

.acwe-play-icon-large {
  width: 24px;
  height: 24px;
  fill: white;
  margin-left: 4px;
}

.acwe-quality-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--acwe-morandy-accent);
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 500;
}

/* è§†é¢‘ä¿¡æ¯åŒºåŸŸ */
.acwe-detail-info {
  display: flex;
  flex-direction: column;
}

.acwe-detail-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--acwe-morandy-text);
  margin: 0 0 15px;
  line-height: 1.3;
}

.acwe-detail-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.acwe-meta-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--acwe-morandy-text-light);
}

.acwe-meta-badge svg {
  width: 16px;
  height: 16px;
  opacity: 0.7;
}

.acwe-meta-divider {
  width: 4px;
  height: 4px;
  background-color: var(--acwe-morandy-border);
  border-radius: 50%;
}

.acwe-category-badge {
  display: inline-flex;
  padding: 3px 10px;
  background-color: rgba(181, 177, 113, 0.8);
  color: var(--acwe-morandy-primary);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s;
}

.acwe-category-badge:hover {
  background-color: var(--acwe-morandy-primary);
  color: white;
}

/* æ&nbsp;‡ç­¾åŒºåŸŸ */
.acwe-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.acwe-detail-tag {
  display: inline-block;
  padding: 5px 12px;
  background-color: var(--acwe-morandy-tag-bg);
  color: var(--acwe-morandy-text);
  border-radius: 15px;
  font-size: 12px;
  transition: all 0.2s;
}

.acwe-detail-tag:hover {
  background-color: var(--acwe-morandy-primary);
  color: white;
}

/* äººå‘˜ä¿¡æ¯åŒºåŸŸ */
.acwe-detail-crew {
  margin-bottom: 20px;
}

.acwe-crew-item {
  display: flex;
  margin-bottom: 10px;
}

.acwe-crew-label {
  width: 60px;
  font-size: 14px;
  color: var(--acwe-morandy-text-light);
  flex-shrink: 0;
}

.acwe-crew-content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.acwe-crew-name {
  display: inline-block;
  font-size: 14px;
  color: var(--acwe-morandy-text);
  transition: color 0.2s;
}

.acwe-crew-name:hover {
  color: var(--acwe-morandy-primary);
}

/* ç®€ä»‹åŒºåŸŸ */
.acwe-detail-desc {
  margin-top: auto;
  position: relative;
}

.acwe-desc-content {
  font-size: 14px;
  line-height: 1.6;
  color: var(--acwe-morandy-text-light);
  max-height: 80px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.acwe-desc-content.acwe-expanded {
  max-height: 500px;
}

.acwe-desc-toggle {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 13px;
  color: var(--acwe-morandy-primary);
  background-color: var(--acwe-morandy-bg);
  padding: 2px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  transition: all 0.2s;
}

.acwe-desc-toggle:hover {
  color: var(--acwe-morandy-hover);
}

.acwe-desc-toggle svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s;
}

.acwe-desc-toggle.acwe-expanded svg {
  transform: rotate(180deg);
}

/* æ“ä½œæŒ‰é’®åŒºåŸŸ */
.acwe-detail-actions {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.acwe-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  padding: 0 20px;
  border-radius: 21px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}

.acwe-play-action {
  background-color: var(--acwe-morandy-primary);
  color: white;
  flex: 1;
  max-width: 180px;
}

.acwe-play-action:hover {
  background-color: var(--acwe-morandy-hover);
  transform: translateY(-2px);
}

.acwe-action-secondary {
  background-color: rgba(181, 177, 113, 0.8);
  color: var(--acwe-morandy-primary);
}

.acwe-action-secondary:hover {
  background-color: rgba(181, 177, 113, 0.8);
  transform: translateY(-2px);
}

.acwe-action-btn svg {
  width: 16px;
  height: 16px;
}

/* é€‰é›†åŒºåŸŸ */
.acwe-episodes-block {
  background-color: var(--acwe-morandy-bg);
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 40px;
  box-shadow: 0 3px 10px var(--acwe-morandy-shadow);
}

.acwe-block-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--acwe-morandy-text);
  margin: 0 0 20px;
  padding-left: 15px;
  position: relative;
  display: flex;
  align-items: center;
}

.acwe-block-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 18px;
  background-color: var(--acwe-morandy-primary);
  border-radius: 3px;
}

/* æ’­æ”¾æºåˆ‡æ¢ */
.acwe-source-tabs {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid var(--acwe-morandy-border);
  margin-bottom: 20px;
  padding-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.acwe-source-tab {
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 14px;
  color: var(--acwe-morandy-text);
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.acwe-source-tab:hover {
  background-color: rgba(181, 177, 113, 0.8);
  color: var(--acwe-morandy-primary);
}

.acwe-source-tab.acwe-active {
  background-color: rgba(181, 177, 113, 0.8);
  color: var(--acwe-morandy-primary);
  font-weight: 500;
}

/* é€‰é›†åˆ—è¡¨ */
.acwe-episodes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
}

.acwe-episode-btn {
  background-color: rgba(181, 177, 113, 0.8);
  border: 1px solid var(--acwe-morandy-border);
  border-radius: 5px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--acwe-morandy-text);
  font-size: 13px;
  transition: all 0.2s;
  text-align: center;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.acwe-episode-btn:hover {
  background-color: rgba(181, 177, 113, 0.8);
  color: var(--acwe-morandy-primary);
  transform: translateY(-2px);
  border-color: var(--acwe-morandy-primary);
}

.acwe-episode-btn.acwe-active {
  background-color: var(--acwe-morandy-primary);
  color: white;
  border-color: var(--acwe-morandy-primary);
}

/* ç›¸å…³æŽ¨èåŒºåŸŸ */
.acwe-related-block {
  margin-bottom: 40px;
}

.acwe-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

/* å“åº”å¼è®¾è®¡ */
@media (max-width: 1024px) {
  .acwe-detail-header {
    grid-template-columns: 240px 1fr;
    padding: 20px;
  }
  
  .acwe-detail-title {
    font-size: 22px;
  }
  
  .acwe-related-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .acwe-detail-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .acwe-poster-container {
    max-width: 200px;
    margin: 0 auto;
  }
  
  .acwe-detail-title {
    font-size: 20px;
  }
  
  .acwe-detail-meta {
    gap: 10px;
  }
  
  .acwe-episodes-grid {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  }
  
  .acwe-related-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
  }
}



/* æ’­æ”¾å™¨åŒºåŸŸ */
.acwe-player-wrapper {
  background-color: #e5569d;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}

.acwe-player-area {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* 16:9æ¯”ä¾‹ */
  max-height: 70vh; /* é™åˆ¶æœ€å¤§é«˜åº¦ä¸ºè§†å£é«˜åº¦çš„70% */
  overflow: hidden;
}

.acwe-player-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* è§†é¢‘ä¿¡æ¯åŒºåŸŸ */
.acwe-play-info-bar {
  background-color: var(--acwe-morandy-bg);
  padding: 15px 20px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.acwe-playing-info {
  display: flex;
  flex-direction: column;
}

.acwe-playing-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--acwe-morandy-text);
  margin-bottom: 5px;
}

.acwe-playing-episode {
  font-size: 14px;
  color: var(--acwe-morandy-primary);
}

.acwe-play-actions {
  display: flex;
  gap: 12px;
}

.acwe-play-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 13px;
  color: var(--acwe-morandy-text);
  background-color: rgba(181, 177, 113, 0.8);
  transition: all 0.2s;
}

.acwe-play-action-btn:hover {
  background-color: rgba(181, 177, 113, 0.8);
  transform: translateY(-2px);
}

.acwe-play-action-btn svg {
  width: 16px;
  height: 16px;
}

/* æ’­æ”¾å’Œé€‰é›†åŒºåŸŸ */
.acwe-play-control-section {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

/* æ’­æ”¾å™¨å³ä¾§ä¿¡æ¯ */
.acwe-video-sidebar {
  position: relative;
}

.acwe-video-details {
  background-color: var(--acwe-morandy-bg);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.acwe-detail-line {
  display: flex;
  margin-bottom: 12px;
  font-size: 14px;
}

.acwe-detail-label {
  width: 60px;
  color: var(--acwe-morandy-text-light);
  flex-shrink: 0;
}

.acwe-detail-value {
  color: var(--acwe-morandy-text);
  flex: 1;
}

.acwe-detail-link {
  color: var(--acwe-morandy-text);
  transition: color 0.2s;
}

.acwe-detail-link:hover {
  color: var(--acwe-morandy-primary);
}

.acwe-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.acwe-detail-tag {
  padding: 4px 10px;
  background-color: rgba(181, 177, 113, 0.8);
  color: var(--acwe-morandy-primary);
  border-radius: 4px;
  font-size: 12px;
  transition: all 0.2s;
}

.acwe-detail-tag:hover {
  background-color: var(--acwe-morandy-primary);
  color: white;
}

/* é€‰é›†åŒºåŸŸ */
.acwe-episodes-section {
  background-color: var(--acwe-morandy-bg);
  border-radius: 12px;
  padding: 20px;
}

.acwe-section-heading {
  font-size: 16px;
  font-weight: 600;
  color: var(--acwe-morandy-text);
  margin: 0 0 15px;
  padding-left: 12px;
  position: relative;
  display: flex;
  align-items: center;
}

.acwe-section-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background-color: var(--acwe-morandy-primary);
  border-radius: 2px;
}

/* æ’­æ”¾æºåˆ‡æ¢ */
.acwe-source-strip {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid var(--acwe-morandy-border);
  margin-bottom: 15px;
  padding-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.acwe-source-btn {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  color: var(--acwe-morandy-text);
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.acwe-source-btn:hover {
  background-color: rgba(181, 177, 113, 0.8);
  color: var(--acwe-morandy-primary);
}

.acwe-source-btn.acwe-active {
  background-color: rgba(181, 177, 113, 0.8);
  color: var(--acwe-morandy-primary);
  font-weight: 500;
}

/* å‰§é›†åˆ—è¡¨ */
.acwe-episodes-wrap {
  max-height: 360px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--acwe-morandy-border) transparent;
}

.acwe-episodes-wrap::-webkit-scrollbar {
  width: 5px;
}

.acwe-episodes-wrap::-webkit-scrollbar-track {
  background: transparent;
}

.acwe-episodes-wrap::-webkit-scrollbar-thumb {
  background-color: var(--acwe-morandy-border);
  border-radius: 10px;
}

.acwe-episodes-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 10px;
}

.acwe-episode-link {
  height: 36px;
  border-radius: 4px;
  background-color: rgba(181, 177, 113, 0.8);
  color: var(--acwe-morandy-text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all 0.2s;
  border: 1px solid var(--acwe-morandy-border);
}

.acwe-episode-link:hover {
  background-color: rgba(181, 177, 113, 0.8);
  color: var(--acwe-morandy-primary);
  border-color: var(--acwe-morandy-primary);
  transform: translateY(-2px);
}

.acwe-episode-link.acwe-active {
  background-color: var(--acwe-morandy-primary);
  color: white;
  border-color: var(--acwe-morandy-primary);
}

/* ç›¸å…³æŽ¨èåŒºåŸŸ */
.acwe-similar-section {
  margin-bottom: 40px;
}

.acwe-similar-heading {
  font-size: 18px;
  font-weight: 600;
  color: var(--acwe-morandy-text);
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}

.acwe-similar-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 18px;
  background-color: var(--acwe-morandy-primary);
  border-radius: 3px;
}

.acwe-similar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

/* å“åº”å¼è®¾è®¡ */
@media (max-width: 1024px) {
  .acwe-play-control-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .acwe-similar-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
  }
  
  .acwe-player-area {
    padding-top: 56.25%; /* ä¿æŒ16:9æ¯”ä¾‹ */
    max-height: 65vh;
  }
}

@media (max-width: 768px) {
  .acwe-play-info-bar {
    padding: 12px 15px;
  }
  
  .acwe-playing-title {
    font-size: 16px;
  }
  
  .acwe-play-action-btn {
    padding: 6px 12px;
    font-size: 12px;
  }
  
  .acwe-episodes-list {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    gap: 8px;
  }
  
  .acwe-similar-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
  }
  
  .acwe-player-area {
    padding-top: 56.25%;
    max-height: 55vh;
  }
}

@media (max-width: 480px) {
  .acwe-player-area {
    padding-top: 56.25%;
    max-height: 50vh;
  }
}

/* æœç´¢é¡µé¢æ&nbsp;·å¼ */
.acwe-search-page {
  padding: 40px 0;
  background-color: #e5569d;
}

/* æœç´¢å¤´éƒ¨åŒºåŸŸ */
.acwe-search-header {
  background-color: var(--acwe-morandy-bg);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 3px 10px var(--acwe-morandy-shadow);
}

.acwe-search-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.acwe-search-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.acwe-search-icon {
  width: 32px;
  height: 32px;
  color: var(--acwe-morandy-primary);
}

.acwe-search-text {
  color: var(--acwe-morandy-text);
}

.acwe-search-keyword-text {
  font-size: 16px;
  margin-bottom: 5px;
}

.acwe-search-count {
  font-size: 14px;
  color: var(--acwe-morandy-text-light);
}

.acwe-search-highlight {
  color: var(--acwe-morandy-primary);
  font-weight: 600;
}

.acwe-search-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}

/* ç­›é€‰æŒ‰é’® */
.acwe-refine-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: var(--acwe-morandy-primary);
  color: white;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}

.acwe-refine-btn svg {
  width: 16px;
  height: 16px;
}

.acwe-refine-btn:hover {
  background-color: var(--acwe-morandy-hover);
  transform: translateY(-2px);
}

/* æœç´¢åŽ†å² */
.acwe-search-history {
  border-top: 1px dashed var(--acwe-morandy-border);
  padding-top: 15px;
}

.acwe-history-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--acwe-morandy-text);
}

.acwe-history-header svg {
  width: 16px;
  height: 16px;
  color: var(--acwe-morandy-text-light);
}

.acwe-clear-history {
  margin-left: auto;
  background-color: transparent;
  border: none;
  color: var(--acwe-morandy-text-light);
  font-size: 13px;
  cursor: pointer;
  transition: color 0.2s;
}

.acwe-clear-history:hover {
  color: var(--acwe-morandy-accent);
}

.acwe-history-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.acwe-history-tag {
  display: inline-block;
  padding: 6px 14px;
  background-color: rgba(181, 177, 113, 0.8);
  color: var(--acwe-morandy-text);
  border-radius: 20px;
  font-size: 13px;
  transition: all 0.2s;
}

.acwe-history-tag:hover {
  background-color: var(--acwe-morandy-primary);
  color: white;
  transform: translateY(-2px);
}

.acwe-empty-history {
  font-size: 13px;
  color: var(--acwe-morandy-text-light);
  font-style: italic;
}

/* ç­›é€‰é¢æ¿ */
.acwe-refine-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(181, 177, 113, 0.8);
  z-index: 299;
  display: none;
}

/* ç­›é€‰é¢æ¿ */
.acwe-refine-panel {
  position: fixed;
  top: 0;
  right: -350px;
  width: 320px;
  height: 100%;
  background-color: white;
  z-index: 300;
  box-shadow: -3px 0 15px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  overflow-y: auto;
}

.acwe-refine-panel.acwe-refine-show {
  right: 0;
}

.acwe-refine-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--acwe-morandy-border);
}

.acwe-refine-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--acwe-morandy-primary);
  margin: 0;
}

.acwe-refine-close {
  background-color: transparent;
  border: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.2s;
}

.acwe-refine-close svg {
  width: 18px;
  height: 18px;
  color: var(--acwe-morandy-text-light);
}

.acwe-refine-close:hover {
  background-color: rgba(181, 177, 113, 0.8);
}

.acwe-refine-body {
  padding: 20px;
}

.acwe-refine-group {
  margin-bottom: 25px;
}

.acwe-refine-group:last-child {
  margin-bottom: 0;
}

.acwe-refine-label {
  font-size: 15px;
  font-weight: 500;
  color: var(--acwe-morandy-text);
  margin-bottom: 12px;
}

.acwe-refine-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.acwe-refine-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  color: var(--acwe-morandy-text);
  transition: all 0.2s;
}

.acwe-refine-option svg {
  width: 18px;
  height: 18px;
  color: var(--acwe-morandy-text-light);
}

.acwe-refine-option:hover {
  background-color: rgba(181, 177, 113, 0.8);
}

.acwe-refine-option.acwe-active {
  background-color: rgba(181, 177, 113, 0.8);
  color: var(--acwe-morandy-primary);
  font-weight: 500;
}

.acwe-refine-option.acwe-active svg {
  color: var(--acwe-morandy-primary);
}

/* æœç´¢ç»“æžœåŒºåŸŸ */
.acwe-search-results {
  margin-bottom: 40px;
}

.acwe-results-status {
  margin-bottom: 20px;
}

.acwe-current-sort {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: var(--acwe-morandy-tag-bg);
  border-radius: 20px;
  color: var(--acwe-morandy-primary);
  font-size: 14px;
}

.acwe-current-sort svg {
  width: 16px;
  height: 16px;
}

/* æ²¡æœ‰ç»“æžœæç¤º */
.acwe-no-results {
  text-align: center;
  padding: 50px 20px;
  background-color: var(--acwe-morandy-bg);
  border-radius: 12px;
  margin-bottom: 30px;
}

.acwe-no-results svg {
  width: 60px;
  height: 60px;
  color: var(--acwe-morandy-accent);
  margin-bottom: 20px;
  opacity: 0.8;
}

.acwe-no-results h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--acwe-morandy-text);
  margin-bottom: 10px;
}

.acwe-no-results p {
  font-size: 15px;
  color: var(--acwe-morandy-text-light);
  margin-bottom: 25px;
}

.acwe-back-home {
  display: inline-block;
  padding: 10px 25px;
  background-color: var(--acwe-morandy-primary);
  color: white;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}

.acwe-back-home:hover {
  background-color: var(--acwe-morandy-hover);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* åˆ†é¡µå®¹å™¨ */
.acwe-pagination-container {
  margin-top: 30px;
  text-align: center;
}

/* ç›¸å…³æŽ¨èåŒºåŸŸ */
.acwe-related-searches {
  margin-top: 60px;
  margin-bottom: 30px;
}

.acwe-related-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  color: var(--acwe-morandy-text);
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}

.acwe-related-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 22px;
  background-color: var(--acwe-morandy-accent);
  border-radius: 2px;
}

.acwe-related-title svg {
  width: 20px;
  height: 20px;
  color: var(--acwe-morandy-accent);
}

.acwe-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

/* å“åº”å¼è®¾è®¡ */
@media (max-width: 1024px) {
  .acwe-search-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .acwe-search-actions {
    width: 100%;
    justify-content: space-between;
  }
  
  .acwe-related-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}

@media (max-width: 768px) {
  .acwe-search-page {
    padding: 20px 0;
  }
  
  .acwe-search-header {
    padding: 15px;
  }
  
  .acwe-search-info {
    width: 100%;
  }
  
  .acwe-search-icon {
    width: 24px;
    height: 24px;
  }
  
  .acwe-history-tags {
    gap: 8px;
  }
  
  .acwe-related-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 15px;
  }
  
  .acwe-refine-panel {
    width: 280px;
  }
}

/* ç­›é€‰é¢æ¿é®ç½©å±‚ */
.acwe-refine-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(181, 177, 113, 0.8);
  z-index: 290;
  display: none;
}

/* é¦–é¡µæ&nbsp;·å¼ */
.acwe-home-container {
  padding-bottom: 40px;
}

/* ç„¦ç‚¹è½®æ’­åŒºåŸŸ */
.acwe-hero-section {
  margin: 30px 0 40px;
}

.acwe-hero-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px var(--acwe-morandy-shadow);
}

.acwe-hero-slider {
  position: relative;
  overflow: hidden;
  height: 460px;
}

.acwe-slide-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.acwe-slide-item.acwe-active {
  opacity: 1;
  z-index: 2;
}

.acwe-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.acwe-slide-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.acwe-slide-img .acwe-video-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.acwe-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acwe-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.acwe-slide-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 2;
  color: white;
}

.acwe-slide-title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.acwe-slide-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}

.acwe-slide-category {
  padding: 4px 12px;
  background-color: rgba(181, 177, 113, 0.8);
  border-radius: 20px;
}

.acwe-slide-dot {
  width: 4px;
  height: 4px;
  background-color: rgba(181, 177, 113, 0.8);
  border-radius: 50%;
}

.acwe-slide-desc {
  font-size: 15px;
  margin-bottom: 20px;
  opacity: 0.9;
  max-width: 600px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.acwe-btn-play {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--acwe-morandy-primary);
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
}

.acwe-btn-play svg {
  width: 20px;
  height: 20px;
}

.acwe-btn-play:hover {
  background-color: var(--acwe-morandy-hover);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.acwe-slider-controls {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 15px;
}

.acwe-slider-prev,
.acwe-slider-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(181, 177, 113, 0.8);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  transition: all 0.2s;
}

.acwe-slider-prev svg,
.acwe-slider-next svg {
  width: 18px;
  height: 18px;
}

.acwe-slider-prev:hover,
.acwe-slider-next:hover {
  background-color: var(--acwe-morandy-primary);
  transform: translateY(-2px);
}

.acwe-slider-dots {
  display: flex;
  gap: 8px;
}

.acwe-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(181, 177, 113, 0.8);
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}

.acwe-slider-dot.acwe-active {
  background-color: white;
  transform: scale(1.2);
}

/* ç²¾é€‰ç±»åˆ«å¯¼èˆª */
.acwe-featured-nav {
  margin-bottom: 50px;
}

.acwe-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.acwe-featured-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--acwe-morandy-bg);
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.acwe-featured-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px var(--acwe-morandy-shadow);
  border-color: var(--acwe-morandy-border);
}

.acwe-featured-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(181, 177, 113, 0.8);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--acwe-morandy-primary);
  flex-shrink: 0;
  transition: all 0.3s;
}

.acwe-featured-item:hover .acwe-featured-icon {
  background-color: var(--acwe-morandy-primary);
  color: white;
}

.acwe-featured-icon svg {
  width: 24px;
  height: 24px;
}

.acwe-featured-info {
  flex: 1;
}

.acwe-featured-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--acwe-morandy-text);
  margin: 0 0 5px;
}

.acwe-featured-count {
  font-size: 13px;
  color: var(--acwe-morandy-text-light);
  margin: 0;
}

/* é€šç”¨å†…å®¹åŒºå—æ&nbsp;·å¼ */
.acwe-section {
  margin-bottom: 60px;
}

.acwe-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.acwe-title-wrapper {
  display: flex;
  flex-direction: column;
}

.acwe-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 600;
  color: var(--acwe-morandy-text);
  margin: 0 0 5px;
}

.acwe-section-title svg {
  width: 24px;
  height: 24px;
  color: var(--acwe-morandy-primary);
}

.acwe-title-desc {
  font-size: 14px;
  color: var(--acwe-morandy-text-light);
  margin: 0;
}

.acwe-highlight-num {
  color: var(--acwe-morandy-accent);
  font-weight: 600;
}

.acwe-more-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--acwe-morandy-primary);
  transition: all 0.2s;
}

.acwe-more-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}

.acwe-more-link:hover {
  color: var(--acwe-morandy-hover);
}

.acwe-more-link:hover svg {
  transform: translateX(3px);
}

/* ä»Šæ—¥æ›´æ–°åŒºåŸŸ */
.acwe-today-section {
  background-color: rgba(181, 177, 113, 0.8);
  padding: 40px 0;
  margin: 0 0 60px;
  position: relative;
}

/* çƒ­é—¨æŽ’è¡ŒåŒºåŸŸ */
.acwe-popular-section {
  margin-bottom: 60px;
}

.acwe-popular-wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 25px;
  min-height: 500px;
}

.acwe-popular-main {
  position: relative;
  display: flex;
}

.acwe-popular-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: 100%;
  flex: 1;
}

.acwe-popular-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px var(--acwe-morandy-shadow);
  height: calc(100% - 20px);
  min-height: 200px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.acwe-popular-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.acwe-popular-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.acwe-popular-img .acwe-video-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.acwe-popular-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.acwe-popular-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.acwe-rank-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 32px;
  height: 32px;
  background-color: var(--acwe-morandy-accent);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.acwe-popular-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: white;
}

.acwe-popular-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.acwe-popular-meta {
  display: flex;
  gap: 15px;
}

.acwe-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.acwe-meta-item svg {
  width: 14px;
  height: 14px;
  opacity: 0.9;
}

.acwe-popular-desc {
  font-size: 14px;
  opacity: 0.9;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* æŽ’è¡Œæ¦œæ&nbsp;‡ç­¾é¡µ */
.acwe-popular-list {
  background-color: var(--acwe-morandy-bg);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.acwe-tabs-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.acwe-tabs-nav {
  display: flex;
  background-color: rgba(181, 177, 113, 0.8);
}

.acwe-tab-btn {
  flex: 1;
  padding: 15px;
  text-align: center;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 500;
  color: var(--acwe-morandy-text);
  cursor: pointer;
  transition: all 0.2s;
  border-bottom: 2px solid transparent;
}

.acwe-tab-btn.acwe-active {
  color: var(--acwe-morandy-primary);
  border-bottom-color: var(--acwe-morandy-primary);
  background-color: rgba(181, 177, 113, 0.8);
}

.acwe-tab-btn:hover:not(.acwe-active) {
  background-color: rgba(181, 177, 113, 0.8);
}

.acwe-tabs-content {
  flex: 1;
  overflow: hidden;
  display: flex;
}

.acwe-tab-pane {
  display: none;
  padding: 15px;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.acwe-tab-pane.acwe-active {
  display: block;
  flex: 1;
}

.acwe-rank-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  border-radius: 8px;
  transition: all 0.2s;
  margin-bottom: 10px;
}

.acwe-rank-item:last-child {
  margin-bottom: 0;
}

.acwe-rank-item:hover {
  background-color: rgba(181, 177, 113, 0.8);
}

.acwe-rank-num {
  width: 24px;
  height: 24px;
  background-color: var(--acwe-morandy-text-light);
  color: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
}

.acwe-rank-item:nth-child(1) .acwe-rank-num,
.acwe-rank-item:nth-child(2) .acwe-rank-num,
.acwe-rank-item:nth-child(3) .acwe-rank-num {
  background-color: var(--acwe-morandy-accent);
}

.acwe-rank-thumb {
  width: 50px;
  height: 75px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.acwe-rank-thumb .acwe-video-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.acwe-rank-info {
  flex: 1;
  min-width: 0;
}

.acwe-rank-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--acwe-morandy-text);
  margin: 0 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.acwe-rank-meta {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--acwe-morandy-text-light);
  gap: 8px;
}

.acwe-rank-dot {
  width: 3px;
  height: 3px;
  background-color: var(--acwe-morandy-border);
  border-radius: 50%;
}

/* åˆ†ç±»è§†é¢‘å±•ç¤ºåŒºåŸŸ */
.acwe-category-section {
  margin-bottom: 50px;
}

.acwe-cat-filter {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.acwe-cat-link {
  font-size: 14px;
  color: var(--acwe-morandy-text-light);
  transition: all 0.2s;
}

.acwe-cat-link:hover {
  color: var(--acwe-morandy-primary);
  transform: translateX(3px);
}

.acwe-cat-1 {
  color: #8b9d83; /* ç”µå½±ç±»åˆ«è‰² */
}

.acwe-cat-2 {
  color: #aa8e79; /* ç”µè§†å‰§ç±»åˆ«è‰² */
}

.acwe-cat-3 {
  color: #a0a28e; /* ç»¼è‰ºç±»åˆ«è‰² */
}

.acwe-cat-4 {
  color: #c5af9c; /* åŠ¨æ¼«ç±»åˆ«è‰² */
}

/* æŽ¨èè§†é¢‘åŒºåŸŸ */
.acwe-recommend-section {
  background-color: rgba(181, 177, 113, 0.8);
  padding: 40px 0;
  margin-bottom: 0;
}

.acwe-pagination-container {
  margin-top: 30px;
  text-align: center;
}

/* å“åº”å¼è®¾è®¡ */
@media (max-width: 1200px) {
  .acwe-hero-slider {
    height: 400px;
  }
  
  .acwe-slide-title {
    font-size: 24px;
  }
  
  .acwe-featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .acwe-popular-wrapper {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  
  .acwe-popular-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .acwe-popular-card {
    height: 200px;
    min-height: 0;
  }
}

@media (max-width: 768px) {
  .acwe-hero-slider {
    height: 320px;
  }
  
  .acwe-slide-info {
    padding: 20px;
  }
  
  .acwe-slide-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .acwe-slide-meta {
    margin-bottom: 10px;
  }
  
  .acwe-slide-desc {
    display: none;
  }
  
  .acwe-slider-controls {
    bottom: 15px;
    right: 15px;
  }
  
  .acwe-featured-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .acwe-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .acwe-more-link {
    margin-left: auto;
  }
  
  .acwe-popular-title {
    font-size: 18px;
  }
  
  .acwe-popular-feature {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .acwe-hero-slider {
    height: 250px;
  }
  
  .acwe-btn-play {
    padding: 8px 15px;
    font-size: 13px;
  }
  
  .acwe-btn-play svg {
    width: 16px;
    height: 16px;
  }
  
  .acwe-section-title {
    font-size: 18px;
  }
  
  .acwe-section-title svg {
    width: 20px;
    height: 20px;
  }
  
  .acwe-title-desc {
    font-size: 13px;
  }
  
  /* ä¿æŒè§†é¢‘ç½‘æ&nbsp;¼ä¸ºä¸¤åˆ—ï¼Œç¡®ä¿2:3æ¯”ä¾‹ */
  .acwe-video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .acwe-video-thumb {
    width: 100%;
    aspect-ratio: 2 / 3;
    height: auto;
  }
}

@media (max-width: 768px) {
  .acwe-popular-list {
    margin-top: 20px;
  }
}
</pre></body></html>