.asterra-lab-tabs {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  background: #101214;
  border-bottom: 1px solid #383d42;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.asterra-lab-tabs a {
  color: #a5abb1;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}
.asterra-lab-tabs a:hover,
.asterra-lab-tabs a[aria-current="page"] {
  color: #f1f3f4;
  background: #23272b;
}
#root {
  margin-top: 48px;
}
