.style_history__content__H0V79 {
    display: flex;
    flex-direction: column;
    min-width: 250px;
    max-width: 250px;
    flex-grow: 1;
    background-color: var(--FillColor17);
    padding: 30px 20px;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    opacity: 0.98;
    animation: style_slideIn__NICmj 0.3s ease-in-out;
}

/* 添加退出动画类 */
.style_history__content__exit___lhIH {
    animation: style_slideOut__aRUdD 0.3s ease-in-out forwards;
}

/* 右侧滑入动画 */
@keyframes style_slideIn__NICmj {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* 添加左侧滑出动画 */
@keyframes style_slideOut__aRUdD {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

.style_history__content__z__7b9MP {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
}

.style_history__content__item__b_Wci {
    cursor: pointer;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    gap: 8px;
}

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

.style_smallImage__CnP5_{
    width: 40px !important;
    height: 40px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

.style_historyInfos__djeDx {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.style_history__content__item__title__SwQkX{
    display: -webkit-box;         
    -webkit-box-orient: vertical;
    overflow: hidden;            
    text-overflow: ellipsis;     
    -webkit-line-clamp: 2;       
}
.style_taskTime__XZusH{
    color: var(--TextColor13);
    white-space: nowrap;         
    overflow: hidden;           
    text-overflow: ellipsis;   
    width: 140px; 
}

.style_historyButtons__7Y_i7 {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.style_add__oudti {
    color: var(--PrimaryColor11);
}
.style_addButton__E_3ad {
    cursor: pointer;
    display: flex;
    gap: 7px;
    justify-content: center;
    align-items: center;
    padding: 8px 12px 8px 15px;
    border-radius: 6px;
    border: 1px solid var(--PrimaryColor11);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.style_foldChat__fRM81 {
    cursor: pointer;
}

.style_unfoldButtons__BIRvV {
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.style_unfoldChat__frhgc {
    cursor: pointer;
}
.style_unfoldAddChat__wQTxI {
    cursor: pointer;
}
.style_taskListTitle__Knqj7 {
    margin: 30px 10px 8px 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--BorderColor11);
}
.style_taskItems__Lwr_A {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow-y: auto;
}

.style_operation__UFXAA {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 13px 9px 13px 10px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */ /* Internet Explorer */
    user-select: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: var(--FillColor17);
}

.style_buttonGroup__rmrut {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--FillColor17);
    padding: 0 16px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    gap: 8px;
}

.style_buttonItem__F73hg {
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
}

.style_separator__RWRH2 {
    width: 1px;
    height: 12px;
    background-color: var(--BorderColor11);
}

.style_buttonText__Ndn74 {
    color: var(--TextColor13);
}

.style_buttonItem__F73hg:hover .style_buttonText__Ndn74 {
    color: var(--TextColor12);
}

@media screen and (max-width: 768px) {
    .style_history__content__H0V79 {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 1000;
    }
}

/* AI思考过程样式 */
.style_loading__m5CiZ {
    display: flex;
}

.style_icon__6bnFD {
    align-self: flex-start;
}

.style_thinkingText__kuuJc {
    margin-left: 10px;
    align-self: center;
}

.style_markdownContent__sonhu {
    color: var(--TextColor11);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    word-break: break-word;
}
.style_markdownContent__sonhu h1 {
    font-size: 18px;
    font-weight: 600;
}

.style_markdownContent__sonhu h2 {
    font-size: 16px;
    font-weight: 600;
}

.style_markdownContent__sonhu h3 {
    font-size: 14px;
    font-weight: 600;
}

.style_markdownContent__sonhu h4 {
    font-size: 14px;
    color: var(--TextColor13);
}

.style_markdownContent__sonhu ul,
.style_markdownContent__sonhu ol {
    font-size: 14px;
}

.style_markdownContent__sonhu li {
    margin-left: 24px;
    list-style: disc;
    list-style-size: 4px;
    -webkit-list-style-size: 4px;
    line-height: 24px;
    color: var(--TextColor13);
}

.style_markdownContent2__ygRhU li {
    margin-left: 24px;
    list-style: disc;
    list-style-size: 4px;
    -webkit-list-style-size: 4px;
    line-height: 24px;
    font-weight: 500;
    color: var(--TextColor11);
}

.style_markdownContent__sonhu img {
    width: 100%;
    /* margin-top: 10px; */
}

.style_markdownContent__sonhu a {
    word-wrap: break-word;
}

.style_markdownContent__sonhu video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
}

.style_confirmView__m6eB3 {
    color: var(--TextColor11);
    background: var(--FillColor15);
    padding: 20px 24px;
    text-wrap: wrap;
    border-radius: 16px;
}

.style_confirmView__m6eB3.style_focus__PS5Rd {
    border: 1px solid var(--PrimaryColor11);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.style_acceptButton__4esVe {
    margin-top: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.style_acceptButtonText__9wQMy,
.style_modifyButton__Qe72X {
    flex: 1 1;
    height: 48px;
    border-radius: 8px;
    color: var(--TextColor14);
    background-color: var(--PrimaryColor11);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

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

.style_confirmViewTitle__IXX_Y {
    color: var(--TextColor13);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.style_storyBoard__0d8Nf {
    position: relative;
    color: var(--TextColor11);
    background: var(--FillColor15);
    padding: 20px 24px;
    text-wrap: wrap;
    border-radius: 16px;
    font-size: 14px;
}
.style_storyBoard__0d8Nf.style_focus__dtEiL {
    border: 1px solid var(--PrimaryColor11);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.style_updateStoryboard__bxqe3 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 8px;
    background: var(--PrimaryColor14);
    border-radius: 0 16px 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.style_headerTitle__uBy6S {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--TextColor13);
    margin-bottom: 12px;
}
.style_buttons__4lzce {
    margin-top: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.style_viewButton__DFbDK {
    min-width: 50%;
    height: 46px;
    padding: 0 16px;
    border-radius: 8px;
    background-color: var(--PrimaryColor11);
    color: var(--TextColor14);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 6px;
}
.style_imageGrid__qspeF {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}
.style_imageItem__2weD0 {
    width: 27%;
    aspect-ratio: 3/4;
    border-radius: 10px;
    border: 1px solid var(--BorderColor11);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_imageRoot__19b_0 {
    width: 100% !important;
    height: 100% !important;
}
.style_image__hWRCD {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
    object-fit: contain;
}
.style_sence__y_bJ5 {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    height: 22px;
    border-radius: 11px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    color: var(--TextColor14);
    white-space: nowrap;
}
.style_more__wTwoa {
    flex: 1 1;
    background-color: var(--FillColor17);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.style_updateStoryboardText__3KSj6 {
    color: var(--TextColor11);
    font-weight: 500;
    background: linear-gradient(270deg, #7530fe 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 2px;
}

/* 编辑面板样式 */
.style_editPanel__e3TtC {
    display: flex;
    position: relative;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    max-width: 800px;
}

.style_resultImage__7TPse{
    border-radius: 20px;
}


.style_imageWrapper__vhLzf {
    border-radius: 20px;
    overflow: hidden;
}


.style_referenceContainer__7g5Td {
    display: flex;
    align-items: center;
    gap: 16px;
}

.style_imageWrapper2__oJdk5 {
    border-radius: 10px;
    overflow: hidden;
    /* border: 1px solid var(--BorderColor11); */
}

.style_originImage__cCpdB {
    object-fit: contain;
    border-radius: 10px;
}

.style_promptSection__xrSbO {
    position: relative;
    display: flex;
    gap: 12px;
    width: 100%;

}
.style_ressultUrl__1gHWW{
    width: 50%;
    position: relative;
}

.style_resultImage__7TPse{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.style_promptSectionContent__x0KQV{
    width: 50%;
}

.style_promptContent__StWui {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid var(--BorderColor11);
    border-radius: 20px;
    padding: 16px;
    width: 100%;
}

.style_promptContent__StWui.style_focus__L9NhT {
    border-color: var(--PrimaryColor11);
    /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important; */
    transform: translateY(-1px);
}

.style_referenceContianer__yb9gS {
    display: flex;
    gap: 8px;
}

.style_promptInput__31xZn {
    color: var(--TextColor11);
    font-size: 16px !important;
    line-height: 22px !important;
    resize: none;
    outline: none;
    box-shadow: none;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 40px !important;
    margin-top: 10px !important;
}

.style_promptInput__31xZn:focus {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.style_promptInput__31xZn::placeholder {
    color: var(--TextColor13);
}

.style_generateSection__TaFFh {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.style_aiEnterButton__MgkX_{
    background-color: var(--FillColor14);
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 6px;
    cursor: pointer;
    color: var(--TextColor13);
    padding: 2px 6px;
    cursor: pointer;
}

.style_enterIcon__Cy4hd{
    font-size: 10px;
    margin-left: 4px;
}

.style_runButton__uAZHs{
    width: 200px;
    height: 40px !important;
}

.style_finalImage__PhyKz{
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.style_downloadBtn__OQPWn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    background: #000;
    color: #fff;
    padding: 0 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.style_downloadBtn__OQPWn:hover {
    transform: translateY(-1px);
}
.style_promptTitle__1wrva{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--TextColor11);
}
.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);
}

.style_tokenNumber__H2ab6 {
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    color: var(--PrimaryColor11);
}
.style_tokenUsageSection__ihmZa {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--TextColor11);
}
.style_tokenUnit__xsrqV {
    color: var(--PrimaryColor11);
}

.style_storyboardContainer__z_ZGD {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.style_storyboardContent__8t_4M {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    overflow: hidden;
}

.style_closePreviewButton__CWMyr {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.style_closePreviewButton__CWMyr.style_disabled__TU_6L {
    cursor: not-allowed;
    opacity: 0.6;
}

.style_closePreviewButton__CWMyr:hover {
    background-color: var(--FillColor15);
    color: var(--TextColor11);
}

.style_header__ci8ly {
    display: flex;
    gap: 16px;
    align-items: center;
    height: 46px;
    margin-bottom: 24px;
    padding-right: 60px;
    position: relative;
}

.style_title__3oRtb {
    margin: 0 !important;
    color: var(--TextColor11);
    font-family: 'Roboto' !important;
    font-weight: 900 !important;
    font-size: 28px !important;
}

.style_title__3oRtb:lang(zh-CN) {
    font-family: var(--Font) !important;
    font-weight: 500 !important;
}

.style_storyboardTable__aQNG_ {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.style_storyboardTable__aQNG_ .ant-table-body {
    scrollbar-color: initial !important;
    scrollbar-width: auto !important;
}

.style_storyboardTable__aQNG_ .ant-table-body::-webkit-scrollbar {
    display: block !important;
    width: 4px !important;
}

.style_storyboardTable__aQNG_ .ant-table-body::-webkit-scrollbar-thumb {
    border-radius: 100px !important;
    background-color: #d7d4d3 !important;
}

.style_storyboardTable__aQNG_ .ant-table-body::-webkit-scrollbar-track {
    background-color: transparent;
}

.style_storyboardTable__aQNG_ .ant-table-body::-webkit-scrollbar-thumb:hover {
    background-color: #97a0b4 !important;
}

.style_storyboardTable__aQNG_ .ant-table-thead > tr > th {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--TextColor11) !important;
    padding: 16px 12px;
    white-space: nowrap;
}

.style_storyboardTable__aQNG_ .ant-table-tbody > tr {
    background-color: var(--FillColor17);
    z-index: 7 !important;
}

.style_storyboardTable__aQNG_ .ant-table-tbody > tr:hover {
    background-color: var(--FillColor15);
}

.style_storyboardTable__aQNG_ .ant-table-tbody > tr > td {
    font-size: 16px !important;
    padding: 16px 12px;
}

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

.style_cellContent__TI_yx {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--TextColor13);
    width: 100%;
    height: 100%;
    white-space: nowrap;
}
.style_operationCell__XK_2I {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.style_addRow__FH_fV,
.style_deleteRow__Tq4C4 {
    cursor: pointer;
    color: var(--PrimaryColor11);
    font-size: 16px;
}
.style_addRow__FH_fV.style_disabled__TU_6L,
.style_deleteRow__Tq4C4.style_disabled__TU_6L {
    cursor: not-allowed;
    color: #ccc;
    opacity: 0.5;
}

.style_separator__8vTaf {
    color: var(--BorderColor11);
    font-size: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.style_cellContent__TI_yx span {
    flex: 1 1;
    word-break: break-word;
}

.style_videoPromptContainer__iBFYT {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid var(--BorderColor11) !important;
    border-radius: 12px !important;
    background: var(--FillColor17) !important;
    padding: 10px;
}
.style_videoPromptContainer__iBFYT.style_focus__NEQGd {
    border-color: var(--PrimaryColor11) !important;
    background: var(--FillColor17) !important;
    box-shadow: none !important;
}

.style_function__sK_b2 {
    background-color: var(--FillColor14);
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 6px;
    cursor: pointer;
    color: var(--TextColor13);
    padding: 2px 6px;
    cursor: pointer;
    font-size: 12px;
}
/* 新增TextArea样式 */
.style_hoverTextArea__lmCgV {
    color: var(--TextColor13) !important;
    font-size: 16px !important;
    line-height: 22px !important;
    resize: none;
    outline: none;
    box-shadow: none;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
    /* 隐藏滚动条 - 兼容所有浏览器 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    overflow: auto; /* 确保内容可以滚动 */
}

.style_hoverTextArea__lmCgV::placeholder {
    color: #bfbfbf;
}

.style_hoverTextArea__lmCgV:focus {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* 隐藏 Webkit 浏览器的滚动条 */
.style_hoverTextArea__lmCgV::-webkit-scrollbar {
    display: none;
}

/* 只读状态样式 */
.style_readonlyTextArea__v4Ywz {
    border-color: transparent !important;
    background: transparent !important;
    cursor: default;
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
}

.style_readonlyTextArea__v4Ywz:hover {
    border-color: transparent !important;
    background: transparent !important;
}

/* 响应式TextArea */
@media (max-width: 768px) {
    .style_hoverTextArea__lmCgV {
        font-size: 13px;
        padding: 8px 10px;
    }

    .style_hoverTextArea__lmCgV::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
}

.style_referenceCell__9H60j {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.style_imageSection__udfyd {
    flex-shrink: 0;
}

.style_imageContainer__FFijr {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--BorderColor11);
}

.style_imageContainer__FFijr .ant-image {
    display: block !important;
}

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

.style_referenceImage__n9EhW {
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
}

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

.style_skeletonPrompt__yzkC3 {
    height: 100%;
    padding: 4px 11px;
    border-radius: 10px;
    color: var(--TextColor13);
    border: 1px solid var(--BorderColor11);
    animation: style_colorChange__550n_ 2.5s forwards;
    white-space: wrap;
    overflow: hidden;
    text-align: start;
}

.style_prompt__8Yc22 {
    width: 100%;
    padding: 4px 11px;
    border-radius: 10px;
    color: var(--TextColor13);
    border: 1px solid var(--BorderColor11);
    white-space: wrap;
    overflow: auto;
    text-align: start;
}

@keyframes style_colorChange__550n_ {
    0% {
        color: var(--TextColor13);
        background: none;
        width: 100%;
    }
    80% {
        color: var(--TextColor13);
        background: none;
        width: 100%;
    }
    100% {
        color: #e9e9e9;
        background: #e9e9e9;
        aspect-ratio: 1/1;
    }
}

.style_skeletonPrompt__yzkC3::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_skeleton-loading__hDhRv 2s ease-in-out infinite;
    animation-delay: 2s;
    border-radius: 10px;
}

.style_skeletonTextGroup__we9Cn {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.style_skeletonVideo__tQxyF {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    text-align: start;
    color: var(--TextColor13);
    padding: 4px 11px;
    background-color: var(--FillColor17);
    border: 1px solid var(--BorderColor11);
    background: #e9e9e9;
    white-space: wrap;
}

.style_skeletonVideo__tQxyF::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_skeleton-loading__hDhRv 2s ease-in-out infinite;
    animation-delay: 2s;
    border-radius: 10px;
}

.style_skeletonText__gKb1k {
    width: 100%;
    height: 16px;
    border-radius: 4px;
    background: #e9e9e9;
    position: relative;
}

.style_skeletonText__gKb1k::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_skeleton-loading__hDhRv 2s ease-in-out infinite;
    border-radius: 10px;
}

@keyframes style_skeleton-loading__hDhRv {
    0% {
        background-position: 50% 0;
    }
    100% {
        background-position: -150% 0;
    }
}

.style_replaceButton__8ZLUy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.style_uploadButton__qujXE {
    width: 28px !important;
    height: 28px !important;
    font-size: 14px !important;
    padding: 2px 6px !important;
    cursor: pointer;
}

.style_loadingColumn__Eu5fW {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    height: 100% !important;
    padding: 0 !important;
    pointer-events: none;
    background-color: transparent !important;
}

/* 响应式设计 */
@media (max-width: 1600px) {
    .style_header__ci8ly {
        height: 40px;
        margin-bottom: 12px;
    }

    .style_title__3oRtb {
        font-size: 24px !important;
    }

    .style_description__TkPy_ {
        font-size: 16px;
        line-height: 18px;
    }

    .style_referenceCell__9H60j {
        flex-direction: column;
        gap: 12px;
    }

    .style_imageSection__udfyd {
        align-self: center;
    }

    .style_storyboardTable__aQNG_ .ant-table-thead > tr > th {
        font-size: 14px !important;
    }

    .style_hoverTextArea__lmCgV {
        font-size: 14px !important;
    }

    .style_skeleton__ldZEh {
        font-size: 14px !important;
    }

    .style_cellContent__TI_yx {
        font-size: 18px !important;
    }
}

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

    .style_storyboardTable__aQNG_ .ant-table-thead > tr > th,
    .style_storyboardTable__aQNG_ .ant-table-tbody > tr > td {
        padding: 12px 8px;
    }

    .style_cellContent__TI_yx {
        flex-direction: column;
        gap: 4px;
    }
}

.style_confirmButtonWrapper__i9fPZ {
    display: flex;
    align-items: center;
    margin-top: 16px;
    gap: 16px;
}

.style_message__uko_N {
    flex: 1 1;
}

.style_confirmButton__DU9fz {
    background: var(--PrimaryColor11);
    height: 46px;
    width: 185px;
    color: var(--TextColor14);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_confirmButton__DU9fz.style_disable__TGbZh {
    background-color: #e3e3e3;
    cursor: not-allowed;
    opacity: 0.6;
}

.style_descriptionWrapper__4_kYo {
    border-radius: 16px;
    background-color: #dad6f7;
    padding: 12px 24px;
    margin-bottom: 20px;
    position: relative;
}

.style_descriptionWrapper__4_kYo::after {
    content: '';
    position: absolute;
    background-color: #dad6f7;
    height: 22px;
    width: 22px;
    rotate: 45deg;
    bottom: -5px;
    left: 60px;
    z-index: 1;
}

.style_description__TkPy_ {
    position: relative;
    color: var(--TextColor12);
    word-break: break-word;
    background: linear-gradient(270deg, #7530fe 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    z-index: 2;
}

.style_tableWrapper__yx8PQ {
    flex: 1 1;
    overflow: hidden;
}

.style_popover__hRfu5 {
}

.style_popover__hRfu5 .ant-popover-inner {
    border-radius: 20px !important;
    padding: 16px !important;
}

.style_popover__hRfu5 .ant-btn-primar {
    background-color: var(--PrimaryColor11) !important;
}

.style_popover__hRfu5 .ant-btn-default:hover {
    border-color: var(--PrimaryColor11) !important;
    color: var(--PrimaryColor11) !important;
}
.style_videoContainer__phqri {
    position: relative;
    height: 100%;
}

.style_editClipButtonContainer__xQwmp {
    position: absolute;
    bottom: 6px;
    right: 0;
    z-index: 999;
    width: 100%;
    display: flex;
    justify-content: center;
}

.style_wsConnecting__VDHhr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 185px;
    background-color: #e3e3e3;
    opacity: 0.6;
    color: var(--TextColor14);
    border-radius: 8px;
}

.style_wsErrorButton__28PHF {
    height: 46px;
    width: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: center;
    background-color: #ff4d4f;
    color: var(--TextColor14);
    border-radius: 8px;
    cursor: pointer;
}

.style_videoPrereview__b6jqD {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    box-sizing: border-box;
    flex: 1 1;
    position: relative;
    overflow: visible;
}

.style_operation__J46RU {
    display: flex;
    width: 100%;
    gap: 6px;
}

.style_action__ZTux_ {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--FillColor17);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: visible; /* 确保粒子可以显示在按钮外 */
}

/* 礼花特效样式 */
.style_fireworkParticle__ap3Gn {
    position: absolute;
    width: 4px; /* 稍微减小粒子大小 */
    height: 4px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1000;
    top: 50%; /* 从按钮中心开始 */
    left: 50%;
    transform: translate(-50%, -50%); /* 居中对齐 */
    animation: style_fireworkAnimation__I_2vy 0.8s ease-out forwards; /* 稍微缩短动画时间 */
}

@keyframes style_fireworkAnimation__I_2vy {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(calc(-50% + var(--x) * 0.6), calc(-50% + var(--y) * 0.6)) scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(0);
        opacity: 0;
    }
}

.style_action__ZTux_:hover {
    transform: translateY(-1px);
}

/* 礼花特效样式 */
.style_fireworkParticle__ap3Gn {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1000;
    animation: style_fireworkAnimation__I_2vy 1s ease-out forwards;
}

@keyframes style_fireworkAnimation__I_2vy {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(calc(var(--x) * 0.8), calc(var(--y) * 0.8)) scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: translate(var(--x), var(--y)) scale(0);
        opacity: 0;
    }
}

/* 点赞按钮激活时的脉冲效果 */
.style_fireworksActive__PIjgJ {
    animation: style_buttonPulse__3qHcU 0.3s ease-out;
}

@keyframes style_buttonPulse__3qHcU {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.style_videoContainer__bP_wj {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    background: var(--FillColor15);
    color: var(--TextColor14);
    width: 100%;
}

.style_loadingOverlay__IjIlb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}

.style_loadingSpinner__GMqXE {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top: 4px solid white;
    border-radius: 50%;
    animation: style_spin__q4YlP 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes style_spin__q4YlP {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

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

.style_downloadBtn__QYdnv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    background: #000;
    color: #fff;
    padding: 0 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.style_downloadBtn__QYdnv:hover {
    transform: translateY(-1px);
}

.style_videoContainer__bP_wj video {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .style_videoPrereview__b6jqD {
        padding: 10px;
    }

    .style_operation__J46RU {
        margin-bottom: 10px;
    }

    .style_downloadBtn__QYdnv {
        width: 90px;
        height: 36px;
        font-size: 13px;
    }

    .style_videoContainer__bP_wj {
        border-radius: 8px;
    }

    .style_videoInfo__AjaYq {
        bottom: 10px;
        right: 10px;
        padding: 4px 8px;
        font-size: 11px;
    }

    .style_loadingSpinner__GMqXE {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .style_videoPrereview__b6jqD {
        padding: 5px;
    }

    .style_downloadBtn__QYdnv {
        width: 80px;
        height: 32px;
        font-size: 12px;
    }

    .style_videoContainer__bP_wj {
        border-radius: 6px;
    }

    .style_videoInfo__AjaYq {
        bottom: 8px;
        right: 8px;
        padding: 3px 6px;
        font-size: 10px;
    }
}

/* 高分辨率屏幕优化 */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .style_videoContainer__bP_wj {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .style_videoInfo__AjaYq {
        font-weight: 600;
    }
}

.style_message__lnQ1o {
    position: relative;
    color: var(--TextColor11);
    background: var(--FillColor15);
    padding: 20px 24px;
    text-wrap: wrap;
    border-radius: 16px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.style_headerTitle__DqzUG {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--TextColor13);
}
.style_imageGrid___HugP {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.style_imageItem__yhQ8U {
    width: 107px;
    max-width: 31%;
    aspect-ratio: 3/4;
    border-radius: 10px;
    border: 1px solid var(--BorderColor11);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.style_imageRoot__uIGk3 {
    width: 100% !important;
    height: 100% !important;
}
.style_image__z_Y80 {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
    object-fit: contain;
}
.style_videoItem__LDlGL {
    width: 107px;
    max-width: 31%;
    aspect-ratio: 3/4;
}
.style_skeleton__anTxo {
    width: 107px;
    max-width: 31%;
    aspect-ratio: 3/4;
    border-radius: 10px;
    background: #e9e9e9;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_skeletonText__GidIJ {
    width: 100%;
    height: 30px;
    border-radius: 4px;
    background: #e9e9e9;
    position: relative;
}

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

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

@keyframes style_skeleton-loading__Mddei {
    0% {
        background-position: 50% 0;
    }
    100% {
        background-position: -150% 0;
    }
}

.style_error___Cyu4 {
    background: rgba(233, 233, 233, 0.6);
    border: none;
    color: var(--TextColor13);
}

/* 新增的样式 */
.style_markdownContainer__rgYXM {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.style_markdownWrapper__MamkO {
    position: relative;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.style_markdownWrapper__MamkO.style_collapsed__QG5GH {
    max-height: 120px;
}

.style_markdownWrapper__MamkO.style_expanded__rHCfV {
    max-height: none;
}

.style_gradientMask__ljktW {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, transparent, var(--FillColor15));
    pointer-events: none;
}

.style_expandButton__XfjXF {
    align-self: flex-end;
    color: var(--TextColor13);
    cursor: pointer;
    padding: 4px 0;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.style_expandButton__XfjXF:hover {
    color: var(--TextColor11);
}

.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_message__wvbmp {
    position: relative;
    color: var(--TextColor11);
    background: var(--FillColor15);
    padding: 20px 24px;
    text-wrap: wrap;
    border-radius: 16px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.style_headerTitle__3UHYi {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--TextColor13);
}
.style_imageGrid__6fESp {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.style_imageItem__0AF7y {
    width: 107px;
    max-width: 31%;
    aspect-ratio: 3/4;
    border-radius: 10px;
    border: 1px solid var(--BorderColor11);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.style_imageRoot__ETYM3 {
    width: 100% !important;
    height: 100% !important;
}
.style_image__EVJeP {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
    object-fit: contain;
}
.style_videoItem__tHOUA {
    width: 107px;
    max-width: 31%;
    aspect-ratio: 3/4;
}
.style_skeleton__ujpar {
    width: 107px;
    max-width: 31%;
    aspect-ratio: 3/4;
    border-radius: 10px;
    background: #e9e9e9;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_skeleton__ujpar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(
        90deg,
        #ffffff60 0%,
        #ffffff00 15%,
        #ffffff00 85%,
        #ffffff60 100%
    );
    background-size: 200% 100%;
    background-position: 50% 0;
    animation: style_skeleton-loading__IyBiH 2s ease-in-out infinite;
    border-radius: 10px;
}
.style_focus__9a5mh {
    border: 1px solid var(--PrimaryColor11);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.style_error__0jc79 {
    background: rgba(233, 233, 233, 0.6);
    border: none;
    color: var(--TextColor13);
}

@keyframes style_skeleton-loading__IyBiH {
    0% {
        background-position: 50% 0;
    }
    100% {
        background-position: -150% 0;
    }
}

/* 新增的样式 */
.style_markdownContainer__EKO0Y {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.style_markdownWrapper__DJLSB {
    position: relative;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.style_markdownWrapper__DJLSB.style_collapsed__CiiXW {
    max-height: 120px;
}

.style_markdownWrapper__DJLSB.style_expanded__BfwkW {
    max-height: none;
}

.style_gradientMask__Bk18T {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, transparent, var(--FillColor15));
    pointer-events: none;
}

.style_expandButton__fydJ3 {
    align-self: flex-end;
    color: var(--TextColor13);
    cursor: pointer;
    padding: 4px 0;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.style_expandButton__fydJ3:hover {
    color: var(--TextColor11);
}

.style_content__O8OTB {
    width: 690px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 80px 40px 80px;
    background: linear-gradient(180deg, var(--FillColor17) 41%, #F0ECFF 100%);
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--BorderColor11);
}
.style_title__jK09w{
    margin-bottom: 18px;
}
.style_desc__gAXtg{
    width: 100%;
    text-align: center;
    margin-bottom: 28px;
}
.style_joinButton__dKGE9{
    cursor: pointer;
    border-radius: 10px;
    padding: 18px 80px;
    color: var(--TextColor14);
    background-color: var(--PrimaryColor11);
}
.style_bold__0ue4D{
    font-weight: 600;
}
.style_close__bk_e6 {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.style_cases__zKHEB {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    gap: 38px;
}
.style_case__4vjou {
    max-width: 246px;
    position: relative;
    margin-bottom: 24px;
}
.style_caseImage__ii_4T{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit:cover;
    cursor: pointer;
}
.style_playImage__wr5dT {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.style_original__oQn4T{
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: 35%;
    height: 100px;
    border-radius: 10px;
    border: 1px solid var(--BorderColor12);
    cursor: pointer;
}
.style_infoTxt__05pc6 {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--TextColor14);
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.style_infoTxt__05pc6:lang(en-US) {
    font-size: 8px;
}
.style_inputText__6wD2s {
    width: 100%;
    position: relative;
    border-radius: 20px;
    padding: 16px;
    background: var(--FillColor17);
    box-sizing: border-box;
    border: 1px solid var(--BorderColor11);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.style_textarea__GUlAf {
    width: 100%;
    color: var(--TextColor11);
    border: none;
    resize: none;
    height: 120px;
}
.style_textarea__GUlAf::placeholder {
    color: var(--TextColor13);
}
.style_textarea__GUlAf:focus {
    border: none;
}
.style_generate__LYmxg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.style_operation__epl_q {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    gap: 6px;
    align-items: center;
}
.style_uploadItem___j_y4 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    background-color: var(--FillColor15);
    border-radius: 222px;
    cursor: pointer;
    position: relative;
}
.style_aiBtn___8cNt {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--PrimaryColor11);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.style_disabled__gWaO6 {
    background: #e3e3e3;
    cursor: not-allowed;
}

.style_productImage__KJx5n {
    margin-right: 20px;
}
.style_uploadBgImage__YVFHo {
    display: flex;
    align-items: center;
    gap: 4px;
}
.style_uploadText__JE6uZ {
    color: var(--TextColor12);
    font-weight: 500;
}

.style_uploadList__j4O9H {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
}
.style_imageList__lrO_q {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.style_imageItem__VSWLH {
    position: relative;
    font-size: 0;
    width: 64px;
    height: 64px;
}
.style_videoCover__RTp_8 {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid var(--BorderColor11);
    background-color: #f0f0f0;
}

.style_videoLoading__J_Pol {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    z-index: 1;
}

.style_loadingSpinner__NJkZT {
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: style_spin__b45Vg 1s linear infinite;
}

@keyframes style_spin__b45Vg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.style_taskImage__YrAbq {
    border-radius: 10px;
    object-fit: cover;
}

.style_placeholder__WPM3W {
    border-radius: 10px;
    background-color: #c8c8c8;
}

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

.style_videoThumbnail__cKrc6 {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.style_audioThumbnail__xqOW9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 10px;
}

.style_fileName__IyXig {
    font-size: 12px;
    color: var(--TextColor12);
    margin-top: 4px;
    text-align: center;
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.style_drag__1Css6 {
}
.style_drag__1Css6 .ant-upload-drag {
    border: none !important;
    background-color: transparent !important;
}
.style_drag__1Css6 .ant-upload-drag:hover {
    border: none !important;
}
.style_drag__1Css6 .ant-upload-drag .ant-upload-btn {
    padding: 0 !important;
}

/* 在现有样式的基础上添加以下样式 */

.style_referenceButton__eEhpv {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease;
    cursor: pointer;
    gap: 6px;
    position: relative;
    min-width: 60px;
}

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

.style_referenceOption__YCkpK:last-child {
    margin-bottom: 0;
}

.style_optionContent__8GSxh {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    border-radius: 10px;
}

.style_optionIcon__oHe5K {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.style_loadingWrap__qAV8g {
    position: relative;
    width: 32px;
    height: 32px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.style_cube__3QCwB {
    width: 6.8px;
    height: 6.8px;
    background-color: var(--PrimaryColor6);
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.style_suspend__C2arF:hover {
    border-radius: 50%;
    background-color: var(--FillColor3);
}

.style_optionsContainer__R4z2R {
    padding-bottom: 8px !important;
}

.style_optionsContainer__R4z2R .ant-popover-inner {
    background-color: var(--FillColor15) !important;
    border-radius: 10px !important;
    padding: 0 10px !important;
    box-shadow: none !important;
}

.style_optionsDivider__TAvnc {
    height: 1px;
    background: var(--BorderColor11);
}

.style_option__sGU9T {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 10px 0;
}

.style_resultContainer__RmNqw {
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: var(--FillColor15);
    position: relative;
}

.style_mainContent__0vpfw {
    display: flex;
    flex-direction: row-reverse;
    gap: 60px;
    height: 100%;
    width: 100%;
    background-color: var(--FillColor17);
    justify-content: center;
    padding: 16px 80px;
}

/* 左侧对话区域 */
.style_chatSection__nOn3w {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    background-color: var(--FillColor17);
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 800px;
    border-radius: 20px;
    animation: style_aminIn__cxFXf 0.3s ease;
}

/* 右侧 Storyboard 预览区域 */
.style_storyboardPreviewSection__35j7s {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    animation: style_aminIn__cxFXf 0.3s ease;
    align-items: center;
    overflow: hidden;
}

.style_previewContent__Q5qEC {
    overflow: hidden;
    height: 100%;
    width: 100%;
    max-width: 800px;
    background-color: var(--FillColor17);
    position: relative;
}

@keyframes style_aminIn__cxFXf {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    .style_mainContent__0vpfw {
        padding: 16px 40px;
    }
}

@media (max-width: 768px) {
    .style_mainContent__0vpfw {
        flex-direction: column;
        padding: 24px 20px;
    }

    .style_previewSection__3x4oE {
        height: 300px;
    }

    .style_chatSection__nOn3w,
    .style_chatSectionWithPreview__hu4eq {
        width: 100%;
        height: auto;
        min-height: 60vh;
    }

    .style_storyboardPreviewSection__35j7s {
        width: 100%;
        height: 40vh;
        border-left: none;
        border-top: 1px solid rgb(242, 243, 245);
    }

    .style_previewHeader__4_vrH {
        padding: 16px 20px 12px;
    }

    .style_previewTitle__G7D_l {
        font-size: 14px;
    }
}

.style_messageContainer__N52l8 {
    flex: 1 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
    padding-right: var(--ScrollbarThumbPadding);
}

.style_storyBoardContainer__eNxFP {
    margin-right: var(--ChatRightMargin);
    margin-bottom: var(--ChatBottomMargin);
    max-width: var(--MaxChatWidth);
}

.style_userMessage__YAFSK {
    align-self: flex-end;
    flex-direction: row-reverse;
    margin-bottom: var(--ChatBottomMargin);
    margin-left: var(--ChatRightMargin);
    max-width: var(--MaxChatWidth);
}

.style_assistantMessage__tqV3L {
    align-self: flex-start;
    margin-bottom: var(--ChatBottomMargin);
    margin-right: var(--ChatRightMargin);
    max-width: var(--MaxChatWidth);
}

.style_messageBubble__i_MAL {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 24px;
    border-radius: 16px;
    color: var(--TextColor11);
}

.style_loadingBubble___QLV8 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 24px;
    border-radius: 16px;
    color: var(--TextColor11);
    background-color: var(--FillColor16);
}

.style_userMessage__YAFSK .style_messageBubble__i_MAL {
    background-color: #f5f7fd;
}

.style_assistantMessage__tqV3L .style_messageBubble__i_MAL {
    background-color: var(--FillColor15);
    text-wrap: wrap;
}

.style_messageError__ZU_sx {
    background: rgba(255, 0, 0, 0.08) !important;
    border: 1px solid rgba(255, 0, 0, 0.5) !important;
    color: #ff0000 !important;
}

.style_messageWarning__IFMwE {
    background: #fffbf0 !important;
    border: 1px solid #ffd666 !important;
    color: #d48806 !important;
}

.style_messageInfo__0BidS {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 12px;
    background-color: rgb(255, 253, 243);
    /* background: linear-gradient(rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 80%); */
}
.style_messageFooter__gH3rV {
    width: 100%;
    height: 80px;
    background: linear-gradient(transparent, var(--FillColor6, rgba(255, 255, 255, 0.9)));
    position: absolute;
    bottom: 0;
    left: 0;
}

.style_imageGrid__Tb5s8 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* 当包含视频时，使用垂直布局 */
.style_imageGrid__Tb5s8.style_hasVideo__3rjIm {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.style_imageContainer__WN1hm {
    border: 1px solid var(--BorderColor11);
    border-radius: 10px;
}

.style_messageImage__uw9IC {
    border-radius: 10px;
    object-fit: contain;
}

.style_mediaContainer__Tb_hC {
    width: 74px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}

/* 视频容器样式 */
.style_videoContainer__FQ4Oy {
    width: 100%;
    max-width: 100%;
}

.style_videoStoryBoard__zKZnr {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    border: 1px solid var(--PrimaryColor11);
}

/* 当包含视频时，图片也使用垂直布局 */
.style_imageGrid__Tb5s8.style_hasVideo__3rjIm .style_messageImage__uw9IC {
    max-width: 100%;
    max-height: 200px;
    width: auto;
    height: auto;
}

.style_waitingForUserResponse__1d__Z {
    background-color: var(--FillColor16);
    padding: 12px 16px;
    text-wrap: wrap;
    border-radius: 12px;
    border-left: 4px solid var(--PrimaryColor11);
    /* box-shadow: 0 2px 8px rgba(250, 173, 20, 0.15); */
    position: relative;
    animation: style_waitingPulse__jstrE 2s ease-in-out infinite;
}

@keyframes style_waitingPulse__jstrE {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 2px 8px rgba(250, 173, 20, 0.15);
    }
    50% {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(250, 173, 20, 0.25);
    }
}

@keyframes style_shimmer__i0GR2 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.style_assistantMessage__tqV3L .prose-container {
    color: var(--TextColor11);
    line-height: 1.2;
    list-style: none;
}

.style_assistantMessage__tqV3L .style_imageGrid__Tb5s8 {
    /* padding: 10px; */
    border-radius: 12px;
}

/* 进度指示器 */
.style_progressIndicator__Pj_mY {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 8px 12px;
    background: rgba(24, 144, 255, 0.05);
    border-radius: 6px;
    border: 1px solid rgba(24, 144, 255, 0.2);
}

.style_progressBar__ZZNOl {
    flex: 1 1;
    height: 4px;
    background-color: #f0f0f0;
    border-radius: 2px;
    overflow: hidden;
}

.style_progressFill__Zy7zu {
    height: 100%;
    background: linear-gradient(90deg, var(--PrimaryColor11), #40a9ff);
    border-radius: 2px;
    animation: style_progressAnimation__h1IfT 2s ease-in-out infinite;
}

.style_progressText__eNVN0 {
    font-size: 12px;
    color: var(--TextColor12);
    min-width: 60px;
    text-align: right;
}

.style_statusBadge__niWzv.style_thinking__ZzjLi {
    background-color: rgba(24, 144, 255, 0.1);
    color: var(--PrimaryColor11);
    border: 1px solid rgba(24, 144, 255, 0.2);
}

.style_statusBadge__niWzv.style_processing__IfQCB {
    background-color: rgba(250, 173, 20, 0.1);
    color: #faad14;
    border: 1px solid rgba(250, 173, 20, 0.2);
}

.style_statusBadge__niWzv.style_completed__GkOna {
    background-color: rgba(82, 196, 26, 0.1);
    color: #52c41a;
    border: 1px solid rgba(82, 196, 26, 0.2);
}

.style_statusBadge__niWzv.style_cancelled__QqoWU {
    background-color: rgba(255, 77, 79, 0.1);
    color: #ff4d4f;
    border: 1px solid rgba(255, 77, 79, 0.2);
}

/* 动画定义 */
@keyframes style_thinkingPulse__JwLgO {
    0%,
    100% {
        opacity: 1;
        transform: translateY(0);
    }
    50% {
        opacity: 0.8;
        transform: translateY(-1px);
    }
}

@keyframes style_thinkingBounce__CKo4E {
    0%,
    80%,
    100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}

@keyframes style_streamingCursor__CVDG4 {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

@keyframes style_typing__6leXk {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes style_blink-caret__US68N {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: var(--PrimaryColor11);
    }
}

@keyframes style_progressAnimation__h1IfT {
    0% {
        width: 0%;
    }
    50% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}

.style_blinkingCursor__mTbw1 {
    display: inline-block;
    width: 1ch;
    animation: style_blink___USQ4 1s steps(1) infinite;
}

@keyframes style_blink___USQ4 {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.style_toolResult__Su8k8 {
    margin-top: 8px;
    background: #f6f6f6;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 12px;
}

.style_previewImage__wBP_l {
    max-width: 120px;
    max-height: 120px;
    border-radius: 6px;
    border: 1px solid #eee;
}

.style_animateBounce__u0w4I {
    animation: style_bounce__jbH5p 1s infinite;
}

@keyframes style_bounce__jbH5p {
    0%,
    20%,
    53%,
    80%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.style_userTool__VL8Tx {
    background-color: var(--PrimaryColor14);
    color: white;
}

.style_assistantTool__Nc_vX {
    background-color: #f6f6f6;
    color: var(--TextColor11);
}

.style_running__TM3fr {
    color: var(--PrimaryColor11);
}

.style_messageTitle__PRhav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.style_messageTitleText___PX1P {
    box-shadow: rgba(165, 165, 165, 0.5) 0px 4px 60px 0px;
    padding: 8px 12px;
    border-radius: 80px;
    background-color: rgb(255, 255, 255);
    color: rgb(74, 83, 95);
}

.style_historyContainer__k2kLa {
    position: absolute;
    top: 16px;
    left: 200px;
    cursor: pointer;
    z-index: 1;
}
.style_tokenUsageSection__ywayu {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 7;
    padding: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    background: var(--FillColor17);
    border: 1px solid var(--BorderColor11);
    border-radius: 12px;
    animation: style_slideInUp__W1upz 0.5s ease;
}
.style_inputSection__NjyYU {
    position: relative;
}

/* WebSocket 错误样式 */
.style_wsErrorContainer__eJqf3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    gap: 12px;
    padding: 20px;
    background: rgba(255, 0, 0, 0.08);
    border: 1px solid rgba(255, 0, 0, 0.5);
    color: #ff0000;
    border-radius: 16px;
}

.style_wsConnectingContainer__iHoHJ {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    gap: 12px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.08);
    border: 1px solid var(--BorderColor11);
    color: var(--TextColor13);
    border-radius: 16px;
}

.style_wsErrorButton__gYyIL {
    padding: 8px 16px;
    background-color: #ff4d4f;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.style_wsErrorButton__gYyIL:hover {
    background-color: #ff7875;
    transform: translateY(-1px);
}

.style_wsErrorButton__gYyIL:active {
    transform: translateY(0);
}

