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

			/* Docs layout with side nav */

			.docs-layout.tsrx-262593b5 {
				display: grid;
				grid-template-columns: 200px 1fr;
				gap: 3rem;
				align-items: start;
			}

			/* Content sections */

			.doc-section.tsrx-262593b5 {
				margin-top: 3rem;
			}

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

			.section-body.tsrx-262593b5 {
				margin: 0.5rem 0 0;
				font-size: 1.05rem;
				line-height: 1.7;
				color: rgba(26, 22, 64, 0.76);
			}
			.section-body.muted.tsrx-262593b5 {
				color: rgba(26, 22, 64, 0.55);
				font-style: italic;
			}
			/* (unused) .section-body a:not(.cta-link) {
				display: inline-block;
				margin: 0 0.18em;
			}*/
			.doc-section.tsrx-262593b5:first-child {
				margin-top: 0.5rem;
			}
			@media (max-width: 720px) {
				.page-shell.tsrx-262593b5 {
					width: calc(100vw - 1.5rem);
					padding: 0.5rem 0 2rem;
				}

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

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

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

				.masthead-nav.tsrx-262593b5 a:where(.tsrx-262593b5) {
					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-262593b5 a[aria-current='page']:where(.tsrx-262593b5) {
					background: rgba(94, 44, 255, 0.12);
					border-color: rgba(94, 44, 255, 0.18);
				}

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

				.docs-layout.tsrx-262593b5 {
					display: block;
				}

				.side-nav.tsrx-262593b5 {
					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-262593b5 {
					display: block;
				}

				.side-nav.tsrx-262593b5 nav:where(.tsrx-262593b5) {
					display: none;
				}

				.side-nav-dropdown-label.tsrx-262593b5 {
					margin-bottom: 0.35rem;
				}

				.side-nav-select.tsrx-262593b5 {
					font-size: 0.95rem;
				}

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

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

				.section-body.tsrx-262593b5 {
					font-size: 0.95rem;
				}

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