.style_wrapper__Jy95H {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}

.style_container__XsMjR {
    display: flex;
    flex-wrap: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    position: relative;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.style_container__XsMjR::-webkit-scrollbar {
    display: none;
}

.style_arrowBtn__VQyJt {
    position: absolute;
    top: var(--scroll-arrow-top, 50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    pointer-events: auto;
    z-index: 10;
    transition: all 0.2s;
}

.style_arrowBtn__VQyJt:hover {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

.style_arrowBtn__VQyJt:active {
    transform: translateY(-50%) scale(0.92);
}

.style_arrowLeft__oAXu7 {
    left: 8px;
    transform: translateY(-50%) rotate(180deg);
}

.style_arrowLeft__oAXu7:active {
    transform: translateY(-50%) rotate(180deg) scale(0.92);
}

.style_arrowRight__ea0MV {
    right: 8px;
}

.style_container__XsMjR {
    mask-image: linear-gradient(
        to right,
        transparent 0,
        black var(--mask-start, 0px),
        black var(--mask-end, 100%),
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0,
        black var(--mask-start, 0px),
        black var(--mask-end, 100%),
        transparent 100%
    );
}

.style_canvas__J4XxR {
    opacity: 0.5;
}

.style_aspectRatioBox__7zyVu {
    position: relative;
    width: 16px;
    height: 16px;
    min-width: 16px;
}
.style_innerBox__0ChU_ {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
    border: 2px solid var(--TextColor13);
    overflow: hidden;
    opacity: 0.7;
}
.style_innerBox__0ChU_.style_selected__9GC8J {
    border: 1px solid var(--PrimaryColor11);
}
.style_landscape__zrzMk {
    width: 100%;
    height: auto;
}
.style_portrait__LrQD0 {
    width: auto;
    height: 100%;
}

.style_setting__zzYZz {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--FillColor15);
    border-radius: 222px;
    cursor: pointer;
    position: relative;
    gap: 4px;
}

.style_setting__zzYZz:lang(zh-CN) .ant-select-prefix {
    -webkit-margin-end: 0 !important;
            margin-inline-end: 0 !important;
}

.style_setting__zzYZz .ant-select-selection-overflow {
    flex-wrap: nowrap;
}

.style_prefixWrapper__Uhjh6 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 4px;
}

@media (max-width: 768px) {
    .style_setting__zzYZz .ant-select-selector {
        font-size: 12px;
    }
}

.style_audioContainer__igV4r {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: var(--FillColor17);
    color: var(--TextColor13);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.style_audioButton__16Uw8 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.style_audioName__SKchO {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    max-width: 100%;
    padding: 0 4px;
}

.style_videoContainer___ZNdf {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.style_video__h1Qdz {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}
.style_playButton__LYHUA {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: background-color 0.2s;
}

.style_videoModal__21nPE {
    width: auto !important;
    height: auto !important;
    max-width: 80vw;
    max-height: 80vh;
}

.style_videoModal__21nPE .ant-modal-content {
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.style_modalVideo__BvN1j {
    width: 100%;
    height: auto;
    max-width: 80vw;
    max-height: 80vh;
}

.style_closeButton__N2JL_ {
    position: fixed;
    top: 32px;
    right: 32px;
    background: rgba(0, 0, 0, 0.1);
    color: white;
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_closeButton__N2JL_:hover {
    background: rgba(0, 0, 0, 0.2);
}

.UploadList_imageItem__5e_CX {
    position: relative;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: visible;
    /* 改为 visible 以显示删除按钮 */
}

.UploadList_taskImage__atcPT {
    border-radius: 10px;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    display: block;
    cursor: pointer;
    /* 确保图片正确显示圆角 */
}

.UploadList_indexTag__9QLyx {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 12px 0 6px;
    background: linear-gradient(
        270deg,
        rgba(151, 160, 180, 0) 0%,
        rgba(151, 160, 180, 0.2) 20%,
        #97a0b4 100%
    );
    color: #ffffffcc;
    border-bottom-left-radius: 8px;
    line-height: 16px;
}

.UploadList_indexTag2__g4K_P {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: rgba(151, 160, 180, 0.6);
    color: #fff;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    line-height: 16px;
}

.UploadList_deleteImage__EtF5O {
    display: flex;
    gap: 4px;
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    z-index: 10;
    opacity: 1;
    flex-shrink: 0;
}
.UploadList_drawButton__V9P07 {
    position: absolute;
    top: -36px;
    left: 50%;
    z-index: 12;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 30px;
    min-width: 68px;
    padding: 0 10px;
    border: 1px solid var(--BorderColor11);
    border-radius: 6px;
    background: var(--FillColor17);
    color: var(--TextColor11);
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%);
    transition: opacity 120ms ease, background-color 120ms ease;
    box-shadow: 0 2px 8px rgba(64, 61, 60, 0.14);
}

.UploadList_drawButton__V9P07::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 7px;
    content: '';
}

.UploadList_drawButton__V9P07 span {
    cursor: pointer;
}

.UploadList_drawButton__V9P07 .anticon {
    font-size: 14px;
}

.UploadList_drawButton__V9P07:hover {
    border-color: var(--PrimaryColor14);
    background: var(--FillColor15);
    color: var(--PrimaryColor11);
}

.UploadList_imageItem__5e_CX:hover .UploadList_drawButton__V9P07 {
    opacity: 1;
    pointer-events: auto;
}

[data-draw-editor-input='true'] .UploadList_drawButton__V9P07 {
    display: none;
}

.UploadList_drawEditedBadge__PNg9P {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 11;
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: var(--PrimaryColor6);
    color: #fff;
    font-size: 10px;
    pointer-events: none;
}

.UploadList_replaceItem__gjjQ2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
}

.UploadList_replaceButton__9wfc_ {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20px;
    padding: 0;
    color: var(--PrimaryColor11);
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
    text-decoration: underline;
    text-underline-offset: 3px;
    box-sizing: border-box;
}

.UploadList_replaceButton__9wfc_ span {
    cursor: pointer;
}

.UploadList_replaceButton__9wfc_:hover {
    color: var(--PrimaryColor13);
}

.UploadList_replaceButtonDisabled__LbqB0 {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.UploadList_replaceFileInput__zXejY {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.UploadList_replaceFileInput__zXejY::-webkit-file-upload-button {
    cursor: pointer;
}

.UploadList_replaceFileInput__zXejY::file-selector-button,
.UploadList_replaceFileInput__zXejY::-webkit-file-upload-button {
    cursor: pointer;
}

.UploadList_uploadingOverlay__4TWOv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
}

.UploadList_cancelImage__5AV02 {
    display: flex;
    gap: 4px;
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

/* 缩小-放大脉冲效果 */
.UploadList_imageItemShake__Bfqwd {
    animation: UploadList_imageItemPulseAnim__g9se2 300ms ease-in-out both;
    will-change: transform, opacity;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.UploadList_imageModal__vDBVi {
    width: auto !important;
    height: auto !important;
    max-width: 80vw;
    max-height: 80vh;
}

.UploadList_imageModal__vDBVi .ant-modal-content {
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.UploadList_modalActions__HlbU5 {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.UploadList_modalReuploadBtn__lC2Jz {
    display: inline-flex;
    align-items: center;
    height: 44px;
    padding: 0 18px;
    background: var(--PrimaryColor11);
    border-radius: 10px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    color: var(--TextColor14);
    position: relative;
    overflow: hidden;
}

.UploadList_modalReuploadBtnDisabled__fwBmt {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.UploadList_modalReuploadBtn__lC2Jz:hover {
    background: var(--PrimaryColor13);
}

.UploadList_modalReuploadFile__G2294 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.UploadList_modalImage__ml8fV {
    width: 100%;
    height: auto;
    max-width: 80vw;
    max-height: 80vh;
}

.UploadList_modalVideo__97ykJ {
    width: 100%;
    height: auto;
    max-width: 80vw;
    max-height: 80vh;
}

.UploadList_closeButton__XuKSq {
    position: fixed;
    top: 32px;
    right: 32px;
    background: rgba(0, 0, 0, 0.1);
    color: white;
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.UploadList_closeButton__XuKSq:hover {
    background: rgba(0, 0, 0, 0.2);
}

@keyframes UploadList_imageItemPulseAnim__g9se2 {
    0% {
        transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
}

.style_container__k6FsZ {
    /* position: relative; */
    width: 100%;
    border-radius: 10px;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
        outline-color 0.2s ease-in-out;
}

.style_dragOver__LJVn4 {
    background-color: rgba(0, 0, 0, 0.03);
    outline: 1px dashed var(--PrimaryColor11);
    outline-offset: 4px;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03);
}

.style_imageList__BHUNX {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.style_uploadItem__r4ELr {
    position: relative;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--PrimaryColor11);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: var(--FillColor15);
}

.style_uploadItem__r4ELr:hover {
    border-color: var(--PrimaryColor6);
    background-color: rgba(0, 0, 0, 0.02);
}

.style_uploadContent__gAMuT {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--TextColor13);
}

.style_uploadActionItem__erLmu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    cursor: pointer;
}

.style_uploadActionText__QYOQw {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20px;
    color: var(--PrimaryColor11);
    line-height: 20px;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap;
    cursor: pointer;
}

.style_uploadActionItem__erLmu:hover .style_uploadActionText__QYOQw {
    color: var(--PrimaryColor13);
}

.style_dragger__o5Tyt {
    display: inline-block;
    width: auto;
    height: auto;
}

.style_dragger__o5Tyt .ant-upload {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.style_dragger__o5Tyt .ant-upload-btn {
    padding: 0;
}

.style_dragger__o5Tyt .ant-upload-drag {
    border: none !important;
    background-color: transparent !important;
}

.style_dragger__o5Tyt .ant-upload-drag:hover {
    border: none !important;
}

.style_dragger__o5Tyt .ant-upload-drag .ant-upload-btn {
    padding: 0 !important;
}

.style_dragOverlay__8ehab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px dashed var(--BorderColor11);
    border-radius: 10px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_dragMessage__HYJPx {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px;
}

.style_dragText__qTIIt {
    color: var(--PrimaryColor6);
    font-weight: 500;
}

@media (max-width: 768px) {
    .style_uploadItem__r4ELr {
        height: 50px;
        width: 50px;
    }
    .style_uploadIcon__xN_fi {
        height: 10px !important;
        width: 10px !important;
    }
}

.style_settings__nOjEL {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px 8px;
    white-space: nowrap;
}

.style_setting__R8V23 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--FillColor15);
    border-radius: 222px;
    cursor: pointer;
    position: relative;
    gap: 4px;
}

.style_setting__R8V23:lang(zh-CN) .ant-select-prefix {
    -webkit-margin-end: 0 !important;
            margin-inline-end: 0 !important;
}

.style_setting__R8V23 .ant-select-selection-overflow {
    flex-wrap: nowrap;
}

.style_prefixWrapper__VCQao {
    display: flex;
    align-items: center;
    gap: 4px;

    margin-right: 4px;
}

.style_dropDownIcon__Vhyar {
    margin-left: 4px;
}

.style_comingSoonLabel__VPLvD {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 222px;
    color: var(--TextColor13);
}

.style_comingSoon__yYQ0X {
    color: var(--TextColor14);
    padding: 0 4px;
    border-radius: 4px;
    background-color: var(--PrimaryColor11);
    font-size: 10px;
}

.style_sizeOption__rvwbI {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    transition: all 0.2s;
}

.style_settingItem__gjSm7 {
    display: flex;
    gap: 4px;
    align-items: center;
}

.style_settingItem__gjSm7.style_disabled__HNdq2 {
    color: var(--TextColor13);
}

@media (max-width: 768px) {
    .style_settings__nOjEL {
        flex-wrap: nowrap;
    }
    .style_settings__nOjEL .ant-select-selector {
        font-size: 12px;
    }
}

.style_wrapper__iAJ4X {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.style_mentionInput__cOrl4 {
    flex: 1 1;
    width: 100%;
    min-height: calc(3 * 1.5em);
    color: var(--TextColor11);
    border: none;
    resize: none;
    transition: all 0.3s ease-in-out;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.style_mentionInput__cOrl4[contenteditable='true'] {
    outline: none;
    white-space: pre-wrap;
}

.style_mentionInlineImg__eIjcd {
    height: 1.5em;
    width: auto;
    object-fit: contain;
    display: block;
}

.style_placeholder__vdnXv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #e0e0e0;
    pointer-events: none;
    white-space: pre-wrap;
    line-height: 1.5;
    z-index: 0;
}

.style_placeholderWorkspace__Atos1 {
    color: var(--TextColor13);
    font-family: var(--FontFustat);
}

.style_mentionList__8e5cb {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 4px;
    padding: 6px;
    background: var(--FillColor17);
    border-radius: 8px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    width: 240px;
    min-width: 240px;
}

.style_mentionItem__XyOG2 {
    display: flex;
    min-height: 32px;
    align-items: center;
    gap: 8px;
    padding: 5px 8px;
    border-radius: 6px;
    cursor: pointer;
}

.style_mentionItem__XyOG2:hover,
.style_mentionItemActive__bh28Z {
    background-color: var(--FillColor16);
}

.style_mentionImg__iipdb {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    object-fit: cover;
}

.style_mentionTag__Z7kUb {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    gap: 4px;
    box-sizing: border-box;
    margin: 1px 3px;
    padding: 2px 9px 2px 4px;
    border: 1px solid var(--BorderColor11);
    border-radius: 999px;
    background: var(--FillColor16);
    color: var(--TextColor11);
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    vertical-align: middle;
    white-space: nowrap;
}

.style_mentionTag__Z7kUb:hover {
    border-color: var(--PrimaryColor14);
    background: var(--PrimaryColor1);
}

.style_mentionInlineTagImg__UpMlU {
    width: 20px;
    height: 20px;
    margin: 0 2px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.style_mentionInlineTagMediaBadge__KmEXn {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--FillColor16);
    color: var(--PrimaryColor11);
    font-size: 11px;
    line-height: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-sizing: border-box;
    flex: 0 0 auto;
    overflow: hidden;
}

.style_mentionInlineTagMediaBadge__KmEXn svg {
    display: block;
    width: 12px;
    height: 12px;
}

.style_mentionItemLabel__BX6Kz {
    font-size: 12px;
    color: var(--TextColor11);
    white-space: nowrap;
}

.style_mentionSection__jQPAp {
    min-width: 220px;
}

.style_mentionSection__jQPAp + .style_mentionSection__jQPAp {
    padding-top: 4px;
    border-top: 1px solid var(--BorderColor11);
}

.style_mentionSectionTitle__fpZAH {
    display: flex;
    width: 100%;
    min-height: 34px;
    align-items: center;
    gap: 8px;
    padding: 5px 6px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--TextColor11);
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}

.style_mentionSectionTitle__fpZAH:hover {
    background: var(--FillColor16);
}

.style_mentionSectionChevron__LcFen {
    display: inline-flex;
    margin-left: auto;
    color: var(--TextColor13);
    font-size: 11px;
}

.style_mentionSectionImg__hnzQq,
.style_mentionPickerImg__lBo6x {
    flex: 0 0 auto;
    border-radius: 4px;
    object-fit: cover;
}

.style_mentionSectionItems__LuBVs {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-left: 12px;
}

.style_colorMentionGrid__556no {
    display: grid;
    grid-template-columns: repeat(6, 32px);
    grid-gap: 6px;
    gap: 6px;
    padding: 4px 6px 8px;
}

.style_colorMentionItem__ksK7U {
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
}

.style_colorMentionItem__ksK7U > span,
.style_mentionColorDot__j_ydH {
    display: inline-block;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    border: 1px solid var(--BorderColor11);
    border-radius: 50%;
}

.style_colorWheel__mavXn {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: conic-gradient(#ff6868, #ffad24, #50c878, #3488ff, #7530fe, #ff6868);
}

.style_pickerKindIcon__lpGGs {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.style_pickerPointIcon__yipxC::before {
    position: absolute;
    inset: 3px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    content: '';
}

.style_pickerPointIcon__yipxC::after {
    position: absolute;
    top: 8px;
    left: 1px;
    width: 16px;
    border-top: 1px solid currentColor;
    content: '';
}

.style_pickerRegionIcon__1aOU1::before {
    position: absolute;
    inset: 3px;
    border: 1.5px solid currentColor;
    content: '';
}

.style_mentionKindBadge__6WCQM {
    display: inline-flex;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    border-radius: 50%;
    font-size: 18px;
}

.style_mentionKindBadge__6WCQM > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.style_mentionKindBadge__6WCQM svg {
    display: block;
    width: 18px;
    height: 18px;
}

.style_customMentionColor__RH7u2 {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px dashed var(--PrimaryColor14);
    border-radius: 50%;
    background: conic-gradient(from 45deg, #ff6868, #ffad24, #50c878, #3488ff, #7530fe, #ff6868);
    color: var(--TextColor14);
    cursor: pointer;
    font-size: 13px;
    box-shadow: inset 0 0 0 5px var(--FillColor17);
}

.style_customMentionColor__RH7u2:hover {
    border-color: var(--PrimaryColor11);
    color: var(--PrimaryColor11);
}

.style_customMentionColorInput__4a3Rg {
    position: fixed;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.style_pickerKindIcon__lpGGs {
    color: var(--PrimaryColor11);
    font-size: 18px;
}

.style_mentionItemLabel__BX6Kz {
    overflow: hidden;
    text-overflow: ellipsis;
}

.style_recentColorList__EuYJY {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px 8px 42px;
}

.style_recentColorList__EuYJY .style_colorMentionItem__ksK7U {
    width: 28px;
    height: 28px;
}

.style_frameContainer__fKAqo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.style_swapIcon__YO1Wg {
    cursor: pointer;
}

.style_frameContainer__tvWfl {
    display: flex;
    align-items: center;
    gap: 10px;
}

.style_frameContainer__8Cn9l {
    display: flex;
    align-items: center;
    gap: 10px;
}

.style_imageItem__LbTK_ {
    position: relative;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.style_addImage__1_xjZ {
    color: var(--PrimaryColor11);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px dashed var(--PrimaryColor11);
    border-radius: 8px;
    background-color: var(--FillColor15);
}

@media screen and (max-width: 768px) {
    .style_addIcon__wOlWZ {
        width: 14px !important;
        height: 14px !important;
    }
    .style_addImage__1_xjZ {
        gap: 0;
        font-size: 8px;
        line-height: normal;
    }
}

.style_frameContainer__qW1U8 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.style_frameContainer__9ysJH {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.style_uploadList__iSAE8 {
    width: auto;
}

.style_frameContainer__2_Pp5 {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}
.style_uploadList__PTyC_ {
    width: auto;
}

.style_overlay__kpfws {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: block;
    overflow-y: auto;
    padding: 24px 32px 32px;
    box-sizing: border-box;
}

.style_backdrop__q_6_8 {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(64, 61, 60, 0.45);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}

.style_dialogStack__Sdq43 {
    position: relative;
    z-index: 1;
    width: min(1152px, calc(100vw - 64px));
    margin: 0 auto;
}

.style_dialog__Fi95r {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: clamp(420px, calc(100vh - 260px), 620px);
    min-height: 420px;
    overflow: hidden;
    border: 1px solid var(--BorderColor2);
    border-radius: 10px 10px 0 0;
    background: var(--FillColor17);
    box-shadow: none;
}

.style_header__eaMoW {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 0 20px;
    color: var(--TextColor1);
    font-size: 16px;
    font-weight: 500;
}

.style_close__8xsHF {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--TextColor2);
    cursor: pointer;
}

.style_close__8xsHF:hover {
    background: var(--FillColor2);
    color: var(--TextColor1);
}

.style_canvasShell__xhYsj {
    min-height: 0;
    flex: 1 1;
    padding: 0 12px 12px;
}

.style_canvasWrap__KFBWF {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    border: 1px solid var(--BorderColor2);
    border-radius: 8px;
    background: var(--FillColor2);
}

.style_canvasWrap__KFBWF canvas {
    display: block;
}

.style_canvasLoading__m0SQq {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--FillColor2);
    color: var(--TextColor3);
    font-size: 13px;
}

.style_inputSlot__mULgy {
    position: relative;
    width: 100%;
}

.style_toolRail__EBOpf,
.style_zoomRail__h_48U,
.style_colorRail__AAMxX {
    border: 1px solid var(--BorderColor2);
    background: var(--FillColor17);
    box-shadow: 0 4px 14px rgba(64, 61, 60, 0.12);
}

.style_toolRail__EBOpf,
.style_zoomRail__h_48U,
.style_colorRail__AAMxX {
    position: absolute;
    z-index: 3;
    display: flex;
    gap: 4px;
    padding: 6px;
    border-radius: 8px;
}

.style_toolRail__EBOpf {
    top: 12px;
    left: 12px;
    flex-direction: column;
}

.style_zoomRail__h_48U {
    bottom: 12px;
    left: 12px;
    width: auto;
    height: 42px;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    box-sizing: border-box;
    padding: 4px;
}

.style_toolRail__EBOpf button,
.style_zoomRail__h_48U button {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--TextColor2);
    cursor: pointer;
}

.style_zoomRail__h_48U button {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
}

.style_toolRail__EBOpf button:hover,
.style_zoomRail__h_48U button:hover {
    background: var(--FillColor2);
    color: var(--PrimaryColor6);
}

.style_toolRail__EBOpf .style_activeTool__0QFMV {
    background: var(--PrimaryColor1);
    color: var(--PrimaryColor6);
}

.style_toolRail__EBOpf button:disabled {
    cursor: not-allowed;
    opacity: 0.32;
}

.style_zoomRail__h_48U .style_zoomValue__C8NcL {
    min-width: 44px;
    color: var(--TextColor1);
    font-size: 12px;
    line-height: 32px;
    text-align: center;
}

.style_zoomIcon__paZ5m {
    display: block;
    font-size: 18px;
    line-height: 1;
}

.style_divider__SgfLF {
    width: 26px;
    height: 1px;
    margin: 3px 5px;
    background: var(--BorderColor2);
}

.style_colorRail__AAMxX {
    bottom: 12px;
    left: 50%;
    height: 42px;
    align-items: center;
    box-sizing: border-box;
    padding: 7px 12px;
    transform: translateX(-50%);
    max-width: calc(100% - 24px);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    white-space: nowrap;
}

.style_colorRail__AAMxX::-webkit-scrollbar {
    display: none;
}

.style_stylePanelToggle__mQTPy,
.style_collapsedStylePanel__BYY4c {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--TextColor2);
    cursor: pointer;
}

.style_colorRail__AAMxX > button.style_stylePanelToggle__mQTPy {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border: 0;
    border-radius: 6px;
}

.style_stylePanelToggle__mQTPy:hover,
.style_collapsedStylePanel__BYY4c:hover {
    background: var(--PrimaryColor1);
    color: var(--PrimaryColor6);
}

.style_collapsedStylePanel__BYY4c {
    position: absolute;
    z-index: 3;
    right: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
    border: 1px solid var(--BorderColor2);
    border-radius: 8px;
    background: var(--FillColor17);
    box-shadow: 0 4px 14px rgba(64, 61, 60, 0.12);
}
.style_colorRail__AAMxX > button {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    padding: 0;
    border: 1px solid var(--BorderColor3);
    border-radius: 50%;
    cursor: pointer;
}

.style_colorRail__AAMxX > button.style_selectedColor__8Xv4G {
    outline: 2px solid var(--PrimaryColor6);
    outline-offset: 2px;
}

.style_colorDivider__eyEDp {
    width: 1px;
    height: 22px;
    margin: 0 5px;
    background: var(--BorderColor2);
}

.style_customColor__OMpLX {
    position: relative;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 2px solid var(--FillColor17);
    border-radius: 50%;
    outline: 1px solid var(--BorderColor3);
    background: conic-gradient(#ff4d4f, #faad14, #52c41a, #13c2c2, #1677ff, #722ed1, #ff4d4f);
    cursor: pointer;
}

.style_customColorInput__sgCjf {
    position: absolute;
    top: 100%;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
}

.style_strokeOptions__1SroT,
.style_opacityControl___FzkR {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
}

.style_strokeOptions__1SroT {
    gap: 2px;
}

.style_strokeOptions__1SroT button {
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
}

.style_strokeOptions__1SroT button:hover,
.style_strokeOptions__1SroT .style_activeStrokeOption__t2VBR {
    background: var(--PrimaryColor1);
}

.style_strokeOptions__1SroT button > span {
    border-radius: 50%;
    background: var(--TextColor2);
}

.style_strokeOptions__1SroT .style_activeStrokeOption__t2VBR > span {
    background: var(--PrimaryColor6);
}

.style_opacityControl___FzkR {
    gap: 6px;
    color: var(--TextColor2);
    font-size: 12px;
}

.style_opacityControl___FzkR input {
    width: 88px;
    accent-color: var(--PrimaryColor6);
    cursor: pointer;
}

.style_loading__v8ZoZ {
    display: flex;
    flex: 1 1;
    align-items: center;
    justify-content: center;
    color: var(--TextColor3);
}

@media screen and (max-width: 768px) {
    .style_overlay__kpfws {
        padding: 12px;
    }

    .style_dialogStack__Sdq43 {
        width: calc(100vw - 24px);
    }

    .style_dialog__Fi95r {
        height: 420px;
        min-height: 420px;
    }

    .style_toolRail__EBOpf button {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .style_colorRail__AAMxX {
        left: auto;
        right: 8px;
        transform: none;
    }
}

@media screen and (max-height: 760px) {
    .style_overlay__kpfws {
        padding-top: 12px;
    }

    .style_header__eaMoW {
        flex-basis: 42px;
    }

    .style_canvasShell__xhYsj {
        padding: 0 8px 8px;
    }

    .style_toolRail__EBOpf {
        top: 8px;
        left: 8px;
        gap: 2px;
        padding: 4px;
    }

    .style_toolRail__EBOpf button {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        border-radius: 5px;
    }

    .style_divider__SgfLF {
        width: 22px;
        margin: 2px 3px;
    }

    .style_zoomRail__h_48U {
        bottom: 8px;
        left: 8px;
        height: 36px;
        padding: 3px;
    }

    .style_zoomRail__h_48U button {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    .style_zoomRail__h_48U .style_zoomValue__C8NcL {
        min-width: 38px;
        line-height: 28px;
    }

    .style_colorRail__AAMxX,
    .style_collapsedStylePanel__BYY4c {
        bottom: 8px;
    }

    .style_collapsedStylePanel__BYY4c {
        right: 8px;
    }
}
.style_imageTabs__8DgAh {
    display: flex;
    flex: 0 0 44px;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    padding: 0 12px 8px;
}

.style_imageTabs__8DgAh button {
    display: inline-flex;
    height: 34px;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
    border: 1px solid var(--BorderColor2);
    border-radius: 6px;
    background: var(--FillColor2);
    color: var(--TextColor2);
    cursor: pointer;
}

.style_imageTabs__8DgAh button:hover,
.style_imageTabs__8DgAh .style_activeImageTab__R7gJd {
    border-color: var(--PrimaryColor3);
    background: var(--PrimaryColor1);
    color: var(--PrimaryColor6);
}

.style_imageTabs__8DgAh img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.style_canvasPane__zOBtU {
    display: flex;
    min-height: 0;
    flex: 1 1;
}

.style_canvasPaneHidden__XZaAV {
    display: none;
}

.style_title__7aOdm {
    color: var(--TextColor1);
    display: flex;
    align-items: center;
}

.style_saveTime__aPMqa {
    color: var(--TextColor3);
    margin-left: 12px;
}

.style_generateWrap__s4PFo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.style_generateWrapEnhanced___ebvy {
    min-width: 0;
    padding: 4px 8px 10px;
    box-sizing: border-box;
    flex-wrap: nowrap;
}

.style_generateWrap__s4PFo.style_generateWrapWorkspace__pYWGw {
    align-self: center;
    padding: 0;
}

.style_generateWrap__s4PFo.style_generateWrapShadowless__v3kNK {
    width: 100%;
    align-self: stretch;
    padding: 0;
}

.style_generate__NeWmd {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1;
    min-width: 200px;
    padding: 0 12px;
    border-radius: 10px;
    height: 45px;
    background: linear-gradient(283deg, #884cff 3%, #7530fe 90%);
    /* box-shadow: 0px 10px 16px 0px rgba(117, 48, 254, 0.2); */
    color: var(--TextColor14);
    cursor: pointer;
    gap: 6px;
}

.style_generate__NeWmd:hover {
    background: var(--PrimaryColor5);
}

.style_generateModel__DCPza {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1;
    min-width: 128px;
    padding: 0 12px;
    border-radius: 20px;
    height: 40px;
    background: linear-gradient(282.04deg, #7530fe -14.41%, #ab44ff 114.47%);
    box-shadow: 0px 4px 12px 0px rgba(117, 48, 254, 0.3);
    color: var(--TextColor14);
    cursor: pointer;
    gap: 6px;
}

.style_generateModelEnhanced__XPRF1 {
    box-shadow: 0 2px 8px rgba(117, 48, 254, 0.26);
}

.style_generateModelNoShadow__l0_bO {
    box-shadow: none;
}

.style_generateModel__DCPza:hover {
    background: var(--PrimaryColor5);
}

.style_generateLoading__rvlyE {
    background: var(--PrimaryColor5);
}

.style_generateDisable__wnDpX {
    background: var(--PrimaryColor5);
    cursor: not-allowed;
}

.style_generate__NeWmd.style_small__PfzdV {
    height: 40px;
    min-width: 0;
}

.style_generateNewUser__3GLp4 {
    position: absolute;
    bottom: 43px;
    right: 12px;
    color: var(--TextColor14);
}

.style_generateNewUserHint__kFDia {
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    padding: 0 8px;
    background: linear-gradient(270deg, #fe30ac 0%, #9831ff 100%);
}

.style_generateNewUserArrow__w1ITl {
    position: absolute;
    top: 22px;
    right: 28px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #d042bc;
}

.style_consumeHighlightTip__yf34R {
    color: var(--PrimaryColor6);
    margin-right: 4px;
}

.style_consumeTip__ZMlrn {
    color: var(--TextColor11);
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    /* 如果需要整行居中，解开下一行注释 */
    /* justify-content: center; */
}

.style_residueTip__5cqIb {
    text-decoration: underline;
    color: var(--TextColor2);
}

.style_cpuCharge__QC24L {
    margin: 0 4px;
    display: inline-block;
}

.style_computerPowerWrap__uCd8U {
    display: flex;
    align-items: center;
}

.style_free__USOK9 {
    color: var(--TextColor2);
    margin-left: 2px;
}

.style_poseNotice__lDlK0 {
    margin-top: 24px;
}

.style_loadingIcon__jC4su {
    margin-right: 8px;
}

@media (max-width: 768px) {
    .style_generate__NeWmd {
        height: 36px;
        min-width: 0;
    }

    .style_generate__NeWmd.style_small__PfzdV {
        height: 36px;
        min-width: 0;
    }

    .style_loading__HeuTr {
        margin-right: 2px;
    }

    .style_generateWrap__s4PFo {
        gap: 8px;
    }

    .style_generateWrapEnhanced___ebvy {
        gap: 6px;
        flex: 0 1 auto;
        min-width: 0;
        padding: 2px 4px 5px;
        flex-wrap: nowrap;
    }

    .style_generateWrapEnhanced___ebvy.style_generateWrapWorkspace__pYWGw,
    .style_generateWrapEnhanced___ebvy.style_generateWrapShadowless__v3kNK {
        padding: 0;
    }

    .style_generateWrapEnhanced___ebvy .style_consumeTip__ZMlrn {
        flex-shrink: 1;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .style_generateWrapEnhanced___ebvy .style_consumeHighlightTip__yf34R {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .style_generateModelEnhanced__XPRF1 {
        flex: 1 1 auto;
        min-width: 96px;
        height: 36px;
        box-shadow: 0 2px 5px rgba(117, 48, 254, 0.22);
    }

    .style_generateModelNoShadow__l0_bO {
        box-shadow: none;
    }
}

/* Premium 标识 */
.style_premiumBadge__vB6Aw {
    font-size: 14px;
    line-height: 1;
    margin-left: 4px;
    flex-shrink: 0;
}

/* Premium 解锁按钮样式 */
.style_generatePremium___Z6mR {
    background: linear-gradient(283deg, #9831ff 3%, #fe30ac 90%) !important;
    color: #fff !important;
}

.style_generatePremium___Z6mR:hover {
    background: linear-gradient(283deg, #7a28cc 3%, #d4278f 90%) !important;
}

.style_lockIcon__hAeLH {
    margin-right: 6px;
    font-size: 16px;
    flex-shrink: 0;
}

.style_modelInfos__s8vZ2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 10px;
    background-color: var(--FillColor15);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}
.style_highlight__dgEDl {
    color: var(--PrimaryColor11);
}
.style_modelTitle__y0RkY {
    display: flex;
}
.style_desc__8yzyd {
    margin-top: 10px;
    width: 100%;
    border-radius: 8px;
    background-color: var(--FillColor17);
    padding: 12px;
}
.style_templateInfos__s6Cug {
    display: flex;
    align-items: center;
}
.style_aiModel__KaVDB {
    background-color: var(--FillColor15);
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: 10px;
}
.style_aiModelContent__HXJLz {
    text-align: center;
}
.style_fmImgDiv___Jw7h {
    border-radius: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 152px;
    height: 152px;
}
.style_aiModelImg__Xc4r0 {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.style_aiModelConnectImg__cjKc6 {
    margin-left: -5px;
    margin-right: -5px;
    z-index: 1;
}
.style_aiLocation__bt9sr {
    background-color: var(--FillColor15);
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: 10px;
}
.style_aiLocationContent__vVMzC {
    text-align: center;
}
.style_alImgDiv__qI5DP {
    border-radius: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 152px;
    height: 152px;
}
.style_aiLocationImg__zApOB {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.style_PromptInfos__LX_Tu {
    width: 100%;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    padding: 12px;
    border-radius: 10px;
    background-color: var(--FillColor15);
    max-height: 60vh;
}
.style_promptTitle__ZQAwc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.style_promatContent__QA63a {
    width: 100%;
    overflow-y: scroll;
    background-color: var(--FillColor17);
    border-radius: 8px;
    margin-top: 10px;
    padding: 12px;
}
.style_borderR___0cMq {
    border-radius: 10px;
}

.style_promatContent__QA63a::-webkit-scrollbar {
    display: block !important;
    width: 3px !important;
    height: 10px !important;
}

.style_promatContent__QA63a::-webkit-scrollbar-track {
    margin-top: 10px;
}
.style_promatContent__QA63a::-webkit-scrollbar-thumb {
    border-radius: 100px !important;
    background: var(--TextColor13) !important;
}

.style_promatContent__QA63a::-webkit-scrollbar-thumb:hover {
    background-color: var(-BorderColor4) !important;
}

.style_promatContent__QA63a::-webkit-scrollbar-thumb:active {
    background-color: var(--BorderColor5) !important;
}

.style_prompt__T80Ea {
    cursor: pointer;
}
.style_nPrompt__e92wM {
    margin-left: 20px;
    cursor: pointer;
}
.style_unchecked__9C2oC {
    color: var(--TextColor13);
}
.style_paramInfos__U6DuV {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 18px;
}
.style_lora__m2DOV {
    width: 100%;
    padding: 12px;
    background-color: var(--FillColor15);
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.style_loraImg__LCTeJ {
    border-radius: 4px;
}
.style_loraDesc__w7jBY {
    margin-left: 10px;
}
.style_checkpoint___Am7s {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.style_checkpointMain__91W5n {
    display: flex;
    flex-direction: column;
}
.style_checkpointKey__vLucx {
    color: var(--TextColor13);
    margin-top: 4px;
}
.style_stepsAndCfg__BYSKO {
    display: flex;
    align-items: center;
}
.style_stepsMain__pvt6x {
    display: flex;
    flex-direction: column;
}
.style_stepsKey__LUN_E {
    color: var(--TextColor13);
    margin-top: 4px;
}
.style_cfgMain__L3g3y {
    display: flex;
    flex-direction: column;
    margin-left: 45px;
}
.style_cfgKey__g210q {
    color: var(--TextColor13);
    margin-top: 4px;
}
.style_sampler__Re83d {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.style_samplerMain__eGHa5 {
    display: flex;
    flex-direction: column;
}
.style_samplerKey__1rjJD {
    color: var(--TextColor13);
    margin-top: 4px;
}
.style_copyImg__FOgdB {
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.style_copyImg__FOgdB:hover {
    background-color: var(--FillColor3);
}

@media (max-width: 768px) {
    .style_PromptInfos__LX_Tu {
        max-height: 20dvh;
    }
}

.style_rootWrap__olCt_ {
    width: 100%;
    height: 100%;
    min-height: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.style_rootWrapNoText__LOlAW {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.style_topSpacer__W9b0P {
    flex: 1 1;
    min-height: 0;
}

.style_root__Xyrri {
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
    border-radius: 20px;
    padding: 6px 16px 16px 16px;
    background: var(--FillColor17);
    box-sizing: border-box;
    border: 0.5px solid var(--BorderColor11);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.style_rootNoText__Zc_EM {
    height: auto;
    flex: none;
}

.style_contentBody__mSbg6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto;
    min-height: 0;
}

.style_contentBodyInline__XIBGg {
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
    flex: 0 0 auto;
}

.style_editList__3tXcv {
    display: flex;
    gap: 8px;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    flex-direction: column;
}

.style_imageList__CMKfi {
    display: flex;
    align-items: flex-end;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 8px;
}

.style_contentBodyInline__XIBGg .style_imageList__CMKfi {
    align-items: flex-start;
    align-content: flex-start;
    width: min(312px, 30%);
    min-width: 112px;
    max-width: 312px;
}

.style_contentBodyInline__XIBGg .style_editList__3tXcv {
    min-width: 0;
    flex: 1 1 auto;
}

.style_workspaceEnhanced__LkNII .style_bottom__HtoXQ {
    margin-top: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.style_workspaceEnhanced__LkNII {
    min-height: 164px;
    padding: 16px;
    /* box-shadow: none; */
    border-radius: 24px;
    box-shadow: 0px 0px 16px 0px #0000000a;
    overflow: visible;
}

.style_root__Xyrri[data-enhanced-model-input='true'] {
    overflow: visible;
}

.style_workspaceEnhanced__LkNII .style_bottomSetting__GjfOA,
.style_workspaceEnhanced__LkNII .style_bottomSettingContainer__k3uh_ {
    min-width: 0;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
}

.style_workspaceEnhanced__LkNII .style_bottomSetting__GjfOA .ant-select-selector,
.style_workspaceEnhanced__LkNII .style_bottomSetting__GjfOA .ant-select-selection-item,
.style_workspaceEnhanced__LkNII .style_bottomSetting__GjfOA .ant-select-prefix {
    font-size: 12px;
    line-height: 16px;
}

.style_workspaceEnhanced__LkNII .style_contentBodyInline__XIBGg {
    align-items: flex-start;
    gap: 20px;
}

.style_workspaceEnhanced__LkNII .style_contentBodyInline__XIBGg .style_imageList__CMKfi {
    width: auto;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 312px;
}

.style_workspaceEnhanced__LkNII .style_contentBodyInline__XIBGg .style_editList__3tXcv {
    align-self: flex-start;
}

.style_workspaceEnhanced__LkNII .style_textarea__tcguT {
    min-height: calc(3 * 1.5em);
}

.style_imageItem__fLTcv {
    position: relative;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.style_fullscreen__uIIzy {
    width: 32px;
    height: 32px;
    background: var(--FillColor17);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.style_fullscreen__uIIzy:hover {
    background: var(--FillColor15);
}

.style_operations__doozX {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.style_taskImage__R3Ipg {
    border-radius: 10px;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.style_textarea__tcguT {
    flex: 1 1;
    width: 100%;
    min-height: 0;
    overflow: auto;
    color: var(--TextColor11);
    border: none;
    resize: none;
    transition: all 0.3s ease-in-out;
}

.style_textarea__tcguT::-webkit-scrollbar-thumb {
    background-color: var(--BorderColor11);
}

.style_textarea__tcguT::placeholder {
    color: #e0e0e0;
}

.style_textarea__tcguT:focus {
    border: none;
}

.style_popoverRecommendList__Bz1Pi {
    max-height: 256px;
    overflow: auto;
    padding: 0px 4px 0px 8px;
}

.style_popoverRecommendList__Bz1Pi::-webkit-scrollbar {
    width: 3px;
    display: block;
}

.style_popoverRecommendList__Bz1Pi::-webkit-scrollbar-thumb {
    background-color: var(--TextColor13);
    border-radius: 10px;
}

.style_popoverRecommendItem__eMQ_5 {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0px 12px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.style_popoverRecommendItem__eMQ_5:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.style_popoverRecommendItemIndexed__fZKWd {
    background-color: rgba(0, 0, 0, 0.04);
}

.style_popoverRecommendBorder__Jo5nY {
    position: absolute;
    background-color: var(--PrimaryColor6);
    width: 4px;
    height: 38px;
    border-radius: 0px 4px 4px 0px;
    left: -7px;
}

.style_popoverRecommendWrapper__6PaCG {
    width: 240px;
}

.style_popoverRecommendWrapper__6PaCG .ant-popover-inner {
    padding: 8px 2px 8px 0px !important;
}

.style_addImage__psGhI {
    color: var(--PrimaryColor11);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: none;
    border-radius: 10px;
    background-color: var(--FillColor15);
}

.style_bottom__HtoXQ {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 0;
    /* justify-content: flex-end; */
    /* flex-direction: column; */
    gap: 8px;
}

.style_bottomIndex__IHcEI {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    /* flex-direction: column;
    align-items: flex-start; */
}

.style_bottomIndex__IHcEI .style_bottomSetting__GjfOA,
.style_bottomIndex__IHcEI .style_bottomSettingContainer__k3uh_ {
    flex-wrap: wrap;
    white-space: normal;
}

.style_bottomSetting__GjfOA {
    flex: 1 1;
    display: flex;
    overflow: auto;
    align-items: center;
    justify-content: flex-start;
    gap: 4px 8px;
    white-space: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
}

.style_bottomSettingContainer__k3uh_ {
    display: flex;
    gap: 4px 8px;
    align-items: center;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.style_setting__bKQYy {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--FillColor15);
    border-radius: 222px;
    cursor: pointer;
    position: relative;
}

.style_generateWrap__PaVcf {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eee;
    padding-top: 16px;
    gap: 6px;
}

.style_dropDownIcon__G_2vh {
    margin-left: 4px;
}

.style_indexTag__rHHuy {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 8px 0 6px;
    background: linear-gradient(
        270deg,
        rgba(151, 160, 180, 0) 0%,
        rgba(151, 160, 180, 0.2) 20%,
        #97a0b4 100%
    );
    color: #ffffffcc;
    border-bottom-left-radius: 8px;
    line-height: 16px;
}

.style_root__Xyrri.style_small__Ivznl {
    padding: 12px;
}

.style_root__Xyrri.style_small__Ivznl .style_bottomSetting__GjfOA {
    display: none;
}

.style_root__Xyrri.style_small__Ivznl .style_imageItem__fLTcv {
    height: 30px;
    width: 30px;
}

.style_root__Xyrri.style_small__Ivznl .style_editList__3tXcv {
    max-height: 50px;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.style_root__Xyrri.style_small__Ivznl .style_textarea__tcguT {
    height: 22px !important;
    min-height: 22px;
    overflow: hidden !important;
}

.style_root__Xyrri.style_small__Ivznl .style_bottom__HtoXQ {
    position: static;
    flex: none;
    margin-left: 8px;
}

.style_root__Xyrri.style_freeSmall__OMODe .style_textarea__tcguT {
    height: 22px !important;
    padding-right: 190px !important;
}

.style_root__Xyrri.style_small__Ivznl .style_addImage__psGhI {
    font-size: 8px;
    line-height: normal;
    gap: 0;
}

.style_root__Xyrri.style_compactPromptOnly__rM8n_ {
    min-height: 64px;
    cursor: pointer;
}

.style_root__Xyrri.style_compactPromptOnly__rM8n_ .style_editList__3tXcv {
    max-height: 40px;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.style_root__Xyrri.style_compactPromptOnly__rM8n_ .style_textarea__tcguT {
    height: 22px !important;
    min-height: 22px;
    overflow: hidden !important;
}

.style_root__Xyrri.style_compactPromptOnly__rM8n_ .style_bottom__HtoXQ {
    position: static;
    flex: none;
    margin-left: 8px;
}

.style_root__Xyrri[data-enhanced-model-input='true'].style_compactPromptOnly__rM8n_ .style_bottom__HtoXQ {
    width: 100%;
    margin-left: 0;
}

.style_root__Xyrri.style_stackLayout__SVw5o {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.style_root__Xyrri.style_stackLayout__SVw5o .style_imageList__CMKfi {
    flex: 0 0 auto;
    padding-top: 10px;
    max-height: 96px;
    overflow-x: auto;
    overflow-y: auto;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.style_root__Xyrri.style_stackLayout__SVw5o.style_showcaseEditor__fPEPX .style_imageList__CMKfi {
    max-height: 148px;
    gap: 12px;
}

.style_root__Xyrri.style_stackLayout__SVw5o.style_showcaseEditor__fPEPX .style_addImage__psGhI {
    gap: 8px;
    border-width: 1.5px;
}

.style_root__Xyrri.style_stackLayout__SVw5o .style_editList__3tXcv {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.style_root__Xyrri.style_stackLayout__SVw5o .style_textarea__tcguT {
    flex: 1 1 auto;
    min-height: 64px;
    max-height: none;
    overflow: auto;
}

.style_root__Xyrri.style_stackLayout__SVw5o .style_bottomIndex__IHcEI {
    flex: 0 0 auto;
    gap: 8px;
    overflow: hidden;
}

.style_root__Xyrri.style_stackLayout__SVw5o .style_bottomSetting__GjfOA {
    flex: 0 0 auto;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

.style_root__Xyrri.style_stackLayout__SVw5o .style_bottomSettingContainer__k3uh_ {
    flex-wrap: nowrap;
}

.style_root__Xyrri.style_stackLayout__SVw5o .style_generateWrap__PaVcf {
    flex: 0 0 auto;
}

.style_functions__eZNSX {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    right: 16px;
    top: 16px;
}

.style_workspaceEnhanced__LkNII .style_functions__eZNSX {
    z-index: 3;
}

.style_function__KP4XD {
    height: 32px;
    min-width: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    gap: 2px;
    cursor: pointer;
    background-color: var(--FillColor15);
    border-radius: 10px;
    white-space: nowrap;
}

.style_textareaPlaceholder__20ImR {
    width: 100%;
    color: var(--TextColor11);
}

.style_textareaPos__mcHgE {
    border-radius: 10px;
}

.style_textareLoading__LqcyX {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: not-allowed;
    height: 44px;
}

.style_textareLoadingHint__IpN1U {
    color: var(--TextColor2);
    margin-left: 6px;
}

.style_modelCurrent__tKnUH {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding-left: 4px;
    padding-right: 10px;
    gap: 8px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid var(--PrimaryColor11);
    color: var(--TextColor11);
    background-color: var(--FillColor15);
}

.style_modelIcon__wLI0t {
    background-color: var(--FillColor17);
    border-radius: 50%;
}

.style_modelClearIcon__M_Z_6 {
    cursor: pointer;
}

@media (max-width: 768px) {
    .style_root__Xyrri {
        padding: 8px !important;
        border-radius: 10px;
        height: 100%;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .style_root__Xyrri[data-enhanced-model-input='true'] {
        border-radius: 20px 20px 0 0;
    }

    .style_root__Xyrri.style_workspaceEnhanced__LkNII[data-enhanced-model-input='true'] {
        border-radius: 20px;
    }

    .style_root__Xyrri[data-enhanced-model-input='true'].style_compactPromptOnly__rM8n_ {
        border-radius: 20px;
    }

    .style_rootWrap__olCt_ {
        height: 100%;
        min-height: 0;
    }

    .style_rootWrapNoText__LOlAW {
        min-height: 100%;
    }

    .style_rootNoText__Zc_EM {
        height: auto;
        flex: none;
    }

    .style_editList__3tXcv {
        flex: 1 1;
        min-height: 0;
        max-height: none;
        overflow: hidden;
    }

    .style_workspaceEnhanced__LkNII:not(.style_small__Ivznl) .style_editList__3tXcv {
        overflow: visible;
    }

    .style_contentBodyInline__XIBGg {
        flex-direction: column;
        gap: 8px;
    }

    .style_contentBodyInline__XIBGg .style_imageList__CMKfi {
        width: auto;
        min-width: 0;
        max-width: none;
    }

    .style_textarea__tcguT {
        flex: 1 1;
        min-height: 80px;
        max-height: 160px;
        overflow: auto;
    }

    .style_root__Xyrri.style_small__Ivznl {
        max-height: 88px;
    }

    .style_root__Xyrri.style_small__Ivznl .style_imageItem__fLTcv {
        height: 30px;
        width: 30px;
    }

    .style_root__Xyrri.style_small__Ivznl .style_textarea__tcguT {
        height: 44px !important;
    }

    .style_root__Xyrri.style_freeSmall__OMODe .style_textarea__tcguT {
        padding-right: 0 !important;
    }

    .style_root__Xyrri.style_small__Ivznl .style_bottom__HtoXQ {
        position: static;
        flex: none;
        margin-left: 0;
    }

    .style_bottom__HtoXQ {
        flex: 0 0 auto;
        min-height: 0;
        gap: 4px;
    }

    .style_addImage__psGhI {
        gap: 0;
        font-size: 8px;
        line-height: normal;
    }

    .style_imageItem__fLTcv {
        height: 50px;
        width: 50px;
    }

    .style_bottomSetting__GjfOA {
        gap: 4px;
    }

    .style_functions__eZNSX {
        right: 8px;
        top: 8px;
        gap: 8px;
    }

    .style_function__KP4XD {
        padding: 0 4px;
    }

    .style_generateWrap__PaVcf {
        padding-top: 8px;
        border-top: none;
    }

    .style_root__Xyrri.style_small__Ivznl .style_generateWrap__PaVcf {
        padding-top: 0;
    }

    .style_root__Xyrri.style_compactPromptOnly__rM8n_ {
        min-height: 56px;
        max-height: 56px;
    }

    .style_root__Xyrri.style_compactPromptOnly__rM8n_ .style_editList__3tXcv {
        flex: none;
        max-height: 40px;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
    }

    .style_root__Xyrri.style_compactPromptOnly__rM8n_ .style_textarea__tcguT {
        height: 22px !important;
        min-height: 22px;
    }

    .style_root__Xyrri.style_compactPromptOnly__rM8n_ .style_bottom__HtoXQ {
        margin-left: 8px;
    }

    .style_root__Xyrri.style_stackLayout__SVw5o {
        height: 100%;
        min-height: 0;
        overflow: hidden;
    }

    .style_root__Xyrri.style_stackLayout__SVw5o .style_imageList__CMKfi {
        flex: 0 0 auto;
        max-height: 64px;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        align-items: center;
    }

    .style_root__Xyrri.style_stackLayout__SVw5o .style_editList__3tXcv {
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
    }

    .style_root__Xyrri.style_stackLayout__SVw5o .style_textarea__tcguT {
        flex: 1 1 auto;
        min-height: 64px;
        max-height: none;
        overflow: auto;
    }

    .style_root__Xyrri.style_stackLayout__SVw5o .style_bottomIndex__IHcEI {
        flex: 0 0 auto;
        gap: 8px;
        overflow: hidden;
    }

    .style_root__Xyrri.style_stackLayout__SVw5o .style_bottomSetting__GjfOA {
        flex: 0 0 auto;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    .style_root__Xyrri.style_stackLayout__SVw5o .style_bottomSettingContainer__k3uh_ {
        flex-wrap: nowrap;
    }

    .style_root__Xyrri.style_stackLayout__SVw5o .style_generateWrap__PaVcf {
        flex: 0 0 auto;
        padding-top: 8px;
    }

    .style_root__Xyrri.style_stackLayout__SVw5o.style_showcaseEditor__fPEPX {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 0;
        overflow: hidden;
    }

    .style_root__Xyrri.style_stackLayout__SVw5o.style_showcaseEditor__fPEPX .style_imageList__CMKfi {
        flex: 0 0 auto;
        max-height: 120px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .style_root__Xyrri.style_stackLayout__SVw5o.style_showcaseEditor__fPEPX .style_editList__3tXcv {
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .style_root__Xyrri.style_stackLayout__SVw5o.style_showcaseEditor__fPEPX .style_textarea__tcguT {
        flex: 1 1 auto;
        min-height: 0;
        max-height: none;
        overflow: auto;
        padding-bottom: 8px;
    }

    .style_root__Xyrri.style_stackLayout__SVw5o.style_showcaseEditor__fPEPX .style_bottomIndex__IHcEI {
        flex: 0 0 auto;
        gap: 8px;
        overflow: visible;
        padding-top: 8px;
        background: var(--FillColor17);
    }

    .style_root__Xyrri.style_stackLayout__SVw5o.style_showcaseEditor__fPEPX .style_bottomSetting__GjfOA {
        flex: 0 0 auto;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .style_root__Xyrri.style_stackLayout__SVw5o.style_showcaseEditor__fPEPX .style_generateWrap__PaVcf {
        flex: 0 0 auto;
        padding-top: 0;
    }
}

.style_drawInputDock__pf4ax {
    position: relative !important;
    inset: auto !important;
    z-index: auto !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    margin: 0 !important;
    border-top: 0 !important;
    border-radius: 0 0 10px 10px !important;
    transform: none !important;
    box-shadow: none !important;
}

.style_drawOverflow__4smA5,
.style_drawOverflow__4smA5 .style_contentBody__mSbg6,
.style_drawOverflow__4smA5 .style_imageList__CMKfi {
    overflow: visible !important;
}

.style_root__Xyrri.style_small__Ivznl.style_drawOverflow__4smA5 .style_editList__3tXcv {
    max-height: 56px;
}

.style_root__Xyrri.style_small__Ivznl.style_drawOverflow__4smA5 .style_textarea__tcguT {
    height: 28px !important;
    min-height: 28px;
}

.style_showcaseEditor__LjXVd {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.style_editor__mjtqL {
    width: 100%;
    height: auto;
    min-height: 0;
    flex: 1 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
    /* remove outer border/background so inner TextDescription controls appearance */
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    box-sizing: border-box;
}

.style_uploadRow__jkvLL {
    width: 100%;
}

.style_title__NYC66 {
    flex: 0 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    color: var(--PrimaryColor11);
    line-height: 26px;
    font-weight: 700;
    background: linear-gradient(92deg, #ff4d8d 0%, #7c3cff 48%, #0ea5ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.style_uploadItem__oXeIE {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--PrimaryColor11);
    border-radius: 10px;
    background-color: var(--FillColor15);
    cursor: pointer;
}

.style_promptInput__KjAiF {
    width: 100%;
    flex: 1 1;
    min-height: 80px;
    resize: vertical;
    border: none;
    border-radius: 0;
    padding: 0;
    color: var(--TextColor11);
    background: transparent;
    outline: none;
    line-height: 20px;
}

.style_promptInput__KjAiF:focus {
    border: none;
}

@media (max-width: 768px) {
    .style_showcaseEditor__LjXVd {
        flex: 1 1 auto;
        align-items: stretch;
        gap: 8px;
        min-height: 0;
        overflow: hidden;
    }

    .style_editor__mjtqL {
        flex: 1 1 auto;
        height: 100%;
        min-height: 0;
        overflow: hidden;
        padding: 0;
        border-radius: 0;
    }

    .style_uploadItem__oXeIE {
        width: 50px;
        height: 50px;
    }

    .style_title__NYC66 {
        margin: 0 auto;
        text-align: center;
        line-height: 22px;
    }

    .style_promptInput__KjAiF {
        min-height: 72px;
    }
}

.style_caseDetail__qIZM5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    background-color: var(--FillColor17);
    padding-top: 12px;
}

.style_spinWrap__CE2Ig {
    border-radius: 0;
}

.style_spinWrap__CE2Ig .ant-spin-blur {
    opacity: 1 !important;
}

.style_spinWrap__CE2Ig .ant-spin-blur::after {
    opacity: 0 !important;
}

.style_title__nh5qN {
    margin: 15px;
}

.style_showImages__tiFIA {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.style_margin__DaPBT {
    margin-right: 30px;
}

.style_copyImg__JzsuX {
    cursor: pointer;
}

.style_before__EZ9Ac {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 4px 8px;
    color: var(--TextColor14);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_after__Vi50Y {
    top: 8px;
    right: 8px;
    position: absolute;
    padding: 4px 8px;
    color: var(--TextColor14);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_shareBtn__PzUkx {
    position: absolute;
    bottom: 8px;
    right: 8px;
    padding: 4px 10px;
    color: var(--TextColor14);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    transition: background 0.2s;
    z-index: 10;
}

.style_shareBtn__PzUkx:hover {
    background: rgba(0, 0, 0, 0.7);
}

.style_loading__jDDi_ {
    width: 744px;
    height: 680px;
}

.style_imageLeft__bBjYa {
    position: relative;
    background-color: var(--FillColor15);
}

.style_image__8WH8_ {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.style_mask__n41uR {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.style_mask__n41uR:hover {
    opacity: 1;
}

.style_finalImageRight__CcJ2K {
    position: relative;
    background-color: var(--FillColor15);
    height: auto;
    display: block;
}

.style_finalImage__K1fgn {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.style_thumbsBar__qkWUD {
    position: absolute;
    top: 6px;
    right: 6px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 5;
}

.style_thumbItem__UpS9J {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    cursor: pointer;
    background: var(--FillColor15);
}

.style_thumbImage__P_zHu {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.style_activeThumb___UrHO {
    border-color: var(--PrimaryColor11);
}

.style_imageInfos__L0mZk {
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: left;
    align-items: center;
    flex-direction: column;
    padding-top: 16px;
    max-width: 600px;
    gap: 16px;
    padding: 16px;
}

.style_startTrial__tE2MP {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding: 16px 0;
    background-color: var(--FillColor17);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.style_startTrialButton__RzsyU {
    width: 100%;
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-color: var(--PrimaryColor11);
    color: var(--TextColor14);
    border-radius: 10px;
    cursor: pointer;
    gap: 8px;
}

.style_buttonWithImageText__yGPbO {
    text-align: center;
}

.style_outline__UdCaQ {
    border: 1px solid var(--PrimaryColor11);
    background-color: transparent;
    color: var(--PrimaryColor11);
}

.style_loading__jDDi_ {
    opacity: 0.8;
}

.style_tryImg__x_lit {
    margin-left: 10px;
}

.style_spinWrap__CE2Ig .ant-spin-spinning {
    border-radius: 20px !important;
    max-height: 100% !important;
}

.style_spinWrap__CE2Ig .ant-spin-blur::after {
    border-radius: 20px !important;
}

.style_spinWrap__CE2Ig .ant-spin-blur {
    border-radius: 20px !important;
}

.style_spinWrap__CE2Ig .ant-spin-container {
    transition: none !important;
}

@media (max-width: 768px) {
    .style_drawerCaseDetail__oTiXx {
        height: 100%;
        min-height: 0;
        justify-content: flex-start;
        overflow: hidden;
        padding-top: 8px;
    }

    .style_drawerCaseDetail__oTiXx .style_showImages__tiFIA {
        flex: 0 0 auto;
        height: auto;
        max-height: 42%;
        min-height: 0;
        overflow: hidden;
    }

    .style_drawerCaseDetail__oTiXx .style_showImages__tiFIA .style_imageLeft__bBjYa,
    .style_drawerCaseDetail__oTiXx .style_showImages__tiFIA .style_finalImageRight__CcJ2K {
        max-height: 100%;
    }

    .style_drawerCaseDetail__oTiXx .style_showImages__tiFIA .style_image__8WH8_,
    .style_drawerCaseDetail__oTiXx .style_showImages__tiFIA .style_finalImage__K1fgn {
        max-height: 100%;
        object-fit: contain;
    }

    .style_drawerCaseDetail__oTiXx .style_margin__DaPBT {
        margin-right: 0;
    }

    .style_drawerCaseDetail__oTiXx .style_imageInfos__L0mZk {
        flex: 1 1 auto;
        min-height: 0;
        overflow: auto;
        padding: 8px 12px 12px;
        gap: 8px;
    }

    .style_drawerCaseDetail__oTiXx .style_showcaseEditorInfos__pp96U {
        flex: 1 1;
        height: auto;
        align-items: stretch;
        overflow: hidden;
    }

    .style_pageShowcaseEditorInfos___fpti {
        min-height: 0;
        align-items: stretch;
        overflow: hidden;
        padding-top: 8px;
        gap: 8px;
    }

    .style_editorCaseDetail__FPm63 .style_imageInfos__L0mZk {
        height: 100%;
        max-height: none;
    }

    .style_editorCaseDetail__FPm63 .style_showcaseEditorInfos__pp96U {
        height: 100%;
        max-height: none;
        align-items: stretch;
    }
}

.style_caseView__vR3Pg {
    display: flex;
    overflow: auto;
    gap: 30px;
}

.style_leftArea__g8g85 {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.style_showImages__fbzOG {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.style_margin__KdkC_ {
    margin-right: 30px;
}

.style_before__1ASJ_ {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 66px;
    height: 30px;
    color: var(--TextColor14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_downloadBtn__qjMIC {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.style_after__SPbXT {
    top: 10px;
    right: 10px;
    position: absolute;
    width: 66px;
    height: 30px;
    color: var(--TextColor14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_shareBtn__K_EXV {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0 12px;
    height: 30px;
    color: var(--TextColor14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
    z-index: 10;
}

.style_shareBtn__K_EXV:hover {
    background: rgba(0, 0, 0, 0.7);
}

.style_mediaIndex__6Fmun {
    top: 10px;
    right: 10px;
    position: absolute;
    padding: 0 10px;
    height: 30px;
    color: var(--TextColor14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.style_imageLeft__WcldG {
    position: relative;
    background-color: var(--FillColor15);
    max-width: 372px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.style_image__KMosJ {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: block;
    object-fit: contain;
}

.style_mask__vZYBl {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    width: 100%;
    height: 100%;
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    opacity: 0;
}

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

.style_mask__vZYBl:hover {
    opacity: 1;
}

.style_finalImageRight__T0qFS {
    position: relative;
    background-color: var(--FillColor15);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.style_finalImage__C1DEb {
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: block;
}

.style_borderRadius__UuVPO {
    border-radius: 10px;
}

.style_imageInfos__kOJ_K {
    width: 366px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    gap: 12px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 12px;
}

.style_showcaseEditorInfos__wk5iz {
    width: 420px;
    min-width: 420px;
    min-height: 460px;
    max-height: min(680px, calc(100dvh - 120px));
    align-self: center;
    overflow: hidden;
    padding-bottom: 0;
}

.style_startTrial__3wvd8 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: -webkit-sticky;
    position: sticky;
    bottom: -12px;
    z-index: 2;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    background-color: var(--FillColor17);
    box-shadow: 0 -8px 16px var(--FillColor17);
}

.style_startTrialButton__o1Fkk {
    width: 100%;
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-color: var(--PrimaryColor11);
    color: var(--TextColor14);
    border-radius: 10px;
    cursor: pointer;
}

.style_buttonWithImageText__z0dGe {
    text-align: center;
}

.style_outline__i3WIo {
    border: 1px solid var(--PrimaryColor11);
    background-color: transparent;
    color: var(--PrimaryColor11);
}

.style_tryImg__PL8EO {
    margin-left: 12px;
}

.style_videoOverlay__oW0mW {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.style_videoError__LAGDN {
    color: #fff;
    text-align: center;
}

.style_title__fEaaA {
    margin-bottom: 20px;
}

.style_thumbsBar__h_9Cq {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 5;
}

.style_thumbItem__5JRrQ {
    width: 56px;
    height: 56px;
    min-height: 56px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    background: var(--FillColor15);
}

.style_thumbImage__eotDg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.style_activeThumb__4LPOX {
    border-color: var(--PrimaryColor11);
}

.style_skeleton__Gr_Up {
    width: 100%;
    height: 100%;
    background-color: var(--FillColor15);
    animation: style_skeleton-loading__UR2Lz 1.5s infinite;
}

@keyframes style_skeleton-loading__UR2Lz {
    0% {
        background-color: var(--FillColor15);
    }

    50% {
        background-color: var(--FillColor16);
    }

    100% {
        background-color: var(--FillColor15);
    }
}

