.hex-mono{font-family:var(--mantine-font-family-monospace)}.hex-break-all{word-break:break-all}.hex-copy-placeholder{flex-shrink:0;width:28px;height:28px}.hex-status-chip{height:20px;font-family:var(--mantine-font-family);font-size:var(--mantine-font-size-xs);white-space:nowrap;background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border);border-radius:9999px;align-items:center;gap:4px;padding:0 8px;display:inline-flex}.hex-status-chip[data-tone=accent]{background:var(--accent-bg);color:var(--accent-text);border-color:var(--accent)}.hex-status-chip[data-tone=success]{background:color-mix(in srgb, var(--success) 16%, transparent);color:var(--success);border-color:var(--success)}.hex-status-chip[data-tone=warn]{background:color-mix(in srgb, var(--warn) 16%, transparent);color:var(--warn);border-color:var(--warn)}.hex-status-chip[data-tone=danger]{background:color-mix(in srgb, var(--danger) 16%, transparent);color:var(--danger);border-color:var(--danger)}.hex-status-chip[data-tone=info]{background:color-mix(in srgb, var(--info) 16%, transparent);color:var(--info);border-color:var(--info)}.hex-status-chip__icon{display:inline-flex}.hex-text-warn{color:var(--warn)}.hex-text-danger{color:var(--danger)}.hex-toolbar{min-height:36px;padding:6px var(--hex-content-gutter,16px);border-bottom:1px solid var(--border);background:var(--surface-2);align-items:center;gap:8px;display:flex}:root .hex-toolbar-btn{color:var(--text-muted)}:root .hex-toolbar-btn:hover:not(:disabled,[data-disabled],[data-loading]){background-color:var(--surface-2);color:var(--text)}:root .hex-toolbar-btn:active:not(:disabled,[data-disabled],[data-loading]){background-color:var(--surface-3)}:root .hex-toolbar-btn:disabled:not([data-loading]),:root .hex-toolbar-btn[data-disabled]:not([data-loading]){color:var(--text-disabled);background-color:#0000}.hex-toolbar-left{align-items:center;gap:6px;display:flex}.hex-toolbar-right{align-items:center;gap:6px;margin-left:auto;display:flex}.hex-toolbar-divider{background:var(--border);align-self:stretch;width:1px;margin:0 4px}.hex-toolbar-spacer{flex:1}.hex-title-strip{padding:12px var(--hex-content-gutter,16px);border-bottom:1px solid var(--border);background:var(--surface);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.hex-title-strip-main{align-items:center;gap:10px;min-width:0;display:flex}.hex-title-strip-icon{color:var(--accent-text);display:inline-flex}.hex-title-strip-title{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.hex-tab-count{font-family:var(--mantine-font-family);font-size:var(--mantine-font-size-xs);background:var(--surface-3);color:var(--text-muted);border-radius:9999px;padding:1px 6px}.hex-tab-count[data-state=warn]{border:1px solid var(--warn)}.hex-primary-plus-count{align-items:center;gap:6px;min-width:0;display:inline-flex}.hex-primary-plus-count>.hex-tab-count{flex-shrink:0}.hex-primary-plus-count>:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.hex-tab-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;display:inline-block}.hex-tab-dot[data-state=warn]{background:var(--warn)}.hex-tab-bar{background:var(--surface);padding-left:var(--hex-content-gutter,16px);padding-right:var(--hex-content-gutter,16px)}.hex-page-content{padding:var(--hex-content-gutter,16px);flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.hex-page-content[data-scroll]{overflow:auto}.hex-page-header{background:var(--surface);flex-direction:column;display:flex}.hex-page-header-breadcrumb{padding:7px var(--hex-content-gutter,16px)}.hex-page-header-breadcrumb:empty{display:none}.hex-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--mantine-radius-sm)}.hex-card--fill{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.hex-card-header{background:var(--surface-2);border-bottom:1px solid var(--border);border-radius:calc(var(--mantine-radius-sm) - 1px) calc(var(--mantine-radius-sm) - 1px) 0 0;align-items:center;gap:12px;padding:10px 16px;display:flex}.hex-card-title{font-family:var(--mantine-font-family);font-size:var(--mantine-font-size-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);min-width:0;font-weight:600}.hex-card-header-right{align-items:center;gap:6px;margin-inline-start:auto;display:flex}.hex-card-body{padding:16px}.hex-card-body--flush{border-radius:calc(var(--mantine-radius-sm) - 1px);padding:0;overflow:hidden}.hex-card-header+.hex-card-body--flush{border-radius:0 0 calc(var(--mantine-radius-sm) - 1px) calc(var(--mantine-radius-sm) - 1px)}.hex-card--fill>.hex-card-body{flex-direction:column;flex:1;min-height:0;display:flex}.hex-property-grid{grid-template-columns:auto minmax(0,1fr);align-content:start;align-items:baseline;gap:8px 16px;margin:0;display:grid}.hex-property-label{font-size:var(--hex-font-size-body);color:var(--text-muted);white-space:nowrap;align-items:center;gap:4px;display:flex}.hex-property-hint{align-items:center;display:inline-flex}.hex-property-value{min-width:0;color:var(--text);font-size:var(--hex-font-size-body);font-variant-numeric:tabular-nums;margin:0}.hex-form-width{max-width:720px}.hex-form-width--wide{max-width:900px}.hex-page-shell{flex-direction:column;flex:1;min-height:0;display:flex}.hex-center-fill{flex:1}.hex-centered-fallback{height:100%;min-height:200px}.hex-centered-fallback--tall{min-height:400px}.hex-range-panel{flex:1;min-height:0}.hex-toolbar-search{flex:1;max-width:300px}.hex-toolbar-field{min-width:200px}.hex-toolbar-field--wide{min-width:280px}.hex-toolbar-date-picker{min-width:260px}.hex-detail-column{max-width:1100px}.hex-tooltip-multiline{max-width:320px}.hex-app-logo-title{white-space:nowrap}.hex-page-layout{padding:8px var(--hex-content-gutter,16px) var(--hex-content-gutter,16px)}.hex-page-fullheight{height:calc(100dvh - var(--app-shell-header-offset,44px));overflow:hidden}.hex-page-layout-title{margin:0}.user-menu-button{border-radius:var(--mantine-radius-sm);padding:2px 8px}.user-menu-button:hover{background-color:var(--surface-3)}.hex-user-menu-field{padding:0 var(--mantine-spacing-sm);margin-bottom:var(--mantine-spacing-xs)}.hex-section{border-bottom:1px solid var(--border);isolation:isolate}.hex-section:last-of-type{border-bottom:0}.hex-section-head{cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:8px;width:100%;padding:11px 16px;display:flex}.hex-section-head--static{cursor:default}.hex-section-title{font-family:var(--mantine-font-family);font-size:var(--mantine-font-size-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-weight:600}.hex-section-count{margin-inline-start:2px;display:inline-flex}.hex-section-count .hex-status-chip{height:16px}.hex-section-right{margin-inline-start:auto}.hex-section-body{flex-direction:column;gap:14px;padding:2px 16px 16px;display:flex}.hex-field{flex-direction:column;gap:5px;display:flex}.hex-field-labelrow{align-items:center;gap:8px;display:flex}.hex-field-label{font-size:var(--mantine-font-size-sm);color:var(--text-muted);font-weight:500}.hex-field-right{margin-inline-start:auto}.hex-field-hint,.hex-field-sublabel{font-size:var(--mantine-font-size-xs);color:var(--text-muted)}.hex-field-sublabel{margin-bottom:3px;display:block}.hex-grid-2{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;display:grid}.hex-switch-inline{flex-wrap:wrap;align-items:center;gap:6px 16px;display:flex}.hex-switch-row{align-items:center;gap:12px;display:flex}.hex-switch-row-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.hex-switch-row-label{font-size:var(--hex-font-size-body);color:var(--text)}.hex-switch-row-desc{font-size:var(--mantine-font-size-xs);color:var(--text-muted)}.hex-panel-header{z-index:1;background:var(--surface-2);border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:12px 16px;display:flex;position:sticky;top:0}.hex-panel-header-icon{border-radius:var(--mantine-radius-sm);background:var(--accent-bg);width:26px;height:26px;color:var(--accent-text);flex-shrink:0;place-items:center;display:grid}.hex-panel-header-text{flex-direction:column;flex:1;min-width:0;display:flex}.hex-panel-header-title{font-size:var(--mantine-font-size-md);color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.hex-panel-header-subtitle{font-family:var(--mantine-font-family);font-size:var(--mantine-font-size-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.hex-panel-footer{background:var(--surface-2);border-top:1px solid var(--border);align-items:center;gap:8px;padding:10px 16px;display:flex;position:sticky;bottom:0}.hex-flex-1{flex:1}.hex-stepper .mantine-NumberInput-controls{border-inline-start:1px solid var(--border)}.hex-stepper .mantine-NumberInput-control{color:var(--text-muted)}.hex-stepper .mantine-NumberInput-control:hover{background:var(--surface-3);color:var(--text)}.hex-axis-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--mantine-radius-sm);flex-direction:column;gap:8px;padding:10px 12px;display:flex}.hex-axis-card-head{text-align:start;cursor:pointer;width:100%;color:inherit;background:0 0;border:none;align-items:center;gap:6px;padding:0;display:flex}.hex-axis-card-head>svg{color:var(--text-dim)}.hex-axis-dot{background:var(--accent);border-radius:50%;width:8px;height:8px}.hex-axis-card-title{font-size:var(--hex-font-size-body);color:var(--text);font-weight:600}.hex-series-row{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--mantine-radius-sm)}.hex-series-row-head{align-items:center;gap:8px;padding:6px 8px;display:flex}.hex-series-grip{cursor:grab;color:var(--text-dim);touch-action:none;background:0 0;border:none;place-items:center;width:24px;height:24px;padding:0;display:grid}.hex-series-swatch{border-radius:var(--mantine-radius-xs);border:1px solid var(--border-strong);cursor:pointer;flex-shrink:0;width:14px;height:14px}.hex-series-name{flex-direction:column;flex:1;justify-content:center;min-width:0;min-height:36px;display:flex}.hex-series-name-main{font-size:var(--hex-font-size-body);color:var(--text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hex-series-name-ref{font-family:var(--mantine-font-family-monospace);font-size:var(--mantine-font-size-xs);color:var(--text-dim);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hex-series-detail{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding:8px 8px 8px 40px;display:flex}.hex-series-source{flex-direction:column;gap:2px;min-width:0;display:flex}.hex-series-catalog{font-size:var(--hex-font-size-body);color:var(--text);-webkit-user-select:text;user-select:text;word-break:break-all}.hex-series-catalog--missing{color:var(--text-muted)}.hex-series-source-ref{font-family:var(--mantine-font-family-monospace);font-size:var(--mantine-font-size-xs);color:var(--text-dim);word-break:break-all;-webkit-user-select:text;user-select:text}.hex-connection-error-body{max-width:600px}.hex-error-dev-details{width:100%}.hex-error-dev-details__chevron{transition:transform var(--hex-motion-fast)}.hex-error-dev-details__chevron[data-expanded=true]{transform:rotate(90deg)}.hex-error-dev-details__dump{max-height:300px;font-size:var(--hex-font-size-body);white-space:pre-wrap;word-break:break-all;overflow:auto}.full-page-loader{opacity:0;animation:.3s ease-in .5s forwards full-page-loader-fade-in}@keyframes full-page-loader-fade-in{to{opacity:1}}:root{--hex-table-bg:white;--hex-table-fg:#1a1a1a;--hex-table-border:#e5e7eb;--hex-table-border-soft:#f1f5f9;--hex-table-border-strong:#d1d5db;--hex-table-header-bg:#f9fafb;--hex-table-header-fg:#374151;--hex-table-row-hover-bg:#f3f4f6;--hex-table-row-active-bg:#eff6ff;--hex-table-row-striped-bg:#fafafa;--hex-table-extent-hover-bg:#f3f4f6;--hex-table-extent-active-bg:#dbeafe;--hex-table-selection-bg:#3b82f626;--hex-table-selection-border:#3b82f6;--hex-table-selection-fill-handle:#3b82f6;--hex-table-edit-border:#3b82f6;--hex-table-active-border:#1d4ed8;--hex-table-range-border:#93c5fd;--hex-table-range-bg:#3b82f61a;--hex-table-edit-error-bg:#fef2f2;--hex-table-edit-error-fg:#b91c1c;--hex-table-cell-padding-x:12px;--hex-table-cell-padding-y:6px;--hex-table-row-height:36px;--hex-table-font-size:14px;--hex-table-font-weight:400;--hex-table-header-font-size:var(--hex-table-font-size);--hex-table-header-font-weight:500;--hex-table-pinned-shadow:2px 0 4px #0000000f;--hex-table-pinned-shadow-right:-2px 0 4px #0000000f;--hex-table-scrollbar-track:transparent;--hex-table-scrollbar-thumb:#d1d5db;--hex-table-z-overlay:5;--hex-table-z-mask-cell:5;--hex-table-z-mask-cell-sticky:14;--hex-table-z-pinned:10;--hex-table-z-pinned-header:15;--hex-table-z-header:2;--hex-table-z-edit:20}[data-theme=dark],[data-mantine-color-scheme=dark]{--hex-table-bg:#0f172a;--hex-table-fg:#e2e8f0;--hex-table-border:#1e293b;--hex-table-border-soft:#131f33;--hex-table-border-strong:#334155;--hex-table-header-bg:#1e293b;--hex-table-header-fg:#cbd5e1;--hex-table-row-hover-bg:#1e293b;--hex-table-row-active-bg:#1e3a8a;--hex-table-row-striped-bg:#0b1220;--hex-table-extent-hover-bg:#1e293b;--hex-table-extent-active-bg:#1e3a8a;--hex-table-selection-bg:#60a5fa2e;--hex-table-selection-border:#60a5fa;--hex-table-selection-fill-handle:#60a5fa;--hex-table-edit-border:#60a5fa;--hex-table-active-border:#93c5fd;--hex-table-range-border:#3b82f6;--hex-table-range-bg:#60a5fa1f;--hex-table-edit-error-bg:#450a0a;--hex-table-edit-error-fg:#fecaca;--hex-table-scrollbar-thumb:#334155;--hex-table-pinned-shadow:2px 0 4px #00000059;--hex-table-pinned-shadow-right:-2px 0 4px #00000059}[data-theme=light],[data-mantine-color-scheme=light]{--hex-table-bg:white;--hex-table-fg:#1a1a1a;--hex-table-border:#e5e7eb;--hex-table-border-soft:#f1f5f9;--hex-table-border-strong:#d1d5db;--hex-table-header-bg:#f9fafb;--hex-table-header-fg:#374151;--hex-table-row-hover-bg:#f3f4f6;--hex-table-row-active-bg:#eff6ff;--hex-table-row-striped-bg:#fafafa;--hex-table-extent-hover-bg:#f3f4f6;--hex-table-extent-active-bg:#dbeafe;--hex-table-selection-bg:#3b82f626;--hex-table-selection-border:#3b82f6;--hex-table-selection-fill-handle:#3b82f6;--hex-table-edit-border:#3b82f6;--hex-table-active-border:#1d4ed8;--hex-table-range-border:#93c5fd;--hex-table-range-bg:#3b82f61a;--hex-table-edit-error-bg:#fef2f2;--hex-table-edit-error-fg:#b91c1c;--hex-table-scrollbar-thumb:#d1d5db;--hex-table-pinned-shadow:2px 0 4px #0000000f;--hex-table-pinned-shadow-right:-2px 0 4px #0000000f}.hex-table{background:var(--hex-table-bg);color:var(--hex-table-fg);font-size:var(--hex-table-font-size);font-weight:var(--hex-table-font-weight);scrollbar-color:var(--hex-table-scrollbar-thumb) var(--hex-table-scrollbar-track);flex-direction:column;display:flex;position:relative}.hex-table-header{min-width:max-content;z-index:var(--hex-table-z-pinned-header);background:var(--hex-table-bg);display:grid;position:sticky;top:0}.hex-table-header-row{display:contents}.hex-table-body{background:var(--hex-table-bg);min-width:max-content;display:grid;position:relative}.hex-table-body--virtualized{flex-shrink:0}.hex-table-row{display:contents}.hex-table-virt-spacer{grid-column:1/-1}.hex-table[data-striped=true] .hex-table-virt-spacer{background-image:repeating-linear-gradient(to bottom, var(--hex-table-bg) 0, var(--hex-table-bg) var(--hex-table-row-height), var(--hex-table-row-striped-bg) var(--hex-table-row-height), var(--hex-table-row-striped-bg) calc(2 * var(--hex-table-row-height)))}.hex-table-cell,.hex-table-header-cell{padding:var(--hex-table-cell-padding-y) var(--hex-table-cell-padding-x);box-sizing:border-box;background:var(--hex-table-bg);contain:inline-size;align-items:center;min-width:0;display:flex;overflow:hidden}.hex-table-cell[data-merged=true]{align-items:flex-start;padding:0}.hex-table-cell-content{padding:var(--hex-table-cell-padding-y) var(--hex-table-cell-padding-x);box-sizing:border-box;contain:layout size;align-items:center;width:100%;min-width:0;height:100%;display:flex;overflow:hidden}.hex-table-header-cell{background:var(--hex-table-header-bg);color:var(--hex-table-header-fg);font-size:var(--hex-table-header-font-size);font-weight:var(--hex-table-header-font-weight);align-items:stretch;position:relative;overflow:visible}.hex-table-header-cell .hex-table-header-button{white-space:normal}.hex-table::-webkit-scrollbar{width:10px;height:10px}.hex-table::-webkit-scrollbar-track{background:var(--hex-table-scrollbar-track)}.hex-table::-webkit-scrollbar-thumb{background:var(--hex-table-scrollbar-thumb);border-radius:4px}.hex-table[data-borders=rows] .hex-table-cell,.hex-table[data-borders=rows] .hex-table-header-cell{border-bottom:1px solid var(--hex-table-border-soft)}.hex-table[data-borders=cols] .hex-table-cell,.hex-table[data-borders=cols] .hex-table-header-cell{border-right:1px solid var(--hex-table-border)}.hex-table[data-borders=all] .hex-table-cell,.hex-table[data-borders=all] .hex-table-header-cell{border-bottom:1px solid var(--hex-table-border-strong);border-right:1px solid var(--hex-table-border-strong)}.hex-table[data-striped=true] .hex-table-row[data-stripe=even]>.hex-table-cell{background:var(--hex-table-row-striped-bg)}.hex-table[data-striped=true] .hex-table-row>.hex-table-cell[data-merged=true]{background:var(--hex-table-bg)}.hex-table-row--clickable{cursor:pointer}.hex-table[data-h-overflow=true] .hex-table-cell[data-pinned-edge=left],.hex-table[data-h-overflow=true] .hex-table-header-cell[data-pinned-edge=left]{box-shadow:var(--hex-table-pinned-shadow)}.hex-table[data-h-overflow=true] .hex-table-cell[data-pinned-edge=right],.hex-table[data-h-overflow=true] .hex-table-header-cell[data-pinned-edge=right]{box-shadow:var(--hex-table-pinned-shadow-right)}.hex-table-cell--pinned-left,.hex-table-cell--pinned-right{z-index:var(--hex-table-z-pinned);position:sticky}.hex-table-header-cell--pinned-left,.hex-table-header-cell--pinned-right{z-index:var(--hex-table-z-pinned-header);position:sticky}.hex-table-mask-cell{z-index:var(--hex-table-z-mask-cell)}.hex-table-mask-cell--sticky-left,.hex-table-mask-cell--sticky-right{z-index:var(--hex-table-z-mask-cell-sticky)}.hex-table-mask--range .hex-table-mask-cell--in{background:var(--hex-table-range-bg);box-shadow:inset 0 1px 0 0 var(--hex-table-range-border), inset 0 -1px 0 0 var(--hex-table-range-border)}.hex-table-mask--range .hex-table-mask-cell--in.hex-table-mask-cell--start{box-shadow:inset 1px 0 0 0 var(--hex-table-range-border), inset 0 1px 0 0 var(--hex-table-range-border), inset 0 -1px 0 0 var(--hex-table-range-border)}.hex-table-mask--range .hex-table-mask-cell--in.hex-table-mask-cell--end{box-shadow:inset -1px 0 0 0 var(--hex-table-range-border), inset 0 1px 0 0 var(--hex-table-range-border), inset 0 -1px 0 0 var(--hex-table-range-border)}.hex-table-mask--range .hex-table-mask-cell--in.hex-table-mask-cell--start.hex-table-mask-cell--end{box-shadow:inset 1px 0 0 0 var(--hex-table-range-border), inset -1px 0 0 0 var(--hex-table-range-border), inset 0 1px 0 0 var(--hex-table-range-border), inset 0 -1px 0 0 var(--hex-table-range-border)}.hex-table-mask--active .hex-table-mask-cell--in{box-shadow:inset 0 2px 0 0 var(--hex-table-active-border), inset 0 -2px 0 0 var(--hex-table-active-border)}.hex-table-mask--active .hex-table-mask-cell--in.hex-table-mask-cell--start{box-shadow:inset 2px 0 0 0 var(--hex-table-active-border), inset 0 2px 0 0 var(--hex-table-active-border), inset 0 -2px 0 0 var(--hex-table-active-border)}.hex-table-mask--active .hex-table-mask-cell--in.hex-table-mask-cell--end{box-shadow:inset -2px 0 0 0 var(--hex-table-active-border), inset 0 2px 0 0 var(--hex-table-active-border), inset 0 -2px 0 0 var(--hex-table-active-border)}.hex-table-mask--active .hex-table-mask-cell--in.hex-table-mask-cell--start.hex-table-mask-cell--end{box-shadow:inset 2px 0 0 0 var(--hex-table-active-border), inset -2px 0 0 0 var(--hex-table-active-border), inset 0 2px 0 0 var(--hex-table-active-border), inset 0 -2px 0 0 var(--hex-table-active-border)}.hex-table-cell:focus,.hex-table-cell:focus-visible{outline:none}.hex-table-cell--special{justify-content:center}.hex-table-cell--rowActions{justify-content:flex-end;gap:4px}.hex-table-row-actions{align-items:center;gap:4px;display:flex}.hex-table-row-action{cursor:pointer;color:inherit;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px 8px;line-height:1;display:inline-flex}.hex-table-row-action:hover:not(:disabled){background:var(--hex-table-row-hover-bg)}.hex-table-row-action:disabled{opacity:.4;cursor:not-allowed}.hex-table-row-action-separator{color:var(--hex-table-border);-webkit-user-select:none;user-select:none}.hex-table-row-number{color:var(--hex-table-fg);opacity:.6;font-variant-numeric:tabular-nums}.hex-table-expand-chevron{cursor:pointer;color:inherit;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:10px}.hex-table-expand-chevron:hover:not(:disabled){background:var(--hex-table-row-hover-bg)}.hex-table-expand-chevron:disabled{opacity:.3;cursor:not-allowed}.hex-table-selection-checkbox{cursor:pointer}.hex-table-edit-overlay{z-index:var(--hex-table-z-edit)}.hex-table-edit-input{border:2px solid var(--hex-table-edit-border);background:var(--hex-table-bg);width:100%;height:100%;color:var(--hex-table-fg);font-size:var(--hex-table-font-size);padding:0 var(--hex-table-cell-padding-x);box-sizing:border-box;outline:none}.hex-table-edit-input[aria-invalid=true]{border-color:var(--hex-table-edit-error-fg);background:var(--hex-table-edit-error-bg)}.hex-table-edit-error{background:var(--hex-table-edit-error-bg);color:var(--hex-table-edit-error-fg);border:1px solid var(--hex-table-edit-error-fg);white-space:nowrap;z-index:var(--hex-table-z-edit);border-top:none;padding:2px 6px;font-size:12px;position:absolute;top:100%;left:0}.hex-table-detail-row{background:var(--hex-table-bg);border-bottom:1px solid var(--hex-table-border-soft);display:block}.hex-table-detail-cell{padding:var(--hex-table-cell-padding-y) var(--hex-table-cell-padding-x)}.hex-table-fill-handle{background:var(--hex-table-selection-fill-handle);border:1px solid var(--hex-table-bg);cursor:crosshair;width:6px;height:6px;z-index:var(--hex-table-z-overlay);transform:translate(-50%,-50%)}.hex-table-fill-preview{border:2px dashed var(--hex-table-selection-border);pointer-events:none;z-index:var(--hex-table-z-overlay);background:0 0;position:absolute}.hex-table-sr-announce{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hex-table-resize-sizer{pointer-events:none;z-index:1;align-self:stretch;position:relative}.hex-table-resize-sizer-clip{position:absolute;inset:0;overflow:clip}.hex-table-resize-handle{cursor:col-resize;-webkit-user-select:none;user-select:none;pointer-events:all;background:0 0;width:10px;position:absolute;top:0;bottom:0;right:-5px}.hex-table-resize-handle:before{content:"";background:0 0;width:2px;transition:background 80ms ease-out;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.hex-table-resize-handle:hover:before,.hex-table-resize-handle--active:before{background:var(--hex-table-selection-border)}.hex-table-resize-preview{background:var(--hex-table-selection-border);width:2px;z-index:var(--hex-table-z-edit)}:root .hex-table{--hex-table-bg:var(--surface);--hex-table-fg:var(--text);--hex-table-header-bg:var(--surface-2);--hex-table-header-fg:var(--text-muted);--hex-table-border:var(--border);--hex-table-border-soft:var(--border);--hex-table-border-strong:var(--border-strong);--hex-table-row-hover-bg:var(--surface-2);--hex-table-extent-hover-bg:var(--surface-2);--hex-table-row-active-bg:color-mix(in srgb, var(--accent) 14%, var(--surface));--hex-table-extent-active-bg:color-mix(in srgb, var(--accent) 14%, var(--surface));--hex-table-row-striped-bg:color-mix(in srgb, var(--surface-2) 50%, var(--surface));--hex-table-selection-border:var(--accent);--hex-table-selection-fill-handle:var(--accent);--hex-table-edit-border:var(--accent);--hex-table-active-border:var(--accent);--hex-table-range-border:var(--accent);--hex-table-selection-bg:color-mix(in srgb, var(--accent) 15%, transparent);--hex-table-range-bg:color-mix(in srgb, var(--accent) 15%, transparent);--hex-table-edit-error-bg:color-mix(in srgb, var(--danger) 16%, var(--surface));--hex-table-edit-error-fg:var(--danger);--hex-table-scrollbar-track:transparent;--hex-table-scrollbar-thumb:var(--border-strong);--hex-table-font-size:var(--hex-font-size-body,12.5px);--hex-table-header-font-size:var(--mantine-font-size-sm)}.ts-data-table{--hex-table-cell-padding-y:3px;flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.ts-data-table .hex-table{--hex-table-border-strong:var(--border)}.ts-data-table--framed{border:1px solid var(--border);border-radius:var(--mantine-radius-sm);background:var(--surface);overflow:hidden}.ts-data-table__notice{z-index:var(--hex-z-overlay);position:absolute;top:6px;right:6px}.ts-data-table .hex-table-cell:has(.ts-data-table-cell-dirty){background:color-mix(in srgb, var(--warn) 16%, var(--surface))}.ts-data-table .ts-data-table-cell-dirty{display:inline-block;position:relative}.ts-data-table .ts-data-table-cell-dirty:after{content:"•";color:var(--warn);font-size:var(--mantine-font-size-xs);pointer-events:none;position:absolute;top:-8px;right:-10px}.ts-data-chart{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;position:relative}.ts-data-chart--framed{border:1px solid var(--border);border-radius:var(--mantine-radius-sm);background:var(--surface);overflow:hidden}.ts-data-chart[data-legend-position=top]{flex-direction:column-reverse}.ts-data-chart[data-legend-position=right]{flex-direction:row}.ts-data-chart[data-legend-position=left]{flex-direction:row-reverse}.ts-data-chart__canvas{flex:1;min-width:0;min-height:0;display:flex;position:relative}.ts-data-chart__tooltip{z-index:20;pointer-events:none;white-space:nowrap;background:var(--surface);border:1px solid var(--border-strong);color:var(--text);box-shadow:var(--mantine-shadow-sm);border-radius:4px;padding:6px 8px;font-size:12px;position:absolute;top:0;left:0}.ts-data-chart__tooltip:empty{display:none}.ts-data-chart__tooltip-header{margin-bottom:4px;font-weight:600}.ts-data-chart__tooltip-marker{vertical-align:-1px;border-radius:50%;width:10px;height:10px;display:inline-block}.ts-data-chart__tooltip-time{color:var(--text-muted)}.ts-data-chart__notice{z-index:var(--hex-z-overlay);position:absolute;top:6px;right:6px}.ts-chart-legend{--ts-chart-legend-row-h:24px;flex:none;min-width:0;display:flex;overflow-y:auto}.ts-chart-legend[data-position=top],.ts-chart-legend[data-position=bottom]{max-height:calc(2 * var(--ts-chart-legend-row-h) + 4px);flex-flow:wrap;place-content:flex-start center;padding:2px 4px}.ts-chart-legend[data-position=top] .ts-chart-legend__item,.ts-chart-legend[data-position=bottom] .ts-chart-legend__item{max-width:min(220px,100%)}.ts-chart-legend[data-position=left],.ts-chart-legend[data-position=right]{flex-direction:column;width:min(220px,30%);padding:4px 2px}.ts-chart-legend__item{min-width:0;height:var(--ts-chart-legend-row-h);cursor:pointer;font-size:var(--hex-font-size-body);color:var(--text);background:0 0;border:0;align-items:center;gap:6px;padding:0 6px;display:flex}.ts-chart-legend__item[data-hidden] .ts-chart-legend__label{color:var(--text-muted)}.ts-chart-legend__swatch{background:var(--text-disabled);border-radius:2px;flex:none;width:10px;height:10px}.ts-chart-legend__label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.dash-tile-grid-scroll{min-height:0;padding:var(--mantine-spacing-md);flex:1;overflow-y:auto;container-type:size}.dash-tile-grid-scroll--page{overflow-y:visible}.dash-view-sticky-header{top:var(--app-shell-header-offset,0px);z-index:var(--hex-z-chrome);background:var(--surface);isolation:isolate;flex-direction:column;gap:0;display:flex;position:sticky}.dash-tile-grid{grid-template-columns:repeat(24,minmax(0,1fr));grid-auto-flow:row;grid-auto-rows:max(var(--dash-row-floor,0px), calc((100cqh - 11 * var(--mantine-spacing-md)) / 12));gap:var(--mantine-spacing-md);min-height:100cqh;display:grid;position:relative}@media (width<=768px){.dash-tile-grid{grid-template-columns:minmax(0,1fr)}.dash-tile-grid>*{grid-column:span 1!important}}.dash-tile-empty{border:1px dashed var(--border-strong);border-radius:var(--mantine-radius-md);min-height:0;color:var(--text-muted);flex:1;justify-content:center;align-items:center;display:flex}.dash-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--mantine-radius-sm);min-width:0;min-height:0;transition:border-color var(--hex-motion-fast) ease;flex-direction:column;flex:1;display:flex;overflow:hidden}.dash-tile-header{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:8px;padding:8px 12px;display:flex}.dash-tile-title{min-width:0;font-size:var(--mantine-font-size-md);text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:600;overflow:hidden}.dash-tile-body{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.dash-tile-selectable:hover .dash-tile{border-color:color-mix(in srgb, var(--accent) 55%, var(--border))}.dash-tile--selected .dash-tile{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.dash-tile--drop-target{outline:2px dashed var(--success);outline-offset:2px}.dash-tile-grip{border-radius:var(--mantine-radius-sm);width:20px;height:20px;color:var(--text-dim);cursor:grab;touch-action:none;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.dash-tile-grip:hover,.dash-tile-grip:focus-visible{color:var(--text);background:var(--surface-3)}.dash-config-panel{background:var(--surface);border-left:1px solid var(--border);flex-shrink:0;min-width:0;min-height:0;overflow-y:auto}.dash-inspector-empty{padding:var(--mantine-spacing-md)}.dash-empty{min-height:0;padding:var(--mantine-spacing-xl);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;display:flex}.dash-empty-title{font-size:var(--mantine-font-size-lg);font-weight:600}.dash-empty-subtitle{font-size:var(--mantine-font-size-sm)}.dash-empty-cards{justify-content:center;gap:var(--mantine-spacing-md);margin-top:var(--mantine-spacing-lg);flex-wrap:wrap;display:flex}.dash-empty-card{justify-content:center;align-items:center;gap:var(--mantine-spacing-sm);border:1px solid var(--border);border-radius:var(--mantine-radius-md);background:var(--surface);width:160px;height:120px;color:var(--text);transition:border-color var(--hex-motion-fast) ease, background-color var(--hex-motion-fast) ease;flex-direction:column;display:flex}.dash-empty-card:hover:not(:disabled),.dash-empty-card:focus-visible:not(:disabled){border-color:var(--accent);background:var(--accent-bg)}.dash-empty-card:disabled{opacity:.5;cursor:not-allowed}.dash-empty-card>span{font-size:var(--mantine-font-size-sm);font-weight:500}.dash-code-view{flex-direction:column;flex:1;min-height:0;display:flex}.dash-code-view-header{justify-content:space-between;align-items:center;gap:var(--mantine-spacing-sm);padding:var(--mantine-spacing-xs) var(--mantine-spacing-sm);background:var(--surface-2);border-bottom:1px solid var(--border);flex-shrink:0;display:flex}.dash-code-view-body{flex:1;min-height:0;display:flex}.dash-code-editor{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.dash-code-editor--split{flex:56%}.dash-code-cm{flex:1;min-height:0}.dash-code-preview{gap:var(--mantine-spacing-sm);min-width:0;min-height:0;padding:var(--mantine-spacing-md);border-left:1px solid var(--border);flex-direction:column;flex:44%;display:flex;overflow:auto}.dash-tile-error{background:color-mix(in srgb, var(--danger) 16%, var(--surface));flex:1;min-height:0;padding:8px;overflow:auto}.dash-lock-banner{margin-bottom:var(--mantine-spacing-xs)}.dash-insertion-marker{background:var(--accent);pointer-events:none;width:3px;z-index:var(--hex-z-overlay);border-radius:2px;margin-left:-1.5px;position:absolute}.dash-validity-footer{padding:var(--mantine-spacing-xs) var(--mantine-spacing-sm);background:var(--surface-2);border-top:1px solid var(--border)}.dash-validity-dot{background:var(--text-dim);border-radius:50%;width:7px;height:7px}.dash-validity-dot[data-state=ok]{background:var(--success)}.dash-validity-dot[data-state=error]{background:var(--danger)}.dash-settings-body{background:var(--surface);flex-direction:column;height:100%;display:flex;position:relative}.dash-settings-resizer{z-index:var(--hex-z-overlay);display:flex;position:absolute;top:0;bottom:0;left:0}.dash-settings-sections{gap:var(--mantine-spacing-md);padding:var(--mantine-spacing-md);flex-direction:column;flex:1;display:flex;overflow-y:auto}.dash-panel-edit-area{flex:1;min-width:0;min-height:0;display:flex}.dash-panel-edit-left{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:auto}.dash-panel-bar{align-items:center;gap:var(--mantine-spacing-sm);padding:var(--mantine-spacing-xs) var(--mantine-spacing-sm);background:var(--surface-2);border-bottom:1px solid var(--border);flex-shrink:0;display:flex}.dash-panel-preview{min-width:0;min-height:240px;padding:var(--mantine-spacing-md);flex-direction:column;flex:1.4;display:flex}.dash-data-panel{border-top:1px solid var(--border);background:var(--surface);flex-direction:column;flex:1;min-width:0;min-height:170px;display:flex;overflow:hidden}.dash-data-panel-header{align-items:center;gap:var(--mantine-spacing-xs);padding:var(--mantine-spacing-xs) var(--mantine-spacing-md);border-bottom:1px solid var(--border);flex-shrink:0;display:flex}.dash-data-panel-body{min-height:0;padding:var(--mantine-spacing-md);flex:1;overflow:auto}.dash-data-panel-body--drop-target{outline:2px dashed var(--success);outline-offset:-2px}.dash-tile-cell{flex-direction:column;gap:4px;min-height:0;display:flex;position:relative}.dash-tile-badge{cursor:default}.dash-tile-date-picker{min-width:190px}.dash-edit-area{flex:1;min-height:0;display:flex}.dash-panel-switch-label{text-overflow:ellipsis;white-space:nowrap;max-width:210px;overflow:hidden}
