
/* Extended Styles for 精选影视 */

body.ui-style-12 {
  background: linear-gradient(135deg, #f5f7fa 0%, #f0f2f5 100%);
}

.hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 3rem 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.hero-section h1 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
}

.intro-section p {
  color: #555;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.video-card {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.video-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.video-card .meta {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0.75rem;
}

.video-card .one-line {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}

.list-container, .rank-container, .latest-container {
  margin-top: 2rem;
}

.list-item, .rank-item, .latest-item {
  background: white;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.rank-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.rank-num {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  flex-shrink: 0;
}

.rank-content {
  flex: 1;
}

.latest-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.year-tag {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background: #667eea;
  color: white;
  border-radius: 6px;
  font-weight: bold;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.latest-content {
  flex: 1;
}

.page-intro {
  font-size: 1rem;
  color: #666;
  margin: 1rem 0 2rem 0;
  padding: 1rem;
  background: #f9f9f9;
  border-left: 4px solid #667eea;
}

.detail-article {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.detail-article h1 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #333;
  border-bottom: 2px solid #667eea;
  padding-bottom: 0.5rem;
}

.detail-article h2 {
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #667eea;
}

.info-list {
  list-style: none;
  padding-left: 0;
}

.info-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.one-line-text {
  font-size: 1.1rem;
  color: #555;
  font-weight: 500;
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 6px;
}

.summary-text {
  line-height: 1.8;
  color: #555;
  text-align: justify;
}

.review-section p {
  line-height: 1.8;
  color: #555;
  font-style: italic;
  padding: 1rem;
  background: #fffbf0;
  border-radius: 6px;
}

.related-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.related-item {
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 6px;
  border-left: 3px solid #667eea;
}

.related-item h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.topics-container .topic-group {
  margin-bottom: 3rem;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.topic-item {
  padding: 1rem;
  background: white;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.topic-item h4 {
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 1.5rem;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .detail-article {
    padding: 1.5rem 1rem;
  }

  .detail-article h1 {
    font-size: 1.5rem;
  }
}
