/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

* {
	box-sizing: border-box;
}

			@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

:root{
	/* lol WAT */
	/* https://mskelton.dev/bytes/20231006081950 */
	color-scheme: dark;

	--font-title: "Merriweather", serif;
	--font-normal: "Merriweather", serif;
	--font-mono: "monospace";

	--color-text: #000000;
	--color-bg: #E9E3DF;

	--color-text-accent: #FF7A30;
	--color-bg-accent: #ebbda4;

	--color-image-monochrome-accent: rgba(7, 7, 7, 0.5);

	--content-width: 45rem;
	--content-padding: 0.5rem;

	/* text highlighting colors */
	--color-highlight-text:rgb(10, 9, 9);
	--color-highlight-bg: rgb(122, 255, 252);

	--underline-width-title: 4px;
	--underline-width: 2px;

	--color-github-alert-note      : #0FF9;
	--color-github-alert-tip       : #FF09;
	--color-github-alert-important : #F3F9;
	--color-github-alert-warning   : #F809;
	--color-github-alert-caution   : #F229;

	/* --- */

	font-size: 100%;

	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings: "wdth" 100;

	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	:root {
		--panel-padding: 0.5rem;
	}
}


html {
	background: var(--color-bg);

	/* https://www.frontend.fyi/tutorials/finally-a-fix-for-100vh-on-mobile */
	min-height: 100dvh;
	overflow-y: scroll;
}

* {
	color: var(--color-text);
	font-family: var(--font-normal);
}

h1, h2, h3, h4, h5, h6, p, li, a, input, textarea, div, select, article, main {

}

h1 {
	margin-top: 0;
}

p > code {
	background: var(--color-bg);
	margin: 0 0.125rem;
	padding: 0 0.125rem;
	white-space: pre-wrap;
	word-wrap: break-word;
	tab-size: 2;
}

p:empty {
	display: none;
}

pre {
	/* background: var(--color-bg-code); */
	border: 4px dotted var(--color-bg-border-accent);
	padding: 1rem;
	white-space: auto;
	overflow-x: auto;
	word-wrap: nowrap;
	tab-size: 2;
}

a:hover {
	color: var(--color-text-accent);
}

ul li p,
ol li p {
	margin: 0;
}

img {
	max-width: 100%;
}

::selection {
	color: var(--color-highlight-text);
	background: var(--color-highlight-bg);
}

table {
	border-collapse: collapse;
	overflow: hidden;
	border: var(--underline-width) solid var(--color-text-accent);
	padding: var(--underline-width);
}
th,
td {
	padding: 0.25rem 0.5rem;
	color: #fff;
}
td:nth-child(even) {
	background: var(--color-bg-200);
}
th {
	text-align: left;
}

thead th {
	background-color: var(--color-text-accent);
	color: var(--color-bg);
}

/* tbody td {
	position: relative;
} */
/* tbody td:hover:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -9999px;
	bottom: -9999px;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: -1;
} */


			.siteContainer {
	/* max-width: var(--content-width);
	margin: auto; */
	display: flex;
	flex-direction: column;
	align-items: center;
}

.topContainer {
	/* margin: var(--content-padding); */
	color: var(--color-bg);
	background: var(--color-text);
	width: 100%;
	display: flex;
	justify-content: center;
}

.header {
	max-width: var(--content-width);
	width: var(--content-width);

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;

	color: var(--color-bg);
	background: var(--color-text);
}

.header * {
	color: var(--color-bg);
	background: var(--color-text);
	justify-content: space-around;
}
	.header__main {
		/* display: flex; */
		/* align-items: center; */
		/* width: fit-content; */
		/* gap: 1rem; */
	}
		.header__title {
			/* font-size: 2rem; */
			line-height: 1;
			font-weight: 700;
			font-size: 1.25rem;
			text-decoration: none;
			text-align: center;
			width: 100%;
			display: block;
		}


	.header__ul {
		display: flex;
		flex-direction: row;
		padding: 0.25rem;
	}
		.header__nav * {
		}
		.header__li {
			list-style-type: none;
		}

		.header__a {
			text-decoration: none;
			display: block;
			padding: 0 1rem;
		}

		.header__a:hover,
		.header__a:focus{
			color: var(--color-text);
			background: var(--color-bg);
		}

.content {
	max-width: var(--content-width);
	width: var(--content-width);
	padding: var(--content-padding) 0;
}

.content {
	text-wrap: wrap;
}

	.content h1 {
		text-align: center;
		font-weight: 700;
	}

	.content h2 {
		text-decoration: none;
		width: 100%;
		display: block;

		color: var(--color-bg);
		background: var(--color-text);
		outline: 0.25rem solid var(--color-text);
		/* margin-top: 3rem; */
	}

	.content h3 {
		/* text-decoration: underline; */
		text-decoration-thickness: 2px;
		display: inline-block;
		margin: 0;
		/* text-underline-offset: -0.5rem; */
	}

	.content h3 a:hover,
	.content h3 a:focus {
		color: var(--color-bg);
		background: var(--color-text);
		outline: 0.25rem solid var(--color-text);
	}

	.content h4 a {
		text-decoration: none;
		font-style: oblique;
	}

	.content img {
		margin: auto;
		display: block;
	}

	.content > ul {
		list-style-position: outside;
		padding-left: 16px;
	}

	/* treat non-paragraph links as blocks */
	.content > a {
		display: block;
		margin: 1rem 0;
	}

	/* force long links to wrap */
	.content a {
		text-wrap: wrap;
		word-wrap: break-word;
	}

			.admonition {
	border: var(--panel-border) dotted var(--color-bg-border-accent);
	padding: 1rem;
}

.admonition-title {
	font-weight: 700;
	border-bottom: var(--underline-width-title) solid var(--color-text-secondary);
	line-height: 1;
	display: block;
	padding: 0;
	margin: 0;
	margin-bottom: 0.5rem;
	width: fit-content;
	text-transform: uppercase;
}

.admonition > *:not(.admonition-title) {
	padding: 0;
	margin: 0;
}

/* https://moderncss.dev/pure-css-custom-checkbox-style/ */
.contains-task-list {
	list-style-type: none;
	padding: 0;
	padding-left: 1rem;
}

.task-list-item-checkbox {
	appearance: none;
}

.task-list-item-checkbox::before {
	content:"☐";
	padding-right: 0.25rem;
}

.task-list-item-checkbox:checked::before {
	content:"☑";
	padding-right: 0.25rem;
}

.markdown-alert {
	--alert-color: var(--color-text-secondary);
	border: 1px dotted var(--alert-color);
	border-left: 4px solid var(--alert-color);
	margin: 1rem 0;
	padding: 0 1rem;
}

.markdown-alert-note      { --alert-color: var(--color-github-alert-note     ); }
.markdown-alert-tip       { --alert-color: var(--color-github-alert-tip      ); }
.markdown-alert-important { --alert-color: var(--color-github-alert-important); }
.markdown-alert-warning   { --alert-color: var(--color-github-alert-warning  ); }
.markdown-alert-caution   { --alert-color: var(--color-github-alert-caution  ); }

.markdown-alert-title > svg {
	fill: var(--alert-color);
	margin-right: 0.5rem;
	transform: translateY(0.125rem);
}

/* this code is so bad */
/* who wrote it!!!!! */
/* (i did. i wrote this.) */

.multiColumnList--2 { --column-count: 2; }
.multiColumnList--3 { --column-count: 3; }
.multiColumnList--4 { --column-count: 4; }

.multiColumnList--2,
.multiColumnList--3,
.multiColumnList--4 {
	/* "var(--panelpadding) * 6" should be "var(--panelpadding) * 2" */
	/* but a four column list was messing up so i scrapped it */
	/* probably a TERRIBLE idea but oh well */
	--effective-width: calc(calc(var(--content-width) - var(--panel-padding) * 6));
	columns: calc(var(--effective-width) / var(--column-count)) var(--column-count);
	margin: 1rem 0;
}
.multiColumnList--2 > ul,
.multiColumnList--3 > ul,
.multiColumnList--4 > ul {
	margin: 0;
}

.multiColumnList--2 > ul > li,
.multiColumnList--3 > ul > li,
.multiColumnList--4 > ul > li {
	padding: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.multiColumnList--2 > ul > li a,
.multiColumnList--3 > ul > li a,
.multiColumnList--4 > ul > li a {
	text-decoration: none;
}

.multiColumnList--2 > ul > li img,
.multiColumnList--3 > ul > li img,
.multiColumnList--4 > ul > li img {
	max-height: 1rem;
	height: 1rem;
	image-rendering: pixelated;
	transform: translateY(0.125rem);
}

.scaleUpImage img {
	max-width: 100%;
	width: 100%;
	image-rendering: pixelated;
}

.footnotes-sep {
	/* border-top: var(--panel-border) solid var(--color-bg-border); */
 display: none;
}

.footnotes-list {
	margin-bottom: 0;
	border-top: var(--panel-border) solid var(--color-text-secondary);
	padding-top: 1rem;
}

.footnote-item {
	margin-bottom: 1rem;
}

.footnote-item:last-child {
	margin-bottom: 0;
}

.cardSelect > ul,
.cardSelect--labelOverlap > ul,
.cardSelect--framed > ul {
	list-style-type: none;
	padding: 0;

	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	margin-bottom: 2em;
	text-align: center;
	gap: var(--panel-padding);
}

.cardSelect > ul > li > a,
.cardSelect--labelOverlap > ul > li > a,
.cardSelect--framed > ul > li > a {
	/* max-width: 8rem; */
	/* border: var(--panel-border) solid var(--color-bg-border-accent); */
	background: var(--color-bg);
	/* padding: 0.5rem; */
	line-height: 0;
	display: block;
	text-decoration: none;
}

.cardSelect > ul > li > a:hover,
.cardSelect--labelOverlap > ul > li > a:hover,
.cardSelect--framed > ul > li > a:hover {
	background: var(--color-bg-accent);
}

.cardSelect > ul > li > a > img,
.cardSelect--labelOverlap > ul > li > a > img,
.cardSelect--framed > ul > li > a > img {
	width: 100%;
}

.cardSelect--labelOverlap > ul > li {
	position: relative;
}

.cardSelect--labelOverlap > ul > li > p {
	position: absolute;
	left: 0;
	right: 0.25rem;
	margin-inline: auto;
	width: calc(100% - 1rem);
	/* display: block; */
	bottom: 0.625rem;
	padding: 0rem 0.5rem;
	background: var(--color-bg-accent);
	border: 2px solid var(--color-bg-border);
	box-shadow: var(--panel-extrude) var(--panel-extrude) var(--color-bg);
	/* padding: var(--panel-padding); */
	pointer-events: none;
}

.cardSelect--framed > ul > li {
	border: var(--panel-border) solid var(--color-bg-border-accent);
	padding: 0.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.cardSelect--framed > ul > li > p {
	background: var(--color-bg-accent);
	padding: 0.125rem 0.5rem;
}



			/* .pagefind-ui__form {
	display: flex;
	gap: 1rem;
} */

.pagefind-ui__search-input {
	background: var(--color-bg);
	border: var(--panel-border) solid var(--color-bg-border);
	padding: 0.25rem;
	flex-grow: 1;
}

.pagefind-ui__search-clear,
.pagefind-ui__button {
	background: var(--color-bg);
	border: var(--panel-border) solid var(--color-bg-border);
	padding: 0.25rem;
	flex: 0;
}

.pagefind-ui__results {
	list-style-type: none;
	padding: 0;

	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.pagefind-ui__result {
	border: var(--panel-border) solid var(--color-bg-border);
	padding: 1rem;
}

.pagefind-ui__result-inner > .pagefind-ui__result-title:first-child {
	margin: 0;
	margin-bottom: 1rem;
}

.pagefind-ui__result-inner > .pagefind-ui__result-title:first-child > .pagefind-ui__result-link {
	text-decoration: none;
	font-size: 1.5rem;
	margin: 0;
	font-weight: 700;
	border-bottom: var(--panel-border) solid var(--color-text-secondary);
	pointer-events: auto;
	cursor: pointer;
}

.pagefind-ui__result-title {
	margin-bottom: 0;
	margin-top: 0;
}

.pagefind-ui__result-link {
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}

.pagefind-ui__result-excerpt {
	font-style: italic;
	color: var(--color-text-secondary);
	margin-top: 0;
	margin-bottom: 0.5rem;
	position: relative;
	top: -4px;
}

.pagefind-ui__result-excerpt:last-child {
	margin-bottom: 0;
}

.pagefind-ui__result-excerpt::before {
	content: "⤷ ";
	font-size: 1.25rem;
	padding-left: 0.5rem;
	position: relative;
	top: 1px;
}

.pagefind-ui__result-excerpt > mark {
	background: var(--color-text-secondary);
	color: var(--color-bg);
}