@font-face {
	font-family: "Unica77";
	src: url("/landing/fonts/Unica77LLWeb-Regular.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
* { box-sizing: border-box; font-synthesis: none; }
html, body {
	margin: 0; padding: 0;
	background: #09090b;
	color: #e4e4e7;
	font-family: "Unica77", ui-sans-serif, system-ui, sans-serif;
	font-weight: 400;
	letter-spacing: -0.005em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 100vh;
}
.wrap { max-width: 680px; margin: 0 auto; padding: 56px 28px 96px; }
.top { display:flex; align-items:center; justify-content:space-between; margin-bottom: 64px; }
.top a { color: #a1a1aa; text-decoration: none; font-size: 13px; }
.top a:hover { color: #fafafa; }
.brand { display:inline-flex; align-items:center; gap:10px; color:#fafafa; font-size:13px; }
.brand img { width: 18px; height: 18px; }
h1 {
	font-size: clamp(34px, 5.5vw, 48px);
	line-height: 1.04;
	letter-spacing: -0.028em;
	margin: 0 0 22px;
	font-weight: 400;
	color: #fafafa;
}
.lede {
	font-size: 17px;
	line-height: 1.55;
	color: #a1a1aa;
	margin: 0 0 40px;
	max-width: 560px;
}
h2 {
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: -0.012em;
	margin: 48px 0 12px;
	font-weight: 400;
	color: #fafafa;
}
p {
	font-size: 15px;
	line-height: 1.65;
	color: #d4d4d8;
	margin: 0 0 16px;
	max-width: 560px;
}
p strong { color: #fafafa; font-weight: 500; }
ul {
	padding-left: 20px;
	margin: 0 0 16px;
	max-width: 560px;
}
ul li {
	font-size: 15px;
	line-height: 1.65;
	color: #d4d4d8;
	margin-bottom: 4px;
}
ul li strong { color: #fafafa; }
code {
	font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
	font-size: 13px;
	color: #fafafa;
}
pre {
	background: transparent;
	border-left: 2px solid #27272a;
	padding: 4px 14px;
	font-family: ui-monospace, monospace;
	font-size: 12.5px;
	line-height: 1.65;
	color: #d4d4d8;
	overflow-x: auto;
	margin: 16px 0 22px;
	max-width: 560px;
}
a.link {
	color: #3ddc97;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: rgba(61,220,151,0.35);
}
a.link:hover { text-decoration-color: #3ddc97; }
.cta-row { display:flex; gap: 24px; margin: 28px 0 0; flex-wrap: wrap; }
.cta-row a {
	font-size: 14.5px;
	color: #3ddc97;
	text-decoration: none;
}
.cta-row a:hover { text-decoration: underline; text-underline-offset: 3px; }
.cta-row a.muted { color: #a1a1aa; }
.cta-row a.muted:hover { color: #fafafa; }
.byline {
	margin-top: 72px;
	padding-top: 28px;
	border-top: 1px solid #1e1e22;
	color: #71717a;
	font-size: 12.5px;
	max-width: 560px;
}
.byline a {
	color: #a1a1aa;
	text-decoration: underline;
	text-decoration-color: #3f3f46;
	text-underline-offset: 3px;
}
.byline a:hover { color: #fafafa; }
