[data-animate] {
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  transition: opacity 500ms ease, transform 500ms ease;
}

[data-animate="scale"] {
  transform: translateY(10px) scale(0.92);
}

[data-animate].twt-visible {
  opacity: 1 !important;
  transform: none !important;
}

.Header_header__xuTiO,
.Header_left__tzwQt,
.LandingPage_page__Py6p3 {
  overflow: visible !important;
}

.Header_header__xuTiO {
  position: relative;
  z-index: 40;
}

.LanguageSelector_selector__ZpUQ0 {
  position: relative;
  z-index: 60;
}

.CardsPage_limitSubitems__local {
  display: grid;
  gap: 4px;
  margin-top: 6px;
  color: rgba(15, 23, 42, 0.7);
  font-size: 13px;
  line-height: 1.4;
}

iframe {
  display: none !important;
}

.twt-lang-menu {
  position: fixed;
  min-width: 220px;
  padding: 8px;
  border: 1px solid rgba(5, 0, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.16);
  z-index: 999999;
}

.twt-lang-menu[hidden] {
  display: none;
}

.twt-lang-option {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #0f172a;
  text-align: left;
  text-decoration: none;
  font: inherit;
  cursor: pointer;
}

.twt-lang-option:hover {
  background: rgba(5, 0, 255, 0.06);
}

.twt-lang-option.is-active {
  background: rgba(5, 0, 255, 0.09);
}

.twt-lang-flag,
.twt-lang-code {
  font-size: 14px;
}
