.section-title[data-v-39671548] {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.section-title__bar[data-v-39671548] {
  width: 4px;
  height: 16px;
  border-radius: 2px;
  background: #409eff;
  margin-right: 8px;
  flex-shrink: 0;
}
.section-title__text[data-v-39671548] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
  line-height: 1;
}
.section-title__extra[data-v-39671548] {
  margin-left: auto;
  font-size: 13px;
  color: #909399;
  font-weight: 400;
}
.device-audio-panel[data-v-fdf761b6] {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.device-audio-panel__meta[data-v-fdf761b6] {
  margin-bottom: 12px;
  flex-shrink: 0;
}
.device-audio-panel__name-row[data-v-fdf761b6] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.device-audio-panel__name[data-v-fdf761b6] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
}
.device-audio-panel__status[data-v-fdf761b6] {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
  line-height: 1.4;
  white-space: nowrap;
}
.device-audio-panel__status.is-offline[data-v-fdf761b6] {
  color: #909399;
  background: #f4f4f5;
}
.device-audio-panel__status.is-standby[data-v-fdf761b6] {
  color: #e6a23c;
  background: #fdf6ec;
}
.device-audio-panel__status.is-recording[data-v-fdf761b6] {
  color: #409eff;
  background: #ecf5ff;
}
.device-audio-panel__status.is-unknown[data-v-fdf761b6] {
  color: #909399;
  background: #f4f4f5;
}
.device-audio-panel__time[data-v-fdf761b6] {
  font-size: 13px;
  color: #909399;
}
.device-audio-panel__ended[data-v-fdf761b6], .device-audio-panel__hint[data-v-fdf761b6] {
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  flex-shrink: 0;
}
.device-audio-panel__ended[data-v-fdf761b6] {
  background: #fdf6ec;
  color: #e6a23c;
}
.device-audio-panel__hint[data-v-fdf761b6] {
  background: #f0f9eb;
  color: #67c23a;
}
.device-audio-panel__hint.is-offline[data-v-fdf761b6] {
  background: #f4f4f5;
  color: #909399;
}
.device-audio-panel__wave-wrap[data-v-fdf761b6] {
  flex: 1 1 auto;
  min-height: 120px;
  max-height: 160px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  border-radius: 8px;
  padding: 12px;
}
.device-audio-panel__stream[data-v-fdf761b6] {
  width: 100%;
  height: 100%;
}
.device-audio-panel__stream[data-v-fdf761b6] .mse-player {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
}
.device-audio-panel__stream[data-v-fdf761b6] .status-panel,
.device-audio-panel__stream[data-v-fdf761b6] .controls {
  display: none !important;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.device-audio-panel__stream[data-v-fdf761b6] .visualizer {
  height: 100px;
  max-height: 100px;
  margin: 0;
}
.device-audio-panel__stream[data-v-fdf761b6] .visualizer .bar {
  width: 8px;
  background: linear-gradient(to top, #409eff, #a66cff, #79d7ff);
  transition: height 0.2s ease;
}
.device-transcription[data-v-8fc13948] {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.device-transcription__ended[data-v-8fc13948], .device-transcription__hint[data-v-8fc13948] {
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
}
.device-transcription__ended[data-v-8fc13948] {
  background: #fdf6ec;
  color: #e6a23c;
}
.device-transcription__hint[data-v-8fc13948] {
  background: #f0f9eb;
  color: #67c23a;
}
.device-transcription__hint.is-offline[data-v-8fc13948] {
  background: #f4f4f5;
  color: #909399;
}
.device-transcription__content[data-v-8fc13948] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}
.device-transcription__content[data-v-8fc13948] .message .item {
  background: #f5f7fa;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 12px;
}
.device-transcription__content[data-v-8fc13948] .message .item .time {
  font-size: 12px;
  margin-bottom: 4px;
}
.device-reception-reminder[data-v-6d29c0f0] {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.device-reception-reminder__box[data-v-6d29c0f0] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ecf5ff;
  border-radius: 8px;
  padding: 16px;
}
.device-reception-reminder__box ul[data-v-6d29c0f0] {
  margin: 0;
  padding-left: 18px;
}
.device-reception-reminder__box ul li[data-v-6d29c0f0] {
  font-size: 13px;
  color: #606266;
  line-height: 1.8;
  margin-bottom: 6px;
}
.device-reception-reminder__box[data-v-6d29c0f0] .el-empty {
  padding: 20px 0;
}
.device-ai-analysis[data-v-581f3046] {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.device-ai-analysis__list[data-v-581f3046] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}
.device-ai-analysis__item[data-v-581f3046] {
  padding: 12px 0;
  border-bottom: 1px solid #f0f2f5;
}
.device-ai-analysis__item[data-v-581f3046]:last-child {
  border-bottom: none;
}
.device-ai-analysis__time[data-v-581f3046] {
  font-size: 12px;
  color: #909399;
  margin-bottom: 8px;
}
.device-ai-analysis__text[data-v-581f3046] {
  font-size: 13px;
  color: #606266;
  line-height: 1.7;
  background: #fafafa;
  border-radius: 6px;
  padding: 10px 12px;
}
.device-v2-realtime[data-v-1909747b] {
  box-sizing: border-box;
  height: calc(100vh - 118px);
  overflow: hidden;
  background: #f5f7fa;
  padding: 16px;
}
.device-v2-realtime__grid[data-v-1909747b] {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  grid-template-rows: minmax(0, 2fr) minmax(0, 3fr);
  gap: 16px;
  height: 100%;
}
.device-v2-realtime__card[data-v-1909747b] {
  border: none;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  margin: 0;
}
.device-v2-realtime__card[data-v-1909747b] .el-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  padding: 16px;
}
@media (max-width: 991px) {
.device-v2-realtime[data-v-1909747b] {
    height: auto;
    overflow: visible;
}
.device-v2-realtime__grid[data-v-1909747b] {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
}
.device-v2-realtime__card[data-v-1909747b] {
    height: auto;
    min-height: 280px;
}
}
