:root {
	color-scheme: light;
	--paper: #f4f2e9;
	--ink: #232b27;
	--muted: #626960;
	--line: #d8dbce;
	--green: #d9f06a;
	font-family: 'Avenir Next', Avenir, 'Segoe UI', sans-serif;
	color: var(--ink);
	background: var(--paper);
	font-synthesis: none;
}
* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 32px;
}
body {
	margin: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
a:focus-visible {
	outline: 3px solid #427455;
	outline-offset: 6px;
}
a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}
.wrap {
	width: min(1180px, calc(100% - 96px));
	margin-inline: auto;
}
.skip-link {
	position: absolute;
	top: -80px;
	left: 20px;
	padding: 12px;
	background: var(--green);
	z-index: 5;
}
.skip-link:focus {
	top: 12px;
}
.site-header {
	height: 112px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--line);
}
.brand {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 22px;
	font-weight: 650;
	letter-spacing: -1px;
}
nav {
	display: flex;
	gap: 32px;
	align-items: center;
	font-size: 14px;
	font-weight: 550;
}
.nav-download {
	border: 1px solid #a4aa9d;
	padding: 12px 18px;
	border-radius: 5px;
}
nav a span {
	margin-left: 12px;
}
.hero {
	padding-top: 66px;
}
.eyebrow {
	font-family: 'SFMono-Regular', Consolas, monospace;
	font-size: 11px;
	letter-spacing: 1.3px;
	font-weight: 500;
	line-height: 1.7;
}
.status-dot,
.green-dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #87b37e;
	border-radius: 50%;
	margin-right: 9px;
}
.status-dot {
	background: #5c7353;
}
.hero-heading {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
h1,
h2,
h3,
p {
	margin-top: 0;
}
h1 {
	font-size: clamp(68px, 8.6vw, 112px);
	line-height: 1.01;
	letter-spacing: -6px;
	font-weight: 500;
	margin-bottom: 28px;
	margin-top: 19px;
}
em {
	font-family: 'Iowan Old Style', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: 400;
}
.hero-aside {
	font-family: 'Iowan Old Style', Palatino, serif;
	font-style: italic;
	font-size: 24px;
	line-height: 1.45;
	margin-bottom: 37px;
	padding-right: 14px;
	color: var(--muted);
}
.hero-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 48px;
}
.intro {
	font-size: 18px;
	line-height: 1.6;
	color: #596156;
	margin: 0;
}
.button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	background: var(--ink);
	color: var(--paper);
	border-radius: 5px;
	padding: 19px 23px;
	font-size: 15px;
	font-weight: 550;
	transition:
		transform 180ms,
		background 180ms;
}
.button:hover {
	transform: translateY(-2px);
	background: #3b4c3f;
	text-decoration: none;
}
.button span {
	font-size: 21px;
}
.product-figure {
	margin: 0;
}
.app-preview {
	overflow: hidden;
	border: 1px solid #414640;
	border-radius: 10px;
	background: #161a19;
	color: #d3d8d2;
	box-shadow: 0 30px 60px -35px #172a3866;
	font-family: 'SFMono-Regular', Consolas, monospace;
	font-size: 11px;
}
.window-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 37px;
	background: #232725;
	border-bottom: 1px solid #323833;
	font-family: 'Avenir Next', sans-serif;
	font-size: 11px;
}
.traffic-lights {
	display: flex;
	gap: 6px;
	margin-left: 14px;
	width: 54px;
}
.traffic-lights i {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ee7d72;
}
.traffic-lights i:nth-child(2) {
	background: #e5be65;
}
.traffic-lights i:nth-child(3) {
	background: #91ba79;
}
.window-shortcut {
	margin-right: 14px;
	color: #a1aaa1;
}
.app-body {
	display: flex;
	min-height: 410px;
}
.app-rail {
	flex: 0 0 42px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 14px;
	gap: 24px;
	border-right: 1px solid #303630;
	font-size: 19px;
	color: #889288;
}
.rail-selected {
	color: #d9f06a;
}
.rail-bottom {
	margin-top: auto;
	margin-bottom: 16px;
}
.app-sidebar {
	flex: 0 0 194px;
	padding: 18px 11px;
	background: #1b201d;
	border-right: 1px solid #303630;
	position: relative;
}
.sidebar-heading {
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}
.tiny-label {
	font-size: 9px;
	color: #9ba79c;
	display: flex;
	justify-content: space-between;
	padding-inline: 5px;
}
.project {
	padding: 10px 5px;
}
.tree-item {
	margin-left: 14px;
	padding: 10px 6px;
	font-size: 10px;
	color: #a2afa1;
	white-space: nowrap;
}
.tree-item .green-dot {
	width: 5px;
	height: 5px;
	float: right;
	margin: 4px 0 0;
}
.active-tree {
	background: #343e2b;
	border-radius: 3px;
	color: #d9edb7;
}
.sidebar-footer {
	position: absolute;
	bottom: 16px;
	font-size: 8px;
	color: #a4afa4;
}
.sidebar-footer .green-dot {
	width: 5px;
	height: 5px;
	margin-right: 3px;
}
.app-workspace {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
}
.workspace-tabs {
	display: flex;
	height: 42px;
	border-bottom: 1px solid #303630;
	color: #9eaa9d;
}
.workspace-tabs > span {
	padding: 14px 17px;
	border-right: 1px solid #303630;
}
.workspace-tabs .tab-active {
	color: #e8ebe3;
	background: #242b23;
	border-top: 2px solid #cde185;
	padding-top: 12px;
}
.workspace-tabs small {
	margin-left: 20px;
	font-size: 9px;
	color: #b1bda5;
}
.terminal-grid {
	flex: 1;
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	grid-template-rows: 1.1fr 0.9fr;
}
.terminal {
	min-width: 0;
}
.claude-terminal {
	grid-row: span 2;
	border-right: 1px solid #353d34;
}
.shell-terminal {
	border-top: 1px solid #353d34;
}
.terminal-heading {
	display: flex;
	justify-content: space-between;
	padding: 11px 14px;
	background: #1d231e;
	font-size: 10px;
}
.terminal-heading b {
	font-size: 15px;
	margin-right: 6px;
}
.terminal-state {
	color: #d8bc8b;
	font-size: 9px;
}
.terminal-state.ready {
	color: #afca96;
}
.terminal-content {
	padding: 18px;
	font-size: 10px;
	line-height: 1.85;
}
.terminal-content p {
	margin-bottom: 12px;
}
.terminal-content .terminal-gap {
	margin-top: 22px;
}
.claude-color {
	color: #e9aa86;
}
.codex-color {
	color: #b8b7f2;
}
.green {
	color: #b9d99b;
}
.muted {
	color: #98a49a;
}
.cursor {
	display: block;
	width: 7px;
	height: 13px;
	background: #c8d7bb;
}
.app-status {
	display: flex;
	justify-content: space-between;
	padding: 7px 13px;
	font-size: 8px;
	border-top: 1px solid #303630;
	color: #aab5a8;
}
.app-status .green-dot {
	width: 5px;
	height: 5px;
	margin-right: 4px;
}
figcaption {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-family: 'SFMono-Regular', Consolas, monospace;
	font-size: 9px;
	letter-spacing: 0.6px;
	line-height: 1.6;
	color: var(--muted);
	margin-top: 18px;
}
.workflow {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 100px;
	padding-block: 115px 90px;
}
h2 {
	font-size: clamp(42px, 4.7vw, 60px);
	line-height: 1.08;
	font-weight: 500;
	letter-spacing: -2.5px;
	margin-block: 23px;
}
.section-intro > p:last-child {
	font-size: 16px;
	line-height: 1.8;
	color: var(--muted);
	max-width: 340px;
}
.feature-list article {
	display: flex;
	gap: 25px;
	padding-block: 27px;
	border-top: 1px solid var(--line);
}
.feature-list article:last-child {
	padding-bottom: 0;
}
.feature-number {
	font:
		11px Consolas,
		monospace;
	color: #536247;
	padding-top: 4px;
}
h3 {
	font-size: 19px;
	font-weight: 600;
	letter-spacing: -0.4px;
	margin-bottom: 12px;
}
.feature-list p {
	color: var(--muted);
	line-height: 1.8;
	font-size: 14px;
	margin: 0;
}
.principles {
	border-top: 1px solid var(--line);
	padding-block: 30px 65px;
}
.principles > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin-top: 26px;
	font-size: 15px;
}
.principles > div span::before {
	content: '+';
	margin-right: 12px;
	color: #657e52;
}
.download-section {
	background: #e8ecd9;
	border-top: 1px solid #d9dfcb;
	border-bottom: 1px solid #d9dfcb;
}
.download-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 35px;
	padding-block: 70px;
}
.download-inner h2 {
	margin-bottom: 24px;
}
.download-inner p {
	color: #555f4d;
	line-height: 1.8;
}
.download-actions {
	text-align: center;
}
.download-actions .button {
	min-width: 295px;
}
.download-actions p {
	font-size: 12px;
	margin-block: 16px 24px;
}
.source-link {
	font-size: 13px;
	border-bottom: 1px solid #9ca78c;
	padding-bottom: 5px;
}
footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-block: 35px;
}
footer .brand {
	font-size: 17px;
}
footer p {
	font-size: 12px;
	color: var(--muted);
	margin: 0;
}
footer > div {
	display: flex;
	gap: 22px;
	font-size: 12px;
}
@media (max-width: 1000px) {
	.app-sidebar {
		flex-basis: 165px;
	}
	.terminal-content {
		font-size: 9px;
		padding: 14px;
	}
	.workflow {
		gap: 50px;
	}
	.hero-aside {
		font-size: 20px;
	}
	footer p {
		display: none;
	}
}
@media (max-width: 760px) {
	.wrap {
		width: calc(100% - 40px);
	}
	.site-header {
		height: 85px;
	}
	.brand {
		font-size: 20px;
	}
	nav {
		gap: 18px;
		font-size: 12px;
	}
	nav a:first-child {
		display: none;
	}
	.nav-download {
		padding: 10px 12px;
	}
	nav a span {
		margin-left: 4px;
	}
	.hero {
		padding-top: 40px;
	}
	h1 {
		font-size: clamp(62px, 11.5vw, 88px);
		letter-spacing: -4px;
	}
	.hero-aside {
		display: none;
	}
	.hero-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 25px;
		margin-bottom: 35px;
	}
	.intro {
		font-size: 16px;
	}
	.app-sidebar,
	.app-rail {
		display: none;
	}
	.app-body {
		min-height: 365px;
	}
	.terminal-content {
		font-size: 9px;
		padding: 12px;
	}
	.terminal-heading {
		padding: 10px;
	}
	.terminal-state {
		display: none;
	}
	.workspace-tabs > span {
		padding-inline: 12px;
	}
	.workflow {
		grid-template-columns: 1fr;
		gap: 25px;
		padding-block: 65px 50px;
	}
	.section-intro > p:last-child {
		max-width: 500px;
	}
	.principles > div {
		display: grid;
		grid-template-columns: 1fr 1fr;
		font-size: 13px;
		gap: 22px 12px;
	}
	.download-inner {
		align-items: flex-start;
		flex-direction: column;
		padding-block: 48px;
		gap: 10px;
	}
	.download-actions {
		text-align: left;
	}
	footer {
		flex-wrap: wrap;
	}
}
@media (max-width: 420px) {
	nav > a:nth-child(2) {
		display: none;
	}
	.eyebrow {
		font-size: 9px;
	}
	.desktop-break {
		display: none;
	}
	.terminal-grid {
		grid-template-columns: 1fr;
	}
	.terminal-grid > .terminal:not(.claude-terminal) {
		display: none;
	}
	.claude-terminal {
		border: 0;
	}
	.terminal-content {
		font-size: 10px;
	}
	figcaption {
		flex-direction: column;
		gap: 4px;
	}
	.principles > div {
		grid-template-columns: 1fr;
	}
	.download-actions .button {
		min-width: 0;
	}
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	.button {
		transition: none;
	}
}
