.kid-grill-scene {
	--kid-scene-width: 460px;
	width: 100%;
	max-width: var(--kid-scene-width);
	margin: 0 auto;
	font-family: inherit;
}

.kid-grill-card {
	position: relative;
	padding: 20px 18px 18px;
	border-radius: 28px;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	overflow: hidden;
}

.kid-grill-card::before {
	display: none !important;
}

.kid-grill-headline {
	margin: 0 0 6px;
	text-align: center;
	color: #fff3c4;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-shadow: 0 3px 16px rgba(0, 0, 0, 0.35);
}

.kid-win-message {
	position: absolute;
	top: 56px;
	left: 18px;
	right: 18px;
	margin: 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.92);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	opacity: 0;
	transform: translateY(-4px);
	z-index: 12;
	pointer-events: none;
	transition:
		opacity 0.35s ease,
		transform 0.35s ease;
}

.kid-win-message span {
	display: inline-block;
	margin-top: 2px;
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.78);
}

.kid-grill-scene.is-coupon-visible .kid-win-message {
	opacity: 1;
	transform: translateY(0);
}

.kid-grill-stage {
	position: relative;
	height: 470px;
	overflow: hidden;
}

.kid-steak-hit {
	position: absolute;
	left: 50%;
	top: 16px;
	width: 198px;
	transform: translateX(-50%) rotate(-4deg);
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	padding: 0;
	margin: 0;
	cursor: pointer;
	z-index: 5;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none !important;
	animation: kidSteakFloat 2.8s ease-in-out infinite;
	transition:
		top 0.95s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.4s ease;
}

.kid-steak-hit:hover,
.kid-steak-hit:focus,
.kid-steak-hit:active {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border-color: transparent !important;
	color: inherit !important;
}

.kid-steak-hit:focus-visible {
	outline: 2px solid rgba(255, 183, 77, 0.9);
	outline-offset: 8px;
	border-radius: 18px;
}

.kid-steak {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.35));
	user-select: none;
	pointer-events: none;
}

.kid-grill-wrap {
	position: absolute;
	left: 50%;
	bottom: 6px;
	width: 366px;
	transform: translateX(-50%);
	z-index: 2;
}

.kid-flame-layer {
	position: absolute;
	left: 50%;
	bottom: 112px;
	width: 252px;
	transform: translateX(-50%);
	z-index: 1;
	transform-origin: center bottom;
	animation: kidFlameFlicker 1.3s ease-in-out infinite;
	filter: drop-shadow(0 0 22px rgba(255, 115, 0, 0.35));
}

.kid-flame {
	display: block;
	width: 100%;
	height: auto;
}

.kid-grill {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	z-index: 2;
	filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.38));
}

.kid-smoke-wrap {
	position: absolute;
	left: 50%;
	bottom: 190px;
	width: 180px;
	transform: translateX(-50%) translateY(26px) scale(0.78);
	opacity: 0;
	z-index: 7;
	pointer-events: none;
	transition:
		opacity 0.5s ease,
		transform 0.7s ease;
}

.kid-smoke {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 8px 18px rgba(255, 255, 255, 0.08));
}

.kid-sizzle-text {
	position: absolute;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%) scale(0.92);
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.09);
	backdrop-filter: blur(6px);
	color: #fff0c9;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow:
		0 10px 22px rgba(0, 0, 0, 0.25),
		inset 0 1px 0 rgba(255, 255, 255, 0.14);
	opacity: 0;
}

.kid-confetti-layer {
	position: absolute;
	left: 50%;
	top: 185px;
	width: 260px;
	height: 180px;
	transform: translateX(-50%);
	z-index: 9;
	pointer-events: none;
	overflow: visible;
}

.kid-confetti-piece {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 14px;
	border-radius: 3px;
	opacity: 0;
	transform: translate(-50%, -50%);
	animation: kidConfettiBurst 1.15s cubic-bezier(0.18, 0.9, 0.25, 1) forwards;
}

.kid-confetti-piece:nth-child(4n + 1) {
	background: #ffcc33;
}

.kid-confetti-piece:nth-child(4n + 2) {
	background: #ff5a3d;
}

.kid-confetti-piece:nth-child(4n + 3) {
	background: #4dd6ff;
}

.kid-confetti-piece:nth-child(4n + 4) {
	background: #8cff66;
}

.kid-grill-caption {
	margin-top: 10px;
	text-align: center;
	color: rgba(255, 255, 255, 0.92);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.02em;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.kid-coupon-layer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: 100%;
	max-width: 310px;
	margin: 14px auto 0;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.16) !important;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.10) !important;
	backdrop-filter: blur(10px);
	color: #fff !important;
	cursor: pointer;
	box-shadow:
		0 18px 40px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	opacity: 0;
	transform: translateY(12px) scale(0.96);
	pointer-events: none;
	appearance: none;
	-webkit-appearance: none;
	transition:
		opacity 0.45s ease,
		transform 0.45s ease,
		border-color 0.25s ease;
}

.kid-coupon-layer:hover,
.kid-coupon-layer:focus,
.kid-coupon-layer:active {
	background: rgba(255, 255, 255, 0.10) !important;
	color: #fff !important;
	box-shadow:
		0 18px 40px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.kid-coupon-code {
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 0.16em;
	line-height: 1;
	color: #fff3c4;
}

.kid-coupon-copy {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.76);
}

.kid-coupon-layer.is-copied {
	border-color: rgba(255, 213, 128, 0.65) !important;
}

.kid-coupon-layer.is-copied .kid-coupon-copy {
	color: #fff3c4;
}

/* Aktivzustände */
.kid-grill-scene.is-dropping .kid-steak-hit,
.kid-grill-scene.is-landed .kid-steak-hit {
	animation: none;
	top: 146px;
	transform: translateX(-50%) rotate(5deg) scale(0.94);
}

.kid-grill-scene.is-dropping .kid-flame-layer,
.kid-grill-scene.is-smoking .kid-flame-layer,
.kid-grill-scene.is-landed .kid-flame-layer {
	filter: drop-shadow(0 0 28px rgba(255, 94, 0, 0.5));
}

.kid-grill-scene.is-dropping .kid-grill-caption,
.kid-grill-scene.is-landed .kid-grill-caption {
	opacity: 0;
	transform: translateY(-6px);
	pointer-events: none;
}

.kid-grill-scene.is-smoking .kid-smoke-wrap {
	opacity: 1;
	transform: translateX(-50%) translateY(0) scale(1);
}

.kid-grill-scene.is-smoking .kid-smoke {
	animation: kidSmokeUp 1.8s ease-out forwards;
}

.kid-grill-scene.is-smoking .kid-sizzle-text {
	animation: kidTextPop 0.65s ease forwards;
}

.kid-grill-scene.is-coupon-visible .kid-coupon-layer {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

@keyframes kidSteakFloat {
	0% {
		transform: translateX(-50%) translateY(0) rotate(-4deg);
	}

	50% {
		transform: translateX(-50%) translateY(10px) rotate(-1deg);
	}

	100% {
		transform: translateX(-50%) translateY(0) rotate(-4deg);
	}
}

@keyframes kidFlameFlicker {
	0% {
		transform: translateX(-50%) scale(1);
	}

	25% {
		transform: translateX(-50%) scale(1.03, 0.98);
	}

	50% {
		transform: translateX(-50%) scale(0.97, 1.04);
	}

	75% {
		transform: translateX(-50%) scale(1.04, 0.97);
	}

	100% {
		transform: translateX(-50%) scale(1);
	}
}

@keyframes kidSmokeUp {
	0% {
		transform: translateY(12px) scale(0.92);
		opacity: 0;
	}

	20% {
		transform: translateY(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateY(-28px) scale(1.08);
		opacity: 0.8;
	}
}

@keyframes kidTextPop {
	0% {
		opacity: 0;
		transform: translateX(-50%) scale(0.65);
	}

	70% {
		opacity: 1;
		transform: translateX(-50%) scale(1.06);
	}

	100% {
		opacity: 1;
		transform: translateX(-50%) scale(1);
	}
}

@keyframes kidConfettiBurst {
	0% {
		opacity: 0;
		transform:
			translate(-50%, -50%)
			translate(0, 0)
			rotate(0deg)
			scale(0.4);
	}

	14% {
		opacity: 1;
	}

	70% {
		opacity: 1;
		transform:
			translate(-50%, -50%)
			translate(var(--kid-confetti-x), var(--kid-confetti-y))
			rotate(var(--kid-confetti-rotate))
			scale(1);
	}

	100% {
		opacity: 0;
		transform:
			translate(-50%, -50%)
			translate(var(--kid-confetti-x), calc(var(--kid-confetti-y) + 70px))
			rotate(calc(var(--kid-confetti-rotate) + 120deg))
			scale(0.85);
	}
}

@media (max-width: 480px) {
	.kid-grill-stage {
		height: 420px;
	}

	.kid-steak-hit {
		width: 171px;
		top: 18px;
	}

	.kid-grill-wrap {
		width: 324px;
	}

	.kid-flame-layer {
		width: 222px;
		bottom: 100px;
	}

	.kid-smoke-wrap {
		width: 155px;
		bottom: 175px;
	}

	.kid-confetti-layer {
		top: 170px;
		width: 230px;
		height: 160px;
	}

	.kid-grill-scene.is-dropping .kid-steak-hit,
	.kid-grill-scene.is-landed .kid-steak-hit {
		top: 132px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kid-steak-hit,
	.kid-flame-layer,
	.kid-smoke,
	.kid-sizzle-text,
	.kid-coupon-layer,
	.kid-grill-caption,
	.kid-win-message,
	.kid-confetti-piece {
		animation: none !important;
		transition: none !important;
	}
}
