.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: 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;
    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_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_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%;
}

.style_imageList__BHUNX {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    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_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_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__tvWfl {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.style_swapIcon__YO1Wg {
    cursor: pointer;
}

.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_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;
    min-width: 120px;
}

.style_mentionItem__XyOG2 {
    cursor: pointer;
    border-radius: 6px;
    padding: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.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 {
    color: var(--TextColor13);
    font-size: 14px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    margin: 0 2px;
}

.style_mentionInlineTagImg__UpMlU {
    width: 1.3em;
    height: 1.3em;
    object-fit: cover;
    border-radius: 4px;
    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_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_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_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_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(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_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;
    }
}

/* 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_frameContainer__qW1U8 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.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_canvas__J4XxR {
    opacity: 0.5;
}

.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: 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_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_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: 1px dashed var(--PrimaryColor11);
    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_functions__eZNSX {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    right: 16px;
    top: 16px;
}

.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_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_textarea__tcguT {
        flex: 1 1;
        min-height: 80px;
        max-height: 160px;
        overflow: auto;
    }

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

    .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_editor__mjtqL {
    width: 100%;
    height: 100%;
    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;
    color: var(--TextColor11);
    line-height: 24px;
}

.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_editor__mjtqL {
        height: 100%;
        min-height: 0;
        overflow: hidden;
        padding: 0;
        border-radius: 0;
    }

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

    .style_promptInput__KjAiF {
        min-height: 72px;
    }
}
.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_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-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;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 5;
}

.style_thumbItem__5JRrQ {
    width: 56px;
    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);
    }
}
.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_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;
    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_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_showcaseEditorInfos__pp96U {
    align-items: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.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;
        min-height: 0;
        overflow: hidden;
    }

    .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_editorCaseDetail__FPm63 .style_imageInfos__L0mZk {
        overflow: hidden;
    }

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

