/* -------- Modern Dark Docs -------- */

body.modern-docs {
  background: #12131a;
  color: #e0e6ed;
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.7;
  margin: 0;
}

.doc-container {
  max-width: 780px;
  margin: 4rem auto;
  padding: 0 1.5rem;
}

h1 {
  font-size: 2.5rem;
  text-align: center;
}

h2 {
  margin-top: 2.5rem;
  color: #fff;
}

.lead {
  text-align: center;
  color: #9ca3af;
  margin-bottom: 2rem;
}

/* Prism code styling */

pre[class*="language-"] {
  background: #1c1f28 !important;
  border-radius: 10px;
  margin: 1rem auto;
  max-width: 90%;
  padding: 1rem 1.25rem;
  overflow-x: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

/* Buttons */

.btn {
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  background: #2f3140;
  color: #e0e6ed;
  transition: 0.2s;
}

.btn:hover {
  background: #4f46e5;
}

.btn.primary {
  background: #4f46e5;
  color: #fff;
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
