.aba-kiosk {
	max-width: 640px;
	margin: 0 auto;
	background: #0f172a;
	border-radius: 16px;
	padding: 24px;
	color: #f8fafc;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	box-shadow: 0 10px 40px rgba(0,0,0,.25);
}

.aba-kiosk__header {
	text-align: center;
	margin-bottom: 16px;
}

.aba-kiosk__title {
	margin: 0 0 4px;
	font-size: 1.5rem;
	font-weight: 700;
}

.aba-kiosk__subtitle {
	margin: 0;
	color: #94a3b8;
	font-size: .9rem;
}

.aba-kiosk__stage {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #000;
	border-radius: 12px;
	overflow: hidden;
	border: 3px solid #334155;
}

.aba-kiosk__video,
.aba-kiosk__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aba-kiosk__status {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(15,23,42,.85);
	padding: 8px 16px;
	border-radius: 999px;
	font-size: .9rem;
	white-space: nowrap;
}

.aba-kiosk__result {
	margin-top: 16px;
	min-height: 64px;
	border-radius: 12px;
	padding: 16px;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
	background: #1e293b;
	transition: background .3s ease;
}

.aba-kiosk__result.is-success {
	background: #14532d;
}

.aba-kiosk__result.is-error {
	background: #7f1d1d;
}

.aba-kiosk__footer {
	margin-top: 12px;
	text-align: center;
	color: #64748b;
	font-variant-numeric: tabular-nums;
}

@media (max-width: 480px) {
	.aba-kiosk { padding: 16px; border-radius: 10px; }
	.aba-kiosk__title { font-size: 1.2rem; }
}
