/* onlion® Effects – Frontend */
.olfx-root{ display:block; }
.olfx-stage{
	position:relative;
	width:100%;
	height:100vh;                       /* Fallback für Browser ohne svh */
	height:var(--olfx-h,100svh);        /* Standard: volle Viewport-Höhe */
	overflow:hidden;
	background:var(--olfx-bg,#161c2f);
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent;
}
.olfx-canvas{ display:block; width:100%; height:100%; pointer-events:none; }
