/* POWER Wall featured link — automatically injected into WORLD OF POWER */

#ip-home-head .iph-power-wall-link {
	position: relative;
	margin-bottom: 8px;
	padding: 15px 14px 14px;
	overflow: hidden;
	isolation: isolate;
	border: 1px solid rgba(91, 202, 255, .28);
	background:
		radial-gradient(circle at 86% 50%, rgba(65, 167, 255, .22), transparent 36%),
		linear-gradient(135deg, rgba(18, 75, 145, .28), rgba(7, 25, 53, .78));
	box-shadow:
		inset 0 0 18px rgba(57, 151, 255, .09),
		0 0 18px rgba(40, 133, 255, .12);
}

#ip-home-head .iph-power-wall-link::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: .68;
	background:
		linear-gradient(
			90deg,
			transparent 0 18%,
			rgba(116, 224, 255, .18) 18% 18.5%,
			transparent 18.5% 52%,
			rgba(63, 142, 255, .14) 52% 52.5%,
			transparent 52.5%
		);
}

#ip-home-head .iph-power-wall-link::after {
	content: "";
	position: absolute;
	left: -45%;
	bottom: 0;
	width: 42%;
	height: 1px;
	background: linear-gradient(90deg, transparent, #fff, #72dbff, transparent);
	box-shadow: 0 0 8px #6fdcff, 0 0 16px #247dff;
	animation: iphWallCurrent 3.4s linear infinite;
}

#ip-home-head .iph-power-wall-link:hover {
	background:
		radial-gradient(circle at 86% 50%, rgba(84, 193, 255, .30), transparent 40%),
		linear-gradient(135deg, rgba(23, 94, 180, .38), rgba(7, 28, 59, .88));
	border-color: rgba(112, 220, 255, .50);
	box-shadow:
		inset 0 0 24px rgba(66, 171, 255, .13),
		0 0 24px rgba(42, 139, 255, .20);
}

#ip-home-head .iph-wall-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #fff;
	font-weight: 800;
}

#ip-home-head .iph-wall-live {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 19px;
	padding: 2px 7px;
	border-radius: 999px;
	color: #dffaff;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .12em;
	border: 1px solid rgba(105, 220, 255, .40);
	background: rgba(41, 139, 255, .18);
	box-shadow:
		inset 0 0 8px rgba(89, 201, 255, .11),
		0 0 10px rgba(66, 169, 255, .20);
}

#ip-home-head .iph-wall-live::before {
	content: "";
	width: 5px;
	height: 5px;
	margin-right: 5px;
	border-radius: 50%;
	background: #83eaff;
	box-shadow: 0 0 6px #83eaff, 0 0 12px #348fff;
	animation: iphWallLivePulse 1.5s ease-in-out infinite;
}

@keyframes iphWallCurrent {
	0% {
		left: -45%;
		opacity: 0;
	}
	12% {
		opacity: 1;
	}
	88% {
		opacity: 1;
	}
	100% {
		left: 110%;
		opacity: 0;
	}
}

@keyframes iphWallLivePulse {
	0%, 100% {
		transform: scale(.76);
		opacity: .55;
	}
	50% {
		transform: scale(1.18);
		opacity: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	#ip-home-head .iph-power-wall-link::after,
	#ip-home-head .iph-wall-live::before {
		animation: none !important;
	}
}
