/* SBRH SHARED STYLES V1.01 - FALLBACK COPY */
button,
.sbrhic-btn,
.sbrhic-main-display,
.sbrhic-history-container,
[data-js-hook="interactive"] {
	touch-action: manipulation;
}
.sbrhi2-modal {
	position: absolute;
	top: 60px;
	right: 20px;
	z-index: 500;
	background: var(--sbrhi2-modal-bg);
	padding: 20px;
	border: 1px solid var(--sbrhi2-tickmarks);
	border-radius: 12px;
	display: none;
	width: 260px;
	color: var(--sbrhi2-text-primary);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(10px);
}
.sbrhi2-modal label {
	display: block;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 600;
}
.sbrhi2-modal select,
.sbrhi2-modal input[type="range"] {
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	color: inherit;
	border: 1px solid var(--sbrhi2-tickmarks);
	padding: 8px;
	border-radius: 6px;
}
.sbrhi2-close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	opacity: 0.5;
	font-size: 20px;
}
.sbrh-challenge-bar {
	padding: 15px;
	background: rgba(76, 175, 80, 0.1);
	border-bottom: 1px solid var(--sbrhic-key-border);
	text-align: center;
	display: none;
}
.sbrh-challenge-bar.active {
	display: block;
}
.sbrh-timer {
	font-family: "Courier New", monospace;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.sbrh-target-val {
	font-size: 1.6rem;
	font-weight: 800;
	color: var(--sbrhic-accent);
}
.sbrhic-invalid-text {
	color: #ff3b30 !important;
}
