:root {
  --rw-shared-header-height: 72px;
  --rw-shared-header-shell: 1280px;
  --rw-shared-header-pad: 24px;
  --rw-header-height: 72px;
}

.rw-site-header {
  height: var(--rw-shared-header-height);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: none;
}

.rw-site-header .rw-site-nav {
  display: flex;
  width: min(var(--rw-shared-header-shell), 100%);
  height: 100%;
  margin: 0 auto;
  padding: 0 var(--rw-shared-header-pad);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.rw-site-header .rw-site-nav > div {
  width: 100%;
  height: 100%;
}

.rw-site-header .rw-site-brand {
  min-width: 0;
  flex: 0 0 auto;
}

.rw-site-header .rw-site-brand img,
.rw-site-header .site-logo {
  width: auto;
  height: 34px;
  max-width: 250px;
  object-fit: contain;
}

.rw-site-header .rw-site-nav__desktop,
.rw-site-header .rw-site-nav__medium {
  min-width: 0;
  justify-content: flex-end;
  gap: clamp(16px, 1.75vw, 28px);
}

.rw-site-header .rw-site-nav__medium {
  gap: 16px;
}

.rw-site-header .rw-site-link {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  color: #475569;
  font-family: "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 560 !important;
  letter-spacing: 0 !important;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transform: none !important;
}

.rw-site-header .rw-site-link > i {
  margin-left: 0 !important;
}

.rw-site-header .rw-site-link::after {
  right: 50%;
  bottom: 4px;
  left: 50%;
  width: auto;
  height: 2px;
  background: #0f62fe !important;
  transform: none;
  transition: right 180ms ease, left 180ms ease;
}

.rw-site-header .rw-site-link:hover,
.rw-site-header .rw-site-link.active {
  color: #0f62fe !important;
  font-weight: 560 !important;
}

.rw-site-header .rw-site-link:hover::after,
.rw-site-header .rw-site-link.active::after {
  right: 0;
  left: 0;
  width: auto;
}

.rw-site-header.scrolled,
.rw-site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(148, 163, 184, 0.24);
  box-shadow: 0 10px 32px -28px rgba(15, 23, 42, 0.55);
}

.rw-site-header.scrolled .rw-site-link,
.rw-site-header.is-scrolled .rw-site-link {
  color: #475569;
}

.rw-site-header.scrolled .rw-site-brand img,
.rw-site-header.is-scrolled .rw-site-brand img {
  filter: none;
}

.rw-site-header .rw-site-menu-button {
  display: none;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 0;
  padding: 10px;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
}

.rw-site-header .rw-site-menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: #0f172a;
  transition: transform 180ms ease, opacity 180ms ease;
}

.rw-site-mobile {
  position: fixed;
  z-index: 1100;
  inset: 0;
  display: none;
  visibility: hidden;
  pointer-events: none;
}

.rw-site-mobile.is-open {
  visibility: visible;
  pointer-events: auto;
}

.rw-site-mobile__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(15, 23, 42, 0.58);
  opacity: 0;
  z-index: 0;
  touch-action: manipulation;
  transition: opacity 200ms ease;
}

.rw-site-mobile__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(390px, 92vw);
  height: 100%;
  padding: 0 22px 24px;
  overflow-y: auto;
  background: #fff;
  box-shadow: -24px 0 60px -38px rgba(15, 23, 42, 0.6);
  transform: translateX(100%);
  z-index: 1;
  transition: transform 260ms cubic-bezier(.2, .8, .2, 1);
}

.rw-site-mobile.is-open .rw-site-mobile__backdrop {
  opacity: 1;
}

.rw-site-mobile.is-open .rw-site-mobile__panel {
  transform: translateX(0);
}

.rw-site-mobile__head {
  display: flex;
  height: var(--rw-shared-header-height);
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e8f0;
}

.rw-site-mobile__head img {
  display: block;
  width: auto;
  height: 27px;
  max-width: 220px;
  object-fit: contain;
}

.rw-site-mobile__close {
  position: relative;
  width: 38px;
  height: 38px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
}

.rw-site-mobile__close span {
  position: absolute;
  top: 18px;
  left: 8px;
  width: 22px;
  height: 2px;
  background: #0f172a;
  transform: rotate(45deg);
}

.rw-site-mobile__close span:last-child {
  transform: rotate(-45deg);
}

.rw-site-mobile__links {
  display: grid;
  margin-top: 16px;
}

.rw-site-mobile__links a {
  display: grid;
  min-height: 58px;
  grid-template-columns: 36px 1fr 20px;
  align-items: center;
  border-bottom: 1px solid #eef2f7;
  color: #334155;
  text-decoration: none;
  touch-action: manipulation;
}

.rw-site-mobile__links a > span {
  color: #94a3b8;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
}

.rw-site-mobile__links a > strong {
  font-size: 16px;
  font-weight: 650;
}

.rw-site-mobile__links a > i {
  color: #94a3b8;
  font-size: 12px;
}

.rw-site-mobile__links a.active {
  color: #0f62fe;
}

.rw-site-mobile__links a.active > i {
  color: #0f62fe;
}

.rw-site-mobile__meta {
  margin-top: 24px;
  color: #64748b;
  font-size: 12px;
}

html.rw-menu-lock {
  overflow: hidden;
}

.nav-header-spacer {
  height: var(--rw-shared-header-height);
}

@media (max-width: 1279px) {
  .rw-site-header .nav-demo-cta {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .rw-site-header .rw-site-nav__desktop {
    display: flex !important;
  }

  .rw-site-header .rw-site-nav__medium {
    display: none !important;
  }

  .rw-site-header .rw-site-menu-button {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .rw-site-header .rw-site-nav__desktop {
    display: none !important;
  }

  .rw-site-header .rw-site-nav__medium {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  :root {
    --rw-shared-header-height: 70px;
    --rw-shared-header-pad: 18px;
    --rw-header-height: 70px;
  }

  .rw-site-header .rw-site-brand img,
  .rw-site-header .site-logo {
    height: 27px;
    max-width: 210px;
  }

  .rw-site-header .rw-site-nav__medium {
    display: none !important;
  }

  .rw-site-header .rw-site-menu-button {
    display: block !important;
  }

  .rw-site-mobile {
    display: block;
  }
}
