body[data-page="simulator"],
body[data-page="simulator-docs"] {
  color: var(--text);
}

.simulator-header {
  position: sticky;
  top: 0;
  z-index: 40;
}

.simulator-header-inner {
  gap: 18px;
}

.simulator-nav {
  justify-content: flex-end;
  overflow-x: auto;
  scrollbar-width: thin;
}

.simulator-nav::-webkit-scrollbar {
  height: 6px;
}

.simulator-nav::-webkit-scrollbar-thumb {
  background: rgba(101, 182, 255, 0.35);
  border-radius: 999px;
}

.simulator-hero {
  padding-bottom: 24px;
}

.simulator-banner-shell {
  padding-top: 0;
}

.simulator-banner {
  position: sticky;
  top: 112px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(243, 171, 67, 0.28);
  border-radius: 999px;
  background: rgba(243, 171, 67, 0.08);
  color: #ffe2ba;
  font-size: 0.92rem;
  font-weight: 600;
}

.simulator-banner::before {
  content: "Status";
  color: rgba(255, 226, 186, 0.78);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
