._uploadText_16sfa_1 {
  width: 100%;
  margin: 0 0 6px;
  color: #b8becc;
  font-size: 10px;
  font-weight: normal;
  line-height: 10px;
  text-align: center;
}
._thinScrollbar_199cd_1,
._sidebar_199cd_2,
._resultCard_199cd_3 {
  scrollbar-width: thin;
  scrollbar-color: #dadee5 transparent;
}
._thinScrollbar_199cd_1::-webkit-scrollbar,
._sidebar_199cd_2::-webkit-scrollbar,
._resultCard_199cd_3::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
._thinScrollbar_199cd_1::-webkit-scrollbar-track,
._sidebar_199cd_2::-webkit-scrollbar-track,
._resultCard_199cd_3::-webkit-scrollbar-track {
  background: transparent;
}
._thinScrollbar_199cd_1::-webkit-scrollbar-thumb,
._sidebar_199cd_2::-webkit-scrollbar-thumb,
._resultCard_199cd_3::-webkit-scrollbar-thumb {
  background: #dadee5;
  border-radius: 3px;
}
._root_199cd_24 {
  display: flex;
  flex-direction: column;
  width: 720px;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  color: #292c33;
  background: #fff;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
._shell_199cd_36 {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 8px;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  background: #f7f9fc;
}
._sidebar_199cd_2 {
  min-height: 0;
  padding: 16px 4px;
  overflow: auto;
  background: #fff;
  border-right: 1px solid #ebeff7;
}
._nav_199cd_52 {
  display: flex;
  flex-direction: column;
  gap: 0;
}
._navItem_199cd_57 {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 90px;
  height: 32px;
  padding: 0 8px;
  color: #292c33;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 4px;
}
._navIcon_199cd_76 {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
}
._navItem_199cd_57:hover {
  background: var(--ant-control-item-bg-hover);
}
._navItemActive_199cd_84 {
  color: var(--ant-color-primary, #105fc8);
  background: var(--ant-color-primary-bg, #e6f1ff);
}
._workspace_199cd_88 {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #f7f9fc;
}
._contentSingle_199cd_97 {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
._tabPanel_199cd_107 {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}
._tabPanelHidden_199cd_113 {
  display: none;
}
._inputPanel_199cd_116 {
  position: relative;
  box-sizing: border-box;
  width: 614px;
  max-width: 100%;
  height: 182px;
  padding: 10px 16px;
  flex: 0 0 auto;
  background: #fff;
}
._lineArtInputPanel_199cd_126 {
  height: auto;
}
._promptArea_199cd_129 {
  position: relative;
  width: 582px;
  max-width: 100%;
  height: 120px;
}
._promptInput_199cd_135 {
  box-sizing: border-box;
  display: block;
  width: 582px;
  max-width: 100%;
  color: #292c33 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  resize: none !important;
  background: #fff !important;
  border-color: #dadee5 !important;
  border-radius: 4px !important;
}
textarea._promptInput_199cd_135 {
  height: 120px !important;
  padding: 76px 4px 4px 12px !important;
}
._referenceRow_199cd_152 {
  position: absolute;
  top: 8px;
  left: 12px;
  z-index: 1;
  display: flex;
  align-items: center;
  width: auto;
  min-height: 60px;
  gap: 8px;
}
._referenceUpload_199cd_163,
._lineArtUpload_199cd_164 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._referenceUpload_199cd_163 .ant-upload-wrapper .ant-upload .ant-upload-btn,
._lineArtUpload_199cd_164 .ant-upload-wrapper .ant-upload .ant-upload-btn {
  padding: 0;
}
._referenceUpload_199cd_163 .ant-upload-drag-container,
._lineArtUpload_199cd_164 .ant-upload-drag-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
._referenceUpload_199cd_163 .ant-upload-drag-container p,
._lineArtUpload_199cd_164 .ant-upload-drag-container p {
  margin: 0 !important;
  color: var(--ant-color-primary, #105fc8) !important;
  font-size: 12px !important;
  line-height: 14px !important;
  white-space: nowrap;
}
._controlRow_199cd_189,
._controlRowEnd_199cd_190 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 582px;
  max-width: 100%;
  margin-top: 10px;
}
._controlRow_199cd_189 {
  flex-wrap: nowrap;
}
._controlRowEnd_199cd_190 {
  justify-content: flex-end;
}
._controlRow_199cd_189 .ant-checkbox-wrapper {
  height: 32px;
  margin-inline-start: 0;
  padding: 4px 8px;
  color: var(--ant-color-primary, #105fc8);
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  border: 1px solid var(--ant-color-primary, #105fc8);
  border-radius: 4px;
}
._controlRow_199cd_189 .ant-checkbox + span {
  padding-inline-start: 8px;
  padding-inline-end: 0;
}
._controlRow_199cd_189 .ant-checkbox-inner {
  border-radius: 4px;
}
._controlRow_199cd_189 .ant-select-selector,
._controlRowEnd_199cd_190 .ant-select-selector {
  height: 32px !important;
  border-color: #dadee5 !important;
  border-radius: 4px !important;
}
._controlRow_199cd_189 .ant-select-selection-item,
._controlRowEnd_199cd_190 .ant-select-selection-item {
  color: #525866;
  font-size: 14px;
  line-height: 30px !important;
}
._controlRow_199cd_189 .ant-btn,
._controlRowEnd_199cd_190 .ant-btn {
  height: 32px;
  border-radius: 4px;
}
._generateButton_199cd_240 {
  margin-left: auto;
  padding: 0 16px !important;
}
._resultSection_199cd_244,
._imageResultArea_199cd_245 {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  box-sizing: border-box;
  width: 614px;
  max-width: 100%;
  min-height: 0;
  margin-top: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}
._resultCard_199cd_3 {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  padding: 16px 16px 24px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border-radius: 4px;
}
._copywritingList_199cd_270 {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  overflow: visible;
  gap: 0;
}
._copywritingCard_199cd_281 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-height: 50px;
  padding: 8px 0 10px;
  border-bottom: 1px solid #ebeff7;
}
._copywritingCard_199cd_281:hover {
  background: transparent;
}
._copywritingBody_199cd_293 {
  flex: 1 1 auto;
  min-width: 0;
}
._copywritingCard_199cd_281 .ant-typography {
  display: block;
  margin-bottom: 2px;
  color: #292c33;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
._copywritingCard_199cd_281 p {
  margin: 0;
  color: #292c33;
  font-size: 14px;
  line-height: 22px;
  word-break: break-word;
}
._tagList_199cd_312 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
._tagItem_199cd_317 {
  min-height: 24px;
  padding: 1px 8px;
  color: #292c33;
  font-size: 14px;
  line-height: 22px;
  background: #fff;
  border: 1px solid #dadee5;
  border-radius: 4px;
}
._resultStatus_199cd_327 {
  margin-bottom: 8px;
  color: #292c33;
  font-size: 14px;
  line-height: 22px;
}
._imageGrid_199cd_333,
._loadingGrid_199cd_334 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 8px;
  box-sizing: border-box;
  width: 398px;
  max-width: 100%;
  min-height: 0;
  overflow: visible;
}
._imageCard_199cd_344,
._loadingCard_199cd_345 {
  position: relative;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
}
._resultImage_199cd_352,
._resultImage_199cd_352 img {
  display: block;
  width: 100%;
  aspect-ratio: 190 / 222;
  object-fit: cover;
  background: #f3f5f8;
}
._loadingImage_199cd_360 {
  width: 100%;
  aspect-ratio: 190 / 222;
  background: linear-gradient(90deg, #eef2f7 0%, #f8fafc 48%, #eef2f7 100%);
  background-size: 220% 100%;
  animation: _skeletonMove_199cd_1 1.35s ease-in-out infinite;
}
._regenerateButton_199cd_367 {
  display: inline-flex !important;
  align-self: flex-start;
  width: auto !important;
  min-width: 98px;
  height: 32px !important;
  margin-top: 8px;
  padding: 0 12px !important;
  color: #525866 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  background: transparent !important;
}
._emptyResult_199cd_380 {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}
._lineArtPanel_199cd_387 {
  box-sizing: border-box;
  width: 582px;
  max-width: 100%;
  overflow: hidden;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #dadee5;
  border-radius: 4px;
}
._lineArtUploads_199cd_397 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
._lineArtSlot_199cd_401 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  min-width: 0;
  padding: 0;
}
._lineArtSlot_199cd_401:not(:last-child)::after {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 1px;
  height: 60px;
  content: "";
  background: #ebeff7;
}
._lineArtSlot_199cd_401 .ant-typography {
  color: #525866;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
._requiredMark_199cd_425 {
  margin-right: 4px;
  color: #ff4d4f;
}
._lineArtUpload_199cd_164 {
  align-items: flex-start;
}
._lineArtUpload_199cd_164 .ant-upload-wrapper,
._lineArtUpload_199cd_164 .ant-upload,
._lineArtUpload_199cd_164 .ant-upload-btn,
._lineArtUpload_199cd_164 .ant-upload-drag-container {
  width: 100% !important;
  height: 100% !important;
}
@keyframes _skeletonMove_199cd_1 {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -120% 0;
  }
}
@media (max-width: 760px) {
  ._root_199cd_24 {
    width: 100vw;
  }
  ._shell_199cd_36 {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
  }
  ._sidebar_199cd_2 {
    padding: 8px;
    border-right: 0;
    border-bottom: 1px solid #ebeff7;
  }
  ._nav_199cd_52 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  ._navItem_199cd_57 {
    width: auto;
  }
  ._contentSingle_199cd_97 {
    padding: 8px 12px 12px;
  }
  ._lineArtUploads_199cd_397 {
    grid-template-columns: 1fr;
  }
  ._imageGrid_199cd_333,
  ._loadingGrid_199cd_334 {
    grid-template-columns: 1fr 1fr;
  }
}
