/* 全局样式已在内联 style 中定义 */
/* 这里可以添加额外的样式扩展 */

body.ui-style-0 {
  --primary-color: #667eea;
  --secondary-color: #764ba2;
}

@media (max-width: 480px) {
  .video-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 1.5rem;
  }

  section {
    padding: 1.5rem;
  }
}
