/**
 * TS Tools Core — shared front-end CSS.
 *
 * Deliberately tiny: it only carries cross-tool primitives (the honeypot hide).
 * Each tool ships its own visual styling. Kept here so the hide rule is defined
 * exactly once for every tool.
 */

.ts-core-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
