@font-face {
  font-family: ZaozuoHand;
  src: url('/assets/fonts/PFanHuTuTi-0.680.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
body > header .zb-account-link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 44px;
  padding: 6px 22px;
  border: 1.5px solid #173f73;
  border-radius: 48% 52% 49% 51% / 45% 48% 52% 55%;
  font: 400 23px/1.3 ZaozuoHand, 'Yuanti SC', 'PingFang SC', sans-serif;
  letter-spacing: .04em;
  color: #173f73;
  background: #fffdf6;
  box-shadow: 2px 3px 0 #173f7312;
  text-decoration: none;
  white-space: nowrap;
  transition: background .18s, transform .18s, box-shadow .18s;
}
body > header .zb-account-link span { line-height: 1.05; }
body > header .zb-account-link small { margin-left: 7px; font: 500 10px/1.2 'Yuanti SC','PingFang SC',sans-serif; color: #657a91; letter-spacing: 0; }
body > header .zb-account-link strong { margin-left: 8px; font: 700 14px/1 ui-rounded,'SF Pro Rounded','PingFang SC',sans-serif; font-variant-numeric: tabular-nums; }
body > header .zb-account-link:hover {
  color: #173f73;
  background: #fbefc2;
  box-shadow: 2px 4px 0 #173f7320;
  transform: rotate(-2deg);
}
body > header .zb-account-link:focus-visible {
  outline: 3px solid #4a90d9;
  outline-offset: 5px;
}
@media (max-width: 600px) {
  body > header .zb-account-link { min-width: 98px; padding: 6px 13px; font-size: 20px; }
  body > header .zb-account-link small { display: none; }
  body > header nav { gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  body > header .zb-account-link { transition: none; transform: none; }
}
