body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

body * {
	letter-spacing: 0 !important;
}

body:after {
	background-color: #090b15;
	background-image:
		linear-gradient(120deg, rgba(24, 180, 182, 0.24), transparent 35%),
		linear-gradient(300deg, rgba(111, 70, 218, 0.26), transparent 42%),
		url("../../images/overlay.png"),
		url("../../images/bg.jpg");
	filter: saturate(1.2) contrast(1.08);
}

h1,
h2,
h3,
p,
li,
a,
strong,
em {
	letter-spacing: 0;
}

.kicker {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.72rem;
	font-weight: 800;
	margin: 0 0 1.2rem 0;
	text-transform: uppercase;
}

.hero-panel .content {
	background:
		radial-gradient(circle at 18% 24%, rgba(47, 222, 197, 0.32), transparent 34%),
		linear-gradient(135deg, rgba(11, 13, 31, 0.98), rgba(40, 55, 154, 0.96) 54%, rgba(114, 44, 140, 0.95));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.hero-panel h1 {
	font-size: clamp(2.65rem, 5vw, 5.2rem);
	line-height: 0.98;
	margin-bottom: 1.35rem;
	text-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.28);
}

.hero-panel .image:after,
.spotlight .image:after {
	background-image:
		linear-gradient(45deg, rgba(41, 219, 188, 0.18), rgba(112, 77, 255, 0.24)),
		url("../../images/overlay.png");
	opacity: 0.72;
}

.stats-panel .grid-icons li {
	display: grid;
	gap: 0.65rem;
	place-items: center;
}

.stats-panel .grid-icons strong {
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

.gallery-panel .intro {
	background:
		radial-gradient(circle at 25% 18%, rgba(60, 227, 205, 0.28), transparent 34%),
		linear-gradient(160deg, #121734, #5a32a0 58%, #b53b68);
}

.showcase-tile {
	isolation: isolate;
}

.showcase-tile img {
	filter: saturate(1.25) contrast(1.08) brightness(1.12);
}

.showcase-tile:before {
	background:
		linear-gradient(180deg, transparent 18%, rgba(8, 10, 23, 0.82)),
		linear-gradient(35deg, rgba(54, 219, 204, 0.18), transparent 48%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.showcase-tile:after {
	background: rgba(31, 36, 62, 0.08);
	z-index: 2;
}

.showcase-tile:hover .tile-caption {
	transform: translateY(-0.35rem);
}

.tile-caption {
	bottom: 1.05rem;
	color: #ffffff;
	left: 1.05rem;
	line-height: 1.25;
	position: absolute;
	right: 1.05rem;
	text-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.4);
	transition: transform 0.2s ease;
	z-index: 3;
}

.tile-caption strong,
.tile-caption em {
	display: block;
}

.tile-caption strong {
	font-size: 1rem;
	font-weight: 900;
}

.tile-caption em {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.78rem;
	font-style: normal;
	margin-top: 0.2rem;
}

.profiles-panel .intro {
	background:
		radial-gradient(circle at 78% 20%, rgba(84, 232, 207, 0.2), transparent 36%),
		linear-gradient(150deg, #17192f, #23516f 62%, #238073);
}

.profile-grid {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent),
		rgba(27, 28, 45, 0.96);
}

.student-profile {
	min-width: 18rem;
}

.student-profile h3 {
	margin-bottom: 0.85rem;
}

.student-profile p {
	min-height: 7.8rem;
}

.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	list-style: none;
	margin: 0 0 1.35rem 0;
	padding: 0;
}

.tags li {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.68rem;
	font-weight: 800;
	padding: 0.18rem 0.65rem;
}

.submit-panel .intro {
	background: linear-gradient(160deg, #1d2848, #295a75 55%, #468675);
}

.copyright {
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.72rem;
	padding-right: 2rem;
}

@media screen and (max-width: 736px) {
	.hero-panel .image {
		display: none;
	}

	.hero-panel .content {
		min-height: 100vh;
	}

	.hero-panel h1 {
		font-size: 3rem;
	}

	.student-profile p {
		min-height: 0;
	}

	.tile-caption {
		bottom: 0.85rem;
		left: 0.85rem;
		right: 0.85rem;
	}
}
