:root{color-scheme:light;--bg:#faf8f3;--surface:#faf8f3;--surface-2:#f3f0e9;--surface-3:#f3f0e9;--hero:#faf8f3;--hero-ink:#181d1b;--ink:#181d1b;--ink-soft:#3c423e;--muted:#5b615b;--line:#e4dfd4;--accent:#0e7a5f;--accent-2:#0b6b53;--accent-3:#0e7a5f;--code-bg:#141917;--code-ink:#edeae1;--code-muted:#9da69f;--code-string:#7fd1b0;--code-number:#e5c07b;--code-line:#edeae117;--on-accent:#fff;--line-soft:#eae5da;--accent-ghost:#0e7a5f14;--text:#181d1b;--shell:1180px;--body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono:ui-monospace, "SF Mono", "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.58;position:relative;overflow-x:hidden}.topbar,main,.footer{z-index:1;position:relative}a{color:inherit;text-decoration:none}a:hover{color:var(--accent-2)}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button{font:inherit}code,pre{font-family:var(--mono)}[hidden]{display:none!important}.shell{width:100%;max-width:var(--shell);margin:0 auto;padding:0 28px}.topbar{z-index:20;border-bottom:1px solid var(--line);background:var(--bg);position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:24px;min-height:68px;display:flex}.brand{min-width:max-content;color:var(--ink);align-items:center;gap:10px;font-weight:800;display:inline-flex}.brand-mark{display:inline-flex}.brand svg{display:block}.nav-links{color:var(--muted);justify-content:center;align-items:center;gap:18px;font-size:.92rem;font-weight:700;display:flex}.nav-links a{align-items:center;min-height:36px;display:inline-flex}.nav-cta,.button{border:1px solid var(--ink);background:var(--ink);min-height:44px;color:var(--bg);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;padding:0 18px;font-weight:600;transition:background-color .14s,border-color .14s;display:inline-flex}.nav-cta:hover,.button:hover{color:var(--bg);background:#2b322d;border-color:#2b322d}.nav-actions{align-items:center;gap:18px;display:inline-flex}.nav-signin{min-height:36px;color:var(--ink);white-space:nowrap;align-items:center;font-size:.92rem;font-weight:700;display:inline-flex}.nav-signin:hover{color:var(--accent-2)}.button.secondary{border-color:var(--ink);color:var(--ink);background:0 0}.button.secondary:hover{border-color:var(--ink);color:var(--ink);background:#181d1b0f}.hero{border-bottom:1px solid var(--line);background:var(--surface-2)}.hero-grid{grid-template-columns:minmax(0,.94fr) minmax(390px,1fr);align-items:center;gap:48px;padding-top:58px;padding-bottom:48px;display:grid}.compact-hero .hero-grid{align-items:start;padding-top:52px;padding-bottom:56px}.hero-copy{max-width:680px}.eyebrow,.section-label{color:var(--accent);margin:0 0 14px;font-size:.88rem;font-weight:900}h1,h2,h3{color:var(--ink);letter-spacing:0;margin:0;line-height:1.08}h1{max-width:13ch;margin-top:10px;font-size:4.35rem}.compact-hero h1{max-width:15ch;font-size:3.5rem}h2{font-size:2.65rem}h3{font-size:1.24rem}.hero-sub{max-width:640px;color:var(--muted);margin:22px 0 0;font-size:1.18rem}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.api-demo{border:1px solid var(--line);background:var(--surface);border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #181d1b0f,0 12px 32px -14px #181d1b24}.api-demo.compact{box-shadow:0 1px 2px #181d1b0f,0 10px 26px -14px #181d1b1f}.demo-topline{border-bottom:1px solid var(--line);background:var(--surface-2);grid-template-columns:minmax(120px,.32fr) minmax(0,1fr);align-items:center;gap:12px;padding:14px 16px;display:grid}.demo-topline span{color:var(--muted);font-size:.86rem;font-weight:800}.demo-topline code{border:1px solid var(--line);background:var(--surface);min-width:0;color:var(--ink);overflow-wrap:anywhere;border-radius:8px;padding:9px 10px;font-size:.78rem}.segmented-control{border-bottom:1px solid var(--line);background:var(--surface-2);grid-auto-columns:1fr;grid-auto-flow:column;gap:0;display:grid}.segmented-control button{border:0;border-right:1px solid var(--line);min-height:42px;color:var(--muted);cursor:pointer;background:0 0;font-size:.88rem;font-weight:800}.segmented-control button:last-child{border-right:0}.segmented-control button:hover{background:var(--accent-ghost);color:var(--accent-2)}.segmented-control button[aria-selected=true]{background:var(--surface);color:var(--accent)}.demo-panel{padding:18px}.demo-panel-head{grid-template-columns:minmax(0,.8fr) minmax(0,1fr);align-items:start;gap:18px;margin-bottom:16px;display:grid}.demo-panel-head span{color:var(--accent-3);font-size:.86rem;font-weight:900;display:block}.demo-panel-head strong{font-family:var(--mono);overflow-wrap:anywhere;margin-top:5px;font-size:.86rem;display:block}.demo-panel-head p{color:var(--muted);margin:0;font-size:.94rem}.demo-code-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.api-demo.compact .demo-panel-head{grid-template-columns:1fr}.json-card,.code-panel{border:1px solid var(--line);background:var(--code-bg);border-radius:8px;margin:0;overflow:hidden}.json-card.standalone{align-self:start}.json-card figcaption,.code-panel figcaption{border-bottom:1px solid var(--line);min-height:42px;color:var(--code-muted);justify-content:space-between;align-items:center;gap:14px;padding:10px 12px;font-size:.82rem;font-weight:800;display:flex}.json-card button,.code-panel button{min-width:64px;min-height:30px;color:var(--code-ink);cursor:pointer;background:0 0;border:1px solid #edeae138;border-radius:7px;font-size:.78rem;font-weight:800}.json-card button:hover,.code-panel button:hover{border-color:var(--code-string);color:var(--code-string)}.json-card pre,.code-panel pre{min-height:220px;max-height:360px;color:var(--code-ink);margin:0;padding:14px;font-size:.82rem;line-height:1.55;overflow:auto}.json-card code{white-space:pre-wrap;overflow-wrap:anywhere}.api-demo.compact .json-card pre{min-height:148px;max-height:210px}.response-highlights,.field-list{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.response-highlights span,.field-list span{border:1px solid var(--line);background:var(--surface-2);color:var(--ink);font-family:var(--mono);overflow-wrap:anywhere;border-radius:999px;padding:7px 10px;font-size:.78rem}.section{border-bottom:1px solid var(--line);background:var(--bg);padding:76px 0}.demo-section,.docs-section,.faq-section{background:var(--surface)}.related-section{background:var(--surface-3)}.coverage-section{background:var(--surface-2)}.split-section{grid-template-columns:minmax(0,.72fr) minmax(420px,1fr);align-items:start;gap:42px;display:grid}.split-section.reversed{grid-template-columns:minmax(420px,1fr) minmax(0,.62fr)}.section-copy p:not(.section-label),.section-head p,.related-layout p{color:var(--muted)}.section-head{grid-template-columns:minmax(0,.8fr) minmax(300px,.55fr);align-items:end;gap:40px;margin-bottom:34px;display:grid}.section-head.compact{margin-bottom:28px}.section-head p{margin:0}.coverage-layout,.related-layout{grid-template-columns:minmax(0,.76fr) minmax(360px,1fr);align-items:start;gap:42px;display:grid}.use-case-list{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid}.use-case-list article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface);min-height:156px;padding:24px}.use-case-list p{color:var(--muted);margin-bottom:0}.endpoint-table{border:1px solid var(--line);background:var(--surface);border-radius:8px;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:820px}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:16px}tr:last-child td{border-bottom:0}th{background:var(--surface-2);color:var(--muted);font-size:.82rem;font-weight:900}td{color:var(--ink)}td code{color:var(--accent-2);overflow-wrap:anywhere;font-size:.82rem}.example-stack{gap:14px;display:grid}.coverage-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.coverage-list p{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-height:118px;margin:0;padding:20px}.faq-list{gap:10px;display:grid}.faq-list details{border:1px solid var(--line);background:var(--surface);border-radius:8px}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:18px;min-height:58px;padding:14px 18px;font-weight:900;display:flex}.faq-list summary:after{content:"+";border:1px solid var(--line);width:28px;height:28px;color:var(--accent);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.faq-list details[open] summary:after{content:"-"}.faq-list p{border-top:1px solid var(--line);color:var(--muted);margin:0;padding:0 18px 18px}.related-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.related-list a{border:1px solid var(--line);background:var(--surface);border-radius:8px;align-items:center;min-height:70px;padding:16px;font-weight:800;display:flex}.related-list.subdued a{background:var(--surface-2);color:var(--muted)}.breadcrumb{color:var(--muted);flex-wrap:wrap;gap:8px;margin-bottom:22px;font-size:.88rem;font-weight:800;display:flex}.legal-main{background:var(--bg)}.legal-shell{max-width:860px}.legal-hero{border-bottom:1px solid var(--line);background:var(--surface-2);padding:58px 0 52px}.legal-hero h1{max-width:none;margin-top:8px;font-size:clamp(2.4rem,5vw,3.6rem)}.legal-meta{color:var(--muted);margin:16px 0 0;font-size:.92rem;font-weight:700}.legal-content{padding-top:56px;padding-bottom:72px}.legal-content section+section{border-top:1px solid var(--line);margin-top:46px;padding-top:46px}.legal-content h2{margin-bottom:18px;font-size:clamp(1.35rem,3vw,1.7rem)}.legal-content h3{margin:28px 0 12px;font-size:1.08rem}.legal-content p,.legal-content li,.legal-content address{color:var(--ink-soft)}.legal-content p{margin:0 0 16px}.legal-content ul,.legal-content ol{gap:10px;margin:0 0 18px;padding-left:24px;display:grid}.legal-content a{color:var(--accent-2);text-underline-offset:2px;text-decoration:underline}.legal-table-wrap{border:1px solid var(--line);background:var(--surface);border-radius:8px;margin:20px 0;overflow-x:auto}.legal-table-wrap table{min-width:640px}.legal-table-wrap th,.legal-table-wrap td{padding:14px;font-size:.88rem}.legal-contact{border:1px solid var(--line);background:var(--surface-2);border-radius:10px;padding:26px}.legal-content section+.legal-contact{margin-top:46px;padding-top:26px}.legal-contact address{font-style:normal}.footer{border-top:1px solid var(--line);background:var(--surface);color:var(--muted);font-size:.88rem;font-weight:800}.footer-grid{justify-content:space-between;align-items:center;gap:18px;min-height:74px;display:flex}.footer-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px 22px;display:flex}@media (width<=980px){.nav{flex-direction:column;align-items:flex-start;padding:16px 0}.nav-links{flex-wrap:wrap;justify-content:flex-start}.nav-actions{justify-content:space-between;width:100%}.nav-cta{width:100%}.hero-grid,.split-section,.split-section.reversed,.section-head,.coverage-layout,.related-layout{grid-template-columns:1fr}h1,.compact-hero h1{max-width:13ch;font-size:3.15rem}h2{font-size:2.15rem}.hero-grid{padding-top:52px}.coverage-list,.related-list{grid-template-columns:1fr}.split-section.reversed .section-copy{order:-1}}@media (width<=640px){body{font-size:15px}.shell{padding:0 18px}.nav{flex-flow:wrap;align-items:center;gap:10px;padding:10px 0}.nav-links{order:3;gap:9px;width:100%;font-size:.8rem}.nav-actions{gap:12px;width:auto}.nav-cta{width:auto;min-height:38px;padding:0 12px;font-size:.86rem}.nav-signin{font-size:.86rem}.hero-grid{gap:22px;padding-top:22px;padding-bottom:0}h1,.compact-hero h1{font-size:2rem}body[data-page-template=homepage] h1{font-size:2.55rem}h2{font-size:1.85rem}.hero-sub{margin-top:14px;font-size:.96rem}.hero-actions{flex-direction:column;gap:8px;margin-top:18px}.button,.nav-cta{white-space:normal;text-align:center;width:100%;min-height:40px}.nav-cta{width:auto}.demo-code-grid,.demo-panel-head,.use-case-list,.demo-topline{grid-template-columns:1fr}.segmented-control{grid-auto-columns:auto;grid-auto-flow:row}.api-demo.compact .segmented-control{grid-auto-columns:1fr;grid-auto-flow:column}.segmented-control button{border-right:0;border-bottom:1px solid var(--line)}.api-demo.compact .segmented-control button{border-right:1px solid var(--line);border-bottom:0;font-size:.78rem}.api-demo.compact .segmented-control button:last-child{border-right:0}.api-demo.compact .demo-topline,.api-demo.compact .demo-panel{padding:8px}.api-demo.compact .demo-panel-head,.api-demo.compact .response-highlights,.api-demo.compact .json-card:not(.response-card){display:none}.api-demo.compact .json-card pre{min-height:56px;max-height:64px;padding:10px;font-size:.68rem}.api-demo.compact .json-card figcaption{min-height:36px;padding:7px 9px}.section{padding:58px 0}.legal-hero{padding:36px 0}.legal-content{padding-top:40px;padding-bottom:52px}.legal-content section+section{margin-top:34px;padding-top:34px}.legal-content section+.legal-contact{margin-top:34px;padding:22px}.footer-grid{flex-direction:column;justify-content:center;align-items:flex-start;padding:18px 0}.footer-links{justify-content:flex-start}}.related-inline{flex-wrap:wrap;gap:8px 18px;margin-top:10px;display:flex}.related-inline a{color:var(--muted);font-size:13px}.related-inline a:hover{color:var(--accent-2)}@keyframes art-float{0%{transform:translateY(-1.25%)}to{transform:translateY(1.75%)}}.art-float{animation:5.5s ease-in-out infinite alternate art-float;animation-delay:var(--float-delay,0s);will-change:transform}@keyframes art-accent-pulse{0%,to{opacity:.15;filter:brightness(.9)hue-rotate(-16deg)}50%{opacity:1;filter:brightness(1.18)hue-rotate(8deg)drop-shadow(0 0 10px #0e7a5f59)}}.art-accent-pulse{animation:4.5s ease-in-out infinite art-accent-pulse;animation-delay:var(--pulse-delay,0s);will-change:opacity, filter}@keyframes art-accent-sheen{0%,52%{background-position:-60% 0}74%,to{background-position:160% 0}}.art-accent-sheen{pointer-events:none;-webkit-mask-image:var(--sheen-mask);mask-image:var(--sheen-mask);animation:4.5s ease-in-out infinite art-accent-sheen;animation-delay:var(--pulse-delay,0s);background-image:linear-gradient(115deg,#0000 42%,#fffc 50%,#0000 58%);background-repeat:no-repeat;background-size:220% 100%;position:absolute;inset:0;-webkit-mask-size:100% 100%;mask-size:100% 100%}@media (prefers-reduced-motion:reduce){.art-float,.art-accent-pulse,.art-accent-sheen{animation-duration:.001ms!important;animation-iteration-count:1!important}.art-accent-pulse{opacity:1!important;filter:none!important}}
