:root { color-scheme: light dark; }
* { box-sizing: border-box; }
body {
	margin: 0; min-height: 100vh;
	display: flex; align-items: center; justify-content: center;
	font: 16px/1.6 system-ui, -apple-system, "Segoe UI", sans-serif;
	background: #0f1115; color: #e6e8ec;
	padding: 2rem;
}
main { max-width: 34rem; }
h1 { font-size: 1.6rem; letter-spacing: -0.01em; margin: 0 0 .75rem; }
p { margin: 0 0 1rem; color: #a8adb8; }
.tag {
	display: inline-block; font-size: .75rem; letter-spacing: .08em;
	text-transform: uppercase; color: #7c8496;
	border: 1px solid #262b36; border-radius: 999px;
	padding: .25rem .7rem; margin-bottom: 1.5rem;
}
footer { margin-top: 2rem; font-size: .85rem; color: #6b7280; }
