.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;
}

@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sharetechmono/v16/J7aHnp1uDWRBEqV98dVQztYldFc7pA.ttf) format('truetype');
}
/* ================== 新增的顶部导航与介绍弹窗样式 ================== */
.intro-header[data-v-6f032fc6] {
  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-6f032fc6] {
  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-6f032fc6] {
  color: #096dd9;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
.intro-link[data-v-6f032fc6]: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-6f032fc6] {
  color: #ffffff;
}
/* 介绍弹窗布局 */
.intro-modal-body[data-v-6f032fc6] {
  display: flex;
  gap: 24px;
  padding: 10px 0;
}
.intro-left[data-v-6f032fc6],
.intro-right[data-v-6f032fc6] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.intro-text-box[data-v-6f032fc6] {
  background-color: #f5f8ff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e1e8ff;
}
.box-title[data-v-6f032fc6] {
  font-size: 15px;
  font-weight: 600;
  color: #1677FF;
  margin-bottom: 10px;
  text-align: center;
  /* 修改点：居中展示 */
}
.box-content[data-v-6f032fc6] {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}
.audio-player-card[data-v-6f032fc6] {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  border: 1px solid #e8e8e8;
  flex: 1;
  justify-content: center;
}
.audio-title[data-v-6f032fc6] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  width: 100%;
  text-align: center;
  /* 修改点：居中展示 */
}
.custom-audio[data-v-6f032fc6] {
  width: 100%;
  height: 45px;
  outline: none;
}
/* 优势与场景网格样式 */
.info-grid[data-v-6f032fc6] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 10px 0;
}
.grid-card[data-v-6f032fc6] {
  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-6f032fc6]:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: transparent;
}
.card-icon[data-v-6f032fc6] {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.card-icon svg[data-v-6f032fc6] {
  width: 28px;
  height: 28px;
}
.card-title[data-v-6f032fc6] {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1f2937;
}
.card-desc[data-v-6f032fc6] {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  text-align: justify;
}
/* ======================================================== */
/* --- 筛选搜索栏样式 --- */
.filter-container[data-v-6f032fc6] {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0 !important;
  padding: 12px 24px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
  position: relative;
  z-index: 10;
}
.filter-item[data-v-6f032fc6] {
  display: flex;
  align-items: center;
}
.filter-label[data-v-6f032fc6] {
  font-weight: 600;
  color: #4b5563;
  margin-right: 10px;
  font-size: 14px;
}
/* --- 支付成功动画样式 --- */
.custom-success-overlay[data-v-6f032fc6] {
  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-6f032fc6] {
  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-6f032fc6] {
  margin-bottom: 24px;
}
.success-text[data-v-6f032fc6] {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
}
.checkmark[data-v-6f032fc6] {
  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-6f032fc6 0.4s ease-in-out 0.4s forwards,scale-6f032fc6 0.3s ease-in-out 0.9s both;
}
.checkmark__circle[data-v-6f032fc6] {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 3.5;
  stroke-miterlimit: 10;
  stroke: #52c41a;
  fill: none;
  animation: stroke-6f032fc6 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark__check[data-v-6f032fc6] {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke-6f032fc6 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
}
@keyframes stroke-6f032fc6 {
100% {
    stroke-dashoffset: 0;
}
}
@keyframes scale-6f032fc6 {
0%,
  100% {
    transform: none;
}
50% {
    transform: scale3d(1.1, 1.1, 1);
}
}
@keyframes fill-6f032fc6 {
100% {
    box-shadow: inset 0px 0px 0px 30px rgba(82, 196, 26, 0.1);
}
}
.fade-scale-enter-active[data-v-6f032fc6],
.fade-scale-leave-active[data-v-6f032fc6] {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.fade-scale-enter-from[data-v-6f032fc6],
.fade-scale-leave-to[data-v-6f032fc6] {
  opacity: 0;
  transform: scale(0.85);
}
/* --- 数据安全提示样式 (完全对齐 FileTrans) --- */
.settings-title-new[data-v-6f032fc6] {
  text-align: center;
  color: #333;
  font-size: 18px;
  margin-bottom: 12px;
}
.header-divider[data-v-6f032fc6] {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}
.security-notice-wrapper[data-v-6f032fc6] {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
  /* 将元素放置在横线之上 */
}
.custom-security-card[data-v-6f032fc6] {
  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-6f032fc6] {
  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-6f032fc6]:hover {
  color: #ff4d4f;
  background-color: rgba(255, 77, 79, 0.1);
  transform: translateY(-50%) scale(1.05);
}
.notice-fade-enter-active[data-v-6f032fc6],
.notice-fade-leave-active[data-v-6f032fc6] {
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  overflow: hidden;
  max-height: 100px;
}
.notice-fade-enter-from[data-v-6f032fc6],
.notice-fade-leave-to[data-v-6f032fc6] {
  max-height: 0;
  opacity: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
.notice-content[data-v-6f032fc6] {
  color: #4b5563;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}
/* --- 原有通用样式 --- */
.digital-countdown[data-v-6f032fc6] {
  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;
}
[data-v-6f032fc6] .custom-delete-modal .ant-modal-content {
  border-radius: 16px;
  padding: 32px 24px 24px;
}
[data-v-6f032fc6] .custom-delete-modal .ant-modal-close {
  top: 16px;
  right: 16px;
}
[data-v-6f032fc6] .ant-pagination-options-size-changer.ant-select {
  width: 120px !important;
}
.delete-modal-content[data-v-6f032fc6] {
  text-align: center;
}
.delete-icon-wrapper[data-v-6f032fc6] {
  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-6f032fc6] {
  font-size: 32px;
  color: #ff4d4f;
}
.delete-modal-title[data-v-6f032fc6] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
.delete-modal-desc[data-v-6f032fc6] {
  font-size: 14px;
  color: #666;
  margin-bottom: 28px;
  line-height: 1.6;
}
.delete-modal-actions[data-v-6f032fc6] {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.delete-modal-actions .ant-btn[data-v-6f032fc6] {
  min-width: 120px;
  height: 40px;
  border-radius: 8px;
  font-size: 14px;
}
.confirm-delete-btn[data-v-6f032fc6] {
  box-shadow: 0 4px 12px rgba(255, 77, 79, 0.2);
}
.confirm-delete-btn[data-v-6f032fc6]:hover {
  box-shadow: 0 6px 16px rgba(255, 77, 79, 0.3);
  transform: translateY(-1px);
  transition: all 0.3s;
}
.voice-design-container[data-v-6f032fc6] {
  padding: 10px;
}
.custom-card[data-v-6f032fc6] {
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  height: calc(100vh - 120px);
  overflow-y: auto;
}
.custom-card[data-v-6f032fc6] .ant-card-head {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 24px;
}
.custom-card[data-v-6f032fc6] .ant-card-head-title {
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: center;
}
.card-title[data-v-6f032fc6] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.card-title .title-icon[data-v-6f032fc6] {
  color: #1677FF;
  margin-right: 10px;
  font-size: 20px;
}
.btn-new-voice[data-v-6f032fc6] {
  background-color: #1677FF;
  border: none;
  box-shadow: 0 4px 10px rgba(22, 119, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #fff;
}
.btn-new-voice[data-v-6f032fc6]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(22, 119, 255, 0.4);
  background-color: #4096ff;
}
.empty-state[data-v-6f032fc6] {
  margin-top: 100px;
}
.voice-card-grid[data-v-6f032fc6] {
  padding-top: 8px;
}
.voice-card[data-v-6f032fc6] {
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 4px 16px rgba(22, 119, 255, 0.05);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.voice-card[data-v-6f032fc6]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1677FF, #36CFC9);
  opacity: 0;
  transition: opacity 0.3s;
}
.voice-card[data-v-6f032fc6]:hover {
  background: #ffffff;
  border-color: #bae0ff;
  box-shadow: 0 8px 24px rgba(22, 119, 255, 0.12);
  transform: translateY(-4px);
}
.voice-card[data-v-6f032fc6]:hover::before {
  opacity: 1;
}
.voice-card.active-card[data-v-6f032fc6] {
  background: #e6f4ff;
  border-color: #1677FF;
  box-shadow: 0 6px 20px rgba(22, 119, 255, 0.2);
}
.voice-card.active-card[data-v-6f032fc6]::before {
  opacity: 1;
  background: linear-gradient(90deg, #1677FF, #0958d9);
}
.voice-card .voice-card-header[data-v-6f032fc6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.voice-card .voice-card-header .voice-card-title-wrap[data-v-6f032fc6] {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
}
.voice-card .voice-card-header .voice-card-title-wrap .voice-name[data-v-6f032fc6] {
  font-weight: 600;
  font-size: 15px;
  color: #262626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.voice-card .voice-card-header .header-actions[data-v-6f032fc6] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.voice-card .voice-card-header .header-actions .status-tag[data-v-6f032fc6] {
  margin: 0;
  border-radius: 4px;
  font-size: 12px;
}
.voice-card .voice-card-body[data-v-6f032fc6] {
  flex: 1;
  margin-bottom: 12px;
}
.voice-card .voice-card-body .prompt-text[data-v-6f032fc6] {
  color: #595959;
  font-size: 13px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.voice-card .voice-card-footer[data-v-6f032fc6] {
  border-top: 1px dashed #e8e8e8;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voice-card .voice-card-footer .footer-left[data-v-6f032fc6] {
  flex: 1;
  display: flex;
  align-items: center;
}
.voice-card .voice-card-footer .footer-right[data-v-6f032fc6] {
  display: flex;
  align-items: center;
}
.voice-card .voice-card-footer .play-btn[data-v-6f032fc6] {
  padding: 0;
  display: flex;
  align-items: center;
  color: #1677FF;
  font-weight: 500;
}
.voice-card .voice-card-footer .play-btn[data-v-6f032fc6]:hover {
  color: #4096ff;
}
.voice-card .voice-card-footer .delete-btn[data-v-6f032fc6] {
  padding: 0 4px;
  color: #ff4d4f;
}
.voice-card .voice-card-footer .delete-btn[data-v-6f032fc6]:hover {
  background: #fff1f0;
  border-radius: 4px;
}
.tts-workspace[data-v-6f032fc6] {
  padding: 10px 0;
}
.tts-workspace .selected-voice-info-wrap[data-v-6f032fc6] {
  margin-bottom: 24px;
}
.tts-workspace .selected-voice-info[data-v-6f032fc6] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #f6ffed 0%, #d9f7be 100%);
  border: 1px solid #b7eb8f;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(82, 196, 26, 0.1);
}
.tts-workspace .selected-voice-info .info-icon[data-v-6f032fc6] {
  color: #52c41a;
  font-size: 16px;
  margin-right: 4px;
}
.tts-workspace .selected-voice-info .label[data-v-6f032fc6],
.tts-workspace .selected-voice-info .value[data-v-6f032fc6] {
  color: #237804;
  font-size: 15px;
  font-weight: 500;
}
.tts-workspace .selected-voice-info .value[data-v-6f032fc6] {
  font-weight: 600;
}
.tts-workspace .selected-voice-warning[data-v-6f032fc6] {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #e6f4ff 0%, #bae0ff 100%);
  border: 1px solid #91caff;
  border-radius: 8px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(22, 119, 255, 0.1);
}
.tts-workspace .selected-voice-warning .warning-content[data-v-6f032fc6] {
  display: flex;
  align-items: center;
  color: #0958d9;
  font-size: 14px;
  font-weight: 500;
}
.tts-workspace .selected-voice-warning .warning-content .warning-icon[data-v-6f032fc6] {
  margin-right: 8px;
  font-size: 16px;
}
.tts-workspace .selected-voice-warning .close-icon[data-v-6f032fc6] {
  cursor: pointer;
  color: #8c8c8c;
  font-size: 12px;
  transition: color 0.3s;
}
.tts-workspace .selected-voice-warning .close-icon[data-v-6f032fc6]:hover {
  color: #ff4d4f;
}
.tts-workspace .custom-textarea[data-v-6f032fc6] {
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
}
.tts-workspace .custom-textarea[data-v-6f032fc6]:focus {
  box-shadow: 0 0 0 2px rgba(22, 119, 255, 0.1);
}
.tts-workspace .submit-action[data-v-6f032fc6] {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;
}
.tts-workspace .history-btn-beautiful[data-v-6f032fc6] {
  border-radius: 20px;
  padding: 0 24px;
  height: 38px;
  font-size: 14px;
  border: 1px solid #1677FF;
  color: #1677FF;
  background: transparent;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tts-workspace .history-btn-beautiful[data-v-6f032fc6]:hover {
  background: #e6f4ff;
  border-color: #4096ff;
  color: #4096ff;
}
.tts-workspace .synth-btn-beautiful[data-v-6f032fc6] {
  background: linear-gradient(135deg, #1677FF 0%, #36CFC9 100%);
  border: none;
  border-radius: 20px;
  padding: 0 24px;
  height: 38px;
  font-size: 14px;
  color: white;
  box-shadow: 0 4px 10px rgba(22, 119, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tts-workspace .synth-btn-beautiful[data-v-6f032fc6]:hover {
  background: linear-gradient(135deg, #4096ff 0%, #5cdbd3 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(22, 119, 255, 0.3);
}
.tts-workspace .synth-btn-beautiful[data-v-6f032fc6]:disabled {
  background: #d9d9d9;
  box-shadow: none;
  color: #fff;
  transform: none;
}
.prompt-form-item[data-v-6f032fc6] {
  margin-bottom: 8px;
}
.prompt-form-item.ant-form-item-with-help[data-v-6f032fc6] {
  margin-bottom: 24px;
}
.guide-container[data-v-6f032fc6] {
  padding: 10px 0;
}
.guide-section[data-v-6f032fc6] {
  margin-bottom: 24px;
}
.guide-title[data-v-6f032fc6] {
  font-size: 16px;
  font-weight: bold;
  color: #262626;
  margin-bottom: 12px;
  border-left: 4px solid #1677FF;
  padding-left: 10px;
}
.guide-text[data-v-6f032fc6] {
  color: #595959;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.guide-list[data-v-6f032fc6] {
  padding-left: 20px;
  color: #595959;
  font-size: 14px;
  line-height: 1.8;
}
.guide-list li[data-v-6f032fc6] {
  margin-bottom: 4px;
}
.example-item[data-v-6f032fc6] {
  margin-bottom: 12px;
  padding: 12px 16px;
  background: #f6ffed;
  border-radius: 6px;
  border: 1px solid #b7eb8f;
}
.example-text[data-v-6f032fc6] {
  color: #389e0d;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 6px;
}
.example-analysis[data-v-6f032fc6] {
  color: #595959;
  font-size: 13px;
}
.success-icon[data-v-6f032fc6] {
  color: #52c41a;
  margin-right: 6px;
}
.error-icon[data-v-6f032fc6] {
  color: #ff4d4f;
  margin-right: 6px;
}
.confirm-content-wrapper[data-v-6f032fc6] {
  padding: 10px 24px 24px;
}
.confirm-header[data-v-6f032fc6] {
  background: #f8faff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
  border: 1px solid #e1e8ff;
}
.voice-info-display[data-v-6f032fc6] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.voice-avatar-large[data-v-6f032fc6] {
  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-6f032fc6] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.voice-details .voice-name[data-v-6f032fc6] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.voice-details .voice-desc[data-v-6f032fc6] {
  font-size: 13px;
  color: #666;
}
.confirm-details[data-v-6f032fc6] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 8px;
}
.detail-item[data-v-6f032fc6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px dashed #f0f0f0;
}
.detail-item[data-v-6f032fc6]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.detail-label[data-v-6f032fc6] {
  font-size: 15px;
  color: #666;
}
.detail-value[data-v-6f032fc6] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.amount-item .detail-value[data-v-6f032fc6] {
  color: #ff4d4f;
  font-size: 24px;
  font-weight: 600;
}
.confirm-footer-actions[data-v-6f032fc6] {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 20px 24px;
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
}
.confirm-footer-actions .ant-btn[data-v-6f032fc6] {
  min-width: 100px;
  border-radius: 6px;
  font-size: 14px;
}
.pay-btn[data-v-6f032fc6] {
  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-6f032fc6]:hover {
  background: linear-gradient(135deg, #2952cc 0%, #5282e6 100%);
  color: white;
}
.cancel-btn[data-v-6f032fc6] {
  background: #ffffff;
  border: 1px solid #dcdfe6;
  color: #909399;
}
.cancel-btn[data-v-6f032fc6]:hover {
  background: #fef0f0;
  border-color: #fbc4c4;
  color: #f56c6c;
}
.text-preview-content[data-v-6f032fc6] {
  max-height: 500px;
  overflow-y: auto;
  padding: 16px;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}
.text-preview-content p[data-v-6f032fc6] {
  text-indent: 2em;
  margin-bottom: 12px;
  text-align: justify;
}
.text-preview-content p[data-v-6f032fc6]:last-child {
  margin-bottom: 0;
}
/* ================== 积分不足与充值套餐 UI ================== */
.points-lack-hint[data-v-6f032fc6] {
  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-6f032fc6 0.3s ease-in-out;
}
.points-lack-hint a[data-v-6f032fc6] {
  color: #1677FF;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.points-lack-hint a[data-v-6f032fc6]:hover {
  color: #4096ff;
}
@keyframes fadeIn-6f032fc6 {
from {
    opacity: 0;
    transform: translateY(-5px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.pricing-grid[data-v-6f032fc6] {
  display: flex;
  gap: 16px;
  padding: 10px;
}
.pricing-card[data-v-6f032fc6] {
  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-6f032fc6]:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -5px rgba(22, 119, 255, 0.15);
  border-color: #bae0ff;
}
.pricing-card.selected-card[data-v-6f032fc6] {
  border-color: #1677FF;
  background: rgba(22, 119, 255, 0.02);
  box-shadow: 0 10px 30px rgba(22, 119, 255, 0.15);
  transform: translateY(-4px);
}
.card-check-icon[data-v-6f032fc6] {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #1677FF;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(22, 119, 255, 0.3);
  z-index: 10;
  animation: popIn-6f032fc6 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.card-check-icon svg[data-v-6f032fc6] {
  width: 16px;
  height: 16px;
}
@keyframes popIn-6f032fc6 {
0% {
    transform: scale(0);
}
100% {
    transform: scale(1);
}
}
.pricing-card.recommended[data-v-6f032fc6] {
  border-color: #91caff;
  background: linear-gradient(180deg, #ffffff 0%, rgba(22, 119, 255, 0.03) 100%);
}
.pricing-card.recommended.selected-card[data-v-6f032fc6] {
  border-color: #1677FF;
  background: linear-gradient(180deg, rgba(22, 119, 255, 0.02) 0%, rgba(22, 119, 255, 0.1) 100%);
}
.popular-tag[data-v-6f032fc6] {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #4096ff 0%, #1677FF 100%);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(22, 119, 255, 0.3);
  white-space: nowrap;
}
.p-tier-header[data-v-6f032fc6] {
  margin-bottom: 12px;
}
.p-tier[data-v-6f032fc6] {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0;
}
.p-price[data-v-6f032fc6] {
  font-size: 32px;
  font-weight: 800;
  color: #1677FF;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.p-price .symbol[data-v-6f032fc6] {
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  margin-right: 4px;
  color: #666;
}
.p-points-box[data-v-6f032fc6] {
  background: #e6f4ff;
  padding: 8px;
  border-radius: 12px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.p-label[data-v-6f032fc6] {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}
.p-val[data-v-6f032fc6] {
  font-size: 18px;
  font-weight: 700;
  color: #1677FF;
}
.plan-features[data-v-6f032fc6] {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  text-align: left;
  font-size: 13px;
  color: #666;
}
.plan-features li[data-v-6f032fc6] {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.plan-features li[data-v-6f032fc6]::before {
  content: '✓';
  color: #52c41a;
  margin-right: 8px;
  font-weight: bold;
}
.w-full[data-v-6f032fc6] {
  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-6f032fc6] {
  background: linear-gradient(135deg, #4096ff 0%, #1677FF 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(22, 119, 255, 0.3);
}
.btn-primary[data-v-6f032fc6]:hover {
  background: linear-gradient(135deg, #69b1ff 0%, #0958d9 100%);
  transform: translateY(-2px);
}
.btn-secondary[data-v-6f032fc6] {
  background: transparent;
  color: #1677FF;
  border: 1px solid #91caff;
}
.btn-secondary[data-v-6f032fc6]:hover {
  background: #e6f4ff;
}

