* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

textarea {
  resize: vertical;
}

::selection {
  color: #0b2e45;
  background: #b9e5ff;
}

[hidden] {
  display: none !important;
}

.language-switcher {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 50;
  display: flex;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid rgba(148, 163, 184, 0.6);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.16);
}

.language-switcher button {
  min-width: 2.25rem;
  border: 0;
  border-radius: 0.375rem;
  background: transparent;
  color: #334155;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.45rem 0.55rem;
}

.language-switcher button.is-active {
  background: #0f6fae;
  color: #ffffff;
}
