/* Dycode Lightning Background — base layer styles.
   Per-instance opacity / blend-mode are applied inline by the runtime. */

.dycode-lightning-bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.dycode-lightning-bg canvas {
	display: block;
	width: 100%;
	height: 100%;
}
