
			* {
				box-sizing: border-box;
			}

			html {
				scroll-behavior: smooth;
				overflow-x: clip;
				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: clip;
			}

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

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

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

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

			.brand-lockup.tsrx-1r7py2 {
				display: inline-flex;
				align-items: center;
			}

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

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

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

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

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

			.blog-shell.tsrx-1r7py2 {
				width: min(780px, 100%);
				margin: 0;
				padding-top: 0.5rem;
			}

			h1.tsrx-1r7py2 {
				margin: 0;
				font-size: clamp(2rem, 5vw, 3rem);
				line-height: 1.05;
				letter-spacing: 0;
			}

			.post-list.tsrx-1r7py2 {
				margin-top: 2rem;
			}

			.post-preview.tsrx-1r7py2 {
				padding: 1.5rem 0;
			}

			.post-date.tsrx-1r7py2 {
				margin: 0 0 0.5rem;
				font-size: 0.88rem;
				color: rgba(26, 22, 64, 0.52);
			}

			.post-preview.tsrx-1r7py2 h2:where(.tsrx-1r7py2) {
				margin: 0;
				font-size: clamp(1.6rem, 4vw, 2.25rem);
				line-height: 1.1;
				letter-spacing: 0;
			}

			.post-preview.tsrx-1r7py2 h2:where(.tsrx-1r7py2) a:where(.tsrx-1r7py2):hover,
			.read-link.tsrx-1r7py2:hover {
				color: #5e2cff;
			}

			.post-preview.tsrx-1r7py2 p:where(.tsrx-1r7py2) {
				max-width: 42rem;
				margin: 0.8rem 0 0;
				font-size: 1.05rem;
				line-height: 1.7;
				color: rgba(26, 22, 64, 0.72);
			}

			.read-link.tsrx-1r7py2 {
				display: inline-flex;
				margin-top: 1rem;
				font-weight: 700;
				color: #5e2cff;
			}

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

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

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

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

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

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

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

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

				.post-preview.tsrx-1r7py2 p:where(.tsrx-1r7py2) {
					font-size: 1rem;
				}
			}
		