@font-face {
	font-family: "Crimson Pro";
	font-style: normal;
	font-weight: 200 900;
	font-display: swap;
	src: url('fonts/CrimsonPro.woff2') format('woff2');
}

@font-face {
	font-family: "Crimson Pro";
	font-style: italic;
	font-weight: 200 900;
	font-display: swap;
	src: url('fonts/CrimsonPro-Italic.woff2') format('woff2');
}

@font-face {
	font-family: "Ubuntu Mono";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/UbuntuMono.woff2') format('woff2');
}

:root {
	--z-bg: #ffffff;
	--z-text: #595959;
	--z-heading: #043361;
	--z-link: #205e7e;
	--z-link-hover: #143f55;
	--z-rule: #e5e5e5;
	--z-title: #303030;
	--z-meta: #595959;
	
	--z-rule-strong: #c2cad0;
	--z-shadow: rgba(16, 32, 45, 0.09);
	--z-shadow-strong: rgba(16, 32, 45, 0.15);
}

@media (prefers-color-scheme: dark) {
	:root:not([data-theme="light"]) {
		--z-bg: #20212b;
		--z-text: #dadbdf;
		--z-heading: #3eb7f0;
		--z-link: #3eb7f0;
		--z-link-hover: #7fd0f7;
		--z-rule: #3a3c4a;
		--z-title: #eeeff0;
		--z-meta: #a8acb6;
		--z-rule-strong: #565a6d;
		--z-shadow: rgba(0, 0, 0, 0.32);
		--z-shadow-strong: rgba(0, 0, 0, 0.45);
	}
}

:root[data-theme="dark"] {
	--z-bg: #20212b;
	--z-text: #dadbdf;
	--z-heading: #3eb7f0;
	--z-link: #3eb7f0;
	--z-link-hover: #7fd0f7;
	--z-rule: #3a3c4a;
	--z-title: #eeeff0;
	--z-meta: #a8acb6;
	--z-rule-strong: #565a6d;
	--z-shadow: rgba(0, 0, 0, 0.32);
	--z-shadow-strong: rgba(0, 0, 0, 0.45);
}

:root {
	--s0: 0.125rem;
	--s1: 0.25rem;
	--s2: 0.5rem;
	--s3: 0.75rem;
	--s4: 1rem;
	--s5: 1.25rem;
	--s6: 1.5rem;
	--s7: 2rem;
	--s8: 2.5rem;
	--s9: 3rem;
	--s10: 4rem;

	
	--wrap-w: 960px;
	--main-w: 650px;
}

html {
	overscroll-behavior-y: none;
}

body {
	overscroll-behavior-y: none;
	background-color: var(--z-bg);
	color: var(--z-text);
	font-family: "Crimson Pro", Georgia, "Times New Roman", serif;
	
	font-size: 1.0938rem;
	line-height: 1.6;
	font-weight: 400;
	font-style: normal;
	font-synthesis: none;
	margin: 0;
	padding: 0;
}

body,
p,
li,
h1,
h2,
h3,
span,
div,
a {
	font-style: normal;
}

.z-pub-venue,
em,
i,
cite {
	font-style: italic;
}

p,
ul,
ol,
table,
pre,
dl {
	margin: 0 0 var(--s5);
}

h1,
h2,
h3 {
	line-height: 1.1;
	color: var(--z-heading);
	font-weight: 500;
	font-family: inherit;
}

h1 {
	font-size: 1.75rem;
	margin: 0 0 var(--s2);
}

h2 {
	font-size: 1.5625rem;
	margin: var(--s0) 0 var(--s4);
}

h3 {
	font-size: 1.125rem;
	margin: 0 0 var(--s2);
}

a {
	color: var(--z-link);
	text-decoration: none;
}

a:hover,
a:focus-visible {
	color: var(--z-link-hover);
}

.z-main a,
.z-footer a {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.z-main .z-gh {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.skip-link.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip-path: inset(50%);
	border: 0;
	word-wrap: normal !important;
}

.skip-link.screen-reader-text:focus {
	position: absolute !important;
	top: var(--s3) !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 1000 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.6em !important;
	width: fit-content !important;
	max-width: calc(100% - var(--s6)) !important;
	height: auto !important;
	margin: 0 auto !important;
	padding: 0.62rem 0.95rem !important;
	font-family: inherit !important;
	font-size: 0.9375rem !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.005em !important;
	color: var(--z-bg) !important;
	background-color: var(--z-title) !important;
	border: 0 !important;
	border-radius: 999px !important;
	
	box-shadow:
		0 1px 2px rgba(0, 0, 0, 0.16),
		0 10px 24px -8px rgba(0, 0, 0, 0.34) !important;
	text-decoration: none !important;
	clip: auto !important;
	clip-path: none !important;
	
	outline: 2px solid var(--z-bg) !important;
	outline-offset: 2px !important;
	
	animation: z-skip-in 160ms cubic-bezier(0.2, 0, 0.13, 1);
}

@keyframes z-skip-in {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 34rem) {
	.skip-link.screen-reader-text:focus {
		width: auto !important;
		margin: 0 var(--s3) !important;
		justify-content: flex-start !important;
	}
}

.skip-link.screen-reader-text:focus::after {
	content: "↓";
	font-size: 1em;
	line-height: 1;
	opacity: 0.65;
	transform: translateY(0.5px);
}

@supports ((-webkit-mask-image: url("#")) or (mask-image: url("#"))) {
	.skip-link.screen-reader-text:focus::after {
		content: "";
		width: 0.8em;
		height: 0.8em;
		flex: none;
		opacity: 0.7;
		transform: none;
		background-color: currentColor;
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4v15M19 12l-7 7-7-7'/%3E%3C/svg%3E") center / contain no-repeat;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4v15M19 12l-7 7-7-7'/%3E%3C/svg%3E") center / contain no-repeat;
		transition: transform 150ms ease, opacity 150ms ease;
	}

	
	.skip-link.screen-reader-text:focus:hover::after {
		opacity: 1;
		transform: translateY(2px);
	}
}

@media (forced-colors: active) {
	.skip-link.screen-reader-text:focus {
		color: ButtonText !important;
		background-color: ButtonFace !important;
		outline: 2px solid ButtonText !important;
		box-shadow: none !important;
	}
}

:focus:not(:focus-visible) {
	outline: none !important;
	box-shadow: none !important;
}

:where(a, button, [tabindex]):focus-visible {
	scroll-margin-top: var(--s10);
	scroll-margin-right: var(--s10);
}

:where(a, button):focus-visible {
	outline: 2px solid var(--z-link);
	outline-offset: 2px;
}

.z-wrapper {
	width: 960px;
	margin: 0 auto;
}

.z-sidebar {
	width: 232px;
	float: left;
	padding-top: var(--s7);
	text-align: center;
	-webkit-font-smoothing: subpixel-antialiased;
}

.z-main {
	width: 650px;
	float: right;
	padding-top: 4em;
	padding-bottom: var(--s9);
}

.z-wrapper::after {
	content: "";
	display: table;
	clear: both;
}

.z-avatar {
	border-radius: 100%;
	margin: 0 0 1em 0;
	width: 8em;
	height: 8em;
	object-fit: cover;
	display: inline-block;
}

.z-email {
	font-family: "Ubuntu Mono", ui-monospace, Menlo, Consolas, monospace;
	font-size: 0.875rem;
	display: block;
	margin-bottom: 1em;
	word-break: break-word;
}

.z-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--s3);
	list-style: none;
	margin: 0;
	padding: 0;
}

.z-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	color: var(--z-link);
}

.z-social a:hover {
	color: var(--z-link-hover);
}

.z-social svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
	display: block;
}

.z-theme-toggle {
	position: static;
	z-index: 60;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0;
	font: inherit;
	color: var(--z-meta);
	background: var(--z-bg);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0.55;
	-webkit-appearance: none;
	appearance: none;
}

.z-theme-toggle:hover,
.z-theme-toggle:focus-visible {
	color: var(--z-link);
	opacity: 1;
}

.z-theme-toggle svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
	flex: none;
	display: none;
}

@media print {
	.z-theme-toggle {
		display: none !important;
	}
}

:root:not([data-theme="dark"]) .z-theme-toggle .z-icon-light {
	display: block;
}

:root[data-theme="dark"] .z-theme-toggle .z-icon-dark {
	display: block;
}

.z-list {
	padding-left: var(--s5);
	margin: 0 0 var(--s5);
}

.z-list li {
	margin-bottom: var(--s1);
}

.z-list strong {
	font-weight: 600;
	color: var(--z-title);
}

.z-news .z-news-list {
	list-style: disc;
	padding-left: var(--s5);
	margin: 0 0 var(--s5);
	gap: 0;
}

.z-news .z-news-list > li {
	margin: 0 0 var(--s1);
	display: list-item;
}

.z-news-item {
	display: block;
}

.z-news.is-collapsed .z-news-list > li:nth-child(n + 6) {
	display: none;
}

.z-news-more {
	display: inline-block;
	margin-top: var(--s0);
	
	padding: var(--s1) 0;
	min-height: 24px;
	font: inherit;
	font-size: 0.9375rem;
	color: var(--z-link);
	background: none;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.z-news-more:hover,
.z-news-more:focus-visible {
	color: var(--z-link-hover);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.z-news-date {
	font-weight: 600;
	color: var(--z-title);
	display: inline;
	margin: 0;
	font-size: 0.875rem;
}

.z-news-date::before {
	content: "[";
}

.z-news-date::after {
	content: "] ";
}

.z-news .z-news-title {
	display: inline;
	margin: 0;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--z-text);
}

.z-pubs {
	list-style: none;
	margin: var(--s6) 0 0;
	padding: 0;
}

.z-pub-row {
	display: flex;
	gap: var(--s5);
	margin-bottom: var(--s7);
	align-items: flex-start;
}

.z-pub-teaser {
	flex: 0 0 auto;
	width: 180px;
}

.z-pub-teaser img,
.z-pub-placeholder {
	border: 1px solid var(--z-rule);
	border-radius: 2px;
	width: 180px;
	height: 90px;
	display: block;
}

.z-pub-teaser img {
	object-fit: contain;
	background: #fff;
	padding: var(--s1);
	box-sizing: border-box;
}

.z-pub-body {
	flex: 1 1 auto;
	min-width: 0;
}

.z-pub-title {
	font-weight: 700;
	color: var(--z-title);
	margin: 0 0 var(--s0);
	line-height: 1.25;
}

.z-pub-title a {
	color: var(--z-title);
}

.z-pub-title a:hover {
	color: var(--z-link);
}

.z-pub-authors {
	margin: 0 0 var(--s0);
}

.z-pub-venue {
	font-style: italic;
	margin: 0 0 var(--s1);
}

.z-pub-links {
	margin: 0;
	font-size: 0.9375rem;
}

.z-pub-links a {
	margin-right: var(--s2);
}

.z-me {
	font-weight: 600;
	color: var(--z-title);
}

@media (max-width: 620px) {
	.z-pub-row {
		flex-direction: column;
	}

	.z-pub-teaser,
	.z-pub-teaser img,
	.z-pub-placeholder {
		width: 100%;
	}
}

@media print, screen and (max-width: 960px) {
	.z-wrapper {
		width: auto;
		margin: 0;
		padding: 0 var(--s5);
	}

	.z-sidebar {
		position: static;
		float: none;
		width: auto;
		padding-top: 2em;
		padding-bottom: 1em;
	}

	.z-main {
		float: none;
		width: auto;
		padding-top: var(--s5);
		border-top: 1px solid var(--z-rule);
	}
}

@media print, screen and (max-width: 480px) {
	.z-wrapper {
		padding: 0 var(--s4);
	}

	h1 {
		font-size: 1.5rem;
	}

	h2 {
		font-size: 1.3125rem;
	}
}

.z-footer {
	clear: both;
	float: right;
	width: var(--main-w);
	border-top: 1px solid var(--z-rule);
	margin-top: var(--s8);
	padding-top: var(--s4);
	padding-bottom: var(--s9);
	font-size: 0.875rem;
	color: var(--z-meta);
	
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--s2) var(--s5);
}

.z-wrapper--single .z-footer {
	float: none;
	width: auto;
	max-width: var(--main-w);
	margin-left: auto;
	margin-right: auto;
}

.z-footer-meta {
	margin: 0;
}

.z-footer-links {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: var(--s2) var(--s5);
	margin: 0;
	padding: 0;
	list-style: none;
}

@media print {
	.skip-link,
	.z-social {
		display: none !important;
	}

	body {
		background: #fff;
		color: #000;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
}

@media (prefers-contrast: more) {
	:root {
		--z-text: #2b2b2b;
		--z-link: #14506e;
		--z-link-hover: #0a3549;
		--z-rule: #8a8a8a;
		--z-meta: #454545;
		--z-title: #000000;
	}

	:root[data-theme="dark"],
	:root:not([data-theme="light"]) {
		--z-text: #f4f5f7;
		--z-link: #9adcff;
		--z-link-hover: #c4ecff;
		--z-rule: #767a88;
		--z-meta: #cdd0d6;
		--z-title: #ffffff;
	}

	
	a {
		text-decoration: underline;
	}

	.z-theme-toggle {
		opacity: 1;
	}
}

@media (forced-colors: active) {
	a {
		text-decoration: underline;
	}

	.z-theme-toggle {
		border: 1px solid ButtonBorder;
		background: ButtonFace;
		color: ButtonText;
		opacity: 1;
		forced-color-adjust: none;
	}

	.z-theme-toggle svg {
		fill: ButtonText;
	}

	.z-avatar,
	.z-pub-teaser img,
	.z-pub-placeholder {
		border: 1px solid CanvasText;
	}

	.z-news-more {
		border: 1px solid ButtonBorder;
		padding: var(--s1) var(--s2);
	}

	:where(a, button):focus-visible {
		outline: 3px solid Highlight;
	}
}

@media (prefers-reduced-transparency: reduce) {
	.z-theme-toggle {
		opacity: 1;
	}
}

.z-news-item,
.z-pub-row,
.z-list li {
	overflow: visible;
}

.z-main code {
	font-family: "Ubuntu Mono", ui-monospace, Menlo, Consolas, monospace;
	font-size: 0.92em;
	color: var(--z-title);
}

.z-main kbd {
	display: inline-block;
	padding: 1px var(--s1);
	font-family: "Ubuntu Mono", ui-monospace, Menlo, Consolas, monospace;
	font-size: 0.85em;
	line-height: 1.5;
	color: var(--z-title);
	background: color-mix(in srgb, var(--z-rule) 45%, transparent);
	border: 1px solid var(--z-rule);
	border-radius: 3px;
	white-space: nowrap;
}

.z-visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.z-nav {
	margin-top: var(--s5);
	font-size: 0.9375rem;
}

.z-nav a {
	color: var(--z-link);
	text-decoration: none;
}

.z-nav a:hover,
.z-nav a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.z-nav a[aria-current="page"] {
	color: var(--z-meta);
	pointer-events: none;
	text-decoration: none;
}

.z-sidebar {
	top: 0;
	padding-top: 4em;
}

.z-main :where(.is-layout-flow, .is-layout-constrained) > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.z-main > *,
.z-main .z-news {
	margin-block-start: 0;
}

.z-main h2 {
	margin: var(--s8) 0 var(--s6);
}

.z-main > :first-child,
.z-main h2:first-child {
	margin-top: 0;
}

.z-main p {
	margin: 0 0 var(--s4);
}

.z-main p:last-child {
	margin-bottom: 0;
}

.z-main .z-list {
	margin: 0 0 var(--s4);
	padding-left: var(--s5);
}

.z-main .z-list:last-child {
	margin-bottom: 0;
}

.z-main .z-news .z-news-list {
	margin: 0;
	padding-left: var(--s5);
}

.z-main .z-list > li,
.z-main .z-news .z-news-list > li {
	margin: 0 0 var(--s3);
}

.z-main .z-list > li:last-child,
.z-main .z-news .z-news-list > li:last-child {
	margin-bottom: 0;
}

.z-main .z-news-more {
	margin-top: var(--s4);
}

.z-main .z-pubs {
	margin: 0;
	padding: 0;
}

.z-main .z-pub-row {
	margin: 0 0 var(--s7);
}

.z-main .z-pubs > li:last-child .z-pub-row {
	margin-bottom: 0;
}

.z-wrapper .z-sidebar {
	padding-top: var(--s9);
	padding-bottom: 0;
}

.z-wrapper .z-main {
	padding-top: var(--s9);
	padding-bottom: 0;
}

.z-sidebar .z-avatar {
	margin: 0 0 var(--s4);
}

.z-sidebar h1 {
	margin: 0 0 var(--s2);
}

.z-sidebar .z-email {
	margin: var(--s2) 0 var(--s4);
}

.z-sidebar .z-social {
	gap: var(--s3);
	margin: 0;
	padding: 0;
}

.z-sidebar .z-sidebar-nav {
	margin-top: var(--s5);
}

.z-sidebar .z-sidebar-nav a {
	margin: 0 var(--s2);
}

.z-main h1 {
	margin: 0 0 var(--s6);
}

.z-main h2 {
	margin: var(--s8) 0 var(--s6);
}

.z-main h3 {
	margin: 0 0 var(--s2);
}

.z-main > :first-child,
.z-main h2:first-child {
	margin-top: 0;
}

.z-main p {
	margin: 0 0 var(--s4);
}

.z-main p:last-child {
	margin-bottom: 0;
}

.z-main .z-list {
	margin: 0 0 var(--s4);
	padding-left: var(--s5);
}

.z-main .z-list:last-child {
	margin-bottom: 0;
}

.z-main .z-news .z-news-list {
	margin: 0;
	padding-left: var(--s5);
}

.z-main .z-list > li,
.z-main .z-news .z-news-list > li {
	margin: 0 0 var(--s3);
}

.z-main .z-list > li:last-child,
.z-main .z-news .z-news-list > li:last-child {
	margin-bottom: 0;
}

.z-main .z-news-more {
	margin-top: var(--s4);
	padding: var(--s1) 0;
}

.z-main .z-pubs {
	margin: 0;
	padding: 0;
}

.z-main .z-pub-row {
	gap: var(--s5);
	margin: 0 0 var(--s7);
}

.z-main .z-pubs > li:last-child .z-pub-row {
	margin-bottom: 0;
}

.z-main .z-pub-title,
.z-main .z-pub-authors {
	margin: 0 0 var(--s1);
}

.z-main .z-pub-venue {
	margin: 0 0 var(--s2);
}

.z-main .z-pub-links {
	margin: 0;
}

.z-main .z-pub-links a {
	margin-right: var(--s4);
}

@media print, screen and (max-width: 960px) {
	.z-wrapper .z-sidebar {
		padding-top: var(--s7);
		padding-bottom: var(--s5);
	}

	.z-wrapper .z-main {
		padding-top: var(--s5);
		padding-bottom: 0;
	}
}

.z-siteheader {
	border-bottom: 1px solid var(--z-rule);
}

.z-siteheader-inner {
	max-width: var(--wrap-w);
	margin: 0 auto;
	padding: var(--s4) var(--s5);
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--s5);
	flex-wrap: wrap;
}

.z-brand {
	font-family: inherit;
	font-size: 1.0625rem;
	font-weight: 500;
	color: var(--z-title);
	text-decoration: none;
	white-space: nowrap;
}

.z-brand:hover,
.z-brand:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.z-siteheader .z-nav {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s5);
	margin: 0;
	font-size: 0.9375rem;
}

.z-siteheader .z-nav a {
	color: var(--z-link);
	text-decoration: none;
}

.z-siteheader .z-nav a:hover,
.z-siteheader .z-nav a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.z-siteheader .z-nav a[aria-current="page"] {
	color: var(--z-meta);
	pointer-events: none;
}

.z-wrapper {
	width: auto;
	max-width: var(--wrap-w);
	margin: 0 auto;
	padding: 0 var(--s5);
}

.z-wrapper .z-sidebar {
	position: sticky;
	top: 0;
	float: left;
	width: 232px;
	text-align: center;
	padding-top: var(--s9);
	padding-bottom: 0;
}

@media (max-height: 34rem) {
	.z-wrapper .z-sidebar {
		position: static;
	}
}

.z-wrapper .z-main {
	float: right;
	width: var(--main-w);
	padding-top: var(--s9);
	padding-bottom: 0;
}

.z-wrapper--single .z-main {
	float: none;
	margin: 0 auto;
	max-width: var(--main-w);
	width: auto;
}

.z-wrapper::after {
	content: "";
	display: table;
	clear: both;
}

.z-header-right {
	display: flex;
	align-items: center;
	gap: var(--s4);
}

@media (min-width: 1120px) {
	.z-theme-toggle {
		position: fixed;
		top: var(--s3);
		right: var(--s3);
	}
}

@media print, screen and (max-width: 960px) {
	.z-wrapper .z-sidebar,
	.z-wrapper .z-main,
	.z-wrapper .z-footer {
		float: none;
		width: auto;
		max-width: none;
	}

	
	.z-wrapper .z-sidebar {
		position: static;
		padding-top: var(--s7);
		padding-bottom: var(--s5);
	}

	.z-wrapper .z-main {
		padding-top: var(--s5);
	}
}

.z-gh {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	min-height: 24px;
	color: var(--z-link);
}

.z-gh:hover,
.z-gh:focus-visible {
	color: var(--z-link-hover);
}

.z-gh svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
	display: block;
}

.z-pub-links a.z-gh {
	vertical-align: middle;
	
	position: relative;
	top: -0.13em;
}

.z-main .z-project {
	
	display: flex;
	align-items: flex-start;
	gap: var(--s4);
	padding: var(--s4);
	border: 1px solid var(--z-rule);
	border-radius: 8px;
	margin: 0 0 var(--s3);
	
	background-color: var(--z-bg);
	box-shadow: 0 0 0 0 transparent;
	transition:
		border-color 160ms ease,
		box-shadow 160ms ease,
		transform 160ms cubic-bezier(0.2, 0, 0.13, 1);
}

.z-main .z-project:last-of-type {
	margin-bottom: 0;
}

.z-main .z-project:hover {
	border-color: var(--z-rule-strong);
	box-shadow: 0 1px 2px var(--z-shadow), 0 6px 16px -8px var(--z-shadow-strong);
	transform: translateY(-1px);
}

.z-main .z-project:has(.z-project-fold[open]) {
	border-color: var(--z-rule-strong);
	box-shadow: 0 1px 2px var(--z-shadow), 0 4px 12px -8px var(--z-shadow-strong);
}

.z-main .z-project-head {
	display: flex;
	align-items: flex-start;
	gap: var(--s4);
	padding: 0;
	cursor: pointer;
	
	list-style: none;
}

.z-main .z-project-main {
	flex: 1 1 auto;
	min-width: 0;
}

.z-main .z-project-head::-webkit-details-marker {
	display: none;
}

.z-main .z-project-head:focus-visible {
	outline: 2px solid var(--z-link);
	outline-offset: 2px;
}

.z-main .z-project-head:hover h2 {
	color: var(--z-link);
}

.z-main .z-project > .z-project-thumb {
	flex: 0 0 auto;
	width: 7rem;
	display: block;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--z-rule);
	border-radius: 3px;
	transition: border-color 160ms ease;
}

.z-main .z-project:hover .z-project-thumb {
	border-color: var(--z-rule-strong);
}

.z-main .z-project .z-project-thumb img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border: 0;
	border-radius: 0;
	transition: transform 300ms cubic-bezier(0.2, 0, 0.13, 1);
}

.z-main .z-project:hover .z-project-thumb img {
	transform: scale(1.06);
}

.z-main .z-project-title {
	flex: 1 1 auto;
	
	min-width: 0;
	overflow-wrap: break-word;
}

.z-main .z-project-title h2 {
	margin: 0;
	font-size: 1.0625rem;
	line-height: 1.35;
	color: var(--z-title);
}

.z-main .z-project-meta {
	flex: 0 0 auto;
	font-size: 0.875rem;
	line-height: 1;
	color: var(--z-meta);
	font-variant-numeric: tabular-nums;
	font-feature-settings: "tnum";
	
	padding-top: 0.2rem;
}

@media (max-width: 640px) {
	.z-main .z-project {
		gap: var(--s3);
		padding: var(--s3);
	}

	.z-main .z-project > .z-project-thumb {
		width: 4.5rem;
	}

	.z-main .z-project-head {
		gap: var(--s3);
	}
}

@media (max-width: 420px) {
	.z-main .z-project {
		display: block;
	}

	.z-main .z-project > .z-project-thumb {
		width: 100%;
		margin-bottom: var(--s3);
	}
}

.z-main .z-project-head::after {
	content: "";
	flex: none;
	width: 0.85rem;
	height: 0.85rem;
	margin-top: 0.3rem;
	background-color: var(--z-meta);
	transition:
		transform 200ms cubic-bezier(0.2, 0, 0.13, 1),
		background-color 160ms ease;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.z-main .z-project:hover .z-project-head::after {
	background-color: var(--z-link);
}

.z-main .z-project-fold[open] .z-project-head::after {
	transform: rotate(180deg);
}

@supports selector(::details-content) {
	.z-main .z-project-fold {
		interpolate-size: allow-keywords;
	}

	.z-main .z-project-fold::details-content {
		block-size: 0;
		overflow-y: clip;
		opacity: 0;
		transition:
			block-size 260ms cubic-bezier(0.2, 0, 0.13, 1),
			opacity 200ms ease,
			content-visibility 260ms allow-discrete;
	}

	.z-main .z-project-fold[open]::details-content {
		block-size: auto;
		opacity: 1;
	}
}

.z-main .z-project-body {
	padding: var(--s3) 0 0;
}

.z-main .z-project-body p {
	margin: 0;
}

.z-main .z-project-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--s1) var(--s5);
	margin: var(--s2) 0 0;
	padding: 0;
	font-size: 0.9375rem;
}

.z-main .z-project-links a.z-gh,
.z-main .z-project-links a.z-gh:hover,
.z-main .z-project-links a.z-gh:focus-visible {
	text-decoration: none;
}
