.api-reference{--api-border: var(--theme-border-color, #e2e8f0);--api-radius: 8px;--api-bg-subtle: hsl(var(--color-base-gray), 96%)}.api-reference details{border:none;border-radius:0;padding:0;background:none}.api-reference details:hover{background:none}.api-reference details[open]{background:none;padding-bottom:0}.api-reference details summary{margin:0;font-weight:inherit}.api-reference details[open]>summary{border-bottom:none}:root.theme-dark .api-reference{--api-bg-subtle: hsl(var(--color-base-gray), 14%)}.api-label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-lighter);margin-bottom:.5rem}.api-intro{display:grid;gap:1.5rem;margin-bottom:2rem}.api-base-url code{display:inline-block;padding:.35rem .75rem;background:var(--api-bg-subtle);border:1px solid var(--api-border);border-radius:6px;font-family:var(--font-mono);font-size:.9rem}.api-auth-summary{padding:1rem 1.25rem;background:var(--api-bg-subtle);border:1px solid var(--api-border);border-radius:var(--api-radius)}.api-auth-summary p{margin:.5rem 0;font-size:.9rem}.api-auth-summary ul{margin:.5rem 0;padding-left:1.25rem;font-size:.9rem}.api-auth-summary li{margin:.25rem 0}.endpoint{border:1px solid var(--api-border);border-radius:var(--api-radius);padding:1.25rem 1.5rem;margin-bottom:1rem;background:var(--theme-bg-content);transition:border-color .15s}.endpoint:target{border-color:var(--color-mergify-blue);box-shadow:0 0 0 1px var(--color-mergify-blue)}.endpoint-heading{font-family:var(--font-brand);font-size:1.05rem;font-weight:600;margin:0 0 .5rem!important;color:var(--theme-text);scroll-margin-top:calc(var(--theme-navbar-height) + 1rem);counter-increment:none}.endpoint-heading:before{content:none!important}.endpoint-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.5rem}.endpoint-method-path{display:flex;align-items:center;gap:.5rem;min-width:0}.endpoint-path{font-family:var(--font-mono);font-size:.9rem;font-weight:500;color:var(--theme-text);word-break:break-all}.endpoint-path .path-param{color:var(--color-mergify-blue-darker);font-style:italic}.endpoint-summary{font-size:1rem;font-weight:500;margin:0 0 .25rem;color:var(--theme-text)}.endpoint-description{font-size:.875rem;color:var(--theme-text-light);margin:0 0 .75rem;line-height:1.6}.method-badge{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .5rem;border-radius:4px;font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#fff;flex-shrink:0}.method-get{background:#16a34a}.method-post{background:#2563eb}.method-put{background:#d97706}.method-delete{background:#dc2626}.method-patch{background:#7c3aed}.deprecated-badge{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;background:hsla(var(--color-base-orange),50%,.12);color:hsl(var(--color-base-orange),40%);border:1px solid hsla(var(--color-base-orange),50%,.25)}.endpoint-auth{margin-bottom:.75rem}.auth-badges{display:flex;flex-wrap:wrap;gap:.5rem}.auth-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;border-radius:4px;font-size:.8rem;font-weight:500;background:var(--api-bg-subtle);border:1px solid var(--api-border);color:var(--theme-text-light)}.auth-badge svg{flex-shrink:0;opacity:.6}.auth-hint{font-weight:400;text-transform:none;letter-spacing:normal;font-size:.7rem;opacity:.7;margin-left:.35rem}.endpoint-section{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--api-border)}.endpoint-section-label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-lighter);margin-bottom:.5rem}.params-table{display:flex;flex-direction:column;gap:0}.param-row{padding:.5rem 0;border-bottom:1px solid hsla(var(--color-base-gray),90%,.5)}.param-row:last-child{border-bottom:none}.param-info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.param-name{font-family:var(--font-mono);font-size:.85rem;font-weight:600;color:var(--theme-text)}.param-description{font-size:.8rem;color:var(--theme-text-lighter);margin:.2rem 0 0;line-height:1.5}.param-constraints{font-size:.75rem;font-family:var(--font-mono);color:var(--theme-text-lighter);margin:.15rem 0 0;opacity:.8}.schema-container{padding:.25rem 0}.schema-properties{display:flex;flex-direction:column}.schema-property{padding:.5rem 0;border-bottom:1px solid hsla(var(--color-base-gray),90%,.5)}.schema-property:last-child{border-bottom:none}.schema-property-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;cursor:default}.schema-expandable>.schema-property-header{cursor:pointer}.schema-expandable>.schema-property-header:hover{color:var(--color-mergify-blue-darker)}.schema-property-name{font-family:var(--font-mono);font-size:.85rem;font-weight:600;color:var(--theme-text)}.schema-property-name.schema-additional{font-style:italic;font-weight:400;color:var(--theme-text-lighter)}.schema-type-badge{font-family:var(--font-mono);font-size:.75rem;color:var(--theme-code-inline-text, #b83280);background:var(--theme-code-inline-bg, hsl(var(--color-base-gray), 95%));padding:.1rem .4rem;border-radius:3px}.schema-required-badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--color-base-orange),40%)}.schema-property-description{font-size:.8rem;color:var(--theme-text-lighter);margin:.2rem 0 0;line-height:1.5}.schema-expandable{border-bottom:1px solid hsla(var(--color-base-gray),90%,.5)}.schema-expandable:last-child{border-bottom:none}.schema-chevron{transition:transform .15s;flex-shrink:0;color:var(--theme-text-lighter)}details[open]>summary>.schema-chevron,details[open]>.schema-property-header>.schema-chevron{transform:rotate(90deg)}.schema-nested-content{padding-left:1rem;border-left:2px solid var(--api-border);margin-top:.25rem;margin-left:.35rem}.schema-enum{font-size:.8rem;color:var(--theme-text-lighter);margin-top:.2rem}.schema-constraints{font-size:.75rem;font-family:var(--font-mono);color:var(--theme-text-lighter);margin-top:.15rem;opacity:.8}.schema-constraints code{font-size:.7rem;padding:.05rem .25rem;background:var(--api-bg-subtle);border-radius:3px}.schema-enum code{font-size:.75rem;padding:.05rem .3rem;background:var(--api-bg-subtle);border-radius:3px;margin:0 .1rem}.schema-circular{font-size:.8rem;color:var(--theme-text-lighter);font-style:italic;padding:.25rem 0}.schema-oneof{padding:.25rem 0}.schema-discriminator{font-size:.8rem;color:var(--theme-text-lighter);margin-bottom:.5rem}.schema-discriminator code{font-weight:600}.schema-variant-list{display:flex;flex-direction:column;gap:.2rem}.schema-variant-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;padding:.2rem 0}.schema-variant-value{font-size:.75rem;padding:.1rem .35rem;background:var(--api-bg-subtle);border-radius:3px}.schema-variant-arrow{color:var(--theme-text-lighter)}.schema-type-ref{font-family:var(--font-mono);font-size:.8rem;color:var(--color-mergify-blue-darker)}.schema-variant-more{font-size:.8rem;color:var(--theme-text-lighter);font-style:italic;padding:.2rem 0}.schema-variant-expandable{border:1px solid hsla(var(--color-base-gray),90%,.3);border-radius:6px;margin-bottom:.35rem;padding:0 .75rem}.schema-variant-expandable:last-child{margin-bottom:0}.schema-variant-expandable>.schema-nested-content{margin-left:1.25rem}.schema-variant-summary{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;cursor:pointer;font-size:.8rem;list-style:none}.schema-variant-summary::-webkit-details-marker{display:none}.schema-variant{margin-bottom:.5rem}.schema-variant-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-text-lighter);display:block;margin-bottom:.25rem}.responses-list{display:flex;flex-direction:column;gap:.35rem}.response-item{border:1px solid hsla(var(--color-base-gray),90%,.3);border-radius:6px;padding:0 .75rem}.response-header{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;cursor:pointer;font-size:.875rem;list-style:none}.response-header::-webkit-details-marker{display:none}.response-code{font-family:var(--font-mono);font-size:.75rem;font-weight:700;padding:.1rem .4rem;border-radius:3px}.response-2xx{background:hsla(var(--color-base-green),50%,.12);color:hsl(var(--color-base-green),32%)}.response-3xx{background:hsla(var(--color-base-blue),50%,.12);color:hsl(var(--color-base-blue),35%)}.response-4xx{background:hsla(var(--color-base-yellow),50%,.12);color:hsl(var(--color-base-yellow),35%)}.response-5xx{background:hsla(var(--color-base-red),50%,.12);color:hsl(var(--color-base-red),38%)}.response-description{color:var(--theme-text-light)}.response-body{padding:.25rem 0 .5rem}.response-example{margin-top:.5rem}.response-example summary{font-size:.8rem;font-weight:500;color:var(--theme-text-lighter);cursor:pointer;padding:.25rem 0;list-style:none}.response-example summary::-webkit-details-marker{display:none}.response-example summary:before{content:"+ ";font-family:var(--font-mono)}.response-example[open] summary:before{content:"- "}.response-example pre{margin:.25rem 0 0;padding:.75rem 1rem;background:var(--api-bg-subtle);border:1px solid var(--api-border);border-radius:6px;overflow-x:auto;font-size:.8rem;line-height:1.6}.endpoint-curl{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--api-border)}.endpoint-curl>summary{display:flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:500;color:var(--theme-text-lighter);cursor:pointer;padding:.25rem 0;list-style:none}.endpoint-curl>summary::-webkit-details-marker{display:none}.curl-block pre{margin:.5rem 0 0;padding:.75rem 1rem;background:var(--api-bg-subtle);border:1px solid var(--api-border);border-radius:6px;overflow-x:auto;font-size:.8rem;line-height:1.6}.api-section-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1.5rem}.api-section-card{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 1.5rem;border:1px solid var(--api-border);border-radius:var(--api-radius);background:var(--theme-bg-content);text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s}.api-section-card:hover{border-color:var(--color-mergify-blue);box-shadow:0 2px 8px hsla(var(--color-base-blue),50%,.1);color:inherit}.api-section-card-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.api-section-card h2{font-family:var(--font-brand);font-size:1.1rem;font-weight:600;margin:0;border:none;padding:0}.api-section-count{font-size:.7rem;font-weight:600;color:var(--theme-text-lighter);background:var(--api-bg-subtle);border-radius:10px;padding:.15rem .5rem;white-space:nowrap}.api-section-description{font-size:.85rem;color:var(--theme-text-lighter);margin:0;line-height:1.5}.api-section-methods{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.25rem}@media(max-width:50em){.endpoint{padding:1rem}.endpoint-path{font-size:.8rem}.schema-nested-content{padding-left:.75rem}.api-section-grid{grid-template-columns:1fr}}
