body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  color: #333;
  background: #fafafa;
}

h1 {
  color: #2c3e50;
  border-bottom: 2px solid #3498db;
  padding-bottom: 0.5rem;
}

h2 {
  color: #34495e;
  margin-top: 2rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

th, td {
  border: 1px solid #ddd;
  padding: 0.75rem;
  text-align: left;
}

th {
  background: #3498db;
  color: white;
  font-weight: 600;
}

tr:nth-child(even) {
  background: #f8f9fa;
}

tr:hover {
  background: #e8f4fc;
}

code {
  background: #f4f4f4;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  font-size: 0.9em;
}

/* Center check/cross marks */
td:not(:first-child) {
  text-align: center;
  font-size: 1.2em;
}

/* Summary table numbers */
table:first-of-type td:not(:first-child) {
  font-weight: 600;
}

p {
  color: #666;
  margin: 0.5rem 0;
}

ul {
  margin: 0.5rem 0;
  padding-left: 1.5rem;
}

li {
  color: #666;
  margin: 0.25rem 0;
}
