/* XiaoM V2.364: compact lounge identity, navigation, and needs list. */
.lounge-topbar {
  border-bottom: 0;
}

.room-status-row {
  transform: none;
}

.room-tabs {
  margin-top: -10px;
  border-top: 1px solid var(--line);
}

.topbar-actions a,
.topbar-actions button {
  min-height: 32px;
  padding: 0 8px;
  gap: 3px;
  border-radius: 999px;
  font-size: 11px;
}

.topbar-actions svg {
  width: 12px;
  height: 12px;
  stroke-width: 1.8;
}

body .lounge-app .city-lounge-title,
body .lounge-app .room-title-en,
body .lounge-app .room-online-count {
  font-family: "PingFang SC", "Helvetica Neue", "Microsoft YaHei", "Noto Sans SC", sans-serif !important;
  font-synthesis: none;
}

body .lounge-app .city-lounge-title,
body .lounge-app .room-online-count {
  font-weight: 400 !important;
}

body .lounge-app .room-title-en {
  font-weight: 500 !important;
}

.room-title-status {
  gap: 0;
}

.room-status-row .room-online-count {
  margin-top: 1px;
  font-size: 9px;
  letter-spacing: 0.025em;
}

.room-status-row .room-online-count i {
  width: 5px;
  height: 5px;
}

.room-tabs svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.75;
}

.needs-view {
  padding-right: 20px;
  padding-left: 20px;
}

.need-card {
  min-height: 96px;
  padding: 10px 34px 10px 10px;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
}

.need-card-avatar {
  width: 38px;
  height: 38px;
  display: block;
}

.need-card-avatar .avatar-sm {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 3px 12px rgba(18, 42, 78, 0.16);
}

.need-card-copy > strong {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.35;
}

.need-card-copy > em {
  margin-top: 3px;
  line-height: 1.4;
  -webkit-line-clamp: 1;
}

.need-card-meta {
  margin-top: 6px;
  gap: 5px 10px;
}

.need-card-meta time {
  margin-left: auto;
  color: #929cab;
  font-size: 9px;
  line-height: 1.3;
}

.composer textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 360px) {
  .topbar-actions a,
  .topbar-actions button {
    min-height: 30px;
    padding-inline: 7px;
    font-size: 10.5px;
  }

  .needs-view {
    padding-right: 16px;
    padding-left: 16px;
  }

  .need-card-meta time {
    width: 100%;
    margin-left: 0;
  }
}
