.__dwh-root{display:grid;position:absolute;height:100vh;width:100vw;overflow:hidden;background-color:rgb(var(--color-background));grid-template-areas:"dwh-header dwh-chat-component" "dwh-breadcrumb dwh-chat-component" "dwh-main dwh-chat-component" "dwh-footer dwh-chat-component";grid-template-columns:1fr auto;grid-template-rows:min-content min-content 1fr min-content;>.__dwh-header{grid-area:dwh-header}>.__dwh-breadcrumb{grid-area:dwh-breadcrumb}>.__dwh-main-loading{grid-area:dwh-main}>.__dwh-chat-component{grid-area:dwh-chat-component;width:25vw;height:100vh;max-width:600px}>.__dwh-main{grid-area:dwh-main;overflow:hidden}>.__dwh-footer{grid-area:dwh-footer;display:flex;padding:0 var(--ds-space-small);height:var(--ds-space-small);align-items:center;background-color:rgb(var(--ds-theme-background-color));color:rgb(var(--ds-theme-text-color));border-top:1px solid rgb(var(--ds-theme-text-color) / .25)}}.__dwh-main{display:grid;grid-template-areas:"dwh-query-history dwh-main-content";grid-template-columns:auto 1fr;grid-template-rows:1fr;.__dwh-query-history{grid-area:dwh-query-history;width:260px;border-right:1px solid rgb(var(--color-background-darker))}.__dwh-main-content{grid-area:dwh-main-content}}.__dwh-chat-component{display:grid;grid-template-areas:"dwh-chat-component-header" "dwh-chat-component-content" "dwh-chat-component-footer";grid-template-columns:1fr;grid-template-rows:min-content 1fr min-content;height:100vh;overflow:hidden;border-left:1px solid rgb(var(--color-background-darker))}.__dwh-chat-component-header{h3{font-size:18px}}.__dwh-chat-component-content{grid-area:dwh-chat-component-content;overflow:auto;padding:var(--ds-space-small)}.__dwh-chat-component-footer{position:relative;border-top:1px solid rgb(var(--color-background-darker))}.__dwh-main-content{display:grid;overflow:scroll;grid-template-areas:"dwh-no-plan-notice" "dwh-kiosk-input-container" "dwh-plan-tester" "dwh-sql-query-form" "dwh-app-error-notice" "dwh-main-results-banner" "dwh-query-result-table" "dwh-chart-configurator" "dwh-loading" "dwh-echart";grid-auto-rows:min-content}.__dwh-loading{grid-area:dwh-loading;min-height:240px!important;justify-content:center}.__dwh-sql-query-form{grid-area:dwh-sql-query-form;display:grid;grid-template-areas:"dwh-sql-query-form-controls dwh-sql-query-form-controls" "dwh-sql-query-form-editor dwh-schema-viewer";grid-template-columns:1fr auto;padding:var(--ds-space-small);gap:var(--ds-space-xsmall)}.__dwh-sql-query-form-controls{grid-area:dwh-sql-query-form-controls}.__dwh-sql-query-form-editor{grid-area:dwh-sql-query-form-editor;border:1px solid #718599;border-radius:5px;resize:vertical}.__dwh-schema-viewer{grid-area:dwh-schema-viewer;width:280px}.__dwh-schema-viewer-copy-notice{background-color:rgb(var(--color-background));position:absolute;z-index:1;inset:0;display:flex;justify-content:center;align-items:center}.__dwh-app-error-notice{grid-area:dwh-app-error-notice}.__dwh-no-plan-notice{grid-area:dwh-no-plan-notice}.__dwh-plan-tester{grid-area:dwh-plan-tester}.__dwh-sql-query-form+.__dwh-plan-tester{border-bottom:1px dotted rgb(var(--color-background-darker))}.__dwh-main-results-banner{grid-area:dwh-main-results-banner;border-bottom:1px solid rgb(var(--color-background-darker));border-top:1px solid rgb(var(--color-background-darker))}.__dwh-query-result-table{grid-area:dwh-query-result-table;>*{resize:vertical}}.__dwh-chart-configurator{grid-area:dwh-chart-configurator}.__dwh-echart{grid-area:dwh-echart}.--stick-left{position:sticky;left:0;background-color:rgb(var(--color-background));&:before{content:"";position:absolute;top:0;left:-1px;bottom:0;width:1px;background-color:rgb(var(--color-background-darker))}}.placeholder-editor{padding-left:0;min-height:100px}.placeholder-editor:before{opacity:0}.agent-message,.status-message{white-space:pre-wrap}.history-menu pre{white-space:normal}.__dwh-kiosk-input-container{grid-area:dwh-kiosk-input-container;display:flex;justify-content:center;align-items:center;min-height:60vh;padding:var(--ds-space-large)}.__dwh-kiosk-input-form{max-width:600px;width:100%;text-align:center}.__dwh-kiosk-input-form h2{margin-bottom:var(--ds-space-small)}.__dwh-kiosk-input-form p{margin-bottom:var(--ds-space-large);color:rgb(var(--ds-theme-text-color) / .7)}.__dwh-kiosk-input-form .ds-input{max-width:none}.__dwh-kiosk-suggestions{display:flex;flex-wrap:wrap;gap:var(--ds-space-small);justify-content:center;margin-top:var(--ds-space-large);max-width:700px;margin-left:auto;margin-right:auto}.__dwh-kiosk-suggestion-button{font-size:var(--ds-font-size-small);padding:var(--ds-space-xsmall) var(--ds-space-small);border-radius:20px;white-space:nowrap;transition:all .2s ease}.__dwh-kiosk-suggestion-button:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.__dwh-kiosk-mode-switch>label>span{font-weight:400;font-size:var(--ds-text-size-small)}.__dwh-kiosk-mode-switch[class*=ds-switch]>label:not(input~label){--ds-switch-container-background: var(--color-ink) / .45}.__dwh-kiosk-mode-switch>label>input:checked+span{font-weight:700}.__dwh-delete-favorite{--ds-button-text-color: var(--color-red);--ds-icon: var(--icon-heart-solid)}.__dwh-delete-favorite:hover{--ds-button-text-color: var(--color-red);--ds-icon: var(--icon-heart-solid-no)}.__dwh-sql-query-form details.ds-menubutton[open]{z-index:25}.prism-code-editor{overflow:auto;display:grid;background:var(--editor__bg);line-height:1.4;--_pse: var(--padding-inline, .75em);--_ns: var(--number-spacing, .75em);--padding-left: var(--_pse);scroll-padding-left:var(--padding-left);-webkit-user-select:none;user-select:none;isolation:isolate;white-space:pre}.show-line-numbers{--padding-left: calc(var(--_pse) + var(--number-width) + var(--_ns));grid:1fr / 0 1fr}.pce-wrapper{margin:.5em 0;position:relative;pointer-events:none;-webkit-text-size-adjust:none;text-size-adjust:none}.pce-textarea{all:unset;box-sizing:border-box;height:100%;width:100%;color:#0000;-webkit-user-select:auto;user-select:auto;overflow:hidden;pointer-events:auto}.pce-textarea::selection{background:var(--pce-selection);color:#0000}.pce-no-selection textarea:focus{z-index:1}.pce-line,.pce-textarea{padding:0 var(--_pse) 0 var(--padding-left);position:relative}.show-line-numbers .pce-line:before{content:attr(data-line);display:inline-block;margin:0 0 0 calc(-1 * var(--padding-left));padding:0 var(--_ns) 0 0;box-sizing:border-box;color:var(--editor__line-number);text-align:end}.show-line-numbers:before{content:"";background:inherit;pointer-events:none}.show-line-numbers:before,.pce-line:before{position:sticky;height:100%;z-index:2;left:0;width:var(--padding-left)}.pce-wrap .pce-line:before{position:absolute;margin:0}.pce-overlays,.pce-overlays>*,pre.pce-guides .pce-line:after,.pce-no-selection .active-line:after,.active-line.match-highlight:after{content:"";position:absolute;inset:0}.show-line-numbers .pce-line:after{left:var(--padding-left)}.active-line:after{border:var(--editor__border-highlight);background:var(--editor__bg-highlight);z-index:-2}.pce-wrap{white-space:pre-wrap;word-break:break-word}.selection-matches span{background:var(--editor__bg-selection-match)}.pce-nowrap .active-bracket{display:inline-block}.pce-ac-tooltip{background:var(--widget__bg);border:1px solid var(--widget__border);pointer-events:auto;box-sizing:border-box;position:sticky;right:.5em;left:.5em;overflow:auto;border-radius:.3em;white-space:pre}.pce-ac-tooltip>ul{all:unset;display:block;box-sizing:border-box;overflow:hidden}.pce-ac-row{display:flex;padding:0 .2em;height:1.4em;align-items:center;gap:.5em;cursor:pointer}.pce-ac-row span{color:var(--pce-ac-match, #52b1ff)}.pce-ac-row div{overflow-x:hidden;text-overflow:ellipsis}.pce-ac-details{opacity:.75;font-size:90%;margin-left:auto}.pce-ac-details:empty{display:none}@media (hover: hover){.pce-ac-row:hover{background:#7772}}.pce-ac-row[aria-selected]{background:#1094ff36;color:var(--widget__color-active)}.pce-tabstops span{background:var(--pce-tabstop, #7c7c7c4d)}.pce-tabstops :empty{padding:0 1px;margin:0 -1px}.prism-search{display:grid;border:1px solid var(--widget__border);grid:auto / 1em auto;gap:.3em;padding:.3em;border-radius:.3em;margin:-99in 0 0;line-height:1.5;color:var(--widget__color);background:var(--widget__bg);position:sticky;top:.5em;right:.5em;left:.5em;z-index:4;pointer-events:auto}.prism-search-container *{box-sizing:border-box}.prism-search button{all:unset;cursor:pointer}.pce-readonly .prism-search{grid:auto / auto}.prism-search>div>div{display:flex}.prism-search input{padding:0 0 0 .3em;width:calc(var(--search-width, 20em) - 10ch - 4px);font:inherit;border:none;background:#0000;color:var(--widget__color)}.prism-search ::placeholder{color:inherit;opacity:.6}.pce-match-count{margin:1px auto 1px 0}.pce-match-count,.pce-input{font-family:Arial,Helvetica,sans-serif}.pce-options{color:var(--widget__color-options);font-size:80%;gap:.25em}.pce-options button{padding:0 .2em;border-radius:.2em;width:1.2em;text-align:center}.pce-options button span{pointer-events:none}.prism-search button:focus-visible{outline:1px solid var(--widget__focus-ring);z-index:1}.prism-search .pce-input,.pce-options button{box-shadow:0 0 0 1px var(--_border, var(--widget__border));margin:1px}.prism-search .pce-input{display:flex;position:relative;background:var(--widget__bg-input);border-radius:.15em;height:1.5em}.prism-search input:focus{outline:0}.pce-input:focus-within{--_border: var(--widget__focus-ring)}.pce-find button{display:grid;align-items:center;padding:0 .4em}.pce-replace button{width:7.3ch;text-align:center}.pce-replace :last-child{width:2.7ch}.pce-input button{box-shadow:-1px 0 0 0 var(--widget__border);margin-left:1px}.prev-match:before{transform:rotate(-90deg)}.next-match:before,.pce-expand:before{transform:rotate(90deg)}@media (hover: hover){.prism-search button:hover{background:var(--widget__bg-hover)}}.pce-options button[aria-pressed=true]{background:var(--widget__bg-active);color:var(--widget__color-active);--_border: var(--widget__focus-ring)}.pce-input>:nth-child(3){border-radius:0 .15em .15em 0}.pce-input.pce-error{--_border: var(--widget__error-ring)}.search-error{display:none;position:absolute;top:100%;box-shadow:inherit;width:100%;white-space:normal;word-break:break-word;left:0;background:var(--widget__bg-error);padding:.5em;z-index:1}.pce-error:focus-within .search-error{display:block}button.pce-close{display:grid;width:1.3em;height:1.3em;place-items:center;margin-left:auto;border-radius:.3em}.pce-find button:before,.pce-expand:before,.pce-close:before{content:"";background:currentColor;height:1.2em;opacity:.75}.pce-close:before{clip-path:polygon(50% 44.34%,0% 74.34%,9.43% 80%,9.43% 20%,0% 25.66%,50% 55.66%,100% 25.66%,90.57% 20%,50% 44.34%,9.43% 20%,9.43% 80%,50% 55.66%,90.57% 80%,100% 74.34%);width:.72em}.prism-search>div{display:grid;gap:.25em;width:var(--search-width, 20em)}button.pce-expand{display:grid;place-items:center;border-radius:.25em;margin:-.15em}.pce-readonly .pce-expand,[aria-expanded=false]+div .pce-replace,.pce-readonly .pce-replace{display:none}.pce-expand[aria-expanded=true]:before{transform:rotate(180deg)}.pce-find button:before,.pce-expand:before{width:.84em;clip-path:polygon(50% 28.96%,0% 63.96%,10.1% 71.04%,50% 43.11%,89.9% 71.04%,100% 63.96%)}button.pce-regex{display:flex}.pce-regex span{display:flex;align-items:flex-end}.pce-regex span:before{content:"";width:.3em;height:.3em;background:currentColor;margin:0 0 .2em .1em}.pce-regex span:after{content:"*";line-height:0;font-size:140%;margin-bottom:.5em}button.pce-in-selection{display:grid;place-items:center}button.pce-whole{position:relative}.pce-whole:after{content:"";position:absolute;bottom:.31em;right:.27em;left:.27em;height:.25em;clip-path:inset(1px -1px -1px);box-shadow:0 0 0 1px}.pce-in-selection:before{content:"";height:80%;width:90%;background:currentColor;clip-path:polygon(0 16%,80% 16%,80% 24%,0 24%,0 46%,100% 46%,100% 54%,0 54%,0 76%,60% 76%,60% 84%,0 84%)}.pce-matches span{background:var(--search__bg-find)}.pce-matches :empty{padding:0 2px;margin:0 -2px}
