
/* === Start StackApps Paragraph 1.0 === */

/* task and todos */
.task-list-item {
	list-style: none;
	position: relative;
	padding-left: 1.4em;

	/* Hide the real checkbox */
	.task-list-item-checkbox {
		position: absolute;
		opacity: 0;
		pointer-events: none;
	}

	/* Marker for unchecked items */
	&::before {
		content: "▢";
		position: absolute;
		left: 0;
		top: 0.0em;
		width: 1.0em;
		text-align: center;
		line-height: 1.3;
		font-weight: 400;
		font-size: 1.1em;
	}

	/* Strike-through completed tasks */
	&:has(.task-list-item-checkbox:checked) {
		text-decoration: line-through;

		/* Marker for checked items */
		&::before {
			content: "✓";
			line-height: 1.2;
			font-weight: 300;
			font-size: 1.3em;
		}
	}

	/* Nested lists with same smaller indent */
	> ul {
		margin-top: 0.25rem;
		padding-left: 1.4em;
	}
}

/* === End StackApps Paragraph 1.0 === */










/* === Start StackApps Navbar 1.0 === */


/* Fix: hide image assets in S6 displayed in the navbar */
a[href*=".png"].dropdown-item,
a[href*=".svg"].dropdown-item,
a[href*=".webp"].dropdown-item,
a[href*=".jpeg"].dropdown-item,
a[href*=".jpg"].dropdown-item {
  display: none;
}


/* make sure that the navbar and menus render above the content */
#stacks_in_PA1ECCEA_4 {
	z-index: 10;
}

/* hide the focus ring in the navbar */

.navbar .nav-link:focus	 {
	outline: 0;
	box-shadow: none;
}


#stacks_in_PA1ECCEA_4 img {
    height: auto;
    width: auto;
    max-height: 32px;
    /* max-height: ; */
    vertical-align: middle;
    margin-right: 0.5rem;
	display: inline-block;
}

#stacks_in_PA1ECCEA_4 a:has(> img) {
    margin-top: 0px;
}

#stacks_in_PA1ECCEA_4 .navbar-toggler-icon {
  background-image: none;
}

/* hide the navbar initially for smoother rendering */
#stacks_in_PA1ECCEA_4 .navbar-nav {
	display: none;
}

/* limit button size in sidebar */
#stacks_in_PA1ECCEA_4-content .btn {
  align-self: flex-start; /* same as align-self-start */
  flex-grow: 0;           /* same as flex-grow-0 */
}

/* adjust the padding of the navbar in case of rounded corners */
.navbar {

	--bs-navbar-padding-x: calc(var(--bs-navbar-padding-y) * 1.0) !important;

	backdrop-filter: blur(10px);
}

/* switch on toggler button border */
#stacks_in_PA1ECCEA_4 .navbar-toggler {
	--bs-border-width: 0;
}

/* the floating navbar default settings */
#stacks_in_PA1ECCEA_4 {
	margin-left: 0 !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/* apply navbar margins, corners, shadow and height based on the expand breakpoint */


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {






}

/* === End StackApps Navbar 1.0 === */

#stacks_in_PA1ECCEA_5 {
}

/* === Start StackApps Partition 1.0 === */


#stacks_in_1 {
	/* height: 100%; */
}


.stacks_top {
	
	height: 100%;
	
}

html, body {
	height: 100vh - 60px;
}

#stacks_in_1127 {

	&.page-container {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.main-container {
		display: flex;
		flex-grow: 1;
		overflow: hidden;
		height: calc(100vh - 60px);

		transition: margin-right 0.3s ease;
		/* margin-right logic handled by layout */

	}

	.sidebar {
		width: 250px;
		min-width: calc(250px);
		overflow-y: auto;
		transition: transform 0.3s ease;

		/* z-index: 1000; */
		will-change: transform; /* helps with scroll performance */
	}

	.content-wrapper {
		flex-grow: 1;
		display: flex;
		min-width: 0;
		flex-direction: column;
	}

	.content-header {
		position: sticky;
		/* top: will be set dynamically */
		z-index: 100;
	}

	.content-body {
		flex-grow: 1;
		overflow-y: auto;
	}

	.sidebar.sidebar-hidden {

		transform: translateX(-100%);

	}

	.main-footer {
		/* min-height: will be set dynamically */
	}
}

#toggle-stacks_in_1127 {
	position: fixed;
	bottom: 1rem;

	right: 1rem;

	z-index: 2150;
	display: none !important;
}

@media (max-width: 768px) {

	#toggle-stacks_in_1127 {
		display: block !important;
	}

	#stacks_in_1127 {
		.sidebar {
			position: fixed;
			padding-top: 0.5rem;
			padding-left: 0.5rem;
			padding-right: 0.5rem;
			/* top: will be set dynamically */
			bottom: 0;

			left: 0;

			height: auto;
			box-shadow: 4px 0 4px -4px rgba(0, 0, 0, 0.2);
			background-color: var(--bs-tertiary-bg) !important;
			z-index: 2000;
		}

		.main-container {
			margin-left: 0;
		}
	}
}

/* === End StackApps Partition 1.0 === */
%[endif]%




/* === Start StackApps List Group 1.0 === */

.list-group {
	--bs-list-group-item-padding-x: 1.0rem !important;
}



/* === End StackApps List Group 1.0 === */

#stacks_in_1367 {
}

#stacks_in_1369 {
}

#stacks_in_1371 {
}

#stacks_in_1373 {
}

#stacks_in_1385 {
}

#stacks_in_1375 {
}

#stacks_in_10 {
}

#stacks_in_12 {
}

#stacks_in_14 {
}

#stacks_in_1153 {
}

#stacks_in_1155 {
}

#stacks_in_1157 {
}

#stacks_in_1159 {
}

#stacks_in_1163 {
}

#stacks_in_1161 {
}

#stacks_in_1165 {
}

#stacks_in_1167 {
}

#stacks_in_1170 {
}

#stacks_in_1172 {
}

#stacks_in_18 {
}

#stacks_in_1379 {
}

#stacks_in_1381 {
}

#stacks_in_978 {
}

#stacks_in_980 {
}

#stacks_in_982 {
}



/* === Start StackApps Scroll Spy 1.0 === */

#stacks_in_1193 {
	overflow: auto;
	height: calc(100%);

}

/* === End StackApps Scroll Spy 1.0 === */



/* === Start StackApps Container 1.0 === */

#stacks_in_1284 {

	/* width:100%; this interferes with collapse elements */



















	max-width: calc(1100px);


}



@media (prefers-color-scheme: dark) {
	#stacks_in_1284 {
	
	
	
	
	

	
	
	
	
		max-width: calc(1100px);
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Heading 1.0 === */











/* === End StackApps Heading 1.0 === */

#stacks_in_24 {
}

#stacks_in_983 {
}



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_984 {
}

#stacks_in_985 {
}

#stacks_in_26 {
}




/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */

#stacks_in_28 {


	/* remove the margin-bottom in case of being the last paragraph not followed by a list */
	p:last-of-type:not(:has(+ ul)):not(:has(+ ol)) {
		margin-bottom: 0 !important;
	}
	ul:last-of-type, ol:last-of-type {
		margin-bottom: 0 !important;
	}





}


/* === End StackApps Paragraph 1.0 === */

#stacks_in_986 {
}

#stacks_in_30 {
}

#stacks_in_987 {
}

#stacks_in_988 {
}




/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */

#stacks_in_1310 {


	/* remove the margin-bottom in case of being the last paragraph not followed by a list */
	p:last-of-type:not(:has(+ ul)):not(:has(+ ol)) {
		margin-bottom: 0 !important;
	}
	ul:last-of-type, ol:last-of-type {
		margin-bottom: 0 !important;
	}





}


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1312 {
}

#stacks_in_1311 {
}

#stacks_in_1313 {
}

#stacks_in_1308 {
}

#stacks_in_1307 {
}


#stacks_in_32 {
}

/* === Start StackApps Listener 1.0 === */

/* === End StackApps Listener 1.0 === */



#stacks_in_34 {
}


#stacks_in_35 {
	thead th {
		font-weight: 500;
	}

	td {
		
	}

	tfoot th {
		font-weight: 500;
	}
}


#stacks_in_636 {
}


#stacks_in_638 {
}


#stacks_in_640 {
}


#stacks_in_642 {
}


#stacks_in_41 {
}


#stacks_in_45 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_47 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_47 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */


#body-color {
	color: rgba(255, 255, 255, 1.00);
}

[data-bs-theme="dark"] {
	#body-color {
		color: rgba(24, 28, 31, 1.00);
	}
}






/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_989 {
}

#stacks_in_990 {
}

#stacks_in_51 {
}

#stacks_in_991 {
}

#stacks_in_53 {
}

#stacks_in_55 {
}


#stacks_in_59 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_61 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_61 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_992 {
}

#stacks_in_993 {
}

#stacks_in_65 {
}

#stacks_in_994 {
}

#stacks_in_67 {
}

#stacks_in_69 {
}


#stacks_in_73 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_75 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_75 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */


#secondary-color {
	color: rgba(255, 255, 255, 1.00);
}

[data-bs-theme="dark"] {
	#secondary-color {
		color: rgba(24, 28, 31, 1.00);
	}
}






/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_995 {
}

#stacks_in_996 {
}

#stacks_in_79 {
}

#stacks_in_997 {
}

#stacks_in_81 {
}

#stacks_in_83 {
}


#stacks_in_87 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_89 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_89 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_998 {
}

#stacks_in_999 {
}

#stacks_in_93 {
}

#stacks_in_1000 {
}

#stacks_in_95 {
}

#stacks_in_97 {
}


#stacks_in_101 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_103 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_103 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */


#tertiary-color {
	color: rgba(255, 255, 255, 1.00);
}

[data-bs-theme="dark"] {
	#tertiary-color {
		color: rgba(24, 28, 31, 1.00);
	}
}






/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1001 {
}

#stacks_in_1002 {
}

#stacks_in_107 {
}

#stacks_in_1003 {
}

#stacks_in_109 {
}

#stacks_in_111 {
}


#stacks_in_115 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_117 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_117 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1004 {
}

#stacks_in_1005 {
}

#stacks_in_121 {
}

#stacks_in_1006 {
}

#stacks_in_123 {
}

#stacks_in_125 {
}


#stacks_in_129 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_131 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_131 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */


#emphasis-color {
	color: rgba(255, 255, 255, 1.00);
}

[data-bs-theme="dark"] {
	#emphasis-color {
		color: rgba(24, 28, 31, 1.00);
	}
}






/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1007 {
}

#stacks_in_1008 {
}

#stacks_in_135 {
}

#stacks_in_1009 {
}

#stacks_in_137 {
}

#stacks_in_139 {
}


#stacks_in_143 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_145 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_145 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1010 {
}

#stacks_in_1011 {
}

#stacks_in_149 {
}

#stacks_in_1012 {
}

#stacks_in_151 {
}

#stacks_in_153 {
}


#stacks_in_157 {
}


#stacks_in_161 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_163 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_163 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1013 {
}

#stacks_in_1014 {
}

#stacks_in_167 {
}

#stacks_in_1015 {
}

#stacks_in_169 {
}

#stacks_in_171 {
}


#stacks_in_175 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_177 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_177 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1016 {
}

#stacks_in_1017 {
}

#stacks_in_181 {
}

#stacks_in_1018 {
}

#stacks_in_183 {
}

#stacks_in_185 {
}


#stacks_in_189 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_191 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_191 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1019 {
}

#stacks_in_1020 {
}

#stacks_in_195 {
}

#stacks_in_1021 {
}

#stacks_in_197 {
}

#stacks_in_199 {
}


#stacks_in_203 {
}



/* === Start StackApps Heading 1.0 === */











/* === End StackApps Heading 1.0 === */

#stacks_in_207 {
}

#stacks_in_1022 {
}

#stacks_in_1023 {
}

#stacks_in_209 {
}

#stacks_in_211 {
}


#stacks_in_215 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_217 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_217 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1024 {
}

#stacks_in_1025 {
}

#stacks_in_221 {
}

#stacks_in_1026 {
}

#stacks_in_223 {
}

#stacks_in_225 {
}


#stacks_in_229 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_231 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_231 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1027 {
}

#stacks_in_1028 {
}

#stacks_in_235 {
}

#stacks_in_1029 {
}

#stacks_in_237 {
}

#stacks_in_239 {
}


#stacks_in_243 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_245 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_245 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1030 {
}

#stacks_in_1031 {
}

#stacks_in_249 {
}

#stacks_in_1032 {
}

#stacks_in_251 {
}

#stacks_in_253 {
}


#stacks_in_257 {
}



/* === Start StackApps Heading 1.0 === */











/* === End StackApps Heading 1.0 === */

#stacks_in_261 {
}

#stacks_in_1033 {
}

#stacks_in_1034 {
}

#stacks_in_263 {
}

#stacks_in_265 {
}


#stacks_in_269 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_271 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_271 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1035 {
}

#stacks_in_1036 {
}

#stacks_in_275 {
}

#stacks_in_1037 {
}

#stacks_in_277 {
}

#stacks_in_279 {
}


#stacks_in_283 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_285 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_285 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1038 {
}

#stacks_in_1039 {
}

#stacks_in_289 {
}

#stacks_in_1040 {
}

#stacks_in_291 {
}

#stacks_in_293 {
}


#stacks_in_297 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_299 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_299 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1041 {
}

#stacks_in_1042 {
}

#stacks_in_303 {
}

#stacks_in_1043 {
}

#stacks_in_305 {
}

#stacks_in_307 {
}


#stacks_in_311 {
}



/* === Start StackApps Heading 1.0 === */











/* === End StackApps Heading 1.0 === */

#stacks_in_315 {
}

#stacks_in_1044 {
}

#stacks_in_1045 {
}

#stacks_in_317 {
}

#stacks_in_319 {
}


#stacks_in_323 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_325 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_325 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1046 {
}

#stacks_in_1047 {
}

#stacks_in_329 {
}

#stacks_in_1048 {
}

#stacks_in_331 {
}

#stacks_in_333 {
}


#stacks_in_337 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_339 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_339 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1049 {
}

#stacks_in_1050 {
}

#stacks_in_343 {
}

#stacks_in_1051 {
}

#stacks_in_345 {
}

#stacks_in_347 {
}


#stacks_in_351 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_353 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_353 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1052 {
}

#stacks_in_1053 {
}

#stacks_in_357 {
}

#stacks_in_1054 {
}

#stacks_in_359 {
}

#stacks_in_361 {
}


#stacks_in_365 {
}



/* === Start StackApps Heading 1.0 === */











/* === End StackApps Heading 1.0 === */

#stacks_in_369 {
}

#stacks_in_1055 {
}

#stacks_in_1056 {
}

#stacks_in_371 {
}

#stacks_in_373 {
}


#stacks_in_377 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_379 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_379 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1057 {
}

#stacks_in_1058 {
}

#stacks_in_383 {
}

#stacks_in_1059 {
}

#stacks_in_385 {
}

#stacks_in_387 {
}


#stacks_in_391 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_393 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_393 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1060 {
}

#stacks_in_1061 {
}

#stacks_in_397 {
}

#stacks_in_1062 {
}

#stacks_in_399 {
}

#stacks_in_401 {
}


#stacks_in_405 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_407 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_407 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1063 {
}

#stacks_in_1064 {
}

#stacks_in_411 {
}

#stacks_in_1065 {
}

#stacks_in_413 {
}

#stacks_in_415 {
}


#stacks_in_419 {
}



/* === Start StackApps Heading 1.0 === */











/* === End StackApps Heading 1.0 === */

#stacks_in_423 {
}

#stacks_in_1066 {
}

#stacks_in_1067 {
}

#stacks_in_425 {
}

#stacks_in_427 {
}


#stacks_in_1222 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_1224 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_1224 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1273 {
}

#stacks_in_1274 {
}

#stacks_in_1228 {
}

#stacks_in_1275 {
}

#stacks_in_1230 {
}

#stacks_in_1232 {
}


#stacks_in_1236 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_1238 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_1238 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1276 {
}

#stacks_in_1277 {
}

#stacks_in_1242 {
}

#stacks_in_1278 {
}

#stacks_in_1244 {
}

#stacks_in_1246 {
}


#stacks_in_1250 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_1252 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_1252 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1279 {
}

#stacks_in_1280 {
}

#stacks_in_1256 {
}

#stacks_in_1281 {
}

#stacks_in_1258 {
}

#stacks_in_1260 {
}


#stacks_in_1264 {
}



/* === Start StackApps Heading 1.0 === */











/* === End StackApps Heading 1.0 === */

#stacks_in_1268 {
}

#stacks_in_1282 {
}

#stacks_in_1283 {
}

#stacks_in_1270 {
}

#stacks_in_1272 {
}


#stacks_in_485 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_487 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_487 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1079 {
}

#stacks_in_1080 {
}

#stacks_in_491 {
}

#stacks_in_1081 {
}

#stacks_in_493 {
}

#stacks_in_495 {
}


#stacks_in_499 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_501 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_501 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */


#light-bg-subtle {
	color: rgba(24, 28, 31, 1.00);
}

[data-bs-theme="dark"] {
	#light-bg-subtle {
		color: rgba(255, 255, 255, 1.00);
	}
}






/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1082 {
}

#stacks_in_1083 {
}

#stacks_in_505 {
}

#stacks_in_1084 {
}

#stacks_in_507 {
}

#stacks_in_509 {
}


#stacks_in_513 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_515 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_515 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1085 {
}

#stacks_in_1086 {
}

#stacks_in_519 {
}

#stacks_in_1087 {
}

#stacks_in_521 {
}

#stacks_in_523 {
}


#stacks_in_527 {
}



/* === Start StackApps Heading 1.0 === */











/* === End StackApps Heading 1.0 === */

#stacks_in_531 {
}

#stacks_in_1088 {
}

#stacks_in_1089 {
}

#stacks_in_533 {
}

#stacks_in_535 {
}


#stacks_in_539 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_541 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_541 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1090 {
}

#stacks_in_1091 {
}

#stacks_in_545 {
}

#stacks_in_1092 {
}

#stacks_in_547 {
}

#stacks_in_549 {
}


#stacks_in_553 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_555 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_555 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1093 {
}

#stacks_in_1094 {
}

#stacks_in_559 {
}

#stacks_in_1095 {
}

#stacks_in_561 {
}

#stacks_in_563 {
}


#stacks_in_567 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_569 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_569 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1096 {
}

#stacks_in_1097 {
}

#stacks_in_573 {
}

#stacks_in_1098 {
}

#stacks_in_575 {
}

#stacks_in_577 {
}


#stacks_in_581 {
}



/* === Start StackApps Heading 1.0 === */











/* === End StackApps Heading 1.0 === */

#stacks_in_585 {
}

#stacks_in_1099 {
}

#stacks_in_1100 {
}

#stacks_in_587 {
}

#stacks_in_589 {
}


#stacks_in_593 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_595 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_595 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1101 {
}

#stacks_in_1102 {
}

#stacks_in_599 {
}

#stacks_in_1103 {
}

#stacks_in_601 {
}

#stacks_in_603 {
}


#stacks_in_607 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_609 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_609 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1104 {
}

#stacks_in_1105 {
}

#stacks_in_613 {
}

#stacks_in_1106 {
}

#stacks_in_615 {
}

#stacks_in_617 {
}


#stacks_in_621 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_623 {

	/* width:100%; this interferes with collapse elements */




	height: calc(60px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_623 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1107 {
}

#stacks_in_1108 {
}

#stacks_in_627 {
}

#stacks_in_1109 {
}

#stacks_in_629 {
}

#stacks_in_631 {
}

#stacks_in_1110 {
}



/* === Start StackApps Heading 1.0 === */











/* === End StackApps Heading 1.0 === */

#stacks_in_644 {
}

#stacks_in_1111 {
}



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1112 {
}

#stacks_in_1113 {
}

#stacks_in_646 {
}




/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */

#stacks_in_648 {


	/* remove the margin-bottom in case of being the last paragraph not followed by a list */
	p:last-of-type:not(:has(+ ul)):not(:has(+ ol)) {
		margin-bottom: 0 !important;
	}
	ul:last-of-type, ol:last-of-type {
		margin-bottom: 0 !important;
	}





}


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1114 {
}

#stacks_in_650 {
}

#stacks_in_1115 {
}

#stacks_in_1116 {
}



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1117 {
}

#stacks_in_1118 {
}

#stacks_in_652 {
}



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */

#stacks_in_653 {






}


/* === End StackApps Paragraph 1.0 === */

#stacks_in_1119 {
}

#stacks_in_654 {
}

#stacks_in_1120 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_655 {




















}



@media (prefers-color-scheme: dark) {
	#stacks_in_655 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */


#stacks_in_656 {
	thead th {
		font-weight: 500;
	}

	td {
		
	}

	tfoot th {
		
	}
}


#stacks_in_735 {
}


#stacks_in_737 {
}


#stacks_in_739 {
}


#stacks_in_662 {
}

#stacks_in_664 {
}

#stacks_in_666 {
}


#stacks_in_670 {
}

#stacks_in_672 {
}

#stacks_in_674 {
}


#stacks_in_678 {
}

#stacks_in_680 {
}

#stacks_in_682 {
}


#stacks_in_686 {
}

#stacks_in_688 {
}

#stacks_in_690 {
}


#stacks_in_694 {
}

#stacks_in_696 {
}

#stacks_in_698 {
}


#stacks_in_702 {
}

#stacks_in_704 {
}

#stacks_in_706 {
}


#stacks_in_710 {
}

#stacks_in_712 {
}

#stacks_in_714 {
}


#stacks_in_718 {
}

#stacks_in_720 {
}

#stacks_in_722 {
}


#stacks_in_726 {
}

#stacks_in_728 {
}

#stacks_in_730 {
}

#stacks_in_1121 {
}


#stacks_in_740 {
	thead th {
		font-weight: 500;
	}

	td {
		
	}

	tfoot th {
		
	}
}


#stacks_in_819 {
}


#stacks_in_821 {
}


#stacks_in_823 {
}


#stacks_in_746 {
}

#stacks_in_748 {
}

#stacks_in_750 {
}


#stacks_in_754 {
}

#stacks_in_756 {
}

#stacks_in_758 {
}


#stacks_in_762 {
}

#stacks_in_764 {
}

#stacks_in_766 {
}


#stacks_in_770 {
}

#stacks_in_772 {
}

#stacks_in_774 {
}


#stacks_in_778 {
}

#stacks_in_780 {
}

#stacks_in_782 {
}


#stacks_in_786 {
}

#stacks_in_788 {
}

#stacks_in_790 {
}


#stacks_in_794 {
}

#stacks_in_796 {
}

#stacks_in_798 {
}


#stacks_in_802 {
}

#stacks_in_804 {
}

#stacks_in_806 {
}


#stacks_in_810 {
}

#stacks_in_812 {
}

#stacks_in_814 {
}

#stacks_in_1122 {
}


#stacks_in_824 {
	thead th {
		font-weight: 500;
	}

	td {
		
	}

	tfoot th {
		
	}
}


#stacks_in_903 {
}


#stacks_in_905 {
}


#stacks_in_907 {
}


#stacks_in_830 {
}

#stacks_in_832 {
}

#stacks_in_834 {
}


#stacks_in_838 {
}

#stacks_in_840 {
}

#stacks_in_842 {
}


#stacks_in_846 {
}

#stacks_in_848 {
}

#stacks_in_850 {
}


#stacks_in_854 {
}

#stacks_in_856 {
}

#stacks_in_858 {
}


#stacks_in_862 {
}

#stacks_in_864 {
}

#stacks_in_866 {
}


#stacks_in_870 {
}

#stacks_in_872 {
}

#stacks_in_874 {
}


#stacks_in_878 {
}

#stacks_in_880 {
}

#stacks_in_882 {
}


#stacks_in_886 {
}

#stacks_in_888 {
}

#stacks_in_890 {
}


#stacks_in_894 {
}

#stacks_in_896 {
}

#stacks_in_898 {
}

#stacks_in_1123 {
}


#stacks_in_908 {
	thead th {
		font-weight: 500;
	}

	td {
		
	}

	tfoot th {
		
	}
}


#stacks_in_971 {
}


#stacks_in_973 {
}


#stacks_in_975 {
}


#stacks_in_914 {
}

#stacks_in_916 {
}

#stacks_in_918 {
}


#stacks_in_922 {
}

#stacks_in_924 {
}


#stacks_in_928 {
}

#stacks_in_930 {
}


#stacks_in_934 {
}

#stacks_in_936 {
}


#stacks_in_940 {
}

#stacks_in_942 {
}


#stacks_in_946 {
}

#stacks_in_948 {
}


#stacks_in_952 {
}

#stacks_in_954 {
}


#stacks_in_958 {
}

#stacks_in_960 {
}


#stacks_in_964 {
}

#stacks_in_966 {
}

#stacks_in_1124 {
}
