/* club-mirror: 群聊订单 UI 对齐私聊 session 样式 */
/* 群聊 scopeId: data-v-5fc2737f, 私聊 session scopeId: data-v-04856856 */
/* 保留群聊特有 member-strip / service-progress / pc-group-sidebar，仅对齐气泡/输入栏/导航 */

/* ========== 页面背景对齐 ========== */
.page[data-v-5fc2737f] {
  background: radial-gradient(circle at 88% 8%, rgba(126,104,255,.1), transparent 34%), linear-gradient(180deg, #f7f8ff, #f3f5fb 48%, #f7f8fc);
}

/* ========== 导航栏对齐 ========== */
.nav-bar[data-v-5fc2737f] {
  height: 3.25rem;
  padding: 0 .875rem;
  border-bottom: .03125rem solid rgba(105,112,148,.1);
  box-shadow: 0 .25rem .8125rem rgba(57,64,104,.06);
}
.nav-title[data-v-5fc2737f] {
  font-size: 1rem;
  font-weight: 750;
  color: #171a2b;
}

/* ========== 消息区对齐 ========== */
.message-scroll[data-v-5fc2737f] {
  padding: 1.0625rem .8125rem .75rem;
  background: transparent;
}
.history-tip[data-v-5fc2737f] {
  width: max-content;
  margin: 0 auto .75rem;
  padding: .25rem .5625rem;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  color: #a0a6b5;
  font-size: .625rem;
}

/* ========== 消息行对齐 ========== */
.message-row[data-v-5fc2737f] {
  align-items: flex-start;
  gap: .5rem;
  margin: 0 0 .875rem;
}
.message-row .avatar[data-v-5fc2737f] {
  width: 2.125rem;
  height: 2.125rem;
  flex: 0 0 2.125rem;
  border: .09375rem solid rgba(255,255,255,.92);
  border-radius: 50%;
  box-shadow: 0 .21875rem .5625rem rgba(46,51,86,.12);
  background: #e5e7eb;
}

/* ========== 气泡对齐 ========== */
.bubble-wrap[data-v-5fc2737f] {
  max-width: 72%;
}
.bubble[data-v-5fc2737f] {
  max-width: 100%;
  padding: .5625rem .6875rem;
  border: .03125rem solid rgba(97,105,143,.08);
  border-radius: .25rem .75rem .75rem;
  background: rgba(255,255,255,.96);
  box-shadow: 0 .3125rem .875rem rgba(49,56,96,.07);
  box-sizing: border-box;
  color: #25293b;
  font-size: .875rem;
  line-height: 1.55;
}
.mine .bubble[data-v-5fc2737f] {
  border: 0;
  border-radius: .75rem .25rem .75rem .75rem;
  background: linear-gradient(135deg, #7465f4, #5f8df7);
  color: #fff;
  box-shadow: 0 .375rem .875rem rgba(95,112,238,.22);
}
.sender[data-v-5fc2737f] {
  margin: 0 .1875rem .15625rem;
  font-size: .625rem;
  color: #929bad;
}

/* ========== 时间戳对齐 ========== */
.time[data-v-5fc2737f] {
  margin: .25rem 0 0;
  padding: 0 .15625rem;
  color: #a7adba;
  font-size: .625rem;
  line-height: 1.2;
}

/* ========== 图片消息对齐 ========== */
.msg-image[data-v-5fc2737f] {
  max-width: 12.5rem;
  max-height: 12.5rem;
  border-radius: .375rem;
  display: block;
}

/* ========== 输入栏对齐 ========== */
.input-bar[data-v-5fc2737f] {
  gap: .4375rem;
  padding: .5625rem .75rem calc(.5625rem + env(safe-area-inset-bottom));
  border-top: .03125rem solid rgba(96,104,141,.08);
  background: rgba(255,255,255,.96);
  box-shadow: 0 -.375rem 1rem rgba(54,60,100,.07);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.image-button[data-v-5fc2737f],
.expression-button[data-v-5fc2737f] {
  width: 2.375rem;
  height: 2.375rem;
  border: .03125rem solid #e9ebf3;
  background: #f7f8fc;
}
.input[data-v-5fc2737f] {
  height: 2.375rem;
  padding: 0 .8125rem;
  border: .03125rem solid #ebeef5;
  border-radius: .6875rem;
  background: #f7f8fb;
  font-size: .875rem;
  box-sizing: border-box;
}
.send[data-v-5fc2737f] {
  min-width: 3.625rem;
  height: 2.375rem;
  padding: 0 .875rem;
  border-radius: .625rem;
  background: linear-gradient(135deg, #7464f4, #6396f7);
  box-shadow: 0 .25rem .625rem rgba(101,111,238,.22);
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
  text-align: center;
}
.send.disabled[data-v-5fc2737f] {
  opacity: .42;
  box-shadow: none;
}

/* ========== 系统消息对齐 ========== */
.system-text[data-v-5fc2737f] {
  max-width: 82%;
  padding: .25rem .5625rem;
  border-radius: .625rem;
  background: rgba(232,235,242,.9);
  font-size: .65625rem;
  color: #7a8498;
}

/* ========== PC 宽屏对齐 ========== */
@media screen and (min-width: 1024px) {
  .pc-order-group-page[data-v-5fc2737f] .nav-bar[data-v-5fc2737f] {
    height: 78px;
    padding: 0 24px;
  border-bottom: 1px solid #edf0f6;
    box-shadow: none;
  }
  .pc-order-group-page[data-v-5fc2737f] .message-scroll[data-v-5fc2737f] {
    padding: 22px 28px;
    background: #f7f8fc;
  }
  .pc-order-group-page[data-v-5fc2737f] .message-row[data-v-5fc2737f] {
    gap: 12px;
    margin: 0 0 18px;
  }
  .pc-order-group-page[data-v-5fc2737f] .message-row .avatar[data-v-5fc2737f] {
    width: 42px;
    height: 42px;
  }
  .pc-order-group-page[data-v-5fc2737f] .bubble-wrap[data-v-5fc2737f] {
    max-width: 68%;
  }
  .pc-order-group-page[data-v-5fc2737f] .bubble[data-v-5fc2737f] {
    padding: 11px 14px;
    border-radius: 5px 14px 14px;
    box-shadow: 0 5px 18px rgba(40,52,90,.06);
    font-size: 14px;
    line-height: 1.65;
  }
  .pc-order-group-page[data-v-5fc2737f] .mine .bubble[data-v-5fc2737f] {
    border-radius: 14px 5px 14px 14px;
  }
  .pc-order-group-page[data-v-5fc2737f] .time[data-v-5fc2737f] {
    margin: 5px 0 0;
    font-size: 11px;
  }
  .pc-order-group-page[data-v-5fc2737f] .input-bar[data-v-5fc2737f] {
    gap: 12px;
    padding: 14px 22px;
    border-top: 1px solid #edf0f6;
    box-shadow: none;
  }
  .pc-order-group-page[data-v-5fc2737f] .image-button[data-v-5fc2737f],
  .pc-order-group-page[data-v-5fc2737f] .expression-button[data-v-5fc2737f] {
    width: 42px;
    height: 42px;
    cursor: pointer;
  }
  .pc-order-group-page[data-v-5fc2737f] .input[data-v-5fc2737f] {
    height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    font-size: 14px;
  }
  .pc-order-group-page[data-v-5fc2737f] .send[data-v-5fc2737f] {
    min-width: 86px;
    height: 42px;
    border-radius: 11px;
    font-size: 14px;
    cursor: pointer;
  }
}
