:root {
  --cream: #f4efe5;
  --paper: #fbf8f1;
  --ink: #111827;
  --muted: #64748b;
  --line: #d8d0c2;
  --green: #65b85f;
  --green-strong: #4fa84a;
  --terminal: #0b1723;
  --mono: "IBM Plex Mono", "Geist Mono", Menlo, monospace;
  --sans: Inter, Geist, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); }
button, input { font: inherit; }
:focus-visible { outline: 2px solid var(--green-strong); outline-offset: 3px; }

.page-shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-nav { min-height: 98px; display: grid; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: block; width: 188px; line-height: 0; }
.brand img { width: 100%; height: auto; }
.nav-note, .nav-link, .eyebrow, .terminal-caption, footer, .terminal-bar, .availability { font-family: var(--mono); }
.nav-note { color: var(--muted); font-size: 12px; }
.nav-link { justify-self: end; color: var(--ink); font-size: 12px; text-decoration: none; padding-bottom: 3px; border-bottom: 1px solid var(--green-strong); }
.nav-link:hover { color: var(--green-strong); }

.hero { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); gap: clamp(44px, 7vw, 110px); align-items: center; padding: clamp(38px, 4.275vw, 57px) 0 clamp(23px, 3.325vw, 42px); }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 20px; color: var(--green-strong); font-size: 12px; font-weight: 500; }
.signal { display: inline-block; width: 7px; height: 7px; background: var(--green-strong); border-radius: 50%; }
h1, h2 { margin: 0; font-family: var(--mono); font-weight: 500; letter-spacing: -.055em; }
h1 { max-width: 520px; font-size: clamp(40px, 5.2vw, 72px); line-height: 1.03; }
h1 em { color: var(--green-strong); font-style: normal; }
.benefits { display: grid; gap: 11px; max-width: 415px; margin: 29px 0 0; padding: 0; list-style: none; font-size: 15px; line-height: 1.45; }
.benefits > li { display: grid; grid-template-columns: 9px 1fr; gap: 10px; align-items: baseline; }
.benefits > li::before { width: 6px; height: 6px; content: ""; background: var(--green-strong); transform: translateY(-1px); }
.use-cases-label { display: block; margin-bottom: 8px; }
.use-cases-list { display: grid; gap: 5px; margin: 0; padding-left: 17px; color: var(--muted); font-family: var(--mono); font-size: 12px; line-height: 1.5; list-style-type: circle; }
.availability { margin: 30px 0 0; color: var(--muted); font-size: 12px; }

.terminal-wrap { align-self: start; min-width: 0; }
.terminal-switcher { display: flex; justify-content: flex-end; gap: 4px; margin: 0 0 9px; }
.terminal-mode { width: auto; margin: 0; padding: 7px 11px; border: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--muted); font-family: var(--mono); font-size: 11px; font-weight: 500; line-height: 1; text-align: center; }
.terminal-mode:hover { background: rgba(79, 168, 74, .08); color: var(--ink); }
.terminal-mode[aria-pressed="true"] { border-color: var(--green-strong); background: rgba(79, 168, 74, .14); color: var(--ink); }
.terminal-caption { display: flex; justify-content: space-between; margin: 0 2px 12px; color: var(--muted); font-size: 10px; }
.terminal { overflow: hidden; border: 1px solid #172532; border-radius: 10px; background: var(--terminal); }
.terminal-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 42px; padding: 0 16px; color: #aeb9c3; background: #13212e; border-bottom: 1px solid #263645; font-size: 11px; }
.terminal.is-chat { border-color: #d5d5d5; background: #fff; }.terminal.is-chat .terminal-bar { color: #353535; background: #f2f2f2; border-bottom-color: #d9d9d9; }
.terminal-bar p { margin: 0; }
.terminal-spacer { justify-self: end; }
.traffic-lights { display: flex; gap: 7px; }
.traffic-lights i { width: 10px; height: 10px; border-radius: 50%; background: #556574; }
.traffic-lights i:first-child { background: #ee6a5f; }.traffic-lights i:nth-child(2) { background: #e6bf55; }.traffic-lights i:nth-child(3) { background: #64c466; }
.terminal-body { min-height: 315px; padding: 28px clamp(18px, 4vw, 35px); color: #edf4f5; font-family: var(--mono); font-size: clamp(11px, 1.22vw, 13px); line-height: 1.75; }
.api-terminal-body { max-height: 420px; overflow: auto; }
.line { margin: 0; white-space: pre-wrap; }.muted { color: #8fa0ae; }.command { color: #f8fbfc; }.prompt { color: var(--green); margin-right: 9px; }.directory { color: #78c7ec; margin-right: 10px; }.root-prompt { color: var(--green); margin-right: 10px; }.output { color: #c5d0d6; }.kernel-output { display: block; max-width: 100%; overflow-wrap: anywhere; }.blank { height: 17px; }.cursor { display: inline-block; width: 8px; height: 15px; vertical-align: -2px; margin-left: 3px; background: #e7f0ec; animation: blink 1s step-end infinite; }
.continuation { padding-left: 2ch; }.api-response { margin: 0; color: #c5d0d6; font: inherit; line-height: 1.55; white-space: pre; }
.chat-app { display: grid; grid-template-columns: 158px 1fr; min-height: 315px; background: #fff; color: #202020; font-family: var(--sans); }.chat-app[hidden] { display: none; }.chat-sidebar { padding: 15px 10px; background: #f4f4f4; border-right: 1px solid #e1e1e1; }.chat-brand { display: flex; align-items: center; gap: 7px; padding: 2px 5px 17px; font-size: 13px; }.chat-mark { font-size: 18px; line-height: 1; }.new-chat { width: 100%; margin: 0; padding: 8px 9px; border: 1px solid #d9d9d9; border-radius: 5px; background: #fff; color: #333; font-family: var(--sans); font-size: 11px; text-align: left; }.new-chat span { float: none; margin-right: 4px; font-size: 14px; }.new-chat:hover { background: #fff; }.chat-section-label { margin: 24px 5px 7px; color: #888; font-size: 10px; }.chat-history { margin: 0; padding: 7px 6px; border-radius: 4px; font-size: 11px; }.chat-history.active { background: #e8e8e8; }.chat-main { display: grid; grid-template-rows: 1fr auto; min-width: 0; }.chat-thread { padding: 28px clamp(18px, 4vw, 48px); }.chat-message { width: min(100%, 470px); margin-left: auto; padding: 13px 15px; border-radius: 14px; background: #e9e9e9; font-size: 13px; line-height: 1.45; }.chat-message p { margin: 0; }.mention { color: #1670b7; }.chat-status { display: flex; align-items: center; gap: 7px; margin: 19px 0 0; color: #777; font-size: 12px; }.chat-status span { width: 6px; height: 6px; border-radius: 50%; background: #777; animation: blink 1s step-end infinite; }.chat-composer { display: flex; align-items: center; justify-content: space-between; margin: 0 22px 19px; padding: 10px 12px; border: 1px solid #dedede; border-radius: 10px; color: #939393; font-size: 12px; }.chat-composer b { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #d3d3d3; color: #fff; font-size: 13px; }
.chat-mark svg { display: block; width: 18px; height: 18px; }.terminal-footnote { margin: 14px 2px 0; color: var(--muted); font-size: 12px; }
@keyframes blink { 50% { opacity: 0; } }

.signup { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(44px, 7vw, 110px); padding: 28px 0 32px; border-bottom: 1px solid var(--line); }
.signup h2 { font-size: clamp(26px, 3vw, 38px); }.signup h2 em { color: var(--green-strong); font-style: normal; }.signup-heading > p:last-child { margin: 14px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.signup label { display: block; }.signup label span { display: block; margin-bottom: 8px; font-family: var(--mono); font-size: 11px; }.signup input { width: 100%; border: 1px solid #bfb5a5; border-radius: 0; outline: none; background: var(--paper); color: var(--ink); padding: 13px 14px; font-size: 14px; transition: border-color .15s; }.signup input::placeholder { color: #8c918d; }.signup input:focus { border-color: var(--green-strong); box-shadow: 0 0 0 2px rgba(79,168,74,.18); }.signup input[aria-invalid="true"] { border-color: #a23c32; }
.signup button { width: 100%; margin-top: 12px; padding: 14px 18px; border: 1px solid var(--green-strong); border-radius: 0; background: var(--green); color: var(--ink); cursor: pointer; font-family: var(--mono); font-size: 13px; font-weight: 500; text-align: left; transition: background .15s, transform .15s; }.signup button span { float: right; font-size: 17px; line-height: 13px; }.signup button:hover { background: var(--green-strong); }.signup button:active { transform: translateY(1px); }.form-message { min-height: 19px; margin: 10px 0 0; color: var(--green-strong); font-size: 13px; }.form-message.error { color: #a23c32; }
footer { display: flex; justify-content: space-between; padding: 24px 0 32px; color: var(--muted); font-size: 11px; }

.error-page { min-height: 100vh; display: flex; flex-direction: column; }
.error-hero { padding: clamp(36px, 5vw, 64px) 0 clamp(44px, 6vw, 82px); }
.error-hero h1 { max-width: 800px; font-size: clamp(44px, 7.5vw, 104px); }
.error-copy { max-width: 540px; margin: 26px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.error-action { display: inline-flex; align-items: center; gap: 27px; margin-top: 31px; padding: 14px 17px; border: 1px solid var(--green-strong); border-radius: 0; background: var(--green); color: var(--ink); cursor: pointer; font-family: var(--mono); font-size: 13px; font-weight: 500; line-height: 1.2; text-decoration: none; transition: background .15s, transform .15s; }
.error-action:hover { background: var(--green-strong); }.error-action:active { transform: translateY(1px); }
.error-terminal { overflow: hidden; width: min(100%, 760px); margin-bottom: 34px; border: 1px solid #172532; border-radius: 10px; background: var(--terminal); }
.error-terminal-body { min-height: 210px; }
.error-output { color: #ff9b91; }.error-terminal .command a { color: inherit; text-decoration: none; }.error-terminal .command a:hover { color: var(--green); }
.error-page footer { margin-top: auto; }

@media (max-width: 760px) { .page-shell { width: min(100% - 32px, 560px); }.site-nav { min-height: 76px; grid-template-columns: 1fr auto; }.brand { width: 158px; }.nav-note { display: none; }.hero, .signup { grid-template-columns: 1fr; gap: 46px; }.hero { padding: 36px 0 29px; }.hero .terminal-wrap { order: -1; }.terminal-body { min-height: 282px; }.chat-app { grid-template-columns: 1fr; }.chat-sidebar { display: none; }.chat-thread { padding: 28px 18px; }.signup { padding: 28px 0; }.form-fields { grid-template-columns: 1fr; gap: 14px; } }
@media (max-width: 400px) { .terminal-caption span:last-child { display: none; }.terminal-body { font-size: 10px; padding: 23px 15px; }.traffic-lights { gap: 5px; }.traffic-lights i { width: 9px; height: 9px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.cursor, .chat-status span { animation: none; } }
