.style_tabsWrap__WslvD {
    display: flex;
    /* align-items: baseline; */
    width: 100%;
    z-index: 0;
}
.style_tabsItem__PCmLn {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    cursor: pointer;
    position: relative;
    margin: 0 12px 0 12px;
    padding: 8px;
    border-radius: 8px;
}
.style_simple__zybBI{
    white-space: nowrap;  
}
.style_border__9ULzM {
    width: 4px;
    height: 36px;
    background: transparent;
    border-radius: 0px 4px 4px 0px;
    margin-top: 6px;
}
.style_active__mCF3d {
    background: var(--FillColor6);
}
.style_tabIcon__2wuEM {
    margin-right: 10px;
}
.style_tabIconRadius__e71UT {
    border-radius: 50%;
}
.style_beta__3ohqc {
    position: absolute;
    top: 40px;
    padding: 0 4px;
    background-color: var(--PrimaryColor6);
    color: var(--TextColor5);
    font-size: 10px;
    border-radius: 100px;
    line-height: 15px;
}
.style_floatIcon__GJ9Y_ {
    position: absolute;
    top: 36px;
    right: 12px;
}
.style_dot___0kZi {
    background-color: #f53f3f;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    top: 5px;
    right: 21px;
    position: absolute;
}
.style_newIcon__2UZXO {
    margin-left: 4px;
}
.style_newIconEn__EdTxJ {
    position: absolute;
    border-radius: 100px;
    background: linear-gradient(270deg, #7530fe 0%, #000000 100%);
    top: -4px;
    right: 0px;
    line-height: 20px;
    padding: 0 6px;
    color: var(--TextColor14);
}
.style_free__DCtHf {
    background-color: #ff4d4f;
    color: #fff;
    padding: 0 6px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 4px;
}
.style_free__DCtHf:lang(en-US) {
    position: absolute;
    top: -4px;
    right: 0px;
}

.style_sideEdgeContent__RofSB {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: var(--TextColor11);
}
.style_tabsContent__wm_lo {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow-y: auto;
}
.style_start__KJmD1 {
    display: flex;
    align-items: center;
    width: calc(100% - 32px);
    border-radius: 10px;
    padding: 8px;
    background-color: var(--FillColor17);
    margin: 4px 16px 4px 16px;
    cursor: pointer;
}
.style_agentTitle__goiDg {
    width: 100%;
    width: calc(100% - 48px);
    margin: 6px 20px 8px 20px;
    color: var(--TextColor13);
}
.style_startImg__k0SLl {
    margin-right: 12px;
}
.style_cnLogo__nvc_q {
    margin: 24px 26px 22px 20px;
}

.style_weshopLogo__N1zMq {
    margin: 18px 21px 18px 21px;
}

.style_tabsTop__7tVst {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.style_bottomDivider__yCXZM {
    height: 1px;
    width: 154px;
    background-color: var(--BorderColor11);
    margin-bottom: 10px;
    margin-top: 10px;
}

.style_tabBottom__2DYNm {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/* AI思考过程样式 */
.style_loading__m5CiZ {
    display: flex;
    padding: 20px 24px;
    background: var(--FillColor16);
    border-radius: 20px;
    font-size: 13px;
    color: var(--TextColor11);
    animation: style_thinkingPulse__wTHg2 2s ease-in-out infinite;
}

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

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

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

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

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

.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 {
    width: 50%;
    height: 46px;
    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_storyboardContainer__z_ZGD {
    padding: 24px 30px 70px 30px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.style_storyboardContent__8t_4M {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 100px;
    padding-top: 10px;
    padding-right: var(--ScrollbarThumbPadding);
}

.style_closePreviewButton__CWMyr {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: absolute;
    top: 18px;
    right: 24px;
    z-index: 1;
}

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

.style_header__ci8ly {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    margin-right: 60px;
}

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

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

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

.style_addButton__BezHE:hover {
    background: var(--PrimaryColor10);
    border-color: var(--PrimaryColor10);
}

.style_storyboardTable__aQNG_ {
    border-radius: 8px;
    overflow: hidden;
}

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

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

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

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

.style_editingRow__lWgkC {
    background: #f6ffed !important;
}

.style_editingRow__lWgkC:hover > td {
    background: #f6ffed !important;
}

.style_dragHandle__cmZzn {
    position: absolute;
    top: -6px;
    left: -6px;
}

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

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

/* 新增TextArea样式 */
.style_hoverTextArea__lmCgV {
    border: 1px solid var(--BorderColor11) !important;
    border-radius: 12px !important;
    background: var(--FillColor17) !important;
    color: var(--TextColor13) !important;
    height: 100% !important;
    max-height: 100% !important;
    overflow: auto;
}

.style_hoverTextArea__lmCgV:focus {
    border-color: var(--PrimaryColor11) !important;
    background: var(--FillColor17) !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-1px);
}

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

/* 自定义滚动条样式 */
.style_hoverTextArea__lmCgV::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.style_hoverTextArea__lmCgV::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px;
}

.style_hoverTextArea__lmCgV::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 3px;
    -webkit-transition: 'background' 0.2s ease;
    transition: 'background' 0.2s ease;
}

.style_hoverTextArea__lmCgV::-webkit-scrollbar-thumb:hover {
    background: #bfbfbf;
}

.style_hoverTextArea__lmCgV::-webkit-scrollbar-corner {
    background: transparent;
}

/* 编辑状态样式 */
.style_editingTextArea__sMfgX {
    border-color: var(--PrimaryColor11) !important;
    background: var(--FillColor17) !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
}

/* 只读状态样式 */
.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_editButton__3A0vB {
    opacity: 0;
    transition: opacity 0.2s ease;
    color: var(--PrimaryColor11);
    margin-left: 8px;
}

.style_cellContent__TI_yx:hover .style_editButton__3A0vB {
    opacity: 1;
}

.style_descriptionText___H2E0 {
    display: block;
    line-height: 1.6;
    color: var(--TextColor12);
}

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

.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_referenceImage__n9EhW {
    display: block !important;
    border-radius: 10px;
    object-fit: contain;
}

.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: 245px !important;
    padding: 0 !important;
    pointer-events: none;
    background-color: transparent !important;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .style_storyboardContainer__z_ZGD {
        padding: 16px;
    }

    .style_header__ci8ly {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

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

    .style_imageSection__udfyd {
        align-self: center;
    }
}

@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_editButton__3A0vB {
        opacity: 1;
        align-self: flex-end;
    }
}

.style_footer__dFwDA {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-top: 1px solid var(--BorderColor11);
    position: absolute;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--FillColor15);
    z-index: 20;
}

.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_confirmButtonDisbale__kkkWd {
    background-color: #e3e3e3;
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}

.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;
}
.style_description__TkPy_ {
    position: relative;
    z-index: 10;
    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;
}

/* 编辑面板样式 */
.style_editPanel__5X_OV {
    display: flex;
    flex-direction: column;
    padding: 16px 24px 24px 24px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 24px;
}

.style_backButton__0A6uv {
    align-self: flex-start;
    margin-left: -4px;
    height: 44px;
    padding: 0 10px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
    cursor: pointer;
    border-radius: 4px;
}

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

.style_backIcon__BVUKs {
    display: block;
}

.style_editContent__HP4SV {
    padding-top: 22px;
    height: 100%;
    overflow-y: auto;
}

.style_imagePreviewSection__nPY4z {
    margin-bottom: 50px;
    display: flex;
    gap: 12px;
    width: 100%;
}

.style_imagePreviewTitle__KdS1A {
    color: var(--TextColor11);
}

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

.style_editImagePreview__Q_QqY {
    border-radius: 20px;
    height: auto !important;
    width: 220px !important;
}

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

.style_imageWrapper2__A5T0V {
    border-radius: 10px;
    overflow: hidden;
}

.style_originImage__War2L {
    object-fit: cover;
    height: 64px !important;
    width: 64px !important;
    border-radius: 10px;
}

.style_promptSection__IbeAm {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.style_promptTitle__rcofi {
    color: var(--TextColor11);
}

.style_promptContent__O7S1j {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid var(--BorderColor11);
    border-radius: 20px;
    padding: 20px;
    gap: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

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

.style_promptInput__9Lx9D {
    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-left: 0 !important;
}

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

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

.style_generateSection__wiaLO {
    align-self: flex-end;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background-color: var(--PrimaryColor11);
    cursor: pointer;
}

.style_generateSection__wiaLO:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3);
}

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

    .style_backButton__0A6uv {
        top: 16px;
        left: 16px;
    }

    .style_editContent__HP4SV {
        padding-top: 60px;
    }

    .style_editHeader__qW4rX {
        margin-bottom: 24px;
    }

    .style_imagePreviewContainer__252xx {
        min-height: 150px;
        padding: 16px;
    }

    .style_editImagePreview__Q_QqY {
        width: 100% !important;
        height: auto !important;
    }

    .style_generateButton__VtPYj {
        width: 100%;
        max-width: 300px;
    }
}

.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_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_videoContainer___ZNdf {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.style_video__h1Qdz {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    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 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.style_videoModalContent__XIw2U {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

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

.style_closeButton__N2JL_ {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    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.8);
}

.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;
    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__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;
    aspect-ratio: 3/4;
}
.style_skeleton__anTxo {
    width: 107px;
    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;
}
.style_error___Cyu4 {
    display: flex;
    align-items: center;
    color: #ff4d4f;
}
@keyframes style_skeleton-loading__Mddei {
    0% {
        background-position: 50% 0;
    }
    100% {
        background-position: -150% 0;
    }
}

/* 新增的样式 */
.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;
    border: 1px solid var(--BorderColor11);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.style_audioButton__16Uw8 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.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;
    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__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;
    aspect-ratio: 3/4;
}
.style_skeleton__ujpar {
    width: 107px;
    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 {
    display: flex;
    align-items: center;
    color: #ff4d4f;
}
@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_operation__epl_q .ant-upload-wrapper .ant-upload-drag {
    border: none !important;
    background-color: transparent !important;
}
.style_operation__epl_q .ant-upload-wrapper .ant-upload-drag:hover {
    border: none !important;
}
.style_operation__epl_q .ant-upload-wrapper .ant-upload-drag .ant-upload-btn {
    padding: 0;
}

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

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

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

.style_referenceOptions__q7GRI {
    position: absolute;
    top: -88px;
    left: 0;
    right: 0;
    background-color: var(--FillColor15);
    border-radius: 10px;
    padding: 12px;
    z-index: 1000;
}

.style_referenceOption__YCkpK {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.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_optionDivider__wN2nj {
    height: 1px;
    background: var(--BorderColor11);
    margin: 8px 0;
}

.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_history__content__H0V79 {
    display: flex;
    flex-direction: column;
    min-width: 250px;
    max-width: 250px;
    flex-grow: 1;
    background-color: var(--FillColor15);
    border-left: 1px solid var(--BorderColor11);
    padding: 30px 20px;
    position: relative;
}

.style_history__content__item__b_Wci {
    cursor: pointer;
    padding: 10px;
    border-radius: 6px;
}

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


.style_history__content__item__title__SwQkX{
    display: -webkit-box;         
    -webkit-box-orient: vertical;
    overflow: hidden;            
    text-overflow: ellipsis;     
    -webkit-line-clamp: 3;       
}

.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: fixed;
    top: 98px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 5;
    left: 200px;
}
.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(--FillColor15);
}

.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);
}
.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;
    gap: 30px;
    height: 100%;
    width: 100%;
    background-color: var(--FillColor17);
    justify-content: center;
    padding: 24px 80px;
}

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

/* 右侧 Storyboard 预览区域 */
.style_storyboardPreviewSection__35j7s {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    background-color: var(--FillColor17);
    width: 40%;
    height: 100%;
    animation: style_slideInRight__Vbd4A 0.3s ease;
    border-radius: 16px;
    position: relative;
    border: 1px solid var(--BorderColor11);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    max-width: 800px;
}

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

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

/* 响应式设计 */
@media (max-width: 1400px) {
    .style_chatSection__nOn3w {
        width: 700px;
    }

    .style_chatSectionWithPreview__hu4eq {
        width: 500px;
    }

    .style_storyboardPreviewSection__35j7s {
        width: 350px;
    }
}

@media (max-width: 1200px) {
    .style_chatSection__nOn3w {
        width: 600px;
    }

    .style_chatSectionWithPreview__hu4eq {
        width: 400px;
    }

    .style_storyboardPreviewSection__35j7s {
        width: 300px;
    }
}

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

    .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_messageContent__GdA2O {
    flex: 1 1;
    position: relative;
}

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

.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_userMessage__YAFSK .style_messageBubble__i_MAL {
    background-color: var(--FillColor16);
}

.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_messageImageContainer__7ebZG {
    border-radius: 10px;
    overflow: hidden;
}

.style_messageImage__uw9IC {
    max-width: 100px;
    max-height: 100px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
}

.style_mediaContainer__Tb_hC {
    width: 74px;
    height: 100px;
}

/* 视频容器样式 */
.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_assistantMessage__tqV3L .style_messageBubble__i_MAL {
    background: var(--FillColor15);
    padding: 20px 24px;
    text-wrap: wrap;
}

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

@media (max-width: 768px) {
    .style_mainContent__0vpfw {
        flex-direction: column;
    }
    .style_previewSection__3x4oE {
        height: 300px;
    }
}

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

.style_floatButton__zEagD {
    background-color: #333333;
    border-radius: 30px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: width 0.2s ease;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}
.style_floatIcon__xh2bl {
    cursor: pointer;
}
.style_root__IRV54 {
    width: 412px;
    height: 320px;
}
.style_header__rVIaY {
    height: 65px;
    display: flex;
    padding-left: 15px;
    border-bottom: 1px solid var(--BorderColor11);
}
.style_tab__25_O2 {
    width: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--TextColor13);
    border-bottom: 3px solid transparent;
    cursor: pointer;
}
.style_tab__25_O2.style_active__pe94e {
    color: var(--TextColor11);
    border-bottom: 3px solid var(--PrimaryColor11);
}
.style_content__2ACif {
    padding: 30px 22px;
    display: flex;
}
.style_appItem__JeOba {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 1 1;
}
.style_title__h2Ema {
    margin-top: 10px;
    color: var(--TextColor11);
    padding-bottom: 18px;
}
.style_subTitle__et4j8 {
    position: absolute;
    color: var(--TextColor13);
    min-height: 16px;
    bottom: 0;
    left: -30px;
    right: -30px;
    text-align: center;
}
.style_contentEn__gmo6q {
    padding: 0 22px;
}
.style_floatButton___pdXX {
    background-color: #333333;
    border-radius: 30px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: width 0.2s ease;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}
.style_floatIcon__gjYVs {
    cursor: pointer;
}
.style_popover__Kwhgs .ant-popover-inner {
    border-radius: 20px !important;
    padding: 0 !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
}

.style_broadcast__S1u_2 {
    position: fixed;
    right: 20px;
    bottom: 85px;
    width: 274px;
    padding: 16px;
    background-color: var(--FillColor17);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    z-index: 9;
}
.style_broadcastTitle__BLG99 {
    display: flex;
    justify-content: left;
}
.style_broadcastTitleText___0h_Q {
    color: var(--TextColor1);
    margin-left: 2px;
    margin-bottom: 12px;
}
.style_broadcastContent___0k3t {
    display: flex;
    justify-content: left;
    flex-direction: column;
    margin-bottom: 12px;
    max-height: 400px;
    overflow-y: scroll;
}
.style_broadcastContent___0k3t:lang(zh-CN) {
    word-break: break-all;
}
.style_broadcastContent___0k3t p {
    margin-bottom: 12px;
}
.style_broadcastContent___0k3t a {
    color: var(--PrimaryColor6);
    text-decoration: underline;
}
.style_broadcastButs__MDTix {
    width: 100%;
    display: flex;
    justify-content: right;
}

