:root {
    --grad: linear-gradient(90deg, #1d6fa4, #0ea5e9);
    --grad-135: linear-gradient(135deg, #0c4a7a, #1d6fa4 52%, #0ea5e9);
    --blue: #1d6fa4;
    --indigo: #0ea5e9;
    --bg-light: #f0f7ff;
    --bg-purple: #e8f4fd;
    --text-dark: #1e293b;
    --text-mid: #64748b;
    --text-light: #94a3b8;
    --border: #dce8f5;
    --shadow: 0 8px 30px rgba(29, 111, 164, 0.1);
    --shadow-hover: 0 16px 38px rgba(14, 165, 233, 0.2);
}

body {
    padding-top: 0;
    color: var(--text-dark);
    overflow-x: hidden;
    background:
        radial-gradient(circle at 88% -12%, rgba(14, 165, 233, 0.16), transparent 38%),
        radial-gradient(circle at -4% 36%, rgba(29, 111, 164, 0.1), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #f2f8ff 42%, #f7fbff 100%);
}

.plist-banner {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 52px 0 30px;
    box-sizing: border-box;
    overflow: visible;
    isolation: isolate;
    background:
        linear-gradient(180deg, #eef7ff 0%, #f9fcff 58%, rgba(247, 251, 255, 0) 100%);
}

.plist-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(29, 111, 164, 0.055) 1px, transparent 1px),
        linear-gradient(0deg, rgba(29, 111, 164, 0.055) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.38) 70%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.38) 70%, transparent 100%);
    pointer-events: none;
}

.plist-banner-head {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 20px;
}

.plist-banner-head h1 {
    margin: 0;
    font-size: clamp(34px, 4.2vw, 54px);
    line-height: 1.2;
    font-weight: 700;
    color: var(--text-dark);
    letter-spacing: .5px;
}

.plist-stack-scene {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    max-width: 1680px;
    height: 600px;
    overflow: visible;
    margin: 0 auto;
    padding: 50px 30px;
}

.plist-stack-scene::before,
.plist-stack-scene::after {
    display: none;
}

.plist-stack-track {
    position: relative;
    height: 100%;
    overflow: visible;
}

.plist-stack-card {
    position: absolute;
    left: auto;
    right: 30px;
    top: 34px;
    width: min(900px, calc(100% - 68px));
    max-width: calc(100% - 68px);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(29, 111, 164, 0.2);
    box-shadow: 0 24px 46px rgba(17, 75, 114, 0.2);
    transform-origin: center center;
    transition: transform .44s ease, opacity .4s ease, box-shadow .3s ease;
    will-change: transform, opacity;
    background: #dcecff;
}

.plist-stack-card.is-hidden {
    opacity: 0 !important;
    pointer-events: none;
}

.plist-stack-track.is-single-mode .plist-stack-card {
    pointer-events: none;
}

.plist-stack-track.is-single-mode .plist-stack-card:not(.is-single-focus) {
    opacity: 0 !important;
}

.plist-stack-track.is-single-mode .plist-stack-card.is-single-focus {
    opacity: 1 !important;
    z-index: 90 !important;
    transform: translateX(0) translateY(0) scale(1) rotate(0) !important;
    pointer-events: auto;
}

.plist-stack-card a {
    display: block;
    position: relative;
    color: inherit;
    -webkit-user-select: none;
    user-select: none;
}

.plist-stack-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    display: block;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    transition: transform .48s ease, filter .35s ease;
}

.plist-stack-title {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 18px;
    z-index: 3;
    transition: opacity .25s ease;
}

.plist-stack-title h2 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.plist-stack-mask {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 26px 24px;
    color: #fff;
    background:
        linear-gradient(0deg, rgba(6, 32, 54, 0.88), rgba(6, 32, 54, 0.66) 44%, rgba(6, 32, 54, 0.2) 72%, rgba(6, 32, 54, 0.08)),
        linear-gradient(112deg, rgba(14, 165, 233, 0.16), rgba(14, 165, 233, 0));
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .28s ease, transform .28s ease;
    pointer-events: none;
}

.plist-stack-mask h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.plist-stack-mask p {
    margin: 12px 0 0;
    max-width: 86%;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .92);
}

.plist-stack-mask span {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #d8efff;
}

.plist-stack-mask span::after {
    content: '';
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #d8efff;
}

.plist-stack-card:hover {
    box-shadow: 0 28px 52px rgba(14, 165, 233, 0.22);
}

.plist-stack-card:hover img {
    transform: scale(1.02);
    filter: saturate(1.04);
}

.plist-stack-card:hover .plist-stack-mask {
    opacity: 1;
    transform: none;
}

.plist-stack-card:hover .plist-stack-title {
    opacity: 0;
}

.plist-main {
    padding: 22px 0 70px;
}

.plist-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.plist-card {
    position: relative;
    border: 1px solid var(--border);
    border-radius: 18px;
    overflow: hidden;
    background:
        linear-gradient(100deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.92)),
        radial-gradient(circle at 88% 16%, rgba(14, 165, 233, 0.08), transparent 44%);
    box-shadow: var(--shadow);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.plist-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: var(--grad);
    opacity: .88;
    z-index: 2;
}

.plist-card a {
    display: block;
    position: relative;
    color: inherit;
}

.plist-thumb {
    background: #dfefff;
}

.plist-thumb img {
    width: 100%;
    aspect-ratio: 21 / 8;
    object-fit: cover;
    display: block;
    transition: transform .5s ease, filter .35s ease;
}

.plist-title-strip {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 18px;
    z-index: 3;
    transition: opacity .24s ease;
}

.plist-title-strip h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 8px 26px rgba(0, 0, 0, .44);
}

.plist-hover-mask {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 26px 24px;
    background:
        linear-gradient(0deg, rgba(6, 32, 54, 0.9), rgba(6, 32, 54, 0.7) 48%, rgba(6, 32, 54, 0.24) 76%, rgba(6, 32, 54, 0.09)),
        linear-gradient(112deg, rgba(14, 165, 233, 0.16), rgba(14, 165, 233, 0));
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .28s ease, transform .28s ease;
}

.plist-hover-mask p {
    margin: 0;
    max-width: 82%;
    color: rgba(255, 255, 255, .92);
    font-size: 15px;
    line-height: 1.85;
}

.plist-more {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-size: 13px;
    font-weight: 600;
    color: #d8efff;
}

.plist-more::after {
    content: '';
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #d8efff;
    transition: width .28s ease;
}

.plist-card:hover {
    border-color: rgba(14, 165, 233, .32);
    box-shadow: 0 18px 44px rgba(14, 165, 233, 0.18);
    transform: translateY(-4px);
}

.plist-card:hover .plist-thumb img {
    transform: scale(1.05);
    filter: saturate(1.08);
}

.plist-card:hover .plist-hover-mask {
    opacity: 1;
    transform: none;
}

.plist-card:hover .plist-title-strip {
    opacity: 0;
}

.plist-card:hover .plist-more::after {
    width: 34px;
}

.plist-page {
    padding: 34px;
}

.pages {
    width: 100%;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.page-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 40px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background: #fff;
    color: #395273;
    font-size: 14px;
    transition: all .25s ease;
}

a.page-item:hover,
.page-item.active {
    color: #fff;
    border-color: transparent;
    background: var(--grad);
    box-shadow: 0 8px 18px rgba(29, 111, 164, 0.24);
}

.anim {
    opacity: 0;
    transition: opacity .68s ease, transform .68s ease;
}

.anim.from-up { transform: translateY(28px); }
.anim.from-left { transform: translateX(-36px); }
.anim.from-right { transform: translateX(36px); }

.anim.visible {
    opacity: 1;
    transform: none;
}

.plist-grid > li:nth-child(1) { transition-delay: .02s; }
.plist-grid > li:nth-child(2) { transition-delay: .06s; }
.plist-grid > li:nth-child(3) { transition-delay: .1s; }
.plist-grid > li:nth-child(4) { transition-delay: .14s; }
.plist-grid > li:nth-child(5) { transition-delay: .18s; }
.plist-grid > li:nth-child(6) { transition-delay: .22s; }
.plist-grid > li:nth-child(7) { transition-delay: .26s; }
.plist-grid > li:nth-child(8) { transition-delay: .3s; }
.plist-grid > li:nth-child(9) { transition-delay: .34s; }

@media (max-width: 1280px) {
    .plist-stack-card {
        width: min(780px, calc(100% - 34px));
        max-width: calc(100% - 34px);
        right: calc((100% - min(780px, calc(100% - 34px))) / 2);
    }
}

@media (max-width: 992px) {
    .plist-banner {
        padding-top: 34px;
    }

    .plist-stack-scene {
        height: 560px;
        margin: 0;
        padding: 0 14px;
    }

    .plist-stack-scene::before,
    .plist-stack-scene::after {
        width: 72px;
    }

    .plist-stack-card {
        left: auto;
        right: calc((100% - min(690px, calc(100% - 28px))) / 2);
        width: min(690px, calc(100% - 28px));
        max-width: calc(100% - 28px);
        top: 28px;
    }

    .plist-stack-title h2,
    .plist-stack-mask h2,
    .plist-title-strip h2 {
        font-size: 24px;
    }
}

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

    .plist-banner-head h1 {
        font-size: 34px;
    }

    .plist-stack-scene {
        height: auto;
        overflow: visible;
        margin: 0;
        padding: 0;
    }

    .plist-stack-scene::before,
    .plist-stack-scene::after {
        display: none;
    }

    .plist-stack-track {
        display: grid;
        gap: 12px;
    }

    .plist-stack-card {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        max-width: none;
        transform: none !important;
        opacity: 1 !important;
        z-index: auto !important;
    }

    .plist-main {
        padding-top: 14px;
    }

    .plist-title-strip h2,
    .plist-stack-title h2,
    .plist-stack-mask h2 {
        font-size: 20px;
    }

    .plist-hover-mask p,
    .plist-stack-mask p {
        max-width: 100%;
        font-size: 14px;
    }

    .plist-thumb img,
    .plist-stack-card img {
        aspect-ratio: 16 / 9;
    }
}
