.a-home {
  --a-ink: #19201e;
  --a-muted: #515d57;
  --a-line: #d7ded9;
  --a-green: #16553c;
  --a-light: #f3f6f4;
  color: var(--a-ink);
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  isolation: isolate;
}
.a-home *, .a-home *::before, .a-home *::after { box-sizing: border-box; letter-spacing: 0; }
.a-home [hidden] { display: none !important; }
.a-home :is(h1,h2,h3,p,ul,dl,pre,figure) { margin: 0; }
.a-home :is(h1,h2,h3) { color: var(--a-ink); font-family: inherit; font-weight: 600; text-wrap: balance; }
.a-home h2 { font-size: 1.875rem; line-height: 1.3; }
.a-home h3 { font-size: 1.125rem; line-height: 1.4; }
.a-home p { color: var(--a-muted); }
.a-home a { color: var(--a-green); text-decoration: none; }
.a-home a:hover { color: #0b3826; }
.a-home button, .a-home input, .a-home select { font: inherit; }
.a-home button, .a-home select { cursor: pointer; }
.a-home button { color: var(--a-ink); }
.a-home :is(a,button,input,select,summary,[tabindex]):focus-visible { outline: 3px solid #16734c; outline-offset: 5px; box-shadow: none; }
.a-home :is(.a-developers,.a-close) :is(a,button,[tabindex]):focus-visible { outline-color: #b5e1ca; }
.a-home svg { width: 18px; height: 18px; stroke-width: 1.7; flex: 0 0 18px; vertical-align: middle; }
.a-home code { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.a-wrap { width: min(90%,1180px); margin-inline: auto; }
.a-section { padding-block: 80px; }
.a-home .a-kicker { font-size: .75rem; font-weight: 600; color: var(--a-green); text-transform: uppercase; }
.a-home .a-small-label { display: block; color: var(--a-muted); font-size: .75rem; font-weight: 500; }
.a-home .a-caption { color: var(--a-muted); font-size: .75rem; }
.a-opening { background: #f3f6f4; border-bottom: 1px solid var(--a-line); }
.a-opening-top { padding-block: 22px; display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--a-line); }
.a-opening-top a { display: inline-flex; align-items: center; gap: 8px; font-size: .8125rem; font-weight: 500; }
.a-intro { max-width: 650px; margin: auto; text-align: center; padding-block: 42px 40px; }
.a-home #hero-title { font-size: 2.5rem; line-height: 1.2; margin-bottom: 12px; max-width: none; }
.a-home .a-headline { color: var(--a-ink); font-size: 2.125rem; line-height: 1.25; font-weight: 500; margin-bottom: 18px; text-wrap: balance; }
.a-headline span { color: var(--a-green); }
.a-home .a-lead { color: var(--a-muted); font-size: 1rem; line-height: 1.7; max-width: 570px; margin: 0 auto 24px; }
.a-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; }
.a-intro .a-actions { justify-content: center; }
.a-home .a-button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; padding: 12px 18px; min-height: 46px; color: #fff; background: var(--a-green); border: 1px solid var(--a-green); border-radius: 4px; font-size: .875rem; line-height: 1.4; font-weight: 600; transition: background .18s ease, box-shadow .18s ease; }
.a-home .a-button:hover { color: #fff; background: #0e402d; box-shadow: 0 3px 8px #19201e18; }
.a-text-link { display: inline-flex; align-items: center; gap: 8px; font-size: .875rem; font-weight: 600; min-height: 44px; }
.a-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.a-system { border-top: 1px solid var(--a-line); }
.a-system-top { padding-block: 14px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.a-flow { display: grid; grid-template-columns: 1fr .9fr 1fr; padding-bottom: 28px; }
.a-flow > div { padding: 20px 28px; position: relative; min-width: 0; }
.a-flow > div:first-child { padding-left: 0; }
.a-flow > div:last-child { padding-right: 0; }
.a-flow > div + div { border-left: 1px solid #c2cec6; }
.a-flow > div + div::before { content: ""; position: absolute; width: 8px; height: 8px; background: #16553c; top: 50%; left: -4px; transform: rotate(45deg); }
.a-home .a-flow h2 { font-size: 1.125rem; margin-block: 8px 16px; }
.a-flow p { font-size: .8125rem; max-width: 34ch; }
.a-tabs { display: flex; gap: 2px; margin-bottom: 12px; width: fit-content; border: 1px solid #b2c1b7; border-radius: 4px; padding: 3px; background: #fff; }
.a-tabs button { display: flex; align-items: center; justify-content: center; gap: 6px; border: 0; border-radius: 2px; background: #fff; font-size: .75rem; padding: 7px 9px; min-height: 38px; }
.a-tabs button svg { width: 15px; height: 15px; flex-basis: 15px; }
.a-tabs button[aria-selected="true"] { color: #fff; background: var(--a-green); }
.a-tabs button:hover:not([aria-selected="true"]) { background: #e7eee9; }
.a-flow-origin p { min-height: 43px; }
.a-gate-brand { display: flex; gap: 10px; align-items: center; margin-block: 16px 10px; }
.a-gate-brand img { width: 32px; height: 32px; object-fit: contain; }
.a-gate-brand strong { font-size: 1.375rem; font-weight: 600; }
.a-flow-gate a { display: inline-flex; align-items: center; gap: 10px; font-size: .8125rem; font-weight: 600; margin-top: 14px; min-height: 32px; }
.a-decision { display: flex; gap: 8px; align-items: center; color: var(--a-green); margin-bottom: 10px; min-height: 30px; }
.a-decision strong { font-size: .875rem; font-weight: 600; }
.a-result-label { display: block; font-size: .75rem; color: var(--a-muted); margin-top: 14px; }
.a-principles { border-bottom: 1px solid var(--a-line); background: #fff; }
.a-principles-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.a-principles-grid > div { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 22px 10px; color: #3c4b42; font-size: .75rem; font-weight: 500; }
.a-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 36px; }
.a-section-heading .a-kicker, .a-pay-copy .a-kicker, .a-developers .a-kicker, .a-faq .a-kicker, .a-close .a-kicker { margin-bottom: 14px; }
.a-section-heading > p { max-width: 470px; font-size: .9375rem; }
.a-editorial-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--a-line); }
.a-editorial-grid article { padding: 30px 30px 0; position: relative; }
.a-editorial-grid article:first-child { padding-left: 0; }
.a-editorial-grid article:last-child { padding-right: 0; }
.a-editorial-grid article + article { border-left: 1px solid var(--a-line); }
.a-index { color: #5a675f; font-size: .75rem; font-variant-numeric: tabular-nums; display: block; margin-bottom: 22px; }
.a-editorial-grid article > svg { position: absolute; right: 30px; top: 30px; width: 24px; height: 24px; color: var(--a-green); }
.a-editorial-grid h3 { margin-bottom: 12px; }
.a-editorial-grid p { font-size: .875rem; }
.a-editorial-grid a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-size: .8125rem; font-weight: 600; margin-top: 16px; }
.a-pay-section { padding-block: 72px; background: #edf2ef; border-block: 1px solid var(--a-line); }
.a-pay-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; align-items: center; }
.a-pay-copy h2 { margin-bottom: 20px; }
.a-pay-copy > p { font-size: .9375rem; }
.a-check-list { list-style: none; padding: 0; display: grid; gap: 12px; margin-block: 26px !important; }
.a-check-list li { display: flex; gap: 12px; font-size: .875rem; align-items: start; }
.a-check-list svg { margin-top: 3px; color: var(--a-green); }
.a-home .a-note { font-size: .8125rem; margin-top: 22px; max-width: 440px; }
.a-policy-demo { background: #fff; border: 1px solid #b5c5bc; border-radius: 6px; box-shadow: 0 10px 28px #243c2e0c; }
.a-demo-header { padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--a-line); }
.a-demo-header h3 { margin-top: 4px; }
.a-demo-badge { border: 1px solid #c3d0c8; padding: 3px 8px; font-size: .6875rem; color: #3e5547; background: #f2f6f3; border-radius: 3px; }
.a-demo-body { padding: 24px; }
.a-field-label { font-size: .8125rem; font-weight: 600; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.a-field-label output { font-size: 1.25rem; font-variant-numeric: tabular-nums; }
.a-demo-body input[type="range"] { width: 100%; margin: 12px 0 0; height: 24px; accent-color: var(--a-green); cursor: pointer; }
.a-range-labels { display: flex; justify-content: space-between; color: var(--a-muted); font-size: .75rem; margin-bottom: 20px; }
.a-demo-body select { width: 100%; background: #fff; color: var(--a-ink); border: 1px solid #9bab9f; min-height: 44px; padding: 9px 12px; border-radius: 3px; font-size: .875rem; margin-block: 8px 18px; }
.a-checkbox-label { display: flex; align-items: start; gap: 10px; font-size: .8125rem; cursor: pointer; }
.a-checkbox-label input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--a-green); flex-shrink: 0; }
.a-policy-rules { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--a-line); gap: 12px; padding-top: 16px; margin-top: 20px !important; }
.a-policy-rules dt { font-size: .75rem; color: var(--a-muted); }
.a-policy-rules dd { margin: 3px 0 0; font-size: .8125rem; font-weight: 600; }
.a-policy-result { display: flex; gap: 12px; padding: 16px 0; margin-top: 18px; border-top: 2px solid #26764f; min-height: 112px; }
.a-policy-result > svg { color: var(--a-green); margin-top: 4px; }
.a-policy-result strong { display: block; font-size: .9375rem; color: var(--a-green); }
.a-policy-result p { margin-top: 3px; font-size: .8125rem; color: #37483d; }
.a-policy-result[data-state="blocked"] { border-color: #943b3b; }
.a-policy-result[data-state="blocked"] :is(strong,svg) { color: #8d3030; }
.a-home .a-demo-note { color: #59625c; font-size: .75rem; }
.a-developers { background: #1b2421; color: #fff; }
.a-developer-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: center; }
.a-home .a-developers :is(h2,h3) { color: #fff; }
.a-home .a-developers .a-kicker { color: #b1d9bf; }
.a-home .a-developers p { color: #c7d2cc; font-size: .9375rem; margin-top: 20px; }
.a-install { display: flex; align-items: center; justify-content: space-between; border-block: 1px solid #58675e; background: #24312b; padding: 8px 8px 8px 14px; margin-top: 28px; gap: 8px; }
.a-install code { color: #fff; font-size: .875rem; white-space: nowrap; }
.a-home .a-icon-button { width: 40px; height: 40px; border: 1px solid #7a8f81; background: #24312b; border-radius: 3px; color: #fff; display: grid; place-items: center; flex: 0 0 40px; }
.a-home .a-icon-button:hover { background: #3d5044; }
.a-home .a-developers .a-copy-status { min-height: 20px; font-size: .75rem; margin-top: 6px; }
.a-developer-links { display: grid; gap: 2px; margin-top: 18px; }
.a-home .a-developer-links a { color: #e5f2e9; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #4a5a50; min-height: 48px; font-size: .875rem; }
.a-home .a-developer-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.a-sdk-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 24px; color: #bfcfc4; font-size: .75rem; }
.a-code { border: 1px solid #52665a; border-radius: 6px; min-width: 0; background: #202e26; }
.a-code-header { display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid #52665a; padding: 15px 20px; color: #d2e3d9; font-size: .75rem; }
.a-code-header > span:first-child { display: flex; gap: 8px; align-items: center; }
.a-code pre { color: #f2f6f3; font-size: .8125rem; line-height: 1.7; padding: 24px; overflow: auto; tab-size: 2; }
.a-code code { font-size: inherit; }
.a-syntax-key { color: #b4d9f3; }
.a-syntax-string { color: #c3e5aa; }
.a-syntax-number { color: #f0d5a0; }
.a-code-footer { border-top: 1px solid #52665a; display: flex; align-items: center; gap: 8px; padding: 14px 20px; color: #cfdbd2; font-size: .75rem; }
.a-application-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.a-home .a-application { display: block; min-width: 0; color: var(--a-ink); border-bottom: 1px solid var(--a-line); padding-bottom: 26px; }
.a-application-art { height: 136px; display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 24px; overflow: hidden; transition: background .2s ease; }
.a-art-agent { background: #edf3ef; color: #296443; }
.a-art-identity { background: #f5f0f2; color: #744253; }
.a-art-tool { background: #edf1f5; color: #355973; }
.a-application-art > svg { width: 30px; height: 30px; flex-basis: 30px; }
.a-art-line { height: 1px; width: 24px; background: currentColor; }
.a-age-mark { font-size: 2.5rem; font-weight: 500; }
.a-application h3 { display: flex; justify-content: space-between; gap: 8px; align-items: center; margin: 8px 0 12px; font-size: 1.0625rem; }
.a-application p { font-size: .875rem; }
.a-application:hover h3 { text-decoration: underline; text-underline-offset: 4px; }
.a-application:hover .a-application-art { background: #e3eae6; }
.a-faq { background: #f6f8f6; border-top: 1px solid var(--a-line); }
.a-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 84px; }
.a-faq-grid > div > p:not(.a-kicker) { font-size: .9375rem; margin-block: 20px 16px; max-width: 330px; }
.a-faq-list { border-top: 1px solid #aabbb0; }
.a-faq-list details { border-bottom: 1px solid #c7d2cb; }
.a-faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--a-ink); font-size: .9375rem; font-weight: 500; padding: 20px 0; cursor: pointer; }
.a-faq-list summary::-webkit-details-marker { display: none; }
.a-faq-list summary svg { transition: transform .2s ease; }
.a-faq-list details[open] summary svg { transform: rotate(45deg); }
.a-faq-list .faq-answer { padding: 0 30px 22px 0; }
.a-faq-list .faq-answer p { font-size: .875rem; color: #49574e; }
.a-faq-list .faq-answer a { display: inline-flex; gap: 10px; align-items: center; min-height: 44px; font-size: .875rem; font-weight: 600; margin-top: 8px; }
.a-close { background: #164c36; padding-block: 52px; }
.a-close-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.a-home .a-close h2 { color: #fff; font-size: 1.625rem; }
.a-home .a-close .a-kicker { color: #c0e3cd; }
.a-home .a-close p:not(.a-kicker) { color: #e1eee5; margin-top: 10px; font-size: .875rem; }
.a-home .a-button-light { background: #fff; color: #164c36; border-color: #fff; }
.a-home .a-button-light:hover { background: #e2eee7; color: #164c36; }
.a-home .a-close .a-text-link { color: #fff; }
@media (min-width:1600px) { .a-wrap { width: min(86%,1220px); } }
@media (max-width:1050px) {
  .a-pay-grid,.a-developer-grid,.a-faq-grid { gap: 40px; }
  .a-flow > div { padding-inline: 18px; }
  .a-tabs button { padding-inline: 6px; gap: 4px; }
  .a-tabs button svg { display: none; }
  .a-section-heading { gap: 32px; }
  .a-close-inner { align-items: start; }
  .a-close .a-actions { flex-direction: column; align-items: start; flex-shrink: 0; }
}
@media (max-width:760px) {
  .a-wrap { width: calc(100% - 40px); }
  .a-section { padding-block: 48px; }
  .a-home h2 { font-size: 1.625rem; }
  .a-opening-top { padding-block: 16px; }
  .a-opening-top > .a-kicker { max-width: 125px; }
  .a-opening-top a { font-size: .75rem; }
  .a-intro { padding-block: 34px 30px; }
  .a-home #hero-title { font-size: 2.25rem; }
  .a-home .a-headline { font-size: 1.875rem; }
  .a-home .a-lead { font-size: .9375rem; }
  .a-intro .a-actions { gap: 10px 20px; }
  .a-system-top { align-items: start; }
  .a-system-top .a-kicker { max-width: 175px; }
  .a-system-top .a-caption { text-align: right; font-size: .6875rem; }
  .a-flow { grid-template-columns: 1fr; padding-bottom: 8px; }
  .a-flow > div, .a-flow > div:first-child, .a-flow > div:last-child { padding: 20px 0; }
  .a-flow > div + div { border-left: 0; border-top: 1px solid #c2cec6; }
  .a-flow > div + div::before { top: -4px; left: calc(50% - 4px); }
  .a-flow p { max-width: none; }
  .a-flow-origin p { min-height: 0; }
  .a-tabs button { padding-inline: 12px; }
  .a-tabs button svg { display: block; }
  .a-gate-brand { margin-block: 10px; }
  .a-principles-grid { grid-template-columns: 1fr 1fr; }
  .a-principles-grid > div { justify-content: start; padding: 16px 8px 16px 0; font-size: .6875rem; gap: 8px; }
  .a-section-heading { flex-direction: column; align-items: start; gap: 20px; margin-bottom: 26px; }
  .a-section-heading > p { max-width: none; }
  .a-editorial-grid { grid-template-columns: 1fr; }
  .a-editorial-grid article, .a-editorial-grid article:first-child, .a-editorial-grid article:last-child { padding: 24px 0; }
  .a-editorial-grid article + article { border-left: 0; border-top: 1px solid var(--a-line); }
  .a-editorial-grid article > svg { right: 0; top: 24px; }
  .a-index { margin-bottom: 12px; }
  .a-editorial-grid a { margin-top: 8px; }
  .a-pay-section { padding-block: 48px; }
  .a-pay-grid, .a-developer-grid, .a-faq-grid { grid-template-columns: 1fr; gap: 32px; }
  .a-demo-header { padding: 20px; }
  .a-demo-body { padding: 20px; }
  .a-home .a-developers p { max-width: 540px; }
  .a-code pre { padding: 20px; font-size: .75rem; white-space: pre-wrap; overflow-wrap: anywhere; }
  .a-code-header { font-size: .6875rem; padding-inline: 16px; }
  .a-code-footer { padding-inline: 16px; font-size: .6875rem; }
  .a-application-grid { grid-template-columns: 1fr; gap: 28px; }
  .a-application-art { height: 130px; margin-bottom: 18px; }
  .a-faq-grid > div > p:not(.a-kicker) { max-width: none; }
  .a-close-inner { flex-direction: column; gap: 24px; }
  .a-close .a-actions { flex-direction: row; align-items: center; }
  .a-home .a-close h2 { font-size: 1.5rem; }
}
@media (max-width:360px) {
  .a-wrap { width: calc(100% - 32px); }
  .a-opening-top { flex-direction: column; gap: 6px; }
  .a-opening-top > .a-kicker { max-width: none; }
  .a-home .a-headline { font-size: 1.75rem; }
  .a-home .a-button { padding-inline: 14px; }
  .a-install code { font-size: .8125rem; }
  .a-demo-body,.a-demo-header { padding: 16px; }
}
@media (prefers-reduced-motion:reduce) { .a-home *, .a-home *::before, .a-home *::after { transition: none !important; scroll-behavior: auto !important; } }
