
.app-shell{
	width:100%;
	min-height:100dvh;
	display:flex;
	justify-content:center; 
}

.mobile-frame{
	position:relative;
	width:100%;
	max-width:430px;
	height:100dvh;
	background:#fff; 
	overflow:hidden;
	box-shadow:0 20px 60px rgba(0,0,0,.08);
	isolation:isolate;
}

.app-main{
	width:100%;
	height:100%;
	transition:.45s;
}

.mobile-scroll{
	height:100%;
	overflow:auto;
	padding:
		var(--safe-top)
		0
		calc(100px + var(--safe-bottom));
}

.inner{
	padding:0 16px;
}

