.noscript-page {
	display: flex;
	min-height: 100vh;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 2rem;
	background: #0a0f14;
	color: #e8eeed;
	font-family:
		system-ui,
		-apple-system,
		sans-serif;
	text-align: center;
}

.noscript-title {
	margin-bottom: 1rem;
	font-size: 1.75rem;
}

.noscript-copy {
	max-width: 500px;
	margin-bottom: 1.5rem;
	color: #aebbba;
	line-height: 1.6;
}

.noscript-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}

.noscript-nav a {
	color: #2dd4bf;
}
