@charset "UTF-8";
.cabinet-device[data-v-64d1f81c] {
  background-color: transparent !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.cabinet-device[data-v-64d1f81c] .table-card {
  border: none;
  border-radius: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.cabinet-device[data-v-64d1f81c] .table-card .el-card__header {
  padding: 16px 20px;
  border-bottom: none;
}
.cabinet-device[data-v-64d1f81c] .table-card .el-card__body {
  padding: 0 20px 20px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.cabinet-device .title-with-bar[data-v-64d1f81c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.cabinet-device .title-with-bar .vertical-bar[data-v-64d1f81c] {
  width: 4px;
  height: 16px;
  background-color: #1fa96f;
  margin-right: 8px;
  border-radius: 2px;
}
.cabinet-device .table-title[data-v-64d1f81c] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.cabinet-device .toolbar[data-v-64d1f81c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cabinet-device .toolbar .filter-buttons-container[data-v-64d1f81c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
.cabinet-device .toolbar .filter-buttons-container .actions-left[data-v-64d1f81c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
}
.cabinet-device .toolbar .custom-filter-item[data-v-64d1f81c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 16px;
  margin-bottom: 10px;
  width: 180px;
}
.cabinet-device .toolbar .custom-filter-item .filter-label[data-v-64d1f81c] {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}
.cabinet-device[data-v-64d1f81c] .custom-input {
  width: 100%;
}
.cabinet-device[data-v-64d1f81c] .custom-input .el-input__inner,
.cabinet-device[data-v-64d1f81c] .custom-input input {
  border: 1px solid #e4e7ed !important;
  border-radius: 6px !important;
  height: 36px !important;
  line-height: 36px !important;
  background-color: #f7f8fa !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cabinet-device[data-v-64d1f81c] .custom-input .el-input__inner:focus, .cabinet-device[data-v-64d1f81c] .custom-input .el-input__inner:hover,
.cabinet-device[data-v-64d1f81c] .custom-input input:focus,
.cabinet-device[data-v-64d1f81c] .custom-input input:hover {
  border-color: #1fa96f !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 169, 111, 0.1);
          box-shadow: 0 0 0 2px rgba(31, 169, 111, 0.1);
}
.cabinet-device[data-v-64d1f81c] .green-search-btn {
  background-color: #24b851 !important;
  border-color: #24b851 !important;
  border-radius: 6px;
  color: white;
  height: 36px;
  padding: 0 16px;
}
.cabinet-device[data-v-64d1f81c] .green-search-btn:hover {
  background-color: #3dd869 !important;
  border-color: #3dd869 !important;
}
.cabinet-device[data-v-64d1f81c] .reset-btn {
  border-radius: 6px;
  height: 36px;
  padding: 0 16px;
}
.cabinet-device[data-v-64d1f81c] .add-site-btn {
  background-color: #1fa96f !important;
  border-color: #1fa96f !important;
  border-radius: 6px;
  height: 36px;
  padding: 0 16px;
}
.cabinet-device[data-v-64d1f81c] .add-site-btn:hover {
  opacity: 0.85;
}
.cabinet-device[data-v-64d1f81c] .import-btn {
  border-radius: 6px;
  height: 36px;
  padding: 0 16px;
}
.cabinet-device .table-wrapper[data-v-64d1f81c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.cabinet-device .pagination-container[data-v-64d1f81c] {
  padding: 16px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cabinet-device .operation-btn[data-v-64d1f81c] {
  cursor: pointer;
  margin: 0 6px;
  font-size: 13px;
}
.cabinet-device .operation-btn.edit-btn[data-v-64d1f81c] {
  color: #1fa96f;
}
.cabinet-device .operation-btn.delete-btn[data-v-64d1f81c] {
  color: #f56c6c;
}
.cabinet-device .operation-btn[data-v-64d1f81c]:hover {
  opacity: 0.7;
}
.cabinet-device .status-tag[data-v-64d1f81c] {
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 12px;
}
.cabinet-device .status-tag.status-operating[data-v-64d1f81c] {
  color: #18a058;
  background: rgba(24, 160, 88, 0.1);
}
.cabinet-device .status-tag.status-suspended[data-v-64d1f81c] {
  color: #f0a020;
  background: rgba(240, 160, 32, 0.1);
}
.cabinet-device .status-tag.status-closed[data-v-64d1f81c] {
  color: #d03050;
  background: rgba(208, 48, 80, 0.1);
}
.cabinet-device .index-badge[data-v-64d1f81c] {
  display: inline-block;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 4px;
  background: #f0f2f5;
  color: #909399;
  font-size: 12px;
  text-align: center;
}

/* ===== 导入弹窗样式（复用 AssetImportDialog 样式） ===== */
.asset-import[data-v-64d1f81c] {
  border-radius: 18px;
}
.asset-import.asset-import--cabinet[data-v-64d1f81c] {
  --theme-color: #2563eb;
  --theme-soft: rgba(37, 99, 235, 0.08);
  --theme-line: rgba(37, 99, 235, 0.18);
}
.asset-import__form[data-v-64d1f81c] {
  margin-bottom: 18px;
}
.asset-import__select[data-v-64d1f81c] {
  width: 100%;
}
.asset-import__upload[data-v-64d1f81c] {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fbfcff));
  background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}
.asset-uploader[data-v-64d1f81c] {
  width: 100%;
}
.asset-uploader__inner[data-v-64d1f81c] {
  padding-top: 8px;
}
.asset-uploader__icon[data-v-64d1f81c] {
  font-size: 46px;
  color: var(--theme-color);
  margin-bottom: 14px;
}
.asset-uploader__title[data-v-64d1f81c] {
  font-size: 16px;
  line-height: 1.6;
  color: #1f2937;
  font-weight: 600;
}
.asset-uploader__title span[data-v-64d1f81c] {
  color: var(--theme-color);
}
.asset-uploader__desc[data-v-64d1f81c] {
  margin-top: 8px;
  font-size: 13px;
  color: #6b7280;
}
.selected-file[data-v-64d1f81c] {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--theme-soft);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.selected-file__info[data-v-64d1f81c] {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.selected-file__info i[data-v-64d1f81c] {
  font-size: 18px;
  color: var(--theme-color);
}
.selected-file__text[data-v-64d1f81c] {
  min-width: 0;
}
.selected-file__name[data-v-64d1f81c] {
  font-size: 14px;
  color: #1f2937;
  font-weight: 600;
  word-break: break-all;
}
.selected-file__size[data-v-64d1f81c] {
  margin-top: 4px;
  font-size: 12px;
  color: #6b7280;
}
.selected-file__remove[data-v-64d1f81c] {
  color: #ef4444;
}
.asset-import__result[data-v-64d1f81c] {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8fafc;
  color: #4b5563;
  font-size: 13px;
}
[data-v-64d1f81c] .asset-import-dialog {
  border-radius: 20px;
  overflow: hidden;
}
[data-v-64d1f81c] .asset-import-dialog .el-dialog__header {
  padding: 24px 24px 8px;
}
[data-v-64d1f81c] .asset-import-dialog .el-dialog__title {
  font-size: 24px;
  color: #1f2937;
  font-weight: 600;
}
[data-v-64d1f81c] .asset-import-dialog .el-dialog__body {
  padding: 12px 24px 8px;
}
[data-v-64d1f81c] .asset-import-dialog .el-dialog__footer {
  padding: 8px 24px 24px;
}
[data-v-64d1f81c] .asset-import__form .el-form-item__label {
  padding-bottom: 8px;
  font-size: 13px;
  color: #4b5563;
  font-weight: 600;
}
[data-v-64d1f81c] .asset-import__select .el-input__inner {
  height: 42px;
  line-height: 42px;
  border-radius: 12px;
  border-color: #d7dde8;
  background: #f9fbff;
}
[data-v-64d1f81c] .asset-import__select .el-input__inner:focus,[data-v-64d1f81c] .asset-import__select .el-input__inner:hover {
  border-color: var(--theme-color);
  -webkit-box-shadow: 0 0 0 3px var(--theme-soft);
          box-shadow: 0 0 0 3px var(--theme-soft);
  background: #fff;
}
[data-v-64d1f81c] .asset-uploader .el-upload {
  width: 100%;
}
[data-v-64d1f81c] .asset-uploader .el-upload-dragger {
  width: 100%;
  height: 180px;
  border-radius: 16px;
  border: 2px dashed #d6deeb;
  background: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
[data-v-64d1f81c] .asset-uploader .el-upload-dragger:hover {
  border-color: var(--theme-color);
  -webkit-box-shadow: 0 12px 28px var(--theme-line);
          box-shadow: 0 12px 28px var(--theme-line);
}
