/* B"H
 * Boruch Hashem
 * Blessed is He
 *
 * The Awtsmoos gives the Living Library a sovereign reading chamber beneath
 * the one shared Awtsmoos.com shell, without birthing a duplicate roof.
 */

:root {
	color-scheme: dark;
}

body[data-sefarim-search-page] {
	background: #050811;
	color: #f4f1e8;
	font-family: var(--civil-font, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	margin: 0;
	min-height: 100dvh;
	min-inline-size: 0;
}

body[data-sefarim-search-page]::before {
	background: radial-gradient(circle at 70% -10%, rgba(51, 190, 230, .1), transparent 35rem);
	content: "";
	inset: 0;
	pointer-events: none;
	position: fixed;
	z-index: -1;
}

.search-skip-link {
	background: #f4f1e8;
	border-radius: .65rem;
	color: #050811;
	font-weight: 800;
	inset-inline-start: .75rem;
	padding: .7rem 1rem;
	position: fixed;
	top: .75rem;
	transform: translateY(-180%);
	z-index: 1000;
}

.search-skip-link:focus {
	transform: none;
}

.geelooy-app-shell .library-page {
	isolation: isolate;
	min-inline-size: 0;
	position: relative;
	z-index: 1;
}

.geelooy-app-shell .library-search-form {
	top: 5.8rem;
}

@media (max-width: 56rem) {
	.geelooy-app-shell .library-search-form {
		top: auto;
	}
}
