.psr-container-de1830d8 {
    position: relative;
    width: 100%;
}

.psr-sticky-wrap-de1830d8 {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Offset for admin bar */
body.admin-bar .psr-sticky-wrap-de1830d8 {
    top: var(--wp-admin--admin-bar--height, 32px);
    height: calc(100vh - var(--wp-admin--admin-bar--height, 32px));
}
@media screen and (max-width: 782px) {
    body.admin-bar .psr-sticky-wrap-de1830d8 {
        top: 46px;
        height: calc(100vh - 46px);
    }
}

.psr-bg-wrap-de1830d8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.psr-bg-layer-de1830d8 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
}

.psr-bg-layer-de1830d8.active {
    opacity: 1;
    z-index: 2;
}

/* Elegant left mask gradients to match requested screenshot layout */
.psr-theme-light .psr-overlay-de1830d8 {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 25%, rgba(255, 255, 255, 0.6) 45%, rgba(255, 255, 255, 0) 100%);
}

.psr-theme-dark .psr-overlay-de1830d8 {
    background: linear-gradient(to right, rgba(10, 10, 10, 1) 0%, rgba(10, 10, 10, 0.95) 25%, rgba(10, 10, 10, 0.6) 45%, rgba(10, 10, 10, 0) 100%);
}

/* Set up fallbacks for item colors depending on theme choice */
.psr-theme-dark .psr-item-de1830d8 .psr-title-de1830d8 {
    color: rgba(255, 255, 255, 0.3);
}
.psr-theme-dark .psr-item-de1830d8.active .psr-title-de1830d8 {
    color: #ffffff;
}
.psr-theme-dark .psr-item-de1830d8 .psr-subtitle-de1830d8 {
    color: rgba(255, 255, 255, 0.25);
}
.psr-theme-dark .psr-item-de1830d8.active .psr-subtitle-de1830d8 {
    color: rgba(255, 255, 255, 0.8);
}

.psr-overlay-de1830d8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.psr-content-de1830d8 {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 1200px;
    padding: 0 80px;
    box-sizing: border-box;
}

.psr-items-list-de1830d8 {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    align-items: flex-start;
    max-width: 400px;
}

.psr-item-de1830d8 {
    position: relative;
    display: block;
    width: 100%;
}

.psr-link-de1830d8 {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
}

.psr-subtitle-de1830d8 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 0.2rem;
    transition: color 0.4s ease, transform 0.4s ease;
}

.psr-title-de1830d8 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    transition: color 0.4s ease, transform 0.4s ease;
}

.psr-underline-de1830d8 {
    width: 0%;
    margin-top: 0.4rem;
    transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Active Highlight Underline & Contrast shift */
.psr-item-de1830d8.active .psr-title-de1830d8 {
    font-weight: 800;
}

.psr-item-de1830d8.active .psr-underline-de1830d8 {
    width: 120px;
}

@media (max-width: 768px) {
    .psr-title-de1830d8 {
        font-size: 2rem;
    }
    .psr-content-de1830d8 {
        padding: 0 30px;
    }
    .psr-items-list-de1830d8 {
        gap: 1.2rem;
    }
    .psr-theme-light .psr-overlay-de1830d8 {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    }
    .psr-theme-dark .psr-overlay-de1830d8 {
        background: linear-gradient(to bottom, rgba(10, 10, 10, 0.9) 0%, rgba(10, 10, 10, 0.7) 100%);
    }
}
