:root {
  font-family:
    Open Sans,
    Arial,
    Hiragino Sans GB,
    Microsoft YaHei,
    微软雅黑,
    STHeiti,
    WenQuanYi Micro Hei,
    SimSun,
    sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
  background-color: #212121;
  overflow: hidden;
}

/* 全局去掉焦点边框 */
*:focus {
  outline: none;
}

*:focus-visible {
  outline: none;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: none;
}

.card {
  padding: 2em;
}

#app {
  width: 100vw;
  height: 100vh;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}

.rb {
  outline: 1px solid red;
}

.row {
  display: flex;
  flex-direction: row;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.row-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.col {
  display: flex;
  flex-direction: column;
}

.col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.col-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.full {
  width: 100%;
  height: 100%;
}

.upgrade-plan-dialog[data-v-3e9536d9] {
  border: none;
  padding: 0;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2999;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upgrade-plan-dialog-content[data-v-3e9536d9] {
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  display: flex;
}
.close-btn {
&[data-v-3e9536d9] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  display: flex;
  border-radius: 6px;
  }
&[data-v-3e9536d9]:hover {
    background-color: #f0f0f0;
}
}
.iframe[data-v-3e9536d9] {
  border: none;
  border-radius: 6px;
  padding: 0;
}

.login-dialog[data-v-e6630613] {
  border: none;
  padding: 0;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2999;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-iframe[data-v-e6630613] {
  padding: 0;
  width: 100vw;
  height: 101vh;
}

.user-info-dialog[data-v-1043f376] {
  border: none;
  padding: 0;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2999;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-info-content[data-v-1043f376] {
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid rgba(46, 46, 46, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  display: flex;
}
.close-btn {
&[data-v-1043f376] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  display: flex;
  border-radius: 6px;
  }
&[data-v-1043f376]:hover {
    background-color: #f0f0f0;
}
}
.iframe[data-v-1043f376] {
  border: none;
  border-radius: 6px;
  padding: 0;
}

.user-info-dialog[data-v-42aac4f1] {
  width: 230px;
  height: 276px;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background-color: #212121;
  border: 1px solid rgba(46, 46, 46, 1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.header {
&[data-v-42aac4f1] {
  display: flex;
  width: 100%;
  height: 90px;
  align-items: center;
  box-sizing: border-box;
  padding-left: 22px;
  border-radius: 6px 6px 0 0;
  gap:5px;
  background: url("/src/assets/user/info-bg.png");
  }
img[data-v-42aac4f1] {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1)
}
span[data-v-42aac4f1] {
    display: inline-block;
    overflow: hidden; /* 超出部分隐藏 */
    white-space: nowrap; /* 确保文本在一行内显示，不换行 */
    text-overflow: ellipsis; /* 超出的部分显示为省略号 */
    font-size: 16px;
    width: 120px; /* 设置一个宽度限制 */
}
}
.main[data-v-42aac4f1] {
  width: 100%;
  height:0;
  flex:1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.info-btn {
&[data-v-42aac4f1] {
  padding-left: 11px;
  box-sizing: border-box;
  width: 209px;
  height: 36px;
  cursor: pointer;
  display:flex;
  gap: 10px;
  align-items: center;
  border-radius: 6px;
  }
&[data-v-42aac4f1]:hover {
    background-color: #2E2E2E;
}
}

.modal-overlay[data-v-e1ead512] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  /* z-index 由 overlayZIndex 通过 :style 传入，默认 9999 */
}
.modal-container[data-v-e1ead512] {
  width: 500px;
  background-color: #181C1F;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-header[data-v-e1ead512] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.modal-title[data-v-e1ead512] {
  font-family: "Source Han Sans CN VF", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #F0F8FE;
}
.close-button {
&[data-v-e1ead512] {
  border-radius: 6px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  }
&[data-v-e1ead512]:hover {
    background-color: #232A30;
}
}
.modal-content[data-v-e1ead512] {
  background-color: #13171A;
  border: 1px solid #232A30;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.share-info[data-v-e1ead512] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.share-content-wrapper[data-v-e1ead512] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.qrcode-container[data-v-e1ead512] {
  width: 200px;
  height: 200px;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qrcode-canvas[data-v-e1ead512] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.share-description[data-v-e1ead512] {
  font-family: "Source Han Sans CN VF", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #F0F8FE;
  margin: 0;
}
.share-link-container[data-v-e1ead512] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.share-link-input[data-v-e1ead512] {
  flex-grow: 1;
  background-color: #1C2226;
  border: 1px solid #232A30;
  border-radius: 6px;
  padding: 10px;
  height: 31px;
  display: flex;
  align-items: center;
  color: rgba(240, 248, 254, 0.5);
  font-family: "Source Han Sans CN VF", sans-serif;
  font-weight: 400;
  font-size: 13px;
  box-sizing: border-box;
  max-width: 349px;
  text-overflow: ellipsis;
}
.share-link-input span[data-v-e1ead512] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.copy-button[data-v-e1ead512] {
  background: #4C4CEF;
  border-radius: 6px;
  padding: 10px 14px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  color: #F0F8FE;
  font-family: "Source Han Sans CN VF", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.share-panel-overlay[data-v-019cd173] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index 由 overlayZIndex 通过 :style 传入，默认 9999 */
  pointer-events: none;
}
.share-panel[data-v-019cd173] {
  position: fixed;
  width: 328px;
  background-color: #212121;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
  pointer-events: auto;
  /* z-index 由 panelStyle 传入（overlayZIndex + 1） */
  box-sizing: border-box;
}
.share-panel-header[data-v-019cd173] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.share-panel-title[data-v-019cd173] {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
}
.close-button[data-v-019cd173] {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.2s;
}
.close-button[data-v-019cd173]:hover {
  background-color: #3C3C3C;
}
.share-panel-content[data-v-019cd173] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* URL 输入框区域 */
.url-section[data-v-019cd173] {
  display: flex;
  width: 100%;
}
.url-input-wrapper[data-v-019cd173] {
  flex: 1;
  position: relative;
  background-color: #2E2E2E;
  border-radius: 6px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
}
.url-input[data-v-019cd173] {
  flex: 1;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 12px;
  min-width: 0;
}
.copy-icon[data-v-019cd173] {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.2s;
  padding: 0;
}
.copy-icon[data-v-019cd173]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.open-button[data-v-019cd173] {
  background-color: #4C4CEF;
  color: #FFFFFF;
  border: none;
  border-radius: 0 6px 6px 0;
  padding: 10px 16px;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s;
  height: 100%;
  flex-shrink: 0;
}
.open-button[data-v-019cd173]:hover {
  background-color: #6060FF;
}

/* 二维码区域 */
.qrcode-section[data-v-019cd173] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.qrcode-title[data-v-019cd173] {
  font-size: 13px;
  color: #FFF;
  text-align: left;
}
.qrcode-container[data-v-019cd173] {
  display: flex;
  justify-content: center;
  background-color: #3D3D3D;
  border-radius: 8px;
  padding: 20px;
}
.qrcode-canvas-wrapper[data-v-019cd173] {
  display: flex;
  justify-content: center;
  background-color: #212121;
  border-radius: 8px;
  padding: 10px;
}
.qrcode-canvas[data-v-019cd173] {
  width: 96px;
  height: 96px;
  object-fit: contain;
}
.qrcode-loading[data-v-019cd173] {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.loading-spinner[data-v-019cd173] {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #FFFFFF;
  border-radius: 50%;
  animation: spin-019cd173 0.8s linear infinite;
}
@keyframes spin-019cd173 {
to {
    transform: rotate(360deg);
}
}

/* 社交分享图标 */
.social-share-section[data-v-019cd173] {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  padding-top: 0px;
}
.social-icon[data-v-019cd173] {
  cursor: pointer;
  transition: transform 0.2s;
}
.social-icon[data-v-019cd173]:hover {
  transform: scale(1.1);
}
.icon-circle[data-v-019cd173] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qq-icon[data-v-019cd173] {
  background-color: #12B7F5;
}
.weibo-icon[data-v-019cd173] {
  background-color: #E6162D;
}
.tieba-icon[data-v-019cd173] {
  background-color: #FFFFFF;
}
.douban-icon[data-v-019cd173] {
  background-color: #FFFFFF;
}
.qq-space-icon[data-v-019cd173] {
  background-color: #FFFFFF;
}
.tieba-text[data-v-019cd173],
.douban-text[data-v-019cd173] {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.tieba-text[data-v-019cd173] {
  color: #3B82F6;
}
.douban-text[data-v-019cd173] {
  color: #10B981;
}
.title-bar[data-v-6a048416] {
  width: 100%;
  height: 46px;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-app-region: drag;
}
.disabled[data-v-6a048416] {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.title-bar-appliation-title[data-v-6a048416] {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin-left: 10px;
}
.upgrade-plan-btn[data-v-6a048416] {
  width: 76px;
  height: 26px;
  border-radius: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(269.15deg, #FFE1B3 0.73%, #FFF9DE 90.36%);
  font-size: 13px;
  color: #9F5C43;
  line-height: 14px;
  cursor: pointer;
  user-select: none;
}
.upgrade-plan-btn[data-v-6a048416]:hover {
  opacity: 0.9;
}
.info-btn[data-v-6a048416] {
  display: flex;
  align-items: center;
  padding-left: 3px;
  width: 123px;
  height: 26px;
  border-radius: 66px;
  gap: 6px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
}
.info-btn[data-v-6a048416]:hover {
  background-color: #3C3C3C;
}
.info-btn img[data-v-6a048416] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.info-btn span[data-v-6a048416] {
  color: #fff;
  display: inline-block;
  overflow: hidden;
  /* 超出部分隐藏 */
  white-space: nowrap;
  /* 确保文本在一行内显示，不换行 */
  text-overflow: ellipsis;
  /* 超出的部分显示为省略号 */
  width: 90px;
  /* 设置一个宽度限制 */
}
.title-bar-left-item[data-v-6a048416] {
  display: flex;
  align-items: center;
  -webkit-app-region: no-drag;
  height: 28px;
}
.edit-title-bar-left-item[data-v-6a048416] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 0;
  -webkit-app-region: no-drag;
  height: 28px;
}
.divider[data-v-6a048416] {
  width: 1px;
  height: 16px;
  margin: 3px 0;
  background-color: #404040;
}
.negative-btn[data-v-6a048416] {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-app-region: no-drag;
  border-radius: 6px;
}
.negative-btn[data-v-6a048416]:hover {
  background-color: #2E2E2E;
}
.negative-action-btn[data-v-6a048416] {
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-app-region: no-drag;
  border-radius: 6px;
  padding: 0 10px;
  min-width: 62px;
  height: 28px;
  box-sizing: border-box;
  color: #BCBCBC;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
}
.negative-action-btn svg[data-v-6a048416] {
  flex-shrink: 0;
}
.negative-action-btn[data-v-6a048416]:hover {
  background-color: #3C3C3C;
}
.title-bar-right[data-v-6a048416] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.title-bar-right span[data-v-6a048416] {
  font-size: 14px;
}
.tutorial-btn[data-v-6a048416] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #BCBCBC;
  cursor: pointer;
}
.login-btn[data-v-6a048416] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #4C4CEF;
  cursor: pointer;
}
.preview-btn[data-v-6a048416] {
  min-width: 70px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 10px;
  box-sizing: border-box;
  color: #BCBCBC;
  border-radius: 6px;
  background-color: #3D3D3D;
  cursor: pointer;
  white-space: nowrap;
}
.preview-btn svg[data-v-6a048416] {
  flex-shrink: 0;
}
.preview-btn[data-v-6a048416]:hover:not(.loading) {
  background-color: #3C3C3C;
}
.preview-btn.loading[data-v-6a048416] {
  cursor: not-allowed;
  opacity: 0.8;
}
.preview-btn .loading-spinner[data-v-6a048416] {
  animation: spin-6a048416 1s linear infinite;
}
@keyframes spin-6a048416 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.publish-btn[data-v-6a048416] {
  padding: 0 12px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #4C4CEF;
  border-radius: 6px;
  gap: 6px;
  cursor: pointer;
  position: relative;
  /* 为小红点提供定位基准 */
}
.publish-btn[data-v-6a048416]:hover:not(.saving) {
  background-color: #6060FF;
}
.publish-btn.saving[data-v-6a048416] {
  cursor: not-allowed;
  opacity: 0.8;
}
.publish-btn .saving-spinner[data-v-6a048416] {
  animation: spin-6a048416 1s linear infinite;
}
/* 未保存改动提示小红点 */
.save-indicator-dot[data-v-6a048416] {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 6px;
  height: 6px;
  background-color: #FF4444;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(255, 68, 68, 0.5);
  animation: pulse-6a048416 2s ease-in-out infinite;
}
@keyframes pulse-6a048416 {
0%,
  100% {
    opacity: 1;
    transform: scale(1);
}
50% {
    opacity: 0.8;
    transform: scale(1.1);
}
}
.share-btn[data-v-6a048416] {
  width: 70px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #BCBCBC;
  border-radius: 6px;
  background-color: #3D3D3D;
  cursor: pointer;
}
.share-btn[data-v-6a048416]:hover {
  background-color: #3C3C3C;
}
.window-controls-container[data-v-6a048416] {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.window-control-btn[data-v-6a048416] {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-app-region: no-drag;
  border-radius: 6px;
}
.window-control-btn[data-v-6a048416]:hover {
  background-color: #3C3C3C;
}
.switch-platform-btn[data-v-6a048416] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(90deg, #6366f1 0%, #60a5fa 100%);
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 3px 14px 3px 9px;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(60, 65, 255, 0.08);
  margin-right: 10px;
  transition: background 0.2s;
  user-select: none;
  opacity: 0.9;
}
.switch-platform-btn[data-v-6a048416]:hover {
  opacity: 1;
}
.no-drag[data-v-6a048416] {
  -webkit-app-region: no-drag;
}
.back-home-menu[data-v-6a048416] {
  position: fixed;
  background-color: #212121;
  border-radius: 6px;
  border: 1px solid #2E2E2E;
  z-index: 10000;
  -webkit-app-region: no-drag;
  pointer-events: auto;
  min-width: 200px;
  box-sizing: border-box;
  overflow: hidden;
}
.menu-item[data-v-6a048416] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.menu-item svg[data-v-6a048416] {
  flex-shrink: 0;
}
.menu-item .arrow-icon[data-v-6a048416] {
  margin-left: auto;
  flex-shrink: 0;
}
.menu-item span[data-v-6a048416] {
  color: #BCBCBC;
  font-size: 14px;
  white-space: nowrap;
  flex: 1;
}
.menu-item[data-v-6a048416]:hover {
  background-color: #2E2E2E;
}
.menu-item-divider[data-v-6a048416] {
  border-bottom: 1px solid #2E2E2E;
}
.language-menu[data-v-6a048416] {
  position: fixed;
  background-color: #212121;
  border-radius: 6px;
  border: 1px solid #2E2E2E;
  z-index: 10001;
  -webkit-app-region: no-drag;
  pointer-events: auto;
  min-width: 160px;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.language-menu-item[data-v-6a048416] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.language-menu-item .language-name[data-v-6a048416] {
  color: #BCBCBC;
  font-size: 14px;
}
.language-menu-item .check-icon[data-v-6a048416] {
  flex-shrink: 0;
  margin-left: 8px;
}
.language-menu-item[data-v-6a048416]:hover {
  background-color: #2E2E2E;
}
.language-menu-item.active[data-v-6a048416] {
  background-color: #2E2E2E;
}
.language-menu-item.active .language-name[data-v-6a048416] {
  color: #fff;
}
/* 预览弹窗 */
.preview-modal-overlay[data-v-6a048416] {
  position: fixed;
  inset: 0;
  z-index: 10002;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-app-region: no-drag;
}
.preview-modal-container[data-v-6a048416] {
  width: 1400px;
  height: 793px;
  border-radius: 20px;
  padding: 15px 24px 24px 24px;
  border: 1px solid #FFFFFF14;
  background-color: #23252A;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
.preview-modal-header[data-v-6a048416] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  margin-bottom: 16px;
}
.preview-modal-title[data-v-6a048416] {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.preview-modal-actions[data-v-6a048416] {
  display: flex;
  align-items: center;
  gap: 11px;
}
.preview-modal-btn[data-v-6a048416] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  font-size: 13px;
  color: #BCBCBC;
  background-color: #FFFFFF14;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  box-sizing: border-box;
  height: 40px;
}
.preview-modal-btn[data-v-6a048416]:hover {
  background-color: #FFFFFF26;
}
.preview-modal-btn svg[data-v-6a048416] {
  flex-shrink: 0;
}
.preview-close-btn[data-v-6a048416] {
  padding: 0;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 4px;
}
.preview-close-btn:hover svg path[data-v-6a048416] {
  fill: #FFF;
}
.preview-modal-body[data-v-6a048416] {
  flex: 1;
  min-height: 0;
  border-radius: 12px;
  overflow: hidden;
  background-color: #1a1b1e;
}
.preview-modal-iframe[data-v-6a048416] {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
/* 预览弹窗内「在手机上查看」悬浮二维码 */
.preview-qr-popover[data-v-6a048416] {
  position: fixed;
  z-index: 10003;
  width: 186px;
  height: 214px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px #00000026;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 18px 14px;
  box-sizing: border-box;
  pointer-events: auto;
}
.preview-qr-popover .preview-qr-img[data-v-6a048416] {
  width: 154px;
  height: 154px;
  display: block;
  flex-shrink: 0;
}
.preview-qr-popover .preview-qr-label[data-v-6a048416] {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.tips-container[data-v-31d4554b] {
    position: fixed;
    bottom: 21px;
    right: 21px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.tips-btn[data-v-31d4554b] {
    width: 28px;
    height: 28px;
    border-radius: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0A0A0F75;
    cursor: pointer;
    position: relative;
}
.shorts-tips-popup-container[data-v-31d4554b] {
    position: absolute;
    right: 38px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
    background: #0A0A0F75;
    border: 1px solid #FFFFFF1A;
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    color: #FFFFFF;
    width: 528px;
    height: 364px;
    box-sizing: border-box;
}
.shorts-tips-item[data-v-31d4554b] {
    display: flex;
    width: 448px;
    height: 44px;
    align-items: center;
    gap: 20px;
}
.shorts-tips-text[data-v-31d4554b] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.shorts-name[data-v-31d4554b] {
    font-size: 15px;
    line-height: 15px;
}
.shorts-tips-detail[data-v-31d4554b] {
    font-size: 13px;
    line-height: 14px;
    display: flex;
    align-items: center;
}
.licenses-tips-popup-container[data-v-31d4554b] {
    position: absolute;
    right: 38px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 13px;
    line-height: 14px;
    color: #FFFFFF;
    background: #0A0A0F75;
    border: 1px solid #FFFFFF1A;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}


.show-controls-panel {
&[data-v-d7a47dea] {
    width: 60px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #10121580;
    border-radius: 88px;
}
&[data-v-d7a47dea]:hover {
        background: #101215;
}
}
.controls-panel[data-v-d7a47dea] {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.trigger-controls-panel[data-v-d7a47dea] {
    display: flex;
    flex-direction: row;
    padding: 7px 10px;
    border-radius: 8px;
    border-width: 1px;
    padding-right: 10px;
    padding-left: 10px;
    gap: 10px;
    box-sizing: border-box;
    background: #0A0A0F75;
    border: 1px solid #FFFFFF1A;
}
.controls-btn {
&[data-v-d7a47dea] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: background 0.3s ease-out;
}
&[data-v-d7a47dea]:hover {
        background: #FFFFFF1A;
}
}
.controls-btn.active[data-v-d7a47dea] {
    background: #FFFFFF1A;
}
.setting-btn-container[data-v-d7a47dea] {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    border-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #0A0A0F75;
    border: 1px solid #FFFFFF1A;
    box-sizing: border-box;
}
.divider[data-v-d7a47dea] {
    width: 1px;
    height: 100%;
    background-color: #FFFFFF1A;
}
.resource-list-panel[data-v-87eef1e5] {
  width: 1040px;
  height: 116px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: #0A0A0F75;
  border: 1px solid #FFFFFF1A;
  backdrop-filter: blur(8px);
  border-radius: 8px;
  box-sizing: border-box;
}
.resource-list[data-v-87eef1e5] {
  width: 0;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  transition: overflow 0.3s ease;
}
.resource-list.scrollable[data-v-87eef1e5] {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
.image-item[data-v-87eef1e5] {
  width: 146px;
  height: 86px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #0A0A0F4D;
  flex-shrink: 0;
  /* 防止在滚动容器中被压缩 */
}
.image-item[data-v-87eef1e5]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #BB55FF;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.image-item[data-v-87eef1e5]:hover::after {
  opacity: 1;
}
.image-item img[data-v-87eef1e5] {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  user-select: none;
}
.image-item video[data-v-87eef1e5] {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  user-select: none;
}
.image-item .index-container[data-v-87eef1e5] {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 32px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00000080;
  backdrop-filter: blur(4px);
  border-radius: 4px;
  color: #F0F8FE;
}
.image-item .resource-title[data-v-87eef1e5] {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  max-height: 20px;
  padding: 2px 6px;
  background: #00000080;
  backdrop-filter: blur(4px);
  border-radius: 4px;
  color: #F0F8FE;
  font-size: 11px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page-btn[data-v-87eef1e5] {
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
.page-btn.disabled[data-v-87eef1e5] {
  opacity: 0.5;
  cursor: not-allowed;
}
.page-btn[data-v-87eef1e5]:not(.disabled):hover {
  opacity: 0.8;
}
/* 加载指示器样式 */
.loading-indicator[data-v-87eef1e5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 86px;
  gap: 8px;
  flex-shrink: 0;
}
.loading-spinner[data-v-87eef1e5] {
  animation: spin-87eef1e5 1.5s linear infinite;
}
@keyframes spin-87eef1e5 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.loading-text[data-v-87eef1e5] {
  font-size: 12px;
  color: #4C4CEF;
  font-weight: 400;
}
.finished-indicator[data-v-87eef1e5] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 86px;
  flex-shrink: 0;
}
.finished-indicator span[data-v-87eef1e5] {
  font-size: 12px;
  color: #888888;
  font-weight: 400;
}
/* 移动端自适应 */
@media (max-width: 768px) {
.resource-list-panel[data-v-87eef1e5] {
    width: calc(100% - 24px);
    height: 122px;
    padding: 0 6px;
    gap: 6px;
}
.resource-list[data-v-87eef1e5] {
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
}
.image-item[data-v-87eef1e5] {
    width: 120px;
    height: 72px;
}
.page-btn[data-v-87eef1e5] {
    width: 32px;
}
}

.progress-bar-track[data-v-6578fd6d] {
  width: 100%;
  height: 4px;
  background-color: #D9D9D9;
  border-radius: 6px;
  overflow: hidden;
}
.progress-bar-fill[data-v-6578fd6d] {
  height: 100%;
  background: linear-gradient(90deg, #874AFF 0%, #4C4CEF 100%);
  border-radius: 6px;
  transition: width 0.2s linear;
}

.mask-container[data-v-82e37e2d] {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000BB;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1999;
}
.close-btn {
&[data-v-82e37e2d] {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 88px;
    background-color: #FFFFFFCC;
    border: 1px solid #0A0A0F1A;
    }
&[data-v-82e37e2d]:hover {
        background-color: #FFFFFF;
}
}
.preview-img[data-v-82e37e2d] {
    max-width: 90%;
    max-height: 90%;
}
.video-controls[data-v-82e37e2d] {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 400px;
}
.time-container[data-v-82e37e2d] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.time-label[data-v-82e37e2d] {
    color: #BCBCBC;
    font-size: 12px;
    font-family: monospace;
}
.progress-bar[data-v-82e37e2d] {
    width: 100%;
    height: 4px;
    margin: 0 10px;
    cursor: pointer;
    position: relative;
}
.progress-track[data-v-82e37e2d] {
    width: 100%;
    height: 4px;
    background: #D9D9D9;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}
.progress-fill[data-v-82e37e2d] {
    height: 100%;
    background-color: #D9D9D9;
    border-radius: 2px;
    transition: width 0.1s ease;
}
.progress-thumb[data-v-82e37e2d] {
     position: absolute;
     top: 50%;
     width: 12px;
     height: 12px;
     background: linear-gradient(90deg, #874AFF 0%, #4C4CEF 100%);
     border-radius: 50%;
     transform: translate(-50%, -50%);
     transition: left 0.1s ease, width 0.2s ease, height 0.2s ease;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
     opacity: 0;
}
.progress-bar:hover .progress-thumb[data-v-82e37e2d] {
     opacity: 1;
     width: 16px;
     height: 16px;
}
.volume-bar:hover .volume-thumb[data-v-82e37e2d] {
     opacity: 1;
     width: 12px;
     height: 12px;
}
.controls-container[data-v-82e37e2d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.volume-container[data-v-82e37e2d] {
     display: flex;
     align-items: center;
     gap: 8px;
     cursor: pointer;
     padding: 5px;
     border-radius: 4px;
     transition: background-color 0.2s ease;
}
.volume-container[data-v-82e37e2d]:hover {
     background-color: rgba(255, 255, 255, 0.1);
}
.volume-icon[data-v-82e37e2d] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.volume-bar[data-v-82e37e2d] {
     width: 60px;
     height: 4px;
     cursor: pointer;
     position: relative;
}
.volume-track[data-v-82e37e2d] {
     width: 100%;
     height: 4px;
     background-color: rgba(255, 255, 255, 0.3);
     border-radius: 2px;
     position: relative;
     overflow: hidden;
}
.volume-fill[data-v-82e37e2d] {
     height: 100%;
     background-color: #F0F8FE;
     border-radius: 2px;
     transition: width 0.1s ease;
}
.volume-thumb[data-v-82e37e2d] {
     position: absolute;
     top: 50%;
     width: 8px;
     height: 8px;
     background-color: #F0F8FE;
     border-radius: 50%;
     transform: translate(-50%, -50%);
     transition: left 0.1s ease, width 0.2s ease, height 0.2s ease;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     opacity: 1;
}
.play-btn[data-v-82e37e2d] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}
.play-btn[data-v-82e37e2d]:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.exit-preview-btn[data-v-82e37e2d] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}
.exit-preview-btn[data-v-82e37e2d]:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.preview-container[data-v-9d71e217] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.preview-content[data-v-9d71e217] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.controls-container[data-v-9d71e217] {
    position: absolute;
    bottom: 31px;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 11px;
    z-index: 100;
}
canvas[data-v-9d71e217] {
    width: 100%;
    height: 100%;
    touch-action: none;
}
.watermark-container[data-v-9d71e217] {
    width: auto;
    height: auto;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1000;
}
.watermark-image[data-v-9d71e217] {

    object-fit: cover;
}
.back-btn[data-v-9d71e217] {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}
.back-btn[data-v-9d71e217]:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: translateY(-1px);
}
.back-btn svg[data-v-9d71e217] {
    flex-shrink: 0;
}

.canvas-container[data-v-165c8d15] {
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.main[data-v-165c8d15] {
  width: 100%;
  height: 0;
  flex: 1;
  position: relative;
}

/* 全局拖拽上传遮罩样式 */
.drag-upload-overlay[data-v-165c8d15] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn-165c8d15 0.3s ease;
}
.drag-upload-content[data-v-165c8d15] {
  text-align: center;
  color: white;
  padding: 40px;
  border: 3px dashed #BB55FF;
  border-radius: 16px;
  background: rgba(187, 85, 255, 0.1);
  max-width: 400px;
  animation: scaleIn-165c8d15 0.3s ease;
}
.drag-upload-icon[data-v-165c8d15] {
  margin-bottom: 20px;
  animation: bounce-165c8d15 2s infinite;
}
.drag-upload-content h2[data-v-165c8d15] {
  margin: 0 0 16px 0;
  font-size: 24px;
  font-weight: bold;
  color: #BB55FF;
}
.drag-upload-content p[data-v-165c8d15] {
  margin: 8px 0;
  opacity: 0.8;
  font-size: 14px;
  line-height: 1.4;
}
@keyframes fadeIn-165c8d15 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes scaleIn-165c8d15 {
from {
    transform: scale(0.9);
    opacity: 0;
}
to {
    transform: scale(1);
    opacity: 1;
}
}
@keyframes bounce-165c8d15 {
0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
}
40% {
    transform: translateY(-10px);
}
60% {
    transform: translateY(-5px);
}
}

/* loading-preview-ui 样式 */
.loading-preview-ui[data-v-165c8d15] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.loading-content[data-v-165c8d15] {
  text-align: center;
  color: white;
  padding: 40px;
  max-width: 400px;
}
.loading-spinner[data-v-165c8d15] {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 30px auto;
}
.spinner-ring[data-v-165c8d15] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top: 3px solid #4C4CEF;
  border-radius: 50%;
  animation: spin-165c8d15 1.5s linear infinite;
}
.spinner-ring[data-v-165c8d15]:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 10px;
  left: 10px;
  border-top-color: #BB55FF;
  animation-duration: 1.2s;
  animation-direction: reverse;
}
.spinner-ring[data-v-165c8d15]:nth-child(3) {
  width: 40px;
  height: 40px;
  top: 20px;
  left: 20px;
  border-top-color: #7C7CFF;
  animation-duration: 0.9s;
}
@keyframes spin-165c8d15 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.loading-title[data-v-165c8d15] {
  margin: 0 0 12px 0;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.5px;
}
.loading-subtitle[data-v-165c8d15] {
  margin: 0 0 30px 0;
  font-size: 14px;
  color: #BCBCBC;
  line-height: 1.4;
  opacity: 0.8;
}
.loading-dots[data-v-165c8d15] {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.dot[data-v-165c8d15] {
  width: 8px;
  height: 8px;
  background: #4C4CEF;
  border-radius: 50%;
  animation: dotPulse-165c8d15 1.4s ease-in-out infinite both;
}
.dot[data-v-165c8d15]:nth-child(1) {
  animation-delay: -0.32s;
}
.dot[data-v-165c8d15]:nth-child(2) {
  animation-delay: -0.16s;
}
.dot[data-v-165c8d15]:nth-child(3) {
  animation-delay: 0s;
}
@keyframes dotPulse-165c8d15 {
0%,
  80%,
  100% {
    transform: scale(0.8);
    opacity: 0.5;
}
40% {
    transform: scale(1.2);
    opacity: 1;
}
}

.modal-overlay[data-v-ffad16fe] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal-container[data-v-ffad16fe] {
  width: 500px;
  background-color: #181C1F;
  border-radius: 8px;
  overflow: hidden;
}
.modal-header[data-v-ffad16fe] {
  display: flex;
  justify-content: flex-end;
  padding: 20px 20px 0 20px;
}
.close-button {
&[data-v-ffad16fe] {
  border-radius: 6px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  }
&[data-v-ffad16fe]:hover {
    background-color: rgba(240, 248, 254, 0.1);
}
}
.modal-content[data-v-ffad16fe] {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px 20px 20px;
  position: relative;
}
.success-section[data-v-ffad16fe] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.success-icon[data-v-ffad16fe] {
  width: 42px;
  height: 42px;
}
.success-title[data-v-ffad16fe] {
  font-family: "Source Han Sans CN VF", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #F0F8FE;
  text-align: center;
}
.share-section[data-v-ffad16fe] {
  background-color: #13171A;
  border: 1px solid #232A30;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.share-description[data-v-ffad16fe] {
  font-family: "Source Han Sans CN VF", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #F0F8FE;
  margin: 0;
}
.share-link-container[data-v-ffad16fe] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.share-link-input[data-v-ffad16fe] {
  flex-grow: 1;
  background-color: #1C2226;
  border: 1px solid #232A30;
  border-radius: 6px;
  padding: 10px;
  height: 32px;
  display: flex;
  align-items: center;
  color: rgba(240, 248, 254, 0.5);
  font-family: "Source Han Sans CN VF", sans-serif;
  font-weight: 400;
  font-size: 13px;
  box-sizing: border-box;
  max-width: 350px;
  text-overflow: ellipsis;
}
.share-link-input span[data-v-ffad16fe] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.copy-button[data-v-ffad16fe] {
  background: #4C4CEF;
  border-radius: 6px;
  padding: 10px 14px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  color: #F0F8FE;
  font-family: "Source Han Sans CN VF", sans-serif;
  font-size: 12px;
}
