<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * a11y-dark theme for JavaScript, CSS, and HTML
 * Based on the okaidia theme: https://github.com/PrismJS/prism/blob/gh-pages/themes/prism-okaidia.css
 * @author ericwbailey
 */

/* Inline code */
:not(pre) &gt; code[class*="language-"] {
	padding: 0.1em;
	border-radius: 0.3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #d4d0ab;
}

.token.punctuation {
	color: #ccc;
}

.token.liquid,
.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
	color: #ffa07a;
}

.token.boolean,
.token.number {
	color: #00e0e0;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #abe338;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
	color: #00e0e0;
}

.token.atrule,
.token.attr-value,
.token.function {
	color: #ffd700;
}

.token.keyword {
	color: #00e0e0;
}

.token.regex,
.token.important {
	color: #ffd700;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

@media screen and (-ms-high-contrast: active) {
	code[class*="language-"],
	pre[class*="language-"] {
		color: windowText;
		background: window;
	}

	:not(pre) &gt; code[class*="language-"],
	pre[class*="language-"] {
		background: window;
	}

	.token.important {
		background: highlight;
		color: window;
		font-weight: normal;
	}

	.token.atrule,
	.token.attr-value,
	.token.function,
	.token.keyword,
	.token.operator,
	.token.selector {
		font-weight: bold;
	}

	.token.attr-value,
	.token.comment,
	.token.doctype,
	.token.function,
	.token.keyword,
	.token.operator,
	.token.property,
	.token.string {
		color: highlight;
	}

	.token.attr-value,
	.token.url {
		font-weight: normal;
	}
}
.highlight-line {
	display: inline-block;

	/* del, ins, mark default styles */
	text-decoration: none;
	color: inherit;
}

/* allow highlighting empty lines */
.highlight-line:empty:before {
	content: " ";
}

.highlight-line {
	min-width: 100%;
}
.highlight-line .highlight-line {
	min-width: 0;
}

.highlight-line-isdir {
	color: #b0b0b0;
	background-color: #222;
}
.highlight-line-active {
	background-color: #444;
	background-color: hsla(0, 0%, 27%, 0.8);
}
.highlight-line-add {
	background-color: #45844b;
}
.highlight-line-remove {
	background-color: #902f2f;
}

[data-preprefix-cmdhomedir] .highlight-line:first-child:before {
	color: #aaa;
	content: "~ $ ";
}
[data-preprefix-eleventysample] .highlight-line:first-child:before {
	color: #aaa;
	content: "~/eleventy-sample $ ";
}
[data-preprefix-lastlinegreen] .highlight-line:last-child,
[data-preprefix-lastlinegreen] .highlight-line:last-child * {
	color: #0dbc79 !important;
}

pre[class*="language-diff-"] {
	padding-left: 0;
	padding-right: 0;
}
.token.deleted {
	background-color: hsl(350deg 100% 88% / 20%);
}
.token.inserted {
	background-color: hsl(120deg 73% 75% / 20%);
}
.token.inserted:not(.prefix),
.token.deleted:not(.prefix) {
	display: block;
}
.token.prefix.unchanged,
.token.prefix.inserted,
.token.prefix.deleted {
	-webkit-user-select: none;
	user-select: none;
	margin-right: 0.5em;
	padding: 0 0.2em;
}
.w9aralwxo .highlight-line:last-child,.w9aralwxo .highlight-line:last-child *{color:var(--highlight-server)!important}.w9aralwxo .highlight-line:nth-last-child(5),.w9aralwxo .highlight-line:nth-last-child(5) *{color:var(--highlight-output)!important}.w9aralwxo{--highlight-output: #10875a;--highlight-server: #4359ab}.w9aralwxo pre{background:inherit;color:inherit;border:1px solid rgba(0,0,0,.1)}@media (prefers-color-scheme:dark){.w9aralwxo{--highlight-output: #18d08a;--highlight-server: #6d8af6}.w9aralwxo pre{border-color:rgba(255,255,255,.1)}}
text-throbber,
is-land--text-throbber {
	display: block;
	line-height: 1.2;
	font-family: Roboto Mono, Consolas, Monaco, Andale Mono, Ubuntu Mono,
		monospace;
	-ms-word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
}
.wn-p0sbkc{display:block;padding:.5em 1rem;border-radius:.3em;border:1px solid var(--border-color);margin-block:.5em}.wn-p0sbkc table{width:100%;margin-bottom:0}.wn-p0sbkc th{text-transform:none}.wn-p0sbkc td{border-color:transparent}.wn-p0sbkc tr:first-child td{border-top:none}.wn-p0sbkc tr:last-child td{border-bottom:none}.wn-p0sbkc td:last-child{width:100%}
.logos-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: .5em 0 1em;
	padding: .75em;
	border: 1px solid #ddd;
	border-radius: .5em;
	gap: 1em;
}

/* List items */
.logos-list li {
	padding: 0;
	white-space: nowrap;
}
.logos-list-more {
	font-style: italic;
}
@media (max-width: 62.4375em) { /* 999px */
	.logos-list li:nth-child(n+18):not(.logos-list-more) {
		display: none;
	}
}

/* Header */
.logos-list .avatar {
	width: 1.6em;
	height: 1.6em;
	margin-right: .5em;
	opacity: .9;
	object-fit: contain;
}
.logos-list .avatar-tall {
	aspect-ratio: 8 / 10;
	width: auto;
}
/* Buzzwords */
@keyframes rainbow {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}
.buzzword-list,
.inlinelist {
	padding: 0;
}
.inlinelist:first-child:last-child {
	margin: 0;
}
.buzzword,
.buzzword-list li,
.inlinelist .inlinelist-item {
	display: inline;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	font-size: 116%;
	white-space: normal;
	padding: 0.2em 0.5em;
	margin: 4px 4px 4px 0;
	transition: 0.15s linear outline;
}

.inlinelist .inlinelist-item:is(:has([aria-selected="true"]), .active) {
	background-color: #222;
	color: #fff;
	font-weight: inherit;
}
.inlinelist .inlinelist-item:is(:has([aria-selected="true"]), .active) :is(:link, :visited) {
	color: #fff;
}
.inlinelist .inlinelist-item code {
	background-color: transparent;
	font-size: 80%;
	margin-left: 6px;
	padding-left: 6px;
	display: inline-block;
	position: relative;
}
@media (max-width: 26.8125em) {
	/* 429px */
	.inlinelist .inlinelist-item {
		overflow: hidden;
	}
	.inlinelist .inlinelist-item code {
		float: right;
		line-height: 1.75;
	}
}
@media (min-width: 26.875em) {
	/* 430px */
	.inlinelist .inlinelist-item code {
		float: none;
	}
	.inlinelist .inlinelist-item code:before {
		content: " ";
		border-left: 1px solid rgba(255, 255, 255, 0.8);
		position: absolute;
		left: -2px;
		top: -2px;
		bottom: 2px;
	}
	@media (prefers-color-scheme: dark) {
		.inlinelist .inlinelist-item code:before {
			border-left-color: rgba(0, 0, 0, 0.8);
		}
	}
}
a.buzzword {
	text-decoration: underline;
	font-size: inherit;
}
.buzzword-list a,
.inlinelist a {
	text-decoration: none;
}
.inlinelist .inlinelist-item {
	font-size: 100%;
	line-height: 2;
}
@supports not (-webkit-box-decoration-break: clone) {
	.buzzword,
	.buzzword-list li,
	.inlinelist .inlinelist-item {
		display: inline-block;
	}
}
.buzzword-list li,
.buzzword {
	background-color: #f7f7f7;
}
@media (prefers-color-scheme: dark) {
	.buzzword-list li,
	.buzzword {
		background-color: #080808;
	}
}
.inlinelist .inlinelist-item {
	background-color: #e9e9e9;
}
@media (prefers-color-scheme: dark) {
	.inlinelist .inlinelist-item {
		background-color: #000;
	}
	.inlinelist .inlinelist-item a {
		color: #fff;
	}
	.inlinelist .inlinelist-item code {
		color: inherit;
	}
}
/* .inlinelist .inlinelist-item:has(&gt; a):hover, */
.inlinelist .inlinelist-item:hover,
.inlinelist .inlinelist-item:focus,
.buzzword-list li:hover,
.buzzword-list li:focus,
.buzzword:hover,
.buzzword:focus,
.rainbow-active:hover,
.rainbow-active:focus {
	position: relative;
	background-image: linear-gradient(
		238deg,
		#ff0000,
		#ff8000,
		#ffff00,
		#80ff00,
		#00ff00,
		#00ff80,
		#00ffff,
		#0080ff,
		#0000ff,
		#8000ff,
		#ff0080
	);
	background-size: 1200% 1200%;
	background-position: 2% 80%;
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
	animation: rainbow 4s ease-out alternate infinite;
}
.inlinelist .inlinelist-item.inert,
.inlinelist .inlinelist-item.inert:hover,
.inlinelist .inlinelist-item.inert:focus {
	background-color: transparent;
	background-image: none;
	color: inherit;
	text-shadow: none;
}

.rainbow-active-noanim {
	animation: none !important;
}
.inlinelist .inlinelist-item:hover a,
.inlinelist .inlinelist-item:focus a,
.buzzword-list li:hover a,
.buzzword-list li:focus a,
a.buzzword:hover,
a.buzzword:focus,
a.rainbow-active:hover,
a.rainbow-active:focus {
	color: #fff;
	text-decoration: none;
}
@media (prefers-reduced-motion: reduce) {
	.inlinelist .inlinelist-item:hover,
	.inlinelist .inlinelist-item:focus,
	.buzzword-list li:hover,
	.buzzword-list li:focus,
	.buzzword:hover,
	.buzzword:focus,
	.rainbow-active:hover,
	.rainbow-active:focus {
		animation: none;
	}
}

.buzzword-list li:hover:after,
.buzzword-list li:focus:after,
.buzzword:hover:after,
.buzzword:focus:after {
	font-family: system-ui, sans-serif;
	content: "Buzzword alert!!!";
	position: absolute;
	left: 0;
	top: 0;
	max-width: 8em;
	color: #f00;
	font-weight: 700;
	text-transform: uppercase;
	transform: rotate(-10deg) translate(-25%, -125%);
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
	line-height: 1.2;
	pointer-events: none;
}
main h2 .buzzword,
main h3 .buzzword,
main p .buzzword {
	font-size: inherit;
	margin: 0;
	line-height: 1.444444444444; /* 26px /18 */
}
main h2 a.buzzword,
main h3 a.buzzword,
main p a.buzzword {
	text-decoration: underline;
}

/* Small viewport */
@media (max-width: 26.8125em) {
	/* 429px */
	.inlinelist .inlinelist-item {
		display: block;
		width: auto;
		padding: 0;
		line-height: 1.4;
	}
	.inlinelist .inlinelist-item &gt; a {
		display: block;
		padding: 0.2em 0.5em;
	}
}
@media (min-width: 26.875em) {
	/* 430px */
	.inlinelist .inlinelist-item &gt; a {
		display: inline-block;
		white-space: nowrap;
	}
}

.numberflag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #dff7ff;
	border-radius: 50%;
	width: 1.75em;
	height: 1.75em;
	font-weight: 600;
}
@media (prefers-color-scheme: dark) {
	.numberflag {
		background-color: #00bcd4;
		color: #222;
	}
}
h1 .numberflag,
h2 .numberflag,
h3 .numberflag,
h4 .numberflag,
h5 .numberflag {
	width: 1.4em;
	height: 1.4em;
}
h2 .numberflag {
	position: relative;
	margin-right: 0.25em; /* 10px /40 */
}
h2 .numberflag:after {
	content: " ";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
	background-color: #fff;
	width: calc(100% + 0.4em); /* 16px /40 */
}
@media (prefers-color-scheme: dark) {
	h2 .numberflag:after {
		background-color: #222;
	}
}

/* Only top level */
.inlinelist-no-nest ul,
.inlinelist-no-nest ol {
	display: none;
}

/* Small list */
.inlinelist-sm {
	font-size: 0.6666666666667em; /* 12px /18 */
}
.inlinelist-sm .inlinelist-item {
	font-family: system-ui, sans-serif;
	font-weight: 600;
}
.why-are-you-doing-this a.btn-primary{margin-top:1.5em;border-width:.3em}@media (prefers-color-scheme:dark){.why-are-you-doing-this a.btn-primary,.why-are-you-doing-this a.btn-primary[href],.why-are-you-doing-this a.btn-primary:visited{background-color:#fff;color:#222;border-color:#ccc}}.why-are-you-doing-this a.btn-primary:hover{transition:all .3s;transform:scale(1.05)}@media (prefers-reduced-motion:reduce){.why-are-you-doing-this a.btn-primary:hover{transition:none;transform:none}}@media (min-width:55em) and (min-height:59.375em){html:not(:has(:focus-visible)) .why-are-you-doing-this{display:block;position:sticky;top:10px;left:0;right:0;z-index:10}html:not(:has(:focus-visible)) .why-are-you-doing-this .btn-primary{background-color:#fff}}
.wo2ref_5f{display:none;max-width:none}@media (min-width:50em){.wo2ref_5f{display:block;text-align:center;margin-top:.25em;font-size:.75em}}
.wjhpxtwla .metadata{white-space:nowrap}
.sites--reverse a {
	display: flex;
	flex-direction: column-reverse;
}

.sites-lo-footer {
	margin-bottom: 2em;
}
.sites-perf-si {
	display: none;
}
.sites-lo &gt; .site-top .sites-perf-si {
	display: block;
}
.sites-screenshot-container {
	border-radius: 0.4em;
	box-shadow: 0 0 0 var(--card-shadow-size, 3px) var(--card-shadow-color, var(--shadow-color));
}
.sites-screenshot {
	display: block;
	width: 100%;
	height: auto;
	border-radius: .4em;
}
.sites-screenshot-youtube-sq {
	aspect-ratio: 1/1;
	object-fit: contain;
	background-color: #222;
}
.sites-screenshot-container--icon {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
}
.sites-screenshot-container--icon .avatar.sites-icon-auto {
	width: 3.333333333333em; /* 60px /18 */
	height: 3.333333333333em; /* 60px /18 */
}
.sites-site-official .sites-screenshot {
	border-color: #666;
}
@media (min-width: 30em) {
	/* 480px */
	.site-top {
		display: flex;
	}
	.site-top &gt; .sites-data-container {
		flex-basis: 70%;
	}
	.site-top &gt; .sites-screenshot-container {
		flex-basis: 30%;
		min-width: 9em;
		margin-top: 0;
		margin-left: 1em;
	}
}

.sites-perf-rank-same,
.sites-perf-rank-new,
.sites-perf-rank-pos,
.sites-perf-rank-neg {
	margin-left: 0.5em;
	font-style: normal;
}
.sites-perf-rank-same {
	color: #d23ed2;
	font-weight: 900;
}
.sites-perf-rank-same:before {
	content: "↔";
	line-height: 1;
}
.sites-perf-rank-new {
	font-style: italic;
	color: #e60074;
}
.sites-perf-rank-pos {
	color: green;
}
.sites-perf-rank-pos:before {
	content: "⬆";
	line-height: 1;
}
.sites-perf-rank-neg {
	color: darkred;
}
.sites-perf-rank-neg:before {
	content: "⬇";
	line-height: 1;
}

.sites-vert {
	margin-top: 2em;
	margin-bottom: 2em;
}
.elv-callout .sites-vert {
	margin-top: 1em;
	margin-bottom: 0;
}
.sites-vert .sites-screenshot-container {
	margin-top: 4px;
	margin-bottom: 4px;
}
.sites-vert .avatar {
	margin-right: 3px;
	margin-left: 0;
	width: 1em;
	height: 1em;
	object-fit: contain;
}
.sites-vert--wc .avatar {
	margin-right: 0;
}
.sites-vert &gt; .lo-grid {
	--fl-gap-h: 1rem;
	--fl-gap-v: 1rem;
	--lo-c-minwidth: 8.5em;
	--lo-grid-repeat: auto-fill;
}
.sites-vert--md &gt; .lo-grid,
.sites-vert--lg &gt; .lo-grid {
	--lo-c-minwidth: 7em;
}

@media (min-width: 28.125em) {
	/* 450px /16 */
	.sites-vert--md &gt; .lo-grid {
		--lo-c-minwidth: 8.5em; /* 136px /16 */
	}
	.sites-vert--lg &gt; .lo-grid {
		--lo-c-minwidth: 10em; /* 160px /16 */
	}
}

.sites-site-name {
	display: block;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.8888888888889em; /* 16px /18 */
}
.sites-site-name--nowrap {
	display: block;
	font-size: 0.7777777777778em; /* 14px /18 */
}
.sites-site-description {
	display: none;
	margin: 0.6428571428571em 0; /* 9px /14 */
	font-size: 0.7777777777778em; /* 14px /18 */
}
.sites-vert--md .sites-site-description,
.sites-vert--lg .sites-site-description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	width: 100%;
}
.sites-site-vert .sites-screenshot-container {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1/1;
	position: relative;
}
.sites-site-vert .sites-screenshot-container:after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .3;
	background: var(--card-background);
	z-index: -1;
	border-radius: .4em;
}

/* Borders and hovers */
.sites-site-vert a:is(:focus, :hover) {
	--card-shadow-color: rgba(234, 0, 255, 0.747);
	--card-shadow-size: 0.3333333333333em; /* 6px /18 */
}
.sites-site-vert a {
	--card-shadow-color: var(--card-primary);
}
.sites-site-vert a:is(:focus, :hover) img,
.sites-site-vert a:is(:focus, :hover) .sites-screenshot-container:after {
	opacity: .75;
}
/* End borders and hovers */

.sites-site-vert &gt; a {
	text-decoration: none;
}
.sites-site-vert speedlify-score {
	justify-content: center;
}

.sites-site-vert {
	position: relative;
}
.sites-site-vert .sites-site-lighthouse {
	font-size: 0.6666666666667em; /* 12px /18 */
	transform: translateY(-100%);
	position: absolute;
	right: 1px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 1.4em 0 0.4em 0;
	background: rgba(255, 255, 255, 0.9);
	font-weight: 600;
	padding: 4px;
}
.sites-site-vert .sites-site-lighthouse .speedlify-score {
	background-color: #fff;
}

@media (prefers-color-scheme: dark) {
	.sites-site-vert .sites-site-lighthouse {
		background: rgba(0, 0, 0, 0.85);
	}
}

@supports (aspect-ratio: 1 / 1) {
	.img-gallery {
		--shadow-color: rgba(234, 0, 255, 0.747);
		display: flex;
		flex-direction: column;
		justify-content: center;
		aspect-ratio: 1 / 2;
		border-radius: 0.4em;
		border: 2px solid #ccc;
		margin-bottom: 0.3em;
		padding: 0.5em;
	}
	.img-gallery .sites-screenshot {
		border: none;
	}
	.sites-site-vert a:hover .img-gallery {
		box-shadow: 0 0 0 4px var(--shadow-color);
	}
	.sites-site-vert a:hover .img-gallery .sites-screenshot {
		box-shadow: none;
	}
}

/* Centered */
.sites--center {
	text-align: center;
}

/* Tags */
.sites-tag {
	--tag-text: #000;
	--tag-bg: #dff7ff;
	font-size: 0.6666666666667em; /* 12px /18 */
	line-height: 1.5;
	display: inline-block;
	padding: 0 0.75em;
	border-radius: 0.75em;
	background: var(--tag-bg);
	color: var(--tag-text);
}
@media (prefers-color-scheme: dark) {
	.sites-tag {
		--tag-text: #dff7ff;
		--tag-bg: #000;
	}
}

/* Featured partner */
.sites-featured {
	grid-column: 1/3;
}
.sites-featured .sites-screenshot {
	aspect-ratio: 10/4.81;
	object-fit: cover;
	object-position: top;
}
.sites-featured .sites-site-name {
	font-weight: 700;
}
.sites-vert:not(:has(.sites-featured)) .sites-site-name {
	font-weight: 700;
}
.sites-vert:has(.sites-featured)
	.sites-site-vert:not(.sites-featured)
	.avatar-indieweb {
	display: none;
}

/* Host /generator icons on author pages on screenshots */
.sites-screenshot-container {
	position: relative;
}
.sites-screenshot-container-icons {
	position: absolute;
	inset: 0;
	display: flex;
	gap: 0.25em;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 0.25em;
}
.sites-screenshot-container-icons img {
	margin: 0;
	max-width: 1em;
}
/* Featured sites */
.facepile {
	margin-top: 2em;
	margin-bottom: 3em;
	line-height: 2;
	padding: 0 0 0 25px;
}
.facepile &gt; a {
	display: inline-block;
	margin-left: -25px;
}
.supporters-silver .facepile {
	text-align: center;
	text-wrap: balance; /* Not supported with display: inline-block on FF yet */
}
.supporters-silver .facepile &gt; a ~ a {
	margin-left: 0;
}
.supporters-silver .facepile .avatar {
	border-radius: .25em;
	border-width: 0;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}

.facepile &gt; a:focus,
.facepile &gt; a:hover {
	opacity: 1;
	position: relative;
	z-index: 1;
}
.facepile .avatar {
	width: 24px;
	height: 24px;
	width: calc(24px + 4vw);
	height: calc(24px + 4vw);
	max-width: 50px;
	max-height: 50px;
	margin-bottom: 6px;
	color: #fff;
	border: 2px solid;
	transition: border 0.3s;
	object-fit: contain;
}
@media (prefers-color-scheme: dark) {
	.facepile .avatar {
		color: #222;
	}
}
.facepile-supporters .avatar {
	width: calc(24px + 2vw);
	height: calc(24px + 2vw);
}
.facepile &gt; a:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
}
.facepile &gt; a:focus:after,
.facepile &gt; a:hover:after {
	left: -24px; /* Right - 4px */
	right: -20px;
	top: -24px; /* Right - 4px */
	bottom: -20px;
	opacity: 0.6;
	background-color: currentColor;
	background-image: linear-gradient(
		238deg,
		#ff0000,
		#ff8000,
		#ffff00,
		#80ff00,
		#00ff00,
		#00ff80,
		#00ffff,
		#0080ff,
		#0000ff,
		#8000ff,
		#ff0080
	);
	background-size: 1200% 1200%;
	background-position: 0 80%;
}
.facepile &gt; a:nth-child(11n + 1):focus:after,
.facepile &gt; a:nth-child(11n + 1):hover:after {
	background-position: 0% 80%;
}
.facepile &gt; a:nth-child(11n + 2):focus:after,
.facepile &gt; a:nth-child(11n + 2):hover:after {
	background-position: 9% 80%;
}
.facepile &gt; a:nth-child(11n + 3):focus:after,
.facepile &gt; a:nth-child(11n + 3):hover:after {
	background-position: 18% 80%;
}
.facepile &gt; a:nth-child(11n + 4):focus:after,
.facepile &gt; a:nth-child(11n + 4):hover:after {
	background-position: 27% 80%;
}
.facepile &gt; a:nth-child(11n + 5):focus:after,
.facepile &gt; a:nth-child(11n + 5):hover:after {
	background-position: 36% 80%;
}
.facepile &gt; a:nth-child(11n + 6):focus:after,
.facepile &gt; a:nth-child(11n + 6):hover:after {
	background-position: 45% 80%;
}
.facepile &gt; a:nth-child(11n + 7):focus:after,
.facepile &gt; a:nth-child(11n + 7):hover:after {
	background-position: 54% 80%;
}
.facepile &gt; a:nth-child(11n + 8):focus:after,
.facepile &gt; a:nth-child(11n + 8):hover:after {
	background-position: 63% 80%;
}
.facepile &gt; a:nth-child(11n + 9):focus:after,
.facepile &gt; a:nth-child(11n + 9):hover:after {
	background-position: 72% 80%;
}
.facepile &gt; a:nth-child(11n + 10):focus:after,
.facepile &gt; a:nth-child(11n + 10):hover:after {
	background-position: 81% 80%;
}
.facepile &gt; a:nth-child(11n + 11):focus:after,
.facepile &gt; a:nth-child(11n + 11):hover:after {
	background-position: 90% 80%;
}

.facepile-fake .avatar {
	background-color: #eee;
}

/* Filter out gold sponsors when the giant logos are adjacent (in the footer, everywhere but the home page) */
.facepile-supporters [data-supporters-tier="gold-sponsor"],
.facepile-supporters [data-supporters-tier="silver-sponsor"] {
	display: none;
}
[show-gold-sponsors] .facepile-supporters [data-supporters-tier="gold-sponsor"],
[show-silver-sponsors] .facepile-supporters [data-supporters-tier="silver-sponsor"] {
	display: inline-block;
}

.facepile &gt; a:has(img.avatar:not([src])) {
	display: none;
}
.emoji {
	line-height: 1;
}
/* Testimonials */
.testimonials-layout.fl {
	--fl-gap-h: 2em;
	--fl-gap-v: 2em;
}
.testimonials-layout.fl &gt; * {
	flex-basis: 25em; /* 400px /16 */
}
.testimonials blockquote,
.testimonials blockquote &gt; p:first-child:last-child {
	margin: 0;
}
/* Only pre-JS */
is-land--eleventy-editor {
	cursor: pointer;
}
/* Only constrain height with JS (we’re enhancing from &lt;pre&gt;) */
is-land--eleventy-editor pre {
	max-height: 45vh;
	overflow: hidden;
}
is-land--eleventy-editor pre:before {
	content: "";
	pointer-events: none;
	position: absolute;
	inset: 0;
	background-color: var(--edit-curtain);
}

/* pre-JS and no-JS */
:is(is-land--eleventy-editor, eleventy-editor:not(:defined)) {
	--edit-bg: rgba(0,0,0,.4);
	--edit-color: #fff;
	display: block;
	position: relative;
}

:is(is-land--eleventy-editor, eleventy-editor:not(:defined)):hover {
	--edit-curtain: rgba(255,255,255,.1);
	--edit-bg: rgb(255, 216, 72);
	--edit-color: #000;
}

:is(is-land--eleventy-editor, eleventy-editor:not(:defined)):hover pre {
	outline: 4px solid var(--edit-bg);
}

:is(is-land--eleventy-editor, eleventy-editor:not(:defined)) pre {
	position: relative;
	margin: 1em -1rem;
}

:is(is-land--eleventy-editor, eleventy-editor:not(:defined)):after {
	pointer-events: none;
	position: absolute;
	content: "Run";
	top: 0;
	right: -1rem;
	font-weight: 600;
	line-height: 1;
	padding: .75rem;
	background-color: var(--edit-bg);
	color: var(--edit-color);
	border-top-right-radius: .3em;
	border-bottom-left-radius: .3em;
}

:is(is-land--eleventy-editor, eleventy-editor:not(:defined))[label]:after {
	content: attr(label);
}

eleventy-editor:defined {
	margin: 1em -1rem;
}
@media (max-width: 54.9375em) { /* 879px */
	eleventy-editor {
		--border-radius: 0;
	}
}

/* No-JS */
eleventy-editor:not(:defined):after,
eleventy-editor:not(:defined)[label]:after {
	content: "Run requires JavaScript"
}
/* Popover */
details.elv-popover {
	position: relative;
}
details.elv-popover summary + * {
	position: absolute;
	z-index: 999;
	background-color: var(--background-color);
	color: var(--color);
	border: 1px solid #000;
	padding: .5rem;
	box-shadow: 0 0 0 .3rem var(--shadow-color);
}
details.elv-popover * {
	white-space: nowrap;
}
.elv-popover a {
	display: block;
	text-decoration: none;
	padding-inline: .5rem;
	margin-inline: -.5rem;
}
.elv-popover a:hover,
.elv-popover a:focus {
	background-color: #222;
	color: #fff;
}
.elv-popover a:hover code,
.elv-popover a:focus code {
	background-color: #fff;
	color: #222;
}

@media (prefers-color-scheme: dark) {
	.elv-popover a:hover,
	.elv-popover a:focus {
		background-color: #fff;
		color: #222;
	}
	.elv-popover a:hover code,
	.elv-popover a:focus code {
		background-color: #222;
		color: #fff;
	}
}
.icon,
.avatar,
blockquote img {
	height: 1.3em;
	width: 1.3em;
	display: inline-block;
	vertical-align: text-top;
	margin-left: 2px;
	margin-right: 6px;
}
main .icon[height] {
	height: 1.3em;
	width: 1.3em;
	object-fit: cover;
}
.avatar-large {
	height: 1.5em;
	width: 1.5em;
}
.avatar,
blockquote img {
	border-radius: 50%;
}
.avatar-indieweb {
	border-radius: 0.25em;
}
.icon,
.avatar {
	vertical-align: middle;
}
ul:not(.list-bare):not(.inlinelist) &gt; li &gt; a &gt; .avatar {
	width: auto;
	height: 1.111111111111em; /* 20px /18 */
	vertical-align: top;
	margin-left: 4px;
	margin-right: 4px;
}
ul:not(.list-bare):not(.inlinelist) &gt; li &gt; a &gt; .avatar-large {
	width: 1.444444444444em; /* 26px /18 */
	height: 1.444444444444em; /* 26px /18 */
	object-fit: contain;
	margin-right: 0.3888888888889em; /* 7px /18 */
}
blockquote .bio-source {
	white-space: nowrap;
}

h1 .avatar {
	height: 0.7em;
	width: 0.7em;
	vertical-align: baseline;
}
.subhed {
	display: block;
	font-family: system-ui, sans-serif;
	font-size: 0.9375em; /* 15px /16 */
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	color: #666;
	text-align: center;
	border: none;
}
@media (prefers-color-scheme: dark) {
	.subhed {
		color: #adadad;
	}
}
label.radio-align,
input[type="radio"] + label {
	vertical-align: middle;
}
input[type="checkbox"] {
	width: 1.4em;
	height: 1.4em;
}

/* Big primary button */
.btn-form,
.btn-primary {
	cursor: pointer;
	border: 2px solid;
	font-size: 1em;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
}
@media (prefers-color-scheme: dark) {
	.btn-form {
		background-color: #000;
		border-color: transparent;
	}
}
.btn-form {
	border-radius: 1em;
	padding-left: 0.75em;
	padding-right: 0.75em;
	box-shadow: 0 4px 3px -3px #000;
}
.btn-primary {
	display: block;
	border-radius: 1.5em;
	margin: 0;
	padding: 0.5em 1em 0.4em;
	box-shadow: 0 8px 6px -6px #000;
}

.btn-form:hover,
.btn-form:focus,
.btn-primary:hover {
	border-color: transparent;
	background-color: #222;
	color: #fff;
}
@media (prefers-color-scheme: dark) {
	.btn-form:focus,
	.btn-form:hover {
		background-color: #fff;
		color: #222;
	}
}
.btn-primary:hover {
	border-color: rgba(255, 255, 255, 0.3);
}
.btn-primary span {
	text-transform: none;
}
.btn-c {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 20em) {
	.btn-primary {
		font-size: 6vw;
	}
	.btn-primary-sm,
	.btn-primary-standard {
		font-size: 1.4em;
	}
}
@media (min-width: 28.125em) {
	/* 450px */
	.btn-primary-sm {
		font-size: 5.6vw;
	}
	.btn-primary-standard {
		font-size: 4vw;
	}
}
@media (min-width: 53.125em) {
	/* 850px */
	.btn-primary-sm {
		font-size: 2.666666666667em; /* 48px /18 */
	}
	.btn-primary-standard {
		font-size: 1.666666666667em; /* 30px /18 */
	}
}
@media (min-width: 87.5em) {
	/* 1400px */
	.btn-primary {
		font-size: 5.25em; /* 84px /16 */
	}
}
.btn-primary-nogrow {
	font-size: 1.4em;
}
/* Tables */
table {
	border-collapse: collapse;
	margin-bottom: 2em;
}
table th,
table td {
	text-align: left;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 0.4em;
	font-size: 0.8125em; /* 13px /16 */
	vertical-align: top;
}
table thead th {
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 0.75em; /* 12px /16 */
	border-top: none;
}
table thead th code {
	text-transform: none;
}
table th:first-child,
table td:first-child {
	padding-left: 0;
}
table th {
	border-color: var(--border-color);
}
table thead th {
	color: #222;
}
table thead th a[href] {
	color: inherit;
}
table .numeric {
	white-space: nowrap;
	text-align: right;
	font-family: Roboto Mono, Consolas, Monaco, Andale Mono, Ubuntu Mono,
		monospace;
}
.numeric-note:before {
	content: "*";
	color: red;
}
table .numeric-up:after {
	content: "↑";
	color: green;
}
.numeric-note:before,
table .numeric-up:after {
	margin: 0 .25em;
	font-weight: bold;
	font-family: system-ui, sans-serif;
}

@media (prefers-color-scheme: dark) {
	table td {
		border-color: #333;
	}
	table thead th {
		color: #ddd;
	}
}
h2 + table {
	margin-top: -0.625em; /* -10px /16 */
}

@media (min-width: 37.5em) {
	/* 600px */
	table th,
	table td {
		padding: 0.4em 0.8em;
		font-size: 1em; /* 16px /16 */
	}
	table thead th {
		font-size: 0.875em; /* 14px /16 */
	}
}
/* Mini link */
.minilink {
	display: inline-block;
	padding: 0.125em 0.375em;
	text-transform: uppercase;
	font-size: 0.875rem; /* 14px /16 */
	text-decoration: none;
	background-color: #ddd;
	border-radius: 0.1875em; /* 3px /16 */
	font-weight: 500;
	margin: 0 0.4285714285714em 0.07142857142857em 0; /* 0 6px 1px 0 /14 */
	line-height: 1.285714285714; /* 18px /14 */
	font-family: system-ui, sans-serif;
}
@media (prefers-color-scheme: dark) {
	.minilink.minilink {
		background-color: #222;
		color: #fff;
	}
}
table .minilink {
	margin-top: 6px;
}
.minilink[href] {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.minilink[href]:hover,
.minilink[href]:focus {
	background-color: #eee;
}
@media (prefers-color-scheme: dark) {
	.minilink[href]:hover,
	.minilink[href]:focus {
		background-color: #444;
	}
}
pre + .minilink {
	color: #fff;
	border-radius: 0 0 0.2857142857143em 0.2857142857143em; /* 4px /14 */
	float: right;
	background-color: #444;
	color: #fff;
}
pre[class*="language-"] + .minilink {
	position: relative;
	top: -0.7142857142857em; /* -10px /14 */
}
p.minilink {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
}
h1 .minilink,
h2 .minilink,
h3 .minilink,
h4 .minilink {
	font-size: 0.9375rem; /* 15px /16 */
	vertical-align: middle;
	margin-left: 1em;
}
h3 .minilink,
h4 .minilink {
	font-size: 0.8125rem; /* 13px /16 */
}
.minilink + pre[class*="language-"] {
	clear: both;
}

.minilink-addedin {
	text-transform: none;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
@media (prefers-color-scheme: dark) {
	.minilink-addedin {
		box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
	}
}
.minilink-addedin:not(:first-child) {
	margin-left: 0.5em;
}
.minilink-addedin.minilink-inline {
	margin: 0 4px;
	background-color: #fff;
}
@media (prefers-color-scheme: dark) {
	.minilink-addedin.minilink-inline {
		background-color: #000;
	}
}

.minilink-lower {
	text-transform: none;
	background-color: transparent;
}
.minilink-lower[href] {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.minilink-lower[href]:hover,
.minilink-lower[href]:focus {
	background-color: #eee;
}

.minilink &gt; .minilink {
	margin: -0.125em 0.375em -0.125em -0.375em;
	box-shadow: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* Build cost */
.minilink-buildcost {
	--internal-shadow-hsl: 0deg 0% 75%;
	font-weight: 700;
	text-transform: uppercase;
	/* via https://www.joshwcomeau.com/shadow-palette/ */
	box-shadow: 0px 0.3px 0.5px hsl(var(--internal-shadow-hsl) / 0),
		0.1px 4.3px 6.5px hsl(var(--internal-shadow-hsl) / 0.14);
}
.minilink-buildcost code:before {
	content: "🧰";
	margin-right: 0.25em;
}

a[href]:hover .minilink-buildcost,
a[href]:focus .minilink-buildcost {
	outline: 2px solid blue;
}

/* GitHub star count */
.minilink-github.minilink-github {
	background-color: #f6f8fa;
	color: #222;
}
.minilink-github &gt; :first-child {
	color: #eac54f;
}
/* GitHub star count, home page variant (dark theme) */
.elv-header-default .minilink-github {
	background-color: #222;
	color: #fff;
}
.elv-header-default .minilink[href]:hover,
.elv-header-default .minilink[href]:focus {
	background-color: #444;
}
@media (prefers-color-scheme: dark) {
	.minilink-github.minilink-github {
		background-color: #222;
		color: #fff;
	}
}
/* External links */
a[href^="https://"]:not([href^="https://11ty.dev"], [href^="https://www.11ty.dev"], .minilink, .elv-externalexempt) {
	text-decoration-color: var(--external-link-underline);
}
a[href^="https://"]:not([href^="https://11ty.dev"], [href^="https://www.11ty.dev"], .minilink, .elv-externalexempt):after {
	content: " ↗";
	font-family: system-ui, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: var(--external-link-underline);
	padding-left: 0;
	font-size: 0.75em;
	line-height: 0.75;
	letter-spacing: -0.08333333333333em; /* -1px /12 */
}
/* Contains Font Awesome icon */
a[href^="https://"]:not([href^="https://11ty.dev"], [href^="https://www.11ty.dev"], .minilink, .elv-externalexempt):has(.fa11ty-icon):after {
	content: "";
}

/* External link hovers */
a[href^="https://"]:not([href^="https://11ty.dev"], [href^="https://www.11ty.dev"], .minilink, .elv-externalexempt):hover:after {
	color: inherit;
}

/* CSS-only favicons https://www.zachleat.com/web/external-link-favicons/
 * Limited to YouTube and GitHub only (most commonly used)
 */
a:is([href^="https://www.youtube.com"], [href^="https://youtube.com"]):not(.elv-externalexempt):before,
a[href^="https://github.com"]:not(.elv-externalexempt):before {
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	width: 1em;
	height: 1em;
	margin: 0 0.2em;
	background-size: contain;
	background-repeat: no-repeat;
}
a:is([href^="https://www.youtube.com"], [href^="https://youtube.com"]):not(.elv-externalexempt):after,
a[href^="https://github.com"]:not(.elv-externalexempt):after {
	display: none;
}

a:is([href^="https://www.youtube.com"], [href^="https://youtube.com"]):before {
	/* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. */
	/* https://fontawesome.com/icons/youtube?f=classic&amp;s=brands */
	background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22%23f03%22%20d%3D%22M549.7%20124.1c-6.3-23.7-24.8-42.3-48.3-48.6C458.8%2064%20288%2064%20288%2064S117.2%2064%2074.6%2075.5c-23.5%206.3-42%2024.9-48.3%2048.6-11.4%2042.9-11.4%20132.3-11.4%20132.3s0%2089.4%2011.4%20132.3c6.3%2023.7%2024.8%2041.5%2048.3%2047.8C117.2%20448%20288%20448%20288%20448s170.8%200%20213.4-11.5c23.5-6.3%2042-24.2%2048.3-47.8%2011.4-42.9%2011.4-132.3%2011.4-132.3s0-89.4-11.4-132.3zm-317.5%20213.5V175.2l142.7%2081.2-142.7%2081.2z%22%2F%3E%3C%2Fsvg%3E");
}
a[href^="https://github.com"]:before {
	border-radius: 7px;
	box-shadow: 0px 0px 0px 2px #fff;
	background-color: #fff;
	/* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. */
	/* https://fontawesome.com/icons/github?f=classic&amp;s=brands */
	background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20496%20512%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M165.9%20397.4c0%202-2.3%203.6-5.2%203.6-3.3%20.3-5.6-1.3-5.6-3.6%200-2%202.3-3.6%205.2-3.6%203-.3%205.6%201.3%205.6%203.6zm-31.1-4.5c-.7%202%201.3%204.3%204.3%204.9%202.6%201%205.6%200%206.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5%20.3-6.2%202.3zm44.2-1.7c-2.9%20.7-4.9%202.6-4.6%204.9%20.3%202%202.9%203.3%205.9%202.6%202.9-.7%204.9-2.6%204.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8%208C106.1%208%200%20113.3%200%20252c0%20110.9%2069.8%20205.8%20169.5%20239.2%2012.8%202.3%2017.3-5.6%2017.3-12.1%200-6.2-.3-40.4-.3-61.4%200%200-70%2015-84.7-29.8%200%200-11.4-29.1-27.8-36.6%200%200-22.9-15.7%201.6-15.4%200%200%2024.9%202%2038.6%2025.8%2021.9%2038.6%2058.6%2027.5%2072.9%2020.9%202.3-16%208.8-27.1%2016-33.7-55.9-6.2-112.3-14.3-112.3-110.5%200-27.5%207.6-41.3%2023.6-58.9-2.6-6.5-11.1-33.3%202.6-67.9%2020.9-6.5%2069%2027%2069%2027%2020-5.6%2041.5-8.5%2062.8-8.5s42.8%202.9%2062.8%208.5c0%200%2048.1-33.6%2069-27%2013.7%2034.7%205.2%2061.4%202.6%2067.9%2016%2017.7%2025.8%2031.5%2025.8%2058.9%200%2096.5-58.9%20104.2-114.8%20110.5%209.2%207.9%2017%2022.9%2017%2046.4%200%2033.7-.3%2075.4-.3%2083.6%200%206.5%204.6%2014.4%2017.3%2012.1C428.2%20457.8%20496%20362.9%20496%20252%20496%20113.3%20383.5%208%20244.8%208zM97.2%20352.9c-1.3%201-1%203.3%20.7%205.2%201.6%201.6%203.9%202.3%205.2%201%201.3-1%201-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7%201.3%20.3%202.9%202.3%203.9%201.6%201%203.6%20.7%204.3-.7%20.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3%20.7zm32.4%2035.6c-1.6%201.3-1%204.3%201.3%206.2%202.3%202.3%205.2%202.6%206.5%201%201.3-1.3%20.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6%201-1.6%203.6%200%205.9%201.6%202.3%204.3%203.3%205.6%202.3%201.6-1.3%201.6-3.9%200-6.2-1.4-2.3-4-3.3-5.6-2z%22%2F%3E%3C%2Fsvg%3E");
}
a[href^="https://github.com"].elv-skipicon:before {
	display: none;
}

/* Not in the facepile or in the community links cards */
.sites-site-vert a[href^="https://github.com"]:before,
.sites-site-vert a:is([href^="https://www.youtube.com"], [href^="https://youtube.com"]):before,
a[href^="https://youtube.com"].lty-playbtn:before,
.facepile a[href^="https://github.com"]:before {
	display: none;
}

/* Hide duplicate images */
a:is([href^="https://www.youtube.com"], [href^="https://youtube.com"]):not(.elv-externalexempt) .avatar,
a[href^="https://github.com"]:not(.elv-externalexempt) .avatar {
	display: none;
}</pre></body></html>