
  
  #home > a{
      text-decoration: none;
      font-size: 26px;
      font-family: Times New Roman;
  }
  
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      font-family: system-ui, sans-serif;
      background: #fff;
      color: #1a1a1a;
      line-height: 1.6;
    }

    .site-header {
      padding: 16px 24px;
      border-bottom: 1px solid #e5e5e5;
    }

    .site-header a {
      font-weight: 700;
      font-size: 1.1rem;
      text-decoration: none;
      color: #1a1a1a;
    }

    .watch-page {
      max-width: 860px;
      margin: 0 auto;
      padding: 32px 24px 64px;
    }

    h1 {
      font-size: 1.6rem;
      margin-bottom: 10px;
    }

    .video-description {
      font-size: 1rem;
      color: #333;
      margin-bottom: 16px;
      max-width: 680px;
    }

    .video-wrapper {
      width: 100%;
      background: #000;
      border-radius: 8px;
      overflow: hidden;
    }

    .video-wrapper video {
      width: 100%;
      display: block;
      max-height: 480px;
    }

    .video-byline {
      font-size: 0.875rem;
      color: #666;
      margin: 12px 0 24px;
    }

    .video-transcript {
      margin-top: 28px;
      padding-top: 20px;
      border-top: 1px solid #e5e5e5;
    }

    .video-transcript h2 {
      font-size: 1.1rem;
      margin-bottom: 10px;
    }

    .video-transcript p {
      font-size: 0.95rem;
      color: #444;
      margin-bottom: 12px;
    }

    .demo-overview {
      margin-top: 24px;
    }

    .demo-overview h2 {
      font-size: 1.1rem;
      margin-bottom: 10px;
    }

    .demo-overview p {
      margin-bottom: 12px;
      color: #333;
    }

    .watch-cta {
      margin-top: 36px;
      padding: 24px;
      background: #f5f5f5;
      border-radius: 8px;
    }

    .watch-cta a {
      display: inline-block;
      margin-top: 10px;
      background: #1a1a1a;
      color: #fff;
      padding: 12px 24px;
      text-decoration: none;
      border-radius: 6px;
      font-weight: 600;
    }

    .watch-cta a:hover {
      background: #333;
    }
 