.spoke-access-tabs {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.5rem 0.75rem;
  overflow-x: auto;
  border-bottom: 1px solid rgba(226, 202, 150, 0.28);
  background: rgba(7, 10, 16, 0.94);
  backdrop-filter: blur(12px);
}

.spoke-access-tab {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0.38rem 0.68rem;
  border: 1px solid rgba(226, 202, 150, 0.34);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(248, 242, 228, 0.94);
  font: 600 0.72rem/1.2 "Manrope", sans-serif;
  text-decoration: none;
  cursor: pointer;
}

.spoke-access-tab:hover,
.spoke-access-tab:focus-visible {
  border-color: rgba(139, 228, 213, 0.72);
  outline: none;
}

.spoke-access-tab.is-locked {
  opacity: 0.48;
  cursor: not-allowed;
}

.spoke-access-tab.is-locked::before {
  content: "\1F512  ";
}

.spoke-access-state {
  flex: 0 0 auto;
  margin-left: auto;
  color: rgba(217, 226, 235, 0.72);
  font: 500 0.68rem/1.2 "Manrope", sans-serif;
  white-space: nowrap;
}
