body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #334155;
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
}
h1 {
  text-align: center;
  color: #0f172a;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
h2 {
  color: #1e293b;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 0.5rem;
}
strong {
  color: #0f172a;
  font-weight: 600;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin: 24px 0;
  font-size: 0.875rem;
}
th,
td {
  border: 1px solid #cbd5e1;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}
th {
  background-color: #f8fafc;
  font-weight: 600;
}
ul,
ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
li {
  margin-bottom: 0.5rem;
}
p {
  margin-bottom: 1rem;
}
a {
  color: #2563eb;
  text-decoration: underline;
}
