.u2-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--u2-fg);
  font-weight: 750;
  letter-spacing: -0.01em;
}

.u2-brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  object-fit: contain;
}

.u2-brand-name { white-space: nowrap; }

.u2-xiaoji-guide {
  position: absolute;
  right: 18px;
  bottom: 0;
  width: 205px;
  height: 280px;
  overflow: hidden;
  pointer-events: none;
}

.u2-xiaoji-guide img {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: auto;
  height: 100%;
  max-width: none;
  transform: translateX(-50%);
}

@media (max-width: 760px) {
  .u2-brand-mark { width: 30px; height: 30px; }
  .u2-xiaoji-guide { display: none; }
}
