/*! BTF effects bundle 1dda36f0d04c87ce — theme 1.0.0 */
/* family: bg */
.boost-bg-effect {
position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: inherit;
}

:has(> .boost-bg-effect) > *:not(.boost-bg-effect):not(style) {
background: transparent !important;
    position: relative;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
[data-boost-bg] {
animation: none !important;
}

[data-boost-bg]::before,
[data-boost-bg]::after {
animation: none !important;
}
}

[data-boost-bg="network"] canvas {
position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
