.elementor-widget-tomm_animated_background {
	position: relative;
}

.elementor-widget-tomm_animated_background.tomm-kit-bg-layout-absolute {
	position: absolute !important;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.elementor-widget-tomm_animated_background.tomm-kit-bg-layout-absolute .elementor-widget-container,
.elementor-widget-tomm_animated_background.tomm-kit-bg-layout-absolute .tomm-kit-animated-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.tomm-kit-animated-bg {
	--tomm-kit-bg-background: #030712;
	--tomm-kit-bg-primary: #168BFF;
	--tomm-kit-bg-secondary: #6D4BFF;
	--tomm-kit-bg-accent: #A855F7;
	--tomm-kit-bg-spark: #FFF54D;
	--tomm-kit-bg-overlay-opacity: 0;
	position: relative;
	width: 100%;
	min-height: 220px;
	overflow: hidden;
	isolation: auto;
	background: transparent !important;
	transform: translateZ(0);
}

.tomm-kit-animated-bg-canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	pointer-events: none;
	contain: strict;
	mix-blend-mode: normal;
	will-change: opacity, transform;
}


.tomm-kit-animated-bg-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	opacity: var(--tomm-kit-bg-overlay-opacity, 0);
	background:
		radial-gradient(circle at 50% 50%, rgba(255,255,255,0.22), transparent 32%),
		linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.62));
}

.tomm-kit-animated-bg-layout-absolute .tomm-kit-animated-bg-overlay {
	background:
		radial-gradient(circle at 50% 50%, rgba(255,255,255,0.12), transparent 34%),
		linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.42));
}

@media (prefers-reduced-motion: reduce) {
	.tomm-kit-animated-bg-canvas {
		animation: none !important;
	}
}
