.page-bg {
    position: fixed;
    inset: 0;
    background-image: url('/static/img/gym-bg.webp?v=20260312-2');
    background-size: cover;
    background-position: center;
    opacity: 0.31;
    z-index: 0;
    pointer-events: none;
}

.page-overlay {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at center,
        rgba(255,255,255,0.98) 0%,
        rgba(255,255,255,0.93) 32%,
        rgba(255,255,255,0.68) 56%,
        rgba(255,255,255,0.16) 78%,
        rgba(255,255,255,0.00) 100%
    );
    z-index: 1;
    pointer-events: none;
}
