.style_hide__cABmB {
    display: none;
}
.style_notice__8qlPs {
    width: 100%;
}
.style_noitceLink__oj301 {
    text-decoration: underline;
    cursor: pointer;
}
.style_noticeRoot__yk_LG {
    position: relative;
    background: var(--PrimaryColor2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(
        90deg,
        #eeebff 5%,
        #f9f8ff 54%,
        #ece8ff 100%,
        rgba(243, 242, 253, 0) 100%
    );
}
.style_message__s84ai {
    position: relative;
    display: flex;
    height: 64px;
    width: 100%;
    gap: 4px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    color: var(--TextColor11);
}
.style_messageContent__d4k2y {
    font-variation-settings: 'opsz' auto;
    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_close__h_f39 {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
@media (max-width: 768px) {
    .style_notice__8qlPs {
        display: none;
    }
}

.style_start__Cg951 {
    background-color: var(--FillColor17);
    width: 100%;
    height: calc(100% - var(--WorkspaceHeaderHeight));
    margin-top: var(--WorkspaceHeaderHeight);
    flex: 1 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding-bottom: 100px;
}
.style_startHot__cmYE5 {
    background-color: var(--FillColor17);
    width: 100%;
    height: calc(100% - var(--WorkspaceHeaderHeight));
    flex: 1 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
    max-width: 2650px;
    padding-top: 10px;
}
.style_tabStart__dVILd {
    background-color: var(--FillColor17);
    width: 100%;
    height: calc(100% - var(--WorkspaceHeaderHeight));
    margin-top: 50px;
    flex: 1 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding-bottom: 100px;
}
.style_navsCon__t1LEc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 16px;
}
.style_navsConHot__LWtKf {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.style_centerLastRow__BmlZt {
    justify-content: center;
}


.style_navsConHomepage__iTXj5 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 50px 0 0 0;
    justify-content: center;
}
.style_allNavsCon__hhDxM {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 30px;
    gap: 16px;
}

.style_navItem__GX44K {
    display: flex;
    background-color: var(--FillColor15);
    gap: 16px;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.style_navItem__GX44K::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(117, 48, 254, 0.05) 0%, rgba(117, 48, 254, 0) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.style_navItem__GX44K:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: rgba(117, 48, 254, 0.2);
}

.style_navItem__GX44K:hover::before {
    opacity: 1;
}

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

.style_navItem__GX44K:focus-visible {
    outline: 2px solid rgba(117, 48, 254, 0.5);
    outline-offset: 2px;
}

.style_navInfos__d_ywh {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    min-width: 0;
    gap: 6px;
}

.style_navInfosHot__wFryj {
    font-family: var(--FontInter);
    display: flex;
    flex-direction: column;
    flex: 1 1;
    min-width: 0;
    gap: 6px;
}

.style_navTitle__8bUOx {
    color: var(--TextColor11);
    margin: 0;
    line-height: 1.4;
    word-wrap: break-word;
}

.style_navSubTitle__d_1GI {
    color: var(--TextColor13);
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.style_navIconWrapper__OcD1D {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_navIcon__gyAd9 {
    border-radius: 10px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    object-fit: cover;
    width: 170px;
    height: 110px;
    display: block;
    position: relative;
    overflow: hidden;
}

.style_navIconHot__Lr6xX {
    border-radius: 16px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    object-fit: cover;
    width: 122px;
    height: 82px;
    display: block;
    position: relative;
    overflow: hidden;
}

.style_navItem__GX44K:hover .style_navIcon__gyAd9 {
    transform: scale(1.08);
}

.style_navItem__GX44K:hover .style_navIconHot__Lr6xX {
    transform: scale(1.08);
}
/* .spliceImages {
    display: flex;  
    align-items: flex-start; 
    justify-content: center;  
    width: 100%;   
    height: 168px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
} */
.style_spliceImage__Jyijw {
    object-fit: cover;
    width: 50%;
    height: 100%;
    object-position: top;
}
.style_arrowImage__15HpS {
    position: absolute;
    top: 41%;
    left: 44%;
}
.style_left__cqGwi {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.style_right__6YleE {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* 平板适配 */
@media (max-width: 1232px) {
    .style_navsCon__t1LEc {
        margin-top: 24px;
    }
    .style_navsConHomepage__iTXj5 {
        margin: 24px 24px 0 24px;
    }

    .style_navItem__GX44K {
        padding: 18px 20px 18px 28px;
        gap: 14px;
    }

    .style_navIcon__gyAd9 {
        width: 150px;
        height: 95px;
    }

    .style_navIconHot__Lr6xX {
        width: 150px;
        height: 95px;
    }
}

/* 小屏幕平板 */
@media (max-width: 1024px) {
    .style_navsCon__t1LEc {
        margin-top: 20px;
        gap: 12px;
    }
    .style_navsConHot__LWtKf {
        gap: 12px;
    }
    .style_navsConHomepage__iTXj5 {
        margin: 20px 20px 0 20px;
    }

    .style_navItem__GX44K {
        padding: 16px 18px 16px 24px;
        gap: 12px;
    }

    .style_navIcon__gyAd9 {
        width: 140px;
        height: 90px;
    }

    .style_navIconHot__Lr6xX {
        width: 140px;
        height: 90px;
    }
}

/* 移动端 */
@media (max-width: 768px) {
    .style_start__Cg951 {
        padding-bottom: 16px;
        margin-top: 0;
        height: 100%;
    }
    .style_startHot__cmYE5 {
        padding-bottom: 16px;
        margin-top: 0;
        height: 100%;
    }
    .style_allNavsCon__hhDxM {
        margin: 0;
        padding: 16px;
    }
    .style_tabStart__dVILd {
        padding-bottom: 16px;
        margin-top: 0;
    }

    .style_navsCon__t1LEc {
        margin-top: 16px;
        gap: 8px !important;
    }
    .style_navsConHot__LWtKf {
        gap: 8px !important;
    }
    .style_navsConHomepage__iTXj5 {
        margin: 16px 40px 0 40px;
        gap: 8px !important;
    }

    .style_navItem__GX44K {
        padding: 12px !important;
        width: calc(50% - 6px) !important;
        flex-direction: column-reverse;
        gap: 10px;
        min-height: 140px;
    }

    .style_navInfos__d_ywh {
        width: 100%;
        text-align: center;
        gap: 4px;
    }

    .style_navInfosHot__wFryj {
        width: 100%;
        text-align: center;
        gap: 4px;
    }

    .style_navTitle__8bUOx {
        margin-bottom: 0;
    }

    .style_navSubTitle__d_1GI {
        -webkit-line-clamp: 1;
        line-clamp: 1;
        font-size: 11px;
        line-height: 1.3;
    }

    .style_navIconWrapper__OcD1D {
        width: 100%;
    }

    .style_navIcon__gyAd9 {
        width: 100%;
        height: auto;
        aspect-ratio: 17 / 11;
        max-height: 100px;
    }

    .style_navIconHot__Lr6xX {
        width: 100%;
        height: auto;
        aspect-ratio: 17 / 11;
        max-height: 100px;
    }

    .style_navItem__GX44K:hover {
        transform: none;
    }

    .style_navItem__GX44K:active {
        transform: scale(0.98);
        background-color: var(--FillColor2);
    }

    .style_allNavsCon__hhDxM .style_navItem__GX44K {
        width: calc(50% - 8px) !important;
    }
}

.style_showCaseContainer__gBD9g {
    width: 100%;
    padding: 20px 0;
    padding-bottom: 100px;
}

.style_gridContainer__7rBO9 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
}

/* 让每个Item组件自动适应容器宽度 */
.style_gridContainer__7rBO9 > * {
    flex: 0 0 auto;
    min-width: 218px;
    max-width: 218px;
}

.style_gridItem__ag_ZW {
    width: 100%;
    aspect-ratio: 3 / 4;
}

/* 使用伪元素实现最后一行左对齐 */
.style_gridContainer__7rBO9::after {
    content: '';
    flex: 1 1 100%;
    height: 0;
    min-width: 218px;
}

.style_loadingContainer__Ix_Vy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 16px;
    color: var(--TextColor13);
}

.style_emptyContainer__m4C0J {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: var(--TextColor13);
    font-size: 14px;
}

.style_loadingIndicator__XJwdz {
    margin-top: 40px;
    text-align: center;
    padding: 20px;
}

.style_loading__O0o27 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--TextColor13);
}

.style_spinner__bcts2 {
    width: 20px;
    height: 20px;
    border-top: 2px solid var(--PrimaryColor11);
    border-radius: 50%;
    animation: style_spin__16cAj 1s linear infinite;
}

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

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

    .style_gridContainer__7rBO9 > * {
        min-width: calc(50% - 16px);
        max-width: calc(50% - 16px);
    }

    .style_gridContainer__7rBO9::after {
        min-width: calc(50% - 16px);
    }
}

.style_modelInput__6x6Oh {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
}

.style_modelInputCollapsed__KIAsF {
    gap: 0;
    cursor: pointer;
}

.style_modelInputWorkspace__m_FF1 {
    --workspace-model-border-color: color-mix(in srgb, var(--TextColor13) 20%, transparent);
}

.style_modelInputWorkspace__m_FF1 .style_inputArea__dby0n {
    max-width: 1200px;
}

.style_inputArea__dby0n {
    position: relative;
    background-color: var(--FillColor15);
    border-radius: 20px;
    width: 100%;
    max-width: 1200px;
    z-index: 10;
}

.style_inputAreaHome__np9gf {
    border: 1px solid transparent;
    box-shadow: 0px 0px 18px 0px #7530fe4d;
}

.style_inputAreaHome__np9gf::after {
    content: '';
    position: absolute;
    inset: -1px;
    box-sizing: border-box;
    border: 1px solid var(--PrimaryColor13);
    border-radius: inherit;
    pointer-events: none;
    z-index: 2;
}

.style_inputAreaCollapsed__ZvPGh {
    border-radius: 20px;
}

.style_modelInputHeader__TFBWH {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    margin-bottom: -20px;
    position: relative;
    z-index: 2;
}

.style_modelListWrap__4RKbC {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 14px 12px;
    gap: 10px;
    border-radius: 0 0 20px 20px;
}

.style_modelListWrapWorkspace__Cj025 {
    padding: 14px 12px 10px 12px;
    padding-right: 60px;
}

.style_modelListWrapWorkspaceCollapsed__N2kD6 {
    border-bottom-right-radius: 20px;
}

.style_modelTypeToggle__KUVq3 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px;
    gap: 0;
    filter: drop-shadow(0 0 18px rgba(117, 48, 254, 0.18));
}

.style_modelInputHeader__TFBWH .style_modelTypeToggle__KUVq3 {
    margin-bottom: 0;
}

.style_toggleBtn__RG30W {
    position: relative;
    padding: 8px 24px 28px 24px;
    border: none;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    color: #111;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-shadow: 0px 0px 14px 0px #7530fe26;
}

.style_toggleBtnActive__Osp8u {
    padding: 14px 24px 28px 24px;
    background: linear-gradient(90deg, #874fff 0%, #9a55ff 100%);
    color: #fff;
    z-index: 2;
}

.style_toggleBtnActive__Osp8u:first-child + .style_toggleBtn__RG30W {
    border-top-left-radius: 0;
}

.style_modelTypeToggle__KUVq3:has(.style_toggleBtnActive__Osp8u:last-child) .style_toggleBtn__RG30W:first-child {
    border-top-right-radius: 0;
}

.style_toggleBtnActive__Osp8u:first-child {
    padding-right: 54px;
    margin-right: -40px;
    -webkit-clip-path: shape(
        from 0 0,
        line to calc(100% - 56px) 0,
        curve to calc(100% - 38px) 8px with calc(100% - 44px) 0,
        line to 100% 100%,
        line to 0 100%,
        close
    );
            clip-path: shape(
        from 0 0,
        line to calc(100% - 56px) 0,
        curve to calc(100% - 38px) 8px with calc(100% - 44px) 0,
        line to 100% 100%,
        line to 0 100%,
        close
    );
}

.style_toggleBtnActive__Osp8u:last-child {
    padding-left: 54px;
    margin-left: -40px;
    -webkit-clip-path: shape(
        from 56px 0,
        line to 100% 0,
        line to 100% 100%,
        line to 0 100%,
        line to 38px 8px,
        curve to 56px 0 with 44px 0,
        close
    );
            clip-path: shape(
        from 56px 0,
        line to 100% 0,
        line to 100% 100%,
        line to 0 100%,
        line to 38px 8px,
        curve to 56px 0 with 44px 0,
        close
    );
}

.style_modelListWrapExpanded__dkxSy {
    align-items: flex-start;
}

.style_modelList__8MR8J {
    display: flex;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    flex: 1 1;
    transition: max-height 0.22s ease;
    will-change: max-height;
}

.style_modelListSmall__lhNqx {
    overflow: visible;
}

.style_modelListExpanded__MatIl {
    flex-wrap: wrap;
}

.style_modelListHasMore__glD7J {
    padding-right: 54px;
}

.style_modelListHasMore__glD7J::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50px;
    width: 64px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--FillColor15) 70%);
    z-index: 1;
}

.style_modelListHasMoreWorkspace__VWx_4::after {
    right: 0;
    width: 92px;
    background: linear-gradient(90deg, rgba(245, 247, 253, 0) 0%, var(--FillColor15) 48%);
    border-bottom-right-radius: 20px;
}

.style_modelItem__nHKzZ {
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--FillColor17);
    color: var(--TextColor11);
    white-space: nowrap;
    padding-left: 6px;
    padding-right: 10px;
    gap: 8px;
    cursor: pointer;
    flex: 0 0 auto;
}

.style_modelItemWorkspace__GlITV {
    height: 32px;
    background-color: transparent;
    border: 1px solid var(--workspace-model-border-color);
    border-radius: 198px;
    padding-left: 4px;
    padding-right: 10px;
    gap: 6px;
}

.style_modelIcon__VDPnR {
    border-radius: 50%;
    background-color: var(--FillColor17);
    border: 1px solid var(--BorderColor11);
}

.style_modelIconWorkspace__IhtNk {
    background-color: transparent;
    border: none;
}

.style_moreBtn__wP8cl {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_moreBtnWorkspace___Stzm {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background-color: transparent;
    box-shadow: none;
    transition: top 0.22s ease, transform 0.22s ease;
}

.style_moreBtnWorkspaceCollapsed__VF64I {
    top: 50%;
}

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

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

.style_moreBtn__wP8cl:active {
    transform: scale(0.92);
}

.style_moreBtn__wP8cl.style_moreBtnWorkspace___Stzm:hover {
    background-color: transparent;
    box-shadow: none;
}

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

.style_moreBtnIcon__3St4c {
    transition: transform 0.22s ease;
}

.style_moreBtnIconExpanded__kvwvD {
    transform: rotate(180deg);
}

.style_collapseBtn__wNb9a {
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: var(--FillColor17);
    cursor: pointer;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.style_collapseBtn__wNb9a:active {
    transform: scale(0.92);
}

.style_collapseBtnIcon__9lQQT {
    opacity: 0.72;
}

.style_moreDropdownOverlay__RZ6Ys {
    z-index: 1200;
}

.style_moreDropdown__fevae {
    width: min(720px, calc(100vw - 40px));
    background-color: var(--FillColor15);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

.style_moreList__NqEh_ {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.style_modelSection__8AEJX {
    display: flex;
    align-items: center;
    border-radius: 29px;
    border: 1px solid rgba(151, 160, 180, 0.3);
    padding: 4px;
    font-family: var(--FontInter) !important;
    margin-bottom: 30px;
}

.style_tab__nUxmt {
    min-width: 160px;
    height: 40px;
    border-radius: 32px;
    cursor: pointer;
    font-size: 14px;
    color: var(--TextColor13);
    background-color: transparent;
    border: none;
    padding: 0px 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    transition: all 0.2s ease;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.style_tabActive__I8Qa7 {
    background-color: var(--TextColor13);
    color: var(--TextColor14);
}

@media screen and (max-width: 768px) {
    .style_modelInput__6x6Oh {
        margin-bottom: 6px;
    }

    .style_inputArea__dby0n {
        border-radius: 20px;
    }

    .style_inputAreaCollapsed__ZvPGh {
        border-radius: 20px;
    }

    .style_modelListWrap__4RKbC {
        padding: 8px;
    }

    .style_modelListWrapWorkspace__Cj025 {
        padding: 8px;
        padding-right: 52px;
    }

    .style_modelItem__nHKzZ {
        height: 32px;
    }

    .style_modelTypeToggle__KUVq3 {
        gap: 0;
        margin-bottom: 0;
    }

    .style_modelInputHeader__TFBWH {
        margin-bottom: -18px;
    }

    .style_toggleBtn__RG30W {
        padding: 8px 14px 22px;
        font-size: 12px;
    }

    .style_toggleBtn__RG30W svg {
        width: 12px;
        height: 12px;
    }

    .style_toggleBtnActive__Osp8u {
        padding-top: 12px;
        padding-bottom: 26px;
    }

    .style_toggleBtn__RG30W:not(.style_toggleBtnActive__Osp8u):first-child {
        padding-right: 28px;
    }

    .style_toggleBtn__RG30W:not(.style_toggleBtnActive__Osp8u):last-child {
        padding-left: 28px;
    }

    .style_toggleIcon__9oGpL {
        height: 12px;
        width: 12px;
    }

    .style_tab__nUxmt {
        height: 32px;
    }

    .style_toggleBtnActive__Osp8u:first-child {
        margin-right: -50px;
        -webkit-clip-path: shape(
            from 0 0,
            line to calc(100% - 56px) 0,
            curve to calc(100% - 38px) 8px with calc(100% - 44px) 0,
            line to 90% 100%,
            line to 0 100%,
            close
        );
                clip-path: shape(
            from 0 0,
            line to calc(100% - 56px) 0,
            curve to calc(100% - 38px) 8px with calc(100% - 44px) 0,
            line to 90% 100%,
            line to 0 100%,
            close
        );
    }

    .style_toggleBtnActive__Osp8u:last-child {
        margin-left: -50px;
        -webkit-clip-path: shape(
            from 56px 0,
            line to 100% 0,
            line to 100% 100%,
            line to 10% 100%,
            line to 38px 8px,
            curve to 56px 0 with 44px 0,
            close
        );
                clip-path: shape(
            from 56px 0,
            line to 100% 0,
            line to 100% 100%,
            line to 10% 100%,
            line to 38px 8px,
            curve to 56px 0 with 44px 0,
            close
        );
    }

    .style_inputArea__dby0n {
        border-radius: 10px;
    }
}

