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-cell {
	width: 40px;
	height: 40px;
	transition: all 0.3s ease;
}
.number-cell:hover {
	transform: scale(1.1);
}
.selected {
	background-color: #3b82f6 !important;
	color: white !important;
	font-weight: bold;
}
.prime {
	position: relative;
}
.prime::after {
	content: '★';
	position: absolute;
	top: -5px;
	right: -5px;
	font-size: 10px;
	color: gold;
}
@media print {
	.no-print {
		display: none !important;
	}
	body {
		background-color: white !important;
	}
	.print-section {
		margin: 0 !important;
		padding: 0 !important;
	}
}
.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;
}