@font-face {
  font-family: Geist;
  src: url('/assets/examples/geist-latin-v1.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ex-ink: #081c2c;
  --ex-paper: #fcfaf3;
  --ex-line: #dcd2c1;
  --ex-muted: #485966;
  --ex-lime: #caff00;
  --ex-teal: #005673;
}

html { scroll-behavior: smooth; }
.examples-page { margin: 0; background: var(--ex-paper); color: var(--ex-ink); font: 400 16px/1.65 Geist, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
.examples-page * { box-sizing: border-box; }
.examples-page a { color: inherit; text-underline-offset: 4px; }
.examples-page button { font: inherit; }
.examples-page :focus-visible { outline: 3px solid var(--ex-teal); outline-offset: 5px; }
.examples-page [id] { scroll-margin-top: 32px; }
.ex-wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 48px; }
.ex-skip { position: absolute; top: -100px; left: 20px; padding: 12px 18px; background: var(--ex-lime); z-index: 20; }
.ex-skip:focus { top: 12px; }
.ex-header { border-bottom: 1px solid var(--ex-line); }
.ex-nav { min-height: 88px; display: flex; align-items: center; gap: 32px; }
.ex-brand { display: flex; align-items: center; gap: 10px; color: #0b0b0b; font-size: 29px; font-weight: 750; letter-spacing: -1.4px; text-decoration: none; }
.ex-brand img { display: block; width: 36px; height: 36px; }
.ex-nav-links { display: flex; gap: 32px; margin: auto; font-size: 14px; font-weight: 550; }
.ex-nav-links a { position: relative; text-decoration: none; padding: 13px 0; }
.ex-nav-links a[aria-current]::after { position: absolute; left: 0; right: 0; bottom: 3px; height: 3px; border-radius: 3px; background: #99bb00; content: ''; }
.ex-nav-links a:hover { color: var(--ex-teal); }
.ex-button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; min-height: 54px; padding: 14px 24px; border: 1px solid var(--ex-ink); border-radius: 9px; background: #0d1418; color: #fff !important; font-size: 15px; font-weight: 620; text-decoration: none; transition: transform .18s, box-shadow .18s, background .18s; }
.ex-button:hover { background: #20343d; transform: translateY(-2px); box-shadow: 0 4px 0 #081c2c20; }
.ex-button > span { font-size: 21px; line-height: 1; }
.ex-button-small { min-height: 46px; padding: 10px 18px; font-size: 13px; gap: 24px; }
.ex-hero { display: grid; grid-template-columns: 1.42fr 1fr; gap: 72px; align-items: end; padding: 78px 0 58px; }
.ex-eyebrow { margin: 0 0 25px; font-size: 12px; font-weight: 650; line-height: 1.6; letter-spacing: 1.45px; }
.ex-hero .ex-eyebrow { display: flex; align-items: center; gap: 12px; color: var(--ex-teal); }
.ex-hero .ex-eyebrow > span { width: 24px; height: 9px; flex: 0 0 24px; border: 1px solid #597500; border-radius: 10px; background: var(--ex-lime); }
.ex-hero h1 { margin: 0; max-width: 760px; font-size: clamp(58px, 5.9vw, 84px); font-weight: 590; line-height: 1.04; letter-spacing: -4.5px; text-wrap: balance; }
.ex-hero h1 em { color: var(--ex-teal); font-style: normal; }
.ex-title-phrase { white-space: nowrap; }
.ex-hero-intro { padding-bottom: 5px; }
.ex-hero-intro > p:first-child { max-width: 450px; margin: 0 0 17px; font-size: 23px; line-height: 1.43; font-weight: 450; letter-spacing: -.7px; }
.ex-muted { color: var(--ex-muted); }
.ex-hero-intro .ex-muted { max-width: 460px; margin: 0 0 23px; font-size: 15px; line-height: 1.8; }
.ex-text-link { display: inline-flex; align-items: center; gap: 23px; min-height: 44px; font-size: 14px; font-weight: 650; text-decoration: none; }
.ex-text-link > span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--ex-line); border-radius: 50%; transition: transform .18s; }
.ex-text-link:hover { color: var(--ex-teal); }
.ex-text-link:hover > span { transform: translateY(2px); }
.ex-jump-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ex-jump { position: relative; display: grid; grid-template-columns: 36px minmax(0, 1fr) 20px; align-items: start; column-gap: 13px; padding: 22px 18px; border: 1px solid var(--ex-line); border-radius: 13px; background: #fffdf8; text-decoration: none; transition: border-color .18s, background .18s, transform .18s; }
.ex-jump-number { display: grid; place-items: center; width: 34px; height: 34px; margin-top: 2px; border-radius: 9px; background: #eaf1ec; color: var(--ex-teal); font-size: 12px; font-weight: 650; }
.ex-jump strong { display: block; font-size: 16px; font-weight: 620; line-height: 1.4; letter-spacing: -.3px; }
.ex-jump small { display: block; margin-top: 7px; color: var(--ex-muted); font-size: 12px; line-height: 1.5; }
.ex-jump-arrow { align-self: center; font-size: 20px; color: var(--ex-teal); }
.ex-jump:hover { border-color: var(--ex-teal); background: #f3f6e9; transform: translateY(-3px); }
.ex-jump:nth-child(3) .ex-jump-number, .ex-jump:nth-child(4) .ex-jump-number { color: #ad482d; background: #f8ede0; }
.ex-workflows { padding: 75px 0 0; }
.ex-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 35px; }
.ex-section-heading .ex-eyebrow { margin-bottom: 12px; color: var(--ex-teal); }
.ex-section-heading h2, .ex-team-section h2 { margin: 0; font-size: 43px; font-weight: 550; line-height: 1.15; letter-spacing: -1.9px; text-wrap: balance; }
.ex-section-heading > p { max-width: 300px; margin: 0 0 3px; color: var(--ex-muted); font-size: 14px; line-height: 1.65; }
.ex-grid { display: grid; }
.ex-card { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.22fr); column-gap: 56px; row-gap: 30px; min-width: 0; padding: 44px 0 48px; border-top: 1px solid var(--ex-line); }
.ex-card-body { min-width: 0; }
.ex-card-kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 21px; color: var(--ex-teal); font-size: 12px; line-height: 1.4; letter-spacing: 1.2px; font-weight: 680; }
.ex-card-number { display: grid; place-items: center; width: 31px; height: 31px; flex: 0 0 31px; border: 1px solid #c5d1be; border-radius: 50%; font-size: 11px; letter-spacing: 0; background: #f0f3df; }
.ex-card h3 { max-width: 490px; margin: 0 0 21px; font-size: 39px; font-weight: 560; line-height: 1.12; letter-spacing: -1.65px; text-wrap: balance; }
.ex-card h3 br { display: none; }
.ex-card-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 13px; margin-bottom: 23px; color: var(--ex-muted); font-size: 12px; line-height: 1.55; }
.ex-status { display: inline-flex; align-items: center; gap: 6px; padding: 4px 9px; border: 1px solid #dbe4d9; border-radius: 5px; color: #005673; background: #edf3ec; font-size: 11px; font-weight: 530; white-space: nowrap; }
.ex-status::before { width: 4px; height: 4px; border-radius: 50%; background: currentColor; content: ''; }
.ex-status-connected { border-color: #e7d8bf; background: #f7efdf; color: #805b20; }
.ex-card .ex-question { margin: 0 0 20px; padding-left: 17px; border-left: 2px solid #709b9b; color: var(--ex-ink); font-size: 16px; line-height: 1.65; }
.ex-card-body > p { margin: 0; color: var(--ex-muted); font-size: 15px; line-height: 1.8; }
.ex-card > .ex-diagram { align-self: center; min-width: 0; }
.ex-card-tools { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.22fr); gap: 56px; align-items: start; grid-column: 1 / -1; }
.ex-setup { margin: 0; color: var(--ex-muted); font-size: 13px; line-height: 1.75; }
.ex-setup strong { color: var(--ex-ink); font-weight: 650; }
.ex-prompt { min-width: 0; border: 1px solid var(--ex-line); border-radius: 10px; background: #f5f3e9; }
.ex-prompt summary { display: flex; justify-content: space-between; gap: 18px; align-items: center; min-height: 58px; padding: 15px 19px; list-style: none; cursor: pointer; font-size: 14px; font-weight: 620; }
.ex-prompt summary:hover { color: var(--ex-teal); }
.ex-prompt summary::-webkit-details-marker { display: none; }
.ex-prompt summary > span { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid #c9cfb9; border-radius: 50%; background: #fffdf6; font-size: 20px; font-weight: 350; line-height: 1; transition: transform .18s; }
.ex-prompt[open] summary > span { transform: rotate(45deg); }
.ex-prompt > div { padding: 0 19px 19px; }
.ex-prompt p { margin: 0 0 18px; padding-top: 15px; border-top: 1px solid var(--ex-line); color: var(--ex-muted); font-size: 14px; line-height: 1.8; }
.ex-copy { display: inline-flex; align-items: center; gap: 24px; min-height: 44px; padding: 9px 14px; border: 1px solid var(--ex-ink); border-radius: 6px; background: #fffdf7; color: var(--ex-ink); font-size: 13px !important; font-weight: 570 !important; cursor: pointer; }
.ex-copy:hover { background: #e8f1cf; }
.ex-copy-status { display: inline-block; margin: 8px 0 0 12px; font-size: 12px; color: #345541; }
.ex-caption { margin: 0; padding: 21px 0 0; border-top: 1px solid var(--ex-line); color: var(--ex-muted); font-size: 13px; line-height: 1.8; }
.ex-team-section { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; padding: 92px 0 75px; }
.ex-team-section .ex-eyebrow { color: var(--ex-teal); margin-bottom: 20px; }
.ex-team-section .ex-muted { max-width: 460px; margin: 23px 0 0; font-size: 15px; line-height: 1.8; }
.ex-team-steps { list-style: none; margin: 0; padding: 0; }
.ex-team-steps li { display: flex; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--ex-line); }
.ex-team-steps li:first-child { padding-top: 0; }
.ex-team-steps li:last-child { padding-bottom: 0; border: 0; }
.ex-team-steps li > span { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; border: 1px solid #c6ceb8; color: var(--ex-teal); font-size: 11px; }
.ex-team-steps h3 { margin: 0 0 7px; font-size: 17px; line-height: 1.4; font-weight: 610; letter-spacing: -.3px; }
.ex-team-steps p { margin: 0; color: var(--ex-muted); font-size: 14px; line-height: 1.8; }
.ex-cta { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 50px; margin: 0 0 72px; padding: 58px 60px; overflow: hidden; border: 1px solid #263e3c; border-radius: 24px; background: radial-gradient(ellipse at 94% 0, #26504c70, transparent 55%), #0c181d; color: #fffef7; }
.ex-cta::before { position: absolute; top: -160px; right: -110px; width: 480px; height: 480px; border: 1px solid #b6d4b71a; border-radius: 50%; box-shadow: 0 0 0 55px #b6d4b705, 0 0 0 56px #b6d4b711; content: ''; pointer-events: none; }
.ex-cta > div { position: relative; }
.ex-cta .ex-eyebrow { margin-bottom: 22px; color: #d7ef94; font-size: 11px; }
.ex-cta h2 { margin: 0; font-size: 53px; line-height: 1.12; font-weight: 510; letter-spacing: -2.4px; }
.ex-cta p:not(.ex-eyebrow) { max-width: 440px; margin: 22px 0 0; color: #c1cdd0; font-size: 15px; line-height: 1.75; }
.ex-cta-actions { display: flex; flex-direction: column; align-items: center; gap: 19px; flex-shrink: 0; }
.ex-button-lime { background: var(--ex-lime); color: #0b1916 !important; border-color: #d7ff20; box-shadow: 3px 4px 0 #ffffff23; }
.ex-button-lime:hover { background: #ddff57; box-shadow: 3px 6px 0 #ffffff23; }
.ex-cta-actions .ex-text-link { font-size: 13px; }
.ex-cta-actions .ex-text-link > span { border-color: #ffffff45; }
.ex-cta-actions .ex-text-link:hover { color: var(--ex-lime); }
.examples-page .company-footer { font-family: Geist, Arial, sans-serif; }

@media (max-width: 1180px) {
  .ex-wrap { padding: 0 36px; }
  .ex-hero { gap: 42px; padding: 60px 0 44px; }
  .ex-hero h1 { font-size: 64px; letter-spacing: -3.5px; }
  .ex-hero-intro > p:first-child { font-size: 21px; }
  .ex-jump { grid-template-columns: 30px minmax(0, 1fr); gap: 10px; padding: 19px 14px; }
  .ex-jump-number { width: 29px; height: 29px; font-size: 11px; }
  .ex-jump strong { font-size: 15px; }
  .ex-jump-arrow { display: none; }
  .ex-card { grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 38px 0 42px; }
  .ex-card-body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 40px; align-items: start; }
  .ex-card-kicker, .ex-card h3, .ex-card-meta { grid-column: 1; }
  .ex-card-kicker { grid-row: 1; }
  .ex-card h3 { grid-row: 2 / 4; }
  .ex-card-meta { grid-row: 4; margin-bottom: 0; }
  .ex-card .ex-question { grid-column: 2; grid-row: 1 / 3; margin: 0 0 18px; }
  .ex-card-body > p { grid-column: 2; grid-row: 3 / 5; }
  .ex-card > .ex-diagram { max-width: 100%; }
  .ex-card-tools { grid-template-columns: 1fr 1fr; gap: 40px; }
  .ex-team-section { gap: 60px; padding-top: 70px; }
  .ex-cta { padding: 44px; }
  .ex-cta h2 { font-size: 45px; }
}

@media (max-width: 760px) {
  .ex-wrap { padding: 0 22px; }
  .ex-nav { min-height: 111px; flex-wrap: wrap; justify-content: space-between; gap: 3px 16px; padding-top: 15px; padding-bottom: 9px; }
  .ex-brand { gap: 8px; font-size: 26px; }
  .ex-brand img { width: 31px; height: 31px; }
  .ex-button-small { gap: 16px; min-height: 42px; padding: 8px 12px; font-size: 12px; }
  .ex-nav-links { order: 3; gap: 27px; width: 100%; margin: 0; font-size: 13px; }
  .ex-nav-links a { padding: 10px 0; }
  .ex-hero { grid-template-columns: minmax(0, 1fr); gap: 25px; padding: 42px 0 30px; }
  .ex-eyebrow { font-size: 10px; letter-spacing: 1.1px; }
  .ex-hero .ex-eyebrow { gap: 9px; margin-bottom: 21px; font-size: 10px; }
  .ex-hero .ex-eyebrow > span { width: 18px; flex-basis: 18px; height: 7px; }
  .ex-hero h1 { max-width: 560px; font-size: clamp(44px, 8vw, 61px); line-height: 1.07; letter-spacing: -2.5px; text-wrap: initial; }
  .ex-hero-intro > p:first-child { max-width: 550px; font-size: 20px; letter-spacing: -.4px; margin-bottom: 13px; }
  .ex-hero-intro .ex-muted { max-width: 570px; font-size: 14px; line-height: 1.8; margin-bottom: 14px; }
  .ex-jump-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .ex-jump { grid-template-columns: minmax(0, 1fr); gap: 12px; align-content: start; padding: 17px 15px; border-radius: 11px; }
  .ex-title-break { display: none; }
  .ex-jump-number { width: 26px; height: 26px; margin: 0; border-radius: 7px; font-size: 10px; }
  .ex-jump strong { font-size: 15px; line-height: 1.3; }
  .ex-jump small { font-size: 11px; margin-top: 5px; }
  .ex-jump-arrow { position: absolute; display: block; top: 18px; right: 15px; font-size: 17px; }
  .ex-workflows { padding-top: 48px; }
  .ex-section-heading { display: block; margin-bottom: 24px; }
  .ex-section-heading .ex-eyebrow { margin-bottom: 11px; }
  .ex-section-heading h2 { font-size: 32px; letter-spacing: -1.3px; text-wrap: initial; }
  .ex-section-heading > p { max-width: 450px; margin-top: 13px; font-size: 13px; }
  .ex-desktop-break { display: none; }
  .ex-card { gap: 24px; padding: 31px 0 34px; }
  .ex-card-body { display: block; }
  .ex-card-kicker { margin-bottom: 19px; font-size: 11px; }
  .ex-card-number { width: 29px; height: 29px; flex-basis: 29px; }
  .ex-card h3 { max-width: 520px; font-size: 33px; letter-spacing: -1.4px; line-height: 1.13; margin-bottom: 18px; text-wrap: initial; }
  .ex-card-meta { margin-bottom: 21px; font-size: 12px; gap: 8px 12px; }
  .ex-card .ex-question { margin-bottom: 18px; padding-left: 14px; font-size: 15px; }
  .ex-card-body > p { font-size: 14px; line-height: 1.85; }
  .ex-card-tools { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .ex-setup { font-size: 13px; }
  .ex-prompt summary { font-size: 13px; min-height: 56px; padding: 14px 16px; }
  .ex-prompt > div { padding: 0 16px 17px; }
  .ex-prompt p { font-size: 13px; }
  .ex-caption { font-size: 12px; padding-top: 20px; }
  .ex-team-section { grid-template-columns: minmax(0, 1fr); gap: 29px; padding: 49px 0 40px; }
  .ex-team-section h2 { font-size: 34px; letter-spacing: -1.4px; }
  .ex-team-section .ex-eyebrow { margin-bottom: 15px; }
  .ex-team-section .ex-muted { margin-top: 18px; font-size: 14px; }
  .ex-team-steps li { gap: 16px; padding: 19px 0; }
  .ex-team-steps h3 { font-size: 16px; }
  .ex-team-steps p { font-size: 13px; }
  .ex-cta { display: block; margin-bottom: 40px; padding: 33px 25px; border-radius: 18px; }
  .ex-cta .ex-eyebrow { max-width: 230px; font-size: 10px; line-height: 1.7; margin-bottom: 20px; }
  .ex-cta h2 { font-size: 36px; letter-spacing: -1.5px; }
  .ex-cta p:not(.ex-eyebrow) { font-size: 14px; margin-top: 20px; }
  .ex-cta-actions { align-items: flex-start; gap: 13px; margin-top: 28px; }
  .ex-cta .ex-button { font-size: 14px; }
}

@media (max-width: 370px) {
  .ex-wrap { padding: 0 17px; }
  .ex-brand { font-size: 24px; gap: 6px; }
  .ex-brand img { width: 28px; height: 28px; }
  .ex-button-small { gap: 9px; padding: 8px 10px; font-size: 11px; }
  .ex-hero .ex-eyebrow { font-size: 9px; letter-spacing: .7px; }
  .ex-hero h1 { font-size: 42px; letter-spacing: -2.4px; }
  .ex-jump { padding: 15px 12px; }
  .ex-jump strong { font-size: 14px; }
  .ex-card h3 { font-size: 31px; }
  .ex-cta { padding: 29px 21px; }
  .ex-cta h2 { font-size: 33px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .examples-page * { transition: none !important; }
}
