.explore-page {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(
            circle at top left,
            rgba(105,82,180,.13),
            transparent 35rem
        ),
        #111018;
    color: #eeeaf8;
}

.explore-page *,
.explore-page *::before,
.explore-page *::after {
    box-sizing: border-box;
}

.ex-topbar,
.ex-shell,
.ex-footer {
    width: min(
        1180px,
        calc(100% - 40px)
    );
    margin-left: auto;
    margin-right: auto;
}

.ex-topbar {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ex-brand {
    color: #fff;
    text-decoration: none;
    font-weight: 850;
    font-size: 1.25rem;
}

.ex-nav {
    display: flex;
    gap: 22px;
}

.ex-nav a {
    color: #aaa4b8;
    text-decoration: none;
}

.ex-nav a:hover,
.ex-nav a.active {
    color: #fff;
}

.ex-shell {
    margin-top: 12px;
    margin-bottom: 70px;
}

.ex-hero {
    padding: 34px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.035);
    border-radius: 24px 24px 0 0;
}

.ex-eyebrow {
    color: #a89ae4;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .72rem;
    font-weight: 800;
}

.ex-hero h1 {
    margin: 8px 0;
    font-size: clamp(
        2.4rem,
        6vw,
        4.6rem
    );
    line-height: .98;
    letter-spacing: -.045em;
}

.ex-hero p {
    max-width: 720px;
    margin: 16px 0 0;
    color: #a29baa;
    line-height: 1.55;
}

.ex-filters {
    padding: 25px 30px;
    border:
        1px
        solid
        rgba(255,255,255,.08);
    border-top: 0;
    border-radius: 0 0 20px 20px;
    background: rgba(255,255,255,.025);
}

.ex-search-row {
    display: grid;
    grid-template-columns:
        minmax(0,1fr)
        auto;
    gap: 9px;
}

.ex-search-row input,
.ex-filter-grid select {
    width: 100%;
    border: 1px solid rgba(255,255,255,.1);
    background: #17151f;
    color: #eeeaf8;
    border-radius: 9px;
}

.ex-search-row input {
    min-height: 47px;
    padding: 0 14px;
    font-size: .96rem;
}

.ex-search-row button,
.ex-apply {
    border: 0;
    border-radius: 9px;
    padding: 0 20px;
    background: #eeeaf8;
    color: #17131f;
    font-weight: 800;
    cursor: pointer;
}

.ex-filter-grid {
    display: grid;
    grid-template-columns:
        repeat(
            3,
            minmax(0,1fr)
        );
    gap: 13px;
    margin-top: 18px;
}

.ex-filter-grid label > span {
    display: block;
    margin-bottom: 6px;
    color: #898292;
    font-size: .76rem;
    font-weight: 700;
}

.ex-filter-grid select {
    height: 40px;
    padding: 0 9px;
}

.ex-filter-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
}

.ex-apply {
    min-height: 39px;
}

.ex-filter-actions a {
    color: #a89eae;
    font-size: .82rem;
    text-decoration: none;
}

.ex-filter-actions a:hover {
    color: #fff;
}

.ex-results-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 23px 3px 13px;
    color: #a29baa;
    font-size: .88rem;
}

.ex-results-header strong {
    color: #eeeaf8;
}

.ex-page-summary {
    color: #766f80;
}

.ex-results {
    display: grid;
    gap: 10px;
}

.ex-story-card {
    display: grid;
    grid-template-columns:
        92px
        minmax(0,1fr);
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.065);
    background: rgba(255,255,255,.03);
    border-radius: 15px;
}

.ex-cover-wrap,
.ex-cover {
    width: 92px;
}

.ex-cover {
    aspect-ratio: 2/3;
    object-fit: cover;
    border-radius: 8px;
}

.ex-cover-empty {
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.055);
    color: #777080;
    font-weight: 850;
}

.ex-story-main {
    min-width: 0;
}

.ex-story-heading {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.ex-story-heading h2 {
    margin: 0;
    font-size: 1.2rem;
}

.ex-story-heading h2 a {
    color: #eeeaf8;
    text-decoration: none;
}

.ex-story-heading h2 a:hover {
    color: #c7baf8;
}

.ex-author {
    margin-top: 5px;
    color: #908999;
    font-size: .84rem;
}

.ex-author a {
    color: #a9a1b4;
    text-decoration: none;
}

.ex-author a:hover {
    color: #c7baf8;
}

.ex-status {
    height: fit-content;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.05);
    color: #aaa3b5;
    font-size: .72rem;
    white-space: nowrap;
}

.ex-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 17px;
    margin-top: 13px;
    color: #8d8696;
    font-size: .8rem;
}

.ex-metrics strong {
    color: #c7c0d0;
}

.ex-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.ex-tags span {
    display: inline-flex;
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 999px;
    color: #a59eaf;
    background: rgba(255,255,255,.035);
    font-size: .71rem;
}

.ex-commercial {
    display: inline-flex;
    margin-top: 12px;
    padding: 6px 9px;
    border-radius: 8px;
    background: rgba(168,154,228,.07);
    color: #b9aaf0;
    font-size: .76rem;
}

.ex-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.ex-links a {
    color: #aaa3b4;
    text-decoration: none;
    font-size: .78rem;
    font-weight: 700;
}

.ex-links a:hover {
    color: #ddd5ff;
}

.ex-links .ex-primary-link {
    color: #b9aaf0;
}

.ex-pagination {
    display: grid;
    grid-template-columns:
        1fr auto 1fr;
    align-items: center;
    gap: 15px;
    margin-top: 22px;
    color: #827b8c;
    font-size: .82rem;
}

.ex-pagination > div:last-child {
    text-align: right;
}

.ex-page-button {
    display: inline-flex;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 8px;
    color: #c2b9d0;
    text-decoration: none;
}

.ex-page-button:hover {
    border-color: rgba(168,154,228,.3);
    color: #fff;
}

.ex-empty {
    padding: 60px 25px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.06);
    background: rgba(255,255,255,.025);
    text-align: center;
}

.ex-empty h2 {
    margin-top: 0;
}

.ex-empty p {
    color: #918a9a;
}

.ex-empty a {
    color: #b9aaf0;
}

.ex-method-note {
    max-width: 760px;
    margin: 40px auto 0;
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,.06);
    color: #7d7686;
    font-size: .79rem;
    line-height: 1.55;
}

.ex-method-note strong {
    color: #a39cab;
}

.ex-footer {
    padding: 20px 0 40px;
    border-top: 1px solid rgba(255,255,255,.06);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #716a79;
    font-size: .8rem;
}

@media (max-width: 760px) {

    .ex-topbar,
    .ex-shell,
    .ex-footer {
        width: min(
            100% - 24px,
            1180px
        );
    }

    .ex-nav {
        gap: 11px;
        font-size: .84rem;
    }

    .ex-hero {
        padding: 21px;
    }

    .ex-filters {
        padding: 18px;
    }

    .ex-search-row {
        grid-template-columns: 1fr;
    }

    .ex-search-row button {
        min-height: 42px;
    }

    .ex-filter-grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0,1fr)
            );
    }

    .ex-story-card {
        grid-template-columns:
            66px
            minmax(0,1fr);
        gap: 12px;
        padding: 13px;
    }

    .ex-cover-wrap,
    .ex-cover {
        width: 66px;
    }

    .ex-story-heading {
        flex-direction: column;
        gap: 7px;
    }

    .ex-status {
        width: fit-content;
    }

    .ex-pagination {
        grid-template-columns: 1fr 1fr;
    }

    .ex-pagination > span {
        grid-column: 1 / -1;
        grid-row: 1;
        text-align: center;
    }

    .ex-pagination > div {
        grid-row: 2;
    }

    .ex-footer {
        flex-direction: column;
    }

}

@media (max-width: 480px) {

    .ex-filter-grid {
        grid-template-columns: 1fr;
    }

}
