
	.rlt-container.svelte-4db4wm {
		position: relative;
		width: 100%;
		min-height: 100dvh;
		overflow: hidden;
	}

	.rlt-canvas.svelte-4db4wm {
		position: fixed;
		inset: 0;
		width: 100%;
		height: 100%;
	}

	.rlt-glow.svelte-4db4wm {
		position: fixed;
		inset: 0;
		background: radial-gradient(ellipse at 50% 60%, rgba(20, 40, 80, 0.25) 0%, transparent 70%);
		z-index: 1;
		pointer-events: none;
	}

	.rlt-content.svelte-4db4wm {
		position: relative;
		z-index: 2;
		width: 100%;
		height: 100%;
	}
