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

.stp-eco-standby {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: 24px;
	background: linear-gradient(160deg, rgba(5, 9, 6, 0.96), color-mix(in srgb, var(--stp-bg) 24%, #08110b 76%));
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	backdrop-filter: blur(12px);
	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: 16px;
}

.stp-eco-standby__icon {
	display: block;
	width: 150px !important;
	height: auto !important;
	margin: 0 !important;
	filter: drop-shadow(0 16px 36px rgba(135, 199, 124, 0.22));
}

.stp-eco-standby__icon-svg {
	display: block;
	width: 150px !important;
	height: auto !important;
	overflow: visible;
}

.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: 56px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	letter-spacing: -2px !important;
	line-height: 56px !important;
	text-align: center !important;
	text-transform: none !important;
}

.stp-eco-standby__hint {
	width: 704px;
	max-width: 704px;
	margin: 8px 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 {
	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: 6px !important;
	opacity: 0.82;
}

.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: 1px !important;
	line-height: 34px !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: 14px;
	}

	.stp-eco-standby__icon,
	.stp-eco-standby__icon-svg {
		width: 110px !important;
	}

	.stp-eco-standby__text {
		font-size: 42px !important;
		letter-spacing: -1px !important;
		line-height: 42px !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 .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;
}
