ui/hq/elements/arenalauncher.razor.scss
ArenaLauncher {
	gap: 15px;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	.pm-body {
		flex-direction: column;
		align-items: center;
		padding: 15px;
	}

	.actions {
		margin-top: 15px;
		flex-direction: row;
		align-self: stretch;
		justify-self: flex-end;
		justify-content: center;
		gap: 50px;
		min-height: 50px;
	}

	.round-skip {
		min-height: 50px;
		align-items: center;
		gap: 5px;
	}

	.textentry {
		padding: 5px 15px;
	}

	.resetter {
		min-height: 50px;
		margin-top: 25px;
	}

	.tool-list {
		flex-grow: 0;
		scrollbar-width: auto;
		gap: 15px;

		.tool {
			flex-direction: column;

			.tool-head {
				align-items: center;
				font-size: 25px;
			}

			.tool-desc {
				text-align: left;
			}
		}
	}
}