/* Shared Mahjong Club identity; artwork is also bundled with the native app. */
.club-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #eee9dc;
  text-decoration: none;
}
.club-brand,
#entry-header > a.club-brand,
.brand h1 {
  font-family: ui-rounded, 'SF Pro Rounded', 'Nunito', system-ui, sans-serif;
  font-weight: 650;
  letter-spacing: -0.02em;
}
img.brand-logo {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  object-fit: contain;
  border: 0;
  border-radius: 11px;
  background: #faf6ec;
  box-shadow: none;
}
.page-brand {
  margin-bottom: 24px;
  font-size: 24px;
}
.club-brand > .club-wordmark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 7px 12px;
  border-radius: 10px;
  background: #faf6ec;
  box-shadow: none;
  font-size: 19px;
  line-height: 1.15;
  white-space: nowrap;
}
.club-wordmark > span,
.brand h1 .brand-region {
  display: block;
  color: #bf211f;
}
.club-wordmark > strong {
  color: #0a5c47;
  font-weight: 650;
}
.brand h1 {
  padding: 4px 8px;
  border-radius: 7px;
  background: #faf6ec;
  color: #0a5c47;
  line-height: 1.1;
}
.brand h1 .brand-region {
  font-size: 0.78em;
}
.welcome-logo {
  display: block;
  width: 192px;
  height: 192px;
  border-radius: 24px;
  margin: 0 auto 24px;
}
.solo-home > img.brand-logo {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 20px;
  margin: 0 auto 20px;
}
@media (max-width: 559px) {
  .club-brand {
    gap: 9px;
  }
  .club-brand > img.brand-logo {
    width: 40px;
    height: 40px;
    border-radius: 9px;
  }
}

/* Keep the same wordmark across compact browser and native club screens. */
@media (max-width: 780px) {
  .club-brand > img.brand-logo,
  .welcome-logo,
  .solo-home > img.brand-logo {
    display: none;
  }
}
