#k6ncsnp1lh-background {
	position: absolute;
	inset: 0;
	z-index: -1;
	isolation: isolate;
	background-color: rgba(5,18,49,1);
	background-image: linear-gradient(180deg, rgba(17,89,143,1) 0%, rgba(5,18,49,1) 100%);
	pointer-events: none;
}

#k6ncsnp1lh-particles {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 200vh;
	width: 100vw;
	z-index: 10;
}

#k6ncsnp1lh-object {
	position: fixed;
	display: block;
	width: 100vw;
	height: 100vh;
	z-index: 20;
	mix-blend-mode: color-dodge;
	opacity: 0;
}

#k6ncsnp1lh-object video {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	height: 40vh;
	max-height: 430px;
	aspect-ratio: 12 / 43;
	transform: translate(-50%, -50%);
	opacity: 0.5;
	clip-path: inset(1px, 1px, 1px, 1px);
}

#k6ncsnp1lh-foreground {
	position: absolute;
	inset: 0;
	z-index: 1;
	isolation: isolate;
	pointer-events: none;
}

#k6ncsnp1lh-dial::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	z-index: 100;
	background-image: linear-gradient(0deg, rgba(0,240,255,1) 1px, transparent 1px);
	background-size: 10px 16px;
	background-repeat: repeat;
}

#k6ncsnp1lh-dial::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 16px;
	z-index: 10;
	background-image: linear-gradient(0deg, rgba(0,240,255,1) 1px, transparent 1px);
	background-size: 16px 160px;
	background-repeat: repeat;
}

#k6ncsnp1lh-hud {
	position: fixed;
	display: flex;
	flex-direction: column;
	gap: 24px;
	right: 12px;
	bottom: 77px;
	z-index: 10;
	visibility: hidden;
}
