body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, sans-serif;
  max-width: 600px;
  margin: 80px auto;
  padding: 20px;
  line-height: 1.6;
  color: #333;
}
h1 {
  color: #2563eb;
  margin-bottom: 0.5rem;
}
.status {
  background: #10b981;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  display: inline-block;
  font-weight: 600;
  margin: 1rem 0;
}
.info {
  background: #f3f4f6;
  padding: 1rem;
  border-radius: 8px;
  margin: 1rem 0;
}
a {
  color: #2563eb;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.seo-section {
  background: #f3f4f6;
  padding: 1rem;
  border-radius: 8px;
  margin: 1rem 0;
}
.seo-section summary {
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  color: #64748b;
  list-style: none;
}
.seo-section summary::-webkit-details-marker {
  display: none;
}
.seo-section summary::after {
  content: " +";
}
.seo-section details[open] summary::after,
.seo-section[open] summary::after {
  content: " \2212";
}
.seo-content {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #475569;
  line-height: 1.7;
}
.seo-content p {
  margin-bottom: 0.5rem;
}
.seo-content code {
  background: #e5e7eb;
  padding: 0.1rem 0.35rem;
  border-radius: 3px;
  font-size: 0.825rem;
}
