#hub-i18n-bar {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 2147483000;
  display: flex;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(7, 9, 16, 0.88);
  border: 1px solid rgba(212, 175, 55, 0.35);
  backdrop-filter: blur(12px);
}

#hub-i18n-bar button {
  appearance: none;
  border: 0;
  margin: 0;
  min-width: 40px;
  height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: transparent;
  color: #f4f4f8;
  font: 700 12px/1 Inter, Segoe UI, system-ui, sans-serif;
  letter-spacing: 0.04em;
  cursor: pointer;
}

#hub-i18n-bar button[aria-pressed='true'] {
  background: #8b7cff;
  color: #fff;
}

#hub-i18n-bar button:hover {
  color: #d4af37;
}

#hub-i18n-bar button[aria-pressed='true']:hover {
  color: #fff;
}

html[data-app='hub'] #hub-i18n-bar {
  display: none;
}
