.graphiql-container{background-color:hsl(var(--color-base));width:100%;height:100%;margin:0;display:flex;overflow:hidden}.graphiql-container .graphiql-sidebar{padding:var(--px-8);width:var(--sidebar-width);flex-direction:column;justify-content:space-between;display:flex}.graphiql-container .graphiql-sidebar .graphiql-sidebar-section{gap:var(--px-8);flex-direction:column;display:flex}.graphiql-container .graphiql-sidebar button{color:hsla(var(--color-neutral), var(--alpha-secondary));height:calc(var(--sidebar-width) - (2 * var(--px-8)));width:calc(var(--sidebar-width) - (2 * var(--px-8)));justify-content:center;align-items:center;display:flex}.graphiql-container .graphiql-sidebar button.active{color:hsla(var(--color-neutral), 1)}.graphiql-container .graphiql-sidebar button:not(:first-child){margin-top:var(--px-4)}.graphiql-container .graphiql-sidebar button>svg{height:var(--px-20);width:var(--px-20)}.graphiql-container .graphiql-main{flex:1;min-width:0;display:flex}.graphiql-container .graphiql-sessions{background-color:hsla(var(--color-neutral), var(--alpha-background-light));border-radius:calc(var(--border-radius-12) + var(--px-8));max-height:100%;margin:var(--px-16);flex-direction:column;flex:1;min-width:0;margin-left:0;display:flex}.graphiql-container .graphiql-session-header{height:var(--session-header-height);justify-content:space-between;align-items:center;display:flex}button.graphiql-tab-add{height:100%;padding:var(--px-4)}button.graphiql-tab-add>svg{color:hsla(var(--color-neutral), var(--alpha-secondary));height:var(--px-16);width:var(--px-16);display:block}.graphiql-container .graphiql-session-header-right{align-items:center;display:flex}.graphiql-container .graphiql-logo{color:hsla(var(--color-neutral), var(--alpha-secondary));font-size:var(--font-size-h4);font-weight:var(--font-weight-medium);padding:var(--px-12) var(--px-16)}.graphiql-container .graphiql-logo .graphiql-logo-link{color:hsla(var(--color-neutral), var(--alpha-secondary));text-decoration:none}.graphiql-container .graphiql-session{padding:0 var(--px-8) var(--px-8);flex:1;display:flex}.graphiql-container .graphiql-editors{background-color:hsl(var(--color-base));border-radius:calc(var(--border-radius-12));box-shadow:var(--popover-box-shadow);flex-direction:column;flex:1;display:flex}.graphiql-container .graphiql-editors.full-height{margin-top:calc(var(--px-8) - var(--session-header-height))}.graphiql-container .graphiql-query-editor{border-bottom:1px solid hsla(var(--color-neutral), var(--alpha-background-heavy));padding:var(--px-16);column-gap:var(--px-16);width:100%;display:flex}.graphiql-container .graphiql-toolbar{width:var(--toolbar-width)}.graphiql-container .graphiql-toolbar>*+*{margin-top:var(--px-8)}.graphiql-toolbar-icon{color:hsla(var(--color-neutral), var(--alpha-tertiary));height:calc(var(--toolbar-width) - (var(--px-8) * 2));width:calc(var(--toolbar-width) - (var(--px-8) * 2));display:block}.graphiql-container .graphiql-editor-tools{cursor:row-resize;column-gap:var(--px-8);width:100%;padding:var(--px-8);display:flex}.graphiql-container .graphiql-editor-tools button{color:hsla(var(--color-neutral), var(--alpha-secondary))}.graphiql-container .graphiql-editor-tools button.active{color:hsla(var(--color-neutral), 1)}.graphiql-container .graphiql-editor-tools>button:not(.graphiql-toggle-editor-tools){padding:var(--px-8) var(--px-12)}.graphiql-container .graphiql-editor-tools .graphiql-toggle-editor-tools{margin-left:auto}.graphiql-container .graphiql-editor-tool{padding:var(--px-16);flex:1}.graphiql-container .graphiql-toolbar,.graphiql-container .graphiql-editor-tools,.graphiql-container .graphiql-editor-tool{position:relative}.graphiql-container .graphiql-response{--editor-background:transparent;flex-direction:column;width:100%;display:flex}.graphiql-container .graphiql-response .result-window{flex:1;position:relative}.graphiql-container .graphiql-footer{border-top:1px solid hsla(var(--color-neutral), var(--alpha-background-heavy))}.graphiql-container .graphiql-plugin{border-left:1px solid hsla(var(--color-neutral), var(--alpha-background-heavy));padding:var(--px-16);flex:1;overflow-y:auto}.graphiql-horizontal-drag-bar{width:var(--px-12);cursor:col-resize}.graphiql-horizontal-drag-bar:hover:after{border:var(--px-2) solid hsla(var(--color-neutral), var(--alpha-background-heavy));border-radius:var(--border-radius-2);content:"";width:0;height:25%;margin:0 auto;display:block;position:relative;top:37.5%}.graphiql-container .graphiql-chevron-icon{color:hsla(var(--color-neutral), var(--alpha-tertiary));height:var(--px-12);margin:var(--px-12);width:var(--px-12);display:block}.graphiql-spin{animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.graphiql-dialog .graphiql-dialog-header{padding:var(--px-24);justify-content:space-between;align-items:center;display:flex}.graphiql-dialog .graphiql-dialog-title{font-size:var(--font-size-h3);font-weight:var(--font-weight-medium);margin:0}.graphiql-dialog .graphiql-dialog-section{border-top:1px solid hsla(var(--color-neutral), var(--alpha-background-heavy));padding:var(--px-24);justify-content:space-between;align-items:center;display:flex}.graphiql-dialog .graphiql-dialog-section>:not(:first-child){margin-left:var(--px-24)}.graphiql-dialog .graphiql-dialog-section-title{font-size:var(--font-size-h4);font-weight:var(--font-weight-medium)}.graphiql-dialog .graphiql-dialog-section-caption{color:hsla(var(--color-neutral), var(--alpha-secondary))}.graphiql-dialog .graphiql-warning-text{color:hsl(var(--color-warning));font-weight:var(--font-weight-medium)}.graphiql-dialog .graphiql-table{border-collapse:collapse;width:100%}.graphiql-dialog .graphiql-table :is(th,td){border:1px solid hsla(var(--color-neutral), var(--alpha-background-heavy));padding:var(--px-8) var(--px-12)}.graphiql-dialog .graphiql-key{background-color:hsla(var(--color-neutral), var(--alpha-background-medium));border-radius:var(--border-radius-4);padding:var(--px-4)}.graphiql-container svg{pointer-events:none}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-font-weight:initial;--tw-duration:initial;--tw-ease:initial;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-space-x-reverse:0}}}.sb-grid{flex-direction:column;height:100%;display:flex}.sb-grid-fill-container:after{content:"";width:100%;display:inline-block}.rdg-cell{font-size:var(--text-grid,13px);border-right-style:var(--tw-border-style);border-right-width:1px;border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:hsl(var(--border-secondary));color:hsl(var(--foreground-default));white-space:nowrap;text-overflow:ellipsis;line-height:inherit;padding-inline:.5rem;display:flex;overflow:hidden}.rdg-cell.rdg-editor-container>*{background-color:inherit}.rdg-cell>div[draggable=true]{height:100%}.rdg-row .rdg-cell-frozen:nth-last-child(1 of .rdg-cell-frozen){border-right-style:var(--tw-border-style);border-right-width:1px;border-color:hsl(var(--border-secondary))}.rdg-cell[aria-selected=true]{box-shadow:inset 0 0 0 1px #24b47e}.rdg:not(:focus-within):not(.rdg-context-menu-open) .rdg-cell[aria-selected=true]{box-shadow:none;outline:none}.rdg-cell.rdg-cell--dirty{background-color:hsl(var(--warning-300) / .75);color:hsl(var(--warning-default))}.rdg-row.rdg-row--added{background-color:hsl(var(--brand-200) / .3)}.rdg-row.rdg-row--added:hover{background-color:hsl(var(--brand-200) / .5)}.rdg-row.rdg-row--added .rdg-cell{border-left-color:hsl(var(--brand-default));color:hsl(var(--brand-link))}.rdg-row.rdg-row--added .rdg-cell:first-child{box-shadow:inset 2px 0 0 0 hsl(var(--brand-default))}.rdg-row.rdg-row--deleted{background-color:hsl(var(--destructive-300) / .3)}.rdg-row.rdg-row--deleted:hover{background-color:hsl(var(--destructive-300) / .5)}.rdg-row.rdg-row--deleted .rdg-cell{text-decoration:line-through;-webkit-text-decoration-color:hsl(var(--destructive-default));-webkit-text-decoration-color:hsl(var(--destructive-default));-webkit-text-decoration-color:hsl(var(--destructive-default));text-decoration-color:hsl(var(--destructive-default));border-left-color:hsl(var(--destructive-default));color:hsl(var(--destructive-default))}.rdg-row.rdg-row--deleted .rdg-cell:first-child{box-shadow:inset 2px 0 0 0 hsl(var(--destructive-default))}.rdg{box-sizing:border-box;background-color:hsl(var(--background-dash-canvas));-webkit-user-select:none;user-select:none;border-top-style:var(--tw-border-style);border-top-width:1px;border-right-style:var(--tw-border-style);border-right-width:0;border-left-style:var(--tw-border-style);contain:strict;border-left-width:0;font-size:14px;overflow:auto scroll}.rdg *,.rdg :after,.rdg :before{box-sizing:inherit}@supports not (contain:strict){.rdg{z-index:0;position:relative}}.rdg-focus-sink{outline:0;width:0;height:0;position:sticky;top:0;left:0}.rdg-header-row{--tw-border-style:none;background-color:hsl(var(--background-surface-200));-webkit-user-select:none;user-select:none;height:var(--header-row-height);line-height:var(--header-row-height);border-style:none;top:0}.rdg-header-row .rdg-cell{border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:hsl(var(--border-default));background-color:hsl(var(--background-surface-200))}.rdg-header-row .rdg-cell-frozen:nth-last-child(1 of .rdg-cell-frozen){border-right-style:var(--tw-border-style);border-right-width:1px;border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:hsl(var(--border-default))}:is([data-theme=dark] .rdg-row .rdg-cell-frozen:nth-last-child(1 of .rdg-cell-frozen),[data-theme=dark] .rdg-header-row .rdg-cell-frozen:nth-last-child(1 of .rdg-cell-frozen)){border-right-color:hsl(var(--border-strong))}.rdg-header-row .rdg-cell p{color:var(--color-typography-body-light,hsl(var(--foreground-light)))}[data-theme*=dark] :is(.rdg-header-row .rdg-cell p){color:var(--color-typography-body-dark,hsl(var(--foreground-light)))}.rdg-header-row .rdg-checkbox{border-radius:var(--radius-xs,.125rem);border-style:var(--tw-border-style);border-width:1px;border-color:hsl(var(--border-default));background-color:hsl(var(--background-surface-200))}.rdg-header-row .rdg-checkbox-input:checked+.rdg-checkbox{border-style:var(--tw-border-style);border-width:4px;border-color:hsl(var(--border-default));background-color:var(--color-green-900)}.rdg-header-row .rdg-checkbox-input:focus+.rdg-checkbox{box-shadow:none}.rdg-cell .Select{max-height:30px;font-size:12px;font-weight:400}.rdg-row{background-color:hsl(var(--background-dash-sidebar));transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4, 0, .2, 1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s))}@media (hover:hover){.rdg-row:hover{background-color:hsl(var(--background-surface-200))}}.rdg-row__select-column__edit-action{opacity:0}.rdg-row:hover .rdg-row__select-column__edit-action{opacity:1}.rdg-row__select-column__edit-action:hover{opacity:1!important}.rdg-row[aria-selected=true]{background-color:hsl(var(--background-surface-200))}.tab-cursor{cursor:pointer!important}.sb-grid [type=checkbox]{webkit-appearance:none;appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:middle;-webkit-user-select:none;user-select:none;color:#2563eb;background-color:#fff;background-origin:border-box;border-width:1px;border-color:#6b7280;flex-shrink:0;width:1rem;height:1rem;padding:0;display:inline-block}.sb-grid [type=checkbox]:checked{background-color:hsl(var(--foreground-default));background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='hsl(0, 0%, 100%)'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E")!important}.sb-grid [type=checkbox]:indeterminate{background-color:hsl(var(--foreground-default));background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='hsl(0, 0%, 100%)'%3E%3Crect x='3' y='7' width='10' height='2'/%3E%3C/svg%3E")!important}[data-theme=dark] :is(.sb-grid [type=checkbox]:indeterminate){background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='hsl(0, 0%, 0%)'%3E%3Crect x='3' y='7' width='10' height='2'/%3E%3C/svg%3E")!important}.sb-grid [type=checkbox]{cursor:pointer;border-radius:var(--radius-sm,.25rem);border-style:var(--tw-border-style);--tw-border-style:solid;border-style:solid;border-width:1px;border-color:hsl(var(--border-strong));color:hsl(var(--foreground-default));transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4, 0, .2, 1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s))}@media (hover:hover){.sb-grid [type=checkbox]:hover{border-color:hsl(var(--foreground-default))}}.sb-grid [type=checkbox]:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.sb-grid [type=checkbox]:focus{outline-offset:2px;outline:2px solid #0000}}.sb-grid [type=checkbox]{background-color:hsl(var(--background-control));margin-top:2px}[data-theme=dark] .sb-grid [type=checkbox]:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='hsl(0, 0%, 0%)'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E")!important}.rdg__segmented-control{margin-inline:calc(var(--spacing,.25rem) * 2);height:calc(var(--spacing,.25rem) * 8);border-radius:var(--radius-md,.375rem);border-style:var(--tw-border-style);border-width:1px;border-color:hsl(var(--border-default));position:relative}.rdg__segmented-control__button{top:calc(var(--spacing,.25rem) * 0);height:100%;font-size:var(--text-xs,.75rem);line-height:var(--tw-leading,var(--text-xs--line-height,calc(1 / .75)));--tw-font-weight:var(--font-weight-medium,500);font-weight:var(--font-weight-medium,500);color:hsl(var(--border-muted));justify-content:center;align-items:center;display:inline-flex;position:absolute}@media (hover:hover){.rdg__segmented-control__button:hover{color:var(--color-white,#fff)}}.rdg__segmented-control__button:focus{z-index:10;--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.rdg__segmented-control__button:focus{outline-offset:2px;outline:2px solid #0000}}.rdg__segmented-control__button:active{background-color:hsl(var(--background-alternative-default))}.rdg__segmented-control__button{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4, 0, .2, 1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s));--tw-duration:.15s;--tw-ease:var(--ease-in-out,cubic-bezier(.4, 0, .2, 1));transition-duration:.15s;transition-timing-function:var(--ease-in-out,cubic-bezier(.4, 0, .2, 1));cursor:pointer;z-index:1}.rdg__segmented-control__button--option{color:hsl(var(--background-default))}.rdg__segmented-control__button--right{right:calc(var(--spacing,.25rem) * 0)}.rdg__segmented-control__button--left{left:calc(var(--spacing,.25rem) * 0)}.rdg__segmented-control__label{z-index:0;height:100%;transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);border-radius:var(--radius-sm,.25rem);border-style:var(--tw-border-style);border-width:1px;border-color:hsl(var(--border-control));background-color:hsl(var(--background-overlay-hover));--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4, 0, .2, 1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s));--tw-duration:.2s;--tw-ease:var(--ease-in-out,cubic-bezier(.4, 0, .2, 1));transition-duration:.2s;transition-timing-function:var(--ease-in-out,cubic-bezier(.4, 0, .2, 1));display:inline-block}.rdg__segmented-control__label--left{--tw-translate-x:calc(var(--spacing,.25rem) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.rdg__segmented-control__label--right{--tw-translate-x:calc(var(--spacing,.25rem) * 12);translate:var(--tw-translate-x) var(--tw-translate-y)}.rdg__segmented-control__options-label{text-transform:uppercase;color:inherit}.dropdown-control{overflow:auto}.dropdown-control .sbui-typography{padding-inline:calc(var(--spacing,.25rem) * 2);padding-block:calc(var(--spacing,.25rem) * 4);display:block}.null-value{display:block}.sb-grid-checkbox-editor{width:100%;height:100%;display:flex}.sb-grid-checkbox-editor__input{height:calc(var(--spacing,.25rem) * 4);width:calc(var(--spacing,.25rem) * 4);outline:4px auto -webkit-focus-ring-color}.sb-grid-json-editor__trigger{padding-inline:calc(var(--spacing,.25rem) * 2);font-size:var(--text-grid,13px);text-overflow:ellipsis;overflow:hidden}.sb-grid-number-editor{width:100%;height:100%;padding-inline:calc(var(--spacing,.25rem) * 2)}.sb-grid-select-editor button{--tw-border-style:none;--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);border-style:none;border-radius:0;box-shadow:none!important}.sb-grid-text-editor__trigger{padding-inline:calc(var(--spacing,.25rem) * 2);font-size:var(--text-grid,13px);text-overflow:ellipsis;overflow:hidden}.sb-grid-time-editor{width:100%;height:100%;padding-inline:calc(var(--spacing,.25rem) * 2)}.sb-grid-footer{height:calc(var(--spacing,.25rem) * 10);background-color:hsl(var(--background-surface-100));padding-inline:calc(var(--spacing,.25rem) * 2);justify-content:space-between;align-items:center;display:flex}.sb-grid-footer__inner{align-items:center;display:flex}.sb-grid-foreign-key-formatter{justify-content:space-between;align-items:center;width:100%;display:flex}.sb-grid-foreign-key-formatter__text{margin:calc(var(--spacing,.25rem) * 0);text-overflow:ellipsis;flex-grow:1;overflow:hidden}.sb-grid-column-header{justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.sb-grid-column-header--cursor{cursor:default}.sb-grid-column-header__inner{align-items:center;gap:calc(var(--spacing,.25rem) * 2);text-overflow:ellipsis;display:flex;overflow:hidden}.sb-grid-column-header__inner__name{font-size:var(--text-xs,.75rem);line-height:var(--tw-leading,var(--text-xs--line-height,calc(1 / .75)));text-overflow:ellipsis;color:hsl(var(--foreground-default));-webkit-user-select:text;user-select:text;overflow:hidden}.sb-grid-column-header__inner__format{font-size:var(--text-xs,.75rem);line-height:var(--tw-leading,var(--text-xs--line-height,calc(1 / .75)));--tw-font-weight:var(--font-weight-normal,400);font-weight:var(--font-weight-normal,400);text-overflow:ellipsis;color:hsl(var(--foreground-light));overflow:hidden}.sb-grid-column-header__inner__primary-key{rotate:45deg;transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);align-items:center;display:flex}.sb-grid-column-header__inner svg{border-color:hsl(var(--brand-default));color:hsl(var(--brand-default))}.sb-grid-grid--loading{background-color:#0000;justify-content:center;display:flex}.sb-grid-grid--loading__inner{align-items:center;display:flex}.sb-grid-grid--loading__inner__text{margin:calc(var(--spacing,.25rem) * 8)}.sb-grid-select-cell__formatter,.sb-grid-select-cell__header{justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.sb-grid-select-cell__header__input{border-color:hsl(var(--background-surface-100))}.sb-grid-header{height:calc(var(--spacing,.25rem) * 10);background-color:hsl(var(--background-surface-100));padding-inline:calc(var(--spacing,.25rem) * 2);justify-content:space-between;display:flex}.sb-grid-header__inner{align-items:center;display:flex}:where(.sb-grid-header__inner>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing,.25rem) * 2) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing,.25rem) * 2) * calc(1 - var(--tw-space-x-reverse)))}.sb-grid-header__inner__divider{padding-block:calc(var(--spacing,.25rem) * 2)}.row_header__selected-rows{margin-right:calc(var(--spacing,.25rem) * 2);margin-left:calc(var(--spacing,.25rem) * 2)}.sb-grid-status-label{font-size:var(--text-grid,13px);color:var(--color-white,#fff)}.sb-grid-status-label__no-msg{height:calc(var(--spacing,.25rem) * 5);width:calc(var(--spacing,.25rem) * 5);display:flex}.sb-grid-status-label__no-msg>div{height:calc(var(--spacing,.25rem) * 2);width:calc(var(--spacing,.25rem) * 2);background-color:var(--color-green-900);border-radius:3.40282e38px;margin:auto}.sb-grid-empty-value{display:block}.sb-grid-sort-popover{width:calc(var(--spacing,.25rem) * 96)}.sb-grid-dropdown__empty{padding-block:calc(var(--spacing,.25rem) * 2)}.sb-grid-dropdown__empty__text{display:block}.sb-grid-dropdown__item-trigger{margin-block:calc(var(--spacing,.25rem) * 1)}.sb-grid-sort-row{justify-content:space-between;display:flex}:where(.sb-grid-sort-row>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing,.25rem) * 3) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing,.25rem) * 3) * calc(1 - var(--tw-space-x-reverse)))}.sb-grid-sort-row__item{align-items:center;display:flex}:where(.sb-grid-sort-row__item>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing,.25rem) * 3) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing,.25rem) * 3) * calc(1 - var(--tw-space-x-reverse)))}.sb-grid-sort-row__item__remove{padding:calc(var(--spacing,.25rem) * 0);background-color:#0000}@media (hover:hover){.sb-grid-sort-row__item__remove:hover{background-color:#0000}}.sb-grid-sort-row__item__label{align-items:center;display:flex}:where(.sb-grid-sort-row__item__label>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing,.25rem) * 2) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing,.25rem) * 2) * calc(1 - var(--tw-space-x-reverse)))}.sb-grid-sort-row__item_toogle{width:calc(var(--spacing,.25rem) * 28);align-items:center;gap:calc(var(--spacing,.25rem) * 0);display:flex}:where(.sb-grid-sort-row__item_toogle>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing,.25rem) * 3) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing,.25rem) * 3) * calc(1 - var(--tw-space-x-reverse)))}.sb-grid-sort-row__item__move{cursor:move;display:flex}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid}}}@media (prefers-color-scheme:dark){.markdown-body,[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-prettylights-syntax-comment:#8b949e;--color-prettylights-syntax-constant:#79c0ff;--color-prettylights-syntax-entity:#d2a8ff;--color-prettylights-syntax-storage-modifier-import:#c9d1d9;--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-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:#c9d1d9;--color-prettylights-syntax-markup-bold:#c9d1d9;--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:#c9d1d9;--color-prettylights-syntax-markup-ignored-bg:#1158c7;--color-prettylights-syntax-meta-diff-range:#d2a8ff;--color-prettylights-syntax-brackethighlighter-angle:#8b949e;--color-prettylights-syntax-sublimelinter-gutter-mark:#484f58;--color-prettylights-syntax-constant-other-reference-link:#a5d6ff;--color-fg-default:#e6edf3;--color-fg-muted:#848d97;--color-fg-subtle:#6e7681;--color-canvas-default:#0d1117;--color-canvas-subtle:#161b22;--color-border-default:#30363d;--color-border-muted:#21262d;--color-neutral-muted:#6e768166;--color-accent-fg:#2f81f7;--color-accent-emphasis:#1f6feb;--color-success-fg:#3fb950;--color-success-emphasis:#238636;--color-attention-fg:#d29922;--color-attention-emphasis:#9e6a03;--color-attention-subtle:#bb800926;--color-danger-fg:#f85149;--color-danger-emphasis:#da3633;--color-done-fg:#a371f7;--color-done-emphasis:#8957e5}}@media (prefers-color-scheme:light){.markdown-body,[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-prettylights-syntax-comment:#57606a;--color-prettylights-syntax-constant:#0550ae;--color-prettylights-syntax-entity:#6639ba;--color-prettylights-syntax-storage-modifier-import:#24292f;--color-prettylights-syntax-entity-tag:#116329;--color-prettylights-syntax-keyword:#cf222e;--color-prettylights-syntax-string:#0a3069;--color-prettylights-syntax-variable:#953800;--color-prettylights-syntax-brackethighlighter-unmatched:#82071e;--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:#24292f;--color-prettylights-syntax-markup-bold:#24292f;--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:#eaeef2;--color-prettylights-syntax-markup-ignored-bg:#0550ae;--color-prettylights-syntax-meta-diff-range:#8250df;--color-prettylights-syntax-brackethighlighter-angle:#57606a;--color-prettylights-syntax-sublimelinter-gutter-mark:#8c959f;--color-prettylights-syntax-constant-other-reference-link:#0a3069;--color-fg-default:#1f2328;--color-fg-muted:#656d76;--color-fg-subtle:#6e7781;--color-canvas-default:#fff;--color-canvas-subtle:#f6f8fa;--color-border-default:#d0d7de;--color-border-muted:#d8dee4;--color-neutral-muted:#afb8c133;--color-accent-fg:#0969da;--color-accent-emphasis:#0969da;--color-success-fg:#1a7f37;--color-success-emphasis:#1f883d;--color-attention-fg:#9a6700;--color-attention-emphasis:#9a6700;--color-attention-subtle:#fff8c5;--color-danger-fg:#d1242f;--color-danger-emphasis:#cf222e;--color-done-fg:#8250df;--color-done-emphasis:#8250df}}.markdown-body{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;word-wrap:break-word;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:16px;line-height:1.5}.markdown-body .octicon{fill:currentColor;vertical-align:text-bottom;display:inline-block}.markdown-body h1:hover .anchor .octicon-link:before,.markdown-body h2:hover .anchor .octicon-link:before,.markdown-body h3:hover .anchor .octicon-link:before,.markdown-body h4:hover .anchor .octicon-link:before,.markdown-body h5:hover .anchor .octicon-link:before,.markdown-body h6:hover .anchor .octicon-link:before{content:" ";background-color:currentColor;width:16px;height:16px;display:inline-block;-webkit-mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>")}.markdown-body details,.markdown-body figcaption,.markdown-body figure{display:block}.markdown-body summary{display:list-item}.markdown-body [hidden]{display:none!important}.markdown-body a{color:var(--color-accent-fg);background-color:#0000;text-decoration:none}.markdown-body abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.markdown-body b,.markdown-body strong{font-weight:var(--base-text-weight-semibold,600)}.markdown-body dfn{font-style:italic}.markdown-body h1{font-weight:var(--base-text-weight-semibold,600);border-bottom-style:var(--tw-border-style);border-bottom-width:1px;margin:.67em 0;padding-bottom:.3em;font-size:2em}.markdown-body mark{background-color:var(--color-attention-subtle);color:var(--color-fg-default)}.markdown-body small{font-size:90%}.markdown-body sub,.markdown-body sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}.markdown-body sub{bottom:-.25em}.markdown-body sup{top:-.5em}.markdown-body img{box-sizing:content-box;background-color:var(--color-canvas-default);border-style:none;max-width:100%}.markdown-body code,.markdown-body kbd,.markdown-body pre,.markdown-body samp{font-family:monospace;font-size:1em}.markdown-body figure{margin:1em 40px}.markdown-body hr{box-sizing:content-box;border-bottom-style:var(--tw-border-style);background:0 0;background-color:var(--color-border-default);border:0;height:.25em;margin:24px 0;padding:0;overflow:hidden}.markdown-body input{font:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;overflow:visible}.markdown-body [type=button],.markdown-body [type=reset],.markdown-body [type=submit]{appearance:button}.markdown-body [type=checkbox],.markdown-body [type=radio]{box-sizing:border-box;padding:0}.markdown-body [type=number]::-webkit-inner-spin-button{height:auto}.markdown-body [type=number]::-webkit-outer-spin-button{height:auto}.markdown-body [type=search]::-webkit-search-cancel-button{appearance:none}.markdown-body [type=search]::-webkit-search-decoration{appearance:none}.markdown-body ::-webkit-input-placeholder{color:inherit;opacity:.54}.markdown-body ::-webkit-file-upload-button{appearance:button;font:inherit}.markdown-body a:hover{text-decoration:underline}.markdown-body ::placeholder{color:var(--color-fg-subtle);opacity:1}.markdown-body hr:before{content:"";display:table}.markdown-body hr:after{clear:both;content:"";display:table}.markdown-body table{border-spacing:0;border-collapse:collapse;width:max-content;max-width:100%;display:block;overflow:auto}.markdown-body td,.markdown-body th{padding:0}.markdown-body details summary{cursor:pointer}.markdown-body details:not([open])>:not(summary){display:none!important}.markdown-body a:focus,.markdown-body [role=button]:focus,.markdown-body input[type=radio]:focus,.markdown-body input[type=checkbox]:focus{outline:2px solid var(--color-accent-fg);outline-offset:-2px;box-shadow:none}.markdown-body a:focus:not(:focus-visible),.markdown-body [role=button]:focus:not(:focus-visible),.markdown-body input[type=radio]:focus:not(:focus-visible),.markdown-body input[type=checkbox]:focus:not(:focus-visible){outline:1px solid #0000}.markdown-body a:focus-visible,.markdown-body [role=button]:focus-visible,.markdown-body input[type=radio]:focus-visible,.markdown-body input[type=checkbox]:focus-visible{outline:2px solid var(--color-accent-fg);outline-offset:-2px;box-shadow:none}.markdown-body a:not([class]):focus,.markdown-body a:not([class]):focus-visible,.markdown-body input[type=radio]:focus,.markdown-body input[type=radio]:focus-visible,.markdown-body input[type=checkbox]:focus,.markdown-body input[type=checkbox]:focus-visible{outline-offset:0}.markdown-body kbd{color:var(--color-fg-default);vertical-align:middle;background-color:var(--color-canvas-subtle);border:solid 1px var(--color-neutral-muted);border-bottom-color:var(--color-neutral-muted);box-shadow:inset 0 -1px 0 var(--color-neutral-muted);border-radius:6px;padding:3px 5px;font:11px/10px ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;display:inline-block}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{font-weight:var(--base-text-weight-semibold,600);margin-top:24px;margin-bottom:16px;line-height:1.25}.markdown-body h2{font-weight:var(--base-text-weight-semibold,600);border-bottom-style:var(--tw-border-style);border-bottom-width:1px;padding-bottom:.3em;font-size:1.5em}.markdown-body h3{font-weight:var(--base-text-weight-semibold,600);font-size:1.25em}.markdown-body h4{font-weight:var(--base-text-weight-semibold,600);font-size:1em}.markdown-body h5{font-weight:var(--base-text-weight-semibold,600);font-size:.875em}.markdown-body h6{font-weight:var(--base-text-weight-semibold,600);color:var(--color-fg-muted);font-size:.85em}.markdown-body p{margin-top:0;margin-bottom:10px}.markdown-body blockquote{color:var(--color-fg-muted);border-left:.25em solid var(--color-border-default);margin:0;padding:0 1em}.markdown-body ul,.markdown-body ol{margin-top:0;margin-bottom:0;padding-left:2em}.markdown-body ol ol,.markdown-body ul ol{list-style-type:lower-roman}.markdown-body ul ul ol,.markdown-body ul ol ol,.markdown-body ol ul ol,.markdown-body ol ol ol{list-style-type:lower-alpha}.markdown-body dd{margin-left:0}.markdown-body tt,.markdown-body code,.markdown-body samp{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:12px}.markdown-body pre{word-wrap:normal;margin-top:0;margin-bottom:0;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:12px}.markdown-body .octicon{vertical-align:text-bottom;fill:currentColor;display:inline-block;overflow:visible!important}.markdown-body input::-webkit-outer-spin-button{appearance:none;margin:0}.markdown-body input::-webkit-inner-spin-button{appearance:none;margin:0}.markdown-body .mr-2{margin-right:var(--base-size-8,8px)!important}.markdown-body:before{content:"";display:table}.markdown-body:after{clear:both;content:"";display:table}.markdown-body>:first-child{margin-top:0!important}.markdown-body>:last-child{margin-bottom:0!important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:var(--color-danger-fg)}.markdown-body .anchor{float:left;margin-left:-20px;padding-right:4px;line-height:1}.markdown-body .anchor:focus{outline:none}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre,.markdown-body details{margin-top:0;margin-bottom:16px}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:var(--color-fg-default);vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{font-size:inherit;padding:0 .2em}.markdown-body summary h1,.markdown-body summary h2,.markdown-body summary h3,.markdown-body summary h4,.markdown-body summary h5,.markdown-body summary h6{display:inline-block}.markdown-body summary h1 .anchor,.markdown-body summary h2 .anchor,.markdown-body summary h3 .anchor,.markdown-body summary h4 .anchor,.markdown-body summary h5 .anchor,.markdown-body summary h6 .anchor{margin-left:-40px}.markdown-body summary h1,.markdown-body summary h2{border-bottom:0;padding-bottom:0}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ol[type=a\ s]{list-style-type:lower-alpha}.markdown-body ol[type=A\ s]{list-style-type:upper-alpha}.markdown-body ol[type=i\ s]{list-style-type:lower-roman}.markdown-body ol[type=I\ s]{list-style-type:upper-roman}.markdown-body ol[type="1"],.markdown-body div>ol:not([type]){list-style-type:decimal}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:16px}.markdown-body li+li{margin-top:.25em}.markdown-body dl{padding:0}.markdown-body dl dt{font-size:1em;font-style:italic;font-weight:var(--base-text-weight-semibold,600);margin-top:16px;padding:0}.markdown-body dl dd{margin-bottom:16px;padding:0 16px}.markdown-body table th{font-weight:var(--base-text-weight-semibold,600)}.markdown-body table th,.markdown-body table td{border:1px solid var(--color-border-default);padding:6px 13px}.markdown-body table td>:last-child{margin-bottom:0}.markdown-body table tr{background-color:hsl(var(--background-surface-100));border-top:1px solid var(--color-border-muted)}.markdown-body table tr:nth-child(2n){background-color:hsl(var(--background-surface-200))}.markdown-body table img{background-color:#0000}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{vertical-align:text-top;background-color:#0000;max-width:none}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{float:left;border:1px solid var(--color-border-default);width:auto;margin:13px 0 0;padding:7px;display:block;overflow:hidden}.markdown-body span.frame span img{float:left;display:block}.markdown-body span.frame span span{clear:both;color:var(--color-fg-default);padding:5px 0 0;display:block}.markdown-body span.align-center{clear:both;display:block;overflow:hidden}.markdown-body span.align-center>span{text-align:center;margin:13px auto 0;display:block;overflow:hidden}.markdown-body span.align-center span img{text-align:center;margin:0 auto}.markdown-body span.align-right{clear:both;display:block;overflow:hidden}.markdown-body span.align-right>span{text-align:right;margin:13px 0 0;display:block;overflow:hidden}.markdown-body span.align-right span img{text-align:right;margin:0}.markdown-body span.float-left{float:left;margin-right:13px;display:block;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{float:right;margin-left:13px;display:block;overflow:hidden}.markdown-body span.float-right>span{text-align:right;margin:13px auto 0;display:block;overflow:hidden}.markdown-body code,.markdown-body tt{white-space:break-spaces;background-color:var(--color-neutral-muted);border-radius:6px;margin:0;padding:.2em .4em;font-size:85%}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}.markdown-body samp{font-size:85%}.markdown-body pre code{font-size:100%}.markdown-body pre>code{word-break:normal;white-space:pre;background:0 0;border:0;margin:0;padding:0}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre{word-break:normal;margin-bottom:0}.markdown-body .highlight pre,.markdown-body pre{color:var(--color-fg-default);background-color:var(--color-canvas-subtle);border-radius:6px;padding:16px;font-size:85%;line-height:1.45;overflow:auto}.markdown-body pre code,.markdown-body pre tt{max-width:auto;line-height:inherit;word-wrap:normal;background-color:#0000;border:0;margin:0;padding:0;display:inline;overflow:visible}.markdown-body .csv-data td,.markdown-body .csv-data th{text-align:left;white-space:nowrap;padding:5px;font-size:12px;line-height:1;overflow:hidden}.markdown-body .csv-data .blob-num{text-align:right;background:var(--color-canvas-default);border:0;padding:10px 8px 9px}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:var(--base-text-weight-semibold,600);background:var(--color-canvas-subtle);border-top:0}.markdown-body [data-footnote-ref]:before{content:"["}.markdown-body [data-footnote-ref]:after{content:"]"}.markdown-body .footnotes{color:var(--color-fg-muted);border-top:1px solid var(--color-border-default);font-size:12px}.markdown-body .footnotes ol{padding-left:16px}.markdown-body .footnotes ol ul{margin-top:16px;padding-left:16px;display:inline-block}.markdown-body .footnotes li{position:relative}.markdown-body .footnotes li:target:before{pointer-events:none;content:"";border:2px solid var(--color-accent-emphasis);border-radius:6px;position:absolute;inset:-8px -8px -8px -24px}.markdown-body .footnotes li:target{color:var(--color-fg-default)}.markdown-body .footnotes .data-footnote-backref g-emoji{font-family:monospace}.markdown-body .pl-c{color:var(--color-prettylights-syntax-comment)}.markdown-body .pl-c1,.markdown-body .pl-s .pl-v{color:var(--color-prettylights-syntax-constant)}.markdown-body .pl-e,.markdown-body .pl-en{color:var(--color-prettylights-syntax-entity)}.markdown-body .pl-smi,.markdown-body .pl-s .pl-s1{color:var(--color-prettylights-syntax-storage-modifier-import)}.markdown-body .pl-ent{color:var(--color-prettylights-syntax-entity-tag)}.markdown-body .pl-k{color:var(--color-prettylights-syntax-keyword)}.markdown-body .pl-s,.markdown-body .pl-pds,.markdown-body .pl-s .pl-pse .pl-s1,.markdown-body .pl-sr,.markdown-body .pl-sr .pl-cce,.markdown-body .pl-sr .pl-sre,.markdown-body .pl-sr .pl-sra{color:var(--color-prettylights-syntax-string)}.markdown-body .pl-v,.markdown-body .pl-smw{color:var(--color-prettylights-syntax-variable)}.markdown-body .pl-bu{color:var(--color-prettylights-syntax-brackethighlighter-unmatched)}.markdown-body .pl-ii{color:var(--color-prettylights-syntax-invalid-illegal-text);background-color:var(--color-prettylights-syntax-invalid-illegal-bg)}.markdown-body .pl-c2{color:var(--color-prettylights-syntax-carriage-return-text);background-color:var(--color-prettylights-syntax-carriage-return-bg)}.markdown-body .pl-sr .pl-cce{color:var(--color-prettylights-syntax-string-regexp);font-weight:700}.markdown-body .pl-ml{color:var(--color-prettylights-syntax-markup-list)}.markdown-body .pl-mh,.markdown-body .pl-mh .pl-en,.markdown-body .pl-ms{color:var(--color-prettylights-syntax-markup-heading);font-weight:700}.markdown-body .pl-mi{color:var(--color-prettylights-syntax-markup-italic);font-style:italic}.markdown-body .pl-mb{color:var(--color-prettylights-syntax-markup-bold);font-weight:700}.markdown-body .pl-md{color:var(--color-prettylights-syntax-markup-deleted-text);background-color:var(--color-prettylights-syntax-markup-deleted-bg)}.markdown-body .pl-mi1{color:var(--color-prettylights-syntax-markup-inserted-text);background-color:var(--color-prettylights-syntax-markup-inserted-bg)}.markdown-body .pl-mc{color:var(--color-prettylights-syntax-markup-changed-text);background-color:var(--color-prettylights-syntax-markup-changed-bg)}.markdown-body .pl-mi2{color:var(--color-prettylights-syntax-markup-ignored-text);background-color:var(--color-prettylights-syntax-markup-ignored-bg)}.markdown-body .pl-mdr{color:var(--color-prettylights-syntax-meta-diff-range);font-weight:700}.markdown-body .pl-ba{color:var(--color-prettylights-syntax-brackethighlighter-angle)}.markdown-body .pl-sg{color:var(--color-prettylights-syntax-sublimelinter-gutter-mark)}.markdown-body .pl-corl{color:var(--color-prettylights-syntax-constant-other-reference-link);text-decoration:underline}.markdown-body g-emoji{min-width:1ch;font-family:Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1em;font-weight:var(--base-text-weight-normal,400);vertical-align:-.075em;line-height:1;display:inline-block;font-style:normal!important}.markdown-body g-emoji img{width:1em;height:1em}.markdown-body .task-list-item{list-style-type:none}.markdown-body .task-list-item label{font-weight:var(--base-text-weight-normal,400)}.markdown-body .task-list-item.enabled label{cursor:pointer}.markdown-body .task-list-item+.task-list-item{margin-top:4px}.markdown-body .task-list-item .handle{display:none}.markdown-body .task-list-item-checkbox{vertical-align:middle;margin:0 .2em .25em -1.4em}.markdown-body .contains-task-list:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body .contains-task-list{position:relative}.markdown-body .contains-task-list:hover .task-list-item-convert-container,.markdown-body .contains-task-list:focus-within .task-list-item-convert-container{clip:auto;width:auto;height:24px;display:block;overflow:visible}.markdown-body ::-webkit-calendar-picker-indicator{filter:invert(50%)}.markdown-body .markdown-alert{padding:var(--base-size-8) var(--base-size-16);color:inherit;border-left:.25em solid var(--color-border-default);margin-bottom:16px}.markdown-body .markdown-alert>:first-child{margin-top:0}.markdown-body .markdown-alert>:last-child{margin-bottom:0}.markdown-body .markdown-alert .markdown-alert-title{font-weight:var(--base-text-weight-medium,500);align-items:center;line-height:1;display:flex}.markdown-body .markdown-alert.markdown-alert-note{border-left-color:var(--color-accent-emphasis)}.markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title{color:var(--color-accent-fg)}.markdown-body .markdown-alert.markdown-alert-important{border-left-color:var(--color-done-emphasis)}.markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title{color:var(--color-done-fg)}.markdown-body .markdown-alert.markdown-alert-warning{border-left-color:var(--color-attention-emphasis)}.markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title{color:var(--color-attention-fg)}.markdown-body .markdown-alert.markdown-alert-tip{border-left-color:var(--color-success-emphasis)}.markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title{color:var(--color-success-fg)}.markdown-body .markdown-alert.markdown-alert-caution{border-left-color:var(--color-danger-emphasis)}.markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title{color:var(--color-danger-fg)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
.monaco-editor{-webkit-text-size-adjust:100%;position:relative;overflow:visible}.monaco-editor-alt.monaco-editor-alt,.monaco-editor-alt>.monaco-editor{--vscode-editor-background:hsl(var(--background-surface-300))!important;--vscode-editorGutter-background:hsl(var(--background-surface-300))!important}.monaco-editor-alt .current-line{border:0!important}[data-theme=dark] .monaco-editor,[data-theme=dark] .monaco-diff-editor{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--vscode-editor-background:hsl(var(--background-surface-100))!important;--vscode-editorGutter-background:hsl(var(--background-surface-100))!important}.monaco-editor,.monaco-diff-editor{--vscode-editor-background:hsl(var(--background-dash-sidebar))!important;--vscode-editorGutter-background:hsl(var(--background-dash-sidebar))!important}.gutter{background-color:hsl(var(--border-control));cursor:row-resize}.grid-monaco-editor,.monaco-editor label{font-weight:inherit;text-transform:none;padding:inherit;width:inherit;align-self:inherit}.grid-monaco-editor,.monaco-editor label:hover{cursor:inherit}.find-widget{margin-right:30px}:is(.grid-monaco-editor,.monaco-editor .suggest-widget) .main{max-height:none;height:inherit;width:100%;margin:inherit;padding:inherit;overflow:inherit}:is(.grid-monaco-editor,.monaco-editor .suggest-widget) .monaco-list-row.focused .main{background:var(--vscode-quickInput-background)}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-font-weight:initial;--tw-border-style:solid}}}.data-grid--simple-logs .rdg{min-width:0;overflow-x:auto}.data-grid--simple-logs .rdg-cell,.data-grid--simple-logs .rdg-cell span{--tw-font-weight:var(--font-weight-normal,400);font-weight:var(--font-weight-normal,400);color:hsl(var(--foreground-light));text-overflow:clip;border-left:none;border-right:none;overflow:visible}.data-grid--simple-logs .rdg-cell{align-items:center;display:flex}.data-grid--simple-logs .rdg-cell:first-child{padding-left:calc(var(--spacing,.25rem) * 5)}.data-grid--simple-logs .rdg-cell:last-child{padding-right:calc(var(--spacing,.25rem) * 5)}.data-grid--simple-logs .rdg-row.rdg-row--focused{border-right-style:var(--tw-border-style);border-right-width:1px;border-color:hsl(var(--brand-default));border-right-width:4px}.data-grid--simple-logs .rdg-row.rdg-row--focused .rdg-cell,.data-grid--simple-logs .rdg-row.rdg-row--focused .rdg-cell span{color:hsl(var(--foreground-default))!important}.data-grid--logs-explorer{padding-bottom:calc(var(--spacing,.25rem) * 12)}.data-grid--logs-explorer .rdg{min-width:0;overflow-x:auto}.data-grid--logs-explorer .rdg-cell,.data-grid--logs-explorer .rdg-cell span{text-overflow:clip;border-left:none;border-right:none;overflow:visible;--tw-font-weight:var(--font-weight-normal,400)!important;font-weight:var(--font-weight-normal,400)!important;color:hsl(var(--foreground-light))!important}.data-grid--logs-explorer .rdg-cell{align-items:center;display:flex}.data-grid--logs-explorer .rdg-cell:first-child{padding-left:calc(var(--spacing,.25rem) * 5)}.data-grid--logs-explorer .rdg-cell:last-child{padding-right:calc(var(--spacing,.25rem) * 5)}.data-grid--logs-explorer .rdg-row.rdg-row--focused{border-right-style:var(--tw-border-style);border-right-width:1px;border-color:hsl(var(--brand-default));border-right-width:4px}.data-grid--logs-explorer .rdg-row.rdg-row--focused .rdg-cell,.data-grid--logs-explorer .rdg-row.rdg-row--focused .rdg-cell span{--tw-font-weight:var(--font-weight-semibold,600)!important;font-weight:var(--font-weight-semibold,600)!important;color:hsl(var(--foreground-light))!important}.syntax-highlight{counter-reset:line-numbering;color:hsl(var(--foreground-lighter));word-break:break-word;font-family:Menlo,Monaco,monospace}.syntax-highlight .line:before{content:counter(line-numbering);counter-increment:line-numbering;color:hsl(var(--border-stronger));text-align:left;width:2rem;padding-right:0;display:inline-block}.logs-shimmering-loader{background:linear-gradient(to right, hsl(var(--background-default)) 0%, hsl(var(--brand-default)) 25%, hsl(var(--brand-300)) 35%, hsl(var(--background-default)) 45%, hsl(var(--background-surface-100)) 75%);background-size:3000px 100%;animation:1.5s linear infinite shimmer}@keyframes logsShimmer{0%{background-position:-1000px 0}50%{background-position:1000px 0}}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
.instance-configuration .react-flow__pane,.instance-configuration .react-flow__node{cursor:default}.map-path{animation:8s linear infinite dash}@keyframes dash{to{stroke-dashoffset:100px}}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid}}}.storage-container .sbui-space-col{flex-grow:1}.storage-container .sbui-space-col #files{height:100%}.storage-container .sbui-btn:focus{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.storage-container .sbui-btn:focus{outline-offset:2px;outline:2px solid #0000}}.storage-container .sbui-btn-default{border-style:var(--tw-border-style);border-width:1px;border-color:#0000!important}.storage-container .sbui-checkbox-container{width:auto}.storage-container .sbui-input-container input{font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25 / .875)))}.storage-container .sbui-input-container .sbui-btn-container .sbui-btn{padding-block:calc(var(--spacing,.25rem) * 1)}.storage-container .sbui-menu__item span{font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25 / .875)))}.storage-container .sbui-overlay-container{z-index:10}:is(.storage-row:hover,button[aria-haspopup=menu][data-state=open],button[aria-haspopup=menu]:focus-visible) .storage-row-menu{opacity:1}.sql-editor-container{padding:calc(var(--spacing,.25rem) * 0)}.sbui-dropdown__trigger:focus{outline:none}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
@keyframes fade{0%{opacity:0;transform:scale3d(.95,.95,.95)}to{opacity:1;transform:scale(1)}}@keyframes void-animation-out{0%,to{opacity:1}}.StripeElement--webkit-autofill{background:0 0!important}.StripeElement{width:100%}.ErrorMessage{color:#000;opacity:0;will-change:opacity, transform;justify-content:center;width:100%;margin-top:0;padding:0 15px;font-size:13px;animation:.15s ease-out 50ms forwards fade;display:flex;position:absolute;transform:translateY(-15px)}.ErrorMessage svg{margin-right:10px}.Result{text-align:center;margin-top:50px;animation:.2s ease-out fade}.ResultTitle{color:#000;text-align:center;margin-bottom:8px;font-size:17px;font-weight:500}.ResultMessage{color:#000;text-align:center;margin-bottom:25px;font-size:14px;font-weight:400;line-height:1.6em}.ResetButton{cursor:pointer;background:0 0;border:0}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial}}}.Form,.Form button{animation:.2s ease-out fade}.Form .form-control,.Form select{width:calc(67% - .5rem);min-width:250px;margin-left:.5rem}.Form .form-group,.Form .checkbox{width:100%}.form-group{margin-bottom:calc(var(--spacing,.25rem) * 2);border-style:var(--tw-border-style);padding:calc(var(--spacing,.25rem) * 0);--tw-leading:calc(var(--spacing,.25rem) * 5);line-height:calc(var(--spacing,.25rem) * 5);background-color:#0000;border-width:0;flex-wrap:wrap;font-size:15px;display:flex}.form-group label{padding-block:calc(var(--spacing,.25rem) * 2);font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25 / .875)));color:hsl(var(--foreground-light));align-self:top;width:33%;display:inline-block}.Form .checkbox .form-check-label{align-items:center;display:flex}.Form .checkbox .form-check-label input[type=checkbox]{margin-right:calc(var(--spacing,.25rem) * 4);width:auto}.Form input[type=checkbox]{min-width:inherit;width:inherit}.Form .form-text,.Form .form-error{margin-block:calc(var(--spacing,.25rem) * 1);font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25 / .875)));color:hsl(var(--foreground-lighter));width:100%;margin-left:calc(33% + .5rem);display:block}.Form .form-error{color:var(--color-red-400)}.Form .text-danger{color:var(--color-red-900)}.Form .form-help{color:hsl(var(--border-muted))}.Form hr{margin-top:calc(var(--spacing,.25rem) * 4);margin-bottom:calc(var(--spacing,.25rem) * 4)}.section-block{border-radius:var(--radius-sm,.25rem);border-style:var(--tw-border-style);border-width:1px;border-color:hsl(var(--border-overlay));background-color:hsl(var(--background-surface-100));padding:calc(var(--spacing,.25rem) * 0)}.section-block--header{border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:hsl(var(--border-overlay))}.section-block--header h1,.section-block--header h2,.section-block--header h3,.section-block--header h4{margin:calc(var(--spacing,.25rem) * 0)}.section-block--header p{color:var(--color-gray-300)}.section-block--footer{border-color:hsl(var(--border-overlay));background-color:hsl(var(--background-surface-100))}.section-block--footer button:not(.mr-0){margin-right:calc(var(--spacing,.25rem) * 2)}.table-container table{border-collapse:separate;border-spacing:0;width:100%}.table-container table span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.table-container thead th{font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25 / .875)));--tw-font-weight:var(--font-weight-normal,400);font-weight:var(--font-weight-normal,400);color:hsl(var(--foreground-light));background-color:hsl(var(--background-surface-200));border-top-style:var(--tw-border-style);border-top-width:1px;border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:hsl(var(--border-default))}.table-container thead th:first-child{border-radius:var(--radius-sm,.25rem);border-left-style:var(--tw-border-style);border-left-width:1px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.table-container thead th:last-child{border-radius:var(--radius-sm,.25rem);padding-right:calc(var(--spacing,.25rem) * 6);border-right-style:var(--tw-border-style);border-right-width:1px;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.table-container tbody tr{background-color:hsl(var(--background-surface-100))}.table-container tbody .tr--link{cursor:pointer;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4, 0, .2, 1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s))}.table-container tbody .tr--link:hover{background-color:hsl(var(--background-surface-200))}.table-container tbody td{border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:hsl(var(--border-default));padding:calc(var(--spacing,.25rem) * 3);padding-inline:calc(var(--spacing,.25rem) * 4);font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25 / .875)));color:var(--color-gray-1100)}.table-container tbody td:first-child{border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-left-style:var(--tw-border-style);border-left-width:1px;border-color:hsl(var(--border-default));padding-left:calc(var(--spacing,.25rem) * 4)}.table-container tbody td:last-child{border-right-style:var(--tw-border-style);border-right-width:1px;border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:hsl(var(--border-default));padding-right:calc(var(--spacing,.25rem) * 4)}.table-container tbody tr:last-child td:first-child{border-radius:var(--radius-sm,.25rem);border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0}.table-container tbody tr:last-child td:last-child{border-radius:var(--radius-sm,.25rem);border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0}.table-container--borderless thead th{border-top:none}.table-container--borderless thead th:first-child{border-left:none}.table-container--borderless thead th:last-child{border-right:none}.table-container--borderless tbody td:first-child{border-left:none}.table-container--borderless tbody td:last-child{border-right:none}.table-container--borderless tbody tr:last-child td{border-bottom:none}--inner-wrapper.Docs{background:linear-gradient(90deg, hsl(var(--background-alternative-default)) 50%, hsl(var(--background-surface-100)) 50%);width:100%}.dark .Docs--inner-wrapper{background:linear-gradient(90deg, hsl(var(--background-surface-100)) 50%, hsl(var(--background-default)) 50%)}.Docs .doc-heading{margin-top:calc(var(--spacing,.25rem) * 4);width:50%;padding-inline:calc(var(--spacing,.25rem) * 6);color:hsl(var(--foreground-default));text-transform:capitalize;-webkit-hyphens:auto;hyphens:auto;max-width:50%}.Docs .doc-section{border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:hsl(var(--border-default));display:flex}.Docs.Docs--table-editor .doc-section--introduction .text{width:85%}.Docs.Docs--table-editor .doc-section--client-libraries{flex-direction:column;margin-bottom:40px}.Docs.Docs--table-editor .doc-section--client-libraries .text,.Docs.Docs--table-editor .doc-section--client-libraries .code{width:100%;max-width:none}.Docs.Docs--table-editor .doc-section--client-libraries .code{margin-bottom:20px}.Docs .doc-section article:first-child{color:var(--tw-prose-body);max-width:65ch}.Docs .doc-section article:first-child :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;font-weight:400}.Docs .doc-section article:first-child :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.Docs .doc-section article:first-child :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:hsl(var(--foreground-default));opacity:1;text-decoration:underline;-webkit-text-decoration-color:hsl(var(--foreground-muted));-webkit-text-decoration-color:hsl(var(--foreground-muted));-webkit-text-decoration-color:hsl(var(--foreground-muted));text-decoration-color:hsl(var(--foreground-muted));text-underline-offset:2px;padding-bottom:2px;font-weight:400;text-decoration-thickness:1px;transition:all .18s;position:relative}.Docs .doc-section article:first-child :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:500}.Docs .doc-section article:first-child :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.Docs .doc-section article:first-child :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.Docs .doc-section article:first-child :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.Docs .doc-section article:first-child :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){counter-reset:item;padding-inline-start:1.625em;margin-top:1.25em;margin-bottom:3rem;padding-left:1rem;list-style-type:none}.Docs .doc-section article:first-child :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.Docs .doc-section article:first-child :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.Docs .doc-section article:first-child :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.Docs .doc-section article:first-child :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.Docs .doc-section article:first-child :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.Docs .doc-section article:first-child :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.Docs .doc-section article:first-child :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.Docs .doc-section article:first-child :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.Docs .doc-section article:first-child :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.Docs .doc-section article:first-child :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:1.625em;margin-top:1.25em;margin-bottom:1.25em;padding-left:1rem;list-style-type:none}.Docs .doc-section article:first-child :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.Docs .doc-section article:first-child :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.Docs .doc-section article:first-child :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.Docs .doc-section article:first-child :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.Docs .doc-section article:first-child :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.Docs .doc-section article:first-child :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.Docs .doc-section article:first-child :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.Docs .doc-section article:first-child :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.Docs .doc-section article:first-child :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.Docs .doc-section article:first-child :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.Docs .doc-section article:first-child :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.Docs .doc-section article:first-child :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.Docs .doc-section article:first-child :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.Docs .doc-section article:first-child :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-size:1.15em;font-weight:600;line-height:1.5}.Docs .doc-section article:first-child :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.Docs .doc-section article:first-child :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.Docs .doc-section article:first-child :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.Docs .doc-section article:first-child :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);background-color:hsl(var(--background-surface-200));border:1px solid hsl(var(--background-surface-300));border-radius:var(--radius-lg);padding:.2rem .4rem;font-size:.875em;font-weight:400}.Docs .doc-section article:first-child :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.Docs .doc-section article:first-child :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:""}.Docs .doc-section article:first-child :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.Docs .doc-section article:first-child :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.Docs .doc-section article:first-child :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.Docs .doc-section article:first-child :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.Docs .doc-section article:first-child :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.Docs .doc-section article:first-child :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.Docs .doc-section article:first-child :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.Docs .doc-section article:first-child :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;padding-inline-start:1.14286em;background:0 0;border-radius:.375rem;margin-top:1.71429em;margin-bottom:32px;padding:0;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.Docs .doc-section article:first-child :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.Docs .doc-section article:first-child :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.Docs .doc-section article:first-child :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.Docs .doc-section article:first-child :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.Docs .doc-section article:first-child :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.Docs .doc-section article:first-child :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.Docs .doc-section article:first-child :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.Docs .doc-section article:first-child :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.Docs .doc-section article:first-child :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.Docs .doc-section article:first-child :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.Docs .doc-section article:first-child :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.Docs .doc-section article:first-child :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.Docs .doc-section article:first-child :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:hsl(var(--foreground-muted));margin-top:.857143em;font-family:Office Code Pro,monospace;font-size:.875em;line-height:1.42857}.Docs .doc-section article:first-child{--tw-prose-links:hsl(var(--foreground-light));--tw-prose-kbd:#101828;--tw-prose-kbd-shadows:#1018281a;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5dc;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4a5565;--tw-prose-invert-td-borders:#364153;font-size:1rem;line-height:1.75}@supports (color:lab(0% 0 0)){.Docs .doc-section article:first-child{--tw-prose-kbd:lab(8.11897% .811279 -12.254);--tw-prose-kbd-shadows:lab(8.11897% .811279 -12.254/.1);--tw-prose-invert-pre-code:lab(85.1236% -.612259 -3.7138);--tw-prose-invert-th-borders:lab(35.6337% -1.58697 -10.8425);--tw-prose-invert-td-borders:lab(27.1134% -.956401 -12.3224)}}.Docs .doc-section article:first-child :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.Docs .doc-section article:first-child :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.Docs .doc-section article:first-child :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.Docs .doc-section article:first-child :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.Docs .doc-section article:first-child :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.Docs .doc-section article:first-child :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin:3rem 0}.Docs .doc-section article:first-child :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.Docs .doc-section article:first-child :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.Docs .doc-section article:first-child :where(h5):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--color-scale-1200)}.Docs .doc-section article:first-child :where(h1,h2,h3,h4,h5,h6):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:400}.Docs .doc-section article:first-child :where(article h2,article h3,article h4,article h5,article h6):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:1em}.Docs .doc-section article:first-child :where(ul li):not(:where([class~=not-prose],[class~=not-prose] *)){position:relative}.Docs .doc-section article:first-child :where(ul li):not(:where([class~=not-prose],[class~=not-prose] *)):before{background-color:hsl(var(--border-strong));content:"";border-radius:.25rem;width:.5rem;height:.125rem;position:absolute;top:.75rem;left:-1rem}.Docs .doc-section article:first-child :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:1rem;display:block;position:relative}.Docs .doc-section article:first-child :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)):before{background-color:hsl(var(--background-surface-100));border:1px solid hsl(var(--border-default));content:counter(item) "  ";counter-increment:item;width:1.2rem;height:1.2rem;color:hsl(var(--foreground-muted));border-radius:.25rem;justify-content:center;align-items:center;font-size:12px;display:flex;position:absolute;top:.25rem;left:-1rem}.Docs .doc-section article:first-child :where(p img):not(:where([class~=not-prose],[class~=not-prose] *)){border:1px solid hsl(var(--border-muted));border-radius:4px;overflow:hidden}.Docs .doc-section article:first-child :where(iframe):not(:where([class~=not-prose],[class~=not-prose] *)){border:1px solid hsl(var(--border-default));border-radius:var(--radius-lg)}.Docs .doc-section article:first-child :where(td):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom:1px solid hsl(var(--background-surface-200))}.Docs .doc-section article:first-child :where(a:hover):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-text-decoration-color:hsl(var(--foreground-default));-webkit-text-decoration-color:hsl(var(--foreground-default));-webkit-text-decoration-color:hsl(var(--foreground-default));text-decoration-color:hsl(var(--foreground-default))}.Docs .doc-section article:first-child :where(figure.quote-figure p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0!important}.Docs .doc-section article:first-child :where(figure.quote-figure p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0!important}.Docs .doc-section article:first-child :where(figure img):not(:where([class~=not-prose],[class~=not-prose] *)){margin:0!important}.Docs .doc-section article:first-child{font-size:.875rem;line-height:1.71429}.Docs .doc-section article:first-child :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.Docs .doc-section article:first-child :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.888889em;margin-bottom:.888889em;font-size:1.28571em;line-height:1.55556}.Docs .doc-section article:first-child :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em;padding-inline-start:1.11111em}.Docs .doc-section article:first-child :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.8em;font-size:2.14286em;line-height:1.2}.Docs .doc-section article:first-child :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:.8em;font-size:1.42857em;line-height:1.4}.Docs .doc-section article:first-child :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.55556em;margin-bottom:.444444em;font-size:1.28571em;line-height:1.55556}.Docs .doc-section article:first-child :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.42857em;margin-bottom:.571429em;line-height:1.42857}.Docs .doc-section article:first-child :where(img):not(:where([class~=not-prose],[class~=not-prose] *)),.Docs .doc-section article:first-child :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.Docs .doc-section article:first-child :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.Docs .doc-section article:first-child :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.Docs .doc-section article:first-child :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.142857em;padding-inline-end:.357143em;padding-bottom:.142857em;border-radius:.3125rem;padding-inline-start:.357143em;font-size:.857143em}.Docs .doc-section article:first-child :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em}.Docs .doc-section article:first-child :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.Docs .doc-section article:first-child :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.888889em}.Docs .doc-section article:first-child :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;border-radius:.25rem;margin-top:1.66667em;margin-bottom:1.66667em;padding-inline-start:1em;font-size:.857143em;line-height:1.66667}.Docs .doc-section article:first-child :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),.Docs .doc-section article:first-child :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em;padding-inline-start:1.57143em}.Docs .doc-section article:first-child :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;margin-bottom:.285714em}.Docs .doc-section article:first-child :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.Docs .doc-section article:first-child :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.428571em}.Docs .doc-section article:first-child :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.Docs .doc-section article:first-child :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.Docs .doc-section article:first-child :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.Docs .doc-section article:first-child :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.Docs .doc-section article:first-child :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.Docs .doc-section article:first-child :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.Docs .doc-section article:first-child :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.Docs .doc-section article:first-child :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.Docs .doc-section article:first-child :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;padding-inline-start:1.57143em}.Docs .doc-section article:first-child :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.85714em;margin-bottom:2.85714em}.Docs .doc-section article:first-child :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.Docs .doc-section article:first-child :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.Docs .doc-section article:first-child :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.Docs .doc-section article:first-child :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.Docs .doc-section article:first-child :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em;line-height:1.5}.Docs .doc-section article:first-child :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.Docs .doc-section article:first-child :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.Docs .doc-section article:first-child :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.Docs .doc-section article:first-child :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.Docs .doc-section article:first-child :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.Docs .doc-section article:first-child :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.Docs .doc-section article:first-child :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.Docs .doc-section article:first-child :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.Docs .doc-section article:first-child :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.666667em;font-size:.857143em;line-height:1.33333}.Docs .doc-section article:first-child :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.Docs .doc-section article:first-child :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.Docs .doc-section article:first-child{--tw-prose-body:hsl(var(--foreground-light));--tw-prose-headings:hsl(var(--foreground-default));--tw-prose-lead:hsl(var(--foreground-light));--tw-prose-links:hsl(var(--brand-500));--tw-prose-bold:hsl(var(--foreground-light));--tw-prose-counters:hsl(var(--foreground-light));--tw-prose-bullets:hsl(var(--foreground-muted));--tw-prose-hr:hsl(var(--background-surface-300));--tw-prose-quotes:hsl(var(--foreground-light));--tw-prose-quote-borders:hsl(var(--background-surface-300));--tw-prose-captions:hsl(var(--border-strong));--tw-prose-code:hsl(var(--foreground-default));--tw-prose-pre-code:hsl(var(--foreground-muted));--tw-prose-pre-bg:hsl(var(--background-surface-200));--tw-prose-th-borders:hsl(var(--background-surface-300));--tw-prose-td-borders:hsl(var(--background-default));--tw-prose-invert-body:hsl(var(--background-default));--tw-prose-invert-headings:white;--tw-prose-invert-lead:hsl(var(--background-surface-300));--tw-prose-invert-links:white;--tw-prose-invert-bold:white;--tw-prose-invert-counters:hsl(var(--background-surface-200));--tw-prose-invert-bullets:hsl(var(--background-selection));--tw-prose-invert-hr:hsl(var(--border-strong));--tw-prose-invert-quotes:hsl(var(--background-alternative-default));--tw-prose-invert-quote-borders:hsl(var(--border-strong));--tw-prose-invert-captions:hsl(var(--background-surface-200));max-width:none}.Docs .doc-section article:first-child :where(h1,h2,h3,h4,h5):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:400}.Docs.Docs--table-editor .doc-section__table-name{margin-top:calc(var(--spacing,.25rem) * 4)}.Docs .code-column{width:50%;padding:calc(var(--spacing,.25rem) * 4);padding-inline:calc(var(--spacing,.25rem) * 6);max-width:50%}.Docs .code-column a{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4, 0, .2, 1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s))}.Docs .code-column a:hover{color:hsl(var(--brand-600))}.Docs .code-column p:last-child{padding-bottom:0}.Docs .code{width:50%;padding:calc(var(--spacing,.25rem) * 2);padding-inline:calc(var(--spacing,.25rem) * 6);padding-bottom:calc(var(--spacing,.25rem) * 4);flex:1;max-width:50%}.Docs .code h4{margin:calc(var(--spacing,.25rem) * 1);padding:calc(var(--spacing,.25rem) * 0);font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25 / .875)));--tw-font-weight:var(--font-weight-normal,400);font-weight:var(--font-weight-normal,400);color:hsl(var(--foreground-light));text-transform:uppercase}.Docs .code h4:not(:first-child){margin-top:calc(var(--spacing,.25rem) * 6)}.Docs .code code{margin:calc(var(--spacing,.25rem) * 1);padding:calc(var(--spacing,.25rem) * 0);background-color:none}.Docs .code .is-highlighted{color:hsl(var(--brand-default))}.Docs .codeblock-container+.codeblock-container{margin-top:calc(var(--spacing,.25rem) * 12)}::-moz-selection{background-color:hsl(var(--brand-default));color:#333!important}::selection{background-color:#6ee7b7;color:#333!important}.has-hidden-children .visible-child{opacity:100;transition:opacity .2s}.has-hidden-children .hidden-child{opacity:0;transition:opacity .2s}.has-hidden-children:hover .visible-child{opacity:0;pointer-events:none}.has-hidden-children:hover .hidden-child{opacity:100}.SQLTabNav{overflow-x:auto;overflow-y:hidden!important}.SQLTabNav::-webkit-scrollbar{display:none!important}.SQLTabNav{scrollbar-width:none}.radix-tooltip-arrow polygon,[data-theme*=dark] :is(.radix-tooltip-arrow polygon){fill:hsl(var(--background-alternative-default))}@media (min-width:48rem){.pitr-listbox{column-gap:calc(var(--spacing,.25rem) * 2)}}.roles-toggle label{margin-top:calc(var(--spacing,.25rem) * 1)}.thin-scrollbars{scrollbar-width:thin;scrollbar-color:hsl(var(--foreground-muted)) hsl(var(--background-alternative-default))}.dark .thin-scrollbars{scrollbar-color:hsl(var(--foreground-lighter)) hsl(var(--background-surface-100))}.thin-scrollbars ::-webkit-scrollbar{background:hsl(var(--background-default));border-radius:0;width:0;height:3px}.dark :is(){background:hsl(var(--border-control))}.thin-scrollbars ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px hsl(var(--border-control));border-radius:5px}.thin-scrollbars ::-webkit-scrollbar-thumb{background:hsl(var(--foreground-muted));border-radius:5px}.dark :is(){-webkit-box-shadow:inset 0 0 6px var(--color-slate-1200)}.form-field-markdown a{color:hsl(var(--brand-default));opacity:.75;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4, 0, .2, 1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s));text-decoration-line:underline}@media (hover:hover){.form-field-markdown a:hover{opacity:1}}.view-icon rect{fill:var(--color-blue-500);stroke:var(--color-blue-500)}.view-icon path,.view-icon circle{fill:var(--color-blue-500);stroke:var(--color-blue-900)}.table-icon rect{fill:var(--color-green-1000);stroke:var(--color-green-500)}.table-icon line{stroke:var(--color-green-500)}.recharts-cartesian-axis-tick text{font-size:var(--text-xs,.75rem);line-height:var(--tw-leading,var(--text-xs--line-height,calc(1 / .75)))}.recharts-reference-line line{stroke:hsl(var(--foreground-lighter))}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}
@layer rdg{@layer Defaults,FocusSink,CheckboxInput,CheckboxIcon,CheckboxLabel,Cell,HeaderCell,SummaryCell,EditCell,Row,HeaderRow,SummaryRow,GroupedRow,Root;}@layer rdg.MeasuringCell{.mlln6zg7-0-0-beta-47{contain:strict;visibility:hidden;grid-row:1}}@layer rdg.Cell{.cj343x07-0-0-beta-47{border-inline-end:1px solid var(--rdg-border-color);border-block-end:1px solid var(--rdg-border-color);grid-row-start:var(--rdg-grid-row-start);background-color:inherit;white-space:nowrap;text-overflow:ellipsis;outline:none;align-content:center;padding-block:0;padding-inline:8px;position:relative;overflow:clip}.cj343x07-0-0-beta-47[aria-selected=true]{outline:2px solid var(--rdg-selection-color);outline-offset:-2px}}@layer rdg.Cell{.csofj7r7-0-0-beta-47{z-index:1;position:sticky}.csofj7r7-0-0-beta-47:nth-last-child(1 of .csofj7r7-0-0-beta-47){box-shadow:var(--rdg-cell-frozen-box-shadow)}}@layer rdg.CheckboxInput{.c1bn88vv7-0-0-beta-47{block-size:20px;inline-size:20px;margin:auto;display:block}.c1bn88vv7-0-0-beta-47:focus-visible{outline:2px solid var(--rdg-checkbox-focus-color);outline-offset:-3px}.c1bn88vv7-0-0-beta-47:enabled{cursor:pointer}}@layer rdg.GroupCellContent{.g1s9ylgp7-0-0-beta-47{outline:none}}@layer rdg.GroupCellCaret{.cz54e4y7-0-0-beta-47{stroke:currentColor;stroke-width:1.5px;fill:#0000;vertical-align:middle;margin-inline-start:4px}.cz54e4y7-0-0-beta-47>path{transition:d .1s}}@layer rdg.DragHandle{.c1w9bbhr7-0-0-beta-47{--rdg-drag-handle-size:8px;z-index:0;cursor:move;inline-size:var(--rdg-drag-handle-size);block-size:var(--rdg-drag-handle-size);background-color:var(--rdg-selection-color);place-self:end}.c1w9bbhr7-0-0-beta-47:hover{--rdg-drag-handle-size:16px;border:2px solid var(--rdg-selection-color);background-color:var(--rdg-background-color)}}@layer rdg.DragHandle{.c1creorc7-0-0-beta-47{z-index:1;position:sticky}}@layer rdg.EditCell{.cis5rrm7-0-0-beta-47{padding:0}}@layer rdg.SortableHeaderCell{.h44jtk67-0-0-beta-47{display:flex}}@layer rdg.SortableHeaderCellName{.hcgkhxz7-0-0-beta-47{text-overflow:ellipsis;flex-grow:1;overflow:clip}}@layer rdg.HeaderCell{.c6l2wv17-0-0-beta-47{cursor:pointer}}@layer rdg.HeaderCell{.c1kqdw7y7-0-0-beta-47{touch-action:none}}@layer rdg.HeaderCell{.r1y6ywlx7-0-0-beta-47{cursor:col-resize;inline-size:10px;position:absolute;inset-block:0;inset-inline-end:0}}.c1bezg5o7-0-0-beta-47{opacity:.5}.c1vc96037-0-0-beta-47{background-color:var(--rdg-header-draggable-background-color)}@layer rdg.Row{.r1upfr807-0-0-beta-47{background-color:var(--rdg-background-color);display:contents}.r1upfr807-0-0-beta-47:hover{background-color:var(--rdg-row-hover-background-color)}.r1upfr807-0-0-beta-47[aria-selected=true]{background-color:var(--rdg-row-selected-background-color)}.r1upfr807-0-0-beta-47[aria-selected=true]:hover{background-color:var(--rdg-row-selected-hover-background-color)}}@layer rdg.FocusSink{.r190mhd37-0-0-beta-47{outline:2px solid var(--rdg-selection-color);outline-offset:-2px}}@layer rdg.FocusSink{.r139qu9m7-0-0-beta-47:before{content:"";border-inline-start:2px solid var(--rdg-selection-color);block-size:100%;display:inline-block;position:sticky;inset-inline-start:0}}@layer rdg.HeaderRow{.h10tskcx7-0-0-beta-47{background-color:var(--rdg-header-background-color);font-weight:700;display:contents}.h10tskcx7-0-0-beta-47>.cj343x07-0-0-beta-47{z-index:2;position:sticky}.h10tskcx7-0-0-beta-47>.csofj7r7-0-0-beta-47{z-index:3}}@layer rdg.Cell{.c6ra8a37-0-0-beta-47{background-color:#ccf}}@layer rdg.Cell{.cq910m07-0-0-beta-47{background-color:#ccf}.cq910m07-0-0-beta-47.c6ra8a37-0-0-beta-47{background-color:#99f}}@layer rdg.SortIcon{.a3ejtar7-0-0-beta-47{fill:currentColor}.a3ejtar7-0-0-beta-47>path{transition:d .1s}}@layer rdg.Defaults{.rnvodz57-0-0-beta-47 *,.rnvodz57-0-0-beta-47 :before,.rnvodz57-0-0-beta-47 :after{box-sizing:inherit}}@layer rdg.Root{.rnvodz57-0-0-beta-47{--rdg-color:#000;--rdg-border-color:#ddd;--rdg-summary-border-color:#aaa;--rdg-background-color:#fff;--rdg-header-background-color:#f9f9f9;--rdg-header-draggable-background-color:#e7e7e7;--rdg-row-hover-background-color:#f5f5f5;--rdg-row-selected-background-color:#dbecfa;--rdg-row-selected-hover-background-color:#c9e3f8;--rdg-checkbox-focus-color:#61b8ff;--rdg-selection-color:#66afe9;--rdg-font-size:14px;--rdg-cell-frozen-box-shadow:2px 0 5px -2px #8888884d}.rnvodz57-0-0-beta-47:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){--rdg-cell-frozen-box-shadow:-2px 0 5px -2px #8888884d}.rnvodz57-0-0-beta-47{color-scheme:var(--rdg-color-scheme,light dark);accent-color:var(--lightningcss-light,#005194)var(--lightningcss-dark,#94cfff);contain:content;content-visibility:auto;border:1px solid var(--rdg-border-color);box-sizing:border-box;background-color:var(--rdg-background-color);block-size:350px;color:var(--rdg-color);font-size:var(--rdg-font-size);display:grid;overflow:auto}.rnvodz57-0-0-beta-47:before{content:"";grid-area:1/1/-1/-1}.rnvodz57-0-0-beta-47.rdg-dark{--rdg-color-scheme:dark;--rdg-color:#ddd;--rdg-border-color:#444;--rdg-summary-border-color:#555;--rdg-background-color:#212121;--rdg-header-background-color:#1b1b1b;--rdg-header-draggable-background-color:#2d2d2d;--rdg-row-hover-background-color:#171717;--rdg-row-selected-background-color:#1a73bc;--rdg-row-selected-hover-background-color:#1768ab;--rdg-checkbox-focus-color:#c7e6ff}.rnvodz57-0-0-beta-47.rdg-light{--rdg-color-scheme:light}@media (prefers-color-scheme:dark){.rnvodz57-0-0-beta-47:not(.rdg-light){--rdg-color:#ddd;--rdg-border-color:#444;--rdg-summary-border-color:#555;--rdg-background-color:#212121;--rdg-header-background-color:#1b1b1b;--rdg-header-draggable-background-color:#2d2d2d;--rdg-row-hover-background-color:#171717;--rdg-row-selected-background-color:#1a73bc;--rdg-row-selected-hover-background-color:#1768ab;--rdg-checkbox-focus-color:#c7e6ff}}.rnvodz57-0-0-beta-47>:nth-last-child(1 of .rdg-top-summary-row)>.cj343x07-0-0-beta-47{border-block-end:2px solid var(--rdg-summary-border-color)}.rnvodz57-0-0-beta-47>:nth-child(1 of .rdg-bottom-summary-row)>.cj343x07-0-0-beta-47{border-block-start:2px solid var(--rdg-summary-border-color)}}@layer rdg.Root{.vlqv91k7-0-0-beta-47{-webkit-user-select:none;user-select:none}.vlqv91k7-0-0-beta-47 .r1upfr807-0-0-beta-47{cursor:move}}@layer rdg.FocusSink{.f1lsfrzw7-0-0-beta-47{pointer-events:none;z-index:1;grid-column:1/-1}}@layer rdg.FocusSink{.f1cte0lg7-0-0-beta-47{z-index:3}}@layer rdg.SummaryCell{.s8wc6fl7-0-0-beta-47{inset-block-start:var(--rdg-summary-row-top);inset-block-end:var(--rdg-summary-row-bottom)}}@layer rdg.SummaryRow{.skuhp557-0-0-beta-47>.cj343x07-0-0-beta-47{position:sticky}}@layer rdg.SummaryRow{.tf8l5ub7-0-0-beta-47>.cj343x07-0-0-beta-47{z-index:2}.tf8l5ub7-0-0-beta-47>.csofj7r7-0-0-beta-47{z-index:3}}@layer rdg.GroupedRow{.g1yxluv37-0-0-beta-47:not([aria-selected=true]){background-color:var(--rdg-header-background-color)}:is(.g1yxluv37-0-0-beta-47>.cj343x07-0-0-beta-47:not(:last-child,.csofj7r7-0-0-beta-47),.g1yxluv37-0-0-beta-47>:nth-last-child(n+2 of .csofj7r7-0-0-beta-47)){border-inline-end:none}}@layer rdg.TextEditor{.t7vyx3i7-0-0-beta-47{appearance:none;box-sizing:border-box;vertical-align:top;block-size:100%;inline-size:100%;color:var(--rdg-color);background-color:var(--rdg-background-color);font-family:inherit;font-size:var(--rdg-font-size);border:2px solid #ccc;padding-block:0;padding-inline:6px}.t7vyx3i7-0-0-beta-47:focus{border-color:var(--rdg-selection-color);outline:none}.t7vyx3i7-0-0-beta-47::placeholder{color:#999;opacity:1}}
.shimmering-loader{background:linear-gradient(to right, hsl(var(--border-default)) 4%, hsl(var(--background-surface-200)) 25%, hsl(var(--border-default)) 36%);background-size:1000px 100%;animation:2s linear infinite shimmer}.dark .shimmering-loader{background:linear-gradient(to right, hsl(var(--border-default)) 4%, hsl(var(--border-control)) 25%, hsl(var(--border-default)) 36%);background-size:1000px 100%;animation:2s linear infinite shimmer}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}
/*# sourceMappingURL=0eauyw-zj1w2l.css.map*/