
			* {
				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;
			}

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

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

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

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

			.brand-lockup.tsrx-2bn29v {
				display: inline-flex;
				align-items: center;
			}

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

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

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

			.masthead-nav.tsrx-2bn29v a:where(.tsrx-2bn29v):hover {
				color: #5e2cff;
			}

			.masthead-nav.tsrx-2bn29v a[aria-current='page']:where(.tsrx-2bn29v) {
				color: #5e2cff;
				font-weight: 500;
			}

			.docs-layout.tsrx-2bn29v {
				display: grid;
				grid-template-columns: 220px 1fr;
				gap: 3rem;
				align-items: start;
			}

			.side-nav.tsrx-2bn29v {
				position: sticky;
				top: 1.5rem;
				padding-top: 0.5rem;
			}

			.side-nav-dropdown.tsrx-2bn29v {
				display: none;
			}

			.side-nav-dropdown-label.tsrx-2bn29v {
				display: block;
				margin: 0 0 0.45rem;
				font-size: 0.72rem;
				font-weight: 600;
				text-transform: uppercase;
				letter-spacing: 0.06em;
				color: rgba(26, 22, 64, 0.45);
			}

			.side-nav-select.tsrx-2bn29v {
				width: 100%;
				padding: 0.75rem 3rem 0.75rem 1.2rem;
				border: 1px solid rgba(94, 44, 255, 0.12);
				border-radius: 0.9rem;
				background-color: rgba(255, 255, 255, 0.92);
				color: #1a1640;
				appearance: none;
				-webkit-appearance: none;
				-moz-appearance: none;
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 8l4 4 4-4' stroke='%231a1640' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
				background-repeat: no-repeat;
				background-size: 0.95rem;
				background-position: right 1.2rem center;
			}

			.side-nav-heading.tsrx-2bn29v {
				margin: 0 0 0.75rem;
				font-size: 0.78rem;
				font-weight: 600;
				text-transform: uppercase;
				letter-spacing: 0.06em;
				color: rgba(26, 22, 64, 0.45);
			}

			.side-nav-link.tsrx-2bn29v {
				display: block;
				padding: 0.3rem 0;
				font-size: 0.9rem;
				color: rgba(26, 22, 64, 0.6);
				transition: color 0.15s;
			}

			.side-nav-link.tsrx-2bn29v:hover {
				color: #5e2cff;
			}

			.docs-content.tsrx-2bn29v {
				min-width: 0;
			}

			.doc-section.tsrx-2bn29v {
				margin-top: 3rem;
			}

			.doc-section.tsrx-2bn29v:first-child {
				margin-top: 0.5rem;
			}

			.page-heading.tsrx-2bn29v {
				margin: 0;
				font-size: clamp(2.4rem, 5vw, 4rem);
				line-height: 1;
				letter-spacing: -0.05em;
			}

			.section-kicker.tsrx-2bn29v {
				margin: 0 0 0.75rem;
				font-size: 0.82rem;
				font-weight: 700;
				text-transform: uppercase;
				letter-spacing: 0.12em;
				color: #5e2cff;
			}

			.section-heading.tsrx-2bn29v {
				margin: 0 0 0.75rem;
				font-size: clamp(1.5rem, 3vw, 2rem);
				line-height: 1.1;
				letter-spacing: -0.03em;
			}

			.appendix-heading.tsrx-2bn29v {
				margin: 1.75rem 0 0.65rem;
				font-size: clamp(1.1rem, 2vw, 1.35rem);
				line-height: 1.2;
				letter-spacing: -0.02em;
			}

			.section-body.tsrx-2bn29v {
				margin: 0.5rem 0 0;
				font-size: 1.05rem;
				line-height: 1.7;
				color: rgba(26, 22, 64, 0.76);
			}

			.section-body.lead.tsrx-2bn29v {
				font-size: 1.15rem;
			}

			.section-body.compact.tsrx-2bn29v {
				font-size: 0.98rem;
			}

			.section-body.muted.tsrx-2bn29v {
				color: rgba(26, 22, 64, 0.55);
				font-style: italic;
			}

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

			.status-panel.tsrx-2bn29v {
				margin-top: 1rem;
				padding: 1rem 1.1rem;
				border: 1px solid rgba(94, 44, 255, 0.14);
				border-radius: 16px;
				background: rgba(94, 44, 255, 0.04);
			}

			.status-chip.tsrx-2bn29v {
				margin: 0;
				font-size: 0.78rem;
				font-weight: 700;
				text-transform: uppercase;
				letter-spacing: 0.1em;
				color: #5e2cff;
			}

			.spec-list.tsrx-2bn29v {
				margin: 0.9rem 0 0;
				padding-left: 1.2rem;
				color: rgba(26, 22, 64, 0.76);
			}

			.spec-list.tsrx-2bn29v li:where(.tsrx-2bn29v) {
				margin-top: 0.5rem;
				font-size: 1rem;
				line-height: 1.7;
			}

			.code-block.tsrx-2bn29v {
				margin: 0.75rem 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;
				border-radius: 18px;
			}

			.code-block.plain.tsrx-2bn29v {
				color: #dbe6ff;
			}

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

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

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

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

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

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

				.masthead-nav.tsrx-2bn29v a:where(.tsrx-2bn29v) {
					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;
				}

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

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

				.docs-layout.tsrx-2bn29v {
					display: block;
				}

				.side-nav.tsrx-2bn29v {
					position: sticky;
					top: 0;
					z-index: 5;
					padding: 0.6rem 0;
					border-bottom: 1px solid rgba(26, 22, 64, 0.1);
					margin-bottom: 1rem;
				}

				.side-nav-dropdown.tsrx-2bn29v {
					display: block;
				}

				.side-nav.tsrx-2bn29v nav:where(.tsrx-2bn29v) {
					display: none;
				}

				.side-nav-dropdown-label.tsrx-2bn29v {
					margin-bottom: 0.35rem;
				}

				.side-nav-select.tsrx-2bn29v {
					font-size: 0.95rem;
				}

				.side-nav-link.tsrx-2bn29v {
					display: inline-block;
					padding: 0.25rem 0.6rem;
					font-size: 0.82rem;
				}

				.doc-section.tsrx-2bn29v {
					margin-top: 2rem;
				}

				.section-heading.tsrx-2bn29v {
					font-size: clamp(1.3rem, 5vw, 1.65rem);
				}

				.section-body.tsrx-2bn29v,
				.spec-list.tsrx-2bn29v li:where(.tsrx-2bn29v) {
					font-size: 0.95rem;
				}

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

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