
/* 月光影视 - 自然清新风格 - 布局D */

.container { animation: fadeIn 0.6s ease-in; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

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

a { transition: color 0.3s ease; }
a:hover { color: #3498db; }

@media (max-width: 768px) {
  .container { padding: 0 0.5rem !important; }
  h1 { font-size: 1.5rem !important; }
  h2 { font-size: 1.3rem !important; }
  .video-grid { grid-template-columns: 1fr !important; }
}

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