.style_wrapper__HXHxl {
    position: relative;
    width: 100%;
    max-width: 2650px;
    margin-top: 120px;
    border-radius: 16px;
    background-color: var(--FillColor15);
    padding: 50px 62px 60px 62px;
}

.style_title__CE_m3 {
    color: var(--TextColor16);
    text-align: center;
    margin-top: 0;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: var(--FontLibre);
}


.style_brandContainer__eFFuM {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.style_brandTrack__UAgZ5 {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}


.style_brandItem__rq85u {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
}

.style_brandItem__rq85u::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        var(--PrimaryColor6),
        var(--PrimaryColor3),
        var(--PrimaryColor6)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.style_icon__2_9Jw {
    display: block;
    flex-shrink: 0;
    filter: grayscale(0.2);
    transition: all 0.3s ease;
    opacity: 0.85;
}

.style_brandItem__rq85u:hover .style_icon__2_9Jw {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.05);
}

.style_scrollable__5z6Pa {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.style_scrollable__5z6Pa::-webkit-scrollbar {
    display: none;
}

.style_scrollable__5z6Pa {
    scrollbar-width: none;
}

@keyframes style_fadeIn___kfuK {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.style_brandItem__rq85u {
    animation: style_fadeIn___kfuK 0.6s ease-out backwards;
}

.style_brandItem__rq85u:nth-child(1) {
    animation-delay: 0.05s;
}

.style_brandItem__rq85u:nth-child(2) {
    animation-delay: 0.1s;
}

.style_brandItem__rq85u:nth-child(3) {
    animation-delay: 0.15s;
}

.style_brandItem__rq85u:nth-child(4) {
    animation-delay: 0.2s;
}

.style_brandItem__rq85u:nth-child(5) {
    animation-delay: 0.25s;
}

.style_brandItem__rq85u:nth-child(6) {
    animation-delay: 0.3s;
}

.style_brandItem__rq85u:nth-child(7) {
    animation-delay: 0.35s;
}

.style_brandItem__rq85u:nth-child(8) {
    animation-delay: 0.4s;
}

@media (max-width: 768px) {
    .style_wrapper__HXHxl {
        padding: 16px;
        margin-top: 40px;
    }

    .style_title__CE_m3 {
        margin-bottom: 24px;
    }

    .style_title__CE_m3::after {
        width: 40px;
        height: 2px;
        bottom: -8px;
    }

    .style_brandContainer__eFFuM {
        padding: 0 0;
        margin-top: 0 !important;
    }

    .style_brandItem__rq85u {
        padding: 12px 16px;
        border-radius: 12px;
    }

    .style_brandItem__rq85u:hover {
        transform: translateY(-2px) scale(1.03);
    }
}

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

/*AGENT_TASK_WIDTH AGENT_AGENT_WIDTH*/
.style_grid__I_J3s {
    display: grid;
}

.style_wrap__gJI0E {
    position: relative;
    width: 100%;
    min-height: 320px;
    max-height: 520px;
    overflow: hidden;
    border-radius: 12px;
}

.style_wrap__gJI0E::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 140px;
    background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.85) 30%, transparent 100%);
    pointer-events: none;
    z-index: 2;
}

.style_masonryWrap__StSqP {
    width: 100%;
    height: 100%;
    min-height: 320px;
    overflow: hidden;
}

.style_masonryWrap__StSqP [class*='clearfix'] {
    gap: 0;
}

.style_item__tKkFw {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    background: var(--FillColor15);
}

.style_posterLayer__xjMjo {
    position: absolute;
    inset: 0;
    z-index: 1;
    transition: opacity 0.25s ease;
}

.style_posterLayer__xjMjo img,
.style_posterLayer__xjMjo [data-nimg] {
    object-fit: cover;
}

.style_itemImage__8RYyM {
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.style_item__tKkFw video.style_itemImage__8RYyM {
    position: absolute;
    inset: 0;
    transition: opacity 0.25s ease;
}

.style_videoBadge__C7vwR {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
    background: url('/ic-video-play.svg') center/contain no-repeat;
    opacity: 0.9;
}

.style_gradient__iI4oT {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 140px;
    background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.85) 30%, transparent 100%);
    pointer-events: none;
}

.style_viewMoreBtn__9PQnI {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 500;
    color: var(--PrimaryColor6);
    background: #fff;
    border: 1px solid rgba(117, 48, 254, 0.4);
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: 'background' 0.2s, box-shadow 0.2s;
}

.style_viewMoreBtn__9PQnI:hover {
    background: #f8f5ff;
    box-shadow: 0 4px 16px rgba(117, 48, 254, 0.15);
}

.style_viewMoreArrow__tJz_l {
    font-size: 18px;
    line-height: 1;
}

.style_skeletonGrid__aqeoI {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    gap: 10px;
    padding: 0 4px;
    align-content: start;
}

.style_skeletonCard__zenqL {
    border-radius: 20px;
    background: var(--FillColor15);
    aspect-ratio: 3 / 4;
    animation: style_skeletonPulse__76eDO 1.2s ease-in-out infinite;
}

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

@media (max-width: 768px) {
    .style_wrap__gJI0E {
        min-height: 280px;
        max-height: 420px;
        border-radius: 10px;
    }

    .style_masonryWrap__StSqP {
        min-height: 280px;
    }

    .style_item__tKkFw {
        border-radius: 14px;
    }

    .style_skeletonGrid__aqeoI {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 0 2px;
    }

    .style_skeletonCard__zenqL {
        border-radius: 14px;
    }

    .style_gradient__iI4oT {
        height: 100px;
    }

    .style_viewMoreBtn__9PQnI {
        bottom: 12px;
        padding: 10px 16px;
        font-size: 14px;
    }
}

.style_homeAgentIntro__sHgkA {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    gap: 40px;
    margin: 0 auto;
    margin-top: 70px;
}

.style_agentItemContainer__X_OaD {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 88px;
}

.style_agentName__d9WmX {
    margin-bottom: 30px;
    font-family: var(--FontLibre);
}

.style_agentItem__B1RU7 {
    max-width: 360px;
}
.style_agentLinkText__oqTc2 {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 60px;
    color: var(--PrimaryColor11);
    border: 1px solid var(--PrimaryColor11);
    /* background-color: var(--FillColor11); */
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: var(--FontInter);
}
.style_agentLinkText__oqTc2:hover {
    background: #f8f5ff;
    box-shadow: 0 4px 16px rgba(117, 48, 254, 0.15);
}
.style_agentDescription__lkeRX {
    color: var(--TextColor13);
    margin-bottom: 30px;
    font-family: var(--FontInter);
    /* white-space: pre-line; */
    /* line-height: 1.4; */
}
.style_waterfall__v7JWI {
    width: 100%;
    height: 100%;
    flex: 1 1;
    min-width: 0;
    font-family: var(--FontInter) !important;
}
.style_waterfallSmall__4YU2i {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .style_homeAgentIntro__sHgkA {
        margin-top: 32px;
        gap: 32px;
        padding-left: 0;
        padding-right: 0;
    }

    .style_agentName__d9WmX {
        margin-bottom: 14px;
        font-size: 26px;
    }
    .style_agentItemContainer__X_OaD {
        flex-direction: column;
        gap: 24px;
        align-items: stretch;
    }

    .style_agentItem__B1RU7 {
        max-width: 100%;
    }

    .style_agentLinkText__oqTc2 {
        margin-top: 24px;
        padding: 12px 32px;
        font-size: 16px;
        display: flex;
        justify-content: center;
    }

    .style_agentDescription__lkeRX {
        margin-bottom: 14px;
    }

    .style_waterfall__v7JWI {
        width: 100%;
        min-height: 280px;
    }
}
.style_points__h2Ptz {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--TextColor13);
    font-family: var(--FontInter);
}
.style_point__tuhbn {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (min-width: 1600px) {
    .style_homeAgentIntro__sHgkA {
        max-width: 1600px;
    }
    .style_agentItem__B1RU7 {
        width: 420px;
        max-width: 420px;
    }
}

.style_indexContainer__dXYdo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 0 6.8%;
}
.style_place__DHIgB {
    width: 100%;
    height: var(--HomeHeaderHeight);
}

.style_heroSection__X2UeZ {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px 0 0 0;
}

.style_heroTitle__5B_GU {
    font-family: var(--FontLibre);
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
    text-align: center;
    color: var(--TextColor17);
}

.style_ctaButton__XeyF6 {
    height: 48px;
    min-width: 248px;
    padding: 13px 30px;
    border-radius: 100px;
    background-color: var(--PrimaryColor11);
    color: var(--FillColor17);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    font-family: var(--FontInter);
}

.style_ctaButton__XeyF6:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(117, 48, 254, 0.32);
}

.style_ctaButton__XeyF6:active {
    transform: translateY(-1px);
}

.style_ctaArrow__mOFUl {
    filter: brightness(0) invert(1);
}

.style_modelSection__5PEp_ {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
}

.style_hotFeatureTitle__Jnb9Q {
    width: 100%;
    text-align: center;
    margin: 120px 0 30px 0;
    color: var(--TextColor17);
    font-family: var(--FontLibre);
}

.style_nyse__lj_ZH {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    margin-bottom: 20px;
    text-align: center;
}

.style_nyseText__IwYYu {
    color: var(--TextColor13);
    font-weight: var(--WeightT);
    font-size: 16px;
    line-height: 22px;
    font-family: var(--FontInter);
}

.style_leftEarOfWheat__K2zh8 {
    transform: rotate(2deg);
}

.style_rightEarOfWheat__0_wA6 {
    transform: rotate(-2deg);
}

.style_url__OmCg0 {
    font-style: italic;
    border-bottom: 1px solid var(--TextColor13);
}

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

.style_tabsScrollWrapper__dz0Cd.style_tabsScrollWrapper__dz0Cd {
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
}

.style_tab__PSU9Z {
    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__3hsmK {
    background-color: var(--TextColor13);
    color: var(--TextColor14);
}

.style_srOnly__BycNo {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.style_cardsGrid__dkf2q {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 8px;
    max-width: 2650px;
    width: 100%;
    padding: 28px 0 0 0;
}

.style_cardsGrid__dkf2q a {
    width: 200px;
}

.style_card__zc4be {
    position: relative;
    background-color: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 10px rgba(16, 24, 40, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.style_card__zc4be:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.12);
}

.style_cardMediaWrap__LDeGh {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.style_cardMediaMask__qubIx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    background: linear-gradient(181.12deg, rgba(0, 0, 0, 0) 26.9%, rgba(0, 0, 0, 0.5) 98.85%);
    z-index: 2;
    pointer-events: none;
}

.style_cardMedia__iFUaQ {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.style_spliceWrap__Kw5pZ {
    width: 100%;
    height: 100%;
    position: relative;
}

.style_spliceImage__BCbUO {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.style_spliceLeft__t7OVr {
    position: absolute;
    left: 0;
    top: 0;
}

.style_spliceRight__IYM_O {
    position: absolute;
    right: 0;
    top: 0;
}

.style_cardIconWrap__gAv4_ {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    z-index: 3;
}

.style_cardIcon__xIVp_ {
    width: 100%;
    object-fit: contain;
}

.style_cardContent__RFxK2 {
    padding: 5px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    min-height: 73px;
}

.style_cardTitle__L3ne4 {
    color: var(--TextColor17);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.style_cardDescription__frWx5 {
    color: var(--TextColor13);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-height: 760px) or (max-width: 1020px) {
    .style_nyseText__IwYYu {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .style_indexContainer__dXYdo {
        height: auto;
        padding-bottom: 0;
        margin: 0 16px;
    }
    .style_nyseText__IwYYu {
        font-size: 10px;
    }

    .style_modelSection__5PEp_ {
        margin-top: 40px;
    }

    .style_hotFeatureTitle__Jnb9Q {
        margin: 40px 0 10px 0;
    }

    .style_place__DHIgB {
        height: 1px;
    }

    .style_heroSection__X2UeZ {
        padding: 32px 0 0 0;
    }

    .style_nyse__lj_ZH {
        margin-bottom: 10px;
    }

    .style_heroTitle__5B_GU {
        font-size: 32px;
        line-height: 40px;
    }

    .style_ctaButton__XeyF6 {
        min-width: 0;
        width: 100%;
        max-width: 320px;
    }

    .style_cardsGrid__dkf2q {
        padding-top: 20px;
    }

    .style_cardsGrid__dkf2q a {
        width: calc((100% - 8px) / 2);
    }
}

.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_wrapper__n4klv {
    max-width: 961px;
    margin: 0 auto;
}

.style_segmentedContainer__lUlz8 {
    border-radius: 29px;
    border: 1px solid rgba(151, 160, 180, 0.3);
    box-sizing: border-box;
    padding: 4px;
    font-family: var(--FontInter) !important;
}

.style_item__RDHB7 {
    cursor: pointer;
    border-radius: 32px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    white-space: nowrap;
    flex-shrink: 0;
    color: var(--TextColor13);
}

.style_item__RDHB7 * {
    color: inherit;
}

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

@media (max-width: 768px) {
}

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

.style_header__eL3ip {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
    text-align: center;
}

.style_title__RnDRu {
    color: var(--TextColor17);
    font-size: 36px;
    font-weight: 400;
    font-family: var(--FontLibre);
}

.style_description__ia_XK {
    color: var(--TextColor13);
    max-width: 800px;
    text-align: center;
    margin: 12px 2% 0 2%;
    font-family: var(--FontInter);
}

.style_subTabs__y0p0H {
    margin-bottom: 28px;
    width: 100%;
    padding: 0 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_subTabItem__XJ2Xv {
    min-width: 188px;
    padding: 0 12px;
    cursor: pointer;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: var(--FontInter);
}

.style_tabIcon__x8PHG {
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.style_content__SNumj {
    width: 100%;
}

@media (max-width: 768px) {
    .style_blockContainer__ces_Q {
        margin-bottom: 30px;
    }
    .style_title__RnDRu {
        font-size: 28px;
        line-height: normal;
    }
    .style_header__eL3ip {
        margin-bottom: 16px;
    }
    .style_subTabs__y0p0H {
        margin-bottom: 16px;
    }
    .style_subTabItem__XJ2Xv {
        font-size: 12px;
        font-weight: 400;
        height: 32px;
        min-width: 80px;
    }
    .style_content__SNumj {
        padding: 0 8px;
    }
}

.style_caseContainer__OYRnr {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--FillColor17);
    padding-top: 120px;
}

.style_title__FibAU {
    color: var(--TextColor11);
    text-align: center;
}

.style_subtitle__g5D3F {
    text-align: center;
    margin-top: 20px;
    max-width: 673px;
}

.style_tabs__Mgz9O {
    margin-top: 20px;
    width: 100%;
    padding: 0 var(--PagePadding);
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_subTabs__Ps08b {
    margin-top: 12px;
    width: 100%;
    padding: 0 var(--PagePadding);
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_subTabs__Ps08b .ant-segmented-item-label {
    display: flex !important;
    align-items: center !important;
}

.style_tabIcon__4pzTT {
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.style_tabItem__LNFJ5 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px 0 10px;
    padding: 0 16px;
    cursor: pointer;
    height: 56px;
}

.style_subTabItem__Nzf1u {
    padding: 0 16px;
    cursor: pointer;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.style_waterfall__xiSxR {
    width: 100%;
    padding: 20px 10px;
}

.style_caseContainer__OYRnr .ant-segmented {
    padding: 0 !important;
    border-radius: 38px !important;
    border: 10px solid var(--FillColor15) !important;
    max-width: 100%;
    overflow: scroll;
}

.style_caseContainer__OYRnr .ant-segmented-item {
    margin-right: 18px;
}

.style_caseContainer__OYRnr .ant-segmented-item:last-child {
    margin-right: 0;
}

.style_caseContainer__OYRnr .ant-segmented-item:hover {
    border-radius: 28px !important;
}

.style_caseContainer__OYRnr .ant-segmented-item-selected {
    border-radius: 28px !important;
    box-shadow: none !important;
}

.style_caseContainer__OYRnr .ant-segmented-thumb {
    border-radius: 28px !important;
}

.style_caseContainer__OYRnr .ant-segmented-item-label {
    padding: 0 !important;
}

@media (max-width: 768px) {
    .style_caseContainer__OYRnr {
        padding-top: 40px;
    }

    .style_tabItem__LNFJ5 {
        height: 40px;
        padding: 0 10px;
    }

    .style_tabIcon__4pzTT {
        display: none;
    }

    .style_subTabs__Ps08b {
        margin-top: 8px;
    }

    .style_caseContainer__OYRnr .ant-segmented {
        border: 5px solid var(--FillColor15) !important;
    }

    .style_caseContainer__OYRnr .ant-segmented-item {
        margin-right: 10px;
    }
}

.style_modelInput__6x6Oh {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

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

.style_inputArea__dby0n {
    background-color: var(--FillColor15);
    border-radius: 16px;
    width: 100%;
    max-width: 1200px;
}

.style_inputAreaCollapsed__ZvPGh {
    border-radius: 20px;
}

.style_modelInputHeader__TFBWH {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.style_modelListWrap__4RKbC {
    position: relative;
    display: flex;
    align-items: center;
    padding: 14px 12px;
    gap: 10px;
}

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

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

.style_toggleBtn__RG30W {
    height: 40px;
    padding: 0 16px;
    border: none;
    border-radius: 20px;
    background-color: transparent;
    color: var(--TextColor11);
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.style_toggleBtnActive__Osp8u {
    background-color: rgba(117, 48, 254, 0.6);
    color: var(--TextColor14);
}

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

.style_modelList__8MR8J {
    display: flex;
    gap: 8px;
    width: 100%;
    overflow: scroll;
    flex: 1 1;
    transition: max-height 0.22s ease;
}

.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_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_modelIcon__VDPnR {
    border-radius: 50%;
    background-color: var(--FillColor17);
    border: 1px solid var(--BorderColor11);
}

.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_moreBtn__wP8cl:hover {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

.style_moreBtn__wP8cl:active {
    transform: 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;
}

.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 {
        gap: 16px;
    }
    .style_modelListWrap__4RKbC {
        padding: 8px;
    }

    .style_modelItem__nHKzZ {
        height: 32px;
    }

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

    .style_modelInputHeader__TFBWH {
        margin-bottom: 4px;
    }

    .style_toggleBtn__RG30W {
        height: 28px;
        padding: 0 8px;
        font-size: 12px;
    }

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

    .style_tab__nUxmt {
        height: 32px;
    }
}

/* Floating Button */
.style_floatingInput___gG56 {
    position: -webkit-sticky;
    position: sticky;
    bottom: 15px;
    margin: 0 auto;
    width: calc(100% - 128px);
    max-width: 1000px;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
    will-change: opacity, transform;
    display: flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--PrimaryColor13);
    box-shadow: 0px 0px 18px 0px #7530fe4d;
}

.style_floatingGenerate__F_cul {
    position: -webkit-sticky;
    position: sticky;
    bottom: 32px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--PrimaryColor6);
    color: #fff;
    padding: 20px 50px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 8px 24px rgba(117, 48, 254, 0.4), 0 0 0 0 rgba(117, 48, 254, 0.7);
    transition: all 0.3s ease;
    will-change: opacity, transform;
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    animation: style_pulseGlow__w6ARB 2s ease-in-out infinite;
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    font-family: var(--FontInter);
}

.style_floatingVisible__Fnbcd {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.style_floatingHidden__jRkAz {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    animation: none;
}

.style_floatingGenerate__F_cul:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 32px rgba(117, 48, 254, 0.5), 0 0 0 4px rgba(117, 48, 254, 0.2);
    background: linear-gradient(135deg, #8b3ff5 0%, #b565f0 100%);
    animation: none;
}

.style_floatingGenerate__F_cul:active {
    transform: translateY(-2px) scale(1.02);
}

@keyframes style_pulseGlow__w6ARB {
    0%,
    100% {
        box-shadow: 0 8px 24px rgba(117, 48, 254, 0.4), 0 0 0 0 rgba(117, 48, 254, 0.7);
    }
    50% {
        box-shadow: 0 8px 24px rgba(117, 48, 254, 0.5), 0 0 0 8px rgba(117, 48, 254, 0);
    }
}

.style_floatingGenerateArrow__bSxYN {
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.style_floatingGenerate__F_cul:hover .style_floatingGenerateArrow__bSxYN {
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .style_floatingInput___gG56 {
        bottom: max(8px, env(safe-area-inset-bottom, 8px));
        width: calc(100% - 16px);
    }

    .style_floatingGenerate__F_cul {
        bottom: max(20px, env(safe-area-inset-bottom, 20px));
        padding: 12px 16px;
        font-size: 14px;
        gap: 8px;
    }

    .style_floatingGenerateArrow__bSxYN {
        height: 14px;
        width: 14px;
    }
}

.style_home__F_VL1 {
    position: relative;
}

