:root{--leading:1rem;--background-color-main-dark:#212c35;--backdrop-color-hue:0}.light,body{--background-color:#fff;--background-color-secondary:#f4f4f4;--background-color-tertiary:#fbfbfb;--background-color-text-highlight:rgba(140,191,242,0.1);--border-color-text-highlight:rgba(140,191,242,0.25);--nav-background-color:rgba(10,13,16,0.9);--text-color:#000;--text-color-inverted:#fff;--text-color-light:rgba(0,0,0,0.8);--text-color-lighter:rgba(0,0,0,0.6);--text-color-lightest:rgba(0,0,0,0.4);--text-color-secondary:#5982a6;--text-color-nav:hsla(0,0%,100%,0.75);--text-color-red:#e83030;--text-color-green:#14b814;--link-color:#106aa2;--link-icon-color:#74c1f1;--border-color:rgba(0,0,0,0.12);--cluster-icon-color:#ffbf00;--label-icon-color:var(--cluster-icon-color);--label-tag-background-color:rgba(255,191,0,0.05);--label-tag-border-color:rgba(255,191,0,0.2);--hr:rgba(0,0,0,0.15);--kbd-outer-border-color:#ccc;--kbd-inner-border-color:var(--background-color);--kbd-background-color:rgba(0,0,0,0.07);--logo-color:#1d3557;--logo-color-inverted:#fff;--block-highlight-background-color:hsla(45,83%,69%,0.05);--block-highlight-border-color:rgba(246,187,9,0.3);--tab-background-color:#ecf3f9;--tab-border-color:#e8e8e8;--tab-accent-color:#1579d1;--overlay-background-color:hsla(0,0%,100%,0.7)}.dark{-webkit-font-smoothing:antialiased;--background-color:#1f262d;--background-color-secondary:#262e36;--background-color-tertiary:#232a32;--background-color-text-highlight:rgba(140,191,242,0.1);--border-color-text-highlight:rgba(140,191,242,0.25);--nav-background-color:rgba(2,3,3,0.3);--text-color:#fff;--text-color-light:hsla(0,0%,100%,0.75);--text-color-lighter:hsla(0,0%,100%,0.55);--text-color-lightest:hsla(0,0%,100%,0.3);--text-color-secondary:#9cb4c9;--text-color-nav:hsla(0,0%,100%,0.75);--text-color-red:#d92626;--text-color-green:#14b814;--text-color-inverted:#000;--link-color:#47aff0;--link-icon-color:#127aba;--border-color:hsla(0,0%,100%,0.12);--cluster-icon-color:#ffb366;--label-icon-color:var(--cluster-icon-color);--hr:hsla(0,0%,100%,0.15);--kbd-outer-border-color:#141d24;--kbd-inner-border-color:#354655;--kbd-background-color:#2b3945;--logo-color:#fff;--logo-color-inverted:#1d3557;--tab-background-color:#2b3945;--tab-border-color:#161f27;--tab-accent-color:#2e93ea;--overlay-background-color:rgba(0,0,0,0.7)}body{background-color:var(--background-color);color:var(--text-color)}body,button,input,select{font-family:Lato,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Raleway,sans-serif}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}a{color:var(--link-color);text-underline-width:1px}a:hover{text-decoration:underline;cursor:pointer}hr{border:1px solid var(--hr);border-top:none;margin:1em 0}kbd{color:var(--text-color);display:inline-block;border:1px solid var(--kbd-outer-border-color);border-radius:4px;padding:0 .35em;margin:0 .2em;box-shadow:0 1.5px 0 var(--kbd-outer-border-color),0 0 0 1.5px var(--kbd-inner-border-color) inset;background-color:var(--kbd-background-color)}code{background-color:var(--background-color-text-highlight);border:1px solid var(--border-color-text-highlight);border-radius:.125em;margin:0 .25em;padding:0 .25em}::-webkit-scrollbar-track{border-radius:4px}body{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code,pre,textarea{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{display:grid;height:100vh;grid-template-columns:auto 1fr;grid-template-rows:auto;grid-template-areas:"nav main"}nav{position:relative;background-color:var(--nav-background-color);text-align:center;width:5em;display:flex;flex-direction:column;padding-top:calc(1.5*var(--leading));padding-bottom:calc(1*var(--leading))}nav .Logo{width:2.5em;margin-bottom:1.5em}nav a.NavLink{padding:calc(0.75*var(--leading));color:var(--text-color-nav)!important}nav a.NavLink:hover{background-color:rgba(0,0,0,.4)}nav a.AppLink.active{background-color:rgba(0,0,0,.7)}nav .NavExtras{display:flex;flex-direction:column;margin-top:auto}nav .ThemeSwitch{margin-top:var(--leading)}.NavPopover{max-width:22em}.NavPopoverContent h3:last-child,.NavPopoverContent p,.NavPopoverContent ul:last-child{margin-bottom:0}.Backdrop{position:absolute;width:100%;height:100%;-webkit-filter:brightness(1.5) contrast(.5);filter:brightness(1.5) contrast(.5);opacity:.5}.dark .Backdrop{-webkit-filter:brightness(.3);filter:brightness(.3);opacity:1}.Backdrop.hidden{opacity:0}.AppError{position:absolute;z-index:1;top:0;height:100%;width:100%;background-color:var(--overlay-background-color);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s;pointer-events:none;display:flex;flex-direction:column;justify-content:center}.AppError.visible{opacity:1;pointer-events:unset}.AppError pre{overflow-y:auto;max-height:40vh}.AppError .Error h2{margin-bottom:1.5em}.AppError>div{position:relative;display:flex;flex-direction:column;min-height:30em;margin:auto;max-width:60vw}.AppError svg{position:absolute;left:-1.5em;top:-.05em}.AppError .AppErrorButtons{margin-top:2em}main{position:relative}.WorkbenchLinkPopover{padding-left:1em;margin-bottom:1em;width:24em}.bp3-popover-content{padding:1em}button.bp3-disabled{cursor:pointer!important}.ResultsScreen{height:100vh;display:grid;grid-template-columns:auto 1fr .75fr;grid-template-rows:auto 1fr;grid-template-areas:"logo          search        search" "clusters      clusters      docs";--selection-border-width:2px}.ResultsScreen,.ViewsTabs{background-color:var(--background-color-secondary)}.ResultsScreen .docs .ViewsContent,.ResultsScreen .docs .ViewsTabs{padding-right:var(--leading)}.ResultsScreen .clusters .ViewsContent,.ResultsScreen .clusters .ViewsTabs{padding-right:calc(0.5*var(--leading))}.ResultsScreen .clusters .ViewsContent,.ResultsScreen .docs .ViewsContent{padding-bottom:var(--leading)}.ResultsScreen .clusters .ViewsContent{margin-left:var(--leading)}.ResultsScreen .clusters .ViewsTabs{padding-left:calc(1.125*var(--leading))}.ResultsScreen .docs .ViewsTabs{padding-left:calc(0.625*var(--leading))}.ResultsScreen .SearchForm{grid-area:search;padding:var(--leading)}.ResultsScreen .docs{grid-area:docs;overflow-x:hidden}.ResultsScreen .clusters{grid-area:clusters;overflow-x:hidden;position:relative}.ResultsScreen .clusters .Error,.ResultsScreen .docs .Error{text-align:left}.ResultsScreen .bp3-control-group .bp3-icon{margin-top:auto;margin-bottom:auto}.ResultsScreen .clusters,.ResultsScreen .docs{background-color:var(--background-color)}::-webkit-scrollbar{width:.85em;height:.85em}::-webkit-scrollbar-track{background:rgba(0,0,0,.03)}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.07);border-radius:.425em}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.12)}.bp3-dark ::-webkit-scrollbar-track{background:hsla(0,0%,100%,.03)}.bp3-dark ::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.07)}.bp3-dark ::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.12)}@media (max-width:480px){.ResultsScreen{height:100vh;display:grid;grid-template-columns:auto;grid-template-rows:auto auto 1fr auto 1fr;grid-template-areas:"search" "clusters-tabs" "clusters" "docs-tabs" "docs";--selection-border-width:2px}.ResultsScreen .SearchForm{max-width:100vw}}.VisualizationHints{max-width:30em}.VisualizationHints kbd:first-child{margin-left:0}.VisualizationHints td:first-child{font-weight:700;text-align:right;padding-right:1em;min-width:8em}.VisualizationHints td{padding-bottom:.5em;vertical-align:top}.VisualizationHints tr.separator+tr td{padding-top:1em}.Setting{margin-bottom:3em}.SectionDivider+div>section:first-of-type{margin-top:2.5em}.SectionDivider+div>section:last-of-type{margin-bottom:4em}.SectionDivider+div>p:first-of-type{color:var(--text-color-light)}.Setting label.bp3-label{margin-bottom:.5em;font-weight:700}.Setting .LabelWithHelp{display:inline}.Setting .HelpIcon{color:var(--link-icon-color);margin-left:.25em;margin-bottom:.0625em;height:.85em;display:inline;cursor:pointer;opacity:.7}.dark .Setting .HelpIcon{opacity:.5}.Setting .HelpIcon:focus,.Setting .HelpIcon:hover{opacity:1}.Setting label.bp3-label .bp3-popover-target,.Setting label.bp3-label .bp3-popover-wrapper{display:inline}.SettingDescription{max-width:26rem;max-height:20rem;overflow-y:auto}.SettingDescription>p:last-of-type{margin-bottom:0}.SettingDescription code,.SettingDescription pre{overflow-wrap:anywhere}.SettingDescription ul{padding-left:1em}.SettingDescription dt,.SettingDescription li{margin-bottom:.5em}.SettingDescription dd{margin-bottom:1em}.SettingMessage{margin:.5em 0}.Error h3{margin-bottom:1.5em}.Error pre{margin:1.5em 0;white-space:pre-wrap}.Error a,.Error button.link{padding:.0625em .125em}.Error small{opacity:.65}dl.ResponseInfo dt{position:absolute}dl.ResponseInfo dd{padding-left:1em}.Logo{opacity:.85;position:relative}svg.Logo{fill:var(--logo-color)}svg.Logo .inverted.color{fill:var(--logo-color-inverted)}svg.Logo .text{position:relative;font-size:.75rem;color:var(--text-color-nav)}svg.Logo .opaque.text{background-color:var(--background-color)}.ClusterList{overflow-y:auto;height:100%;margin-left:-.5em}.ClusterList>div{text-align:left;-webkit-column-width:18em;-moz-column-width:18em;column-width:18em;grid-column-gap:1em;-webkit-column-gap:1em;-moz-column-gap:1em;column-gap:1em;padding-right:.75em}.ClusterList .Loading,.ClusterList>div{padding-left:.5em}.ClusterList .TopCluster{margin-bottom:.5em;padding:.25em .25em .25em 1.5em;position:relative;border-radius:.25em;cursor:pointer;-webkit-column-break-inside:avoid;page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;border:2px solid transparent}.ClusterList .TopCluster.with-subclusters{margin-bottom:2em}.ClusterList.flat .TopCluster{padding-bottom:.25em;margin-bottom:0}.ClusterList .TopCluster>.icon{position:absolute;margin-left:-1.25em;margin-top:.125em}.ClusterList:not(.flat) .TopCluster>.labels{text-transform:uppercase}.ClusterList .TopCluster.with-subclusters>.subclusters{margin-top:.5em}.ClusterList .TopCluster.selected{background-color:rgba(59,131,192,.05);border:var(--selection-border-width) solid rgba(59,131,192,.3)}.ClusterList .labels{border-radius:.125em 0 0 .125em}.ClusterList .meta{font-weight:300;white-space:nowrap;opacity:.7;border-radius:0 .125em .125em 0}.ClusterList .SubCluster>.icon{vertical-align:15%;white-space:nowrap;margin-right:.125em}.ClusterList .SubCluster:not(:last-child){margin-right:.5em}.ClusterList .SubCluster.selected .meta{background-color:rgba(59,131,192,.3);box-shadow:1.125px 0 0 2px rgba(59,131,192,.3)}.ClusterList .SubCluster.selected .labels{background-color:rgba(59,131,192,.3);box-shadow:0 0 0 2px rgba(59,131,192,.3)}.ClusterList .icon{color:var(--cluster-icon-color)}.treemap.config .bp3-label{min-width:4em}.ResultList{overflow-y:auto;height:100%}.ResultList>div{text-align:left;padding-right:.5em;padding-left:.25em}.ResultList .Loading,a.Result{padding:.25em .25em .25em .5em}a.Result{color:var(--text-color);margin-bottom:1em;overflow:hidden;text-overflow:ellipsis;cursor:pointer;border-radius:.1875em;text-decoration:none}a.Result:hover{color:inherit;background-color:rgba(59,131,192,.05);box-shadow:0 0 0 2px rgba(59,131,192,.3)}.Result>strong{display:block}.Result>.keywords>span,.Result>.properties>dt,.Result>.sources>span,.Result>.tags>span,.Result>div>p>span,.Result>strong>span{font-size:70%;font-weight:400;background-color:rgba(59,131,192,.05);box-shadow:0 0 0 1px rgba(59,131,192,.3);padding:0 .125rem;margin-right:.25rem;vertical-align:10%;border-radius:.125rem;color:var(--text-color-secondary)}.Result>.keywords>span,.Result>.properties>dt,.Result>.sources>span,.Result>.tags>span,.Result>div>p>span{background-color:rgba(93,87,107,.03);box-shadow:0 0 0 1px rgba(113,126,137,.2);font-weight:300;text-transform:uppercase;color:var(--text-color-secondary)}.Result .properties dd,.Result .properties dt{display:inline;margin-left:0}.Result .properties dd{margin-right:1em}.Result>div>p{margin-top:.5em;margin-bottom:0}.Result>div,.Result>dl{color:var(--text-color-light);margin:.5em 0}.Result>span.url{display:block;height:1.5em;white-space:nowrap;font-weight:300;color:inherit}.Result>span.url.with-site-icon{background-size:auto 75%;background-position:0 .0625em;background-repeat:no-repeat;padding-left:1.5em}.Result>span.url:hover{color:inherit}.Result>span.url>span{opacity:.7}.ResultList .ResultClusters{min-height:18px}.ResultList .ResultClusters>span:hover .ClusterInSummary{opacity:.5}.ResultList .ResultClusters>span:hover .ClusterInSummary:hover{opacity:1}.ResultList .ResultClusters:hover .ClusterInSummary:hover .bp3-icon{color:var(--cluster-icon-color)}.ResultList .ResultListPaging{display:flex;justify-content:space-between;line-height:26px}.ClusterSelectionSummary{text-align:left;padding:.25em .25em .25em .5em;margin-bottom:1rem}.ClusterSelectionSummary .icon{margin-left:.25em!important}.ClusterInSummary .icon{color:var(--cluster-icon-color)}.ClusterInSummary:first-child .icon{margin-left:0}.ClusterInSummary .bp3-icon-folder-close{padding-right:.125em}.ClusterInSummary{padding-right:.5em;white-space:nowrap}button.link{color:var(--link-color);text-underline-width:1px;font-size:inherit}button.link:hover{text-decoration:underline;cursor:pointer}button.link{border:none;background-color:initial;outline:none;padding:0}button.link .bp3-icon{margin-right:.25em;position:relative;top:-.1em}button.link[disabled]{opacity:.35}button.link[disabled]:hover{text-decoration:none}.SearchForm{width:41em;max-width:70vw;position:relative;text-align:left}.SearchForm>.sources{margin-bottom:.75em;margin-left:.125em;display:inline-block}.SearchForm button[type=submit]{border-top-right-radius:3px;border-bottom-right-radius:3px}.SearchForm input.bp3-input:focus{z-index:5;position:relative}.SearchForm button svg{color:var(--text-color-lighter)}.light .SearchForm{--tab-background-color:#fcfcfc;--tab-border-color:rgba(0,0,0,0.08)}.light .WithBackdrop .SearchForm{--tab-background-color:hsl(var(--backdrop-color-hue),90%,80%);--tab-border-color:hsl(var(--backdrop-color-hue),60%,70%);-webkit-filter:saturate(40%) brightness(1.05);filter:saturate(40%) brightness(1.05)}.dark .WithBackdrop .SearchForm{--tab-background-color:hsl(var(--backdrop-color-hue),80%,13%);--tab-border-color:hsl(var(--backdrop-color-hue),50%,11%)}.ClusteringEngineSettings{width:18em}.ClusteringEngineSettings small{display:block;color:var(--text-color-light)}.ClusteringEngineSettings .bp3-tag{font-size:65%;padding:.25em .5em;min-height:auto;line-height:120%;vertical-align:super;margin-left:.5em;opacity:.75}.ClusteringEngineSettings .bp3-tag svg{width:10px;height:10px}.ClusteringEngineSettings button.link{margin-top:1em}.SearchEngineSettings{width:18em}.SearchEngineSettings small{display:block;color:var(--text-color-light)}.EToolsSourceConfig .bp3-label{min-width:5em}.EToolsSourceConfig .bp3-radio{margin-bottom:0}.EToolsAccessDetails .bp3-label{min-width:10em}.PubMedSourceConfig .bp3-label{min-width:5em}.PubMedSourceConfig .bp3-numeric-input input{width:6em}.CustomSchemeResultConfig .main{display:flex;margin-bottom:var(--leading)}.CustomSchemeResultConfig .FieldRoles,.CustomSchemeResultConfig .ResultPreview{max-height:24em;overflow-y:auto}.CustomSchemeResultConfig .FieldRoles .empty select{color:var(--text-color-lightest)}.CustomSchemeResultConfig .ResultPreview{width:24em;padding:.25em}.CustomSchemeResultConfig .FieldRoles{padding-top:.125em}.CustomSchemeResultConfig .main .bp3-form-group{padding-right:.5em;margin-bottom:.25em}.CustomSchemeResultConfig .main .bp3-label{display:flex;flex-grow:1;white-space:nowrap}.CustomSchemeResultConfig .main .bp3-label span:first-child{flex-grow:1;width:10em;overflow:hidden;text-overflow:ellipsis;margin-right:.5em}.CustomSchemeResultConfig .bp3-label small{font-size:100%;font-weight:300;color:var(--text-color-lightest)}.CustomSchemeResultConfig .FieldConfigs{display:flex}.CustomSchemeResultConfig .FieldConfigs .bp3-form-group{margin-bottom:0;margin-right:2em}.FieldChoiceSetting .bp3-form-content{position:relative}.FieldChoiceSetting .Loading{background-color:var(--background-color-side);height:100%}.FieldChoiceSetting .Loading>div{margin-top:1em}.FieldChoiceSetting .FieldList{max-height:16.5em;overflow:auto}.FieldChoiceSetting .FieldList small{font-size:100%;color:var(--text-color-lighter)}.FieldChoiceSetting .FieldChoiceFieldFilter{margin-top:.5em;color:var(--text-color-lightest)}.FieldChoiceSetting .FieldChoiceFieldFilter button{opacity:.6}.LogEntry{margin-left:.125em;color:var(--text-color-lightest)}.LogEntry-error svg{color:var(--text-color-red)}.LogEntry-error{color:var(--text-color-light)}.LogEntry svg{margin-right:.5em}.Loading{position:absolute;z-index:1;background-color:var(--background-color);width:100%;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s;pointer-events:none}.Loading.visible{opacity:1;pointer-events:unset}.Loading>div{margin:10em auto 0;-webkit-filter:hue-rotate(-40deg);filter:hue-rotate(-40deg)}.Section{margin-bottom:3em}.SectionDivider{font-size:1em;text-transform:uppercase;text-align:center;display:table;white-space:nowrap;height:auto;line-height:1;color:var(--text-color-light)}.SectionDivider>span{padding:0 1em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.SectionDivider:after,.SectionDivider:before{content:"";display:table-cell;position:relative;top:-6px;width:50%;border-bottom:1px solid var(--border-color)}.SectionDivider .Caret{display:inline-block;padding:0;width:0;height:0;position:relative;top:-.125em;left:.5em;--caret-size:0.375em;border-left:var(--caret-size) solid transparent;border-right:var(--caret-size) solid transparent;border-top:var(--caret-size) solid var(--text-color-lightest);-webkit-transition:-webkit-transform .125s;transition:-webkit-transform .125s;transition:transform .125s;transition:transform .125s,-webkit-transform .125s}.SectionDivider .CaretRight{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.BooleanSetting,.RadioSetting{margin-bottom:2em}.BooleanSetting .bp3-control.bp3-inline{margin-right:0;font-weight:700}.NumericSetting .bp3-numeric-input>.bp3-input-group{max-width:3.5em}.NumericSetting .bp3-numeric-input>.bp3-button-group{height:30px}.NumericSetting .NumericSettingControls{margin-bottom:0}.NumericSetting .NumericSettingControls>.bp3-form-content{display:flex;width:100%}.NumericSetting .NumericSettingControls .bp3-slider{position:relative;top:6px;margin-left:2.75em;margin-right:.5em}.NumericSetting .NumericSettingControls .bp3-slider-label{opacity:.6}.NumericSetting .bp3-slider-handle .bp3-slider-label{opacity:1}.NumericSetting .bp3-slider-handle:not(.bp3-active) .bp3-slider-label{display:none}.SelectSetting small{font-size:100%;color:var(--text-color-lighter)}.FileSettingDropZone{border:2px dashed var(--text-color-secondary);padding:1em;border-radius:.5em}.FileSettingDropZoneActive{border-color:var(--text-color-green)}.FileSettingDropZone button{vertical-align:initial}.FileSettingFileInfo{margin-bottom:1em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.FileSettingFileInfo span:not(:last-of-type){margin-right:.5em}.FileSettingFileInfo span+span{color:var(--text-color-lighter)}.ServiceUrlSetting .ExtraPadding{padding-left:20px;padding-right:20px}.Deferred{color:var(--text-color-lightest)}pre.JsonHighlighted{color:var(--text-color-lighter)}pre.JsonHighlighted span[style*="color:prop"]{color:#477d7f}pre.JsonHighlighted span[style*="color:string"]{color:#be3647}pre.JsonHighlighted span[style*="color:number"]{color:#1466b8}pre.JsonHighlighted span[style*="color:false"],pre.JsonHighlighted span[style*="color:true"]{color:#b35900}.dark pre.JsonHighlighted span[style*="color:prop"]{color:#6caaac}.dark pre.JsonHighlighted span[style*="color:string"]{color:#ed5e6f}.dark pre.JsonHighlighted span[style*="color:number"]{color:#1ab2ff}.dark pre.JsonHighlighted span[style*="color:false"],.dark pre.JsonHighlighted span[style*="color:true"]{color:#ff8000}.PointedTabs{--pointed-tabs-border-width:0.0625em;--pointed-tabs-pointer-border-width:0.0625em}.dark .PointedTabs{--pointed-tabs-pointer-border-width:var(--pointed-tabs-border-width)}.PointedTabs>.bp3-tab-list{border-bottom:var(--pointed-tabs-border-width) solid var(--tab-border-color);line-height:26px}.PointedTabs>.bp3-tab-list>.bp3-tab{color:var(--text-color)!important;padding:0 .375em;overflow:visible;line-height:26px}.PointedTabs>.bp3-tab-list>:not(:last-child){margin-right:.25em}.PointedTabs>.bp3-tab-list>.TabGroupLabel{margin-right:.5em;color:var(--text-color-lighter)}.PointedTabs>.bp3-tab-list>.bp3-tab[aria-selected=true]{box-shadow:var(--tab-accent-color) 0 2px 0 inset!important;background-color:var(--tab-background-color)!important}.PointedTabs>.bp3-tab-list>.bp3-tab[aria-selected=true]:after{position:absolute;display:block;content:"";top:100%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);background-color:var(--tab-background-color);margin:1px 0 0;width:.57142857em;height:.57142857em;border:none;border-bottom:var(--pointed-tabs-pointer-border-width) solid var(--tab-border-color);border-right:var(--pointed-tabs-pointer-border-width) solid var(--tab-border-color);z-index:2}.PointedTabs>.bp3-tab-list>.bp3-tab-indicator-wrapper{display:none}.Views{display:grid;height:100%;grid-template-columns:auto;grid-template-rows:auto minmax(0,1fr);grid-template-areas:"tabs" "content"}.ViewsTabs{grid-area:tabs}.ViewsContent{position:relative;grid-area:content;overflow:auto;margin-top:var(--leading)}.ViewsContent>div{height:100%}.Views button{min-height:26px;min-width:26px;color:var(--text-color-lighter)!important}.ViewsTabs>.PointedTabs .bp3-tab-list{border-bottom:none}.ViewsTabs{border-bottom:1px solid var(--tab-border-color)}.view-tool-content .bp3-input{max-width:4.5em}.view-tool-content h4{border-bottom:1px solid var(--hr);padding-bottom:var(--leading);margin-bottom:var(--leading)}.view-tool-content .bp3-control:last-child{margin-bottom:0}.view-tool-content.bp3-popover-content-sizing .bp3-popover-content{max-width:none}.view-tool-trigger svg{width:14px}.StartScreen{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding-top:20vh}.StartScreen .CarrotLogo{width:10em;-webkit-transform:translateX(8%);transform:translateX(8%)}.StartScreen .Carrot2Text{position:relative;left:.25em}.StartScreen .Carrot2Text,.StartScreen .CarrotSearchText{width:8em;margin-top:1em;margin-bottom:2em}.StartScreen>.slogan{text-align:center;margin-top:2em;max-width:32em}.StartScreen .WorkbenchHint{margin-top:2em;color:var(--text-color-lighter)}.StartScreen .WorkbenchHint a{color:var(--text-color)}.tgl{position:absolute}.tgl,.tgl:focus{box-shadow:none!important}.tgl,.tgl *,.tgl+.tgl-btn,.tgl:after,.tgl :after,.tgl:before,.tgl :before{box-sizing:border-box}.tgl+.tgl-btn::-moz-selection,.tgl::-moz-selection,.tgl ::-moz-selection,.tgl:after::-moz-selection,.tgl :after::-moz-selection,.tgl:before::-moz-selection,.tgl :before::-moz-selection{background:none}.tgl+.tgl-btn::selection,.tgl::selection,.tgl ::selection,.tgl:after::selection,.tgl :after::selection,.tgl:before::selection,.tgl :before::selection{background:none}.tgl+.tgl-btn{display:inline-block;width:3em;height:1.4em;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tgl+.tgl-btn:after,.tgl+.tgl-btn:before{position:absolute;display:inline-block;content:"";width:47%;height:100%}.tgl+.tgl-btn:after{left:0}.tgl+.tgl-btn:before{display:none}.tgl:checked+.tgl-btn:after{left:55%}.tgl-ios+.tgl-btn{background:#2e9fe6 url(../../static/media/contrast.20610d09.svg) no-repeat 88%;background-size:37%;border-radius:2em}.tgl-ios+.tgl-btn:after{border-radius:2em;background:#fbfbfb;-webkit-transition:left .3s cubic-bezier(.175,.885,.32,1.275),padding .3s ease;transition:left .3s cubic-bezier(.175,.885,.32,1.275),padding .3s ease}.tgl-ios:checked+.tgl-btn{background:#111a2f url(../../static/media/crescent-moon.e6cb9d26.svg) no-repeat 15%;background-size:32%}.tgl-ios+.tgl-btn:after,.tgl-ios+.tgl-btn:before{box-shadow:inset 0 0 .0625rem .0625rem rgba(0,0,0,.3)}.tgl-ios:active+.tgl-btn:after,.tgl-ios:active+.tgl-btn:before,.tgl-ios:focus+.tgl-btn:after,.tgl-ios:focus+.tgl-btn:before{box-shadow:0 0 .125rem .125rem #fcc600,inset 0 0 .0625rem .0625rem rgba(0,0,0,.3)}.WorkbenchApp{display:grid;height:100vh;grid-template-columns:auto 8fr;grid-template-rows:auto;grid-template-areas:"params results"}.WorkbenchMain{display:grid;height:100vh;grid-template-columns:auto 24em;grid-template-rows:auto 1fr;grid-template-areas:"stats stats" "clusters docs";--selection-border-width:2px}.WorkbenchMain .stats{grid-area:stats;overflow-x:hidden;padding-top:var(--leading);padding-left:var(--leading);padding-bottom:var(--leading);margin-top:-.375em}.WorkbenchMain .stats,.WorkbenchMain .ViewsTabs{background-color:var(--background-color-tertiary)}.WorkbenchMain .docs{grid-area:docs;overflow-x:hidden}.WorkbenchMain .clusters{grid-area:clusters;overflow-x:hidden;position:relative}.WorkbenchMain .docs .ViewsContent,.WorkbenchMain .docs .ViewsTabs{padding-right:var(--leading)}.WorkbenchMain .clusters .ViewsContent,.WorkbenchMain .clusters .ViewsTabs{padding-right:calc(0.5*var(--leading))}.WorkbenchMain .clusters .ViewsContent,.WorkbenchMain .docs .ViewsContent{padding-bottom:var(--leading)}.WorkbenchMain .clusters .ViewsContent{margin-left:var(--leading)}.WorkbenchMain .clusters .ViewsTabs{padding-left:calc(1.125*var(--leading))}.WorkbenchMain .docs .ViewsTabs{padding-left:calc(0.625*var(--leading))}.WorkbenchMain.WorkbenchIntro{grid-template-columns:1fr;grid-template-rows:auto 1fr;grid-template-areas:"steps" "welcome";max-width:64rem}.WorkbenchIntroWelcome{text-align:center;max-width:36em;margin-top:2em;margin-left:1.5em}.WorkbenchIntroWelcome h2,.WorkbenchIntroWelcome h3{margin:0}.WorkbenchIntroWelcome h3{font-weight:400}.WorkbenchIntroWelcome ul{display:flex;flex-wrap:wrap;justify-content:center}.WorkbenchIntroWelcome ul li{margin-right:2em}.WorkbenchIntroSteps{position:relative;overflow:auto;margin-top:2rem;margin-right:1rem}.WorkbenchIntroSteps>ol{counter-reset:steps;list-style:none;position:absolute;max-width:36em}.WorkbenchIntroSteps>ol>li{counter-increment:steps;position:relative;padding-left:3rem;padding-top:.75rem;margin-left:1.5em}.WorkbenchIntroSteps>ol>li:before{content:counter(steps);display:inline-block;position:absolute;top:.125em;left:0;color:var(--logo-color);background-color:var(--background-color-secondary);font-family:Lato,sans-serif;font-size:1.75rem;width:2.5rem;height:2.5rem;border-radius:1.25rem;text-align:center;margin-right:.5rem}.WorkbenchIntroSteps>ol>li>h3{font-family:Raleway,sans-serif;font-size:1.125rem;font-weight:400;margin-top:0}.WorkbenchIntroSteps .DottedArrow{position:absolute;fill:var(--text-color-secondary)}.WorkbenchIntroSteps .SourceAlgorithmChoice .DottedArrowStraight{left:-3rem;top:-1rem;width:2.75rem;-webkit-transform:rotate(-70deg);transform:rotate(-70deg)}.WorkbenchIntroSteps .SourceConfiguration{min-height:12rem}.WorkbenchIntroSteps .SourceConfiguration .DottedArrowAngled{left:-2rem;top:3rem;width:3rem;-webkit-transform:scaleX(-1.25);transform:scaleX(-1.25)}.WorkbenchIntroSteps .ButtonPress .DottedArrowCurly{left:-3.25rem;top:-2rem;width:4.5em;-webkit-transform:scaleX(-1) rotate(-70deg);transform:scaleX(-1) rotate(-70deg)}.WorkbenchIntroSteps ul{padding-left:1em}.WorkbenchMain .Export{position:absolute;top:1em;right:1em}.Stat{display:inline-block;text-align:center;margin-right:var(--leading);line-height:1}.Stat>strong{font-family:Raleway,sans-serif;font-size:240%;font-weight:400;display:block;margin-bottom:.125em}.Stat>small{font-size:100%;color:var(--text-color-lighter)}.WorkbenchSide{width:24em;overflow-y:scroll;position:relative;background-color:var(--background-color-side);--background-color-side:var(--background-color-secondary)}.WorkbenchSideFixed{position:-webkit-sticky;position:sticky;top:0;background-color:var(--background-color-side);z-index:1;padding:var(--leading)}.WorkbenchSideHeader{display:flex}.WorkbenchSideHeader .ClusterButton{align-self:center}.WorkbenchLogo{font-family:Raleway,sans-serif;font-size:1.5rem;line-height:1;margin-right:auto;margin-left:-.25em;margin-top:.25em}.WorkbenchLogo>span{position:relative}.WorkbenchLogo .initial{font-size:2.4rem;position:relative;left:.35rem;font-weight:300}.WorkbenchLogo>span>span:not(.initial){font-weight:400;font-size:.8rem;position:absolute;left:3rem;top:-.55rem}.WorkbenchSide .Deferred,.WorkbenchSide .Settings{padding:var(--leading)}.WorkbenchSide .Deferred{padding-top:0}.WorkbenchSide .SettingsTools{margin-top:var(--leading)}.WorkbenchSide .SettingsTools button{width:2em}.WorkbenchSide .SettingsTools button:not(:last-child){margin-right:.25em}.WorkbenchSourceAlgorithm{margin-top:2em}.WorkbenchSourceAlgorithm .bp3-label{width:9em}.WorkbenchSourceAlgorithm .bp3-form-group{margin-bottom:.25em}.WorkbenchSourceAlgorithm .bp3-form-content{flex-grow:1}.ExportParametersBody pre{height:20rem;width:32rem;overflow:auto;line-height:1.1;border:1px solid var(--border-color);padding:.5em;border-radius:.125em}.ExportParametersTools{display:flex;align-items:center}.ExportParametersTools .bp3-checkbox{margin-bottom:0;flex:1 1}.ExportOutputConfig{margin-bottom:2em;display:flex}.ExportOutputConfig .bp3-checkbox{margin-right:1.5em}.ExportFormatConfig{margin-bottom:2em}.SearchAppInfo{position:absolute;width:100%;height:100%;padding:1.5em 4em 2em 2em;overflow-y:auto}.SearchAppInfo h2{font-size:1.8rem;line-height:1.1}.SearchAppInfo main{-webkit-column-width:32em;-moz-column-width:32em;column-width:32em}.SearchAppInfo h3:not(:first-child){margin-top:2em}.SearchAppInfo ul{padding:0 0 0 1em}.SearchAppInfo dt,.SearchAppInfo ul>li{margin-bottom:.5em}.SearchAppInfo dt{font-weight:700}.SearchAppInfo dd{margin-left:0;margin-bottom:1em}.VersionInfo{margin-top:4em;border-top:1px solid var(--hr);font-weight:300}.VersionInfo span{color:var(--text-color-lighter)}.VersionInfo ul{list-style:none;padding:0}.VersionInfo ul>li{margin-bottom:0}.SearchAppInfo a>svg:first-child{margin-right:.35em}
/*# sourceMappingURL=main.f2f3bf87.chunk.css.map */