/* CompactCSS source: /apps/shared/visual/ambientParticles.css */
/* B"H
Boruch Hashem
Blessed is He
The Awtsmoos lets a few quiet sparks breathe behind Awtsmoos.com while every working surface stays nearer and bright.
This canvas receives no touch, no focus, and no authority; it is atmosphere alone, a soft and measured light.
*/
.awtsmoos-ambient-particles {
	position: fixed;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: .72;
}

@media (prefers-reduced-motion: reduce) {
	.awtsmoos-ambient-particles {
		display: none;
	}
}
