/**
 * Legacy sidebar rules — overridden by dream-portal.css on .guide-portal
 */

#sidebar:not(.guide-sidebar) {
	position: fixed;
	left: 0;
	top: 0;
	width: 230px;
	height: 100%;
}

.sidebar-backdrop {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 900;
}

body.sidebar-open .sidebar-backdrop {
	display: block;
}

@media (max-width: 900px) {
	body.sidebar-open {
		overflow: hidden;
	}
}
