/* Fundo: main nítido atrás do modal — sem overlay nem blur */

.auth-page-shell {
	position: relative;
	min-height: 100vh;
}

.auth-page-shell__iframe-wrap {
	position: fixed;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	background: #d9dde6;
}

.auth-page-shell__iframe-wrap iframe {
	width: 100%;
	height: 100%;
	border: 0;
	pointer-events: none;
	display: block;
}

.auth-page-shell__modal {
	position: relative;
	z-index: 2;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	pointer-events: none;
	background: transparent;
}

.auth-page-shell__modal .auth-card {
	pointer-events: auto;
}
