:root{--actionListContent-paddingBlock:var(--control-medium-paddingBlock)}action-list,nav-list{display:block}.ActionListHeader{margin-bottom:var(--base-size-16);margin-left:var(--base-size-8)}.ActionListWrap{list-style:none}.ActionListWrap--inset,.ActionListWrap--inset[popover]{padding:var(--base-size-8)}.ActionListWrap--divided .ActionListItem-label:before{height:1px}.ActionListWrap--divided .ActionListItem-label:before,:is(.ActionListWrap--divided .ActionListItem-descriptionWrap--inline):before{background:var(--borderColor-muted);content:"";display:block;position:absolute;top:calc(var(--actionListContent-paddingBlock)*-1);width:100%}:is(.ActionListWrap--divided .ActionListItem-descriptionWrap--inline):before{height:var(--borderWidth-thin)}:is(.ActionListWrap--divided .ActionListItem-descriptionWrap--inline) .ActionListItem-label:before{content:unset}.ActionList-sectionDivider+.ActionListItem .ActionListItem-descriptionWrap--inline:before,.ActionList-sectionDivider+.ActionListItem .ActionListItem-label:before,.ActionListItem:first-of-type .ActionListItem-descriptionWrap--inline:before,.ActionListItem:first-of-type .ActionListItem-label:before,:is(.ActionListWrap--divided .ActionListItem--navActive) .ActionListItem-label:before,:is(.ActionListWrap--divided .ActionListItem--navActive)+.ActionListItem .ActionListItem-label:before{visibility:hidden}.ActionListItem{background-color:var(--control-transparent-bgColor-rest);border-radius:var(--borderRadius-medium);list-style:none;position:relative}.ActionListItem:active,.ActionListItem:hover{cursor:pointer}@media (hover:hover){.ActionListItem:hover .ActionListItem-descriptionWrap--inline:before,.ActionListItem:hover .ActionListItem-label:before,.ActionListItem:hover+.ActionListItem .ActionListItem-descriptionWrap--inline:before,.ActionListItem:hover+.ActionListItem .ActionListItem-label:before{visibility:hidden}}.ActionListItem[hidden]+.ActionList-sectionDivider{display:none}.ActionListItem.ActionListItem--hasSubItem>.ActionListContent{z-index:1}@media (hover:hover){:is(.ActionListItem.ActionListItem--hasSubItem>.ActionListContent):hover{background-color:var(--control-transparent-bgColor-hover)}}:is(.ActionListItem.ActionListItem--hasSubItem>.ActionListContent):active{background-color:var(--control-transparent-bgColor-active)}@media (hover:hover){:is(.ActionListItem:not(.ActionListItem--hasSubItem),.ActionListItem.ActionListItem--hasSubItem>.ActionListContent):hover{background-color:var(--control-transparent-bgColor-hover);cursor:pointer}:is(.ActionListItem:not(.ActionListItem--hasSubItem),.ActionListItem.ActionListItem--hasSubItem>.ActionListContent):hover:not(.ActionListItem--navActive,:focus-visible){box-shadow:var(--boxShadow-thin) var(--control-transparent-borderColor-active);outline:solid var(--borderWidth-thin) #0000;outline-offset:calc(var(--borderWidth-thin)*-1)}}:is(.ActionListItem:not(.ActionListItem--hasSubItem),.ActionListItem.ActionListItem--hasSubItem>.ActionListContent):active{background:var(--control-transparent-bgColor-active)}:is(.ActionListItem:not(.ActionListItem--hasSubItem),.ActionListItem.ActionListItem--hasSubItem>.ActionListContent):active:not(.ActionListItem--navActive){box-shadow:var(--boxShadow-thin) var(--control-transparent-borderColor-active);outline:solid var(--borderWidth-thin) #0000;outline-offset:calc(var(--borderWidth-thin)*-1)}:is(.ActionListItem:not(.ActionListItem--hasSubItem),.ActionListItem.ActionListItem--hasSubItem>.ActionListContent):active .ActionListItem-label:before,:is(.ActionListItem:not(.ActionListItem--hasSubItem),.ActionListItem.ActionListItem--hasSubItem>.ActionListContent):active+.ActionListItem .ActionListItem-label:before{visibility:hidden}.ActionListItem[aria-selected=true]{background:var(--control-transparent-bgColor-selected);font-weight:var(--base-text-weight-normal)}@media (hover:hover){.ActionListItem[aria-selected=true]:hover{background-color:var(--control-transparent-bgColor-hover)}}.ActionListItem[aria-selected=true]+.ActionListItem:before,.ActionListItem[aria-selected=true]:before{visibility:hidden}.ActionListItem[aria-selected=true]:after{background:var(--borderColor-accent-emphasis);border-radius:var(--borderRadius-medium);content:"";height:var(--base-size-24);left:calc(var(--base-size-4)*-1);position:absolute;top:calc(50% - 12px);width:var(--base-size-4)}.ActionListItem.ActionListItem--navActive{outline:2px solid #0000}.ActionListItem.ActionListItem--navActive:not(.ActionListItem--subItem) .ActionListItem-label{font-weight:var(--base-text-weight-semibold)}.ActionListItem.ActionListItem--navActive:not(.ActionListItem--danger){background:var(--control-transparent-bgColor-selected)}@media (hover:hover){.ActionListItem.ActionListItem--navActive:not(.ActionListItem--danger):hover{background-color:var(--control-transparent-bgColor-hover)}}.ActionListItem.ActionListItem--navActive:not(.ActionListItem--danger)+.ActionListItem:before,.ActionListItem.ActionListItem--navActive:not(.ActionListItem--danger):before{visibility:hidden}.ActionListItem.ActionListItem--navActive:not(.ActionListItem--danger):after{background:var(--borderColor-accent-emphasis);border-radius:var(--borderRadius-medium);content:"";height:var(--base-size-24);left:calc(var(--base-size-8)*-1);position:absolute;top:calc(50% - 12px);width:var(--base-size-4)}:is(:is(.ActionListItem.ActionListItem--disabled,.ActionListItem[aria-disabled=true]) .ActionListContent) .ActionListItem-description,:is(:is(.ActionListItem.ActionListItem--disabled,.ActionListItem[aria-disabled=true]) .ActionListContent) .ActionListItem-label{color:var(--control-fgColor-disabled)}:is(:is(.ActionListItem.ActionListItem--disabled,.ActionListItem[aria-disabled=true]) .ActionListContent) .ActionListItem-visual{fill:var(--control-fgColor-disabled)}@media (hover:hover){:is(.ActionListItem.ActionListItem--disabled,.ActionListItem[aria-disabled=true]):hover{background-color:initial;cursor:not-allowed}}.ActionListItem.ActionListItem--danger .ActionListItem-label,.ActionListItem.ActionListItem--danger .ActionListItem-visual{color:var(--control-danger-fgColor-rest)}@media (hover:hover){.ActionListItem.ActionListItem--danger:hover{background:var(--control-danger-bgColor-hover)}.ActionListItem.ActionListItem--danger:hover .ActionListItem-description,.ActionListItem.ActionListItem--danger:hover .ActionListItem-label,.ActionListItem.ActionListItem--danger:hover .ActionListItem-visual{color:var(--control-danger-fgColor-hover)}}:is(.ActionListItem.ActionListItem--danger .ActionListContent):active{background:var(--control-danger-bgColor-active)}:is(.ActionListItem.ActionListItem--danger .ActionListContent):active .ActionListItem-description,:is(.ActionListItem.ActionListItem--danger .ActionListContent):active .ActionListItem-label,:is(.ActionListItem.ActionListItem--danger .ActionListContent):active .ActionListItem-visual{color:var(--control-danger-fgColor-hover)}.ActionListContent{background-color:initial;border:none;border-radius:var(--borderRadius-medium);color:var(--control-fgColor-rest);display:grid;padding-block:var(--actionListContent-paddingBlock);padding-inline:var(--control-medium-paddingInline-condensed);position:relative;text-align:left;touch-action:manipulation;transition:background 33.333ms linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;-webkit-tap-highlight-color:transparent;align-items:start;grid-template-areas:"leadingAction leadingVisual label trailingVisual trailingAction";grid-template-columns:min-content min-content minmax(0,auto) min-content min-content;grid-template-rows:min-content}.ActionListContent>:not(:last-child){margin-right:var(--control-medium-gap)}.ActionListContent:hover{-webkit-text-decoration:none;text-decoration:none}.ActionListContent[aria-disabled=true] .ActionListItem-description,.ActionListContent[aria-disabled=true] .ActionListItem-label{color:var(--control-fgColor-disabled)}.ActionListContent[aria-disabled=true] .ActionListItem-visual{fill:var(--control-fgColor-disabled)}@media (hover:hover){.ActionListContent[aria-disabled=true]:hover{background-color:initial;cursor:not-allowed}}@media screen and (prefers-reduced-motion:no-preference){.ActionListContent[aria-expanded]+.ActionList--subGroup{transition:opacity .16s cubic-bezier(.25,1,.5,1),transform .16s cubic-bezier(.25,1,.5,1)}}:is(.ActionListContent[aria-expanded]+.ActionList--subGroup) .ActionListContent{padding-left:var(--base-size-24)}:is(.ActionListContent.ActionListContent--visual16[aria-expanded]+.ActionList--subGroup) .ActionListContent{padding-left:var(--base-size-32)}:is(.ActionListContent.ActionListContent--visual20[aria-expanded]+.ActionList--subGroup) .ActionListContent{padding-left:var(--base-size-36)}:is(.ActionListContent.ActionListContent--visual24[aria-expanded]+.ActionList--subGroup) .ActionListContent{padding-left:var(--base-size-40)}.ActionListContent[aria-expanded=true] .ActionListItem-collapseIcon{transform:scaleY(-1);transition:transform .12s linear}.ActionListContent[aria-expanded=true]+.ActionList--subGroup{height:auto;opacity:1;overflow:visible;transform:translateY(0);visibility:visible}.ActionListContent.ActionListContent--hasActiveSubItem[aria-expanded=true]>.ActionListItem-label{font-weight:var(--base-text-weight-semibold)}.ActionListContent[aria-expanded=false] .ActionListItem-collapseIcon{transform:scaleY(1);transition:transform .12s linear}.ActionListContent[aria-expanded=false]+.ActionList--subGroup{height:0;opacity:0;overflow:hidden;transform:translateY(calc(var(--base-size-16)*-1));visibility:hidden}.ActionListContent.ActionListContent--hasActiveSubItem[aria-expanded=false]{background:var(--control-transparent-bgColor-selected)}.ActionListContent.ActionListContent--hasActiveSubItem[aria-expanded=false] .ActionListItem-label{font-weight:var(--base-text-weight-semibold)}.ActionListContent.ActionListContent--hasActiveSubItem[aria-expanded=false]+.ActionListItem:before,.ActionListContent.ActionListContent--hasActiveSubItem[aria-expanded=false]:before{visibility:hidden}.ActionListContent.ActionListContent--hasActiveSubItem[aria-expanded=false]:after{background:var(--borderColor-accent-emphasis);border-radius:var(--borderRadius-medium);content:"";height:var(--base-size-24);left:calc(var(--base-size-8)*-1);position:absolute;top:calc(50% - 12px);width:var(--base-size-4)}:is(.ActionListContent[aria-checked=true],.ActionListContent[aria-selected=true]) .ActionListItem-multiSelectCheckmark{opacity:1;transition:visibility 0 linear 0,opacity 50ms;visibility:visible}:is(.ActionListContent[aria-checked=true],.ActionListContent[aria-selected=true]) .ActionListItem-singleSelectCheckmark{visibility:visible}:is(:is(.ActionListContent[aria-checked=true],.ActionListContent[aria-selected=true]) .ActionListItem-multiSelectIcon) .ActionListItem-multiSelectIconRect{fill:var(--control-checked-bgColor-rest);stroke:var(--control-checked-bgColor-rest);stroke-width:var(--borderWidth-thin,1px)}:is(:is(.ActionListContent[aria-checked=true],.ActionListContent[aria-selected=true]) .ActionListItem-multiSelectIcon) .ActionListItem-multiSelectCheckmark{fill:var(--fgColor-onEmphasis)}:is(.ActionListContent[aria-checked=false],.ActionListContent[aria-selected=false]) .ActionListItem-multiSelectCheckmark{opacity:0;transition:visibility 0 linear 50ms,opacity 50ms;visibility:hidden}:is(.ActionListContent[aria-checked=false],.ActionListContent[aria-selected=false]) .ActionListItem-singleSelectCheckmark{transition:visibility 0s linear .2s;visibility:hidden}:is(:is(.ActionListContent[aria-checked=false],.ActionListContent[aria-selected=false]) .ActionListItem-multiSelectIcon) .ActionListItem-multiSelectIconRect{fill:var(--bgColor-default);stroke:var(--control-borderColor-rest);stroke-width:var(--borderWidth-thin,1px)}:is(.ActionListContent[aria-checked=false],.ActionListContent[aria-selected=false]) .ActionListItem-multiSelectIconRect{fill:var(--bgColor-default);border:var(--borderWidth-thin) solid var(--control-borderColor-rest)}.ActionListContent.ActionListContent--sizeLarge{--actionListContent-paddingBlock:var(--control-large-paddingBlock)}.ActionListContent.ActionListContent--sizeXLarge{--actionListContent-paddingBlock:var(--control-xlarge-paddingBlock)}@media (pointer:coarse){.ActionListContent{--actionListContent-paddingBlock:var(--control-large-paddingBlock)}}.ActionListContent.ActionListContent--blockDescription .ActionListItem-visual{place-self:start}.ActionListItem-action--leading{grid-area:leadingAction}.ActionListItem-visual--leading{grid-area:leadingVisual}.ActionListItem-visual--trailing{grid-area:trailingVisual}.ActionListItem-action--trailing{grid-area:trailingAction}.ActionListItem-visual--leading svg{fill:currentcolor}.ActionListItem-descriptionWrap{display:flex;flex-direction:column;gap:var(--base-size-4);grid-area:label}.ActionListItem-descriptionWrap .ActionListItem-label{font-weight:var(--base-text-weight-semibold)}.ActionListItem-descriptionWrap--inline{align-items:baseline;flex-direction:row;gap:var(--base-size-8);position:relative}.ActionListItem-description{color:var(--fgColor-muted);font-size:var(--text-body-size-small);font-weight:var(--base-text-weight-normal);line-height:var(--text-body-lineHeight-small)}.ActionListItem-action,.ActionListItem-visual{color:var(--fgColor-muted);display:flex;min-height:var(--control-medium-lineBoxHeight);pointer-events:none;fill:var(--fgColor-muted);align-items:center}.ActionListItem-label{color:var(--fgColor-default);font-size:var(--text-body-size-medium);font-weight:var(--base-text-weight-normal);grid-area:label;line-height:var(--text-body-lineHeight-medium);position:relative}.ActionListItem-label--truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ActionListItem--subItem>.ActionListContent>.ActionListItem-label{font-size:var(--text-body-size-small);line-height:var(--text-body-lineHeight-small)}.ActionListItem--withActions{align-items:center;display:flex;flex-wrap:nowrap}.ActionListItem-trailingAction{border-bottom-left-radius:0;border-top-left-radius:0}.ActionListItem--trailingActionHover .ActionListItem-trailingAction{visibility:hidden}:is(.ActionListItem--trailingActionHover:hover,.ActionListItem--trailingActionHover:focus-within) .ActionListItem-trailingAction{visibility:visible}.ActionList-sectionDivider:not(:empty){color:var(--fgColor-muted);display:flex;flex-direction:column;font-size:var(--text-body-size-small);font-weight:var(--base-text-weight-semibold);line-height:var(--text-body-lineHeight-small);padding-block:var(--base-size-8);padding-inline:var(--actionListContent-paddingBlock)}.ActionList-sectionDivider:empty{background:var(--borderColor-muted);border:0;display:block;height:var(--borderWidth-thin);list-style:none;margin-block-end:var(--base-size-8);margin-block-start:calc(var(--base-size-8) - var(--borderWidth-thin));margin-inline:calc(var(--base-size-8)*-1);padding:0}.ActionList-sectionDivider .ActionList-sectionDivider-title{align-self:flex-start;color:var(--fgColor-muted);font-size:var(--text-body-size-small);font-weight:var(--base-text-weight-semibold)}.ActionList-sectionDivider--filled{background:var(--bgColor-muted);border-bottom:solid var(--borderWidth-thin) var(--borderColor-muted,var(--color-action-list-item-inline-divider));border-top:solid var(--borderWidth-thin) var(--borderColor-muted,var(--color-action-list-item-inline-divider));margin-block-end:var(--base-size-8);margin-block-start:calc(var(--base-size-8) - var(--borderWidth-thin));margin-inline:calc(var(--base-size-8)*-1)}.ActionList-sectionDivider--filled:empty{box-sizing:border-box;height:var(--base-size-8)}.ActionList-sectionDivider--filled:first-child{margin-block-start:0}.autocomplete-label-stacked{display:block;margin-bottom:var(--base-size-6)}.autocomplete-label-inline{display:inline;margin-right:var(--base-size-6)}@media (max-width:543.98px){.autocomplete-label-inline{display:block;margin-bottom:var(--base-size-6)}}.autocomplete-body{display:inline;position:relative}.autocomplete-embedded-icon-wrap{align-items:center;display:inline-flex;padding:var(--base-size-4) var(--base-size-8)}.autocomplete-embedded-icon-wrap:focus-within{border-color:var(--focus-outlineColor);box-shadow:inset 0 0 0 1px var(--focus-outlineColor);outline:none}.autocomplete-embedded-icon-wrap .form-control{border:none;box-shadow:none;margin-left:var(--base-size-8);padding:0}:is(.autocomplete-embedded-icon-wrap .form-control):focus{box-shadow:none}:is(.autocomplete-embedded-icon-wrap .form-control):focus-visible{box-shadow:none}.autocomplete-results{background:var(--overlay-bgColor);border:var(--borderWidth-thin) solid var(--borderColor-default);border-radius:var(--borderRadius-medium);box-shadow:var(--shadow-resting-medium);font-size:var(--text-codeBlock-size);left:0;list-style:none;max-height:20em;min-width:100%;overflow-y:auto;position:absolute;width:-moz-max-content;width:max-content;z-index:99}.autocomplete-item{background-color:var(--overlay-bgColor);border:0;color:var(--fgColor-default);cursor:pointer;display:block;font-weight:var(--base-text-weight-semibold);overflow:hidden;padding:var(--base-size-4) var(--base-size-8);text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.autocomplete-item,.autocomplete-item:hover{-webkit-text-decoration:none;text-decoration:none}.autocomplete-item:hover{background-color:var(--bgColor-accent-emphasis);color:var(--fgColor-onEmphasis)}.autocomplete-item:hover *{color:inherit!important}.autocomplete-item.navigation-focus,.autocomplete-item.selected,.autocomplete-item[aria-selected=true]{background-color:var(--bgColor-accent-emphasis);color:var(--fgColor-onEmphasis);-webkit-text-decoration:none;text-decoration:none}:is(.autocomplete-item.selected,.autocomplete-item[aria-selected=true],.autocomplete-item.navigation-focus) *{color:inherit!important}.Banner{background-image:linear-gradient(var(--bgColor-accent-muted),var(--bgColor-accent-muted));border:var(--borderWidth-thin) solid var(--borderColor-accent-muted);border-radius:var(--borderRadius-medium);color:var(--fgColor-default);display:grid;grid-auto-flow:column;grid-template-areas:"visual message actions close";grid-template-columns:min-content 1fr minmax(0,auto) min-content;grid-template-rows:min-content;padding:var(--base-size-8);position:relative}@media (max-width:543.98px){.Banner{grid-template-areas:"visual message close" ". actions actions";grid-template-columns:min-content 1fr min-content;grid-template-rows:min-content min-content}.Banner .Banner-actions{margin:var(--base-size-8) 0 0 var(--base-size-8)}}.Banner .Banner-visual{align-self:start;display:grid;grid-area:visual;padding:var(--base-size-6) var(--base-size-8)}:is(.Banner .Banner-visual)>.octicon{margin-block:calc(var(--base-size-4)/2)}:is(.Banner .Banner-visual)>*{align-self:center}.Banner .Banner-message{align-self:center;grid-area:message;padding:var(--base-size-6) var(--base-size-8)}:is(.Banner .Banner-message) p:last-child{margin-bottom:0}:is(.Banner .Banner-message) .Banner-title:not(:only-child){font-weight:var(--base-text-weight-semibold);margin-bottom:0}.Banner .Banner-actions{grid-area:actions}:is(.Banner .Banner-actions):last-child{align-self:center}.Banner .Banner-close{grid-area:close;margin-left:var(--controlStack-medium-gap-condensed)}.Banner .Banner-visual .octicon{color:var(--fgColor-accent)}.Banner.Banner--warning{background-image:linear-gradient(var(--bgColor-attention-muted),var(--bgColor-attention-muted));border-color:var(--borderColor-attention-muted);color:var(--fgColor-default)}.Banner.Banner--warning .Banner-visual .octicon{color:var(--fgColor-attention)}.Banner.Banner--error{background-image:linear-gradient(var(--bgColor-danger-muted),var(--bgColor-danger-muted));border-color:var(--borderColor-danger-muted);color:var(--fgColor-default)}.Banner.Banner--error .Banner-visual .octicon{color:var(--fgColor-danger)}.Banner.Banner--success{background-image:linear-gradient(var(--bgColor-success-muted),var(--bgColor-success-muted));border-color:var(--borderColor-success-muted);color:var(--fgColor-default)}.Banner.Banner--success .Banner-visual .octicon{color:var(--fgColor-success)}.Banner.Banner--full{border-left:0;border-radius:0;border-right:0;margin-top:calc(var(--borderWidth-thin)*-1)}@media (max-width:767.98px){.Banner.Banner--full-whenNarrow{border-left:0;border-radius:0;border-right:0;margin-top:calc(var(--borderWidth-thin)*-1)}}.btn-mktg{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background:linear-gradient(180deg,#ffffff26 0,#fff0 100%),var(--color-mktg-btn-bg)!important;border:0;border-radius:.375rem;color:var(--bgColor-default);display:inline-block;font-size:1rem;font-weight:var(--base-text-weight-semibold);line-height:1;padding:.9rem 1.5rem 1.1rem;position:relative;text-align:center;transition:box-shadow .2s,outline .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;z-index:1}.btn-mktg:before{background:linear-gradient(180deg,#ffffff26,#fff0)!important;background-blend-mode:normal;border-radius:inherit;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s;z-index:-1}.btn-mktg:hover{box-shadow:var(--color-mktg-btn-shadow-hover)!important;-webkit-text-decoration:none;text-decoration:none}:is(.btn-mktg:hover,.btn-mktg:focus,.btn-mktg:focus-visible,.btn-mktg.focus):before{opacity:1}.btn-mktg:focus{box-shadow:none;outline:2px solid var(--focus-outlineColor);outline-offset:2px}.btn-mktg:focus:not(:focus-visible){box-shadow:none;outline:1px solid #0000}.btn-mktg:focus-visible{box-shadow:none;outline:2px solid var(--focus-outlineColor);outline-offset:2px}.btn-mktg:active:before{opacity:.5!important}.btn-mktg.disabled,.btn-mktg[disabled]{cursor:default;opacity:.5;pointer-events:none}.btn-muted-mktg{background:none!important;box-shadow:var(--color-mktg-btn-shadow-outline);color:var(--fgColor-default)!important}.btn-muted-mktg:before{display:none}.btn-muted-mktg:hover{box-shadow:var(--color-mktg-btn-shadow-hover-muted)!important}.btn-muted-mktg:active{box-shadow:var(--fgColor-default) 0 0 0 3px inset!important}.btn-muted-mktg:disabled{box-shadow:var(--fgColor-default) 0 0 0 1px inset!important}.btn-subtle-mktg{box-shadow:none!important;color:var(--fgColor-default)!important}.btn-subtle-mktg,.btn-subtle-mktg:before{background:none!important}.btn-subtle-mktg:hover{box-shadow:var(--color-mktg-btn-shadow-hover-muted)!important}.btn-signup-mktg{background:linear-gradient(180deg,#34b75926,#2ea44f00),#2ea44f!important;color:#fff}.btn-signup-mktg:before{background:linear-gradient(180deg,#34b75926,#2ea44f00)!important}.btn-signup-mktg:focus{box-shadow:none;outline:2px solid var(--focus-outlineColor);outline-offset:2px}.btn-signup-mktg:focus:not(:focus-visible){box-shadow:none;outline:1px solid #0000}.btn-signup-mktg:focus-visible{box-shadow:none;outline:2px solid var(--focus-outlineColor);outline-offset:2px}.btn-small-mktg{padding:.625rem 1rem .8125rem}.btn-large-mktg{font-size:1.25rem;padding:16px 30px 20px!important}@property --dialog-scrollgutter{initial-value:0;inherits:false;syntax:"<length>"}body:has(:modal){padding-right:var(--dialog-scrollgutter)!important}body:has(dialog:modal.Overlay--disableScroll){overflow:hidden!important}dialog.Overlay:not([open]){display:none}.Overlay--hidden{display:none!important}.Overlay--visibilityHidden{height:0;opacity:0;overflow:hidden;visibility:hidden}@supports not selector(:popover-open){[popover]:not(.\:popover-open){display:none}}.Overlay{background-color:var(--overlay-bgColor);border:0;border-radius:var(--borderRadius-large);box-shadow:var(--shadow-floating-small);color:var(--fgColor-default);display:flex;flex-direction:column;inset:0;margin:auto;max-height:min(calc(100vh - 2rem),var(--overlay-height));min-width:192px;opacity:1;padding:0;position:static;white-space:normal;width:min(var(--overlay-width),100vw - 2rem)}.Overlay.Overlay--size-auto{max-height:calc(100vh - 2rem);max-width:calc(100vw - 2rem);min-width:192px}.Overlay.Overlay--size-full{height:100vh;width:100vw}.Overlay.Overlay--size-xsmall{--overlay-width:192px;max-height:calc(100vh - 2rem)}.Overlay.Overlay--size-small{--overlay-height:256px;--overlay-width:320px}.Overlay.Overlay--size-small-portrait{--overlay-height:432px;--overlay-width:320px}.Overlay.Overlay--size-medium{--overlay-height:320px;--overlay-width:480px}.Overlay.Overlay--size-medium-portrait{--overlay-height:600px;--overlay-width:480px}.Overlay.Overlay--size-large{--overlay-height:432px;--overlay-width:640px}.Overlay.Overlay--size-xlarge{--overlay-height:600px;--overlay-width:960px}.Overlay.Overlay--height-auto{height:auto}.Overlay.Overlay--placement-left,.Overlay.Overlay--placement-right{height:100%;max-height:unset;position:fixed}@media screen and (prefers-reduced-motion:no-preference){.Overlay.Overlay--motion-scaleFade,.Overlay.Overlay--placement-left,.Overlay.Overlay--placement-right{animation:Overlay--motion-scaleFade .2s cubic-bezier(.33,1,.68,1) 0s 1 normal none running}}.Overlay.Overlay--placement-left{animation-name:Overlay--motion-slideInRight;border-bottom-left-radius:0;border-top-left-radius:0;inset:0 auto 0 0}.Overlay.Overlay--placement-right{animation-name:Overlay--motion-slideInLeft;border-bottom-right-radius:0;border-top-right-radius:0;inset:0 0 0 auto}.Overlay.Overlay--height-xsmall{height:min(192px,100vh - 2rem)}.Overlay.Overlay--height-small{height:min(256px,100vh - 2rem)}.Overlay.Overlay--height-medium{height:min(320px,100vh - 2rem)}.Overlay.Overlay--height-large{height:min(432px,100vh - 2rem)}.Overlay.Overlay--height-xlarge{height:min(600px,100vh - 2rem)}.Overlay.Overlay--width-auto{width:auto}.Overlay.Overlay--width-small{width:min(256px,100vw - 2rem)}.Overlay.Overlay--width-medium{width:min(320px,100vw - 2rem)}.Overlay.Overlay--width-large{width:min(480px,100vw - 2rem)}.Overlay.Overlay--width-xlarge{width:min(640px,100vw - 2rem)}.Overlay.Overlay--width-xxlarge{width:min(960px,100vw - 2rem)}.Overlay:modal{position:fixed}@keyframes Overlay--motion-scaleFade{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.Overlay-form{flex-grow:1;overflow:auto}.Overlay-form,.Overlay-header{display:flex;flex-direction:column}.Overlay-header{color:var(--fgColor-default);z-index:1}.Overlay-header.Overlay-header--divided{box-shadow:inset 0 calc(var(--borderWidth-thin)*-1) var(--borderColor-default);padding-bottom:var(--stack-padding-condensed)}.Overlay-header.Overlay-header--divided+.Overlay-body{padding-top:var(--stack-padding-normal)}:is(.Overlay-header.Overlay-header--large .Overlay-headerContentWrap) .Overlay-titleWrap{gap:var(--stack-gap-condensed)}:is(:is(.Overlay-header.Overlay-header--large .Overlay-headerContentWrap) .Overlay-titleWrap) .Overlay-title{font-size:var(--text-title-size-medium)}:is(:is(.Overlay-header.Overlay-header--large .Overlay-headerContentWrap) .Overlay-titleWrap) .Overlay-description{font-size:var(--text-body-size-medium)}.Overlay-header .Overlay-headerContentWrap{align-items:flex-start;display:flex;gap:var(--stack-gap-condensed);padding:var(--stack-gap-condensed) var(--stack-gap-condensed) 0 var(--stack-gap-condensed)}:is(.Overlay-header .Overlay-headerContentWrap) .Overlay-actionWrap{display:flex;flex-direction:row;gap:var(--stack-gap-condensed)}:is(.Overlay-header .Overlay-headerContentWrap) .Overlay-titleWrap{display:flex;flex-direction:column;flex-grow:1;gap:var(--control-small-gap);padding:calc(var(--stack-gap-condensed)*.75) 0 calc(var(--stack-gap-condensed)*.75) var(--stack-gap-condensed)}:is(:is(.Overlay-header .Overlay-headerContentWrap) .Overlay-titleWrap) .Overlay-title{font-size:var(--text-body-size-medium);font-weight:var(--base-text-weight-semibold);margin:0}:is(:is(.Overlay-header .Overlay-headerContentWrap) .Overlay-titleWrap) .Overlay-description{color:var(--fgColor-muted);font-size:var(--text-body-size-small);font-weight:var(--base-text-weight-normal);margin:0}.Overlay-headerFilter{padding:var(--stack-gap-condensed) var(--stack-gap-condensed) 0 var(--stack-gap-condensed)}.Overlay-body{flex-grow:1;font-size:var(--text-body-size-medium);overflow-y:auto;padding:var(--stack-padding-normal);padding-top:0;scrollbar-width:thin}.Overlay-body.Overlay-body--paddingCondensed{padding:var(--stack-padding-condensed);padding-top:0}.Overlay-body.Overlay-body--paddingNone{padding:0}.Overlay-footer{display:flex;flex-direction:row;flex-shrink:0;flex-wrap:wrap;padding:0 var(--stack-padding-normal) var(--stack-padding-normal) var(--stack-padding-normal);z-index:1}.Overlay-footer.Overlay-footer--divided{box-shadow:inset 0 var(--borderWidth-thin) var(--borderColor-default);padding-top:var(--stack-padding-normal)}.Overlay-footer.Overlay-footer--alignStart{gap:var(--stack-gap-condensed);justify-content:flex-start}.Overlay-footer.Overlay-footer--alignCenter{gap:var(--stack-gap-condensed);justify-content:center}.Overlay-footer.Overlay-footer--alignEnd{gap:var(--stack-gap-condensed);justify-content:flex-end}.Overlay-closeButton{align-self:flex-start;background-color:initial;border:var(--borderWidth-thin) solid #0000;border-radius:var(--borderRadius-medium);color:var(--fgColor-muted);cursor:pointer;display:grid;flex-shrink:0;height:var(--base-size-32);padding:0;place-content:center;position:relative;transition:.2s cubic-bezier(.3,0,.5,1);transition-property:color,background-color,border-color;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--base-size-32)}.Overlay-closeButton:focus,.Overlay-closeButton:hover{background-color:var(--button-default-bgColor-hover);border:var(--borderWidth-thin) solid var(--control-bgColor-hover)}.Overlay-closeButton.close-button{border:var(--borderWidth-thin) solid #0000}.Overlay--full{border-radius:unset!important;flex-grow:1;height:100%;max-height:100vh;max-width:100vw;width:100%}@media (max-width:767px){.Overlay--placement-right-whenNarrow,.Overlay.Overlay--placement-left-whenNarrow{height:100%;max-height:100vh;position:fixed}.Overlay.Overlay--placement-left-whenNarrow{animation-name:Overlay--motion-slideInLeft;border-bottom-left-radius:0;border-top-left-radius:0;inset:0 auto 0 0}.Overlay.Overlay--placement-right-whenNarrow{animation-name:Overlay--motion-slideInLeft;border-bottom-right-radius:0;border-top-right-radius:0;inset:0 0 0 auto}.Overlay.Overlay--placement-bottom-whenNarrow{animation-name:Overlay--motion-slideUp;border-bottom-left-radius:0;border-bottom-right-radius:0;inset:auto 0 0;max-width:100vw;width:100%}.Overlay--full-whenNarrow{border-radius:unset!important;flex-grow:1;height:100%;max-height:100vh;max-width:100vw;width:100%}}@keyframes Overlay--motion-slideDown{0%{transform:translateY(-100%)}}@keyframes Overlay--motion-slideUp{0%{transform:translateY(100%)}}@keyframes Overlay--motion-slideInRight{0%{transform:translateX(-100%)}}@keyframes Overlay--motion-slideInLeft{0%{transform:translateX(100%)}}.dropdown{position:relative}.dropdown-caret{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;border-style:solid;border-width:var(--borderWidth-thicker) var(--borderWidth-thicker) 0;content:"";display:inline-block;height:0;vertical-align:middle;width:0}.dropdown-menu{background-clip:padding-box;background-color:var(--overlay-bgColor);border:var(--borderWidth-thin) solid var(--borderColor-default);border-radius:var(--borderRadius-medium);box-shadow:var(--shadow-floating-legacy,var(--color-shadow-large));left:0;list-style:none;margin-top:var(--base-size-2);padding-bottom:var(--control-small-paddingBlock);padding-top:var(--control-small-paddingBlock);position:absolute;top:100%;width:160px;z-index:100}.dropdown-menu:after,.dropdown-menu:before{content:"";display:inline-block;position:absolute}.dropdown-menu:before{border:8px solid #0000;border-bottom:8px solid var(--borderColor-default)}.dropdown-menu:after{border:7px solid #0000;border-bottom:7px solid var(--overlay-bgColor)}.dropdown-menu>ul{list-style:none}.dropdown-menu-no-overflow{width:auto}.dropdown-menu-no-overflow .dropdown-item{overflow:visible;padding:var(--control-small-paddingBlock) var(--control-medium-paddingInline-spacious);text-overflow:inherit}.dropdown-item{color:var(--fgColor-default);display:block;overflow:hidden;padding:var(--control-small-paddingBlock) var(--control-medium-paddingInline-condensed) var(--control-small-paddingBlock) var(--control-medium-paddingInline-spacious);text-overflow:ellipsis;white-space:nowrap}.dropdown-item:hover{background-color:var(--bgColor-accent-emphasis);color:var(--fgColor-onEmphasis);-webkit-text-decoration:none;text-decoration:none}.dropdown-item:hover>.octicon{color:inherit;opacity:1}.dropdown-item:hover [class*=color-fg-]{color:inherit!important}.dropdown-item:hover>.Label{border-color:currentcolor;color:inherit!important}.dropdown-item.btn-link,.dropdown-signout{text-align:left;width:100%}.dropdown-signout{background:none;border:0}.dropdown-divider{border-top:var(--borderWidth-thin) solid var(--borderColor-default);display:block;height:0;margin:var(--stack-gap-condensed) 0}.dropdown-header{color:var(--fgColor-muted);font-size:var(--text-body-size-small);padding:var(--control-small-paddingBlock) var(--control-medium-paddingInline-spacious)}.dropdown-item[aria-checked=false] .octicon-check{display:none}.dropdown-menu-w{left:auto;margin-right:var(--base-size-8);margin-top:0;right:100%;top:0;width:auto}.dropdown-menu-w:before{border-color:#0000;border-left-color:var(--borderColor-default);left:auto;right:-16px;top:10px}.dropdown-menu-w:after{border-color:#0000;border-left-color:var(--overlay-bgColor);left:auto;right:-14px;top:var(--base-size-12)}.dropdown-menu-e{left:100%;margin-left:var(--base-size-8);margin-top:0;top:0;width:auto}.dropdown-menu-e:before{border-color:#0000;border-right-color:var(--borderColor-default);left:-16px;top:10px}.dropdown-menu-e:after{border-color:#0000;border-right-color:var(--overlay-bgColor);left:-14px;top:var(--base-size-12)}.dropdown-menu-ne{bottom:100%;left:0;margin-bottom:var(--base-size-4);top:auto}.dropdown-menu-ne:after,.dropdown-menu-ne:before{right:auto;top:auto}.dropdown-menu-ne:before{border-bottom:0;border-left:8px solid #0000;border-right:8px solid #0000;border-top:8px solid var(--borderColor-default);bottom:-8px;left:var(--base-size-8)}.dropdown-menu-ne:after{border-bottom:0;border-left:7px solid #0000;border-right:7px solid #0000;border-top:7px solid var(--overlay-bgColor);bottom:-7px;left:10px}.dropdown-menu-s{left:auto;right:50%;transform:translateX(50%)}.dropdown-menu-s:before{right:50%;top:-16px;transform:translateX(50%)}.dropdown-menu-s:after{right:50%;top:-14px;transform:translateX(50%)}.dropdown-menu-sw{left:auto;right:0}.dropdown-menu-sw:before{left:auto;right:var(--base-size-8);top:-16px}.dropdown-menu-sw:after{left:auto;right:10px;top:-14px}.dropdown-menu-se:before{left:var(--base-size-8);top:-16px}.dropdown-menu-se:after{left:10px;top:-14px}.Layout{display:grid;--Layout-sidebar-width:220px;--Layout-gutter:16px}@media (max-width:calc(544px - 0.02px)){.Layout{grid-auto-flow:row;grid-template-columns:1fr!important}.Layout .Layout-divider,.Layout .Layout-main,.Layout .Layout-sidebar{grid-column:1!important;width:100%!important}.Layout.Layout--sidebarPosition-flowRow-start .Layout-sidebar{grid-row:1}.Layout.Layout--sidebarPosition-flowRow-end .Layout-sidebar,.Layout.Layout--sidebarPosition-flowRow-start .Layout-main{grid-row:2/span 2}.Layout.Layout--sidebarPosition-flowRow-end .Layout-main{grid-row:1}.Layout.Layout--sidebarPosition-flowRow-none .Layout-sidebar{display:none}.Layout.Layout--divided{--Layout-gutter:0}.Layout.Layout--divided .Layout-divider{grid-row:2;height:1px}.Layout-divider--flowRow-hidden:is(.Layout.Layout--divided .Layout-divider){display:none}.Layout-divider--flowRow-shallow:is(.Layout.Layout--divided .Layout-divider){background:var(--bgColor-inset);border-color:var(--borderColor-default);border-style:solid;border-width:var(--borderWidth-thin) 0;height:8px;margin-right:0}.Layout.Layout--divided .Layout-main,.Layout.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-sidebar{grid-row:3/span 1}.Layout.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-main{grid-row:1}}@media (max-width:calc(768px - 0.02px)){.Layout.Layout--flowRow-until-md{grid-auto-flow:row;grid-template-columns:1fr!important}.Layout.Layout--flowRow-until-md .Layout-divider,.Layout.Layout--flowRow-until-md .Layout-main,.Layout.Layout--flowRow-until-md .Layout-sidebar{grid-column:1!important;width:100%!important}.Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-start .Layout-sidebar{grid-row:1}.Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-end .Layout-sidebar,.Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-start .Layout-main{grid-row:2/span 2}.Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-end .Layout-main{grid-row:1}.Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-none .Layout-sidebar{display:none}.Layout.Layout--flowRow-until-md.Layout--divided{--Layout-gutter:0}.Layout.Layout--flowRow-until-md.Layout--divided .Layout-divider{grid-row:2;height:1px}.Layout-divider--flowRow-hidden:is(.Layout.Layout--flowRow-until-md.Layout--divided .Layout-divider){display:none}.Layout-divider--flowRow-shallow:is(.Layout.Layout--flowRow-until-md.Layout--divided .Layout-divider){background:var(--bgColor-inset);border-color:var(--borderColor-default);border-style:solid;border-width:var(--borderWidth-thin) 0;height:8px;margin-right:0}.Layout.Layout--flowRow-until-md.Layout--divided .Layout-main,.Layout.Layout--flowRow-until-md.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-sidebar{grid-row:3/span 1}.Layout.Layout--flowRow-until-md.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-main{grid-row:1}}@media (max-width:calc(1012px - 0.02px)){.Layout.Layout--flowRow-until-lg{grid-auto-flow:row;grid-template-columns:1fr!important}.Layout.Layout--flowRow-until-lg .Layout-divider,.Layout.Layout--flowRow-until-lg .Layout-main,.Layout.Layout--flowRow-until-lg .Layout-sidebar{grid-column:1!important;width:100%!important}.Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-start .Layout-sidebar{grid-row:1}.Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-end .Layout-sidebar,.Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-start .Layout-main{grid-row:2/span 2}.Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-end .Layout-main{grid-row:1}.Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-none .Layout-sidebar{display:none}.Layout.Layout--flowRow-until-lg.Layout--divided{--Layout-gutter:0}.Layout.Layout--flowRow-until-lg.Layout--divided .Layout-divider{grid-row:2;height:1px}.Layout-divider--flowRow-hidden:is(.Layout.Layout--flowRow-until-lg.Layout--divided .Layout-divider){display:none}.Layout-divider--flowRow-shallow:is(.Layout.Layout--flowRow-until-lg.Layout--divided .Layout-divider){background:var(--bgColor-inset);border-color:var(--borderColor-default);border-style:solid;border-width:var(--borderWidth-thin) 0;height:8px;margin-right:0}.Layout.Layout--flowRow-until-lg.Layout--divided .Layout-main,.Layout.Layout--flowRow-until-lg.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-sidebar{grid-row:3/span 1}.Layout.Layout--flowRow-until-lg.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-main{grid-row:1}}.Layout{grid-auto-flow:column;grid-template-columns:auto 0 minmax(0,calc(100% - var(--Layout-sidebar-width) - var(--Layout-gutter)));grid-gap:var(--Layout-gutter)}.Layout .Layout-sidebar{grid-column:1}.Layout .Layout-divider{display:none}.Layout .Layout-main{grid-column:2/span 2}@media (min-width:1012px){.Layout{--Layout-gutter:24px}}.Layout.Layout--gutter-none{--Layout-gutter:0px}.Layout.Layout--gutter-condensed{--Layout-gutter:16px}@media (min-width:1012px){.Layout.Layout--gutter-spacious{--Layout-gutter:32px}}@media (min-width:1280px){.Layout.Layout--gutter-spacious{--Layout-gutter:40px}}@media (min-width:544px){.Layout{--Layout-sidebar-width:220px}}@media (min-width:768px){.Layout{--Layout-sidebar-width:256px}}@media (min-width:1012px){.Layout{--Layout-sidebar-width:296px}}@media (min-width:768px){.Layout.Layout--sidebar-narrow{--Layout-sidebar-width:240px}}@media (min-width:1012px){.Layout.Layout--sidebar-narrow{--Layout-sidebar-width:256px}.Layout.Layout--sidebar-wide{--Layout-sidebar-width:320px}}@media (min-width:1280px){.Layout.Layout--sidebar-wide{--Layout-sidebar-width:336px}}.Layout.Layout--sidebarPosition-start .Layout-sidebar{grid-column:1}.Layout.Layout--sidebarPosition-start .Layout-main{grid-column:2/span 2}.Layout.Layout--sidebarPosition-end{grid-template-columns:minmax(0,calc(100% - var(--Layout-sidebar-width) - var(--Layout-gutter))) 0 auto}.Layout.Layout--sidebarPosition-end .Layout-main{grid-column:1}.Layout.Layout--sidebarPosition-end .Layout-sidebar{grid-column:2/span 2}.Layout.Layout--divided .Layout-divider{background:var(--borderColor-default);display:block;grid-column:2;margin-right:-1px;width:1px}.Layout.Layout--divided .Layout-main,.Layout.Layout--divided.Layout--sidebarPosition-end .Layout-sidebar{grid-column:3/span 1}.Layout.Layout--divided.Layout--sidebarPosition-end .Layout-main{grid-column:1}.Layout-divider{display:none;width:1px}.Layout-sidebar{width:var(--Layout-sidebar-width)}.Layout-main{min-width:0}.Layout-main .Layout-main-centered-lg,.Layout-main .Layout-main-centered-md,.Layout-main .Layout-main-centered-xl{margin-left:auto;margin-right:auto}:is(.Layout-main .Layout-main-centered-md,.Layout-main .Layout-main-centered-lg,.Layout-main .Layout-main-centered-xl)>.container-lg,:is(.Layout-main .Layout-main-centered-md,.Layout-main .Layout-main-centered-lg,.Layout-main .Layout-main-centered-xl)>.container-md,:is(.Layout-main .Layout-main-centered-md,.Layout-main .Layout-main-centered-lg,.Layout-main .Layout-main-centered-xl)>.container-xl{margin-left:0}.Layout-main .Layout-main-centered-md{max-width:calc(var(--breakpoint-medium) + var(--Layout-sidebar-width) + var(--Layout-gutter))}.Layout-main .Layout-main-centered-lg{max-width:calc(var(--breakpoint-large) + var(--Layout-sidebar-width) + var(--Layout-gutter))}.Layout-main .Layout-main-centered-xl{max-width:calc(var(--breakpoint-xlarge) + var(--Layout-sidebar-width) + var(--Layout-gutter))}.menu{background-color:var(--bgColor-default);border:var(--borderWidth-thin) solid var(--borderColor-default);border-radius:var(--borderRadius-medium);list-style:none;margin-bottom:var(--stack-gap-normal)}.menu-item{border-bottom:var(--borderWidth-thin) solid var(--borderColor-default);color:var(--fgColor-default);display:block;padding:var(--control-medium-paddingInline-condensed) var(--control-medium-paddingInline-spacious);position:relative}.menu-item:first-child{border-top:0;border-top-right-radius:var(--borderRadius-medium)}.menu-item:first-child,.menu-item:first-child:before{border-top-left-radius:var(--borderRadius-medium)}.menu-item:last-child{border-bottom:0;border-bottom-right-radius:var(--borderRadius-medium)}.menu-item:last-child,.menu-item:last-child:before{border-bottom-left-radius:var(--borderRadius-medium)}.menu-item:hover{background-color:var(--bgColor-neutral-muted);-webkit-text-decoration:none;text-decoration:none}.menu-item:active{background-color:var(--bgColor-muted)}.menu-item.selected,.menu-item[aria-current]:not([aria-current=false]),.menu-item[aria-selected=true]{background-color:var(--menu-bgColor-active);cursor:default}:is(.menu-item.selected,.menu-item[aria-selected=true],.menu-item[aria-current]:not([aria-current=false])):before{background-color:var(--underlineNav-borderColor-active);bottom:0;content:"";left:0;position:absolute;top:0;width:2px}.menu-item .octicon{color:var(--fgColor-muted);margin-right:var(--control-medium-gap);text-align:center;width:16px}.menu-item .Counter{float:right;margin-left:var(--control-small-gap)}.menu-item .menu-warning{color:var(--fgColor-attention);float:right}.menu-item .avatar{float:left;margin-right:var(--control-small-gap)}.menu-item.alert .Counter{color:var(--fgColor-danger)}.menu-heading{border-bottom:var(--borderWidth-thin) solid var(--borderColor-default);color:var(--fgColor-default);display:block;font-size:inherit;font-weight:var(--base-text-weight-semibold);margin-bottom:0;margin-top:0;padding:var(--control-medium-paddingInline-condensed) var(--control-medium-paddingInline-spacious)}.menu-heading:hover{-webkit-text-decoration:none;text-decoration:none}.menu-heading:first-child{border-top-left-radius:var(--borderRadius-medium);border-top-right-radius:var(--borderRadius-medium)}.menu-heading:last-child{border-bottom:0;border-bottom-left-radius:var(--borderRadius-medium);border-bottom-right-radius:var(--borderRadius-medium)}.SegmentedControl{--segmentedControl-item-padding:var(--control-small-paddingBlock);--overlay-offset:0.5rem;background-color:var(--controlTrack-bgColor-rest,var(--color-segmented-control-bg));border-color:var(--controlTrack-borderColor-rest,#0000);border-radius:var(--borderRadius-medium);display:inline-flex;list-style:none}.SegmentedControl--iconOnly .Button--iconOnly.Button--medium,.SegmentedControl--iconOnly .Button--iconOnly.Button--small{padding-inline:0!important;width:100%}.SegmentedControl--small{--segmentedControl-item-padding:var(--control-xsmall-paddingBlock)}.SegmentedControl--small .SegmentedControl-item{height:var(--control-small-size)}:is(.SegmentedControl--small .SegmentedControl-item) .Button{padding-inline:calc(var(--control-xsmall-paddingInline-normal) - var(--segmentedControl-item-padding))}.SegmentedControl--small.SegmentedControl--iconOnly .SegmentedControl-item{width:var(--control-small-size)}.SegmentedControl--medium .SegmentedControl-item{height:var(--control-medium-size)}.SegmentedControl--medium.SegmentedControl--iconOnly .SegmentedControl-item{width:var(--control-medium-size)}.SegmentedControl-item{border:var(--borderWidth-thin) solid #0000;border-radius:var(--borderRadius-medium);display:inline-flex;height:var(--control-medium-size);justify-content:center;padding:var(--segmentedControl-item-padding);position:relative}:is(.SegmentedControl-item .Button--invisible):hover:not(:disabled){background-color:var(--controlTrack-bgColor-hover,var(--color-action-list-item-default-hover-bg))}:is(.SegmentedControl-item .Button--invisible):active:not(:disabled){background-color:var(--controlTrack-bgColor-active,var(--color-action-list-item-default-active-bg))}.SegmentedControl-item.SegmentedControl-item--selected{background-color:var(--controlKnob-bgColor-rest,var(--color-segmented-control-button-bg));border-color:var(--controlKnob-borderColor-rest,var(--color-segmented-control-button-selected-border))}.SegmentedControl-item.SegmentedControl-item--selected .Button{font-weight:var(--base-text-weight-semibold)}:is(.SegmentedControl-item.SegmentedControl-item--selected .Button):hover{background-color:initial}.SegmentedControl-item.SegmentedControl-item--selected:before{border-color:#0000!important}.SegmentedControl-item.SegmentedControl-item--selected+.SegmentedControl-item:before{border-color:#0000}.SegmentedControl-item .Button-label[data-content]:before{content:attr(data-content);display:block;font-weight:var(--base-text-weight-semibold);height:0;visibility:hidden}.SegmentedControl-item:not(:first-child):before{border-left:var(--borderWidth-thin) solid var(--borderColor-default);content:"";inset:0 0 0 -1px;margin-bottom:var(--control-medium-paddingBlock);margin-top:var(--control-medium-paddingBlock);position:absolute}.SegmentedControl-item .Button{border:0;border-radius:calc(var(--borderRadius-medium) - var(--segmentedControl-item-padding)/2);font-weight:var(--base-text-weight-normal);height:100%;min-width:-moz-fit-content;min-width:fit-content;padding-inline:calc(var(--control-medium-paddingInline-normal) - var(--segmentedControl-item-padding));width:100%}:is(.SegmentedControl-item .Button):focus-visible{border-radius:calc(var(--borderRadius-medium) - var(--segmentedControl-item-padding)/1);outline-offset:calc(var(--segmentedControl-item-padding) - var(--borderWidth-thin))}.SegmentedControl-item .Button--invisible.Button--invisible-noVisuals .Button-label{color:var(--button-default-fgColor-rest)}.SegmentedControl-item .Button-content{align-self:stretch;flex:1 1 auto}.SegmentedControl-item .Button-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SegmentedControl--fullWidth{display:flex}.SegmentedControl--fullWidth .SegmentedControl-item{flex:1;justify-content:center}.SelectPanel-emptyPanel,.SelectPanel-loadingPanel{min-height:min(var(--overlay-height) - 10rem,100vh - 2rem)}.Stack{align-content:flex-start;align-items:stretch;display:flex;flex-flow:column;gap:var(--stack-gap,var(--stack-gap-normal,1rem))}.Stack[data-padding-narrow=none],.Stack[data-padding=none]{padding:0}.Stack[data-padding-narrow=condensed],.Stack[data-padding=condensed]{padding:var(--stack-padding-condensed,8px)}.Stack[data-padding-narrow=normal],.Stack[data-padding=normal]{padding:var(--stack-padding-normal,16px)}.Stack[data-padding-narrow=spacious],.Stack[data-padding=spacious]{padding:var(--stack-padding-spacious,24px)}.Stack[data-direction-narrow=horizontal],.Stack[data-direction=horizontal]{flex-flow:row}.Stack[data-direction-narrow=vertical],.Stack[data-direction=vertical]{flex-flow:column}.Stack[data-gap-narrow=none],.Stack[data-gap=none]{--stack-gap:var(--stack-gap-none,0)}.Stack[data-gap-narrow=condensed],.Stack[data-gap=condensed]{--stack-gap:var(--stack-gap-condensed,0.5rem)}.Stack[data-gap-narrow=normal],.Stack[data-gap=normal]{--stack-gap:var(--stack-gap-normal,1rem)}.Stack[data-gap-narrow=spacious],.Stack[data-gap=spacious]{--stack-gap:var(--stack-gap-spacious,1.5rem)}.Stack[data-align-narrow=start],.Stack[data-align=start]{align-items:flex-start}.Stack[data-align-narrow=center],.Stack[data-align=center]{align-items:center}.Stack[data-align-narrow=end],.Stack[data-align=end]{align-items:flex-end}.Stack[data-align-narrow=baseline],.Stack[data-align=baseline]{align-items:baseline}.Stack[data-justify-narrow=start],.Stack[data-justify=start]{justify-content:flex-start}.Stack[data-justify-narrow=center],.Stack[data-justify=center]{justify-content:center}.Stack[data-justify-narrow=end],.Stack[data-justify=end]{justify-content:flex-end}.Stack[data-justify-narrow=space-between],.Stack[data-justify=space-between]{justify-content:space-between}.Stack[data-justify-narrow=space-evenly],.Stack[data-justify=space-evenly]{justify-content:space-evenly}.Stack[data-wrap-narrow=wrap],.Stack[data-wrap=wrap]{flex-wrap:wrap}.Stack[data-wrap-narrow=nowrap],.Stack[data-wrap=nowrap]{flex-wrap:nowrap}@media (min-width:48rem){.Stack[data-padding-regular=none]{padding:0}.Stack[data-padding-regular=condensed]{padding:var(--stack-padding-condensed,8px)}.Stack[data-padding-regular=normal]{padding:var(--stack-padding-normal,16px)}.Stack[data-padding-regular=spacious]{padding:var(--stack-padding-spacious,24px)}.Stack[data-direction-regular=horizontal]{flex-flow:row}.Stack[data-direction-regular=vertical]{flex-flow:column}.Stack[data-gap-regular=none]{--stack-gap:var(--stack-gap-none,0)}.Stack[data-gap-regular=condensed]{--stack-gap:var(--stack-gap-condensed,0.5rem)}.Stack[data-gap-regular=normal]{--stack-gap:var(--stack-gap-normal,1rem)}.Stack[data-gap-regular=spacious]{--stack-gap:var(--stack-gap-spacious,1.5rem)}.Stack[data-align-regular=start]{align-items:flex-start}.Stack[data-align-regular=center]{align-items:center}.Stack[data-align-regular=end]{align-items:flex-end}.Stack[data-align-regular=baseline]{align-items:baseline}.Stack[data-justify-regular=start]{justify-content:flex-start}.Stack[data-justify-regular=center]{justify-content:center}.Stack[data-justify-regular=end]{justify-content:flex-end}.Stack[data-justify-regular=space-between]{justify-content:space-between}.Stack[data-justify-regular=space-evenly]{justify-content:space-evenly}.Stack[data-wrap-regular=wrap]{flex-wrap:wrap}.Stack[data-wrap-regular=nowrap]{flex-wrap:nowrap}}@media (min-width:87.5rem){.Stack[data-padding-wide=none]{padding:0}.Stack[data-padding-wide=condensed]{padding:var(--stack-padding-condensed,8px)}.Stack[data-padding-wide=normal]{padding:var(--stack-padding-normal,16px)}.Stack[data-padding-wide=spacious]{padding:var(--stack-padding-spacious,24px)}.Stack[data-direction-wide=horizontal]{flex-flow:row}.Stack[data-direction-wide=vertical]{flex-flow:column}.Stack[data-gap-wide=none]{--stack-gap:var(--stack-gap-none,0)}.Stack[data-gap-wide=condensed]{--stack-gap:var(--stack-gap-condensed,0.5rem)}.Stack[data-gap-wide=normal]{--stack-gap:var(--stack-gap-normal,1rem)}.Stack[data-gap-wide=spacious]{--stack-gap:var(--stack-gap-spacious,1.5rem)}.Stack[data-align-wide=start]{align-items:flex-start}.Stack[data-align-wide=center]{align-items:center}.Stack[data-align-wide=end]{align-items:flex-end}.Stack[data-align-wide=baseline]{align-items:baseline}.Stack[data-justify-wide=start]{justify-content:flex-start}.Stack[data-justify-wide=center]{justify-content:center}.Stack[data-justify-wide=end]{justify-content:flex-end}.Stack[data-justify-wide=space-between]{justify-content:space-between}.Stack[data-justify-wide=space-evenly]{justify-content:space-evenly}.Stack[data-wrap-wide=wrap]{flex-wrap:wrap}.Stack[data-wrap-wide=nowrap]{flex-wrap:nowrap}}.StackItem{flex:0 1 auto;min-inline-size:0}.StackItem[data-grow-narrow=true],.StackItem[data-grow=true]{flex-grow:1}@media (min-width:48rem){.StackItem[data-grow-regular=true]{flex-grow:1}.StackItem[data-grow-regular=false]{flex-grow:0}}@media (min-width:87.5rem){.StackItem[data-grow-wide=true]{flex-grow:1}.StackItem[data-grow-wide=false]{flex-grow:0}}.tabnav{border-bottom:var(--borderWidth-thin) solid var(--borderColor-default);margin-bottom:var(--stack-gap-normal);margin-top:0}.tabnav-tabs{display:flex;margin-bottom:calc(var(--borderWidth-thin)*-1);overflow:hidden}.tabnav-tab{background-color:initial;border:var(--borderWidth-thin) solid #0000;border-bottom:0;color:var(--fgColor-muted);display:inline-block;flex-shrink:0;font-size:var(--text-body-size-medium);line-height:23px;padding:var(--base-size-8) var(--control-medium-paddingInline-spacious);-webkit-text-decoration:none;text-decoration:none;transition:color .2s cubic-bezier(.3,0,.5,1)}.tabnav-tab.selected,.tabnav-tab[aria-current]:not([aria-current=false]),.tabnav-tab[aria-selected=true]{background-color:var(--bgColor-default);border-color:var(--borderColor-default);border-radius:var(--borderRadius-medium) var(--borderRadius-medium) 0 0;color:var(--fgColor-default)}:is(.tabnav-tab.selected,.tabnav-tab[aria-selected=true],.tabnav-tab[aria-current]:not([aria-current=false])) .octicon{color:inherit}.tabnav-tab:hover{color:var(--fgColor-default);-webkit-text-decoration:none;text-decoration:none;transition-duration:.1s}.tabnav-tab:focus,.tabnav-tab:focus-visible{border-radius:var(--borderRadius-medium) var(--borderRadius-medium) 0 0!important;outline-offset:-6px}.tabnav-tab .octicon,.tabnav-tab:active{color:var(--fgColor-muted)}.tabnav-tab .octicon{margin-right:var(--control-small-gap)}.tabnav-tab .Counter{color:inherit;margin-left:var(--control-small-gap)}.tabnav-extra{color:var(--fgColor-muted);display:inline-block;font-size:var(--text-body-size-small);margin-left:10px;padding-top:10px}.tabnav-extra>.octicon{margin-right:var(--base-size-2)}a.tabnav-extra:hover{color:var(--fgColor-accent);-webkit-text-decoration:none;text-decoration:none}.tabnav-btn{margin-left:var(--controlStack-medium-gap-condensed)}.FormControl{display:inline-flex;flex-direction:column;gap:var(--base-size-4)}.FormControl--fullWidth{display:flex}.FormControl-label{color:var(--fgColor-default);font-size:var(--text-body-size-medium);font-weight:var(--base-text-weight-semibold);line-height:var(--text-body-lineHeight-medium)}.FormControl-caption{color:var(--fgColor-muted);font-weight:var(--text-caption-weight);margin-bottom:0}.FormControl-caption,.FormControl-inlineValidation{font-size:var(--text-caption-size);line-height:var(--text-caption-lineHeight)}.FormControl-inlineValidation{color:var(--control-danger-fgColor-rest);display:flex;font-weight:var(--base-text-weight-semibold);fill:var(--control-danger-fgColor-rest);align-items:flex-start;flex-direction:row;gap:var(--base-size-4)}.FormControl-inlineValidation p{margin-bottom:0}.FormControl-inlineValidation--success{color:var(--fgColor-success);fill:var(--fgColor-success)}.FormControl-inlineValidation--visual{align-items:center;display:flex;min-height:var(--base-size-16)}.FormControl-spacingWrapper{display:flex;flex-direction:column;row-gap:var(--stack-gap-normal)}.FormControl-horizontalGroup{-moz-column-gap:.5rem;column-gap:.5rem;display:flex}.FormControl-input,.FormControl-select,.FormControl-textarea{background-color:var(--bgColor-default);border:var(--borderWidth-thin) solid var(--control-borderColor-rest,var(--color-border-default));box-shadow:var(--shadow-inset);color:var(--fgColor-default)}[disabled]:is(.FormControl-input,.FormControl-select,.FormControl-textarea){background-color:var(--control-bgColor-disabled);border-color:var(--control-borderColor-disabled);box-shadow:none;color:var(--control-fgColor-disabled);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--control-fgColor-disabled)}[invalid=true]:is(.FormControl-input,.FormControl-select,.FormControl-textarea):not(:focus){border-color:var(--control-borderColor-danger)}[invalid=false]:is(.FormControl-input,.FormControl-select,.FormControl-textarea):not(:focus){border-color:var(--control-borderColor-success)}:is(.FormControl-input,.FormControl-select,.FormControl-textarea):not([type=checkbox],[type=radio]):focus{border-color:var(--focus-outlineColor);box-shadow:inset 0 0 0 1px var(--focus-outlineColor);outline:none}:is(.FormControl-input,.FormControl-select,.FormControl-textarea):not([type=checkbox],[type=radio]):focus:not(:focus-visible){border-color:#0000;border-color:var(--focus-outlineColor);box-shadow:inset 0 0 0 1px #0000 var(--focus-outlineColor);outline:none}:is(.FormControl-input,.FormControl-select,.FormControl-textarea):not([type=checkbox],[type=radio]):focus-visible{border-color:var(--focus-outlineColor);box-shadow:inset 0 0 0 1px var(--focus-outlineColor);outline:none}.FormControl-input,.FormControl-select,.FormControl-textarea{border-radius:var(--borderRadius-medium);font-size:var(--text-body-size-medium);line-height:var(--text-body-lineHeight-medium);padding-block:calc(var(--control-medium-paddingBlock) - var(--borderWidth-thin));padding-inline:var(--control-medium-paddingInline-condensed);transition:80ms cubic-bezier(.33,1,.68,1);transition-property:color,background-color,box-shadow,border-color;width:100%}[disabled]:is(.FormControl-input,.FormControl-select,.FormControl-textarea)::-moz-placeholder{color:var(--control-fgColor-disabled)}[disabled]:is(.FormControl-input,.FormControl-select,.FormControl-textarea)::placeholder{color:var(--control-fgColor-disabled)}[readonly]:is(.FormControl-input,.FormControl-select,.FormControl-textarea){background-color:var(--control-bgColor-disabled)}:is(.FormControl-input,.FormControl-select,.FormControl-textarea)::-moz-placeholder{color:var(--control-fgColor-placeholder);opacity:1}:is(.FormControl-input,.FormControl-select,.FormControl-textarea)::placeholder{color:var(--control-fgColor-placeholder);opacity:1}.FormControl-small:is(.FormControl-input,.FormControl-select,.FormControl-textarea){font-size:var(--text-body-size-small);height:var(--control-small-size);padding-block:var(--control-small-paddingBlock);padding-inline:var(--control-small-paddingInline-normal)}.FormControl-medium:is(.FormControl-input,.FormControl-select,.FormControl-textarea){height:var(--control-medium-size)}.FormControl-large:is(.FormControl-input,.FormControl-select,.FormControl-textarea){height:var(--control-large-size);padding-block:var(--control-large-paddingBlock);padding-inline:var(--control-large-paddingInline-normal)}.FormControl-inset:is(.FormControl-input,.FormControl-select,.FormControl-textarea){background-color:var(--bgColor-muted)}.FormControl-inset:is(.FormControl-input,.FormControl-select,.FormControl-textarea):focus,.FormControl-inset:is(.FormControl-input,.FormControl-select,.FormControl-textarea):focus-visible{background-color:var(--bgColor-default)}.FormControl-monospace:is(.FormControl-input,.FormControl-select,.FormControl-textarea){font-family:var(--fontStack-monospace)}.FormControl-error:is(.FormControl-input,.FormControl-select,.FormControl-textarea){border-color:var(--control-borderColor-danger)}.FormControl-success:is(.FormControl-input,.FormControl-select,.FormControl-textarea){border-color:var(--control-borderColor-success)}.FormControl-warning:is(.FormControl-input,.FormControl-select,.FormControl-textarea){border-color:var(--control-borderColor-warning)}.FormControl-toggleSwitchInput{align-items:flex-start;display:flex;gap:var(--base-size-16)}.FormControl-input-wrap{display:grid;position:relative}.FormControl-input-wrap .FormControl-input-leadingVisualWrap{color:var(--fgColor-muted);display:block;height:var(--base-size-16);left:var(--base-size-8);pointer-events:none;position:absolute;top:var(--base-size-8);width:var(--base-size-16)}:is(.FormControl-input-wrap .FormControl-input-leadingVisualWrap) .FormControl-input-leadingVisual{display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.FormControl-input-wrap .FormControl-input-trailingAction{align-items:center;background:#0000;border:0;border-radius:var(--borderRadius-small);color:var(--fgColor-muted);cursor:pointer;display:grid;height:var(--control-xsmall-size);justify-content:center;padding:0;position:absolute;right:var(--base-size-4);top:var(--base-size-4);transition:.2s cubic-bezier(.3,0,.5,1);transition-property:color,background-color,border-color;width:var(--control-xsmall-size);z-index:4}:is(.FormControl-input-wrap .FormControl-input-trailingAction) svg{-webkit-user-select:none;-moz-user-select:none;user-select:none}[disabled]:is(.FormControl-input-wrap .FormControl-input-trailingAction){color:var(--control-fgColor-disabled);pointer-events:none}:is(.FormControl-input-wrap .FormControl-input-trailingAction):hover{background:var(--control-transparent-bgColor-hover)}:is(.FormControl-input-wrap .FormControl-input-trailingAction):active{background:var(--control-transparent-bgColor-active)}.FormControl-input-trailingAction--divider:is(.FormControl-input-wrap .FormControl-input-trailingAction):before{background:var(--borderColor-default);content:"";display:block;height:var(--base-size-16);left:calc(var(--base-size-4)*-1);position:absolute;top:calc((var(--control-xsmall-size) - var(--base-size-16))/2);width:var(--borderWidth-thin)}:is(:is(.FormControl-input-wrap .FormControl-input-trailingAction):after){content:"";height:100%;left:50%;min-height:var(--control-medium-size) var(--control-medium-size);position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:100%}@media (pointer:coarse){:is(.FormControl-input-wrap .FormControl-input-trailingAction):after{min-height:var(--control-minTarget-coarse);min-width:var(--control-minTarget-coarse)}}.FormControl-input-wrap.FormControl-input-wrap--leadingVisual .FormControl-input{padding-inline-start:calc(var(--control-medium-paddingInline-condensed) + var(--base-size-16) + var(--control-medium-gap))}.FormControl-input-wrap.FormControl-input-wrap--trailingAction .FormControl-input{padding-inline-end:calc(var(--control-medium-paddingInline-condensed) + var(--base-size-16) + var(--control-medium-gap))}.FormControl-input-wrap.FormControl-input-wrap--trailingAction.FormControl-input-wrap-trailingAction--divider .FormControl-input{padding-inline-end:calc(var(--control-medium-paddingInline-condensed) + var(--base-size-16) + var(--control-medium-gap) + var(--borderWidth-thin))}.FormControl-input-wrap.FormControl-input-wrap--small .FormControl-input-leadingVisualWrap{left:calc(var(--control-medium-paddingInline-condensed) - var(--base-size-2));top:calc(var(--control-medium-paddingInline-condensed) - var(--base-size-2))}.FormControl-input-wrap.FormControl-input-wrap--small.FormControl-input-wrap--trailingAction .FormControl-input.FormControl-small{padding-inline-end:calc(var(--control-small-paddingInline-condensed) + var(--base-size-16) + var(--control-small-gap))}.FormControl-input-wrap.FormControl-input-wrap--small.FormControl-input-wrap--trailingAction.FormControl-input-wrap-trailingAction--divider .FormControl-input.FormControl-small{padding-inline-end:calc(var(--control-small-paddingInline-condensed) + var(--base-size-16) + var(--control-small-gap) + var(--borderWidth-thin))}.FormControl-input-wrap.FormControl-input-wrap--small .FormControl-input-trailingAction{height:calc(var(--control-small-size) - var(--base-size-8));width:calc(var(--control-small-size) - var(--base-size-8))}:is(.FormControl-input-wrap.FormControl-input-wrap--small .FormControl-input-trailingAction):before{top:calc((var(--control-xsmall-size) - var(--base-size-16))/4)}.FormControl-input-wrap.FormControl-input-wrap--large .FormControl-input-leadingVisualWrap{left:var(--control-medium-paddingInline-normal);top:var(--control-medium-paddingInline-normal)}.FormControl-input-wrap.FormControl-input-wrap--large.FormControl-input-wrap--leadingVisual .FormControl-input.FormControl-large{padding-inline-start:calc(var(--control-large-paddingInline-normal) + var(--base-size-16) + var(--control-large-gap))}.FormControl-input-wrap.FormControl-input-wrap--large.FormControl-input-wrap--trailingAction .FormControl-input.FormControl-large{padding-inline-end:calc(var(--control-large-paddingInline-normal) + var(--base-size-16) + var(--control-large-gap))}.FormControl-input-wrap.FormControl-input-wrap--large.FormControl-input-wrap--trailingAction.FormControl-input-wrap-trailingAction--divider .FormControl-input.FormControl-large{padding-inline-end:calc(var(--control-large-paddingInline-normal) + var(--base-size-16) + var(--control-large-gap) + var(--borderWidth-thin))}.FormControl-input-wrap.FormControl-input-wrap--large .FormControl-input-trailingAction{height:var(--control-small-size);right:calc(var(--control-medium-paddingInline-condensed) - var(--base-size-2));top:calc(var(--control-medium-paddingInline-condensed) - var(--base-size-2));width:var(--control-small-size)}:is(.FormControl-input-wrap.FormControl-input-wrap--large .FormControl-input-trailingAction):before{height:var(--base-size-20);top:unset}.FormControl-select-wrap{display:grid;grid-template-columns:minmax(0,auto) var(--base-size-16)}.FormControl-select-wrap:after{background-color:var(--bgColor-neutral-emphasis);content:"";grid-column:2;grid-row:1;height:var(--base-size-16);-webkit-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iIzU4NjA2OSI+PHBhdGggZD0ibTQuNDI3IDkuNDI3IDMuMzk2IDMuMzk2YS4yNS4yNSAwIDAgMCAuMzU0IDBsMy4zOTYtMy4zOTZBLjI1LjI1IDAgMCAwIDExLjM5NiA5SDQuNjA0YS4yNS4yNSAwIDAgMC0uMTc3LjQyN000LjQyMyA2LjQ3IDcuODIgMy4wNzJhLjI1LjI1IDAgMCAxIC4zNTQgMEwxMS41NyA2LjQ3YS4yNS4yNSAwIDAgMS0uMTc3LjQyN0g0LjZhLjI1LjI1IDAgMCAxLS4xNzctLjQyNyIvPjwvc3ZnPg==");mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iIzU4NjA2OSI+PHBhdGggZD0ibTQuNDI3IDkuNDI3IDMuMzk2IDMuMzk2YS4yNS4yNSAwIDAgMCAuMzU0IDBsMy4zOTYtMy4zOTZBLjI1LjI1IDAgMCAwIDExLjM5NiA5SDQuNjA0YS4yNS4yNSAwIDAgMC0uMTc3LjQyN000LjQyMyA2LjQ3IDcuODIgMy4wNzJhLjI1LjI1IDAgMCAxIC4zNTQgMEwxMS41NyA2LjQ3YS4yNS4yNSAwIDAgMS0uMTc3LjQyN0g0LjZhLjI1LjI1IDAgMCAxLS4xNzctLjQyNyIvPjwvc3ZnPg==");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;padding-right:var(--base-size-4);place-self:center end;pointer-events:none;width:var(--base-size-16)}.FormControl-select-wrap .FormControl-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;grid-column:1/-1;grid-row:1;padding-right:var(--base-size-20)}.FormControl-select-wrap[data-multiple]:after{content:none}.FormControl-select-wrap[data-multiple] .FormControl-select{padding-right:var(--base-size-8)}.FormControl-checkbox-wrap,.FormControl-radio-wrap{display:inline-grid;gap:var(--base-size-8);grid-template-columns:min-content auto}:is(.FormControl-checkbox-wrap,.FormControl-radio-wrap) .FormControl-checkbox-labelWrap,:is(.FormControl-checkbox-wrap,.FormControl-radio-wrap) .FormControl-radio-labelWrap{display:flex;flex-direction:column;gap:var(--base-size-4)}:is(.FormControl-checkbox-wrap,.FormControl-radio-wrap) .FormControl-label{cursor:pointer}.FormControl-check-group-wrap fieldset,.FormControl-radio-group-wrap fieldset{border:0;margin:0;padding:0}input[type=checkbox].FormControl-checkbox{background-color:var(--bgColor-default);border:var(--borderWidth-thin) solid var(--control-borderColor-rest,var(--color-border-default));box-shadow:var(--shadow-inset);color:var(--fgColor-default)}input.FormControl-checkbox[type=checkbox][disabled]{background-color:var(--control-bgColor-disabled);border-color:var(--control-borderColor-disabled);box-shadow:none;color:var(--control-fgColor-disabled);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--control-fgColor-disabled)}input.FormControl-checkbox[type=checkbox][invalid=true]:not(:focus){border-color:var(--control-borderColor-danger)}input.FormControl-checkbox[type=checkbox][invalid=false]:not(:focus){border-color:var(--control-borderColor-success)}input.FormControl-checkbox[type=checkbox]:not([type=checkbox],[type=radio]):focus{border-color:var(--focus-outlineColor);box-shadow:inset 0 0 0 1px var(--focus-outlineColor);outline:none}input.FormControl-checkbox[type=checkbox]:not([type=checkbox],[type=radio]):focus:not(:focus-visible){border-color:#0000;border-color:var(--focus-outlineColor);box-shadow:inset 0 0 0 1px #0000 var(--focus-outlineColor);outline:none}input.FormControl-checkbox[type=checkbox]:not([type=checkbox],[type=radio]):focus-visible{border-color:var(--focus-outlineColor);box-shadow:inset 0 0 0 1px var(--focus-outlineColor);outline:none}input[type=checkbox].FormControl-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-color:var(--control-borderColor-emphasis);border-radius:var(--borderRadius-small);cursor:pointer;display:grid;height:var(--base-size-16);margin:0;margin-top:var(--base-size-2);place-content:center;position:relative;transition:background-color,border-color 80ms cubic-bezier(.33,1,.68,1);width:var(--base-size-16)}input.FormControl-checkbox[type=checkbox]:before{animation:checkmarkOut 80ms cubic-bezier(.65,0,.35,1) forwards;background-color:var(--control-checked-fgColor-rest);clip-path:inset(var(--base-size-16) 0 0 0);content:"";height:var(--base-size-16);-webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS43OC4yMmEuNzUuNzUgMCAwIDEgMCAxLjA2MWwtNy4yNiA3LjI2YS43NS43NSAwIDAgMS0xLjA2MiAwTC4yMDIgNS4yODVhLjc1Ljc1IDAgMCAxIDEuMDYxLTEuMDYxbDIuNzI1IDIuNzIzTDEwLjcxOC4yMmEuNzUuNzUgMCAwIDEgMS4wNjIgMCIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS43OC4yMmEuNzUuNzUgMCAwIDEgMCAxLjA2MWwtNy4yNiA3LjI2YS43NS43NSAwIDAgMS0xLjA2MiAwTC4yMDIgNS4yODVhLjc1Ljc1IDAgMCAxIDEuMDYxLTEuMDYxbDIuNzI1IDIuNzIzTDEwLjcxOC4yMmEuNzUuNzUgMCAwIDEgMS4wNjIgMCIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:75%;mask-size:75%;transition:visibility 0s linear .23s;visibility:hidden;width:var(--base-size-16)}:is(input.FormControl-checkbox[type=checkbox]:after){content:"";height:100%;left:50%;min-height:var(--control-medium-size) var(--control-medium-size);position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:100%}:is(input.FormControl-checkbox[type=checkbox][disabled]~.FormControl-checkbox-labelWrap) .FormControl-label{color:var(--control-fgColor-disabled);cursor:not-allowed}input.FormControl-checkbox[type=checkbox]:checked{background:var(--control-checked-bgColor-rest,var(--color-accent-fg));border-color:var(--control-checked-borderColor-rest,var(--color-accent-fg));transition:background-color,border-color 80ms cubic-bezier(.32,0,.67,0) 0s}input.FormControl-checkbox[type=checkbox]:checked:before{animation:checkmarkIn 80ms cubic-bezier(.65,0,.35,1) 80ms forwards;transition:visibility 0s linear 0s;visibility:visible}input.FormControl-checkbox[type=checkbox]:checked:disabled{background-color:var(--control-fgColor-disabled);border-color:var(--control-fgColor-disabled);cursor:not-allowed;opacity:1}input.FormControl-checkbox[type=checkbox]:checked:disabled:before{background-color:var(--control-checked-fgColor-rest)}@media (forced-colors:active){input.FormControl-checkbox[type=checkbox]:checked{background-color:canvastext;border-color:canvastext}}input.FormControl-checkbox[type=checkbox]:focus-visible{box-shadow:none;outline:2px solid var(--focus-outlineColor);outline-offset:2px}input.FormControl-checkbox[type=checkbox]:indeterminate:before{-webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIyIiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDFhMSAxIDAgMCAxIDEtMWg4YTEgMSAwIDEgMSAwIDJIMWExIDEgMCAwIDEtMS0xIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIyIiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDFhMSAxIDAgMCAxIDEtMWg4YTEgMSAwIDEgMSAwIDJIMWExIDEgMCAwIDEtMS0xIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");visibility:visible}input[type=radio].FormControl-radio{background-color:var(--bgColor-default);border:var(--borderWidth-thin) solid var(--control-borderColor-rest,var(--color-border-default));box-shadow:var(--shadow-inset);color:var(--fgColor-default)}input.FormControl-radio[type=radio][disabled]{background-color:var(--control-bgColor-disabled);border-color:var(--control-borderColor-disabled);box-shadow:none;color:var(--control-fgColor-disabled);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--control-fgColor-disabled)}input.FormControl-radio[type=radio][invalid=true]:not(:focus){border-color:var(--control-borderColor-danger)}input.FormControl-radio[type=radio][invalid=false]:not(:focus){border-color:var(--control-borderColor-success)}input.FormControl-radio[type=radio]:not([type=checkbox],[type=radio]):focus{border-color:var(--focus-outlineColor);box-shadow:inset 0 0 0 1px var(--focus-outlineColor);outline:none}input.FormControl-radio[type=radio]:not([type=checkbox],[type=radio]):focus:not(:focus-visible){border-color:#0000;border-color:var(--focus-outlineColor);box-shadow:inset 0 0 0 1px #0000 var(--focus-outlineColor);outline:none}input.FormControl-radio[type=radio]:not([type=checkbox],[type=radio]):focus-visible{border-color:var(--focus-outlineColor);box-shadow:inset 0 0 0 1px var(--focus-outlineColor);outline:none}input[type=radio].FormControl-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-color:var(--control-borderColor-emphasis);border-radius:var(--borderRadius-full);cursor:pointer;height:var(--base-size-16);margin:0;margin-top:var(--base-size-2);position:relative;transition:background-color,border-color 80ms cubic-bezier(.33,1,.68,1);width:var(--base-size-16)}:is(input.FormControl-radio[type=radio]:after){content:"";height:100%;left:50%;min-height:var(--control-medium-size) var(--control-medium-size);position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:100%}:is(input.FormControl-radio[type=radio][disabled]~.FormControl-radio-labelWrap) .FormControl-label{color:var(--control-fgColor-disabled);cursor:not-allowed}input.FormControl-radio[type=radio]:checked{border-color:var(--control-checked-borderColor-rest,var(--color-accent-fg));border-width:var(--base-size-4)}input.FormControl-radio[type=radio]:checked:disabled,input.FormControl-radio[type=radio][disabled]:checked{border-color:var(--control-fgColor-disabled);cursor:not-allowed}:is(:is(input.FormControl-radio[type=radio][disabled]:checked,input.FormControl-radio[type=radio]:checked:disabled)~.FormControl-radio-labelWrap) .FormControl-label{color:var(--control-fgColor-disabled);cursor:not-allowed}input.FormControl-radio[type=radio]:focus-visible{box-shadow:none;outline:2px solid var(--focus-outlineColor);outline-offset:2px}@media (forced-colors:active){input[type=radio].FormControl-radio{background-color:canvastext;border-color:canvastext}}@keyframes checkmarkIn{0%{clip-path:inset(var(--base-size-16) 0 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes checkmarkOut{0%{clip-path:inset(0 0 0 0)}to{clip-path:inset(var(--base-size-16) 0 0 0)}}.ToggleSwitch,.ToggleSwitch.ToggleSwitch{display:inline-flex}.ToggleSwitch{align-items:center;gap:var(--controlStack-medium-gap-condensed)}.ToggleSwitch--checked .ToggleSwitch-statusOn{height:auto;visibility:visible}.ToggleSwitch--checked .ToggleSwitch-statusOff{height:0;visibility:hidden}.ToggleSwitch-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--controlTrack-bgColor-rest);border:var(--borderWidth-thin) solid var(--controlTrack-borderColor-rest);border-radius:var(--borderRadius-medium);cursor:pointer;display:block;height:var(--control-medium-size);overflow:hidden;padding:0;position:relative;-webkit-text-decoration:none;text-decoration:none;transition-duration:80ms;transition-property:background-color,border-color;transition-timing-function:cubic-bezier(.5,1,.89,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--base-size-64)}.ToggleSwitch-track:focus,.ToggleSwitch-track:focus-visible{outline-offset:1px}.ToggleSwitch-track:hover{background-color:var(--controlTrack-bgColor-hover)}.ToggleSwitch-track:active{background-color:var(--controlTrack-bgColor-active)}@media (pointer:coarse){:is(.ToggleSwitch-track:before){content:"";height:100%;left:50%;min-height:44px;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:100%}}@media (prefers-reduced-motion){.ToggleSwitch-track,.ToggleSwitch-track *{transition:none}}.ToggleSwitch-track[aria-pressed=true][disabled]{background-color:var(--controlTrack-bgColor-disabled);border-color:#0000;color:var(--control-checked-fgColor-disabled)}.ToggleSwitch-track[aria-pressed=true]{background-color:var(--control-checked-bgColor-rest);border-color:var(--borderColor-transparent)}.ToggleSwitch-track[aria-pressed=true]:not([disabled]):hover{background-color:var(--control-checked-bgColor-hover)}.ToggleSwitch-track[aria-pressed=true]:not([disabled]):active{background-color:var(--control-checked-bgColor-active)}.ToggleSwitch-track[aria-pressed=true] .ToggleSwitch-knob{background-color:var(--controlKnob-bgColor-checked);border-color:var(--controlKnob-borderColor-checked);transform:translateX(100%)}.ToggleSwitch-track[aria-pressed=true] .ToggleSwitch-lineIcon{transform:translateX(0)}.ToggleSwitch-track[aria-pressed=true] .ToggleSwitch-circleIcon{transform:translateX(100%)}.ToggleSwitch-track[disabled]{background-color:var(--controlTrack-bgColor-disabled);border-color:#0000;cursor:not-allowed;transition-property:none}.ToggleSwitch-track[disabled] .ToggleSwitch-knob{border-color:var(--borderColor-default);box-shadow:none}.ToggleSwitch-track[disabled] .ToggleSwitch-circleIcon,.ToggleSwitch-track[disabled] .ToggleSwitch-lineIcon{color:var(--controlTrack-fgColor-disabled)}.ToggleSwitch-icons{align-items:center;display:flex;height:100%;overflow:hidden;width:100%}.ToggleSwitch-lineIcon{color:var(--control-checked-fgColor-rest);transform:translateX(-100%)}.ToggleSwitch-circleIcon,.ToggleSwitch-lineIcon{flex:1 0 50%;line-height:0;transition-duration:80ms;transition-property:transform}.ToggleSwitch-circleIcon{color:var(--controlTrack-fgColor-rest);transform:translateX(0)}.ToggleSwitch-knob{background-color:var(--controlKnob-bgColor-rest);border:var(--borderWidth-thin) solid var(--controlKnob-borderColor-rest);border-radius:var(--borderRadius-medium);bottom:0;box-shadow:var(--shadow-resting-medium),var(--button-default-shadow-inset);position:absolute;top:0;transition-duration:80ms;transition-property:transform;transition-timing-function:cubic-bezier(.5,1,.89,1);width:50%;z-index:1}@media (prefers-reduced-motion){.ToggleSwitch-knob{transition:none}}.ToggleSwitch-status{color:var(--fgColor-default);font-size:var(--text-body-size-medium);line-height:var(--text-title-lineHeight-large);position:relative;text-align:right}.ToggleSwitch-statusIcon{display:flex;margin-top:.063rem;width:var(--base-size-16)}.ToggleSwitch--small .ToggleSwitch-status{font-size:var(--text-body-size-small)}.ToggleSwitch--small .ToggleSwitch-track{height:var(--control-xsmall-size);width:var(--base-size-48)}.ToggleSwitch--disabled .ToggleSwitch-status{color:var(--fgColor-muted)}.ToggleSwitch-statusOn{height:0;visibility:hidden}.ToggleSwitch-statusOff{height:auto;visibility:visible}.ToggleSwitch--statusAtEnd{flex-direction:row-reverse}.ToggleSwitch--statusAtEnd .ToggleSwitch-status{text-align:left}.UnderlineNav{box-shadow:inset 0 -1px 0 var(--borderColor-muted);display:flex;min-height:var(--base-size-48);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:auto;justify-content:space-between}.UnderlineNav .Counter{background-color:var(--bgColor-neutral-muted,var(--color-neutral-muted));color:var(--fgColor-default);margin-left:var(--control-medium-gap)}.UnderlineNav .Counter--primary{background-color:var(--bgColor-neutral-emphasis);color:var(--fgColor-onEmphasis)}.UnderlineNav-body{align-items:center;display:flex;gap:var(--control-medium-gap);list-style:none}.UnderlineNav-item{align-items:center;background-color:initial;border:0;border-radius:var(--borderRadius-medium);color:var(--fgColor-default);cursor:pointer;display:flex;font-size:var(--text-body-size-medium);line-height:30px;padding:0 var(--control-medium-paddingInline-condensed);position:relative;text-align:center;white-space:nowrap}.UnderlineNav-item:focus,.UnderlineNav-item:focus-visible,.UnderlineNav-item:hover{border-bottom-color:var(--borderColor-neutral-muted);color:var(--fgColor-default);outline-offset:-2px;-webkit-text-decoration:none;text-decoration:none;transition:border-bottom-color .12s ease-out}.UnderlineNav-item [data-content]:before{content:attr(data-content);display:block;font-weight:var(--base-text-weight-semibold);height:0;visibility:hidden}:is(.UnderlineNav-item:before){content:"";height:100%;left:50%;min-height:48px;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:100%}@media (pointer:fine){.UnderlineNav-item:hover{background:var(--control-transparent-bgColor-hover);color:var(--fgColor-default);-webkit-text-decoration:none;text-decoration:none;transition:background .12s ease-out}}.UnderlineNav-item.selected,.UnderlineNav-item[aria-current]:not([aria-current=false]),.UnderlineNav-item[role=tab][aria-selected=true]{border-bottom-color:var(--underlineNav-borderColor-active);color:var(--fgColor-default);font-weight:var(--base-text-weight-semibold)}:is(.UnderlineNav-item.selected,.UnderlineNav-item[role=tab][aria-selected=true],.UnderlineNav-item[aria-current]:not([aria-current=false])):after{background:var(--underlineNav-borderColor-active);border-radius:var(--borderRadius-medium);bottom:calc(50% - var(--base-size-24));content:"";height:2px;position:absolute;right:50%;transform:translate(50%,-50%);width:100%;z-index:1}.UnderlineNav--right{justify-content:flex-end}.UnderlineNav--right .UnderlineNav-actions{flex:1 1 auto}.UnderlineNav-actions{align-self:center}.UnderlineNav--full{display:block}.UnderlineNav--full .UnderlineNav-body{min-height:var(--base-size-48)}.UnderlineNav-octicon{color:var(--fgColor-muted);display:inline!important;margin-right:var(--control-medium-gap);fill:var(--fgColor-muted)}.UnderlineNav-container{display:flex;justify-content:space-between}.avatar{background-color:var(--avatar-bgColor);border-radius:var(--borderRadius-medium);box-shadow:0 0 0 1px var(--avatar-borderColor);display:inline-block;flex-shrink:0;line-height:1;overflow:hidden;vertical-align:middle}.avatar-link{float:left;line-height:1}.avatar-group-item{display:inline-block;margin-bottom:var(--base-size-4)}.avatar-1,.avatar-2,.avatar-small{border-radius:var(--borderRadius-small)}.avatar-1{height:var(--base-size-16);width:var(--base-size-16)}.avatar-2{height:var(--base-size-20);width:var(--base-size-20)}.avatar-3{height:var(--base-size-24);width:var(--base-size-24)}.avatar-4{height:var(--base-size-28);width:var(--base-size-28)}.avatar-5{height:var(--base-size-32);width:var(--base-size-32)}.avatar-6{height:var(--base-size-40);width:var(--base-size-40)}.avatar-7{height:var(--base-size-48);width:var(--base-size-48)}.avatar-8{height:var(--base-size-64);width:var(--base-size-64)}.AvatarStack{height:20px;min-width:26px;position:relative}.AvatarStack .AvatarStack-body{position:absolute}.AvatarStack.AvatarStack--two{min-width:36px}.AvatarStack.AvatarStack--three-plus{min-width:46px}.AvatarStack-body{background:var(--bgColor-default);border-radius:100px;display:flex}.AvatarStack-body .avatar{background-color:var(--bgColor-default);border-radius:var(--borderRadius-small);border-right:var(--borderWidth-thin) solid var(--bgColor-default);box-shadow:none;box-sizing:initial;display:flex;height:20px;margin-right:-11px;position:relative;transition:margin .1s ease-in-out;width:20px;z-index:2}:is(.AvatarStack-body .avatar):first-child{z-index:3}:is(.AvatarStack-body .avatar):last-child{border-right:0;z-index:1}:is(.AvatarStack-body .avatar) img{border-radius:var(--borderRadius-small)}:is(.AvatarStack-body .avatar):nth-child(n+4){display:none;opacity:0}.AvatarStack-body:hover .avatar{margin-right:var(--base-size-4)}.AvatarStack-body:hover .avatar:nth-child(n+4){display:flex;opacity:1}.AvatarStack-body:hover .avatar-more{display:none!important}.avatar.avatar-more{background:var(--bgColor-muted);margin-right:0;z-index:1}.avatar.avatar-more:after,.avatar.avatar-more:before{border-radius:2px;content:"";display:block;height:20px;outline:var(--borderWidth-thin) solid var(--bgColor-default);position:absolute}.avatar.avatar-more:before{background:var(--avatarStack-fade-bgColor-muted);width:17px}.avatar.avatar-more:after{background:var(--avatarStack-fade-bgColor-default);width:14px}.AvatarStack--right .AvatarStack-body{flex-direction:row-reverse;right:0}:is(.AvatarStack--right .AvatarStack-body):hover .avatar{margin-left:var(--base-size-4);margin-right:0}:is(.AvatarStack--right .AvatarStack-body) .avatar:not(:last-child){border-left:0}.AvatarStack--right .avatar.avatar-more{background:var(--avatarStack-fade-bgColor-default)}:is(.AvatarStack--right .avatar.avatar-more):before{width:5px}:is(.AvatarStack--right .avatar.avatar-more):after{background:var(--bgColor-muted);width:2px}.AvatarStack--right .avatar{border-left:var(--borderWidth-thin) solid var(--bgColor-default);border-right:0;margin-left:-11px;margin-right:0}.Box{background-color:var(--bgColor-default);border-color:var(--borderColor-default);border-radius:var(--borderRadius-medium);border-style:solid;border-width:var(--borderWidth-thin)}.Box--condensed{line-height:1.25}.Box--condensed .Box-body,.Box--condensed .Box-footer,.Box--condensed .Box-header{padding:var(--stack-padding-condensed) var(--stack-padding-normal)}.btn-octicon:is(.Box--condensed .Box-btn-octicon){line-height:1.25;margin:calc(var(--controlStack-medium-gap-condensed)*-1) calc(var(--controlStack-small-gap-spacious)*-1);padding:var(--control-medium-paddingInline-condensed) var(--control-medium-paddingInline-spacious)}.Box--condensed .Box-row{padding:var(--stack-padding-condensed) var(--stack-padding-normal)}.Box--spacious .Box-header{line-height:1.25;padding:var(--stack-padding-spacious)}.Box--spacious .Box-title{font-size:var(--text-title-size-medium)}.Box--spacious .Box-body,.Box--spacious .Box-footer{padding:var(--stack-padding-spacious)}.btn-octicon:is(.Box--spacious .Box-btn-octicon){margin:calc(var(--stack-gap-spacious)*-1);padding:var(--stack-padding-spacious)}.Box--spacious .Box-row{padding:var(--stack-padding-spacious)}.Box-header{background-color:var(--bgColor-muted);border-color:var(--borderColor-default);border-style:solid;border-top-left-radius:var(--borderRadius-medium);border-top-right-radius:var(--borderRadius-medium);border-width:var(--borderWidth-thin);margin:calc(var(--borderWidth-thin)*-1) calc(var(--borderWidth-thin)*-1) 0;padding:var(--stack-padding-normal)}.Box-title{font-size:var(--text-body-size-medium);font-weight:var(--base-text-weight-semibold)}.Box-body{border-bottom:var(--borderWidth-thin) solid var(--borderColor-default);padding:var(--stack-padding-normal)}.Box-body:last-of-type{border-bottom-left-radius:var(--borderRadius-medium);border-bottom-right-radius:var(--borderRadius-medium);margin-bottom:calc(var(--borderWidth-thin)*-1)}.Box-row{border-top:var(--borderWidth-thin) solid var(--borderColor-muted);list-style-type:none;margin-top:calc(var(--borderWidth-thin)*-1);padding:var(--stack-padding-normal)}.Box-row:first-of-type{border-top-left-radius:var(--borderRadius-medium);border-top-right-radius:var(--borderRadius-medium)}.Box-row:last-of-type{border-bottom-left-radius:var(--borderRadius-medium);border-bottom-right-radius:var(--borderRadius-medium)}.Box-row.Box-row--unread,.Box-row.unread{box-shadow:inset 2px 0 0 var(--borderColor-accent-emphasis)}.Box-row.navigation-focus .Box-row--drag-button{color:var(--fgColor-accent);cursor:grab;opacity:1}.Box-row.navigation-focus.is-dragging .Box-row--drag-button{cursor:grabbing}.Box-row.navigation-focus.sortable-chosen,.Box-row.navigation-focus.sortable-ghost{background-color:var(--bgColor-muted)}.Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide{opacity:0}.Box-row--focus-gray.navigation-focus{background-color:var(--bgColor-muted)}.Box-row--focus-blue.navigation-focus{background-color:var(--bgColor-accent-muted)}.Box-row--hover-gray:hover{background-color:var(--bgColor-muted)}.Box-row--hover-blue:hover{background-color:var(--bgColor-accent-muted)}@media (min-width:768px){.Box-row-link{color:var(--fgColor-default)}.Box-row-link,.Box-row-link:hover{-webkit-text-decoration:none;text-decoration:none}.Box-row-link:hover{color:var(--fgColor-accent)}}.Box-row--drag-button{opacity:0}.Box-footer{border-radius:0 0 var(--borderRadius-medium) var(--borderRadius-medium);border-top:var(--borderWidth-thin) solid var(--borderColor-default);margin-top:calc(var(--borderWidth-thin)*-1);padding:var(--stack-padding-normal)}.Box--scrollable{max-height:324px;overflow:scroll}.Box--blue,.Box--blue .Box-header{border-color:var(--borderColor-accent-muted)}.Box--blue .Box-header{background-color:var(--bgColor-accent-muted)}.Box--blue .Box-body,.Box--blue .Box-footer,.Box--blue .Box-row{border-color:var(--borderColor-accent-muted)}.Box--danger,:is(.Box--danger .Box-body):last-of-type,:is(.Box--danger .Box-row):first-of-type{border-color:var(--borderColor-danger-emphasis)}.Box-header--blue{background-color:var(--bgColor-accent-muted);border-color:var(--borderColor-accent-muted)}.Box-row--yellow{background-color:var(--bgColor-attention-muted)}.Box-row--blue{background-color:var(--bgColor-accent-muted)}.Box-row--gray{background-color:var(--bgColor-muted)}.Box-btn-octicon.btn-octicon{line-height:var(--text-title-lineHeight-large);margin:calc(var(--controlStack-small-gap-spacious)*-1);padding:var(--control-medium-paddingInline-spacious)}.blankslate-container{container-type:inline-size;width:100%}.blankslate{--blankslate-outer-padding-block:var(--base-size-32);--blankslate-outer-padding-inline:var(--base-size-32);padding:var(--blankslate-outer-padding-block) var(--blankslate-outer-padding-inline);position:relative;text-align:center}.blankslate p{color:var(--fgColor-muted);font-size:var(--text-body-size-large)}.blankslate code{background:var(--bgColor-default);border:var(--borderWidth-thin) solid var(--borderColor-muted);border-radius:var(--borderRadius-medium);font-size:var(--text-body-size-medium);padding:var(--base-size-2) var(--base-size-4) var(--base-size-4)}.blankslate img{height:56px;width:56px}.blankslate-icon{color:var(--fgColor-muted);margin-bottom:var(--stack-gap-condensed);margin-left:var(--control-small-gap);margin-right:var(--control-small-gap)}.blankslate-image{margin-bottom:var(--stack-gap-normal)}.blankslate-heading{font-size:var(--text-title-size-medium);font-weight:var(--text-title-weight-medium);margin-bottom:var(--base-size-4)}.blankslate-action{margin-top:var(--stack-gap-normal)}.blankslate-action:first-of-type{margin-top:var(--stack-gap-spacious)}.blankslate-action:last-of-type{margin-bottom:var(--stack-gap-condensed)}.blankslate-capped{border-radius:0 0 var(--borderRadius-medium) var(--borderRadius-medium)}.blankslate-spacious{--blankslate-outer-padding-block:var(--base-size-80);--blankslate-outer-padding-inline:var(--base-size-40)}.blankslate-narrow{margin:0 auto;max-width:485px}.blankslate-large img{height:80px;width:80px}.blankslate-large h3{font-size:24px;margin:var(--stack-gap-normal) 0}.blankslate-large p{font-size:var(--text-body-size-large)}.blankslate-clean-background{border:0}@container (max-width: 34rem){.blankslate{--blankslate-outer-padding-block:var(--base-size-20);--blankslate-outer-padding-inline:var(--base-size-20)}.blankslate-spacious{--blankslate-outer-padding-block:var(--base-size-44);--blankslate-outer-padding-inline:var(--base-size-28)}.blankslate-icon{margin-bottom:var(--stack-gap-condensed)}.blankslate-heading{font-size:var(--text-title-size-small)}.blankslate p{font-size:var(--text-body-size-medium)}.blankslate-action{margin-top:var(--stack-gap-condensed)}.blankslate-action:first-of-type{margin-top:var(--stack-gap-normal)}.blankslate-action:last-of-type{margin-bottom:calc(var(--stack-gap-condensed)/2)}}anchored-position[popover]{border-width:0;min-width:192px;overflow:visible;padding:0;position:absolute}anchored-position:not(.Overlay){background:none}.Overlay[popover]:not(:popover-open){display:none}anchored-position.not-anchored::backdrop,dialog::backdrop{background-color:var(--overlay-backdrop-bgColor,var(--color-neutral-muted))}select-panel dialog::backdrop{background:none}@media (forced-colors:active){.Overlay{outline:1px solid #0000}}.breadcrumb-item{display:inline-block;list-style:none;margin-left:-.35em}.breadcrumb-item:after{border-right:.1em solid var(--borderColor-neutral-emphasis);content:"";display:inline-block;height:.8em;margin:0 .5em;transform:rotate(15deg) translateY(.0625em)}.breadcrumb-item:first-child{margin-left:0}:is(.breadcrumb-item-selected,.breadcrumb-item[aria-current]:not([aria-current=false])):after{content:none}.breadcrumb-item-selected a{color:var(--fgColor-default);cursor:default!important;-webkit-text-decoration:none!important;text-decoration:none!important}:root{--duration-fast:80ms;--easing-easeInOut:cubic-bezier(0.65,0,0.35,1)}.Button{align-items:center;background-color:initial;border:var(--borderWidth-thin) solid;border-color:#0000;border-radius:var(--borderRadius-medium);color:var(--button-default-fgColor-rest);cursor:pointer;display:inline-flex;flex-direction:row;font-size:var(--text-body-size-medium);font-weight:var(--base-text-weight-medium);gap:var(--base-size-4);height:var(--control-medium-size);justify-content:space-between;min-width:-moz-max-content;min-width:max-content;padding:0 var(--control-medium-paddingInline-normal);position:relative;text-align:center;transition:var(--duration-fast) var(--easing-easeInOut);transition-property:color,fill,background-color,border-color;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (pointer:coarse){:is(.Button:before){content:"";height:100%;left:50%;min-height:48px;min-width:48px;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:100%}}.Button:hover{transition-duration:var(--duration-fast)}.Button:active{transition:none}.Button:disabled,.Button[aria-disabled=true]{box-shadow:none;cursor:not-allowed}.Button.Button--iconOnly{color:var(--fgColor-muted)}:is(a.Button,summary.Button):hover{-webkit-text-decoration:none;text-decoration:none}.Button-content{align-items:center;display:grid;flex:1 0 auto;grid-template-areas:"leadingVisual text trailingVisual";grid-template-columns:min-content minmax(0,auto) min-content;place-content:center}.Button-content>:not(:last-child){margin-right:var(--control-medium-gap)}.Button-content--alignStart{justify-content:start}.Button-visual{display:flex;pointer-events:none}.Button-visual .Counter{background-color:var(--buttonCounter-default-bgColor-rest);color:inherit}.Button-label{grid-area:text;line-height:var(--text-body-lineHeight-medium);white-space:nowrap}.Button-leadingVisual{grid-area:leadingVisual}.Button-leadingVisual svg{fill:currentcolor}.Button-trailingVisual{grid-area:trailingVisual}.Button-trailingAction{margin-right:calc(var(--base-size-4)*-1)}.Button--small{font-size:var(--text-body-size-small);gap:var(--control-small-gap);height:var(--control-small-size);min-width:var(--control-small-size);padding:0 var(--control-small-paddingInline-condensed)}.Button--small .Button-label{line-height:var(--text-body-lineHeight-small)}:is(.Button--small .Button-content)>:not(:last-child){margin-right:var(--control-small-gap)}.Button--large{gap:var(--control-large-gap);height:var(--control-large-size);padding:0 var(--control-large-paddingInline-spacious)}.Button--large .Button-label{line-height:var(--text-body-lineHeight-large)}:is(.Button--large .Button-content)>:not(:last-child){margin-right:var(--control-large-gap)}.Button--fullWidth{width:100%}.Button--labelWrap{height:unset;min-height:var(--control-medium-size);min-width:-moz-fit-content;min-width:fit-content}.Button--labelWrap .Button-content{align-self:stretch;flex:1 1 auto;padding-block:calc(var(--control-medium-paddingBlock) - var(--base-size-2))}.Button--labelWrap .Button-label{white-space:unset}.Button--labelWrap.Button--small{height:unset;min-height:var(--control-small-size)}.Button--labelWrap.Button--small .Button-content{padding-block:calc(var(--control-small-paddingBlock) - var(--base-size-2))}.Button--labelWrap.Button--large{height:unset;min-height:var(--control-large-size);padding-inline:var(--control-large-paddingInline-spacious)}.Button--labelWrap.Button--large .Button-content{padding-block:calc(var(--control-large-paddingBlock) - var(--base-size-2))}.Button--primary{color:var(--button-primary-fgColor-rest);fill:var(--button-primary-iconColor-rest);background-color:var(--button-primary-bgColor-rest);border-color:var(--button-primary-borderColor-rest);box-shadow:var(--shadow-resting-small,var(--color-btn-primary-shadow))}.Button--primary.Button--iconOnly{color:var(--button-primary-iconColor-rest)}.Button--primary:hover:not(:disabled,.Button--inactive){background-color:var(--button-primary-bgColor-hover);border-color:var(--button-primary-borderColor-hover)}.Button--primary:focus{box-shadow:inset 0 0 0 3px var(--fgColor-onEmphasis);outline:2px solid var(--focus-outlineColor);outline-offset:-2px}.Button--primary:focus:not(:focus-visible){box-shadow:none;outline:1px solid #0000}.Button--primary:focus-visible{box-shadow:inset 0 0 0 3px var(--fgColor-onEmphasis);outline:2px solid var(--focus-outlineColor);outline-offset:-2px}.Button--primary:active:not(:disabled),.Button--primary[aria-pressed=true]{background-color:var(--button-primary-bgColor-active);box-shadow:var(--button-primary-shadow-selected)}.Button--primary:disabled,.Button--primary[aria-disabled=true]{color:var(--button-primary-fgColor-disabled);fill:var(--button-primary-fgColor-disabled);background-color:var(--button-primary-bgColor-disabled);border-color:var(--button-primary-borderColor-disabled)}.Button--primary .Counter{background-color:var(--buttonCounter-primary-bgColor-rest);color:inherit}.Button--secondary{color:var(--button-default-fgColor-rest);fill:var(--fgColor-muted);background-color:var(--button-default-bgColor-rest);border-color:var(--button-default-borderColor-rest);box-shadow:var(--button-default-shadow-resting),var(--button-default-shadow-inset)}.Button--secondary:hover:not(:disabled,.Button--inactive){background-color:var(--button-default-bgColor-hover);border-color:var(--button-default-borderColor-hover)}.Button--secondary:active:not(:disabled){background-color:var(--button-default-bgColor-active);border-color:var(--button-default-borderColor-active)}.Button--secondary[aria-pressed=true]{background-color:var(--button-default-bgColor-selected);box-shadow:var(--shadow-inset)}.Button--secondary:disabled,.Button--secondary[aria-disabled=true]{color:var(--control-fgColor-disabled);fill:var(--control-fgColor-disabled);background-color:var(--button-default-bgColor-disabled);border-color:var(--button-default-borderColor-disabled)}.Button--invisible{color:var(--button-invisible-fgColor-rest)}.Button--invisible.Button--iconOnly{color:var(--button-invisible-iconColor-rest,var(--color-fg-muted))}.Button--invisible:hover:not(:disabled,.Button--inactive){background-color:var(--control-transparent-bgColor-hover,var(--color-action-list-item-default-hover-bg))}.Button--invisible:active:not(:disabled),.Button--invisible[aria-pressed=true]{background-color:var(--button-invisible-bgColor-active)}.Button--invisible:disabled,.Button--invisible[aria-disabled=true]{color:var(--button-invisible-fgColor-disabled);fill:var(--button-invisible-fgColor-disabled);background-color:var(--button-invisible-bgColor-disabled);border-color:var(--button-invisible-borderColor-disabled)}.Button--invisible.Button--invisible-noVisuals .Button-label{color:var(--button-invisible-fgColor-rest)}.Button--invisible .Button-visual{color:var(--button-invisible-iconColor-rest,var(--color-fg-muted))}:is(.Button--invisible .Button-visual) .Counter{color:var(--fgColor-default)}.Button--link{color:var(--fgColor-link);display:inline-block;font-size:inherit;height:unset;min-width:-moz-fit-content;min-width:fit-content;padding:0;fill:var(--fgColor-link);border:none}.Button--link:hover:not(:disabled,.Button--inactive){-webkit-text-decoration:underline;text-decoration:underline}.Button--link:focus,.Button--link:focus-visible{outline-offset:2px}.Button--link:disabled,.Button--link[aria-disabled=true]{color:var(--control-fgColor-disabled);fill:var(--control-fgColor-disabled);background-color:initial;border-color:#0000}.Button--link .Button-label{white-space:unset}.Button--danger{color:var(--button-danger-fgColor-rest);fill:var(--button-danger-iconColor-rest);background-color:var(--button-danger-bgColor-rest);border-color:var(--button-danger-borderColor-rest);box-shadow:var(--button-default-shadow-resting),var(--button-default-shadow-inset)}.Button--danger.Button--iconOnly{color:var(--button-danger-iconColor-rest)}.Button--danger:hover:not(:disabled,.Button--inactive){color:var(--button-danger-fgColor-hover);fill:var(--button-danger-fgColor-hover);background-color:var(--button-danger-bgColor-hover);border-color:var(--button-danger-borderColor-hover);box-shadow:var(--shadow-resting-small)}.Button--danger:hover:not(:disabled,.Button--inactive) .Counter{background-color:var(--buttonCounter-danger-bgColor-hover);color:var(--buttonCounter-danger-fgColor-hover)}.Button--danger:active:not(:disabled),.Button--danger[aria-pressed=true]{color:var(--button-danger-fgColor-active);fill:var(--button-danger-fgColor-active);background-color:var(--button-danger-bgColor-active);border-color:var(--button-danger-borderColor-active);box-shadow:var(--button-danger-shadow-selected)}.Button--danger:disabled,.Button--danger[aria-disabled=true]{color:var(--button-danger-fgColor-disabled);fill:var(--button-danger-fgColor-disabled);background-color:var(--button-danger-bgColor-disabled);border-color:var(--button-default-borderColor-disabled)}:is(.Button--danger:disabled,.Button--danger[aria-disabled=true]) .Counter{background-color:var(--buttonCounter-danger-bgColor-disabled);color:var(--buttonCounter-danger-fgColor-disabled)}.Button--danger .Counter{background-color:var(--buttonCounter-danger-bgColor-rest);color:var(--buttonCounter-danger-fgColor-rest)}.Button--iconOnly{display:inline-grid;padding:unset;place-content:center;width:var(--control-medium-size)}.Button--iconOnly.Button--small{width:var(--control-small-size)}.Button--iconOnly.Button--large{width:var(--control-large-size)}.Button--inactive:not([aria-disabled=true],:disabled){background-color:var(--button-inactive-bgColor);border:0;color:var(--button-inactive-fgColor);cursor:default}.ButtonGroup{display:inline-flex}.ButtonGroup .Button{border-radius:0;margin-inline-end:-1px;position:relative}:is(.ButtonGroup .Button):active,:is(.ButtonGroup .Button):focus,:is(.ButtonGroup .Button):hover{z-index:1}.ButtonGroup>:first-child .Button{border-bottom-left-radius:var(--borderRadius-medium);border-top-left-radius:var(--borderRadius-medium)}.ButtonGroup>:last-child .Button{border-bottom-right-radius:var(--borderRadius-medium);border-top-right-radius:var(--borderRadius-medium)}.Counter{background-color:var(--bgColor-neutral-muted,var(--color-neutral-muted));border:var(--borderWidth-thin) solid var(--counter-borderColor);border-radius:2em;color:var(--fgColor-default);display:inline-block;font-size:var(--text-body-size-small);font-weight:var(--base-text-weight-medium);line-height:calc(var(--base-size-20) - var(--borderWidth-thin)*2);min-width:var(--base-size-20);padding:0 var(--base-size-6);text-align:center}.Counter:empty{display:none}.Counter .octicon{opacity:.8;vertical-align:text-top}.Counter--primary{background-color:var(--bgColor-neutral-emphasis);color:var(--fgColor-onEmphasis)}.Counter--secondary{background-color:var(--bgColor-neutral-muted);color:var(--fgColor-muted)}.flash:not(.Banner){background-image:linear-gradient(var(--bgColor-accent-muted),var(--bgColor-accent-muted));border-color:var(--borderColor-accent-muted);border-radius:var(--borderRadius-medium);border-style:solid;border-width:var(--borderWidth-thin);color:var(--fgColor-default);padding:var(--base-size-20) var(--control-medium-paddingInline-spacious);position:relative}.flash:not(.Banner) .octicon{color:var(--fgColor-accent);margin-right:var(--base-size-12)}.flash:not(.Banner) p:last-child{margin-bottom:0}.flash-messages{margin-bottom:var(--stack-gap-spacious)}.flash-close:not(.Banner-close){-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;float:right;margin-top:calc(var(--base-size-4)*-1);text-align:center}.flash-close:not(.Banner-close):hover{opacity:.7}.flash-close:not(.Banner-close):active{opacity:.5}.flash-close:not(.Banner-close) .octicon{margin-right:0}.flash-action:not(.Banner-actions){background-clip:padding-box;float:right;margin-left:var(--stack-gap-spacious);margin-top:-3px}.flash-action.btn:not(.Banner-actions) .octicon{color:var(--fgColor-muted);margin-right:var(--control-small-gap)}.flash-action.btn-primary:not(.Banner-actions){background-clip:initial}.flash-action.btn-primary:not(.Banner-actions) .octicon{color:inherit}.flash-warn:not(.Banner){background-image:linear-gradient(var(--bgColor-attention-muted),var(--bgColor-attention-muted));border-color:var(--borderColor-attention-muted);color:var(--fgColor-default)}.flash-warn:not(.Banner) .octicon{color:var(--fgColor-attention)}.flash-error:not(.Banner){background-image:linear-gradient(var(--bgColor-danger-muted),var(--bgColor-danger-muted));border-color:var(--borderColor-danger-muted);color:var(--fgColor-default)}.flash-error:not(.Banner) .octicon{color:var(--fgColor-danger)}.flash-success:not(.Banner){background-image:linear-gradient(var(--bgColor-success-muted),var(--bgColor-success-muted));border-color:var(--borderColor-success-muted);color:var(--fgColor-default)}.flash-success:not(.Banner) .octicon{color:var(--fgColor-success)}.flash-full:not(.Banner){border-radius:0;border-width:var(--borderWidth-thin) 0;margin-top:calc(var(--borderWidth-thin)*-1)}.flash-banner{border-left:0;border-radius:0;border-right:0;border-top:0;position:fixed;top:0;width:100%;z-index:90}.flash-banner,.flash-full{background-color:var(--bgColor-default)}.warning{background-color:var(--bgColor-attention-muted);font-weight:var(--base-text-weight-semibold);margin-bottom:.8em;padding:.5em}.labels{position:relative}.Label,.label{border:var(--borderWidth-thin) solid var(--borderColor-default);border-radius:var(--borderRadius-full);display:inline-block;font-size:var(--text-body-size-small);font-weight:var(--base-text-weight-medium);line-height:18px;padding:0 var(--base-size-6);white-space:nowrap}:is(.label,.Label):hover{-webkit-text-decoration:none;text-decoration:none}.Label--large{line-height:22px;padding:0 var(--base-size-8)}.Label--inline{display:inline;font-size:85%;padding:.12em .5em}.Label--primary{border-color:var(--borderColor-neutral-emphasis);color:var(--fgColor-default)}.Label--secondary{border-color:var(--borderColor-default);color:var(--fgColor-muted)}.Label--accent,.Label--info{border-color:var(--borderColor-accent-emphasis);color:var(--fgColor-accent)}.Label--success{border-color:var(--borderColor-success-emphasis);color:var(--fgColor-success)}.Label--attention,.Label--warning{border-color:var(--borderColor-attention-emphasis);color:var(--fgColor-attention)}.Label--severe{border-color:var(--borderColor-severe-emphasis);color:var(--fgColor-severe)}.Label--danger{border-color:var(--borderColor-danger-emphasis);color:var(--fgColor-danger)}.Label--open{border-color:var(--borderColor-open-emphasis);color:var(--fgColor-open)}.Label--closed{border-color:var(--borderColor-closed-emphasis);color:var(--fgColor-closed)}.Label--done{border-color:var(--borderColor-done-emphasis);color:var(--fgColor-done)}.Label--sponsors{border-color:var(--borderColor-sponsors-emphasis);color:var(--fgColor-sponsors)}.Link{color:var(--fgColor-accent);-webkit-text-decoration:none;text-decoration:none}.Link:hover{cursor:pointer}.Link:focus,.Link:hover{-webkit-text-decoration:underline;text-decoration:underline}.Link:focus,.Link:focus-visible{outline-offset:0}.Link--underline{-webkit-text-decoration:underline;text-decoration:underline}.Link--primary{color:var(--fgColor-default)!important}.Link--primary:hover{color:var(--fgColor-accent)!important}.Link--secondary{color:var(--fgColor-muted)!important}.Link--secondary:hover{color:var(--fgColor-accent)!important}.Link--muted{color:var(--fgColor-muted)!important}.Link--muted:hover{color:var(--fgColor-accent)!important;-webkit-text-decoration:none;text-decoration:none}.Link--onHover:hover{color:var(--fgColor-accent)!important;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}:is(.Link--secondary,.Link--primary,.Link--muted):hover [class*=color-fg]{color:inherit!important}.Popover{position:absolute;z-index:100}.Popover-message{background-color:var(--overlay-bgColor);border:var(--borderWidth-thin) solid var(--borderColor-default);border-radius:var(--borderRadius-medium);box-shadow:var(--shadow-floating-legacy,var(--color-shadow-large))!important;margin-left:auto;margin-right:auto;position:relative;width:232px}.Popover-message:after,.Popover-message:before{content:"";display:inline-block;left:50%;position:absolute}.Popover-message:before{border:8px solid #0000;border-bottom:8px solid var(--borderColor-default);margin-left:-9px;top:-16px}.Popover-message:after{border:7px solid #0000;border-bottom:7px solid var(--overlay-bgColor);margin-left:-8px;top:-14px}.Popover-message--no-caret:after,.Popover-message--no-caret:before{display:none}:is(.Popover-message--bottom,.Popover-message--bottom-right,.Popover-message--bottom-left):after,:is(.Popover-message--bottom,.Popover-message--bottom-right,.Popover-message--bottom-left):before{border-bottom-color:#0000;top:auto}:is(.Popover-message--bottom,.Popover-message--bottom-right,.Popover-message--bottom-left):before{border-top-color:var(--borderColor-default);bottom:-16px}:is(.Popover-message--bottom,.Popover-message--bottom-right,.Popover-message--bottom-left):after{border-top-color:var(--overlay-bgColor);bottom:-14px}.Popover-message--bottom-right,.Popover-message--top-right{margin-right:0;right:-9px}:is(.Popover-message--top-right,.Popover-message--bottom-right):after,:is(.Popover-message--top-right,.Popover-message--bottom-right):before{left:auto;margin-left:0}:is(.Popover-message--top-right,.Popover-message--bottom-right):before{right:var(--base-size-20)}:is(.Popover-message--top-right,.Popover-message--bottom-right):after{margin-right:1px;right:var(--base-size-20)}.Popover-message--bottom-left,.Popover-message--top-left{left:-9px;margin-left:0}:is(.Popover-message--top-left,.Popover-message--bottom-left):after,:is(.Popover-message--top-left,.Popover-message--bottom-left):before{left:var(--base-size-24);margin-left:0}:is(.Popover-message--top-left,.Popover-message--bottom-left):after{left:var(--base-size-24);margin-left:1px}:is(.Popover-message--right,.Popover-message--right-top,.Popover-message--right-bottom,.Popover-message--left,.Popover-message--left-top,.Popover-message--left-bottom):after,:is(.Popover-message--right,.Popover-message--right-top,.Popover-message--right-bottom,.Popover-message--left,.Popover-message--left-top,.Popover-message--left-bottom):before{border-bottom-color:#0000;left:auto;margin-left:0;top:50%}:is(.Popover-message--right,.Popover-message--right-top,.Popover-message--right-bottom,.Popover-message--left,.Popover-message--left-top,.Popover-message--left-bottom):before{margin-top:-9px}:is(.Popover-message--right,.Popover-message--right-top,.Popover-message--right-bottom,.Popover-message--left,.Popover-message--left-top,.Popover-message--left-bottom):after{margin-top:-8px}:is(.Popover-message--right,.Popover-message--right-top,.Popover-message--right-bottom):before{border-left-color:var(--borderColor-default);right:-16px}:is(.Popover-message--right,.Popover-message--right-top,.Popover-message--right-bottom):after{border-left-color:var(--overlay-bgColor);right:-14px}:is(.Popover-message--left,.Popover-message--left-top,.Popover-message--left-bottom):before{border-right-color:var(--borderColor-default);left:-16px}:is(.Popover-message--left,.Popover-message--left-top,.Popover-message--left-bottom):after{border-right-color:var(--overlay-bgColor);left:-14px;margin-bottom:1px}:is(.Popover-message--right-top,.Popover-message--left-top):after,:is(.Popover-message--right-top,.Popover-message--left-top):before{top:var(--base-size-24)}:is(.Popover-message--right-bottom,.Popover-message--left-bottom):after,:is(.Popover-message--right-bottom,.Popover-message--left-bottom):before{top:auto}:is(.Popover-message--right-bottom,.Popover-message--left-bottom):before{bottom:var(--base-size-16)}:is(.Popover-message--right-bottom,.Popover-message--left-bottom):after{bottom:var(--base-size-16);margin-bottom:1px}@media (min-width:544px){.Popover-message--large{min-width:320px}}@media (max-width:767.98px){.Popover{bottom:0!important;left:0!important;position:fixed;right:0!important;top:auto!important}.Popover-message{bottom:auto;left:auto;margin:var(--stack-gap-condensed);right:auto;top:auto;width:auto!important}.Popover-message>.btn-octicon{padding:var(--control-medium-paddingInline-normal)!important}.Popover-message:after,.Popover-message:before{display:none}}.Progress{background-color:var(--bgColor-neutral-muted);border-radius:var(--borderRadius-medium);display:flex;height:8px;outline:1px solid #0000;overflow:hidden}.Progress--large{height:10px}.Progress--small{height:5px}.Progress-item{outline:2px solid #0000}.Progress-item+.Progress-item{margin-left:var(--base-size-2)}.State,.state{border-radius:2em;display:inline-block;font-size:var(--text-body-size-medium);font-weight:var(--base-text-weight-medium);line-height:var(--control-medium-lineBoxHeight);padding:var(--base-size-4) var(--control-medium-paddingInline-normal);text-align:center;white-space:nowrap}.State,.State--draft,.state{background-color:var(--bgColor-neutral-emphasis);border:var(--borderWidth-thin) solid #0000;box-shadow:var(--boxShadow-thin) var(--borderColor-neutral-emphasis);color:var(--fgColor-onEmphasis)}.State--open{background-color:var(--bgColor-open-emphasis,var(--color-open-emphasis));box-shadow:var(--boxShadow-thin) var(--borderColor-open-emphasis)}.State--merged,.State--open{color:var(--fgColor-onEmphasis)}.State--merged{background-color:var(--bgColor-done-emphasis,var(--color-done-emphasis));box-shadow:var(--boxShadow-thin) var(--borderColor-done-emphasis)}.State--closed{background-color:var(--bgColor-closed-emphasis,var(--color-closed-emphasis));box-shadow:var(--boxShadow-thin) var(--borderColor-closed-emphasis);color:var(--fgColor-onEmphasis)}.State--small{font-size:var(--text-body-size-small);line-height:var(--base-size-24);padding:0 10px}.State--small .octicon{width:1em}.Subhead{border-bottom:var(--borderWidth-thin) solid var(--borderColor-muted);display:flex;flex-flow:row wrap;justify-content:flex-end;margin-bottom:var(--stack-gap-normal);padding-bottom:var(--stack-padding-condensed)}.Subhead--spacious{margin-top:var(--base-size-40)}.Subhead-heading{flex:1 1 auto;font-weight:var(--base-text-weight-normal);order:0}.Subhead-heading--large{font-size:var(--base-size-24)}.Subhead-heading--medium{font-size:var(--text-title-size-medium)}.Subhead-heading--danger{color:var(--fgColor-danger);font-weight:var(--base-text-weight-semibold)}.Subhead-description{color:var(--fgColor-muted);flex:1 100%;font-size:var(--text-body-size-medium);order:2}.Subhead-actions{align-self:center;justify-content:flex-end;margin:var(--base-size-4) 0 var(--base-size-4) var(--base-size-4);order:1}.Subhead-actions+.Subhead-description{margin-top:var(--base-size-4)}.Truncate{display:inline-flex;max-width:100%;min-width:0}.Truncate>.Truncate-text{max-width:-moz-fit-content;max-width:fit-content;min-width:1ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:is(.Truncate>.Truncate-text)+.Truncate-text{margin-left:var(--control-small-gap)}.Truncate-text--primary:is(.Truncate>.Truncate-text){flex-basis:200%}.Truncate-text--expandable:is(.Truncate>.Truncate-text):active,.Truncate-text--expandable:is(.Truncate>.Truncate-text):focus,.Truncate-text--expandable:is(.Truncate>.Truncate-text):hover{cursor:pointer;flex-shrink:0;max-width:100%!important}.TimelineItem{display:flex;margin-left:var(--stack-gap-normal);padding:var(--stack-padding-normal) 0;position:relative}.TimelineItem:before{background-color:var(--borderColor-muted);bottom:0;content:"";display:block;left:0;position:absolute;top:0;width:var(--borderWidth-thick)}.TimelineItem:target .TimelineItem-badge{border-color:var(--borderColor-accent-emphasis);box-shadow:0 0 .2em var(--borderColor-accent-muted)}.TimelineItem-badge{align-items:center;background-color:var(--timelineBadge-bgColor);border:var(--borderWidth-thick) solid var(--bgColor-default);border-radius:50%;color:var(--fgColor-muted);display:flex;flex-shrink:0;height:var(--control-medium-size);justify-content:center;margin-left:calc(var(--control-medium-size)/-2 + 1px);margin-right:var(--controlStack-medium-gap-condensed);position:relative;width:var(--control-medium-size);z-index:1}.TimelineItem-badge--success{background-color:var(--bgColor-success-emphasis);border:var(--borderWidth-thin) solid #0000;color:var(--fgColor-onEmphasis)}.TimelineItem-body{color:var(--fgColor-muted);flex:auto;margin-top:var(--base-size-4);max-width:100%;min-width:0}.TimelineItem-avatar{left:-72px;position:absolute;z-index:1}.TimelineItem-break{background-color:var(--bgColor-default);border:0;border-top:var(--borderWidth-thicker) solid var(--borderColor-default);height:var(--stack-gap-spacious);margin:0;margin-bottom:calc(var(--stack-gap-normal)*-1);margin-left:-56px;position:relative;z-index:1}.TimelineItem--condensed{padding-bottom:0;padding-top:var(--base-size-4)}.TimelineItem--condensed:last-child{padding-bottom:var(--stack-gap-normal)}.TimelineItem--condensed .TimelineItem-badge{background-color:var(--bgColor-default);border:0;color:var(--fgColor-muted);height:var(--base-size-16);margin-bottom:var(--base-size-8);margin-top:var(--base-size-8)}.css-truncate .css-truncate-overflow,.css-truncate .css-truncate-target,.css-truncate.css-truncate-overflow,.css-truncate.css-truncate-target{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.css-truncate .css-truncate-target,.css-truncate.css-truncate-target{display:inline-block;max-width:125px;vertical-align:top}.css-truncate.expandable.css-truncate-target:hover,.css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target,.css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target,.css-truncate.expandable:hover .css-truncate-target{max-width:10000px!important}.ActionBar{align-items:center;box-sizing:initial;display:flex!important;flex-grow:1;flex-shrink:1;justify-content:flex-end;min-width:calc(var(--control-medium-size)*3);overflow:hidden;position:relative}.ActionBar-item-container{box-sizing:initial;height:var(--control-medium-size);overflow:hidden}.ActionBar-item{float:left;position:relative}.ActionBar-more-menu{float:left}.ActionBar--small{min-width:calc(var(--control-small-size)*3)}.ActionBar--large{min-width:calc(var(--control-large-size)*3)}.ActionBar-divider{border-left:var(--borderWidth-thin) solid var(--borderColor-muted);bottom:50%;float:left;height:calc(var(--control-medium-size)/2);margin:0 var(--controlStack-medium-gap-condensed);top:50%;transform:translateY(-50%)}.ActionBar--small .ActionBar-divider{margin:0 var(--controlStack-small-gap-condensed)}.ActionBar--large .ActionBar-divider{margin:0 var(--controlStack-large-gap-condensed)}:root{--base-size-2:0.125rem;--base-size-4:0.25rem;--base-size-6:0.375rem;--base-size-8:0.5rem;--base-size-12:0.75rem;--base-size-16:1rem;--base-size-20:1.25rem;--base-size-24:1.5rem;--base-size-28:1.75rem;--base-size-32:2rem;--base-size-36:2.25rem;--base-size-40:2.5rem;--base-size-44:2.75rem;--base-size-48:3rem;--base-size-64:4rem;--base-size-80:5rem;--base-size-96:6rem;--base-size-112:7rem;--base-size-128:8rem;--base-text-weight-light:300;--base-text-weight-normal:400;--base-text-weight-medium:500;--base-text-weight-semibold:600;--motion-skeletonLoader-shimmer-duration-scale:1s;--motion-spinner-duration-rotation:1s;--motion-loading-delay-default:1s;--boxShadow-thin:inset 0 0 0 max(1px,0.0625rem);--boxShadow-thick:inset 0 0 0 max(2px,0.125rem);--boxShadow-thicker:inset 0 0 0 max(4px,0.25rem);--borderWidth-thin:max(1px,0.0625rem);--borderWidth-thick:max(2px,0.125rem);--borderWidth-thicker:max(4px,0.25rem);--borderRadius-small:0.1875rem;--borderRadius-medium:0.375rem;--borderRadius-large:0.75rem;--borderRadius-full:624.9375rem;--borderRadius-default:0.375rem;--outline-focus-offset:-0.125rem;--outline-focus-width:0.125rem;--breakpoint-xsmall:20rem;--breakpoint-small:34rem;--breakpoint-medium:48rem;--breakpoint-large:63.25rem;--breakpoint-xlarge:80rem;--breakpoint-xxlarge:87.5rem}@media (pointer:coarse){:root{--control-minTarget-auto:2.75rem;--controlStack-small-gap-auto:1rem;--controlStack-medium-gap-auto:0.75rem}}@media (pointer:fine){:root{--control-minTarget-auto:1rem;--controlStack-small-gap-auto:0.5rem;--controlStack-medium-gap-auto:0.5rem}}:root{--control-minTarget-fine:1rem;--control-minTarget-coarse:2.75rem;--control-xsmall-size:1.5rem;--control-xsmall-lineBoxHeight:1.25rem;--control-xsmall-paddingBlock:0.125rem;--control-xsmall-paddingInline-condensed:0.25rem;--control-xsmall-paddingInline-normal:0.5rem;--control-xsmall-paddingInline-spacious:0.75rem;--control-xsmall-gap:0.25rem;--control-small-size:1.75rem;--control-small-lineBoxHeight:1.25rem;--control-small-paddingBlock:0.25rem;--control-small-paddingInline-condensed:0.5rem;--control-small-paddingInline-normal:0.75rem;--control-small-gap:0.25rem;--control-medium-size:2rem;--control-medium-lineBoxHeight:1.25rem;--control-medium-paddingBlock:0.375rem;--control-medium-paddingInline-condensed:0.5rem;--control-medium-paddingInline-normal:0.75rem;--control-medium-paddingInline-spacious:1rem;--control-medium-gap:0.5rem;--control-large-size:2.5rem;--control-large-lineBoxHeight:1.25rem;--control-large-paddingBlock:0.625rem;--control-large-paddingInline-normal:0.75rem;--control-large-paddingInline-spacious:1rem;--control-large-gap:0.5rem;--control-xlarge-size:3rem;--control-xlarge-lineBoxHeight:1.25rem;--control-xlarge-paddingBlock:0.875rem;--control-xlarge-paddingInline-normal:0.75rem;--control-xlarge-paddingInline-spacious:1rem;--control-xlarge-gap:0.5rem;--controlStack-small-gap-condensed:0.5rem;--controlStack-small-gap-spacious:1rem;--controlStack-medium-gap-condensed:0.5rem;--controlStack-medium-gap-spacious:0.75rem;--controlStack-large-gap-auto:0.5rem;--controlStack-large-gap-condensed:0.5rem;--controlStack-large-gap-spacious:0.75rem;--spinner-strokeWidth-default:0.125rem;--spinner-size-small:1rem;--spinner-size-medium:2rem;--spinner-size-large:4rem;--stack-padding-condensed:0.5rem;--stack-padding-normal:1rem;--stack-padding-spacious:1.5rem;--stack-gap-condensed:0.5rem;--stack-gap-normal:1rem;--stack-gap-spacious:1.5rem;--overlay-width-xsmall:12rem;--overlay-width-small:20rem;--overlay-width-medium:30rem;--overlay-width-large:40rem;--overlay-width-xlarge:60rem;--overlay-height-small:16rem;--overlay-height-medium:20rem;--overlay-height-large:27rem;--overlay-height-xlarge:37.5rem;--overlay-padding-normal:1rem;--overlay-padding-condensed:0.5rem;--overlay-paddingBlock-condensed:0.25rem;--overlay-paddingBlock-normal:0.75rem;--overlay-borderRadius:0.375rem;--overlay-offset:0.25rem;--text-codeInline-size:0.9285em;--text-codeBlock-lineHeight:1.5385;--text-codeBlock-size:0.8125rem;--text-caption-lineHeight:1.3333;--text-caption-size:0.75rem;--text-body-lineHeight-small:1.6666;--text-body-lineHeight-medium:1.4285;--text-body-lineHeight-large:1.5;--text-body-size-small:0.75rem;--text-body-size-medium:0.875rem;--text-body-size-large:1rem;--text-subtitle-lineHeight:1.6;--text-subtitle-size:1.25rem;--text-title-lineHeight-small:1.5;--text-title-lineHeight-medium:1.6;--text-title-lineHeight-large:1.5;--text-title-size-small:1rem;--text-title-size-medium:1.25rem;--text-title-size-large:2rem;--text-display-lineHeight:1.4;--text-display-size:2.5rem;--text-display-lineBoxHeight:1.4;--fontStack-monospace:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;--fontStack-sansSerifDisplay:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";--fontStack-sansSerif:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";--fontStack-system:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";--text-codeInline-weight:var(--base-text-weight-normal);--text-codeBlock-weight:var(--base-text-weight-normal);--text-caption-weight:var(--base-text-weight-normal);--text-body-weight:var(--base-text-weight-normal);--text-subtitle-weight:var(--base-text-weight-normal);--text-title-weight-small:var(--base-text-weight-semibold);--text-title-weight-medium:var(--base-text-weight-semibold);--text-title-weight-large:var(--base-text-weight-semibold);--text-display-weight:var(--base-text-weight-medium);--text-codeInline-shorthand:var(--text-codeInline-weight) var(--text-codeInline-size) var(--fontStack-monospace);--text-codeBlock-shorthand:var(--text-codeBlock-weight) var(--text-codeBlock-size) /var(--text-codeBlock-lineHeight) var(--fontStack-monospace);--text-caption-shorthand:var(--text-caption-weight) var(--text-caption-size) /var(--text-caption-lineHeight) var(--fontStack-sansSerif);--text-body-shorthand-small:var(--text-body-weight) var(--text-body-size-small) /var(--text-body-lineHeight-small) var(--fontStack-sansSerif);--text-body-shorthand-medium:var(--text-body-weight) var(--text-body-size-medium) /var(--text-body-lineHeight-medium) var(--fontStack-sansSerif);--text-body-shorthand-large:var(--text-body-weight) var(--text-body-size-large) /var(--text-body-lineHeight-large) var(--fontStack-sansSerif);--text-subtitle-shorthand:var(--text-subtitle-weight) var(--text-subtitle-size) /var(--text-subtitle-lineHeight) var(--fontStack-sansSerifDisplay);--text-title-shorthand-small:var(--text-title-weight-small) var(--text-title-size-small) /var(--text-title-lineHeight-small) var(--fontStack-sansSerif);--text-title-shorthand-medium:var(--text-title-weight-medium) var(--text-title-size-medium) /var(--text-title-lineHeight-medium) var(--fontStack-sansSerifDisplay);--text-title-shorthand-large:var(--text-title-weight-large) var(--text-title-size-large) /var(--text-title-lineHeight-large) var(--fontStack-sansSerifDisplay);--text-display-shorthand:var(--text-display-weight) var(--text-display-size) /var(--text-display-lineHeight) var(--fontStack-sansSerifDisplay)}[data-color-mode=auto][data-light-theme=light],[data-color-mode=auto][data-light-theme=light] ::backdrop,[data-color-mode=light][data-light-theme=light],[data-color-mode=light][data-light-theme=light] ::backdrop{--topicTag-borderColor:#ffffff00;--highlight-neutral-bgColor:#fff8c5;--page-header-bgColor:#f6f8fa;--diffBlob-addition-fgColor-text:#1f2328;--diffBlob-addition-fgColor-num:#1f2328;--diffBlob-addition-bgColor-num:#d1f8d9;--diffBlob-addition-bgColor-line:#dafbe1;--diffBlob-addition-bgColor-word:#aceebb;--diffBlob-deletion-fgColor-text:#1f2328;--diffBlob-deletion-fgColor-num:#1f2328;--diffBlob-deletion-bgColor-num:#ffcecb;--diffBlob-deletion-bgColor-line:#ffebe9;--diffBlob-deletion-bgColor-word:#ff818266;--diffBlob-hunk-bgColor-num:#54aeff66;--diffBlob-expander-iconColor:#59636e;--codeMirror-fgColor:#1f2328;--codeMirror-bgColor:#fff;--codeMirror-gutters-bgColor:#fff;--codeMirror-gutterMarker-fgColor-default:#fff;--codeMirror-gutterMarker-fgColor-muted:#59636e;--codeMirror-lineNumber-fgColor:#59636e;--codeMirror-cursor-fgColor:#1f2328;--codeMirror-selection-bgColor:#54aeff66;--codeMirror-activeline-bgColor:#818b981f;--codeMirror-matchingBracket-fgColor:#1f2328;--codeMirror-lines-bgColor:#fff;--codeMirror-syntax-fgColor-comment:#1f2328;--codeMirror-syntax-fgColor-constant:#0550ae;--codeMirror-syntax-fgColor-entity:#8250df;--codeMirror-syntax-fgColor-keyword:#cf222e;--codeMirror-syntax-fgColor-storage:#cf222e;--codeMirror-syntax-fgColor-string:#0a3069;--codeMirror-syntax-fgColor-support:#0550ae;--codeMirror-syntax-fgColor-variable:#953800;--header-fgColor-default:#ffffffb3;--header-fgColor-logo:#fff;--header-bgColor:#25292e;--header-borderColor-divider:#818b98;--headerSearch-bgColor:#25292e;--headerSearch-borderColor:#818b98;--data-blue-color-emphasis:#006edb;--data-blue-color-muted:#d1f0ff;--data-auburn-color-emphasis:#9d615c;--data-auburn-color-muted:#f2e9e9;--data-orange-color-emphasis:#eb670f;--data-orange-color-muted:#ffe7d1;--data-yellow-color-emphasis:#b88700;--data-yellow-color-muted:#ffec9e;--data-green-color-emphasis:#30a147;--data-green-color-muted:#caf7ca;--data-teal-color-emphasis:#179b9b;--data-teal-color-muted:#c7f5ef;--data-purple-color-emphasis:#894ceb;--data-purple-color-muted:#f1e5ff;--data-pink-color-emphasis:#ce2c85;--data-pink-color-muted:#ffe5f1;--data-red-color-emphasis:#df0c24;--data-red-color-muted:#ffe2e0;--data-gray-color-emphasis:#808fa3;--data-gray-color-muted:#e8ecf2;--display-blue-bgColor-muted:#d1f0ff;--display-blue-bgColor-emphasis:#006edb;--display-blue-fgColor:#005fcc;--display-blue-borderColor-muted:#ade1ff;--display-blue-borderColor-emphasis:#006edb;--display-green-bgColor-muted:#caf7ca;--display-green-bgColor-emphasis:#2c8141;--display-green-fgColor:#2b6e3f;--display-green-borderColor-muted:#9ceda0;--display-green-borderColor-emphasis:#2c8141;--display-orange-bgColor-muted:#ffe7d1;--display-orange-bgColor-emphasis:#b8500f;--display-orange-fgColor:#a24610;--display-orange-borderColor-muted:#fecfaa;--display-orange-borderColor-emphasis:#b8500f;--display-purple-bgColor-muted:#f1e5ff;--display-purple-bgColor-emphasis:#894ceb;--display-purple-fgColor:#783ae4;--display-purple-borderColor-muted:#e6d2fe;--display-purple-borderColor-emphasis:#894ceb;--display-plum-bgColor-muted:#f8e5ff;--display-plum-bgColor-emphasis:#a830e8;--display-plum-fgColor:#961edc;--display-plum-borderColor-muted:#f0cdfe;--display-plum-borderColor-emphasis:#a830e8;--display-red-bgColor-muted:#ffe2e0;--display-red-bgColor-emphasis:#df0c24;--display-red-fgColor:#c50d28;--display-red-borderColor-muted:#fecdcd;--display-red-borderColor-emphasis:#df0c24;--display-coral-bgColor-muted:#ffe5db;--display-coral-bgColor-emphasis:#d43511;--display-coral-fgColor:#ba2e12;--display-coral-borderColor-muted:#fecebe;--display-coral-borderColor-emphasis:#d43511;--display-yellow-bgColor-muted:#ffec9e;--display-yellow-bgColor-emphasis:#946a00;--display-yellow-fgColor:#805900;--display-yellow-borderColor-muted:#ffd642;--display-yellow-borderColor-emphasis:#946a00;--display-gray-bgColor-muted:#e8ecf2;--display-gray-bgColor-emphasis:#647182;--display-gray-fgColor:#5c6570;--display-gray-borderColor-muted:#d2dae4;--display-gray-borderColor-emphasis:#647182;--display-auburn-bgColor-muted:#f2e9e9;--display-auburn-bgColor-emphasis:#9d615c;--display-auburn-fgColor:#8a5551;--display-auburn-borderColor-muted:#e6d6d5;--display-auburn-borderColor-emphasis:#9d615c;--display-brown-bgColor-muted:#eeeae2;--display-brown-bgColor-emphasis:#856d4c;--display-brown-fgColor:#755f43;--display-brown-borderColor-muted:#dfd7c8;--display-brown-borderColor-emphasis:#856d4c;--display-lemon-bgColor-muted:#f7eea1;--display-lemon-bgColor-emphasis:#866e04;--display-lemon-fgColor:#786002;--display-lemon-borderColor-muted:#f0db3d;--display-lemon-borderColor-emphasis:#866e04;--display-olive-bgColor-muted:#f0f0ad;--display-olive-bgColor-emphasis:#64762d;--display-olive-fgColor:#56682c;--display-olive-borderColor-muted:#dbe170;--display-olive-borderColor-emphasis:#64762d;--display-lime-bgColor-muted:#e3f2b5;--display-lime-bgColor-emphasis:#527a29;--display-lime-fgColor:#476c28;--display-lime-borderColor-muted:#c7e580;--display-lime-borderColor-emphasis:#527a29;--display-pine-bgColor-muted:#bff8db;--display-pine-bgColor-emphasis:#167e53;--display-pine-fgColor:#156f4b;--display-pine-borderColor-muted:#80efb9;--display-pine-borderColor-emphasis:#167e53;--display-teal-bgColor-muted:#c7f5ef;--display-teal-bgColor-emphasis:#127e81;--display-teal-fgColor:#106e75;--display-teal-borderColor-muted:#89ebe1;--display-teal-borderColor-emphasis:#127e81;--display-cyan-bgColor-muted:#bdf4ff;--display-cyan-bgColor-emphasis:#007b94;--display-cyan-fgColor:#006a80;--display-cyan-borderColor-muted:#7ae9ff;--display-cyan-borderColor-emphasis:#007b94;--display-indigo-bgColor-muted:#e5e9ff;--display-indigo-bgColor-emphasis:#5a61e7;--display-indigo-fgColor:#494edf;--display-indigo-borderColor-muted:#d2d7fe;--display-indigo-borderColor-emphasis:#5a61e7;--display-pink-bgColor-muted:#ffe5f1;--display-pink-bgColor-emphasis:#ce2c85;--display-pink-fgColor:#b12f79;--display-pink-borderColor-muted:#fdc9e2;--display-pink-borderColor-emphasis:#ce2c85;--avatar-bgColor:#fff;--avatar-borderColor:#1f232826;--avatar-shadow:0px 0px 0px 2px #ffffffcc;--avatarStack-fade-bgColor-default:#c8d1da;--avatarStack-fade-bgColor-muted:#dae0e7;--control-bgColor-rest:#f6f8fa;--control-bgColor-hover:#eff2f5;--control-bgColor-active:#e6eaef;--control-bgColor-disabled:#eff2f5;--control-bgColor-selected:#f6f8fa;--control-fgColor-rest:#25292e;--control-fgColor-placeholder:#59636e;--control-fgColor-disabled:#818b98;--control-borderColor-rest:#d1d9e0;--control-borderColor-emphasis:#818b98;--control-borderColor-disabled:#818b981a;--control-borderColor-selected:#f6f8fa;--control-borderColor-success:#1a7f37;--control-borderColor-danger:#cf222e;--control-borderColor-warning:#9a6700;--control-iconColor-rest:#59636e;--control-transparent-bgColor-rest:#ffffff00;--control-transparent-bgColor-hover:#818b981a;--control-transparent-bgColor-active:#818b9826;--control-transparent-bgColor-disabled:#eff2f5;--control-transparent-bgColor-selected:#818b9826;--control-transparent-borderColor-rest:#ffffff00;--control-transparent-borderColor-hover:#ffffff00;--control-transparent-borderColor-active:#ffffff00;--control-danger-fgColor-rest:#d1242f;--control-danger-fgColor-hover:#d1242f;--control-danger-bgColor-hover:#ffebe9;--control-danger-bgColor-active:#ffebe966;--control-checked-bgColor-rest:#0969da;--control-checked-bgColor-hover:#0860ca;--control-checked-bgColor-active:#0757ba;--control-checked-bgColor-disabled:#818b98;--control-checked-fgColor-rest:#fff;--control-checked-fgColor-disabled:#fff;--control-checked-borderColor-rest:#0969da;--control-checked-borderColor-hover:#0860ca;--control-checked-borderColor-active:#0757ba;--control-checked-borderColor-disabled:#818b98;--controlTrack-bgColor-rest:#e6eaef;--controlTrack-bgColor-hover:#e0e6eb;--controlTrack-bgColor-active:#dae0e7;--controlTrack-bgColor-disabled:#818b98;--controlTrack-fgColor-rest:#59636e;--controlTrack-fgColor-disabled:#fff;--controlTrack-borderColor-rest:#d1d9e0;--controlTrack-borderColor-disabled:#818b98;--controlKnob-bgColor-rest:#fff;--controlKnob-bgColor-disabled:#eff2f5;--controlKnob-bgColor-checked:#fff;--controlKnob-borderColor-rest:#818b98;--controlKnob-borderColor-disabled:#eff2f5;--controlKnob-borderColor-checked:#0969da;--counter-borderColor:#ffffff00;--counter-bgColor-muted:#818b981f;--counter-bgColor-emphasis:#59636e;--button-default-fgColor-rest:#25292e;--button-default-bgColor-rest:#f6f8fa;--button-default-bgColor-hover:#eff2f5;--button-default-bgColor-active:#e6eaef;--button-default-bgColor-selected:#e6eaef;--button-default-bgColor-disabled:#eff2f5;--button-default-borderColor-rest:#d1d9e0;--button-default-borderColor-hover:#d1d9e0;--button-default-borderColor-active:#d1d9e0;--button-default-borderColor-disabled:#818b981a;--button-default-shadow-resting:0px 1px 0px 0px #1f23280a;--button-primary-fgColor-rest:#fff;--button-primary-fgColor-disabled:#ffffffcc;--button-primary-iconColor-rest:#ffffffcc;--button-primary-bgColor-rest:#1f883d;--button-primary-bgColor-hover:#1c8139;--button-primary-bgColor-active:#197935;--button-primary-bgColor-disabled:#95d8a6;--button-primary-borderColor-rest:#1f232826;--button-primary-borderColor-hover:#1f232826;--button-primary-borderColor-active:#1f232826;--button-primary-borderColor-disabled:#95d8a6;--button-primary-shadow-selected:inset 0px 1px 0px 0px #002d114d;--button-invisible-fgColor-rest:#25292e;--button-invisible-fgColor-hover:#25292e;--button-invisible-fgColor-disabled:#818b98;--button-invisible-iconColor-rest:#59636e;--button-invisible-iconColor-hover:#59636e;--button-invisible-iconColor-disabled:#818b98;--button-invisible-bgColor-rest:#ffffff00;--button-invisible-bgColor-hover:#818b981a;--button-invisible-bgColor-active:#818b9826;--button-invisible-bgColor-disabled:#eff2f5;--button-invisible-borderColor-rest:#ffffff00;--button-invisible-borderColor-hover:#ffffff00;--button-invisible-borderColor-disabled:#818b981a;--button-outline-fgColor-rest:#0969da;--button-outline-fgColor-hover:#fff;--button-outline-fgColor-active:#fff;--button-outline-fgColor-disabled:#0969da80;--button-outline-bgColor-rest:#f6f8fa;--button-outline-bgColor-hover:#0969da;--button-outline-bgColor-active:#0757ba;--button-outline-bgColor-disabled:#eff2f5;--button-outline-borderColor-hover:#1f232826;--button-outline-borderColor-active:#1f232826;--button-outline-shadow-selected:inset 0px 1px 0px 0px #00215533;--button-danger-fgColor-rest:#d1242f;--button-danger-fgColor-hover:#fff;--button-danger-fgColor-active:#fff;--button-danger-fgColor-disabled:#d1242f80;--button-danger-iconColor-rest:#d1242f;--button-danger-iconColor-hover:#fff;--button-danger-bgColor-rest:#f6f8fa;--button-danger-bgColor-hover:#a40e26;--button-danger-bgColor-active:#8b0820;--button-danger-bgColor-disabled:#eff2f5;--button-danger-borderColor-rest:#d1d9e0;--button-danger-borderColor-hover:#1f232826;--button-danger-borderColor-active:#1f232826;--button-danger-shadow-selected:inset 0px 1px 0px 0px #4c001433;--button-inactive-fgColor:#59636e;--button-inactive-bgColor:#e6eaef;--button-star-iconColor:#eac54f;--buttonCounter-default-bgColor-rest:#818b981f;--buttonCounter-invisible-bgColor-rest:#818b981f;--buttonCounter-primary-bgColor-rest:#002d1133;--buttonCounter-outline-bgColor-rest:#0969da1a;--buttonCounter-outline-bgColor-hover:#ffffff33;--buttonCounter-outline-bgColor-disabled:#0969da0d;--buttonCounter-outline-fgColor-rest:#0550ae;--buttonCounter-outline-fgColor-hover:#fff;--buttonCounter-outline-fgColor-disabled:#0969da80;--buttonCounter-danger-bgColor-hover:#ffffff33;--buttonCounter-danger-bgColor-disabled:#cf222e0d;--buttonCounter-danger-bgColor-rest:#cf222e1a;--buttonCounter-danger-fgColor-rest:#c21c2c;--buttonCounter-danger-fgColor-hover:#fff;--buttonCounter-danger-fgColor-disabled:#d1242f80;--reactionButton-selected-bgColor-rest:#ddf4ff;--reactionButton-selected-bgColor-hover:#caecff;--reactionButton-selected-fgColor-rest:#0969da;--reactionButton-selected-fgColor-hover:#0550ae;--focus-outlineColor:#0969da;--focus-outline:#0969da solid 2px;--menu-bgColor-active:#ffffff00;--overlay-bgColor:#fff;--overlay-borderColor:#d1d9e080;--overlay-backdrop-bgColor:#c8d1da66;--selectMenu-borderColor:#ffffff00;--selectMenu-bgColor-active:#b6e3ff;--sideNav-bgColor-selected:#fff;--skeletonLoader-bgColor:#818b981a;--timelineBadge-bgColor:#f6f8fa;--treeViewItem-leadingVisual-iconColor-rest:#54aeff;--underlineNav-borderColor-active:#fd8c73;--underlineNav-borderColor-hover:#d1d9e0b3;--underlineNav-iconColor-rest:#59636e;--selection-bgColor:#0969da33;--card-bgColor:#fff;--label-green-bgColor-rest:#caf7ca;--label-green-bgColor-hover:#9ceda0;--label-green-bgColor-active:#54d961;--label-green-fgColor-rest:#2b6e3f;--label-green-fgColor-hover:#285c3b;--label-green-fgColor-active:#254b34;--label-orange-bgColor-rest:#ffe7d1;--label-orange-bgColor-hover:#fecfaa;--label-orange-bgColor-active:#fbaf74;--label-orange-fgColor-rest:#a24610;--label-orange-fgColor-hover:#8d3c11;--label-orange-fgColor-active:#70300f;--label-purple-bgColor-rest:#f1e5ff;--label-purple-bgColor-hover:#e6d2fe;--label-purple-bgColor-active:#d1b1fc;--label-purple-fgColor-rest:#783ae4;--label-purple-fgColor-hover:#6223d7;--label-purple-fgColor-active:#4f21ab;--label-red-bgColor-rest:#ffe2e0;--label-red-bgColor-hover:#fecdcd;--label-red-bgColor-active:#fda5a7;--label-red-fgColor-rest:#c50d28;--label-red-fgColor-hover:#a60c29;--label-red-fgColor-active:#880c27;--label-yellow-bgColor-rest:#ffec9e;--label-yellow-bgColor-hover:#ffd642;--label-yellow-bgColor-active:#ebb400;--label-yellow-fgColor-rest:#805900;--label-yellow-fgColor-hover:#704d00;--label-yellow-fgColor-active:#5c3d00;--label-gray-bgColor-rest:#e8ecf2;--label-gray-bgColor-hover:#d2dae4;--label-gray-bgColor-active:#b4c0cf;--label-gray-fgColor-rest:#5c6570;--label-gray-fgColor-hover:#4e535a;--label-gray-fgColor-active:#424448;--label-auburn-bgColor-rest:#f2e9e9;--label-auburn-bgColor-hover:#e6d6d5;--label-auburn-bgColor-active:#d4b7b5;--label-auburn-fgColor-rest:#8a5551;--label-auburn-fgColor-hover:#744744;--label-auburn-fgColor-active:#5d3937;--label-brown-bgColor-rest:#eeeae2;--label-brown-bgColor-hover:#dfd7c8;--label-brown-bgColor-active:#cbbda4;--label-brown-fgColor-rest:#755f43;--label-brown-fgColor-hover:#64513a;--label-brown-fgColor-active:#51412f;--label-lemon-bgColor-rest:#f7eea1;--label-lemon-bgColor-hover:#f0db3d;--label-lemon-bgColor-active:#d8bd0e;--label-lemon-fgColor-rest:#786002;--label-lemon-fgColor-hover:#654f01;--label-lemon-fgColor-active:#523f00;--label-olive-bgColor-rest:#f0f0ad;--label-olive-bgColor-hover:#dbe170;--label-olive-bgColor-active:#b9c832;--label-olive-fgColor-rest:#56682c;--label-olive-fgColor-hover:#495a2b;--label-olive-fgColor-active:#3b4927;--label-lime-bgColor-rest:#e3f2b5;--label-lime-bgColor-hover:#c7e580;--label-lime-bgColor-active:#9bd039;--label-lime-fgColor-rest:#476c28;--label-lime-fgColor-hover:#3a5b25;--label-lime-fgColor-active:#2f4a21;--label-pine-bgColor-rest:#bff8db;--label-pine-bgColor-hover:#80efb9;--label-pine-bgColor-active:#1dd781;--label-pine-fgColor-rest:#156f4b;--label-pine-fgColor-hover:#135d41;--label-pine-fgColor-active:#114b36;--label-teal-bgColor-rest:#c7f5ef;--label-teal-bgColor-hover:#89ebe1;--label-teal-bgColor-active:#22d3c7;--label-teal-fgColor-rest:#106e75;--label-teal-fgColor-hover:#0d5b63;--label-teal-fgColor-active:#0a4852;--label-cyan-bgColor-rest:#bdf4ff;--label-cyan-bgColor-hover:#7ae9ff;--label-cyan-bgColor-active:#00d0fa;--label-cyan-fgColor-rest:#006a80;--label-cyan-fgColor-hover:#00596b;--label-cyan-fgColor-active:#004857;--label-indigo-bgColor-rest:#e5e9ff;--label-indigo-bgColor-hover:#d2d7fe;--label-indigo-bgColor-active:#b1b9fb;--label-indigo-fgColor-rest:#494edf;--label-indigo-fgColor-hover:#393cd5;--label-indigo-fgColor-active:#2d2db4;--label-blue-bgColor-rest:#d1f0ff;--label-blue-bgColor-hover:#ade1ff;--label-blue-bgColor-active:#75c8ff;--label-blue-fgColor-rest:#005fcc;--label-blue-fgColor-hover:#004db3;--label-blue-fgColor-active:#003d99;--label-plum-bgColor-rest:#f8e5ff;--label-plum-bgColor-hover:#f0cdfe;--label-plum-bgColor-active:#e2a7fb;--label-plum-fgColor-rest:#961edc;--label-plum-fgColor-hover:#7d1eb8;--label-plum-fgColor-active:#651d96;--label-pink-bgColor-rest:#ffe5f1;--label-pink-bgColor-hover:#fdc9e2;--label-pink-bgColor-active:#f8a5cf;--label-pink-fgColor-rest:#b12f79;--label-pink-fgColor-hover:#8e2e66;--label-pink-fgColor-active:#6e2b53;--label-coral-bgColor-rest:#ffe5db;--label-coral-bgColor-hover:#fecebe;--label-coral-bgColor-active:#fcab92;--label-coral-fgColor-rest:#ba2e12;--label-coral-fgColor-hover:#9b2712;--label-coral-fgColor-active:#7e2011;--tooltip-bgColor:#25292e;--tooltip-fgColor:#fff;--fgColor-default:#1f2328;--fgColor-muted:#59636e;--fgColor-onEmphasis:#fff;--fgColor-onInverse:#fff;--fgColor-white:#fff;--fgColor-black:#1f2328;--fgColor-disabled:#818b98;--fgColor-link:#0969da;--fgColor-neutral:#59636e;--fgColor-accent:#0969da;--fgColor-success:#1a7f37;--fgColor-open:#1a7f37;--fgColor-attention:#9a6700;--fgColor-severe:#bc4c00;--fgColor-danger:#d1242f;--fgColor-closed:#d1242f;--fgColor-done:#8250df;--fgColor-upsell:#8250df;--fgColor-sponsors:#bf3989;--bgColor-default:#fff;--bgColor-muted:#f6f8fa;--bgColor-inset:#f6f8fa;--bgColor-emphasis:#25292e;--bgColor-inverse:#25292e;--bgColor-white:#fff;--bgColor-black:#1f2328;--bgColor-disabled:#eff2f5;--bgColor-transparent:#ffffff00;--bgColor-neutral-muted:#818b981f;--bgColor-neutral-emphasis:#59636e;--bgColor-accent-muted:#ddf4ff;--bgColor-accent-emphasis:#0969da;--bgColor-success-muted:#dafbe1;--bgColor-success-emphasis:#1f883d;--bgColor-open-muted:#dafbe1;--bgColor-open-emphasis:#1f883d;--bgColor-attention-muted:#fff8c5;--bgColor-attention-emphasis:#9a6700;--bgColor-severe-muted:#fff1e5;--bgColor-severe-emphasis:#bc4c00;--bgColor-danger-muted:#ffebe9;--bgColor-danger-emphasis:#cf222e;--bgColor-closed-muted:#ffebe9;--bgColor-closed-emphasis:#cf222e;--bgColor-done-muted:#fbefff;--bgColor-done-emphasis:#8250df;--bgColor-upsell-muted:#fbefff;--bgColor-upsell-emphasis:#8250df;--bgColor-sponsors-muted:#ffeff7;--bgColor-sponsors-emphasis:#bf3989;--borderColor-default:#d1d9e0;--borderColor-muted:#d1d9e0b3;--borderColor-emphasis:#818b98;--borderColor-disabled:#818b981a;--borderColor-transparent:#ffffff00;--borderColor-translucent:#1f232826;--borderColor-neutral-muted:#d1d9e0b3;--borderColor-neutral-emphasis:#59636e;--borderColor-accent-muted:#54aeff66;--borderColor-accent-emphasis:#0969da;--borderColor-success-muted:#4ac26b66;--borderColor-success-emphasis:#1a7f37;--borderColor-open-muted:#4ac26b66;--borderColor-open-emphasis:#1a7f37;--borderColor-attention-muted:#d4a72c66;--borderColor-attention-emphasis:#9a6700;--borderColor-severe-muted:#fb8f4466;--borderColor-severe-emphasis:#bc4c00;--borderColor-danger-muted:#ff818266;--borderColor-danger-emphasis:#cf222e;--borderColor-closed-muted:#ff818266;--borderColor-closed-emphasis:#cf222e;--borderColor-done-muted:#c297ff66;--borderColor-done-emphasis:#8250df;--borderColor-upsell-muted:#c297ff66;--borderColor-upsell-emphasis:#8250df;--borderColor-sponsors-muted:#ff80c866;--borderColor-sponsors-emphasis:#bf3989;--color-ansi-black:#1f2328;--color-ansi-black-bright:#393f46;--color-ansi-white:#59636e;--color-ansi-white-bright:#818b98;--color-ansi-gray:#59636e;--color-ansi-red:#cf222e;--color-ansi-red-bright:#a40e26;--color-ansi-green:#116329;--color-ansi-green-bright:#1a7f37;--color-ansi-yellow:#4d2d00;--color-ansi-yellow-bright:#633c01;--color-ansi-blue:#0969da;--color-ansi-blue-bright:#218bff;--color-ansi-magenta:#8250df;--color-ansi-magenta-bright:#a475f9;--color-ansi-cyan:#1b7c83;--color-ansi-cyan-bright:#3192aa;--color-prettylights-syntax-comment:#59636e;--color-prettylights-syntax-constant:#0550ae;--color-prettylights-syntax-constant-other-reference-link:#0a3069;--color-prettylights-syntax-entity:#6639ba;--color-prettylights-syntax-storage-modifier-import:#1f2328;--color-prettylights-syntax-entity-tag:#0550ae;--color-prettylights-syntax-keyword:#cf222e;--color-prettylights-syntax-string:#0a3069;--color-prettylights-syntax-variable:#953800;--color-prettylights-syntax-brackethighlighter-unmatched:#82071e;--color-prettylights-syntax-brackethighlighter-angle:#59636e;--color-prettylights-syntax-invalid-illegal-text:#f6f8fa;--color-prettylights-syntax-invalid-illegal-bg:#82071e;--color-prettylights-syntax-carriage-return-text:#f6f8fa;--color-prettylights-syntax-carriage-return-bg:#cf222e;--color-prettylights-syntax-string-regexp:#116329;--color-prettylights-syntax-markup-list:#3b2300;--color-prettylights-syntax-markup-heading:#0550ae;--color-prettylights-syntax-markup-italic:#1f2328;--color-prettylights-syntax-markup-bold:#1f2328;--color-prettylights-syntax-markup-deleted-text:#82071e;--color-prettylights-syntax-markup-deleted-bg:#ffebe9;--color-prettylights-syntax-markup-inserted-text:#116329;--color-prettylights-syntax-markup-inserted-bg:#dafbe1;--color-prettylights-syntax-markup-changed-text:#953800;--color-prettylights-syntax-markup-changed-bg:#ffd8b5;--color-prettylights-syntax-markup-ignored-text:#d1d9e0;--color-prettylights-syntax-markup-ignored-bg:#0550ae;--color-prettylights-syntax-meta-diff-range:#8250df;--color-prettylights-syntax-sublimelinter-gutter-mark:#818b98;--shadow-inset:inset 0px 1px 0px 0px #1f23280a;--shadow-resting-xsmall:0px 1px 0px 0px #1f23281a;--shadow-resting-small:0px 1px 0px 0px #1f23280a;--shadow-resting-medium:0px 3px 6px 0px #25292e1f;--shadow-floating-small:0px 0px 0px 1px #d1d9e080,0px 6px 12px -3px #25292e0a,0px 6px 18px 0px #25292e1f;--shadow-floating-medium:0px 0px 0px 1px #d1d9e0,0px 8px 16px -4px #25292e14,0px 4px 32px -4px #25292e14,0px 24px 48px -12px #25292e14,0px 48px 96px -24px #25292e14;--shadow-floating-large:0px 0px 0px 1px #d1d9e0,0px 40px 80px 0px #25292e3d;--shadow-floating-xlarge:0px 0px 0px 1px #d1d9e0,0px 56px 112px 0px #25292e52;--shadow-floating-legacy:0px 6px 12px -3px #25292e0a,0px 6px 18px 0px #25292e1f}@media (prefers-color-scheme:dark){[data-color-mode=auto][data-dark-theme=light],[data-color-mode=auto][data-dark-theme=light] ::backdrop{--topicTag-borderColor:#ffffff00;--highlight-neutral-bgColor:#fff8c5;--page-header-bgColor:#f6f8fa;--diffBlob-addition-fgColor-text:#1f2328;--diffBlob-addition-fgColor-num:#1f2328;--diffBlob-addition-bgColor-num:#d1f8d9;--diffBlob-addition-bgColor-line:#dafbe1;--diffBlob-addition-bgColor-word:#aceebb;--diffBlob-deletion-fgColor-text:#1f2328;--diffBlob-deletion-fgColor-num:#1f2328;--diffBlob-deletion-bgColor-num:#ffcecb;--diffBlob-deletion-bgColor-line:#ffebe9;--diffBlob-deletion-bgColor-word:#ff818266;--diffBlob-hunk-bgColor-num:#54aeff66;--diffBlob-expander-iconColor:#59636e;--codeMirror-fgColor:#1f2328;--codeMirror-bgColor:#fff;--codeMirror-gutters-bgColor:#fff;--codeMirror-gutterMarker-fgColor-default:#fff;--codeMirror-gutterMarker-fgColor-muted:#59636e;--codeMirror-lineNumber-fgColor:#59636e;--codeMirror-cursor-fgColor:#1f2328;--codeMirror-selection-bgColor:#54aeff66;--codeMirror-activeline-bgColor:#818b981f;--codeMirror-matchingBracket-fgColor:#1f2328;--codeMirror-lines-bgColor:#fff;--codeMirror-syntax-fgColor-comment:#1f2328;--codeMirror-syntax-fgColor-constant:#0550ae;--codeMirror-syntax-fgColor-entity:#8250df;--codeMirror-syntax-fgColor-keyword:#cf222e;--codeMirror-syntax-fgColor-storage:#cf222e;--codeMirror-syntax-fgColor-string:#0a3069;--codeMirror-syntax-fgColor-support:#0550ae;--codeMirror-syntax-fgColor-variable:#953800;--header-fgColor-default:#ffffffb3;--header-fgColor-logo:#fff;--header-bgColor:#25292e;--header-borderColor-divider:#818b98;--headerSearch-bgColor:#25292e;--headerSearch-borderColor:#818b98;--data-blue-color-emphasis:#006edb;--data-blue-color-muted:#d1f0ff;--data-auburn-color-emphasis:#9d615c;--data-auburn-color-muted:#f2e9e9;--data-orange-color-emphasis:#eb670f;--data-orange-color-muted:#ffe7d1;--data-yellow-color-emphasis:#b88700;--data-yellow-color-muted:#ffec9e;--data-green-color-emphasis:#30a147;--data-green-color-muted:#caf7ca;--data-teal-color-emphasis:#179b9b;--data-teal-color-muted:#c7f5ef;--data-purple-color-emphasis:#894ceb;--data-purple-color-muted:#f1e5ff;--data-pink-color-emphasis:#ce2c85;--data-pink-color-muted:#ffe5f1;--data-red-color-emphasis:#df0c24;--data-red-color-muted:#ffe2e0;--data-gray-color-emphasis:#808fa3;--data-gray-color-muted:#e8ecf2;--display-blue-bgColor-muted:#d1f0ff;--display-blue-bgColor-emphasis:#006edb;--display-blue-fgColor:#005fcc;--display-blue-borderColor-muted:#ade1ff;--display-blue-borderColor-emphasis:#006edb;--display-green-bgColor-muted:#caf7ca;--display-green-bgColor-emphasis:#2c8141;--display-green-fgColor:#2b6e3f;--display-green-borderColor-muted:#9ceda0;--display-green-borderColor-emphasis:#2c8141;--display-orange-bgColor-muted:#ffe7d1;--display-orange-bgColor-emphasis:#b8500f;--display-orange-fgColor:#a24610;--display-orange-borderColor-muted:#fecfaa;--display-orange-borderColor-emphasis:#b8500f;--display-purple-bgColor-muted:#f1e5ff;--display-purple-bgColor-emphasis:#894ceb;--display-purple-fgColor:#783ae4;--display-purple-borderColor-muted:#e6d2fe;--display-purple-borderColor-emphasis:#894ceb;--display-plum-bgColor-muted:#f8e5ff;--display-plum-bgColor-emphasis:#a830e8;--display-plum-fgColor:#961edc;--display-plum-borderColor-muted:#f0cdfe;--display-plum-borderColor-emphasis:#a830e8;--display-red-bgColor-muted:#ffe2e0;--display-red-bgColor-emphasis:#df0c24;--display-red-fgColor:#c50d28;--display-red-borderColor-muted:#fecdcd;--display-red-borderColor-emphasis:#df0c24;--display-coral-bgColor-muted:#ffe5db;--display-coral-bgColor-emphasis:#d43511;--display-coral-fgColor:#ba2e12;--display-coral-borderColor-muted:#fecebe;--display-coral-borderColor-emphasis:#d43511;--display-yellow-bgColor-muted:#ffec9e;--display-yellow-bgColor-emphasis:#946a00;--display-yellow-fgColor:#805900;--display-yellow-borderColor-muted:#ffd642;--display-yellow-borderColor-emphasis:#946a00;--display-gray-bgColor-muted:#e8ecf2;--display-gray-bgColor-emphasis:#647182;--display-gray-fgColor:#5c6570;--display-gray-borderColor-muted:#d2dae4;--display-gray-borderColor-emphasis:#647182;--display-auburn-bgColor-muted:#f2e9e9;--display-auburn-bgColor-emphasis:#9d615c;--display-auburn-fgColor:#8a5551;--display-auburn-borderColor-muted:#e6d6d5;--display-auburn-borderColor-emphasis:#9d615c;--display-brown-bgColor-muted:#eeeae2;--display-brown-bgColor-emphasis:#856d4c;--display-brown-fgColor:#755f43;--display-brown-borderColor-muted:#dfd7c8;--display-brown-borderColor-emphasis:#856d4c;--display-lemon-bgColor-muted:#f7eea1;--display-lemon-bgColor-emphasis:#866e04;--display-lemon-fgColor:#786002;--display-lemon-borderColor-muted:#f0db3d;--display-lemon-borderColor-emphasis:#866e04;--display-olive-bgColor-muted:#f0f0ad;--display-olive-bgColor-emphasis:#64762d;--display-olive-fgColor:#56682c;--display-olive-borderColor-muted:#dbe170;--display-olive-borderColor-emphasis:#64762d;--display-lime-bgColor-muted:#e3f2b5;--display-lime-bgColor-emphasis:#527a29;--display-lime-fgColor:#476c28;--display-lime-borderColor-muted:#c7e580;--display-lime-borderColor-emphasis:#527a29;--display-pine-bgColor-muted:#bff8db;--display-pine-bgColor-emphasis:#167e53;--display-pine-fgColor:#156f4b;--display-pine-borderColor-muted:#80efb9;--display-pine-borderColor-emphasis:#167e53;--display-teal-bgColor-muted:#c7f5ef;--display-teal-bgColor-emphasis:#127e81;--display-teal-fgColor:#106e75;--display-teal-borderColor-muted:#89ebe1;--display-teal-borderColor-emphasis:#127e81;--display-cyan-bgColor-muted:#bdf4ff;--display-cyan-bgColor-emphasis:#007b94;--display-cyan-fgColor:#006a80;--display-cyan-borderColor-muted:#7ae9ff;--display-cyan-borderColor-emphasis:#007b94;--display-indigo-bgColor-muted:#e5e9ff;--display-indigo-bgColor-emphasis:#5a61e7;--display-indigo-fgColor:#494edf;--display-indigo-borderColor-muted:#d2d7fe;--display-indigo-borderColor-emphasis:#5a61e7;--display-pink-bgColor-muted:#ffe5f1;--display-pink-bgColor-emphasis:#ce2c85;--display-pink-fgColor:#b12f79;--display-pink-borderColor-muted:#fdc9e2;--display-pink-borderColor-emphasis:#ce2c85;--avatar-bgColor:#fff;--avatar-borderColor:#1f232826;--avatar-shadow:0px 0px 0px 2px #ffffffcc;--avatarStack-fade-bgColor-default:#c8d1da;--avatarStack-fade-bgColor-muted:#dae0e7;--control-bgColor-rest:#f6f8fa;--control-bgColor-hover:#eff2f5;--control-bgColor-active:#e6eaef;--control-bgColor-disabled:#eff2f5;--control-bgColor-selected:#f6f8fa;--control-fgColor-rest:#25292e;--control-fgColor-placeholder:#59636e;--control-fgColor-disabled:#818b98;--control-borderColor-rest:#d1d9e0;--control-borderColor-emphasis:#818b98;--control-borderColor-disabled:#818b981a;--control-borderColor-selected:#f6f8fa;--control-borderColor-success:#1a7f37;--control-borderColor-danger:#cf222e;--control-borderColor-warning:#9a6700;--control-iconColor-rest:#59636e;--control-transparent-bgColor-rest:#ffffff00;--control-transparent-bgColor-hover:#818b981a;--control-transparent-bgColor-active:#818b9826;--control-transparent-bgColor-disabled:#eff2f5;--control-transparent-bgColor-selected:#818b9826;--control-transparent-borderColor-rest:#ffffff00;--control-transparent-borderColor-hover:#ffffff00;--control-transparent-borderColor-active:#ffffff00;--control-danger-fgColor-rest:#d1242f;--control-danger-fgColor-hover:#d1242f;--control-danger-bgColor-hover:#ffebe9;--control-danger-bgColor-active:#ffebe966;--control-checked-bgColor-rest:#0969da;--control-checked-bgColor-hover:#0860ca;--control-checked-bgColor-active:#0757ba;--control-checked-bgColor-disabled:#818b98;--control-checked-fgColor-rest:#fff;--control-checked-fgColor-disabled:#fff;--control-checked-borderColor-rest:#0969da;--control-checked-borderColor-hover:#0860ca;--control-checked-borderColor-active:#0757ba;--control-checked-borderColor-disabled:#818b98;--controlTrack-bgColor-rest:#e6eaef;--controlTrack-bgColor-hover:#e0e6eb;--controlTrack-bgColor-active:#dae0e7;--controlTrack-bgColor-disabled:#818b98;--controlTrack-fgColor-rest:#59636e;--controlTrack-fgColor-disabled:#fff;--controlTrack-borderColor-rest:#d1d9e0;--controlTrack-borderColor-disabled:#818b98;--controlKnob-bgColor-rest:#fff;--controlKnob-bgColor-disabled:#eff2f5;--controlKnob-bgColor-checked:#fff;--controlKnob-borderColor-rest:#818b98;--controlKnob-borderColor-disabled:#eff2f5;--controlKnob-borderColor-checked:#0969da;--counter-borderColor:#ffffff00;--counter-bgColor-muted:#818b981f;--counter-bgColor-emphasis:#59636e;--button-default-fgColor-rest:#25292e;--button-default-bgColor-rest:#f6f8fa;--button-default-bgColor-hover:#eff2f5;--button-default-bgColor-active:#e6eaef;--button-default-bgColor-selected:#e6eaef;--button-default-bgColor-disabled:#eff2f5;--button-default-borderColor-rest:#d1d9e0;--button-default-borderColor-hover:#d1d9e0;--button-default-borderColor-active:#d1d9e0;--button-default-borderColor-disabled:#818b981a;--button-default-shadow-resting:0px 1px 0px 0px #1f23280a;--button-primary-fgColor-rest:#fff;--button-primary-fgColor-disabled:#ffffffcc;--button-primary-iconColor-rest:#ffffffcc;--button-primary-bgColor-rest:#1f883d;--button-primary-bgColor-hover:#1c8139;--button-primary-bgColor-active:#197935;--button-primary-bgColor-disabled:#95d8a6;--button-primary-borderColor-rest:#1f232826;--button-primary-borderColor-hover:#1f232826;--button-primary-borderColor-active:#1f232826;--button-primary-borderColor-disabled:#95d8a6;--button-primary-shadow-selected:inset 0px 1px 0px 0px #002d114d;--button-invisible-fgColor-rest:#25292e;--button-invisible-fgColor-hover:#25292e;--button-invisible-fgColor-disabled:#818b98;--button-invisible-iconColor-rest:#59636e;--button-invisible-iconColor-hover:#59636e;--button-invisible-iconColor-disabled:#818b98;--button-invisible-bgColor-rest:#ffffff00;--button-invisible-bgColor-hover:#818b981a;--button-invisible-bgColor-active:#818b9826;--button-invisible-bgColor-disabled:#eff2f5;--button-invisible-borderColor-rest:#ffffff00;--button-invisible-borderColor-hover:#ffffff00;--button-invisible-borderColor-disabled:#818b981a;--button-outline-fgColor-rest:#0969da;--button-outline-fgColor-hover:#fff;--button-outline-fgColor-active:#fff;--button-outline-fgColor-disabled:#0969da80;--button-outline-bgColor-rest:#f6f8fa;--button-outline-bgColor-hover:#0969da;--button-outline-bgColor-active:#0757ba;--button-outline-bgColor-disabled:#eff2f5;--button-outline-borderColor-hover:#1f232826;--button-outline-borderColor-active:#1f232826;--button-outline-shadow-selected:inset 0px 1px 0px 0px #00215533;--button-danger-fgColor-rest:#d1242f;--button-danger-fgColor-hover:#fff;--button-danger-fgColor-active:#fff;--button-danger-fgColor-disabled:#d1242f80;--button-danger-iconColor-rest:#d1242f;--button-danger-iconColor-hover:#fff;--button-danger-bgColor-rest:#f6f8fa;--button-danger-bgColor-hover:#a40e26;--button-danger-bgColor-active:#8b0820;--button-danger-bgColor-disabled:#eff2f5;--button-danger-borderColor-rest:#d1d9e0;--button-danger-borderColor-hover:#1f232826;--button-danger-borderColor-active:#1f232826;--button-danger-shadow-selected:inset 0px 1px 0px 0px #4c001433;--button-inactive-fgColor:#59636e;--button-inactive-bgColor:#e6eaef;--button-star-iconColor:#eac54f;--buttonCounter-default-bgColor-rest:#818b981f;--buttonCounter-invisible-bgColor-rest:#818b981f;--buttonCounter-primary-bgColor-rest:#002d1133;--buttonCounter-outline-bgColor-rest:#0969da1a;--buttonCounter-outline-bgColor-hover:#ffffff33;--buttonCounter-outline-bgColor-disabled:#0969da0d;--buttonCounter-outline-fgColor-rest:#0550ae;--buttonCounter-outline-fgColor-hover:#fff;--buttonCounter-outline-fgColor-disabled:#0969da80;--buttonCounter-danger-bgColor-hover:#ffffff33;--buttonCounter-danger-bgColor-disabled:#cf222e0d;--buttonCounter-danger-bgColor-rest:#cf222e1a;--buttonCounter-danger-fgColor-rest:#c21c2c;--buttonCounter-danger-fgColor-hover:#fff;--buttonCounter-danger-fgColor-disabled:#d1242f80;--reactionButton-selected-bgColor-rest:#ddf4ff;--reactionButton-selected-bgColor-hover:#caecff;--reactionButton-selected-fgColor-rest:#0969da;--reactionButton-selected-fgColor-hover:#0550ae;--focus-outlineColor:#0969da;--focus-outline:#0969da solid 2px;--menu-bgColor-active:#ffffff00;--overlay-bgColor:#fff;--overlay-borderColor:#d1d9e080;--overlay-backdrop-bgColor:#c8d1da66;--selectMenu-borderColor:#ffffff00;--selectMenu-bgColor-active:#b6e3ff;--sideNav-bgColor-selected:#fff;--skeletonLoader-bgColor:#818b981a;--timelineBadge-bgColor:#f6f8fa;--treeViewItem-leadingVisual-iconColor-rest:#54aeff;--underlineNav-borderColor-active:#fd8c73;--underlineNav-borderColor-hover:#d1d9e0b3;--underlineNav-iconColor-rest:#59636e;--selection-bgColor:#0969da33;--card-bgColor:#fff;--label-green-bgColor-rest:#caf7ca;--label-green-bgColor-hover:#9ceda0;--label-green-bgColor-active:#54d961;--label-green-fgColor-rest:#2b6e3f;--label-green-fgColor-hover:#285c3b;--label-green-fgColor-active:#254b34;--label-orange-bgColor-rest:#ffe7d1;--label-orange-bgColor-hover:#fecfaa;--label-orange-bgColor-active:#fbaf74;--label-orange-fgColor-rest:#a24610;--label-orange-fgColor-hover:#8d3c11;--label-orange-fgColor-active:#70300f;--label-purple-bgColor-rest:#f1e5ff;--label-purple-bgColor-hover:#e6d2fe;--label-purple-bgColor-active:#d1b1fc;--label-purple-fgColor-rest:#783ae4;--label-purple-fgColor-hover:#6223d7;--label-purple-fgColor-active:#4f21ab;--label-red-bgColor-rest:#ffe2e0;--label-red-bgColor-hover:#fecdcd;--label-red-bgColor-active:#fda5a7;--label-red-fgColor-rest:#c50d28;--label-red-fgColor-hover:#a60c29;--label-red-fgColor-active:#880c27;--label-yellow-bgColor-rest:#ffec9e;--label-yellow-bgColor-hover:#ffd642;--label-yellow-bgColor-active:#ebb400;--label-yellow-fgColor-rest:#805900;--label-yellow-fgColor-hover:#704d00;--label-yellow-fgColor-active:#5c3d00;--label-gray-bgColor-rest:#e8ecf2;--label-gray-bgColor-hover:#d2dae4;--label-gray-bgColor-active:#b4c0cf;--label-gray-fgColor-rest:#5c6570;--label-gray-fgColor-hover:#4e535a;--label-gray-fgColor-active:#424448;--label-auburn-bgColor-rest:#f2e9e9;--label-auburn-bgColor-hover:#e6d6d5;--label-auburn-bgColor-active:#d4b7b5;--label-auburn-fgColor-rest:#8a5551;--label-auburn-fgColor-hover:#744744;--label-auburn-fgColor-active:#5d3937;--label-brown-bgColor-rest:#eeeae2;--label-brown-bgColor-hover:#dfd7c8;--label-brown-bgColor-active:#cbbda4;--label-brown-fgColor-rest:#755f43;--label-brown-fgColor-hover:#64513a;--label-brown-fgColor-active:#51412f;--label-lemon-bgColor-rest:#f7eea1;--label-lemon-bgColor-hover:#f0db3d;--label-lemon-bgColor-active:#d8bd0e;--label-lemon-fgColor-rest:#786002;--label-lemon-fgColor-hover:#654f01;--label-lemon-fgColor-active:#523f00;--label-olive-bgColor-rest:#f0f0ad;--label-olive-bgColor-hover:#dbe170;--label-olive-bgColor-active:#b9c832;--label-olive-fgColor-rest:#56682c;--label-olive-fgColor-hover:#495a2b;--label-olive-fgColor-active:#3b4927;--label-lime-bgColor-rest:#e3f2b5;--label-lime-bgColor-hover:#c7e580;--label-lime-bgColor-active:#9bd039;--label-lime-fgColor-rest:#476c28;--label-lime-fgColor-hover:#3a5b25;--label-lime-fgColor-active:#2f4a21;--label-pine-bgColor-rest:#bff8db;--label-pine-bgColor-hover:#80efb9;--label-pine-bgColor-active:#1dd781;--label-pine-fgColor-rest:#156f4b;--label-pine-fgColor-hover:#135d41;--label-pine-fgColor-active:#114b36;--label-teal-bgColor-rest:#c7f5ef;--label-teal-bgColor-hover:#89ebe1;--label-teal-bgColor-active:#22d3c7;--label-teal-fgColor-rest:#106e75;--label-teal-fgColor-hover:#0d5b63;--label-teal-fgColor-active:#0a4852;--label-cyan-bgColor-rest:#bdf4ff;--label-cyan-bgColor-hover:#7ae9ff;--label-cyan-bgColor-active:#00d0fa;--label-cyan-fgColor-rest:#006a80;--label-cyan-fgColor-hover:#00596b;--label-cyan-fgColor-active:#004857;--label-indigo-bgColor-rest:#e5e9ff;--label-indigo-bgColor-hover:#d2d7fe;--label-indigo-bgColor-active:#b1b9fb;--label-indigo-fgColor-rest:#494edf;--label-indigo-fgColor-hover:#393cd5;--label-indigo-fgColor-active:#2d2db4;--label-blue-bgColor-rest:#d1f0ff;--label-blue-bgColor-hover:#ade1ff;--label-blue-bgColor-active:#75c8ff;--label-blue-fgColor-rest:#005fcc;--label-blue-fgColor-hover:#004db3;--label-blue-fgColor-active:#003d99;--label-plum-bgColor-rest:#f8e5ff;--label-plum-bgColor-hover:#f0cdfe;--label-plum-bgColor-active:#e2a7fb;--label-plum-fgColor-rest:#961edc;--label-plum-fgColor-hover:#7d1eb8;--label-plum-fgColor-active:#651d96;--label-pink-bgColor-rest:#ffe5f1;--label-pink-bgColor-hover:#fdc9e2;--label-pink-bgColor-active:#f8a5cf;--label-pink-fgColor-rest:#b12f79;--label-pink-fgColor-hover:#8e2e66;--label-pink-fgColor-active:#6e2b53;--label-coral-bgColor-rest:#ffe5db;--label-coral-bgColor-hover:#fecebe;--label-coral-bgColor-active:#fcab92;--label-coral-fgColor-rest:#ba2e12;--label-coral-fgColor-hover:#9b2712;--label-coral-fgColor-active:#7e2011;--tooltip-bgColor:#25292e;--tooltip-fgColor:#fff;--fgColor-default:#1f2328;--fgColor-muted:#59636e;--fgColor-onEmphasis:#fff;--fgColor-onInverse:#fff;--fgColor-white:#fff;--fgColor-black:#1f2328;--fgColor-disabled:#818b98;--fgColor-link:#0969da;--fgColor-neutral:#59636e;--fgColor-accent:#0969da;--fgColor-success:#1a7f37;--fgColor-open:#1a7f37;--fgColor-attention:#9a6700;--fgColor-severe:#bc4c00;--fgColor-danger:#d1242f;--fgColor-closed:#d1242f;--fgColor-done:#8250df;--fgColor-upsell:#8250df;--fgColor-sponsors:#bf3989;--bgColor-default:#fff;--bgColor-muted:#f6f8fa;--bgColor-inset:#f6f8fa;--bgColor-emphasis:#25292e;--bgColor-inverse:#25292e;--bgColor-white:#fff;--bgColor-black:#1f2328;--bgColor-disabled:#eff2f5;--bgColor-transparent:#ffffff00;--bgColor-neutral-muted:#818b981f;--bgColor-neutral-emphasis:#59636e;--bgColor-accent-muted:#ddf4ff;--bgColor-accent-emphasis:#0969da;--bgColor-success-muted:#dafbe1;--bgColor-success-emphasis:#1f883d;--bgColor-open-muted:#dafbe1;--bgColor-open-emphasis:#1f883d;--bgColor-attention-muted:#fff8c5;--bgColor-attention-emphasis:#9a6700;--bgColor-severe-muted:#fff1e5;--bgColor-severe-emphasis:#bc4c00;--bgColor-danger-muted:#ffebe9;--bgColor-danger-emphasis:#cf222e;--bgColor-closed-muted:#ffebe9;--bgColor-closed-emphasis:#cf222e;--bgColor-done-muted:#fbefff;--bgColor-done-emphasis:#8250df;--bgColor-upsell-muted:#fbefff;--bgColor-upsell-emphasis:#8250df;--bgColor-sponsors-muted:#ffeff7;--bgColor-sponsors-emphasis:#bf3989;--borderColor-default:#d1d9e0;--borderColor-muted:#d1d9e0b3;--borderColor-emphasis:#818b98;--borderColor-disabled:#818b981a;--borderColor-transparent:#ffffff00;--borderColor-translucent:#1f232826;--borderColor-neutral-muted:#d1d9e0b3;--borderColor-neutral-emphasis:#59636e;--borderColor-accent-muted:#54aeff66;--borderColor-accent-emphasis:#0969da;--borderColor-success-muted:#4ac26b66;--borderColor-success-emphasis:#1a7f37;--borderColor-open-muted:#4ac26b66;--borderColor-open-emphasis:#1a7f37;--borderColor-attention-muted:#d4a72c66;--borderColor-attention-emphasis:#9a6700;--borderColor-severe-muted:#fb8f4466;--borderColor-severe-emphasis:#bc4c00;--borderColor-danger-muted:#ff818266;--borderColor-danger-emphasis:#cf222e;--borderColor-closed-muted:#ff818266;--borderColor-closed-emphasis:#cf222e;--borderColor-done-muted:#c297ff66;--borderColor-done-emphasis:#8250df;--borderColor-upsell-muted:#c297ff66;--borderColor-upsell-emphasis:#8250df;--borderColor-sponsors-muted:#ff80c866;--borderColor-sponsors-emphasis:#bf3989;--color-ansi-black:#1f2328;--color-ansi-black-bright:#393f46;--color-ansi-white:#59636e;--color-ansi-white-bright:#818b98;--color-ansi-gray:#59636e;--color-ansi-red:#cf222e;--color-ansi-red-bright:#a40e26;--color-ansi-green:#116329;--color-ansi-green-bright:#1a7f37;--color-ansi-yellow:#4d2d00;--color-ansi-yellow-bright:#633c01;--color-ansi-blue:#0969da;--color-ansi-blue-bright:#218bff;--color-ansi-magenta:#8250df;--color-ansi-magenta-bright:#a475f9;--color-ansi-cyan:#1b7c83;--color-ansi-cyan-bright:#3192aa;--color-prettylights-syntax-comment:#59636e;--color-prettylights-syntax-constant:#0550ae;--color-prettylights-syntax-constant-other-reference-link:#0a3069;--color-prettylights-syntax-entity:#6639ba;--color-prettylights-syntax-storage-modifier-import:#1f2328;--color-prettylights-syntax-entity-tag:#0550ae;--color-prettylights-syntax-keyword:#cf222e;--color-prettylights-syntax-string:#0a3069;--color-prettylights-syntax-variable:#953800;--color-prettylights-syntax-brackethighlighter-unmatched:#82071e;--color-prettylights-syntax-brackethighlighter-angle:#59636e;--color-prettylights-syntax-invalid-illegal-text:#f6f8fa;--color-prettylights-syntax-invalid-illegal-bg:#82071e;--color-prettylights-syntax-carriage-return-text:#f6f8fa;--color-prettylights-syntax-carriage-return-bg:#cf222e;--color-prettylights-syntax-string-regexp:#116329;--color-prettylights-syntax-markup-list:#3b2300;--color-prettylights-syntax-markup-heading:#0550ae;--color-prettylights-syntax-markup-italic:#1f2328;--color-prettylights-syntax-markup-bold:#1f2328;--color-prettylights-syntax-markup-deleted-text:#82071e;--color-prettylights-syntax-markup-deleted-bg:#ffebe9;--color-prettylights-syntax-markup-inserted-text:#116329;--color-prettylights-syntax-markup-inserted-bg:#dafbe1;--color-prettylights-syntax-markup-changed-text:#953800;--color-prettylights-syntax-markup-changed-bg:#ffd8b5;--color-prettylights-syntax-markup-ignored-text:#d1d9e0;--color-prettylights-syntax-markup-ignored-bg:#0550ae;--color-prettylights-syntax-meta-diff-range:#8250df;--color-prettylights-syntax-sublimelinter-gutter-mark:#818b98;--shadow-inset:inset 0px 1px 0px 0px #1f23280a;--shadow-resting-xsmall:0px 1px 0px 0px #1f23281a;--shadow-resting-small:0px 1px 0px 0px #1f23280a;--shadow-resting-medium:0px 3px 6px 0px #25292e1f;--shadow-floating-small:0px 0px 0px 1px #d1d9e080,0px 6px 12px -3px #25292e0a,0px 6px 18px 0px #25292e1f;--shadow-floating-medium:0px 0px 0px 1px #d1d9e0,0px 8px 16px -4px #25292e14,0px 4px 32px -4px #25292e14,0px 24px 48px -12px #25292e14,0px 48px 96px -24px #25292e14;--shadow-floating-large:0px 0px 0px 1px #d1d9e0,0px 40px 80px 0px #25292e3d;--shadow-floating-xlarge:0px 0px 0px 1px #d1d9e0,0px 56px 112px 0px #25292e52;--shadow-floating-legacy:0px 6px 12px -3px #25292e0a,0px 6px 18px 0px #25292e1f}}[data-color-mode=auto][data-light-theme=dark],[data-color-mode=auto][data-light-theme=dark] ::backdrop,[data-color-mode=dark][data-dark-theme=dark],[data-color-mode=dark][data-dark-theme=dark] ::backdrop{--topicTag-borderColor:#00000000;--highlight-neutral-bgColor:#d2992266;--page-header-bgColor:#0d1117;--diffBlob-addition-fgColor-text:#f0f6fc;--diffBlob-addition-fgColor-num:#f0f6fc;--diffBlob-addition-bgColor-num:#3fb9504d;--diffBlob-addition-bgColor-line:#2ea04326;--diffBlob-addition-bgColor-word:#2ea04366;--diffBlob-deletion-fgColor-text:#f0f6fc;--diffBlob-deletion-fgColor-num:#f0f6fc;--diffBlob-deletion-bgColor-num:#f851494d;--diffBlob-deletion-bgColor-line:#f8514926;--diffBlob-deletion-bgColor-word:#f8514966;--diffBlob-hunk-bgColor-num:#388bfd66;--diffBlob-expander-iconColor:#9198a1;--codeMirror-fgColor:#f0f6fc;--codeMirror-bgColor:#0d1117;--codeMirror-gutters-bgColor:#0d1117;--codeMirror-gutterMarker-fgColor-default:#0d1117;--codeMirror-gutterMarker-fgColor-muted:#9198a1;--codeMirror-lineNumber-fgColor:#9198a1;--codeMirror-cursor-fgColor:#f0f6fc;--codeMirror-selection-bgColor:#388bfd66;--codeMirror-activeline-bgColor:#656c7633;--codeMirror-matchingBracket-fgColor:#f0f6fc;--codeMirror-lines-bgColor:#0d1117;--codeMirror-syntax-fgColor-comment:#656c76;--codeMirror-syntax-fgColor-constant:#79c0ff;--codeMirror-syntax-fgColor-entity:#d2a8ff;--codeMirror-syntax-fgColor-keyword:#ff7b72;--codeMirror-syntax-fgColor-storage:#ff7b72;--codeMirror-syntax-fgColor-string:#a5d6ff;--codeMirror-syntax-fgColor-support:#79c0ff;--codeMirror-syntax-fgColor-variable:#ffa657;--header-fgColor-default:#ffffffb3;--header-fgColor-logo:#f0f6fc;--header-bgColor:#151b23f2;--header-borderColor-divider:#656c76;--headerSearch-bgColor:#0d1117;--headerSearch-borderColor:#2a313c;--data-blue-color-emphasis:#0576ff;--data-blue-color-muted:#001a47;--data-auburn-color-emphasis:#a86f6b;--data-auburn-color-muted:#271817;--data-orange-color-emphasis:#984b10;--data-orange-color-muted:#311708;--data-yellow-color-emphasis:#895906;--data-yellow-color-muted:#2e1a00;--data-green-color-emphasis:#2f6f37;--data-green-color-muted:#122117;--data-teal-color-emphasis:#106c70;--data-teal-color-muted:#041f25;--data-purple-color-emphasis:#975bf1;--data-purple-color-muted:#211047;--data-pink-color-emphasis:#d34591;--data-pink-color-muted:#2d1524;--data-red-color-emphasis:#eb3342;--data-red-color-muted:#3c0614;--data-gray-color-emphasis:#576270;--data-gray-color-muted:#1c1c1c;--display-blue-bgColor-muted:#001a47;--display-blue-bgColor-emphasis:#005bd1;--display-blue-fgColor:#4da0ff;--display-blue-borderColor-muted:#002766;--display-blue-borderColor-emphasis:#0576ff;--display-green-bgColor-muted:#122117;--display-green-bgColor-emphasis:#2f6f37;--display-green-fgColor:#41b445;--display-green-borderColor-muted:#182f1f;--display-green-borderColor-emphasis:#388f3f;--display-orange-bgColor-muted:#311708;--display-orange-bgColor-emphasis:#984b10;--display-orange-fgColor:#ed8326;--display-orange-borderColor-muted:#43200a;--display-orange-borderColor-emphasis:#c46212;--display-purple-bgColor-muted:#211047;--display-purple-bgColor-emphasis:#7730e8;--display-purple-fgColor:#b687f7;--display-purple-borderColor-muted:#31146b;--display-purple-borderColor-emphasis:#975bf1;--display-plum-bgColor-muted:#2a0e3f;--display-plum-bgColor-emphasis:#9518d8;--display-plum-fgColor:#d07ef7;--display-plum-borderColor-muted:#40125e;--display-plum-borderColor-emphasis:#b643ef;--display-red-bgColor-muted:#3c0614;--display-red-bgColor-emphasis:#c31328;--display-red-fgColor:#f27d83;--display-red-borderColor-muted:#58091a;--display-red-borderColor-emphasis:#eb3342;--display-coral-bgColor-muted:#3c0614;--display-coral-bgColor-emphasis:#c31328;--display-coral-fgColor:#f27d83;--display-coral-borderColor-muted:#58091a;--display-coral-borderColor-emphasis:#eb3342;--display-yellow-bgColor-muted:#2e1a00;--display-yellow-bgColor-emphasis:#895906;--display-yellow-fgColor:#d3910d;--display-yellow-borderColor-muted:#3d2401;--display-yellow-borderColor-emphasis:#aa7109;--display-gray-bgColor-muted:#1c1c1c;--display-gray-bgColor-emphasis:#576270;--display-gray-fgColor:#92a1b5;--display-gray-borderColor-muted:#2a2b2d;--display-gray-borderColor-emphasis:#6e7f96;--display-auburn-bgColor-muted:#271817;--display-auburn-bgColor-emphasis:#87534f;--display-auburn-fgColor:#bf9592;--display-auburn-borderColor-muted:#3a2422;--display-auburn-borderColor-emphasis:#a86f6b;--display-brown-bgColor-muted:#241c14;--display-brown-bgColor-emphasis:#755e3e;--display-brown-fgColor:#b69a6d;--display-brown-borderColor-muted:#342a1d;--display-brown-borderColor-emphasis:#94774c;--display-lemon-bgColor-muted:#291d00;--display-lemon-bgColor-emphasis:#786008;--display-lemon-fgColor:#ba9b12;--display-lemon-borderColor-muted:#372901;--display-lemon-borderColor-emphasis:#977b0c;--display-olive-bgColor-muted:#171e0b;--display-olive-bgColor-emphasis:#5e681d;--display-olive-fgColor:#a2a626;--display-olive-borderColor-muted:#252d10;--display-olive-borderColor-emphasis:#7a8321;--display-lime-bgColor-muted:#141f0f;--display-lime-bgColor-emphasis:#496c28;--display-lime-fgColor:#7dae37;--display-lime-borderColor-muted:#1f3116;--display-lime-borderColor-emphasis:#5f892f;--display-pine-bgColor-muted:#082119;--display-pine-bgColor-emphasis:#14714c;--display-pine-fgColor:#1bb673;--display-pine-borderColor-muted:#0b3224;--display-pine-borderColor-emphasis:#18915e;--display-teal-bgColor-muted:#041f25;--display-teal-bgColor-emphasis:#106c70;--display-teal-fgColor:#1cb0ab;--display-teal-borderColor-muted:#073036;--display-teal-borderColor-emphasis:#158a8a;--display-cyan-bgColor-muted:#001f29;--display-cyan-bgColor-emphasis:#036a8c;--display-cyan-fgColor:#07ace4;--display-cyan-borderColor-muted:#002e3d;--display-cyan-borderColor-emphasis:#0587b3;--display-indigo-bgColor-muted:#1b183f;--display-indigo-bgColor-emphasis:#514ed4;--display-indigo-fgColor:#9899ec;--display-indigo-borderColor-muted:#25215f;--display-indigo-borderColor-emphasis:#7070e1;--display-pink-bgColor-muted:#2d1524;--display-pink-bgColor-emphasis:#ac2f74;--display-pink-fgColor:#e57bb2;--display-pink-borderColor-muted:#451c35;--display-pink-borderColor-emphasis:#d34591;--avatar-bgColor:#ffffff1a;--avatar-borderColor:#ffffff26;--avatar-shadow:0px 0px 0px 2px #0d1117;--avatarStack-fade-bgColor-default:#3d444d;--avatarStack-fade-bgColor-muted:#2a313c;--control-bgColor-rest:#212830;--control-bgColor-hover:#262c36;--control-bgColor-active:#2a313c;--control-bgColor-disabled:#212830;--control-bgColor-selected:#212830;--control-fgColor-rest:#f0f6fc;--control-fgColor-placeholder:#9198a1;--control-fgColor-disabled:#656c7699;--control-borderColor-rest:#3d444d;--control-borderColor-emphasis:#656c76;--control-borderColor-disabled:#656c761a;--control-borderColor-selected:#f0f6fc;--control-borderColor-success:#238636;--control-borderColor-danger:#da3633;--control-borderColor-warning:#9e6a03;--control-iconColor-rest:#9198a1;--control-transparent-bgColor-rest:#00000000;--control-transparent-bgColor-hover:#656c7633;--control-transparent-bgColor-active:#656c7640;--control-transparent-bgColor-disabled:#212830;--control-transparent-bgColor-selected:#656c761a;--control-transparent-borderColor-rest:#00000000;--control-transparent-borderColor-hover:#00000000;--control-transparent-borderColor-active:#00000000;--control-danger-fgColor-rest:#f85149;--control-danger-fgColor-hover:#ff7b72;--control-danger-bgColor-hover:#f851491a;--control-danger-bgColor-active:#f8514966;--control-checked-bgColor-rest:#1f6feb;--control-checked-bgColor-hover:#2a7aef;--control-checked-bgColor-active:#3685f3;--control-checked-bgColor-disabled:#656c7699;--control-checked-fgColor-rest:#fff;--control-checked-fgColor-disabled:#010409;--control-checked-borderColor-rest:#1f6feb;--control-checked-borderColor-hover:#2a7aef;--control-checked-borderColor-active:#3685f3;--control-checked-borderColor-disabled:#656c7699;--controlTrack-bgColor-rest:#262c36;--controlTrack-bgColor-hover:#2a313c;--controlTrack-bgColor-active:#2f3742;--controlTrack-bgColor-disabled:#656c7699;--controlTrack-fgColor-rest:#9198a1;--controlTrack-fgColor-disabled:#fff;--controlTrack-borderColor-rest:#3d444d;--controlTrack-borderColor-disabled:#656c7699;--controlKnob-bgColor-rest:#010409;--controlKnob-bgColor-disabled:#212830;--controlKnob-bgColor-checked:#fff;--controlKnob-borderColor-rest:#656c76;--controlKnob-borderColor-disabled:#212830;--controlKnob-borderColor-checked:#1f6feb;--counter-borderColor:#00000000;--counter-bgColor-muted:#656c7633;--counter-bgColor-emphasis:#656c76;--button-default-fgColor-rest:#f0f6fc;--button-default-bgColor-rest:#212830;--button-default-bgColor-hover:#262c36;--button-default-bgColor-active:#2a313c;--button-default-bgColor-selected:#2a313c;--button-default-bgColor-disabled:#212830;--button-default-borderColor-rest:#3d444d;--button-default-borderColor-hover:#3d444d;--button-default-borderColor-active:#3d444d;--button-default-borderColor-disabled:#656c761a;--button-default-shadow-resting:0px 0px 0px 0px #000;--button-primary-fgColor-rest:#fff;--button-primary-fgColor-disabled:#ffffff66;--button-primary-iconColor-rest:#fff;--button-primary-bgColor-rest:#238636;--button-primary-bgColor-hover:#29903b;--button-primary-bgColor-active:#2e9a40;--button-primary-bgColor-disabled:#105823;--button-primary-borderColor-rest:#ffffff1a;--button-primary-borderColor-hover:#ffffff1a;--button-primary-borderColor-active:#ffffff1a;--button-primary-borderColor-disabled:#105823;--button-primary-shadow-selected:0px 0px 0px 0px #000;--button-invisible-fgColor-rest:#f0f6fc;--button-invisible-fgColor-hover:#f0f6fc;--button-invisible-fgColor-disabled:#656c7699;--button-invisible-iconColor-rest:#9198a1;--button-invisible-iconColor-hover:#9198a1;--button-invisible-iconColor-disabled:#656c7699;--button-invisible-bgColor-rest:#00000000;--button-invisible-bgColor-hover:#656c7633;--button-invisible-bgColor-active:#656c7640;--button-invisible-bgColor-disabled:#212830;--button-invisible-borderColor-rest:#00000000;--button-invisible-borderColor-hover:#00000000;--button-invisible-borderColor-disabled:#656c761a;--button-outline-fgColor-rest:#388bfd;--button-outline-fgColor-hover:#58a6ff;--button-outline-fgColor-active:#fff;--button-outline-fgColor-disabled:#4493f880;--button-outline-bgColor-rest:#f0f6fc;--button-outline-bgColor-hover:#262c36;--button-outline-bgColor-active:#0d419d;--button-outline-bgColor-disabled:#212830;--button-outline-borderColor-hover:#3d444d;--button-outline-borderColor-selected:#3d444d;--button-outline-shadow-selected:0px 0px 0px 0px #000;--button-danger-fgColor-rest:#fa5e55;--button-danger-fgColor-hover:#fff;--button-danger-fgColor-active:#fff;--button-danger-fgColor-disabled:#f8514980;--button-danger-iconColor-rest:#fa5e55;--button-danger-iconColor-hover:#fff;--button-danger-bgColor-rest:#212830;--button-danger-bgColor-hover:#b62324;--button-danger-bgColor-active:#d03533;--button-danger-bgColor-disabled:#212830;--button-danger-borderColor-rest:#3d444d;--button-danger-borderColor-hover:#ffffff1a;--button-danger-borderColor-active:#ffffff1a;--button-danger-shadow-selected:0px 0px 0px 0px #000;--button-inactive-fgColor:#9198a1;--button-inactive-bgColor:#262c36;--button-star-iconColor:#e3b341;--buttonCounter-default-bgColor-rest:#2f3742;--buttonCounter-invisible-bgColor-rest:#656c7633;--buttonCounter-primary-bgColor-rest:#04260f33;--buttonCounter-outline-bgColor-rest:#051d4d33;--buttonCounter-outline-bgColor-hover:#051d4d33;--buttonCounter-outline-bgColor-disabled:#1f6feb0d;--buttonCounter-outline-fgColor-rest:#388bfd;--buttonCounter-outline-fgColor-hover:#58a6ff;--buttonCounter-outline-fgColor-disabled:#4493f880;--buttonCounter-danger-bgColor-hover:#ffffff33;--buttonCounter-danger-bgColor-disabled:#da36330d;--buttonCounter-danger-bgColor-rest:#49020233;--buttonCounter-danger-fgColor-rest:#f85149;--buttonCounter-danger-fgColor-hover:#fff;--buttonCounter-danger-fgColor-disabled:#f8514980;--reactionButton-selected-bgColor-rest:#388bfd33;--reactionButton-selected-bgColor-hover:#3a8cfd5c;--reactionButton-selected-fgColor-rest:#4493f8;--reactionButton-selected-fgColor-hover:#79c0ff;--focus-outlineColor:#1f6feb;--menu-bgColor-active:#151b23;--overlay-bgColor:#151b23;--overlay-borderColor:#3d444db3;--overlay-backdrop-bgColor:#21283066;--selectMenu-borderColor:#3d444d;--selectMenu-bgColor-active:#0c2d6b;--sideNav-bgColor-selected:#212830;--skeletonLoader-bgColor:#656c7633;--timelineBadge-bgColor:#212830;--treeViewItem-leadingVisual-iconColor-rest:#9198a1;--underlineNav-borderColor-active:#f78166;--underlineNav-borderColor-hover:#3d444db3;--underlineNav-iconColor-rest:#9198a1;--selection-bgColor:#1f6febb3;--card-bgColor:#151b23;--label-green-bgColor-rest:#122117;--label-green-bgColor-hover:#182f1f;--label-green-bgColor-active:#214529;--label-green-fgColor-rest:#41b445;--label-green-fgColor-hover:#46c144;--label-green-fgColor-active:#75d36f;--label-orange-bgColor-rest:#311708;--label-orange-bgColor-hover:#43200a;--label-orange-bgColor-active:#632f0d;--label-orange-fgColor-rest:#ed8326;--label-orange-fgColor-hover:#f1933b;--label-orange-fgColor-active:#f6b06a;--label-purple-bgColor-rest:#211047;--label-purple-bgColor-hover:#31146b;--label-purple-bgColor-active:#481a9e;--label-purple-fgColor-rest:#b687f7;--label-purple-fgColor-hover:#c398fb;--label-purple-fgColor-active:#d2affd;--label-red-bgColor-rest:#3c0614;--label-red-bgColor-hover:#58091a;--label-red-bgColor-active:#790c20;--label-red-fgColor-rest:#f27d83;--label-red-fgColor-hover:#f48b8d;--label-red-fgColor-active:#f7adab;--label-yellow-bgColor-rest:#2e1a00;--label-yellow-bgColor-hover:#3d2401;--label-yellow-bgColor-active:#5a3702;--label-yellow-fgColor-rest:#d3910d;--label-yellow-fgColor-hover:#df9e11;--label-yellow-fgColor-active:#edb431;--label-gray-bgColor-rest:#1c1c1c;--label-gray-bgColor-hover:#2a2b2d;--label-gray-bgColor-active:#393d41;--label-gray-fgColor-rest:#92a1b5;--label-gray-fgColor-hover:#9babbf;--label-gray-fgColor-active:#b3c0d1;--label-auburn-bgColor-rest:#271817;--label-auburn-bgColor-hover:#3a2422;--label-auburn-bgColor-active:#543331;--label-auburn-fgColor-rest:#bf9592;--label-auburn-fgColor-hover:#c6a19f;--label-auburn-fgColor-active:#d4b7b5;--label-brown-bgColor-rest:#241c14;--label-brown-bgColor-hover:#342a1d;--label-brown-bgColor-active:#483a28;--label-brown-fgColor-rest:#b69a6d;--label-brown-fgColor-hover:#bfa77d;--label-brown-fgColor-active:#cdbb98;--label-lemon-bgColor-rest:#291d00;--label-lemon-bgColor-hover:#372901;--label-lemon-bgColor-active:#4f3c02;--label-lemon-fgColor-rest:#ba9b12;--label-lemon-fgColor-hover:#c4a717;--label-lemon-fgColor-active:#d7bc1d;--label-olive-bgColor-rest:#171e0b;--label-olive-bgColor-hover:#252d10;--label-olive-bgColor-active:#374115;--label-olive-fgColor-rest:#a2a626;--label-olive-fgColor-hover:#b2af24;--label-olive-fgColor-active:#cbc025;--label-lime-bgColor-rest:#141f0f;--label-lime-bgColor-hover:#1f3116;--label-lime-bgColor-active:#2c441d;--label-lime-fgColor-rest:#7dae37;--label-lime-fgColor-hover:#89ba36;--label-lime-fgColor-active:#9fcc3e;--label-pine-bgColor-rest:#082119;--label-pine-bgColor-hover:#0b3224;--label-pine-bgColor-active:#0e4430;--label-pine-fgColor-rest:#1bb673;--label-pine-fgColor-hover:#1ac176;--label-pine-fgColor-active:#1bda81;--label-teal-bgColor-rest:#041f25;--label-teal-bgColor-hover:#073036;--label-teal-bgColor-active:#0a464d;--label-teal-fgColor-rest:#1cb0ab;--label-teal-fgColor-hover:#1fbdb2;--label-teal-fgColor-active:#24d6c4;--label-cyan-bgColor-rest:#001f29;--label-cyan-bgColor-hover:#002e3d;--label-cyan-bgColor-active:#014156;--label-cyan-fgColor-rest:#07ace4;--label-cyan-fgColor-hover:#09b7f1;--label-cyan-fgColor-active:#45cbf7;--label-indigo-bgColor-rest:#1b183f;--label-indigo-bgColor-hover:#25215f;--label-indigo-bgColor-active:#312c90;--label-indigo-fgColor-rest:#9899ec;--label-indigo-fgColor-hover:#a2a5f1;--label-indigo-fgColor-active:#b7baf6;--label-blue-bgColor-rest:#001a47;--label-blue-bgColor-hover:#002766;--label-blue-bgColor-active:#00378a;--label-blue-fgColor-rest:#4da0ff;--label-blue-fgColor-hover:#61adff;--label-blue-fgColor-active:#85c2ff;--label-plum-bgColor-rest:#2a0e3f;--label-plum-bgColor-hover:#40125e;--label-plum-bgColor-active:#5c1688;--label-plum-fgColor-rest:#d07ef7;--label-plum-fgColor-hover:#d889fa;--label-plum-fgColor-active:#e4a5fd;--label-pink-bgColor-rest:#2d1524;--label-pink-bgColor-hover:#451c35;--label-pink-bgColor-active:#65244a;--label-pink-fgColor-rest:#e57bb2;--label-pink-fgColor-hover:#ec8dbd;--label-pink-fgColor-active:#f4a9cd;--label-coral-bgColor-rest:#351008;--label-coral-bgColor-hover:#51180b;--label-coral-bgColor-active:#72220d;--label-coral-fgColor-rest:#f7794b;--label-coral-fgColor-hover:#fa8c61;--label-coral-fgColor-active:#fdaa86;--tooltip-bgColor:#3d444d;--tooltip-fgColor:#fff;--fgColor-default:#f0f6fc;--fgColor-muted:#9198a1;--fgColor-onEmphasis:#fff;--fgColor-onInverse:#010409;--fgColor-white:#fff;--fgColor-black:#010409;--fgColor-disabled:#656c7699;--fgColor-link:#4493f8;--fgColor-neutral:#9198a1;--fgColor-accent:#4493f8;--fgColor-success:#3fb950;--fgColor-open:#3fb950;--fgColor-attention:#d29922;--fgColor-severe:#db6d28;--fgColor-danger:#f85149;--fgColor-closed:#f85149;--fgColor-done:#ab7df8;--fgColor-upsell:#ab7df8;--fgColor-sponsors:#db61a2;--bgColor-default:#0d1117;--bgColor-muted:#151b23;--bgColor-inset:#010409;--bgColor-emphasis:#3d444d;--bgColor-inverse:#fff;--bgColor-white:#fff;--bgColor-black:#010409;--bgColor-disabled:#212830;--bgColor-transparent:#00000000;--bgColor-neutral-muted:#656c7633;--bgColor-neutral-emphasis:#656c76;--bgColor-accent-muted:#388bfd1a;--bgColor-accent-emphasis:#1f6feb;--bgColor-success-muted:#2ea04326;--bgColor-success-emphasis:#238636;--bgColor-open-muted:#2ea04326;--bgColor-open-emphasis:#238636;--bgColor-attention-muted:#bb800926;--bgColor-attention-emphasis:#9e6a03;--bgColor-severe-muted:#db6d281a;--bgColor-severe-emphasis:#bd561d;--bgColor-danger-muted:#f851491a;--bgColor-danger-emphasis:#da3633;--bgColor-closed-muted:#f851491a;--bgColor-closed-emphasis:#da3633;--bgColor-done-muted:#ab7df826;--bgColor-done-emphasis:#8957e5;--bgColor-upsell-muted:#ab7df826;--bgColor-upsell-emphasis:#8957e5;--bgColor-sponsors-muted:#db61a21a;--bgColor-sponsors-emphasis:#bf4b8a;--borderColor-default:#3d444d;--borderColor-muted:#3d444db3;--borderColor-emphasis:#656c76;--borderColor-disabled:#656c761a;--borderColor-transparent:#00000000;--borderColor-translucent:#ffffff26;--borderColor-neutral-muted:#3d444db3;--borderColor-neutral-emphasis:#656c76;--borderColor-accent-muted:#388bfd66;--borderColor-accent-emphasis:#1f6feb;--borderColor-success-muted:#2ea04366;--borderColor-success-emphasis:#238636;--borderColor-open-muted:#2ea04366;--borderColor-open-emphasis:#238636;--borderColor-attention-muted:#bb800966;--borderColor-attention-emphasis:#9e6a03;--borderColor-severe-muted:#db6d2866;--borderColor-severe-emphasis:#bd561d;--borderColor-danger-muted:#f8514966;--borderColor-danger-emphasis:#da3633;--borderColor-closed-muted:#f8514966;--borderColor-closed-emphasis:#da3633;--borderColor-done-muted:#ab7df866;--borderColor-done-emphasis:#8957e5;--borderColor-upsell-muted:#ab7df866;--borderColor-upsell-emphasis:#8957e5;--borderColor-sponsors-muted:#db61a266;--borderColor-sponsors-emphasis:#bf4b8a;--color-ansi-black:#2f3742;--color-ansi-black-bright:#656c76;--color-ansi-white:#f0f6fc;--color-ansi-white-bright:#fff;--color-ansi-gray:#656c76;--color-ansi-red:#ff7b72;--color-ansi-red-bright:#ffa198;--color-ansi-green:#3fb950;--color-ansi-green-bright:#56d364;--color-ansi-yellow:#d29922;--color-ansi-yellow-bright:#e3b341;--color-ansi-blue:#58a6ff;--color-ansi-blue-bright:#79c0ff;--color-ansi-magenta:#be8fff;--color-ansi-magenta-bright:#d2a8ff;--color-ansi-cyan:#39c5cf;--color-ansi-cyan-bright:#56d4dd;--color-prettylights-syntax-comment:#9198a1;--color-prettylights-syntax-constant:#79c0ff;--color-prettylights-syntax-constant-other-reference-link:#a5d6ff;--color-prettylights-syntax-entity:#d2a8ff;--color-prettylights-syntax-storage-modifier-import:#f0f6fc;--color-prettylights-syntax-entity-tag:#7ee787;--color-prettylights-syntax-keyword:#ff7b72;--color-prettylights-syntax-string:#a5d6ff;--color-prettylights-syntax-variable:#ffa657;--color-prettylights-syntax-brackethighlighter-unmatched:#f85149;--color-prettylights-syntax-brackethighlighter-angle:#9198a1;--color-prettylights-syntax-invalid-illegal-text:#f0f6fc;--color-prettylights-syntax-invalid-illegal-bg:#8e1519;--color-prettylights-syntax-carriage-return-text:#f0f6fc;--color-prettylights-syntax-carriage-return-bg:#b62324;--color-prettylights-syntax-string-regexp:#7ee787;--color-prettylights-syntax-markup-list:#f2cc60;--color-prettylights-syntax-markup-heading:#1f6feb;--color-prettylights-syntax-markup-italic:#f0f6fc;--color-prettylights-syntax-markup-bold:#f0f6fc;--color-prettylights-syntax-markup-deleted-text:#ffdcd7;--color-prettylights-syntax-markup-deleted-bg:#67060c;--color-prettylights-syntax-markup-inserted-text:#aff5b4;--color-prettylights-syntax-markup-inserted-bg:#033a16;--color-prettylights-syntax-markup-changed-text:#ffdfb6;--color-prettylights-syntax-markup-changed-bg:#5a1e02;--color-prettylights-syntax-markup-ignored-text:#f0f6fc;--color-prettylights-syntax-markup-ignored-bg:#1158c7;--color-prettylights-syntax-meta-diff-range:#d2a8ff;--color-prettylights-syntax-sublimelinter-gutter-mark:#3d444d;--shadow-inset:inset 0px 1px 0px 0px #0104093d;--shadow-resting-xsmall:0px 1px 0px 0px #010409cc;--shadow-resting-small:0px 1px 0px 0px #01040966;--shadow-resting-medium:0px 3px 6px 0px #010409cc;--shadow-floating-small:0px 0px 0px 1px #3d444d,0px 6px 12px -3px #01040966,0px 6px 18px 0px #01040966;--shadow-floating-medium:0px 0px 0px 1px #3d444d,0px 8px 16px -4px #01040966,0px 4px 32px -4px #01040966,0px 24px 48px -12px #01040966,0px 48px 96px -24px #01040966;--shadow-floating-large:0px 0px 0px 1px #3d444d,0px 24px 48px 0px #010409;--shadow-floating-xlarge:0px 0px 0px 1px #3d444d,0px 32px 64px 0px #010409;--shadow-floating-legacy:0px 6px 12px -3px #01040966,0px 6px 18px 0px #01040966;--outline-focus:#1f6feb solid 2px}@media (prefers-color-scheme:dark){[data-color-mode=auto][data-dark-theme=dark],[data-color-mode=auto][data-dark-theme=dark] ::backdrop{--topicTag-borderColor:#00000000;--highlight-neutral-bgColor:#d2992266;--page-header-bgColor:#0d1117;--diffBlob-addition-fgColor-text:#f0f6fc;--diffBlob-addition-fgColor-num:#f0f6fc;--diffBlob-addition-bgColor-num:#3fb9504d;--diffBlob-addition-bgColor-line:#2ea04326;--diffBlob-addition-bgColor-word:#2ea04366;--diffBlob-deletion-fgColor-text:#f0f6fc;--diffBlob-deletion-fgColor-num:#f0f6fc;--diffBlob-deletion-bgColor-num:#f851494d;--diffBlob-deletion-bgColor-line:#f8514926;--diffBlob-deletion-bgColor-word:#f8514966;--diffBlob-hunk-bgColor-num:#388bfd66;--diffBlob-expander-iconColor:#9198a1;--codeMirror-fgColor:#f0f6fc;--codeMirror-bgColor:#0d1117;--codeMirror-gutters-bgColor:#0d1117;--codeMirror-gutterMarker-fgColor-default:#0d1117;--codeMirror-gutterMarker-fgColor-muted:#9198a1;--codeMirror-lineNumber-fgColor:#9198a1;--codeMirror-cursor-fgColor:#f0f6fc;--codeMirror-selection-bgColor:#388bfd66;--codeMirror-activeline-bgColor:#656c7633;--codeMirror-matchingBracket-fgColor:#f0f6fc;--codeMirror-lines-bgColor:#0d1117;--codeMirror-syntax-fgColor-comment:#656c76;--codeMirror-syntax-fgColor-constant:#79c0ff;--codeMirror-syntax-fgColor-entity:#d2a8ff;--codeMirror-syntax-fgColor-keyword:#ff7b72;--codeMirror-syntax-fgColor-storage:#ff7b72;--codeMirror-syntax-fgColor-string:#a5d6ff;--codeMirror-syntax-fgColor-support:#79c0ff;--codeMirror-syntax-fgColor-variable:#ffa657;--header-fgColor-default:#ffffffb3;--header-fgColor-logo:#f0f6fc;--header-bgColor:#151b23f2;--header-borderColor-divider:#656c76;--headerSearch-bgColor:#0d1117;--headerSearch-borderColor:#2a313c;--data-blue-color-emphasis:#0576ff;--data-blue-color-muted:#001a47;--data-auburn-color-emphasis:#a86f6b;--data-auburn-color-muted:#271817;--data-orange-color-emphasis:#984b10;--data-orange-color-muted:#311708;--data-yellow-color-emphasis:#895906;--data-yellow-color-muted:#2e1a00;--data-green-color-emphasis:#2f6f37;--data-green-color-muted:#122117;--data-teal-color-emphasis:#106c70;--data-teal-color-muted:#041f25;--data-purple-color-emphasis:#975bf1;--data-purple-color-muted:#211047;--data-pink-color-emphasis:#d34591;--data-pink-color-muted:#2d1524;--data-red-color-emphasis:#eb3342;--data-red-color-muted:#3c0614;--data-gray-color-emphasis:#576270;--data-gray-color-muted:#1c1c1c;--display-blue-bgColor-muted:#001a47;--display-blue-bgColor-emphasis:#005bd1;--display-blue-fgColor:#4da0ff;--display-blue-borderColor-muted:#002766;--display-blue-borderColor-emphasis:#0576ff;--display-green-bgColor-muted:#122117;--display-green-bgColor-emphasis:#2f6f37;--display-green-fgColor:#41b445;--display-green-borderColor-muted:#182f1f;--display-green-borderColor-emphasis:#388f3f;--display-orange-bgColor-muted:#311708;--display-orange-bgColor-emphasis:#984b10;--display-orange-fgColor:#ed8326;--display-orange-borderColor-muted:#43200a;--display-orange-borderColor-emphasis:#c46212;--display-purple-bgColor-muted:#211047;--display-purple-bgColor-emphasis:#7730e8;--display-purple-fgColor:#b687f7;--display-purple-borderColor-muted:#31146b;--display-purple-borderColor-emphasis:#975bf1;--display-plum-bgColor-muted:#2a0e3f;--display-plum-bgColor-emphasis:#9518d8;--display-plum-fgColor:#d07ef7;--display-plum-borderColor-muted:#40125e;--display-plum-borderColor-emphasis:#b643ef;--display-red-bgColor-muted:#3c0614;--display-red-bgColor-emphasis:#c31328;--display-red-fgColor:#f27d83;--display-red-borderColor-muted:#58091a;--display-red-borderColor-emphasis:#eb3342;--display-coral-bgColor-muted:#3c0614;--display-coral-bgColor-emphasis:#c31328;--display-coral-fgColor:#f27d83;--display-coral-borderColor-muted:#58091a;--display-coral-borderColor-emphasis:#eb3342;--display-yellow-bgColor-muted:#2e1a00;--display-yellow-bgColor-emphasis:#895906;--display-yellow-fgColor:#d3910d;--display-yellow-borderColor-muted:#3d2401;--display-yellow-borderColor-emphasis:#aa7109;--display-gray-bgColor-muted:#1c1c1c;--display-gray-bgColor-emphasis:#576270;--display-gray-fgColor:#92a1b5;--display-gray-borderColor-muted:#2a2b2d;--display-gray-borderColor-emphasis:#6e7f96;--display-auburn-bgColor-muted:#271817;--display-auburn-bgColor-emphasis:#87534f;--display-auburn-fgColor:#bf9592;--display-auburn-borderColor-muted:#3a2422;--display-auburn-borderColor-emphasis:#a86f6b;--display-brown-bgColor-muted:#241c14;--display-brown-bgColor-emphasis:#755e3e;--display-brown-fgColor:#b69a6d;--display-brown-borderColor-muted:#342a1d;--display-brown-borderColor-emphasis:#94774c;--display-lemon-bgColor-muted:#291d00;--display-lemon-bgColor-emphasis:#786008;--display-lemon-fgColor:#ba9b12;--display-lemon-borderColor-muted:#372901;--display-lemon-borderColor-emphasis:#977b0c;--display-olive-bgColor-muted:#171e0b;--display-olive-bgColor-emphasis:#5e681d;--display-olive-fgColor:#a2a626;--display-olive-borderColor-muted:#252d10;--display-olive-borderColor-emphasis:#7a8321;--display-lime-bgColor-muted:#141f0f;--display-lime-bgColor-emphasis:#496c28;--display-lime-fgColor:#7dae37;--display-lime-borderColor-muted:#1f3116;--display-lime-borderColor-emphasis:#5f892f;--display-pine-bgColor-muted:#082119;--display-pine-bgColor-emphasis:#14714c;--display-pine-fgColor:#1bb673;--display-pine-borderColor-muted:#0b3224;--display-pine-borderColor-emphasis:#18915e;--display-teal-bgColor-muted:#041f25;--display-teal-bgColor-emphasis:#106c70;--display-teal-fgColor:#1cb0ab;--display-teal-borderColor-muted:#073036;--display-teal-borderColor-emphasis:#158a8a;--display-cyan-bgColor-muted:#001f29;--display-cyan-bgColor-emphasis:#036a8c;--display-cyan-fgColor:#07ace4;--display-cyan-borderColor-muted:#002e3d;--display-cyan-borderColor-emphasis:#0587b3;--display-indigo-bgColor-muted:#1b183f;--display-indigo-bgColor-emphasis:#514ed4;--display-indigo-fgColor:#9899ec;--display-indigo-borderColor-muted:#25215f;--display-indigo-borderColor-emphasis:#7070e1;--display-pink-bgColor-muted:#2d1524;--display-pink-bgColor-emphasis:#ac2f74;--display-pink-fgColor:#e57bb2;--display-pink-borderColor-muted:#451c35;--display-pink-borderColor-emphasis:#d34591;--avatar-bgColor:#ffffff1a;--avatar-borderColor:#ffffff26;--avatar-shadow:0px 0px 0px 2px #0d1117;--avatarStack-fade-bgColor-default:#3d444d;--avatarStack-fade-bgColor-muted:#2a313c;--control-bgColor-rest:#212830;--control-bgColor-hover:#262c36;--control-bgColor-active:#2a313c;--control-bgColor-disabled:#212830;--control-bgColor-selected:#212830;--control-fgColor-rest:#f0f6fc;--control-fgColor-placeholder:#9198a1;--control-fgColor-disabled:#656c7699;--control-borderColor-rest:#3d444d;--control-borderColor-emphasis:#656c76;--control-borderColor-disabled:#656c761a;--control-borderColor-selected:#f0f6fc;--control-borderColor-success:#238636;--control-borderColor-danger:#da3633;--control-borderColor-warning:#9e6a03;--control-iconColor-rest:#9198a1;--control-transparent-bgColor-rest:#00000000;--control-transparent-bgColor-hover:#656c7633;--control-transparent-bgColor-active:#656c7640;--control-transparent-bgColor-disabled:#212830;--control-transparent-bgColor-selected:#656c761a;--control-transparent-borderColor-rest:#00000000;--control-transparent-borderColor-hover:#00000000;--control-transparent-borderColor-active:#00000000;--control-danger-fgColor-rest:#f85149;--control-danger-fgColor-hover:#ff7b72;--control-danger-bgColor-hover:#f851491a;--control-danger-bgColor-active:#f8514966;--control-checked-bgColor-rest:#1f6feb;--control-checked-bgColor-hover:#2a7aef;--control-checked-bgColor-active:#3685f3;--control-checked-bgColor-disabled:#656c7699;--control-checked-fgColor-rest:#fff;--control-checked-fgColor-disabled:#010409;--control-checked-borderColor-rest:#1f6feb;--control-checked-borderColor-hover:#2a7aef;--control-checked-borderColor-active:#3685f3;--control-checked-borderColor-disabled:#656c7699;--controlTrack-bgColor-rest:#262c36;--controlTrack-bgColor-hover:#2a313c;--controlTrack-bgColor-active:#2f3742;--controlTrack-bgColor-disabled:#656c7699;--controlTrack-fgColor-rest:#9198a1;--controlTrack-fgColor-disabled:#fff;--controlTrack-borderColor-rest:#3d444d;--controlTrack-borderColor-disabled:#656c7699;--controlKnob-bgColor-rest:#010409;--controlKnob-bgColor-disabled:#212830;--controlKnob-bgColor-checked:#fff;--controlKnob-borderColor-rest:#656c76;--controlKnob-borderColor-disabled:#212830;--controlKnob-borderColor-checked:#1f6feb;--counter-borderColor:#00000000;--counter-bgColor-muted:#656c7633;--counter-bgColor-emphasis:#656c76;--button-default-fgColor-rest:#f0f6fc;--button-default-bgColor-rest:#212830;--button-default-bgColor-hover:#262c36;--button-default-bgColor-active:#2a313c;--button-default-bgColor-selected:#2a313c;--button-default-bgColor-disabled:#212830;--button-default-borderColor-rest:#3d444d;--button-default-borderColor-hover:#3d444d;--button-default-borderColor-active:#3d444d;--button-default-borderColor-disabled:#656c761a;--button-default-shadow-resting:0px 0px 0px 0px #000;--button-primary-fgColor-rest:#fff;--button-primary-fgColor-disabled:#ffffff66;--button-primary-iconColor-rest:#fff;--button-primary-bgColor-rest:#238636;--button-primary-bgColor-hover:#29903b;--button-primary-bgColor-active:#2e9a40;--button-primary-bgColor-disabled:#105823;--button-primary-borderColor-rest:#ffffff1a;--button-primary-borderColor-hover:#ffffff1a;--button-primary-borderColor-active:#ffffff1a;--button-primary-borderColor-disabled:#105823;--button-primary-shadow-selected:0px 0px 0px 0px #000;--button-invisible-fgColor-rest:#f0f6fc;--button-invisible-fgColor-hover:#f0f6fc;--button-invisible-fgColor-disabled:#656c7699;--button-invisible-iconColor-rest:#9198a1;--button-invisible-iconColor-hover:#9198a1;--button-invisible-iconColor-disabled:#656c7699;--button-invisible-bgColor-rest:#00000000;--button-invisible-bgColor-hover:#656c7633;--button-invisible-bgColor-active:#656c7640;--button-invisible-bgColor-disabled:#212830;--button-invisible-borderColor-rest:#00000000;--button-invisible-borderColor-hover:#00000000;--button-invisible-borderColor-disabled:#656c761a;--button-outline-fgColor-rest:#388bfd;--button-outline-fgColor-hover:#58a6ff;--button-outline-fgColor-active:#fff;--button-outline-fgColor-disabled:#4493f880;--button-outline-bgColor-rest:#f0f6fc;--button-outline-bgColor-hover:#262c36;--button-outline-bgColor-active:#0d419d;--button-outline-bgColor-disabled:#212830;--button-outline-borderColor-hover:#3d444d;--button-outline-borderColor-selected:#3d444d;--button-outline-shadow-selected:0px 0px 0px 0px #000;--button-danger-fgColor-rest:#fa5e55;--button-danger-fgColor-hover:#fff;--button-danger-fgColor-active:#fff;--button-danger-fgColor-disabled:#f8514980;--button-danger-iconColor-rest:#fa5e55;--button-danger-iconColor-hover:#fff;--button-danger-bgColor-rest:#212830;--button-danger-bgColor-hover:#b62324;--button-danger-bgColor-active:#d03533;--button-danger-bgColor-disabled:#212830;--button-danger-borderColor-rest:#3d444d;--button-danger-borderColor-hover:#ffffff1a;--button-danger-borderColor-active:#ffffff1a;--button-danger-shadow-selected:0px 0px 0px 0px #000;--button-inactive-fgColor:#9198a1;--button-inactive-bgColor:#262c36;--button-star-iconColor:#e3b341;--buttonCounter-default-bgColor-rest:#2f3742;--buttonCounter-invisible-bgColor-rest:#656c7633;--buttonCounter-primary-bgColor-rest:#04260f33;--buttonCounter-outline-bgColor-rest:#051d4d33;--buttonCounter-outline-bgColor-hover:#051d4d33;--buttonCounter-outline-bgColor-disabled:#1f6feb0d;--buttonCounter-outline-fgColor-rest:#388bfd;--buttonCounter-outline-fgColor-hover:#58a6ff;--buttonCounter-outline-fgColor-disabled:#4493f880;--buttonCounter-danger-bgColor-hover:#ffffff33;--buttonCounter-danger-bgColor-disabled:#da36330d;--buttonCounter-danger-bgColor-rest:#49020233;--buttonCounter-danger-fgColor-rest:#f85149;--buttonCounter-danger-fgColor-hover:#fff;--buttonCounter-danger-fgColor-disabled:#f8514980;--reactionButton-selected-bgColor-rest:#388bfd33;--reactionButton-selected-bgColor-hover:#3a8cfd5c;--reactionButton-selected-fgColor-rest:#4493f8;--reactionButton-selected-fgColor-hover:#79c0ff;--focus-outlineColor:#1f6feb;--menu-bgColor-active:#151b23;--overlay-bgColor:#151b23;--overlay-borderColor:#3d444db3;--overlay-backdrop-bgColor:#21283066;--selectMenu-borderColor:#3d444d;--selectMenu-bgColor-active:#0c2d6b;--sideNav-bgColor-selected:#212830;--skeletonLoader-bgColor:#656c7633;--timelineBadge-bgColor:#212830;--treeViewItem-leadingVisual-iconColor-rest:#9198a1;--underlineNav-borderColor-active:#f78166;--underlineNav-borderColor-hover:#3d444db3;--underlineNav-iconColor-rest:#9198a1;--selection-bgColor:#1f6febb3;--card-bgColor:#151b23;--label-green-bgColor-rest:#122117;--label-green-bgColor-hover:#182f1f;--label-green-bgColor-active:#214529;--label-green-fgColor-rest:#41b445;--label-green-fgColor-hover:#46c144;--label-green-fgColor-active:#75d36f;--label-orange-bgColor-rest:#311708;--label-orange-bgColor-hover:#43200a;--label-orange-bgColor-active:#632f0d;--label-orange-fgColor-rest:#ed8326;--label-orange-fgColor-hover:#f1933b;--label-orange-fgColor-active:#f6b06a;--label-purple-bgColor-rest:#211047;--label-purple-bgColor-hover:#31146b;--label-purple-bgColor-active:#481a9e;--label-purple-fgColor-rest:#b687f7;--label-purple-fgColor-hover:#c398fb;--label-purple-fgColor-active:#d2affd;--label-red-bgColor-rest:#3c0614;--label-red-bgColor-hover:#58091a;--label-red-bgColor-active:#790c20;--label-red-fgColor-rest:#f27d83;--label-red-fgColor-hover:#f48b8d;--label-red-fgColor-active:#f7adab;--label-yellow-bgColor-rest:#2e1a00;--label-yellow-bgColor-hover:#3d2401;--label-yellow-bgColor-active:#5a3702;--label-yellow-fgColor-rest:#d3910d;--label-yellow-fgColor-hover:#df9e11;--label-yellow-fgColor-active:#edb431;--label-gray-bgColor-rest:#1c1c1c;--label-gray-bgColor-hover:#2a2b2d;--label-gray-bgColor-active:#393d41;--label-gray-fgColor-rest:#92a1b5;--label-gray-fgColor-hover:#9babbf;--label-gray-fgColor-active:#b3c0d1;--label-auburn-bgColor-rest:#271817;--label-auburn-bgColor-hover:#3a2422;--label-auburn-bgColor-active:#543331;--label-auburn-fgColor-rest:#bf9592;--label-auburn-fgColor-hover:#c6a19f;--label-auburn-fgColor-active:#d4b7b5;--label-brown-bgColor-rest:#241c14;--label-brown-bgColor-hover:#342a1d;--label-brown-bgColor-active:#483a28;--label-brown-fgColor-rest:#b69a6d;--label-brown-fgColor-hover:#bfa77d;--label-brown-fgColor-active:#cdbb98;--label-lemon-bgColor-rest:#291d00;--label-lemon-bgColor-hover:#372901;--label-lemon-bgColor-active:#4f3c02;--label-lemon-fgColor-rest:#ba9b12;--label-lemon-fgColor-hover:#c4a717;--label-lemon-fgColor-active:#d7bc1d;--label-olive-bgColor-rest:#171e0b;--label-olive-bgColor-hover:#252d10;--label-olive-bgColor-active:#374115;--label-olive-fgColor-rest:#a2a626;--label-olive-fgColor-hover:#b2af24;--label-olive-fgColor-active:#cbc025;--label-lime-bgColor-rest:#141f0f;--label-lime-bgColor-hover:#1f3116;--label-lime-bgColor-active:#2c441d;--label-lime-fgColor-rest:#7dae37;--label-lime-fgColor-hover:#89ba36;--label-lime-fgColor-active:#9fcc3e;--label-pine-bgColor-rest:#082119;--label-pine-bgColor-hover:#0b3224;--label-pine-bgColor-active:#0e4430;--label-pine-fgColor-rest:#1bb673;--label-pine-fgColor-hover:#1ac176;--label-pine-fgColor-active:#1bda81;--label-teal-bgColor-rest:#041f25;--label-teal-bgColor-hover:#073036;--label-teal-bgColor-active:#0a464d;--label-teal-fgColor-rest:#1cb0ab;--label-teal-fgColor-hover:#1fbdb2;--label-teal-fgColor-active:#24d6c4;--label-cyan-bgColor-rest:#001f29;--label-cyan-bgColor-hover:#002e3d;--label-cyan-bgColor-active:#014156;--label-cyan-fgColor-rest:#07ace4;--label-cyan-fgColor-hover:#09b7f1;--label-cyan-fgColor-active:#45cbf7;--label-indigo-bgColor-rest:#1b183f;--label-indigo-bgColor-hover:#25215f;--label-indigo-bgColor-active:#312c90;--label-indigo-fgColor-rest:#9899ec;--label-indigo-fgColor-hover:#a2a5f1;--label-indigo-fgColor-active:#b7baf6;--label-blue-bgColor-rest:#001a47;--label-blue-bgColor-hover:#002766;--label-blue-bgColor-active:#00378a;--label-blue-fgColor-rest:#4da0ff;--label-blue-fgColor-hover:#61adff;--label-blue-fgColor-active:#85c2ff;--label-plum-bgColor-rest:#2a0e3f;--label-plum-bgColor-hover:#40125e;--label-plum-bgColor-active:#5c1688;--label-plum-fgColor-rest:#d07ef7;--label-plum-fgColor-hover:#d889fa;--label-plum-fgColor-active:#e4a5fd;--label-pink-bgColor-rest:#2d1524;--label-pink-bgColor-hover:#451c35;--label-pink-bgColor-active:#65244a;--label-pink-fgColor-rest:#e57bb2;--label-pink-fgColor-hover:#ec8dbd;--label-pink-fgColor-active:#f4a9cd;--label-coral-bgColor-rest:#351008;--label-coral-bgColor-hover:#51180b;--label-coral-bgColor-active:#72220d;--label-coral-fgColor-rest:#f7794b;--label-coral-fgColor-hover:#fa8c61;--label-coral-fgColor-active:#fdaa86;--tooltip-bgColor:#3d444d;--tooltip-fgColor:#fff;--fgColor-default:#f0f6fc;--fgColor-muted:#9198a1;--fgColor-onEmphasis:#fff;--fgColor-onInverse:#010409;--fgColor-white:#fff;--fgColor-black:#010409;--fgColor-disabled:#656c7699;--fgColor-link:#4493f8;--fgColor-neutral:#9198a1;--fgColor-accent:#4493f8;--fgColor-success:#3fb950;--fgColor-open:#3fb950;--fgColor-attention:#d29922;--fgColor-severe:#db6d28;--fgColor-danger:#f85149;--fgColor-closed:#f85149;--fgColor-done:#ab7df8;--fgColor-upsell:#ab7df8;--fgColor-sponsors:#db61a2;--bgColor-default:#0d1117;--bgColor-muted:#151b23;--bgColor-inset:#010409;--bgColor-emphasis:#3d444d;--bgColor-inverse:#fff;--bgColor-white:#fff;--bgColor-black:#010409;--bgColor-disabled:#212830;--bgColor-transparent:#00000000;--bgColor-neutral-muted:#656c7633;--bgColor-neutral-emphasis:#656c76;--bgColor-accent-muted:#388bfd1a;--bgColor-accent-emphasis:#1f6feb;--bgColor-success-muted:#2ea04326;--bgColor-success-emphasis:#238636;--bgColor-open-muted:#2ea04326;--bgColor-open-emphasis:#238636;--bgColor-attention-muted:#bb800926;--bgColor-attention-emphasis:#9e6a03;--bgColor-severe-muted:#db6d281a;--bgColor-severe-emphasis:#bd561d;--bgColor-danger-muted:#f851491a;--bgColor-danger-emphasis:#da3633;--bgColor-closed-muted:#f851491a;--bgColor-closed-emphasis:#da3633;--bgColor-done-muted:#ab7df826;--bgColor-done-emphasis:#8957e5;--bgColor-upsell-muted:#ab7df826;--bgColor-upsell-emphasis:#8957e5;--bgColor-sponsors-muted:#db61a21a;--bgColor-sponsors-emphasis:#bf4b8a;--borderColor-default:#3d444d;--borderColor-muted:#3d444db3;--borderColor-emphasis:#656c76;--borderColor-disabled:#656c761a;--borderColor-transparent:#00000000;--borderColor-translucent:#ffffff26;--borderColor-neutral-muted:#3d444db3;--borderColor-neutral-emphasis:#656c76;--borderColor-accent-muted:#388bfd66;--borderColor-accent-emphasis:#1f6feb;--borderColor-success-muted:#2ea04366;--borderColor-success-emphasis:#238636;--borderColor-open-muted:#2ea04366;--borderColor-open-emphasis:#238636;--borderColor-attention-muted:#bb800966;--borderColor-attention-emphasis:#9e6a03;--borderColor-severe-muted:#db6d2866;--borderColor-severe-emphasis:#bd561d;--borderColor-danger-muted:#f8514966;--borderColor-danger-emphasis:#da3633;--borderColor-closed-muted:#f8514966;--borderColor-closed-emphasis:#da3633;--borderColor-done-muted:#ab7df866;--borderColor-done-emphasis:#8957e5;--borderColor-upsell-muted:#ab7df866;--borderColor-upsell-emphasis:#8957e5;--borderColor-sponsors-muted:#db61a266;--borderColor-sponsors-emphasis:#bf4b8a;--color-ansi-black:#2f3742;--color-ansi-black-bright:#656c76;--color-ansi-white:#f0f6fc;--color-ansi-white-bright:#fff;--color-ansi-gray:#656c76;--color-ansi-red:#ff7b72;--color-ansi-red-bright:#ffa198;--color-ansi-green:#3fb950;--color-ansi-green-bright:#56d364;--color-ansi-yellow:#d29922;--color-ansi-yellow-bright:#e3b341;--color-ansi-blue:#58a6ff;--color-ansi-blue-bright:#79c0ff;--color-ansi-magenta:#be8fff;--color-ansi-magenta-bright:#d2a8ff;--color-ansi-cyan:#39c5cf;--color-ansi-cyan-bright:#56d4dd;--color-prettylights-syntax-comment:#9198a1;--color-prettylights-syntax-constant:#79c0ff;--color-prettylights-syntax-constant-other-reference-link:#a5d6ff;--color-prettylights-syntax-entity:#d2a8ff;--color-prettylights-syntax-storage-modifier-import:#f0f6fc;--color-prettylights-syntax-entity-tag:#7ee787;--color-prettylights-syntax-keyword:#ff7b72;--color-prettylights-syntax-string:#a5d6ff;--color-prettylights-syntax-variable:#ffa657;--color-prettylights-syntax-brackethighlighter-unmatched:#f85149;--color-prettylights-syntax-brackethighlighter-angle:#9198a1;--color-prettylights-syntax-invalid-illegal-text:#f0f6fc;--color-prettylights-syntax-invalid-illegal-bg:#8e1519;--color-prettylights-syntax-carriage-return-text:#f0f6fc;--color-prettylights-syntax-carriage-return-bg:#b62324;--color-prettylights-syntax-string-regexp:#7ee787;--color-prettylights-syntax-markup-list:#f2cc60;--color-prettylights-syntax-markup-heading:#1f6feb;--color-prettylights-syntax-markup-italic:#f0f6fc;--color-prettylights-syntax-markup-bold:#f0f6fc;--color-prettylights-syntax-markup-deleted-text:#ffdcd7;--color-prettylights-syntax-markup-deleted-bg:#67060c;--color-prettylights-syntax-markup-inserted-text:#aff5b4;--color-prettylights-syntax-markup-inserted-bg:#033a16;--color-prettylights-syntax-markup-changed-text:#ffdfb6;--color-prettylights-syntax-markup-changed-bg:#5a1e02;--color-prettylights-syntax-markup-ignored-text:#f0f6fc;--color-prettylights-syntax-markup-ignored-bg:#1158c7;--color-prettylights-syntax-meta-diff-range:#d2a8ff;--color-prettylights-syntax-sublimelinter-gutter-mark:#3d444d;--shadow-inset:inset 0px 1px 0px 0px #0104093d;--shadow-resting-xsmall:0px 1px 0px 0px #010409cc;--shadow-resting-small:0px 1px 0px 0px #01040966;--shadow-resting-medium:0px 3px 6px 0px #010409cc;--shadow-floating-small:0px 0px 0px 1px #3d444d,0px 6px 12px -3px #01040966,0px 6px 18px 0px #01040966;--shadow-floating-medium:0px 0px 0px 1px #3d444d,0px 8px 16px -4px #01040966,0px 4px 32px -4px #01040966,0px 24px 48px -12px #01040966,0px 48px 96px -24px #01040966;--shadow-floating-large:0px 0px 0px 1px #3d444d,0px 24px 48px 0px #010409;--shadow-floating-xlarge:0px 0px 0px 1px #3d444d,0px 32px 64px 0px #010409;--shadow-floating-legacy:0px 6px 12px -3px #01040966,0px 6px 18px 0px #01040966;--outline-focus:#1f6feb solid 2px}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.bottom-0{bottom:0}.bottom-5{bottom:1.25rem}.left-0{left:0}.left-2\.5{left:.625rem}.right-0{right:0}.right-2{right:.5rem}.right-5{right:1.25rem}.top-0{top:0}.top-2{top:.5rem}.top-3{top:.75rem}.isolate{isolation:isolate}.z-10{z-index:10}.z-20{z-index:20}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.me-2{margin-inline-end:.5rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.ms-1{margin-inline-start:.25rem}.ms-2{margin-inline-start:.5rem}.ms-3{margin-inline-start:.75rem}.ms-auto{margin-inline-start:auto}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.hidden{display:none}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-\[27\/40\]{aspect-ratio:27/40}.h-0{height:0}.h-10{height:2.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-36{height:9rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-\[72px\]{height:72px}.h-\[80px\]{height:80px}.h-\[calc\(100dvh-14rem\)\]{height:calc(100dvh - 14rem)}.h-\[calc\(100dvh-4rem\)\]{height:calc(100dvh - 4rem)}.h-\[calc\(100dvh-8rem\)\]{height:calc(100dvh - 8rem)}.h-full{height:100%}.max-h-\[400px\]{max-height:400px}.min-h-full{min-height:100%}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-16{width:4rem}.w-2\.5{width:.625rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-8{width:2rem}.w-96,.w-\[24rem\]{width:24rem}.w-\[48px\]{width:48px}.w-full{width:100%}.min-w-\[48px\]{min-width:48px}.max-w-\[800px\]{max-width:800px}.max-w-xs{max-width:20rem}.flex-shrink-0,.shrink-0{flex-shrink:0}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1px*var(--tw-space-x-reverse));margin-left:calc(-1px*(1 - var(--tw-space-x-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 244 246/var(--tw-divide-opacity,1))}.overflow-hidden{overflow:hidden}.overflow-clip{overflow:clip}.overflow-x-auto{overflow-x:auto}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-e-lg{border-start-end-radius:.5rem;border-end-end-radius:.5rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-s-lg{border-start-start-radius:.5rem;border-end-start-radius:.5rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(249 115 22/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-60{--tw-bg-opacity:0.6}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pl-5{padding-left:1.25rem}.pl-8{padding-left:2rem}.pr-10{padding-right:2.5rem}.pr-5{padding-right:1.25rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-baseline{vertical-align:baseline}.align-\[-2px\]{vertical-align:-2px}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[10px\]{font-size:10px}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-100{--tw-text-opacity:1;color:rgb(220 252 231/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity,1))}.text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity,1))}.line-through{text-decoration-line:line-through}.opacity-0{opacity:0}.opacity-50{opacity:.5}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.pagy-nav.pagination{isolation:isolate;display:inline-flex}.pagy-nav.pagination>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1px*var(--tw-space-x-reverse));margin-left:calc(-1px*(1 - var(--tw-space-x-reverse)))}.pagy-nav.pagination{border-radius:.375rem;--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.page.next a{position:relative;display:inline-flex;align-items:center;border-top-right-radius:.375rem;border-bottom-right-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.5rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.page.next a:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.page.next a:focus{z-index:20}.page.prev a{position:relative;display:inline-flex;align-items:center;border-top-left-radius:.375rem;border-bottom-left-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.5rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.page.prev a:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.page.prev a:focus{z-index:20}.page.next.disabled{position:relative;display:inline-flex;align-items:center;border-top-right-radius:.375rem;border-bottom-right-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1));padding:.5rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.page.next.disabled:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.page.next.disabled:focus{z-index:20}.page.prev.disabled{position:relative;display:inline-flex;align-items:center;border-top-left-radius:.375rem;border-bottom-left-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1));padding:.5rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.page.prev.disabled:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.page.prev.disabled:focus{z-index:20}.page a,.page.gap{position:relative;display:inline-flex;align-items:center;border-width:1px;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.page a:hover,.page.gap:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.page a:focus,.page.gap:focus{z-index:20}.page.active{position:relative;z-index:10;display:inline-flex;align-items:center;border-width:1px;--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.page.active:focus{z-index:20}a{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}a:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}@media (width < 64rem){.page.next a,.page.next.disabled,.page.prev a,.page.prev.disabled{font-size:0}.page.prev a:after,.page.prev.disabled:after{font-size:1rem;content:"‹"}.page.next a:after,.page.next.disabled:after{font-size:1rem;content:"›"}}.color-fg-muted{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.hover\:visible:hover{visibility:visible}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:text-green-200:hover{--tw-text-opacity:1;color:rgb(187 247 208/var(--tw-text-opacity,1))}.focus\:z-10:focus{z-index:10}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity,1))}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity,1))}.focus\:ring-gray-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity,1))}.peer:focus~.peer-focus\:visible{visibility:visible}@media (min-width:640px){.sm\:max-w-md{max-width:28rem}.sm\:p-8{padding:2rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:768px){.md\:mt-0{margin-top:0}.md\:h-screen{height:100vh}.md\:space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.md\:text-2xl{font-size:1.5rem;line-height:2rem}}@media (min-width:1024px){.lg\:static{position:static}.lg\:top-2{top:.5rem}.lg\:mb-2{margin-bottom:.5rem}.lg\:mt-0{margin-top:0}.lg\:mt-5{margin-top:1.25rem}.lg\:block{display:block}.lg\:w-1\/4{width:25%}.lg\:w-3\/4{width:75%}.lg\:w-5{width:1.25rem}.lg\:w-full{width:100%}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.lg\:border-l-2{border-left-width:2px}.lg\:border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:pl-10{padding-left:2.5rem}.lg\:pl-4{padding-left:1rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:1536px){.\32xl\:h-\[90px\]{height:90px}}.rtl\:text-right:where([dir=rtl],[dir=rtl] *){text-align:right}@media (prefers-color-scheme:dark){.dark\:divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(55 65 81/var(--tw-divide-opacity,1))}.dark\:border{border-width:1px}.dark\:border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity,1))}.dark\:border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.dark\:bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.dark\:bg-green-800{--tw-bg-opacity:1;background-color:rgb(22 101 52/var(--tw-bg-opacity,1))}.dark\:text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.dark\:text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.dark\:text-green-200{--tw-text-opacity:1;color:rgb(187 247 208/var(--tw-text-opacity,1))}.dark\:text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.dark\:placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.dark\:ring-offset-gray-700{--tw-ring-offset-color:#374151}.dark\:hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.dark\:focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.dark\:focus\:ring-blue-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(37 99 235/var(--tw-ring-opacity,1))}.dark\:focus\:ring-gray-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(55 65 81/var(--tw-ring-opacity,1))}.dark\:focus\:ring-offset-gray-700:focus{--tw-ring-offset-color:#374151}}