body {
  font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  margin: 0;
  padding: 60px 40px;
  background-color: #ffffff;
  color: #333333;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}
h1 {
  color: #000000;
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 2em;
  text-align: center;
  letter-spacing: -0.5px;
}
h2 {
  color: #333333;
  font-size: 1.2em;
  font-weight: 400;
  margin: 3em 0 1em 0;
  border-left: 3px solid #000000;
  padding-left: 1em;
}
h3 {
  color: #555555;
  font-size: 1em;
  font-weight: 400;
  margin: 2em 0 1em 0;
}
a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
  transition: border-bottom-color 0.2s;
}
a:hover { border-bottom-color: #000000; }
ul {
  list-style: none;
  padding: 0;
}
li {
  margin: 0.8em 0;
  padding-left: 2em;
  position: relative;
}
li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #666666;
}
.header-info {
  text-align: center;
  color: #666666;
  font-size: 0.9em;
  margin-bottom: 4em;
}
hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 4em 0;
}
p { margin: 1em 0; }
strong { font-weight: 600; }

/* Table styles for comparison page */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
  font-size: 0.9em;
}
th, td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}
th {
  background-color: #f8f8f8;
  font-weight: 600;
  color: #000000;
}
tr:hover {
  background-color: #f9f9f9;
}
.back-link {
  display: inline-block;
  margin-bottom: 2em;
  padding: 0.5em 1em;
  border: 1px solid #e0e0e0;
  background-color: #f8f8f8;
  text-decoration: none;
}

