.api-reference{width:min(100%,1320px);margin:0 auto;padding:0 32px 72px}.docs-skip{position:fixed;z-index:1000;top:10px;left:12px;padding:10px 14px;border-radius:6px;background:#003d48;color:#fff;font-weight:750;text-decoration:none;transform:translateY(-150%)}.docs-skip:focus{transform:translateY(0)}.api-reference:focus{outline:0}.docs-hero{display:grid;grid-template-columns:minmax(0,.86fr) minmax(500px,1.14fr);gap:52px 64px;align-items:center;padding:76px 0 42px;border-bottom:1px solid var(--border)}.docs-hero-copy h1{max-width:650px;margin:0;font-family:Sora,Inter,sans-serif;font-size:clamp(46px,5.2vw,72px);font-weight:800;line-height:1.01;letter-spacing:-.04em;text-wrap:balance}.docs-hero-copy h1 em{position:relative;z-index:0;display:inline;color:inherit;font-style:normal;white-space:nowrap}.docs-hero-copy h1 em:before{position:absolute;z-index:-1;right:-.06em;bottom:.04em;left:-.04em;height:.3em;background:#f5ad2f;content:"";transform:rotate(-1.2deg)}.docs-lede{max-width:58ch;margin:24px 0 0;color:var(--muted);font-size:18px;line-height:1.65}.docs-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.docs-actions .btn{min-height:48px;padding-inline:22px}.docs-agent-path{margin:18px 0 0;color:var(--muted);font-size:14px}.docs-agent-path a{font-weight:700}.docs-first-call{overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#003d48;box-shadow:0 22px 52px #002d382b;color:#f5fbf9}.docs-console-head,.docs-console-result{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 18px;font-size:12px;font-weight:750}.docs-console-head{border-bottom:1px solid rgba(255,255,255,.12);color:#fff}.docs-console-status{display:inline-flex;align-items:center;gap:7px;color:#dcefee;letter-spacing:.04em}.docs-console-status i{width:7px;height:7px;border-radius:50%;background:#f5ad2f}.docs-first-call pre{min-height:222px;margin:0;padding:32px 24px;border-radius:0;background:transparent;color:#fff;font-size:13px;line-height:1.75}.docs-console-result{justify-content:flex-start;overflow-x:auto;border-top:1px solid rgba(255,255,255,.12);background:#002f38;color:#dcefee;white-space:nowrap}.docs-console-result .method-ok{margin:0;background:#dcefee;color:#003d48}.docs-service-facts{display:grid;grid-column:1 / -1;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.docs-service-facts>div{min-width:0;padding:18px 20px;border-right:1px solid var(--border)}.docs-service-facts>div:first-child{padding-left:0}.docs-service-facts>div:last-child{border-right:0}.docs-service-facts dt{margin-bottom:6px;color:var(--muted);font-size:12px;font-weight:700}.docs-service-facts dd{overflow:hidden;margin:0;color:var(--text);font-size:14px;font-weight:750;text-overflow:ellipsis}.docs-service-facts code{font-size:12.5px}.docs-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:72px;align-items:start}.docs-sidebar{position:sticky;top:94px;padding-top:56px}.docs-toc{display:block;width:auto;min-height:0;padding:0;border:0;background:transparent}.docs-toc>p{margin:0 0 12px;color:var(--text);font-size:13px;font-weight:800}.docs-toc>a,.docs-toc-resources a{display:flex;align-items:center;gap:9px;min-height:36px;padding:7px 9px;border-radius:6px;color:var(--muted);font-size:13px;font-weight:600;text-decoration:none}.docs-toc>a span{width:33px;color:#00656b;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;font-weight:800;letter-spacing:.03em}.docs-toc>a:hover,.docs-toc>a[aria-current=location],.docs-toc-resources a:hover{background:#dcefee;color:#003d48}.docs-toc>a[aria-current=location]{font-weight:800}.docs-toc-resources{margin-top:18px;padding-top:14px;border-top:1px solid var(--border)}.docs-toc-resources b{margin-left:auto;font-weight:600}.docs-content{min-width:0;max-width:930px}.docs-section{scroll-margin-top:96px;padding:64px 0 68px;border-bottom:1px solid var(--border)}.docs-section:last-child{border-bottom:0}.docs-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:30px;margin-bottom:28px}.docs-section-heading h2,.endpoint-heading h2{margin:0;color:var(--text);font-family:Sora,Inter,sans-serif;font-size:clamp(28px,3vw,38px);font-weight:800;line-height:1.12;letter-spacing:-.035em}.docs-section-heading>p,.endpoint-heading p{max-width:44ch;margin:0;color:var(--muted);font-size:14px;line-height:1.55}.docs-content>section>p,.docs-content>section>ul,.docs-content>section>ol{max-width:72ch}.docs-content p,.docs-content li,.docs-content td{line-height:1.7}.docs-content h3{margin:46px 0 12px;color:var(--text);font-family:Sora,Inter,sans-serif;font-size:19px;font-weight:800;letter-spacing:-.02em}.docs-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0 0 48px;padding:0;list-style:none;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.docs-steps li{display:grid;grid-template-columns:28px minmax(0,1fr);gap:12px;padding:22px 18px;border-right:1px solid var(--border)}.docs-steps li:first-child{padding-left:0}.docs-steps li:last-child{border-right:0}.docs-steps li>span{display:grid;width:26px;height:26px;place-items:center;border-radius:50%;background:#dcefee;color:#00565c;font-size:12px;font-weight:800}.docs-steps strong{display:block;font-size:14px}.docs-steps p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.docs-note{display:grid;grid-template-columns:170px minmax(0,1fr);gap:18px;margin:20px 0 42px;padding:17px 18px;border:1px solid #e3c979;border-radius:8px;background:#fff4cf;color:#564617;font-size:14px;line-height:1.6}.docs-note:not(.docs-note-warning){border-color:#bcdcd5;background:#dcefee;color:#003d48}.docs-usage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 0 22px;border-top:1px solid var(--border);border-left:1px solid var(--border)}.docs-usage-grid>div{padding:18px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.docs-usage-grid dt{margin-bottom:7px;color:var(--muted);font-size:12px;font-weight:800}.docs-usage-grid dd{margin:0;font-size:14px;line-height:1.6}.api-reference table caption{padding:0 0 9px;color:var(--text);font-family:Sora,Inter,sans-serif;font-size:14px;font-weight:800;text-align:left}.docs-fields{margin-bottom:12px!important}.field-required{margin-left:5px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.docs-schema-link{margin:0 0 28px;color:var(--muted);font-size:13px}.endpoint-heading{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:start;margin-bottom:24px}.endpoint-heading .method{min-width:54px;margin-top:7px;margin-right:0;padding:4px 8px;background:#00656b;text-align:center}.endpoint-heading h2 code{padding:0;background:transparent;color:inherit;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82em;letter-spacing:-.045em}.endpoint-heading p{margin-top:8px}.api-reference .plan-tag{margin-left:8px;vertical-align:5px;white-space:nowrap}.api-reference pre{border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#003d48;color:#e8f3f0;line-height:1.65}.api-reference .codetabs{margin:22px 0 28px;border:1px solid #104f58;border-radius:10px;background:#003d48;box-shadow:0 16px 36px #002d381a}.api-reference .codetabs-bar{padding:7px 8px 0;background:#002f38}.api-reference .codetab{color:#a9c7c3}.api-reference .codetab:hover{background:#0b4a54;color:#fff}.api-reference .codetab.active{background:#003d48;color:#fff}.api-reference .copy-code{border:1px solid rgba(255,255,255,.16);background:transparent;color:#dceae7}.api-reference .copy-code:hover{background:#ffffff1a}.api-reference table{display:table;width:100%;margin:24px 0 34px;border-collapse:collapse;font-size:14px}.api-reference th{padding:12px 14px;border-bottom:1px solid var(--border-strong);color:var(--muted);font-size:12px;font-weight:800;text-align:left}.api-reference td{padding:14px;border-bottom:1px solid var(--border);vertical-align:top}.api-reference tbody tr:hover{background:#dcefee6b}.api-reference .features{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:24px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.api-reference .features .card{padding:28px;border:0;border-right:1px solid var(--border);border-radius:0;background:transparent;box-shadow:none}.api-reference .features .card:last-child{border-right:0}.api-reference .features .card h3{margin-top:14px}@media(max-width:1080px){.api-reference{padding-inline:24px}.docs-hero{grid-template-columns:minmax(0,1fr);gap:38px}.docs-hero-copy{max-width:760px}.docs-first-call{max-width:820px}.docs-layout{gap:46px}}@media(max-width:860px){.api-reference{padding-inline:16px}.docs-hero{padding-top:48px}.docs-layout{display:block}.docs-sidebar{position:sticky;z-index:5;top:68px;margin-inline:-16px;padding:8px 16px;border-bottom:1px solid var(--border);background:#fbf7edf7}.docs-sidebar:after{position:absolute;top:0;right:0;bottom:0;width:28px;background:linear-gradient(90deg,#fbf7ed00,#fbf7ed 80%);content:"";pointer-events:none}.docs-toc{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none}.docs-toc::-webkit-scrollbar{display:none}.docs-toc>p,.docs-toc-resources{display:none}.docs-toc>a{flex:0 0 auto;white-space:nowrap}.docs-section{scroll-margin-top:132px}}@media(max-width:640px){.docs-hero{padding:38px 0 28px}.docs-hero-copy h1{font-size:clamp(39px,12vw,53px)}.docs-lede{font-size:16px}.docs-actions{display:grid}.docs-actions .btn{width:100%}.docs-first-call pre{min-height:0;padding:22px 18px;font-size:11.5px}.docs-service-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.docs-service-facts>div{padding:14px;border-bottom:1px solid var(--border)}.docs-service-facts>div:nth-child(2){border-right:0}.docs-service-facts>div:nth-last-child(-n+2){border-bottom:0}.docs-service-facts>div:first-child{padding-left:14px}.docs-service-facts code{font-size:11px;letter-spacing:-.02em}.docs-section{padding:46px 0 50px}.docs-section-heading{display:block}.docs-section-heading>p{margin-top:9px}.docs-steps{grid-template-columns:1fr}.docs-steps li,.docs-steps li:first-child{padding:18px 8px;border-right:0;border-bottom:1px solid var(--border)}.docs-steps li:last-child{border-bottom:0}.docs-note{grid-template-columns:1fr;gap:5px}.docs-usage-grid{grid-template-columns:1fr}.endpoint-heading{gap:10px}.endpoint-heading h2{font-size:26px}.endpoint-heading .method{min-width:48px;font-size:10px}.api-reference .plan-tag{display:table;margin:8px 0 0}.api-reference table{display:block;overflow-x:auto}.api-reference .features{grid-template-columns:1fr}.api-reference .features .card{padding-inline:8px;border-right:0;border-bottom:1px solid var(--border)}.api-reference .features .card:last-child{border-bottom:0}.api-reference .codetabs-bar{overflow-x:auto}.api-reference .codetab{flex:0 0 auto}}@media(prefers-reduced-motion:reduce){.docs-hero-copy h1 em:before{transform:none}}
