.text-ellipsis[data-v-f3303bd6] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modern-style[data-v-f3303bd6]  .el-dialog {
  border-radius: 12px;
  -webkit-box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
}
.modern-style[data-v-f3303bd6]  .el-dialog__header {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.modern-style .elevated-card[data-v-f3303bd6] {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  border-radius: 8px;
}
.modern-style .elevated-card[data-v-f3303bd6]  .el-card__header {
  padding: 16px 24px;
  background: -webkit-gradient(linear, left top, right top, from(#f8f9fa), to(#ffffff));
  background: linear-gradient(90deg, #f8f9fa 0%, #ffffff 100%);
}
.modern-style .with-icon[data-v-f3303bd6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modern-style .with-icon .header-icon[data-v-f3303bd6] {
  font-size: 20px;
  color: #1890ff;
  margin-right: 12px;
}
.modern-style .with-icon .card-title[data-v-f3303bd6] {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.modern-style .version-container[data-v-f3303bd6] {
  margin-top: 24px;
}
.modern-style .version-container .version-card[data-v-f3303bd6] {
  background: -webkit-gradient(linear, left top, right top, from(#f8f9fa), to(#ffffff));
  background: linear-gradient(90deg, #f8f9fa 0%, #ffffff 100%);
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
}
.modern-style .version-container .version-card[data-v-f3303bd6]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#1890ff), to(#69c0ff));
  background: linear-gradient(90deg, #1890ff 0%, #69c0ff 100%);
}
.modern-style .version-container .version-card.version-tag-5[data-v-f3303bd6]::before {
  background: -webkit-gradient(linear, left top, right top, from(#722ed1), to(#b37feb));
  background: linear-gradient(90deg, #722ed1 0%, #b37feb 100%);
}
.modern-style .version-header[data-v-f3303bd6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fafafa;
}
.modern-style .version-header .version-tag-wrapper[data-v-f3303bd6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.modern-style .version-header .version-tag-wrapper .version-tag[data-v-f3303bd6] {
  font-size: 14px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 14px;
  color: white;
}
.modern-style .version-header .version-tag-wrapper .version-tag.gradient-bg-blue[data-v-f3303bd6] {
  background: -webkit-gradient(linear, left top, right top, from(#1890ff), to(#69c0ff));
  background: linear-gradient(90deg, #1890ff, #69c0ff);
}
.modern-style .version-header .version-tag-wrapper .version-tag.gradient-bg-orange[data-v-f3303bd6] {
  background: -webkit-gradient(linear, left top, right top, from(#FF5722), to(#FFA500));
  background: linear-gradient(90deg, #FF5722, #FFA500);
}
.modern-style .version-header .version-tag-wrapper .version-desc[data-v-f3303bd6] {
  margin-left: 12px;
  color: #666;
  font-size: 12px;
}
.modern-style .theme-group[data-v-f3303bd6] {
  margin: 0;
  border: 1px solid #e4e4e4;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.modern-style .theme-group[data-v-f3303bd6]:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.modern-style .theme-group .theme-header[data-v-f3303bd6] {
  padding: 7px 16px;
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直居中 */
}
.modern-style .theme-group .theme-header .theme-meta[data-v-f3303bd6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modern-style .theme-group .theme-header .theme-meta .theme-info-wrapper[data-v-f3303bd6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.modern-style .theme-group .theme-header .theme-meta .title-line[data-v-f3303bd6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  margin-bottom: 4px;
}
.modern-style .theme-group .theme-header .theme-meta .title-line .program-count[data-v-f3303bd6] {
  font-size: 12px;
  color: #666;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modern-style .theme-group .theme-header .theme-meta .mainboard-line[data-v-f3303bd6] {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.modern-style .theme-group .theme-header .theme-meta .mainboard-line .mainboard-tag[data-v-f3303bd6] {
  font-size: 12px;
  color: #666;
}
.modern-style .theme-group .theme-header .theme-meta .mainboard-line .mainboard-value[data-v-f3303bd6] {
  font-size: 12px;
  color: #ff5a5f;
  font-weight: 500;
@extend . text-ellipsis;
  max-width: 150px;
}
.modern-style .theme-group .theme-header .theme-meta .theme-desc[data-v-f3303bd6] {
  margin: 0;
  font-size: 12px;
  color: #666;
@extend . text-ellipsis;
  max-width: 500px;
  line-height: 1.4;
}
.modern-style .theme-group .theme-header .theme-meta .theme-icon[data-v-f3303bd6] {
  font-size: 20px;
  color: #1890ff;
  margin-right: 12px;
}
.modern-style .theme-group .theme-header .theme-meta .theme-title[data-v-f3303bd6] {
  margin: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
@extend . text-ellipsis;
  max-width: 200px;
}
.modern-style .theme-group .theme-header .theme-meta .theme-sub-group[data-v-f3303bd6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  /* Space between the items */
}
.modern-style .theme-group .theme-header .theme-meta .theme-sub[data-v-f3303bd6] {
  margin: 0;
  font-size: 12px;
  color: #666;
}
.modern-style .theme-group .theme-header .theme-meta .theme-highlight[data-v-f3303bd6] {
  color: #ff5a5f;
  font-weight: bold;
}
.modern-style .theme-group .theme-header .theme-actions[data-v-f3303bd6] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modern-style .modern-table[data-v-f3303bd6] {
  border: none;
}
.modern-style .modern-table[data-v-f3303bd6]  th.el-table__cell {
  background: #fafafa !important;
  font-weight: 600;
}
.modern-style .modern-table[data-v-f3303bd6]  tr:hover td {
  background-color: #fafafa !important;
}
.modern-style .action-btn[data-v-f3303bd6] {
  padding: 6px 10px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.modern-style .action-btn.with-hover[data-v-f3303bd6]:hover {
  background: #f5f5f5;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.modern-style .action-btn i[data-v-f3303bd6] {
  margin-right: 6px;
}
.modern-style .gradient-btn[data-v-f3303bd6] {
  border: none;
  color: white;
  background-size: 200% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.modern-style .gradient-btn-blue[data-v-f3303bd6] {
  background-image: -webkit-gradient(linear, left top, right top, from(#1890ff), to(#69c0ff));
  background-image: linear-gradient(90deg, #1890ff 0%, #69c0ff 100%);
}
.modern-style .gradient-btn-purple[data-v-f3303bd6] {
  background-image: -webkit-gradient(linear, left top, right top, from(#722ed1), to(#b37feb));
  background-image: linear-gradient(90deg, #722ed1 0%, #b37feb 100%);
}
.modern-style .gradient-btn[data-v-f3303bd6]:hover {
  background-position: right center;
}
.modern-style .action-bar[data-v-f3303bd6] {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #f0f0f0;
  text-align: right;
}
.modern-style .action-bar .cancel-btn[data-v-f3303bd6] {
  padding: 10px 24px;
}
.modern-style .action-bar .submit-btn[data-v-f3303bd6] {
  padding: 10px 32px;
  font-weight: 500;
}
.modern-style .danger-text[data-v-f3303bd6] {
  color: #ff4d4f;
}
.modern-style .danger-text[data-v-f3303bd6]:hover {
  color: #ff7875;
}
.auto_scroll_y[data-v-f3303bd6] {
  max-height: 600px;
  overflow-y: auto;
}

