.list-page {
    background: transparent;
}

.list-hero {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: flex;
}

.list-channel {
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 7px;
    display: flex;
}

.list-channel-label {
    color: #FADC44;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.list-channel-title {
    color: white;
    font-size: 34px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 40px;
    word-wrap: break-word;
}

.list-channel-title--h5 {
    display: none;
}

.list-channel-desc {
    color: #A3A3A3;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.list-filters {
    width: 100%;
    padding: 17px 21px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    border-radius: 17px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 21px;
    display: flex;
    box-sizing: border-box;
}

.filter-row {
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
    display: flex;
    flex-wrap: wrap;
}

.filter-chip-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
}

.filter-label {
    width: 47px;
    height: 26px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #F5F5F5;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
    flex-shrink: 0;
}

.filter-chip {
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.10);
    overflow: hidden;
    border-radius: 14px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
}

.filter-chip--active {
    background: #FADC44;
}

.filter-chip-text {
    color: #F5F5F5;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.filter-chip-text--active {
    color: #181818;
}

.list-hero .card-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    justify-content: stretch;
    align-items: stretch;
    gap: 14px 16px;
}

.list-hero .poster-card {
    width: 100%;
    min-width: 0;
    border-radius: 14px;
}

.list-hero .poster-cover {
    height: auto;
    aspect-ratio: 3 / 4;
}

.list-hero .poster-card-tag {
    color: #8A8A8A;
}

.list-hero .poster-card-heat {
    color: #808080;
}

.list-hero .poster-card-subtitle {
    color: #A3A3A3;
}

@media (max-width: 767px) {
    .list-page.page-shell {
        width: 100%;
        max-width: 100%;
        padding: 12px 16px;
        gap: 18px;
        align-items: stretch;
        box-sizing: border-box;
    }

    .list-hero {
        width: 100%;
        padding: 0;
        gap: 18px;
        align-items: stretch;
    }

    .list-channel {
        width: 100%;
        gap: 6px;
    }

    .list-channel-label,
    .list-channel-title--pc {
        display: none;
    }

    .list-channel-title--h5 {
        display: block;
        font-size: 18px;
        line-height: 24px;
    }

    .list-channel-desc {
        color: #8A8A8A;
    }

    .list-filters {
        width: 100%;
        padding: 16px 19px;
        background: #0A0A0A;
        border-radius: 17px;
        border: 1px solid #242424;
        gap: 9px;
        box-sizing: border-box;
    }

    .filter-row {
        align-self: stretch;
        align-items: flex-start;
        gap: 12px;
        height: auto;
        overflow: visible;
        flex-wrap: nowrap;
    }

    .filter-row--region {
        display: none;
    }

    .filter-row--sort {
        align-items: center;
        height: 23px;
        overflow: hidden;
    }

    .filter-chip-group {
        flex: 1 1 0;
        min-width: 0;
        gap: 14px;
        align-content: flex-start;
        align-items: flex-start;
    }

    .filter-row--sort .filter-chip-group {
        flex-wrap: nowrap;
        align-items: center;
        gap: 12px;
    }

    .filter-label {
        width: auto;
        height: auto;
        color: #8A8A8A;
        flex-shrink: 0;
        padding-top: 0;
    }

    .filter-chip {
        padding: 0;
        background: transparent;
        border-radius: 0;
    }

    .filter-chip--active {
        background: transparent;
    }

    .filter-chip-text {
        color: #A3A3A3;
    }

    .filter-chip-text--active {
        color: #FADC44;
    }

    .list-hero .card-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
        gap: 7px;
    }

    .list-hero .poster-card {
        width: 100%;
        border-radius: 6px;
    }

    .list-hero .poster-cover {
        height: 0;
        padding-bottom: 133.33%;
    }

    .list-hero .poster-cover-img {
        position: absolute;
        inset: 0;
    }

    .list-hero .poster-card-title {
        font-family: "Noto Sans SC", "PingFang SC", sans-serif;
        font-weight: 700;
        word-wrap: break-word;
    }

    .list-hero .poster-card-subtitle,
    .list-hero .poster-card-tag {
        color: #A3A3A3;
    }

    .list-hero .poster-card-heat {
        color: #D4D4D4;
    }

    .list-hero .pagination {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .list-hero .pagination-btn,
    .list-hero .pagination-ellipsis {
        font-size: 14px;
        font-family: "Noto Sans SC", "PingFang SC", sans-serif;
    }
}
