  body {
    background: #0d0d0d;
    color: #e6e6e6;
    font-family: 'Segoe UI', sans-serif;
  }

  .hero {
    background: url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 20px #000;
  }

  .hero h1 {
    font-size: 4rem;
    color: #ff6a00;
    font-weight: 700;
  }

  .section-title {
    border-left: 5px solid #ff6a00;
    padding-left: 15px;
    margin-bottom: 20px;
  }

  .song-card {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
  }

  .lyrics-box {
    background: #111;
    border-radius: 10px;
    padding: 15px;
    white-space: pre-wrap;
    font-size: 0.95rem;
  }

  .video-frame {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
  }

  .ai-note {
    background: #222;
    border-left: 5px solid #ff6a00;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 40px;
  }