/* 全局样式已在 head 内联，此处为扩展样式 */
.ui-style-0 { --primary-color: #1a73e8; }
.video-card { transition: all 0.3s ease; }
.video-card:hover { border-color: var(--primary-color, #1a73e8); }
@media (max-width: 768px) {
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.3rem; }
  .video-grid { grid-template-columns: 1fr; }
}