
.monitor-list-container[data-v-861fd73a] {
  padding: 20px;
  background: #fff;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
.search-container[data-v-861fd73a] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  padding: 16px;
  background: #fafafa;
  border-radius: 4px;
}
.btnDIV[data-v-861fd73a] {
  margin-top: 4px;
}
.property-level-tags[data-v-861fd73a] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.property-level-tags[data-v-861fd73a] .ant-tag {
  border: none;
}
.list-header[data-v-861fd73a] {
  margin-bottom: 15px;
}
.list-title[data-v-861fd73a] {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 10px;
}
.monitor-table[data-v-861fd73a] {
  border: none;
}
.monitor-table[data-v-861fd73a] .ant-table {
  border: none;
}
.monitor-table[data-v-861fd73a] .ant-table-thead > tr > th {
  border: none !important;
  border-bottom: 1px solid #f0f0f0 !important;
  background: #f2f9fc !important;
}
.monitor-table[data-v-861fd73a] .ant-table-thead > tr > th {
  border: none !important;
  border-bottom: 1px solid #f0f0f0 !important;
  background: #f2f9fc !important;
}
.monitor-empty[data-v-861fd73a] {
  padding: 28px 0 18px;
  text-align: center;
}
.monitor-empty[data-v-861fd73a] .ant-empty {
  margin: 0;
}
.monitor-empty-text[data-v-861fd73a] {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
}


.monitor-table .ant-table-thead > tr > th {
  background: #f2f9fc !important;
}
.monitor-table .ant-table-thead > tr > th.ant-table-column-has-actions {
  background: #f2f9fc !important;
}
.monitor-table .ant-table-thead > tr > th.ant-table-selection-column {
  background: #f2f9fc !important;
}
.monitor-table /deep/ .ant-table-tbody > tr > td {
  border: none;
  border-bottom: 1px solid #f0f0f0;
}
.monitor-table /deep/ .ant-table-tbody > tr:last-child > td {
  border-bottom: none;
}
.monitor-table /deep/ .ant-table-container {
  border: none;
}
.monitor-table /deep/ .ant-table-content {
  border: none;
}
.detail-page-layout {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 16px;
  background: #fff;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
.enterprise-info-card {
  width: 100%;
  max-width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 12px 0px;
  box-sizing: border-box;
  overflow-x: hidden;
}
.card-header {
  margin-bottom: 8px;
}
.enterprise-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.enterprise-name {
  font-size: 30px;
  font-weight: 500;
  color: #262626;
  line-height: 28px;
  margin: 0;
  word-break: break-all;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 8px 0px;
  background: linear-gradient(180deg, #f5faff 0%, #ffffff 100%);
  border-radius: 8px;
}
.card-content /deep/ .monitor-status-tag {
  margin-top: 2px;
  border: none;
  font-size: 12px;
  line-height: 20px;
  height: 22px;
  padding: 0 8px;
  border-radius: 2px;
}
.card-content /deep/ .enterprise-tags {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}
.clue-list-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
.clue-details-container {
  position: relative;
  min-height: 60px;
  padding: 16px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
.clue-details-content {
  line-height: 1.8;
  color: #333;
  word-break: break-word;
  white-space: pre-wrap;
  font-size: 14px;
  margin-bottom: 12px;
}
.clue-details-content .ellipsis {
  color: #999;
  font-weight: bold;
  margin-left: 2px;
}
.unlock-button-wrapper {
  text-align: center;
  padding-top: 12px;
  border-top: 1px dashed #d9d9d9;
}
.unlock-button-wrapper .ant-btn {
  padding: 8px 22px;
  height: auto;
  font-size: 14px;
  font-weight: 500;
}
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label {
  background: #f2f9fc !important;
}
.ant-modal-header {
  background: linear-gradient(180deg, #f5faff 0%, #ffffff 100%);
  border-radius: 8px 8px 0 0;
  padding: 16px 24px;
}
.ant-modal-title {
  font-size: 16px;
  font-weight: 500;
  color: #1890ff;
}

