
/* 星辰影视 - 样式表 */
/* UI Style: ui-style-11 | Layout: D */

.ui-style-11 {
  --primary-color: #2563eb;
  --primary-hover: #1e40af;
  --text-color: #333;
  --bg-color: #f5f5f5;
}

body.ui-style-11 a { transition: all 0.3s ease; }
body.ui-style-11 .video-card:hover { box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2); }

@media (max-width: 768px) {
  .main-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  .main-nav a {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}
