:root {
	--accent: #3f78ad;
	--accent-dark: #2f679b;
	--ink: #34383b;
	--muted: #6f767b;
	--section-heading: #59666f;
	--sidebar-bg: #07557f;
	--sidebar-ink: #ffffff;
	--sidebar-muted: rgba(246, 250, 255, 0.88);
	--sidebar-link: #ffffff;
	--sidebar-link-hover: #d6f1ff;
	--line: #eeeeee;
	--timeline-school: #245a83;
	--content-measure: 60rem;
	--font-sans: "Avenir Next", Avenir, "SF Pro Text", "Helvetica Neue", sans-serif;
	--font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
}

html {
	scroll-behavior: smooth;
}

body,
input,
select,
textarea {
	color: #626a70;
	font-family: var(--font-sans);
	font-size: 13.5pt;
	font-weight: 400;
}

strong,
b {
	color: var(--ink);
	font-weight: 600;
}

#header {
	background-color: var(--sidebar-bg);
	background-image: none;
	color: var(--sidebar-muted);
	isolation: isolate;
	overflow: hidden;
	text-align: center;
}

#header::before {
	background-image:
		linear-gradient(180deg, rgba(3, 28, 52, 0.12) 0%, rgba(3, 33, 60, 0.27) 52%, rgba(2, 25, 48, 0.45) 100%),
		url("../../images/background/blue.jpg");
	background-position: 48% center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	filter: saturate(0.88) contrast(1.04) brightness(1.04);
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

#header > .inner,
#header > #footer {
	position: relative;
	z-index: 1;
}

#header > .inner {
	text-align: center;
}

#header .image.avatar {
	display: block;
	height: 9em;
	margin: 0 auto 1.2em;
	width: 9em;
}

#header .image.avatar img {
	border: 4px solid rgba(255, 255, 255, 0.92);
	box-shadow: 0 0.55em 1.6em rgba(0, 28, 52, 0.3);
	height: 100%;
	object-fit: cover;
	object-position: center 45%;
}

#header h1 {
	color: var(--sidebar-ink);
	font-family: var(--font-display);
	font-size: 1.55em;
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 1.35;
	margin: 0;
}

#header h1 strong {
	color: var(--sidebar-ink);
	font-weight: 600;
}

#header .header-role {
	color: var(--sidebar-muted);
	font-family: var(--font-sans);
	font-size: 0.82em;
	font-weight: 400;
	letter-spacing: 0.012em;
	line-height: 1.5;
	margin: 0.6em 0 0;
}

#header .header-role span {
	color: var(--sidebar-ink);
}

#header .profile-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.22em 0;
	justify-content: center;
	list-style: none;
	margin: 0.78em auto 1.05em;
	max-width: 18em;
	padding: 0;
}

#header .profile-links li {
	display: inline-flex;
	margin: 0;
	padding: 0;
}

#header .profile-links li + li::before {
	color: rgba(255, 255, 255, 0.5);
	content: "/";
	font-size: 0.67em;
	margin: 0 0.42em;
}

#header .profile-link {
	align-items: center;
	border-bottom: 0;
	color: var(--sidebar-link);
	display: inline-flex;
	font-size: 0.68em;
	gap: 0.3em;
	line-height: 1.45;
	white-space: nowrap;
}

#header .profile-link .icon::before {
	font-size: 0.9em;
	min-width: 1.1em;
	text-align: center;
}

#header a.profile-link:hover {
	color: var(--sidebar-link-hover) !important;
}

#header button.profile-link {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	font-family: inherit;
	margin: 0;
	padding: 0;
}

#header button.profile-link:hover,
#header button.profile-link:focus-visible {
	color: var(--sidebar-link-hover) !important;
}

#header .profile-link-disabled {
	color: rgba(255, 255, 255, 0.58);
	cursor: help;
}

.section-nav {
	border-top: 1px solid rgba(255, 255, 255, 0.24);
	display: flex;
	flex-direction: column;
	gap: 0.08em;
	margin: 0 auto;
	max-width: 13em;
	padding-top: 0.72em;
}

.section-nav a {
	border-bottom: 0;
	color: var(--sidebar-muted);
	font-size: 0.66em;
	letter-spacing: 0.075em;
	padding: 0.28em 0.55em;
	text-transform: uppercase;
}

.section-nav a:hover {
	color: var(--sidebar-link-hover) !important;
}

#main {
	max-width: none;
}

#main > section {
	border-top-width: 1px;
	margin-top: 1.75em;
	padding-top: 1.75em;
}

#main h2 {
	color: var(--section-heading);
	font-family: var(--font-sans);
	font-size: 1.48em;
	font-weight: 400;
	letter-spacing: -0.012em;
	line-height: 1.3;
	margin-bottom: 0.58em;
}

header.major h2 {
	font-size: 1.68em;
	margin: 0.05em 0 0.32em;
}

.about-copy {
	font-size: 0.86em;
	line-height: 1.72;
	margin-bottom: 1.3em;
	max-width: var(--content-measure);
	text-align: left;
}

.about-copy p {
	line-height: inherit;
	margin: 0 0 0.62em;
}

.about-copy a {
	font-weight: 400;
}

.about-copy .opportunity-note {
	color: #bd4d4d;
	font-weight: 400;
	margin-bottom: 0;
}

#main a {
	border-bottom-color: rgba(63, 120, 173, 0.45);
	color: var(--accent);
}

#main a:hover {
	border-bottom-color: transparent;
	color: var(--accent-dark) !important;
}

#about > h2 {
	margin-top: 0.8em;
}

.news-list {
	display: grid;
	gap: 0.1em;
	max-width: var(--content-measure);
}

.news-item {
	display: grid;
	font-size: 0.86em;
	gap: 1.05em;
	grid-template-columns: 6.2em 1fr;
	line-height: 1.42;
}

.news-item time {
	color: var(--accent);
	font-weight: 400;
	line-height: 1.42;
	white-space: nowrap;
}

.news-item p {
	line-height: 1.42;
	margin: 0;
}

.timeline {
	max-width: var(--content-measure);
}

.timeline-item {
	display: grid;
	grid-template-areas: "date marker content";
	grid-template-columns: 7.2em 1.45em minmax(0, 1fr);
	min-width: 0;
}

.timeline-date {
	color: var(--muted);
	font-size: 0.74em;
	font-style: italic;
	grid-area: date;
	line-height: 1.28;
	padding: 0.08em 0.75em 0.36em 0;
	text-align: left;
	white-space: nowrap;
}

.timeline-marker {
	grid-area: marker;
	min-height: 3.05em;
	position: relative;
}

.timeline-marker::before {
	background: #d5dee4;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 1.5px;
}

.timeline-marker::after {
	background: #168bc7;
	border: 3px solid #e8f3f8;
	border-radius: 50%;
	box-sizing: content-box;
	content: "";
	height: 0.48em;
	left: 50%;
	position: absolute;
	top: 0.16em;
	transform: translateX(-50%);
	width: 0.48em;
}

.timeline-item:first-child .timeline-marker::before {
	top: 0.38em;
}

.timeline-item:last-child .timeline-marker::before {
	bottom: calc(100% - 0.72em);
}

.timeline-content {
	grid-area: content;
	min-width: 0;
	padding: 0 0 0.34em 0.55em;
}

.timeline-content h3 {
	color: var(--timeline-school);
	font-family: var(--font-sans);
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: -0.006em;
	line-height: 1.24;
	margin: 0;
}

.timeline-content h3 a {
	border-bottom: 0;
	color: inherit;
}

.timeline-content p {
	font-size: 0.77em;
	line-height: 1.26;
	margin: 0;
}

.timeline-content .timeline-role {
	color: var(--ink);
	font-weight: 400;
}

.publication-list {
	display: grid;
	gap: 1.05em;
	max-width: var(--content-measure);
	min-width: 0;
	width: 100%;
}

.author-key {
	color: var(--ink);
	font-size: 0.72em;
	line-height: 1.4;
	margin: -0.45em 0 1em;
	white-space: nowrap;
}

.author-mark {
	color: var(--ink);
	font-size: 1em;
	font-weight: 500;
	margin-left: 0.04em;
	vertical-align: baseline;
}

.publication-copy .authors .author-mark {
	display: inline-block;
	font-size: 0.78em;
	line-height: 1;
	position: relative;
	top: -0.3em;
}

.author-key .author-mark:first-child {
	margin-left: 0;
}

.publication-item {
	align-items: center;
	display: grid;
	gap: 1.05em;
	grid-template-columns: minmax(12em, 0.82fr) minmax(0, 2.18fr);
	min-width: 0;
	width: 100%;
}

.publication-media {
	min-width: 0;
	position: relative;
}

.publication-copy {
	min-width: 0;
}

.publication-image {
	aspect-ratio: 16 / 9;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 0.35em;
	box-shadow: 0 0.45em 1.4em rgba(31, 43, 48, 0.055);
	display: block;
	height: auto;
	object-fit: contain;
	overflow: hidden;
	width: 100%;
}

.publication-badge {
	background: var(--accent-dark);
	box-shadow: 0 0.25em 0.7em rgba(34, 62, 84, 0.18);
	color: #fff;
	font-size: 0.66em;
	font-weight: 500;
	left: -0.65em;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 0.48em 0.9em;
	position: absolute;
	top: 0.7em;
	white-space: nowrap;
}

.publication-copy h3 {
	color: var(--ink);
	font-family: var(--font-sans);
	font-size: 0.96em;
	font-weight: 600;
	line-height: 1.36;
	margin: 0 0 0.24em;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: normal;
}

.publication-copy p {
	font-size: 0.79em;
	line-height: 1.45;
	margin: 0 0 0.16em;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: normal;
}

.publication-copy .authors {
	color: #7f7f7f;
}

.publication-copy .venue {
	color: #777;
	font-style: italic;
}

.publication-copy .publication-links {
	font-size: 0.75em;
	margin-top: 0.3em;
}

.publication-copy .release-note {
	color: #8a9094;
	font-size: 0.67em;
	line-height: 1.35;
	margin-top: 0.24em;
}

.publication-links a {
	border-bottom: 0;
	font-weight: 600;
	margin-right: 0.35em;
	white-space: nowrap;
}

.publication-links a::before {
	content: '[';
}

.publication-links a::after {
	content: ']';
}

.publication-links .star-badge {
	display: inline-flex;
	margin-left: 0.05em;
	vertical-align: -0.28em;
}

.publication-links .star-badge::before,
.publication-links .star-badge::after {
	content: none;
}

.publication-links .star-badge img {
	display: block;
	height: 1.45em;
	width: auto;
}

.publication-link-placeholder {
	color: var(--accent);
	font-weight: 600;
	opacity: 0.62;
	white-space: nowrap;
}

.compact-list {
	list-style: disc;
	margin: 0;
	max-width: 58em;
	padding-left: 1.2em;
}

.service-subheading {
	color: var(--ink);
	font-family: var(--font-sans);
	font-size: 0.98em;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 0 0 0.55em;
}

.service-group + .service-group {
	margin-top: 1em;
}

.compact-list li {
	color: #626a70;
	font-size: 0.9em;
	line-height: 1.42;
	margin: 0.08em 0;
	padding-left: 0.1em;
}

.compact-list li::marker {
	color: #687279;
	font-size: 0.85em;
}

#footer .copyright li a {
	color: var(--sidebar-link);
}

#footer .copyright {
	color: rgba(246, 250, 255, 0.76);
	font-size: 0.6em;
	line-height: 1.6;
	text-align: center;
}

#header h1,
#header .header-role,
#header .profile-links,
#header .section-nav,
#header #footer {
	text-shadow: 0 1px 10px rgba(0, 25, 47, 0.28);
}

.page-end-copyright {
	display: none;
}

body.wechat-dialog-open {
	overflow: hidden;
}

.wechat-dialog {
	background: #ffffff;
	border: 0;
	border-radius: 0.75em;
	box-shadow: 0 1.4em 4.5em rgba(7, 31, 49, 0.32);
	box-sizing: border-box;
	max-height: calc(100dvh - 2em);
	max-width: calc(100vw - 2em);
	overflow: hidden;
	padding: 0;
	width: min(24em, calc(100vw - 2em));
}

.wechat-dialog[open] {
	animation: wechat-dialog-in 180ms ease-out;
}

.wechat-dialog::backdrop {
	background: rgba(7, 25, 39, 0.58);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.wechat-dialog img {
	display: block;
	height: auto;
	max-height: calc(100dvh - 2em);
	object-fit: contain;
	width: 100%;
}

.wechat-close {
	-webkit-appearance: none;
	appearance: none;
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 0.15em 0.7em rgba(7, 31, 49, 0.18);
	color: #233746;
	cursor: pointer;
	display: flex;
	font-family: var(--font-sans);
	font-size: 1.35em;
	height: 1.85em;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 0 0 0.08em;
	position: absolute;
	right: 0.65em;
	top: 0.65em;
	transition: background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
	width: 1.85em;
	z-index: 1;
}

.wechat-close:hover,
.wechat-close:focus-visible {
	background: #ffffff;
	box-shadow: 0 0.2em 0.9em rgba(7, 31, 49, 0.24);
	transform: scale(1.04);
}

@keyframes wechat-dialog-in {
	from {
		opacity: 0;
		transform: translateY(0.6em) scale(0.98);
	}

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

@media screen and (min-width: 1043px) {
	#header {
		align-items: stretch;
		overflow: hidden;
		padding: 3.35em 1.8em 1.25em;
		width: 25%;
	}

	#header > .inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0;
	}

	#footer {
		margin-top: auto;
		padding: 0.9em 0 0;
		position: static;
		text-align: center;
		width: 100%;
	}

	#main {
		margin-left: 25%;
		padding: 4em 4.35em 3em;
		width: 75%;
	}
}

@media screen and (max-width: 1042px) {
	#header {
		align-items: center;
		background-color: var(--sidebar-bg);
		background-image: none;
		display: flex;
		height: auto;
		justify-content: flex-start;
		left: auto;
		padding: 1.3em 1.5em 0.8em;
		position: relative;
		text-align: center;
		top: auto;
		width: 100%;
	}

	#header .image.avatar {
		grid-area: avatar;
		height: 4.35em;
		margin: 0;
		width: 4.35em;
	}

	#header h1 {
		align-self: end;
		font-size: 1.28em;
		grid-area: name;
		line-height: 1.35;
		text-align: left;
	}

	#header .header-role {
		font-size: 0.76em;
		grid-area: role;
		line-height: 1.42;
		margin-top: 0.2em;
		text-align: left;
	}

	#header > .inner {
		align-items: center;
		column-gap: 1.25em;
		display: grid;
		flex-grow: 0;
		grid-template-areas:
			"avatar name"
			"avatar role"
			"avatar links"
			"nav nav";
		grid-template-columns: 4.35em minmax(0, 1fr);
		margin: 0 auto 0.25em;
		max-width: 43em;
		width: 100%;
	}

	#header .profile-links {
		grid-area: links;
		justify-content: flex-start;
		margin: 0.48em 0 0;
		max-width: 31em;
	}

	#footer {
		display: none;
	}

	.section-nav {
		flex-direction: row;
		flex-wrap: wrap;
		grid-area: nav;
		gap: 0.2em 0.7em;
		justify-content: center;
		margin-top: 0.65em;
		max-width: none;
		width: 100%;
	}

	#main {
		font-size: 0.95em;
		margin: 0;
		max-width: none;
		padding: 1.55em 1.7em 0.5em;
		width: 100%;
	}

	.page-end-copyright {
		color: #aaa;
		display: block;
		font-size: 0.72em;
		line-height: 1.6;
		list-style: none;
		margin: 0;
		padding: 5em 1.5em 0.5em;
		text-align: center;
	}

	.page-end-copyright li {
		display: inline;
	}

	.page-end-copyright li + li::before {
		content: ' | ';
		opacity: 0.55;
	}
}

@media screen and (max-width: 736px) {
	#header {
		padding: 1.15em 1.1em 0.65em;
	}

	#footer {
		padding-top: 0.65em;
	}

	#header .image.avatar {
		height: 4em;
		width: 4em;
	}

	#header .profile-links {
		margin: 0.42em 0 0;
	}

	#header > .inner {
		column-gap: 1em;
		grid-template-columns: 4em minmax(0, 1fr);
	}

	.section-nav a {
		font-size: 0.62em;
	}

	#main {
		padding: 1.4em 1em 0.25em 1.25em;
	}

	#main > section {
		margin-top: 1.35em;
		padding-top: 1.35em;
	}

	#main h2 {
		font-size: 1.3em;
	}

	#main header.major h2 {
		font-size: 1.35em;
	}

	.timeline-item {
		grid-template-areas:
			"marker date"
			"marker content";
		grid-template-columns: 1.35em minmax(0, 1fr);
	}

	.timeline-date {
		font-size: 0.7em;
		padding: 0 0 0.12em 0.55em;
		text-align: left;
	}

	.timeline-marker {
		grid-row: 1 / 3;
		min-height: 3.6em;
	}

	.timeline-content {
		padding: 0 0 0.45em 0.55em;
	}

	.timeline-content h3 {
		font-size: 0.86em;
	}

	.publication-item {
		align-items: stretch;
		gap: 0.75em;
		grid-template-columns: 1fr;
	}

	.publication-copy h3 {
		font-size: 0.9em;
	}

	.publication-copy p {
		font-size: 0.75em;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wechat-dialog[open] {
		animation: none;
	}
}

@media screen and (max-width: 520px) {
	.compact-list li {
		font-size: 0.86em;
		line-height: 1.45;
	}
}
