/* Shared 91 logo and 91大神 brand label. */
.brand {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  min-width: 0;
  font-size: 15px !important;
  white-space: nowrap;
}

.brand-mark {
  display: block !important;
  width: 31px !important;
  height: 31px !important;
  border-radius: 0 !important;
  background: transparent url("assets/91-site-logo.png?v=20260830-logo-v2") center / contain no-repeat !important;
  color: transparent !important;
  font-size: 0 !important;
}

.brand::after {
  content: none !important;
}

.download-logo {
  padding: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
  font-size: 0 !important;
}

.download-logo::before {
  content: none !important;
  display: none !important;
  width: 100%;
  height: 100%;
  background: url("assets/91-site-logo.png?v=20260830-logo-v2") center / contain no-repeat;
}

.brand-name {
  flex: none;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.brand-tagline {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: none;
  color: #f2c66b;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: .2px;
  text-shadow: 0 1px 4px rgba(0,0,0,.55);
}
