/* ============================================================================
	Used only in tools that are already converted over to the new 2026 design. 
   ============================================================================ */
:root {
	--has-ac-2026: true;
}

#particles-js {
	position: fixed;
	display: block;
	inset: 0;
	background-color: #0e2233;
	background-image:
		radial-gradient(ellipse at 0% 60%, rgba(0, 150, 255, 0.35) 0%, transparent 45%),
		radial-gradient(ellipse at 100% 55%, rgba(0, 150, 255, 0.30) 0%, transparent 45%),
		linear-gradient(160deg, #0c1e2e 0%, #113047 100%);
	background-size: cover;
}

:root[data-theme="light"] #particles-js {
background-color: #ddd8cd;
background-image:
	radial-gradient(ellipse at 0% 60%, rgba(244, 236, 220, 0.6) 0%, transparent 55%),
	radial-gradient(ellipse at 100% 55%, rgba(244, 236, 220, 0.55) 0%, transparent 55%),
	linear-gradient(160deg, #f7f3ea 0%, #ccc6ba 100%);
}