/*
 * Starlight Intro Reveal is Block 0 for the Starlight landing page.
 * It reuses the shared landing background and page-level firefly field.
 */
body.starlight-has-intro-reveal .cs-header {
	--sl-header-text: rgba(255, 255, 255, .90);
	--sl-header-text-strong: #ffffff;
	--sl-header-text-muted: rgba(255, 255, 255, .66);
	--sl-header-bg: rgba(18, 9, 42, .72);
	--sl-header-bg-scrolled: rgba(8, 2, 24, .90);
	--sl-header-border: rgba(196, 181, 253, .20);
	--sl-header-border-strong: rgba(196, 181, 253, .28);
	--sl-header-hover: rgba(176, 95, 255, .16);
	--sl-header-accent: #c084fc;
	--sl-header-shadow: rgba(0, 0, 0, .34);
	--sl-header-container-max: var(--sl-container-max, 1320px);
	--sl-header-container-gutter: var(--sl-container-gutter, 48px);
	--cs-color-primary: var(--sl-header-text);
	--cs-color-secondary: var(--sl-header-text-muted);
	--cs-color-border: var(--sl-header-border-strong);
	--cs-color-highlight-background: var(--sl-header-hover);
	--cs-header-submenu-background: rgba(18, 5, 41, .94);
	color-scheme: dark;
	z-index: 20;
	width: 100%;
	max-width: none;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	transition:
		top .3s linear,
		background-color .24s ease,
		background .24s ease,
		box-shadow .24s ease;
}

body.starlight-has-intro-reveal .cs-header-before {
	height: 0;
}

body.starlight-has-intro-reveal .cs-header-before + .cs-header,
body.starlight-has-intro-reveal .cs-header-before + .cs-header.cs-scroll-sticky {
	margin-top: 0;
	margin-bottom: calc(0px - var(--cs-header-initial-height));
}

body.starlight-has-intro-reveal .cs-header::after {
	display: none;
}

body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky,
body.starlight-has-intro-reveal .cs-header.cs-search-visible {
	background: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

body.starlight-has-intro-reveal .cs-header > .cs-container {
	box-sizing: border-box;
	width: var(--sl-container-width, min(100% - var(--sl-header-container-gutter), var(--sl-header-container-max)));
	max-width: var(--sl-header-container-max);
	margin-inline: auto;
	padding-inline: 0;
}

body.starlight-has-intro-reveal .cs-header__inner {
	box-sizing: border-box;
	width: 100%;
	min-height: 64px;
	margin-block: 9px;
	padding: 0 16px;
	color: var(--sl-header-text);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .078), rgba(255, 255, 255, .028));
	border: 1px solid var(--sl-header-border);
	border-radius: 999px;
	box-shadow:
		0 18px 54px rgba(0, 0, 0, .28),
		0 0 38px rgba(139, 92, 246, .13),
		inset 0 1px 0 rgba(255, 255, 255, .11);
	backdrop-filter: blur(16px);
	transition:
		background .24s ease,
		border-color .24s ease,
		box-shadow .24s ease,
		backdrop-filter .24s ease,
		min-height .24s ease,
		margin .24s ease;
}

body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky .cs-header__inner,
body.starlight-has-intro-reveal .cs-header.cs-search-visible .cs-header__inner {
	min-height: 64px;
	margin-block: 9px;
	padding: 0 16px;
	background:
		linear-gradient(135deg, var(--sl-header-bg), rgba(8, 2, 24, .98));
	border-color: var(--sl-header-border);
	border-radius: 999px;
	box-shadow:
		0 18px 54px rgba(0, 0, 0, .28),
		0 0 38px rgba(139, 92, 246, .13),
		inset 0 1px 0 rgba(255, 255, 255, .11);
	backdrop-filter: blur(16px);
}

body.starlight-has-intro-reveal .cs-header__nav-inner {
	box-sizing: border-box;
	max-width: 100%;
	gap: 6px;
	color: var(--sl-header-text) !important;
}

body.starlight-has-intro-reveal .cs-header__nav {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin-left: 0;
}

body.starlight-has-intro-reveal .cs-header__inner-desktop {
	gap: clamp(8px, 1vw, 16px);
	align-items: center;
	overflow: visible;
}

body.starlight-has-intro-reveal .cs-header__inner-desktop .cs-header__col {
	min-width: 0;
}

body.starlight-has-intro-reveal .cs-header__inner-desktop .cs-col-left {
	flex: 0 1 auto;
	padding-right: clamp(8px, 1vw, 16px) !important;
}

body.starlight-has-intro-reveal .cs-header__inner-desktop .cs-col-center {
	flex: 1 1 0;
	justify-content: center;
	padding-inline: clamp(8px, 1vw, 16px) !important;
}

body.starlight-has-intro-reveal .cs-header__inner-desktop .cs-col-right {
	flex: 0 0 auto;
	min-width: max-content;
	padding-left: clamp(8px, 1vw, 14px) !important;
}

body.starlight-has-intro-reveal .cs-header__inner-desktop .cs-col-right > *:not(:first-child) {
	margin-left: 8px;
}

body.starlight-has-intro-reveal .cs-header__inner-desktop .cs-header__search-toggle,
body.starlight-has-intro-reveal .cs-header__inner-desktop .cs-site-scheme-toggle,
body.starlight-has-intro-reveal .cs-header__inner-desktop .cs-header__custom-button {
	flex: 0 0 auto;
}

body.starlight-has-intro-reveal .cs-header,
body.starlight-has-intro-reveal .cs-header .cs-header__inner,
body.starlight-has-intro-reveal .cs-header .cs-header__nav-inner {
	color: var(--sl-header-text) !important;
}

body.starlight-has-intro-reveal .cs-header__logo,
body.starlight-has-intro-reveal .cs-header__offcanvas-toggle,
body.starlight-has-intro-reveal .cs-header__search-toggle,
body.starlight-has-intro-reveal .cs-header__scheme-toggle-icons {
	color: var(--sl-header-text) !important;
}

body.starlight-has-intro-reveal .cs-header__logo {
	font-weight: 800;
	letter-spacing: .01em;
}

body.starlight-has-intro-reveal .cs-header__nav-inner > li > a {
	position: relative;
	padding: 8px 11px !important;
	color: var(--sl-header-text-muted) !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 999px;
	box-shadow: none !important;
	transition: color .18s ease, background-color .18s ease, text-shadow .18s ease;
}

@media (max-width: 1280px) and (min-width: 992px) {
	body.starlight-has-intro-reveal .cs-header > .cs-container {
		padding-inline: 0;
	}

	body.starlight-has-intro-reveal .cs-header__inner {
		padding-inline: 12px;
	}

	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky .cs-header__inner,
	body.starlight-has-intro-reveal .cs-header.cs-search-visible .cs-header__inner {
		padding-inline: 12px;
	}

	body.starlight-has-intro-reveal .cs-header__nav-inner {
		gap: 4px;
	}

	body.starlight-has-intro-reveal .cs-header__nav-inner > li > a {
		padding: 7px 8px !important;
	}

	body.starlight-has-intro-reveal .cs-header__custom-button {
		padding: 8px 12px !important;
	}
}

@media (max-width: 1180px) and (min-width: 992px) {
	body.starlight-has-intro-reveal .cs-header__inner-desktop {
		gap: 6px;
	}

	body.starlight-has-intro-reveal .cs-header__inner-desktop .cs-col-left {
		padding-right: 8px !important;
	}

	body.starlight-has-intro-reveal .cs-header__inner-desktop .cs-col-center {
		padding-inline: 6px !important;
	}

	body.starlight-has-intro-reveal .cs-header__inner-desktop .cs-col-right {
		padding-left: 8px !important;
	}

	body.starlight-has-intro-reveal .cs-header__nav-inner {
		gap: 2px;
	}

	body.starlight-has-intro-reveal .cs-header__nav-inner > li > a {
		padding: 7px 6px !important;
		font-size: 13px;
	}

	body.starlight-has-intro-reveal .cs-header .cs-site-scheme-toggle .cs-header__scheme-toggle-icons > span {
		width: 24px;
		height: 24px;
	}
}

body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky .cs-header__nav-inner > li > a,
body.starlight-has-intro-reveal .cs-header.cs-search-visible .cs-header__nav-inner > li > a {
	color: var(--sl-header-text-muted) !important;
}

body.starlight-has-intro-reveal .cs-header__nav-inner > li > a > span,
body.starlight-has-intro-reveal .cs-header__nav-inner > li > a > span span,
body.starlight-has-intro-reveal .cs-header__nav-inner li.menu-item-has-children > a::after {
	color: inherit !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.starlight-has-intro-reveal .cs-header__nav-inner > li > a::before {
	display: none;
}

body.starlight-has-intro-reveal .cs-header__nav-inner > li:hover > a,
body.starlight-has-intro-reveal .cs-header__nav-inner > li > a:focus-visible {
	color: var(--sl-header-text-strong) !important;
	background: var(--sl-header-hover) !important;
	text-shadow: 0 0 18px rgba(168, 85, 247, .22);
}

body.starlight-has-intro-reveal .cs-header__nav-inner > li.current-menu-item > a,
body.starlight-has-intro-reveal .cs-header__nav-inner > li.current-menu-parent > a,
body.starlight-has-intro-reveal .cs-header__nav-inner > li.current-menu-ancestor > a,
body.starlight-has-intro-reveal .cs-header__nav-inner > li.current_page_item > a {
	color: var(--sl-header-accent) !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.starlight-has-intro-reveal .cs-header__nav-inner > li.current-menu-item > a::after,
body.starlight-has-intro-reveal .cs-header__nav-inner > li.current-menu-parent > a::after,
body.starlight-has-intro-reveal .cs-header__nav-inner > li.current-menu-ancestor > a::after,
body.starlight-has-intro-reveal .cs-header__nav-inner > li.current_page_item > a::after {
	position: absolute;
	bottom: 4px;
	left: 50%;
	width: 18px;
	height: 1px;
	content: "";
	background: linear-gradient(90deg, transparent, var(--sl-header-accent), transparent);
	border-radius: 999px;
	box-shadow: 0 0 12px rgba(168, 85, 247, .56);
	transform: translateX(-50%);
}

body.starlight-has-intro-reveal .cs-header__nav-inner .sub-menu,
body.starlight-has-intro-reveal .cs-header__nav-inner > li.menu-item-has-children > .sub-menu,
body.starlight-has-intro-reveal .cs-header__nav-inner > li.menu-item-has-children:not(.touch-device):hover > .sub-menu,
body.starlight-has-intro-reveal .cs-header__nav-inner > li.menu-item-has-children.submenu-visible > .sub-menu {
	color: var(--sl-header-text);
	background:
		linear-gradient(145deg, rgba(28, 16, 54, .96), rgba(18, 5, 41, .94)) !important;
	border: 1px solid var(--sl-header-border-strong);
	box-shadow:
		0 24px 70px rgba(0, 0, 0, .42),
		0 0 30px rgba(139, 92, 246, .14);
	backdrop-filter: blur(18px);
}

body.starlight-has-intro-reveal .cs-header__nav-inner .sub-menu > li a,
body.starlight-has-intro-reveal .cs-header__nav-inner .sub-menu > li a > span,
body.starlight-has-intro-reveal .cs-header__nav-inner .sub-menu > li.menu-item-has-children > a::after {
	color: var(--sl-header-text) !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.starlight-has-intro-reveal .cs-header__nav-inner .sub-menu > li a:hover,
body.starlight-has-intro-reveal .cs-header__nav-inner .sub-menu > li a:focus-visible {
	color: var(--sl-header-text-strong) !important;
	background: transparent !important;
}

body.starlight-has-intro-reveal .cs-header__nav-inner .sub-menu > li:hover::before,
body.starlight-has-intro-reveal .cs-header__nav-inner .sub-menu > li.current-menu-ancestor::before,
body.starlight-has-intro-reveal .cs-header__nav-inner .sub-menu > li.current-menu-item::before {
	background-color: var(--sl-header-hover) !important;
}

body.starlight-has-intro-reveal .cs-header__search-toggle:has(+ .cs-site-scheme-toggle)::after {
	background: var(--sl-header-border-strong) !important;
}

body.starlight-has-intro-reveal .cs-header__custom-button {
	color: #ffffff !important;
	background: rgba(255, 255, 255, .06) !important;
	border: 1px solid var(--sl-header-border) !important;
	box-shadow: 0 14px 34px rgba(124, 58, 237, .18) !important;
}

body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky .cs-header__custom-button,
body.starlight-has-intro-reveal .cs-header.cs-search-visible .cs-header__custom-button {
	background: rgba(255, 255, 255, .06) !important;
	border-color: var(--sl-header-border) !important;
	box-shadow: 0 14px 34px rgba(124, 58, 237, .18) !important;
}

body.starlight-has-intro-reveal .cs-header .cs-site-scheme-toggle {
	padding: 3px;
	background: rgba(255, 255, 255, .055) !important;
	border: 1px solid var(--sl-header-border);
	border-radius: 999px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .08),
		0 10px 26px rgba(0, 0, 0, .16);
	transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky .cs-site-scheme-toggle,
body.starlight-has-intro-reveal .cs-header.cs-search-visible .cs-site-scheme-toggle {
	background: rgba(255, 255, 255, .055) !important;
	border-color: var(--sl-header-border);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .08),
		0 10px 26px rgba(0, 0, 0, .16);
}

body.starlight-has-intro-reveal .cs-header .cs-site-scheme-toggle .cs-header__scheme-toggle-icons {
	gap: 5px;
	color: var(--sl-header-text) !important;
	background: transparent !important;
}

body.starlight-has-intro-reveal .cs-header .cs-site-scheme-toggle .cs-header__scheme-toggle-icons .cs-icon {
	color: inherit !important;
	fill: currentColor;
}

body.starlight-has-intro-reveal .cs-header .cs-site-scheme-toggle .cs-header__scheme-toggle-icons > span {
	width: 26px;
	height: 26px;
	color: var(--sl-header-text-muted) !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.starlight-has-intro-reveal[data-scheme="light"] .cs-header .cs-site-scheme-toggle .cs-header__scheme-toggle-icons > span.cs-light-mode,
body.starlight-has-intro-reveal[data-scheme="dark"] .cs-header .cs-site-scheme-toggle .cs-header__scheme-toggle-icons > span.cs-dark-mode {
	color: rgba(255, 255, 255, .90) !important;
	background: rgba(196, 181, 253, .14) !important;
	box-shadow:
		0 0 18px rgba(168, 85, 247, .22),
		inset 0 1px 0 rgba(255, 255, 255, .10) !important;
}

body.starlight-has-intro-reveal .cs-header .cs-search {
	position: fixed !important;
	top: calc(var(--cs-wpadminbar-height, 0px) + 88px) !important;
	right: auto !important;
	left: 50% !important;
	z-index: 10000;
	display: flex;
	width: min(calc(100vw - 40px), 760px) !important;
	max-width: min(calc(100vw - 40px), 760px) !important;
	max-height: min(calc(100svh - var(--cs-wpadminbar-height, 0px) - 112px), 620px);
	margin: 0 !important;
	padding: clamp(24px, 3vw, 34px);
	overflow-y: auto;
	overflow-x: hidden;
	color: var(--sl-header-text);
	background:
		radial-gradient(circle at 88% 12%, rgba(168, 85, 247, .24), transparent 42%),
		linear-gradient(135deg, rgba(22, 12, 52, .94), rgba(8, 2, 24, .98)) !important;
	border: 1px solid rgba(190, 140, 255, .24);
	border-radius: 24px;
	box-shadow:
		0 24px 80px rgba(8, 2, 24, .50),
		0 0 42px rgba(168, 92, 255, .18),
		inset 0 1px 0 rgba(255, 255, 255, .10);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	transform: translate3d(-50%, 0, 0) !important;
	color-scheme: dark;
}

body.starlight-has-intro-reveal .cs-header .cs-search,
body.starlight-has-intro-reveal .cs-header .cs-search * {
	--cs-color-primary: rgba(255, 255, 255, .92);
	--cs-color-secondary: rgba(235, 225, 255, .66);
	--cs-color-border: rgba(190, 140, 255, .24);
	--cs-layout-background: rgba(255, 255, 255, .06);
	--cs-color-input: rgba(255, 255, 255, .07);
	--cs-color-input-contrast: rgba(255, 255, 255, .94);
	--cs-color-button: #8f5cff;
	--cs-color-button-contrast: #ffffff;
	--cs-color-button-hover: #c15cff;
	--cs-color-button-hover-contrast: #ffffff;
}

body.starlight-has-intro-reveal.cs-search-active .cs-header .cs-search,
body.starlight-has-intro-reveal .cs-header.cs-search-visible .cs-search {
	opacity: 1;
	visibility: visible;
}

body.starlight-has-intro-reveal .cs-header.cs-search-visible .cs-search-overlay {
	position: fixed;
	inset: 0;
	z-index: 9990;
	display: block;
	background: rgba(6, 1, 20, .40);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

body.starlight-has-intro-reveal .cs-header .cs-search__header {
	position: relative;
	padding-right: 54px;
}

body.starlight-has-intro-reveal .cs-header .cs-search__header h2 {
	margin: 0;
	color: var(--sl-header-text-strong);
	text-shadow: 0 0 18px rgba(168, 85, 247, .18);
}

body.starlight-has-intro-reveal .cs-header .cs-search__close {
	top: -6px;
	right: -6px;
	width: 40px;
	height: 40px;
	color: rgba(235, 225, 255, .74) !important;
	background: rgba(255, 255, 255, .07) !important;
	border: 1px solid rgba(190, 140, 255, .24) !important;
	border-radius: 999px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .08),
		0 10px 26px rgba(0, 0, 0, .22);
}

body.starlight-has-intro-reveal .cs-header .cs-search__close:hover,
body.starlight-has-intro-reveal .cs-header .cs-search__close:focus-visible {
	color: #ffffff !important;
	background: rgba(160, 92, 255, .16) !important;
	border-color: rgba(190, 140, 255, .42) !important;
	box-shadow:
		0 0 0 3px rgba(168, 92, 255, .12),
		0 12px 28px rgba(8, 2, 24, .24),
		inset 0 1px 0 rgba(255, 255, 255, .10);
	outline: none;
}

body.starlight-has-intro-reveal .cs-header .cs-search__form-container {
	margin-top: 22px;
}

body.starlight-has-intro-reveal .cs-header .cs-search__form .cs-search__group {
	gap: 12px;
	align-items: stretch;
}

body.starlight-has-intro-reveal .cs-header .cs-search__form .cs-search__input {
	width: 100% !important;
	min-height: 52px;
	appearance: none;
	color: rgba(255, 255, 255, .94) !important;
	background: rgba(255, 255, 255, .07) !important;
	border: 1px solid rgba(190, 140, 255, .28) !important;
	border-radius: 999px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .08),
		0 12px 30px rgba(0, 0, 0, .14) !important;
}

body.starlight-has-intro-reveal .cs-header .cs-search__form .cs-search__input::placeholder {
	color: rgba(235, 225, 255, .62) !important;
	opacity: 1;
}

body.starlight-has-intro-reveal .cs-header .cs-search__form .cs-search__input:focus {
	color: #ffffff !important;
	background: rgba(255, 255, 255, .09) !important;
	border-color: rgba(190, 140, 255, .62) !important;
	box-shadow:
		0 0 0 4px rgba(168, 92, 255, .16),
		0 16px 36px rgba(8, 2, 24, .26),
		inset 0 1px 0 rgba(255, 255, 255, .10) !important;
}

body.starlight-has-intro-reveal .cs-header .cs-search__form .cs-search__submit {
	min-height: 52px;
	padding-inline: 24px;
	color: #ffffff !important;
	background: linear-gradient(135deg, #8f5cff, #c15cff) !important;
	border: 1px solid rgba(255, 255, 255, .16) !important;
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(146, 82, 255, .24) !important;
	text-shadow: 0 1px 12px rgba(8, 2, 24, .22);
}

body.starlight-has-intro-reveal .cs-header .cs-search__form .cs-search__submit::before {
	background: linear-gradient(135deg, #9f6cff, #d06cff) !important;
	opacity: 0;
}

body.starlight-has-intro-reveal .cs-header .cs-search__form .cs-search__submit:hover,
body.starlight-has-intro-reveal .cs-header .cs-search__form .cs-search__submit:focus-visible {
	color: #ffffff !important;
	filter: brightness(1.04);
	transform: translateY(-1px);
	box-shadow:
		0 16px 38px rgba(146, 82, 255, .34),
		0 0 0 3px rgba(168, 92, 255, .14) !important;
	outline: none;
}

body.starlight-has-intro-reveal .cs-header .cs-search__form .cs-search__submit:hover::before,
body.starlight-has-intro-reveal .cs-header .cs-search__form .cs-search__submit:focus-visible::before {
	opacity: 1;
}

body.starlight-has-intro-reveal .cs-header .cs-search__content {
	margin-top: 22px;
	color: rgba(235, 225, 255, .72);
}

body.starlight-has-intro-reveal .cs-header .cs-search__content .post-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
}

body.starlight-has-intro-reveal .cs-header .cs-search__content .post-categories li {
	display: inline-flex;
	margin: 0 !important;
	padding: 0;
}

body.starlight-has-intro-reveal .cs-header .cs-search__content .post-categories a,
body.starlight-has-intro-reveal .cs-header .cs-search__content .cs-meta-category .post-categories li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 12px;
	color: rgba(255, 255, 255, .78) !important;
	background: rgba(255, 255, 255, .06) !important;
	border: 1px solid rgba(190, 140, 255, .18) !important;
	border-radius: 999px !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .06),
		0 10px 24px rgba(8, 2, 24, .12) !important;
	text-decoration: none !important;
}

body.starlight-has-intro-reveal .cs-header .cs-search__content .post-categories a::after,
body.starlight-has-intro-reveal .cs-header .cs-search__content .cs-meta-category .post-categories li a::after {
	content: none !important;
	display: none !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: 0 !important;
}

body.starlight-has-intro-reveal .cs-header .cs-search__content .post-categories a:hover,
body.starlight-has-intro-reveal .cs-header .cs-search__content .post-categories a:focus-visible,
body.starlight-has-intro-reveal .cs-header .cs-search__content .post-categories .current-cat a,
body.starlight-has-intro-reveal .cs-header .cs-search__content .cs-meta-category .post-categories li a:hover,
body.starlight-has-intro-reveal .cs-header .cs-search__content .cs-meta-category .post-categories li a:focus-visible {
	color: #ffffff !important;
	background: rgba(160, 92, 255, .16) !important;
	border-color: rgba(190, 140, 255, .38) !important;
	box-shadow:
		0 0 0 3px rgba(168, 92, 255, .10),
		0 12px 28px rgba(8, 2, 24, .18),
		inset 0 1px 0 rgba(255, 255, 255, .08) !important;
	outline: none;
}

@media (prefers-color-scheme: dark) {
	body.starlight-has-intro-reveal[data-scheme="auto"] .cs-header .cs-site-scheme-toggle .cs-header__scheme-toggle-icons > span.cs-light-mode {
		color: rgba(245, 240, 255, .62) !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body.starlight-has-intro-reveal[data-scheme="auto"] .cs-header .cs-site-scheme-toggle .cs-header__scheme-toggle-icons > span.cs-dark-mode {
		color: rgba(255, 255, 255, .90) !important;
		background: rgba(196, 181, 253, .14) !important;
		box-shadow:
			0 0 18px rgba(168, 85, 247, .22),
			inset 0 1px 0 rgba(255, 255, 255, .10) !important;
	}
}

@media (prefers-color-scheme: light) {
	body.starlight-has-intro-reveal[data-scheme="auto"] .cs-header .cs-site-scheme-toggle .cs-header__scheme-toggle-icons > span.cs-light-mode {
		color: rgba(255, 255, 255, .90) !important;
		background: rgba(196, 181, 253, .14) !important;
		box-shadow:
			0 0 18px rgba(168, 85, 247, .22),
			inset 0 1px 0 rgba(255, 255, 255, .10) !important;
	}
}

@media (max-width: 991px) {
	body.starlight-has-intro-reveal .cs-header > .cs-container {
		width: var(--sl-container-width, min(100% - var(--sl-header-container-gutter), var(--sl-header-container-max)));
		max-width: var(--sl-header-container-max);
		padding-inline: 0;
	}

	body.starlight-has-intro-reveal .cs-header__inner {
		min-height: 56px;
		margin-block: 8px;
		padding: 0 10px 0 8px;
		border-radius: 24px;
	}

	body.starlight-has-intro-reveal .cs-header__inner-mobile {
		gap: 8px;
		align-items: center;
	}

	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-header__col {
		align-items: center;
		min-width: 0;
		padding: 0 !important;
	}

	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-header__col > *:not(:first-child) {
		margin-left: 8px;
	}

	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-col-left,
	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-col-right {
		flex: 0 0 auto;
	}

	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-col-center {
		flex: 1 1 auto;
		justify-content: flex-start;
	}

	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-logo {
		min-width: 0;
		margin: 0;
		line-height: 1;
	}

	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-header__logo {
		display: block;
		max-width: 100%;
		overflow: hidden;
		font-size: clamp(14px, 4vw, 16px);
		line-height: 1.1;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-header__offcanvas-toggle,
	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-header__search-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 38px;
		min-width: 38px;
		height: 38px;
		padding: 0;
		margin-left: 0;
		line-height: 1;
		text-align: center;
		background: rgba(255, 255, 255, .055);
		border: 1px solid var(--sl-header-border);
		border-radius: 999px;
	}

	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-header__offcanvas-toggle {
		flex-direction: row;
		place-items: center;
	}

	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-header__search-toggle .cs-icon,
	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-header__offcanvas-toggle .cs-icon {
		position: relative;
		left: 0;
		display: inline-grid;
		place-items: center;
		width: 22px;
		height: 22px;
		margin: 0;
		font-size: 22px;
		line-height: 1;
		text-align: center;
		transform: none;
	}

	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-header__search-toggle .cs-icon::before,
	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-header__offcanvas-toggle .cs-icon::before {
		display: block;
		width: 1em;
		margin: 0;
		line-height: 1;
		text-align: center;
		transform: none;
	}

	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-header__search-toggle .cs-icon::after {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-header__search-toggle:not(:first-child) {
		margin-left: 0;
	}

	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible > .cs-container {
		padding-inline: 0;
	}

	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky .cs-header__inner,
	body.starlight-has-intro-reveal .cs-header.cs-search-visible .cs-header__inner,
	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible .cs-header__inner {
		min-height: 56px;
		margin-block: 8px;
		padding: 0 10px 0 8px;
		border-radius: 24px;
	}

	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible .cs-header__inner-mobile {
		gap: 8px;
	}

	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible .cs-header__inner-mobile .cs-header__col > *:not(:first-child) {
		margin-left: 8px;
	}

	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible .cs-header__inner-mobile .cs-header__logo {
		font-size: clamp(14px, 4vw, 16px);
	}

	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible .cs-header__inner-mobile .cs-header__offcanvas-toggle,
	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible .cs-header__inner-mobile .cs-header__search-toggle {
		width: 38px;
		min-width: 38px;
		height: 38px;
	}
}

@media (max-width: 575.98px) {
	body.starlight-has-intro-reveal .cs-header .cs-search {
		top: calc(var(--cs-wpadminbar-height, 0px) + 72px) !important;
		width: calc(100vw - 24px) !important;
		max-width: calc(100vw - 24px) !important;
		max-height: calc(100svh - var(--cs-wpadminbar-height, 0px) - 88px);
		padding: 20px;
		border-radius: 20px;
	}

	body.starlight-has-intro-reveal .cs-header .cs-search__header {
		padding-right: 48px;
	}

	body.starlight-has-intro-reveal .cs-header .cs-search__close {
		top: 0;
		right: 0;
	}

	body.starlight-has-intro-reveal .cs-header .cs-search__form .cs-search__submit {
		width: 100%;
	}
}

@media (max-width: 480px) {
	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible > .cs-container {
		padding-inline: 0;
	}

	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky .cs-header__inner,
	body.starlight-has-intro-reveal .cs-header.cs-search-visible .cs-header__inner,
	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible .cs-header__inner {
		min-height: 52px;
		margin-block: 7px;
		padding: 0 8px;
		border-radius: 22px;
	}

	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible .cs-header__inner-mobile {
		gap: 6px;
	}

	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible .cs-header__inner-mobile .cs-header__col > *:not(:first-child) {
		margin-left: 6px;
	}

	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible .cs-header__inner-mobile .cs-header__logo {
		font-size: clamp(14px, 4vw, 16px);
	}

	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible .cs-header__inner-mobile .cs-header__offcanvas-toggle,
	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible .cs-header__inner-mobile .cs-header__search-toggle {
		width: 36px;
		min-width: 36px;
		height: 36px;
	}
}

.starlight-intro-reveal {
	--sl-bg-1: #060018;
	--sl-bg-2: #10002b;
	--sl-bg-3: #1a063d;
	--sl-text: #ffffff;
	--sl-text-muted: rgba(255, 255, 255, .72);
	--sl-text-soft: rgba(255, 255, 255, .56);
	--sl-primary: #8b5cf6;
	--sl-primary-strong: #a855f7;
	--sl-primary-dark: #6d28d9;
	--sl-success: #22c55e;
	--sl-surface: rgba(255, 255, 255, .07);
	--sl-surface-strong: rgba(255, 255, 255, .11);
	--sl-border: rgba(255, 255, 255, .14);
	--sl-border-strong: rgba(255, 255, 255, .24);
	--sl-shadow: rgba(0, 0, 0, .35);
	--sl-glow-primary: rgba(139, 92, 246, .32);
	--sl-glow-secondary: rgba(168, 85, 247, .22);
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100vw;
	max-width: 100vw;
	min-height: clamp(680px, calc(100vh - 76px), 840px);
	min-height: clamp(680px, calc(100svh - 76px), 840px);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	color: var(--sl-text);
	color-scheme: dark;
	background: transparent;
	overflow: hidden;
	isolation: isolate;
}

.starlight-intro-reveal--compact {
	min-height: clamp(580px, 82vh, 740px);
	min-height: clamp(580px, 82svh, 740px);
}

.starlight-intro-reveal *,
.starlight-intro-reveal *::before,
.starlight-intro-reveal *::after {
	box-sizing: border-box;
}

.starlight-intro-reveal::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	z-index: 1;
	height: 220px;
	content: "";
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(11, 3, 28, 0) 0%, rgba(11, 3, 28, .30) 48%, rgba(11, 3, 28, .84) 100%);
}

.starlight-intro-reveal__bg,
.starlight-intro-reveal__grid {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.starlight-intro-reveal__bg {
	background:
		radial-gradient(circle at 78% 30%, rgba(168, 85, 247, .30), transparent 43%),
		radial-gradient(circle at 62% 82%, rgba(217, 70, 239, .18), transparent 46%),
		radial-gradient(circle at 18% 78%, rgba(139, 92, 246, .18), transparent 38%),
		radial-gradient(circle at 48% 50%, rgba(255, 255, 255, .045), transparent 44%);
}

.starlight-intro-reveal__grid {
	opacity: .24;
	background-image:
		linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
	background-size: 32px 32px;
	mask-image: radial-gradient(circle at 50% 42%, #000 0%, transparent 76%);
}

.starlight-intro-reveal__container {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: var(--sl-container-width, min(100% - 48px, 1320px));
	max-width: var(--sl-container-max, 1320px);
	min-height: inherit;
	margin-inline: auto;
	padding-bottom: 78px;
}

.starlight-intro-reveal__content {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
	gap: clamp(28px, 4vw, 58px);
	align-items: center;
	min-height: inherit;
	padding: 34px 0 86px;
}

.starlight-intro-reveal__copy {
	position: relative;
	z-index: 2;
	min-width: 0;
	max-width: 780px;
}

.starlight-intro-reveal__eyebrow {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	max-width: 100%;
	padding: 9px 15px;
	margin: 0 0 14px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	color: var(--sl-text);
	background: rgba(255, 255, 255, .07);
	border: 1px solid var(--sl-border);
	border-radius: 999px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
	backdrop-filter: blur(16px);
	overflow-wrap: anywhere;
}

.starlight-intro-reveal__eyebrow-dot {
	width: 8px;
	height: 8px;
	background: var(--sl-primary-strong);
	border-radius: 999px;
	box-shadow: 0 0 18px var(--sl-primary-strong);
	flex: 0 0 auto;
}

.starlight-intro-reveal__title {
	max-width: 920px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(54px, 5.9vw, 88px);
	font-weight: 900;
	line-height: 1.04;
	letter-spacing: 0;
	opacity: 1;
	padding-bottom: .07em;
	text-wrap: normal;
	text-shadow:
		0 0 30px rgba(255, 255, 255, .09),
		0 0 62px rgba(168, 85, 247, .28);
	overflow: visible;
	overflow-wrap: break-word;
}

.starlight-intro-reveal__title-word {
	display: inline;
	color: #ffffff;
	text-shadow:
		0 0 18px rgba(255, 255, 255, .14),
		0 0 52px rgba(255, 255, 255, .08);
	-webkit-text-fill-color: #ffffff;
}

.starlight-intro-reveal__title-accent {
	display: inline-block;
	color: #c4b5fd;
	background: linear-gradient(135deg, #ffffff 0%, #c4b5fd 28%, #a855f7 66%, #f0abfc 100%);
	background-clip: text;
	text-shadow: 0 0 48px rgba(168, 85, 247, .38);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: .07em;
}

.starlight-intro-reveal__subtitle {
	max-width: 640px;
	margin: 10px 0 0;
	font-size: clamp(17px, 1.38vw, 21px);
	line-height: 1.42;
	color: var(--sl-text-muted);
	overflow-wrap: break-word;
}

.starlight-intro-reveal__subtitle span {
	color: #b15cff;
	text-shadow: 0 0 22px rgba(168, 85, 247, .38);
}

.starlight-intro-reveal__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin: 20px 0 0;
}

.starlight-intro-reveal__chip {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	min-width: 0;
	padding: 11px 17px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	color: var(--sl-text);
	background: rgba(255, 255, 255, .055);
	border: 1px solid var(--sl-border);
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
	backdrop-filter: blur(14px);
}

.starlight-intro-reveal__chip::before {
	width: 7px;
	height: 7px;
	content: "";
	background: linear-gradient(135deg, var(--sl-primary), var(--sl-primary-strong));
	border-radius: 999px;
	box-shadow: 0 0 16px var(--sl-glow-secondary);
	flex: 0 0 auto;
}

.starlight-intro-reveal__action {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: min(100%, 360px);
	min-height: 56px;
	padding: 14px 32px;
	margin-top: 20px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .01em;
	color: #ffffff !important;
	text-decoration: none;
	background:
		linear-gradient(135deg, #8f5cff 0%, #a855f7 48%, #c15cff 100%);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 999px;
	box-shadow:
		0 14px 34px rgba(146, 82, 255, .28),
		0 0 38px rgba(193, 92, 255, .14),
		inset 0 1px 0 rgba(255, 255, 255, .20);
	transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.starlight-intro-reveal__action:hover,
.starlight-intro-reveal__action:focus,
.starlight-intro-reveal__action:focus-visible,
.starlight-intro-reveal__action:active,
.starlight-intro-reveal__action:visited {
	color: #ffffff !important;
	text-decoration: none;
}

.starlight-intro-reveal__action:hover,
.starlight-intro-reveal__action:focus-visible {
	box-shadow:
		0 18px 42px rgba(146, 82, 255, .36),
		0 0 44px rgba(193, 92, 255, .20),
		inset 0 1px 0 rgba(255, 255, 255, .24);
	filter: brightness(1.04);
	transform: translateY(-1px);
}

.starlight-intro-reveal__action:focus-visible {
	outline: 2px solid rgba(240, 171, 252, .72);
	outline-offset: 4px;
}

.starlight-intro-reveal__icon {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	transition: transform .22s ease;
}

.starlight-intro-reveal__action:hover .starlight-intro-reveal__icon,
.starlight-intro-reveal__action:focus-visible .starlight-intro-reveal__icon {
	transform: translateX(2px);
}

.starlight-intro-reveal__visual {
	position: relative;
	min-width: 0;
	min-height: clamp(390px, 36vw, 540px);
	pointer-events: auto;
}

.starlight-intro-reveal__visual::before,
.starlight-intro-reveal__visual::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.starlight-intro-reveal__visual::before {
	inset: 0 -6% -6% -4%;
	z-index: 0;
	border-radius: 48%;
	background:
		radial-gradient(circle at 54% 38%, rgba(168, 85, 247, .30), transparent 44%),
		radial-gradient(circle at 42% 72%, rgba(217, 70, 239, .18), transparent 56%),
		radial-gradient(circle at 70% 68%, rgba(139, 92, 246, .18), transparent 54%);
	filter: blur(24px);
	opacity: .95;
	transform: rotate(-8deg);
}

.starlight-intro-reveal__visual::after {
	inset: 9% 1% 15% 6%;
	z-index: 1;
	border-radius: 999px;
	background:
		linear-gradient(118deg, transparent 0 36%, rgba(255, 255, 255, .12) 42%, rgba(217, 70, 239, .24) 48%, rgba(139, 92, 246, .34) 53%, transparent 64% 100%);
	filter: blur(9px);
	opacity: .86;
	transform: rotate(-18deg);
}

.starlight-intro-reveal__visual-glow {
	position: absolute;
	inset: -2% -8% -4% -8%;
	z-index: 0;
	background:
		radial-gradient(circle at 58% 36%, rgba(168, 85, 247, .34), transparent 42%),
		radial-gradient(circle at 76% 28%, rgba(240, 171, 252, .20), transparent 38%),
		radial-gradient(circle at 44% 78%, rgba(217, 70, 239, .18), transparent 46%),
		radial-gradient(circle at 26% 74%, rgba(139, 92, 246, .20), transparent 48%);
	filter: blur(34px);
	opacity: 1;
}

.starlight-intro-reveal__orbit-universe {
	position: absolute;
	inset: -1% -4% 0 -2%;
	z-index: 4;
	pointer-events: none;
	transform-origin: 52% 50%;
}

.starlight-intro-reveal__orbit-aura,
.starlight-intro-reveal__orbit-particles,
.starlight-intro-reveal__orbit-map,
.starlight-intro-reveal__orbit-core,
.starlight-intro-reveal__orbit-signal {
	position: absolute;
}

.starlight-intro-reveal__orbit-aura {
	inset: 9% 4% 8% 4%;
	z-index: 0;
	border: 1px solid rgba(168, 85, 247, .12);
	border-radius: 50%;
	background:
		radial-gradient(circle at 52% 48%, rgba(168, 85, 247, .18), transparent 42%),
		radial-gradient(circle at 60% 62%, rgba(217, 70, 239, .12), transparent 52%),
		linear-gradient(130deg, transparent 0 36%, rgba(255, 255, 255, .08) 36.2%, transparent 37% 66%, rgba(168, 85, 247, .10) 66.2%, transparent 67%);
	box-shadow:
		0 0 72px rgba(168, 85, 247, .16),
		inset 0 0 86px rgba(255, 255, 255, .035);
	transform: rotate(-12deg);
	animation: starlight-intro-orbit-aura 12s ease-in-out infinite alternate;
}

.starlight-intro-reveal__orbit-particles {
	inset: 0;
	z-index: 2;
	background:
		radial-gradient(circle at 18% 34%, rgba(255, 255, 255, .82) 0 1px, transparent 2px),
		radial-gradient(circle at 31% 19%, rgba(168, 85, 247, .78) 0 1px, transparent 2px),
		radial-gradient(circle at 43% 73%, rgba(255, 255, 255, .58) 0 1px, transparent 2px),
		radial-gradient(circle at 56% 26%, rgba(217, 70, 239, .78) 0 1px, transparent 2px),
		radial-gradient(circle at 69% 54%, rgba(255, 255, 255, .72) 0 1px, transparent 2px),
		radial-gradient(circle at 82% 31%, rgba(168, 85, 247, .76) 0 1px, transparent 2px),
		radial-gradient(circle at 86% 72%, rgba(255, 255, 255, .56) 0 1px, transparent 2px),
		radial-gradient(circle at 24% 83%, rgba(217, 70, 239, .62) 0 1px, transparent 2px);
	filter: drop-shadow(0 0 9px rgba(168, 85, 247, .62));
	opacity: .76;
	animation: starlight-intro-orbit-dust 9s ease-in-out infinite alternate;
}

.starlight-intro-reveal__orbit-map {
	inset: 2% 0 1%;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
}

.starlight-intro-reveal__orbit-line,
.starlight-intro-reveal__orbit-thread,
.starlight-intro-reveal__orbit-pulse {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.starlight-intro-reveal__orbit-line {
	stroke: url(#starlightIntroOrbit);
	stroke-width: 1.2;
	opacity: .54;
	transform-box: fill-box;
	transform-origin: center;
}

.starlight-intro-reveal__orbit-line--one {
	transform: rotate(-17deg);
}

.starlight-intro-reveal__orbit-line--two {
	opacity: .42;
	transform: rotate(24deg);
}

.starlight-intro-reveal__orbit-line--three {
	opacity: .36;
	transform: rotate(61deg);
}

.starlight-intro-reveal__orbit-thread {
	stroke: rgba(255, 255, 255, .16);
	stroke-width: .9;
	opacity: .72;
}

.starlight-intro-reveal__orbit-pulse {
	stroke: url(#starlightIntroOrbit);
	stroke-width: 3;
	stroke-dasharray: 18 430;
	stroke-dashoffset: 390;
	filter: url(#starlightIntroOrbitGlow);
	opacity: .86;
	animation: starlight-intro-orbit-pulse 6.6s ease-in-out infinite;
}

.starlight-intro-reveal__orbit-pulse--two {
	animation-delay: -2.7s;
	animation-duration: 7.4s;
}

.starlight-intro-reveal__orbit-star {
	fill: url(#starlightIntroNodeGlow);
	filter: url(#starlightIntroOrbitGlow);
	opacity: .84;
	transform-origin: center;
	animation: starlight-intro-orbit-star 3.8s ease-in-out infinite;
}

.starlight-intro-reveal__orbit-star:nth-of-type(2n) {
	animation-delay: -1.8s;
}

.starlight-intro-reveal__orbit-core {
	top: 50%;
	left: 52%;
	z-index: 5;
	width: 138px;
	height: 138px;
	border-radius: 999px;
	transform: translate3d(-50%, -50%, 0);
	pointer-events: none;
}

.starlight-intro-reveal__orbit-core-ring,
.starlight-intro-reveal__orbit-core-dot {
	position: absolute;
	border-radius: inherit;
}

.starlight-intro-reveal__orbit-core-ring {
	inset: 0;
	border: 1px solid rgba(255, 255, 255, .18);
	background:
		radial-gradient(circle, rgba(168, 85, 247, .20), transparent 64%),
		linear-gradient(135deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .02));
	box-shadow:
		0 0 48px rgba(168, 85, 247, .28),
		inset 0 0 32px rgba(255, 255, 255, .06);
	animation: starlight-intro-orbit-core 4.8s ease-in-out infinite;
}

.starlight-intro-reveal__orbit-core-ring--two {
	inset: 22px;
	animation-delay: -2.1s;
}

.starlight-intro-reveal__orbit-core-dot {
	inset: 52px;
	background: rgba(255, 255, 255, .90);
	box-shadow:
		0 0 20px rgba(255, 255, 255, .44),
		0 0 46px rgba(168, 85, 247, .86);
	animation: starlight-intro-orbit-dot 3s ease-in-out infinite;
}

.starlight-intro-reveal__orbit-signal {
	top: 50%;
	left: 52%;
	z-index: 6;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	box-shadow:
		0 0 18px rgba(255, 255, 255, .48),
		0 0 34px rgba(168, 85, 247, .86),
		-18px 0 28px rgba(217, 70, 239, .22);
	opacity: 0;
	pointer-events: none;
}

.starlight-intro-reveal__orbit-signal--one {
	animation: starlight-intro-orbit-signal-one 6s cubic-bezier(.45, 0, .18, 1) infinite;
}

.starlight-intro-reveal__orbit-signal--two {
	animation: starlight-intro-orbit-signal-two 7.2s cubic-bezier(.45, 0, .18, 1) infinite -1.8s;
}

.starlight-intro-reveal__orbit-signal--three {
	animation: starlight-intro-orbit-signal-three 7.8s cubic-bezier(.45, 0, .18, 1) infinite -3.4s;
}

.starlight-intro-reveal__orbit-signal--four {
	animation: starlight-intro-orbit-signal-four 8.4s cubic-bezier(.45, 0, .18, 1) infinite -4.9s;
}

.starlight-intro-reveal__energy-stage {
	position: absolute;
	inset: 0 -2% 3% -1%;
	z-index: 2;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background:
		radial-gradient(circle at 58% 42%, rgba(168, 85, 247, .14), transparent 36%),
		radial-gradient(circle at 40% 86%, rgba(217, 70, 239, .12), transparent 40%);
	box-shadow: none;
	animation: starlight-intro-stage-float 11s ease-in-out infinite alternate;
}

.starlight-intro-reveal__energy-stage::before,
.starlight-intro-reveal__energy-stage::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.starlight-intro-reveal__energy-stage::before {
	inset: 3% 8% 10% 12%;
	border: 1px solid rgba(168, 85, 247, .16);
	border-radius: 50%;
	background:
		radial-gradient(circle, transparent 0 54%, rgba(255, 255, 255, .08) 55%, transparent 56%),
		linear-gradient(110deg, transparent 0 32%, rgba(255, 255, 255, .12) 32.2%, transparent 32.8% 72%, rgba(168, 85, 247, .14) 72.2%, transparent 72.8%);
	opacity: .74;
	transform: rotate(-16deg);
}

.starlight-intro-reveal__energy-stage::after {
	inset: 4% -10% 4% 8%;
	border-radius: 48%;
	background: linear-gradient(112deg, transparent 0 38%, rgba(255, 255, 255, .18) 45%, rgba(217, 70, 239, .28) 50%, transparent 62% 100%);
	filter: blur(2px);
	opacity: .72;
	transform: translate3d(-18%, 0, 0);
	animation: starlight-intro-stage-sheen 8s ease-in-out infinite;
}

.starlight-intro-reveal__stage-grid,
.starlight-intro-reveal__stage-scan,
.starlight-intro-reveal__ribbon,
.starlight-intro-reveal__panel,
.starlight-intro-reveal__particle-field,
.starlight-intro-reveal__signal-map,
.starlight-intro-reveal__energy-core,
.starlight-intro-reveal__signal-packet,
.starlight-intro-reveal__waveform,
.starlight-intro-reveal__system-label {
	position: absolute;
}

.starlight-intro-reveal__stage-grid {
	inset: 5% 0 7%;
	z-index: 0;
	opacity: .26;
	background-image:
		linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
	background-size: 28px 28px;
	mask-image: radial-gradient(ellipse at 58% 52%, #000 0%, transparent 72%);
}

.starlight-intro-reveal__stage-scan {
	inset: 0 4% 6% 12%;
	z-index: 2;
	border-radius: 50%;
	background: linear-gradient(180deg, transparent 0 40%, rgba(255, 255, 255, .10) 48%, rgba(168, 85, 247, .12) 50%, transparent 62% 100%);
	opacity: .70;
	transform: translate3d(0, -34%, 0);
	animation: starlight-intro-scan 6.8s ease-in-out infinite;
	mix-blend-mode: screen;
}

.starlight-intro-reveal__ribbon {
	z-index: 4;
	border-radius: 999px;
	background:
		linear-gradient(90deg, transparent 0%, rgba(139, 92, 246, .08) 10%, rgba(217, 70, 239, .54) 48%, rgba(255, 255, 255, .76) 52%, rgba(168, 85, 247, .45) 66%, transparent 100%);
	box-shadow:
		0 0 18px rgba(255, 255, 255, .18),
		0 0 48px rgba(168, 85, 247, .46),
		0 0 92px rgba(217, 70, 239, .22);
	filter: blur(.4px);
	mix-blend-mode: screen;
	transform-origin: center;
	animation: starlight-intro-ribbon-breathe 6.8s ease-in-out infinite alternate;
}

.starlight-intro-reveal__ribbon--one {
	right: -5%;
	bottom: 26%;
	width: 76%;
	height: 22px;
	transform: rotate(-34deg) skewX(-12deg);
}

.starlight-intro-reveal__ribbon--two {
	right: -8%;
	bottom: 18%;
	width: 88%;
	height: 12px;
	opacity: .76;
	transform: rotate(-23deg) skewX(-16deg);
	animation-delay: -2.4s;
}

.starlight-intro-reveal__ribbon--three {
	top: 6%;
	right: 13%;
	width: 32%;
	height: 72%;
	border-radius: 50%;
	background:
		linear-gradient(90deg, transparent 0 38%, rgba(168, 85, 247, .20) 44%, rgba(255, 255, 255, .30) 50%, rgba(217, 70, 239, .28) 57%, transparent 66% 100%);
	box-shadow:
		0 0 52px rgba(168, 85, 247, .24),
		inset 0 0 22px rgba(255, 255, 255, .08);
	filter: blur(.8px);
	opacity: .82;
	transform: rotate(14deg);
	animation-delay: -1.2s;
}

.starlight-intro-reveal__panel {
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .025)),
		linear-gradient(90deg, transparent 0 48%, rgba(168, 85, 247, .18) 49%, transparent 51% 100%);
	box-shadow:
		0 28px 70px rgba(0, 0, 0, .24),
		inset 0 1px 0 rgba(255, 255, 255, .14);
	backdrop-filter: blur(12px);
	opacity: .72;
	animation: starlight-intro-panel-drift 9s ease-in-out infinite alternate;
}

.starlight-intro-reveal__panel::before {
	position: absolute;
	inset: 0;
	content: "";
	border-radius: inherit;
	background-image:
		linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
	background-size: 18px 18px;
	mask-image: linear-gradient(to bottom, transparent 0%, #000 22%, #000 78%, transparent 100%);
	opacity: .44;
}

.starlight-intro-reveal__panel--one {
	--panel-rotate: 1deg;
	top: -2%;
	right: 18%;
	width: 112px;
	height: 82%;
	transform: rotate(1deg);
}

.starlight-intro-reveal__panel--two {
	--panel-rotate: -2deg;
	top: 10%;
	right: 5%;
	width: 92px;
	height: 62%;
	opacity: .55;
	transform: rotate(-2deg);
	animation-delay: -3s;
}

.starlight-intro-reveal__panel--three {
	--panel-rotate: 5deg;
	top: 18%;
	left: 36%;
	width: 86px;
	height: 54%;
	opacity: .44;
	transform: rotate(5deg);
	animation-delay: -5s;
}

.starlight-intro-reveal__particle-field {
	inset: 0;
	z-index: 3;
	background:
		radial-gradient(circle at 28% 34%, rgba(255, 255, 255, .88) 0 1px, transparent 2px),
		radial-gradient(circle at 44% 22%, rgba(168, 85, 247, .86) 0 1px, transparent 2px),
		radial-gradient(circle at 58% 50%, rgba(255, 255, 255, .82) 0 1px, transparent 2px),
		radial-gradient(circle at 70% 18%, rgba(217, 70, 239, .78) 0 1px, transparent 2px),
		radial-gradient(circle at 82% 42%, rgba(255, 255, 255, .70) 0 1px, transparent 2px),
		radial-gradient(circle at 64% 76%, rgba(168, 85, 247, .76) 0 1px, transparent 2px),
		radial-gradient(circle at 38% 82%, rgba(255, 255, 255, .52) 0 1px, transparent 2px);
	background-size: 100% 100%;
	filter: drop-shadow(0 0 8px rgba(168, 85, 247, .55));
	opacity: .82;
	animation: starlight-intro-particles 9s ease-in-out infinite alternate;
}

.starlight-intro-reveal__signal-map {
	inset: 5% -3% 13% 4%;
	z-index: 5;
	width: 100%;
	height: 82%;
	overflow: visible;
}

.starlight-intro-reveal__signal-path,
.starlight-intro-reveal__signal-flow {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.starlight-intro-reveal__signal-path {
	stroke: url(#starlightIntroSignalSoft);
	stroke-width: 1.2;
	opacity: .52;
}

.starlight-intro-reveal__signal-path--wide {
	stroke-width: 2;
	opacity: .62;
}

.starlight-intro-reveal__signal-path--lower {
	opacity: .44;
}

.starlight-intro-reveal__signal-flow {
	stroke: url(#starlightIntroSignal);
	stroke-width: 3;
	stroke-dasharray: 20 460;
	stroke-dashoffset: 420;
	opacity: .92;
	filter: url("#starlightIntroGlow");
	animation: starlight-intro-signal-flow 5.8s ease-in-out infinite;
}

.starlight-intro-reveal__signal-flow--two {
	animation-delay: -1.9s;
	animation-duration: 6.4s;
}

.starlight-intro-reveal__signal-flow--three {
	animation-delay: -3.2s;
	animation-duration: 7.1s;
	opacity: .78;
}

.starlight-intro-reveal__signal-node {
	fill: rgba(255, 255, 255, .92);
	filter: url("#starlightIntroGlow");
	opacity: .84;
	transform-origin: center;
	animation: starlight-intro-node-pulse 3.4s ease-in-out infinite;
}

.starlight-intro-reveal__signal-node:nth-of-type(2n) {
	animation-delay: -1.4s;
}

.starlight-intro-reveal__energy-core {
	top: 46%;
	left: 58%;
	z-index: 4;
	width: 118px;
	height: 118px;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.starlight-intro-reveal__energy-ring,
.starlight-intro-reveal__energy-dot {
	position: absolute;
	border-radius: 999px;
}

.starlight-intro-reveal__energy-ring {
	inset: 0;
	border: 1px solid rgba(255, 255, 255, .16);
	background:
		radial-gradient(circle, rgba(168, 85, 247, .14), transparent 62%),
		linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
	box-shadow:
		0 0 42px rgba(168, 85, 247, .22),
		inset 0 0 28px rgba(255, 255, 255, .06);
	animation: starlight-intro-core-pulse 4.6s ease-in-out infinite;
}

.starlight-intro-reveal__energy-ring--two {
	inset: 17px;
	animation-delay: -2s;
}

.starlight-intro-reveal__energy-dot {
	inset: 42px;
	background: rgba(255, 255, 255, .88);
	box-shadow:
		0 0 18px rgba(255, 255, 255, .40),
		0 0 42px rgba(168, 85, 247, .82);
	animation: starlight-intro-dot-breathe 2.8s ease-in-out infinite;
}

.starlight-intro-reveal__signal-packet {
	z-index: 5;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .94);
	box-shadow:
		0 0 18px rgba(255, 255, 255, .44),
		0 0 34px rgba(168, 85, 247, .82),
		-20px 0 28px rgba(168, 85, 247, .22);
	opacity: 0;
}

.starlight-intro-reveal__signal-packet--one {
	top: 50%;
	left: 10%;
	animation: starlight-intro-packet-one 6.6s cubic-bezier(.45, 0, .2, 1) infinite;
}

.starlight-intro-reveal__signal-packet--two {
	top: 30%;
	left: 12%;
	animation: starlight-intro-packet-two 7.2s cubic-bezier(.45, 0, .2, 1) infinite -2.1s;
}

.starlight-intro-reveal__signal-packet--three {
	top: 68%;
	left: 15%;
	animation: starlight-intro-packet-three 7.8s cubic-bezier(.45, 0, .2, 1) infinite -3.6s;
}

.starlight-intro-reveal__waveform {
	right: 7%;
	bottom: 5%;
	left: 7%;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 8px;
	align-items: end;
	height: 58px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 20px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .035)),
		radial-gradient(circle at 50% 0%, rgba(168, 85, 247, .16), transparent 58%);
	opacity: .68;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .12),
		0 18px 48px rgba(0, 0, 0, .20);
}

.starlight-intro-reveal__waveform span {
	display: block;
	height: 100%;
	min-height: 12px;
	border-radius: 999px 999px 4px 4px;
	background: linear-gradient(180deg, rgba(240, 171, 252, .95), rgba(139, 92, 246, .72));
	box-shadow: 0 0 18px rgba(168, 85, 247, .32);
	transform: scaleY(.46);
	transform-origin: bottom center;
	animation: starlight-intro-wave 2.8s ease-in-out infinite;
}

.starlight-intro-reveal__waveform span:nth-child(2) { transform: scaleY(.70); animation-delay: -.4s; }
.starlight-intro-reveal__waveform span:nth-child(3) { transform: scaleY(.42); animation-delay: -.9s; }
.starlight-intro-reveal__waveform span:nth-child(4) { transform: scaleY(.82); animation-delay: -1.3s; }
.starlight-intro-reveal__waveform span:nth-child(5) { transform: scaleY(.55); animation-delay: -.2s; }
.starlight-intro-reveal__waveform span:nth-child(6) { transform: scaleY(.96); animation-delay: -1.7s; }
.starlight-intro-reveal__waveform span:nth-child(7) { transform: scaleY(.74); animation-delay: -.7s; }
.starlight-intro-reveal__waveform span:nth-child(8) { transform: scaleY(.88); animation-delay: -1.1s; }
.starlight-intro-reveal__waveform span:nth-child(9) { transform: scaleY(.50); animation-delay: -.5s; }
.starlight-intro-reveal__waveform span:nth-child(10) { transform: scaleY(.76); animation-delay: -1.5s; }
.starlight-intro-reveal__waveform span:nth-child(11) { transform: scaleY(.60); animation-delay: -.8s; }
.starlight-intro-reveal__waveform span:nth-child(12) { transform: scaleY(.92); animation-delay: -1.9s; }

.starlight-intro-reveal__system-label {
	z-index: 6;
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 9px 13px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	color: rgba(255, 255, 255, .90);
	background: rgba(255, 255, 255, .075);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 999px;
	box-shadow:
		0 16px 40px rgba(0, 0, 0, .24),
		inset 0 1px 0 rgba(255, 255, 255, .12);
	backdrop-filter: blur(14px);
}

.starlight-intro-reveal__system-label::before {
	width: 7px;
	height: 7px;
	margin-right: 8px;
	content: "";
	background: rgba(196, 181, 253, .92);
	border-radius: 999px;
	box-shadow: 0 0 16px rgba(168, 85, 247, .78);
}

.starlight-intro-reveal__system-label--one {
	top: 12%;
	left: 8%;
}

.starlight-intro-reveal__system-label--two {
	top: 13%;
	right: 8%;
}

.starlight-intro-reveal__system-label--three {
	right: 12%;
	bottom: 24%;
}

.starlight-intro-reveal__metrics {
	position: absolute;
	right: 0;
	bottom: 46px;
	left: 0;
	z-index: 4;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	align-items: center;
	width: min(100%, 1060px);
	margin-inline: auto;
	padding: 0 14px;
}

.starlight-intro-reveal__metric {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 12px;
	align-items: center;
	min-width: 0;
	padding: 8px 18px;
	color: var(--sl-text);
}

.starlight-intro-reveal__metric:not(:last-child)::after {
	position: absolute;
	top: 16%;
	right: 0;
	width: 1px;
	height: 68%;
	content: "";
	background: linear-gradient(to bottom, transparent, rgba(168, 85, 247, .42), transparent);
}

.starlight-intro-reveal__metric-icon {
	position: relative;
	grid-row: span 2;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(168, 85, 247, .50);
	border-radius: 999px;
	background:
		radial-gradient(circle, rgba(168, 85, 247, .20), transparent 62%),
		linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
	box-shadow:
		0 0 30px rgba(168, 85, 247, .18),
		inset 0 1px 0 rgba(255, 255, 255, .12);
}

.starlight-intro-reveal__metric-icon::before,
.starlight-intro-reveal__metric-icon::after {
	position: absolute;
	content: "";
}

.starlight-intro-reveal__metric-icon::before {
	inset: 11px;
	border: 1px solid rgba(217, 70, 239, .85);
	border-radius: 6px;
	transform: rotate(45deg);
}

.starlight-intro-reveal__metric-icon::after {
	inset: 16px;
	background: rgba(217, 70, 239, .88);
	border-radius: 999px;
	box-shadow: 0 0 14px rgba(217, 70, 239, .70);
}

.starlight-intro-reveal__metric:nth-child(1) .starlight-intro-reveal__metric-icon::before {
	border-radius: 999px;
	transform: none;
}

.starlight-intro-reveal__metric:nth-child(2) .starlight-intro-reveal__metric-icon::before {
	inset: 10px 12px 14px;
	border-radius: 4px;
	box-shadow: 0 7px 0 -2px rgba(139, 92, 246, .48), 0 14px 0 -4px rgba(217, 70, 239, .32);
	transform: rotate(45deg);
}

.starlight-intro-reveal__metric:nth-child(3) .starlight-intro-reveal__metric-icon::before {
	inset: 13px 11px 10px;
	border-width: 0 0 2px 2px;
	border-radius: 0;
	transform: none;
}

.starlight-intro-reveal__metric:nth-child(3) .starlight-intro-reveal__metric-icon::after {
	inset: auto 11px 11px auto;
	width: 14px;
	height: 14px;
	background: none;
	border-top: 2px solid rgba(217, 70, 239, .88);
	border-right: 2px solid rgba(217, 70, 239, .88);
	border-radius: 0;
	box-shadow: none;
	transform: rotate(-2deg);
}

.starlight-intro-reveal__metric-value {
	display: block;
	min-width: 0;
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 500;
	line-height: 1;
	color: #d88cff;
	text-shadow: 0 0 24px rgba(168, 85, 247, .34);
}

.starlight-intro-reveal__metric-label {
	display: block;
	min-width: 0;
	margin-top: 4px;
	font-size: 11px;
	line-height: 1.2;
	color: rgba(255, 255, 255, .58);
}

.starlight-intro-reveal__scroll {
	position: absolute;
	bottom: 164px;
	left: 0;
	z-index: 3;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	max-width: 100%;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	color: var(--sl-text-muted) !important;
	text-decoration: none;
}

.starlight-intro-reveal__scroll:hover,
.starlight-intro-reveal__scroll:focus-visible,
.starlight-intro-reveal__scroll:visited {
	color: var(--sl-text) !important;
	text-decoration: none;
}

.starlight-intro-reveal__scroll-icon {
	position: relative;
	width: 26px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 999px;
}

.starlight-intro-reveal__scroll-icon::before {
	position: absolute;
	top: 8px;
	left: 50%;
	width: 5px;
	height: 5px;
	content: "";
	background: var(--sl-primary-strong);
	border-radius: 999px;
	box-shadow: 0 0 16px var(--sl-primary-strong);
	transform: translateX(-50%);
	animation: starlight-intro-scroll-dot 1.8s ease-in-out infinite;
}

.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__visual,
.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__eyebrow,
.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__title,
.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__subtitle,
.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__chip,
.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__action,
.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__metric,
.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__scroll {
	opacity: 0;
	transform: translateY(18px);
	animation: starlight-intro-fade-up .8s cubic-bezier(.22, 1, .36, 1) forwards;
}

.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__visual {
	transform: translateY(24px) scale(.98);
	animation-name: starlight-intro-visual-in;
}

.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__eyebrow {
	animation-delay: .10s;
}

.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__title {
	animation-delay: .18s;
}

.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__subtitle {
	animation-delay: .30s;
}

.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__chip:nth-child(1) {
	animation-delay: .42s;
}

.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__chip:nth-child(2) {
	animation-delay: .49s;
}

.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__chip:nth-child(3) {
	animation-delay: .56s;
}

.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__chip:nth-child(4) {
	animation-delay: .63s;
}

.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__action {
	animation-delay: .70s;
}

.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__scroll {
	animation-delay: .82s;
}

.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__metric:nth-child(1) {
	animation-delay: .86s;
}

.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__metric:nth-child(2) {
	animation-delay: .92s;
}

.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__metric:nth-child(3) {
	animation-delay: .98s;
}

.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__metric:nth-child(4) {
	animation-delay: 1.04s;
}

@keyframes starlight-intro-fade-up {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes starlight-intro-visual-in {
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes starlight-intro-orbit-aura {
	0% {
		opacity: .64;
		transform: rotate(-16deg) scale(.98);
	}

	100% {
		opacity: .92;
		transform: rotate(-9deg) scale(1.03);
	}
}

@keyframes starlight-intro-orbit-dust {
	0% {
		opacity: .52;
		transform: translate3d(-6px, 4px, 0);
	}

	100% {
		opacity: .82;
		transform: translate3d(8px, -7px, 0);
	}
}

@keyframes starlight-intro-orbit-pulse {
	0% {
		opacity: 0;
		stroke-dashoffset: 440;
	}

	18% {
		opacity: .88;
	}

	72% {
		opacity: .72;
	}

	100% {
		opacity: 0;
		stroke-dashoffset: -90;
	}
}

@keyframes starlight-intro-orbit-star {
	0%,
	100% {
		opacity: .46;
		transform: scale(.82);
	}

	50% {
		opacity: 1;
		transform: scale(1.2);
	}
}

@keyframes starlight-intro-orbit-core {
	0%,
	100% {
		opacity: .54;
		transform: scale(.92);
	}

	50% {
		opacity: 1;
		transform: scale(1.08);
	}
}

@keyframes starlight-intro-orbit-dot {
	0%,
	100% {
		opacity: .58;
		transform: scale(.86);
	}

	50% {
		opacity: 1;
		transform: scale(1.16);
	}
}

@keyframes starlight-intro-orbit-signal-one {
	0% {
		opacity: 0;
		transform: translate3d(-228px, -18px, 0) scale(.72);
	}

	18%,
	72% {
		opacity: .92;
	}

	100% {
		opacity: 0;
		transform: translate3d(214px, -118px, 0) scale(1);
	}
}

@keyframes starlight-intro-orbit-signal-two {
	0% {
		opacity: 0;
		transform: translate3d(-96px, -174px, 0) scale(.70);
	}

	18%,
	68% {
		opacity: .82;
	}

	100% {
		opacity: 0;
		transform: translate3d(238px, 74px, 0) scale(.96);
	}
}

@keyframes starlight-intro-orbit-signal-three {
	0% {
		opacity: 0;
		transform: translate3d(186px, 88px, 0) scale(.68);
	}

	16%,
	70% {
		opacity: .78;
	}

	100% {
		opacity: 0;
		transform: translate3d(-198px, 96px, 0) scale(.98);
	}
}

@keyframes starlight-intro-orbit-signal-four {
	0% {
		opacity: 0;
		transform: translate3d(48px, 164px, 0) scale(.72);
	}

	20%,
	66% {
		opacity: .76;
	}

	100% {
		opacity: 0;
		transform: translate3d(-204px, -88px, 0) scale(.94);
	}
}

@keyframes starlight-intro-stage-float {
	0% {
		transform: translate3d(0, 0, 0) rotate(-1deg);
	}

	100% {
		transform: translate3d(0, -10px, 0) rotate(1deg);
	}
}

@keyframes starlight-intro-stage-sheen {
	0%,
	18% {
		opacity: 0;
		transform: translate3d(-28%, 0, 0);
	}

	42% {
		opacity: .72;
	}

	76%,
	100% {
		opacity: 0;
		transform: translate3d(30%, 0, 0);
	}
}

@keyframes starlight-intro-scan {
	0%,
	100% {
		opacity: .08;
		transform: translate3d(0, -42%, 0);
	}

	48% {
		opacity: .58;
	}

	68% {
		opacity: .16;
		transform: translate3d(0, 42%, 0);
	}
}

@keyframes starlight-intro-ribbon-breathe {
	0% {
		opacity: .62;
		filter: blur(.6px);
	}

	100% {
		opacity: 1;
		filter: blur(1.4px);
	}
}

@keyframes starlight-intro-panel-drift {
	0% {
		opacity: .48;
		transform: translate3d(0, 0, 0) rotate(var(--panel-rotate, 0deg));
	}

	100% {
		opacity: .78;
		transform: translate3d(0, -12px, 0) rotate(var(--panel-rotate, 0deg));
	}
}

@keyframes starlight-intro-particles {
	0% {
		opacity: .52;
		transform: translate3d(-8px, 8px, 0);
	}

	100% {
		opacity: .94;
		transform: translate3d(10px, -8px, 0);
	}
}

@keyframes starlight-intro-signal-flow {
	0% {
		opacity: 0;
		stroke-dashoffset: 460;
	}

	18% {
		opacity: .95;
	}

	76% {
		opacity: .84;
	}

	100% {
		opacity: 0;
		stroke-dashoffset: -90;
	}
}

@keyframes starlight-intro-node-pulse {
	0%,
	100% {
		opacity: .54;
		transform: scale(.82);
	}

	48% {
		opacity: 1;
		transform: scale(1.18);
	}
}

@keyframes starlight-intro-core-pulse {
	0%,
	100% {
		opacity: .52;
		transform: scale(.92);
	}

	50% {
		opacity: 1;
		transform: scale(1.08);
	}
}

@keyframes starlight-intro-dot-breathe {
	0%,
	100% {
		opacity: .58;
		transform: scale(.86);
	}

	50% {
		opacity: 1;
		transform: scale(1.14);
	}
}

@keyframes starlight-intro-packet-one {
	0% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(.68);
	}

	14%,
	70% {
		opacity: .92;
	}

	100% {
		opacity: 0;
		transform: translate3d(470px, -72px, 0) scale(1);
	}
}

@keyframes starlight-intro-packet-two {
	0% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(.72);
	}

	16%,
	66% {
		opacity: .82;
	}

	100% {
		opacity: 0;
		transform: translate3d(440px, 8px, 0) scale(.96);
	}
}

@keyframes starlight-intro-packet-three {
	0% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(.68);
	}

	14%,
	68% {
		opacity: .78;
	}

	100% {
		opacity: 0;
		transform: translate3d(410px, -98px, 0) scale(.98);
	}
}

@keyframes starlight-intro-wave {
	0%,
	100% {
		opacity: .62;
		transform: scaleY(.42);
	}

	50% {
		opacity: 1;
		transform: scaleY(1);
	}
}

@keyframes starlight-intro-scroll-dot {
	0%,
	100% {
		opacity: .35;
		transform: translate(-50%, 0);
	}

	50% {
		opacity: 1;
		transform: translate(-50%, 14px);
	}
}

@media (max-width: 1023px) {
	.starlight-intro-reveal__content {
		grid-template-columns: minmax(0, .98fr) minmax(360px, 1.02fr);
		gap: 34px;
	}

	.starlight-intro-reveal__visual {
		min-height: 420px;
	}

	.starlight-intro-reveal__orbit-universe {
		inset: 0;
		transform: none;
	}

	.starlight-intro-reveal__energy-stage {
		inset: 9% 0 8%;
	}

	.starlight-intro-reveal__system-label {
		font-size: 11px;
	}
}

@media (max-width: 991px) and (min-width: 901px) {
	.starlight-intro-reveal {
		min-height: auto;
		padding-block: 104px 48px;
	}

	.starlight-intro-reveal__container {
		min-height: auto;
		padding-bottom: 0;
	}

	.starlight-intro-reveal__content {
		min-height: auto;
		padding: 0 0 28px;
	}

	.starlight-intro-reveal__visual {
		min-height: 360px;
	}

	.starlight-intro-reveal__scroll,
	.starlight-intro-reveal__metrics {
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
	}

	.starlight-intro-reveal__scroll {
		margin-top: 10px;
	}

	.starlight-intro-reveal__metrics {
		margin-top: 18px;
		padding-top: 6px;
	}
}

@media (max-width: 900px) {
	.starlight-intro-reveal {
		min-height: auto;
		padding-block: 108px 46px;
	}

	.starlight-intro-reveal__container {
		width: var(--sl-container-width, min(100% - 48px, 1320px));
		min-height: auto;
		padding-bottom: 0;
	}

	.starlight-intro-reveal__content {
		grid-template-columns: 1fr;
		gap: 28px;
		align-items: center;
		min-height: auto;
		padding: 0;
	}

	.starlight-intro-reveal__visual {
		position: relative;
		inset: auto;
		z-index: 1;
		width: min(100%, 520px);
		min-height: clamp(300px, 38vw, 360px);
		margin: 0 auto;
		opacity: .92;
		overflow: visible;
		transform: none;
	}

	.starlight-intro-reveal__visual::before {
		inset: 5% 2% 7%;
		border-radius: 50%;
		filter: blur(22px);
		opacity: .74;
	}

	.starlight-intro-reveal__visual::after {
		inset: 16% 8% 20%;
		border-radius: 50%;
		opacity: .44;
	}

	.starlight-intro-reveal__orbit-universe {
		inset: 3% 0;
		transform: scale(.94);
		transform-origin: center;
	}

	.starlight-intro-reveal__energy-stage {
		inset: 7% 0 8%;
	}

	.starlight-intro-reveal__system-label {
		opacity: .64;
	}

	.starlight-intro-reveal__copy {
		max-width: 760px;
	}

	.starlight-intro-reveal__scroll,
	.starlight-intro-reveal__metrics {
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
	}

	.starlight-intro-reveal__scroll {
		margin-top: 8px;
	}

	.starlight-intro-reveal__metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		margin-top: 16px;
		padding: 6px 0 0;
	}

	.starlight-intro-reveal__metric:nth-child(2)::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.starlight-intro-reveal {
		min-height: auto;
		padding-block: 102px 64px;
	}

	.starlight-intro-reveal__container {
		width: var(--sl-container-width, min(100% - 24px, 1320px));
		min-height: auto;
	}

	.starlight-intro-reveal__content {
		gap: 28px;
		min-height: auto;
		padding: 0;
	}

	.starlight-intro-reveal__eyebrow {
		margin-bottom: 18px;
	}

	.starlight-intro-reveal__title {
		font-size: clamp(42px, 13vw, 60px);
		line-height: 1.06;
	}

	.starlight-intro-reveal__subtitle {
		margin-top: 12px;
		font-size: 17px;
	}

	.starlight-intro-reveal__chips {
		gap: 10px;
		margin-top: 18px;
	}

	.starlight-intro-reveal__chip {
		padding: 11px 15px;
		font-size: 13px;
	}

	.starlight-intro-reveal__action {
		width: auto;
		max-width: min(100%, 320px);
		min-height: 50px;
		margin-top: 18px;
		padding: 13px 26px;
	}

	.starlight-intro-reveal__visual {
		width: min(100%, 430px);
		min-height: clamp(260px, 58vw, 310px);
		margin-top: 0;
		opacity: .88;
	}

	.starlight-intro-reveal__orbit-universe {
		inset: 3% 0;
		transform: scale(.90);
	}

	.starlight-intro-reveal__waveform {
		display: none;
		gap: 6px;
		height: 52px;
		padding: 12px 14px;
	}

	.starlight-intro-reveal__scroll {
		justify-content: center;
		width: fit-content;
		margin: 4px auto 0;
	}

	.starlight-intro-reveal__metrics {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px 12px;
		width: 100%;
		margin-top: 22px;
		padding: 0 0 18px;
	}

	.starlight-intro-reveal__metric {
		grid-template-columns: 30px minmax(0, 1fr);
		column-gap: 9px;
		padding: 8px 10px;
		background: rgba(255, 255, 255, .045);
		border: 1px solid rgba(255, 255, 255, .10);
		border-radius: 16px;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
	}

	.starlight-intro-reveal__metric::after {
		display: none;
	}

	.starlight-intro-reveal__metric-icon {
		width: 30px;
		height: 30px;
	}

	.starlight-intro-reveal__metric-icon::before {
		inset: 8px;
	}

	.starlight-intro-reveal__metric-icon::after {
		inset: 12px;
	}

	.starlight-intro-reveal__metric-value {
		font-size: 22px;
	}

	.starlight-intro-reveal__metric-label {
		font-size: 10px;
	}
}

@media (max-width: 480px) {
	body.starlight-has-intro-reveal .cs-header > .cs-container {
		width: var(--sl-container-width, min(100% - var(--sl-header-container-gutter), var(--sl-header-container-max)));
		max-width: var(--sl-header-container-max);
		padding-inline: 0;
	}

	body.starlight-has-intro-reveal .cs-header__inner {
		min-height: 52px;
		margin-block: 7px;
		padding: 0 8px;
		border-radius: 22px;
	}

	body.starlight-has-intro-reveal .cs-header__inner-mobile {
		gap: 6px;
	}

	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-header__offcanvas-toggle,
	body.starlight-has-intro-reveal .cs-header__inner-mobile .cs-header__search-toggle {
		width: 36px;
		min-width: 36px;
		height: 36px;
	}

	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible > .cs-container {
		padding-inline: 0;
	}

	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky .cs-header__inner,
	body.starlight-has-intro-reveal .cs-header.cs-search-visible .cs-header__inner,
	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible .cs-header__inner {
		min-height: 52px;
		margin-block: 7px;
		padding: 0 8px;
		border-radius: 22px;
	}

	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible .cs-header__inner-mobile {
		gap: 6px;
	}

	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible .cs-header__inner-mobile .cs-header__offcanvas-toggle,
	body.starlight-has-intro-reveal .cs-header.cs-scroll-sticky.cs-header-smart-visible .cs-header__inner-mobile .cs-header__search-toggle {
		width: 36px;
		min-width: 36px;
		height: 36px;
	}

	.starlight-intro-reveal {
		padding-block: 96px 76px;
	}

	.starlight-intro-reveal__container {
		width: var(--sl-container-width, min(100% - 24px, 1320px));
	}

	.starlight-intro-reveal__eyebrow {
		padding: 8px 12px;
		font-size: 13px;
		margin-bottom: 16px;
	}

	.starlight-intro-reveal__content {
		gap: 24px;
	}

	.starlight-intro-reveal__visual {
		inset: auto;
		min-height: clamp(245px, 66vw, 292px);
		opacity: .86;
	}

	.starlight-intro-reveal__orbit-universe {
		inset: 5% 0;
		transform: scale(.84);
	}

	.starlight-intro-reveal__system-label {
		display: none;
	}

	.starlight-intro-reveal__waveform {
		right: 9%;
		left: 9%;
		gap: 5px;
	}

	.starlight-intro-reveal__scroll {
		display: none;
	}

	.starlight-intro-reveal__metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: 18px;
		padding-bottom: 24px;
	}

	.starlight-intro-reveal__metric {
		grid-template-columns: 26px minmax(0, 1fr);
		column-gap: 8px;
		padding: 8px;
	}

	.starlight-intro-reveal__metric-icon {
		width: 26px;
		height: 26px;
	}

	.starlight-intro-reveal__metric-value {
		font-size: 19px;
	}

	.starlight-intro-reveal__metric-label {
		font-size: 9.5px;
	}
}

@media (max-width: 360px) {
	.starlight-intro-reveal__container {
		width: var(--sl-container-width, min(100% - 24px, 1320px));
	}

	.starlight-intro-reveal__title {
		font-size: clamp(39px, 12.4vw, 44px);
	}

	.starlight-intro-reveal__scroll {
		gap: 8px;
		margin-top: 10px;
		font-size: 12px;
	}

	.starlight-intro-reveal__scroll-icon {
		width: 22px;
		height: 34px;
	}

	.starlight-intro-reveal__metrics {
		grid-template-columns: 1fr;
		padding-bottom: 28px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.starlight-intro-reveal,
	.starlight-intro-reveal *,
	.starlight-intro-reveal *::before,
	.starlight-intro-reveal *::after {
		animation: none !important;
		transition: none !important;
	}

	.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__visual,
	.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__eyebrow,
	.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__title,
	.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__subtitle,
	.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__chip,
	.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__action,
	.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__metric,
	.starlight-intro-reveal[data-animate="yes"] .starlight-intro-reveal__scroll {
		opacity: 1 !important;
		transform: none !important;
	}
}
