:root {
	--ink: #f7f7ff;
	--muted: #a6adc8;
	--page: #050611;
	--panel: rgba(12, 14, 28, 0.78);
	--panel-solid: #0b0d1b;
	--line: rgba(206, 214, 255, 0.16);
	--line-bright: rgba(218, 226, 255, 0.32);
	--green: #3cf28f;
	--mint: #63ffd0;
	--violet: #8c7aff;
	--blue: #58a6ff;
	--chrome: #eef2ff;
	--content: 1180px;
	--radius: 8px;
	--shadow-deep: 0 28px 110px rgba(0, 0, 0, 0.55);
	--scroll-progress: 0;
	--hero-shift: 0px;
	--hero-scale: 1;
	--hero-opacity: 0.72;
	--grid-shift: 0px;
}

* {
	box-sizing: border-box;
}

html {
	background: var(--page);
	scroll-behavior: smooth;
}

body {
	background:
		linear-gradient(180deg, rgba(7, 8, 22, 0.94), rgba(5, 6, 17, 1) 54%),
		var(--page);
	color: var(--ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.5;
	margin: 0;
	text-rendering: optimizeLegibility;
}

a {
	color: inherit;
}

img {
	height: auto;
	max-width: 100%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.skip-link:focus {
	background: var(--chrome);
	border-radius: var(--radius);
	clip: auto;
	color: #060716;
	height: auto;
	left: 1rem;
	padding: 0.75rem 1rem;
	top: 1rem;
	width: auto;
	z-index: 1000;
}

.site-header {
	left: 0;
	padding: 1.15rem 1.25rem 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: padding 220ms ease;
	z-index: 50;
}

.site-header::before {
	background: linear-gradient(90deg, var(--green), var(--blue), var(--violet));
	content: "";
	height: 2px;
	left: 0;
	opacity: 0.86;
	position: fixed;
	right: 0;
	top: 0;
	transform: scaleX(var(--scroll-progress));
	transform-origin: left center;
	z-index: 60;
}

.site-header-inner,
.site-footer-inner,
.site-footer-bottom,
.section-inner {
	margin-inline: auto;
	max-width: var(--content);
}

.section-inner {
	padding-inline: 1.25rem;
}

.site-header-inner {
	align-items: center;
	backdrop-filter: blur(22px);
	background: rgba(10, 12, 27, 0.66);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: 0 16px 70px rgba(0, 0, 0, 0.28);
	display: flex;
	gap: 1.2rem;
	justify-content: space-between;
	min-height: 64px;
	padding: 0.45rem 0.55rem 0.45rem 0.8rem;
	transition:
		background 220ms ease,
		border-color 220ms ease,
		box-shadow 220ms ease,
		min-height 220ms ease,
		transform 220ms ease;
}

.site-header.is-scrolled {
	padding-top: 0.7rem;
}

.site-header.is-scrolled .site-header-inner {
	background: rgba(7, 9, 22, 0.86);
	border-color: rgba(218, 226, 255, 0.24);
	box-shadow: 0 14px 58px rgba(0, 0, 0, 0.42);
	min-height: 58px;
}

.site-brand {
	align-items: center;
	display: inline-flex;
	gap: 0.7rem;
	min-width: 0;
	text-decoration: none;
}

.site-brand-logo {
	aspect-ratio: 1;
	filter: drop-shadow(0 0 16px rgba(60, 242, 143, 0.36));
	height: 34px;
	object-fit: contain;
	transition: filter 180ms ease, transform 180ms ease;
	width: 34px;
}

.site-brand:hover .site-brand-logo,
.site-brand:focus .site-brand-logo {
	filter: drop-shadow(0 0 22px rgba(60, 242, 143, 0.58));
	transform: scale(1.04);
}

.site-brand strong,
.site-brand small {
	display: block;
}

.site-brand strong {
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.1;
}

.site-brand small {
	color: var(--muted);
	font-size: 0.72rem;
	letter-spacing: 0;
}

.menu {
	align-items: center;
	display: flex;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu a {
	border-radius: var(--radius);
	color: #d8def5;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.75rem 0.85rem;
	position: relative;
	text-decoration: none;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.menu a:hover,
.menu a:focus,
.menu a.is-active {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.menu a:hover,
.menu a:focus {
	transform: translateY(-1px);
}

.nav-toggle {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	display: none;
	height: 42px;
	padding: 0;
	width: 42px;
}

.nav-toggle span:not(.screen-reader-text) {
	background: var(--ink);
	display: block;
	height: 2px;
	margin: 6px auto;
	transition: opacity 160ms ease, transform 160ms ease;
	width: 20px;
}

.nav-open .nav-toggle span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.nav-open .nav-toggle span:nth-child(2) {
	opacity: 0;
}

.nav-open .nav-toggle span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.hero-stage {
	isolation: isolate;
	min-height: 94svh;
	overflow: hidden;
	padding: clamp(7rem, 13vw, 10rem) 1.25rem 0;
	position: relative;
}

.hero-stage::before {
	background:
		linear-gradient(180deg, rgba(5, 6, 17, 0.1), rgba(5, 6, 17, 0.82) 74%, var(--page)),
		linear-gradient(90deg, rgba(88, 166, 255, 0.22), transparent 24%, transparent 76%, rgba(140, 122, 255, 0.2));
	content: "";
	inset: 0;
	position: absolute;
	z-index: -3;
}

.hero-energy {
	inset: 0;
	mix-blend-mode: screen;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.hero-energy::before {
	background:
		linear-gradient(90deg, transparent 0 46%, rgba(99, 255, 208, 0.1) 46.15%, transparent 46.35%),
		linear-gradient(0deg, transparent 0 61%, rgba(88, 166, 255, 0.08) 61.15%, transparent 61.35%);
	background-size: 220px 190px;
	content: "";
	inset: 5rem -8% auto;
	height: 42svh;
	mask-image: radial-gradient(circle at 50% 30%, black, transparent 72%);
	opacity: 0.28;
	position: absolute;
	transform: translateY(var(--hero-shift));
}

.energy-strike,
.energy-node {
	position: absolute;
}

.energy-strike {
	background: linear-gradient(90deg, transparent, rgba(99, 255, 208, 0.88), rgba(88, 166, 255, 0.5), transparent);
	border-radius: 999px;
	box-shadow: 0 0 24px rgba(60, 242, 143, 0.34), 0 0 52px rgba(88, 166, 255, 0.16);
	height: 3px;
	opacity: 0;
	transform-origin: center;
}

.energy-strike::before,
.energy-strike::after {
	background: inherit;
	border-radius: inherit;
	box-shadow: inherit;
	content: "";
	height: 3px;
	position: absolute;
	right: 12%;
	width: 34%;
}

.energy-strike::before {
	top: -16px;
	transform: rotate(-58deg);
}

.energy-strike::after {
	bottom: -18px;
	transform: rotate(46deg);
}

.strike-one {
	left: 50%;
	top: 22%;
	transform: translateX(-50%) rotate(92deg);
	width: min(380px, 42vw);
	animation: circuitStrike 9.6s ease-out 0.9s infinite;
}

.strike-two {
	right: 10%;
	top: 38%;
	transform: rotate(-24deg);
	width: min(280px, 34vw);
	animation: circuitStrike 11.8s ease-out 4.2s infinite;
}

.strike-three {
	left: 9%;
	top: 57%;
	transform: rotate(14deg);
	width: min(250px, 30vw);
	animation: circuitStrike 13.4s ease-out 7.1s infinite;
}

.energy-node {
	background: rgba(99, 255, 208, 0.92);
	border-radius: 999px;
	box-shadow: 0 0 22px rgba(60, 242, 143, 0.56), 0 0 48px rgba(88, 166, 255, 0.16);
	height: 5px;
	opacity: 0;
	width: 5px;
}

.node-one {
	left: 41%;
	top: 32%;
	animation: circuitNode 9.6s ease-out 1.02s infinite;
}

.node-two {
	right: 25%;
	top: 46%;
	animation: circuitNode 11.8s ease-out 4.35s infinite;
}

.node-three {
	left: 26%;
	top: 64%;
	animation: circuitNode 13.4s ease-out 7.25s infinite;
}

.hero-motion {
	filter: saturate(1.15) contrast(1.08);
	height: clamp(390px, 54vw, 760px);
	left: 50%;
	mask-image: radial-gradient(circle, black 38%, rgba(0, 0, 0, 0.78) 52%, transparent 76%);
	object-fit: contain;
	opacity: var(--hero-opacity);
	position: absolute;
	top: clamp(4.5rem, 8vw, 6rem);
	transform: translateX(-50%) translateY(var(--hero-shift)) scale(var(--hero-scale));
	transition: opacity 180ms ease;
	width: clamp(390px, 54vw, 760px);
	-webkit-mask-image: radial-gradient(circle, black 38%, rgba(0, 0, 0, 0.78) 52%, transparent 76%);
	z-index: -2;
}

.hero-grid-lines {
	background:
		linear-gradient(rgba(92, 255, 179, 0.16) 1px, transparent 1px),
		linear-gradient(90deg, rgba(88, 166, 255, 0.12) 1px, transparent 1px);
	background-size: 72px 72px;
	bottom: 0;
	height: 42svh;
	left: 0;
	mask-image: linear-gradient(transparent, black 36%, transparent);
	opacity: 0.3;
	position: absolute;
	right: 0;
	transform: perspective(600px) rotateX(62deg) translateY(var(--grid-shift));
	transform-origin: bottom;
	z-index: -1;
}

.hero-content {
	margin-inline: auto;
	max-width: 980px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.hero-content h1 {
	position: relative;
}

.hero-content h1::after {
	background: linear-gradient(90deg, transparent, rgba(99, 255, 208, 0.8), rgba(88, 166, 255, 0.45), transparent);
	content: "";
	height: 2px;
	left: 6%;
	opacity: 0;
	position: absolute;
	right: 6%;
	top: 48%;
	transform: scaleX(0);
	transform-origin: center;
}

.hero-content.is-charging h1 {
	animation: titleSignal 1240ms ease-out both;
}

.hero-content.is-charging h1::after {
	animation: titleTrace 1180ms ease-out 110ms both;
}

.eyebrow {
	color: var(--mint);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.hero-content h1,
.section-heading h2,
.split-layout h2,
.entry-header h1 {
	font-size: 6rem;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0;
	text-wrap: balance;
}

.hero-copy,
.section-heading p,
.copy-stack p,
.entry-content,
.archive-description {
	color: var(--muted);
	font-size: 1.12rem;
	line-height: 1.68;
}

.hero-copy {
	margin: 1.15rem auto 0;
	max-width: 760px;
	text-wrap: balance;
}

.hero-actions,
.inline-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	justify-content: center;
	margin-top: 1.7rem;
}

.button,
.gops-discord-button {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid var(--line-bright);
	border-radius: var(--radius);
	box-shadow: 0 12px 42px rgba(0, 0, 0, 0.26);
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	min-height: 48px;
	overflow: hidden;
	padding: 0.92rem 1.12rem;
	position: relative;
	text-decoration: none;
	transition:
		transform 160ms ease,
		background 160ms ease,
		border-color 160ms ease,
		box-shadow 160ms ease;
}

.button::after,
.gops-discord-button::after {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
	content: "";
	inset: -40% auto -40% -75%;
	position: absolute;
	transform: skewX(-18deg);
	transition: left 420ms ease;
	width: 55%;
}

.button:hover,
.button:focus,
.gops-discord-button:hover,
.gops-discord-button:focus {
	background: rgba(60, 242, 143, 0.14);
	border-color: rgba(99, 255, 208, 0.72);
	box-shadow: 0 16px 48px rgba(60, 242, 143, 0.14);
	color: #fff;
	transform: translateY(-1px);
}

.button:hover::after,
.button:focus::after,
.gops-discord-button:hover::after,
.gops-discord-button:focus::after {
	left: 120%;
}

.button-chrome {
	background: linear-gradient(180deg, #ffffff, #cbd3f5);
	border-color: rgba(255, 255, 255, 0.9);
	color: #101328;
}

.button-chrome:hover,
.button-chrome:focus {
	background: linear-gradient(180deg, #ffffff, #dce4ff);
	border-color: #fff;
	color: #101328;
}

.button-secondary,
.gops-discord-button-secondary {
	background: rgba(255, 255, 255, 0.04);
	color: #eef2ff;
}

.gops-discord-button-disabled,
.button-disabled,
.gops-discord-button-disabled:hover,
.button-disabled:hover,
.button-disabled:focus,
.gops-discord-button-disabled:focus {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.14);
	color: #9aa3bd;
	cursor: not-allowed;
	transform: none;
}

.gops-discord-button-disabled::after,
.button-disabled::after {
	display: none;
}

.product-console {
	--console-accent: var(--green);
	--console-alt: var(--blue);
	--console-line: rgba(140, 122, 255, 0.75);
	background: rgba(7, 8, 20, 0.82);
	border: 1px solid var(--line);
	border-radius: var(--radius) var(--radius) 0 0;
	box-shadow: var(--shadow-deep);
	display: grid;
	grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
	margin: clamp(4rem, 8vw, 7rem) auto 0;
	max-width: 1060px;
	min-height: 300px;
	overflow: hidden;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	z-index: 2;
}

.product-console[data-console-tone="ask"] {
	--console-accent: var(--mint);
	--console-alt: var(--violet);
	--console-line: rgba(140, 122, 255, 0.75);
}

.product-console[data-console-tone="workshops"] {
	--console-accent: #58a6ff;
	--console-alt: var(--green);
	--console-line: rgba(88, 166, 255, 0.72);
}

.product-console[data-console-tone="support"] {
	--console-accent: #9c8cff;
	--console-alt: var(--mint);
	--console-line: rgba(99, 255, 208, 0.68);
}

.product-console:hover {
	border-color: rgba(99, 255, 208, 0.36);
	box-shadow: 0 34px 120px rgba(0, 0, 0, 0.66), 0 0 70px rgba(60, 242, 143, 0.07);
	transform: translateY(-2px);
}

.product-console::before {
	background: linear-gradient(90deg, rgba(60, 242, 143, 0.2), transparent 35%, rgba(140, 122, 255, 0.2));
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.product-console::after {
	background: linear-gradient(90deg, transparent, rgba(99, 255, 208, 0.13), rgba(88, 166, 255, 0.11), transparent);
	content: "";
	inset: 0 auto 0 -38%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: skewX(-14deg);
	width: 34%;
}

.product-console.is-charging::after {
	animation: consoleEnergySweep 1380ms ease-out 260ms both;
}

.console-rail {
	background: rgba(255, 255, 255, 0.035);
	border-right: 1px solid var(--line);
	padding: 1.25rem;
}

.console-brand {
	align-items: center;
	display: flex;
	gap: 0.55rem;
	margin-bottom: 1.4rem;
}

.console-brand img {
	filter: drop-shadow(0 0 12px rgba(60, 242, 143, 0.36));
	height: 28px;
	width: 28px;
}

.console-brand strong {
	font-size: 0.94rem;
}

.console-rail ul {
	display: grid;
	gap: 0.55rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.console-rail li {
	border: 1px solid transparent;
	border-radius: var(--radius);
	color: var(--muted);
	font-size: 0.84rem;
	font-weight: 800;
	overflow: hidden;
	position: relative;
	transition: background 190ms ease, border-color 190ms ease, color 190ms ease, transform 190ms ease;
}

.console-rail button {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: block;
	font: inherit;
	padding: 0.7rem 0.8rem;
	position: relative;
	text-align: left;
	width: 100%;
}

.console-rail button::before {
	background: linear-gradient(180deg, var(--console-accent), var(--console-alt));
	border-radius: 999px;
	bottom: 0.68rem;
	box-shadow: 0 0 16px rgba(60, 242, 143, 0.34);
	content: "";
	left: 0.48rem;
	opacity: 0;
	position: absolute;
	top: 0.68rem;
	transform: scaleY(0.2);
	transform-origin: center;
	transition: opacity 190ms ease, transform 190ms ease;
	width: 3px;
}

.console-rail li.active {
	background: rgba(255, 255, 255, 0.08);
	border-color: var(--line);
	color: #fff;
}

.console-rail li.active button::before {
	opacity: 1;
	transform: scaleY(1);
}

.console-rail li:not(.active):hover,
.console-rail li:focus-within {
	background: rgba(255, 255, 255, 0.045);
	border-color: rgba(255, 255, 255, 0.08);
	color: #e9edff;
	transform: translateX(2px);
}

.console-rail button:focus-visible {
	outline: 2px solid rgba(99, 255, 208, 0.7);
	outline-offset: -2px;
}

.console-main {
	display: grid;
	gap: 1rem;
	grid-template-rows: auto auto 1fr;
	padding: 1.25rem;
}

.console-toolbar,
.console-metrics > div {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.console-metrics > div {
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.console-metrics > div:hover {
	background: rgba(255, 255, 255, 0.075);
	border-color: rgba(99, 255, 208, 0.28);
	transform: translateY(-2px);
}

.console-toolbar {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0.85rem 1rem;
}

.console-toolbar span,
.console-metrics span {
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.console-metrics {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.console-metrics > div {
	display: grid;
	gap: 0.35rem;
	padding: 1rem;
}

.console-metrics strong {
	font-size: 1.25rem;
	line-height: 1.05;
}

.console-chart {
	background:
		linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		rgba(255, 255, 255, 0.03);
	background-size: 42px 42px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	min-height: 156px;
	overflow: hidden;
	position: relative;
}

.chart-bar {
	background: linear-gradient(90deg, rgba(88, 166, 255, 0.25), var(--console-accent));
	border-radius: 0 6px 6px 0;
	height: 16px;
	left: 28px;
	position: absolute;
	transform-origin: left center;
	transition: width 420ms cubic-bezier(0.16, 1, 0.3, 1), background 260ms ease;
	width: var(--bar-width);
}

.bar-one {
	--bar-width: 42%;
	top: 31px;
}

.bar-two {
	--bar-width: 72%;
	top: 61px;
}

.bar-three {
	--bar-width: 54%;
	top: 91px;
}

.bar-four {
	--bar-width: 64%;
	top: 121px;
}

.chart-line {
	border: 2px solid var(--console-line);
	border-bottom: 0;
	border-left: 0;
	border-radius: 50%;
	height: 150px;
	position: absolute;
	right: 8%;
	top: 26px;
	transform: rotate(-18deg);
	transform-origin: center;
	width: 45%;
}

.product-console.is-switching .console-toolbar,
.product-console.is-switching .console-metrics > div,
.product-console.is-switching .console-chart {
	animation: consoleContentSwitch 620ms ease both;
}

.product-console.is-switching .console-metrics > div:nth-child(2) {
	animation-delay: 60ms;
}

.product-console.is-switching .console-metrics > div:nth-child(3) {
	animation-delay: 120ms;
}

.motion-ready .product-console .chart-bar {
	transform: scaleX(0);
	transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.motion-ready .product-console.is-visible .chart-bar {
	transform: scaleX(1);
}

.motion-ready .product-console.is-visible .bar-one {
	transition-delay: 180ms;
}

.motion-ready .product-console.is-visible .bar-two {
	transition-delay: 270ms;
}

.motion-ready .product-console.is-visible .bar-three {
	transition-delay: 360ms;
}

.motion-ready .product-console.is-visible .bar-four {
	transition-delay: 450ms;
}

.motion-ready .product-console .chart-line {
	opacity: 0;
	transform: rotate(-18deg) scale(0.84);
	transition: opacity 520ms ease 500ms, transform 680ms cubic-bezier(0.16, 1, 0.3, 1) 500ms;
}

.motion-ready .product-console.is-visible .chart-line {
	opacity: 1;
	transform: rotate(-18deg) scale(1);
}

.section {
	padding-block: clamp(4.5rem, 8vw, 8rem);
	scroll-margin-top: 6rem;
}

.section-bento {
	background: linear-gradient(180deg, #050611, #090b18);
	border-top: 1px solid var(--line);
}

.section-dark {
	background: #050611;
	border-top: 1px solid var(--line);
}

.section-heading {
	margin-bottom: clamp(2rem, 4vw, 3rem);
	max-width: 860px;
}

.section-heading h2,
.split-layout h2,
.entry-header h1 {
	font-size: 4.25rem;
}

.bento-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bento-panel,
.feature-card,
.post-list-item {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	min-height: 238px;
	padding: 1.25rem;
	position: relative;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bento-panel::before,
.feature-card::before,
.post-list-item::before {
	background: linear-gradient(90deg, rgba(60, 242, 143, 0.72), rgba(88, 166, 255, 0.5), rgba(140, 122, 255, 0.48));
	content: "";
	height: 1px;
	left: 1rem;
	opacity: 0;
	position: absolute;
	right: 1rem;
	top: 0;
	transition: opacity 180ms ease;
}

.bento-panel::after {
	background:
		linear-gradient(90deg, transparent, rgba(99, 255, 208, 0.72), transparent),
		linear-gradient(0deg, transparent, rgba(88, 166, 255, 0.42), transparent);
	background-position: 0 0, 82% 0;
	background-repeat: no-repeat;
	background-size: 100% 1px, 1px 100%;
	content: "";
	inset: 1rem;
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.bento-panel.is-charging::after {
	animation: panelCircuitTrace 1120ms ease-out both;
}

.bento-panel:hover,
.feature-card:hover,
.post-list-item:hover {
	background: rgba(255, 255, 255, 0.072);
	border-color: rgba(218, 226, 255, 0.24);
	box-shadow: 0 18px 58px rgba(0, 0, 0, 0.24);
	transform: translateY(-3px);
}

.bento-panel:hover::before,
.feature-card:hover::before,
.post-list-item:hover::before {
	opacity: 1;
}

.panel-wide {
	background:
		linear-gradient(135deg, rgba(60, 242, 143, 0.15), rgba(140, 122, 255, 0.08)),
		rgba(255, 255, 255, 0.055);
	grid-column: span 2;
}

.panel-mycelf {
	background:
		radial-gradient(circle at 88% 78%, rgba(99, 255, 208, 0.16), transparent 38%),
		linear-gradient(135deg, rgba(88, 166, 255, 0.1), rgba(140, 122, 255, 0.08)),
		rgba(255, 255, 255, 0.055);
	isolation: isolate;
	overflow: hidden;
}

.panel-mycelf .feature-index,
.panel-mycelf h3,
.panel-mycelf p {
	position: relative;
	z-index: 2;
}

.panel-mycelf h3 {
	max-width: 13rem;
}

.mycelf-brain-orb {
	opacity: 0.72;
	pointer-events: none;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 84px;
	z-index: 1;
}

.mycelf-brain-orb::before {
	background: radial-gradient(circle, rgba(99, 255, 208, 0.32), rgba(88, 166, 255, 0.13) 44%, transparent 70%);
	border-radius: 999px;
	content: "";
	filter: blur(16px);
	inset: 18%;
	position: absolute;
}

.mycelf-brain-orb img {
	display: block;
	filter: drop-shadow(0 0 24px rgba(99, 255, 208, 0.22));
	position: relative;
	transform: rotate(2deg) scale(1);
	transition: opacity 180ms ease, transform 240ms ease;
	width: 100%;
}

.panel-mycelf:hover .mycelf-brain-orb img {
	transform: rotate(0deg) scale(1.035);
}

.feature-index {
	color: var(--green);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
}

.bento-panel h3,
.feature-card h3,
.post-list-item h2 {
	font-size: 1.85rem;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 1rem 0 0.7rem;
}

.bento-panel p,
.feature-card p,
.post-list-item p {
	color: var(--muted);
	margin: 0;
}

.section-split {
	background:
		linear-gradient(180deg, rgba(12, 14, 28, 0.88), rgba(5, 6, 17, 0.98)),
		linear-gradient(90deg, rgba(60, 242, 143, 0.08), rgba(88, 166, 255, 0.08));
	border-top: 1px solid var(--line);
}

.split-layout {
	align-items: start;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.copy-stack {
	max-width: 680px;
}

.copy-stack .inline-actions {
	justify-content: flex-start;
}

.page-shell {
	padding-block: clamp(7rem, 12vw, 10rem) clamp(4rem, 8vw, 7rem);
}

.content-width {
	margin-inline: auto;
	max-width: 980px;
	padding-inline: 1.25rem;
}

.content-width-narrow {
	max-width: 780px;
}

.entry-header {
	margin-bottom: 2rem;
}

.entry-content > * {
	margin-bottom: 1.2rem;
}

.entry-content a {
	color: var(--mint);
	font-weight: 800;
}

.post-list {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
}

.post-list-item h2 a {
	text-decoration: none;
}

.site-footer {
	background: #04050d;
	border-top: 1px solid var(--line);
	color: #fff;
}

.site-footer-inner {
	align-items: start;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	padding: 2.5rem 1.25rem;
}

.site-brand-footer small,
.site-footer .menu a,
.site-footer-bottom {
	color: var(--muted);
}

.footer-nav .menu {
	align-items: flex-end;
	flex-direction: column;
}

.site-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.9rem;
	padding: 1rem 1.25rem;
}

.gops-account {
	padding-top: clamp(7rem, 12vw, 10rem);
}

.gops-account-panel,
.gops-account-notice {
	border-radius: var(--radius);
}

@keyframes circuitStrike {
	0%,
	7%,
	100% {
		opacity: 0;
		filter: blur(0);
	}

	9% {
		opacity: 0.22;
	}

	10.2% {
		opacity: 0.78;
		filter: blur(0.2px);
	}

	12.2% {
		opacity: 0.3;
	}

	16% {
		opacity: 0.42;
	}

	21% {
		opacity: 0;
		filter: blur(1px);
	}
}

@keyframes circuitNode {
	0%,
	7.5%,
	100% {
		opacity: 0;
		transform: scale(0.72);
	}

	9.5% {
		opacity: 0.86;
		transform: scale(1);
	}

	15.5% {
		opacity: 0.28;
		transform: scale(1.45);
	}

	21.5% {
		opacity: 0;
		transform: scale(1.8);
	}
}

@keyframes titleSignal {
	0% {
		text-shadow: none;
	}

	9% {
		text-shadow: 2px 0 rgba(60, 242, 143, 0.25), -2px 0 rgba(88, 166, 255, 0.18);
	}

	15% {
		text-shadow: none;
	}

	31% {
		text-shadow: 0 0 22px rgba(60, 242, 143, 0.18);
	}

	52%,
	100% {
		text-shadow: none;
	}
}

@keyframes titleTrace {
	0%,
	12% {
		opacity: 0;
		transform: scaleX(0);
	}

	22% {
		opacity: 0.5;
		transform: scaleX(0.42);
	}

	33% {
		opacity: 0.24;
		transform: scaleX(1);
	}

	48%,
	100% {
		opacity: 0;
		transform: scaleX(1);
	}
}

@keyframes consoleEnergySweep {
	0% {
		left: -38%;
		opacity: 0;
	}

	18% {
		opacity: 0.55;
	}

	66% {
		opacity: 0.28;
	}

	100% {
		left: 115%;
		opacity: 0;
	}
}

@keyframes consoleContentSwitch {
	0% {
		filter: brightness(0.92);
		opacity: 0.66;
		transform: translateY(5px);
	}

	42% {
		filter: brightness(1.16);
		opacity: 1;
	}

	100% {
		filter: brightness(1);
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes panelCircuitTrace {
	0%,
	16% {
		opacity: 0;
		clip-path: inset(0 100% 100% 0);
	}

	42% {
		opacity: 0.55;
		clip-path: inset(0 0 92% 0);
	}

	66% {
		opacity: 0.34;
		clip-path: inset(0 0 0 0);
	}

	100% {
		opacity: 0;
		clip-path: inset(0 0 0 0);
	}
}

.motion-ready .reveal-item {
	will-change: opacity, transform;
}

.motion-ready .reveal-item.is-visible {
	will-change: auto;
}

@media (max-width: 940px) {
	.nav-toggle {
		display: block;
	}

	.primary-nav {
		background: rgba(10, 12, 27, 0.96);
		border: 1px solid var(--line);
		border-radius: var(--radius);
		box-shadow: var(--shadow-deep);
		left: 1.25rem;
		opacity: 0;
		padding: 0.8rem;
		pointer-events: none;
		position: fixed;
		right: 1.25rem;
		top: 5.6rem;
		transform: translateY(-8px) scale(0.985);
		transform-origin: top center;
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
		visibility: hidden;
	}

	.nav-open .primary-nav {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0) scale(1);
		visibility: visible;
	}

	.primary-nav .menu {
		align-items: stretch;
		flex-direction: column;
	}

	.primary-nav .menu a {
		justify-content: center;
	}

	.product-console,
	.split-layout,
	.bento-grid {
		grid-template-columns: 1fr;
	}

	.hero-content h1 {
		font-size: 4.75rem;
	}

	.section-heading h2,
	.split-layout h2,
	.entry-header h1 {
		font-size: 3.25rem;
	}

	.panel-wide {
		grid-column: auto;
	}

	.mycelf-brain-orb {
		opacity: 0.58;
		right: 1rem;
		top: 1rem;
		width: 96px;
	}

	.panel-mycelf h3 {
		max-width: none;
		padding-right: 6rem;
	}

	.console-rail {
		border-bottom: 1px solid var(--line);
		border-right: 0;
	}

	.console-rail ul {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.console-rail li {
		text-align: center;
	}

	.console-rail button {
		text-align: center;
	}

	.console-rail button::before {
		bottom: 0.42rem;
		height: 3px;
		left: 22%;
		right: 22%;
		top: auto;
		transform: scaleX(0.2);
		width: auto;
	}

	.console-rail li.active button::before {
		transform: scaleX(1);
	}
}

@media (max-width: 640px) {
	.site-header {
		padding-inline: 0.75rem;
	}

	.site-header-inner {
		min-height: 60px;
	}

	.site-brand small {
		display: none;
	}

	.hero-stage {
		min-height: 0;
		padding-top: 6.5rem;
	}

	.hero-motion {
		height: 310px;
		opacity: 0.58;
		width: 310px;
	}

	.hero-energy {
		opacity: 0.68;
	}

	.strike-two,
	.strike-three,
	.node-two,
	.node-three {
		display: none;
	}

	.strike-one {
		top: 18%;
		width: 260px;
	}

	.hero-content h1 {
		font-size: 3.15rem;
	}

	.section-heading h2,
	.split-layout h2,
	.entry-header h1 {
		font-size: 2.35rem;
	}

	.hero-copy,
	.section-heading p,
	.copy-stack p,
	.entry-content,
	.archive-description {
		font-size: 1rem;
	}

	.hero-actions,
	.inline-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.mycelf-brain-orb {
		opacity: 0.42;
		right: 0.9rem;
		top: 0.9rem;
		width: 72px;
	}

	.panel-mycelf h3 {
		padding-right: 4.4rem;
	}

	.button,
	.gops-discord-button {
		width: 100%;
	}

	.product-console {
		margin-top: 3rem;
	}

	.console-rail ul,
	.console-metrics {
		grid-template-columns: 1fr;
	}

	.console-chart {
		min-height: 150px;
	}

	.site-footer-inner {
		display: grid;
	}

	.footer-nav .menu {
		align-items: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.hero-motion {
		transform: translateX(-50%);
	}

	.hero-grid-lines {
		transform: perspective(600px) rotateX(62deg);
	}

	.hero-energy,
	.hero-content h1::after,
	.product-console::after,
	.bento-panel::after {
		display: none;
	}

	.motion-ready .product-console .chart-bar,
	.motion-ready .product-console .chart-line {
		opacity: 1;
		transform: none;
	}

	.motion-ready .product-console .chart-line {
		transform: rotate(-18deg);
	}
}
