.styles_header__ctBXF {
    position: relative;
    height: 300px;
    width: 100vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 60px;
    padding: 0 var(--PagePadding);
}
.styles_header__ctBXF::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
}
.styles_title__90TGA {
    margin-top: 148px;
    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;
    z-index: 2;
}
.styles_subtitle__MqnEF {
    margin-top: 16px;
    color: var(--TextColor13);
    margin-bottom: 30px;
    z-index: 2;
}
@media (max-width: 600px) {
    .styles_header__ctBXF {
        background: none !important;
        height: auto;
        margin-bottom: 0;
    }
    .styles_title__90TGA {
        margin-top: 25px;
    }
    .styles_subtitle__MqnEF {
        margin-top: 6px;
    }
}

.styles_header__2ZWim {
    display: flex;
    align-items: center;
}
.styles_avatar__saBea {
    border-radius: 12px;
}
.styles_timeTxt__mfEwo {
    color: var(--TextColor13);
    margin-left: 4px;
}
.styles_autherTxt__o0Epo {
    margin-left: 8px;
}
.styles_content__XycOZ {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px 30px;
    padding: 30px 0;
    cursor: pointer;
}
.styles_left__NU0A6 {
    display: flex;
    flex-direction: column;
    flex: 1 1;
}
.styles_title__gQ0fO {
    margin-top: 10px;
    line-height: normal;
}
.styles_summary__GUJZ_ {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
    color: var(--TextColor13);
}
.styles_summary__GUJZ_ > p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.styles_keywords__plTd3 {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.styles_keyword__3m_BJ {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-radius: 6px;
    height: 26px;
    background-color: var(--FillColor15);
    cursor: pointer;
}
.styles_right__LypxN {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.styles_button__lnsi_ {
    border-radius: 10px;
    color: var(--PrimaryColor11);
    padding: 0 14px;
    height: 36px;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--PrimaryColor11);
}
.styles_images__YvQyn {
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}
.styles_image__GkmX_ {
    object-fit: cover;
    border-radius: 20px;
}
@media (max-width: 600px) {
    .styles_image__GkmX_ {
        border-radius: 10px;
    }
}

.styles_root___LDgG {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 var(--PagePadding);
}
.styles_root___LDgG.styles_noHeader__UTXSB {
    padding: 0;
}
.styles_content__z0azH {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 170px;
    width: 100%;
    max-width: 1020px;
}
.styles_content__z0azH.styles_noHeader__UTXSB {
    max-width: none;
}
.styles_blogs___uori {
    display: flex;
    flex: 1 1;
    flex-direction: column;
}
.styles_blogItem__0Voli {
    display: flex;
    flex-direction: column;
}
.styles_line__bTP12 {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    width: 1px;
    height: 100vh;
    background-color: rgba(151, 160, 180, 0.14);
}
.styles_Hline__WB5G8 {
    height: 1px;
    margin-top: 20px;
    background-color: rgba(151, 160, 180, 0.14);
}
.styles_Wline__u3EKu {
    height: 1px;
    background-color: rgba(151, 160, 180, 0.14);
}
.styles_extra__JicSl {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: flex;
    flex-direction: column;
    width: 300px;
    gap: 20px;
    height: calc(100vh - 68px);
    padding-top: 30px;
    padding-bottom: 90px;
    overflow: auto;
}
.styles_extraTitle__HfgbI {
    margin-bottom: 12px;
}
.styles_featuredList__FAdBn {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.styles_header__RfFQo {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.styles_avatar__0kNR5 {
    border-radius: 10px;
}
.styles_autherTxt__1_9f_ {
    color: var(--TextColor13);
    margin-left: 6px;
}
.styles_tagList__7bx72 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.styles_socialMediaList__RZyH6 {
    display: flex;
    flex-direction: column;
}
.styles_socialMedia___MDYm {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    border-radius: 24px;
    border: 1px solid var(--BorderColor11);
    cursor: pointer;
}
.styles_keyword__DTmfG {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-radius: 6px;
    height: 26px;
    background-color: var(--FillColor15);
    cursor: pointer;
}
.styles_loadingArea__9kK_8 {
    width: 100%;
    height: 50px;
}

.styles_search__4plur {
    min-height: 34px;
    border-radius: 6px;
    background-color: var(--FillColor15);
    display: flex;
    align-items: center;
    padding: 0 10px;
    width: 100%;
}
.styles_searchInputWrap__Y24D0 {
    flex: 1 1;
}
.styles_searchInput__EC_xp {
    width: 100%;
    border: none;
    background: none;
    color: var(--TextColor12);
}
.styles_searchInput__EC_xp::placeholder {
    color: var(--TextColor13);
}
.styles_searchPanel__3inhv {
    width: calc(100% - 20px);
    max-height: 50vh;
    overflow: auto;
}
.styles_searchItem__bkS8o {
    min-height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 6px 10px;
    color: var(--TextColor11);
}
.styles_searchItem__bkS8o.styles_active__lz4N_ {
    color: var(--PrimaryColor11);
}
.styles_searchItem__bkS8o:hover {
    background-color: var(--FillColor16);
}
.styles_searchIcon__MPqnS {
    cursor: pointer;
}
@media (max-width: 916px) {
    .styles_line__bTP12 {
        display: none;
    }
    .styles_extra__JicSl {
        display: none;
    }
}

