.site-header {
    position: sticky;
    top: 0;
    align-self: stretch;
    width: 100%;
    height: 72px;
    background: #0B0914;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 24px;
    display: flex;
    z-index: 100;
    box-sizing: border-box;
}

.header-menu-btn {
    display: none;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
}

.header-menu-icon {
    width: 24px;
    height: 24px;
    display: block;
}

.brand-lockup {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    text-decoration: none;
    flex-shrink: 0;
}

.brand-logo {
    width: 133px;
    height: auto;
    display: block;
}

.brand-title {
    color: white;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.brand-subtitle-en {
    color: #A69CB8;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.header-nav {
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: flex;
}

.nav-link-active {
    color: #F12B9E;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    text-decoration: none;
}

.nav-link {
    color: #9E99B8;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    text-decoration: none;
}

.header-gap {
    width: 60px;
    height: 9px;
    position: relative;
}

.header-search {
    flex: 1 1 0;
    max-width: 274px;
    height: 40px;
    padding-left: 14px;
    padding-right: 14px;
    background: #171424;
    overflow: hidden;
    border-radius: 20px;
    outline: 1px #403857 solid;
    outline-offset: -1px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.search-icon-wrap {
    width: 15px;
    height: 15px;
    position: relative;
    overflow: hidden;
    display: block;
    object-fit: contain;
}

.search-input {
    flex: 1 1 0;
    min-width: 0;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #D1CCE0;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.search-input::placeholder {
    color: rgba(122.40, 114.75, 140.25, 0.55);
}

.header-app-icon {
    width: auto;
    height: 31px;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.header-app-icon img {
    width: auto;
    height: 31px;
    display: block;
}

.header-app-icon[hidden],
.header-separator[hidden] {
    display: none !important;
}

.header-separator {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.30);
}

.header-account {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
    text-decoration: none;
    color: inherit;
}

.account-avatar {
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 1249px;
}

.account-avatar-ring {
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
    position: absolute;
    object-fit: cover;
    display: block;
    border-radius: 9999px;
}

.account-avatar-body {
    width: 20px;
    height: 9px;
    left: 10px;
    top: 21px;
    position: absolute;
    background: #EB2A9A;
    border-radius: 9999px;
}

.account-avatar-head {
    width: 10px;
    height: 11px;
    left: 15px;
    top: 9px;
    position: absolute;
    background: #EB2A9A;
    border-radius: 7.50px 1.25px 7.50px 7.50px;
}

.account-avatar-photo {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.account-label {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: rgba(235, 42, 154, 0.60);
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.account-label--logged {
    color: white;
}

.header-h5-actions {
    display: none;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.header-h5-icon {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
    border-radius: 999px;
    display: block;
    flex-shrink: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.header-h5-icon-img {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: cover;
}

.header-h5-search,
.header-h5-search-mask {
    display: none;
}

.header-drawer-mask {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 110;
    background: rgba(0, 0, 0, 0.70);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.header-drawer-mask.is-open {
    display: block;
}

.header-drawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 281px;
    max-width: 75vw;
    z-index: 120;
    padding: 60px 36px;
    background: #0B0914;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    display: flex;
    box-sizing: border-box;
    transform: translateX(-105%);
    transition: transform 0.22s ease;
}

.header-drawer.is-open {
    transform: translateX(0);
}

.header-drawer-close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 17px;
    top: 26px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-drawer-close img {
    width: 15px;
    height: 15px;
    display: block;
}

.header-drawer-brand {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    flex-shrink: 0;
}

.header-drawer-logo {
    width: 133px;
    height: auto;
    display: block;
}

.header-drawer-links {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 11px;
    display: flex;
}

.header-drawer-link {
    align-self: stretch;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 9px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    color: rgba(255, 255, 255, 0.90);
    font-size: 16px;
    font-family: PingFang SC, sans-serif;
    font-weight: 500;
    line-height: 22px;
    word-wrap: break-word;
    text-decoration: none;
    box-sizing: border-box;
}

.header-drawer-link--active {
    padding-left: 23px;
    padding-right: 23px;
    color: #F12B9E;
}

.header-drawer-legal {
    align-self: stretch;
    padding-top: 2px;
    padding-bottom: 2px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
}

.header-drawer-legal a {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: rgba(148, 138, 163, 0.90);
    font-size: 12px;
    font-family: PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
    text-decoration: none;
}

.header-drawer-legal-sep {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.20);
    flex-shrink: 0;
}

.header-drawer-contact {
    width: 221px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    gap: 12px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
}

.header-drawer-contact span,
.header-drawer-contact a {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #615970;
    font-size: 12px;
    font-family: PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
    text-decoration: none;
}

.header-drawer-contact-sep {
    width: 1px;
    height: 18px;
    background: #615970;
    flex-shrink: 0;
}

.header-drawer-social {
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    display: inline-flex;
}

.header-drawer-social a {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-drawer-social img {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
}

.header-drawer-social-sep {
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.20);
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .site-header {
        height: 48px;
        background: #090A0E;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        padding: 0 16px;
        overflow: visible;
    }

    .header-menu-btn {
        display: block;
    }

    .brand-lockup {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .brand-logo {
        width: 66px;
        height: auto;
    }

    .header-nav,
    .header-gap,
    .header-search,
    .header-app-icon,
    .header-separator,
    .header-account {
        display: none;
    }

    .header-h5-actions {
        display: flex;
    }

    .header-h5-search {
        display: none;
        position: fixed;
        top: 48px;
        left: 0;
        right: 0;
        z-index: 105;
        padding: 12px 16px;
        box-sizing: border-box;
        background: transparent;
        pointer-events: none;
    }

    .header-h5-search.is-open {
        display: block;
        pointer-events: auto;
    }

    .header-h5-search-bar {
        width: 100%;
        max-width: 343px;
        margin: 0 auto;
        padding: 8px 12px;
        background: black;
        overflow: hidden;
        border-radius: 36px;
        justify-content: space-between;
        align-items: center;
        display: flex;
        gap: 8px;
        box-sizing: border-box;
        pointer-events: auto;
    }

    .header-h5-search-input {
        flex: 1 1 0;
        min-width: 0;
        height: 24.5px;
        border: none;
        outline: none;
        background: transparent;
        color: white;
        font-size: 14px;
        font-family: PingFang SC, sans-serif;
        font-weight: 400;
        line-height: 20px;
        padding: 0;
    }

    .header-h5-search-input::placeholder {
        color: #757575;
    }

    .header-h5-search-submit {
        flex-shrink: 0;
        padding: 6px 12px;
        background: #F12B9E;
        border: none;
        border-radius: 999px;
        color: white;
        font-size: 12px;
        font-family: PingFang SC, sans-serif;
        font-weight: 400;
        line-height: 18px;
        cursor: pointer;
    }

    .header-h5-search-mask {
        display: none;
        position: fixed;
        inset: 0;
        top: 48px;
        z-index: 104;
        background: rgba(0, 0, 0, 0.70);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    .header-h5-search-mask.is-open {
        display: block;
    }
}
