    body::before {
        content: '';
        position: fixed;
        inset: 0;
        background: url('/2026/static/images/background.webp') center/cover no-repeat;
        opacity: 0.1;
        pointer-events: none;
        z-index: 0;
    }