:root {
	--indepth-docs-bg: #ffffff;
	--indepth-docs-surface: #ffffff;
	--indepth-docs-surface-alt: #f8f9fc;
	--indepth-docs-border: #e2e7f0;
	--indepth-docs-border-strong: #cfd7e7;
	--indepth-docs-text: #1f2430;
	--indepth-docs-muted: #6b7280;
	--indepth-docs-heading: #171923;
	--indepth-docs-accent: #5a78b9;
	--indepth-docs-accent-soft: #eff5ff;
	--indepth-docs-accent-strong: #294f95;
	--indepth-docs-radius: 18px;
	--indepth-docs-radius-sm: 12px;
	--indepth-docs-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
	--indepth-docs-font: "Avenir Next", "SF Pro Display", "Segoe UI", "Helvetica Neue", sans-serif;
	--indepth-docs-script: "Snell Roundhand", "Segoe Print", "Brush Script MT", cursive;
}

body.indepth-docs-has-shell {
	background: var(--indepth-docs-bg);
}

.indepth-docs-shell,
.indepth-docs-shell * {
	box-sizing: border-box;
}

.indepth-docs-shell {
	font-family: var(--indepth-docs-font);
	color: var(--indepth-docs-text);
	padding: 0;
}

.indepth-docs-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--indepth-docs-border);
}

.indepth-docs-header-primary,
.indepth-docs-header-secondary {
	display: grid;
	align-items: center;
	gap: 20px;
	max-width: 1460px;
	margin: 0 auto;
	padding-inline: 24px;
}

.indepth-docs-header-primary {
	grid-template-columns: minmax(180px, 1fr) minmax(320px, 420px) minmax(260px, 1fr);
	padding-top: 18px;
	padding-bottom: 14px;
}

.indepth-docs-header-secondary {
	padding-top: 0;
	padding-bottom: 8px;
}

.indepth-docs-header-left,
.indepth-docs-header-center,
.indepth-docs-header-right {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.indepth-docs-header-center {
	justify-content: center;
}

.indepth-docs-header-right {
	justify-content: flex-end;
}

.indepth-docs-mobile-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--indepth-docs-border-strong);
	border-radius: 13px;
	background: var(--indepth-docs-surface);
	color: var(--indepth-docs-text);
	cursor: pointer;
}

.indepth-docs-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #2a2a2a;
	text-decoration: none;
}

.indepth-docs-brand-image {
	width: 34px;
	height: auto;
	display: block;
}

.indepth-docs-brand-text {
	font-family: var(--indepth-docs-script);
	font-size: clamp(2rem, 2vw, 2.9rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.04em;
}

.indepth-docs-search-form {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 420px;
}

.indepth-docs-search-form-inline {
	max-width: 540px;
}

.indepth-docs-search-icon {
	position: absolute;
	left: 15px;
	color: var(--indepth-docs-muted);
	font-size: 17px;
}

.indepth-docs-search-input {
	width: 100%;
	min-height: 44px;
	padding: 0 72px 0 42px;
	border: 1px solid var(--indepth-docs-border-strong);
	border-radius: 16px;
	background: var(--indepth-docs-surface);
	color: var(--indepth-docs-text);
	font: inherit;
	outline: none;
}

.indepth-docs-search-input:focus {
	border-color: rgba(90, 120, 185, 0.56);
	box-shadow: 0 0 0 4px rgba(90, 120, 185, 0.11);
}

.indepth-docs-search-kbd {
	position: absolute;
	right: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 24px;
	padding: 0 8px;
	background: var(--indepth-docs-surface-alt);
	border: 1px solid var(--indepth-docs-border);
	border-radius: 999px;
	color: var(--indepth-docs-muted);
	font-size: 0.74rem;
	font-weight: 700;
}

.indepth-docs-context-link {
	color: var(--indepth-docs-muted);
	text-decoration: underline;
	text-decoration-thickness: 0.06em;
	text-underline-offset: 0.18em;
	font-size: 0.95rem;
}

.indepth-docs-header-tabs {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.indepth-docs-header-tab,
.indepth-docs-header-button,
.indepth-docs-article-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 15px;
	font-size: 0.94rem;
	font-weight: 600;
	text-decoration: none;
	transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.indepth-docs-header-tab,
.indepth-docs-header-button.is-secondary,
.indepth-docs-header-button.is-icon,
.indepth-docs-article-action {
	border: 1px solid #3b4250;
	background: var(--indepth-docs-surface);
	color: #313744;
}

.indepth-docs-header-tab.is-active {
	background: #171b26;
	border-color: #171b26;
	color: #fff;
	box-shadow: inset 0 -3px 0 #4d7de1;
}

.indepth-docs-header-button.is-primary {
	border: 1px solid #456fca;
	background: #4c74d3;
	color: #fff;
}

.indepth-docs-header-button.is-icon,
.indepth-docs-article-action.is-icon {
	width: 42px;
	padding-inline: 0;
}

.indepth-docs-header-tab:hover,
.indepth-docs-header-button:hover,
.indepth-docs-context-link:hover,
.indepth-docs-article-action:hover,
.indepth-docs-header-tab:focus-visible,
.indepth-docs-header-button:focus-visible,
.indepth-docs-context-link:focus-visible,
.indepth-docs-article-action:focus-visible {
	transform: translateY(-1px);
}

.indepth-docs-layout {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: 0;
	max-width: 1460px;
	margin: 0 auto;
	position: relative;
}

.indepth-docs-sidebar-column {
	position: sticky;
	top: 119px;
	align-self: start;
	height: calc(100vh - 119px);
	border-right: 1px solid var(--indepth-docs-border);
	background: var(--indepth-docs-surface);
}

.indepth-docs-sidebar-shell {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 18px 18px 22px;
	overflow: hidden;
}

.indepth-docs-nav {
	flex: 1 1 auto;
	min-height: 0;
	overflow: auto;
	padding-right: 6px;
}

.indepth-docs-sidebar-group {
	margin-bottom: 20px;
}

.indepth-docs-sidebar-label {
	margin-bottom: 10px;
	padding: 0 10px;
	color: #2f3440;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.indepth-docs-sidebar-empty {
	margin: 0;
	padding: 12px;
	color: var(--indepth-docs-muted);
}

.indepth-docs-sidebar-footer {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
	padding: 16px 18px;
	border: 1px solid #313744;
	border-radius: 18px;
	background: var(--indepth-docs-surface-alt);
	color: #454b59;
	font-weight: 600;
}

.indepth-docs-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.indepth-docs-nav-item {
	margin: 3px 0;
}

.indepth-docs-nav-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
}

.indepth-docs-nav-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-width: 0;
	padding: 8px 12px;
	border: 1px solid transparent;
	border-radius: 10px;
	color: var(--indepth-docs-text);
	text-decoration: none;
}

.indepth-docs-nav-link:hover,
.indepth-docs-nav-link:focus-visible {
	background: var(--indepth-docs-surface-alt);
}

.indepth-docs-nav-item.is-current > .indepth-docs-nav-row .indepth-docs-nav-link {
	background: var(--indepth-docs-accent-soft);
	border-color: #c9dafd;
	color: var(--indepth-docs-accent-strong);
}

.indepth-docs-nav-icon,
.indepth-docs-title-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	color: #8090af;
	font-size: 18px;
}

.indepth-docs-title-icon {
	width: 34px;
	height: 34px;
	color: var(--indepth-docs-accent);
	font-size: 34px;
}

.indepth-docs-nav-text {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.45;
}

.indepth-docs-nav-badge,
.indepth-docs-badge-pill,
.indepth-docs-section-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
}

.indepth-docs-nav-badge,
.indepth-docs-badge-pill {
	background: #eef3ff;
	color: var(--indepth-docs-accent-strong);
}

.indepth-docs-section-pill {
	background: #f0f3f7;
	color: #697286;
}

.indepth-docs-nav-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 1px solid #636978;
	border-radius: 999px;
	background: #fff;
	color: #525a69;
	cursor: pointer;
}

.indepth-docs-nav-toggle:hover,
.indepth-docs-nav-toggle:focus-visible {
	background: var(--indepth-docs-surface-alt);
}

.indepth-docs-nav-toggle .dashicons {
	font-size: 16px;
	width: 16px;
	height: 16px;
	transition: transform 0.2s ease;
}

.indepth-docs-nav-item.is-open > .indepth-docs-nav-row .indepth-docs-nav-toggle .dashicons {
	transform: rotate(90deg);
}

.indepth-docs-nav-children {
	margin-left: 20px;
	padding-left: 10px;
	border-left: 1px solid #eef1f7;
	overflow: hidden;
	transition: max-height 0.24s ease, opacity 0.2s ease;
}

.indepth-docs-main-column {
	position: relative;
	min-width: 0;
	padding: 34px 42px 88px;
}

.indepth-docs-article-topbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.indepth-docs-article-actions {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.indepth-docs-breadcrumbs {
	margin: 0;
}

.indepth-docs-breadcrumbs-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.indepth-docs-breadcrumb-item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.94rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--indepth-docs-accent);
}

.indepth-docs-breadcrumb-item:not(:last-child)::after {
	content: "›";
	color: #9aaccc;
}

.indepth-docs-breadcrumb-item a {
	color: inherit;
	text-decoration: none;
}

.indepth-docs-article-card,
.indepth-docs-archive-hero {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.indepth-docs-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.indepth-docs-article-header {
	margin-bottom: 28px;
}

.indepth-docs-title-row {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 8px;
}

.indepth-docs-article-title {
	margin: 0;
	font-size: clamp(2.25rem, 4vw, 4rem);
	line-height: 1.03;
	letter-spacing: -0.05em;
	color: var(--indepth-docs-heading);
}

.indepth-docs-article-subtitle {
	margin: 0;
	max-width: 860px;
	font-size: 1rem;
	line-height: 1.75;
	color: var(--indepth-docs-muted);
}

.indepth-docs-featured-image {
	margin-bottom: 26px;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--indepth-docs-border);
}

.indepth-docs-featured-image img {
	display: block;
	width: 100%;
	height: auto;
}

.indepth-docs-article-content {
	max-width: 910px;
	font-size: 1rem;
	line-height: 1.78;
	color: #282d38;
}

.indepth-docs-article-content > *:first-child {
	margin-top: 0;
}

.indepth-docs-article-content h2,
.indepth-docs-article-content h3,
.indepth-docs-article-content h4 {
	margin-top: 2em;
	margin-bottom: 0.6em;
	color: var(--indepth-docs-heading);
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.indepth-docs-article-content h2 {
	font-size: clamp(1.55rem, 2.3vw, 2.4rem);
}

.indepth-docs-article-content h3 {
	font-size: 1.3rem;
}

.indepth-docs-article-content p,
.indepth-docs-article-content ul,
.indepth-docs-article-content ol,
.indepth-docs-article-content pre,
.indepth-docs-article-content blockquote,
.indepth-docs-article-content details,
.indepth-docs-article-content table {
	margin: 0 0 1.24em;
}

.indepth-docs-article-content a {
	color: var(--indepth-docs-accent);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.12em;
}

.indepth-docs-article-content strong {
	color: var(--indepth-docs-heading);
}

.indepth-docs-article-content blockquote {
	padding: 16px 20px;
	border-left: 3px solid var(--indepth-docs-accent);
	background: #f7f9fe;
	border-radius: 0 14px 14px 0;
}

.indepth-docs-article-content code,
.indepth-docs-article-content pre {
	font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.indepth-docs-article-content pre {
	padding: 18px 20px;
	overflow: auto;
	background: #111827;
	border-radius: 16px;
	color: #e7eefb;
}

.indepth-docs-prev-next {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	max-width: 910px;
	margin-top: 28px;
}

.indepth-docs-prev-next-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-height: 96px;
	padding: 18px 22px;
	border: 1px solid var(--indepth-docs-border);
	border-radius: 12px;
	background: var(--indepth-docs-surface);
	color: var(--indepth-docs-text);
	text-decoration: none;
}

.indepth-docs-prev-next-card:hover,
.indepth-docs-prev-next-card:focus-visible {
	border-color: var(--indepth-docs-border-strong);
	background: var(--indepth-docs-surface-alt);
}

.indepth-docs-prev-next-card strong {
	font-size: 1.12rem;
	letter-spacing: -0.02em;
}

.indepth-docs-prev-next-label {
	color: var(--indepth-docs-muted);
	font-size: 0.88rem;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
}

.indepth-docs-prev-next-icon {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	color: #2b313e;
}

.indepth-docs-prev-next-card.is-previous .indepth-docs-prev-next-icon {
	left: 18px;
	right: auto;
}

.indepth-docs-article-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	max-width: 910px;
	margin-top: 24px;
	padding-top: 8px;
	color: var(--indepth-docs-muted);
	font-size: 0.95rem;
}

.indepth-docs-feedback-card {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.indepth-docs-feedback-copy h2 {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--indepth-docs-text);
}

.indepth-docs-feedback-actions {
	display: inline-flex;
	align-items: center;
	gap: 0;
	border: 1px solid var(--indepth-docs-border-strong);
	border-radius: 999px;
	overflow: hidden;
	background: var(--indepth-docs-surface);
}

.indepth-docs-feedback-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 40px;
	padding: 0;
	border: 0;
	border-right: 1px solid var(--indepth-docs-border);
	background: transparent;
	color: #8a94a5;
	cursor: pointer;
}

.indepth-docs-feedback-button:last-child {
	border-right: 0;
}

.indepth-docs-feedback-button:hover,
.indepth-docs-feedback-button:focus-visible,
.indepth-docs-feedback-button.is-selected {
	background: var(--indepth-docs-accent-soft);
	color: var(--indepth-docs-accent-strong);
}

.indepth-docs-feedback-message {
	margin: 0;
	color: var(--indepth-docs-accent-strong);
	font-weight: 600;
}

.indepth-docs-article-panel {
	position: absolute;
	top: 82px;
	right: 42px;
	z-index: 5;
	width: min(280px, calc(100vw - 84px));
}

.indepth-docs-tools-card {
	padding: 18px;
	border: 1px solid var(--indepth-docs-border);
	border-radius: 16px;
	background: var(--indepth-docs-surface);
	box-shadow: var(--indepth-docs-shadow);
}

.indepth-docs-tools-label,
.indepth-docs-card-label {
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--indepth-docs-muted);
}

.indepth-docs-toc-list,
.indepth-docs-tools-meta {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
}

.indepth-docs-toc-list li,
.indepth-docs-tools-meta li {
	margin: 0;
	padding: 7px 0;
	font-size: 0.92rem;
	line-height: 1.5;
	color: var(--indepth-docs-muted);
}

.indepth-docs-toc-list a {
	color: inherit;
	text-decoration: none;
}

.indepth-docs-toc-list .is-level-3 {
	padding-left: 12px;
	font-size: 0.88rem;
}

.indepth-docs-archive-hero {
	max-width: 900px;
	margin-bottom: 24px;
}

.indepth-docs-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 16px;
	max-width: 1020px;
}

.indepth-docs-overview-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 170px;
	padding: 22px;
	border: 1px solid var(--indepth-docs-border);
	border-radius: 16px;
	background: var(--indepth-docs-surface);
	color: var(--indepth-docs-text);
	text-decoration: none;
	box-shadow: var(--indepth-docs-shadow);
}

.indepth-docs-overview-card:hover,
.indepth-docs-overview-card:focus-visible {
	border-color: var(--indepth-docs-border-strong);
	background: var(--indepth-docs-surface-alt);
}

.indepth-docs-overview-card h2 {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.indepth-docs-overview-card p {
	margin: 0;
	color: var(--indepth-docs-muted);
	line-height: 1.65;
}

.indepth-docs-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--indepth-docs-border);
	border-radius: 12px;
	background: #f7f9fd;
	color: var(--indepth-docs-accent);
	font-size: 21px;
}

.indepth-docs-card-meta {
	margin-top: auto;
	color: var(--indepth-docs-muted);
	font-size: 0.84rem;
	font-weight: 600;
}

.indepth-docs-empty-state {
	max-width: 720px;
	padding: 24px 0;
}

.indepth-docs-empty-state h2 {
	margin-top: 0;
}

.indepth-docs-sidebar-backdrop {
	display: none;
}

.indepth-docs-search-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 9vh 24px 24px;
	background: rgba(15, 23, 42, 0.36);
	backdrop-filter: blur(8px);
}

.indepth-docs-search-modal[hidden] {
	display: none;
}

.indepth-docs-search-modal-panel {
	width: min(760px, 100%);
	max-height: 78vh;
	overflow: hidden;
	border: 1px solid var(--indepth-docs-border);
	border-radius: 22px;
	background: var(--indepth-docs-surface);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.indepth-docs-search-modal-header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	border-bottom: 1px solid var(--indepth-docs-border);
}

.indepth-docs-search-modal-input {
	flex: 1 1 auto;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid var(--indepth-docs-border-strong);
	border-radius: 14px;
	background: var(--indepth-docs-surface-alt);
	font: inherit;
}

.indepth-docs-search-modal-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--indepth-docs-border);
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
}

.indepth-docs-search-results {
	max-height: calc(78vh - 78px);
	overflow: auto;
	padding: 10px;
}

.indepth-docs-search-result {
	display: block;
	padding: 14px 16px;
	border-radius: 14px;
	color: var(--indepth-docs-text);
	text-decoration: none;
}

.indepth-docs-search-result:hover,
.indepth-docs-search-result:focus-visible {
	background: var(--indepth-docs-surface-alt);
}

.indepth-docs-search-result strong {
	display: block;
	margin-bottom: 4px;
}

.indepth-docs-search-result span,
.indepth-docs-search-result small {
	display: block;
	color: var(--indepth-docs-muted);
	line-height: 1.6;
}

.indepth-docs-search-state {
	padding: 34px 20px;
	text-align: center;
	color: var(--indepth-docs-muted);
}

.indepth-docs-shell.is-loading {
	opacity: 0.65;
	transition: opacity 0.18s ease;
}

.indepth-docs-callout,
.indepth-docs-spec-card,
.indepth-docs-endpoint,
.indepth-docs-timeline-item {
	padding: 18px 20px;
	border: 1px solid var(--indepth-docs-border);
	border-radius: 16px;
	background: #f9fbff;
}

.indepth-docs-checklist,
.indepth-docs-pill-list {
	padding-left: 0;
	list-style: none;
}

.indepth-docs-checklist li,
.indepth-docs-pill-list li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 28px;
}

.indepth-docs-checklist li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--indepth-docs-accent);
	font-weight: 700;
}

.indepth-docs-pill-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #9db4e6;
}

.indepth-docs-step-grid,
.indepth-docs-spec-grid,
.indepth-docs-api-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
	margin-bottom: 1.24em;
}

.indepth-docs-step-grid .indepth-docs-spec-card h3,
.indepth-docs-spec-grid .indepth-docs-spec-card h3,
.indepth-docs-api-grid .indepth-docs-endpoint h3 {
	margin-top: 0;
}

.indepth-docs-faq-list details {
	padding: 16px 18px;
	border: 1px solid var(--indepth-docs-border);
	border-radius: 14px;
	background: #fbfcff;
}

.indepth-docs-faq-list summary {
	cursor: pointer;
	font-weight: 700;
	color: var(--indepth-docs-heading);
}

.indepth-docs-endpoint code {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: #eef4ff;
	color: var(--indepth-docs-accent-strong);
}

.indepth-docs-timeline {
	position: relative;
	padding-left: 18px;
}

.indepth-docs-timeline::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	bottom: 6px;
	width: 2px;
	background: #dbe5f6;
}

.indepth-docs-timeline-item {
	position: relative;
	margin-bottom: 14px;
	background: #fff;
}

.indepth-docs-timeline-item::before {
	content: "";
	position: absolute;
	left: -24px;
	top: 18px;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--indepth-docs-accent);
}

.indepth-docs-template-getting-started .indepth-docs-article-content > p:first-of-type,
.indepth-docs-template-reference .indepth-docs-article-content > p:first-of-type,
.indepth-docs-template-api .indepth-docs-article-content > p:first-of-type,
.indepth-docs-template-release .indepth-docs-article-content > p:first-of-type,
.indepth-docs-template-faq .indepth-docs-article-content > p:first-of-type {
	font-size: 1.06rem;
	color: #404855;
}

.indepth-docs-template-api .indepth-docs-article-content pre {
	background: #0f172a;
}

.indepth-docs-template-faq .indepth-docs-article-content h2 {
	margin-top: 1.6em;
}

@media (max-width: 1180px) {
	.indepth-docs-header-primary {
		grid-template-columns: minmax(160px, 1fr) minmax(280px, 380px) minmax(220px, 1fr);
	}

	.indepth-docs-layout {
		grid-template-columns: 320px minmax(0, 1fr);
	}

	.indepth-docs-main-column {
		padding-inline: 28px;
	}
}

@media (max-width: 960px) {
	.indepth-docs-header-primary {
		grid-template-columns: 1fr;
	}

	.indepth-docs-header-left,
	.indepth-docs-header-center,
	.indepth-docs-header-right {
		justify-content: flex-start;
	}

	.indepth-docs-mobile-toggle {
		display: inline-flex;
	}

	.indepth-docs-layout {
		grid-template-columns: 1fr;
	}

	.indepth-docs-sidebar-column {
		position: fixed;
		inset: 0 auto 0 0;
		z-index: 60;
		width: min(88vw, 360px);
		height: 100vh;
		transform: translateX(-110%);
		transition: transform 0.24s ease;
	}

	body.indepth-docs-sidebar-open .indepth-docs-sidebar-column {
		transform: translateX(0);
	}

	.indepth-docs-sidebar-backdrop {
		position: fixed;
		inset: 0;
		z-index: 55;
		display: block;
		background: rgba(15, 23, 42, 0.28);
		border: 0;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.18s ease;
	}

	body.indepth-docs-sidebar-open .indepth-docs-sidebar-backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	.indepth-docs-main-column {
		padding: 26px 18px 72px;
	}

	.indepth-docs-article-topbar,
	.indepth-docs-article-meta {
		flex-direction: column;
		align-items: flex-start;
	}

	.indepth-docs-article-panel {
		position: static;
		width: 100%;
		margin-top: 18px;
	}

	.indepth-docs-prev-next {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.indepth-docs-header-primary,
	.indepth-docs-header-secondary {
		padding-inline: 16px;
	}

	.indepth-docs-header-right {
		flex-wrap: wrap;
	}

	.indepth-docs-header-button.is-primary,
	.indepth-docs-header-button.is-secondary {
		flex: 1 1 auto;
	}

	.indepth-docs-brand-text {
		font-size: 2rem;
	}

	.indepth-docs-search-kbd,
	.indepth-docs-context-link {
		display: none;
	}
}
