.lbsdr-article {
	--lbsdr-navy: #16324a;
	--lbsdr-blue: #075f9f;
	--lbsdr-blue-dark: #064a7b;
	--lbsdr-teal: #0f766e;
	--lbsdr-red: #a62b24;
	--lbsdr-amber: #a85d00;
	--lbsdr-ink: #172432;
	--lbsdr-muted: #556575;
	--lbsdr-line: #d7e2ea;
	--lbsdr-soft: #f3f8fb;
	--lbsdr-warning: #fff7e6;
	--lbsdr-success: #edf8f4;
	max-width: 900px;
	margin: 0 auto;
	color: var(--lbsdr-ink);
	font-size: 17px;
	line-height: 1.75;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.lbsdr-article *,
.lbsdr-article *::before,
.lbsdr-article *::after {
	box-sizing: border-box;
}

.lbsdr-article h2 {
	margin: 2.25em 0 0.65em;
	color: var(--lbsdr-navy);
	font-size: clamp(1.42rem, 3vw, 1.72rem);
	line-height: 1.38;
	letter-spacing: -0.02em;
}

.lbsdr-article h3 {
	margin: 1.35em 0 0.55em;
	color: var(--lbsdr-navy);
	font-size: 1.15rem;
	line-height: 1.45;
}

.lbsdr-article h2[id],
.lbsdr-article section[id] {
	scroll-margin-top: 96px;
}

.lbsdr-article p,
.lbsdr-article ul,
.lbsdr-article ol {
	margin-top: 0.75em;
	margin-bottom: 1em;
}

.lbsdr-article li + li {
	margin-top: 0.5em;
}

.lbsdr-article a {
	color: var(--lbsdr-blue);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.lbsdr-article a:hover {
	color: var(--lbsdr-blue-dark);
	text-decoration-thickness: 2px;
}

.lbsdr-article a:focus-visible,
.lbsdr-article summary:focus-visible,
.lbsdr-table-scroll:focus-visible {
	outline: 3px solid #f3a712;
	outline-offset: 3px;
	border-radius: 6px;
}

.lbsdr-article code {
	padding: 0.12em 0.36em;
	border: 1px solid #ccd9e2;
	border-radius: 5px;
	background: #f5f8fa;
	color: #263746;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 0.92em;
}

.lbsdr-quick {
	padding: clamp(22px, 5vw, 36px);
	border-radius: 22px;
	background: linear-gradient(135deg, #102f48 0%, #0b5c78 100%);
	color: #fff;
	box-shadow: 0 14px 34px rgba(16, 47, 72, 0.16);
}

.lbsdr-quick h2 {
	margin: 0.35em 0 0.65em;
	color: #fff;
	font-size: clamp(1.55rem, 4vw, 2.05rem);
}

.lbsdr-quick p:last-child {
	margin-bottom: 0;
}

.lbsdr-eyebrow {
	display: inline-block;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.44);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.lbsdr-status-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 22px 0;
}

.lbsdr-status-grid > div {
	padding: 18px;
	border: 1px solid var(--lbsdr-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(22, 50, 74, 0.06);
}

.lbsdr-status-grid span {
	display: block;
	margin-bottom: 6px;
	color: var(--lbsdr-muted);
	font-size: 0.82rem;
	font-weight: 800;
}

.lbsdr-status-grid strong {
	display: block;
	color: var(--lbsdr-navy);
	font-size: 1.08rem;
	line-height: 1.45;
}

.lbsdr-status-grid p {
	margin: 8px 0 0;
	color: var(--lbsdr-muted);
	font-size: 0.94rem;
	line-height: 1.6;
}

.lbsdr-primary-cta,
.lbsdr-secondary-cta {
	margin: 24px 0;
}

.lbsdr-primary-cta a,
.lbsdr-secondary-cta a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 20px;
	border-radius: 12px;
	text-align: center;
	text-decoration: none;
}

.lbsdr-primary-cta a {
	border: 2px solid var(--lbsdr-blue-dark);
	background: var(--lbsdr-blue);
	color: #fff;
	box-shadow: 0 8px 18px rgba(7, 95, 159, 0.2);
}

.lbsdr-primary-cta a:hover {
	background: var(--lbsdr-blue-dark);
	color: #fff;
}

.lbsdr-secondary-cta a {
	border: 2px solid var(--lbsdr-blue);
	background: #fff;
	color: var(--lbsdr-blue-dark);
}

.lbsdr-secondary-cta a:hover {
	background: #edf7fd;
	color: var(--lbsdr-blue-dark);
}

.lbsdr-toc,
.lbsdr-checklist,
.lbsdr-warning,
.lbsdr-reminder,
.lbsdr-sources {
	margin: 24px 0;
	padding: 20px 22px;
	border: 1px solid var(--lbsdr-line);
	border-radius: 16px;
}

.lbsdr-toc {
	background: var(--lbsdr-soft);
}

.lbsdr-toc > strong {
	color: var(--lbsdr-navy);
	font-size: 1.05rem;
}

.lbsdr-toc ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 22px;
	margin-bottom: 0;
	padding-left: 1.25em;
}

.lbsdr-warning {
	border-color: #e7c27c;
	border-left: 6px solid var(--lbsdr-amber);
	background: var(--lbsdr-warning);
}

.lbsdr-warning > strong {
	color: #723f00;
}

.lbsdr-warning p:last-child {
	margin-bottom: 0;
}

.lbsdr-checklist {
	border-left: 6px solid var(--lbsdr-teal);
	background: var(--lbsdr-success);
}

.lbsdr-checklist h3 {
	margin-top: 0;
	color: #0b5f58;
}

.lbsdr-checklist ul {
	margin-bottom: 0;
	padding-left: 1.25em;
}

.lbsdr-table-scroll {
	max-width: 100%;
	margin: 22px 0;
	overflow-x: auto;
	border: 1px solid var(--lbsdr-line);
	border-radius: 14px;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

.lbsdr-table-scroll table {
	width: 100%;
	min-width: 680px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 0.96rem;
}

.lbsdr-table-scroll th,
.lbsdr-table-scroll td {
	padding: 13px 15px;
	border-right: 1px solid var(--lbsdr-line);
	border-bottom: 1px solid var(--lbsdr-line);
	text-align: left;
	vertical-align: top;
}

.lbsdr-table-scroll th:last-child,
.lbsdr-table-scroll td:last-child {
	border-right: 0;
}

.lbsdr-table-scroll tbody tr:last-child td {
	border-bottom: 0;
}

.lbsdr-table-scroll th {
	background: var(--lbsdr-navy);
	color: #fff;
	font-weight: 800;
}

.lbsdr-table-scroll tbody tr:nth-child(even) {
	background: #f7fafc;
}

.lbsdr-steps {
	margin: 22px 0;
	padding: 0;
	list-style: none;
	counter-reset: lbsdr-step;
}

.lbsdr-steps > li {
	position: relative;
	min-height: 48px;
	margin: 0 0 14px;
	padding: 16px 18px 16px 66px;
	border: 1px solid var(--lbsdr-line);
	border-radius: 14px;
	background: #fff;
	counter-increment: lbsdr-step;
}

.lbsdr-steps > li::before {
	position: absolute;
	top: 14px;
	left: 16px;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: var(--lbsdr-blue);
	color: #fff;
	font-size: 0.94rem;
	font-weight: 900;
	content: counter(lbsdr-step);
}

.lbsdr-steps strong,
.lbsdr-steps span {
	display: block;
}

.lbsdr-steps strong {
	color: var(--lbsdr-navy);
}

.lbsdr-steps span {
	margin-top: 3px;
	color: var(--lbsdr-muted);
}

.lbsdr-link-list {
	padding: 0;
	list-style: none;
}

.lbsdr-link-list li {
	margin: 0 0 10px;
	padding: 12px 14px;
	border: 1px solid var(--lbsdr-line);
	border-radius: 10px;
	background: #fff;
}

.lbsdr-faq {
	display: grid;
	gap: 10px;
	margin: 20px 0;
}

.lbsdr-faq details {
	border: 1px solid var(--lbsdr-line);
	border-radius: 12px;
	background: #fff;
	overflow: clip;
}

.lbsdr-faq details[open] {
	border-color: #9abbd1;
	box-shadow: 0 5px 16px rgba(22, 50, 74, 0.06);
}

.lbsdr-faq summary {
	padding: 15px 44px 15px 17px;
	color: var(--lbsdr-navy);
	font-weight: 800;
	line-height: 1.5;
	cursor: pointer;
}

.lbsdr-faq summary::marker {
	color: var(--lbsdr-blue);
}

.lbsdr-faq details p {
	margin: 0;
	padding: 0 17px 17px;
	color: var(--lbsdr-muted);
}

.lbsdr-reminder {
	border-color: #b5d4c8;
	background: var(--lbsdr-success);
}

.lbsdr-reminder h2,
.lbsdr-sources h2 {
	margin-top: 0;
}

.lbsdr-sources {
	background: #f7fafc;
}

.lbsdr-sources ul {
	padding-left: 1.25em;
}

.lbsdr-verified {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.lbsdr-verified p {
	margin: 0;
	padding: 12px;
	border: 1px solid var(--lbsdr-line);
	border-radius: 10px;
	background: #fff;
	font-size: 0.9rem;
}

@media (max-width: 720px) {
	.lbsdr-article {
		font-size: 16px;
		line-height: 1.7;
	}

	.lbsdr-status-grid,
	.lbsdr-verified {
		grid-template-columns: 1fr;
	}

	.lbsdr-toc ul {
		grid-template-columns: 1fr;
	}

	.lbsdr-primary-cta a,
	.lbsdr-secondary-cta a {
		width: 100%;
		min-height: 56px;
	}

	.lbsdr-steps > li {
		padding-left: 60px;
	}
}

@media (max-width: 420px) {
	.lbsdr-quick,
	.lbsdr-toc,
	.lbsdr-checklist,
	.lbsdr-warning,
	.lbsdr-reminder,
	.lbsdr-sources {
		padding: 18px;
		border-radius: 14px;
	}

	.lbsdr-status-grid > div {
		padding: 16px;
	}

	.lbsdr-steps > li {
		padding: 14px 14px 14px 56px;
	}

	.lbsdr-steps > li::before {
		top: 12px;
		left: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lbsdr-article *,
	.lbsdr-article *::before,
	.lbsdr-article *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media print {
	.lbsdr-article {
		max-width: none;
		color: #000;
		font-size: 11pt;
	}

	.lbsdr-quick,
	.lbsdr-status-grid > div,
	.lbsdr-table-scroll,
	.lbsdr-steps > li,
	.lbsdr-faq details {
		box-shadow: none;
	}

	.lbsdr-primary-cta a,
	.lbsdr-secondary-cta a {
		border: 1px solid #000;
		background: #fff;
		color: #000;
	}

	.lbsdr-table-scroll {
		overflow: visible;
	}
}
