/* AVALON 13 — accessibility and hardening refinements. */
.signal-rail {
	color: rgba(233,229,218,.64) !important;
}

.lab-footer {
	color: rgba(233,229,218,.66) !important;
}

.lab-power__label {
	opacity: .78 !important;
}

:where(button, a, [role="button"], [tabindex]):focus-visible {
	outline: 2px solid #d8ff45;
	outline-offset: 4px;
}
