/* ── Super Ads — Landing Gate ── */

@keyframes sa-lgate-pulse {
	0%, 100% { transform: scale(1); opacity: 1; box-shadow: 0 0 0 0 color-mix(in srgb, var(--sa-lgate-accent) 55%, transparent); }
	50% { transform: scale(1.08); opacity: 0.85; box-shadow: 0 0 0 8px transparent; }
}

@keyframes sa-lgate-in {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes sa-lgate-feed {
	from { opacity: 0; transform: translateY(6px); }
	to { opacity: 1; transform: translateY(0); }
}

.sa-lgate {
	--sa-lgate-accent: #ff4458;
	--sa-lgate-panel: #12151c;
	box-sizing: border-box;
	max-width: 520px;
	margin: 12px auto 20px;
	padding: 22px 18px 18px;
	border-radius: 22px;
	background:
		radial-gradient(120% 90% at 10% 0%, color-mix(in srgb, var(--sa-lgate-accent) 22%, transparent), transparent 50%),
		linear-gradient(160deg, color-mix(in srgb, var(--sa-lgate-panel) 92%, #000), var(--sa-lgate-panel));
	border: 1px solid color-mix(in srgb, var(--sa-lgate-accent) 28%, rgba(255, 255, 255, 0.08));
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
	color: #f8fafc;
	font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	text-align: center;
}

.sa-lgate *,
.sa-lgate *::before,
.sa-lgate *::after {
	box-sizing: border-box;
}

.sa-lgate__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff !important;
}

.sa-lgate__pulse {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--sa-lgate-accent);
	animation: sa-lgate-pulse 1.2s ease-in-out infinite;
}

.sa-lgate__faces {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4px 0 10px;
	padding-left: 12px;
	position: relative;
	min-height: 72px;
}

.sa-lgate__face {
	position: relative;
	width: 64px;
	height: 64px;
	margin-left: -14px;
	border-radius: 50%;
	border: 3px solid #1a1f2a;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
	background: #2a3140;
	z-index: calc(3 - var(--sa-lgate-face-i, 0));
}

.sa-lgate__face img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
}

.sa-lgate__face-online {
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #22c55e;
	border: 2px solid #12151c;
	box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.25);
}

.sa-lgate__heart {
	margin-left: 10px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, var(--sa-lgate-accent), #ff7a8a);
	color: #fff;
	font-size: 18px;
	line-height: 1;
	box-shadow: 0 8px 22px color-mix(in srgb, var(--sa-lgate-accent) 45%, transparent);
	border: 2px solid rgba(255, 255, 255, 0.2);
	animation: sa-lgate-pulse 1.6s ease-in-out infinite;
}

.sa-lgate__match-label {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 700;
	color: rgba(248, 250, 252, 0.85) !important;
}

.sa-lgate__title {
	margin: 0 0 10px;
	font-size: clamp(22px, 5vw, 28px);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #fff !important;
}

.sa-lgate__subtitle {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.45;
	color: rgba(248, 250, 252, 0.78) !important;
}

.sa-lgate__slots {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 16px;
	padding: 8px 14px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--sa-lgate-accent) 16%, transparent);
	border: 1px solid color-mix(in srgb, var(--sa-lgate-accent) 40%, transparent);
	font-size: 13px;
	font-weight: 700;
	color: #fff !important;
}

.sa-lgate__slots-ico {
	font-size: 14px;
	line-height: 1;
}

.sa-lgate__slots-n {
	font-variant-numeric: tabular-nums;
	font-weight: 900;
	color: var(--sa-lgate-accent);
	transition: transform 0.18s ease, opacity 0.18s ease;
}

.sa-lgate__slots-n.is-flash {
	transform: scale(1.18);
	opacity: 0.75;
}

.sa-lgate__feed {
	position: relative;
	min-height: 76px;
	margin: 0 0 20px;
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(0, 0, 0, 0.38);
	border: 1px solid color-mix(in srgb, var(--sa-lgate-accent) 35%, rgba(255, 255, 255, 0.12));
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset, 0 8px 24px rgba(0, 0, 0, 0.25);
	text-align: center;
}

.sa-lgate__feed-item {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
}

.sa-lgate__feed-item.is-on {
	display: flex;
	animation: sa-lgate-feed 0.35s ease both;
}

.sa-lgate__feed-avatar {
	position: relative;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid rgba(255, 255, 255, 0.2);
	background: #2a3140;
}

.sa-lgate__feed-avatar img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
}

.sa-lgate__feed-online {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #22c55e;
	border: 2px solid #0f1218;
}

.sa-lgate__feed-dot {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #22c55e;
	flex-shrink: 0;
	box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.22);
}

.sa-lgate__feed-text {
	flex: 1;
	min-width: 0;
	font-size: clamp(15px, 3.8vw, 17px);
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -0.01em;
	color: #fff !important;
	text-align: left;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.sa-lgate__question {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 800;
	color: #fff !important;
}

.sa-lgate__question-ico {
	color: var(--sa-lgate-accent);
	font-size: 15px;
}

.sa-lgate__options {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sa-lgate__opt {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 14px;
	border-radius: 16px;
	text-decoration: none !important;
	color: #fff !important;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
	animation: sa-lgate-in 0.4s ease both;
	animation-delay: var(--sa-lgate-opt-delay, 0s);
}

.sa-lgate__opt:hover,
.sa-lgate__opt:focus {
	transform: translateY(-2px);
	border-color: color-mix(in srgb, var(--sa-lgate-accent) 70%, #fff);
	background: color-mix(in srgb, var(--sa-lgate-accent) 18%, rgba(255, 255, 255, 0.04));
	color: #fff !important;
	text-decoration: none !important;
}

.sa-lgate__opt-n {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 800;
	background: var(--sa-lgate-accent);
	color: #fff;
}

.sa-lgate__opt-label {
	flex: 1;
	text-align: left;
	font-size: 15px;
	font-weight: 700;
}

.sa-lgate__opt-go {
	font-size: 18px;
	opacity: 0.75;
}

.sa-lgate__note {
	margin: 14px 0 0;
	font-size: 12px;
	line-height: 1.4;
	color: rgba(248, 250, 252, 0.55) !important;
}

@media (prefers-reduced-motion: reduce) {
	.sa-lgate__pulse,
	.sa-lgate__opt,
	.sa-lgate__feed-item.is-on {
		animation: none !important;
	}
}
