body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
}

.page-content .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.site-header {
  background: #000;
  color: white;
  padding: 1rem 0;
  margin-bottom: -2rem;
}

.site-header .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-title {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}

.site-nav a {
  color: white;
  text-decoration: none;
  margin-left: 1.5rem;
}

.site-nav a:hover {
  text-decoration: underline;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.search-bar input {
  padding: 0.5rem;
  border: none;
  border-radius: 4px;
  width: 200px;
}

.search-bar button {
  padding: 0.5rem 1rem;
  background: #0066cc;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.search-bar button:hover {
  background: #0052a3;
}

h1, h2, h3, h4 {
  color: #003366;
  margin-top: 1.5em;
}

code {
  background: #f4f4f4;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.9em;
}

pre {
  background: #f4f4f4;
  padding: 1rem;
  border-radius: 5px;
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0;
}

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

th {
  background: #003366;
  color: white;
}

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

a {
  color: #0066cc;
}

a:hover {
  color: #003366;
}
