html.elog-launch-gate-active,
body.elog-launch-gate-active {
	height: 100%;
	overflow: hidden !important;
	overscroll-behavior: none;
}

body.elog-launch-gate-active {
	position: fixed;
	inset: 0;
	width: 100%;
}

body.elog-launch-gate-active > *:not(#elog-launch-gate):not(script):not(style) {
	pointer-events: none !important;
	user-select: none !important;
}

body.elog-launch-gate-active .elog-popup {
	display: none !important;
}

.elog-launch-gate {
	align-items: stretch;
	background: #fff;
	color: #071f43;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	inset: 0;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(8px, 1.8vh, 20px) clamp(12px, 2vw, 30px) clamp(12px, 2vh, 24px);
	position: fixed;
	z-index: 2147483647;
}

.elog-launch-gate::after {
	background: #ed111d;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 3;
}

.elog-launch-gate.is-closing {
	opacity: 0;
	transition: opacity 0.28s ease;
}

.elog-launch-gate__visual {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.elog-launch-gate__visual img {
	display: block;
	height: 100%;
	max-height: calc(100vh - 152px);
	max-width: 100%;
	object-fit: contain;
	object-position: center;
	pointer-events: none;
	user-select: none;
	width: auto;
}

.elog-launch-gate__countdown {
	align-items: center;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 14px 38px rgba(7, 31, 67, 0.14);
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(190px, 0.72fr) minmax(360px, 1.28fr);
	margin: 0 auto;
	max-width: 760px;
	padding: 12px 14px 12px 18px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.elog-launch-gate__heading p {
	letter-spacing: 0;
	margin: 0;
}

.elog-launch-gate__eyebrow {
	color: #ed111d;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 3px !important;
}

.elog-launch-gate__title {
	color: #071f43;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.3;
}

.elog-launch-gate__date {
	color: #68758a;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 3px !important;
}

.elog-launch-gate__timer {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.elog-launch-gate__unit {
	align-items: center;
	background: #f7f9fc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 62px;
	padding: 7px 5px;
}

.elog-launch-gate__unit strong,
.elog-launch-gate__unit span {
	display: block;
	letter-spacing: 0;
	text-align: center;
}

.elog-launch-gate__unit strong {
	color: #ed111d;
	font-size: 27px;
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	line-height: 1;
}

.elog-launch-gate__unit span {
	color: #536174;
	font-size: 9px;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 5px;
}

@media (max-width: 699px) {
	.elog-launch-gate {
		padding: 8px 10px 14px;
	}

	.elog-launch-gate__visual img {
		height: auto;
		max-height: calc(100vh - 205px);
		width: 100%;
	}

	.elog-launch-gate__countdown {
		gap: 10px;
		grid-template-columns: 1fr;
		padding: 11px;
		text-align: center;
	}

	.elog-launch-gate__eyebrow {
		font-size: 10px;
	}

	.elog-launch-gate__title {
		font-size: 13px;
	}

	.elog-launch-gate__timer {
		gap: 5px;
	}

	.elog-launch-gate__unit {
		min-height: 56px;
		padding: 6px 3px;
	}

	.elog-launch-gate__unit strong {
		font-size: 23px;
	}

	.elog-launch-gate__unit span {
		font-size: 8px;
	}
}

@media (min-width: 700px) and (max-height: 620px) {
	.elog-launch-gate {
		gap: 18px;
		grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
		grid-template-rows: 1fr;
		padding: 10px 18px;
	}

	.elog-launch-gate__visual img {
		max-height: calc(100vh - 20px);
	}

	.elog-launch-gate__countdown {
		align-self: center;
		gap: 12px;
		grid-template-columns: 1fr;
		padding: 16px;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elog-launch-gate {
		transition: none !important;
	}
}
