:root{--bg: #f3f4f6;--border: #d0d7de;--text: #1f2937;--muted: #6b7280;--accent: lightcoral;--accent-strong: #eb6f6f;--accent-contrast: #ffffff;--danger: var(--accent-strong);--bs-primary: var(--accent);--bs-primary-rgb: 240, 128, 128;--bs-link-color: var(--accent-strong);--bs-link-hover-color: var(--accent)}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:Lato,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;margin:0;display:flex;flex-direction:column}h1,h2,h3,button{font-family:Montserrat,Lato,sans-serif}.editor-navbar{background:var(--accent);color:#fff}.editor-navbar-inner{min-height:64px;display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:.4rem 1rem}.editor-brand{font-family:Montserrat,Lato,sans-serif;font-size:1.3rem;font-weight:700}.editor-navbar-actions{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.editor-examples-dropdown{position:relative}.editor-examples-button{min-height:36px;display:inline-flex;align-items:center;gap:.45rem;border-radius:4px}.editor-examples-button-title{font-weight:700}.editor-examples-menu{position:absolute;top:calc(100% + .3rem);left:0;min-width:260px;max-height:320px;overflow:auto;z-index:30;background:#fff;border-radius:6px}.editor-examples-option{width:100%;border:0;background:transparent;color:#1f2937;text-align:left;padding:.55rem .7rem;cursor:pointer}.editor-examples-option:hover{background:#f6f7f8}.editor-examples-option.is-active{background:#f0808033;color:#7f1d1d;font-weight:700}.editor-examples-select-native{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.editor-navbar .w3-button{border-radius:4px}.editor-export-dropdown{position:relative}.editor-export-button{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;padding:0}.editor-export-menu{position:absolute;top:calc(100% + .3rem);right:0;min-width:160px;z-index:25;overflow:hidden;border-radius:6px;background:#fff}.editor-export-option{width:100%;border:0;background:transparent;color:#1f2937;text-align:left;padding:.55rem .7rem;cursor:pointer}.editor-export-option:hover{background:#f6f7f8}.editor-footer{border-top:1px solid var(--border)}.footer-logos{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.footer-logos img{height:35px;width:auto;display:block}.editor-toast-stack{position:fixed;right:1rem;bottom:1rem;display:flex;flex-direction:column;gap:.45rem;z-index:2000;pointer-events:none}.editor-toast{min-width:240px;max-width:min(420px,calc(100vw - 2rem));border-radius:8px;border:1px solid #d7dde4;background:#fff;color:#1f2937;box-shadow:0 10px 22px #00000029;padding:.55rem .7rem;font-size:.9rem;line-height:1.35}.editor-toast.error{border-color:#fecaca;background:#fff7f7;color:#7f1d1d}.editor-root{flex:1 1 auto;min-height:0;height:auto;padding:.5rem;display:flex;flex-direction:column;gap:.75rem;overflow:hidden}.workspace-row{display:flex;align-items:stretch;gap:.65rem;flex:1 1 auto;height:0;min-height:0;overflow:hidden}.workspace-pane{display:flex;min-height:0}.workspace-pane-config{flex:0 0 31%;min-width:280px}.workspace-pane-data{flex:0 0 29%;min-width:280px}.workspace-pane.is-compressed{min-width:44px!important}.workspace-pane-result{flex:1 1 auto;min-width:280px}.workspace-pane>article{flex:1 1 auto;min-height:0;height:100%;overflow:hidden}.workspace-splitter{width:3px;flex:0 0 3px;border-radius:999px;background:linear-gradient(180deg,#d7d7d7,#bdbdbd);cursor:col-resize}.workspace-row.data-compressed{gap:.3rem}.workspace-row.data-compressed .workspace-splitter{width:4px;flex:0 0 4px}.workspace-splitter:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.workspace-splitter.is-dragging{background:linear-gradient(180deg,var(--accent),var(--accent))}.workspace-row .card-body{display:flex;flex-direction:column;min-height:0;overflow:hidden}.tab-content-fill{flex:1 1 auto;min-height:0;overflow:hidden}.tab-content-fill>.tab-pane{height:100%;min-height:0;overflow:hidden}.tab-content-fill>.tab-pane:not(.active){display:none}.tab-content-fill>.tab-pane.active{display:flex;flex-direction:column}.panel-header{padding:.5rem;gap:.5rem}.panel-header-options{flex:0 0 auto;display:flex;align-items:center;gap:.5rem}.panel-tabs{display:flex;gap:0;background:#f1f1f1;border:1px solid #e2e2e2;border-radius:.2rem;overflow:hidden}.panel-tabs .nav-item{min-width:0}.panel-tabs .nav-link{border:0;border-radius:0;font-weight:500;color:#4d4d4d;background:transparent;padding:.55rem .75rem;transition:background-color .12s ease,color .12s ease}.panel-tabs .nav-link:hover{background:#e9e9e9;color:#3e3e3e}.panel-tabs .nav-link.active,.panel-tabs .show>.nav-link{color:var(--accent-contrast);background:var(--accent)}.panel-tabs.panel-tabs-single .nav-link{cursor:default}.results-controls-row{flex:0 0 auto}.tab-toolbar{position:absolute;top:.5rem;right:.5rem;z-index:5;background:#ffffffdb;border:1px solid var(--border);border-radius:.5rem;padding:.2rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:.55;transition:opacity .14s ease-in-out}.tab-toolbar:hover,.tab-toolbar:focus-within{opacity:1}.tab-toolbar .btn{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;padding:0}.tab-toolbar .btn i{font-size:.9rem}.tab-editor-shell{position:relative;flex:1 1 auto;min-height:0;overflow:hidden}.tab-editor-shell>.editor,.tab-editor-shell>.code{height:100%}.sparql-pane-layout{display:flex;flex-direction:column;height:100%;min-height:0}.sparql-query-block{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.workspace-pane-data .pane-collapsed-bar{display:none;align-items:center;justify-content:center;height:100%;width:100%;border:1px solid var(--border);border-radius:.5rem;background:#fff}.workspace-pane-data.is-compressed>article{display:none!important}.workspace-pane-data.is-compressed .pane-collapsed-bar{display:flex}.description{font-size:.9rem;color:var(--muted);line-height:1.4;min-height:1.3rem}.status{font-size:.85rem;color:var(--muted);min-height:1.1rem}.status.error{color:var(--danger)}.editor{border:1px solid var(--border);border-radius:6px;overflow:hidden;min-height:0;height:100%;max-height:100%;flex:1 1 auto;background:#fff}.cm-panel{height:100%;min-height:0;max-height:100%}.cm-panel .cm-editor{position:relative;height:100%;max-height:100%;overflow:hidden;border:0;background:#fff}.cm-panel .cm-scroller{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto!important;font:12px/1.45 Menlo,Consolas,Monaco,Liberation Mono,monospace}.cm-panel .cm-content{min-height:100%}.cm-panel .cm-gutters{background:#fff;border-right:1px solid #e5e7eb}.cm-panel .cm-activeLineGutter{background:#fff}.code{border:1px solid var(--border);border-radius:6px;overflow:hidden;background:#fff;min-height:0;height:100%;flex:1 1 auto}.code .cm-editor{position:relative;height:100%;overflow:hidden;background:#fff}.code .cm-scroller{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto!important;font:12px/1.45 Menlo,Consolas,Monaco,Liberation Mono,monospace}.visualization-shell{position:relative;min-height:0;height:100%;flex:1 1 auto}.visualization-shell .visualization-host{width:100%;height:100%}.visualization-shell .visualization-host>*{display:block;width:100%;height:100%}@media (max-width: 1100px){.editor-navbar-inner{align-items:flex-start;flex-direction:column}.editor-navbar-actions,.editor-examples-dropdown{width:100%}.editor-examples-button{min-width:0;width:100%}.editor-examples-menu{min-width:100%}.workspace-row{display:flex;flex-direction:column;min-height:auto;height:auto;overflow:auto}.workspace-pane,.workspace-pane>article{min-width:0;min-height:340px}.workspace-pane-config,.workspace-pane-data,.workspace-pane-result{flex:1 1 auto}.workspace-splitter{display:none!important}.panel-header{flex-wrap:wrap}.panel-header-options{width:100%;justify-content:flex-end}}
