html {
  scroll-padding-top: 80px;
}

nav.site-nav-88 {
  --site-nav-accent-a-88: #a948f8;
  --site-nav-accent-b-88: #22e2b6;
  position: sticky;
  top: 0;
  z-index: 50;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  border-bottom: 0;
  background: linear-gradient(90deg, rgba(23, 21, 27, 0.96), rgba(40, 37, 46, 0.94), rgba(23, 21, 27, 0.96));
  box-shadow: 0 12px 32px -20px rgba(0, 0, 0, 0.95);
  font-family: 'Roboto', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
}

@supports ((backdrop-filter: blur(12px)) or (-webkit-backdrop-filter: blur(12px))) {
  nav.site-nav-88 {
    background: linear-gradient(90deg, rgba(23, 21, 27, 0.8), rgba(40, 37, 46, 0.74), rgba(23, 21, 27, 0.8));
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    backdrop-filter: blur(14px) saturate(140%);
  }
}

nav.site-nav-88::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(169, 72, 248, 0.65) 25%, rgba(34, 226, 182, 0.65) 75%, transparent);
  pointer-events: none;
}

nav.site-nav-88 > div {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: 1280px;
  height: 68px;
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 32px);
}

nav.site-nav-88 > div > :first-child {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  line-height: 0;
}

nav.site-nav-88 img[src*="SlotYi"] {
  display: block;
  width: auto;
  max-width: none;
  height: 34px;
  transition: transform 0.25s ease, filter 0.25s ease;
}

nav.site-nav-88 > div > :first-child:hover img[src*="SlotYi"] {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 12px rgba(34, 226, 182, 0.4));
}

nav.site-nav-88 > div > :last-child {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

nav.site-nav-88 a.buttonsg {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-decoration: none;
  background: linear-gradient(90deg, #a948f8 0%, #22e2b6 50%, #a948f8 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  box-shadow: 0 8px 22px -10px rgba(169, 72, 248, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: background-position 0.45s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

nav.site-nav-88 a.buttonsg:hover {
  background-position: 100% 50%;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px -10px rgba(34, 226, 182, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

nav.site-nav-88 a.buttonsg:active {
  transform: translateY(0);
}

nav.site-nav-88 a.buttonsg:focus-visible {
  outline: 2px solid var(--site-nav-accent-b-88);
  outline-offset: 3px;
}

nav.site-nav-88 a.buttonsg svg {
  flex: none;
  width: 18px;
  height: 18px;
}

nav.site-nav-links-88 > div > :last-child > a {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

nav.site-nav-links-88 > div > :last-child > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

[data-locale-switcher] {
  margin-inline-start: 0 !important;
  font-family: inherit !important;
}

[data-locale-switcher] > summary {
  box-sizing: border-box;
  height: 42px;
  padding: 0 14px !important;
  gap: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 999px !important;
  color: #e5e7eb !important;
  font-size: 14px !important;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.04) !important;
  user-select: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

[data-locale-switcher] > summary::-webkit-details-marker {
  display: none;
}

[data-locale-switcher] > summary:hover,
[data-locale-switcher][open] > summary {
  border-color: rgba(34, 226, 182, 0.55) !important;
  background: rgba(34, 226, 182, 0.08) !important;
  box-shadow: 0 0 0 3px rgba(34, 226, 182, 0.08);
}

[data-locale-switcher] > summary:focus-visible {
  outline: 2px solid #22e2b6;
  outline-offset: 2px;
}

[data-locale-switcher] > summary > span[aria-hidden] {
  font-size: 11px;
  transition: transform 0.2s ease;
}

[data-locale-switcher][open] > summary > span[aria-hidden] {
  transform: rotate(180deg);
}

[data-locale-switcher] > [role="menu"] {
  top: calc(100% + 10px) !important;
  min-width: 220px !important;
  padding: 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 14px !important;
  background: rgba(18, 16, 22, 0.98) !important;
  box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.85), 0 0 0 1px rgba(169, 72, 248, 0.08) !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

[data-locale-switcher][open] > [role="menu"] {
  animation: site-nav-menu-88 0.16s ease-out;
}

[data-locale-switcher] > [role="menu"] > a {
  border-radius: 9px;
  padding: 8px 10px !important;
  color: #cbd5e1 !important;
  font-size: 14px !important;
  transition: background-color 0.15s ease, color 0.15s ease;
}

[data-locale-switcher] > [role="menu"] > a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06);
}

[data-locale-switcher] > [role="menu"] > a[aria-current] {
  color: #fff !important;
  background: linear-gradient(90deg, rgba(169, 72, 248, 0.24), rgba(34, 226, 182, 0.14));
}

@keyframes site-nav-menu-88 {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 72px;
  }

  nav.site-nav-88 > div {
    height: 60px;
    gap: 10px;
    padding-inline: 14px;
  }

  nav.site-nav-88 img[src*="SlotYi"] {
    height: 28px;
  }

  nav.site-nav-88 > div > :last-child {
    gap: 8px;
  }

  nav.site-nav-88 a.buttonsg {
    gap: 6px;
    height: 38px;
    padding: 0 14px;
    font-size: 14px;
  }

  nav.site-nav-88 a.buttonsg svg {
    width: 16px;
    height: 16px;
  }

  [data-locale-switcher] > summary {
    height: 38px;
    padding: 0 10px !important;
  }

  [data-locale-switcher] > [role="menu"] {
    max-height: 70vh !important;
  }

  nav.site-nav-links-88 > div {
    flex-wrap: wrap;
    height: auto;
    min-height: 60px;
    padding-block: 8px;
    row-gap: 6px;
  }

  nav.site-nav-links-88 > div > :last-child {
    flex-wrap: wrap;
    gap: 2px;
  }

  nav.site-nav-links-88 > div > :last-child > a {
    height: 34px;
    padding: 0 10px;
    font-size: 13px;
  }
}

@media (max-width: 479.98px) {
  [data-locale-switcher] > summary > img + span {
    display: none;
  }
}

@media (max-width: 359.98px) {
  nav.site-nav-88 img[src*="SlotYi"] {
    height: 24px;
  }

  nav.site-nav-88 a.buttonsg {
    position: relative;
    width: 38px;
    padding: 0;
  }

  nav.site-nav-88 a.buttonsg span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  nav.site-nav-88 img[src*="SlotYi"],
  nav.site-nav-88 a.buttonsg,
  [data-locale-switcher] > summary,
  [data-locale-switcher] > summary > span[aria-hidden],
  [data-locale-switcher] > [role="menu"] > a {
    transition: none;
  }

  [data-locale-switcher][open] > [role="menu"] {
    animation: none;
  }

  nav.site-nav-88 a.buttonsg:hover,
  nav.site-nav-88 > div > :first-child:hover img[src*="SlotYi"] {
    transform: none;
  }
}
