/* Sesuaikan dengan CSS sebelumnya, tambahkan ini: */
.list-group-item {
	transition: background 0.3s;
}

.list-group-item:hover {
	background-color: #f8f9fa;
}

.overlay {
	background: rgba(0, 0, 0, 0.96);
	backdrop-filter: blur(10px);
}

#otpInput:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* Animasi khusus untuk hasil penyadapan */
.intercept-box {
	animation: shake 0.5s infinite;
	background: #fff5f5;
	border: 2px solid #ff0000;
}
