/* lang-test-unify-shell: unify EN/TC test shell to CN look */
body {
  color: #eef4ff !important;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(226, 192, 126, 0.16), transparent 60%),
    radial-gradient(700px 400px at 8% 10%, rgba(140, 170, 205, 0.16), transparent 60%),
    linear-gradient(145deg, #0b1016 0%, #111923 100%) !important;
  background-color: #0b1016 !important;
}

.shell-header,
.site-topbar,
.topbar {
  background: rgba(8, 14, 22, 0.9) !important;
  border-bottom: 1px solid rgba(226, 192, 126, 0.28) !important;
  backdrop-filter: blur(8px) !important;
}

.shell-inner,
.site-topbar-inner,
.topbar-inner {
  width: min(1160px, 92vw) !important;
  margin: 0 auto !important;
  min-height: 52px !important;
  height: 52px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

.shell-brand,
.site-brand,
.brand {
  color: #eef4ff !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.shell-nav a,
.site-nav a,
.topnav a {
  color: #ccdaeb !important;
  border: 1px solid rgba(226, 192, 126, 0.3) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.02) !important;
  text-decoration: none !important;
  font-size: 0.82rem !important;
  padding: 6px 10px !important;
}

.shell-nav a.lang-switch,
.site-nav a.lang-switch,
.topnav a.lang-switch {
  border: none !important;
  border-radius: 999px !important;
  background: transparent !important;
  padding: 1px 4px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 1.8em;
  line-height: 1.1;
  font-size: 0.68rem !important;
}

.shell-nav a.lang-switch.is-active,
.site-nav a.lang-switch.is-active,
.topnav a.lang-switch.is-active {
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  background: rgba(143, 170, 206, 0.16) !important;
  text-decoration: none !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}

.shell-nav .lang-sep,
.site-nav .lang-sep,
.topnav .lang-sep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(170, 190, 210, 0.75);
  font-size: 0.66rem;
  line-height: 1;
  margin: 0 -6px;
  user-select: none;
  pointer-events: none;
}

.shell-footer,
.site-footer {
  background: rgba(8, 14, 22, 0.9) !important;
  border-top: 1px solid rgba(226, 192, 126, 0.28) !important;
}

.shell-footer-inner,
.site-footer-inner,
.footer-inner {
  width: min(1160px, 92vw) !important;
  margin: 0 auto !important;
  min-height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #9fb0c4 !important;
  font-size: 0.82rem !important;
  text-align: center !important;
}
