@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--green:#17624d;--dark:#172c25;--muted:#66716b;--line:#e2e7e3;--soft:#f4f7f4;--lime:#def2a6}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:#fff;color:var(--dark);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a,button{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #60a983;outline-offset:5px}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.13;letter-spacing:-.045em}h2{font-size:44px;font-weight:650}h3{font-size:23px;letter-spacing:-.025em}p{color:var(--muted)}.wrap{width:min(1200px,calc(100% - 64px));margin-inline:auto}.header{height:98px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:9px;font-size:23px;font-weight:750;letter-spacing:-1.3px;white-space:nowrap}.brand-icon{width:34px;height:34px;background:var(--green);color:white;border-radius:10px;display:grid;place-items:center}.brand-divider{font-size:24px;color:#c2cac4;margin:0 4px;font-weight:400}.brand-product{font-size:14px;letter-spacing:-.2px;font-weight:500}.header nav{display:flex;align-items:center;gap:27px;font-size:14px;font-weight:500}.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;background:var(--green);color:#fff;padding:15px 22px;border:1px solid var(--green);border-radius:7px;font-size:14px;font-weight:600;line-height:1.4;transition:background .2s,transform .2s}.button:hover{background:#104a39;transform:translateY(-2px)}.button.secondary{background:white;color:var(--dark);border-color:#d8dfda}.header .button{padding:12px 17px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1fr 1fr;gap:45px;padding-top:77px;padding-bottom:88px;align-items:center}.eyebrow{display:block;font-size:12px;font-weight:650;letter-spacing:1.5px;color:var(--green);margin-bottom:22px}.badge{font-size:10px;letter-spacing:1.1px;display:flex;align-items:center;gap:9px}.wp-mark{border:1px solid #60796b;border-radius:50%;width:20px;height:20px;text-align:center;font-family:Georgia;line-height:19px;font-size:14px}.hero h1{font-size:79px;font-weight:650;line-height:1.045;letter-spacing:-5px;margin-bottom:24px}.hero h1>span{color:var(--green)}.hero-copy>p{font-size:17px;max-width:445px;line-height:1.8}.hero-actions{display:flex;gap:12px;margin:30px 0 18px}.hero-actions .button{padding-inline:17px}.hero-checks{display:flex;gap:22px;font-size:12px;color:#586c60}.product-scene{height:520px;border:1px solid #d9e3d8;border-radius:12px;background:#eaf0e5;position:relative;margin-left:0;box-shadow:0 20px 45px #1b40220a}.scene-top{height:38px;border-bottom:1px solid #dce4d7;display:flex;justify-content:space-between;align-items:center;padding:0 15px;color:#869080;font-size:10px}.window-dots{letter-spacing:3px;color:#b7c5ae;font-size:8px}.sample-store{padding:24px;height:480px;overflow:hidden}.store-nav{display:flex;justify-content:space-between;align-items:center;color:#35482a}.store-nav strong{font-size:29px;font-family:Georgia;font-weight:400;letter-spacing:-1px}.store-nav strong span{font-size:12px;vertical-align:top}.store-nav>span{font-size:9px}.store-copy{margin-top:62px;max-width:250px}.store-copy>span{font-size:8px;letter-spacing:1.3px;color:#708162}.store-copy h2{font-family:Georgia;font-size:51px;font-weight:400;color:#415437;letter-spacing:-2px;line-height:1.06;margin:15px 0 26px}.store-copy .store-link{display:inline-block;border-bottom:1px solid #a6b29a;padding-bottom:6px;font-size:10px;letter-spacing:0}.store-bottom{font-size:8px;color:#8d9b81;margin-top:57px}.chat-demo{position:absolute;width:318px;right:-16px;top:102px;background:#fff;border-radius:12px;box-shadow:0 14px 40px #213c2922;border:1px solid #d7e2d9;overflow:hidden}.chat-head{background:var(--green);color:white;display:flex;align-items:center;gap:10px;padding:17px 15px}.chat-avatar{background:#ffffff1c;border:1px solid #ffffff38;border-radius:10px;width:33px;height:33px;display:grid;place-items:center}.chat-head strong{display:block;font-size:13px;font-weight:600}.chat-head div span{display:block;font-size:8px;opacity:.75}.demo-label{font-size:8px;margin-left:auto;opacity:.7;letter-spacing:1px}.chat-messages{padding:17px 14px 6px;max-height:270px;overflow:auto;display:flex;flex-direction:column;gap:12px;min-height:233px}.bubble{font-size:11px;line-height:1.65;padding:12px;border-radius:9px;max-width:94%;white-space:pre-wrap}.bubble.bot{background:#f1f5f1;color:#425346;align-self:flex-start;border-bottom-left-radius:2px}.bubble.user{background:var(--green);color:white;align-self:flex-end;border-bottom-right-radius:2px}.source{font-size:9px;display:block;color:#6c7f70;margin-top:9px}.suggestions{padding:6px 14px 11px;display:flex;gap:6px}.suggestions button{font-size:9px;background:white;border:1px solid #dce5dc;color:#4d6e59;border-radius:20px;padding:5px 9px}.chat-form{display:flex;border:1px solid #e3e8e2;border-radius:6px;margin:0 12px;align-items:center;padding:6px 7px 6px 10px}.chat-form input{width:100%;min-width:0;border:0;background:none;font-size:11px;padding:4px;color:var(--dark)}.chat-form button{background:var(--green);border:0;border-radius:5px;color:white;width:28px;height:27px;display:grid;place-items:center}.chat-form svg{width:16px}.chat-credit{text-align:center;color:#8b938c;font-size:8px;padding:9px 4px}.context-tag{display:flex;align-items:center;gap:8px;background:#fff;padding:11px 14px;border:1px solid #dfe8dc;border-radius:7px;position:absolute;bottom:14px;left:24px;font-size:10px;box-shadow:0 5px 15px #26482808;color:#486a50}.context-tag svg{width:15px}.provider-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:28px}.provider-strip>span{font-size:9px;line-height:1.7;color:#7a847b;letter-spacing:1px}.provider-strip strong{font-family:Manrope;font-size:21px;color:#68716a;letter-spacing:-.7px;font-weight:600}.section{padding-block:96px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:38px;gap:35px}.section-heading p{font-size:15px}.features-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}.feature{border:1px solid var(--line);border-radius:12px;padding:30px 26px;background:#fff}.featured{background:var(--soft)}.feature-icon{display:inline-grid;place-items:center;width:39px;height:39px;border:1px solid #dce6dc;border-radius:9px;background:#f5f8f3;color:var(--green);margin-bottom:24px}.feature h3{margin-bottom:15px}.feature p{font-size:14px;line-height:1.8}.mini-list{margin:24px 0 12px;background:white;border:1px solid var(--line);border-radius:7px;padding:4px 12px;font-size:10px}.mini-list>div{display:flex;justify-content:space-between;gap:8px;padding:11px 0;border-bottom:1px solid #edf0eb}.mini-list>div:last-child{border:0}.mini-list>div>span:last-child{color:var(--green);font-size:9px}.small{font-size:12px;color:var(--muted)}.mini-lead{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:8px;margin-top:28px;padding:13px 10px}.initials{width:31px;height:31px;background:#eef3e4;border-radius:50%;font-size:10px;display:grid;place-items:center}.mini-lead strong{font-size:10px;display:block}.mini-lead div>span{font-size:8px;display:block;color:var(--muted)}.pill{font-size:10px;padding:4px 8px;background:#edf5e4;color:#537039;border-radius:4px;white-space:nowrap}.mini-lead .pill{margin-left:auto;font-size:8px}.swatches{display:flex;gap:11px;margin-top:31px}.swatches span{height:28px;width:28px;background:#316453;border-radius:50%;display:grid;place-items:center;color:white;font-size:12px}.swatches span:nth-child(2){background:#627cca}.swatches span:nth-child(3){background:#d8a171}.swatches span:nth-child(4){background:#a594bc}.swatches span:nth-child(5){background:#253c31;outline:1px solid #526957;outline-offset:4px}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:44px}.feature-row .feature-icon{margin-bottom:15px;background:white;border:0;width:24px}.feature-row h3{font-size:18px;margin-bottom:12px}.feature-row p{font-size:14px}.how-section{background:var(--soft);border-block:1px solid var(--line)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;margin:40px 0 30px}.step-number{display:block;font-family:Manrope;color:#91a890;font-size:36px;margin-bottom:22px;border-bottom:1px solid #dbe3d9;padding-bottom:16px}.steps h3{font-size:20px;margin-bottom:13px}.steps p{font-size:15px}.text-link{font-size:14px;font-weight:600;color:var(--green)}.use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.use-card{padding:30px;border:1px solid var(--line);border-radius:10px;transition:border-color .2s,transform .2s}.use-card:hover{border-color:var(--green);transform:translateY(-3px)}.use-card .eyebrow{font-size:10px}.use-card p{font-size:14px;margin:15px 0 26px}.integration{background:#183f32;border-radius:14px;color:white;padding:50px;display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:center;margin-bottom:96px}.integration .eyebrow{color:var(--lime)}.integration h2{font-size:34px}.integration p{color:#b9cdc1;font-size:14px;margin-top:20px}.integration-chips{display:flex;flex-wrap:wrap;gap:14px}.integration-chips span{padding:17px 24px;border:1px solid #ffffff24;border-radius:8px;background:#ffffff07;font-size:16px}.pricing-section{background:#f4f7ef;border-block:1px solid #e3e9dc}.pricing-layout{display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:center}.pricing-layout>div>p{max-width:400px;margin-top:25px}.price-note{display:flex;align-items:center;gap:18px;border-top:1px solid #d6dfcf;margin-top:35px;padding-top:25px;font-size:14px;color:#687662}.price-card{background:white;border:1px solid #d2dfc9;border-radius:13px;padding:32px;box-shadow:0 10px 30px #344a2510}.price-top{display:flex;justify-content:space-between;align-items:center;gap:15px;font-size:14px;font-weight:600}.price{font-family:Manrope;font-size:60px;letter-spacing:-3px;font-weight:650;margin-top:25px;line-height:1.2}.price>span{font-family:'DM Sans';font-size:16px;font-weight:400;letter-spacing:0;color:var(--muted);margin-left:8px}.price-card>p{font-size:14px;margin:10px 0 22px}.price-card hr{border:0;border-top:1px solid var(--line);margin:24px 0}.check-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px;margin:0 0 28px;font-size:14px}.check-list li{display:flex;align-items:center;gap:11px}.check-list svg{width:16px;flex-shrink:0;color:var(--green)}.price-card .button{width:100%}.price-card .price-disclaimer{text-align:center;font-size:12px;margin:13px 0 0}.faq{display:grid;grid-template-columns:1fr 1.2fr;gap:90px}.faq h2{font-size:38px}.faq>div>p{margin:22px 0 8px;font-size:14px}details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;padding:20px 0;display:flex;justify-content:space-between;gap:20px;font-size:15px;font-weight:500}summary::-webkit-details-marker{display:none}summary>span{color:#67806e;font-size:20px;line-height:1}details[open] summary>span{transform:rotate(45deg)}details>p{font-size:14px;padding-bottom:20px;line-height:1.8}.final-cta{text-align:center;padding:60px 25px 75px;border-radius:13px;background:#edf4e6;margin-bottom:90px}.final-cta h2{font-size:48px;margin-bottom:28px}.final-cta p{margin-top:17px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:45px;padding-bottom:50px}.footer-grid p{font-size:14px;margin:18px 0}.footer-grid h3{font-size:13px;letter-spacing:0;margin:10px 0 22px}.footer-grid>div>a:not(.brand){display:block;font-size:13px;color:var(--muted);margin-bottom:11px}.footer-grid a:hover{color:var(--green)}.footer-bottom{border-top:1px solid var(--line);padding:22px 0 30px;display:flex;justify-content:space-between;font-size:11px;color:#899187}.sr-only,.skip-link:not(:focus){position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.skip-link:focus{position:fixed;z-index:100;top:10px;left:10px;background:white;padding:15px}.page-intro{padding:75px 0 45px;max-width:800px}.page-intro h1{font-size:58px;margin-bottom:25px}.page-intro p{font-size:18px}.prose{max-width:780px;padding-bottom:80px}.prose h2{font-size:29px;margin:35px 0 16px}.prose p,.prose li{margin-bottom:14px}.prose ol{padding-left:24px}.prose a{color:var(--green);text-decoration:underline}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding-bottom:90px}.checkout-option{border:1px solid var(--line);padding:32px;border-radius:12px}.checkout-option h2{font-size:28px;margin:15px 0}.checkout-option p{margin:15px 0}.checkout-option button{width:100%;margin:12px 0}.button:disabled{background:#e9ede7;color:#7b8878;border-color:#e1e6df;cursor:not-allowed;transform:none}.notice{padding:16px 20px;background:#f3f6ed;border:1px solid #dee7d4;border-radius:8px;font-size:14px;color:#5b6e4d;margin-top:24px}
@media(min-width:1400px){.hero{gap:65px}.hero h1{font-size:84px}}@media(max-width:1100px){.header nav{gap:16px}.brand-product,.brand-divider{display:none}.hero{gap:25px}.hero h1{font-size:69px}.hero-actions{flex-wrap:wrap}.chat-demo{right:-8px;width:295px}.product-scene{height:520px}.pricing-layout{gap:55px}.feature{padding:25px 20px}.mini-lead{flex-wrap:wrap}.faq{gap:40px}.provider-strip strong{font-size:18px}}@media(max-width:800px){.wrap{width:calc(100% - 40px)}.header{height:78px}.menu-toggle{display:block;border:1px solid var(--line);background:white;border-radius:6px;padding:4px 11px;font-size:24px}.header nav{display:none;position:absolute;top:77px;left:0;right:0;background:white;z-index:20;padding:25px;box-shadow:0 12px 20px #0000000d;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:22px}.header nav.open{display:flex}.hero{grid-template-columns:1fr;gap:50px;padding-top:45px;padding-bottom:55px}.hero h1{font-size:68px}.hero h1 br:nth-child(2){display:none}.hero-copy>p{max-width:560px;font-size:16px}.hero-actions{margin-top:25px}.product-scene{max-width:550px;width:100%;margin:0 auto;height:520px}.chat-demo{right:14px;width:320px}.provider-strip{flex-wrap:wrap;justify-content:center;gap:22px}.provider-strip>span{width:100%;text-align:center}.provider-strip>span br{display:none}.section{padding-block:65px}.section-heading{display:block}.section-heading>p{margin-top:20px}.features-grid{grid-template-columns:1fr}.feature{padding:28px}.feature h3 br{display:none}.mini-list{max-width:380px}.mini-lead{max-width:350px}.feature-row{gap:25px}.feature-row h3{font-size:17px}.steps{gap:25px}.use-grid{grid-template-columns:1fr}.integration{grid-template-columns:1fr;gap:30px;padding:32px;margin-bottom:65px}.pricing-layout{grid-template-columns:1fr;gap:40px}.pricing-layout h2 br{display:none}.price-card{max-width:540px;width:100%}.faq{grid-template-columns:1fr}.final-cta{margin-bottom:65px}.footer-grid{grid-template-columns:2fr 1fr;gap:30px}.checkout-grid{grid-template-columns:1fr}.page-intro h1{font-size:44px}}@media(max-width:480px){h2{font-size:33px}.hero h1{font-size:58px;letter-spacing:-3px}.badge{font-size:8px;letter-spacing:.6px}.hero-actions{flex-direction:column;align-items:stretch}.hero-checks{font-size:11px;gap:15px}.product-scene{height:550px}.store-copy{margin-top:24px}.store-copy h2{font-size:33px;max-width:200px}.store-copy h2 br{display:none}.store-copy .store-link,.store-bottom{display:none}.chat-demo{width:calc(100% - 28px);top:160px}.chat-head strong{font-size:14px}.chat-head div span{font-size:9px}.bubble{font-size:12px}.chat-messages{max-height:230px;min-height:215px}.chat-credit{font-size:8px}.chat-form input{font-size:14px}.context-tag{display:none}.suggestions button{font-size:11px}.feature-row,.steps{grid-template-columns:1fr;gap:30px}.step-number{margin-bottom:15px}.integration h2,.faq h2{font-size:31px}.price-card{padding:25px}.price-top{font-size:12px}.price-top .pill{font-size:9px}.price{font-size:54px}.final-cta h2{font-size:36px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 16px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin-bottom:6px}.page-intro h1{font-size:39px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Documentation and support use the same visual language as the product. */
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-bottom:65px}.resource-card{display:block;padding:28px;border:1px solid var(--line);border-radius:12px;background:#fff;transition:border-color .2s}.resource-card:hover{border-color:var(--green)}.resource-card h2{font-size:23px;letter-spacing:-.035em;line-height:1.3;margin-bottom:14px}.resource-card p{font-size:16px;margin-bottom:22px}.help-banner{padding:32px;border:1px solid var(--line);border-radius:12px;background:var(--soft);display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:85px}.help-banner h2{font-size:27px;margin-bottom:10px}.docs-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:65px;padding-top:48px;padding-bottom:80px}.docs-sidebar{align-self:start;position:sticky;top:30px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:10px;padding:15px 10px}.docs-sidebar a{padding:10px 12px;font-size:14px;border-radius:5px;color:var(--muted)}.docs-sidebar .docs-home{font-weight:700;color:var(--dark);margin-bottom:8px}.docs-sidebar a[aria-current=page]{color:var(--green);background:#edf4e8;font-weight:600}.doc-article{max-width:790px;min-width:0}.breadcrumbs{font-size:13px;display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);margin-bottom:30px}.doc-article h1{font-size:47px;margin-bottom:20px}.doc-lead{font-size:18px;margin-bottom:32px}.doc-article h2{font-size:27px;margin:34px 0 15px}.doc-article p,.doc-article li{font-size:16px;line-height:1.8;margin-bottom:14px}.doc-article a:not(.docs-home){color:var(--green);text-decoration:underline;text-underline-offset:3px}.doc-callout{padding:24px 28px;border-left:3px solid var(--green);background:var(--soft);border-radius:0 8px 8px 0;margin:28px 0}.doc-callout p:last-child,.doc-callout ul:last-child{margin-bottom:0}.doc-callout ul{padding-left:20px}.doc-article code{font-size:14px;background:#f1f4ef;padding:3px 6px;border-radius:4px;overflow-wrap:anywhere}.code-example{border:1px solid var(--line);background:#f8faf6;padding:20px;border-radius:8px;margin:18px 0}.code-example span{display:block;font-size:13px;color:var(--muted);margin-bottom:10px}.code-example code{font-size:16px}.doc-next{display:flex;justify-content:space-between;gap:20px;margin-top:42px;padding-top:24px;border-top:1px solid var(--line);font-size:14px}.troubleshooting-list summary{font-size:16px}.troubleshooting-list details>p{font-size:16px}.support-layout{display:grid;grid-template-columns:1fr 1fr;gap:45px;padding-bottom:85px}.support-links{display:grid;gap:18px}.support-contact{margin-top:30px}.support-contact h2,.report-panel h2{font-size:27px;margin-bottom:16px}.support-contact p{margin-bottom:20px}.report-panel{padding:30px;border:1px solid var(--line);border-radius:12px;background:var(--soft);align-self:start}.report-panel>p{font-size:15px;margin-bottom:25px}.report-panel label{display:block;font-size:14px;font-weight:600;margin-bottom:16px}.report-panel input,.report-panel textarea{font:inherit;font-size:16px;font-weight:400;display:block;width:100%;padding:11px 12px;background:#fff;border:1px solid #cbd7ca;border-radius:6px;margin-top:7px;color:var(--dark)}.report-panel textarea{resize:vertical}.report-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.report-panel .button{width:100%}.report-panel #report-status{font-size:14px;margin-top:12px}.policy-summary{background:var(--soft);border:1px solid var(--line);border-radius:12px;padding:28px;margin:10px 0 30px}.policy-summary h2{margin-top:0}.policy-summary p:last-child{margin-bottom:0}.policy-summary .eyebrow{margin-bottom:15px}.policy h2{font-size:28px}.policy p{font-size:16px}.price-disclaimer a{text-decoration:underline;text-underline-offset:3px}.header nav{gap:21px}@media(max-width:1100px){.header nav{gap:13px}.docs-layout{gap:35px;grid-template-columns:210px minmax(0,1fr)}}@media(max-width:800px){.resource-grid{grid-template-columns:1fr 1fr}.docs-layout{grid-template-columns:1fr;gap:30px;padding-top:30px}.docs-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr}.docs-sidebar .docs-home{grid-column:1/-1}.doc-article h1{font-size:39px}.support-layout{grid-template-columns:1fr}.help-banner{display:block}.help-banner .button{margin-top:24px}}@media(max-width:480px){.resource-grid{grid-template-columns:1fr}.doc-article h1{font-size:34px}.docs-sidebar{grid-template-columns:1fr}.report-panel{padding:22px}.report-fields{grid-template-columns:1fr;gap:0}.doc-callout{padding:20px}.doc-next{flex-wrap:wrap}.resource-grid{padding-bottom:45px}}
/* Full documentation reading surface. */
.docs-site{color:#202322;font-family:'DM Sans',sans-serif}.docs-site>.header{width:calc(100% - 48px);max-width:none;height:76px;border:0}.docs-site .brand{font-size:23px}.docs-site .brand-icon{background:#202822}.docs-site .header .button{background:#222824;border-color:#222824;border-radius:30px}.docs-site>footer{display:none}.docs-bar{height:52px;display:flex;align-items:center;gap:30px;padding:0 32px 0 305px;border-block:1px solid #e9eae9;background:#f6f6f6;font-size:14px}.docs-bar>span{font-weight:600;border-bottom:2px solid #242a25;align-self:stretch;display:flex;align-items:center}.docs-bar a{color:#656965}.docs-workspace{display:grid;grid-template-columns:265px minmax(0,850px) 175px;gap:45px;max-width:1570px;margin:auto;padding:32px 25px 70px}.docs-navigation{position:sticky;top:20px;height:calc(100vh - 40px);overflow:auto;align-self:start;padding-right:12px;scrollbar-width:thin;scrollbar-color:#e1e3df transparent}.docs-search-label{display:block;position:relative;margin-bottom:26px}.docs-search-label input{width:100%;min-width:0;padding:11px 12px;border:1px solid #e0e3df;border-radius:8px;background:#fafbfa;font-size:14px;color:#252b26}.docs-tree{display:flex;flex-direction:column;gap:18px;font-size:14px}.docs-tree a{display:block;padding:7px 11px;line-height:1.5;border-radius:6px;color:#505650}.docs-tree a:hover{background:#f4f5f3;color:#151b16}.docs-tree a.selected{background:#eef0ec;color:#19251c;font-weight:600}.docs-group h2{font-family:'DM Sans';font-size:13px;font-weight:650;letter-spacing:0;line-height:1.5;margin:0 0 7px;padding:0 11px}.doc-subnav{border-left:1px solid #dfe5dc;margin:5px 0 11px 20px;padding-left:7px}.doc-subnav a{font-size:12px;line-height:1.5;padding:5px 9px;color:#737970}.doc-subnav a.level-3{padding-left:17px}.doc-reading{padding:4px 0 0;min-width:0;max-width:850px}.doc-reading .breadcrumbs{font-size:12px;margin-bottom:20px}.doc-reading>h1{font-family:'DM Sans';font-size:37px;line-height:1.2;letter-spacing:-1.2px;font-weight:600;margin-bottom:18px}.doc-introduction{font-size:17px;line-height:1.75;color:#737773;margin-bottom:35px;max-width:730px}.doc-content{font-size:16px;line-height:1.8;color:#40463f}.doc-content h2{font-family:'DM Sans';font-size:25px;font-weight:600;line-height:1.35;letter-spacing:-.5px;margin:36px 0 17px;color:#202620;scroll-margin-top:30px}.doc-content h3{font-size:19px;line-height:1.4;letter-spacing:-.25px;margin:25px 0 12px}.doc-content p{font-size:16px;color:#626961;line-height:1.85;margin-bottom:18px}.doc-content ul,.doc-content ol{padding-left:25px;margin:18px 0 25px}.doc-content li{margin:9px 0;padding-left:3px;color:#626961}.doc-content a:not(.button){color:#215e43;text-decoration:underline;text-underline-offset:3px}.doc-content code{font-size:14px;background:#f1f3ef;padding:3px 6px;border-radius:4px;overflow-wrap:anywhere}.doc-content pre{position:relative;padding:22px;background:#f6f7f5;border:1px solid #e8ece5;border-radius:10px;overflow:auto;line-height:1.8;margin:23px 0}.doc-content pre code{padding:0;background:none;white-space:pre;font-size:14px}.doc-content .doc-callout{padding:22px 25px;font-size:15px}.doc-table-wrap{overflow:auto;margin:24px 0;border:1px solid #e0e5dc;border-radius:8px}.doc-table-wrap table{border-collapse:collapse;width:100%;min-width:420px;font-size:14px;line-height:1.65}.doc-table-wrap th{background:#f6f7f4;text-align:left;font-weight:600;color:#303b30}.doc-table-wrap th,.doc-table-wrap td{padding:14px 17px;border-bottom:1px solid #e6eae2;vertical-align:top}.doc-table-wrap tr:last-child td{border:0}.docs-toc{position:sticky;top:30px;align-self:start;max-height:calc(100vh - 60px);overflow:auto;padding-top:5px;scrollbar-width:thin}.docs-toc>span{display:block;font-size:12px;font-weight:600;margin-bottom:13px;color:#3d453c}.docs-toc a{font-size:12px;line-height:1.5;display:block;color:#7b8177;padding:7px 0}.docs-toc a:hover{color:#234a33}.docs-quickstart{display:grid;grid-template-columns:1.2fr 1fr;gap:25px;background:#f7f8f6;border-radius:14px;padding:30px;margin:25px 0}.docs-quickstart h2{margin-top:0;font-size:25px}.docs-quickstart p{font-size:15px}.docs-quickstart .eyebrow{font-size:10px;color:#778172;margin-bottom:16px}.docs-quickstart .button{background:#232b25;border-color:#232b25;border-radius:25px;padding:11px 17px}.quickstart-steps{display:flex;flex-direction:column;justify-content:center;gap:20px;color:#99a090;font-size:13px}.quickstart-steps strong{color:#515c4b;font-weight:500;margin-left:13px;font-size:14px}.docs-paths{display:grid;grid-template-columns:1fr 1fr;gap:17px}.docs-paths>a{border:1px solid #e1e5dd;border-radius:9px;padding:22px;text-decoration:none!important;color:#222!important}.docs-paths h3{font-family:'DM Sans';font-size:18px;font-weight:600;margin:0 0 12px}.docs-paths p{font-size:14px;margin-bottom:16px}.docs-paths span{font-size:13px;color:#303d2a}.doc-pagination{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:48px 0 24px;padding-top:28px;border-top:1px solid #e3e7df}.doc-pagination>a{border:1px solid #e2e7dd;border-radius:8px;padding:16px;font-size:14px}.doc-pagination span{display:block;font-size:12px;color:#8a9184;margin-bottom:5px}.doc-meta{font-size:12px;color:#90958d}.docs-mobile-toggle{display:none}.connection-example{border:1px solid #e0e5db;border-radius:10px;padding:24px;margin:25px 0;background:#f9faf7}.connection-example>span{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#7b8672}.connection-example dl{display:grid;grid-template-columns:1fr 1.4fr;gap:12px;font-size:14px;margin-bottom:0}.connection-example dt{color:#757d6f}.connection-example dd{margin:0;color:#25321f}.docs-search-result{display:block;padding:12px 10px;border-bottom:1px solid #e3e8df;font-size:13px}.docs-search-result strong{display:block;font-weight:600}.docs-search-result span{font-size:12px;color:#858c7e;display:block;margin-top:5px}#docs-search-results>p{font-size:13px;padding:10px}.copy-code{border:1px solid #dde3d6;background:#fff;border-radius:5px;padding:5px 9px;font-size:12px;float:right;margin-left:10px;color:#546149}.docs-site .doc-callout p{font-size:15px}.docs-site .troubleshooting-list summary{font-size:16px}.docs-site .troubleshooting-list p{font-size:16px}@media(min-width:1600px){.docs-workspace{gap:65px;grid-template-columns:265px minmax(0,870px) 180px}}@media(max-width:1200px){.docs-workspace{grid-template-columns:230px minmax(0,1fr);gap:35px}.docs-toc{display:none}.docs-bar{padding-left:290px;gap:22px}.docs-site .header nav{gap:15px}}@media(max-width:800px){.docs-site>.header{width:calc(100% - 40px)}.docs-bar{padding:0 20px;gap:22px;overflow:auto;white-space:nowrap;font-size:13px}.docs-workspace{grid-template-columns:1fr;padding:20px 20px 50px;gap:25px}.docs-navigation{position:static;height:auto;overflow:visible;padding:0}.docs-mobile-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:13px 15px;border:1px solid #e0e4db;border-radius:7px;background:#fafbf8;color:#48513f;font-size:14px}#docs-navigation-content{display:none;max-height:65vh;overflow:auto;padding:20px 8px;border-bottom:1px solid #e3e8dc}#docs-navigation-content.open{display:block}.doc-reading>h1{font-size:32px}.docs-tree{gap:20px}.docs-tree a{padding:10px;font-size:14px}.doc-subnav a{font-size:13px}.docs-quickstart{padding:25px;grid-template-columns:1fr}.quickstart-steps{display:none}.doc-pagination{grid-template-columns:1fr}.docs-paths{grid-template-columns:1fr 1fr}.doc-introduction{font-size:16px}.docs-site .header nav{gap:22px}}@media(max-width:480px){.docs-paths{grid-template-columns:1fr}.doc-reading>h1{font-size:29px}.doc-content h2{font-size:23px}.connection-example{padding:18px}.connection-example dl{grid-template-columns:1fr;gap:4px}.connection-example dd{margin-bottom:10px}.docs-bar{gap:20px}.docs-bar a:last-child{display:none}}
.docs-tree[hidden]{display:none}.full-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:65px}.full-feature{padding:32px;border:1px solid var(--line);border-radius:12px}.full-feature h2{font-size:26px;margin-bottom:18px}.full-feature p{font-size:16px;margin-bottom:20px}.full-feature .feature-boundary{font-size:14px;border-top:1px solid var(--line);padding-top:16px}.full-feature .text-link{display:inline-block;margin-top:8px}@media(max-width:700px){.full-feature-grid{grid-template-columns:1fr}}
