
/* Dark translucent glass search bar (over the purple hero) */
html .lxe-search{
	background:rgba(34,16,72,0.52) !important;
	-webkit-backdrop-filter:blur(14px) saturate(1.25);
	backdrop-filter:blur(14px) saturate(1.25);
	border:1px solid rgba(255,255,255,0.16) !important;
	box-shadow:0 20px 54px rgba(8,3,26,0.46) !important;
}
html .lxe-search .ic{ color:rgba(255,255,255,0.9) !important; }
html .lxe-search input{ color:#ffffff !important; caret-color:#ffffff; }
html .lxe-search input::placeholder{ color:rgba(255,255,255,0.62) !important; }
html .lxe-search input::-webkit-input-placeholder{ color:rgba(255,255,255,0.62) !important; }
/* Scope toggle (All / Free only) on the dark bar */
html .lxe-search .scope{ background:rgba(255,255,255,0.12) !important; }
html .lxe-search .scope button{ color:rgba(255,255,255,0.82) !important; }
html .lxe-search .scope button.on{ background:rgba(255,255,255,0.92) !important; color:#4A148C !important; box-shadow:0 2px 8px rgba(0,0,0,0.25) !important; }
/* Keep the pink Search button as the bright CTA (unchanged) */
