body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	padding: 24px;
	color: #333;
}

h1 {
	font-size: 1.5rem;
	margin-bottom: 8px;
}

.meta {
	color: #666;
	font-size: 13px;
	margin-bottom: 24px;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 16px;
}

th,
td {
	padding: 8px 12px;
	text-align: left;
	border-bottom: 1px solid #e5e7eb;
}

th {
	background: #f3f4f6;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}

@media print {
	body {
		padding: 16px;
	}
}
