.bmw-failed-mining-search[data-v-9891b5be] {
  margin-bottom: 16px;
}
.filter-card[data-v-9891b5be] {
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 18px 20px 16px;
}
.filter-card-title[data-v-9891b5be] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
  margin-bottom: 16px;
  line-height: 1;
}
.filter-form[data-v-9891b5be] {
  width: 100%;
}
.filter-row[data-v-9891b5be] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.filter-row-top[data-v-9891b5be] {
  margin-bottom: 12px;
}
.filter-row-bottom[data-v-9891b5be] {
  justify-content: space-between;
}
.filter-field[data-v-9891b5be] {
  margin: 0 !important;
}
.filter-field[data-v-9891b5be] .el-form-item__content {
  line-height: 32px;
}
.filter-field[data-v-9891b5be] .el-input__inner {
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  color: #606266;
}
.filter-field[data-v-9891b5be] .el-input__inner::-moz-placeholder {
  color: #c0c4cc;
}
.filter-field[data-v-9891b5be] .el-input__inner::placeholder {
  color: #c0c4cc;
}
.filter-field[data-v-9891b5be] .el-range-editor.el-input__inner {
  height: 32px;
  padding: 0 10px;
}
.filter-field[data-v-9891b5be] .el-range-input {
  font-size: 13px;
  color: #606266;
}
.filter-field[data-v-9891b5be] .el-range-separator {
  line-height: 30px;
  color: #606266;
}
.filter-field-date[data-v-9891b5be] {
  width: 280px;
}
.filter-field-date[data-v-9891b5be] .el-date-editor {
  width: 100%;
}
.filter-field-select[data-v-9891b5be] {
  width: 160px;
}
.filter-field-select[data-v-9891b5be] .el-select {
  width: 100%;
}
.filter-field-scene[data-v-9891b5be] {
  width: 300px;
  flex-shrink: 0;
}
.filter-field-scene[data-v-9891b5be] .el-cascader {
  width: 300px;
}
.filter-field-keyword[data-v-9891b5be] {
  width: 280px;
  flex: 1;
  max-width: 420px;
}
.filter-field-keyword[data-v-9891b5be] .el-input {
  width: 100%;
}
.filter-actions[data-v-9891b5be] {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.filter-actions[data-v-9891b5be] .el-button {
  min-width: 72px;
  height: 32px;
  padding: 0 16px;
  font-size: 13px;
  border-radius: 4px;
}
.filter-actions[data-v-9891b5be] .el-button--primary {
  background: #409eff;
  border-color: #409eff;
}
.reset-btn[data-v-9891b5be] {
  border-color: #dcdfe6;
  color: #409eff;
  background: #fff;
}
.reset-btn[data-v-9891b5be]:hover, .reset-btn[data-v-9891b5be]:focus {
  background: #ecf5ff;
  border-color: #c6e2ff;
  color: #409eff;
}
.bmw-failed-mining-list[data-v-1829c957] {
  min-height: 100%;
}
.list-header[data-v-1829c957] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.list-header-left[data-v-1829c957] {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.list-title[data-v-1829c957] {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.2;
}
.list-summary[data-v-1829c957] {
  font-size: 14px;
  color: #606266;
  font-weight: 500;
}
.export-btn[data-v-1829c957] {
  height: 32px;
  border-color: #18589f;
  color: #18589f;
  background: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 0 16px;
  border-radius: 4px;
}
.export-btn[data-v-1829c957]:hover, .export-btn[data-v-1829c957]:focus {
  background: #f0f6ff;
  border-color: #18589f;
  color: #18589f;
}
.cards-grid[data-v-1829c957] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.mining-card[data-v-1829c957] {
  border: 1px solid #ccd8e7;
  border-top: 3px solid #18589f;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.card-header[data-v-1829c957] {
  padding: 12px 14px 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.card-header-main[data-v-1829c957] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  flex: 1;
}
.play-icon[data-v-1829c957] {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #18589f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 2px;
}
.card-title-content[data-v-1829c957] {
  min-width: 0;
  flex: 1;
}
.card-title[data-v-1829c957] {
  font-size: 16px;
  color: #1d2738;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 4px;
}
.card-meta[data-v-1829c957] {
  font-size: 12px;
  color: #98a3b6;
  line-height: 18px;
  font-weight: 500;
}
.card-header-actions[data-v-1829c957] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.expand-btn[data-v-1829c957] {
  height: 28px;
  padding: 0 10px;
  border: 1px solid #d7e0ee;
  border-radius: 4px;
  background: #fff;
  color: #606266;
  font-size: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.expand-btn[data-v-1829c957]:hover {
  border-color: #18589f;
  color: #18589f;
}
.card-preview[data-v-1829c957] {
  border-top: 1px solid #d7e0ee;
  padding: 10px 14px 12px;
}
.preview-row[data-v-1829c957] {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.55;
}
.preview-row[data-v-1829c957]:last-of-type {
  margin-bottom: 10px;
}
.preview-row .preview-label[data-v-1829c957] {
  flex-shrink: 0;
  min-width: 90px;
  color: #98a3b6;
  font-weight: 500;
}
.preview-row .preview-value[data-v-1829c957] {
  flex: 1;
  color: #1f2a36;
  word-break: break-word;
  border-left: 3px solid transparent;
  padding-left: 8px;
}
.preview-row .preview-value[data-v-1829c957] .keyword-highlight {
  background: #fff3a0;
  color: inherit;
  padding: 0 2px;
  border-radius: 2px;
}
.preview-row.tone-2 .preview-value[data-v-1829c957] {
  border-left-color: #2d74c7;
}
.preview-row.tone-4 .preview-value[data-v-1829c957] {
  border-left-color: #5cae74;
}
.preview-tags[data-v-1829c957] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px dashed #e5ebf4;
}
.preview-tag[data-v-1829c957] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.preview-tag.is-hit[data-v-1829c957] {
  background: #e8f8ee;
  color: #13945f;
}
.preview-tag.is-miss[data-v-1829c957] {
  background: #feefef;
  color: #cf5a5a;
}
.status-tag[data-v-1829c957] {
  flex-shrink: 0;
  font-size: 12px;
  color: #606266;
  background: #f4f4f5;
  border: 1px solid #e9e9eb;
  border-radius: 4px;
  padding: 4px 10px;
  line-height: 18px;
  white-space: nowrap;
}
.dialogue-board[data-v-1829c957] {
  border-top: 1px solid #d7e0ee;
}
.dialogue-row[data-v-1829c957] {
  display: grid;
  grid-template-columns: 108px 1fr;
  border-bottom: 1px solid #e5ebf4;
  min-height: 40px;
}
.dialogue-row[data-v-1829c957]:last-child {
  border-bottom: none;
}
.dialogue-row .row-label[data-v-1829c957] {
  border-right: 1px solid #e5ebf4;
  font-size: 12px;
  font-weight: 600;
  color: #1f2635;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 10px;
  box-sizing: border-box;
  background: #fafbfd;
}
.dialogue-row .row-value[data-v-1829c957] {
  padding: 8px 10px;
  font-size: 12px;
  color: #1f2a36;
  line-height: 1.55;
  word-break: break-word;
}
.dialogue-row .row-value[data-v-1829c957] .keyword-highlight {
  background: #fff3a0;
  color: inherit;
  padding: 0 2px;
  border-radius: 2px;
}
.dialogue-row.tone-1 .row-value[data-v-1829c957] {
  background: #f4f7fd;
}
.dialogue-row.tone-2 .row-value[data-v-1829c957] {
  background: #f3f7ff;
  border-left: 3px solid #2d74c7;
}
.dialogue-row.tone-3 .row-value[data-v-1829c957] {
  background: #fff9e8;
  border-left: 3px solid #d79b3e;
}
.dialogue-row.tone-4 .row-value[data-v-1829c957] {
  background: #eef9f0;
  border-left: 3px solid #5cae74;
}
.metric-list[data-v-1829c957] {
  border-top: 1px solid #d7e0ee;
  background: #fbfcfe;
  padding: 10px 14px 12px;
}
.metric-item[data-v-1829c957] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.metric-item[data-v-1829c957]:last-child {
  margin-bottom: 0;
}
.metric-dot[data-v-1829c957] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  border: 1px solid transparent;
}
.metric-dot.is-hit[data-v-1829c957] {
  background: #e8f8ee;
  color: #13945f;
  border-color: #bee7ce;
}
.metric-dot.is-miss[data-v-1829c957] {
  background: #feefef;
  color: #cf5a5a;
  border-color: #f7d0d0;
}
.metric-text[data-v-1829c957] {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #2b3547;
  display: flex;
  align-items: flex-start;
  width: calc(100% - 26px);
}
.metric-label[data-v-1829c957] {
  font-weight: 700;
  display: inline-block;
  min-width: 72px;
  flex-shrink: 0;
}
.metric-label.is-hit[data-v-1829c957] {
  color: #179362;
}
.metric-label.is-miss[data-v-1829c957] {
  color: #d76363;
}
.metric-desc[data-v-1829c957] {
  flex: 1;
  color: #394558;
  font-weight: 500;
}
.metric-desc[data-v-1829c957] .keyword-highlight {
  background: #fff3a0;
  color: inherit;
  padding: 0 2px;
  border-radius: 2px;
}
.list-pagination[data-v-1829c957] {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
@media (max-width: 1400px) {
.cards-grid[data-v-1829c957] {
    grid-template-columns: 1fr;
}
}
.bmw-failed-mining-page[data-v-b2b56978] {
  background: #f0f2f5;
  min-height: calc(100vh - 140px);
  padding: 20px;
  box-sizing: border-box;
}
