@import url(https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap);
.alipay-modal[data-v-68b96f7e] .ant-modal-content {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.alipay-modal[data-v-68b96f7e] .ant-modal-header {
  background: linear-gradient(135deg, #1677FF 0%, #4096ff 100%);
  color: white;
  padding: 20px 24px;
  border-radius: 16px 16px 0 0;
}
.alipay-modal[data-v-68b96f7e] .ant-modal-title {
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.alipay-modal[data-v-68b96f7e] .ant-modal-close {
  color: rgba(255, 255, 255, 0.8);
}
.alipay-modal[data-v-68b96f7e] .ant-modal-close:hover {
  color: white;
}
.pay-container[data-v-68b96f7e] {
  padding: 0 24px 24px;
  text-align: center;
}
.pay-header[data-v-68b96f7e] {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.amount-display[data-v-68b96f7e] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.amount-display .amount-label[data-v-68b96f7e] {
  font-size: 14px;
  color: #999;
  margin-bottom: 4px;
}
.amount-display .amount[data-v-68b96f7e] {
  color: #ff5000;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}
/* 二维码区域修改为居中显示 */
.qrcode-container[data-v-68b96f7e] {
  margin: 24px 0;
  display: flex;
  justify-content: center;
}
.qrcode-wrapper[data-v-68b96f7e] {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 内部元素居中 */
}
/* 固定 iframe 大小 */
.qrcode-iframe[data-v-68b96f7e] {
  width: 200px;
  height: 200px;
  border: none;
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
}
.scan-hint[data-v-68b96f7e] {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 图标和文字居中 */
  font-size: 16px;
  color: #666;
  transition: color 0.3s;
  /* 新增：扫码成功的样式控制 */
}
.scan-hint .scan-icon[data-v-68b96f7e] {
  margin-right: 8px;
  color: #1677FF;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}
.scan-hint .hint-text[data-v-68b96f7e] {
  font-weight: 500;
}
.scan-hint.is-scanned[data-v-68b96f7e] {
  color: #52c41a;
}
.scan-hint.is-scanned .scan-icon[data-v-68b96f7e] {
  color: #52c41a;
}
.action-buttons[data-v-68b96f7e] {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.action-buttons .cancel-btn[data-v-68b96f7e] {
  border-radius: 8px;
  padding: 0 28px;
  height: 48px;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  color: #666;
}
.action-buttons .cancel-btn[data-v-68b96f7e]:hover {
  color: #1677FF;
  border-color: #1677FF;
}
.action-buttons .confirm-btn[data-v-68b96f7e] {
  border-radius: 8px;
  padding: 0 28px;
  height: 48px;
  font-size: 16px;
  background: linear-gradient(135deg, #1677FF 0%, #4096ff 100%);
  border: none;
  box-shadow: 0 4px 12px rgba(22, 119, 255, 0.3);
}
.action-buttons .confirm-btn[data-v-68b96f7e]:hover {
  background: linear-gradient(135deg, #4096ff 0%, #1677FF 100%) !important;
  border-color: transparent !important;
}


/* =========== 新增：清爽科技风电子表倒计时样式 =========== */
.digital-countdown[data-v-52db2e02] {
  font-family: 'Share Tech Mono', 'Courier New', Consolas, monospace;
  background-color: #f0f5ff;
  color: #1677ff;
  padding: 3px 10px;
  border-radius: 4px;
  border: 1px solid #adc6ff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04);
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  min-width: 65px;
  vertical-align: middle;
}

/* ======================================================= */
.voice-clone-container[data-v-52db2e02] {
  width: 100%;
  max-width: 100%;
  padding: 24px;
  box-sizing: border-box;
  background-color: #f5f7fa;
  min-height: 100vh;
}
.page-header[data-v-52db2e02] {
  padding: 0;
  margin-bottom: 24px;
  background: transparent;
}
.top-section[data-v-52db2e02] {
  display: flex;
  align-items: stretch;
}
.action-card[data-v-52db2e02] {
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  height: 480px;
  display: flex;
  flex-direction: column;
}
.action-card[data-v-52db2e02] .ant-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.param-card[data-v-52db2e02] {
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.upload-content[data-v-52db2e02] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.upload-dragger[data-v-52db2e02] {
  height: 100%;
  border: 2px dashed #d9d9d9;
  border-radius: 8px;
  background-color: #fafafa;
  transition: border-color 0.3s;
}
.upload-dragger[data-v-52db2e02]:hover {
  border-color: #1890ff;
}
.upload-center[data-v-52db2e02] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.audio-preview[data-v-52db2e02] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #f0f5ff;
  border-radius: 8px;
  border: 1px dashed #adc6ff;
}
.preview-title[data-v-52db2e02] {
  margin-bottom: 16px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.config-grid[data-v-52db2e02] {
  display: flex;
  flex-direction: column;
}
.config-row[data-v-52db2e02] {
  display: flex;
  gap: 16px;
  width: 100%;
}
.config-col[data-v-52db2e02] {
  flex: 1;
  min-width: 0;
}
.param-label[data-v-52db2e02] {
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}
.param-hint[data-v-52db2e02] {
  font-weight: normal;
  color: #999;
  font-size: 12px;
}
.submit-action-buttons[data-v-52db2e02] {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  padding: 0 12px 5px;
  width: 100%;
}
.settings-title[data-v-52db2e02] {
  text-align: center;
  color: #333;
  font-size: 16px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}
.filter-container[data-v-52db2e02] {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
  padding: 16px 24px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
}
.modal-filter[data-v-52db2e02] {
  box-shadow: none;
  border: none;
  padding: 0 0 16px 0;
  margin-bottom: 0;
}
.filter-item[data-v-52db2e02] {
  display: flex;
  align-items: center;
}
.filter-label[data-v-52db2e02] {
  font-weight: 600;
  color: #4b5563;
  margin-right: 10px;
  font-size: 14px;
}
.status-processing-text[data-v-52db2e02] {
  color: #1677ff;
  font-weight: bold;
}
.status-success-text[data-v-52db2e02] {
  color: #52c41a;
  font-weight: bold;
}

/* ================= 确认弹窗增强样式 (移植自高阶版) ================= */
[data-v-52db2e02] .custom-confirm-modal .ant-modal-content {
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
}
[data-v-52db2e02] .custom-confirm-modal .ant-modal-header {
  border-bottom: none;
  padding: 24px 24px 12px;
  text-align: center;
}
[data-v-52db2e02] .custom-confirm-modal .ant-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
[data-v-52db2e02] .custom-confirm-modal .ant-modal-body {
  padding: 0;
}
[data-v-52db2e02] .ant-pagination-options-size-changer.ant-select {
  width: 120px !important;
}
.confirm-content-wrapper[data-v-52db2e02] {
  padding: 10px 24px 24px;
}
.confirm-header[data-v-52db2e02] {
  background: #f8faff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
  border: 1px solid #e1e8ff;
}
.voice-info-display[data-v-52db2e02] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.voice-avatar-large[data-v-52db2e02] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(51, 102, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f5ff;
  color: #3366ff;
  font-size: 24px;
}
.voice-details[data-v-52db2e02] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.voice-details .voice-name[data-v-52db2e02] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.voice-details .voice-desc[data-v-52db2e02] {
  font-size: 13px;
  color: #666;
}
.confirm-details[data-v-52db2e02] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 8px;
}
.detail-item[data-v-52db2e02] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px dashed #f0f0f0;
}
.detail-item[data-v-52db2e02]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.detail-label[data-v-52db2e02] {
  font-size: 15px;
  color: #666;
}
.detail-value[data-v-52db2e02] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.amount-item .detail-value[data-v-52db2e02] {
  color: #ff4d4f;
  font-size: 24px;
  font-weight: 600;
}
.confirm-footer-actions[data-v-52db2e02] {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 20px 24px;
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
}
.confirm-footer-actions .ant-btn[data-v-52db2e02] {
  min-width: 100px;
  border-radius: 6px;
  font-size: 14px;
}
.pay-btn[data-v-52db2e02] {
  background: linear-gradient(135deg, #3366ff 0%, #6699ff 100%);
  border: none;
  color: white;
  box-shadow: 0 4px 12px rgba(51, 102, 255, 0.3);
}
.pay-btn[data-v-52db2e02]:hover {
  background: linear-gradient(135deg, #2952cc 0%, #5282e6 100%);
  color: white;
}
.cancel-btn[data-v-52db2e02] {
  background: #ffffff;
  border: 1px solid #dcdfe6;
  color: #909399;
}
.cancel-btn[data-v-52db2e02]:hover {
  background: #fef0f0;
  border-color: #fbc4c4;
  color: #f56c6c;
}

/* ================= 删除确认弹窗样式 ================= */
[data-v-52db2e02] .custom-delete-modal .ant-modal-content {
  border-radius: 16px;
  padding: 32px 24px 24px;
}
[data-v-52db2e02] .custom-delete-modal .ant-modal-close {
  top: 16px;
  right: 16px;
}
.delete-modal-content[data-v-52db2e02] {
  text-align: center;
}
.delete-icon-wrapper[data-v-52db2e02] {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff1f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.delete-warning-icon[data-v-52db2e02] {
  font-size: 32px;
  color: #ff4d4f;
}
.delete-modal-title[data-v-52db2e02] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
.delete-modal-desc[data-v-52db2e02] {
  font-size: 14px;
  color: #666;
  margin-bottom: 28px;
  line-height: 1.6;
}
.delete-modal-actions[data-v-52db2e02] {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.delete-modal-actions .ant-btn[data-v-52db2e02] {
  min-width: 120px;
  height: 40px;
  border-radius: 8px;
  font-size: 14px;
}
.confirm-delete-btn[data-v-52db2e02] {
  box-shadow: 0 4px 12px rgba(255, 77, 79, 0.2);
}
.confirm-delete-btn[data-v-52db2e02]:hover {
  box-shadow: 0 6px 16px rgba(255, 77, 79, 0.3);
  transform: translateY(-1px);
  transition: all 0.3s;
}

/* ================== 新增：产品介绍等弹窗相关样式 ================== */
.intro-header[data-v-52db2e02] {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto 30px auto;
  flex-wrap: wrap;
}
.intro-link[data-v-52db2e02] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 36px;
  background: linear-gradient(135deg, #e6f7ff 0%, #ffffff 100%);
  border: 1px solid #91d5ff;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.intro-link .text[data-v-52db2e02] {
  color: #096dd9;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
.intro-link[data-v-52db2e02]:hover {
  background: #1890ff;
  border-color: #1890ff;
  box-shadow: 0 6px 16px rgba(24, 144, 255, 0.25);
  transform: translateY(-2px);
}
.intro-link:hover .text[data-v-52db2e02] {
  color: #ffffff;
}
.intro-footer-actions[data-v-52db2e02] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 8px 0;
}
.info-grid[data-v-52db2e02] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 10px 0;
}
.grid-card[data-v-52db2e02] {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.grid-card[data-v-52db2e02]:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: transparent;
}
.card-icon[data-v-52db2e02] {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.card-icon svg[data-v-52db2e02] {
  width: 28px;
  height: 28px;
}
.card-title[data-v-52db2e02] {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1f2937;
}
.card-desc[data-v-52db2e02] {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  text-align: justify;
}

/* ======== 重构的 Intro Modal Body 样式 ======== */
.intro-modal-body[data-v-52db2e02] {
  display: flex;
  gap: 30px;
  padding: 20px 10px;
}
.intro-left[data-v-52db2e02], .intro-right[data-v-52db2e02] {
  flex: 1;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.intro-left[data-v-52db2e02] {
  background-color: #fff;
}
.intro-right[data-v-52db2e02] {
  background-color: #f9faff;
}
.intro-text-panel[data-v-52db2e02] {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}
.text-panel-title[data-v-52db2e02] {
  font-size: 15px;
  font-weight: 600;
  color: #1890ff;
  background: linear-gradient(135deg, #e6f7ff 0%, #f0f9ff 100%);
  padding: 6px 24px;
  border-radius: 20px;
  border: 1px solid #91caff;
  margin: 0 auto 8px auto;
  letter-spacing: 1px;
  box-shadow: 0 2px 6px rgba(24, 144, 255, 0.1);
  display: inline-block;
  text-align: center;
}
.text-panel-content[data-v-52db2e02] {
  font-size: 15px;
  line-height: 1.8;
  color: #4b5563;
  text-align: justify;
}
.voice-label[data-v-52db2e02] {
  font-size: 15px;
  font-weight: 600;
  color: #1890ff;
  margin-bottom: 5px;
}
.cloned-label[data-v-52db2e02] {
  color: #52c41a;
}
.audio-player-card[data-v-52db2e02] {
  width: 100%;
  max-width: 320px;
  background: #f8f9fa;
  border-radius: 40px;
  padding: 15px 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.waveform-mock[data-v-52db2e02] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 40px;
  width: 100%;
}
.waveform-mock .bar[data-v-52db2e02] {
  width: 4px;
  background-color: #6366f1;
  border-radius: 2px;
  transform-origin: center;
  transition: all 0.2s ease;
}
.waveform-mock.playing .bar[data-v-52db2e02] {
  animation: soundWave-52db2e02 0.5s ease-in-out infinite alternate;
}
@keyframes soundWave-52db2e02 {
0% {
    transform: scaleY(0.4);
}
100% {
    transform: scaleY(1.4);
}
}
.custom-audio[data-v-52db2e02] {
  width: 100%;
  height: 40px;
  outline: none;
}
.security-notice-wrapper[data-v-52db2e02] {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 0px;
  position: relative;
  z-index: 10;
}
.custom-security-card[data-v-52db2e02] {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 44px 14px 28px;
  background: linear-gradient(135deg, rgba(230, 247, 255, 0.85) 0%, rgba(240, 249, 255, 0.95) 100%);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(145, 202, 255, 0.4);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(22, 119, 255, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  max-width: 90%;
  position: relative;
}
.close-notice-btn[data-v-52db2e02] {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #9ca3af;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.close-notice-btn[data-v-52db2e02]:hover {
  color: #ff4d4f;
  background-color: rgba(255, 77, 79, 0.1);
  transform: translateY(-50%) scale(1.05);
}
.notice-fade-enter-active[data-v-52db2e02],
.notice-fade-leave-active[data-v-52db2e02] {
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  overflow: hidden;
  max-height: 100px;
}
.notice-fade-enter-from[data-v-52db2e02],
.notice-fade-leave-to[data-v-52db2e02] {
  max-height: 0;
  opacity: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
.notice-content[data-v-52db2e02] {
  color: #4b5563;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}
.custom-success-overlay[data-v-52db2e02] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
}
.success-content[data-v-52db2e02] {
  background: #ffffff;
  padding: 40px 60px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-5%);
}
.check-icon[data-v-52db2e02] {
  margin-bottom: 24px;
}
.success-text[data-v-52db2e02] {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
}
.checkmark[data-v-52db2e02] {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: block;
  stroke-width: 3.5;
  stroke: #52c41a;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px #52c41a;
  animation: fill-52db2e02 0.4s ease-in-out 0.4s forwards,scale-52db2e02 0.3s ease-in-out 0.9s both;
}
.checkmark__circle[data-v-52db2e02] {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 3.5;
  stroke-miterlimit: 10;
  stroke: #52c41a;
  fill: none;
  animation: stroke-52db2e02 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark__check[data-v-52db2e02] {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke-52db2e02 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
}
@keyframes stroke-52db2e02 {
100% {
    stroke-dashoffset: 0;
}
}
@keyframes scale-52db2e02 {
0%, 100% {
    transform: none;
}
50% {
    transform: scale3d(1.1, 1.1, 1);
}
}
@keyframes fill-52db2e02 {
100% {
    box-shadow: inset 0px 0px 0px 30px rgba(82, 196, 26, 0.1);
}
}
.fade-scale-enter-active[data-v-52db2e02],
.fade-scale-leave-active[data-v-52db2e02] {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.fade-scale-enter-from[data-v-52db2e02],
.fade-scale-leave-to[data-v-52db2e02] {
  opacity: 0;
  transform: scale(0.85);
}

/* ================== 停顿配置面板美化样式 ================== */
.pause-mode-selector[data-v-52db2e02] {
  width: 100%;
}

/* 仿分段控制器风格的单选按钮 */
.custom-radio-group .ant-radio-button-wrapper[data-v-52db2e02] {
  border-radius: 6px;
  margin-right: 12px;
  border: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9 !important;
  transition: all 0.3s;
}
.custom-radio-group .ant-radio-button-wrapper[data-v-52db2e02]:last-child {
  margin-right: 0;
}
.custom-radio-group .ant-radio-button-wrapper[data-v-52db2e02]::before {
  display: none;
}
.custom-radio-group .ant-radio-button-wrapper-checked[data-v-52db2e02] {
  background-color: #e6f4ff !important;
  color: #1677FF !important;
  border-color: #1677FF !important;
  box-shadow: 0 2px 8px rgba(22, 119, 255, 0.15);
  font-weight: 500;
}

/* 【优化点3】：移除原本存在的 min-height: 50px; 配合 v-if 彻底清除空白 */
.pause-panel-container[data-v-52db2e02] {
  width: 100%;
  transition: all 0.3s ease;
}
.pause-config-box[data-v-52db2e02] {
  background: #f8fbff;
  padding: 18px 24px;
  border-radius: 8px;
  border: 1px solid #e1ebff;
  width: 100%;
}

/* 全局配置模式样式 */
.global-box[data-v-52db2e02] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.global-setting-row[data-v-52db2e02] {
  display: flex;
  align-items: center;
}
.setting-label[data-v-52db2e02] {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.setting-hint[data-v-52db2e02] {
  color: #8c8c8c;
  font-size: 13px;
  display: flex;
  align-items: center;
}

/* 精细化配置列表样式 */
.fine-config-list[data-v-52db2e02] {
  max-height: 380px;
  overflow-y: auto;
  padding: 16px;
  background: #fafafa;
  border-color: #f0f0f0;
}
.empty-text-hint[data-v-52db2e02] {
  color: #bfbfbf;
  text-align: center;
  padding: 40px 0;
  font-size: 14px;
}

/* 自定义滚动条 */
.fine-config-list[data-v-52db2e02]::-webkit-scrollbar {
  width: 6px;
}
.fine-config-list[data-v-52db2e02]::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 4px;
}
.fine-item[data-v-52db2e02] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: #ffffff;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.02);
  transition: all 0.3s;
}
.fine-item[data-v-52db2e02]:hover {
  background: #f0f5ff;
  border-color: #91caff;
  box-shadow: 0 4px 12px rgba(22, 119, 255, 0.08);
}
.fine-item[data-v-52db2e02]:last-child {
  margin-bottom: 0;
}
.fine-text-wrap[data-v-52db2e02] {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding-right: 24px;
}
.line-number[data-v-52db2e02] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #e6f4ff;
  color: #1677ff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}
.fine-text[data-v-52db2e02] {
  color: #333;
  font-size: 14px;
  white-space: pre-wrap;
  line-height: 1.6;
}
.fine-select-wrap[data-v-52db2e02] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  background: #f9fcff;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #e1ebff;
}
.select-label[data-v-52db2e02] {
  color: #1677ff;
  font-size: 13px;
  font-weight: 600;
  margin-right: 8px;
}

/* ================== 新增：使用说明弹窗 Markdown 风格样式 ================== */
.markdown-guide-container[data-v-52db2e02] {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  padding: 10px 10px 20px 10px;
}
.markdown-guide-container h3[data-v-52db2e02] {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1f2937;
  display: flex;
  align-items: center;
}
.markdown-guide-container h4[data-v-52db2e02] {
  font-size: 15px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 12px;
  color: #1677FF;
  border-left: 4px solid #1677FF;
  padding-left: 10px;
}
.markdown-guide-container p[data-v-52db2e02] {
  margin-bottom: 14px;
  color: #4b5563;
}
.markdown-guide-container ul[data-v-52db2e02],
.markdown-guide-container ol[data-v-52db2e02] {
  padding-left: 24px;
  margin-bottom: 16px;
  color: #4b5563;
}
.markdown-guide-container li[data-v-52db2e02] {
  margin-bottom: 8px;
}
.markdown-guide-container code[data-v-52db2e02] {
  background-color: #f3f4f6;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: Consolas, monospace;
  color: #ef4444;
  font-size: 13px;
  margin: 0 4px;
}
.markdown-guide-container hr[data-v-52db2e02] {
  border: none;
  border-top: 1px dashed #e5e7eb;
  margin: 24px 0;
}
.markdown-guide-container blockquote[data-v-52db2e02] {
  margin: 24px 0 0 0;
  padding: 16px;
  background-color: #fffbeb;
  border-left: 4px solid #f59e0b;
  border-radius: 0 8px 8px 0;
}
.markdown-guide-container blockquote p[data-v-52db2e02]:first-child {
  margin-bottom: 8px;
  color: #b45309;
}
.markdown-guide-container blockquote p[data-v-52db2e02]:last-child,
.markdown-guide-container blockquote ol[data-v-52db2e02] {
  margin-bottom: 0;
}

/* ================== 积分不足与充值套餐 UI ================== */
.points-lack-hint[data-v-52db2e02] {
    margin-top: 15px;
    padding: 10px;
    background-color: #fff2f0;
    border: 1px solid #ffccc7;
    border-radius: 6px;
    color: #cf1322;
    font-size: 13px;
    text-align: center;
    animation: fadeIn-52db2e02 0.3s ease-in-out;
}
.points-lack-hint a[data-v-52db2e02] { color: #1890ff; font-weight: 500; text-decoration: underline; cursor: pointer;
}
.points-lack-hint a[data-v-52db2e02]:hover { color: #4096ff;
}
@keyframes fadeIn-52db2e02 {
from { opacity: 0; transform: translateY(-5px);
}
to { opacity: 1; transform: translateY(0);
}
}
.pricing-grid[data-v-52db2e02] { display: flex; gap: 16px; padding: 10px;
}
.pricing-card[data-v-52db2e02] { flex: 1; background: #ffffff; border: 2px solid #ebedf0; border-radius: 16px; padding: 24px 16px; text-align: center; position: relative; transition: all 0.3s ease; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02); cursor: pointer;
}
.pricing-card[data-v-52db2e02]:hover { transform: translateY(-4px); box-shadow: 0 12px 24px -5px rgba(24, 144, 255, 0.15); border-color: #91d5ff;
}
.pricing-card.selected-card[data-v-52db2e02] { border-color: #1890ff; background: rgba(24, 144, 255, 0.02); box-shadow: 0 10px 30px rgba(24, 144, 255, 0.15); transform: translateY(-4px);
}
.card-check-icon[data-v-52db2e02] { position: absolute; top: -12px; right: -12px; background: #1890ff; color: white; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(24, 144, 255, 0.3); z-index: 10; animation: popIn-52db2e02 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.card-check-icon svg[data-v-52db2e02] { width: 16px; height: 16px;
}
@keyframes popIn-52db2e02 {
0% { transform: scale(0);
}
100% { transform: scale(1);
}
}
.pricing-card.recommended[data-v-52db2e02] { border-color: #91d5ff; background: linear-gradient(180deg, #ffffff 0%, rgba(24, 144, 255, 0.03) 100%);
}
.pricing-card.recommended.selected-card[data-v-52db2e02] { border-color: #1890ff; background: linear-gradient(180deg, rgba(24, 144, 255, 0.02) 0%, rgba(24, 144, 255, 0.1) 100%);
}
.popular-tag[data-v-52db2e02] { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #40a9ff 0%, #1890ff 100%); color: white; padding: 4px 12px; border-radius: 20px; font-size: 0.8rem; font-weight: bold; box-shadow: 0 4px 10px rgba(24, 144, 255, 0.3); white-space: nowrap;
}
.p-tier-header[data-v-52db2e02] { margin-bottom: 12px;
}
.p-tier[data-v-52db2e02] { font-size: 16px; font-weight: 700; color: #333; margin: 0;
}
.p-price[data-v-52db2e02] { font-size: 32px; font-weight: 800; color: #1890ff; margin-bottom: 16px; display: flex; justify-content: center; align-items: flex-start;
}
.p-price .symbol[data-v-52db2e02] { font-size: 16px; font-weight: 600; margin-top: 8px; margin-right: 4px; color: #666;
}
.p-points-box[data-v-52db2e02] { background: #e6f7ff; padding: 8px; border-radius: 12px; margin-bottom: 16px; display: flex; flex-direction: column;
}
.p-label[data-v-52db2e02] { font-size: 12px; color: #666; margin-bottom: 4px;
}
.p-val[data-v-52db2e02] { font-size: 18px; font-weight: 700; color: #1890ff;
}
.plan-features[data-v-52db2e02] { list-style: none; padding: 0; margin: 0 0 24px; text-align: left; font-size: 13px; color: #666;
}
.plan-features li[data-v-52db2e02] { margin-bottom: 8px; display: flex; align-items: center;
}
.plan-features li[data-v-52db2e02]::before { content: '✓'; color: #52c41a; margin-right: 8px; font-weight: bold;
}
.w-full[data-v-52db2e02] { width: 100%; padding: 10px 0; font-size: 14px; border-radius: 20px; font-weight: 600; cursor: pointer; border: none; transition: all 0.3s;
}
.btn-primary[data-v-52db2e02] { background: linear-gradient(135deg, #40a9ff 0%, #1890ff 100%); color: white; box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3);
}
.btn-primary[data-v-52db2e02]:hover { background: linear-gradient(135deg, #69c0ff 0%, #096dd9 100%); transform: translateY(-2px);
}
.btn-secondary[data-v-52db2e02] { background: transparent; color: #1890ff; border: 1px solid #91caff;
}
.btn-secondary[data-v-52db2e02]:hover { background: #e6f7ff;
}

