.docs-nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #FFFFFF;
  border-bottom: 1px solid #EFEAE1;
  padding: 0.5rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
}

.nav-back {
  color: #041414;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.nav-back:hover {
  color: #07a3a3;
}

.nav-separator {
  color: #DBD7CE;
}

.nav-title {
  color: #6b7070;
}

.auth-note {
  background: #FDF6E8;
  border-bottom: 1px solid #EFEAE1;
  padding: 0.5rem 1.25rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  color: #3a4040;
  line-height: 1.5;
}

.auth-note a {
  color: inherit;
  text-decoration: underline;
}

.auth-note a:hover {
  color: #07a3a3;
}

.scalar-mcp-layer,
.references-developer-tools {
  display: none !important;
}
