/*B"H
Boruch Hashem
Blessed is He
The Awtsmoos creates every phone boundary anew. Awtsmoos.com turns launcher and
command surfaces into visual-viewport sheets with touch-sized app entrances.
*/
@media (max-width: 700px) {
	body {
		overflow: hidden;
	}
	.shell-topbar-actions .shell-chip,
	.shell-brand-copy {
		display: none;
	}
	.login-area {
		max-width: 42vw;
	}
	#start-menu {
		box-sizing: border-box;
		left: 0;
		right: 0;
		bottom: max(
			env(safe-area-inset-bottom),
			var(--geo-visual-bottom-gap, 0px)
		);
		width: 100%;
		max-width: 100vw;
		max-height: min(86dvh, 760px);
		padding-bottom: calc(
			var(--geo-dock-height) + env(safe-area-inset-bottom) + 14px
		);
		transform: none;
		overflow-x: hidden;
		border-width: 1px 0 0;
		border-radius: 26px 26px 0 0;
		box-shadow: 0 -24px 70px rgba(0, 0, 0, 0.52);
	}
	.start-menu-grabber {
		display: block;
		width: 44px;
		height: 5px;
		margin: 9px auto 0;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.28);
	}
	.start-menu-header {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 12px 14px 14px;
	}
	.start-menu-header strong {
		font-size: 18px;
	}
	.start-menu-results {
		display: block;
		padding: 14px;
	}
	.start-menu-app-section,
	.start-menu-action-section {
		margin-bottom: 18px;
	}
	.start-app-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 9px;
	}
	.start-app-card {
		min-height: 104px;
		padding: 10px;
		border-radius: 16px;
		text-align: center;
	}
	.start-app-card .start-record-icon {
		font-size: 28px;
	}
	.start-app-card .start-record-copy small {
		display: none;
	}
	.start-app-card .start-record-copy strong {
		font-size: 12px;
		line-height: 1.2;
	}
	.shell-setting-grid {
		grid-template-columns: 1fr;
	}
	#shell-command-palette {
		place-items: end stretch;
		padding: 0;
	}
	.shell-command-card {
		width: 100%;
		max-height: 82dvh;
		border-width: 1px 0 0;
		border-radius: 24px 24px 0 0;
		padding-bottom: env(safe-area-inset-bottom);
	}
}
@media (max-width: 360px) {
	.start-app-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.shell-pinned-apps {
		max-width: 132px;
	}
	.shell-dock-divider {
		display: none;
	}
}
