.mxForumTheme {
	container: mxForumGlobal/inline-size;
	--gobanScale: 1;
	--gobanMaxWidth: calc(1em * var(--gobanScale) * var(--gobanIntrinsicWidth, 445) / 16);
	--columnMaxWidth: max(var(--gobanMaxWidth), calc(1em * 445 / 16));
	--globalBk: transparent;
	--outerGobanBk: #0688C822;
	--barBk: #0688C8CC;
	--barColor: #000000;
	--focusColor: #bd2a4d;
	--onBlackColor: #fff;
	--onWhiteColor: #000;
	--commentBk: #0688C822;
	--headerBk: #0688C844;
	--treeBk: #0688C844;
	--dialogBk: #0688C822;
	--dialogMenuBk: #0688C822;
	text-align: left;
}
	.mxForumTheme button {
		-webkit-appearance: none;
		-moz-appearance: none;
	}

	.mxForumTheme text {
		cursor: default;
	}

	.mxForumTheme input[type=text] {
		text-align: center;
	}

	.mxForumTheme input[type=text][disabled],
	.mxForumTheme button[disabled] {
		cursor: default;
		opacity: 0.3;
	}

	.mxForumTheme form,
	fieldset {
		border: 0;
		margin: 0;
		padding: 0;
	}

	.mxForumTheme svg {
		display: block;
		width: 100%;
		height: 100%;
	}

	.mxForumTheme,
	.mxForumTheme button {
		font-family: sans-serif;
		font-size: 1em;
	}

	.mxForumTheme svg {
		font-family: arial, sans-serif;
	}

	.mxForumTheme {
		max-width: var(--columnMaxWidth);
		margin: 0 auto;
	}

	.mxForumTheme.mxDiagramConfig {
		max-width: var(--gobanMaxWidth);
	}

	.mxForumTheme .mxHeaderTitle {
		font-weight: bold
	}

	.mxForumTheme .mxGobanContent {
		max-width: var(--gobanMaxWidth);
		margin: 0 auto;
	}

	.mxForumTheme.mxIn3d.mxDiagramConfig .mxGobanContent,
	.mxForumTheme.mxIn3d.mxProblemConfig .mxGobanContent {
		box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
	}

	.mxForumTheme .mxGobanBox svg {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAABCAIAAABYG7kIAAAAAXNSR0IArs4c6QAAACVJREFUCNdjvLMpmoOdmYGB4c+ff3/+/oewf/36y8DAwMaGRRwA1rMT7jfYpPIAAAAASUVORK5CYII=);
		background-repeat: repeat;
	}

	.mxForumTheme text.mxOnBlack.mxLabel,
	.mxForumTheme text.mxOnBlack.mxVariation {
		fill: var(--onBlackColor);
		stroke: var(--onBlackColor);
	}

	.mxForumTheme text.mxOnWhite.mxLabel,
	.mxForumTheme text.mxOnWhite.mxVariation,
	.mxForumTheme text.mxOnEmpty.mxLabel,
	.mxForumTheme text.mxOnEmpty.mxVariation {
		fill: var(--onWhiteColor);
		stroke: var(--onWhiteColor);
	}

	.mxForumTheme text.mxOnEmpty.mxVariation {
		paint-order: stroke;
		stroke-width: 2px;
		stroke: var(--onBlackColor);
		font-weight: bold;
	}

	.mxForumTheme text.mxOnEmpty.mxVariation.mxOnFocus {
		fill: var(--focusColor);
		stroke: var(--onBlackColor);
	}

	.mxForumTheme .mxMark.mxOnEmpty.mxVariation.mxOnFocus {
		stroke: var(--focusColor);
	}

	.mxForumTheme .mxPointBackground.mxOnEmpty.mxVariation.mxOnFocus {
		stroke: none;
	}

	.mxForumTheme .mxMarkOnLast {
		fill: var(--focusColor);
		stroke: var(--focusColor);
	}

	.mxForumTheme .mxFocusMark {
		fill: none;
		stroke: var(--focusColor);
		stroke-width: 2px;
	}

	.mxForumTheme .mxWhiteRadialGradient stop:nth-of-type(2) {
		stop-color: #bbb;
	}

	.mxForumTheme .mxWhiteRadialGradient stop:nth-of-type(3) {
		stop-color: #000;
	}

	.mxForumTheme.mxBasicConfig,
	.mxForumTheme.mxCommentConfig,
	.mxForumTheme.mxGameConfig,
	.mxForumTheme.mxTreeConfig {
		background: var(--globalBk);
	}

	.mxForumTheme.mxCommentConfig .mxCommentBox,
	.mxForumTheme.mxTreeConfig .mxCommentBox,
	.mxForumTheme .mxTreeBox {
		height: 7em;
		border: 1px solid transparent;
		padding: 0.25em;
		overflow: auto;
		resize: vertical;
	}

	.mxForumTheme.mxCommentConfig .mxCommentBox,
	.mxForumTheme.mxTreeConfig .mxCommentBox {
		background: var(--commentBk);
	}

	.mxForumTheme .mxTreeBox {
		margin: 0;
		max-height: 42em;
		background: var(--treeBk);
	}

	.mxForumTheme.mxBasicConfig .mxGobanBox,
	.mxForumTheme.mxCommentConfig .mxGobanBox,
	.mxForumTheme.mxGameConfig .mxGobanBox,
	.mxForumTheme.mxTreeConfig .mxGobanBox {
		background: var(--outerGobanBk);
	}

	.mxForumTheme.mxGameConfig .mxHeaderBox {
		box-sizing: border-box;
		padding: 0.25em;
		background: var(--headerBk);
		border: 1px solid #0000;
		max-height: var(--gobanMaxWidth);
		overflow: auto;
	}

	.mxForumTheme .mxTreeContent {
		width: calc(1em * var(--treeIntrinsicWidth) / 16);
	}

	.mxForumTheme .mxTreeBox svg {
		width: 100%;
		height: auto;
	}

	.mxForumTheme .mxTreeBox svg .mxFocus {
		fill: var(--focusColor);
		opacity: 1;
	}

	.mxForumTheme .mxNotSeenBox:not(:empty) {
		max-width: var(--gobanMaxWidth);
		margin: 0.5em auto 0 auto;
	}

	.mxForumTheme.mxProblemConfig .mxCommentBox {
		margin: 0 auto 0.5em auto;
		text-align: center;
		border: 1px solid transparent;
	}

	.mxForumTheme.mxProblemConfig .mxCommentContent {
		display: inline-block;
		text-align: justify;
	}

	.mxForumTheme.mxProblemConfig .mxCommentContent p {
		margin: 0;
	}

	.mxForumTheme .mxMenuFieldset button,
	.mxForumTheme .mxNavigationParent .mxOptionsBtn,
	.mxForumTheme .mxNavigationParent .mxPassBtn {
		font-weight: bold;
		text-transform: uppercase;
		color: #bc2a4d;
		border-radius: 0.4em;
		border: 1px solid #858585;
		background: #f1f1f1;
		background: linear-gradient(to top, #dfdfdf, #ffffff);
	}

	.mxForumTheme .mxMenuFieldset button {
		margin: 1px;
		padding: 0.375em 1em 0.25em 1em;
	}

	.mxForumTheme .mxSolveBox button[disabled] svg {
		fill: #000;
	}

	.mxForumTheme .mxCartoucheBox {
		background: var(--barBk);
		color: var(--barColor);
		position: relative;
		min-height: 2.5em;
		line-height: 2.5em;
		padding: 0 2.5em 0 2.75em;
	}

	.mxForumTheme .mxCartoucheBox:first-of-type {
		margin-bottom: 1px;
	}

	.mxForumTheme .mxCartoucheBox .mxPlayerStone {
		display: block;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		width: 2.5em;
		height: 2.5em;
		padding: 0.125em;
	}

	.mxForumTheme .mxCartoucheBox .mxPlayerName,
	.mxForumTheme .mxCartoucheBox .mxPlayerRank {
		display: inline-block;
		margin-right: 0.25em;
	}

	.mxForumTheme .mxCartoucheBox .mxPrisoners {
		font-size: 0.75em;
		position: absolute;
		right: 0;
		bottom: 0;
		display: flex;
		margin-right: calc(0.25em / 0.75);
	}

	.mxForumTheme .mxCartoucheBox .mxPrisonersStone {
		display: flex;
		height: 2em;
		width: 1em;
		line-height: 2em;
		margin-left: calc(0.125em / 0.75);
	}

	.mxForumTheme .mxCartoucheBox .mxPrisonersStone svg {
		width: 1em;
		height: 1em;
		margin: auto;
	}

	.mxForumTheme .mxCartoucheBox .mxPrisonersNum {
		height: 2em;
		line-height: 2em;
	}

	.mxForumTheme dialog,
	.mxForumTheme dialog * {
		box-sizing: border-box;
	}

	.mxForumTheme dialog::backdrop {
		background: #0007;
	}

	.mxForumTheme dialog {
		max-width: calc(100% - 5vw);
		padding: 0;
		border: 0;
		text-align: left;
	}

	.mxForumTheme dialog form {
		background: var(--dialogBk);
	}

	.mxForumTheme dialog p {
		margin: 0.25rem 0;
		padding: 0;
	}

	.mxForumTheme dialog .mxContentFieldset {
		padding: min(5vw, 0.5em);
	}

	.mxForumTheme dialog.mxEditOptionsDialog .mxContentFieldset {
		line-height: 1.5em;
	}

	.mxForumTheme dialog .mxMenuFieldset {
		background: var(--dialogMenuBk);
		min-height: 3em;
		line-height: 3em;
		text-align: center;
	}

	.mxForumTheme dialog label:not([for]) {
		display: block;
	}

	.mxForumTheme .mxNumberingOnCheckbox:not(:checked)~span {
		display: none;
	}

	.mxForumTheme.mxCommentConfig .mxNavigationParent,
	.mxForumTheme.mxTreeConfig .mxNavigationParent {
		background: var(--barBk);
		display: grid;
		grid-template-columns: repeat(9, 1fr);
		justify-content: center;
		align-items: center;
		padding: min(2.5vw, 0.25em);
	}

	.mxForumTheme .mxNavigationBox {
		display: grid;
		align-items: center;
	}

	.mxForumTheme.mxBasicConfig .mxNavigationBox {
		grid-template-columns: repeat(6, 1fr);
		background: var(--barBk);
		justify-content: center;
		align-items: center;
		padding: min(2.5vw, 0.25em);
	}

	.mxForumTheme.mxGameConfig .mxNavigationBox {
		grid-template-columns: repeat(7, 1fr);
		background: var(--barBk);
		justify-content: center;
		align-items: center;
		padding: min(2.5vw, 0.25em);
	}

	.mxForumTheme.mxCommentConfig .mxNavigationBox,
	.mxForumTheme.mxTreeConfig .mxNavigationBox {
		grid-template-columns: repeat(7, 1fr);
		grid-column: 2/-2;
	}

	.mxForumTheme.mxIn3d.mxBasicConfig .mxNavigationBox,
	.mxForumTheme.mxIn3d.mxCommentConfig .mxNavigationParent,
	.mxForumTheme.mxIn3d.mxGameConfig .mxNavigationParent,
	.mxForumTheme.mxIn3d.mxTreeConfig .mxNavigationParent {
		box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
	}

	.mxForumTheme .mxNavigationBox button {
		justify-self: center;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 0.25em solid transparent;
		border-radius: 0.5em;
		background: transparent;
		margin: 0;
		padding: 0;
		max-width: 3em;
		aspect-ratio: 1;
	}

	.mxForumTheme .mxNavigationBox button svg {
		fill: none;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.mxForumTheme .mxNavigationBox .mxFirstBtn,
	.mxForumTheme .mxNavigationBox .mxTenPredBtn,
	.mxForumTheme .mxNavigationBox .mxPredBtn {
		transform: scaleX(-1);
	}

	.mxForumTheme .mxNavigationBox .mxPredBtn svg,
	.mxForumTheme .mxNavigationBox .mxNextBtn svg {
		background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 1000 1000' height='1000' width='1000'><path d='M786,523C804,506 803,485 786,473L358,207C323,184 300,211 300,241V755C299,794 331,806 358,789Z'/></svg>");
	}

	.mxForumTheme .mxNavigationBox .mxTenPredBtn svg,
	.mxForumTheme .mxNavigationBox .mxTenNextBtn svg {
		background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 1000 1000' height='1000' width='1000'><path d='M976,521C994,506 994,485 976,475L604,227C572,206 552,229 552,257V739C551,775 580,783 604,769ZM522,521C540,506 540,485 522,475L162,227C131,206 110,230 110,257V739C109,774 138,784 162,769Z'/></svg>");
	}

	.mxForumTheme .mxNavigationBox .mxFirstBtn svg,
	.mxForumTheme .mxNavigationBox .mxLastBtn svg {
		background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 1000 1000' height='1000' width='1000'><path d='M612,521C631,505 629,487 612,475L250,247C219,227 200,250 200,277V719C199,754 226,763 250,749ZM726,789C775,789 800,769 800,731V265C800,226 775,207 726,207 675,207 650,226 650,265V731C650,769 675,789 726,789Z'/></svg>");
	}

	.mxForumTheme .mxNavigationBox .mxPauseBtn svg {
		background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 1000 1000' height='1000' width='1000'><path d='M626,789Q700,789 700,731V265Q700,207 626,207 550,207 550,265V731Q550,789 626,789ZM374,789Q300,789 300,731V265Q300,207 374,207 450,207 450,265V731Q450,789 374,789Z'/></svg>");
	}

	.mxForumTheme .mxNavigationBox .mxAutoBtn svg {
		background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 1000 1000' height='1000' width='1000'><path d='M901,521C919,506 919,485 901,475L629,227C597,206 577,229 577,257V739C576,775 605,783 629,769ZM99,521C80,506 80,485 99,475L371,227C402,206 422,229 423,257V739C423,775 394,783 371,769Z'/></svg>");
	}

	.mxForumTheme .mxNavigationBox button.mxAutoBtn[disabled],
	.mxForumTheme .mxNavigationBox button.mxPauseBtn[disabled] {
		display: none;
	}

	.mxForumTheme .mxNavigationBox .mxGotoInput {
		justify-self: center;
		align-self: center;
		box-sizing: border-box;
		border: 1px solid #ccc;
		text-align: center;
		margin: 0;
		padding: 0;
		max-width: 3em;
		aspect-ratio: 1;
	}

	.mxForumTheme .mxNavigationParent .mxOptionsBtn,
	.mxForumTheme .mxNavigationParent .mxPassBtn {
		justify-self: center;
		font-size: 1em;
		margin: 0;
		padding: 0;
		max-width: none;
		width: auto;
		height: calc(100% - 0.25em);
		aspect-ratio: 1;
	}

	.mxForumTheme .mxSolveBox {
		margin: 0.5em auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: min(3.3vw, 0.33em);
	}

	.mxForumTheme .mxSolveBox button {
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: min(3.3vw, 0.33em);
		margin: 0;
		max-width: min(33vw, 3.3em);
		aspect-ratio: 1;
		border-radius: min(3.3vw, 0.33em);
		border: 1px solid #c7c3be;
		background: #f1f1f1;
		background: linear-gradient(to top, #dfdfdf, #ffffff);
	}

	.mxForumTheme .mxSolveBox button svg {
		fill: #bc2a4d;
	}

	@container mxForumGlobal (max-width:20rem) {
		.mxForumTheme .mxCartoucheBox {
			padding: 1em 0 0 min(2.5vw, 0.25em);
		}

		.mxForumTheme .mxCartoucheBox .mxPlayerStone {
			width: 1.5em;
			height: 1.5em;
		}

		.mxForumTheme .mxCartoucheBox .mxPrisoners {
			top: 0;
			right: 0;
			bottom: auto;
		}

		.mxForumTheme .mxNavigationBox .mxTenPredBtn,
		.mxForumTheme .mxNavigationBox .mxTenNextBtn {
			display: none;
		}

		.mxForumTheme.mxBasicConfig .mxNavigationBox,
		.mxForumTheme.mxCommentConfig .mxNavigationBox,
		.mxForumTheme.mxTreeConfig .mxNavigationBox,
		.mxForumTheme.mxCommentConfig .mxNavigationParent,
		.mxForumTheme.mxTreeConfig .mxNavigationParent {
			grid-template-columns: repeat(4, 1fr);
		}

		.mxForumTheme.mxGameConfig .mxNavigationBox {
			grid-template-columns: repeat(5, 1fr);
		}

		.mxForumTheme.mxCommentConfig .mxNavigationParent,
		.mxForumTheme.mxTreeConfig .mxNavigationParent,
		.mxForumTheme.mxCommentConfig .mxNavigationBox,
		.mxForumTheme.mxTreeConfig .mxNavigationBox {
			grid-template-rows: repeat(2, 1fr);
		}

		.mxForumTheme.mxCommentConfig .mxNavigationBox,
		.mxForumTheme.mxTreeConfig .mxNavigationBox {
			grid-row: 1/-1;
			grid-column: 1/-1;
		}

		.mxForumTheme.mxCommentConfig .mxNavigationBox .mxBtn,
		.mxForumTheme.mxTreeConfig .mxNavigationBox .mxBtn {
			grid-row: 2;
		}

		.mxForumTheme .mxNavigationParent .mxOptionsBtn,
		.mxForumTheme .mxNavigationParent .mxPassBtn {
			grid-row: 1;
			height: 100%;
			position: relative;
			z-index: 1;
		}

		.mxForumTheme .mxNavigationParent .mxOptionsBtn {
			grid-column: 1;
		}

		.mxForumTheme .mxNavigationParent .mxPassBtn {
			grid-column: 4;
		}

		.mxForumTheme .mxNavigationBox .mxGotoInput {
			grid-row: 1;
			grid-column: 2/-2;
			max-width: none;
			aspect-ratio: auto;
			height: 100%;
			justify-self: stretch;
			margin-left: 2.5vw;
			margin-right: 2.5vw;
		}
	}

	.mxForumTheme *:not([type=radio]):not([type=checkbox]):focus {
		outline: none;
	}

	.mxForumTheme .mxGobanSvg:not(:focus-visible) .mxFocus {
		display: none;
	}

	.mxForumTheme.mxCommentConfig .mxCommentBox:focus,
	.mxForumTheme.mxTreeConfig .mxCommentBox:focus,
	.mxForumTheme.mxTreeConfig .mxTreeBox:focus,
	.mxForumTheme.mxProblemConfig .mxCommentBox:focus,
	.mxForumTheme .mxNavigationBox .mxGotoInput:focus,
	.mxForumTheme .mxHeaderBox:focus {
		border-color: #000;
	}

	.mxForumTheme .mxNavigationBox button:focus,
	.mxForumTheme .mxNavigationBox button:hover:not([disabled]) {
		border-color: #0003;
	}

	.mxForumTheme .mxNavigationBox button:focus:hover:not([disabled]) {
		border-color: #0006;
	}

	.mxForumTheme .mxMenuFieldset button:hover:not([disabled]),
	.mxForumTheme .mxMenuFieldset button:focus,
	.mxForumTheme .mxNavigationParent .mxOptionsBtn:hover:not([disabled]),
	.mxForumTheme .mxNavigationParent .mxOptionsBtn:focus,
	.mxForumTheme .mxNavigationParent .mxPassBtn:hover:not([disabled]),
	.mxForumTheme .mxNavigationParent .mxPassBtn:focus,
	.mxForumTheme .mxSolveBox button:hover:not([disabled]),
	.mxForumTheme .mxSolveBox button:focus {
		background: #f1f1f1;
		background: linear-gradient(to top, #ffffff, #dfdfdf);
	}

	.mxForumTheme .mxMenuFieldset button:hover:not([disabled]),
	.mxForumTheme .mxNavigationParent .mxOptionsBtn:hover:not([disabled]),
	.mxForumTheme .mxNavigationParent .mxPassBtn:hover:not([disabled]),
	.mxForumTheme input[type=text]:not([disabled]):hover {
		border-color: #0009;
	}

	.mxForumTheme .mxMenuFieldset button:focus,
	.mxForumTheme .mxNavigationParent .mxOptionsBtn:focus,
	.mxForumTheme .mxNavigationParent .mxPassBtn:focus,
	.mxForumTheme .mxSolveBox button:focus,
	.mxForumTheme input[type=text]:focus {
		border-color: #000;
	}

	.mxForumTheme button,
	.mxForumTheme:not(.mxDiagramConfig) .mxGobanBox svg,
	.mxForumTheme .mxTreeBox svg circle,
	.mxForumTheme .mxTreeBox svg polygon,
	.mxForumTheme .mxTreeBox svg rect,
	.mxForumTheme .mxTreeBox svg text {
		cursor: pointer;
	}
