:root { --scalar-custom-header-height: 40px; }

body {
  margin: 0;
  background: #0b0d10;
}

.agent-docs-directive {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.brand-strip {
  height: 40px;
  box-sizing: border-box;
  padding: 10px 20px;
  background: rgba(11, 13, 16, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #262d36;
  color: #9aa4af;
  font: 500 13px 'Inter', system-ui, sans-serif;
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand-strip a {
  color: #6ee7b7;
  text-decoration: none;
}

.brand-strip .links a {
  margin-left: 18px;
  color: #9aa4af;
}

.brand-strip .links a:hover { color: #e8ecef; }

.reference-agent-entry {
  padding: 16px 20px;
  color: #e8ecef;
  background: #10141a;
  border-bottom: 1px solid #262d36;
  font: 14px system-ui, sans-serif;
}

.reference-agent-entry a {
  color: #6ee7b7;
  text-decoration: none;
}
