.dt-root{--dt-bg:#fff;--dt-fg:#18181b;--dt-muted-fg:#71717a;--dt-border:#e4e4e7;--dt-radius:8px;--dt-header-bg:#fafafa;--dt-header-fg:#52525b;--dt-header-height:38px;--dt-row-hover:#f4f4f5;--dt-row-stripe:#fcfcfd;--dt-row-height:40px;--dt-accent:#3b82f6;--dt-accent-fg:#18181b;--dt-accent-text:#1d4ed8;--dt-resize-handle:#d4d4d8;--dt-resize-handle-active:var(--dt-accent);--dt-drop-indicator:var(--dt-accent);--dt-focus-ring:var(--dt-accent);--dt-pinned-bg:var(--dt-bg);--dt-pin-shadow-start:6px 0 6px -6px #0000002e;--dt-pin-shadow-end:-6px 0 6px -6px #0000002e;--dt-indent:18px;--dt-detail-bg:#f8f8fa;--dt-footer-bg:var(--dt-bg);--dt-footer-fg:var(--dt-muted-fg);--dt-viewport-max-height:70vh;--dt-font:inherit;--dt-font-size:14px;isolation:isolate;border:1px solid var(--dt-border);border-radius:var(--dt-radius);background:var(--dt-bg);color:var(--dt-fg);font-family:var(--dt-font);font-size:var(--dt-font-size);flex-direction:row;display:flex;position:relative}:is(.dt-root:has(>.dt-panel-floating),.dt-root:has(>.dt-menu),.dt-root:has(>.dt-filter-popover)){z-index:1}.dt-main{border-radius:inherit;flex-direction:column;flex:auto;min-width:0;display:flex}.dt-root:has(>.dt-sidebar)>.dt-main{border-start-end-radius:0;border-end-end-radius:0}.dt-viewport{border-radius:inherit;flex:auto;min-height:0;position:relative;overflow:auto}.dt-viewport[data-dt-unbounded]{max-height:var(--dt-viewport-max-height)}.dt-toolbar~.dt-viewport,.dt-error~.dt-viewport{border-start-start-radius:0;border-start-end-radius:0}:is(.dt-viewport:has(~.dt-footer),.dt-viewport:has(~.dt-status-bar)){border-end-end-radius:0;border-end-start-radius:0}.dt-root.dt-is-resizing,.dt-root.dt-is-resizing *{-webkit-user-select:none;user-select:none;cursor:col-resize!important}@media (prefers-color-scheme:dark){.dt-root:not([data-dt-theme=light]){--dt-bg:#18181b;--dt-fg:#fafafa;--dt-muted-fg:#a1a1aa;--dt-border:#2e2e33;--dt-header-bg:#1f1f23;--dt-header-fg:#a1a1aa;--dt-row-hover:#232327;--dt-row-stripe:#1b1b1f;--dt-resize-handle:#3f3f46;--dt-detail-bg:#1c1c20;--dt-pin-shadow-start:6px 0 6px -6px #00000080;--dt-pin-shadow-end:-6px 0 6px -6px #00000080;--dt-accent-text:#60a5fa}}.dt-root[data-dt-theme=dark]{--dt-bg:#18181b;--dt-fg:#fafafa;--dt-muted-fg:#a1a1aa;--dt-border:#2e2e33;--dt-header-bg:#1f1f23;--dt-header-fg:#a1a1aa;--dt-row-hover:#232327;--dt-row-stripe:#1b1b1f;--dt-resize-handle:#3f3f46;--dt-detail-bg:#1c1c20;--dt-pin-shadow-start:6px 0 6px -6px #00000080;--dt-pin-shadow-end:-6px 0 6px -6px #00000080;--dt-accent-text:#60a5fa}.dt-table{border-collapse:separate;border-spacing:0;table-layout:fixed}.dt-th{box-sizing:border-box;height:var(--dt-header-height);background:var(--dt-header-bg);color:var(--dt-header-fg);text-align:start;white-space:nowrap;border-bottom:1px solid var(--dt-border);z-index:3;padding:0;font-weight:500;position:sticky}.dt-th-inner{align-items:center;gap:4px;height:100%;padding-inline:10px;display:flex;overflow:hidden}.dt-th-label{text-overflow:ellipsis;flex:auto;overflow:hidden}.dt-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;font:inherit;color:inherit;text-align:start;background:0 0;border:0;flex:auto;align-items:center;gap:4px;padding:0;display:flex;overflow:hidden}.dt-sortable:focus-visible,.dt-menu-button:focus-visible,.dt-panel-item:focus-visible{outline:2px solid var(--dt-focus-ring);outline-offset:-2px;border-radius:3px}.dt-sort-icon{color:var(--dt-muted-fg);flex:none;transition:color .12s}.dt-th[aria-sort]:not([aria-sort=none]) .dt-sort-icon{color:var(--dt-fg)}.dt-sort-index{font-variant-numeric:tabular-nums;font-size:10px}.dt-filtered,.dt-grouped{color:var(--dt-accent-text);flex:none;display:inline-flex}.dt-td{box-sizing:border-box;height:var(--dt-row-height);border-bottom:1px solid var(--dt-border);text-overflow:ellipsis;white-space:nowrap;background:var(--dt-bg);padding-block:0;padding-inline:10px;overflow:hidden}.dt-tr:last-child .dt-td{border-bottom:0}.dt-striped .dt-tr[data-parity=odd] .dt-td{background:var(--dt-row-stripe)}.dt-spacer-row>td{border:0;padding:0}.dt-tr:hover .dt-td{background:var(--dt-row-hover)}.dt-row-number{text-align:end;color:var(--dt-muted-fg);font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none}.dt-selection-cell{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding-inline:0;display:flex}.dt-selection-box{accent-color:var(--dt-accent);cursor:pointer;block-size:16px;inline-size:16px;margin:0}.dt-selection-box:focus-visible{outline:2px solid var(--dt-accent);outline-offset:2px}.dt-selection-bar{border-bottom:1px solid var(--dt-border);background:var(--dt-header-bg);color:var(--dt-fg);flex:none;align-items:center;gap:8px;padding:6px 8px;animation:.15s ease-out dt-selection-bar-in;display:flex}@keyframes dt-selection-bar-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.dt-selection-bar{animation:none}}.dt-pinned{z-index:2;position:sticky}.dt-td.dt-pinned{background:var(--dt-pinned-bg)}.dt-th.dt-pinned{z-index:4}.dt-pinned-start-last{box-shadow:var(--dt-pin-shadow-start)}.dt-pinned-end-first{box-shadow:var(--dt-pin-shadow-end)}.dt-tfoot-td{z-index:3;background:var(--dt-header-bg);color:var(--dt-fg);border-top:1px solid var(--dt-border);border-bottom:0;position:sticky;bottom:0}.dt-tfoot-td.dt-pinned{z-index:4;background:var(--dt-header-bg)}.dt-totals-label{color:var(--dt-muted-fg);flex:none;font-weight:500}.dt-resizer{cursor:col-resize;touch-action:none;-webkit-user-select:none;user-select:none;background:0 0;border:0;justify-content:flex-end;width:9px;padding:0;display:flex;position:absolute;inset-block:0;inset-inline-end:0}.dt-resizer:after{content:"";background:var(--dt-resize-handle);width:1px;height:100%;transition:background .12s,width .12s}.dt-resizer:hover:after,.dt-resizer:focus-visible:after,.dt-resizing .dt-resizer:after{background:var(--dt-resize-handle-active);width:2px}.dt-resizing{-webkit-user-select:none;user-select:none}.dt-grip{cursor:row-resize;touch-action:none;inset-inline:0;background:0 0;border:0;justify-content:center;align-items:center;height:10px;padding:0;display:flex;position:absolute;bottom:-4px}.dt-grip:after{content:"";background:var(--dt-muted-fg);border-radius:999px;width:40px;height:3px;transition:transform .12s;transform:scaleX(.6)}.dt-grip:hover:after,.dt-grip:focus-visible:after{background:var(--dt-resize-handle-active);transform:scaleX(1)}.dt-grip-shield{z-index:2;cursor:row-resize;-webkit-user-select:none;user-select:none;position:fixed;inset:0}.dt-th-filler,.dt-td-filler{border-inline:0;padding:0}.dt-draggable{cursor:grab}.dt-dragging,.dt-panel-dragging{cursor:grabbing;transform:scale(.98)}.dt-dragging>*,.dt-panel-dragging>*{opacity:.5}.dt-drop-slot:after{content:"";background:color-mix(in oklab, var(--dt-drop-indicator) 12%, transparent);outline:1px dashed var(--dt-drop-indicator);outline-offset:-1px;pointer-events:none;z-index:5;border-radius:4px;animation:.15s ease-out dt-slot-open;position:absolute;inset:2px}@keyframes dt-slot-open{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.dt-drop-slot:after{animation:none}}.dt-toolbar{border-bottom:1px solid var(--dt-border);background:var(--dt-bg);border-radius:inherit;border-end-end-radius:0;border-end-start-radius:0;flex:none;align-items:center;gap:8px;padding:6px 8px;display:flex}.dt-spacer{flex:auto}.dt-search-box{align-items:center;display:inline-flex;position:relative}.dt-search::-webkit-search-cancel-button{appearance:none}.dt-search-clear{width:24px;height:24px;color:var(--dt-muted-fg);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;font-size:15px;line-height:1;display:inline-flex;position:absolute;inset-inline-end:2px}.dt-search-clear:hover{color:var(--dt-fg);background:var(--dt-row-hover)}.dt-sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.dt-menu-button{border:1px solid var(--dt-border);background:var(--dt-bg);height:28px;color:var(--dt-fg);font:inherit;cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding-inline:10px;font-size:13px;display:inline-flex}.dt-menu-button:hover{background:var(--dt-row-hover)}.dt-panel{background:var(--dt-bg);flex-direction:column;padding:6px;display:flex;overflow:hidden}.dt-panel-floating{z-index:10;border:1px solid var(--dt-border);border-radius:var(--dt-radius);inset-inline-end:8px;width:260px;max-height:340px;position:absolute;top:40px;box-shadow:0 10px 30px #00000024}.dt-panel-docked{border-inline-end:1px solid var(--dt-border);flex:none;width:260px;max-width:100%;min-height:0;max-height:100%;animation:.2s ease-out dt-panel-in}@keyframes dt-panel-in{0%{opacity:0;transform:translate(8px)}}@media (prefers-reduced-motion:reduce){.dt-panel-docked{animation:none}}.dt-sidebar{border-inline-start:1px solid var(--dt-border);flex-direction:row-reverse;flex:none;min-width:0;display:flex}.dt-sidebar-rail{background:var(--dt-header-bg);border-start-end-radius:var(--dt-radius);border-end-end-radius:var(--dt-radius);flex-direction:column;flex:none;align-items:stretch;gap:2px;width:44px;padding:6px 2px;display:flex}.dt-sidebar-tab{writing-mode:vertical-rl;width:100%;min-height:72px;color:var(--dt-muted-fg);font:inherit;letter-spacing:.02em;text-align:center;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:10px 0;font-size:12px}.dt-sidebar-tab:hover{background:var(--dt-row-hover);color:var(--dt-fg)}.dt-sidebar-tab[aria-selected=true]{background:var(--dt-bg);color:var(--dt-accent-text);box-shadow:inset 2px 0 0 0 var(--dt-accent)}.dt-sidebar-tab:focus-visible{outline:2px solid var(--dt-focus-ring);outline-offset:-2px}@media (width<=640px){.dt-sidebar[data-dt-open]{z-index:10;border-radius:inherit;background:var(--dt-bg);border-inline-start:0;flex-direction:column;position:absolute;inset:0}.dt-sidebar[data-dt-open] .dt-sidebar-rail{border-bottom:1px solid var(--dt-border);border-radius:0;flex-direction:row;width:auto}.dt-sidebar[data-dt-open] .dt-sidebar-tab{writing-mode:horizontal-tb;width:auto;min-height:0;padding:8px 12px}.dt-sidebar[data-dt-open] .dt-sidebar-tab[aria-selected=true]{box-shadow:inset 0 -2px 0 0 var(--dt-accent)}.dt-panel-docked{border-inline-end:0;flex:auto;width:auto;max-height:none}}.dt-panel-head{color:var(--dt-muted-fg);align-items:center;gap:8px;padding:4px 6px 8px;font-size:12px;display:flex}.dt-panel-body{flex:auto;min-height:0;overflow:auto}.dt-panel-tabs{border-bottom:1px solid var(--dt-border);flex:none;gap:4px;margin-bottom:6px;display:flex}.dt-panel-tab{color:var(--dt-muted-fg);font:inherit;cursor:pointer;border:0;background:0 0;border-bottom:2px solid #0000;padding:6px 8px;font-size:12px}.dt-panel-tab[aria-selected=true]{color:var(--dt-accent-text);border-bottom-color:var(--dt-accent)}.dt-panel-tab:focus-visible{outline:2px solid var(--dt-focus-ring);outline-offset:-2px}.dt-panel-foot{border-top:1px solid var(--dt-border);flex:none;justify-content:flex-end;padding:6px 4px 2px;display:flex}.dt-filter-summary{text-overflow:ellipsis;white-space:nowrap;max-width:120px;color:var(--dt-muted-fg);flex:none;font-size:11px;overflow:hidden}.dt-panel-item,.dt-panel-group-head{width:100%;color:inherit;font:inherit;text-align:start;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:6px;font-size:13px;display:flex}.dt-panel-item:hover,.dt-panel-group-head:hover{background:var(--dt-row-hover)}.dt-panel-label{text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.dt-panel-list,.dt-panel-sublist{margin:0;padding:0;list-style:none}.dt-panel-sublist{border-inline-start:1px solid var(--dt-border);margin-inline-start:9px;padding-inline-start:12px}.dt-panel-item,.dt-panel-group-head{position:relative}.dt-panel-group-label{font-weight:600}.dt-group-toggle{width:16px;height:20px;color:var(--dt-muted-fg);cursor:pointer;background:0 0;border:0;border-radius:4px;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.dt-group-toggle:hover{color:var(--dt-fg)}.dt-group-toggle:focus-visible{outline:2px solid var(--dt-focus-ring);outline-offset:1px}.dt-chevron{transition:transform .15s ease-out}.dt-chevron-collapsed{transform:rotate(-90deg)}@media (prefers-reduced-motion:reduce){.dt-chevron{transition:none}}.dt-drag-handle{width:16px;height:20px;color:var(--dt-muted-fg);cursor:grab;border-radius:4px;flex:none;justify-content:center;align-items:center;display:inline-flex}.dt-drag-handle:focus-visible{outline:2px solid var(--dt-focus-ring);outline-offset:1px}.dt-panel-item:hover .dt-drag-handle,.dt-panel-group-head:hover>.dt-drag-handle{color:var(--dt-fg)}.dt-pin-badge,.dt-filter-badge{background:var(--dt-accent);color:var(--dt-accent-fg);white-space:nowrap;border-radius:4px;flex:none;padding:3px 5px;font-size:10px;line-height:1}.dt-link{color:var(--dt-accent-text);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px}.dt-link:disabled{color:var(--dt-muted-fg);cursor:default}.dt-empty{text-align:center;color:var(--dt-muted-fg);padding:28px 12px}.dt-empty-text{margin:0 0 10px}@media (prefers-reduced-motion:reduce){.dt-root *,.dt-root :before,.dt-root :after{transition-duration:.01ms!important}}.dt-th-group{text-align:center;border-inline-end:1px solid var(--dt-border)}.dt-th-group .dt-th-inner{letter-spacing:.02em;opacity:.85;justify-content:center;font-size:.92em}.dt-th-group .dt-resizer{inset-inline-end:-1px}.dt-th{vertical-align:bottom}.dt-lead{align-items:center;gap:6px;min-width:0;display:flex}.dt-td-value{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.dt-expand{width:18px;height:18px;color:var(--dt-muted-fg);cursor:pointer;background:0 0;border:0;border-radius:4px;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.dt-expand:hover{background:var(--dt-row-hover);color:var(--dt-fg)}.dt-expand:focus-visible{outline:2px solid var(--dt-focus-ring);outline-offset:-2px}.dt-expand-icon{transition:transform .14s}.dt-expand-open{transform:rotate(90deg)}.dt-depth-spacer{flex:none;display:inline-block}.dt-tr-expanded .dt-td,.dt-striped .dt-tr.dt-tr-expanded .dt-td{background:var(--dt-row-hover)}.dt-group-row .dt-td{background:var(--dt-row-hover);font-weight:600}.dt-striped .dt-tr.dt-group-row .dt-td{background:var(--dt-row-hover)}.dt-group-row .dt-group-cell,.dt-group-row .dt-group-cell .dt-lead{overflow:visible}.dt-group-continued .dt-td{color:var(--dt-muted-fg);font-weight:400}.dt-group-continued .dt-group-value{font-weight:400}.dt-group-value{text-overflow:clip;flex:none;font-weight:600;overflow:visible}.dt-group-count{color:var(--dt-muted-fg);font-variant-numeric:tabular-nums;flex:none;font-weight:400}.dt-detail-row .dt-detail-cell{border-bottom:1px solid var(--dt-border);background:var(--dt-detail-bg);padding:0}.dt-detail{padding:12px 14px}@media (prefers-reduced-motion:reduce){.dt-expand-icon{transition:none}}.dt-kebab{width:16px;color:var(--dt-muted-fg);cursor:pointer;opacity:0;pointer-events:none;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;inset-block:0;inset-inline-end:9px}.dt-th:hover .dt-kebab,.dt-th:focus-within .dt-kebab,.dt-kebab:focus-visible{opacity:1;pointer-events:auto}.dt-kebab:focus-visible{outline:2px solid var(--dt-focus-ring);outline-offset:-2px;border-radius:3px}.dt-th:not(.dt-th-group) .dt-th-inner{padding-inline-end:26px}.dt-menu{z-index:20;border:1px solid var(--dt-border);border-radius:var(--dt-radius);background:var(--dt-bg);width:max-content;min-width:190px;max-width:calc(100vw - 16px);padding:4px;position:fixed;box-shadow:0 12px 34px #0000002e}.dt-menu-item{width:100%;color:var(--dt-fg);font:inherit;text-align:start;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:7px 10px;font-size:13px;display:block}.dt-menu-item:hover{background:var(--dt-row-hover)}.dt-menu-item:focus-visible{outline:2px solid var(--dt-focus-ring);outline-offset:-2px}.dt-menu-item[aria-current=true]{color:var(--dt-accent-text);font-weight:500}.dt-menu-sep{background:var(--dt-border);border:0;height:1px;margin:4px 6px}.dt-filter-popover{z-index:21;border:1px solid var(--dt-border);border-radius:var(--dt-radius);background:var(--dt-bg);width:240px;position:fixed;box-shadow:0 12px 34px #0000002e}.dt-status-bar{border-top:1px solid var(--dt-border);background:var(--dt-footer-bg);color:var(--dt-footer-fg);border-radius:inherit;border-start-start-radius:0;border-start-end-radius:0;flex-wrap:wrap;flex:none;align-items:center;gap:12px;padding:6px 10px;font-size:13px;display:flex}.dt-status-bar:has(~.dt-footer){border-end-end-radius:0;border-end-start-radius:0}.dt-footer{border-top:1px solid var(--dt-border);background:var(--dt-footer-bg);color:var(--dt-footer-fg);border-radius:inherit;border-start-start-radius:0;border-start-end-radius:0;flex-wrap:wrap;flex:none;align-items:center;gap:12px;padding:6px 10px;font-size:13px;display:flex}.dt-footer-size{align-items:center;gap:6px;display:inline-flex}.dt-select,.dt-page-input,.dt-search,.dt-filter-input{border:1px solid var(--dt-border);background:var(--dt-bg);height:28px;color:var(--dt-fg);font:inherit;border-radius:6px;padding-inline:6px;font-size:13px}.dt-page-input{text-align:center;width:4em}.dt-search{width:14em;padding-inline:6px 26px}.dt-footer-nav{align-items:center;gap:4px;display:inline-flex}.dt-icon-button{border:1px solid var(--dt-border);background:var(--dt-bg);width:28px;height:28px;color:var(--dt-fg);font:inherit;cursor:pointer;border-radius:6px}.dt-icon-button:hover:not(:disabled){background:var(--dt-row-hover)}.dt-icon-button:disabled{opacity:.4;cursor:default}.dt-select:focus-visible,.dt-page-input:focus-visible,.dt-search:focus-visible,.dt-search-clear:focus-visible,.dt-filter-input:focus-visible,.dt-icon-button:focus-visible{outline:2px solid var(--dt-focus-ring);outline-offset:-2px}.dt-progress{z-index:6;height:2px;margin-bottom:-2px;margin-inline:var(--dt-radius);background:linear-gradient(90deg, transparent, var(--dt-accent), transparent);background-size:40% 100%;flex:none;animation:1s linear infinite dt-progress;position:relative}.dt-toolbar~.dt-progress{margin-inline:0}@keyframes dt-progress{0%{background-position:-40% 0}to{background-position:140% 0}}.dt-loading tbody{opacity:.6;transition:opacity .2s}.dt-error{border-radius:inherit;border-bottom:1px solid var(--dt-border);background:var(--dt-bg);color:var(--dt-fg);border-end-end-radius:0;border-end-start-radius:0;flex:none;align-items:center;gap:12px;padding:8px 12px;font-size:13px;display:flex}.dt-toolbar~.dt-error{border-start-start-radius:0;border-start-end-radius:0}.dt-edit-notice{border-radius:inherit;border-bottom:1px solid var(--dt-border);background:var(--dt-bg);color:var(--dt-fg);border-end-end-radius:0;border-end-start-radius:0;flex:none;align-items:center;gap:12px;padding:8px 12px;font-size:13px;animation:.15s both dt-edit-notice-in;display:flex}.dt-edit-notice-error{font-weight:500}.dt-toolbar~.dt-edit-notice,.dt-edit-notice~.dt-viewport{border-start-start-radius:0;border-start-end-radius:0}.dt-edit-notice span{flex:1}@keyframes dt-edit-notice-in{0%{opacity:0;transform:translateY(-4px)}}.dt-td[data-dt-pending]{opacity:.6}@media (prefers-reduced-motion:reduce){.dt-edit-notice{animation:none}}.dt-skeleton{background:linear-gradient(90deg, var(--dt-row-hover) 25%, var(--dt-border) 50%, var(--dt-row-hover) 75%);background-size:200% 100%;border-radius:4px;height:12px;animation:1.2s ease-in-out infinite dt-shimmer;display:inline-block}@keyframes dt-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.dt-progress,.dt-skeleton{animation:none}}.dt-filter-editor{flex-direction:column;gap:6px;padding:8px;display:flex}.dt-filter-editor .dt-select,.dt-filter-editor .dt-filter-input{width:100%}.dt-filter-actions{align-items:center;gap:8px;display:flex}.dt-filter-note{color:var(--dt-muted-fg);margin:0;padding:6px 2px;font-size:12px}.dt-values{flex-direction:column;gap:6px;display:flex}.dt-values-list{max-height:180px;margin:0;padding:0;list-style:none;overflow:auto}.dt-values-list[aria-busy=true]{opacity:.6;transition:opacity .2s}.dt-values-item{align-items:center;gap:6px;padding:2px 0;display:flex}.dt-values-label{text-overflow:ellipsis;white-space:nowrap;cursor:pointer;flex:auto;align-items:center;gap:6px;font-size:13px;display:flex;overflow:hidden}.dt-values-count{color:var(--dt-muted-fg);font-variant-numeric:tabular-nums;flex:none;font-size:11px}.dt-values-failed{color:var(--dt-muted-fg);align-items:center;gap:8px;margin:0;font-size:12px;display:flex}.dt-rowgroups{border-top:1px solid var(--dt-border);background:var(--dt-bg);margin-top:8px;padding-top:4px;position:sticky;bottom:0}.dt-rowgroups-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.dt-rowgroups-empty{border:1px dashed var(--dt-border);border-radius:6px;padding:10px 8px}.dt-rowgroups-placeholder{color:var(--dt-muted-fg);text-align:center;font-size:12px}.dt-group-chip{border:1px solid var(--dt-border);background:var(--dt-bg);border-radius:6px;align-items:center;gap:6px;padding:4px 6px;font-size:13px;display:flex;position:relative}.dt-group-chip-level{background:var(--dt-row-hover);min-width:16px;height:16px;color:var(--dt-muted-fg);font-variant-numeric:tabular-nums;border-radius:4px;flex:none;justify-content:center;align-items:center;font-size:11px;display:inline-flex}.dt-group-chip-name{width:auto;min-width:0;color:inherit;text-overflow:ellipsis;white-space:nowrap;flex:auto;justify-content:flex-start;overflow:hidden}.dt-group-chip-remove,.dt-group-toggle-btn{width:20px;height:20px;color:var(--dt-muted-fg);cursor:pointer;background:0 0;border:0;border-radius:4px;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.dt-group-chip-remove:after,.dt-group-toggle-btn:after{content:"";position:absolute;inset:-10px}.dt-group-chip-remove:hover,.dt-group-toggle-btn:hover{background:var(--dt-row-hover);color:var(--dt-fg)}.dt-group-toggle-btn[aria-pressed=true]{color:var(--dt-accent-text)}.dt-group-chip-ghost{color:var(--dt-muted-fg);border-style:dashed}.dt-menu-item[aria-disabled=true]{color:var(--dt-muted-fg);cursor:default}.dt-menu-item[aria-disabled=true]:hover{background:0 0}.dt-menu-note{color:var(--dt-muted-fg);white-space:normal;margin-top:2px;font-size:12px;font-weight:400;display:block}.dt-cell-editor{flex-direction:column;gap:4px;width:100%;display:flex}.dt-cell-editor .dt-filter-input,.dt-cell-editor .dt-select{width:100%}.dt-cell-editor-error{color:var(--dt-fg);margin:0;font-size:12px;font-weight:500;animation:.12s both dt-cell-editor-error-in}@keyframes dt-cell-editor-error-in{0%{opacity:0;transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){.dt-cell-editor-error{animation:none}}.dt-filters-host{flex-direction:column;gap:16px;padding:8px 2px 12px;display:flex}.dt-filters-host:not(:last-child){border-bottom:1px solid var(--dt-border);margin-bottom:8px}.dt-sidebar-tab-count{background:var(--dt-accent);block-size:18px;min-inline-size:18px;color:var(--dt-accent-fg);writing-mode:horizontal-tb;border-radius:9px;justify-content:center;align-items:center;margin-block-start:6px;padding-inline:4px;font-size:11px;line-height:1;display:inline-flex}.dt-root:not([data-dt-theme]){--dt-bg:var(--background);--dt-fg:var(--foreground);--dt-muted-fg:var(--muted-foreground);--dt-border:var(--border);--dt-radius:var(--radius);--dt-header-bg:var(--table-header-bg,var(--muted));--dt-header-fg:var(--table-header-fg,var(--muted-foreground));--dt-row-hover:var(--table-row-hover,var(--accent));--dt-row-stripe:var(--table-row-stripe,color-mix(in oklab, var(--muted) 50%, var(--background)));--dt-accent:var(--primary);--dt-accent-fg:var(--primary-foreground);--dt-accent-text:var(--primary);--dt-resize-handle:var(--border);--dt-resize-handle-active:var(--primary);--dt-drop-indicator:var(--primary);--dt-focus-ring:var(--ring);--dt-pinned-bg:var(--table-pinned-bg,var(--background));--dt-footer-bg:var(--table-footer-bg,var(--background));--dt-footer-fg:var(--table-footer-fg,var(--muted-foreground));--dt-pin-shadow-start:6px 0 6px -6px color-mix(in oklab, var(--foreground) 25%, transparent);--dt-pin-shadow-end:-6px 0 6px -6px color-mix(in oklab, var(--foreground) 25%, transparent);--dt-detail-bg:color-mix(in oklab, var(--muted) 50%, transparent);--dt-font:var(--font-sans,inherit)}.ds-rows-clickable tbody .dt-tr:not(.dt-group-row){cursor:pointer}.dt-root .dt-viewport:focus-visible{outline:none}.dt-root.dt-root.dt-root{--dt-bg:var(--card);--dt-pinned-bg:var(--card);--dt-header-bg:var(--card);--dt-footer-bg:var(--card);--dt-header-fg:var(--foreground);--dt-header-height:34px}.dt-root.dt-root .dt-th{border-bottom:2px solid var(--primary);font-weight:600}@font-face{font-family:Onest Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/onest-cyrillic-ext-wght-normal-DOFToQv1.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Onest Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/onest-cyrillic-wght-normal-DayYxulF.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Onest Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/onest-math-wght-normal-Bl4ZGkZl.woff2)format("woff2-variations");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Onest Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/onest-symbols-wght-normal-DxQzqQfC.woff2)format("woff2-variations");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Onest Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/onest-vietnamese-wght-normal-BBxOatbv.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Onest Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/onest-latin-ext-wght-normal-QAhDxQuo.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Onest Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/onest-latin-wght-normal-Dun_Rd-l.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--background:#fcfcfd;--foreground:#4b465c;--card:#fff;--card-foreground:#4b465c;--popover:#fff;--popover-foreground:#4b465c;--sidebar:#fff;--sidebar-foreground:#4b465c;--primary:#7367f0;--primary-foreground:#fff;--primary-gradient:#7367f0b3;--secondary:#a8aaae;--secondary-foreground:#fff;--accent:#7367f0;--accent-foreground:#fff;--muted:#f1f0f2;--muted-foreground:#6f6b7d;--sidebar-primary:#7367f0;--sidebar-primary-foreground:#fff;--sidebar-accent:#eae8fd;--sidebar-accent-foreground:#7367f0;--border:#dbdade;--input:#0000003b;--ring:#7367f0;--sidebar-border:#dbdade;--sidebar-ring:#7367f0;--destructive:#ea5455;--destructive-foreground:#fff;--destructive-muted:#fce5e6;--success:#28c76f;--success-foreground:#fff;--success-muted:#dbf0e7;--warning:#ff9f43;--warning-foreground:#fff;--warning-muted:#f9ebe0;--info:#00cfe8;--info-foreground:#fff;--info-muted:#d5f1f7;--status-neutral-bg:#edecef;--status-neutral-fg:#6a6b6e;--status-neutral-border:#dcdcdf;--status-progress-bg:#f9ebe0;--status-progress-fg:#965e28;--status-progress-border:#fad8ba;--status-ready-bg:#d5f1f7;--status-ready-fg:#007684;--status-ready-border:#a1e9f4;--status-closed-bg:#dbf0e7;--status-closed-fg:#197a44;--status-closed-border:#afe6c9;--status-negative-bg:#f6e0e3;--status-negative-fg:#b24041;--status-negative-border:#f3bec0;--status-unknown-bg:#edecef;--status-unknown-fg:#6a6b6e;--status-unknown-border:#dcdcdf;--table-header-bg:#f6f6f7;--table-header-fg:#5d596c;--table-row-hover:#edecf8;--table-row-selected:#e6e5f1;--table-row-stripe:#f1f0fb;--table-pinned-bg:#fff;--table-footer-bg:#f6f6f7;--table-footer-fg:#5d596c;--field-readonly-bg:#f1f0f2;--field-readonly-fg:#4b465c;--field-disabled-bg:#f1f0f2;--field-disabled-fg:#a8aaae;--field-placeholder:#6f6b7d;--field-invalid:#ea5455;--shadow:#2f2b3d;--chip-red-bg:#d72a0f43;--chip-red-fg:#d7280f;--chip-green-bg:#1097154c;--chip-green-fg:#109714;--chip-yellow-bg:#ffc10735;--chip-yellow-fg:#ff9d00;--chip-blue-bg:#00cfe835;--chip-blue-fg:#00b6cc;--chip-grey-bg:#6c757d7e;--chip-grey-fg:#6c757d;--chart-1:#7367f0;--chart-2:#21a45c;--chart-3:#c97e35;--chart-4:#009eb1;--chart-5:#ea5455;--chart-6:#826af9;--chart-7:#2994e9;--chart-8:#8d8f92;--chart-9:#655bd3;--chart-10:#34a264;--chart-11:#c18144;--chart-12:#179eae;--radius:.375rem;--radius-sm:.25rem;--radius-lg:.5rem;--radius-xl:.625rem;--alpha-hover:.04;--alpha-selected:.06;--alpha-scrim:.55;--mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace}.dark{--background:#25293c;--foreground:#cfd3ec;--card:#2f3349;--card-foreground:#cfd3ec;--popover:#2f3349;--popover-foreground:#cfd3ec;--sidebar:#2f3349;--sidebar-foreground:#cfd3ec;--primary:#7367f0;--primary-foreground:#fff;--primary-gradient:#7367f0b3;--secondary:#a8aaae;--secondary-foreground:#fff;--accent:#7367f0;--accent-foreground:#fff;--muted:#363b54;--muted-foreground:#b6bee3;--sidebar-primary:#7367f0;--sidebar-primary-foreground:#fff;--sidebar-accent:#4a5072;--sidebar-accent-foreground:#cfd3ec;--border:#434968;--input:#ffffff3b;--ring:#7367f0;--sidebar-border:#434968;--sidebar-ring:#7367f0;--destructive:#ea5455;--destructive-foreground:#fff;--destructive-muted:#503242;--success:#28c76f;--success-foreground:#fff;--success-muted:#264c47;--warning:#ff9f43;--warning-foreground:#fff;--warning-muted:#55433e;--info:#00cfe8;--info-foreground:#fff;--info-muted:#1d4e62;--status-neutral-bg:#424555;--status-neutral-fg:#b1b3b6;--status-neutral-border:#60636f;--status-progress-bg:#55433e;--status-progress-fg:#ff9f43;--status-progress-border:#875e3f;--status-ready-bg:#1d4e62;--status-ready-fg:#00cfe8;--status-ready-border:#147489;--status-closed-bg:#264c47;--status-closed-fg:#36cb78;--status-closed-border:#267053;--status-negative-bg:#503242;--status-negative-fg:#f08686;--status-negative-border:#7e3c47;--status-unknown-bg:#424555;--status-unknown-fg:#b1b3b6;--status-unknown-border:#60636f;--table-header-bg:#4a5072;--table-header-fg:#cfd3ec;--table-row-hover:#2d2f4e;--table-row-selected:#33345c;--table-row-stripe:#2b2f43;--table-pinned-bg:#2f3349;--table-footer-bg:#4a5072;--table-footer-fg:#cfd3ec;--field-readonly-bg:#363b54;--field-readonly-fg:#cfd3ec;--field-disabled-bg:#363b54;--field-disabled-fg:#8692d0;--field-placeholder:#b6bee3;--field-invalid:#ea5455;--shadow:#0f1422;--chip-red-bg:#d72a0f43;--chip-red-fg:#d7280f;--chip-green-bg:#1097154c;--chip-green-fg:#109714;--chip-yellow-bg:#ffc10735;--chip-yellow-fg:#ff9d00;--chip-blue-bg:#00cfe835;--chip-blue-fg:#00b6cc;--chip-grey-bg:#6c757d7e;--chip-grey-fg:#6c757d;--chart-1:#7367f0;--chart-2:#28c76f;--chart-3:#ff9f43;--chart-4:#00cfe8;--chart-5:#ea5455;--chart-6:#826af9;--chart-7:#2b9bf4;--chart-8:#a8aaae;--chart-9:#6d63d5;--chart-10:#42ce80;--chart-11:#ffab5a;--chart-12:#1fd5eb;--alpha-hover:.04;--alpha-selected:.08;--alpha-scrim:.68}:root{--font-sans:"Onest Variable", system-ui, sans-serif;--font-heading:var(--font-sans)}*{border-color:var(--border)}:focus-visible{outline:2px solid color-mix(in oklab, var(--ring) 50%, transparent);outline-offset:2px}.MuiDialog-container:focus-visible,.MuiDialog-paper:focus-visible,.MuiModal-root:focus-visible{outline:none}html{font-family:var(--font-sans)}body{background-color:var(--background);color:var(--foreground);margin:0}button:not(:disabled),[role=button]:not(:disabled){cursor:pointer}.tabular{font-variant-numeric:tabular-nums}
