
body { font-size: 16px; }
.container { max-width: 1200px; margin: 0 auto; padding: 20px; }
.main { min-height: calc(100vh - 180px); padding: 20px 0; }

.hero { text-align: center; padding: 40px 20px; background: #fff; border-radius: 8px; margin-bottom: 30px; }
.hero h1 { font-size: 28px; margin-bottom: 15px; color: #222; }
.hero-desc { font-size: 16px; color: #666; line-height: 1.8; margin-bottom: 20px; }
.tags { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.tag { display: inline-block; background: #e8f4f8; color: #0066cc; padding: 5px 12px; border-radius: 4px; font-size: 14px; }

.intro-section { background: #fff; padding: 30px; border-radius: 8px; margin-bottom: 30px; }
.intro-section h2 { font-size: 22px; margin-bottom: 15px; color: #333; }
.intro-section p { line-height: 1.8; color: #555; }

.hot-section, .latest-section, .list-entrance { background: #fff; padding: 30px; border-radius: 8px; margin-bottom: 30px; }
.hot-section h2, .latest-section h2, .list-entrance h2 { font-size: 22px; margin-bottom: 20px; color: #333; border-left: 4px solid #0066cc; padding-left: 15px; }

.video-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.video-card { background: #f9f9f9; padding: 20px; border-radius: 6px; transition: transform 0.2s; }
.video-card:hover { transform: translateY(-4px); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.video-card h3 { font-size: 18px; margin-bottom: 8px; }
.video-card h3 a { color: #333; }
.video-card .meta { font-size: 14px; color: #888; margin-bottom: 8px; }
.video-card .oneline { font-size: 14px; color: #666; line-height: 1.6; }

.video-list { display: flex; flex-direction: column; gap: 15px; }

.entrance-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.entrance-card { background: #f9f9f9; padding: 25px; border-radius: 6px; }
.entrance-card h3 { font-size: 20px; margin-bottom: 10px; }
.entrance-card h3 a { color: #0066cc; }
.entrance-card p { color: #666; line-height: 1.6; }

.page-intro { background: #fff; padding: 20px; border-radius: 6px; margin-bottom: 20px; color: #555; line-height: 1.8; }

.list-container { display: flex; flex-direction: column; gap: 20px; }
.list-item { background: #fff; padding: 20px; border-radius: 6px; border-left: 3px solid #0066cc; }
.list-item h3 { font-size: 20px; margin-bottom: 8px; }
.list-item h3 a { color: #333; }
.list-item .meta { font-size: 14px; color: #888; margin-bottom: 10px; }
.list-item .summary { color: #666; line-height: 1.6; }

.rank-container { display: flex; flex-direction: column; gap: 15px; }
.rank-item { display: flex; gap: 20px; background: #fff; padding: 20px; border-radius: 6px; align-items: flex-start; }
.rank-num { font-size: 32px; font-weight: bold; color: #0066cc; min-width: 50px; text-align: center; }
.rank-content { flex: 1; }
.rank-content h3 { font-size: 18px; margin-bottom: 8px; }
.rank-content h3 a { color: #333; }
.rank-content .meta { font-size: 14px; color: #888; margin-bottom: 6px; }
.rank-content .oneline { color: #666; line-height: 1.6; }

.topic-section { background: #fff; padding: 30px; border-radius: 8px; margin-bottom: 30px; }
.topic-section h2 { font-size: 22px; margin-bottom: 20px; color: #333; border-left: 4px solid #0066cc; padding-left: 15px; }
.topic-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 15px; }
.topic-item { background: #f9f9f9; padding: 15px; border-radius: 6px; }
.topic-item h4 { font-size: 16px; margin-bottom: 5px; }
.topic-item h4 a { color: #333; }
.topic-item .meta { font-size: 13px; color: #888; }

.latest-container { display: flex; flex-direction: column; gap: 15px; }
.latest-item { display: flex; gap: 20px; background: #fff; padding: 20px; border-radius: 6px; align-items: flex-start; }
.latest-date { font-size: 24px; font-weight: bold; color: #0066cc; min-width: 80px; text-align: center; }
.latest-content { flex: 1; }
.latest-content h3 { font-size: 18px; margin-bottom: 8px; }
.latest-content h3 a { color: #333; }
.latest-content .meta { font-size: 14px; color: #888; margin-bottom: 6px; }
.latest-content .oneline { color: #666; line-height: 1.6; }

.detail { background: #fff; padding: 40px; border-radius: 8px; }
.detail h1 { font-size: 32px; margin-bottom: 30px; color: #222; border-bottom: 2px solid #0066cc; padding-bottom: 15px; }
.detail section { margin-bottom: 30px; }
.detail h2 { font-size: 22px; margin-bottom: 15px; color: #333; }
.info-list { display: flex; flex-direction: column; gap: 10px; }
.info-list li { font-size: 16px; color: #555; line-height: 1.8; }
.info-list strong { color: #333; display: inline-block; min-width: 80px; }
.oneline-text { font-size: 18px; color: #0066cc; font-weight: 500; line-height: 1.8; padding: 15px; background: #f0f8ff; border-radius: 6px; }
.summary-text { font-size: 16px; color: #555; line-height: 1.8; }
.review-text { font-size: 16px; color: #666; line-height: 1.8; background: #f9f9f9; padding: 20px; border-radius: 6px; border-left: 4px solid #0066cc; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; }
.related-item { background: #f9f9f9; padding: 15px; border-radius: 6px; }
.related-item h4 { font-size: 16px; margin-bottom: 8px; }
.related-item h4 a { color: #333; }
.related-item .oneline { font-size: 14px; color: #666; line-height: 1.6; }

.footer { background: #333; color: #fff; padding: 30px 20px; text-align: center; margin-top: 40px; }
.footer p { font-size: 14px; }

@media (max-width: 768px) {
  .container { padding: 15px; }
  .hero h1 { font-size: 22px; }
  .hero { padding: 30px 15px; }
  .detail { padding: 20px; }
  .detail h1 { font-size: 24px; }
  .video-grid { grid-template-columns: 1fr; }
  .rank-item { flex-direction: column; gap: 10px; }
  .rank-num { font-size: 24px; }
  .latest-item { flex-direction: column; gap: 10px; }
  .latest-date { font-size: 20px; }
}


.ui-style-0 {
  --primary-color: #0066cc;
  
  
  
}

.ui-style-1 {
  
  --primary-color: #2d8659;
  
  
}

.ui-style-2 {
  
  
  --primary-color: #d9534f;
  
}

.ui-style-3 {
  
  
  
  --primary-color: #f0ad4e;
}

.ui-style-4 {
  --primary-color: #0066cc;
  
  
  
}

.ui-style-5 {
  
  --primary-color: #2d8659;
  
  
}

.ui-style-6 {
  
  
  --primary-color: #d9534f;
  
}

.ui-style-7 {
  
  
  
  --primary-color: #f0ad4e;
}

.ui-style-8 {
  --primary-color: #0066cc;
  
  
  
}

.ui-style-9 {
  
  --primary-color: #2d8659;
  
  
}

.ui-style-10 {
  
  
  --primary-color: #d9534f;
  
}

.ui-style-11 {
  
  
  
  --primary-color: #f0ad4e;
}

.ui-style-12 {
  --primary-color: #0066cc;
  
  
  
}

.ui-style-13 {
  
  --primary-color: #2d8659;
  
  
}

.ui-style-14 {
  
  
  --primary-color: #d9534f;
  
}

.ui-style-15 {
  
  
  
  --primary-color: #f0ad4e;
}

