.lounge-topbar {
  height: calc(110px + env(safe-area-inset-top));
  min-height: calc(110px + env(safe-area-inset-top));
  max-height: calc(110px + env(safe-area-inset-top));
  grid-template-rows: 44px 38px;
  gap: 7px;
}

.lounge-landscape {
  height: calc(105px + env(safe-area-inset-top));
}

.xiaom-brand strong {
  font-family: Futura, "Century Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.xiaom-brand b {
  margin-left: 0.16em;
  padding: 0.16em 0.31em 0.19em;
  border: 0;
  border-radius: 2px;
  background: #176bd1;
  color: #fff;
  font-family: Futura, "Century Gothic", sans-serif;
  font-size: 0.53em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: none;
}

.topbar-actions a,
.topbar-actions button {
  font-family: "PingFang SC", "Helvetica Neue", "Noto Sans SC", -apple-system, sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.room-status-row {
  min-height: 38px;
  transform: translateY(-10px);
}

.room-title-status {
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
}

.room-status-row .room-online-count {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #7f8ca0;
  font-family: "PingFang SC", "Helvetica Neue", "Noto Sans SC", -apple-system, sans-serif;
  font-size: 9.5px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.04em;
}

.room-status-row .room-online-count i {
  width: 5px;
  height: 5px;
  box-shadow: 0 0 0 2px rgba(34, 181, 115, 0.11);
}

.room-status-row .city-lounge-title {
  max-width: 100%;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  color: #1a1a1a;
  font-family: "PingFang SC", "Helvetica Neue", "Noto Sans SC", -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.room-status-row .city-lounge-title svg {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  color: #315b9f;
  stroke-width: 1.7;
}

.room-title-en {
  max-width: 100%;
  overflow: hidden;
  color: #8895a8;
  font-family: "PingFang SC", "Helvetica Neue", "Noto Sans SC", -apple-system, sans-serif;
  font-size: 6.5px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.online-people {
  align-self: center;
}

.room-tabs button {
  font-family: "PingFang SC", "Helvetica Neue", "Noto Sans SC", -apple-system, sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.room-tabs button > span {
  font-weight: 600;
  letter-spacing: 0;
}

@media (max-width: 360px) {
  .xiaom-brand strong {
    font-weight: 500;
  }

  .topbar-actions a,
  .topbar-actions button {
    font-weight: 500;
    letter-spacing: 0.01em;
  }

  .room-status-row .city-lounge-title {
    font-size: 10.5px;
    letter-spacing: 0;
  }

  .room-title-en {
    font-size: 6.25px;
    letter-spacing: 0.06em;
  }

  .room-tabs button {
    font-weight: 500;
    letter-spacing: 0.035em;
  }
}
