:root {
  color-scheme: dark;
  --bg: #14120f;
  --surface: #1c1915;
  --line: #39332b;
  --text: #eee9df;
  --muted: #b6afa3;
  --accent:#f4a876;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--bg); color: var(--text); font: 17px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .22em; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; letter-spacing: -.04em; text-wrap: balance; }
h2 { font-size: clamp(2rem, 3.8vw, 3.35rem); line-height: 1.1; }
h3 { font-size: clamp(1.65rem, 2.5vw, 2.3rem); line-height: 1.16; }
p { color: var(--muted); }
p + p { margin-top: 18px; }
.section-shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.eyebrow { margin-bottom: 20px; color: var(--accent); font: 600 11px/1.5 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--accent); }
.wordmark { color: var(--text); font: 700 24px/1 var(--mono); letter-spacing: -.08em; text-decoration: none; }
.wordmark span { color: var(--accent); }
.button { display: inline-flex; min-height: 48px; padding: 12px 20px; align-items: center; justify-content: center; gap: 28px; border: 1px solid var(--accent); border-radius: 7px; background: var(--accent); color: #23170e; font-size: 14px; font-weight: 650; line-height: 1.4; text-decoration: none; transition: background-color .15s, border-color .15s; }
.button:hover { background: #ffc297; border-color: #ffc297; }
.button-secondary { border-color: #5e5042; background: transparent; color: var(--text); }
.button-secondary:hover { border-color: var(--accent); background: #2e241d; }
.button-small { min-height: 40px; padding: 9px 14px; gap: 18px; font-size: 13px; }
.skip-link { position: absolute; z-index: 10; top: 8px; left: 8px; padding: 10px; background: var(--text); color: var(--bg); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 36px; border-bottom: 1px solid var(--line); }
.site-nav, .header-actions { display: flex; align-items: center; gap: 28px; }
.site-nav a, .text-link { color: var(--muted); font-size: 13px; text-decoration: none; }
.site-nav a:hover, .text-link:hover { color: var(--text); }
.hero { padding-top: 82px; }
.hero-copy { max-width: 940px; margin-inline: auto; text-align: center; }
.hero h1 { font-size: clamp(2.6rem, 5.4vw, 4.65rem); line-height: 1.04; letter-spacing: -.05em; }
.hero-lede { max-width: 740px; margin: 28px auto 0; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.product-shot { min-width: 0; }
/* The frame surrounds the capture; no screenshot pixel is rounded or clipped. */
.shot-link { --frame-bg: #27231e; --frame-line: #564d41; --frame-dot: #81786c; display: block; position: relative; overflow: visible; padding: 30px 10px 10px; border: 1px solid var(--frame-line); border-radius: 14px; background: var(--frame-bg); line-height: 0; box-shadow: 0 18px 48px #0003; }
.shot-link::before { content: ""; position: absolute; top: 12px; left: 14px; width: 5px; height: 5px; border-radius: 50%; background: var(--frame-dot); box-shadow: 10px 0 var(--frame-dot), 20px 0 var(--frame-dot); }
.shot-link:hover { border-color: var(--accent); }
.shot-light { --frame-bg: #e7e3db; --frame-line: #b7b0a4; --frame-dot: #928c81; }
.product-shot picture, .product-shot img { display: block; width: 100%; }
.product-shot picture { padding: 3px; border-radius: 8px; background: var(--frame-line); }
.product-shot img { height: auto; border-radius: 0; }
.product-shot figcaption { margin-top: 14px; color: var(--muted); font: 11px/1.6 var(--mono); }
.hero-shot { margin-top: 54px; padding: 18px 18px 0; border: 1px solid var(--line); border-radius: 16px 16px 0 0; background: linear-gradient(145deg, #35271e, #1c1915 70%); }
.hero-shot figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 0 2px 16px; }
.hero-shot figcaption span { color: var(--text); }
.lifecycle-nav { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-top: 0; }
.lifecycle-nav a { padding: 20px 22px; font: 12px/1.5 var(--mono); text-decoration: none; }
.lifecycle-nav a + a { border-left: 1px solid var(--line); }
.lifecycle-nav a:hover { background: var(--surface); }
.lifecycle-nav span { margin-right: 16px; color: var(--accent); font-size: 10px; }
.workflow { padding-top: 120px; }
.section-heading { max-width: 730px; margin-bottom: 64px; }
.section-heading > p:not(.eyebrow) { margin-top: 24px; max-width: 620px; }
.feature-row { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.35fr); gap: 68px; align-items: center; padding: 70px 0; border-top: 1px solid var(--line); }
.feature-copy > p:not(.eyebrow) { margin-top: 22px; font-size: 16px; }
.feature-row-reverse { grid-template-columns: minmax(0, 1.35fr) minmax(0, .75fr); }
.feature-row-reverse .feature-copy { order: 2; }
.sandbox-section { padding: 88px 64px; margin-top: 64px; border: 1px solid #64503e; border-radius: 12px; background: radial-gradient(ellipse at top left, #34271d, #1c1915 65%); }
.sandbox-section .section-heading { max-width: 740px; margin-bottom: 38px; }
.sandbox-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.large-copy { color: var(--text); font-size: 23px; line-height: 1.5; letter-spacing: -.02em; }
.sandbox-copy > div { font-size: 16px; }
.agents-section { padding-top: 120px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.detail-grid article { padding: 40px; min-width: 0; }
.detail-grid article + article { border-left: 1px solid var(--line); }
.detail-grid h3 { font-size: 26px; }
.detail-grid p:not(.eyebrow) { margin-top: 20px; font-size: 16px; }
code { padding: 2px 5px; border: 1px solid var(--line); border-radius: 4px; font: .8em var(--mono); color: var(--text); white-space: nowrap; }
.workspace-section { margin-top: 100px; padding-block: 55px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.workspace-copy { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 90px; }
.workspace-copy h2 { font-size: 36px; }
.mobile-section { display: grid; grid-template-columns: 1fr 418px; align-items: center; gap: 140px; padding: 120px 55px; }
.mobile-copy > p:not(.eyebrow) { margin-top: 26px; }
.mobile-copy .platforms { font: 12px/1.8 var(--mono); }
.mobile-copy .button { margin-top: 24px; }
.mobile-shot { width: min(100%, 418px); justify-self: center; }

.mobile-shot figcaption { text-align: center; }
.why-section { padding: 70px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-section h2 { max-width: 740px; }
.why-copy { display: grid; grid-template-columns: 1.35fr 1fr; gap: 80px; margin-top: 36px; }
.why-copy p + p { margin-top: 0; }
.founders { margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); font: 12px/1.8 var(--mono); }
.pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; padding-block: 120px; }
.pricing .section-heading { margin-bottom: 0; }
.pricing-note { font-size: 14px; }
.pricing-note a { color: var(--text); }
.price-card { padding: 40px; border: 1px solid #8c6043; border-radius: 12px; background: linear-gradient(140deg, #31241c, #1c1915 60%); }
.price-card .eyebrow { margin-bottom: 14px; }
.price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 20px; font-size: 62px; line-height: 1.1; letter-spacing: -.05em; }
.price .price-unit { color: var(--muted); font: 12px/1.5 var(--mono); letter-spacing: 0; }
.price-card p { font-size: 16px; }
.compute-price { margin-top: 28px; padding-block: 25px; border-top: 1px solid #584332; border-bottom: 1px solid #584332; }
.compute-price h4 { margin-bottom: 12px; font-size: 15px; font-weight: 600; }
.compute-price .price-example { color: var(--text); }
.price-card .billing-terms { margin: 24px 0; font-size: 13px; }
.price-card .button { width: 100%; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 80px; padding: 58px 64px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.final-cta h2 { max-width: 620px; font-size: 40px; }
.final-cta p:not(.eyebrow) { margin-top: 22px; max-width: 580px; font-size: 16px; }
.final-cta .button { flex-shrink: 0; }
.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding-block: 55px 30px; }
.site-footer p, .site-footer nav, .site-footer small { font-size: 12px; }
.site-footer nav { display: flex; gap: 24px; }
.site-footer nav a { text-decoration: none; }
.site-footer nav a:hover { color: var(--accent); }
.site-footer small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); }
@media (max-width: 1100px) {
  .site-header { gap: 20px; }
  .site-nav, .header-actions { gap: 18px; }
  .feature-row, .feature-row-reverse { gap: 36px; }
  .mobile-section { gap: 60px; padding-inline: 0; }
  .pricing { gap: 54px; }
  .sandbox-section { padding: 60px 40px; }
}
@media (max-width: 900px) {
  .site-nav { display: none; }
  .hero { padding-top: 60px; }
  .feature-row, .feature-row-reverse { grid-template-columns: 1fr; gap: 32px; }
  .feature-copy { max-width: 660px; }
  .feature-row-reverse .feature-copy { order: 0; }
  .lifecycle-nav a { padding: 16px 12px; font-size: 11px; }
  .lifecycle-nav span { margin-right: 6px; }
  .sandbox-copy, .workspace-copy, .why-copy { gap: 32px; }
  .detail-grid article { padding: 28px; }
  .mobile-section { grid-template-columns: 1fr 300px; gap: 40px; }
  .pricing { grid-template-columns: 1fr; gap: 40px; }
  .price-card { width: 100%; max-width: 620px; }
  .final-cta { flex-direction: column; align-items: flex-start; gap: 30px; padding: 40px; }
  .site-footer { grid-template-columns: auto 1fr; gap: 24px; }
  .site-footer nav { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .section-shell { width: calc(100% - 40px); }
  .site-header { min-height: 70px; }
  .header-actions .text-link { display: none; }
  .hero h1 { font-size: clamp(2.3rem, 8.5vw, 3.9rem); }
  .hero-lede { font-size: 16px; }
  .hero-shot { margin-top: 40px; padding: 8px 8px 0; border-radius: 10px 10px 0 0; }
  .hero-shot figcaption { display: block; padding-bottom: 12px; font-size: 10px; }
  .hero-shot figcaption span { display: block; margin-bottom: 3px; }
  .lifecycle-nav { grid-template-columns: 1fr 1fr; }
  .lifecycle-nav a:nth-child(3) { border-left: 0; }
  .lifecycle-nav a:nth-child(n+3) { border-top: 1px solid var(--line); }
  .workflow, .agents-section { padding-top: 80px; }
  .section-heading { margin-bottom: 40px; }
  .feature-row { padding-block: 44px; }
  .sandbox-section { padding: 36px 26px; margin-top: 40px; }
  .sandbox-copy, .detail-grid, .workspace-copy, .why-copy { grid-template-columns: 1fr; }
  .large-copy { font-size: 21px; }
  .detail-grid article { padding: 28px 24px; }
  .detail-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .workspace-section { margin-top: 70px; padding-block: 40px; }
  .workspace-copy h2 { font-size: 32px; }
  .mobile-section { width: calc(100% - 16px); grid-template-columns: 1fr; gap: 40px; padding-block: 80px; }
  .mobile-copy { padding-inline: 12px; }
  .mobile-shot { width: min(100%, 418px); }
  .why-section { padding-block: 44px; }
  .why-copy { gap: 20px; }
  .pricing { padding-block: 80px; }
  .price-card { padding: 28px; }
  .price { font-size: 54px; }
  .price .price-unit { font-size: 11px; }
  .final-cta { padding: 32px 26px; }
  .final-cta h2 { font-size: 32px; }
  .site-footer { grid-template-columns: 1fr; }
}
@media (max-width: 380px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .header-actions .button { gap: 10px; font-size: 12px; padding-inline: 10px; }
  .price { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}

/* Devices.css phone subset, adapted from v0.2.0, commit
   11846244977a4905a4fb9ac12bb2121e068d6147.
   https://github.com/picturepan2/devices.css
   Fluid dimensions preserve the capture. Sensors and notch are omitted.

MIT License

Copyright (c) 2017 Yan Zhu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
.device { position: relative; }
.device-iphone-14-pro .device-frame {
  --case-edge: #1b1721;
  --case-highlight: #c0b7cd;
  --case-ring: #342c3f;
  background: #010101;
  border: 1px solid var(--case-edge);
  border-radius: 68px;
  box-shadow: inset 0 0 4px 2px var(--case-highlight), inset 0 0 0 6px var(--case-ring), 0 24px 56px #0004;
  padding: 38px 10px;
  width: 100%;
}
.device-iphone-14-pro .device-frame.shot-light {
  --case-edge: #747578;
  --case-highlight: #f6f6f7;
  --case-ring: #bfc0c3;
  background: #e7e8ea;
}
.device-iphone-14-pro .device-frame::before { content: none; }
.device-iphone-14-pro .device-btns,
.device-iphone-14-pro .device-btns::before,
.device-iphone-14-pro .device-btns::after,
.device-iphone-14-pro .device-power {
  background: #747578;
  border-radius: 2px;
  position: absolute;
  width: 3px;
  pointer-events: none;
}
.device-iphone-14-pro .device-btns { height: 32px; left: -2px; top: 115px; }
.device-iphone-14-pro .device-btns::before,
.device-iphone-14-pro .device-btns::after { content: ""; height: 62px; left: 0; }
.device-iphone-14-pro .device-btns::after { top: 60px; }
.device-iphone-14-pro .device-btns::before { top: 140px; }
.device-iphone-14-pro .device-power { height: 100px; right: -2px; top: 200px; }

/* The named-tab scene uses the real layout for each device. */
.named-tab-desktop { max-width: 698px; margin-inline: auto; }
.named-tab-mobile { display: none; margin-inline: auto; }
@media (max-width: 760px) {
  .named-tab-desktop { display: none; }
  .named-tab-mobile { display: block; width: calc(100% + 24px); margin-inline: -12px; }
}
