html.i18n-pending body {
  visibility: hidden;
}

.nav-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex: 0 0 auto;
  min-width: 0;
}

.top .k6-mark {
  white-space: nowrap;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(107,99,88,0.28);
  border-radius: 999px;
  background: rgba(250,247,241,0.72);
}

.lang-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 30px;
  padding: 0 8px;
  border-radius: 999px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: var(--muted);
}

.lang-switch a[aria-current="true"] {
  background: var(--ink);
  color: var(--bone);
}

.lang-switch a:hover,
.lang-switch a:focus-visible {
  color: var(--ink);
  outline: 1px solid var(--brick);
  outline-offset: 2px;
}

.lang-switch a[aria-current="true"]:hover,
.lang-switch a[aria-current="true"]:focus-visible {
  color: var(--bone);
}

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

.share-tools {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.share-label {
  color: var(--ink-2);
}

.share-tools.share-tools-dark .share-label {
  color: rgba(244,239,231,0.82);
}

.share-tools button,
.share-tools a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(107,99,88,0.28);
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
}

.share-tools.share-tools-dark button,
.share-tools.share-tools-dark a {
  border-color: rgba(244,239,231,0.18);
  color: rgba(244,239,231,0.7);
}

.share-tools button:hover,
.share-tools button:focus-visible,
.share-tools a:hover,
.share-tools a:focus-visible {
  color: var(--ink);
  border-color: var(--brick);
  background: rgba(200,153,104,0.10);
  outline: none;
}

.share-tools.share-tools-dark button:hover,
.share-tools.share-tools-dark button:focus-visible,
.share-tools.share-tools-dark a:hover,
.share-tools.share-tools-dark a:focus-visible {
  color: var(--bone);
  background: rgba(200,153,104,0.12);
}

.share-native[hidden],
.share-status:empty {
  display: none;
}

.share-status {
  min-height: 1em;
  color: var(--brick-dark);
}

.share-tools.share-tools-dark .share-status {
  color: var(--brick);
}

@media (max-width: 720px) {
  .nav-tools {
    margin-left: auto;
    width: auto;
    justify-content: flex-start;
  }

  .wrap .top .nav-tools {
    margin-left: 0;
  }

  .lang-switch a {
    min-width: 32px;
    min-height: 30px;
    padding: 0 7px;
  }

  .share-tools {
    width: 100%;
  }
}
