.styles_root__L2Zpl {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 var(--PagePadding);
}

.styles_hero___BwHl {
    position: relative;
    width: 100vw;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 60px;
    padding: 120px var(--PagePadding) 40px;
    text-align: center;
    background: linear-gradient(180deg, rgba(248, 249, 252, 0.92) 0%, rgba(255, 255, 255, 1) 100%);
}

.styles_eyebrow__ddxII {
    color: var(--PrimaryColor11);
    margin-bottom: 10px;
}

.styles_title__Xdepw {
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.18;
    color: var(--TextColor11);
}

.styles_subtitle__CDpOU {
    max-width: 720px;
    margin: 16px auto 0;
    color: var(--TextColor13);
    line-height: 1.7;
}

.styles_content__fRtAk {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 170px;
    width: 100%;
    max-width: 1020px;
}

.styles_grid__Wek_p {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    min-width: 0;
}

.styles_card__DKcyt {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 14px;
    padding: 30px 10px;
    border-bottom: 1px solid rgba(151, 160, 180, 0.14);
    cursor: pointer;
}

.styles_card__DKcyt:hover {
    background-color: #fcfcfc;
}

.styles_cardMain__wp_A5 {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
    width: 100%;
}

.styles_coverWrap__MP4y1 {
    flex: 0 0 auto;
    width: 150px;
    height: 110px;
    overflow: hidden;
    border-radius: 20px;
    background: var(--FillColor15);
    position: relative;
}

.styles_cover__ulUbj {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.styles_previewBadge__nV8i0 {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 6px;
    background: #f59e0b;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    white-space: nowrap;
    pointer-events: none;
}

.styles_cardBody__M60d3 {
    display: flex;
    flex: 1 1;
    min-width: 0;
    flex-direction: column;
}

.styles_cardFooter___wEjk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.styles_meta__gnDAt {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    color: var(--TextColor13);
}

.styles_cardTitle__oBln9 {
    margin: 10px 0 0;
    color: var(--TextColor11);
    line-height: normal;
}

.styles_summary__fIoyN {
    display: -webkit-box;
    margin: 6px 0 0;
    color: var(--TextColor13);
    line-height: 1.58;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.styles_cardTaxonomy__qF0l6 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1 1;
    min-width: 0;
}

.styles_categoryPill__thUSy,
.styles_tagPill__nKts5,
.styles_expandPill__tuChf,
.styles_filterChip__r9L0k {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border: none;
    border-radius: 6px;
    background-color: var(--FillColor15);
    color: var(--TextColor12);
    cursor: pointer;
}

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

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

.styles_expandPill__tuChf:hover {
    color: var(--PrimaryColor11);
}

.styles_filterChipActive__45H8k {
    background-color: var(--PrimaryColor11);
    color: var(--FillColor1);
}

.styles_cta__wMXiA {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--PrimaryColor11);
    text-decoration: none;
}

.styles_line__TbRZT {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    width: 1px;
    height: 100vh;
    height: 100dvh;
    background-color: rgba(151, 160, 180, 0.14);
}

.styles_Hline__y_c4s {
    height: 1px;
    margin-top: 20px;
    background-color: rgba(151, 160, 180, 0.14);
}

.styles_sidebar__mKJ2M {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 300px;
    gap: 20px;
    padding-right: 40px;
    height: calc(100vh - 68px);
    height: calc(100dvh - 68px);
    padding-top: 30px;
    padding-bottom: 90px;
    overflow: auto;
}

.styles_search__nMgNr {
    min-height: 34px;
    border-radius: 6px;
    background-color: var(--FillColor15);
    display: flex;
    align-items: center;
    padding: 0 10px;
    width: 100%;
}

.styles_searchInputWrap__Lg7rQ {
    flex: 1 1;
    min-width: 0;
}

.styles_searchInput__z2ihY {
    width: 100%;
    border: none;
    outline: none;
    background: none;
    color: var(--TextColor12);
}

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

.styles_searchIcon__zlLmb {
    cursor: pointer;
}

.styles_contextPanel__hgBlh,
.styles_featuredPanel__xqKhv {
    display: flex;
    flex-direction: column;
}

.styles_contextPanel__hgBlh {
    gap: 12px;
}

.styles_contextLabel__JSN84 {
    color: var(--TextColor13);
    margin-bottom: 4px;
}

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

.styles_sidebarTitle__YFHC5 {
    margin-bottom: 12px;
}

.styles_featuredList__V_CDU {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.styles_featuredItem___CH5Y {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-gap: 10px;
    gap: 10px;
    align-items: center;
    text-decoration: none;
}

.styles_featuredCover__DZLVm {
    width: 58px;
    height: 44px;
    border-radius: 10px;
    object-fit: cover;
    background: var(--FillColor15);
}

.styles_featuredTitle__W2iXV {
    color: var(--TextColor11);
    line-height: 1.42;
}

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

.styles_pagination__jKIXz {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.styles_pageBtn__paEIT {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border: none;
    border-radius: 17px;
    background-color: transparent;
    color: var(--TextColor11);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.styles_pageBtn__paEIT:not(:disabled):hover {
    background-color: var(--FillColor15);
}

.styles_pageBtnActive__OXAtV {
    background-color: var(--PrimaryColor11);
    color: var(--FillColor1);
    box-shadow: 0 8px 18px rgba(117, 48, 254, 0.22);
}

.styles_pageBtnActive__OXAtV:hover {
    background-color: var(--FillColor15);
    color: var(--TextColor11);
    box-shadow: none;
}

.styles_pageBtnDisabled__Oy8_j {
    color: var(--TextColor13);
    cursor: not-allowed;
}

.styles_pageBtnDisabled__Oy8_j:hover {
    background-color: transparent;
}

.styles_pageEllipsis__ungfM {
    min-width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--TextColor13);
}

.styles_empty__BSI5R {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    color: var(--TextColor13);
}

@media (max-width: 916px) {
    .styles_hero___BwHl {
        min-height: auto;
        margin-bottom: 0;
        padding-top: 25px;
    }

    .styles_title__Xdepw {
        line-height: 1.25;
    }

    .styles_subtitle__CDpOU {
        margin-top: 6px;
    }

    .styles_line__TbRZT,
    .styles_sidebar__mKJ2M {
        display: none;
    }

    .styles_content__fRtAk {
        margin-bottom: 72px;
    }
}

@media (max-width: 768px) {
    .styles_card__DKcyt {
        padding: 16px 0;
    }

    .styles_cardMain__wp_A5 {
        gap: 15px;
    }

    .styles_cardFooter___wEjk {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 10px;
    }

    .styles_coverWrap__MP4y1 {
        width: 110px;
        height: 110px;
        border-radius: 10px;
    }
}

