body,
nav a {
	color: var(--text);
}
:root {
	--deep: #461603;
	--deep-2: #612d06;
	--ink: #2a0b01;
	--neon: #33ff00;
	--violet: #ff6bdf;
	--text: #ffe6fc;
	--muted: #d9b2d7;
	--link-color: #5eff00;
	--shadow: 0 10px 30px rgba(255, 0, 234, 0.2),
		0 0 0 1px rgba(255, 156, 107, 0.12) inset;
	--radius: 14px;
	--wrap: 1200px;
}
*,
::after,
::before {
	box-sizing: border-box;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
html,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
}
html:focus-within {
	scroll-behavior: smooth;
}
img {
	max-width: 100%;
	display: block;
}
a {
	text-decoration: none;
}
button {
	background: 0 0;
	border: 0;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
body {
	min-height: 100vh;
	font-family:
		system-ui,
		-apple-system,
		Segoe UI,
		Roboto,
		Ubuntu,
		Cantarell,
		'Helvetica Neue',
		Arial,
		'Noto Sans';
	background: radial-gradient(
			1200px 800px at 80% -10%,
			rgba(0, 255, 240, 0.18),
			transparent 60%
		),
		radial-gradient(
			1200px 900px at 10% 110%,
			rgba(168, 107, 255, 0.15),
			transparent 60%
		),
		linear-gradient(180deg, var(--deep) 0, var(--ink) 100%);
	max-width: 100vw;
	overflow-x: hidden;
}
::selection {
	background: rgba(0, 255, 240, 0.25);
}
.s-212301c593df7a10ee64,
[role='button'],
a,
button {
	cursor: pointer;
}
.s-f0cad97953dfb126d32d {
	max-width: var(--wrap);
	margin: 0 auto;
	padding: 0 24px;
}
header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: linear-gradient(
		180deg,
		rgba(18, 1, 42, 0.92),
		rgba(18, 1, 42, 0.55)
	);
	backdrop-filter: saturate(160%) blur(10px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.s-ab75b8b1ff22d65876f0 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	height: 72px;
}
.s-63acf68c4f951d6412a8 {
	display: flex;
	align-items: center;
	gap: 12px;
}
.s-63acf68c4f951d6412a8 .s-5807dd602664a565fe53 {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	box-shadow: var(--shadow);
}
.s-63acf68c4f951d6412a8 .s-6ae999552a0d2dca14d6 {
	font-weight: 800;
	letter-spacing: 0.3px;
	font-size: 1.1rem;
	line-height: 1;
}
.s-63acf68c4f951d6412a8 .s-5e9b60f69165f32f8930 {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: var(--muted);
}
nav ul {
	display: flex;
	gap: 18px;
	list-style: none;
	align-items: center;
}
nav a {
	opacity: 0.88;
	font-weight: 600;
}
nav a:hover {
	opacity: 1;
	text-shadow: 0 0 18px rgba(0, 255, 240, 0.65);
}
.s-93720caa841037718a71 {
	padding: 10px 14px;
	border: 1px solid rgba(0, 255, 240, 0.35);
	border-radius: 999px;
}
.s-138c9372f768b6e5c469 {
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.s-138c9372f768b6e5c469 span {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 6px auto;
	border-radius: 2px;
}
.s-b5d6577a4db23ec8675f {
	position: fixed;
	/* inset: 0 0 0 auto; */
	width: min(86vw, 360px);
	background: linear-gradient(180deg, #180136 0, #0c0621 100%);
	transform: translateX(100%);
	transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
	padding: 24px 22px 32px;
	display: none;
	flex-direction: column;
	gap: 16px;
	border-left: 1px solid rgba(255, 255, 255, 0.06);
	z-index: 1100;
}
.s-b5d6577a4db23ec8675f.s-5fc7e38bffe00ca46add {
	transform: translateX(0);
	display: flex;
}
.s-b5d6577a4db23ec8675f a {
	padding: 14px 12px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	color: var(--text);
}
.s-b5d6577a4db23ec8675f .s-100e80eec52a072159ad {
	margin-top: 6px;
	color: var(--muted);
	font-size: 0.8rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
@media (max-width: 980px) {
	nav ul {
		display: none;
	}
	.s-138c9372f768b6e5c469 {
		display: inline-block;
	}
}
main {
	padding-top: 40px;
	padding-bottom: 96px;
}
.s-9d1a65b8964f0e858188 {
	min-height: calc(100vh - 72px - 160px);
	display: flex;
	align-items: center;
}
@media (max-width: 720px) {
	.s-9d1a65b8964f0e858188 {
		min-height: calc(100vh - 72px - 200px);
	}
}
.s-d6c95a8b074db0cc1f93 {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr);
	gap: 32px;
	align-items: center;
	width: 100%;
}
@media (max-width: 900px) {
	.s-d6c95a8b074db0cc1f93 {
		grid-template-columns: 1fr;
	}
}
.s-df239c64afe6950dd58d {
	border-radius: 18px;
	padding: 26px 22px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: radial-gradient(
			circle at 0 0,
			rgba(0, 255, 240, 0.2),
			transparent 60%
		),
		rgba(10, 1, 32, 0.96);
	box-shadow: var(--shadow);
}
.s-1357ad81e33362d6d9e6 {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: var(--muted);
}
.s-0bba1ffe96272befeca3 {
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: -0.03em;
	margin-top: 8px;
}
.s-0bba1ffe96272befeca3 span {
	color: var(--neon);
}
.s-4080764f4fd2d2857613 {
	margin-top: 14px;
	font-size: 0.98rem;
	color: var(--muted);
	line-height: 1.7;
}
.s-fb91468c0dbf67c45afb {
	margin-top: 22px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.s-23b0ed88362dca359e07 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 999px;
	border: 1px solid rgba(0, 255, 240, 0.6);
	background: linear-gradient(
		180deg,
		rgba(0, 255, 240, 0.2),
		rgba(0, 255, 240, 0.08)
	);
	color: var(--text);
	font-weight: 700;
	font-size: 0.95rem;
	box-shadow: var(--shadow);
}
.s-23b0ed88362dca359e07:hover {
	box-shadow: 0 16px 36px rgba(0, 255, 240, 0.3);
	transform: translateY(-1px);
}
.s-898ef899ed67a5f73ca7 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: var(--text);
	font-weight: 600;
	font-size: 0.93rem;
	background: rgba(10, 1, 32, 0.7);
}
.s-5ab018e789dc66efcd70 {
	border-radius: 18px;
	overflow: hidden;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #13022d;
	box-shadow: var(--shadow);
	aspect-ratio: 4/3;
}
.s-521307ddb67a4abc1424,
footer {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.s-6001ab2c72462cd43525 {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
}
.s-6001ab2c72462cd43525 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.s-658c8286c17e402644ee {
	opacity: 0;
	transform: translateY(14px) scale(0.98);
	filter: blur(4px);
}
.s-658c8286c17e402644ee.s-af10ef20dd9060bbeead {
	opacity: 1;
	transform: none;
	filter: none;
	transition:
		opacity 0.8s,
		transform 0.8s,
		filter 0.6s;
}
.s-0c9f5906743aeae55c30 {
	animation: 3.4s ease-in-out infinite glow;
}
@keyframes glow {
	0%,
	100% {
		box-shadow:
			0 10px 30px rgba(0, 255, 240, 0.2),
			0 0 0 1px rgba(168, 107, 255, 0.12) inset;
	}
	50% {
		box-shadow:
			0 18px 46px rgba(0, 255, 240, 0.35),
			0 0 0 1px rgba(168, 107, 255, 0.22) inset;
	}
}
footer {
	margin-top: 40px;
	background: linear-gradient(
		180deg,
		rgba(168, 107, 255, 0.07),
		rgba(0, 0, 0, 0)
	);
}
.s-790f5a4f2e985b582ee9 {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 26px;
	padding: 48px 20px;
}
@media (max-width: 800px) {
	.s-790f5a4f2e985b582ee9 {
		grid-template-columns: 1fr;
	}
}
.s-379e75c850e1334ef7be {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 26px;
}
.s-379e75c850e1334ef7be a {
	color: var(--text);
	opacity: 0.88;
}
.s-379e75c850e1334ef7be a:hover {
	opacity: 1;
	text-shadow: 0 0 14px rgba(0, 255, 240, 0.6);
}
.s-b150a1aa0a630d6d247c {
	color: var(--muted);
	font-size: 0.92rem;
	display: grid;
	gap: 14px;
}
.s-1a73af9e7ae00182733b {
	display: grid;
	gap: 6px;
	font-size: 0.95rem;
	color: var(--muted);
}
.s-1a73af9e7ae00182733b strong {
	color: var(--text);
}
.s-521307ddb67a4abc1424 {
	padding: 18px 0 36px;
	color: var(--muted);
	font-size: 0.86rem;
}
