::-ms-expand {
	display: none;
}
:root {
	--accent: #64ffda;
	--grid: #233554;
	--link: #ccd6f6;
	--panel: rgba(17, 34, 64, .72);
	--primary: #0a192f;
	--text: #8892b0;
}
*,
::before,
::after {
	box-sizing: border-box;
}
a {
	color: var(--link);
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	touch-action: manipulation;
}
body {
	background: var(--primary);
	color: var(--text);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin: 0;
	min-height: 100vh;
	padding: 34px 16px 48px;
}
button:focus,
input:focus,
select:focus,
textarea:focus,
[contenteditable]:focus {
	outline: 0;
}
h1 {
	color: #fff;
	font-size: clamp(30px, 5vw, 44px);
	margin: 0;
}
h2 {
	color: var(--accent);
	font-size: 28px;
	margin: 0 0 16px;
}
h3 {
	color: #fff;
	font-size: 20px;
	margin: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type="number"] {
	-moz-appearance: textfield;
}
table {
	border-collapse: collapse;
}
.absolute {
	position: absolute;
}
.background {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
.block {
	display: block;
}
.blurred-contact {
	cursor: pointer;
	filter: blur(4px);
	transition: filter .2s ease;
}
.blurred-contact.revealed {
	filter: blur(0);
}
.center {
	text-align: center;
}
.company {
	color: #a8b2d1;
	font-weight: 600;
	margin: 0 0 8px;
}
.contact-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.content-layout {
	align-items: start;
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 260px;
}
.cv-page {
	margin: 0 auto;
	max-width: 980px;
	position: relative;
	z-index: 2;
}
.education-item + .education-item {
	border-top: 1px solid rgba(100, 255, 218, .22);
	margin-top: 12px;
	padding-top: 12px;
}
.education-item:last-child p:last-child {
	margin-bottom: 0;
}
.experience-card {
	backdrop-filter: blur(3px);
	background: var(--panel);
	border: 1px solid rgba(100, 255, 218, .3);
	border-radius: 14px;
	padding: 20px;
	transition: border-color .22s ease, box-shadow .22s ease;
}
.experience-card p {
	line-height: 1.55;
	margin-top: 0;
}
.experience-card:hover {
	border-color: rgba(100, 255, 218, .68);
	box-shadow: 0 0 0 1px rgba(100, 255, 218, .26), 0 0 14px rgba(100, 255, 218, .15);
}
.experience-head {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 6px;
}
.experience-list {
	display: grid;
	gap: 14px;
}
.fit {
	width: fit-content;
}
.fixed {
	position: fixed;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.full {
	width: 100%;
}
.grid {
	stroke: var(--grid);
	stroke-width: .5;
}
.hidden {
	display: none;
}
.hide-x {
	overflow-x: hidden;
}
.hide-y {
	overflow-y: hidden;
}
.info-card {
	backdrop-filter: blur(3px);
	background: var(--panel);
	border: 1px solid rgba(100, 255, 218, .3);
	border-radius: 14px;
	height: fit-content;
	padding: 18px;
	transition: border-color .22s ease, box-shadow .22s ease;
}
.info-card p {
	margin: 0 0 8px;
}
.info-card:hover {
	border-color: rgba(100, 255, 218, .65);
	box-shadow: 0 0 0 1px rgba(100, 255, 218, .25), 0 0 14px rgba(100, 255, 218, .14);
}
.job-points {
	margin: 0;
	padding-left: 20px;
}
.job-points li {
	line-height: 1.5;
	margin-bottom: 6px;
}
.label {
	color: var(--accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .1em;
	margin: 0 0 8px;
	text-transform: uppercase;
}
.left {
	text-align: left;
}
.margin {
	margin: 1rem;
}
.margin-auto {
	margin: auto;
}
.overflow {
	overflow: auto;
}
.overflow-x {
	overflow-x: auto;
}
.overflow-y {
	overflow-y: auto;
}
.padded {
	padding: 1rem;
}
.period {
	color: var(--accent);
	font-weight: 700;
}
.pointer {
	cursor: pointer;
}
.profile-card {
	align-items: center;
	backdrop-filter: blur(4px);
	background: var(--panel);
	border: 1px solid rgba(100, 255, 218, .4);
	border-radius: 16px;
	box-shadow: 0 20px 32px rgba(2, 12, 27, .5);
	display: grid;
	gap: 28px;
	grid-template-columns: 1.5fr 1fr;
	margin: 0 auto 24px;
	max-width: 760px;
	padding: 24px;
	transition: border-color .22s ease, box-shadow .22s ease;
}
.profile-card:hover {
	border-color: rgba(100, 255, 218, .75);
	box-shadow: 0 0 0 1px rgba(100, 255, 218, .32), 0 20px 32px rgba(2, 12, 27, .5), 0 0 16px rgba(100, 255, 218, .2);
}
.profile-meta p {
	margin: 4px 0;
}
.profile-photo {
	border: 2px solid rgba(100, 255, 218, .5);
	border-radius: 12px;
	box-shadow: 0 14px 30px rgba(2, 12, 27, .48);
	height: auto;
	max-width: 190px;
	width: 100%;
}
.profile-photo-wrap {
	display: flex;
	justify-content: center;
}
.relative {
	position: relative;
}
.right {
	text-align: right;
}
.role {
	color: var(--accent);
	font-size: 18px;
	font-weight: 600;
	margin: 8px 0 14px;
}
.section-block {
	margin-top: 0;
}
.side-group h2 {
	margin: 0 0 12px;
}
.side-panel {
	align-content: start;
	align-self: start;
	display: grid;
	gap: 14px;
}
.skill-list {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.skill-list li {
	background: rgba(100, 255, 218, .08);
	border: 1px solid rgba(100, 255, 218, .32);
	border-radius: 8px;
	color: #d6e3ff;
	padding: 8px 10px;
}
.sticky {
	position: sticky;
}
.summary {
	line-height: 1.65;
	margin: 0 0 16px;
	max-width: 62ch;
}
.underline {
	text-decoration: underline;
}
.wide {
	max-width: 1200px;
}
@media (max-width: 800px){
	.content-layout {
		grid-template-columns: 1fr;
	}
	.profile-card {
		grid-template-columns: 1fr;
		padding: 24px;
	}
	.profile-photo {
		max-width: 220px;
	}
}
@media print {
	.experience-card: hover,;
	.profile-card: hover,;
	a {
		color: var(--link);
		text-decoration: none;
	}
	body {
		background: var(--primary);
		color: var(--text);
		font-size: 12px;
		line-height: 1.25;
		margin: 0;
		padding: 0;
		print-color-adjust: exact;
		zoom: .8;
		-webkit-print-color-adjust: exact;
	}
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 16px;
		margin: 0 0 8px;
	}
	h3 {
		font-size: 13px;
		margin: 0;
	}
	html {
		font-size: 12px;
	}
	.background {
		display: block;
	}
	.blurred-contact {
		filter: blur(0);
	}
	.content-layout {
		break-before: auto;
		display: grid;
		gap: 12px;
		grid-template-columns: 1.08fr .92fr;
		page-break-before: auto;
	}
	.cv-page {
		max-width: none;
		width: 100%;
	}
	.experience-card,
	.info-card {
		break-inside: avoid-page;
		padding: 9px;
	}
	.info-card:hover {
		box-shadow: none;
	}
	.job-points {
		margin: 0;
		padding-left: 14px;
	}
	.job-points li {
		line-height: 1.25;
		margin-bottom: 3px;
	}
	.label {
		font-size: 10px;
		margin-bottom: 4px;
	}
	.label,
	.period,
	h2,
	.role {
		color: var(--accent);
	}
	.profile-card {
		break-after: avoid-page;
		gap: 8px;
		grid-template-columns: 1.6fr 1fr;
		margin-bottom: 6px;
		padding: 10px;
		page-break-after: avoid;
	}
	.profile-card,
	.experience-card,
	.info-card {
		backdrop-filter: none;
		background: var(--panel);
		border: 1px solid rgba(100, 255, 218, .3);
		box-shadow: none;
	}
	.profile-meta p,
	.info-card p,
	.experience-card p {
		margin: 0 0 4px;
	}
	.profile-photo {
		max-width: 120px;
	}
	.role {
		font-size: 13px;
		margin: 4px 0 8px;
	}
	.section-block {
		margin-top: 0;
		min-width: 0;
	}
	.section-block,
	.side-group {
		break-inside: auto;
	}
	.side-group h2 {
		margin-bottom: 4px;
	}
	.side-panel {
		align-content: start;
		display: grid;
		gap: 6px;
		grid-template-columns: 1fr;
		min-width: 0;
		padding-left: 4px;
	}
	.skill-list li {
		background: rgba(100, 255, 218, .08);
		border: 1px solid rgba(100, 255, 218, .32);
		color: #d6e3ff;
	}
	.summary {
		line-height: 1.3;
		margin: 0 0 8px;
	}
}
@page {
	margin: 6mm;
	size: A4;
}