#build-version {
	position: absolute;
	left: auto;
	right: 10px;
	bottom: 8px;
	z-index: 8;
	font: 700 11px/1.2 Orbitron, sans-serif;
	letter-spacing: 0;
	color: rgba(255, 196, 120, 0.95);
	text-shadow: 0 1px 2px #000;
	pointer-events: none;
}

#extra-shell {
	display: none !important;
}

#extra-shell.is-open {
	display: block;
}

#extra-shell .panel {
	position: absolute;
	inset: 0;
	box-sizing: border-box;
	padding: 22px 24px 32px;
}

#extra-shell h1 {
	margin: 0 0 14px;
	font: 700 28px/1.05 Orbitron, sans-serif;
	letter-spacing: 0.16em;
	color: #ffc37a;
	text-shadow: 0 0 18px rgba(255, 140, 40, 0.55);
}

#extra-brand {
	position: static;
	text-align: left;
}

#extra-shell p.hint {
	margin: 0 0 12px;
	max-width: 420px;
	font: 500 12px/1.45 Orbitron, sans-serif;
	letter-spacing: 0.04em;
	color: rgba(255, 210, 160, 0.78);
}

#extra-name,
#extra-settings {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

#extra-name[hidden],
#extra-settings[hidden],
#extra-home[hidden] {
	display: none !important;
}

#extra-shell .menu {
	position: static;
	margin: 8px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

#extra-shell button {
	appearance: none;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font: 700 13px/1.45 Orbitron, sans-serif;
	letter-spacing: 0.08em;
	color: #ffe6c4;
	text-shadow: 0 0 10px rgba(255, 150, 40, 0.45);
	pointer-events: auto;
}

#extra-shell button:hover,
#extra-shell button:focus-visible {
	color: #fff;
	text-shadow: 0 0 14px #fff, 0 0 18px rgba(255, 180, 80, 0.9);
	outline: none;
}

#extra-shell button:disabled {
	opacity: 0.35;
	cursor: default;
	text-shadow: none;
}

#extra-shell input[type="text"] {
	width: min(260px, 70%);
	margin: 8px 0 14px;
	padding: 8px 10px;
	font: 500 15px/1.2 Orbitron, sans-serif;
	color: #fff8ee;
	background: #28140c;
	border: 1px solid rgba(255, 196, 120, 0.45);
	pointer-events: auto;
}

#extra-shell .row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	font: 500 12px/1.4 Orbitron, sans-serif;
	color: rgba(255, 210, 160, 0.85);
}

@media (max-width: 640px) {
	#extra-shell h1 {
		font-size: 22px;
	}
}
