/**
 * Matrix rain background block — layer behind content inside a relative Group.
 */
.gw-matrix-rain-bg {
	position: absolute;
    top: -90px;
    left: -16px;
    width: 100vw;
    height: 100vh;
    max-width: none;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.gw-matrix-rain-bg__canvas {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

/* Editor: static grid hint */
.gw-matrix-rain-bg--editor-placeholder {
	min-height: 120px;
	background-color: rgba(0, 0, 0, 0.08);
	background-image:
		linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 0, 0, 0.12) 1px, transparent 1px);
	background-size: var(--gw-matrix-cell, 10px) var(--gw-matrix-cell, 10px);
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.gw-matrix-rain-bg__editor-label {
	font-size: 12px;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.45);
	text-align: center;
	padding: 8px 12px;
	max-width: 240px;
}
