:root {
	--midnight: #1c330a;
	--ink: #2b4a0f;
	--ink-2: #2b6015;
	--electric: #ff4400;
	--electric-2: #ffa277;
	--text: #e9f0ff;
	--muted: #a8b7d9;
	--link-color: #ff9577;
	--radius: 16px;
	--container: 1180px;
	--shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
	--grid-gap: 22px;
}
*,
::after,
::before {
	box-sizing: border-box;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	display: block;
	height: auto;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: var(--link-color);
}
button,
input,
select,
textarea {
	font: inherit;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family:
		ui-sans-serif,
		system-ui,
		-apple-system,
		Segoe UI,
		Roboto,
		'Helvetica Neue',
		Arial,
		'Noto Sans',
		'Liberation Sans';
	color: var(--text);
	background: radial-gradient(
			1200px 1200px at 10% -10%,
			rgba(255, 230, 0, 0.1),
			transparent 60%
		),
		radial-gradient(
			900px 900px at 110% 20%,
			rgba(255, 230, 0, 0.06),
			transparent 55%
		),
		linear-gradient(180deg, var(--midnight), var(--ink));
	min-height: 100vh;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	max-width: 100vw;
	overflow-x: hidden;
}
main {
	flex: 1;
}
.s-255a762c36cdae2fe950 {
	max-width: var(--container);
	margin-inline: auto;
	padding: 0 20px;
}
.s-c7e16815bdd612718015 {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.s-c7e16815bdd612718015:focus {
	left: 20px;
	top: 20px;
	width: auto;
	height: auto;
	background: var(--electric);
	color: #111;
	padding: 10px 14px;
	border-radius: 10px;
	z-index: 9999;
}
header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(10, 26, 51, 0.65);
	backdrop-filter: saturate(140%) blur(10px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.s-6f5009040487ce4e9407 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
}
.s-63acf68c4f951d6412a8 {
	display: flex;
	align-items: center;
	gap: 12px;
}
.s-63acf68c4f951d6412a8 svg {
	width: 34px;
	height: 34px;
	flex: none;
	filter: drop-shadow(0 4px 10px rgba(255, 230, 0, 0.25));
}
.s-bce1b640aa3b70b17d91,
nav {
	display: flex;
	align-items: center;
}
.s-755ea24aa34ee7d8efa5 {
	font-weight: 800;
	letter-spacing: 0.3px;
}
.s-d6c1ee4c743e69baf23f {
	color: var(--muted);
	font-size: 0.88rem;
}
nav {
	gap: 26px;
}
.s-bce1b640aa3b70b17d91 {
	gap: 20px;
}
.s-bce1b640aa3b70b17d91 a {
	padding: 8px 12px;
	border-radius: 10px;
	transition:
		transform 0.2s,
		background 0.2s;
}
.s-bce1b640aa3b70b17d91 a:hover {
	background: rgba(255, 230, 0, 0.12);
	transform: translateY(-1px);
}
.s-9613c87ef22f34bb9290 {
	background: linear-gradient(90deg, var(--electric), #fff59e);
	color: #111;
	padding: 10px 16px;
	border-radius: 12px;
	font-weight: 700;
	box-shadow: var(--shadow);
}
.s-7a86b15480e0a870f0b0 {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	align-items: center;
	justify-content: center;
	background: 0 0;
}
.s-7a86b15480e0a870f0b0 span,
.s-7a86b15480e0a870f0b0::after,
.s-7a86b15480e0a870f0b0::before {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background: var(--text);
	border-radius: 2px;
}
.s-7a86b15480e0a870f0b0::before,
.s-819f41f058379eb51168 li {
	margin-bottom: 6px;
}
.s-7a86b15480e0a870f0b0::after {
	margin-top: 6px;
}
.s-83d6311e87d4775ca4b3 {
	display: none;
	position: fixed;
	inset: 60px 12px auto 12px;
	background: rgba(10, 26, 51, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	padding: 14px;
	box-shadow: var(--shadow);
}
.s-83d6311e87d4775ca4b3 a {
	display: block;
	padding: 12px 10px;
	border-radius: 10px;
}
.s-83d6311e87d4775ca4b3 a:hover {
	background: rgba(255, 255, 255, 0.06);
}
.s-b23dedf47900840f6709 {
	padding: 80px 0;
	display: flex;
	align-items: center;
	min-height: calc(100vh - 160px);
}
.s-740a96837680949e8e0b {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 40px;
	align-items: center;
}
.s-675f86fe814f97648b78 {
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: var(--electric-2);
	margin-bottom: 8px;
}
.s-179059ffe4f02a616c0d {
	font-size: 2rem;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}
.s-8cb33b2754e53feca4f7 {
	max-width: 52ch;
	color: #dfe7ff;
	margin-bottom: 14px;
}
.s-819f41f058379eb51168 {
	margin-top: 10px;
	font-size: 0.94rem;
	color: var(--muted);
}
.s-326b426f9ac7a96ed6ba {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.s-212301c593df7a10ee64 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(9, 19, 35, 0.9);
	color: var(--text);
	font-size: 0.9rem;
	font-weight: 600;
}
.s-23b0ed88362dca359e07 {
	border: 0;
	background: linear-gradient(90deg, var(--electric), var(--electric-2));
	color: #111;
	box-shadow: var(--shadow);
}
.s-5ab018e789dc66efcd70 {
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.04),
		rgba(255, 255, 255, 0.01)
	);
	box-shadow: var(--shadow);
}
.s-918a84a89a0bcfcc6be0 {
	position: relative;
	width: 100%;
	padding-top: 70%;
}
.s-918a84a89a0bcfcc6be0 > div {
	position: absolute;
	inset: 0;
}
.s-918a84a89a0bcfcc6be0 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
footer {
	margin-top: 40px;
	background: linear-gradient(180deg, var(--ink), #0a1a33);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.s-5d095e854d11902b455d {
	padding: 36px 0;
	display: grid;
	gap: 28px;
}
.s-2ad84ad613811bf95b4b {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 24px;
	align-items: start;
}
.s-b10c5c635e2cf1e09c52 {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}
.s-b10c5c635e2cf1e09c52 svg {
	width: 36px;
	height: 36px;
	flex: none;
}
.s-aa7da5d098b67f957826 {
	color: var(--muted);
	font-size: 0.95rem;
}
.s-28ade61e9abc695dc838 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 22px;
}
.s-28ade61e9abc695dc838 a {
	padding: 6px 0;
}
.s-e6c0fcc4b36ae5b86b12 {
	font-size: 0.95rem;
	color: #dfe7ff;
}
.s-e6c0fcc4b36ae5b86b12 a {
	font-weight: 700;
}
.s-3e3ad2dbdd16803952ae {
	color: #b8c5e8;
	font-size: 0.9rem;
	display: grid;
	gap: 10px;
	border-top: 1px dashed rgba(255, 255, 255, 0.12);
	padding-top: 16px;
}
@media (max-width: 980px) {
	.s-2ad84ad613811bf95b4b,
	.s-740a96837680949e8e0b {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 820px) {
	nav {
		display: none;
	}
	.s-7a86b15480e0a870f0b0 {
		display: flex;
	}
	.s-83d6311e87d4775ca4b3.s-9fb29051f2217270a7b2 {
		display: block;
	}
}
@media (max-width: 640px) {
	.s-b23dedf47900840f6709 {
		padding: 64px 0;
	}
	.s-179059ffe4f02a616c0d {
		font-size: 1.8rem;
	}
}
.s-212301c593df7a10ee64,
.s-23b0ed88362dca359e07,
.s-7a86b15480e0a870f0b0,
.s-9613c87ef22f34bb9290,
[role='button'],
a,
button {
	cursor: pointer;
}
.s-13984a4b9bd8ec0b46a2 {
	margin-top: 4px;
}
