.docs-layout {
  display: flex;
  gap: 2rem;
}

.docs-sidebar {
  position: sticky;
  top: 0px;
  height: calc(100vh - 60px);
  overflow-y: auto;
  width: 360px;
  padding: 1rem;
  border-right: 1px solid #e5e7eb;
  background: #fafafa;
}

.docs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.docs-section {
  margin-bottom: 0.5rem;
}

.docs-anchors a.active::before {
  content: "▸";
  margin-right: 4px;
}

.docs-toggle {
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: #4f46e5; /* purple accent */
  padding: 0.25rem 0;
}

.docs-toggle:hover {
  text-decoration: underline;
}

.docs-subnav {
  list-style: none;
  padding-left: 1rem;
  margin-top: 0.5rem;
}

.docs-subnav li {
  margin: 0.25rem 0;
}

.docs-subnav a {
  text-decoration: none;
  color: #374151;
  font-size: 0.95rem;
}

.docs-subnav a:hover {
  color: #000;
}

.docs-subnav a.active {
  color: #4f46e5;
  font-weight: 600;
}
