    html, body {
      color: #555;
    }
    .wrap {
      padding: 60px 24px 80px;
    }
    h1 {
      font-size: 20px;
      color: #00ff41;
      font-weight: normal;
      margin-bottom: 8px;
    }
    .date {
      font-size: 11px;
      color: #333;
      margin-bottom: 48px;
    }
    h2 {
      font-size: 12px;
      color: #00ff41;
      font-weight: normal;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin: 36px 0 12px;
    }
    h3 {
      font-size: 12px;
      color: #888;
      font-weight: normal;
      margin: 20px 0 8px;
    }
    p, li {
      font-size: 13px;
      line-height: 1.8;
      color: #555;
    }
    ul { padding-left: 20px; margin-top: 8px; }
    li { margin-bottom: 6px; }
    a { color: var(--blue); text-decoration: none; }
    a:hover { text-decoration: underline; }
    .divider {
      border: none;
      border-top: 1px solid #111;
      margin: 36px 0;
    }
    code { color: #00bfff; }
    strong { color: #888; font-weight: normal; }
    .section-num {
      color: #333;
      margin-right: 8px;
    }
