.cliente-portal-shell { min-height: 100vh; }

.cliente-flash-stack {
	z-index: 1060;
	width: min(100vw - 1rem, 420px);
	pointer-events: none;
}

.cliente-flash-alert {
	pointer-events: auto;
	margin-bottom: 0;
	border: 0;
	border-left: 4px solid rgba(255, 255, 255, 0.7);
	border-radius: 1rem;
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);
	backdrop-filter: blur(12px);
	padding: 0.95rem 1rem;
	font-weight: 600;
}

.cliente-flash-alert.alert-danger {
	background: #ffffff;
	color: #111827;
	border-left-color: #dc2626;
}

.cliente-flash-alert.alert-success {
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.98), rgba(22, 163, 74, 0.96));
	color: #fff;
}

.cliente-flash-alert.alert-warning {
	background: linear-gradient(135deg, rgba(245, 158, 11, 0.98), rgba(217, 119, 6, 0.96));
	color: #fff;
}

.cliente-flash-alert.alert-info {
	background: linear-gradient(135deg, rgba(14, 165, 233, 0.98), rgba(2, 132, 199, 0.96));
	color: #fff;
}

.cliente-flash-alert .btn-close {
	filter: none;
	opacity: 0.75;
}

@media (max-width: 575.98px) {
	.cliente-flash-stack {
		width: calc(100vw - 1rem);
		padding-top: 0.75rem !important;
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important;
	}
}