.llst,
.llst *,
.llst *::before,
.llst *::after,
.llst-confirmation,
.llst-confirmation * {
	box-sizing: border-box;
}

.llst {
	--llst-ink: #18212b;
	--llst-muted: #5d6874;
	--llst-paper: #fbfaf6;
	--llst-line: #dfe3e5;
	--llst-navy: #13283a;
	--llst-navy-soft: #1d3a50;
	--llst-copper: #b97443;
	--llst-copper-dark: #8f4f27;
	--llst-green: #2f7257;
	--llst-red: #9c3d3d;
	--llst-focus: #286f9e;
	width: min(100% - 32px, 1040px);
	margin: 48px auto 72px;
	color: var(--llst-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.llst__hero {
	position: relative;
	overflow: hidden;
	padding: clamp(42px, 7vw, 76px);
	border-radius: 4px 4px 0 0;
	background: radial-gradient(circle at 88% 16%, rgba(185, 116, 67, .22), transparent 28%), linear-gradient(132deg, var(--llst-navy), #0f202e 72%);
	color: #fff;
}

.llst__hero::after {
	position: absolute;
	right: -76px;
	bottom: -170px;
	width: 370px;
	height: 370px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 50%;
	box-shadow: 0 0 0 42px rgba(255, 255, 255, .025), 0 0 0 84px rgba(255, 255, 255, .02);
	content: "";
}

.llst__eyebrow,
.llst-result__label,
.llst-current__kicker,
.llst-confirmation__label {
	margin: 0 0 14px;
	color: #e1a477;
	font-size: .72rem;
	font-weight: 780;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.llst__hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
	font-size: clamp(2.55rem, 6vw, 5rem);
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: 1;
}

.llst__hero > p:last-child {
	max-width: 680px;
	margin: 24px 0 0;
	color: #c9d1d7;
	font-size: 1.05rem;
	line-height: 1.75;
}

.llst__lookup {
	padding: clamp(26px, 5vw, 46px);
	border: 1px solid var(--llst-line);
	border-top: 0;
	background: var(--llst-paper);
}

.llst__lookup > label {
	display: block;
	margin: 0 0 8px;
	color: #4f5d69;
	font-size: .71rem;
	font-weight: 780;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.llst__lookup-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
}

.llst__lookup input {
	width: 100%;
	min-height: 52px;
	padding: 11px 15px;
	border: 1px solid #c6cdd1;
	border-radius: 2px;
	background: #fff;
	box-shadow: none;
	color: var(--llst-ink);
	font: 700 1rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.llst__lookup button,
.llst-confirmation a {
	min-height: 52px;
	padding: 12px 22px;
	border: 1px solid var(--llst-navy);
	border-radius: 2px;
	background: var(--llst-navy);
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	font: 780 .77rem/1.2 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: .07em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color 160ms ease, transform 160ms ease;
}

.llst__lookup button:hover,
.llst-confirmation a:hover {
	background: var(--llst-navy-soft);
	transform: translateY(-1px);
}

.llst__privacy {
	margin: 12px 0 0;
	color: var(--llst-muted);
	font-size: .78rem;
}

.llst__notice {
	margin: 22px 0 0;
	padding: 18px 20px;
	border-left: 4px solid var(--llst-red);
	background: #fff1f0;
	color: #6f2626;
}

.llst-result {
	margin-top: 26px;
	border: 1px solid var(--llst-line);
	background: #fff;
}

.llst-result__heading {
	display: flex;
	justify-content: space-between;
	gap: 28px;
	align-items: flex-start;
	padding: clamp(28px, 5vw, 46px);
	border-bottom: 1px solid var(--llst-line);
}

.llst-result__label {
	margin-bottom: 10px;
	color: var(--llst-copper-dark);
}

.llst-result h2,
.llst-current h3,
.llst-timeline h3,
.llst-confirmation h3 {
	margin: 0;
	color: var(--llst-ink);
	font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
	font-weight: 600;
	letter-spacing: -.025em;
	line-height: 1.17;
}

.llst-result h2 {
	font-size: clamp(1.75rem, 4vw, 2.7rem);
}

.llst-result__code {
	margin: 12px 0 0;
	color: var(--llst-muted);
	font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
	font-size: .85rem;
	font-weight: 700;
	letter-spacing: .06em;
}

.llst-result__badge {
	flex: 0 0 auto;
	padding: 8px 12px;
	border: 1px solid #9cc7b5;
	border-radius: 999px;
	background: #eff8f4;
	color: #245940;
	font-size: .67rem;
	font-weight: 800;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.llst-result__badge--terminal {
	border-color: #dfb0aa;
	background: #fff1f0;
	color: #7d2d2d;
}

.llst-current {
	padding: clamp(28px, 5vw, 46px);
	background: var(--llst-paper);
}

.llst-current__kicker {
	margin-bottom: 10px;
	color: var(--llst-copper-dark);
}

.llst-current h3,
.llst-timeline h3,
.llst-confirmation h3 {
	font-size: 1.65rem;
}

.llst-current > p:last-child {
	max-width: 720px;
	margin: 10px 0 0;
	color: var(--llst-muted);
}

.llst-progress {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 38px clamp(20px, 4vw, 40px);
	border-top: 1px solid var(--llst-line);
	border-bottom: 1px solid var(--llst-line);
	list-style: none;
}

.llst-progress li {
	position: relative;
	display: flex;
	min-width: 0;
	align-items: center;
	flex-direction: column;
	gap: 9px;
	color: #8b959c;
	font-size: .65rem;
	line-height: 1.25;
	text-align: center;
}

.llst-progress li::before {
	position: absolute;
	top: 14px;
	right: 50%;
	left: -50%;
	height: 2px;
	background: var(--llst-line);
	content: "";
}

.llst-progress li:first-child::before {
	display: none;
}

.llst-progress span {
	position: relative;
	z-index: 1;
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 2px solid var(--llst-line);
	border-radius: 50%;
	background: #fff;
	font-size: .69rem;
	font-weight: 800;
}

.llst-progress .is-complete,
.llst-progress .is-current {
	color: var(--llst-ink);
}

.llst-progress .is-complete::before,
.llst-progress .is-current::before {
	background: var(--llst-green);
}

.llst-progress .is-complete span {
	border-color: var(--llst-green);
	background: var(--llst-green);
	color: #fff;
}

.llst-progress .is-current span {
	border-color: var(--llst-copper);
	box-shadow: 0 0 0 4px rgba(185, 116, 67, .15);
	color: var(--llst-copper-dark);
}

.llst-timeline {
	padding: clamp(28px, 5vw, 46px);
}

.llst-timeline > ol {
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.llst-timeline li {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	gap: 24px;
	padding: 18px 0;
	border-top: 1px solid var(--llst-line);
}

.llst-timeline time {
	color: var(--llst-muted);
	font-size: .75rem;
	font-weight: 750;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.llst-timeline li p {
	margin: 6px 0 0;
	color: var(--llst-muted);
}

.llst-confirmation {
	margin: 24px 0 0;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid #9cc7b5;
	border-left: 5px solid #2f7257;
	background: #eff8f4;
	color: #18212b;
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.llst-confirmation__label {
	color: #2f7257;
}

.llst-confirmation code {
	display: inline-block;
	margin: 18px 0 4px;
	padding: 10px 13px;
	border: 1px dashed #6aa58b;
	background: #fff;
	color: #163f2e;
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: .07em;
}

.llst-confirmation > p:not(.llst-confirmation__label) {
	margin: 12px 0 20px;
}

.llst-confirmation a {
	display: inline-flex;
	align-items: center;
}

.llst :where(input, button, a):focus-visible,
.llst-confirmation :where(a, code):focus-visible {
	outline: 3px solid var(--llst-focus);
	outline-offset: 3px;
}

@media (max-width: 840px) {
	.llst-progress {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		row-gap: 26px;
	}

	.llst-progress li:nth-child(5)::before {
		display: none;
	}
}

@media (max-width: 620px) {
	.llst {
		width: min(100% - 20px, 1040px);
		margin-top: 20px;
	}

	.llst__hero {
		padding: 38px 24px;
	}

	.llst__lookup {
		padding: 24px 20px;
	}

	.llst__lookup-row {
		grid-template-columns: 1fr;
	}

	.llst-result__heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.llst-progress {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.llst-progress li:nth-child(3)::before,
	.llst-progress li:nth-child(5)::before,
	.llst-progress li:nth-child(7)::before {
		display: none;
	}

	.llst-timeline li {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.llst *,
	.llst *::before,
	.llst *::after,
	.llst-confirmation * {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

