#agent-marketplace-homepage.amh-build-first {
    --bf-canvas: #eef0ea;
    --bf-sheet: #fffef8;
    --bf-paper: #f7f1df;
    --bf-ink: #152019;
    --bf-muted: #59645d;
    --bf-line: #bbc4bc;
    --bf-rule: rgba(72, 111, 134, 0.18);
    --bf-margin: rgba(195, 76, 60, 0.55);
    --bf-blue: #284ee8;
    --bf-blue-dark: #1737b6;
    --bf-lime: #d7f46d;
    --bf-green: #315d43;
    --bf-wash: #e4e8df;
    --bf-mono: "SFMono-Regular", Menlo, Consolas, monospace;
    min-height: 100%;
    overflow: hidden;
    background: var(--bf-canvas);
    color: var(--bf-ink);
    font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
    line-height: 1.55;
  }

  #agent-marketplace-homepage.amh-build-first * {
    box-sizing: border-box;
  }

  #agent-marketplace-homepage.amh-build-first a {
    color: inherit;
  }

  #agent-marketplace-homepage.amh-build-first :is(a, button, input, textarea, summary):focus-visible {
    outline: 3px solid color-mix(in srgb, var(--bf-blue) 42%, transparent);
    outline-offset: 4px;
  }

  #agent-marketplace-homepage.amh-build-first .bf-shell {
    width: min(1120px, calc(100% - 48px));
    margin-inline: auto;
  }

  .amh-build-first .bf-header {
    border-bottom: 1px solid var(--bf-line);
    background: color-mix(in srgb, var(--bf-canvas) 94%, transparent);
  }

  .amh-build-first .bf-nav {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }

  #agent-marketplace-homepage.amh-build-first .bf-brand {
    flex: none;
    color: var(--bf-ink);
    font: 800 19px/1 "SFMono-Regular", Menlo, Consolas, monospace;
    letter-spacing: -0.065em;
    text-decoration: none;
  }

  .amh-build-first .bf-brand-kit {
    box-shadow: inset 0 -0.34em 0 var(--bf-lime);
  }

  .amh-build-first .bf-nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    font-size: 13px;
    font-weight: 650;
  }

  #agent-marketplace-homepage.amh-build-first .bf-nav-links a {
    color: var(--bf-ink);
    text-decoration: none;
  }

  #agent-marketplace-homepage.amh-build-first .bf-nav-links a:hover,
  #agent-marketplace-homepage.amh-build-first .bf-text-link:hover,
  #agent-marketplace-homepage.amh-build-first .bf-back:hover,
  #agent-marketplace-homepage.amh-build-first .bf-footer a:hover {
    color: var(--bf-blue);
  }

  #agent-marketplace-homepage.amh-build-first .bf-nav-action,
  #agent-marketplace-homepage.amh-build-first .bf-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    border: 1px solid var(--bf-blue);
    border-radius: 3px;
    background: var(--bf-blue);
    color: #fff;
    font: 750 13px/1 "SFMono-Regular", Menlo, Consolas, monospace;
    letter-spacing: -0.025em;
    text-decoration: none;
  }

  #agent-marketplace-homepage.amh-build-first .bf-nav-action:hover,
  #agent-marketplace-homepage.amh-build-first .bf-button:hover {
    border-color: var(--bf-blue-dark);
    background: var(--bf-blue-dark);
    color: #fff;
  }

  #agent-marketplace-homepage.amh-build-first .bf-button-secondary {
    border-color: var(--bf-ink);
    background: transparent;
    color: var(--bf-ink);
  }

  #agent-marketplace-homepage.amh-build-first .bf-button-secondary:hover {
    border-color: var(--bf-ink);
    background: var(--bf-ink);
    color: var(--bf-sheet);
  }

  #agent-marketplace-homepage.amh-build-first .bf-text-link,
  #agent-marketplace-homepage.amh-build-first .bf-back {
    color: var(--bf-ink);
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }

  .amh-build-first .bf {
    padding-bottom: 88px;
  }

  #agent-marketplace-homepage.amh-build-first .bf :is(h1, h2, h3, p) {
    margin-top: 0;
  }

  #agent-marketplace-homepage.amh-build-first .bf :is(h1, h2, h3) {
    font-family: "SFMono-Regular", Menlo, Consolas, monospace;
    font-variant-ligatures: none;
    letter-spacing: -0.065em;
  }

  .amh-build-first .bf-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(330px, 0.84fr);
    gap: 78px;
    align-items: center;
    padding-top: 82px;
    padding-bottom: 88px;
  }

  #agent-marketplace-homepage.amh-build-first .bf-hero h1 {
    max-width: 760px;
    margin: 0 0 24px;
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 780;
    line-height: 0.98;
    text-wrap: balance;
  }

  .amh-build-first .bf-hero-copy > p {
    max-width: 630px;
    margin-bottom: 28px;
    color: var(--bf-muted);
    font-size: 19px;
    line-height: 1.62;
  }

  .amh-build-first .bf-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
  }

  .amh-build-first .bf-hero-note {
    margin: 18px 0 0 !important;
    color: var(--bf-muted) !important;
    font: 600 12px/1.5 "SFMono-Regular", Menlo, Consolas, monospace !important;
  }

  .amh-build-first .bf-build-sheet {
    position: relative;
    isolation: isolate;
    min-height: 415px;
    padding: 29px 30px 30px 68px;
    border: 1px solid var(--bf-ink);
    background:
      repeating-linear-gradient(
        to bottom,
        transparent 0 31px,
        var(--bf-rule) 31px 32px
      ),
      var(--bf-paper);
    box-shadow: 10px 10px 0 color-mix(in srgb, var(--bf-line) 55%, transparent);
  }

  .amh-build-first .bf-build-sheet::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0 auto 0 47px;
    border-left: 1px solid var(--bf-margin);
    pointer-events: none;
  }

  .amh-build-first .bf-build-sheet h2 {
    min-height: 32px;
    margin: 0 0 15px;
    font-size: 19px;
    line-height: 32px;
  }

  .amh-build-first .bf-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .amh-build-first .bf-checklist li {
    min-height: 48px;
    display: grid;
    grid-template-columns: 19px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    padding: 7px 0 8px;
    font-size: 14px;
    line-height: 1.55;
  }

  .amh-build-first .bf-checklist li::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-top: 3px;
    border: 1.5px solid var(--bf-ink);
    background: color-mix(in srgb, var(--bf-paper) 78%, transparent);
  }

  .amh-build-first .bf-sheet-note {
    margin: 18px 0 0;
    color: var(--bf-green);
    font: 700 12px/1.5 "SFMono-Regular", Menlo, Consolas, monospace;
  }

  .amh-build-first .bf-section {
    padding-top: 75px;
    padding-bottom: 80px;
    border-top: 1px solid var(--bf-line);
    scroll-margin-top: 24px;
  }

  .amh-build-first .bf-section-heading {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: 72px;
    align-items: start;
    margin-bottom: 38px;
  }

  .amh-build-first .bf-section-heading h2,
  .amh-build-first .bf-page-hero h1 {
    margin: 0;
    font-size: clamp(34px, 4.1vw, 49px);
    line-height: 1.06;
    text-wrap: balance;
  }

  .amh-build-first .bf-section-heading p {
    max-width: 610px;
    margin: 3px 0 0;
    color: var(--bf-muted);
    font-size: 17px;
    line-height: 1.62;
  }

  .amh-build-first .bf-path-list {
    border-top: 2px solid var(--bf-ink);
  }

  #agent-marketplace-homepage.amh-build-first .bf-path {
    display: grid;
    grid-template-columns: minmax(205px, 0.72fr) minmax(310px, 1.28fr) 235px;
    gap: 36px;
    align-items: start;
    padding: 31px 12px 33px 0;
    border-bottom: 1px solid var(--bf-line);
    color: var(--bf-ink);
    text-decoration: none;
  }

  #agent-marketplace-homepage.amh-build-first .bf-path:hover {
    background: color-mix(in srgb, var(--bf-sheet) 54%, transparent);
  }

  .amh-build-first .bf-path h3 {
    margin: 0;
    font-size: 23px;
    line-height: 1.2;
  }

  .amh-build-first .bf-path-copy > p {
    max-width: 570px;
    margin: 0;
    color: var(--bf-muted);
    font-size: 15px;
    line-height: 1.62;
  }

  .amh-build-first .bf-path-facts {
    margin: 0;
  }

  .amh-build-first .bf-path-facts div {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 10px;
    padding: 6px 0;
    border-top: 1px solid color-mix(in srgb, var(--bf-line) 72%, transparent);
  }

  .amh-build-first .bf-path-facts div:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .amh-build-first .bf-path-facts :is(dt, dd) {
    margin: 0;
  }

  .amh-build-first .bf-path-facts dt {
    color: var(--bf-muted);
    font: 650 10.5px/1.45 "SFMono-Regular", Menlo, Consolas, monospace;
  }

  .amh-build-first .bf-path-facts dd {
    font-size: 12px;
    line-height: 1.45;
  }

  .amh-build-first .bf-path-action {
    display: inline-block;
    margin-top: 15px;
    color: var(--bf-blue);
    font-size: 13px;
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .amh-build-first .bf-keep {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
    gap: 78px;
    align-items: start;
  }

  .amh-build-first .bf-keep-copy h2,
  .amh-build-first .bf-off-shelf h2,
  .amh-build-first .bf-founder h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 4.1vw, 49px);
    line-height: 1.06;
    text-wrap: balance;
  }

  .amh-build-first .bf-keep-copy > p,
  .amh-build-first .bf-off-shelf-copy > p,
  .amh-build-first .bf-founder-copy > p {
    max-width: 620px;
    margin-bottom: 18px;
    color: var(--bf-muted);
    font-size: 16px;
    line-height: 1.65;
  }

  .amh-build-first .bf-move-sheet {
    min-height: 0;
  }

  .amh-build-first .bf-move-list {
    margin: 0;
  }

  .amh-build-first .bf-move-list div {
    min-height: 64px;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 18px;
    padding: 8px 0;
    align-items: start;
  }

  .amh-build-first .bf-move-list :is(dt, dd) {
    margin: 0;
  }

  .amh-build-first .bf-move-list dt {
    color: var(--bf-muted);
    font: 700 11px/1.5 "SFMono-Regular", Menlo, Consolas, monospace;
  }

  .amh-build-first .bf-move-list dd {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .amh-build-first .bf-caveat {
    max-width: 630px;
    margin: 24px 0 0;
    padding: 12px 14px;
    border-left: 3px solid var(--bf-margin);
    background: color-mix(in srgb, var(--bf-sheet) 58%, transparent);
    color: var(--bf-muted);
    font-size: 12.5px;
    line-height: 1.55;
  }

  .amh-build-first .bf-off-shelf {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 72px;
    align-items: start;
  }

  .amh-build-first .bf-off-shelf-copy {
    max-width: 660px;
    padding: 26px 0 5px 32px;
    border-left: 1px solid var(--bf-ink);
  }

  .amh-build-first .bf-plain-rule {
    max-width: 620px;
    margin: 25px 0 0;
    color: var(--bf-ink) !important;
    font: 700 15px/1.55 "SFMono-Regular", Menlo, Consolas, monospace !important;
  }

  .amh-build-first .bf-founder {
    display: grid;
    grid-template-columns: minmax(230px, 0.65fr) minmax(0, 1.35fr);
    gap: 72px;
    align-items: start;
  }

  .amh-build-first .bf-founder h2 {
    font-size: clamp(27px, 3vw, 37px);
  }

  .amh-build-first .bf-market-hero {
    display: grid;
    grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.26fr);
    gap: clamp(48px, 7vw, 92px);
    align-items: start;
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .amh-build-first .bf-market-intro {
    padding-top: 10px;
  }

  .amh-build-first .bf-market-intro h1 {
    max-width: 520px;
    margin: 0 0 22px;
    font-size: clamp(52px, 6.4vw, 82px);
    line-height: 0.96;
    text-wrap: balance;
  }

  .amh-build-first .bf-market-intro > p {
    max-width: 510px;
    margin: 0 0 27px;
    color: var(--bf-muted);
    font-size: 18px;
    line-height: 1.62;
  }

  .amh-build-first .bf-build-promises {
    max-width: 510px;
    list-style: none;
    margin: 0 0 31px;
    padding: 0;
    border-top: 1px solid var(--bf-ink);
  }

  .amh-build-first .bf-build-promises li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 11px;
    padding: 13px 0 14px;
    border-bottom: 1px solid var(--bf-line);
    font-size: 14px;
    line-height: 1.5;
  }

  .amh-build-first .bf-build-promises li::before {
    content: "✓";
    width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    margin-top: 1px;
    border: 1px solid var(--bf-ink);
    background: var(--bf-lime);
    font: 800 12px/1 var(--bf-mono);
  }

  .amh-build-first .bf-build-promises strong {
    display: block;
    margin-bottom: 2px;
    font-family: var(--bf-mono);
    font-size: 13px;
    letter-spacing: -0.035em;
  }

  .amh-build-first .bf-build-promises span {
    color: var(--bf-muted);
  }

  .amh-build-first .bf-pack-showcase {
    min-width: 0;
  }

  .amh-build-first .bf-showcase-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 17px;
  }

  .amh-build-first .bf-showcase-head h2 {
    max-width: 390px;
    margin: 0;
    font-size: clamp(21px, 2.4vw, 29px);
    line-height: 1.15;
  }

  .amh-build-first .bf-rail-controls {
    display: flex;
    gap: 7px;
  }

  .amh-build-first .bf-scroll-button {
    width: 38px;
    height: 34px;
    border: 1px solid var(--bf-line);
    border-radius: 3px;
    background: transparent;
    color: var(--bf-ink);
    cursor: pointer;
    font: 750 17px/1 var(--bf-mono);
  }

  .amh-build-first .bf-scroll-button:hover {
    border-color: var(--bf-ink);
    background: var(--bf-sheet);
  }

  .amh-build-first .bf-pack-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(275px, 78%);
    gap: 14px;
    overflow-x: auto;
    padding: 2px 3px 15px 1px;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--bf-line) transparent;
    scrollbar-width: thin;
  }

  .amh-build-first .bf-pack-card {
    min-height: 435px;
    display: grid;
    grid-template-rows: 210px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--bf-ink);
    border-radius: 4px;
    background: var(--bf-sheet);
    scroll-snap-align: start;
  }

  .amh-build-first .bf-pack-card[data-state="building"] {
    border-color: var(--bf-line);
  }

  .amh-build-first .bf-pack-preview {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--bf-ink);
    background: #e6e9e1;
  }

  .amh-build-first .bf-pack-card[data-state="building"] .bf-pack-preview {
    border-color: var(--bf-line);
  }

  .amh-build-first .bf-pack-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 19px 20px 21px;
  }

  .amh-build-first .bf-card-status {
    margin: 0 0 9px;
    color: var(--bf-green);
    font: 750 10.5px/1.4 var(--bf-mono);
  }

  .amh-build-first .bf-pack-card[data-state="building"] .bf-card-status {
    color: var(--bf-muted);
  }

  .amh-build-first .bf-pack-copy h3 {
    margin: 0 0 9px;
    font-size: 20px;
    line-height: 1.2;
  }

  .amh-build-first .bf-pack-copy > p.bf-pack-maker {
    margin: -3px 0 12px;
    color: var(--bf-ink);
    font: 650 11.5px/1.4 var(--bf-mono);
  }

  .amh-build-first .bf-pack-copy > p:not(.bf-card-status):not(.bf-pack-maker) {
    margin: 0 0 17px;
    color: var(--bf-muted);
    font-size: 13.5px;
    line-height: 1.55;
  }

  .amh-build-first .bf-pack-copy .bf-text-link {
    margin-top: auto;
  }

  .amh-build-first .bf-preview-research {
    padding: 22px 23px;
    background: #f4f0e3;
  }

  .amh-build-first .bf-mini-doc {
    height: 100%;
    padding: 18px 19px;
    border: 1px solid #8a918a;
    background: #fffef8;
    box-shadow: 7px 7px 0 rgba(92, 105, 96, 0.16);
  }

  .amh-build-first .bf-mini-doc strong {
    display: block;
    margin-bottom: 13px;
    font: 750 11px/1.3 var(--bf-mono);
  }

  .amh-build-first .bf-mini-line {
    display: block;
    width: 92%;
    height: 5px;
    margin: 0 0 9px;
    background: #c7cec7;
  }

  .amh-build-first .bf-mini-line:nth-of-type(2) { width: 78%; }
  .amh-build-first .bf-mini-line:nth-of-type(3) { width: 86%; }

  .amh-build-first .bf-mini-source {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding-top: 10px;
    border-top: 1px solid #c8cec8;
    color: #496050;
    font: 700 9px/1.3 var(--bf-mono);
  }

  .amh-build-first .bf-mini-source::before {
    content: "1";
    width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
    border: 1px solid #496050;
  }

  .amh-build-first .bf-preview-network {
    background: #16241c;
  }

  .amh-build-first .bf-preview-network svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .amh-build-first .bf-preview-ledger {
    padding: 22px;
    background: #e7e5dc;
  }

  .amh-build-first .bf-mini-ledger {
    height: 100%;
    border: 1px solid #8a918a;
    background:
      linear-gradient(to right, transparent 27%, rgba(61, 75, 65, 0.18) 27% 27.5%, transparent 27.5% 72%, rgba(61, 75, 65, 0.18) 72% 72.5%, transparent 72.5%),
      repeating-linear-gradient(to bottom, #fffef8 0 27px, #ced4ce 27px 28px);
    box-shadow: 7px 7px 0 rgba(92, 105, 96, 0.16);
  }

  .amh-build-first .bf-ledger-head {
    display: grid;
    grid-template-columns: 27% 45% 28%;
    min-height: 28px;
    border-bottom: 1px solid #899189;
    background: #d7f46d;
    color: #243128;
    font: 750 8px/28px var(--bf-mono);
    text-align: center;
  }

  .amh-build-first .bf-preview-custom {
    display: grid;
    place-items: center;
    padding: 28px;
    background: var(--bf-paper);
  }

  .amh-build-first .bf-custom-blocks {
    width: min(190px, 90%);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    transform: rotate(-2deg);
  }

  .amh-build-first .bf-custom-blocks span {
    min-height: 48px;
    display: grid;
    place-items: center;
    border: 1px dashed var(--bf-ink);
    background: rgba(255, 254, 248, 0.6);
    font: 750 9px/1.35 var(--bf-mono);
    text-align: center;
  }

  .amh-build-first .bf-showcase-more {
    display: inline-block;
    margin-top: 9px;
  }

  .amh-build-first .bf-market-heading {
    margin-bottom: 30px;
  }

  .amh-build-first .bf-catalog-intro {
    padding-top: 39px;
    padding-bottom: 43px;
  }

  #agent-marketplace-homepage.amh-build-first .bf-catalog-intro .bf-back {
    margin-bottom: 22px;
  }

  .amh-build-first .bf-catalog-intro h1 {
    margin: 0;
    font-size: clamp(38px, 4.8vw, 57px);
    line-height: 1.02;
  }

  .amh-build-first .bf-catalog-intro > p {
    max-width: 650px;
    margin: 15px 0 0;
    color: var(--bf-muted);
    font-size: 16px;
    line-height: 1.62;
  }

  .amh-build-first .bf-market-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .amh-build-first .bf-pack-catalog {
    padding-top: 30px;
  }

  .amh-build-first .bf-market-grid .bf-pack-card {
    min-height: 465px;
  }

  .amh-build-first .bf-pack-price {
    width: 100%;
    margin: auto 0 15px;
    padding-top: 13px;
    border-top: 1px solid var(--bf-line);
    font: 750 12px/1.4 var(--bf-mono);
  }

  .amh-build-first .bf-pack-price span {
    color: var(--bf-muted);
    font-weight: 600;
  }

  .amh-build-first .bf-pack-readiness {
    margin-top: auto !important;
    padding-top: 13px;
    border-top: 1px solid var(--bf-line);
    font-size: 11.5px !important;
  }

  .amh-build-first .bf-custom-pack small {
    display: block;
    margin-top: 10px;
    color: var(--bf-muted);
    font-size: 10.5px;
    line-height: 1.45;
  }

  .amh-build-first .bf-custom-request {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 52px;
    align-items: center;
    padding: 28px 0;
    border-top: 2px solid var(--bf-ink);
    border-bottom: 1px solid var(--bf-line);
  }

  .amh-build-first .bf-custom-request h2 {
    margin: 0 0 10px;
    font-size: clamp(27px, 3.2vw, 37px);
    line-height: 1.1;
  }

  .amh-build-first .bf-custom-request p {
    max-width: 680px;
    margin: 0;
    color: var(--bf-muted);
    font-size: 15px;
    line-height: 1.62;
  }

  .amh-build-first .bf-next-choices {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(270px, 0.82fr);
    gap: clamp(50px, 8vw, 105px);
    align-items: start;
  }

  .amh-build-first .bf-start-route h2,
  .amh-build-first .bf-field-route h2 {
    margin: 0 0 13px;
    font-size: clamp(29px, 3.7vw, 43px);
    line-height: 1.08;
  }

  .amh-build-first .bf-start-route > p,
  .amh-build-first .bf-field-route > p {
    max-width: 610px;
    margin: 0 0 21px;
    color: var(--bf-muted);
    font-size: 15px;
    line-height: 1.62;
  }

  .amh-build-first .bf-mini-steps {
    list-style: none;
    margin: 27px 0 25px;
    padding: 0;
    border-top: 1px solid var(--bf-ink);
  }

  .amh-build-first .bf-mini-steps li {
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 9px;
    padding: 9px 0 10px;
    border-bottom: 1px solid var(--bf-line);
    font-size: 13px;
  }

  .amh-build-first .bf-mini-steps span {
    color: var(--bf-blue);
    font: 750 11px/1.55 var(--bf-mono);
  }

  .amh-build-first .bf-field-route {
    padding: 25px 0 4px 26px;
    border-left: 1px solid var(--bf-ink);
  }

  .amh-build-first .bf-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 72px;
    align-items: end;
    padding-top: 62px;
    padding-bottom: 70px;
  }

  #agent-marketplace-homepage.amh-build-first .bf-back {
    display: inline-block;
    margin-bottom: 28px;
    color: var(--bf-muted);
  }

  .amh-build-first .bf-page-hero-copy > p {
    max-width: 640px;
    margin: 20px 0 0;
    color: var(--bf-muted);
    font-size: 18px;
    line-height: 1.62;
  }

  .amh-build-first .bf-page-hero-copy > p.bf-pack-maker {
    margin-top: 9px;
    color: var(--bf-ink);
    font: 650 12px/1.4 var(--bf-mono);
  }

  .amh-build-first .bf-page-hero-narrow {
    grid-template-columns: minmax(0, 820px);
    justify-content: start;
  }

  .amh-build-first .bf-setup-page .bf-page-hero {
    display: block;
    max-width: 1120px;
  }

  .amh-build-first .bf-kicker,
  .amh-build-first .bf-section-number,
  .amh-build-first .bf-sheet-label,
  .amh-build-first .bf-status,
  .amh-build-first .bf-price-note,
  .amh-build-first .bf-disclosure {
    font-family: var(--bf-mono);
    font-variant-ligatures: none;
  }

  .amh-build-first .bf-kicker {
    margin: 0 0 12px;
    color: var(--bf-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
  }

  .amh-build-first .bf-kicker .bf-status {
    margin-right: 8px;
  }

  .amh-build-first .bf-section-head {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 42px;
    align-items: start;
    margin-bottom: 36px;
  }

  .amh-build-first .bf-section-head > div {
    max-width: 760px;
  }

  .amh-build-first .bf-section-head h2 {
    margin: 0 0 11px;
    font-size: clamp(30px, 3.7vw, 44px);
    line-height: 1.08;
    text-wrap: balance;
  }

  .amh-build-first .bf-section-head > div > p {
    max-width: 670px;
    margin: 0;
    color: var(--bf-muted);
    font-size: 16px;
    line-height: 1.62;
  }

  .amh-build-first .bf-section-number {
    margin: 5px 0 0;
    color: var(--bf-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.45;
  }

  .amh-build-first .bf-sheet-label {
    min-height: 32px;
    margin: 0 0 6px;
    color: var(--bf-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 32px;
  }

  .amh-build-first .bf-build-sheet dl {
    margin: 0;
  }

  .amh-build-first .bf-build-sheet dl > div {
    min-height: 64px;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 17px;
    align-items: start;
    padding: 8px 0;
  }

  .amh-build-first .bf-build-sheet dl :is(dt, dd) {
    margin: 0;
  }

  .amh-build-first .bf-build-sheet dl dt {
    color: var(--bf-muted);
    font: 700 11px/1.5 var(--bf-mono);
  }

  .amh-build-first .bf-build-sheet dl dd {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .amh-build-first .bf-step-list,
  .amh-build-first .bf-question-list,
  .amh-build-first .bf-plain-list {
    margin: 0;
    padding: 0;
  }

  .amh-build-first .bf-step-list,
  .amh-build-first .bf-question-list {
    list-style: none;
    border-top: 2px solid var(--bf-ink);
  }

  .amh-build-first .bf-step-list > li,
  .amh-build-first .bf-question-list > li {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 30px;
    padding: 24px 0 26px;
    border-bottom: 1px solid var(--bf-line);
  }

  .amh-build-first .bf-step-number,
  .amh-build-first .bf-question-list > li > span {
    color: var(--bf-blue);
    font: 750 15px/1.4 var(--bf-mono);
  }

  .amh-build-first .bf-step-list h3,
  .amh-build-first .bf-question-list h3 {
    margin: 0 0 7px;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: -0.045em;
  }

  .amh-build-first .bf-step-list p,
  .amh-build-first .bf-question-list p {
    max-width: 730px;
    margin: 0;
    color: var(--bf-muted);
    font-size: 14.5px;
    line-height: 1.62;
  }

  .amh-build-first .bf-step-list .bf-text-link {
    display: inline-block;
    margin-top: 11px;
  }

  .amh-build-first .bf-disclosure {
    display: block;
    max-width: 610px;
    margin-top: 8px;
    color: var(--bf-muted);
    font-size: 10.5px;
    line-height: 1.5;
  }

  .amh-build-first .bf-two-column {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
    align-items: start;
  }

  .amh-build-first .bf-prose {
    padding-top: 20px;
    border-top: 2px solid var(--bf-ink);
  }

  .amh-build-first .bf-prose h2,
  .amh-build-first .bf-prose h3 {
    margin: 0 0 11px;
    font-size: 21px;
    line-height: 1.25;
  }

  .amh-build-first .bf-prose h2 {
    font-size: clamp(25px, 3vw, 34px);
  }

  .amh-build-first .bf-prose > p {
    margin: 0 0 15px;
    color: var(--bf-muted);
    font-size: 15px;
    line-height: 1.64;
  }

  .amh-build-first .bf-callout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 54px;
    align-items: center;
    padding: 30px 0;
    border-top: 2px solid var(--bf-ink);
    border-bottom: 1px solid var(--bf-line);
  }

  .amh-build-first .bf-callout h2 {
    max-width: 720px;
    margin: 0 0 10px;
    font-size: clamp(27px, 3.3vw, 39px);
    line-height: 1.08;
  }

  .amh-build-first .bf-callout > div > p {
    max-width: 690px;
    margin: 0;
    color: var(--bf-muted);
    font-size: 15px;
    line-height: 1.62;
  }

  .amh-build-first .bf-callout > div > .bf-kicker {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .amh-build-first .bf-status {
    width: max-content;
    max-width: 100%;
    margin: 0;
    color: var(--bf-muted);
    font-size: 10.5px;
    font-weight: 750;
    line-height: 1.45;
  }

  .amh-build-first .bf-status[data-state="ready"] {
    color: var(--bf-green);
  }

  .amh-build-first .bf-price-note {
    color: var(--bf-muted);
    font-size: 11px;
    font-weight: 650;
    line-height: 1.5;
  }

  .amh-build-first .bf-plain-list {
    list-style: none;
    border-top: 1px solid var(--bf-ink);
  }

  .amh-build-first .bf-plain-list li {
    display: grid;
    grid-template-columns: 11px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 0 11px;
    border-bottom: 1px solid var(--bf-line);
    font-size: 13.5px;
    line-height: 1.52;
  }

  .amh-build-first .bf-plain-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-top: 7px;
    background: var(--bf-blue);
  }

  .amh-build-first .bf-plain-list li > :is(strong, span) {
    grid-column: 2;
  }

  .amh-build-first .bf-plain-list li > strong + span {
    margin-top: -7px;
    color: var(--bf-muted);
  }

  .amh-build-first .bf-inline-note,
  .amh-build-first .bf-disclosure {
    color: var(--bf-muted);
  }

  .amh-build-first .bf-inline-note {
    max-width: 830px;
    margin-top: 28px;
    padding: 15px 18px;
    border-left: 3px solid var(--bf-blue);
    background: color-mix(in srgb, var(--bf-sheet) 58%, transparent);
    font-size: 14px;
    line-height: 1.58;
  }

  .amh-build-first .bf-inline-note strong {
    color: var(--bf-ink);
  }

  .amh-build-first .bf-inline-note p {
    margin: 4px 0 0;
  }

  .amh-build-first .bf-featured-starter,
  .amh-build-first .bf-offer {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
    gap: 68px;
    align-items: start;
  }

  .amh-build-first .bf-featured-starter {
    padding-top: 30px;
    border-top: 2px solid var(--bf-ink);
  }

  .amh-build-first .bf-featured-copy h3,
  .amh-build-first .bf-offer-copy h2 {
    max-width: 720px;
    margin: 10px 0 15px;
    font-size: clamp(29px, 3.5vw, 41px);
    line-height: 1.08;
    text-wrap: balance;
  }

  .amh-build-first .bf-featured-copy > p,
  .amh-build-first .bf-offer-copy > p {
    max-width: 680px;
    margin-bottom: 17px;
    color: var(--bf-muted);
    font-size: 15px;
    line-height: 1.64;
  }

  .amh-build-first .bf-featured-copy .bf-plain-list {
    max-width: 650px;
    margin: 25px 0 27px;
  }

  .amh-build-first .bf-work-list,
  .amh-build-first .bf-skill-list,
  .amh-build-first .bf-output-list,
  .amh-build-first .bf-access-list,
  .amh-build-first .bf-researched-list,
  .amh-build-first .bf-definition-list {
    border-top: 2px solid var(--bf-ink);
  }

  .amh-build-first .bf-work-row {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
    gap: 54px;
    align-items: start;
    padding: 24px 0 26px;
    border-bottom: 1px solid var(--bf-line);
  }

  .amh-build-first .bf-work-row h3 {
    margin: 7px 0 8px;
    font-size: 21px;
    line-height: 1.25;
  }

  .amh-build-first .bf-work-row > div > p:not(.bf-status),
  .amh-build-first .bf-work-note {
    margin: 0;
    color: var(--bf-muted);
    font-size: 14px;
    line-height: 1.6;
  }

  .amh-build-first .bf-work-note {
    padding-left: 18px;
    border-left: 1px solid var(--bf-line);
  }

  .amh-build-first :is(.bf-skill-list, .bf-access-list) article {
    display: grid;
    grid-template-columns: minmax(180px, 0.58fr) minmax(0, 1.42fr) 120px;
    gap: 28px;
    align-items: start;
    padding: 19px 0 21px;
    border-bottom: 1px solid var(--bf-line);
  }

  .amh-build-first :is(.bf-skill-list, .bf-access-list) h3,
  .amh-build-first .bf-output-list h3,
  .amh-build-first .bf-researched-row h3,
  .amh-build-first .bf-definition-list h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
  }

  .amh-build-first :is(.bf-skill-list, .bf-access-list) article > p,
  .amh-build-first .bf-output-list article > p,
  .amh-build-first .bf-researched-row p,
  .amh-build-first .bf-definition-list article > p:last-child {
    margin: 0;
    color: var(--bf-muted);
    font-size: 13.5px;
    line-height: 1.58;
  }

  .amh-build-first :is(.bf-skill-list, .bf-access-list) .bf-status {
    justify-self: end;
    text-align: right;
  }

  .amh-build-first .bf-output-list article {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 34px;
    padding: 20px 0 22px;
    border-bottom: 1px solid var(--bf-line);
  }

  .amh-build-first .bf-offer {
    align-items: center;
  }

  .amh-build-first .bf-offer-copy .bf-actions {
    margin-top: 27px;
  }

  .amh-build-first .bf-sheet-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-height: 64px;
    margin: 0;
    font-family: var(--bf-mono);
    font-size: 13px;
  }

  .amh-build-first .bf-sheet-price strong {
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.08em;
  }

  .amh-build-first .bf-build-sheet > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .amh-build-first .bf-build-sheet > ul li {
    min-height: 32px;
    padding: 5px 0;
    font-size: 12.5px;
    line-height: 1.45;
  }

  .amh-build-first .bf-build-sheet > small {
    display: block;
    margin-top: 18px;
    color: var(--bf-muted);
    font-size: 11px;
    line-height: 1.5;
  }

  .amh-build-first .bf-field-note {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
    gap: 44px 68px;
    align-items: start;
  }

  .amh-build-first .bf-field-note-head {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: end;
    padding-top: 20px;
    border-top: 2px solid var(--bf-ink);
  }

  .amh-build-first .bf-field-note-head h2 {
    max-width: 730px;
    margin: 0;
    font-size: clamp(30px, 3.8vw, 44px);
    line-height: 1.08;
  }

  .amh-build-first .bf-note-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 20px;
    margin: 0 0 12px;
    color: var(--bf-muted);
    font: 700 10.5px/1.45 var(--bf-mono);
  }

  .amh-build-first .bf-note-body {
    max-width: 730px;
  }

  .amh-build-first .bf-note-body > p {
    margin: 0 0 18px;
    color: var(--bf-muted);
    font-size: 16px;
    line-height: 1.7;
  }

  .amh-build-first .bf-field-note > .bf-build-sheet {
    min-height: 0;
  }

  .amh-build-first .bf-field-note > .bf-note-body:last-child {
    grid-column: 1 / -1;
  }

  .amh-build-first .bf-researched-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 130px;
    gap: 44px;
    align-items: start;
    padding: 21px 0 23px;
    border-bottom: 1px solid var(--bf-line);
  }

  .amh-build-first .bf-researched-row h3 {
    margin-bottom: 7px;
  }

  .amh-build-first .bf-researched-row .bf-text-link {
    justify-self: end;
  }

  #agent-marketplace-homepage.amh-build-first .bf-shell.bf-simple-intro {
    width: min(820px, calc(100% - 48px));
    margin-inline: max(24px, calc((100% - 1120px) / 2));
    padding-top: 51px;
    padding-bottom: 52px;
  }

  .amh-build-first .bf-simple-intro h1 {
    margin: 0 0 14px;
    font-size: clamp(38px, 5vw, 54px);
    line-height: 1.02;
  }

  .amh-build-first .bf-simple-intro > p {
    max-width: 630px;
    margin: 0 0 16px;
    color: var(--bf-muted);
    font-size: 16px;
    line-height: 1.62;
  }

  #agent-marketplace-homepage.amh-build-first .bf-shell.bf-reading-section {
    width: min(820px, calc(100% - 48px));
    margin-inline: max(24px, calc((100% - 1120px) / 2));
    padding: 50px 0 55px;
    border-top: 1px solid var(--bf-line);
  }

  .amh-build-first .bf-field-log {
    border-top: 2px solid var(--bf-ink);
  }

  .amh-build-first .bf-log-head {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: end;
    padding: 21px 0 27px;
  }

  .amh-build-first .bf-log-head h2,
  .amh-build-first .bf-reading-head h2,
  .amh-build-first .bf-short-note h2,
  .amh-build-first .bf-quiet-route h2 {
    margin: 0;
    font-size: clamp(24px, 3.4vw, 35px);
    line-height: 1.12;
  }

  .amh-build-first .bf-log-head p {
    margin: 6px 0 0;
    color: var(--bf-muted);
    font: 650 10.5px/1.45 var(--bf-mono);
  }

  .amh-build-first .bf-log-copy {
    max-width: 690px;
  }

  .amh-build-first .bf-log-copy > p,
  .amh-build-first .bf-short-note > p,
  .amh-build-first .bf-reading-head > p,
  .amh-build-first .bf-quiet-route > p {
    margin: 0 0 17px;
    color: var(--bf-muted);
    font-size: 15.5px;
    line-height: 1.72;
  }

  .amh-build-first .bf-log-copy > .bf-personal-take {
    color: var(--bf-ink);
    font-weight: 650;
  }

  .amh-build-first .bf-note-facts {
    max-width: 690px;
    margin: 32px 0 0;
    border-top: 1px solid var(--bf-ink);
  }

  .amh-build-first .bf-note-facts > div {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 22px;
    padding: 11px 0 12px;
    border-bottom: 1px solid var(--bf-line);
  }

  .amh-build-first .bf-note-facts :is(dt, dd) {
    margin: 0;
  }

  .amh-build-first .bf-note-facts dt {
    color: var(--bf-muted);
    font: 700 10.5px/1.5 var(--bf-mono);
  }

  .amh-build-first .bf-note-facts dd {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .amh-build-first .bf-note-checked {
    margin: 10px 0 0;
    color: var(--bf-muted);
    font: 650 10px/1.45 var(--bf-mono);
  }

  .amh-build-first .bf-short-note,
  .amh-build-first .bf-reading-head,
  .amh-build-first .bf-quiet-route {
    max-width: 690px;
  }

  .amh-build-first .bf-short-note h2,
  .amh-build-first .bf-reading-head h2,
  .amh-build-first .bf-quiet-route h2 {
    margin-bottom: 13px;
  }

  .amh-build-first .bf-field-notes .bf-researched-list {
    max-width: 690px;
    margin-top: 28px;
    border-top-width: 1px;
  }

  .amh-build-first .bf-quiet-route {
    padding-left: 22px;
    border-left: 2px solid var(--bf-ink);
  }

  .amh-build-first .bf-definition-list article {
    display: grid;
    grid-template-columns: 145px minmax(220px, 0.75fr) minmax(0, 1.25fr);
    gap: 28px;
    align-items: start;
    padding: 20px 0 22px;
    border-bottom: 1px solid var(--bf-line);
  }

  .amh-build-first .bf-question-list > li {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .amh-build-first .bf-footer {
    display: grid;
    grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
    gap: 44px;
    padding-top: 28px;
    padding-bottom: 36px;
    border-top: 1px solid var(--bf-line);
    color: var(--bf-muted);
    font-size: 12px;
  }

  .amh-build-first .bf-footer-links {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px 20px;
  }

  #agent-marketplace-homepage.amh-build-first .bf-footer a {
    color: var(--bf-muted);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .amh-build-first .bf-footer-disclosure {
    grid-column: 2;
    max-width: 720px;
    justify-self: end;
    text-align: right;
    line-height: 1.5;
  }

  @media (max-width: 860px) {
    .amh-build-first .bf-hero,
    .amh-build-first .bf-keep,
    .amh-build-first .bf-page-hero {
      grid-template-columns: 1fr;
      gap: 46px;
    }

    .amh-build-first .bf-market-hero {
      grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
      gap: 42px;
    }

    .amh-build-first .bf-next-choices {
      gap: 54px;
    }

    .amh-build-first .bf-custom-request {
      grid-template-columns: 1fr;
      gap: 23px;
      align-items: start;
    }

    .amh-build-first .bf-hero {
      padding-top: 60px;
    }

    .amh-build-first .bf-build-sheet {
      width: min(100%, 590px);
    }

    #agent-marketplace-homepage.amh-build-first .bf-path {
      grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
    }

    .amh-build-first .bf-path-facts {
      grid-column: 2;
    }

    .amh-build-first .bf-off-shelf,
    .amh-build-first .bf-founder {
      grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
      gap: 46px;
    }

    .amh-build-first .bf-featured-starter,
    .amh-build-first .bf-offer,
    .amh-build-first .bf-field-note {
      grid-template-columns: 1fr;
      gap: 38px;
    }

    .amh-build-first :is(.bf-featured-starter, .bf-offer, .bf-field-note) > .bf-build-sheet {
      width: min(100%, 650px);
    }

    .amh-build-first .bf-field-note > .bf-build-sheet,
    .amh-build-first .bf-field-note > .bf-note-body:last-child {
      grid-column: 1;
    }

    .amh-build-first :is(.bf-skill-list, .bf-access-list) article {
      grid-template-columns: minmax(145px, 0.48fr) minmax(0, 1.52fr) 105px;
      gap: 22px;
    }

    .amh-build-first .bf-definition-list article {
      grid-template-columns: 130px minmax(0, 1fr);
    }

    .amh-build-first .bf-definition-list article > p:last-child {
      grid-column: 2;
    }
  }

  @media (max-width: 700px) {
    #agent-marketplace-homepage.amh-build-first .bf-shell {
      width: min(100% - 32px, 1120px);
    }

    #agent-marketplace-homepage.amh-build-first .bf-shell.bf-simple-intro,
    #agent-marketplace-homepage.amh-build-first .bf-shell.bf-reading-section {
      width: min(100% - 32px, 820px);
      margin-inline: auto;
    }

    .amh-build-first .bf-nav {
      min-height: 0;
      display: grid;
      grid-template-columns: 1fr auto;
      padding-top: 15px;
      padding-bottom: 12px;
    }

    .amh-build-first .bf-nav-links {
      grid-column: 1 / -1;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      justify-content: stretch;
      gap: 0;
      padding-top: 10px;
      border-top: 1px solid var(--bf-line);
      white-space: normal;
    }

    #agent-marketplace-homepage.amh-build-first .bf-nav-links a {
      min-height: 34px;
      display: flex;
      align-items: center;
      padding-right: 12px;
    }

    #agent-marketplace-homepage.amh-build-first .bf-nav-links a:last-child:nth-child(odd) {
      grid-column: 1 / -1;
    }

    .amh-build-first .bf {
      padding-bottom: 58px;
    }

    .amh-build-first .bf-hero {
      gap: 38px;
      padding-top: 48px;
      padding-bottom: 60px;
    }

    .amh-build-first .bf-market-hero,
    .amh-build-first .bf-next-choices {
      grid-template-columns: 1fr;
    }

    .amh-build-first .bf-market-hero {
      gap: 48px;
      padding-top: 48px;
      padding-bottom: 58px;
    }

    .amh-build-first .bf-market-intro h1 {
      font-size: clamp(47px, 14vw, 64px);
    }

    .amh-build-first .bf-pack-rail {
      grid-auto-columns: minmax(260px, 86%);
    }

    .amh-build-first .bf-pack-card {
      min-height: 415px;
      grid-template-rows: 196px minmax(0, 1fr);
    }

    .amh-build-first .bf-market-grid {
      grid-template-columns: 1fr;
    }

    .amh-build-first .bf-catalog-intro {
      padding-top: 36px;
      padding-bottom: 42px;
    }

    .amh-build-first .bf-field-route {
      padding: 21px 0 2px;
      border-top: 1px solid var(--bf-ink);
      border-left: 0;
    }

    #agent-marketplace-homepage.amh-build-first .bf-hero h1 {
      font-size: clamp(43px, 13vw, 58px);
    }

    .amh-build-first .bf-hero-copy > p {
      font-size: 17px;
    }

    .amh-build-first .bf-build-sheet {
      min-height: 0;
      padding: 22px 19px 24px 49px;
      box-shadow: 6px 6px 0 color-mix(in srgb, var(--bf-line) 55%, transparent);
    }

    .amh-build-first .bf-build-sheet::before {
      left: 34px;
    }

    .amh-build-first .bf-section {
      padding-top: 55px;
      padding-bottom: 60px;
    }

    .amh-build-first .bf-page-hero {
      gap: 34px;
      padding-top: 45px;
      padding-bottom: 55px;
    }

    .amh-build-first .bf-page-hero-copy > p {
      font-size: 16.5px;
    }

    .amh-build-first .bf-section-heading,
    .amh-build-first .bf-off-shelf,
    .amh-build-first .bf-founder {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 28px;
    }

    .amh-build-first .bf-section-heading p {
      font-size: 15.5px;
    }

    .amh-build-first .bf-section-head {
      grid-template-columns: 1fr;
      gap: 10px;
      margin-bottom: 28px;
    }

    .amh-build-first .bf-section-number {
      margin-top: 0;
    }

    .amh-build-first .bf-two-column {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .amh-build-first .bf-callout {
      grid-template-columns: 1fr;
      gap: 24px;
      align-items: start;
    }

    .amh-build-first .bf-step-list > li,
    .amh-build-first .bf-question-list > li {
      grid-template-columns: 48px minmax(0, 1fr);
      gap: 16px;
      padding: 20px 0 22px;
    }

    .amh-build-first .bf-work-row,
    .amh-build-first :is(.bf-skill-list, .bf-access-list) article,
    .amh-build-first .bf-output-list article,
    .amh-build-first .bf-researched-row,
    .amh-build-first .bf-definition-list article {
      grid-template-columns: 1fr;
      gap: 9px;
    }

    .amh-build-first .bf-work-note {
      margin-top: 5px;
      padding: 11px 0 0;
      border-top: 1px solid var(--bf-line);
      border-left: 0;
    }

    .amh-build-first :is(.bf-skill-list, .bf-access-list) .bf-status,
    .amh-build-first .bf-researched-row .bf-text-link {
      justify-self: start;
      text-align: left;
    }

    .amh-build-first .bf-definition-list article > p:last-child {
      grid-column: 1;
    }

    .amh-build-first .bf-field-note-head {
      grid-template-columns: 1fr;
      gap: 15px;
      align-items: start;
    }

    .amh-build-first .bf-build-sheet dl > div {
      grid-template-columns: 94px minmax(0, 1fr);
      gap: 13px;
    }

    #agent-marketplace-homepage.amh-build-first .bf-path {
      grid-template-columns: 1fr;
      gap: 13px;
      padding: 25px 0 27px;
    }

    .amh-build-first .bf-path-facts {
      grid-column: 1;
      margin-top: 3px;
    }

    .amh-build-first .bf-off-shelf-copy {
      padding: 19px 0 3px 19px;
    }

    .amh-build-first .bf-footer {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .amh-build-first .bf-footer-links {
      justify-content: flex-start;
    }

    .amh-build-first .bf-footer-disclosure {
      grid-column: 1;
      justify-self: start;
      text-align: left;
    }
  }

  @media (max-width: 430px) {
    .amh-build-first .bf-actions {
      align-items: stretch;
      flex-direction: column;
    }

    #agent-marketplace-homepage.amh-build-first .bf-button {
      width: 100%;
    }

    .amh-build-first .bf-move-list div {
      grid-template-columns: 1fr;
      gap: 2px;
      padding-top: 9px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    #agent-marketplace-homepage.amh-build-first *,
    #agent-marketplace-homepage.amh-build-first *::before,
    #agent-marketplace-homepage.amh-build-first *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
    }
  }

  @media (prefers-contrast: more) {
    #agent-marketplace-homepage.amh-build-first {
      --bf-muted: #344038;
      --bf-line: #6e7a71;
    }
  }