.SearchModal_search_modal__3GOdb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 80px
}

.SearchModal_modal_overlay__q72Qa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    animation: SearchModal_fade_in__0dp6s .3s ease
}

.SearchModal_modal_content__G5vak {
    position: relative;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: SearchModal_slide_up__Z1e6F .3s ease
}

.SearchModal_search_header__z_zCr {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa
}

.SearchModal_search_header__z_zCr .SearchModal_search_input_container___ueeb {
    flex: 1 1;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 0 16px;
    transition: all .3s ease
}

.SearchModal_search_header__z_zCr .SearchModal_search_input_container___ueeb:focus-within {
    border-color: #ff6b6b;
    box-shadow: 0 0 0 3px hsla(0, 100%, 71%, .1)
}

.SearchModal_search_header__z_zCr .SearchModal_search_input_container___ueeb .SearchModal_search_icon__iNzq_ {
    color: #999;
    margin-right: 12px;
    flex-shrink: 0
}

.SearchModal_search_header__z_zCr .SearchModal_search_input_container___ueeb .SearchModal_search_input__xSdVR {
    flex: 1 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 14px 0;
    background: transparent;
    color: #333
}

.SearchModal_search_header__z_zCr .SearchModal_search_input_container___ueeb .SearchModal_search_input__xSdVR::placeholder {
    color: #999
}

.SearchModal_search_header__z_zCr .SearchModal_search_input_container___ueeb .SearchModal_clear_btn__WBSYN {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease
}

.SearchModal_search_header__z_zCr .SearchModal_search_input_container___ueeb .SearchModal_clear_btn__WBSYN:hover {
    background: #f0f0f0;
    color: #666
}

.SearchModal_search_header__z_zCr .SearchModal_close_btn__pTU_s {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: 16px;
    border-radius: 50%;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease
}

.SearchModal_search_header__z_zCr .SearchModal_close_btn__pTU_s:hover {
    background: rgba(0, 0, 0, .05);
    color: #333
}

.SearchModal_search_body__B2B2N {
    flex: 1 1;
    overflow-y: auto;
    padding: 20px
}

.SearchModal_loading_state__RPzUW {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #666
}

.SearchModal_loading_state__RPzUW .SearchModal_loading_spinner__4vIn_ {
    width: 32px;
    height: 32px;
    border: 3px solid #f0f0f0;
    border-top-color: #ff6b6b;
    border-radius: 50%;
    animation: SearchModal_spin__NsaIQ 1s linear infinite;
    margin-bottom: 16px
}

.SearchModal_loading_state__RPzUW span {
    font-size: 14px
}

.SearchModal_search_results__cKxea .SearchModal_results_header__QYk69 {
    margin-bottom: 16px
}

.SearchModal_search_results__cKxea .SearchModal_results_header__QYk69 .SearchModal_results_count__fTFTL {
    font-size: 14px;
    color: #666;
    font-weight: 500
}

.SearchModal_search_results__cKxea .SearchModal_results_list__9yAUp {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.SearchModal_search_results__cKxea .SearchModal_result_item__NLDnj {
    display: flex;
    align-items: center;
    padding: 16px;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all .3s ease;
    background: #fff
}

.SearchModal_search_results__cKxea .SearchModal_result_item__NLDnj:hover {
    border-color: #ff6b6b;
    box-shadow: 0 4px 12px hsla(0, 100%, 71%, .1);
    transform: translateY(-2px)
}

.SearchModal_search_results__cKxea .SearchModal_result_item__NLDnj .SearchModal_result_image__MmqTk {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 16px
}

.SearchModal_search_results__cKxea .SearchModal_result_item__NLDnj .SearchModal_result_image__MmqTk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.SearchModal_search_results__cKxea .SearchModal_result_item__NLDnj .SearchModal_result_content__j3Gvk {
    flex: 1 1;
    min-width: 0
}

.SearchModal_search_results__cKxea .SearchModal_result_item__NLDnj .SearchModal_result_content__j3Gvk .SearchModal_result_title__giIX_ {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4
}

.SearchModal_search_results__cKxea .SearchModal_result_item__NLDnj .SearchModal_result_content__j3Gvk .SearchModal_result_meta__xgmtG .SearchModal_result_category__05Q1X {
    display: inline-block;
    background: #f0f0f0;
    color: #666;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 500;
    margin-bottom: 8px
}

.SearchModal_search_results__cKxea .SearchModal_result_item__NLDnj .SearchModal_result_content__j3Gvk .SearchModal_result_meta__xgmtG .SearchModal_result_desc__BI7EK {
    font-size: 13px;
    color: #888;
    margin: 8px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4
}

.SearchModal_search_results__cKxea .SearchModal_result_item__NLDnj .SearchModal_test_btn__eGuty {
    background: #ff6b6b;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s ease;
    flex-shrink: 0
}

.SearchModal_search_results__cKxea .SearchModal_result_item__NLDnj .SearchModal_test_btn__eGuty:hover {
    background: #ff5252;
    transform: scale(1.05)
}

.SearchModal_no_results__Lp9SM {
    text-align: center;
    padding: 60px 20px
}

.SearchModal_no_results__Lp9SM .SearchModal_no_results_icon__i0yc4 {
    font-size: 48px;
    margin-bottom: 16px
}

.SearchModal_no_results__Lp9SM h3 {
    font-size: 18px;
    color: #333;
    margin: 0 0 8px;
    font-weight: 600
}

.SearchModal_no_results__Lp9SM p {
    font-size: 14px;
    color: #666;
    margin: 0
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r {
    margin-bottom: 32px
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r:last-child {
    margin-bottom: 0
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_section_header__xAO8F {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_section_header__xAO8F .SearchModal_section_title__sFmhN {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #333
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_section_header__xAO8F .SearchModal_section_title__sFmhN svg {
    color: #ff6b6b
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_section_header__xAO8F .SearchModal_clear_history_btn__W4OiA {
    background: transparent;
    border: none;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all .2s ease
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_section_header__xAO8F .SearchModal_clear_history_btn__W4OiA:hover {
    background: #f0f0f0;
    color: #333
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_history_tags__fkr_E {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_history_tags__fkr_E .SearchModal_history_tag__jWVkj {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    color: #495057;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s ease
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_history_tags__fkr_E .SearchModal_history_tag__jWVkj:hover {
    background: #ff6b6b;
    border-color: #ff6b6b;
    color: #fff
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_popular_list__1GiYD {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_popular_list__1GiYD .SearchModal_popular_item__4f9Qm {
    display: flex;
    align-items: center;
    padding: 12px;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all .3s ease;
    background: #fff
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_popular_list__1GiYD .SearchModal_popular_item__4f9Qm:hover {
    border-color: #ff6b6b;
    box-shadow: 0 2px 8px hsla(0, 100%, 71%, .1);
    transform: translateY(-1px)
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_popular_list__1GiYD .SearchModal_popular_item__4f9Qm .SearchModal_popular_image___W2rl {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 12px
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_popular_list__1GiYD .SearchModal_popular_item__4f9Qm .SearchModal_popular_image___W2rl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_popular_list__1GiYD .SearchModal_popular_item__4f9Qm .SearchModal_popular_content__QvYmR {
    flex: 1 1;
    min-width: 0
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_popular_list__1GiYD .SearchModal_popular_item__4f9Qm .SearchModal_popular_content__QvYmR .SearchModal_popular_title__gbl9i {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_popular_list__1GiYD .SearchModal_popular_item__4f9Qm .SearchModal_popular_content__QvYmR .SearchModal_popular_category__KmOK3 {
    font-size: 12px;
    color: #666;
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 4px
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_popular_list__1GiYD .SearchModal_popular_item__4f9Qm .SearchModal_test_btn__eGuty {
    background: #ff6b6b;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s ease;
    flex-shrink: 0
}

.SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_popular_list__1GiYD .SearchModal_popular_item__4f9Qm .SearchModal_test_btn__eGuty:hover {
    background: #ff5252;
    transform: scale(1.05)
}

@keyframes SearchModal_fade_in__0dp6s {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes SearchModal_slide_up__Z1e6F {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes SearchModal_spin__NsaIQ {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@media screen and (max-width:768px) {
    .SearchModal_search_modal__3GOdb {
        padding-top: 60px;
        align-items: flex-start
    }
    .SearchModal_modal_content__G5vak {
        width: 95%;
        max-height: 85vh;
        border-radius: 12px
    }
    .SearchModal_search_header__z_zCr {
        padding: 16px
    }
    .SearchModal_search_header__z_zCr .SearchModal_search_input_container___ueeb .SearchModal_search_input__xSdVR {
        font-size: 16px;
        padding: 12px 0
    }
    .SearchModal_search_header__z_zCr .SearchModal_close_btn__pTU_s {
        margin-left: 12px
    }
    .SearchModal_search_body__B2B2N {
        padding: 16px
    }
    .SearchModal_search_results__cKxea .SearchModal_result_item__NLDnj {
        padding: 12px
    }
    .SearchModal_search_results__cKxea .SearchModal_result_item__NLDnj .SearchModal_result_image__MmqTk {
        width: 50px;
        height: 50px;
        margin-right: 12px
    }
    .SearchModal_search_results__cKxea .SearchModal_result_item__NLDnj .SearchModal_result_content__j3Gvk .SearchModal_result_title__giIX_ {
        font-size: 15px
    }
    .SearchModal_search_results__cKxea .SearchModal_result_item__NLDnj .SearchModal_test_btn__eGuty {
        padding: 6px 12px;
        font-size: 12px
    }
    .SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r {
        margin-bottom: 24px
    }
    .SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_section_header__xAO8F .SearchModal_section_title__sFmhN {
        font-size: 15px
    }
    .SearchModal_default_state__HaZ0l .SearchModal_search_section__xaJ7r .SearchModal_history_tags__fkr_E .SearchModal_history_tag__jWVkj {
        padding: 6px 10px;
        font-size: 13px
    }
}

@media screen and (min-width:769px) {
    .SearchModal_search_modal__3GOdb {
        padding-top: 100px
    }
    .SearchModal_modal_content__G5vak {
        max-width: 650px
    }
    .SearchModal_search_header__z_zCr {
        padding: 24px
    }
    .SearchModal_search_header__z_zCr .SearchModal_search_input_container___ueeb .SearchModal_search_input__xSdVR {
        font-size: 17px;
        padding: 16px 0
    }
    .SearchModal_search_body__B2B2N {
        padding: 24px
    }
}

.header_header__c4Vfi {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 100;
    transition: all .3s ease
}

.header_header__c4Vfi.header_scrolled__SXN5r {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.header_menu_overlay__QEzA9 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 200;
    animation: header_fade-in__e3h3I .3s ease
}

.header_menu_sidebar__nBq8t {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 320px;
    max-width: 85vw;
    background: #fff;
    box-shadow: -4px 0 20px rgba(0, 0, 0, .15);
    z-index: 201;
    display: flex;
    flex-direction: column;
    animation: header_slide-in-right__IDOmm .3s ease
}

.header_menu_sidebar__nBq8t .header_menu_header__WGLUH {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa
}

.header_menu_sidebar__nBq8t .header_menu_header__WGLUH .header_menu_title__xFKnO {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333
}

.header_menu_sidebar__nBq8t .header_menu_header__WGLUH .header_close_btn__CCQj5 {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all .2s ease
}

.header_menu_sidebar__nBq8t .header_menu_header__WGLUH .header_close_btn__CCQj5:hover {
    background: rgba(0, 0, 0, .05);
    color: #333
}

.header_menu_sidebar__nBq8t .header_menu_content__VrdNw {
    flex: 1 1;
    overflow-y: auto;
    padding: 10px 0
}

.header_menu_sidebar__nBq8t .header_menu_content__VrdNw .header_category_item__f_ySk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    cursor: pointer;
    transition: all .3s ease;
    border-bottom: 1px solid #f5f5f5;
    position: relative
}

.header_menu_sidebar__nBq8t .header_menu_content__VrdNw .header_category_item__f_ySk:last-child {
    border-bottom: none
}

.header_menu_sidebar__nBq8t .header_menu_content__VrdNw .header_category_item__f_ySk:hover {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-left: 4px solid #ff6b6b;
    padding-left: 16px;
    transform: translateX(2px);
    box-shadow: 0 2px 8px hsla(0, 100%, 71%, .1)
}

.header_menu_sidebar__nBq8t .header_menu_content__VrdNw .header_category_item__f_ySk:active {
    transform: translateX(1px);
    transition: transform .1s ease
}

.header_menu_sidebar__nBq8t .header_menu_content__VrdNw .header_category_item__f_ySk .header_category_name__1iiIR {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    flex: 1 1;
    transition: color .2s ease
}

.header_menu_sidebar__nBq8t .header_menu_content__VrdNw .header_category_item__f_ySk .header_category_count__HceBJ {
    font-size: 12px;
    color: #999;
    background: #f0f0f0;
    padding: 2px 8px;
    border-radius: 12px;
    margin-right: 8px;
    transition: all .2s ease
}

.header_menu_sidebar__nBq8t .header_menu_content__VrdNw .header_category_item__f_ySk .header_arrow_icon__pd6_g {
    color: #999;
    transform: rotate(180deg);
    transition: all .3s ease;
    opacity: .7
}

.header_menu_sidebar__nBq8t .header_menu_content__VrdNw .header_category_item__f_ySk:hover .header_category_name__1iiIR {
    color: #ff6b6b
}

.header_menu_sidebar__nBq8t .header_menu_content__VrdNw .header_category_item__f_ySk:hover .header_category_count__HceBJ {
    background: #ff6b6b;
    color: #fff
}

.header_menu_sidebar__nBq8t .header_menu_content__VrdNw .header_category_item__f_ySk:hover .header_arrow_icon__pd6_g {
    color: #ff6b6b;
    transform: rotate(180deg) translateX(-4px) scale(1.1);
    opacity: 1
}

.header_menu_sidebar__nBq8t .header_menu_content__VrdNw .header_no_categories__D1SIY {
    text-align: center;
    padding: 40px 20px;
    color: #999;
    font-size: 14px
}

@keyframes header_fade-in__e3h3I {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes header_slide-in-right__IDOmm {
    0% {
        transform: translateX(100%)
    }
    to {
        transform: translateX(0)
    }
}

@media screen and (max-width:550px) {
    .header_header__c4Vfi .header_nav__iWm1u {
        width: 100%;
        height: 64px;
        position: relative;
        display: flex;
        align-items: center;
        padding: 0 16px
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_logo_a__Clj9q {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex: 1 1;
        text-decoration: none
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_logo_a__Clj9q .header_text__UJxuw {
        color: #ff6b6b;
        font-size: 16px;
        font-weight: 700;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-family: Bungee Shade, serif;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
        letter-spacing: 1px
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_logo_a__Clj9q .header_logo__Xy0fl {
        display: block;
        width: 64px;
        height: 20px;
        line-height: 20px;
        font-size: 18px;
        font-weight: 600;
        filter: brightness(0) invert(1)
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_action_buttons___ZIQ2 {
        display: flex;
        align-items: center;
        gap: 1px
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_action_buttons___ZIQ2 .header_action_btn__7k_OH {
        background: hsla(0, 0%, 100%, .15);
        border: none;
        padding: 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all .3s ease;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        width: 44px;
        height: 44px;
        color: #333
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_action_buttons___ZIQ2 .header_action_btn__7k_OH:hover {
        background: hsla(0, 0%, 100%, .25);
        transform: scale(1.05)
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_action_buttons___ZIQ2 .header_action_btn__7k_OH:active {
        transform: scale(.95)
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_action_buttons___ZIQ2 .header_action_btn__7k_OH svg {
        transition: transform .2s ease
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_action_buttons___ZIQ2 .header_action_btn__7k_OH:hover svg {
        transform: scale(1.1)
    }
    .header_back__m3iJU {
        margin: 8px 16px;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px)
    }
    .header_back__m3iJU .header_back_button__TssFl {
        display: flex;
        align-items: center;
        padding: 12px 16px;
        text-decoration: none;
        transition: all .2s ease;
        color: #333
    }
    .header_back__m3iJU .header_back_button__TssFl:hover {
        background: rgba(0, 0, 0, .05);
        border-radius: 12px
    }
    .header_back__m3iJU .header_back_button__TssFl svg {
        margin-right: 8px;
        transition: transform .2s ease
    }
    .header_back__m3iJU .header_back_button__TssFl .header_back_text__UO0rF {
        font-size: 16px;
        color: #333;
        font-weight: 500
    }
    .header_back__m3iJU .header_back_button__TssFl:hover svg {
        transform: translateX(-2px)
    }
    .header_menu_sidebar__nBq8t {
        width: 300px;
        max-width: 90vw
    }
    .header_menu_sidebar__nBq8t .header_menu_header__WGLUH {
        padding: 16px
    }
    .header_menu_sidebar__nBq8t .header_menu_header__WGLUH .header_menu_title__xFKnO {
        font-size: 16px
    }
    .header_menu_sidebar__nBq8t .header_menu_content__VrdNw .header_category_item__f_ySk {
        padding: 14px 16px
    }
    .header_menu_sidebar__nBq8t .header_menu_content__VrdNw .header_category_item__f_ySk:hover {
        padding-left: 12px
    }
    .header_menu_sidebar__nBq8t .header_menu_content__VrdNw .header_category_item__f_ySk .header_category_name__1iiIR {
        font-size: 15px
    }
}

@media screen and (min-width:551px) {
    .header_header__c4Vfi {
        max-width: 550px;
        margin: 0 auto;
        border-radius: 0 0 16px 16px
    }
    .header_header__c4Vfi .header_nav__iWm1u {
        width: 100%;
        height: 64px;
        position: relative;
        display: flex;
        align-items: center;
        padding: 0 20px
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_logo_a__Clj9q {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex: 1 1;
        text-decoration: none
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_logo_a__Clj9q .header_text__UJxuw {
        color: #ff6b6b;
        font-size: 16px;
        font-weight: 700;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-family: Bungee Shade, serif;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
        letter-spacing: 1px
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_logo_a__Clj9q .header_logo__Xy0fl {
        display: block;
        width: 64px;
        height: 20px;
        line-height: 20px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        filter: brightness(0) invert(1)
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_action_buttons___ZIQ2 {
        display: flex;
        align-items: center;
        gap: 14px
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_action_buttons___ZIQ2 .header_action_btn__7k_OH {
        background: hsla(0, 0%, 100%, .15);
        border: none;
        padding: 12px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all .3s ease;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        width: 46px;
        height: 46px;
        color: #333
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_action_buttons___ZIQ2 .header_action_btn__7k_OH:hover {
        background: hsla(0, 0%, 100%, .25);
        transform: scale(1.05)
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_action_buttons___ZIQ2 .header_action_btn__7k_OH:active {
        transform: scale(.95)
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_action_buttons___ZIQ2 .header_action_btn__7k_OH svg {
        transition: transform .2s ease
    }
    .header_header__c4Vfi .header_nav__iWm1u .header_action_buttons___ZIQ2 .header_action_btn__7k_OH:hover svg {
        transform: scale(1.1)
    }
    .header_back__m3iJU {
        background: hsla(0, 0%, 100%, .95);
        border-radius: 14px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        max-width: 510px;
        margin: 12px auto
    }
    .header_back__m3iJU .header_back_button__TssFl {
        display: flex;
        align-items: center;
        padding: 14px 18px;
        text-decoration: none;
        transition: all .2s ease;
        color: #333
    }
    .header_back__m3iJU .header_back_button__TssFl:hover {
        background: rgba(0, 0, 0, .05);
        border-radius: 14px
    }
    .header_back__m3iJU .header_back_button__TssFl svg {
        margin-right: 10px;
        transition: transform .2s ease
    }
    .header_back__m3iJU .header_back_button__TssFl .header_back_text__UO0rF {
        font-size: 18px;
        color: #333;
        font-weight: 500
    }
    .header_back__m3iJU .header_back_button__TssFl:hover svg {
        transform: translateX(-2px)
    }
}