html[lang="en"] body { font-family: Inter, "Noto Sans SC", system-ui, sans-serif; }
.global-edition-badge {
  margin-left: 8px;
  padding: 3px 7px;
  border: 1px solid var(--line);
  background: var(--surface-2);
  color: var(--muted);
  font: 700 8px "Roboto Mono", monospace;
}
.account-link { text-decoration: none; }

.language-switcher {
  min-height: 40px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
  color: #eaf3e8;
}

.language-switcher svg {
  width: 16px;
  height: 16px;
  color: var(--acid);
}

.language-switcher span {
  color: #9fb0a4;
  font-size: 10px;
  font-weight: 700;
}

.language-switcher select {
  min-width: 92px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f7fbf4;
  font: 800 12px "Roboto Mono", system-ui, sans-serif;
  cursor: pointer;
}

.language-switcher option {
  color: #101711;
  background: #f7fbf4;
}

@media (max-width: 720px) {
  .language-switcher {
    min-height: 38px;
    padding: 0 8px;
    gap: 5px;
  }

  .language-switcher span {
    display: none;
  }

  .language-switcher select {
    min-width: 58px;
    max-width: 72px;
    font-size: 11px;
  }
}
