:root {
	--stp-accent: #ffffff;
	--stp-bg: #08110b;
}

.stp-eco-standby {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.9);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	backdrop-filter: blur(6px);
	transition: opacity 450ms ease, visibility 450ms ease;
	box-sizing: border-box;
	color: #f6fbf4;
	font-family: "Fraunces", Georgia, serif !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 22px !important;
	text-align: center !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.stp-eco-standby,
.stp-eco-standby * {
	box-sizing: border-box !important;
}

.stp-eco-standby :where(p, h1, h2, h3, h4, h5, h6, span) {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-family: "Fraunces", Georgia, serif !important;
	font-style: normal !important;
	text-transform: none !important;
	text-decoration: none !important;
}

body.eco-standby-active .stp-eco-standby {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.stp-eco-standby__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.stp-eco-standby__brand-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	line-height: 0;
	color: #c8f54a;
	flex: 0 0 auto;
}

.stp-eco-standby__brand-logo {
	display: block;
	width: min(184px, 44vw);
	max-width: none;
	max-height: none;
	height: auto;
	object-fit: contain;
}

.stp-eco-standby__text {
	margin: 0 !important;
	color: color-mix(in srgb, var(--stp-accent) 82%, #08110b 18%) !important;
	font-family: "Fraunces", Georgia, serif !important;
	font-size: 54px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	letter-spacing: -1.8px !important;
	line-height: 54px !important;
	text-align: center !important;
	text-transform: none !important;
}

.stp-eco-standby__text-title,
.stp-eco-standby__text-subtitle {
	display: block;
	max-width: 100%;
}

.stp-eco-standby__text-subtitle {
	margin-top: 6px !important;
	font-size: 0.66em;
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: 0;
}

.stp-eco-standby__hint {
	width: 704px;
	max-width: 704px;
	margin: 6px auto 0 !important;
	color: color-mix(in srgb, var(--stp-accent) 78%, #08110b 22%);
	font-family: "Fraunces", Georgia, serif !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	line-height: 26px !important;
	text-align: center !important;
	text-transform: none !important;
}

.stp-eco-standby__hint > p:first-child {
	width: 70%;
	max-width: 70%;
	margin-left: auto !important;
	margin-right: auto !important;
}

.stp-eco-standby__hint p {
	display: block !important;
	width: 704px;
	max-width: 704px;
	margin: 0 auto !important;
	font-size: 18px !important;
	line-height: 26px !important;
	text-align: center !important;
}

.stp-eco-standby__hint p + p {
	margin-top: 36px !important;
	color: inherit !important;
}

.stp-eco-standby__wake-row {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 28px;
	width: fit-content !important;
	max-width: fit-content !important;
	margin: 24px auto 0 !important;
	color: color-mix(in srgb, var(--stp-accent) 82%, #08110b 18%);
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	padding: 10px 18px !important;
	border: 1px solid rgba(241, 245, 239, 0.18) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.03) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
	white-space: nowrap !important;
}

.stp-eco-standby__wake-dot {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: #c8f54a;
	box-shadow: 0 0 0 5px rgba(200, 245, 74, 0.14);
	flex: 0 0 auto;
	margin-right: 8px !important;
}

.stp-eco-standby__wake-label {
	display: inline-block;
	margin-left: 8px !important;
	color: inherit !important;
}

.stp-eco-standby__hint .stp-eco-standby__counter {
	display: block !important;
	width: 704px;
	max-width: 704px;
	margin: 40px auto 0 !important;
	color: color-mix(in srgb, var(--stp-accent) 74%, #08110b 26%);
	font-family: "Fraunces", Georgia, serif !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 19px !important;
	text-align: center !important;
	text-transform: none !important;
}

.stp-eco-standby__counter-value {
	display: block;
	margin-top: 3px !important;
	font-family: "Fraunces", Georgia, serif !important;
	font-size: 32px !important;
	font-style: normal !important;
	font-variant-numeric: tabular-nums;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	line-height: 34px !important;
	color: color-mix(in srgb, var(--stp-accent) 82%, #08110b 18%) !important;
}

.stp-eco-standby__powered {
	position: absolute;
	right: 20px;
	bottom: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 !important;
	color: rgba(246, 251, 244, 0.56);
	font-family: "Fraunces", Georgia, serif !important;
	font-size: 11px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	letter-spacing: 1px !important;
	line-height: 14px !important;
	text-align: center !important;
	text-transform: uppercase !important;
}

.stp-eco-standby__powered-logo {
	display: block;
	width: auto !important;
	height: 14px !important;
	margin: 0 !important;
	filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.18));
}

@media (max-width: 760px) {
	.stp-eco-standby__hint {
		width: 604px;
		max-width: 604px;
	}
}

@media (max-width: 640px) {
	.stp-eco-standby {
		padding: 20px;
	}

	.stp-eco-standby__content {
		gap: 12px;
	}

	.stp-eco-standby__brand-mark {
		width: auto;
		height: auto;
	}

	.stp-eco-standby__brand-logo {
		width: min(148px, 48vw);
	}

	.stp-eco-standby__text {
		font-size: 42px !important;
		letter-spacing: -1px !important;
		line-height: 42px !important;
	}

	.stp-eco-standby__text-subtitle {
		margin-top: 2px !important;
	}

	.stp-eco-standby__hint {
		width: 302px;
		max-width: 302px;
		font-size: 16px !important;
		line-height: 23px !important;
	}

	.stp-eco-standby__hint p {
		width: 302px;
		max-width: 302px;
		font-size: 16px !important;
		line-height: 23px !important;
	}

	.stp-eco-standby__hint > p:first-child {
		width: 100%;
		max-width: 100%;
	}

	.stp-eco-standby__wake-row {
		font-size: 13px !important;
		gap: 22px;
		padding: 9px 15px !important;
	}

	.stp-eco-standby__hint .stp-eco-standby__counter {
		width: 302px;
		max-width: 302px;
		margin-top: 40px !important;
	}

	.stp-eco-standby__powered {
		position: static;
		margin-top: 10px !important;
		justify-content: center;
	}

	.stp-eco-standby__powered-logo {
		height: 13px !important;
	}
}

@media (max-width: 380px) {
	.stp-eco-standby__hint {
		width: 270px;
		max-width: 270px;
	}

	.stp-eco-standby__hint p,
	.stp-eco-standby__hint .stp-eco-standby__counter {
		width: 270px;
		max-width: 270px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.stp-eco-standby {
		transition: none;
	}
}

html.greenify-enhanced-saving-active *,
html.greenify-enhanced-saving-active *::before,
html.greenify-enhanced-saving-active *::after {
	animation-play-state: paused !important;
}
