.umi-global-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 22px;
  background: rgba(10, 15, 32, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.25);
  backdrop-filter: blur(16px);
  z-index: 9999;
}

.umi-brand {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-transform: uppercase;
}

.umi-with-bar {
  padding-top: 100px;
  top: 0 !important;
}

.language-switcher {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.25);
  backdrop-filter: blur(10px);
}

.language-switcher button {
  border: none;
  background: transparent;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  min-width: 54px;
}

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

.language-switcher button:focus-visible {
  outline: 2px solid rgba(93, 93, 255, 0.6);
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .umi-global-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px;
  }

  .umi-brand {
    text-align: center;
  }

  .language-switcher {
    justify-content: center;
    padding: 3px;
  }

  .language-switcher button {
    font-size: 0.75rem;
    padding: 6px 10px;
    min-width: 44px;
  }

  .umi-with-bar {
    padding-top: 140px;
  }
}

#google_translate_element,
.goog-te-banner-frame,
.goog-te-balloon-frame {
  display: none !important;
  visibility: hidden !important;
}

.goog-logo-link,
.goog-te-gadget {
  display: none !important;
}

