body {
  font-family: system-ui, sans-serif;
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 1rem;
  line-height: 1.5;
}

h1 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  text-align: left;
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #ddd;
}

td {
  padding: 0.4rem 0;
  border-bottom: 1px solid #eee;
}

td a {
  color: #0044aa;
  text-decoration: none;
}

td a:hover {
  text-decoration: underline;
}
