.dashboard-container{min-height:calc(100vh - var(--navbar-height));font-size:14px;line-height:20px}.dashboard-container.gray{background:var(--accents-1)}html{--navbar-height:85px;--collapsed-navbar-height:46px}html.dash{--navbar-height:56px;--collapsed-navbar-height:56px;--sidebar-width:var(--raw-sidebar-width,256px)}@media (max-width:960px){html.dash{--sidebar-width:0px}}html.dash:has(.dashboard-layout-container){overscroll-behavior-y:none}@media (pointer:coarse){html.dash:has(.dashboard-layout-container){scrollbar-width:none}html.dash:has(.dashboard-layout-container)::-webkit-scrollbar{display:none}}@media (min-width:961px){html.dash.sidebar-collapsed:has(.dashboard-layout-container) .dash-sidebar{display:none}}html.dash.sidebar-collapsed:has(.dashboard-layout-container) .dash-sidebar-size-handle{transform:translate(4px)}
.CodeMirror{--bold-color:var(--accents-1);width:100%;height:auto;min-height:38px;color:var(--bold-color);background:var(--geist-background);border:1px solid var(--accents-2);direction:ltr;border-radius:4px;padding:4px;font:12px/24px menlo,monospace;position:relative;overflow:hidden}@media (max-width:544px){.CodeMirror{font:14px/24px ia_writer_duo_sregular,monospace}}.CodeMirror-focused{border-color:var(--accents-5)}.CodeMirror-code{color:var(--geist-foreground);outline:none}.CodeMirror-measure{visibility:hidden;width:100%;height:0;position:absolute;overflow:hidden}.CodeMirror-measure pre{position:static}.CodeMirror-sizer{border-right:30px solid #0000;position:relative}.CodeMirror-scroll{outline:none;height:100%;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;position:relative}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{z-index:6;outline:none;display:none;position:absolute}.CodeMirror-vscrollbar{top:0;right:0;overflow:hidden scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow:scroll hidden}.CodeMirror-scrollbar-filler{bottom:0;right:0}.CodeMirror-lines{padding:2px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-scrollbar-filler{background-color:#0000}.CodeMirror-gutters{background-color:var(--geist-secondary-dark);width:52px;min-height:100%;color:var(--geist-console-header);text-align:right;white-space:nowrap;z-index:3;position:absolute;top:0;left:0}.CodeMirror-gutter{white-space:normal;vertical-align:top;margin-bottom:-30px;display:inline-block}.CodeMirror-gutter-filler{background-color:var(--geist-background);bottom:0;left:0}.CodeMirror-gutter-wrapper{z-index:3;background:0 0;border:none;position:absolute}.CodeMirror-gutter-background{z-index:4;background:0 0;position:absolute;top:0;bottom:0}.CodeMirror-gutter-elt{cursor:default;z-index:4;position:absolute}.CodeMirror-gutter-wrapper ::selection{background-color:#0000}.CodeMirror-gutter-wrapper ::selection{background-color:#0000}.cm-gutter-error{background:var(--geist-highlight-pink);border-radius:100%;width:6px;height:6px;margin-top:9.6px;display:inline-block}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{font-family:inherit;font-size:inherit;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-feature-settings:"calt","calt";font-variant-ligatures:contextual;background:0 0;border-width:0;border-radius:0;margin:0;position:relative;overflow:visible}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}pre.CodeMirror-line-like.CodeMirror-placeholder,pre.CodeMirror-line.CodeMirror-placeholder{color:var(--accents-3)}.CodeMirror-linebackground{z-index:0;position:absolute;inset:0}.CodeMirror-linenumber{text-align:right;color:#fff6;white-space:nowrap;min-width:20px;padding:0 3px 0 5px}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{pointer-events:none;border-left:1px solid var(--geist-foreground);border-right:none;width:0;position:absolute}div.CodeMirror-cursors{visibility:hidden;z-index:3;position:relative}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{background:#7e7;width:auto;border:0!important}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor-mark{background-color:#14ff1480}.cm-animate-fat-cursor,.cm-fat-cursor-mark{animation:1.06s step-end infinite blink}.cm-animate-fat-cursor{background-color:#7e7;border:0;width:auto}@keyframes blink{50%{background-color:#0000}}.cm-tab{-webkit-text-decoration:inherit;text-decoration:inherit;display:inline-block}.CodeMirror-rulers{position:absolute;inset:-50px 0 0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute;top:0;bottom:0}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:var(--geist-console-text-color-blue)}.cm-s-default .cm-atom,.cm-s-default .cm-number{color:var(--geist-cyan)}.cm-s-default .cm-def,.cm-s-default .cm-property,.cm-s-default .cm-punctuation,.cm-s-default .cm-variable{color:var(--accents-4)}.cm-s-default .cm-operator{color:var(--geist-console-text-color-blue)}.cm-s-default .cm-variable-2{color:var(--bold-color)}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#fabd2f}.cm-s-default .cm-comment,.cm-s-default .cm-string,.cm-s-default .cm-string-2{color:var(--accents-4)}.cm-s-default .cm-meta{color:#83a598}.cm-s-default .cm-qualifier{color:#999}.cm-s-default .cm-builtin{color:var(--geist-console-text-color-blue)}.cm-s-default .cm-bracket{color:var(--accents-3)}.cm-s-default .cm-tag{color:var(--bold-color)}.cm-s-default .cm-attribute{color:var(--accents-2)}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:var(--geist-cyan)}.cm-s-default .cm-entity{background-repeat:no-repeat}.cm-s-default .cm-condition,.cm-s-default .cm-condition.CodeMirror-nonmatchingbracket{color:var(--geist-highlight-yellow)}.cm-s-default .cm-highlighted,.cm-s-default .cm-searching{background:#eef16766;padding:0}.cm-s-default .cm-param-close,.cm-s-default .cm-param-open{color:#eef167}.cm-s-default .cm-error,.cm-s-default .cm-param.cm-error{border-bottom:1px dashed var(--geist-highlight-pink)}.cm-invalidchar{color:var(--geist-highlight-pink)}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:var(--geist-foreground);background:var(--accents-2)}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:var(--geist-highlight-yellow)}.CodeMirror-matchingtag{background:#ff96004d}.CodeMirror-activeline-background{background:#3c3836}.CodeMirror-linewidget{z-index:2;padding:.1px;position:relative}.CodeMirror-fullscreen{z-index:20;height:100%;position:fixed;inset:0}.CodeMirror-fullscreen .CodeMirror-scroll{height:auto;max-height:100%}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{box-sizing:content-box}.CodeMirror-focused .CodeMirror-selected{background:var(--geist-selection)}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection{background:var(--geist-selection)}.CodeMirror-line>span::selection{background:var(--geist-selection)}.CodeMirror-line>span>span::selection{background:var(--geist-selection)}.CodeMirror-line::-moz-selection{background:var(--geist-selection)}.CodeMirror-line>span::-moz-selection{background:var(--geist-selection)}.CodeMirror-line>span>span::-moz-selection{background:var(--geist-selection)}.cm-s-default.cm-s-is-disabled{background:var(--accents-1);cursor:not-allowed}.cm-s-default.cm-s-is-disabled .CodeMirror-gutters{background:0 0}.cm-s-default.cm-s-is-disabled .CodeMirror-code{opacity:1}.cm-s-default.cm-s-is-disabled .CodeMirror-lines{opacity:.7;cursor:not-allowed}.cm-s-default.cm-s-is-disabled .CodeMirror-line::selection{background:var(--geist-selection)}.cm-s-default.cm-s-is-disabled .CodeMirror-line>span::selection{background:var(--geist-selection)}.cm-s-default.cm-s-is-disabled .CodeMirror-line>span>span::selection{background:var(--geist-selection)}.cm-s-default.cm-s-is-disabled .CodeMirror-line::-moz-selection{background:var(--geist-selection)}.cm-s-default.cm-s-is-disabled .CodeMirror-line>span::-moz-selection{background:var(--geist-selection)}.cm-s-default.cm-s-is-disabled .CodeMirror-line>span>span::-moz-selection{background:var(--geist-selection)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}.CodeMirror.cm-s-default.cm-s-query-editor,.CodeMirror.cm-s-default.cm-s-query-editor .CodeMirror-gutters,span.CodeMirror-selectedtext{background:0 0}.CodeMirror.cm-s-default.cm-s-query-editor .CodeMirror-gutter-wrapper{background:#25283d;width:52px;height:24px}.CodeMirror.cm-s-default.cm-s-query-editor .CodeMirror-scroll{height:auto}.CodeMirror.cm-s-default.cm-s-query-editor pre.CodeMirror-line,.CodeMirror.cm-s-default.cm-s-query-editor pre.CodeMirror-line-like{padding:0 32px 0 24px}.CodeMirror.cm-s-default.cm-s-query-editor.CodeMirror-fullscreen{background:var(--geist-secondary-dark)}.CodeMirror.cm-s-default.cm-s-filter-editor{min-height:24px}.CodeMirror.cm-s-default.cm-s-snippets{padding-bottom:16px}.CodeMirror.cm-s-default.cm-s-snippets,.CodeMirror.cm-s-default.cm-s-snippets .CodeMirror-gutters{background:0 0}.CodeMirror.cm-s-default.cm-s-snippets .CodeMirror-scroll{height:auto;margin-bottom:-31px}.CodeMirror.cm-s-default.cm-s-snippets pre.CodeMirror-line,.CodeMirror.cm-s-default.cm-s-snippets pre.CodeMirror-line-like{padding:0 64px 0 24px}.CodeMirror.cm-s-default.cm-s-snippets.CodeMirror-fullscreen{background:var(--geist-secondary-dark)}.CodeMirror.cm-s-default.cm-s-snippets.cm-s-full-height{padding-bottom:0}.CodeMirror.cm-s-default.cm-s-snippets.cm-s-full-height .CodeMirror-scroll{height:100%}.CodeMirror.dialog-opened .CodeMirror-lines{padding-top:64px}.CodeMirror-hints{max-height:300px;box-shadow:var(--shadow-medium);border-radius:var(--geist-radius);background:var(--geist-background);z-index:1000;border:1px solid var(--accents-2);padding:var(--geist-space-2x);margin:0;list-style:none;position:absolute;overflow:visible auto}.CodeMirror-hint{box-sizing:border-box;cursor:pointer;border-radius:var(--geist-radius);width:420px;margin:0;display:block;padding:0 var(--geist-space-2x)!important}.CodeMirror-hint-name{min-width:0;color:var(--accents-6);cursor:pointer;white-space:pre;flex-shrink:10;justify-content:flex-start;align-items:center;margin:0;font:13px/16px Inter,system-ui,sans-serif;display:flex}@media (max-width:544px){.CodeMirror-hint-name{font:12px/16px Inter,system-ui,sans-serif}}.CodeMirror-hint-name .CodeMirror-hint-namePre{flex-shrink:1;min-width:30px}.CodeMirror-hint-name .CodeMirror-hint-namePost{flex-shrink:0}.CodeMirror-hint-name .CodeMirror-hint-nameFull{flex-shrink:1;min-width:100%}.CodeMirror-hint-type{color:var(--geist-console-text-color-blue);flex-shrink:0;margin-left:16px;font:11px/16px ia_writer_duo_sregular,monospace}@media (max-width:544px){.CodeMirror-hint-type{font:11px/14px ia_writer_duo_sregular,monospace}}.CodeMirror-hint-type.is-Pipe{color:var(--pipeline-color)}.CodeMirror-hint-type.is-DataSource{color:var(--geist-console-text-color-pink)}.CodeMirror-hint-type.is-Node{color:var(--pipeline-color)}.CodeMirror-hint-active,.CodeMirror-hint-active .CodeMirror-hint-columnName{background:var(--accents-2);color:var(--geist-foreground)!important}@media (hover:hover){.CodeMirror-hint:hover,.CodeMirror-hint:hover .CodeMirror-hint-columnName{background:var(--accents-2);color:var(--geist-foreground)!important}}.CodeMirror-hint-active .CodeMirror-hint-name{color:var(--geist-foreground)!important}@media (hover:hover){.CodeMirror-hint:hover .CodeMirror-hint-name{color:var(--geist-foreground)!important}}.CodeMirror-hint-snippet{box-sizing:border-box;min-width:14px;color:var(--geist-console-text-color-blue);border:1px solid var(--geist-console-text-color-blue);border-radius:4px;padding:0 2px;font:14px/14px Inter,system-ui,sans-serif;display:inline-block}@media (max-width:544px){.CodeMirror-hint-snippet{font:14px/24px Inter,system-ui,sans-serif}}.CodeMirror-hint-flex-between-center{justify-content:space-between;align-items:center;display:flex}
[data-rmiz]{position:relative}[data-rmiz-ghost]{pointer-events:none;position:absolute}[data-rmiz-btn-zoom],[data-rmiz-btn-unzoom]{color:#fff;outline-offset:2px;touch-action:manipulation;-webkit-appearance:none;appearance:none;background-color:#000000b3;border:none;border-radius:50%;width:40px;height:40px;margin:0;padding:9px;box-shadow:0 0 1px #ffffff80}[data-rmiz-btn-zoom]:not(:focus):not(:active){clip:rect(0 0 0 0);clip-path:inset(50%);pointer-events:none;white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}[data-rmiz-btn-zoom]{cursor:zoom-in;position:absolute;inset:10px 10px auto auto}[data-rmiz-btn-unzoom]{cursor:zoom-out;z-index:1;position:absolute;inset:20px 20px auto auto}[data-rmiz-content=found] img,[data-rmiz-content=found] svg,[data-rmiz-content=found] [role=img],[data-rmiz-content=found] [data-zoom]{cursor:zoom-in}[data-rmiz-modal]::backdrop{display:none}[data-rmiz-modal][open]{width:100vw;width:100dvw;height:100vh;background:0 0;border:0;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;position:fixed;overflow:hidden}[data-rmiz-modal-overlay]{transition:background-color .3s;position:absolute;inset:0}[data-rmiz-modal-overlay=hidden]{background-color:#fff0}[data-rmiz-modal-overlay=visible]{background-color:#fff}[data-rmiz-modal-content]{width:100%;height:100%;position:relative}[data-rmiz-modal-img]{cursor:zoom-out;image-rendering:high-quality;transform-origin:0 0;transition:transform .3s;position:absolute}@media (prefers-reduced-motion:reduce){[data-rmiz-modal-overlay],[data-rmiz-modal-img]{transition-duration:.01ms!important}}
.twitter-tweet{margin:0 auto}[data-rmiz-btn-unzoom]{visibility:hidden}[data-rmiz-modal-img]{background-color:var(--geist-background);border:1px solid var(--ds-gray-alpha-400);border-radius:.375rem}[data-rmiz-modal-overlay=visible]{background:#fffc}.dark-theme [data-rmiz-modal-overlay=visible]{background:#00000080}html,body{overflow-x:clip}html>body[data-scroll-locked]{overflow:visible!important}body:has([role=combobox][data-state=open][aria-controls*=radix],[geist-dialog][cmdk-dialog],reach-portal [data-geist-modal]){overflow:visible!important}@media (prefers-reduced-motion:no-preference){[geist-dialog][cmdk-dialog].shake{animation:.1s 2 shake}@keyframes shake{25%{translate:-1%}75%{translate:1%}}}:root{--markprompt-primary:#000!important}@media (prefers-color-scheme:dark){:not([data-theme=light]):root{--markprompt-primary:#fff!important;--markprompt-primaryForeground:#000!important}:not([data-theme=light]) .MarkpromptGhostThumbButton[data-active=true]{color:#171717!important}}b{font-weight:600}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{color:#fff;white-space:normal;background-color:#333;border-radius:4px;outline:0;font-size:14px;line-height:1.4;transition-property:transform,visibility,opacity;position:relative}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-width:8px 8px 0;border-top-color:initial;transform-origin:top;bottom:-7px;left:0}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-width:0 8px 8px;border-bottom-color:initial;transform-origin:bottom;top:-7px;left:0}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;transform-origin:0;right:-7px}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:100%;left:-7px}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;width:16px;height:16px}.tippy-arrow:before{content:"";border-style:solid;border-color:#0000;position:absolute}.tippy-content{z-index:1;padding:5px 9px;position:relative}
.search-bar .react-autosuggest__input,.search-bar input{border-radius:5px;width:250px;max-width:60vw;height:32px;padding:0 12px}.search-bar .search__container.focused .react-autosuggest__input,.search-bar .react-autosuggest__input:focus,.search-bar input:focus{border-color:var(--accents-5);box-shadow:none;background:var(--geist-background)}.search-bar .search__container.has-value.focused .react-autosuggest__input,.search-bar .search__container.has-value .react-autosuggest__input:focus,.search-bar .search__container.has-value.focused .no-results{border-radius:4px}.search-bar .react-autosuggest__suggestions-container--open,.search-bar .no-results{width:480px;max-width:calc(100vw - 32px);top:40px;left:50%;transform:translate(-50%)}.search__container{justify-content:center;align-items:center;transition:all .24s;display:flex;position:relative}.no-results{z-index:1;background:var(--geist-background);width:100%;color:var(--accents-6);box-shadow:var(--shadow-medium);font-size:var(--font-size-small);line-height:var(--line-height-small);text-align:center;border-radius:0 0 8px 8px;padding:32px;position:absolute;top:48px}.no-results span{word-break:break-all}.search__search-placeholder{z-index:3;font-size:var(--font-size-small);line-height:var(--line-height-small);color:var(--accents-5);pointer-events:none;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute}.search__search-placeholder svg{margin-right:8px}.tags{flex-wrap:wrap;align-items:center;min-height:22px;margin:8px 0 0;display:flex}.tags .tag{border:1px solid var(--accents-2);background:var(--geist-background);text-transform:uppercase;border-radius:4px;height:100%;margin:0 0 4px;padding:4px 8px;font-size:10px;line-height:130%}.tags .tag:not(:last-child){margin-right:.2rem}.react-autosuggest__suggestion mark{color:#000;background:#ff0;font-weight:500}.react-autosuggest__container{position:relative}.react-autosuggest__input{background:var(--geist-background);color:var(--geist-foreground);text-align:center;width:528px;height:48px;font-size:16px;line-height:var(--line-height-small);border:1px solid var(--accents-2);-webkit-appearance:none;border-radius:8px;padding:16px;transition:border .15s}.search__container.focused .react-autosuggest__input,.react-autosuggest__input:focus,.react-autosuggest__input:valid{border:1px solid var(--accents-2);text-align:left;outline:0}.search__container.focused .react-autosuggest__input,.react-autosuggest__input:focus{box-shadow:var(--shadow-medium);border-color:#0000;border-bottom:1px solid var(--accents-2)}.search__container.has-value.focused .react-autosuggest__input,.search__container.has-value .react-autosuggest__input:focus{border-radius:8px 8px 0 0}.search__container.focused .search__search-placeholder{opacity:0}.react-autosuggest__suggestions-container{min-height:168px;max-height:calc(90vh - 100px);padding:12px 0;display:none;overflow-y:auto}.react-autosuggest__suggestions-container--open{z-index:2;background:var(--geist-background);width:100%;box-shadow:var(--shadow-medium);border-radius:0 0 8px 8px;min-height:96px;display:block;position:absolute;top:48px;overflow-y:auto}.react-autosuggest__suggestions-list{margin:0;padding:0;list-style-type:none;overflow-y:auto}.react-autosuggest__suggestion{padding:0 12px}.react-autosuggest__suggestion--highlighted .suggestion__single{background:var(--accents-1);border-color:var(--accents-2)}.react-autosuggest__section-container--first{border-top:0}@media screen and (max-width:950px){.react-autosuggest__input{line-height:var(--line-height-small);width:300px}.react-autosuggest__suggestions-container--open{width:300px;left:50%;transform:translate(-50%)}.search__search-placeholder svg{left:100px}}@media screen and (min-width:1920px){.react-autosuggest__suggestions-container{max-height:calc(90vh - 334px)}}@media screen and (max-width:350px){.react-autosuggest__input{line-height:var(--line-height-small);width:200px}.react-autosuggest__suggestions-container--open{width:200px;left:50%;transform:translate(-50%)}.search__search-placeholder svg{left:50px}}
.tailwind .entity-module__Nhea9G__header{border:1px solid var(--ds-gray-alpha-400)}.tailwind .entity-module__Nhea9G__entity{border:1px solid var(--ds-gray-400)}.tailwind .entity-module__Nhea9G__form{border:1px solid var(--ds-gray-alpha-400)}.entity-module__Nhea9G__header{background:var(--ds-background-200);padding:var(--geist-gap-half)var(--geist-space-4x);border:1px solid var(--ds-gray-alpha-400);border-radius:var(--geist-radius);display:flex}.entity-module__Nhea9G__entity{box-sizing:border-box;padding:var(--geist-space-4x);border:1px solid var(--ds-gray-400);border-radius:var(--geist-radius);background:var(--ds-background-100);background-clip:padding-box;position:relative}.entity-module__Nhea9G__entity.entity-module__Nhea9G__editing,.entity-module__Nhea9G__entity.entity-module__Nhea9G__disabled{background:var(--ds-background-200);background-clip:padding-box}.entity-module__Nhea9G__entity.entity-module__Nhea9G__editing [data-geist-avatar],.entity-module__Nhea9G__entity.entity-module__Nhea9G__disabled [data-geist-avatar]{opacity:.7}.entity-module__Nhea9G__entity.entity-module__Nhea9G__disabled{background:var(--ds-gray-100);background-clip:padding-box}.entity-module__Nhea9G__entity.entity-module__Nhea9G__filled{background:var(--ds-background-200)}.dark-theme .entity-module__Nhea9G__entity.entity-module__Nhea9G__filled{background:var(--ds-gray-100)}.entity-module__Nhea9G__entity.entity-module__Nhea9G__sm{padding:11px 16px}.entity-module__Nhea9G__entity.entity-module__Nhea9G__sm .entity-module__Nhea9G__title,.entity-module__Nhea9G__entity.entity-module__Nhea9G__sm .entity-module__Nhea9G__description{line-height:20px}button.entity-module__Nhea9G__entity{cursor:pointer;text-align:left;outline:none;margin:0;transition:background-color .1s ease-in-out}button.entity-module__Nhea9G__entity .entity-module__Nhea9G__field .entity-module__Nhea9G__title{color:var(--accents-6)}button.entity-module__Nhea9G__entity:focus-visible{border-color:var(--geist-secondary)}button.entity-module__Nhea9G__entity:focus-visible+.entity-module__Nhea9G__entity{border-top-color:var(--geist-secondary)}button.entity-module__Nhea9G__entity:focus-visible+.entity-module__Nhea9G__entity:before{border-color:var(--geist-secondary)}button.entity-module__Nhea9G__entity:focus-visible+.entity-module__Nhea9G__form{border-color:var(--geist-secondary);border-top-color:var(--ds-gray-alpha-400)}button.entity-module__Nhea9G__entity:focus-visible+.entity-module__Nhea9G__form:before{border-color:var(--geist-secondary)}button.entity-module__Nhea9G__entity:focus-visible+.entity-module__Nhea9G__form+.entity-module__Nhea9G__entity{border-top-color:var(--geist-secondary)}button.entity-module__Nhea9G__entity:focus-visible+.entity-module__Nhea9G__form+.entity-module__Nhea9G__entity:before{border-color:var(--geist-secondary)}button.entity-module__Nhea9G__entity:before,button.entity-module__Nhea9G__entity+.entity-module__Nhea9G__form:before{transition:background-color .1s ease-in-out}@media (hover:hover){button.entity-module__Nhea9G__entity:hover,button.entity-module__Nhea9G__entity:hover+.entity-module__Nhea9G__entity:before,button.entity-module__Nhea9G__entity:hover+.entity-module__Nhea9G__form:before{background-color:var(--ds-background-200)}button.entity-module__Nhea9G__entity:hover .entity-module__Nhea9G__field .entity-module__Nhea9G__title{color:var(--giest-fg)}}.entity-module__Nhea9G__form{box-sizing:border-box;padding:var(--geist-space-4x);border:1px solid var(--ds-gray-alpha-400);border-radius:var(--geist-radius);background:var(--ds-background-200);position:relative}.entity-module__Nhea9G__form .entity-module__Nhea9G__formTitle{padding-bottom:var(--geist-space-4x);margin-bottom:var(--geist-space-4x);border-bottom:1px solid var(--ds-gray-alpha-400);flex-flow:row;align-items:center;display:flex}.entity-module__Nhea9G__form .entity-module__Nhea9G__formTitle .entity-module__Nhea9G__title{flex:1}.entity-module__Nhea9G__form .entity-module__Nhea9G__formFooter{box-sizing:content-box;min-height:var(--geist-space-8x);padding-top:var(--geist-space-4x);justify-content:center;align-items:center;display:flex}.entity-module__Nhea9G__form .entity-module__Nhea9G__formFooter .entity-module__Nhea9G__formFooterPrimaryAction{--themed-fg:var(--ds-background-100);--themed-bg:var(--ds-gray-1000);--themed-border:none;margin-left:var(--geist-space-4x)}.entity-module__Nhea9G__form .entity-module__Nhea9G__formFooterNote{padding-top:var(--geist-space-4x)}.entity-module__Nhea9G__form .entity-module__Nhea9G__separator{margin-top:var(--geist-space-4x);border-top:1px solid var(--ds-gray-alpha-400)}.entity-module__Nhea9G__entity+.entity-module__Nhea9G__entity,.entity-module__Nhea9G__entity+.entity-module__Nhea9G__form,.entity-module__Nhea9G__form+.entity-module__Nhea9G__form,.entity-module__Nhea9G__form+.entity-module__Nhea9G__entity,.entity-module__Nhea9G__header+.entity-module__Nhea9G__entity,.entity-module__Nhea9G__header+.entity-module__Nhea9G__form{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.entity-module__Nhea9G__entity+.entity-module__Nhea9G__entity:before,.entity-module__Nhea9G__entity+.entity-module__Nhea9G__form:before,.entity-module__Nhea9G__form+.entity-module__Nhea9G__form:before,.entity-module__Nhea9G__form+.entity-module__Nhea9G__entity:before,.entity-module__Nhea9G__header+.entity-module__Nhea9G__entity:before,.entity-module__Nhea9G__header+.entity-module__Nhea9G__form:before{content:"";height:calc(var(--geist-radius) - 1px);left:-1px;right:-1px;top:calc(var(--geist-radius)*-1);background:var(--ds-background-100);border-left:1px solid var(--ds-gray-alpha-400);border-right:1px solid var(--ds-gray-alpha-400);display:block;position:absolute}.entity-module__Nhea9G__form+.entity-module__Nhea9G__form:before,.entity-module__Nhea9G__form+.entity-module__Nhea9G__entity:before,.entity-module__Nhea9G__editing+.entity-module__Nhea9G__form:before,.entity-module__Nhea9G__disabled+.entity-module__Nhea9G__form:before,.entity-module__Nhea9G__editing+.entity-module__Nhea9G__entity:before,.entity-module__Nhea9G__disabled+.entity-module__Nhea9G__entity:before,.entity-module__Nhea9G__header+.entity-module__Nhea9G__entity:before,.entity-module__Nhea9G__header+.entity-module__Nhea9G__form:before{background:var(--ds-background-200)}.entity-module__Nhea9G__thumbnail{margin-right:var(--geist-space-4x);align-items:center;display:flex}.entity-module__Nhea9G__footer{box-sizing:content-box;min-height:var(--height);margin-top:var(--geist-space-4x);padding-top:var(--geist-space-4x);border-top:1px solid var(--ds-gray-alpha-400);margin-left:var(--indent)}.entity-module__Nhea9G__footer .entity-module__Nhea9G__form{--themed-bg:var(--ds-background-100);--themed-fg:var(--ds-gray-1000);--themed-border:initial;border:0;width:100%;padding:0}.entity-module__Nhea9G__footer .entity-module__Nhea9G__form .entity-module__Nhea9G__formTitle{display:none}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field,.entity-module__Nhea9G__field{grid-template-columns:auto auto 1fr auto auto;grid-template-areas:"checkbox avatar content actions menu";place-content:stretch;display:grid}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field .entity-module__Nhea9G__checkbox,.entity-module__Nhea9G__field .entity-module__Nhea9G__checkbox{margin-right:var(--gapSize);grid-area:checkbox;display:inline-flex}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field .entity-module__Nhea9G__avatar,.entity-module__Nhea9G__field .entity-module__Nhea9G__avatar{margin-right:var(--gapSize);grid-area:avatar;display:flex}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field .entity-module__Nhea9G__content,.entity-module__Nhea9G__field .entity-module__Nhea9G__content{grid-area:content}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field .entity-module__Nhea9G__actions,.entity-module__Nhea9G__field .entity-module__Nhea9G__actions{margin-left:var(--gapSize);grid-area:actions;display:none}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field .entity-module__Nhea9G__actions.entity-module__Nhea9G__vertical,.entity-module__Nhea9G__field .entity-module__Nhea9G__actions.entity-module__Nhea9G__vertical{margin-left:0;margin-top:var(--geist-space-2x)}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field .entity-module__Nhea9G__menu,.entity-module__Nhea9G__field .entity-module__Nhea9G__menu{margin-left:var(--gapSize);grid-area:menu;display:none}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field .entity-module__Nhea9G__rightAligned,.entity-module__Nhea9G__field .entity-module__Nhea9G__rightAligned{text-align:right;align-items:flex-end}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field .entity-module__Nhea9G__title,.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field .entity-module__Nhea9G__description,.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field .entity-module__Nhea9G__label,.entity-module__Nhea9G__field .entity-module__Nhea9G__title,.entity-module__Nhea9G__field .entity-module__Nhea9G__description,.entity-module__Nhea9G__field .entity-module__Nhea9G__label{line-height:20px}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field .entity-module__Nhea9G__label,.entity-module__Nhea9G__field .entity-module__Nhea9G__label{text-transform:uppercase}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field .entity-module__Nhea9G__descriptionWithAvatar,.entity-module__Nhea9G__field .entity-module__Nhea9G__descriptionWithAvatar{align-items:center;width:100%;display:flex}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field .entity-module__Nhea9G__rightAligned .entity-module__Nhea9G__descriptionWithAvatar,.entity-module__Nhea9G__field .entity-module__Nhea9G__rightAligned .entity-module__Nhea9G__descriptionWithAvatar{justify-content:flex-end}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field.entity-module__Nhea9G__last .entity-module__Nhea9G__menu,.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field.entity-module__Nhea9G__last .entity-module__Nhea9G__actions,.entity-module__Nhea9G__field.entity-module__Nhea9G__last .entity-module__Nhea9G__menu,.entity-module__Nhea9G__field.entity-module__Nhea9G__last .entity-module__Nhea9G__actions{display:unset}@media screen and (max-width:600px){.entity-module__Nhea9G__field+.entity-module__Nhea9G__field{padding-top:var(--geist-space-4x);border-top:1px solid var(--ds-gray-alpha-400)}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field,.entity-module__Nhea9G__field{justify-content:flex-end;flex:unset!important}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field .entity-module__Nhea9G__rightAligned,.entity-module__Nhea9G__field .entity-module__Nhea9G__rightAligned{text-align:unset;align-items:unset}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field .entity-module__Nhea9G__rightAligned .entity-module__Nhea9G__descriptionWithAvatar,.entity-module__Nhea9G__field .entity-module__Nhea9G__rightAligned .entity-module__Nhea9G__descriptionWithAvatar{justify-content:space-between}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field.entity-module__Nhea9G__avatarWrap,.entity-module__Nhea9G__field.entity-module__Nhea9G__avatarWrap{row-gap:var(--geist-space-4x);grid-template-columns:auto 1fr auto auto;grid-template-areas:"checkbox avatar actions menu""content content content content"}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field.entity-module__Nhea9G__first .entity-module__Nhea9G__menu,.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field.entity-module__Nhea9G__first .entity-module__Nhea9G__actions,.entity-module__Nhea9G__field.entity-module__Nhea9G__first .entity-module__Nhea9G__menu,.entity-module__Nhea9G__field.entity-module__Nhea9G__first .entity-module__Nhea9G__actions{display:unset!important}.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field.entity-module__Nhea9G__last .entity-module__Nhea9G__menu,.entity-module__Nhea9G__specifierHack.entity-module__Nhea9G__field.entity-module__Nhea9G__last .entity-module__Nhea9G__actions,.entity-module__Nhea9G__field.entity-module__Nhea9G__last .entity-module__Nhea9G__menu,.entity-module__Nhea9G__field.entity-module__Nhea9G__last .entity-module__Nhea9G__actions{display:none}.entity-module__Nhea9G__footer{margin-left:0}.entity-module__Nhea9G__avatarRow{margin-bottom:var(--geist-space-4x);justify-content:space-between}.entity-module__Nhea9G__form .entity-module__Nhea9G__formFooter{flex-direction:column-reverse;align-items:stretch;display:flex}.entity-module__Nhea9G__form .entity-module__Nhea9G__formFooter>div:last-of-type{margin-top:0}.entity-module__Nhea9G__form .entity-module__Nhea9G__formFooter .entity-module__Nhea9G__formFooterDestructiveAction,.entity-module__Nhea9G__form .entity-module__Nhea9G__formFooter .entity-module__Nhea9G__formFooterSecondaryAction,.entity-module__Nhea9G__form .entity-module__Nhea9G__formFooter .entity-module__Nhea9G__formFooterPrimaryAction{margin-top:var(--geist-space-2x);flex-direction:column;display:flex}.entity-module__Nhea9G__form .entity-module__Nhea9G__formFooter .entity-module__Nhea9G__formFooterPrimaryAction{margin-left:0}.entity-module__Nhea9G__form .entity-module__Nhea9G__formFooter .entity-module__Nhea9G__formFooterSpacer{display:none}.entity-module__Nhea9G__form .entity-module__Nhea9G__formFooter .entity-module__Nhea9G__formFooterNoteInline{order:1}.entity-module__Nhea9G__form .entity-module__Nhea9G__formFooter .entity-module__Nhea9G__formFooterNoteInline~div:last-of-type{margin-top:var(--geist-space-4x)}.entity-module__Nhea9G__entityGroup .entity-module__Nhea9G__entity{border-top-left-radius:var(--geist-radius);border-top-right-radius:var(--geist-radius);box-shadow:var(--ds-shadow-border-small);border-top:none!important}}.entity-module__Nhea9G__entityGroup{box-shadow:var(--ds-shadow-border-small);background-clip:padding-box;border-radius:6px}.entity-module__Nhea9G__entityGroup .entity-module__Nhea9G__entity{border:none}.entity-module__Nhea9G__entityGroup .entity-module__Nhea9G__entity:before{content:none}.entity-module__Nhea9G__entityGroup .entity-module__Nhea9G__entity:not(:first-child){border-top:1px solid var(--ds-gray-400)}@media screen and (min-width:601px){.entity-module__Nhea9G__entityGroup .entity-module__Nhea9G__entity:not(:first-of-type){border-radius:0}.entity-module__Nhea9G__entityGroup .entity-module__Nhea9G__entity:last-of-type{border-bottom-right-radius:6px;border-bottom-left-radius:6px}}
.entity-thumbnail-module__dKxJJW__iconContainer{border:1px solid var(--accents-2);border-radius:50%;width:100%;height:100%;overflow:hidden}
/*# sourceMappingURL=1d1e77004f38b106.css.map*/