/* 全站统一使用工作台左上角的 E绘标志。 */
.ehui-logo {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  min-width: 64px;
  color: #f4f6f9;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
}
.ehui-logo-e {
  position: relative;
  z-index: 1;
  color: #ee4b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.16em;
  line-height: .8;
  text-shadow: 1px 1px 0 rgba(118, 18, 13, .55);
  transform: skewX(-8deg) rotate(-4deg);
}
.ehui-logo-hui {
  position: relative;
  z-index: 1;
  margin-left: 4px;
  color: #f2f5f8;
  font-family: "FZXiaoBiaoSong-B05", "FZKai-Z03", KaiTi, serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.08em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .48);
}
.ehui-logo-mark {
  position: absolute;
  z-index: 0;
  left: 1px;
  right: 0;
  bottom: -4px;
  height: 3px;
  border-radius: 99px 2px 99px 4px;
  background: linear-gradient(90deg, #e54338 0 48%, rgba(229, 67, 56, .18) 86%, transparent 100%);
  transform: rotate(-3deg) skewX(-26deg);
  opacity: .92;
}
.ehui-logo--light { color: #1d282d; }
.ehui-logo--light .ehui-logo-hui { color: #1d282d; text-shadow: none; }
.ehui-logo--compact .ehui-logo-e { font-size: 24px; }
.ehui-logo--compact .ehui-logo-hui { font-size: 18px; }
.ehui-logo--compact .ehui-logo-mark { bottom: -3px; height: 2px; }
.brand.ehui-logo { gap: 1px; font-size: inherit; letter-spacing: normal; }
.footer-brand .ehui-logo { flex: 0 0 auto; }
@media (prefers-reduced-motion: reduce) {
  .ehui-logo-e, .ehui-logo-mark { transform: none; }
}
