.bdg-root{--bdg-font-size:.8rem;--bdg-border-color:#18283e1f;--bdg-header-text:var(--color-text-primary,#18283ef2);--bdg-cell-text:var(--color-text-secondary,#18283eb8);--bdg-background:var(--color-background,#fff);--bdg-hover-tint:#18283e;--bdg-selected-tint:#2173d9;--bdg-accent:#2173d9;--bdg-accent-foreground:#fff;height:100%;min-height:inherit;font-family:Inter,sans-serif;font-size:var(--bdg-font-size);color:var(--bdg-cell-text);background:var(--bdg-background);grid-template:"header panel""viewport panel"minmax(0,1fr)"pagination pagination"/minmax(0,1fr) auto;display:grid;position:relative}.bdg-root.bdg-auto-height{height:auto}.bdg-header-viewport{grid-area:header;min-width:0;overflow:hidden}.bdg-viewport{scrollbar-gutter:stable;grid-area:viewport;min-width:0;position:relative;overflow:auto}.bdg-auto-height .bdg-viewport{overflow:visible}.bdg-header{background:var(--bdg-background);border-bottom:1px solid var(--bdg-border-color);color:var(--bdg-header-text);align-items:stretch;display:flex}.bdg-header-scrollbar-spacer{flex:none;align-self:stretch}.bdg-header-cell{background:var(--bdg-background);box-sizing:border-box;align-items:center;gap:2px;padding:0 8px;font-weight:600;display:flex;position:relative;overflow:hidden}.bdg-header-label{flex:1;align-items:center;gap:4px;min-width:0;display:flex}.bdg-header-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.bdg-header-text{text-overflow:ellipsis;white-space:nowrap;line-height:1.2;overflow:hidden}.bdg-sort-icon{flex-shrink:0;width:14px;height:14px}.bdg-filter-button,.bdg-filter-button-active{flex-shrink:0}.bdg-filter-button{opacity:.55}.bdg-filter-button:hover,.bdg-filter-button-active{opacity:1}.bdg-filter-dot{background:var(--bdg-accent);border-radius:9999px;width:6px;height:6px;position:absolute;top:2px;right:2px}.bdg-resize-handle{cursor:col-resize;z-index:1;width:8px;position:absolute;top:0;bottom:0;right:0}.bdg-resize-handle:after{content:"";background:var(--bdg-border-color);width:1px;height:16px;position:absolute;top:50%;right:3px;transform:translateY(-50%)}.bdg-header-cell.ag-header-align-right .bdg-header-label{justify-content:flex-end}.bdg-body{min-height:var(--bdg-row-height,36px);flex-direction:column;display:flex;position:relative}.bdg-root:not(.bdg-auto-height) .bdg-body{min-height:100%}.bdg-row-block{border-bottom:1px solid var(--bdg-border-color)}.bdg-row{background:var(--bdg-background);align-items:stretch;display:flex}.bdg-row:hover,.bdg-row:hover .bdg-cell{background:color-mix(in srgb, var(--bdg-background) 97%, var(--bdg-hover-tint))}.bdg-row-selected,.bdg-row-selected .bdg-cell{background:color-mix(in srgb, var(--bdg-background) 92%, var(--bdg-selected-tint))!important}.bdg-cell{-webkit-user-select:text;user-select:text;box-sizing:border-box;background:var(--bdg-background);align-items:center;padding:0 8px;display:flex;overflow:hidden}.bdg-cell.ag-truncate>:first-child,.bdg-cell>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bdg-selection-cell{justify-content:center;padding:0}.bdg-checkbox[data-state=checked],.bdg-checkbox[data-state=indeterminate]{background-color:var(--bdg-accent);border-color:var(--bdg-accent);color:var(--bdg-accent-foreground)}.bdg-checkbox[data-state=indeterminate] svg{display:none}.bdg-checkbox[data-state=indeterminate] [data-slot=checkbox-indicator]:after{content:"";background:currentColor;width:8px;height:2px;display:block}.bdg-cell-pinned{z-index:1;position:sticky}.bdg-header .bdg-cell-pinned{z-index:4}.bdg-pinned-left-edge{border-right:1px solid var(--bdg-border-color)}.bdg-pinned-right-edge{border-left:1px solid var(--bdg-border-color)}.bdg-virtual-row{position:absolute;top:0;left:0;right:0}.bdg-detail-row{-webkit-user-select:text;user-select:text}.bdg-overlay{z-index:2;flex:1;justify-content:center;align-items:center;display:flex;position:sticky;left:0}.bdg-loading-bar{z-index:2;background:color-mix(in srgb, var(--bdg-background) 70%, var(--bdg-accent));height:2px;margin-bottom:-2px;position:sticky;top:0;overflow:hidden}.bdg-loading-bar-indicator{background:var(--bdg-accent);width:40%;height:100%;animation:1.2s ease-in-out infinite bdg-loading-slide}@keyframes bdg-loading-slide{0%{transform:translate(-100%)}to{transform:translate(350%)}}.bdg-pagination{border-top:1px solid var(--bdg-border-color);background:var(--bdg-background);grid-area:pagination;justify-content:flex-end;align-items:center;gap:16px;padding:4px 12px;display:flex}.bdg-pagination-page-size,.bdg-pagination-controls{align-items:center;gap:4px;display:flex}.bdg-pagination-text{color:var(--bdg-cell-text);font-size:.875rem}.bdg-columns-panel{border-left:1px solid var(--bdg-border-color);background:var(--bdg-background);flex-direction:column;grid-area:panel;width:250px;display:flex;overflow:hidden}.bdg-columns-panel-title{color:var(--bdg-header-text);padding:8px 12px;font-size:.875rem;font-weight:500;line-height:1.57}.bdg-columns-panel-list{flex:1;overflow-y:auto}.bdg-columns-panel-item{align-items:center;min-width:0;padding:0 8px;display:flex}.bdg-columns-panel-label{cursor:pointer;align-items:center;gap:8px;min-width:0;padding:6px 0;display:flex}.bdg-columns-panel-item .bdg-columns-panel-label{flex:1}.bdg-columns-panel-label-text{white-space:nowrap;text-overflow:ellipsis;font-size:var(--bdg-font-size);overflow:hidden}.bdg-columns-panel-drag{cursor:grab;opacity:.4;flex-shrink:0;width:16px;height:16px}.shadcn-scope .bdg-root{--bdg-border-color:var(--border);--bdg-header-text:var(--foreground);--bdg-cell-text:var(--muted-foreground);--bdg-background:var(--card);--bdg-hover-tint:var(--foreground);--bdg-selected-tint:var(--primary);--bdg-accent:var(--primary);--bdg-accent-foreground:var(--primary-foreground);font-family:var(--font-stack-sans,Inter, sans-serif)}.ag-theme-quartz,.ag-theme-quartz-dark{--ag-font-family:Inter;--ag-font-size:.8rem;--ag-grid-size:6px;--ag-list-item-height:24px;--ag-row-height:36px;--ag-border-radius:2px}:is(.ag-theme-quartz,.ag-theme-quartz-dark) .ag-header-cell{font-weight:600}:is(.ag-theme-quartz,.ag-theme-quartz-dark) .ag-advanced-filter-header{display:none}:is(.ag-theme-quartz,.ag-theme-quartz-dark) .ag-header-cell-resize:after{width:1px!important;height:16px!important}:is(.ag-theme-quartz,.ag-theme-quartz-dark) .ag-layout-auto-height .ag-center-cols-viewport,:is(.ag-theme-quartz,.ag-theme-quartz-dark) .ag-layout-auto-height .ag-center-cols-container{min-height:28px!important}:is(.ag-theme-quartz,.ag-theme-quartz-dark) .ag-overlay-loading-wrapper{width:100%;margin-top:40px;display:block;position:relative}.ag-theme-quartz{--ag-header-background-color:var(--color-background);margin:0!important}.ag-theme-headerless .ag-header{border:none;display:none}.ag-theme-borderless .ag-root-wrapper{border:none;border-radius:0}.ag-theme-borderless .ag-header{background-color:#fff}.ag-theme-quartz-dark{--ag-header-background-color:var(--color-background);--ag-background-color:var(--color-background);--ag-control-panel-background-color:var(--color-background)}.ag-cell-focus,.ag-cell-no-focus{border:none!important}.ag-grid-selectable-cell-content{-webkit-user-select:text!important;user-select:text!important}.ag-react-container{width:100%}.ag-center-cols-viewport,.ag-center-cols-container{min-height:var(--ag-row-height)!important}.ag-header-cell-label span[data-ref=eFilter],.ag-sort-order,.ag-side-buttons{display:none}.ag-truncate>:first-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ag-header-align-right .ag-header-cell-label{justify-content:flex-end}.ag-overlay{z-index:1}.schedule-grid{--ag-schedule-header-height:54px}.schedule-grid .ag-header-cell,.schedule-grid .bdg-header-cell{padding:0}.schedule-grid .ag-header.cell:before,.schedule-grid .ag-header.cell:after{content:""}.schedule-grid .ag-header-cell-comp-wrapper{height:100%}.schedule-grid .ag-header{height:var(--ag-schedule-header-height)!important;min-height:var(--ag-schedule-header-height)!important;max-height:var(--ag-schedule-header-height)!important}.schedule-grid [col-id=ag-Grid-SelectionColumn]{background-color:var(--color-background);border:0;border-bottom:1px solid;border-color:var(--color-border-primary);align-items:flex-start;display:flex}.schedule-grid [col-id=ag-Grid-SelectionColumn] .ag-header-cell-comp-wrapper{display:none}.schedule-grid .ag-header-cell[col-id=ag-Grid-SelectionColumn]{justify-content:center;align-items:center;gap:0;display:flex}.schedule-grid .ag-header-cell[col-id=ag-Grid-SelectionColumn]:before,.schedule-grid .ag-header-cell[col-id=ag-Grid-SelectionColumn]:after{display:none}.schedule-grid .ag-cell-focus{background-color:var(--color-background)!important;border:0!important;border-bottom:1px solid!important;border-color:var(--color-border-primary)!important}:root{--color-foreground:#0a0819;--color-background:#fff;--color-border-primary:#e6e6e8;--color-brand:#001f38;--color-brand-secondary:#6b7387;--color-brand-secondary-dark:#4b5367;--color-brand-secondary-light:#f0f0f6;--color-primary:#e02b04;--color-primary-dark:#cc2500;--color-primary-light:#fde7e3;--color-success:#0a8533;--color-success-dark:#016422;--color-success-light:#cfecd9;--color-error:#ea0621;--color-error-dark:#b60318;--color-error-light:#fedada;--color-warning:#ff7a33;--color-warning-dark:#ad3400;--color-warning-light:#ffd1b0;--color-info:#0021d0;--color-info-dark:#1a3df7;--color-info-light:#dde8ff;--color-link:#4b5367;--color-secondary:#3b3947;--color-placeholder:#6c6b75;--color-disabled:#9d9ca3}:root[data-theme=dark]{--color-foreground:#fff;--color-background:#0a0819;--color-brand:#001f38;--color-brand-secondary:#6b7387;--color-brand-secondary-dark:#4b5367;--color-brand-secondary-light:#f0f0f6;--color-primary:#fd4f29;--color-primary-dark:#45191d;--color-primary-light:#ff7152;--color-success:#0bbd47;--color-success-dark:#1f3932;--color-success-light:#63d88b;--color-error:#fa475c;--color-error-dark:#572032;--color-error-light:#f97070;--color-warning:#ff7a33;--color-warning-dark:#ad3400;--color-warning-light:#ffd1b0;--color-info:#3354ff;--color-info-dark:#232e75;--color-info-light:#4e6aff;--color-link:#4b5367;--color-secondary:#3b3947;--color-placeholder:#6c6b75;--color-disabled:#9d9ca3}body{background-color:#121212;margin:0;padding:0}body *{scrollbar-width:thin}a{color:var(--color-link);text-decoration:underline;-webkit-text-decoration-color:var(--color-link);text-decoration-color:var(--color-link);margin-right:1rem}#root{width:100%;margin:0}.MuiLineElement-series-previous-month{stroke-dasharray:10 5}.MuiPieArc-root{stroke:#0000!important}.MuiChartsTooltip-labelCell,.MuiChartsTooltip-valueCell{color:#0a0819!important}.row-conflict{background-color:var(--color-warning-light)}
