#preview {
	background-color: red;
	color: white;
}

#debug-panel {
	position: fixed;
	top: 32px;
	left: 0;
	right: 0;
	z-index: 99999;
	background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
	color: white;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
}