.file-upload-area-wrapper[data-v-935f3984] {
  width: 100%;
}
.file-upload-area-wrapper .file-upload-area[data-v-935f3984] {
  width: 100%;
  padding: 60px;
  border: 2px dashed #8cc2ff;
  border-radius: 8px;
  background: #e6f3ff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.file-upload-area-wrapper .file-upload-area[data-v-935f3984]:hover,
.file-upload-area-wrapper .file-upload-area.drag-over[data-v-935f3984] {
  border-color: #3b89ff;
  background: #d6ebff;
}
.file-upload-area-wrapper .file-upload-area .upload-content[data-v-935f3984] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.file-upload-area-wrapper .file-upload-area .upload-content .upload-icon[data-v-935f3984] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-upload-area-wrapper .file-upload-area .upload-content .upload-text[data-v-935f3984] {
  color: var(--color-text-color-text-primary, #333);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 24px 0 16px 0;
  text-align: center;
}
.file-upload-area-wrapper .file-upload-area .upload-content .upload-tip[data-v-935f3984] {
  color: var(---color-text-secondary, #666);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
.file-upload-area-wrapper .file-upload-area[data-v-935f3984] {
    padding: 40px 16px;
}
}

.intro-section-wrapper[data-v-00bd2066] {
  margin: 0 auto;
}
.intro-section-wrapper .intro-content[data-v-00bd2066] {
  display: flex;
  align-items: center;
  gap: 40px;
}
.intro-section-wrapper .intro-content .intro-text[data-v-00bd2066] {
  flex: 1;
}
.intro-section-wrapper .intro-content .intro-text .intro-title[data-v-00bd2066] {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 24px;
}
.intro-section-wrapper .intro-content .intro-text .intro-description[data-v-00bd2066] {
  color: rgba(0, 0, 0, 0.7);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.intro-section-wrapper .intro-content .intro-image[data-v-00bd2066] {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.intro-section-wrapper .intro-content .intro-image .intro-image-placeholder[data-v-00bd2066] {
  width: auto;
  max-width: none;
}
@media screen and (max-width: 768px) {
.intro-section-wrapper .intro-content[data-v-00bd2066] {
    flex-direction: column;
    gap: 24px;
}
.intro-section-wrapper .intro-content .intro-image[data-v-00bd2066] {
    justify-content: center;
}
.intro-section-wrapper .intro-content .intro-image .intro-image-placeholder[data-v-00bd2066] {
    width: 100%;
    max-width: 400px;
}
}

.faq-section[data-v-b9dac872] {
  margin: 0px auto 24px;
  width: 1320px;
}
.faq-section .faq-section__content[data-v-b9dac872] {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  display: flex;
  flex-direction: row;
  column-gap: 80px;
}
.faq-section .faq-section__content .overflow-ellipsis-2[data-v-b9dac872] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.faq-section .faq-section__content-column[data-v-b9dac872] {
  width: calc(50% - 40px);
}
.faq-section .faq-section__content-item[data-v-b9dac872] {
  display: block;
  padding: 16px 8px 16px 0;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #f0f0f0;
}
.faq-section .faq-section__content-item[data-v-b9dac872]:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__header,
.faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__wrap,
.faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__content {
  border-bottom: 0;
}
.faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__header {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  height: 64px;
}
.faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__content {
  color: #303133;
  padding: 16px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 1400px) {
.faq-section[data-v-b9dac872] {
    width: 1200px;
}
}
.faq-title[data-v-b9dac872] {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.faq-subtitle[data-v-b9dac872] {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin: 28px auto 60px;
}
@media (max-width: 765px) {
.faq-section[data-v-b9dac872] {
    margin: 0 16px 14px;
    width: auto;
}
.faq-section .faq-title[data-v-b9dac872] {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
}
.faq-section .faq-subtitle[data-v-b9dac872] {
    font-size: 16px;
    line-height: 30px;
    margin: 12px auto 0;
}
.faq-section .faq-section__content[data-v-b9dac872] {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    padding: 20px 0;
}
.faq-section .faq-section__content-column[data-v-b9dac872] {
    width: 100%;
}
.faq-section .faq-section__content-item[data-v-b9dac872] {
    display: block;
    padding: 16px 8px 16px 0;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #f0f0f0;
}
.faq-section .faq-section__content-item[data-v-b9dac872]:last-child {
    border-bottom: 1px solid #f0f0f0;
}
.faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__header,
  .faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__wrap,
  .faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__content {
    border-bottom: 0;
}
.faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__header {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    height: fit-content;
}
.faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__content {
    padding: 16px 0 8px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
}

.ai-translator-page[data-v-29bf8aae] {
  min-height: 100vh;
  background: linear-gradient(180.52deg, rgba(59, 137, 255, 0.18) -15.35%, rgba(108, 167, 255, 0.1) 10%, rgba(255, 255, 255, 0) 60%);
}
.ai-translator-page .container[data-v-29bf8aae] {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 20px 100px;
}
.ai-translator-page.h5-content-top .container[data-v-29bf8aae] {
  padding: 24px 16px 60px;
}
.translator-header[data-v-29bf8aae] {
  text-align: center;
  margin-bottom: 48px;
}
.translator-header .translator-title[data-v-29bf8aae] {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #1a1a1a;
  margin: 0 0 20px;
}
.translator-header .translator-subtitle[data-v-29bf8aae] {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #666;
  margin: 0 auto;
  max-width: 640px;
}
.tool-card[data-v-29bf8aae] {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(0, 82, 255, 0.08);
  padding: 48px;
  margin-bottom: 72px;
}
.file-info-bar[data-v-29bf8aae] {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f5f9ff;
  border: 1px solid #c8deff;
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 32px;
}
.file-info-bar .file-info-icon[data-v-29bf8aae] {
  flex-shrink: 0;
}
.file-info-bar .file-info-meta[data-v-29bf8aae] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.file-info-bar .file-name[data-v-29bf8aae] {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-info-bar .file-size[data-v-29bf8aae] {
  font-size: 13px;
  color: #999;
}
.file-info-bar .file-remove-btn[data-v-29bf8aae] {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #999;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
}
.file-info-bar .file-remove-btn[data-v-29bf8aae]:hover {
  background: #ffe6e6;
  color: #ff4d4f;
}
.lang-selector-row[data-v-29bf8aae] {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 32px;
}
.lang-selector-row .lang-selector-item[data-v-29bf8aae] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lang-selector-row .lang-label[data-v-29bf8aae] {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #555;
}
.lang-selector-row .lang-label .required[data-v-29bf8aae] {
  color: #ff4d4f;
  margin-left: 2px;
}
.lang-selector-row .lang-select[data-v-29bf8aae] {
  width: 100%;
}
.lang-selector-row .lang-swap-btn[data-v-29bf8aae] {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  margin-bottom: 2px;
}
.lang-selector-row .lang-swap-btn[data-v-29bf8aae]:hover:not(:disabled) {
  border-color: #3b89ff;
  color: #3b89ff;
  background: #f0f7ff;
}
.lang-selector-row .lang-swap-btn[data-v-29bf8aae]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.file-error-wrap[data-v-29bf8aae] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
  padding: 12px 16px;
  background: #fff2f0;
  border: 1px solid #ffccc7;
  border-radius: 8px;
  color: #cf1322;
}
.file-error-wrap .file-error-icon[data-v-29bf8aae] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff4d4f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  line-height: 1;
}
.file-error-wrap .file-error-text[data-v-29bf8aae] {
  font-size: 14px;
  line-height: 1.5;
}
.translate-btn[data-v-29bf8aae] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  background: #0052ff;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}
.translate-btn[data-v-29bf8aae]:hover:not(.translate-btn--disabled) {
  background: #003de0;
}
.translate-btn[data-v-29bf8aae]:active:not(.translate-btn--disabled) {
  transform: scale(0.99);
}
.translate-btn.translate-btn--disabled[data-v-29bf8aae] {
  opacity: 0.4;
  cursor: not-allowed;
}
.translation-progress[data-v-29bf8aae] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
.translation-progress .progress-spinner[data-v-29bf8aae] {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.translation-progress .progress-spinner .progress-spinner-ring[data-v-29bf8aae] {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
}
.translation-progress .progress-spinner .progress-num[data-v-29bf8aae] {
  position: relative;
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #0052ff;
}
.translation-progress .progress-title[data-v-29bf8aae] {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #333;
  margin: 0;
}
.translation-progress .progress-hint[data-v-29bf8aae] {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.translation-progress .progress-bar-track[data-v-29bf8aae] {
  width: 100%;
  max-width: 480px;
  height: 8px;
  background: #e6f3ff;
  border-radius: 4px;
  overflow: hidden;
}
.translation-progress .progress-bar-track .progress-bar-fill[data-v-29bf8aae] {
  height: 100%;
  background: linear-gradient(90deg, #3b89ff, #0052ff);
  border-radius: 4px;
  transition: width 0.2s ease;
}
.translation-done[data-v-29bf8aae] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.translation-done .done-success-bar[data-v-29bf8aae] {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f0faf4;
  border: 1px solid #b7eb8f;
  border-radius: 8px;
  padding: 12px 16px;
}
.translation-done .done-success-bar .done-check-icon[data-v-29bf8aae] {
  flex-shrink: 0;
}
.translation-done .done-success-bar .done-success-text[data-v-29bf8aae] {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #389e0d;
  flex: 1;
}
.translation-done .done-success-bar .done-lang-badge[data-v-29bf8aae] {
  background: #52c41a;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.translation-done .result-box[data-v-29bf8aae] {
  border: 1px solid #d6e4ff;
  border-radius: 10px;
  overflow: hidden;
}
.translation-done .result-box .result-header[data-v-29bf8aae] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: #f5f9ff;
  border-bottom: 1px solid #d6e4ff;
}
.translation-done .result-box .result-header .result-filename[data-v-29bf8aae] {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.translation-done .result-box .result-header .result-filename i[data-v-29bf8aae] {
  color: #3b89ff;
  margin-right: 6px;
}
.translation-done .result-box .result-header .result-action-group[data-v-29bf8aae] {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.translation-done .result-box .result-header .result-btn[data-v-29bf8aae] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 32px;
  padding: 0 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.translation-done .result-box .result-header .result-btn--copy[data-v-29bf8aae] {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #555;
}
.translation-done .result-box .result-header .result-btn--copy[data-v-29bf8aae]:hover {
  border-color: #3b89ff;
  color: #3b89ff;
}
.translation-done .result-box .result-body[data-v-29bf8aae] {
  max-height: 460px;
  overflow-y: auto;
  background: #fff;
}
.translation-done .result-box .result-body[data-v-29bf8aae]::-webkit-scrollbar {
  width: 6px;
}
.translation-done .result-box .result-body[data-v-29bf8aae]::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.translation-done .result-box .result-body[data-v-29bf8aae]::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.translation-done .result-box .result-text[data-v-29bf8aae] {
  margin: 0;
  padding: 24px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
  word-break: break-word;
}
.translation-done .reset-btn[data-v-29bf8aae] {
  align-self: center;
  background: transparent;
  border: none;
  color: #3b89ff;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}
.translation-done .reset-btn[data-v-29bf8aae]:hover {
  color: #0052ff;
}
@media screen and (max-width: 768px) {
.translation-done .result-box .result-header[data-v-29bf8aae] {
    flex-direction: column;
    align-items: flex-start;
}
.translation-done .result-box .result-header .result-action-group[data-v-29bf8aae] {
    width: 100%;
}
.translation-done .result-box .result-header .result-action-group .result-btn[data-v-29bf8aae] {
    flex: 1;
    justify-content: center;
}
.translation-done .result-box .result-body[data-v-29bf8aae] {
    max-height: 320px;
}
.translation-done .result-box .result-text[data-v-29bf8aae] {
    padding: 16px;
    font-size: 14px;
}
}
.intro-section[data-v-29bf8aae] {
  margin: 0 auto 60px;
}
.faq-wrapper[data-v-29bf8aae] {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
.ai-translator-page[data-v-29bf8aae] {
    background: #fff;
}
.translator-header[data-v-29bf8aae] {
    margin-bottom: 28px;
}
.translator-header .translator-title[data-v-29bf8aae] {
    font-size: 28px;
    line-height: 38px;
}
.translator-header .translator-subtitle[data-v-29bf8aae] {
    font-size: 15px;
}
.tool-card[data-v-29bf8aae] {
    padding: 24px 16px;
    border-radius: 12px;
    margin-bottom: 48px;
}
.lang-selector-row[data-v-29bf8aae] {
    flex-direction: column;
    gap: 16px;
}
.lang-selector-row .lang-selector-item[data-v-29bf8aae] {
    width: 100%;
}
.lang-selector-row .lang-swap-btn[data-v-29bf8aae] {
    width: 100%;
    height: 36px;
    transform: rotate(90deg);
}
.intro-section[data-v-29bf8aae] {
    margin-bottom: 40px;
}
}

