body {
	padding: 2rem;
	font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
}

h1 {
	font-size: 16px;
	margin-top: 0;
}

p {
	color: rgb(107, 114, 128);
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.card {
	max-width: 620px;
	margin: 0 auto;
	padding: 16px;
	border: 1px solid lightgray;
	border-radius: 16px;
}

.card p:last-child {
	margin-bottom: 0;
}

.number-btn {
	width: 50px;
	height: 50px;
	font-size: 18px;
	transition: all 0.2s;
}
.number-btn.selected {
	background-color: #000 !important;
	color: white !important;
	transform: scale(1.05);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.print-area {
	background-color: white;
	color: black;
	padding: 20px;
	max-width: 800px;
	margin: 0 auto;
}
@media print {
	body * {
		visibility: hidden;
	}
	.print-area, .print-area * {
		visibility: visible;
	}
	.print-area {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
}
.combination-item {
	page-break-inside: avoid;
}

.stat {
	padding:20px 5px;
	background:white;
	text-align:center;
	position: absolute;
	bottom: 8px;
	right: 16px;
	font-size: 12px;
}
.stat-count {
	font-size: 35px;
	font-weight: normal;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin-bottom: 20px;
	overflow:hidden;
	font-family:"Georgia", Courier, monospace;
	padding: 0;
	position: relative;
}
.stat-detail {
	color:#076ff8;
	padding-top:10px;
	font: italic 1.3rem/1.75 "Georgia", Courier, monospace;
}