.language-picker {
  position: fixed;
  top: max(10px, env(safe-area-inset-top));
  right: max(10px, env(safe-area-inset-right));
  z-index: 12000;
}

.language-picker select {
  border: 1px solid rgba(255, 215, 0, 0.72);
  border-radius: 7px;
  padding: 6px 28px 6px 9px;
  background: rgba(24, 24, 24, 0.92);
  color: #ffd700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  font: 600 13px/1.2 "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}

.language-picker select:focus-visible {
  outline: 2px solid #ffd700;
  outline-offset: 2px;
}
