
.message-page[data-v-071c7896] {
  background: linear-gradient(to right, #ffb3c6 0%, #d5c4ff 100%);
  min-height: calc(100vh - 50px);
}
.search-container[data-v-071c7896] {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

/* 避免 van-search 自身背景覆盖毛玻璃 */
.search-container[data-v-071c7896] .van-search {
  background: transparent;
}

/* 可选：让输入区域也更通透 */
.search-container[data-v-071c7896] .van-search__content {
  background: rgba(255, 255, 255, 0.5);
}
.fullscreen-login[data-v-071c7896] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f7f8fa;
  padding: 20px;
}
.login-avatar[data-v-071c7896] {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.login-info[data-v-071c7896] {
  text-align: center;
}
.login-title[data-v-071c7896] {
  font-size: 20px;
  font-weight: 600;
  color: #323233;
  margin-bottom: 8px;
}
.login-subtitle[data-v-071c7896] {
  font-size: 14px;
  color: #969799;
  margin-bottom: 24px;
}
.login-btn[data-v-071c7896] {
  width: 120px;
}
.chat-list[data-v-071c7896] {
  padding: 8px 0;
}
.chat-item[data-v-071c7896] {
  display: flex;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.35);
  margin-bottom: 1px;
  cursor: pointer;
}
.chat-item[data-v-071c7896]:active {
  background: #f5f5f5;
}
.avatar[data-v-071c7896] {
  position: relative;
  margin-right: 12px;
}
.unread-badge[data-v-071c7896] {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: #ee0a24;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.chat-content[data-v-071c7896] {
  flex: 1;
  min-width: 0;
}
.header[data-v-071c7896] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.name[data-v-071c7896] {
  font-size: 16px;
  font-weight: 500;
  color: #323233;
}
.time[data-v-071c7896] {
  font-size: 12px;
  color: #969799;
}
.message[data-v-071c7896] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text[data-v-071c7896] {
  flex: 1;
  font-size: 14px;
  color: #646566;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.empty-state[data-v-071c7896] {
  padding: 60px 0;
  text-align: center;
}
.loading-state[data-v-071c7896] {
  padding: 20px 0;
  text-align: center;
  color: #969799;
  font-size: 14px;
}
.loading-state .van-loading[data-v-071c7896] {
  margin-right: 8px;
}
.no-more[data-v-071c7896] {
  padding: 20px 0;
  text-align: center;
  color: #969799;
  font-size: 14px;
}
