.layout-content {
    transition: filter .2s ease;
}

    .layout-content.blur-background {
        filter: blur(6px);
        pointer-events: none;
        user-select: none;
    }
