:root {
	--bg: #090b10;
	--surface: rgba(18, 21, 29, 0.94);
	--surface-raised: #171b25;
	--surface-soft: #11141c;
	--line: rgba(255, 255, 255, 0.09);
	--line-strong: rgba(255, 255, 255, 0.15);
	--text: #f2f3f7;
	--muted: #8f97a8;
	--subtle: #626a7a;
	--accent: #ff7058;
	--accent-bright: #ff8a72;
	--accent-soft: rgba(255, 112, 88, 0.12);
	--green: #79d6a6;
	--yellow: #efc66d;
	--blue: #85b9ff;
	--purple: #c39aff;
	--editor-font: "SFMono-Regular", "Cascadia Code", "Roboto Mono", Consolas, monospace;
	--sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
	margin: 0;
}

body {
	background: var(--bg);
	color: var(--text);
	font-family: var(--sans);
	overflow-x: hidden;
}

button,
select,
textarea {
	font: inherit;
}

button,
select {
	color: inherit;
}

.ambient {
	position: fixed;
	z-index: -1;
	width: 720px;
	height: 720px;
	border-radius: 50%;
	filter: blur(120px);
	opacity: 0.08;
	pointer-events: none;
}

.ambient-one {
	top: -460px;
	left: -260px;
	background: var(--accent);
}

.ambient-two {
	right: -480px;
	bottom: -500px;
	background: #4c7aff;
}

.shell {
	min-height: 100vh;
}

.topbar {
	position: sticky;
	top: 0;
	z-index: 20;
	display: grid;
	grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
	align-items: center;
	height: 64px;
	padding: 0 28px;
	border-bottom: 1px solid var(--line);
	background: rgba(9, 11, 16, 0.82);
	backdrop-filter: blur(18px);
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: max-content;
	color: var(--text);
	text-decoration: none;
}

.brand-context {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 13px;
}

.brand-divider {
	width: 1px;
	height: 20px;
	background: var(--line-strong);
}

.page-name {
	overflow: hidden;
	color: #c8ccd6;
	font-size: 12px;
	font-weight: 650;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.brand-mark {
	display: grid;
	place-items: center;
	width: 33px;
	height: 33px;
	border: 1px solid rgba(255, 112, 88, 0.44);
	border-radius: 10px;
	background: linear-gradient(145deg, rgba(255, 112, 88, 0.2), rgba(255, 112, 88, 0.05));
	color: var(--accent-bright);
	font: 700 12px/1 var(--editor-font);
	letter-spacing: -0.04em;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 6px 22px rgba(255, 112, 88, 0.1);
}

.brand-name {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.025em;
}

.alpha-pill {
	padding: 3px 7px;
	border: 1px solid var(--line-strong);
	border-radius: 999px;
	color: var(--muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.main-nav {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 4px;
	border: 1px solid var(--line);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.025);
}

.main-nav a {
	padding: 7px 14px;
	border-radius: 7px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: 140ms ease;
}

.main-nav a:hover {
	color: var(--text);
}

.main-nav a.active {
	background: var(--surface-raised);
	color: var(--text);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.topbar-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}

.github-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 34px;
	padding: 7px 10px;
	border: 1px solid var(--line-strong);
	border-radius: 9px;
	color: var(--muted);
	font-size: 12px;
	font-weight: 650;
	text-decoration: none;
	transition: 140ms ease;
}

.github-link svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.github-link:hover {
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.045);
	color: var(--text);
}

.github-link:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}

.mode-control {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mode-control select {
	appearance: none;
	min-width: 112px;
	padding: 7px 28px 7px 10px;
	border: 1px solid var(--line-strong);
	border-radius: 8px;
	background-color: var(--surface-raised);
	background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
	background-position: calc(100% - 13px) 12px, calc(100% - 9px) 12px;
	background-repeat: no-repeat;
	background-size: 4px 4px, 4px 4px;
	font-size: 12px;
	font-weight: 650;
	text-transform: none;
	outline: none;
}

.mode-control select:focus-visible {
	border-color: var(--accent);
	box-shadow: 0 0 0 3px var(--accent-soft);
}

.version {
	color: var(--subtle);
	font: 11px/1 var(--editor-font);
}

.workspace {
	display: flex;
	min-height: calc(100vh - 64px);
}

.workbench {
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
	padding: 38px 32px 34px;
}

.intro {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 24px;
}

.eyebrow {
	margin: 0 0 8px;
	color: var(--accent-bright);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

h1 {
	max-width: 820px;
	margin: 0;
	font-size: clamp(26px, 3.1vw, 43px);
	font-weight: 650;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.lede {
	max-width: 760px;
	margin: 11px 0 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.65;
}

.intro-note {
	display: flex;
	align-items: center;
	gap: 9px;
	flex-shrink: 0;
	margin-bottom: 5px;
	padding: 9px 12px;
	border: 1px solid var(--line);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.02);
	color: var(--muted);
	font: 11px/1 var(--editor-font);
}

.pulse-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--green);
	box-shadow: 0 0 0 4px rgba(121, 214, 166, 0.09);
}

.panes {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
	gap: 16px;
	min-height: 620px;
}

.panel {
	display: flex;
	min-width: 0;
	min-height: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: var(--surface);
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.panel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 50px;
	padding: 8px 11px 8px 16px;
	border-bottom: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.015);
}

.file-label {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #c8ccd6;
	font: 12px/1 var(--editor-font);
}

.file-dot {
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background: var(--accent);
	box-shadow: 0 0 10px rgba(255, 112, 88, 0.45);
}

.dirty-indicator {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: transparent;
}

.dirty-indicator.visible {
	background: var(--yellow);
}

.editor-actions {
	display: flex;
	align-items: center;
	gap: 6px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	height: 32px;
	padding: 0 11px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 650;
	cursor: pointer;
	transition: 130ms ease;
}

.button:hover:not(:disabled) {
	transform: translateY(-1px);
}

.button:disabled {
	opacity: 0.48;
	cursor: default;
}

.button.subtle {
	border-color: var(--line);
	background: transparent;
	color: var(--muted);
}

.button.subtle:hover:not(:disabled) {
	border-color: var(--line-strong);
	background: rgba(255, 255, 255, 0.035);
	color: var(--text);
}

.button.secondary {
	border-color: rgba(133, 185, 255, 0.18);
	background: rgba(133, 185, 255, 0.08);
	color: #b8d5ff;
}

.button.primary {
	background: var(--accent);
	color: #1c0d0a;
	box-shadow: 0 5px 18px rgba(255, 112, 88, 0.18);
}

.button.primary:hover:not(:disabled) {
	background: var(--accent-bright);
	box-shadow: 0 7px 24px rgba(255, 112, 88, 0.26);
}

.button kbd {
	padding-left: 4px;
	border: 0;
	background: transparent;
	color: rgba(28, 13, 10, 0.58);
	font: 10px/1 var(--editor-font);
}

.run-icon {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid currentColor;
}

.editor-wrap {
	display: flex;
	min-height: 0;
	flex: 1;
	background: #10131a;
}

.line-numbers {
	flex: 0 0 47px;
	overflow: hidden;
	padding: 20px 12px 40px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.04);
	color: #414857;
	font: 13px/1.7 var(--editor-font);
	text-align: right;
	white-space: pre;
	user-select: none;
}

.code-layer {
	position: relative;
	min-width: 0;
	min-height: 0;
	flex: 1;
	overflow: hidden;
}

.highlight,
#editor {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20px 22px 40px;
	border: 0;
	font: 13px/1.7 var(--editor-font);
	font-variant-ligatures: none;
	letter-spacing: 0;
	tab-size: 4;
	white-space: pre;
	word-spacing: 0;
	overflow: auto;
}

.highlight {
	z-index: 1;
	color: #c9cfdb;
	pointer-events: none;
}

#editor {
	z-index: 2;
	resize: none;
	outline: none;
	background: transparent;
	color: transparent;
	caret-color: #f4f5f8;
	-webkit-text-fill-color: transparent;
}

#editor::selection {
	background: rgba(101, 139, 216, 0.34);
}

.tok-comment { color: #5e6979; font-style: italic; }
.tok-string { color: #a9d18e; }
.tok-number { color: #e9b872; }
.tok-keyword { color: #ff8e78; font-weight: 600; }
.tok-type { color: #8fc8ff; }
.tok-constant { color: #caa6ff; }
.tok-ivar { color: #e7a8d0; }
.tok-function { color: #f1d37d; }
.tok-operator { color: #8e9baf; }
.tok-symbol { color: #84d8c3; }

.panel-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	min-height: 28px;
	padding: 0 13px;
	border-top: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.012);
	color: var(--subtle);
	font: 10px/1 var(--editor-font);
}

.output-panel {
	background: #0d1016;
}

.output-header {
	padding-left: 8px;
}

.tabs {
	display: flex;
	align-self: stretch;
}

.tab {
	position: relative;
	min-width: 82px;
	border: 0;
	background: transparent;
	color: var(--muted);
	font-size: 12px;
	font-weight: 650;
	cursor: pointer;
}

.tab::after {
	position: absolute;
	right: 13px;
	bottom: -8px;
	left: 13px;
	height: 2px;
	border-radius: 2px;
	background: transparent;
	content: "";
}

.tab.active {
	color: var(--text);
}

.tab.active::after {
	background: var(--accent);
}

.run-status {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-right: 4px;
	color: var(--muted);
	font-size: 10px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.run-status span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--subtle);
}

.run-status.success span { background: var(--green); box-shadow: 0 0 8px rgba(121, 214, 166, 0.42); }
.run-status.error span { background: var(--accent); box-shadow: 0 0 8px rgba(255, 112, 88, 0.42); }
.run-status.running span { background: var(--yellow); animation: pulse 900ms infinite alternate; }

@keyframes pulse {
	to { opacity: 0.35; }
}

.output-content {
	min-height: 0;
	flex: 1;
	overflow: auto;
	background-image: radial-gradient(rgba(255, 255, 255, 0.025) 0.7px, transparent 0.7px);
	background-size: 14px 14px;
}

.empty-output {
	display: grid;
	place-items: center;
	height: 100%;
	align-content: center;
	color: var(--muted);
	text-align: center;
}

.terminal-glyph {
	display: grid;
	place-items: center;
	width: 52px;
	height: 46px;
	margin-bottom: 14px;
	border: 1px solid var(--line);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.018);
	color: var(--subtle);
	font: 14px/1 var(--editor-font);
}

.empty-output p {
	margin: 0 0 7px;
	color: #aab0bd;
	font-size: 13px;
	font-weight: 550;
}

.empty-output > span {
	color: var(--subtle);
	font-size: 11px;
}

.terminal-output,
.target-output {
	min-width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 22px;
	color: #d7dbe4;
	font: 12.5px/1.75 var(--editor-font);
	white-space: pre;
	tab-size: 4;
}

.terminal-output::before {
	color: var(--green);
	content: "$ trb run\A";
	white-space: pre;
}

.diagnostics {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px;
}

.diagnostic {
	width: 100%;
	padding: 13px 14px;
	border: 1px solid rgba(255, 112, 88, 0.18);
	border-radius: 9px;
	background: rgba(255, 112, 88, 0.055);
	text-align: left;
	cursor: pointer;
}

.diagnostic-location {
	display: block;
	margin-bottom: 6px;
	color: var(--accent-bright);
	font: 10px/1 var(--editor-font);
	text-transform: uppercase;
}

.diagnostic-message {
	display: block;
	color: #e2c3bd;
	font: 12px/1.55 var(--editor-font);
}

.diagnostic-source {
	margin: 11px 0 0;
	padding: 10px 11px;
	overflow-x: auto;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 7px;
	background: rgba(0, 0, 0, 0.18);
	color: #aeb5c2;
	font: 11px/1.65 var(--editor-font);
	white-space: pre;
}

.output-footer {
	justify-content: space-between;
}

.tour-sidebar,
.tour-footer {
	display: none;
}

body.tour-page .tour-sidebar {
	display: block;
	position: sticky;
	top: 64px;
	width: 250px;
	height: calc(100vh - 64px);
	flex: 0 0 250px;
	overflow: auto;
	padding: 28px 18px;
	border-right: 1px solid var(--line);
	background: rgba(13, 15, 21, 0.74);
}

body.tour-page .workbench {
	max-width: 1480px;
	padding-top: 30px;
}

body.tour-page .panes {
	min-height: 560px;
}

body.tour-page .tour-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 16px;
	padding: 15px 18px;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: rgba(18, 21, 29, 0.72);
}

.tour-footer p {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 650;
}

.tour-footer span {
	color: var(--muted);
	font-size: 11px;
}

.tour-navigation {
	display: flex;
	gap: 7px;
}

.tour-sidebar-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tour-sidebar-heading p {
	margin: 0;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tour-sidebar-heading span {
	color: var(--subtle);
	font: 10px/1 var(--editor-font);
}

.progress-track {
	height: 3px;
	margin: 13px 0 21px;
	overflow: hidden;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.07);
}

.progress-track span {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: var(--accent);
	transition: width 220ms ease;
}

#lesson-list {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lesson-chapter {
	margin: 19px 8px 6px;
	color: var(--subtle);
	font-size: 9px;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.lesson-chapter:first-child {
	margin-top: 0;
}

.lesson-button {
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: 8px;
	width: 100%;
	padding: 9px 8px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: transparent;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
}

.lesson-button:hover {
	background: rgba(255, 255, 255, 0.025);
	color: var(--text);
}

.lesson-button.active {
	border-color: rgba(255, 112, 88, 0.14);
	background: var(--accent-soft);
	color: var(--text);
}

.lesson-number {
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border: 1px solid var(--line-strong);
	border-radius: 6px;
	color: var(--subtle);
	font: 9px/1 var(--editor-font);
}

.lesson-button.complete .lesson-number {
	border-color: rgba(121, 214, 166, 0.23);
	background: rgba(121, 214, 166, 0.08);
	color: var(--green);
}

.hidden {
	display: none !important;
}

.toast {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 50;
	transform: translateY(16px);
	padding: 10px 13px;
	border: 1px solid var(--line-strong);
	border-radius: 9px;
	background: #20242e;
	color: var(--text);
	font-size: 12px;
	opacity: 0;
	pointer-events: none;
	transition: 170ms ease;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.toast.visible {
	transform: translateY(0);
	opacity: 1;
}

@media (max-width: 1080px) {
	.topbar {
		grid-template-columns: 1fr auto;
	}

	.main-nav {
		position: fixed;
		bottom: 18px;
		left: 50%;
		z-index: 30;
		transform: translateX(-50%);
		background: rgba(20, 23, 31, 0.94);
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.36);
	}

	.panes {
		grid-template-columns: 1fr;
	}

	.panel {
		min-height: 520px;
	}

	body.tour-page .tour-sidebar {
		display: none;
	}

	body.tour-page .workbench {
		padding-bottom: 88px;
	}
}

@media (max-width: 700px) {
	.topbar {
		height: 58px;
		padding: 0 16px;
	}

	.mode-control > span,
	.version,
	.alpha-pill,
	.brand-divider,
	.page-name {
		display: none;
	}

	.topbar .github-link {
		width: 34px;
		padding: 7px;
	}

	.topbar .github-link-label {
		display: none;
	}

	.workspace {
		min-height: calc(100vh - 58px);
	}

	.workbench {
		padding: 26px 12px 82px;
	}

	.intro {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.intro-note {
		display: none;
	}

	h1 {
		font-size: 29px;
	}

	.panel-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
		padding: 12px;
	}

	.editor-actions {
		width: 100%;
		overflow-x: auto;
	}

	.editor-actions .button {
		flex-shrink: 0;
	}

	.output-header {
		align-items: center;
		flex-direction: row;
	}

	.line-numbers {
		flex-basis: 38px;
	}

	.highlight,
	#editor {
		padding-right: 14px;
		padding-left: 14px;
	}

	body.tour-page .tour-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.tour-navigation {
		width: 100%;
	}

	.tour-navigation .button {
		flex: 1;
	}
}

.landing-page {
	min-height: 100vh;
}

.landing-shell {
	display: flex;
	width: min(100% - 48px, 1040px);
	min-height: 100vh;
	margin: 0 auto;
	padding: 32px 0 64px;
	flex-direction: column;
}

.landing-brand {
	display: flex;
	align-items: center;
	gap: 10px;
}

.landing-brand .github-link {
	margin-left: auto;
}

.landing-brand .alpha-pill {
	display: inline-flex;
}

.landing-hero {
	display: flex;
	max-width: 920px;
	margin: auto 0;
	padding: 72px 0;
	flex-direction: column;
}

.landing-title {
	max-width: none;
	font-size: clamp(54px, 10vw, 96px);
	font-weight: 650;
	letter-spacing: -0.065em;
}

.landing-lede {
	max-width: 660px;
	margin: 20px 0 0;
	color: var(--muted);
	font-size: clamp(16px, 2vw, 19px);
	line-height: 1.65;
}

.landing-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 52px;
}

.landing-link {
	position: relative;
	display: flex;
	min-height: 178px;
	padding: 25px 58px 24px 25px;
	border: 1px solid var(--line);
	border-radius: 15px;
	background: rgba(18, 21, 29, 0.82);
	color: var(--text);
	flex-direction: column;
	text-decoration: none;
	transition: 150ms ease;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.landing-link:hover {
	transform: translateY(-2px);
	border-color: var(--line-strong);
	background: var(--surface-raised);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.landing-link.primary {
	border-color: rgba(255, 112, 88, 0.24);
	background: linear-gradient(145deg, rgba(255, 112, 88, 0.11), rgba(18, 21, 29, 0.88) 62%);
}

.landing-link-kicker {
	margin-bottom: auto;
	color: var(--accent-bright);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.landing-link strong {
	margin: 26px 0 8px;
	font-size: 20px;
	letter-spacing: -0.025em;
}

.landing-link > span:not(.landing-link-kicker, .landing-link-arrow) {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.55;
}

.landing-link-arrow {
	position: absolute;
	right: 24px;
	bottom: 24px;
	color: var(--subtle);
	font-size: 20px;
	transition: 150ms ease;
}

.landing-link:hover .landing-link-arrow {
	transform: translateX(3px);
	color: var(--accent-bright);
}

@media (max-width: 700px) {
	.landing-shell {
		width: min(100% - 28px, 1040px);
		padding-top: 20px;
	}

	.landing-hero {
		padding: 58px 0 28px;
	}

	.landing-title {
		font-size: 52px;
	}

	.landing-links {
		grid-template-columns: 1fr;
		margin-top: 38px;
	}

	.landing-link {
		min-height: 152px;
	}
}
