/* This is an arbitrary CSS string added to the bundle */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* custom additions */
* {
	box-sizing: border-box;
}

	@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --t-ff-h: "Inter", -apple-system, system-ui, sans-serif;
  --t-ff-p: "Inter", -apple-system, system-ui, sans-serif;
  --t-ff-mono: "Andale Mono", Consolas, Menlo, Monaco, "Courier New", monospace;
  --t-lh-flat: 100%;
  --t-lh-dense: 130%;
  --t-lh-loose: 150%;
  --t-base-size: 16px;
  --t-fw-r: 400;
  --t-fw-m: 500;
  --t-ls-tight: -.015em;
  --t-ls-normal: 0;
  --t-ls-wide: .15em;
}

:root {
  --t-s-s: clamp(0.8883333333rem, -0.0330802213vi + 0.8982573997rem, 0.8823788935rem);
  --t-s-m: clamp(0.999375rem, 0.0034722222vi + 0.9983333333rem, 1rem);
  --t-s-l: clamp(1.124296875rem, 0.0500173611vi + 1.1092916667rem, 1.1333rem);
  --t-s-xl: clamp(1.2648339844rem, 0.1085272535vi + 1.2322758083rem, 1.28436889rem);
  --t-s-2xl: clamp(1.4229382324rem, 0.1813168368vi + 1.3685431814rem, 1.455575263rem);
}

html,
body {
  font-family: var(--t-ff-p);
}

html {
  font-size: var(--t-base-size);
}

body {
  font-size: var(--t-s-m);
  font-weight: var(--t-fw-r);
  line-height: var(--t-lh-loose);
  letter-spacing: var(--t-ls-normal);
}

strong {
  font-weight: 500;
}

em {
  font-style: italic;
}

small, .t-s-s {
  font-size: var(--t-s-s);
  line-height: var(--t-lh-loose);
  font-weight: var(--t-fw-r);
  font-family: var(--t-ff-p);
  letter-spacing: var(--t-ls-normal);
}

p, .t-s-m {
  font-size: var(--t-s-m);
  line-height: var(--t-lh-loose);
  font-weight: var(--t-fw-r);
  font-family: var(--t-ff-p);
  letter-spacing: var(--t-ls-normal);
}

h3, .t-s-l {
  font-size: var(--t-s-l);
  line-height: var(--t-lh-dense);
  font-weight: var(--t-fw-m);
  font-family: var(--t-ff-p);
  letter-spacing: var(--t-ls-normal);
}

h2, .t-s-xl {
  font-size: var(--t-s-xl);
  line-height: var(--t-lh-dense);
  font-weight: var(--t-fw-m);
  font-family: var(--t-ff-h);
  letter-spacing: var(--t-ls-tight);
}

h1, .t-s-2xl {
  font-size: var(--t-s-2xl);
  line-height: var(--t-lh-dense);
  font-weight: var(--t-fw-m);
  font-family: var(--t-ff-h);
  letter-spacing: var(--t-ls-tight);
}

.t-lh-flat {
  line-height: var(--t-lh-flat);
}

.t-lh-dense {
  line-height: var(--t-lh-dense);
}

.t-lh-loose {
  line-height: var(--t-lh-loose);
}

.t-fw-r {
  font-weight: var(--t-fw-r);
}

.t-fw-m {
  font-weight: var(--t-fw-m);
}

.t-ff-p {
  font-family: var(--t-ff-p);
}

.t-ff-h {
  font-family: var(--t-ff-h);
}

.t-ff-mono {
  font-family: var(--t-ff-mono);
}

.t-ls-tight {
  letter-spacing: var(--t-ls-tight);
}

.t-ls-normal {
  letter-spacing: var(--t-ls-normal);
}

.t-ls-wide {
  letter-spacing: var(--t-ls-wide);
}

.t-tt-none {
  text-transform: none;
}

.t-tt-uppercase {
  text-transform: uppercase;
}

.t-ta-center {
  text-align: center;
}

.t-ta-left {
  text-align: left;
}

.t-ta-right {
  text-align: right;
}

.t-tw-pretty {
  text-wrap: pretty;
}

.t-tw-balance {
  text-wrap: balance;
}

.t-tw-nowrap {
  text-wrap: nowrap;
}
	@media only screen and (min-width: 769px) {
  /* desktop */
}
@media only screen and (min-width: 481px) {
  /* desktop and tablet */
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  /* tablet */
}
@media only screen and (max-width: 768px) {
  /* tablet and mobile */
}
@media only screen and (max-width: 480px) {
  /* mobile */
}
:root {
  --sp-nil: 0;
  --sp-2xs: 0.25rem;
  --sp-xs: 0.5rem;
  --sp-s: 0.75rem;
  --sp-m: 1rem;
  --sp-l: 1.5rem;
  --sp-xl: 2rem;
  --sp-2xl: 3rem;
  --sp-3xl: 4rem;
  --sp-4xl: 6rem;
  --sp-5xl: 8rem;
  --sp-6xl: 12rem;
  --sp-7xl: 16rem;
  --sp-site-width: 45em;
}

@media only screen and (max-width: 480px) {
  :root {
    --sp-2xl: 2rem;
    --sp-3xl: 2.5rem;
    --sp-4xl: 3.5rem;
    --sp-5xl: 4rem;
    --sp-6xl: 5rem;
    --sp-7xl: 6rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  :root {
    --sp-2xl: 2.5rem;
    --sp-3xl: 3.5rem;
    --sp-4xl: 4.5rem;
    --sp-5xl: 5.5rem;
    --sp-6xl: 7.5rem;
    --sp-7xl: 9.5rem;
  }
}
.sp-mw-95 {
  max-width: calc(0.95 * var(--sp-site-width));
}

.sp-mw-90 {
  max-width: calc(0.9 * var(--sp-site-width));
}

.sp-mw-85 {
  max-width: calc(0.85 * var(--sp-site-width));
}

.sp-mw-80 {
  max-width: calc(0.8 * var(--sp-site-width));
}

.sp-mw-75 {
  max-width: calc(0.75 * var(--sp-site-width));
}

.sp-mw-70 {
  max-width: calc(0.7 * var(--sp-site-width));
}

.sp-mw-65 {
  max-width: calc(0.65 * var(--sp-site-width));
}

.sp-mw-60 {
  max-width: calc(0.6 * var(--sp-site-width));
}

.sp-mw-55 {
  max-width: calc(0.55 * var(--sp-site-width));
}

.sp-mw-50 {
  max-width: calc(0.5 * var(--sp-site-width));
}

.sp-mw-45 {
  max-width: calc(0.45 * var(--sp-site-width));
}

.sp-mw-40 {
  max-width: calc(0.4 * var(--sp-site-width));
}

.sp-mw-35 {
  max-width: calc(0.35 * var(--sp-site-width));
}

.sp-mw-30 {
  max-width: calc(0.3 * var(--sp-site-width));
}

.sp-mw-25 {
  max-width: calc(0.25 * var(--sp-site-width));
}

.sp-mw-20 {
  max-width: calc(0.2 * var(--sp-site-width));
}

.sp-mw-15 {
  max-width: calc(0.15 * var(--sp-site-width));
}

.sp-mw-10 {
  max-width: calc(0.1 * var(--sp-site-width));
}

.sp-mw-5 {
  max-width: calc(0.05 * var(--sp-site-width));
}
	:root {
  --c-foreground: #131117;
  --c-foreground-hint: rgba(19, 17, 23, 0.8588235294);
  --c-foreground-reduced: rgba(19, 17, 23, 0.8);
  --c-foreground-muted: rgba(19, 17, 23, 0.5019607843);
  --c-background: #f5f5f5;
  --c-accent: #F55D3E;
  --c-accent-a: rgba(245, 93, 62, 0.6549019608);
  --c-code-keyword: #F55D3E;
  --c-code-string: #3EF5DF;
  --c-code-number: #3EF5DF;
  --c-code-comment: rgba(19, 17, 23, 0.3137254902);
  --c-code-bg: #e8e8e8;
  --c-code-deleted-bg: #F55D3E;
  --c-code-inserted-bg: #3EF5DF;
}

@media (prefers-color-scheme: dark) {
  :root {
    --c-foreground: #f5f5f5;
    --c-foreground-hint: rgba(245, 245, 245, 0.9137254902);
    --c-foreground-reduced: rgba(245, 245, 245, 0.8);
    --c-foreground-muted: rgba(245, 245, 245, 0.7137254902);
    --c-background: #0c0b0f;
    --c-accent: #F55D3E;
    --c-accent-a: rgba(245, 93, 62, 0.6549019608);
    --c-code-keyword: #F55D3E;
    --c-code-string: #3EF5DF;
    --c-code-number: #3EF5DF;
    --c-code-comment: rgba(255, 255, 255, 0.4078431373);
    --c-code-bg: #27242c;
    --c-code-deleted-bg: #F55D3E;
    --c-code-inserted-bg: #3EF5DF;
  }
}
	@view-transition {
	navigation: auto;
}

:root {
	--horizontal-gutter: var(--sp-l);
}

html,
body {
	margin: 0 auto;
	color: var(--c-foreground);
	background-color: var(--c-background);
	overflow-x: hidden;
}

html {
	overflow-y: scroll;
}

body {
	max-width: var(--sp-site-width);
}

main,
footer {
	padding: var(--sp-xl) var(--horizontal-gutter);
}

main :first-child {
	margin-top: 0;
}

img {
	max-width: 100%;
}

img[width][height] {
	height: auto;
}

video,
iframe {
	width: 100%;
	height: auto;
}

iframe {
	aspect-ratio: 16/9;
}

a[href],
a[href]:visited {
	color: inherit;
}

a[href]:hover,
a[href]:active {
	color: var(--c-foreground-reduced);
}

a[target="_blank"] {
	position: relative;
	white-space:
		/* pay attention to some weird overflowing cases */
		nowrap;
}

a[target="_blank"]::after {
	content: "↗";
	/* position: absolute; */
	margin-inline: .2em .05em;
	color: var(--c-foreground-muted);
	display: inline-block;
	transform: translateY(-5.5%);
}

.visually-hidden:not(:focus):not(:active) {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

#skip-link {
	text-decoration: none;
	background: var(--c-background);
	color: var(--c-foreground);
	padding: var(--sp-s) var(--sp-l);
	border: 1px solid var(--c-foreground);
}

#skip-link.visually-hidden:focus {
	position: absolute;
	top: var(--sp-m);
	left: var(--sp-m);
	z-index: 999;
}

header {
	padding: var(--sp-xl) var(--horizontal-gutter);
	display: flex;
	gap: var(--sp-m);
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.home-link {
	flex-grow: 1;
	font-size: 1em;
	font-weight: var(--t-fw-m);
}

.home-link:link:not(:hover),
.home-link:link:hover {
	text-decoration: none;
}

.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: var(--sp-xs) var(--sp-m);
}

.nav-item {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.nav a[href] {
	text-decoration: none;
}

.nav a[href][aria-current="page"] {
	text-decoration: underline;
}

footer {
	display: flex;
	flex-direction: column;
	gap: var(--sp-m);
}

footer p {
	margin: 0;
	color: var(--c-foreground);
}

.entry-list {
	counter-reset: start-from var(--entry-list-index);
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: var(--sp-xs);
}

.entry-item {
	margin: 0;
	padding: 0;
}

* + .entry-list {
	margin-top: var(--sp-xl);
}

:is(h1, h2, h3, h4, h5, h6) + .entry-list {
	margin-top: var(--sp-m);
}

.entry-list + * {
	margin-top: var(--sp-m);
}
/* .entry-list + :is(h1, h2, h3, h4, h5, h6) {
	margin-top: var(--sp-2xl);
} */

.entry-link {
	display: flex;
	flex-direction: row;
	gap: var(--sp-m);
	text-decoration: none;
	flex-wrap: nowrap;
}

.entry-date {
	color: var(--c-foreground-muted);
	white-space: nowrap;
}

.entry-title {
	font-weight: var(--t-fw-m);
	color: var(--c-foreground);
	overflow-wrap: break-word;
}

.entry-link:hover .entry-title {
	color: var(--c-foreground-reduced);
}

.entry-metadata {
	display: inline-flex;
	&:has(.entry-taxonomy) {
		display: flex;
	}
	flex-wrap: wrap;
	gap: var(--sp-s);
	margin: 0;
	padding: 0;
	list-style: none;
}

* + .entry-metadata {
	margin-top: var(--sp-xl);
}

h1 + .entry-metadata {
	margin-top: var(--sp-s);
}

.entry-date {
	color: var(--c-foreground-muted);
	font-size: var(--t-s-m);
}

.entry-taxonomy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: lowercase;
	text-decoration: none;
	font-size: var(--t-s-s);
	color: var(--c-foreground-hint);
	padding: var(--sp-2xs) var(--sp-s) var(--sp-2xs) calc(.9 * var(--sp-s));
	border: 1px dashed var(--c-foreground-muted);
	border-radius: 999rem;
}

.entry-taxonomy:hover {
	color: var(--c-foreground-reduced);
}

.entry-taxonomy::before {
	content: "#";
	margin-right: 0.2em;
	color: var(--c-foreground-muted);
}

#tags + ul,
#project-topics + ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: var(--sp-xs);
	margin-top: var(--sp-m);
}

#tags + ul li,
#project-topics + ul li {
	margin: 0;
	padding: 0;
}

.entry-changelog {
	margin-top: var(--sp-xl);
	background: var(--c-code-bg);
	padding: var(--sp-l);
	font-family: var(--t-ff-mono);
	font-size: var(--t-s-s);
	line-height: var(--t-lh-dense);
	letter-spacing: -0.02em;
}

.entry-changelog-summary {
	cursor: pointer;
	color: var(--c-foreground);
	user-select: none;
	list-style: none;
	display: flex;
	align-items: baseline;
	gap: var(--sp-xs);
}

.entry-changelog-summary::-webkit-details-marker {
	display: none;
}

.entry-changelog-summary::before {
	content: "▸";
	flex-shrink: 0;
	color: var(--c-foreground-hint);
	transition: transform 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.entry-changelog[open] .entry-changelog-summary::before {
	transform: rotate(90deg);
}

.entry-changelog-list {
	margin: var(--sp-xs) 0 0 0;
	padding: 0 0 0 calc(1ch + var(--sp-xs));
	list-style: none;
	color: var(--c-foreground-muted);
}

.entry-changelog-list li {
	margin: 0;
	padding: 0;
}

.entry-changelog-list li + li {
	margin-top: var(--sp-2xs);
}


.frame-multimedia {
	border: 2px solid var(--c-foreground-muted);
}

	h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: var(--t-fw-m);
}

:is(h1, h2, h3, h4, h5, h6):has(+ *) {
	margin-bottom: var(--sp-l);
}

h1:has(+ .entry-metadata) {
	margin-bottom: 0;
}

.entry-metadata + * {
	margin-top: 0;
}

.entry-metadata {
	margin-bottom: var(--sp-2xl);
}

p,
blockquote p,
li,
td {
	color: var(--c-foreground-hint);
}

th,
li::marker {
	color: var(--c-foreground);
}

p {
	margin: 0;
}

p:not(:has(img, video, picture, iframe)) + p:not(:has(img, video, picture, iframe)) {
	margin-top: var(--sp-l);
}

* + :is(h1, h2, h3, h4, h5, h6) {
	margin-top: var(--sp-xl) /* imporant increases specificity on entry list */ !important;
}

:is(h1, h2, h3, h4, h5) + :is(h2, h3, h4, h5, h6) {
	margin-top: var(--sp-m);
}

:is(ul, ol):not([class]) {
	margin: var(--sp-l) 0;
	padding-left: var(--sp-xl);
	list-style-type: disc;
}

ol:not([class]) {
	list-style-type: decimal;
}

:is(ul, ol):not([class]) li + li {
	margin-top: var(--sp-xs);
}

:is(ul, ol):not([class]) :is(ul, ol) {
	margin-top: var(--sp-xs);
	padding-left: var(--sp-l);
	list-style-type: circle;
}

:is(ul, ol):not([class]) :is(ul, ol) :is(ul, ol) {
	list-style-type: square;
}

img,
video,
picture,
iframe {
	display: block;
	width: 100%;
}

figcaption {
	margin-top: var(--sp-s);
	color: var(--c-foreground-hint);
	font-size: var(--t-s-s);
	font-style: italic;
	text-align: center;
}

picture,
figure,
video,
p:has(> img),
p:has(> video),
p:has(> picture),
p:has(> iframe),
blockquote,
table {
	margin: var(--sp-xl) 0;
}

figure :is(img, video, picture, iframe) {
	margin: 0;
}

:is(h1, h2, h3, h4, h5, h6) + :is(picture, figure, video, p:has(> img), p:has(> video), p:has(> picture), p:has(> iframe), blockquote, table) {
	margin-top: var(--sp-l);
}

blockquote {
	padding: var(--sp-m);
	border-left: 3px solid var(--c-foreground);
}

table {
	border-collapse: collapse;

	display: block;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
 /*  white-space: nowrap; */
}

th,
td {
	border: 1px solid var(--c-foreground);
	padding: var(--sp-xs);
	text-align: left;



}

hr {
	margin: var(--sp-2xl) 0;
	border: 0;
	text-align: center;
}

hr::before {
	content: '***';
	letter-spacing: .55em;
	color: var(--c-foreground-muted);
}