/* Neon Hex Background CSS - imported from neon-hex/src/style.scss */
html, body, .neon-hex-bg { height: 100%; margin: 0; padding: 0; }
body { background: #121212 !important; }
.neon-hex-bg {
	position: fixed;
	width: 100%; /* Changed from 100vw to prevent covering scrollbar */
	height: 100vh;
	top: 0;
	left: 0;
	right: 0; /* Ensure canvas doesn't extend past viewport */
	pointer-events: none;
	z-index: 0;
	display: block;
}
