
			* {
				box-sizing: border-box;
			}

			html {
				scroll-behavior: smooth;
				overflow-x: hidden;
				scrollbar-gutter: stable;
			}

			body {
				margin: 0;
				font-family:
					system-ui,
					-apple-system,
					BlinkMacSystemFont,
					'Segoe UI',
					Roboto,
					sans-serif;
				color: #1a1640;
				background:
					radial-gradient(circle at top, rgba(146, 92, 255, 0.14), transparent 15%),
					radial-gradient(circle at 80% 10%, rgba(111, 0, 255, 0.1), transparent 15%),
					linear-gradient(180deg, #ffffff 0%, #f6f3ff 46%, #f2f4fb 100%);
				background-repeat: no-repeat;
				background-size:
					100% 100vh,
					100% 100vh,
					100% 100%;
				min-height: 100vh;
				overflow-x: hidden;
			}

			a {
				color: inherit;
				text-decoration: none;
			}

			button,
			input,
			textarea,
			select {
				font: inherit;
			}

			code,
			pre {
				font-family: 'Spline Sans Mono', 'SFMono-Regular', monospace;
			}

			.app-shell.tsrx-vbmmhx {
				position: relative;
				z-index: 1;
				width: 100%;
			}

			.page-shell.tsrx-vbmmhx {
				width: min(1180px, calc(100vw - 2rem));
				margin: 0 auto;
				padding: 1rem 0 6rem;
			}

			.section-shell.tsrx-vbmmhx {
				margin-top: 3.25rem;
			}

			.masthead.tsrx-vbmmhx {
				display: flex;
				justify-content: space-between;
				align-items: center;
				gap: 1rem;
				padding: 1rem 0 2rem;
				flex-wrap: wrap;
			}

			.brand-lockup.tsrx-vbmmhx {
				display: inline-flex;
				align-items: center;
				justify-content: center;
			}

			.header-logo.tsrx-vbmmhx {
				display: block;
				width: 3.2rem;
				height: 3.2rem;
			}

			.masthead-nav.tsrx-vbmmhx {
				display: inline-flex;
				gap: 1rem;
				font-size: 0.95rem;
				color: rgba(26, 22, 64, 0.7);
			}

			.masthead-nav.tsrx-vbmmhx a:where(.tsrx-vbmmhx) {
				white-space: nowrap;
			}

			.masthead-nav.tsrx-vbmmhx a:where(.tsrx-vbmmhx):hover /* (unused) .resource-list a:hover*/ {
				color: #5e2cff;
			}

			.alpha-notice.tsrx-vbmmhx {
				display: flex;
				align-items: center;
				gap: 0.9rem;
				padding: 0.9rem 1.15rem;
				margin: 1.75rem 0 0;
				border-radius: 0.75rem;
				background: linear-gradient(
					90deg,
					rgba(111, 0, 255, 0.08) 0%,
					rgba(146, 92, 255, 0.08) 100%
				);
				border: 1px solid rgba(111, 0, 255, 0.22);
				color: #2b1b6d;
				font-size: 0.95rem;
				line-height: 1.5;
			}

			.alpha-badge.tsrx-vbmmhx {
				flex-shrink: 0;
				padding: 0.18rem 0.6rem;
				border-radius: 999px;
				background: linear-gradient(90deg, #5521dd 0%, #8741ff 100%);
				color: #fff;
				font-size: 0.72rem;
				font-weight: 600;
				letter-spacing: 0.14em;
				text-transform: uppercase;
			}

			.alpha-notice-body.tsrx-vbmmhx {
				margin: 0;
			}

			.alpha-notice-link.tsrx-vbmmhx {
				color: #5e2cff;
				text-decoration: underline;
				text-underline-offset: 2px;
			}

			.alpha-notice-link.tsrx-vbmmhx:hover {
				color: #6f00ff;
			}

			.supporting-link.tsrx-vbmmhx {
				color: #5e2cff;
				font-weight: 500;
				text-decoration: underline;
				text-underline-offset: 2px;
			}

			.supporting-link.tsrx-vbmmhx:hover {
				color: #6f00ff;
			}

			.hero.tsrx-vbmmhx {
				display: grid;
				grid-template-columns: minmax(0, 1fr);
				gap: 2rem;
				align-items: center;
				padding: 3.5rem 0 2.5rem;
				min-height: auto;
			}

			.eyebrow.tsrx-vbmmhx /* (unused) .mini-label*/ {
				margin: 0 0 0.75rem;
				font-size: 0.76rem;
				letter-spacing: 0.18em;
				text-transform: uppercase;
				color: #6e44df;
			}

			.hero.tsrx-vbmmhx h1:where(.tsrx-vbmmhx) /* (unused) .section-copy h2,
			.page-footer h2,
			.content-card h2*/ {
				margin: 0;
				letter-spacing: -0.04em;
			}

			.hero.tsrx-vbmmhx h1:where(.tsrx-vbmmhx) {
				font-size: clamp(2.15rem, 5.5vw, 4.95rem);
				line-height: 1.125;
				background: linear-gradient(90deg, #5521dd 0%, #6f00ff 42%, #8741ff 100%);
				-webkit-background-clip: text;
				background-clip: text;
				color: transparent;
			}

			/* (unused) .section-copy h2,
			.page-footer h2 {
				font-size: clamp(2rem, 3vw, 3.3rem);
				line-height: 1.03;
			}*/

			/* (unused) .content-card h2 {
				font-size: clamp(1.5rem, 2.3vw, 2.3rem);
				line-height: 1.05;
			}*/

			.what-is-section.tsrx-vbmmhx {
				gap: 1rem;
			}

			.what-is-copy.tsrx-vbmmhx {
				max-width: 56rem;
			}

			.compact-link-copy.tsrx-vbmmhx {
				margin-top: -0.15rem;
				font-size: 0.98rem;
				color: rgba(26, 22, 64, 0.68);
			}

			.code-block.tsrx-vbmmhx {
				margin: 0.5rem 0 0;
				padding: 1.25rem 1.4rem;
				overflow-x: auto;
				background: #0e1528;
				color: #e7ecff;
				font-size: 0.88rem;
				line-height: 1.65;
				white-space: pre;
				-webkit-font-smoothing: antialiased;
			}

			.code-block .ln {
				color: rgba(255, 255, 255, 0.25);
				display: inline-block;
				width: 1.4rem;
				text-align: right;
				margin-right: 0.85rem;
				user-select: none;
			}

			.code-block .kw {
				color: #569cd6;
			}
			.code-block .kw-export {
				color: #c586c0;
			}
			.code-block .kw-ctrl {
				color: #c586c0;
			}
			.code-block .kw-ctrl-br {
				color: #c586c0;
			}
			.code-block .fn {
				color: #dcdcaa;
			}
			.code-block .type {
				color: #4ec9b0;
			}
			.code-block .prop {
				color: #9cdcfe;
			}
			.code-block .str {
				color: #ce9178;
			}
			.code-block .val {
				color: #b5cea8;
			}
			.code-block .el {
				color: #569cd6;
			}
			.code-block .tag {
				color: #808080;
			}
			.code-block .attr {
				color: #92c5f8;
			}
			.code-block .br {
				color: #ffd700;
			}
			.code-block .tbr {
				color: #ffd700;
			}
			.code-block .css-sel {
				color: #d7ba7d;
			}
			.code-block .css-br {
				color: #d4d4d4;
			}
			.code-block .reactive {
				color: #4fc1ff;
			}

			/* (unused) .what-is-list {
				max-width: 62rem;
			}*/

			/* (unused) .lede,*/
			.section-body.tsrx-vbmmhx /* (unused) .resource-list span*/ {
				margin: 0;
				font-size: 1.05rem;
				line-height: 1.7;
				color: rgba(26, 22, 64, 0.76);
			}

			.hero-copy.tsrx-vbmmhx /* (unused) .section-copy,
			.footer-copy,
			.content-card*/ {
				display: grid;
				gap: 1rem;
			}

			.inline-code.tsrx-vbmmhx {
				background: rgba(94, 44, 255, 0.1);
				color: #5e2cff;
				padding: 0.12em 0.4em;
				border-radius: 4px;
				font-size: 0.92em;
			}

			/* (unused) .hero-list,
			.editorial-list,
			.detail-list,
			.resource-list {
				margin: 0;
				padding-left: 1.2rem;
				display: grid;
				gap: 0.65rem;
				color: rgba(26, 22, 64, 0.8);
			}*/

			/* (unused) .hero-list li,
			.editorial-list li,
			.detail-list li,
			.resource-list li {
				line-height: 1.6;
			}*/

			/* (unused) .hero-list {
				max-width: none;
			}*/

			/* (unused) .comparison-grid,
			.stacked-cards {
				display: grid;
				gap: 1.25rem;
			}*/

			/* (unused) .comparison-grid {
				grid-template-columns: repeat(2, minmax(0, 1fr));
			}*/

			/* (unused) .content-card,
			.page-footer {
				position: relative;
				padding: 1.7rem;
				background: transparent;
				box-shadow: none;
				backdrop-filter: none;
			}*/

			.readable-section.tsrx-vbmmhx {
				display: grid;
				gap: 1rem;
				max-width: 52rem;
			}

			.hero-actions.tsrx-vbmmhx {
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				gap: 0.85rem;
			}

			.cta-link.tsrx-vbmmhx {
				display: inline-block;
				justify-self: start;
				padding: 0.75rem 1.5rem;
				background: linear-gradient(90deg, #5521dd 0%, #6f00ff 100%);
				color: #fff;
				font-weight: 500;
				font-size: 1rem;
				border-radius: 6px;
				transition: opacity 0.15s;
			}

			.cta-link.tsrx-vbmmhx:hover {
				opacity: 0.88;
				color: #fff;
			}

			.secondary-cta-link.tsrx-vbmmhx {
				display: inline-block;
				padding: 0.75rem 1.5rem;
				border: 1px solid rgba(94, 44, 255, 0.22);
				border-radius: 6px;
				background: rgba(94, 44, 255, 0.06);
				color: #4e22c8;
				font-weight: 500;
				font-size: 1rem;
				transition:
					background 0.15s,
					border-color 0.15s,
					color 0.15s;
			}

			.secondary-cta-link.tsrx-vbmmhx:hover {
				background: rgba(94, 44, 255, 0.12);
				border-color: rgba(94, 44, 255, 0.28);
				color: #3f19ad;
			}

			.section-heading.tsrx-vbmmhx {
				margin: 0;
				font-size: clamp(2rem, 3vw, 3.3rem);
				line-height: 1.03;
				letter-spacing: -0.04em;
			}

			/* (unused) .narrative-card,
			.slim-card,
			.stacked-cards {
				align-content: start;
			}*/

			/* (unused) .page-footer {
				display: grid;
				grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
				gap: 1.5rem;
			}*/

			/* (unused) .resource-list {
				list-style: disc;
			}*/

			/* (unused) .resource-list li {
				display: grid;
				gap: 0.2rem;
			}*/

			.site-footer.tsrx-vbmmhx {
				margin-top: 4rem;
				padding: 2rem 0;
				border-top: 1px solid rgba(26, 22, 64, 0.1);
				text-align: center;
			}

			.site-footer.tsrx-vbmmhx p:where(.tsrx-vbmmhx) {
				margin: 0;
				font-size: 0.88rem;
				line-height: 1.6;
				color: rgba(26, 22, 64, 0.5);
			}

			@media (max-width: 1100px) {
				.hero.tsrx-vbmmhx /* (unused) .page-footer,
				.comparison-grid*/ {
					grid-template-columns: 1fr;
				}

				.hero.tsrx-vbmmhx {
					padding-top: 2rem;
					min-height: auto;
				}
			}

			@media (max-width: 720px) {
				.page-shell.tsrx-vbmmhx {
					width: calc(100vw - 1.5rem);
					padding: 0.5rem 0 2rem;
				}

				.masthead.tsrx-vbmmhx {
					padding: 0.75rem 0 1rem;
					align-items: flex-start;
					gap: 0.85rem;
				}

				.brand-lockup.tsrx-vbmmhx {
					width: 100%;
					justify-content: center;
				}

				.masthead-nav.tsrx-vbmmhx {
					display: flex;
					width: 100%;
					flex-wrap: wrap;
					justify-content: center;
					gap: 0.5rem;
					font-size: 0.82rem;
				}

				.masthead-nav.tsrx-vbmmhx a:where(.tsrx-vbmmhx) {
					display: inline-flex;
					align-items: center;
					min-height: 2rem;
					padding: 0.35rem 0.7rem;
					border: 1px solid rgba(94, 44, 255, 0.1);
					border-radius: 999px;
					background: rgba(94, 44, 255, 0.06);
					line-height: 1.1;
				}

				/* (unused) .masthead-nav a[aria-current='page'] {
					background: rgba(94, 44, 255, 0.12);
					border-color: rgba(94, 44, 255, 0.18);
				}*/

				.header-logo.tsrx-vbmmhx {
					width: 3.6rem;
					height: 3.6rem;
				}

				.hero.tsrx-vbmmhx {
					padding: 1.5rem 0 1.5rem;
				}

				.hero.tsrx-vbmmhx h1:where(.tsrx-vbmmhx) {
					font-size: clamp(1.75rem, 8vw, 2.5rem);
					line-height: 1.04;
				}

				.section-shell.tsrx-vbmmhx {
					margin-top: 2rem;
				}

				.section-heading.tsrx-vbmmhx {
					font-size: clamp(1.5rem, 6vw, 2rem);
				}

				.section-body.tsrx-vbmmhx /* (unused) .lede*/ {
					font-size: 0.95rem;
				}

				.code-block.tsrx-vbmmhx {
					padding: 1rem 0.75rem;
					font-size: 0.75rem;
					line-height: 1.55;
				}

				.cta-link.tsrx-vbmmhx {
					padding: 0.65rem 1.25rem;
					font-size: 0.92rem;
				}

				.secondary-cta-link.tsrx-vbmmhx {
					padding: 0.65rem 1.25rem;
					font-size: 0.92rem;
				}

				.site-footer.tsrx-vbmmhx {
					margin-top: 2rem;
					padding: 1.5rem 0;
				}

				.hero.tsrx-vbmmhx h1:where(.tsrx-vbmmhx) /* (unused) .section-copy h2,
				.page-footer h2,
				.content-card h2*/ {
					line-height: 1.04;
				}
			}
		