/* ============================================================
   Prayer Session Page  (/cau-nguyen/{slug}/)
   Loaded by prayer-session-page.php
   ============================================================ */

/* ── Page wrapper ─────────────────────────────────────────── */
.psp-page {
    /* max-width: 640px; */
    margin: 0 auto;
    /* padding-bottom: calc(96px + var(--safe-bottom, 0px)); */
}

/* ══════════════════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════════════════ */
.psp-hero {
    position: relative;
    margin-bottom: 0;
}
.psp-hero-cover {
    /* ── Floating Liquid Glass card ───────────────────────── */
    width: calc(100% - 32px);
    margin: 14px 16px 0;
    border-radius: 26px;
    aspect-ratio: 16/10;
    overflow: hidden;
    position: relative;
    display: block;

    /* vestment-tinted base + shimmer overlay */
    background-image:
        linear-gradient(
            145deg,
            rgba(255,255,255,.13) 0%,
            rgba(0,0,0,.08) 100%
        ),
        linear-gradient(
            145deg,
            var(--color-primary-dark, #001a40) 0%,
            var(--color-primary, #0055a5) 60%,
            rgba(0,180,216,.85) 100%
        );

    /* glass border */
    border: 1px solid rgba(255,255,255,.38);

    /* glass shadow: outer depth + inner top highlight */
    box-shadow:
        0 16px 48px rgba(0,30,100,.28),
        0  4px 16px rgba(0,20, 80,.18),
        inset 0  1px 0 rgba(255,255,255,.70),
        inset 0 -1px 0 rgba(255,255,255,.14);

    /* subtle blur of page bg through frosted edges */
    -webkit-backdrop-filter: blur(4px) saturate(1.4);
    backdrop-filter: blur(4px) saturate(1.4);
}
/* shimmer ridge — top glass highlight */
.psp-hero-cover::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 48%;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,.20) 0%,
        rgba(255,255,255,.06) 50%,
        transparent 100%
    );
    pointer-events: none;
    z-index: 2;
    border-radius: 26px 26px 0 0;
}
/* side-edge inner glow */
.psp-hero-cover::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow:
        inset  1px  1px 8px  rgba(255,255,255,.22),
        inset -1px -1px 8px  rgba(255,255,255,.08);
    pointer-events: none;
    z-index: 3;
}
.psp-hero-cover img {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
    /* slightly fade the photo so glass tint shows */
    opacity: .82;
}
.psp-hero-cover-emoji {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 80px; opacity: .18;
    pointer-events: none;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,.3));
}
/* Multi-layer gradient overlay */
.psp-hero-overlay {
    position: absolute; inset: 0;
    background:
        linear-gradient(to bottom, rgba(0,0,0,.46) 0%, rgba(0,0,0,0) 36%),
        linear-gradient(to top,    rgba(0,0,0,.72) 0%, rgba(0,0,0,0) 50%);
}

/* ── Topbar overlaid on hero ──────────────────────────────── */
.psp-topbar {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 14px 0;
}
.psp-back-btn {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(0,0,0,.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: background .15s, border-color .15s;
}
.psp-back-btn:hover {
    background: rgba(0,0,0,.55);
    border-color: rgba(255,255,255,.28);
}
.psp-page-label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,.82);
    letter-spacing: .02em;
    text-shadow: 0 1px 4px rgba(0,0,0,.3);
}
/* Hero inner (title + pills) */
.psp-hero-inner {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 5;
    padding: 16px 18px 18px;
}
.psp-hero-title {
    font-size: 21px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.2;
    text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.psp-hero-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.psp-hero-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 42px;
    background: linear-gradient(145deg, rgba(255,255,255,.34), rgba(255,255,255,.18));
    backdrop-filter: blur(10px) saturate(1.2);
    -webkit-backdrop-filter: blur(10px) saturate(1.2);
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 14px;
    padding: 0px 10px;
    font-size: 13px;
    color: rgba(255,255,255,.98);
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
    white-space: normal;
    box-shadow: 0 10px 22px rgba(5, 18, 56, .2), inset 0 1px 0 rgba(255,255,255,.42);
}
.psp-hero-pill--highlight {
    min-height: 32px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .01em;
    background: linear-gradient(145deg, rgba(255,255,255,.46), rgba(255,255,255,.24));
}
.psp-hero-pill--sub {
    min-height: 30px;
    font-size: 12.5px;
    font-weight: 650;
    background: linear-gradient(145deg, rgba(255,255,255,.28), rgba(255,255,255,.14));
}
.psp-hero-pill--live {
    color: #ffe8e8;
    border-color: rgba(255,120,120,.4);
    background: linear-gradient(145deg, rgba(210,40,40,.44), rgba(130,20,20,.3));
}

@media (max-width: 420px) {
    .psp-hero-pill--highlight { font-size: 13px; }
}

/* ── Description — Liquid Glass ──────────────────────────── */
.psp-hero-desc {
    font-size: 14px;
    color: var(--color-text-secondary, #555);
    line-height: 1.6;
    margin: 14px 16px 0;
    padding: 13px 15px;
    border-radius: 16px;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,.75) 0%,
        rgba(240,248,255,.68) 100%
    );
    backdrop-filter: blur(14px) saturate(1.4);
    -webkit-backdrop-filter: blur(14px) saturate(1.4);
    border: 1px solid rgba(255,255,255,.72);
    border-left: 3px solid var(--color-primary, #0055a5);
    box-shadow:
        0 2px 10px rgba(0,40,120,.07),
        inset 0 1px 0 rgba(255,255,255,.88);
}
[data-theme="dark"] .psp-hero-cover {
    border-color: rgba(255,255,255,.18);
    box-shadow:
        0 20px 56px rgba(0,0,0,.50),
        0  4px 16px rgba(0,0,0,.35),
        inset 0  1px 0 rgba(255,255,255,.25),
        inset 0 -1px 0 rgba(255,255,255,.06);
}
[data-theme="dark"] .psp-hero-cover::before {
    background: linear-gradient(
        180deg,
        rgba(255,255,255,.10) 0%,
        rgba(255,255,255,.03) 50%,
        transparent 100%
    );
}
[data-theme="dark"] .psp-hero-desc {
    background: linear-gradient(135deg, rgba(18,35,70,.72) 0%, rgba(10,24,55,.65) 100%);
    border-color: rgba(255,255,255,.10);
    border-left-color: var(--color-primary, #66aaff);
    color: var(--color-text-secondary, #aab4cf);
    box-shadow: 0 2px 10px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.06);
}

/* ══════════════════════════════════════════════════════════════
   START BUTTON — vestment gradient
   ══════════════════════════════════════════════════════════════ */
.psp-start-btn-wrap {
    padding: 16px 16px 4px;
}
.psp-start-btn {
    width: 100%;
    padding: 15px;
    border-radius: 18px;
    background-image:
        linear-gradient(135deg, rgba(255,255,255,.14) 0%, rgba(0,0,0,.06) 100%),
        linear-gradient(
            135deg,
            var(--color-primary-dark, #003d80) 0%,
            var(--color-primary, #0055a5) 100%
        );
    color: #fff;
    border: 1px solid rgba(255,255,255,.20);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    box-shadow:
        0 6px 24px rgba(0,85,165,.32),
        inset 0 1px 0 rgba(255,255,255,.25);
    transition: opacity .15s, transform .12s;
    letter-spacing: .02em;
    backdrop-filter: blur(4px);
}
.psp-start-btn:hover { opacity: .92; }
.psp-start-btn:active { transform: scale(.98); }

/* ══════════════════════════════════════════════════════════════
   COMMUNITY BLOCK — Liquid Glass
   ══════════════════════════════════════════════════════════════ */
.psp-comm-block {
    margin: 16px 16px 0;
    border-radius: 18px;
    padding: 14px 15px;
    display: flex;
    gap: 12px;
    align-items: center;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,.78) 0%,
        rgba(240,248,255,.70) 100%
    );
    backdrop-filter: blur(16px) saturate(1.5);
    -webkit-backdrop-filter: blur(16px) saturate(1.5);
    border: 1px solid rgba(255,255,255,.75);
    box-shadow:
        0 2px 12px rgba(0,40,120,.08),
        inset 0 1px 0 rgba(255,255,255,.92);
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: box-shadow .18s, border-color .18s, transform .12s;
    position: relative;
    overflow: hidden;
}
.psp-comm-block::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 42%;
    background: linear-gradient(180deg, rgba(255,255,255,.38) 0%, transparent 100%);
    border-radius: 18px 18px 0 0;
    pointer-events: none;
}
.psp-comm-block:hover {
    box-shadow: 0 4px 20px rgba(0,85,165,.14), inset 0 1px 0 rgba(255,255,255,.92);
    border-color: rgba(var(--color-primary, 0,85,165),.30);
    transform: translateY(-1px);
}
.psp-comm-block:active { transform: scale(.99); }
[data-theme="dark"] .psp-comm-block {
    background: linear-gradient(135deg, rgba(18,35,70,.78) 0%, rgba(10,24,55,.70) 100%);
    border-color: rgba(255,255,255,.10);
    box-shadow: 0 2px 12px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.07);
}
[data-theme="dark"] .psp-comm-block::before {
    background: linear-gradient(180deg, rgba(255,255,255,.05) 0%, transparent 100%);
}

/* Community avatar — vestment gradient */
.psp-comm-avatar {
    width: 48px; height: 48px;
    border-radius: 14px;
    background-image:
        linear-gradient(145deg, rgba(255,255,255,.15) 0%, rgba(0,0,0,.08) 100%),
        linear-gradient(
            145deg,
            var(--color-primary-dark, #003d80) 0%,
            var(--color-primary, #0055a5) 100%
        );
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow:
        0 3px 10px rgba(0,85,165,.25),
        inset 0 1px 0 rgba(255,255,255,.22);
    border: 1px solid rgba(255,255,255,.18);
}
.psp-comm-avatar img { width: 100%; height: 100%; object-fit: cover; }
.psp-comm-info { flex: 1; min-width: 0; position: relative; z-index: 1; }
.psp-comm-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--color-primary, #0055a5);
    margin-bottom: 2px;
}
.psp-comm-name {
    font-size: 14.5px;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 2px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.psp-comm-address {
    font-size: 12px;
    color: var(--color-text-muted, #888);
}
.psp-comm-arrow { display: none; }
.psp-comm-view-btn {
    flex-shrink: 0;
    padding: 6px 13px;
    border-radius: 99px;
    background: var(--color-primary, #0055a5);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    position: relative; z-index: 1;
    box-shadow: 0 2px 8px rgba(0,85,165,.25);
}

/* ══════════════════════════════════════════════════════════════
   SECTION HEADER
   ══════════════════════════════════════════════════════════════ */
.psp-section-sep {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 16px 10px;
}
.psp-section-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: var(--color-text-muted, #aaa);
    white-space: nowrap;
}
.psp-section-line {
    flex: 1; height: 1px;
    background: var(--color-border, #eef0f5);
}

/* ══════════════════════════════════════════════════════════════
   ITEMS STEPPER LIST
   ══════════════════════════════════════════════════════════════ */
.psp-items {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
}
.psp-step-row {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
/* Vertical timeline line */
.psp-step-line-wrap {
    width: 36px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 10px;
}
.psp-step-row:not(:last-child) .psp-step-line-wrap::after {
    content: '';
    position: absolute;
    left: 50%; top: 46px; bottom: -8px;
    width: 2px;
    background: linear-gradient(to bottom, var(--color-border, #e0e4ed), transparent);
    transform: translateX(-50%);
}
.psp-step-dot {
    width: 34px; height: 34px;
    border-radius: 50%;
    background: var(--color-primary, #0055a5);
    color: #fff;
    font-size: 13px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(0,85,165,.3);
    transition: transform .18s, box-shadow .18s;
    position: relative; z-index: 1;
}
.psp-step-dot.type-gospel { background: linear-gradient(135deg, #b86800, #f5a623); box-shadow: 0 3px 10px rgba(200,130,0,.3); }
.psp-step-dot.type-text   { background: linear-gradient(135deg, #3a7bd5, #00d2ff); box-shadow: 0 3px 10px rgba(58,123,213,.3); }
.psp-step-row:active .psp-step-dot { transform: scale(.93); }
@media (hover:hover) { .psp-step-row:hover .psp-step-dot { transform: scale(1.1); } }

/* ── Step card — Liquid Glass ─────────────────────────────── */
.psp-step-card {
    flex: 1; min-width: 0;
    border-radius: 16px;
    margin: 8px 0 8px 10px;
    overflow: hidden;
    background: linear-gradient(
        145deg,
        rgba(255,255,255,.82) 0%,
        rgba(240,248,255,.74) 100%
    );
    backdrop-filter: blur(12px) saturate(1.4);
    -webkit-backdrop-filter: blur(12px) saturate(1.4);
    border: 1px solid rgba(255,255,255,.76);
    box-shadow:
        0 2px 10px rgba(0,40,120,.06),
        0 1px 3px rgba(0,40,120,.04),
        inset 0 1px 0 rgba(255,255,255,.94);
    transition: border-color .18s, box-shadow .18s, transform .12s;
    position: relative;
}
.psp-step-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 44%;
    background: linear-gradient(180deg, rgba(255,255,255,.35) 0%, transparent 100%);
    border-radius: 16px 16px 0 0;
    pointer-events: none;
    z-index: 0;
}
.psp-step-row:active .psp-step-card { transform: scale(.99); }
@media (hover:hover) {
    .psp-step-row:hover .psp-step-card {
        border-color: rgba(0,85,165,.25);
        box-shadow:
            0 4px 18px rgba(0,85,165,.12),
            inset 0 1px 0 rgba(255,255,255,.94);
    }
}
[data-theme="dark"] .psp-step-card {
    background: linear-gradient(145deg, rgba(20,38,72,.82) 0%, rgba(12,26,58,.74) 100%);
    border-color: rgba(255,255,255,.10);
    box-shadow: 0 2px 10px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.07);
}
[data-theme="dark"] .psp-step-card::before {
    background: linear-gradient(180deg, rgba(255,255,255,.05) 0%, transparent 100%);
}

.psp-step-card-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    position: relative; z-index: 1;
}
.psp-step-card-icon {
    width: 36px; height: 36px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
    background: rgba(0,85,165,.07);
    border: 1px solid rgba(0,85,165,.08);
}
[data-theme="dark"] .psp-step-card-icon {
    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.06);
}
.psp-step-card-text { flex: 1; min-width: 0; }
.psp-step-card-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-text);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.psp-step-card-sub {
    font-size: 12px;
    color: var(--color-text-muted, #999);
    margin-top: 2px;
    display: flex; align-items: center; gap: 5px;
}
.psp-step-card-badge {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 8px;
    background: #fff4d6;
    color: #a06000;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
}
[data-theme="dark"] .psp-step-card-badge { background: rgba(255,200,0,.15); color: #ffc840; }
.psp-repeat-badge {
    font-size: 11px;
    background: rgba(0,85,165,.10);
    color: var(--color-primary, #0055a5);
    padding: 1px 7px;
    border-radius: 6px;
    font-weight: 700;
    flex-shrink: 0;
}
[data-theme="dark"] .psp-repeat-badge { background: rgba(0,85,165,.25); color: #80b0ff; }
.psp-step-card-arrow { color: var(--color-border, #ccc); flex-shrink: 0; }

/* Heading row */
.psp-heading-item {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 0 4px;
    margin-left: 46px;
}
.psp-heading-line { flex: 1; height: 1px; background: var(--color-border, #eee); }
.psp-heading-text {
    font-size: 11.5px; font-weight: 700;
    color: var(--color-text-muted, #bbb);
    text-transform: uppercase; letter-spacing: .09em; white-space: nowrap;
}

/* ══════════════════════════════════════════════════════════════
   SEO CONTENT LAYER (SSR) — keep content crawlable but compact
   ══════════════════════════════════════════════════════════════ */
.psp-nd-reading {
    margin: 18px 16px 0;
}
.psp-nd-reading-wrap {
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(240,248,255,.74));
    border: 1px solid rgba(255,255,255,.76);
    box-shadow: 0 2px 10px rgba(0,40,120,.06), inset 0 1px 0 rgba(255,255,255,.94);
    overflow: hidden;
}
.psp-nd-reading-summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    font-weight: 700;
    color: var(--color-text);
}
.psp-nd-reading-summary::-webkit-details-marker { display: none; }
.psp-nd-reading-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,85,165,.08);
}
.psp-nd-reading-title {
    font-size: 14px;
}

/* ══════════════════════════════════════════════════════════════
   UPCOMING SESSIONS (SSR) — same visual style as prayer list
   ══════════════════════════════════════════════════════════════ */
.psp-upcoming {
    margin: 18px 16px 0;
}
.psp-upcoming-title {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 800;
    color: var(--color-text);
}
.psp-upcoming-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.psp-upcoming-list .ps-card {
    text-decoration: none;
    color: inherit;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,.82) 0%, rgba(240,248,255,.75) 100%);
    border: 1px solid rgba(255,255,255,.75);
    box-shadow: 0 2px 12px rgba(0,40,120,.07), 0 1px 3px rgba(0,40,120,.04), inset 0 1px 0 rgba(255,255,255,.95);
    backdrop-filter: blur(12px) saturate(1.4);
    -webkit-backdrop-filter: blur(12px) saturate(1.4);
}
.psp-upcoming-list .ps-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(255,255,255,.40) 0%, transparent 100%);
    border-radius: 18px 18px 0 0;
    pointer-events: none;
}
.psp-upcoming-list .ps-card-inner {
    display: flex;
    gap: 14px;
    padding: 14px 15px;
    align-items: center;
}
.psp-upcoming-list .ps-card-no {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(180deg, #ef4444 0%, #dc2626 100%);
    box-shadow: 0 8px 18px rgba(220, 38, 38, .32), inset 0 1px 0 rgba(255,255,255,.45);
    border: 1px solid rgba(255,255,255,.45);
}
.psp-upcoming-list .ps-card-body { flex: 1; min-width: 0; }
.psp-upcoming-list .ps-card-title {
    font-size: 1.03rem;
    font-weight: 800;
    color: var(--color-text);
    margin: 0 0 6px;
    line-height: 1.3;
}
.psp-upcoming-list .ps-card-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 6px;
}
.psp-upcoming-list .ps-card-pill {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 11.5px;
    color: var(--color-text-muted, #888);
    background: var(--color-bg, #f5f7fb);
    border-radius: 6px;
    padding: 2px 7px;
    font-weight: 600;
}
.psp-upcoming-list .ps-card-comm {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--color-primary, #0055a5);
    font-weight: 700;
    background: rgba(0,85,165,.07);
    border-radius: 6px;
    padding: 2px 8px;
}
.psp-upcoming-list .ps-card-arrow {
    color: var(--color-text-muted, #ccc);
    flex-shrink: 0;
    margin-left: 2px;
}
.psp-upcoming-list .ps-card.is-live {
    border-color: color-mix(in srgb, var(--color-primary, #0055a5) 55%, #ffffff 45%);
    box-shadow: 0 10px 32px rgba(0, 85, 165, .24), 0 2px 8px rgba(0, 85, 165, .14), inset 0 1px 0 rgba(255,255,255,.95);
}
.psp-upcoming-list .ps-card.is-live::after {
    content: '';
    position: absolute;
    left: 0;
    top: 14%;
    bottom: 14%;
    width: 4px;
    border-radius: 0 6px 6px 0;
    background: linear-gradient(180deg, #ff6b6b 0%, #ef4444 100%);
    box-shadow: 0 0 12px rgba(239, 68, 68, .55);
}
.psp-upcoming-list .ps-card.is-live .ps-card-title {
    font-size: 1.14rem;
    color: var(--color-primary-dark, #003d80);
}
.psp-upcoming-list .ps-card-pill--live {
    color: #b91c1c;
    background: rgba(255, 235, 238, .92);
    border: 1px solid rgba(239, 68, 68, .35);
    font-weight: 800;
}
.psp-upcoming-list .ps-card.is-upcoming-soon{
    border-color: rgba(249, 115, 22, .45);
    background: linear-gradient(145deg, rgba(255,248,240,.9) 0%, rgba(255,243,232,.82) 100%);
    box-shadow: 0 10px 30px rgba(249, 115, 22, .2), 0 2px 8px rgba(249, 115, 22, .12), inset 0 1px 0 rgba(255,255,255,.95);
}
.psp-upcoming-list .ps-card.is-upcoming-soon .ps-card-title{
    font-size: 1.08rem;
    color: #9a3412;
}
.psp-upcoming-list .ps-card-pill--countdown{
    color: #9a3412;
    background: rgba(255, 237, 213, .96);
    border: 1px solid rgba(251, 146, 60, .45);
    font-weight: 800;
}
[data-theme="dark"] .psp-upcoming-list .ps-card {
    background: linear-gradient(145deg, rgba(22,38,75,.82) 0%, rgba(14,28,60,.75) 100%);
    border-color: rgba(255,255,255,.10);
    box-shadow: 0 2px 12px rgba(0,0,0,.25), 0 1px 3px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.07);
}
[data-theme="dark"] .psp-upcoming-list .ps-card::before { background: linear-gradient(180deg, rgba(255,255,255,.05) 0%, transparent 100%); }
[data-theme="dark"] .psp-upcoming-list .ps-card-no {
    box-shadow: 0 8px 18px rgba(239, 68, 68, .45), inset 0 1px 0 rgba(255,255,255,.28);
}
[data-theme="dark"] .psp-upcoming-list .ps-card-pill { background: rgba(255,255,255,.06); }
[data-theme="dark"] .psp-upcoming-list .ps-card-comm { background: rgba(0,85,165,.2); }
[data-theme="dark"] .psp-upcoming-list .ps-card.is-live {
    border-color: rgba(126, 201, 255, .52);
    box-shadow: 0 10px 34px rgba(20, 90, 170, .35), 0 2px 10px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.12);
}
[data-theme="dark"] .psp-upcoming-list .ps-card-pill--live {
    color: #fecaca;
    background: rgba(127, 29, 29, .45);
}
[data-theme="dark"] .psp-upcoming-list .ps-card.is-upcoming-soon{
    border-color: rgba(251, 146, 60, .5);
    background: linear-gradient(145deg, rgba(59, 36, 24, .78) 0%, rgba(39, 24, 17, .72) 100%);
    box-shadow: 0 10px 30px rgba(251, 146, 60, .28), 0 2px 8px rgba(0,0,0,.34);
}
[data-theme="dark"] .psp-upcoming-list .ps-card.is-upcoming-soon .ps-card-title { color: #fdba74; }
[data-theme="dark"] .psp-upcoming-list .ps-card-pill--countdown {
    color: #fdba74;
    background: rgba(124, 45, 18, .45);
    border-color: rgba(251, 146, 60, .45);
}
.psp-nd-reading-body {
    padding: 0 12px 12px;
    border-top: 1px solid var(--color-border, #e5e7eb);
}
.psp-nd-item {
    border: 1px solid var(--color-border, #e6eaf2);
    border-radius: 12px;
    background: rgba(255,255,255,.55);
    margin-top: 10px;
    overflow: hidden;
}
.psp-nd-item-summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
}
.psp-nd-item-summary::-webkit-details-marker { display: none; }
.psp-nd-item-step {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--color-primary, #0055a5);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}
.psp-nd-item-head {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.psp-nd-item-type {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--color-text-muted, #6b7280);
    font-weight: 700;
}
.psp-nd-item-title {
    font-size: 14px;
    color: var(--color-text);
    font-weight: 700;
}
.psp-nd-item-content {
    padding: 8px 12px 12px;
    border-top: 1px solid var(--color-border, #eef0f5);
}
.psp-nd-text,
.psp-nd-richtext {
    font-size: 15px;
    line-height: 1.75;
    color: var(--color-text);
}
.psp-nd-richtext p { margin: 0 0 .8em; }
.psp-nd-note {
    margin-top: 10px;
    font-size: 12px;
    color: var(--color-text-muted, #6b7280);
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(0,85,165,.06);
}

[data-theme="dark"] .psp-nd-reading-wrap {
    background: linear-gradient(145deg, rgba(20,38,72,.82), rgba(12,26,58,.74));
    border-color: rgba(255,255,255,.10);
    box-shadow: 0 2px 10px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.07);
}
[data-theme="dark"] .psp-nd-item {
    background: rgba(255,255,255,.03);
    border-color: rgba(255,255,255,.10);
}
[data-theme="dark"] .psp-nd-note {
    background: rgba(0,85,165,.20);
}

/* ══════════════════════════════════════════════════════════════
   STEPPER OVERLAY
   ══════════════════════════════════════════════════════════════ */
.psp-stepper-overlay {
    position: fixed; inset: 0;
    z-index: 8000;
    background: var(--surface, #fff);
    display: flex; flex-direction: column;
    opacity: 0; pointer-events: none;
    transition: opacity .22s;
}
[data-theme="dark"] .psp-stepper-overlay {
    background: rgb(0,0,0);
}
.psp-stepper-overlay.is-open { opacity: 1; pointer-events: all; }
.psp-st-progress-bar {
    height: 3px;
    background: var(--color-border, #e0e4ed);
    flex-shrink: 0;
}
.psp-st-progress-fill {
    height: 100%;
    background: linear-gradient(
        90deg,
        var(--color-primary-dark, #003d80),
        var(--color-primary, #0055a5)
    );
    border-radius: 0 3px 3px 0;
    transition: width .35s cubic-bezier(.4,0,.2,1);
}
.psp-st-topbar {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 16px 10px;
    flex-shrink: 0;
    border-bottom: 1px solid var(--color-border, #eef0f5);
    gap: 12px;
}
.psp-st-close {
    width: 34px; height: 34px;
    border-radius: 50%;
    background: var(--color-bg, #f5f7fb);
    border: 1.5px solid var(--color-border, #e0e4ed);
    color: var(--color-text-muted, #888);
    font-size: 16px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: background .15s;
}
.psp-st-close:hover { background: var(--color-border, #e0e4ed); }
.psp-st-header-info { flex: 1; min-width: 0; text-align: center; }
.psp-st-step-label {
    display: block;
    font-size: 14px; font-weight: 700;
    color: var(--color-text);
}
.psp-st-step-count {
    display: block;
    font-size: 11.5px;
    color: var(--color-text-muted, #aaa);
    margin-top: 1px;
}
/* Type badge in topbar */
.psp-st-type-chip {
    font-size: 11px; font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    background: var(--color-bg, #f0f4fb);
    color: var(--color-text-muted, #888);
    border: 1.5px solid var(--color-border, #e0e4ed);
    white-space: nowrap;
    flex-shrink: 0;
}
.psp-st-type-chip.type-gospel { background: #fff4d6; color: #a06000; border-color: #ffe0a0; }
.psp-st-type-chip.type-prayer { background: #eaf2ff; color: #0055a5; border-color: #b8d4ff; }
.psp-st-type-chip.type-text   { background: #e8f8ff; color: #007ab8; border-color: #a0dcff; }
[data-theme="dark"] .psp-st-type-chip.type-gospel { background: rgba(255,200,0,.10); color: #ffc840; border-color: rgba(255,200,0,.25); }
[data-theme="dark"] .psp-st-type-chip.type-prayer { background: rgba(0,85,165,.15); color: #80b0ff; border-color: rgba(0,85,165,.3); }
/* Content */
.psp-st-content {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 22px 22px 12px;
    display: flex; flex-direction: column;
    scroll-behavior: smooth;
}
.psp-st-item-title {
    font-size: 22px; font-weight: 800;
    color: var(--color-text);
    line-height: 1.25; margin: 0 0 6px;
}
.psp-st-repeat {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 12.5px; font-weight: 600;
    background: rgba(0,85,165,.10);
    color: var(--color-primary, #0055a5);
    padding: 4px 12px; border-radius: 20px;
    margin-bottom: 16px;
    align-self: flex-start;
}
[data-theme="dark"] .psp-st-repeat { background: rgba(0,85,165,.20); color: #80b0ff; }
.psp-st-prayer-text {
    font-size: 18.5px;
    line-height: 2;
    color: var(--color-text);
    white-space: pre-wrap;
    flex: 1;
    letter-spacing: .01em;
}
.psp-st-gospel-text {
    font-size: 17px;
    line-height: 1.9;
    color: var(--color-text);
    flex: 1;
}
.psp-st-gospel-text p { margin: 0 0 .9em; }
.psp-st-gospel-text strong, .psp-st-gospel-text b { font-weight: 700; }
.psp-st-gospel-text em, .psp-st-gospel-text i { font-style: italic; }
.psp-st-custom-text {
    font-size: 17px; line-height: 1.85;
    color: var(--color-text);
    white-space: pre-wrap; flex: 1;
}
.psp-st-heading-display {
    flex: 1; display: flex;
    align-items: center; justify-content: center;
    flex-direction: column; gap: 16px;
    text-align: center; padding: 20px 0;
}
.psp-st-heading-ornament { font-size: 40px; opacity: .35; }
.psp-st-heading-display .psp-st-heading-text {
    font-size: 26px; font-weight: 800;
    color: var(--color-text); letter-spacing: .03em;
    line-height: 1.2;
}
.psp-st-heading-display .psp-st-heading-line {
    width: 40px; height: 3px;
    background: linear-gradient(90deg, transparent, var(--color-primary, #0055a5), transparent);
    border-radius: 2px;
}
/* Note */
.psp-st-note {
    margin-top: 16px;
    padding: 11px 14px;
    background: var(--color-card-bg, #f8f9fc);
    border-radius: 10px;
    font-size: 13.5px;
    color: var(--color-text-muted, #888);
    border-left: 3px solid var(--color-primary, #0055a5);
    line-height: 1.5;
}
/* Audio in stepper */
.psp-st-audio-bar {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 18px;
    background: var(--color-card-bg, #f0f4fb);
    border-radius: 12px;
    padding: 10px 13px;
    border: 1px solid var(--color-border, #e6eaf2);
}
[data-theme="dark"] .psp-st-audio-bar { background: rgba(255,255,255,.05); }
.psp-st-audio-btn {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--color-primary, #0055a5);
    color: #fff; border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0,85,165,.3);
    transition: opacity .15s, transform .1s;
}
.psp-st-audio-btn:hover { opacity: .85; }
.psp-st-audio-btn:active { transform: scale(.93); }
.psp-st-audio-btn svg { width: 15px; height: 15px; }
.psp-st-audio-progress {
    flex: 1; height: 5px; border-radius: 3px;
    background: var(--color-border, #dde2ea);
    cursor: pointer; position: relative; overflow: hidden;
}
.psp-st-audio-fill {
    height: 100%; background: var(--color-primary, #0055a5);
    border-radius: 3px; width: 0%; transition: width .1s linear;
    pointer-events: none;
}
.psp-st-audio-time { font-size: 11.5px; color: var(--color-text-muted); white-space: nowrap; }
/* Dots */
.psp-st-dots {
    display: flex; justify-content: center; gap: 6px;
    padding: 8px 20px 6px; flex-shrink: 0;
}
.psp-st-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--color-border, #d8dce6);
    transition: all .22s cubic-bezier(.4,0,.2,1);
    flex-shrink: 0;
}
.psp-st-dot.active {
    background: var(--color-primary, #0055a5);
    width: 22px; border-radius: 4px;
}
/* Bottom nav */
.psp-st-bottom {
    display: flex; gap: 10px;
    padding: 10px 16px calc(14px + var(--safe-bottom, 0px));
    flex-shrink: 0;
    border-top: 1px solid var(--color-border, #eef0f5);
}
.psp-st-prev-btn {
    flex: 0 0 auto;
    padding: 13px 16px; border-radius: 14px;
    border: 1.5px solid var(--color-border, #dde2ea);
    background: var(--color-card-bg, #fff);
    color: var(--color-text); font-size: 14px;
    cursor: pointer; transition: all .15s;
    display: flex; align-items: center; gap: 6px; font-weight: 500;
}
[data-theme="dark"] .psp-st-prev-btn {
    
    background: linear-gradient(135deg, rgba(255,255,255,.12) 0%, rgba(0,0,0,.06) 100%),        linear-gradient(            135deg,            var(--color-primary-dark, #003d80),            var(--color-primary, #0055a5)        );
    
}
.psp-st-prev-btn:hover:not(:disabled) { border-color: var(--color-primary, #0055a5); }
.psp-st-prev-btn:disabled { opacity: .3; cursor: not-allowed; }
.psp-st-next-btn {
    flex: 1; padding: 13px; border-radius: 14px;
    background-image:
        linear-gradient(135deg, rgba(255,255,255,.12) 0%, rgba(0,0,0,.06) 100%),
        linear-gradient(
            135deg,
            var(--color-primary-dark, #003d80),
            var(--color-primary, #0055a5)
        );
    color: #fff; border: 1px solid rgba(255,255,255,.18);
    font-size: 15px; font-weight: 700;
    cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px;
    box-shadow: 0 4px 14px rgba(0,85,165,.28);
    transition: opacity .15s, transform .1s;
}
.psp-st-next-btn:hover { opacity: .92; }
.psp-st-next-btn:active { transform: scale(.98); }
.psp-st-next-btn.is-done {
    background-image:
        linear-gradient(135deg, rgba(255,255,255,.12) 0%, rgba(0,0,0,.06) 100%),
        linear-gradient(135deg, #1a9e50, #27ae60);
    box-shadow: 0 4px 14px rgba(39,174,96,.3);
}

/* ══════════════════════════════════════════════════════════════
   PRAYER REQUESTS — Liquid Glass banner + vestment colors
   ══════════════════════════════════════════════════════════════ */
.psp-requests-section {
    margin: 20px 0 0;
}

/* Banner — vestment-tinted Liquid Glass */
.psp-requests-banner {
    margin: 0 16px 14px;
    border-radius: 22px;
    padding: 18px 18px 16px;
    position: relative;
    overflow: hidden;
    background-image:
        linear-gradient(145deg, rgba(255,255,255,.12) 0%, rgba(0,0,0,.08) 100%),
        linear-gradient(
            135deg,
            var(--color-primary-dark, #003d80) 0%,
            var(--color-primary, #0055a5) 55%,
            #14b8d4 100%
        );
    backdrop-filter: blur(20px) saturate(1.6);
    -webkit-backdrop-filter: blur(20px) saturate(1.6);
    border: 1px solid rgba(255,255,255,.22);
    box-shadow:
        0 8px 28px rgba(0,85,165,.28),
        inset 0 1px 0 rgba(255,255,255,.28),
        inset 0 -1px 0 rgba(0,0,0,.10);
}
/* shimmer top */
.psp-requests-banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 42%;
    background: linear-gradient(180deg, rgba(255,255,255,.18) 0%, transparent 100%);
    border-radius: 22px 22px 0 0;
    pointer-events: none;
    z-index: 0;
}
.psp-requests-banner::after {
    content: '\2020';
    position: absolute; right: 16px; top: 50%;
    transform: translateY(-50%);
    font-size: 72px; opacity: .08;
    color: #fff; pointer-events: none; line-height: 1;
    z-index: 0;
}
.psp-requests-banner-top {
    display: flex; align-items: flex-start;
    justify-content: space-between; gap: 10px;
    margin-bottom: 14px;
    position: relative; z-index: 1;
}
.psp-requests-title {
    font-size: 17px; font-weight: 800;
    color: #fff; letter-spacing: -.01em; line-height: 1.2;
    text-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.psp-requests-title-sub {
    font-size: 11.5px; color: rgba(255,255,255,.72);
    margin-top: 3px; font-weight: 500;
}
.psp-add-request-btn {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 8px 14px; border-radius: 10px;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #fff; border: 1.5px solid rgba(255,255,255,.35);
    font-size: 13px; font-weight: 700;
    cursor: pointer; flex-shrink: 0;
    transition: background .15s, transform .1s;
    touch-action: manipulation;
}
.psp-add-request-btn:hover  { background: rgba(255,255,255,.28); }
.psp-add-request-btn:active { transform: scale(.96); }
.psp-req-stats {
    display: flex; gap: 16px;
    position: relative; z-index: 1;
}
.psp-req-stat {
    display: flex; flex-direction: column;
}
.psp-req-stat-val {
    font-size: 22px; font-weight: 800;
    color: #fff; line-height: 1;
    text-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.psp-req-stat-label {
    font-size: 10px; color: rgba(255,255,255,.68);
    text-transform: uppercase; letter-spacing: .06em; margin-top: 3px;
}
[data-theme="dark"] .psp-requests-banner {
    background-image:
        linear-gradient(145deg, rgba(255,255,255,.07) 0%, rgba(0,0,0,.12) 100%),
        linear-gradient(
            135deg,
            var(--color-primary-dark, #001a40) 0%,
            var(--color-primary, #003d80) 55%,
            #0a648c 100%
        );
    border-color: rgba(255,255,255,.13);
    box-shadow:
        0 8px 28px rgba(0,0,0,.32),
        inset 0 1px 0 rgba(255,255,255,.12),
        inset 0 -1px 0 rgba(0,0,0,.18);
}

/* ── Request list ─────────────────────────────────────────── */
.psp-request-list { display: flex; flex-direction: column; gap: 10px; padding: 0 15px; }

/* Request item — Liquid Glass */
.psp-request-item {
    border-radius: 16px;
    padding: 13px 14px;
    display: flex; gap: 11px; align-items: flex-start;
    background: linear-gradient(
        145deg,
        rgba(255,255,255,.80) 0%,
        rgba(240,248,255,.72) 100%
    );
    backdrop-filter: blur(12px) saturate(1.4);
    -webkit-backdrop-filter: blur(12px) saturate(1.4);
    border: 1px solid rgba(255,255,255,.75);
    box-shadow:
        0 2px 10px rgba(0,40,120,.06),
        inset 0 1px 0 rgba(255,255,255,.92);
    position: relative;
    overflow: hidden;
}
.psp-request-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 40%;
    background: linear-gradient(180deg, rgba(255,255,255,.32) 0%, transparent 100%);
    border-radius: 16px 16px 0 0;
    pointer-events: none;
}
[data-theme="dark"] .psp-request-item {
    background: linear-gradient(145deg, rgba(18,35,70,.78) 0%, rgba(10,24,55,.70) 100%);
    border-color: rgba(255,255,255,.10);
    box-shadow: 0 2px 10px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.06);
}
[data-theme="dark"] .psp-request-item::before {
    background: linear-gradient(180deg, rgba(255,255,255,.04) 0%, transparent 100%);
}

/* Avatar initials — vestment gradient */
.psp-req-avatar {
    width: 36px; height: 36px; border-radius: 50%;
    background-image:
        linear-gradient(145deg, rgba(255,255,255,.15) 0%, rgba(0,0,0,.08) 100%),
        linear-gradient(
            135deg,
            var(--color-primary-dark, #003d80) 0%,
            var(--color-primary, #0055a5) 100%
        );
    color: #fff; font-size: 14px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; user-select: none;
    box-shadow: 0 2px 6px rgba(0,85,165,.22);
    border: 1px solid rgba(255,255,255,.18);
    position: relative; z-index: 1;
}
.psp-req-body { flex: 1; min-width: 0; position: relative; z-index: 1; }
.psp-request-name {
    font-size: 13.5px; font-weight: 700;
    color: var(--color-text); margin-bottom: 4px;
}
.psp-request-content {
    font-size: 14.5px; color: var(--color-text);
    line-height: 1.55; margin-bottom: 8px;
}
.psp-request-footer { display: flex; align-items: center; justify-content: space-between; }
.psp-request-time { font-size: 11.5px; color: var(--color-text-muted, #aaa); }
.psp-request-pray-btn {
    display: inline-flex; align-items: center; gap: 5px;
    background: rgba(255,255,255,.5);
    border: 1.5px solid var(--color-border, #e0e4ed);
    border-radius: 20px; padding: 4px 11px;
    font-size: 12.5px; color: var(--color-text-muted, #999);
    cursor: pointer; transition: all .18s; font-weight: 500;
    backdrop-filter: blur(4px);
}
.psp-request-pray-btn:hover {
    border-color: var(--color-primary, #0055a5);
    color: var(--color-primary, #0055a5);
    background: rgba(0,85,165,.06);
}
.psp-request-pray-btn.prayed {
    background: #fff0f5; border-color: #e06080; color: #e06080;
    cursor: not-allowed; pointer-events: none; opacity: .85;
}
[data-theme="dark"] .psp-request-pray-btn {
    background: rgba(255,255,255,.06);
}
.psp-requests-loading,
.psp-requests-empty {
    text-align: center; padding: 28px 20px;
    font-size: 14px; color: var(--color-text-muted, #aaa);
}
.psp-requests-empty-icon { font-size: 32px; margin-bottom: 8px; opacity: .5; }
.psp-requests-load-more {
    width: 100%; margin-top: 10px; padding: 11px;
    border: 1.5px solid var(--color-border, #dde2ea);
    border-radius: 12px; background: none;
    color: var(--color-primary, #0055a5); font-size: 14px; font-weight: 600;
    cursor: pointer; transition: all .18s;
}
.psp-requests-load-more:hover {
    background: var(--color-primary, #0055a5);
    color: #fff;
    border-color: var(--color-primary, #0055a5);
}

/* ── Bottom sheet modal ──────────────────────────────────── */
