body.cemetery-statistics-page {
    min-height: 100vh;
    background-color: #e8e6df;
    background-image: linear-gradient(rgba(248, 247, 242, 0.76), rgba(232, 230, 223, 0.88)), url("../images/cemetery-statistics-background.svg");
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

body.cemetery-statistics-page main.container {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(74, 83, 75, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 28px 80px rgba(28, 34, 32, 0.16);
    backdrop-filter: blur(3px);
}

.cemetery-stat-summary,
.cemetery-stat-card,
.cemetery-stat-empty {
    border: 1px solid rgba(74, 83, 75, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 34px rgba(28, 34, 32, 0.08);
}

.cemetery-stat-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
}

.cemetery-stat-summary strong {
    color: #3f5139;
    font-size: 1.6rem;
}

.cemetery-stat-card,
.cemetery-stat-empty {
    padding: 1.25rem;
}

.cemetery-chart-wrap {
    position: relative;
    width: min(100%, 22rem);
    min-height: 18rem;
    margin: 0 auto;
}

.cemetery-stat-card .table {
    --bs-table-bg: rgba(255, 255, 255, 0.8);
    --bs-table-striped-bg: rgba(236, 239, 233, 0.76);
}

@media (max-width: 767.98px) {
    body.cemetery-statistics-page {
        background-attachment: scroll;
    }

    body.cemetery-statistics-page main.container {
        margin-top: 0;
        margin-bottom: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .cemetery-chart-wrap {
        min-height: 15rem;
    }
}

/* Statistics page */
body.cemetery-statistics-page {
    background-color: #e8f2ee;
    background-image:
        linear-gradient(120deg, rgba(18, 63, 70, 0.54), rgba(255, 250, 240, 0.84) 48%, rgba(232, 242, 238, 0.94)),
        repeating-linear-gradient(90deg, rgba(18, 63, 70, 0.04) 0 1px, transparent 1px 32px),
        url("../images/cemetery-statistics-background.svg");
}

body.cemetery-statistics-page main.container {
    border: 0;
    background: rgba(255, 250, 240, 0.92);
    box-shadow: 0 34px 90px rgba(10, 30, 34, 0.2);
}

.cemetery-stat-summary,
.cemetery-stat-card,
.cemetery-stat-empty {
    border-color: rgba(18, 63, 70, 0.13);
    background:
        linear-gradient(135deg, rgba(255, 250, 240, 0.98), rgba(232, 242, 238, 0.62));
    box-shadow: 0 18px 44px rgba(12, 35, 39, 0.1);
}

.cemetery-stat-summary strong {
    color: var(--bmp-petal);
}

/* Final paradise statistics pass */
body.cemetery-statistics-page {
    background-color: #eaf8ff;
    background-image:
        linear-gradient(115deg, rgba(234, 248, 255, 0.9) 0%, rgba(255, 252, 240, 0.88) 52%, rgba(250, 232, 236, 0.84) 100%),
        url("../images/cemetery-statistics-background.svg");
}

body.cemetery-statistics-page main.container {
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 252, 240, 0.92);
    box-shadow: 0 30px 90px rgba(49, 86, 106, 0.16);
}

.cemetery-stat-summary,
.cemetery-stat-card,
.cemetery-stat-empty {
    border-color: rgba(49, 86, 106, 0.14);
    background:
        radial-gradient(circle at 94% 0%, rgba(255, 245, 199, 0.44), transparent 38%),
        rgba(255, 255, 255, 0.62);
    box-shadow: 0 18px 44px rgba(91, 151, 186, 0.12);
}

.cemetery-stat-summary strong {
    color: #b95866;
}
