:root {
	--status-ink: #0b0024;
	--status-purple: #3b23be;
	--status-yellow: #e9f684;
	--status-paper: #fffdfd;
	--status-muted: #c8c2d6;
}

* { box-sizing: border-box; }

html, body { margin: 0; min-height: 100%; }

body.pcv-site-status {
	background: var(--status-ink);
	color: var(--status-paper);
	font-family: "Inter", Arial, sans-serif;
	min-height: 100svh;
}

.pcv-site-status__stripe {
	background: var(--status-yellow);
	height: 6px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2;
}

.pcv-site-status__shell {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1320px;
	min-height: 100svh;
	padding: 42px 56px 30px;
}

.pcv-site-status__header,
.pcv-site-status__footer {
	display: flex;
	justify-content: space-between;
}

.pcv-site-status__header {
	align-items: center;
	border-bottom: 1px solid rgb(255 255 255 / 18%);
	padding-bottom: 24px;
}

.pcv-site-status__brand { align-items: center; display: flex; gap: 14px; }

.pcv-site-status__mark {
	color: var(--status-yellow);
	font-family: "Fraunces", Georgia, serif;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1;
}

.pcv-site-status__name { font-size: 1rem; font-weight: 700; text-transform: uppercase; }

.pcv-site-status__state {
	align-items: center;
	color: var(--status-muted);
	display: flex;
	font-size: .76rem;
	font-weight: 600;
	gap: 9px;
	text-transform: uppercase;
}

.pcv-site-status__state i {
	background: var(--status-yellow);
	border-radius: 50%;
	display: block;
	height: 8px;
	width: 8px;
}

.pcv-site-status__main {
	align-items: end;
	display: grid;
	flex: 1;
	gap: 90px;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, .65fr);
	padding: 72px 0 64px;
}

.pcv-site-status__eyebrow,
.pcv-site-status__access-label {
	color: var(--status-yellow);
	font-family: "JetBrains Mono", monospace;
	font-size: .75rem;
	font-weight: 500;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.pcv-site-status h1 {
	font-family: "Fraunces", Georgia, serif;
	font-size: 4.25rem;
	font-weight: 700;
	line-height: 1.02;
	margin: 0;
	max-width: 820px;
}

.pcv-site-status__copy {
	color: var(--status-muted);
	font-family: "Source Serif 4", Georgia, serif;
	font-size: 1.25rem;
	line-height: 1.6;
	margin: 30px 0 0;
	max-width: 700px;
}

.pcv-site-status__access {
	border-top: 3px solid var(--status-purple);
	padding-top: 28px;
}

.pcv-site-status__access-label { margin-bottom: 14px; }
.pcv-site-status__access h2 { font-family: "Fraunces", Georgia, serif; font-size: 1.7rem; margin: 0 0 10px; }
.pcv-site-status__access > p:not(.pcv-site-status__access-label):not(.pcv-site-status__error) { color: var(--status-muted); font-size: .92rem; line-height: 1.5; margin: 0 0 20px; }

.pcv-site-status__form { display: grid; grid-template-columns: minmax(0, 1fr) auto; }

.pcv-site-status__form input {
	background: var(--status-paper);
	border: 0;
	border-radius: 0;
	color: var(--status-ink);
	font: 700 1rem "JetBrains Mono", monospace;
	min-width: 0;
	outline-offset: 3px;
	padding: 15px 16px;
}

.pcv-site-status__form button {
	background: var(--status-yellow);
	border: 0;
	color: var(--status-ink);
	cursor: pointer;
	font: 700 .9rem "Inter", Arial, sans-serif;
	padding: 0 20px;
}

.pcv-site-status__form button:hover { background: #f3ffa1; }
.pcv-site-status__form button span { margin-left: 8px; }

.pcv-site-status__error {
	background: rgb(233 246 132 / 12%);
	border-left: 3px solid var(--status-yellow);
	font-size: .84rem;
	line-height: 1.4;
	margin: 0 0 16px;
	padding: 10px 12px;
}

.pcv-site-status__footer {
	border-top: 1px solid rgb(255 255 255 / 18%);
	color: var(--status-muted);
	font-family: "JetBrains Mono", monospace;
	font-size: .68rem;
	padding-top: 22px;
	text-transform: uppercase;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

@media (max-width: 780px) {
	.pcv-site-status__shell { padding: 30px 24px 24px; }
	.pcv-site-status__header { padding-bottom: 20px; }
	.pcv-site-status__state { font-size: .66rem; }
	.pcv-site-status__name { display: none; }
	.pcv-site-status__main { align-items: start; display: flex; flex-direction: column; gap: 52px; justify-content: center; padding: 54px 0 48px; }
	.pcv-site-status h1 { font-size: 2.75rem; line-height: 1.06; }
	.pcv-site-status__copy { font-size: 1.08rem; line-height: 1.55; margin-top: 24px; }
	.pcv-site-status__access { width: 100%; }
	.pcv-site-status__footer { flex-direction: column; gap: 8px; }
}

@media (max-width: 390px) {
	.pcv-site-status__shell { padding-left: 18px; padding-right: 18px; }
	.pcv-site-status h1 { font-size: 2.35rem; }
	.pcv-site-status__form { grid-template-columns: 1fr; }
	.pcv-site-status__form button { min-height: 48px; }
}
