.style_submissionModal__ap14Q {
    width: 720px;
    max-width: 90vw;
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
}
.style_submissionTitle__7FNeQ {
    color: var(--TextColor11);
    text-align: center;
    margin-bottom: 24px;
}
.style_tagArea__mus9g {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.style_tagRow___A6cs {
    display: flex;
    align-items: center;
    gap: 12px;
}
.style_tagLabel__AGcS3 {
    min-width: 80px;
    color: var(--TextColor11);
}
.style_tagControl__TyGrD {
    flex: 1 1;
    display: flex;
    align-items: center;
}
.style_tagControl__TyGrD .ant-cascader {
    width: 100%;
}
.style_tagControl__TyGrD .ant-cascader .ant-select-selector {
    border-radius: 10px;
}
.style_modalFooter__CCAz0 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}
.style_footerBtn__u2hWB {
    width: 120px;
    height: 44px;
}
.style_loading__Sg_4v {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    color: var(--TextColor11);
    padding: 12px 0;
}
.style_configLoading__KPmXY {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_loading__Sg_4v .style_tagRow___A6cs {
    width: 100%;
}

@media (max-width: 768px) {
    .style_submissionModal__ap14Q {
        width: 92vw;
        padding: 16px;
    }
    .style_tagRow___A6cs {
        flex-direction: column;
        align-items: flex-start;
    }
    .style_tagLabel__AGcS3 {
        margin-bottom: 6px;
    }
    .style_footerBtn__u2hWB {
        width: 104px;
        height: 40px;
    }
}

.style_contribute__XeFPy {
    padding: 9px 10px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
}
.style_contribute__XeFPy:hover {
    background-color: rgba(245, 243, 243, 0.85);
}
.style_contributePreview__c_dR6 {
    padding: 0 16px;
    height: 40px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
}
.style_contributeDefault__AODXI {
    cursor: default;
}
.style_contributeDefault__AODXI:hover {
    background-color: var(--FillColor6);
}
.style_contributeDefaultPreview__6iT0K {
    cursor: default;
}

.style_sendItem__swgw6 {
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    cursor: pointer;
    gap: 6px;
    color: var(--TextColor13);
}
.style_sendItemSmall__OgIYk {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    padding: 0 4px;
    cursor: pointer;
    color: var(--TextColor11);
}
.style_sendIcon__yJAbu {
    background-color: var(--FillColor2);
    border-radius: 50%;
}
@media (max-width: 768px) {
    .style_sendItem__swgw6 {
        width: 90px;
    }
    .style_sendIcon__yJAbu {
        width: 60px !important;
        height: 60px !important;
    }
}

.style_send__IKAgc {
    position: relative;
    background-color: rgba(255, 255, 255, 0.85);
    color: var(--TextColor1);
    border-radius: 20px;
    padding: 8px;
    cursor: pointer;
    pointer-events: auto;
}

.style_send__IKAgc:hover {
    background-color: rgba(245, 243, 243, 0.85);
}

.style_sendPreviewContainer__ynXtn {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1 1;
    position: relative;
    overflow: hidden;
}

.style_arrow__ADMBh {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    pointer-events: auto;
}

.style_arrow__ADMBh:hover {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.8);
}

.style_left__fhzG2 {
    left: 6px;
}

.style_right__OHpPz {
    right: 6px;
}

.style_rightIcon__f5GOQ {
    rotate: 180deg;
}

.style_menuContainer__s9zO0 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    overflow: hidden;
    gap: 8px;
}

.style_moreWrapper__Q9p7I {
    flex-shrink: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.style_line__SKFNC {
    width: 1px;
    height: 20px;
    margin-left: 16px;
    background-color: var(--TextColor12);
}

.style_sendPreview__zOhQW {
    position: relative;
    color: var(--TextColor14);
    height: 40px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
    padding: 8px;
}

.style_recommend__oaF6a {
    opacity: 0.8;
    background: linear-gradient(270deg, #fe30ac 0%, #9831ff 100%);
    border-radius: 276px;
}

.style_dot__FlffH {
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 3px;
    top: 7px;
    right: 7px;
    background-color: #f53f3f;
    z-index: 2;
}

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

.style_sendIconLight__UWt_L {
    filter: brightness(0) saturate(100%) invert(100%);
}

.style_sendContainer__vBvz9 {
    width: 390px;
    display: grid;
    margin-top: 4px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 0;
    gap: 20px 0;
}

.style_sendContainerPreview__dx05R {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.style_sendItem__hNBzW {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    color: var(--TextColor13);
}

.style_sendItemSmall__Cyh_i {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    padding: 4px 8px;
    cursor: pointer;
    color: var(--TextColor11);
}

.style_sendItemSmall__Cyh_i:hover {
    background-color: rgba(245, 243, 243, 0.85);
}

.style_sendIcon__VdyJo {
    background-color: var(--FillColor15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_sendMenu__rlAmu {
    border-radius: 10px;
    background-color: var(--FillColor17);
    padding: 14px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.style_sendMenuPreview__HlzLW {
    border-radius: 10px;
    background-color: var(--FillColor17);
    padding: 8px;
}

.style_sendTitle__cU0nQ {
    color: var(--TextColor11);
    margin-bottom: 24px;
}

.style_detailerpairReommend__sTYxa {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 360px;
}

.style_video__nrtzS {
    border-radius: 10px;
    width: 360px;
    height: 270px;
}

.style_close__tWmzt {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .style_sendContainer__vBvz9 {
        width: 100%;
    }

    .style_sendIconLight__UWt_L {
        width: 16px !important;
        height: 16px !important;
    }

    .style_sendPreview__zOhQW {
        height: auto;
        padding: 4px;
        gap: 3px;
        margin-right: 0;
    }

    .style_menuContainer__s9zO0 {
        flex-wrap: wrap !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
}

.style_star__FUrCs {
    background-color: var(--FillColor6);
    color: var(--TextColor1);
    border-radius: 20px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    opacity: 0.85;
}
.style_star__FUrCs:hover {
    background-color: var(--FillColor2);
}
.style_starPreview__nAsA2 {
    color: #fff;
    display: flex;
    gap: 4px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    pointer-events: auto;
}

.styles_container__Myrwj {
    display: flex;
}

.styles_left__s5JWL {
    position: relative;
    overflow: hidden;
}

.styles_leftcircle__EvUgN {
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 0px;
    transform: rotate(45deg);
    /* animation-name: circle_left;
    animation-duration: 30s;
    animation-delay: 0.5s;
    animation-timing-function: cubic-bezier(0.01, 0.99, 0.01, 0.99);
    animation-iteration-count: initial;
    animation-fill-mode: both; */
    transition: all 200ms linear;
}

.styles_right__iv8pA {
    position: relative;
    overflow: hidden;
}

.styles_rightcircle__ZdOwU {
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    transform: rotate(225deg);
    /* animation-name: circle_right;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    animation-iteration-count: initial;
    animation-fill-mode: both; */
    transition: all 200ms linear;
}

@keyframes styles_circle_right__u65Vi {
    0% {
        transform: rotate(-135deg);
    }
    100% {
        transform: rotate(45deg);
    }
}
@keyframes styles_circle_left__4V7w_ {
    0% {
        transform: rotate(-135deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

.style_pro__yWLs6 {
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: var(--FillColor17);
    background: linear-gradient(117deg, var(--FillColor18) 11%, var(--FillColor19) 92%);
    padding: 3px 4px;
}
.style_title__fLV50 {
    margin-left: 2px;
}

.style_download__ZjU5b {
    background-color: var(--FillColor6);
    color: var(--TextColor1);
    border-radius: 20px;
    padding: 10px;
    cursor: pointer;
    pointer-events: auto;
}
.style_download__ZjU5b:hover {
    background-color: var(--FillColor2);
}
.style_downloadEntry__876_T {
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_more__fXTYL {
    position: absolute;
    bottom: 58px;
    right: 12px;
    background-color: var(--FillColor6);
    border-radius: 12px;
    pointer-events: auto;
}
.style_opreateItem__X39yU {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: 30px;
    color: var(--TextColor1);
    border-radius: 10px;
    cursor: pointer;
    padding: 12px;
}
.style_placeholder__aD_rB {
    width: 20px;
    height: 2px;
}
.style_opreateItem__X39yU:hover {
    background-color: var(--FillColor2);
}
.style_opreateItemPreiew__5Ber0 {
    color: #fff;
    padding: 0 16px;
    height: 40px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
}
.style_powerTips__rMPz1 {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_notice__g3dEu {
    margin-top: 24px;
}
.style_primaryColor__UTTuF {
    color: var(--PrimaryColor6);
    padding-right: 4px;
}
.style_cpuCharge__s7pgh {
    margin-left: 4px;
    margin-right: 2px;
}
.style_shareList__27NDy {
    padding-top: 24px;
}

.style_content__ei4Nz {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 800px;
    width: 100%;
    padding: 0 50px;
    border-radius: 20px;
    padding-bottom: 40px;
    background-color: var(--FillColor17);
    position: relative;
}
.style_header__ESepp {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url('/contact-us-background-image.webp');
    background-repeat: no-repeat;
}
.style_star__b2bv2 {
    margin-left: 2px;
}
.style_title__JWMtE {
    color: var(--TextColor11);
    line-height: normal;
    letter-spacing: 0;
    margin-top: 80px;
    z-index: 1;
}
.style_formItemTitle__zYQJS {
    color: var(--TextColor11);
}
.style_desc__AJVv_ {
    color: var(--TextColor11);
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    z-index: 1;
}
.style_form__TR8tI {
    max-width: 460px;
    width: 100%;
}
.style_form__TR8tI .ant-form-item {
    margin-bottom: 20px !important;
}
.style_form__TR8tI .ant-form-item-label {
    color: var(--TextColor15) !important;
}
.style_qrCode__eeKHF {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.style_codeTitle__IY3Yz {
    margin-top: 14px;
    margin-bottom: 40px;
    color: var(--TextColor13);
}
.style_button__NNEbl {
    margin-top: 10px;
    height: 50px;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    background-color: var(--PrimaryColor11);
    color: var(--TextColor14);
    justify-content: center;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .style_button__NNEbl {
        height: 45px;
    }
}

.style_opreateItem__V6TLr {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: 30px;
    color: var(--TextColor1);
    cursor: pointer;
    padding: 12px;
    border-radius: 10px;
}
.style_opreateItem__V6TLr:hover {
    background-color: var(--FillColor2);
}
.style_opreateItem__V6TLr:hover + .style_radios__0OK2h {  
    background-color: var(--FillColor2);  
}  
.style_radios__0OK2h{
    padding: 6px 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.style_placeholder__Zvd7T{
    width: 20px;
    height: 2px;
}
.style_primaryColor__yWanz {
    color: var(--PrimaryColor6);
    padding-right: 4px;
}
.style_cpuCharge__00srx {
    margin-left: 4px;
    margin-right: 2px;
}

.style_root__zaHog {
    display: grid;
    width: min(520px, calc(100vw - 48px));
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    grid-column-gap: 12px;
    column-gap: 12px;
    grid-row-gap: 2px;
    row-gap: 2px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(13, 13, 18, 0.78);
    color: #fff;
    text-align: left;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.26);
    -webkit-backdrop-filter: blur(18px);
            backdrop-filter: blur(18px);
}

.style_title__eyfE9 {
    color: #fff;
    line-height: 18px;
}

.style_desc__kvD_M {
    color: rgba(255, 255, 255, 0.78);
    line-height: 18px;
}

.style_payButton__rZ7x4 {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-width: 104px;
    height: 32px;
    padding: 0 14px;
    border: 0;
    border-radius: 8px;
    background: var(--PrimaryColor11);
    color: var(--TextColor14);
    cursor: pointer;
    white-space: nowrap;
}

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

@media (max-width: 768px) {
    .style_root__zaHog {
        width: min(320px, calc(100vw - 40px));
        padding: 10px 12px;
    }
}

.style_opreateItem__peZMh {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: 30px;
    color: var(--TextColor1);
    border-radius: 10px;
    cursor: pointer;
    padding: 12px;
    pointer-events: auto;
}
.style_opreateItem__peZMh:hover {
    background-color: var(--FillColor2);
}
.style_opreateItem__peZMh:hover + .style_radios__1_FmJ {  
    background-color: var(--FillColor2);  
}  
.style_opreateCustomizeItem__qPUBH {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    pointer-events: auto;
}
.style_radios__1_FmJ{
    padding: 6px 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.style_placeholder__tpHBp{
    width: 20px;
    height: 2px;
}
.style_opreateItemPreiew__uXnwD {
    color: #fff;
    padding: 0 16px;
    height: 40px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
}
.style_download__huVp_ {
    opacity: 0.85;
    background-color: var(--FillColor6);
    color: var(--TextColor1);
    border-radius: 20px;
    padding: 8px;
    cursor: pointer;
    pointer-events: auto;
}
.style_download__huVp_:hover {
    background-color: var(--FillColor2);
}
.style_downloadEntry__ky7Ai {
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_download__ghWKB {
    opacity: 0.85;
    background-color: var(--FillColor6);
    color: var(--TextColor1);
    border-radius: 20px;
    padding: 8px;
    cursor: pointer;
    pointer-events: auto;
}
.style_download__ghWKB:hover {
    background-color: var(--FillColor2);
}
.style_downloadEntry__JWJNZ {
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_more__3gWJC {
    background-color: var(--FillColor17);
    border-radius: 10px;
    pointer-events: auto;
}
.style_opreateItemPreiew__CnHt6 {
    color: #fff;
    padding: 0 16px;
    height: 40px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
}

.style_generateVideo__xNuyu {
    position: relative;
    background-color: var(--PrimaryColor11);
    height: 40px;
    border-radius: 30px;
    align-items: center;
    display: flex;
    padding: 0 12px;
    color: var(--TextColor14);
    margin-left: 12px;
    cursor: pointer;
    pointer-events: auto;
    gap: 4px;
}
.style_generateCircle__Tjd_1 {
    position: relative;
    background-color: var(--PrimaryColor11);
    color: var(--TextColor1);
    border-radius: 20px;
    width: 36px;
    height: 36px;
    color: var(--TextColor14);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    opacity: 0.85;
}
.style_generateCircle__Tjd_1:hover {
    background-color: #7d3ae0;
}
.style_beta__7Atdu {
    position: absolute;
    right: -6px;
    top: -14px;
    background: linear-gradient(270deg, #7530fe 0%, #000000 100%);
    color: #fff;
    padding: 0 6px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
}
.style_beta2__CRuoS {
    position: absolute;
    right: -10px;
    top: 2px;
    background: linear-gradient(270deg, #7530fe 0%, #000000 100%);
    color: var(--TextColor14);
    padding: 0 4px;
    border-radius: 100px;
    font-size: 8px;
    font-weight: bold;
    line-height: 12px;
}
.style_proIcon__WUnHk {
    position: absolute;
    top: -10px;
    right: 7px;
    object-fit: contain;
}
.style_proIcon2__3jkAW {
    position: absolute;
    top: -2px;
    right: -8px;
    object-fit: contain;
}
.style_powerTips__WOzpI {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_notice__vpHZk {
    margin-top: 24px;
}
.style_primaryColor__0X0_P {
    color: var(--PrimaryColor6);
    padding-right: 4px;
}
.style_cpuCharge__lVGiG {
    margin-left: 4px;
    margin-right: 2px;
}

@media (max-width: 768px) {
    .style_generateVideo__xNuyu {
        display: none;
    }
    .style_generateCircle__Tjd_1 {
        display: none;
    }
}

.style_jump__PfJVX {
    background-color: var(--FillColor6);
    color: var(--TextColor1);
    border-radius: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    opacity: 0.85;
}
.style_jump__PfJVX:hover {
    background-color: var(--FillColor2);
}
.style_jumpPreview__xRrwP {
    color: #fff;
    display: flex;
    gap: 4px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    pointer-events: auto;
}

.style_jump__13GDa {
    background-color: var(--FillColor6);
    color: var(--TextColor1);
    border-radius: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    opacity: 0.85;
}
.style_jump__13GDa:hover {
    background-color: var(--FillColor2);
}
.style_jumpPreview__ftJpu {
    color: #fff;
    display: flex;
    gap: 4px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    pointer-events: auto;
}

.style_container__jzpqQ {
    height: 60px;
    position: relative;
    max-width: 100%;
}

.style_title__jMp2n {
    color: var(--TextColor14);
    position: absolute;
    top: -28px;
    width: 100%;
    text-align: center;
}

.style_line__oqNOl {
    width: 1px;
    height: 20px;
    background-color: var(--TextColor12);
}

.style_content___QxCH {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 12px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 30px;
    white-space: nowrap;
    overflow: auto;
    max-width: 100%;
    position: relative;
}

.style_forbidden__XhFHL {
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10;
    cursor: not-allowed;
    pointer-events: auto;
}

.style_proIcon__PaPSo {
    position: absolute;
    top: -10px;
    right: 7px;
    object-fit: contain;
}

.style_disabled__BDsJk {
    pointer-events: none;
    opacity: 0.7;
}

.style_changVideo__npYjT {
    display: flex;
    height: 40px;
    margin-left: 12px;
    padding: 1px;
    align-items: center;
    border-radius: 30px;
    border: 1px solid var(--FillColor17);
    background: var(--TextColor12);
}

.style_changVideoBtn__doaJ5 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 10px;
    gap: 4px;
    border-radius: 30px;
    cursor: pointer;
    pointer-events: auto;
    color: var(--TextColor14);
}

.style_changVideoBtn__doaJ5.style_active__7Olpa {
    background-color: var(--PrimaryColor11);
}
.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: var(--ScrollbarThumbWidth) !important;
}

.style_promatContent__QA63a::-webkit-scrollbar-thumb {
    border-radius: 100px !important;
    background: var(--ScrollbarThumbColor) !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);
}

.style_startTrial__ggl7U {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 2;
}

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

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

.style_buttonWithImageText__DSyPN {
    text-align: center;
}

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

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

.style_loading__8CE9t {
    opacity: 0.8;
    pointer-events: none;
}

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

.style_root__rcbZW {
    position: relative;
    border-radius: 10px;
    background: var(--FillColor17);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    /* padding-bottom: 12px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.style_close__ztT4z {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}
.style_header__JFZyk {
    height: 50px;
    width: 100%;
    /* padding: 0 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: url('/bg_login_recommend_header.webp') no-repeat center;
    background-size: cover;
}
.style_strong___kMnR {
    margin-left: 4px;
    background: linear-gradient(270deg, #7530fe 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.style_title__dEU6m {
    color: var(--TextColor11);
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.style_content__0Bigv {
    width: 100%;
    padding: 14px 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: var(--TextColor11);
    background: url('/bg_login_recommend_rb.webp') no-repeat bottom right;
}
.style_item__iOt5A {
    display: flex;
    align-items: center;
    gap: 8px;
}
.style_pro__OvMT4 {
    margin-right: 6px;
}
.style_enjoy__A_Wc4 {
    color: var(--TextColor13);
}

.style_proHint__nI_IV {
    position: relative;
    padding: 0 16px;
    height: 38px;
    color: var(--TextColor14);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(270deg, var(--PrimaryColor11) 0%, #000000 100%);
    cursor: pointer;
}

.style_proHint__nI_IV::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(
        90deg,
        #ffffffa0 0%,
        #ffffff00 15%,
        #ffffff00 85%,
        #ffffffa0 100%
    );
    background-size: 200% 100%;
    background-position: 50% 0;
    animation: style_style_skeleton-loading__BxkRd__mvD11 2s ease-in-out infinite;
    border-radius: 10px;
}

.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: visible;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    box-sizing: border-box;
}

.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_subtitle__mosym,
.style_caption__B6oTN {
    display: none;
}

.style_uploadRow__jkvLL {
    width: 100%;
}

.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;
}

.style_presentation__0m_gs {
    height: auto;
    gap: 26px;
}

.style_presentation__0m_gs .style_editor__mjtqL {
    height: 600px;
    flex: 0 0 auto;
    gap: 0;
    padding: 24px;
    border-radius: 20px;
    background: var(--FillColor17);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.style_presentation__0m_gs .style_title__NYC66 {
    width: 100%;
    color: var(--TextColor11);
    line-height: 28px;
    text-align: left;
    background: none;
    -webkit-text-fill-color: currentColor;
}

.style_presentation__0m_gs .style_subtitle__mosym {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 24px;
    color: #a4aec4;
    line-height: 22px;
}

.style_presentation__0m_gs .style_caption__B6oTN {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(92deg, #ff37c7 0%, #7b2cff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.style_presentation__0m_gs .style_editor__mjtqL [data-enhanced-model-input='true'] {
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
}

.style_presentation__0m_gs .style_editor__mjtqL [data-enhanced-model-input='true'] > div {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    overflow: hidden;
}

.style_presentation__0m_gs .style_editor__mjtqL [data-enhanced-model-input='true'] > div > div:first-child {
    flex: 0 0 auto;
    max-height: 186px;
    padding: 10px 10px 0 0;
    overflow: hidden;
}

.style_presentation__0m_gs .style_editor__mjtqL [data-enhanced-model-input='true'] > div > div:first-child > div {
    gap: 16px;
}

.style_presentation__0m_gs .style_editor__mjtqL [data-enhanced-model-input='true'] > div > div:last-child {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
}

.style_presentation__0m_gs.style_promptReadonly__HZHhL .style_editor__mjtqL [contenteditable] {
    display: -webkit-box;
    min-height: 56px;
    max-height: 56px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #8f9ab2;
    line-height: 28px;
    cursor: default;
    pointer-events: none;
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}

.style_presentation__0m_gs.style_promptEditable__dcZZQ .style_editor__mjtqL [contenteditable='true'] {
    min-height: 96px;
    max-height: none;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: var(--TextColor11);
    cursor: text;
    pointer-events: auto;
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
    box-sizing: border-box;
    overflow: auto;
}

.style_presentation__0m_gs
    .style_editor__mjtqL
    [data-enhanced-model-input='true'] > div > div:last-child > div:last-child {
    flex: 0 0 auto;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #eceef5;
    background: transparent;
    overflow: visible;
}

.style_presentation__0m_gs
    .style_editor__mjtqL
    [data-enhanced-model-input='true'] > div > div:last-child > div:last-child > div:first-child {
    max-width: 100%;
    overflow: hidden;
}

.style_presentation__0m_gs .style_editor__mjtqL [data-enhanced-model-input='true'] [class*='generateWrap'] {
    width: 100%;
    max-width: 100%;
    gap: 12px;
    overflow: visible;
}

.style_presentation__0m_gs .style_editor__mjtqL [data-enhanced-model-input='true'] [class*='generateWrap'] > div:last-child {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 56px;
    border-radius: 28px;
}

.style_presentation__0m_gs .style_editor__mjtqL [data-enhanced-model-input='true'] button,
.style_presentation__0m_gs .style_editor__mjtqL [data-enhanced-model-input='true'] [role='button'] {
    pointer-events: auto;
}

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

.style_facePosition__oFqVZ {
    position: absolute;
    z-index: 10;
}

.style_areaTopLeft__S_iWC {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

.style_areaTopRight__hhvhS {
    position: absolute;
    right: 0;
    top: 0;
    rotate: 90deg;
    z-index: 11;
}

.style_areaBottomRight__UH8ws {
    position: absolute;
    right: 0;
    bottom: 0;
    rotate: 180deg;
    z-index: 11;
}

.style_areaBottomLeft__E1TYf {
    position: absolute;
    left: 0;
    bottom: 0;
    rotate: 270deg;
    z-index: 11;
}

.style_areaCreateWrap__4qLk2 {
    position: absolute;
    top: -60px;
    left: -10px;
    height: 60px;
    display: flex;
    align-items: center;
}

.style_areaCreate__h3GPP {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 0 14px;
    height: 30px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    cursor: pointer;
}

.style_areaTxt___Pc_9 {
    color: var(--PrimaryColor11);
    white-space: nowrap;
}

.style_createdHint__IuXAo {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 0 14px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    transform: translate(-50%, -50%);
}

.style_createHintTxt__n1hlQ {
    color: var(--TextColor11);
    white-space: nowrap;
}

.style_createHintClose__QPh3g {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

.style_headWrap__WIeZg {
    margin-right: 6px;
    position: relative;
}

.style_list__HeWUS {
    position: absolute;
    top: 34px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    color: var(--TextColor11);
    width: 78px;
    border-radius: 10px;
    padding: 8px 0;
}

.style_item__2onUs {
    width: 100%;
    padding-left: 12px;
    height: 19px;
    cursor: pointer;
    font-weight: 500;
    line-height: 19px;
}

.style_active__Rheou {
    background-color: var(--PrimaryColor14);
    color: var(--PrimaryColor11);
}

.style_leftArea__c9q5W {
    height: auto;
    max-height: min(680px, calc(100dvh - 120px));
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.style_mobileLayout__5i7tE {
    flex: 0 0 auto;
    max-width: 100%;
    max-height: min(200px, calc(100dvh - 240px));
    align-self: center;
    padding-top: 8px;
}

.style_mobileLayout__5i7tE .style_showImages__IbijH {
    max-width: 100%;
    overflow: hidden;
}

.style_mobileLayout__5i7tE .style_imageLeft__Q749U,
.style_mobileLayout__5i7tE .style_finalImageRight__RwYoi {
    flex: 0 0 auto;
    max-height: 100%;
}

.style_mobileLayout__5i7tE .style_image__zYssU,
.style_mobileLayout__5i7tE .style_finalImage__HsEux {
    max-height: 100%;
    object-fit: contain;
}

.style_mobileLayout__5i7tE .style_thumbsBar__zvivK {
    top: 6px;
    right: 6px;
    bottom: 6px;
    gap: 4px;
}

.style_mobileLayout__5i7tE .style_thumbItem__i52ME {
    width: 36px;
    height: 36px;
    min-height: 36px;
    border-radius: 5px;
    border-width: 1px;
}

.style_mobileLayout__5i7tE .style_title__uJXNz {
    margin: 15px;
}

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

.style_before__gWYzg {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 12px;
    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__hFnPy {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.style_after__yo6A_ {
    top: 10px;
    right: 10px;
    position: absolute;
    padding: 0 12px;
    height: 30px;
    color: var(--TextColor14);
    border-radius: 8px;
    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__hNLsG {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0 12px;
    height: 30px;
    color: var(--TextColor14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    z-index: 10;
}

.style_shareBtn__hNLsG:hover {
    background: rgba(0, 0, 0, 0.4);
}

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

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

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

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

.style_mask__td_mG:hover {
    opacity: 1;
}

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

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

.style_borderRadius__lCD4f {
    border-radius: 10px;
}

.style_title__uJXNz {
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

.style_showDetailSafari__LjyOA .ant-image-img {
    width: auto !important;
}

.style_originImage__XAHt3,
.style_finalImage__8h26_ {
    font-size: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100vw - 120px);
    height: auto;
    min-height: 0;
    overflow: hidden;
}

.style_content__if7a2 .ant-image {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.style_image__pCst6 {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.style_video__RmZIM {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.style_origin__Kprq_ {
    border-radius: 20px 0 0 20px;
    object-fit: contain;
    background-color: #fff;
}

.style_final__wjJ1X {
    border-radius: 0 20px 20px 0;
}

.style_single__neJab {
    border-radius: 20px;
}

.style_before__NIO9u {
    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);
    justify-content: center;
    display: flex;
    align-items: center;
}

.style_after__Op7A_ {
    top: 10px;
    right: 10px;
    position: absolute;
    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);
    justify-content: center;
    display: flex;
    align-items: center;
}

.style_proHint__wR917 {
    position: absolute;
    z-index: 101;
    top: 10px;
}

.style_videoOverlay__kYsD1 {
    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.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}

.style_videoError__uhq1E {
    color: #fff;
    text-align: center;
    margin-top: 40px;
}

.style_image__pCst6::-webkit-media-controls-volume-slider,
.style_image__pCst6::-webkit-media-controls-mute-button {
    display: none !important;
}

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

.style_thumbItem__GoTo2 {
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    background: var(--FillColor15);
}

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

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

@media (max-width: 768px) {
    .style_single__neJab {
        border-radius: 4px;
    }

    .style_after__Op7A_ {
        display: none;
    }

    .style_finalImage__8h26_ {
        max-width: calc(100vw - 24px);
        width: 100%;
    }
}

.style_caseView__vR3Pg {
    display: flex;
    align-items: stretch;
    overflow: auto;
    gap: 30px;
    max-height: min(680px, calc(100dvh - 120px));
}

.style_showcasePresentationLayout__KfPBJ {
    width: min(1010px, calc(100vw - 180px));
    max-height: none;
    position: relative;
    align-items: stretch;
    justify-content: center;
    gap: 60px;
    padding-top: 58px;
    box-sizing: border-box;
    overflow: visible;
}

.style_shareButton__nwGit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.style_shareButton__nwGit:hover {
    background: #181818;
}

.style_imageInfos__kOJ_K {
    width: 366px;
    min-width: 366px;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    max-height: min(680px, calc(100dvh - 120px));
    gap: 12px;
    overflow-y: auto;
    overflow-x: hidden;
}

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

.style_showcasePresentationLayout__KfPBJ .style_showcaseEditorInfos__wk5iz {
    width: 380px;
    min-width: 380px;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-bottom: 0;
    overflow: visible;
}

.style_resultColumn__mZNiA {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
}

.style_showcasePresentationLayout__KfPBJ:not(.style_mobileLayout__RmMJK) .style_landscapeResultColumn__KFase {
    min-height: 654px;
    justify-content: center;
}

.style_beforeAfterIcon__gtPe5 {
    position: absolute;
    left: calc(50% - 98px);
    bottom: 30px;
    width: 141px;
    height: 41px;
    z-index: 5;
    pointer-events: none;
}

.style_resultCaption__S7Swo {
    flex: 0 0 auto;
    width: 100%;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(92deg, #ff37c7 0%, #7b2cff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.style_sharePanelMask__EpZKK {
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.38);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}

.style_sharePanel__7zW9A {
    width: 520px;
    max-width: calc(100vw - 48px);
    padding: 18px;
    border-radius: 24px;
    background: #1f2023;
    color: #fff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.style_shareHeader__im_Ma {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.style_shareHeader__im_Ma h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

.style_shareClose__HkQ_a {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #34363a;
    color: rgba(255, 255, 255, 0.72);
    cursor: pointer;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
}

.style_shareCard__KIpkA {
    padding: 24px 26px;
    border-radius: 20px;
    background: #303133;
}

.style_shareCard__KIpkA + .style_shareCard__KIpkA {
    margin-top: 14px;
}

.style_shareCardTitle__KFdZ7 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.style_shareCardDesc__bzTNY {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 16px;
    line-height: 22px;
}

.style_copyRow___FWn3 {
    height: 52px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 0 10px 0 16px;
    border-radius: 16px;
    background: #3b3c3f;
}

.style_copyUrl__SP1yJ {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.42);
    font-size: 18px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.style_copyButton__2Phzi {
    flex: 0 0 auto;
    min-width: 72px;
    height: 36px;
    padding: 0 18px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    color: #181818;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.style_shareOption__Tg94a {
    height: 48px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.style_shareOption__Tg94a:first-of-type {
    margin-top: 18px;
}

.style_shareOptionIcon___tHTn {
    width: 22px;
    flex: 0 0 22px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1;
}

.style_shareOptionMeta__p1E12 {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.48);
    font-size: 16px;
    font-weight: 500;
}

.style_shareOptionArrow__C6lYT {
    color: rgba(255, 255, 255, 0.36);
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
}

.style_mobileLayout__RmMJK {
    width: 100%;
    max-height: none;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    background-color: var(--FillColor17);
}

.style_mobileLayout__RmMJK .style_imageInfos__kOJ_K {
    width: 100%;
    max-width: none;
    max-height: none;
    height: auto;
    margin: 0 auto;
    padding: 16px;
    align-items: center;
    gap: 16px;
    overflow: visible;
}

.style_mobileLayout__RmMJK .style_showcaseEditorInfos__wk5iz {
    min-width: 0;
    max-height: none;
}

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

.style_mobileDrawer__0Lgp8 .style_imageInfos__kOJ_K {
    flex: 1 1 auto;
    min-height: 0;
    padding: 8px 12px 12px;
    gap: 16px;
    overflow: auto;
}

.style_mobileDrawer__0Lgp8 .style_mobileEditorInfos__wOD35 {
    flex: 1 1;
    align-items: stretch;
    overflow: hidden;
}

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

