.CodePanel-module__-AfzQq__panel{border-radius:var(--radius-lg,12px);background:var(--docs-code-panel-bg,#0d1117);border:1px solid var(--docs-code-panel-border,#ffffff1a);flex-direction:column;min-height:0;display:flex;overflow:hidden}@media (min-width:1101px){.CodePanel-module__-AfzQq__panel.CodePanel-module__-AfzQq__fill{flex:1 1 0;min-height:12rem}.CodePanel-module__-AfzQq__panel.CodePanel-module__-AfzQq__fill .CodePanel-module__-AfzQq__body,.CodePanel-module__-AfzQq__panel.CodePanel-module__-AfzQq__fill .CodePanel-module__-AfzQq__htmlBody{flex:1 1 0;min-height:0;max-height:none}}.CodePanel-module__-AfzQq__header{border-bottom:1px solid var(--docs-code-panel-border,#ffffff14);background:var(--docs-code-panel-header-bg,#ffffff08);align-items:center;gap:6px;padding:7px 8px 7px 12px;display:flex}.CodePanel-module__-AfzQq__title{letter-spacing:.04em;text-transform:uppercase;color:var(--docs-code-panel-muted,#8b949e);margin-right:auto;font-size:11px;font-weight:600}.CodePanel-module__-AfzQq__langSelectWrap{align-items:center;gap:8px;margin-right:auto;display:inline-flex}.CodePanel-module__-AfzQq__langSelectBox{align-items:center;display:inline-flex;position:relative}.CodePanel-module__-AfzQq__langSelect{appearance:none;border-radius:max(calc(6px * var(--docs-radius-scale,1)), var(--docs-radius-pill,0px));border:1px solid color-mix(in srgb, var(--docs-code-panel-fg,#c9d1d9) 26%, transparent);background:color-mix(in srgb, var(--docs-code-panel-fg,#c9d1d9) 8%, transparent);height:26px;color:var(--docs-code-panel-fg,#c9d1d9);cursor:pointer;padding:0 24px 0 9px;font-size:12px;font-weight:600;transition:border-color .12s,color .12s,background .12s}.CodePanel-module__-AfzQq__langSelect:hover{color:var(--docs-code-panel-fg,#fff);background:color-mix(in srgb, var(--docs-code-panel-fg,#c9d1d9) 14%, transparent)}.CodePanel-module__-AfzQq__langSelect:focus-visible{border-color:var(--color-primary,#5b8cff);outline:none}.CodePanel-module__-AfzQq__langSelect option{color:#111;background:#fff}.CodePanel-module__-AfzQq__langChevron{color:var(--docs-code-panel-muted,#8b949e);pointer-events:none;font-size:9px;position:absolute;right:8px}.CodePanel-module__-AfzQq__copy{border-radius:max(calc(6px * var(--docs-radius-scale,1)), var(--docs-radius-pill,0px));border:1px solid color-mix(in srgb, var(--docs-code-panel-fg,#c9d1d9) 26%, transparent);height:26px;color:var(--docs-code-panel-muted,#8b949e);cursor:pointer;background:0 0;align-items:center;gap:5px;padding:0 9px;font-size:12px;font-weight:500;transition:border-color .12s,color .12s,background .12s;display:inline-flex}.CodePanel-module__-AfzQq__copy:hover{color:var(--docs-code-panel-fg,#fff);background:color-mix(in srgb, var(--docs-code-panel-fg,#c9d1d9) 12%, transparent)}.CodePanel-module__-AfzQq__copyIcon{width:13px;height:13px}.CodePanel-module__-AfzQq__copyOk{color:var(--docs-code-panel-ok,#3fb950)}.CodePanel-module__-AfzQq__body{max-height:var(--docs-code-max-height,26rem);font-family:var(--docs-font-mono,ui-monospace, SFMono-Regular, Menlo, monospace);color:var(--docs-code-panel-fg,#c9d1d9);white-space:pre;tab-size:2;margin:0;padding:12px 14px;font-size:12.5px;line-height:1.6;overflow:auto}.CodePanel-module__-AfzQq__body code{font-family:inherit}.CodePanel-module__-AfzQq__htmlBody{max-height:var(--docs-code-max-height,26rem);font-size:12.5px;line-height:1.6;overflow:auto}.CodePanel-module__-AfzQq__htmlBody pre{font-family:var(--docs-font-mono,ui-monospace, SFMono-Regular, Menlo, monospace);tab-size:2;border:0;border-radius:0;margin:0;padding:12px 14px;background:0 0!important}:is(.CodePanel-module__-AfzQq__htmlBody .shiki,.CodePanel-module__-AfzQq__htmlBody .shiki span),:is(html.dark .CodePanel-module__-AfzQq__htmlBody .shiki,html.dark .CodePanel-module__-AfzQq__htmlBody .shiki span){background:0 0!important}:is(html:not(.light) .CodePanel-module__-AfzQq__htmlBody .shiki,html:not(.light) .CodePanel-module__-AfzQq__htmlBody .shiki span){color:var(--shiki-dark,var(--docs-code-panel-fg,#c9d1d9))!important}.CodePanel-module__-AfzQq__body,.CodePanel-module__-AfzQq__htmlBody{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--docs-code-panel-fg,#c9d1d9) 20%, transparent) transparent}.CodePanel-module__-AfzQq__body::-webkit-scrollbar{width:10px;height:10px}.CodePanel-module__-AfzQq__htmlBody::-webkit-scrollbar{width:10px;height:10px}.CodePanel-module__-AfzQq__body::-webkit-scrollbar-track{background:0 0}.CodePanel-module__-AfzQq__htmlBody::-webkit-scrollbar-track{background:0 0}.CodePanel-module__-AfzQq__body::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--docs-code-panel-fg,#c9d1d9) 20%, transparent);background-clip:content-box;border:2px solid #0000;border-radius:9999px}.CodePanel-module__-AfzQq__htmlBody::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--docs-code-panel-fg,#c9d1d9) 20%, transparent);background-clip:content-box;border:2px solid #0000;border-radius:9999px}.CodePanel-module__-AfzQq__body::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--docs-code-panel-fg,#c9d1d9) 34%, transparent);background-clip:content-box}.CodePanel-module__-AfzQq__htmlBody::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--docs-code-panel-fg,#c9d1d9) 34%, transparent);background-clip:content-box}
