/* 星影视 - UI Style: 清爽舒适, Layout: C */

body.ui-style-14 {
  font-size: 16px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Hero Section */
.hero {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 12px;
  margin-bottom: 40px;
}

.hero h1 {
  font-size: 2.5em;
  margin-bottom: 16px;
  font-weight: 700;
}

.hero .subtitle {
  font-size: 1.2em;
  opacity: 0.95;
}

/* Site Intro */
.site-intro {
  background: white;
  padding: 40px;
  border-radius: 12px;
  margin-bottom: 40px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.site-intro h2 {
  font-size: 1.8em;
  margin-bottom: 20px;
  color: #333;
}

.site-intro p {
  margin-bottom: 16px;
  line-height: 1.8;
  color: #666;
}

.site-intro a {
  color: #1890ff;
  text-decoration: none;
  font-weight: 500;
}

.site-intro a:hover {
  text-decoration: underline;
}

/* Sections */
section {
  margin-bottom: 50px;
}

section h2 {
  font-size: 2em;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 3px solid #1890ff;
}

/* Video Grid */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.video-card {
  background: white;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

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

.video-card h3 {
  font-size: 1.3em;
  margin-bottom: 12px;
}

.video-card h3 a {
  color: #333;
  text-decoration: none;
}

.video-card h3 a:hover {
  color: #1890ff;
}

.meta {
  color: #999;
  font-size: 0.9em;
  margin-bottom: 12px;
}

.desc {
  color: #666;
  line-height: 1.6;
  margin-bottom: 12px;
}

.tags {
  color: #1890ff;
  font-size: 0.85em;
}

/* List Cards */
.list-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
}

.list-card {
  background: white;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.list-card h3 {
  font-size: 1.5em;
  margin-bottom: 16px;
}

.list-card h3 a {
  color: #333;
  text-decoration: none;
}

.list-card h3 a:hover {
  color: #1890ff;
}

.list-card p {
  color: #666;
  line-height: 1.6;
}

/* Video List */
.video-list {
  background: white;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.video-item {
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

.video-item:last-child {
  border-bottom: none;
}

.video-item h4 {
  font-size: 1.2em;
  margin-bottom: 8px;
}

.video-item h4 a {
  color: #333;
  text-decoration: none;
}

.video-item h4 a:hover {
  color: #1890ff;
}

.video-item p {
  color: #666;
  line-height: 1.6;
}

.more-link {
  text-align: center;
  margin-top: 24px;
}

.more-link a {
  display: inline-block;
  padding: 12px 32px;
  background: #1890ff;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}

.more-link a:hover {
  background: #40a9ff;
}

/* List Pages */
.intro, .topic-intro {
  background: white;
  padding: 32px;
  border-radius: 8px;
  margin-bottom: 32px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.intro p, .topic-intro p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 16px;
}

.year-group {
  margin-bottom: 50px;
}

.year-group h2 {
  font-size: 1.6em;
  color: #333;
  margin-bottom: 24px;
  padding-left: 16px;
  border-left: 4px solid #1890ff;
}

/* Ranking List */
.ranking-list {
  background: white;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.ranking-item {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #f0f0f0;
}

.ranking-item:last-child {
  border-bottom: none;
}

.rank-num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #1890ff;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
}

.rank-content {
  flex: 1;
}

.rank-content h3 {
  font-size: 1.3em;
  margin-bottom: 8px;
}

.rank-content h3 a {
  color: #333;
  text-decoration: none;
}

.rank-content h3 a:hover {
  color: #1890ff;
}

.reason {
  color: #666;
  line-height: 1.7;
  margin-top: 12px;
}

/* Topic List */
.topic-list {
  background: white;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.topic-item {
  padding: 24px 0;
  border-bottom: 1px solid #f0f0f0;
}

.topic-item:last-child {
  border-bottom: none;
}

.topic-item h3 {
  font-size: 1.3em;
  margin-bottom: 8px;
}

.topic-item h3 a {
  color: #333;
  text-decoration: none;
}

.topic-item h3 a:hover {
  color: #1890ff;
}

.topic-desc {
  color: #666;
  line-height: 1.7;
  margin-top: 12px;
}

/* Latest List */
.latest-list {
  background: white;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.latest-item {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #f0f0f0;
}

.latest-item:last-child {
  border-bottom: none;
}

.latest-date {
  flex-shrink: 0;
  padding: 8px 16px;
  background: #f0f0f0;
  border-radius: 4px;
  font-size: 0.9em;
  color: #666;
  height: fit-content;
}

.latest-content {
  flex: 1;
}

.latest-content h3 {
  font-size: 1.2em;
  margin-bottom: 8px;
}

.latest-content h3 a {
  color: #333;
  text-decoration: none;
}

.latest-content h3 a:hover {
  color: #1890ff;
}

.latest-content p {
  color: #666;
  line-height: 1.6;
  margin-top: 8px;
}

/* Detail Page */
.detail-page {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.detail-content h1 {
  font-size: 2.2em;
  margin-bottom: 32px;
  color: #333;
}

.detail-content section {
  margin-bottom: 40px;
}

.detail-content h2 {
  font-size: 1.6em;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 2px solid #1890ff;
  padding-bottom: 8px;
}

.basic-info dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  line-height: 1.8;
}

.basic-info dt {
  font-weight: 600;
  color: #333;
}

.basic-info dd {
  color: #666;
}

.one-line {
  font-size: 1.2em;
  color: #1890ff;
  font-weight: 500;
  line-height: 1.6;
}

.summary p, .review p {
  color: #666;
  line-height: 1.8;
  text-align: justify;
}

/* Footer */
.footer {
  background: #333;
  color: white;
  padding: 40px 20px 20px;
  margin-top: 60px;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}

.footer-nav a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: #1890ff;
}

.copyright {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #555;
  color: #999;
}

/* Responsive */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 1.8em;
  }

  .hero .subtitle {
    font-size: 1em;
  }

  .site-intro, .detail-page {
    padding: 24px;
  }

  section h2 {
    font-size: 1.5em;
  }

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

  .list-cards {
    grid-template-columns: 1fr;
  }

  .ranking-item, .latest-item {
    flex-direction: column;
    gap: 12px;
  }

  .basic-info dl {
    grid-template-columns: 80px 1fr;
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 12px;
  }

  .hero {
    padding: 40px 16px;
  }

  .hero h1 {
    font-size: 1.5em;
  }

  .site-intro, .detail-page {
    padding: 16px;
  }

  .video-card, .list-card {
    padding: 16px;
  }
}