/*
 * Transform Pilot The7 Child — site styles.
 *
 * Only approved visual customizations belong here. Scope every rule
 * as narrowly as possible; never replicate The7 parent CSS.
 */

/* Environment identification: subtle top border on non-production. */
body.tp-env-staging::before,
body.tp-env-development::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: repeating-linear-gradient(45deg, #d63638, #d63638 12px, #f0b849 12px, #f0b849 24px);
	z-index: 999999;
	pointer-events: none;
}
