/* Source Sans Pro */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 200;
	/* Extra Light */
	src: url('../fonts/SourceSansPro-ExtraLight.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 200;
	src: url('../fonts/SourceSansPro-ExtraLightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	/* Light */
	src: url('../fonts/SourceSansPro-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 300;
	src: url('../fonts/SourceSansPro-LightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	/* Regular */
	src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/SourceSansPro-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	/* SemiBold */
	src: url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 600;
	src: url('../fonts/SourceSansPro-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	/* Bold */
	src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 900;
	/* Black */
	src: url('../fonts/SourceSansPro-Black.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 900;
	src: url('../fonts/SourceSansPro-BlackItalic.ttf') format('truetype');
}

/* IBM Plex Mono */
@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 100;
	/* Thin */
	src: url('../fonts/IBMPlexMono-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: italic;
	font-weight: 100;
	src: url('../fonts/IBMPlexMono-ThinItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 200;
	/* Extra Light */
	src: url('../fonts/IBMPlexMono-ExtraLight.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: italic;
	font-weight: 200;
	src: url('../fonts/IBMPlexMono-ExtraLightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 300;
	/* Light */
	src: url('../fonts/IBMPlexMono-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: italic;
	font-weight: 300;
	src: url('../fonts/IBMPlexMono-LightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 400;
	/* Regular */
	src: url('../fonts/IBMPlexMono-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/IBMPlexMono-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 500;
	/* Medium */
	src: url('../fonts/IBMPlexMono-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: italic;
	font-weight: 500;
	src: url('../fonts/IBMPlexMono-MediumItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 600;
	/* SemiBold */
	src: url('../fonts/IBMPlexMono-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: italic;
	font-weight: 600;
	src: url('../fonts/IBMPlexMono-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 700;
	/* Bold */
	src: url('../fonts/IBMPlexMono-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/IBMPlexMono-BoldItalic.ttf') format('truetype');
}

/* Share Tech Mono only has Regular */
@font-face {
	font-family: 'Share Tech Mono';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/ShareTechMono-Regular.ttf') format('truetype');
}

* {
	box-sizing: border-box;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.528571429;
	color: #333;
	background: linear-gradient(to bottom, #fdfdfd 0%, #e3e3e3 50%, #e9e9e9 100%);
	min-height: 100vh;
}

/*  DARK TOP BAND  */
.top-gradient-section {
	background: linear-gradient(160deg, #2a2a2a 0%, #060606 60%, #181818 100%);
	padding-bottom: 158px;
	/* room for card overlap */
}

/* NAVBAR */
.navbar {
	background: transparent !important;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand {
	display: flex;
	align-items: center;
	color: #FFF !important;
	font-family: 'Share Tech Mono', monospace;
	font-size: 190%;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: -1px;
	padding: 10px 0;
	width: 190px;
}

.navbar-brand .logo {
	box-shadow: 2px 4px 0 #585858, 4px 4px 0 #585858, 6px 4px 0 #585858, 8px 4px 0 #585858, 10px 4px 0 #585858, 12px 4px 0 #585858, 14px 4px 0 #585858, 16px 4px 0 #585858, 18px 4px 0 #585858, 20px 4px 0 #585858, 22px 4px 0 #585858, 24px 4px 0 #585858, 26px 4px 0 #585858, 28px 4px 0 #585858, 30px 4px 0 #585858, 2px 6px 0 #585858, 4px 6px 0 #585858, 6px 6px 0 #585858, 8px 6px 0 #585858, 10px 6px 0 #585858, 12px 6px 0 #585858, 14px 6px 0 #585858, 16px 6px 0 #585858, 18px 6px 0 #585858, 20px 6px 0 #585858, 22px 6px 0 #585858, 24px 6px 0 #585858, 26px 6px 0 #585858, 28px 6px 0 #585858, 30px 6px 0 #585858, 4px 10px 0 #C6C6C6, 6px 10px 0 #C6C6C6, 8px 10px 0 #C6C6C6, 12px 10px 0 #AFD700, 14px 10px 0 #AFD700, 16px 10px 0 #AFD700, 18px 10px 0 #AFD700, 2px 14px 0 #585858, 4px 14px 0 #585858, 6px 14px 0 #585858, 8px 14px 0 #585858, 10px 14px 0 #585858, 12px 14px 0 #585858, 14px 14px 0 #585858, 16px 14px 0 #585858, 18px 14px 0 #585858, 20px 14px 0 #585858, 22px 14px 0 #585858, 24px 14px 0 #585858, 26px 14px 0 #585858, 28px 14px 0 #585858, 30px 14px 0 #585858, 2px 16px 0 #585858, 4px 16px 0 #585858, 6px 16px 0 #585858, 8px 16px 0 #585858, 10px 16px 0 #585858, 12px 16px 0 #585858, 14px 16px 0 #585858, 16px 16px 0 #585858, 18px 16px 0 #585858, 20px 16px 0 #585858, 22px 16px 0 #585858, 24px 16px 0 #585858, 26px 16px 0 #585858, 28px 16px 0 #585858, 30px 16px 0 #585858, 4px 20px 0 #FF005F, 6px 20px 0 #FF005F, 10px 20px 0 #AFD700, 12px 20px 0 #AFD700, 16px 20px 0 #5FD7FF, 18px 20px 0 #5FD7FF, 22px 20px 0 #C6C6C6, 24px 20px 0 #C6C6C6, 26px 20px 0 #C6C6C6, 4px 24px 0 #FF005F, 6px 24px 0 #FF005F, 10px 24px 0 #AFD700, 12px 24px 0 #AFD700, 16px 24px 0 #5FD7FF, 18px 24px 0 #5FD7FF, 22px 24px 0 #C6C6C6, 24px 24px 0 #C6C6C6, 26px 24px 0 #C6C6C6, 28px 24px 0 #C6C6C6, 4px 28px 0 #FF005F, 6px 28px 0 #FF005F, 10px 28px 0 #AFD700, 12px 28px 0 #AFD700, 16px 28px 0 #5FD7FF, 18px 28px 0 #5FD7FF, 22px 28px 0 #C6C6C6, 24px 28px 0 #C6C6C6;
	height: 2px;
	position: relative;
	top: -17px;
	width: 2px;
	flex-shrink: 0;
}

.navbar-brand .name {
	margin-left: 40px;
}

.navbar-brand .name span:first-child {
	color: #FF005F;
}

.navbar-brand .name span:last-child {
	color: #C6C6C6;
}

.navbar-nav .nav-link {
	color: #ffffff !important;
	font-size: 1.1em;
	padding: 15px 12px !important;
	transition: color 0.15s;
	text-transform: lowercase;
	text-shadow: 1px 1px 1px #000;
}

.navbar-nav .nav-link:hover {
	color: #fff !important;
}

.navbar-nav .nav-item.active .nav-link {
	color: #fff !important;
	border-bottom: 2px solid #FF005F;
}

.navbar-toggler {
	border-color: #555;
}

.navbar-toggler-icon {
	filter: invert(0.7);
}

/* PAGE HEADER */
.page-header-section {
	padding: 22px 0 0;
}

.page-header-section h1 {
	font-size: 3.9rem;
	color: #eee;
	margin: 0 0 5px;
	display: flex;
	align-items: center;
	gap: 13px;
	font-family: 'IBM Plex Mono', monospace;
	letter-spacing: -7px;
}

.page-header-section h1 i {
	font-size: 0.82em;
}

.page-header-section p {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 30px;
	text-transform: lowercase;
}

/* OVERLAP CARD */
.content-outer {
	margin-top: -150px;
	/* pulls card up over the dark band */
	padding-bottom: 52px;
	position: relative;
	z-index: 10;
}

/* match navbar width */
.content-outer .container,
.navbar .container,
.page-header-section .container {
	max-width: 1170px;
}

.content-card {
	background: #f0f0f0;
	border-radius: 5px 5px 4px 4px;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.20), 0 1px 5px rgba(0, 0, 0, 0.10);
	padding: 38px 38px 46px;
	max-width: 1170px;
	margin: 0 auto;
}

/* CONTENT TYPOGRAPHY  */
.content-card h1 {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: -1px;
	color: #1c1c1c;
	margin: 38px 0 2px;
	padding-bottom: 9px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.content-card h1:first-child {
	margin-top: 0;
}

.content-card h1 .step-num {
	letter-spacing: -2px;
}

.content-card h3 {
	font-size: 1.15rem;
	font-weight: 700;
	color: #2a2a2a;
	letter-spacing: -0.3px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.content-card h3>span {
	background: #000;
	color: #fff;
	padding: 5px 20px;
}

.content-card h3 .sub-step {
	font-family: 'IBM Plex Mono', monospace;
	background: #ddd;
	color: #555;
	font-size: 0.82em;
	padding: 1px 8px;
	border-radius: 3px;
}

.content-card h1>span,
.content-card h3>span {
	background: #1c1c1c;
	color: #fff;
	padding: 3px 10px;
}

.content-card p {
	color: #444;
	line-height: 1.7;
	margin-bottom: 12px;
	font-size: 1.13em;
}

.content-card h1 a,
.content-card h2 a,
.content-card h3 a {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

/* H4 */
.content-card h4 {
	font-size: 1.05rem;
	/* slightly smaller than h3 */
	font-weight: 700;
	color: #2a2a2a;
	letter-spacing: -0.2px;
	display: flex;
	align-items: center;
	gap: 8px;
}

/* H5 */
.content-card h5 {
	font-size: 0.98rem;
	font-weight: 700;
	color: #2a2a2a;
	letter-spacing: -0.1px;
	display: flex;
	align-items: center;
	gap: 8px;
}

/* H6 */
.content-card h6 {
	font-size: 0.92rem;
	font-weight: 700;
	color: #2a2a2a;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

/* Apply same span styling */
.content-card h4>span,
.content-card h5>span,
.content-card h6>span {
	background: #1c1c1c;
	color: #fff;
	padding: 3px 10px;
}

/* Ensure links inherit heading style */
.content-card h4 a,
.content-card h5 a,
.content-card h6 a {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

.content-card ul {
	padding-left: 22px;
	margin-bottom: 16px;
}

.content-card ul li {
	color: #444;
	line-height: 1.78;
	margin-bottom: 2px;
}

.content-card ul li a {
	color: #337ab7;
	font-weight: 600;
}

code {
	background: #fff;
	color: #c7254e;
	padding: 1px 5px;
	border-radius: 3px;
	font-size: 87%;
	font-family: 'IBM Plex Mono', monospace;
}

.code-block {
	background: #1c1c1c;
	color: #d0ff00;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 0.87em;
	border-radius: 4px;
	padding: 13px 18px;
	margin: 8px 0 18px;
	border-left: 3px solid #FF005F;
	overflow-x: auto;
	white-space: pre;
	line-height: 1.6;
}

.code-block .prompt {
	color: #555;
	user-select: none;
}

.alert-info-custom {
	background: #e8f4fd;
	border: 1px solid #bee3f8;
	border-left: 4px solid #5FD7FF;
	border-radius: 4px;
	padding: 13px 17px;
	margin: 4px 0 22px;
	color: #444;
	line-height: 1.65;
	font-size: 1.13em;
}

.alert-warning-custom {
	background: #fff8e6;
	border: 1px solid #ffe0a0;
	border-left: 4px solid #FFB800;
	border-radius: 4px;
	padding: 13px 17px;
	margin: 4px 0 22px;
	color: #444;
	line-height: 1.65;
	font-size: 1.13em;
}

.alert-warning-custom ul {
	margin: 4px 0 0;
	padding-left: 20px;
}

.config-dl {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 6px 20px;
	align-items: baseline;
	margin: 12px 0 18px;
}

.config-dl dt {
	font-weight: 700;
	white-space: nowrap;
}

.config-dl dd {
	color: #444;
	line-height: 1.7;
	margin: 0;
}

.alert-warning-custom ul li {
	color: #555;
	margin-bottom: 3px;
}

/* FOOTER  */
footer {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	padding: 16px 0;
}

footer small {
	color: #777;
	font-size: 13px;
}

footer strong {
	color: #333;
}

.footer-links {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.footer-links a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	color: #555;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 3px 10px;
	border-radius: 3px;
	transition: border-color 0.15s, color 0.15s;
	background: #fafafa;
}

.footer-links a:hover {
	border-color: #999;
	color: #222;
	background: #f0f0f0;
}

.star-count {
	background: #eee;
	padding: 0 6px;
	border-radius: 2px;
	font-size: 12px;
}

/*  RELEASE NOTES  */
.release-block {
	margin-bottom: 48px;
}

.release-heading {
	font-size: 1.85rem;
	font-weight: 700;
	letter-spacing: -0.5px;
	color: #1c1c1c;
	margin: 0 0 20px;
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
	border-bottom: 2px solid #e0e0e0;
	padding-bottom: 10px;
}

.release-anchor {
	color: #6f6f6f;
	font-size: 2.0rem;
	text-decoration: none;
	font-weight: 400;
}

.release-anchor:hover {
	color: #999;
}

.release-date {
	font-size: 1.4rem;
	font-weight: 400;
	color: #888;
	letter-spacing: 0;
}

.release-entries {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.release-entry {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 0 18px;
	align-items: start;
	padding: 0;
	border-bottom: 1px solid #ebebeb;
}

.release-entry:last-child {
	border-bottom: none;
}

.release-badge {
	display: inline-block;
	color: #fff;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 3px 8px;
	border-radius: 3px;
	text-align: center;
	white-space: nowrap;
	margin-top: 9px;
}

.release-text {
	color: #444;
	font-size: 1.23em;
	line-height: 1.7;
}

.release-text code {
	background: #e0e0e0;
	color: #c7254e;
	padding: 1px 5px;
	border-radius: 3px;
	font-size: 87%;
	font-family: 'IBM Plex Mono', monospace;
}

.release-shot {
	display: block;
	max-width: 100%;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-top: 10px;
}

/* CONTENT TYPOGRAPHY SCALE */

.content-card h1 {
	font-size: 2.2rem;
	line-height: 1.25;
}

.content-card h2 {
	font-size: 1.8rem;
	line-height: 1.3;
	font-family: 'IBM Plex Mono', monospace;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.content-card h3 {
	font-size: 1.3rem;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.content-card h4 {
	font-size: 1.2rem;
	line-height: 1.4;
}

.content-card h5 {
	font-size: 1.1rem;
	line-height: 1.45;
}

.content-card h6 {
	font-size: 1.05rem;
	line-height: 1.5;
}

/* Code block custom scrollbars */
.code-block {
	scrollbar-width: thin;
	/* Firefox */
	scrollbar-color: #444 #1c1c1c;
	/* thumb / track */
}

/* WebKit browsers */
.code-block::-webkit-scrollbar {
	height: 6px;
	width: 6px;
}

.code-block::-webkit-scrollbar-track {
	background: #1c1c1c;
	border-radius: 4px;
}

.code-block::-webkit-scrollbar-thumb {
	background: #444;
	border-radius: 4px;
	transition: background 0.2s ease;
}

.code-block::-webkit-scrollbar-thumb:hover {
	background: #666;
}

/* Make the header content flex so we can align items side-by-side */
.header-flex-wrapper {
	display: flex;
	align-items: flex-start;
	/* align tops â€“ change to center if you prefer vertical center */
	justify-content: space-between;
	/* main content left, ad right */
	gap: 30px;
	/* space between text and ad */
	flex-wrap: wrap;
	/* on narrow screens â†’ ad drops below */
}

/* The left part with h1 + p */
.header-main-content {
	flex: 1;
	/* take available space */
	min-width: 0;
	/* prevents overflow issues */
}

/* Wrapper around the Carbon ad for control */
.carbon-ad-wrapper {
	flex: 0 0 auto;
	/* don't grow, don't shrink */
	width: 300px;
	/* Carbon's typical max-width â€“ matches your provided CSS */
	margin-top: 12px;
	/* slight offset to align better with the <p> if needed */
}

/* Optional: hide/reduce on smaller screens if you don't want it stacking awkwardly */
@media (max-width: 992px) {
	.carbon-ad-wrapper {
		width: 100%;
		margin-top: 20px;
		text-align: center;
		/* center the ad when it stacks */
	}
}


#carbonads {
	display: block;
	overflow: hidden;
	padding: 10px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.5;
	max-width: 300px;
	font-size: 12px;
	background-color: transparent;
}

#carbonads a {
	text-decoration: none;
}

#carbonads span {
	position: relative;
	display: block;
	overflow: hidden;
}

.carbon-img {
	float: left;
	margin-right: 1em;
}

.carbon-img img {
	display: block;
}

.carbon-text {
	display: block;
	float: left;
	max-width: calc(100% - 130px - 1em);
	text-align: left;
	color: #d2d2d2;
}

.cahome .carbon-text {
	color: #333;
}

.carbon-poweredby {
	position: absolute;
	left: 142px;
	bottom: 0;
	display: block;
	font-size: 8px;
	color: #6f6f6f;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1px;
}

.cahome .carbon-poweredby {
	color: #333;
}
