
  body {
    font-family: system-ui, sans-serif;
    margin: 2rem;
    line-height: 1.5;
  }
  h1 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2rem;
    font-size: 0.95rem;
  }
  th, td {
    border: 1px solid #ccc;
    padding: 0.75rem;
    text-align: left;
    vertical-align: top;
  }
  th {
    background: #007284;
    color: white;
    font-weight: 600;
  }
  tr:nth-child(even) td {
    background: #f9f9f9;
  }
  code {
    background: #f3f3f3;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-size: 0.9em;
  }
