body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background-color: #05060a!important;
	color: #f5f5f5;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.page {
	max-width: 900px;
	margin: 0 auto;
	padding: 2.5rem 1.5rem 3rem;
	flex: 1 0 auto;
}
h1 {
	font-size: 2rem;
	margin-bottom: 0.25rem;
}
.subtitle {
	color: #a0a4b8;
	margin-bottom: 1.5rem;
	font-size: 0.95rem;
}
.intro {
	margin-bottom: 2rem;
	color: #d5d7e3;
}
.section-title {
	margin-top: 2rem;
	margin-bottom: 0.5rem;
	font-size: 1.15rem;
	border-bottom: 1px solid #262a3b;
	padding-bottom: 0.35rem;
}
ul {
	list-style: none;
	padding-left: 0;
}
li {
	margin-bottom: 0.75rem;
}
a {
	color: #61dafb;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.tag {
	display: inline-block;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 0.15rem 0.45rem;
	border-radius: 999px;
	background: #141624;
	color: #9fa3c3;
	margin-left: 0.4rem;
}
.meta {
	font-size: 0.8rem;
	color: #8b8fad;
	margin-top: 0.25rem;
}
/* Footer */
footer {
	background-color: #0a0b10;
	border-top: 1px solid #1a1c28;
	padding: 1.25rem;
	text-align: center;
	font-size: 0.85rem;
	color: #9da0b8;
	flex-shrink: 0;
}
footer a {
	color: #61dafb;
	text-decoration: none;
	margin: 0 0.4rem;
}
footer a:hover {
	text-decoration: underline;
}