    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                   "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
      margin: 40px;
      line-height: 1.8;
      background: #fafafa;
      color: #111;
    }

    .nav a {
      color: #111;
      text-decoration: none;
      border-bottom: 1px solid rgba(0,0,0,0.2);
      margin-right: 14px;
    }
    .nav a:hover { border-bottom-color: rgba(0,0,0,0.6); }

    .card {
      max-width: 70ch;
      background: #ffffff;
      padding: 28px 16px;
      border-radius: 14px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.06);
      margin-top: 24px;
    }

    h1 {
      font-family: "Georgia", "Times New Roman", serif;
      font-size: 2.0rem;
      margin: 0 0 6px 0;
      font-weight: 600;
    }

    .meta {
      color: #555;
      font-size: 0.95rem;
      margin-bottom: 20px;
    }

    .poem p {
      margin: 0 0 18px 0;
    }

    footer {
      margin-top: 40px;
      color: #666;
      font-size: 0.95rem;
    }

    .soft-divider {
      border: none;
      border-top: 1px solid rgba(0,0,0,0.08);
      margin: 26px 0 20px;
    }

    .annotation {
      font-size: 0.95rem;
      color: #555;
      max-width: 60ch;
    }

    .annotation h3 {
      font-size: 1.0rem;
      margin: 0 0 8px 0;
      font-weight: 600;
    }

    .annotation p {
      margin: 0;
      line-height: 1.6;
    }
