
	/* (unused) .modal-background {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
	}*/

	/* (unused) .modal-background {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
	}*/

	.blog-detail.svelte-14f04ld {
		font-family: "SF Pro Display", "Inter", sans-serif;
	}
	.article-content.svelte-14f04ld {
		line-height: 1.9;
	}

	/* Hide duplicate H1 from markdown as we render it in the hero */
	.article-content.svelte-14f04ld h1:first-of-type {
		display: none;
	}

	/* Premium Editorial H2 Styling */
	.article-content.svelte-14f04ld h2 {
		font-size: 2.25rem; /* reduced for mobile */
		line-height: 0.95;
		font-weight: 950;
		text-transform: uppercase;
		letter-spacing: -0.045em;
		margin-top: 4rem; /* reduced for mobile */
		margin-bottom: 2rem; /* reduced for mobile */
		color: #18181b; /* zinc-900 */
	}

	@media (min-width: 768px) {
		.article-content.svelte-14f04ld h2 {
			font-size: 4.5rem; /* 7xl */
			margin-top: 8rem;
			margin-bottom: 3rem;
		}
	}

	.dark .article-content.svelte-14f04ld h2 {
		color: #fafafa;
	}

	/* Premium Editorial H3 Styling */
	.article-content.svelte-14f04ld h3 {
		font-size: 1.5rem; /* 2xl */
		line-height: 1.1;
		font-weight: 900;
		text-transform: uppercase;
		letter-spacing: -0.04em;
		margin-top: 3rem; /* reduced for mobile */
		margin-bottom: 1.5rem; /* reduced for mobile */
		color: #18181b;
	}

	@media (min-width: 768px) {
		.article-content.svelte-14f04ld h3 {
			font-size: 2.25rem; /* 4xl */
			margin-top: 6rem;
			margin-bottom: 2rem;
		}
	}

	.dark .article-content.svelte-14f04ld h3 {
		color: #fafafa;
	}

	.article-content.svelte-14f04ld #frequently-asked-questions {
		font-size: 2.25rem; /* 4xl */
		font-weight: 950;
		text-transform: uppercase;
		letter-spacing: -0.045em;
		margin-top: 8rem;
		margin-bottom: 3rem;
		text-align: left;
		color: inherit;
		line-height: 0.95;
	}

	@media (min-width: 768px) {
		.article-content.svelte-14f04ld #frequently-asked-questions {
			font-size: 4.5rem; /* 7xl */
		}
	}

	.article-content.svelte-14f04ld #frequently-asked-questions + p + p {
		margin-top: 2rem;
	}

	.article-content.svelte-14f04ld h2 + #table-of-contents {
		display: none;
	}

	.article-content.svelte-14f04ld #table-of-contents {
		font-size: 0.7rem;
		font-weight: 950;
		text-transform: uppercase;
		letter-spacing: 0.5em;
		margin-top: 6rem;
		margin-bottom: 2.5rem;
		padding-top: 3rem;
		border-top: 1px solid rgba(0, 0, 0, 0.05);
		color: #52525b; /* zinc-600 */
		display: flex;
		align-items: center;
		gap: 4;
	}

	.dark .article-content.svelte-14f04ld #table-of-contents {
		border-top-color: rgba(255, 255, 255, 0.05);
		color: rgba(255, 255, 255, 0.4);
	}

	.article-content.svelte-14f04ld * {
		transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
	}

	/* Global Content Typography Guarantee */
	.article-content.svelte-14f04ld p {
		color: #3f3f46; /* zinc-700 */
		line-height: 1.8;
		letter-spacing: -0.015em;
		margin-bottom: 2.5rem;
		font-size: 1.15rem;
	}

	@media (min-width: 768px) {
		.article-content.svelte-14f04ld p {
			font-size: 1.25rem;
		}
	}

	.dark .article-content.svelte-14f04ld p {
		color: #e4e4e7; /* zinc-200 */
	}

	.article-content.svelte-14f04ld ul,
	.article-content.svelte-14f04ld ol {
		color: #52525b; /* zinc-600 */
		margin-top: 2rem;
		margin-bottom: 2rem;
		padding-left: 1.5rem;
	}

	.dark .article-content.svelte-14f04ld ul,
	.dark .article-content.svelte-14f04ld ol {
		color: #d4d4d8; /* zinc-300 */
	}

	.article-content.svelte-14f04ld li {
		margin-top: 1rem;
		margin-bottom: 1rem;
		line-height: 1.8;
	}

	.article-content.svelte-14f04ld strong {
		position: relative;
		color: rgb(9 9 11); /* zinc-950 */
		z-index: 1;
	}

	.dark .article-content.svelte-14f04ld strong {
		color: rgb(250 250 250);
	}

	.article-content.svelte-14f04ld #table-of-contents + ul {
		list-style: none;
		padding: 2.5rem 3rem;
		margin-bottom: 8rem;
		display: grid;
		grid-template-columns: 1fr;
		gap: 1.25rem;
		background: rgba(255, 255, 255, 0.5);
		backdrop-filter: blur(10px);
		border-radius: 2.5rem;
		border: 1px solid rgba(0, 0, 0, 0.03);
		box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.03);
	}

	.dark .article-content.svelte-14f04ld #table-of-contents + ul {
		background: rgba(24, 24, 27, 0.4);
		border-color: rgba(255, 255, 255, 0.03);
		box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.4);
	}

	.article-content.svelte-14f04ld #table-of-contents + ul li {
		margin: 0;
	}

	.article-content.svelte-14f04ld #table-of-contents + ul a {
		text-decoration: none;
		font-weight: 800;
		font-size: 0.9rem;
		text-transform: uppercase;
		letter-spacing: 0.02em;
		color: #71717a; /* zinc-500 */
		transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
		display: flex;
		align-items: center;
		position: relative;
	}

	.article-content.svelte-14f04ld #table-of-contents + ul a::before {
		content: "→";
		position: absolute;
		left: -2rem;
		opacity: 0;
		transform: translateX(-10px);
		color: #14b8a6; /* teal-500 */
		transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
		font-family: serif;
		font-weight: 400;
		font-size: 1.2rem;
	}

	.article-content.svelte-14f04ld #table-of-contents + ul a:hover {
		color: #18181b; /* zinc-900 */
		transform: translateX(2.5rem);
	}

	.dark .article-content.svelte-14f04ld #table-of-contents + ul a:hover {
		color: #fafafa;
	}

	.article-content.svelte-14f04ld #table-of-contents + ul a:hover::before {
		opacity: 1;
		transform: translateX(0);
	}

	.dark .article-content.svelte-14f04ld #table-of-contents + ul a {
		color: rgb(212 212 216);
	}

	/* Drop Cap Refinement */
	.article-content.svelte-14f04ld p:first-of-type::first-letter {
		float: left;
		font-size: 3.5rem; /* reduced for mobile */
		line-height: 0.8;
		font-weight: 900;
		margin-right: 0.75rem;
		margin-top: 0.5rem;
		padding: 0.25rem;
		color: rgb(24 24 27);
		font-family: inherit; /* Use clean Inter/San-serif */
		text-transform: uppercase;
	}

	@media (min-width: 768px) {
		.article-content.svelte-14f04ld p:first-of-type::first-letter {
			font-size: 4.5rem;
		}
	}

	.dark .article-content.svelte-14f04ld p:first-of-type::first-letter {
		color: rgb(250 250 250);
	}

	.article-content.svelte-14f04ld hr {
		border: none;
		height: 1px;
		background: linear-gradient(
			to right,
			transparent,
			rgb(161 161 170 / 0.1),
			transparent
		);
		margin: 6rem 0;
	}
	.article-content.svelte-14f04ld code:not(pre code) {
		padding: 0.25rem 0.6rem;
		border-radius: 0.5rem;
		background: rgb(244 244 245 / 0.8);
		font-size: 0.85em;
		font-weight: 600;
		color: #303030;
	}
	.dark .article-content.svelte-14f04ld code:not(pre code) {
		background: rgb(39 39 42 / 0.8);
		color: #5eead4;
	}

	body {
		background-color: var(--color-zinc-50);
	}
	html.dark body {
		background-color: #000;
	}
