/* cache-bust-20260216b */
body, html {
	margin: 0;
	padding: 0;
	background: #111;
}

.gallery-thumbnail {
	max-height: 512px;
}

.navbar {
	left: 0;
}

/* Prevent stuck modal backdrops from blocking page interaction */
.modal-backdrop {
	display: none !important;
}

/* Ensure form inputs are visible on dark theme */
.form-control,
input[type="email"],
input[type="text"],
input[type="password"] {
	color: #fff !important;
	background-color: #2a2a3e !important;
	border: 1px solid #555 !important;
}

.form-control:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	color: #fff !important;
	background-color: #2a2a3e !important;
	border-color: #007bff !important;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

/* Ensure labels are visible */
label {
	color: #ccc !important;
}