:root{--color-primary-main:#067F92;--color-primary-light:#ddeeff;--color-primary-dark:#00838f;--color-primary-contrast-text:#ffffff;--color-secondary-main:#9c27b0;--color-secondary-light:#ba68c8;--color-secondary-dark:#7b1fa2;--color-secondary-contrast-text:#ffffff;--color-background-default:#fafafa;--color-background-paper:#ffffff;--color-background-secondary:#f5f6fa;--color-background-tertiary:#f9fafb;--color-background-disabled:#ebecef;--color-background-hover:#f3f4f6;--color-background-selected:#ddeeff;--color-background-input:#f4f8ff;--color-text-primary:#1f2937;--color-text-secondary:#4b5563;--color-text-disabled:#9ca3af;--color-text-hint:#6b7280;--color-text-contrast:#ffffff;--color-text-muted:#888888;--color-text-caption:#374151;--color-border-default:#e5e7eb;--color-border-light:#e0e0e0;--color-border-dark:#d1d5db;--color-border-focus:#067F92;--color-border-error:#ef4444;--color-border-disabled:#f3f3f3;--color-success-main:#38a169;--color-success-light:#68d391;--color-success-dark:#276749;--color-success-background:#dcfce7;--color-success-text:#166534;--color-warning-main:#f59e0b;--color-warning-light:#fcd34d;--color-warning-dark:#b45309;--color-warning-background:#fdf7e7;--color-warning-border:#f59e0b;--color-error-main:#ef4444;--color-error-light:#fca5a5;--color-error-dark:#b91c1c;--color-error-background:#fee2e2;--color-error-hover:#b91c1c;--color-info-main:#3b82f6;--color-info-light:#93c5fd;--color-info-dark:#1d4ed8;--color-info-background:#f0f7ff;--color-info-border:#2563eb;--color-form-background:#f4f8ff;--color-form-border:#e0e0e0;--color-form-border-focus:#067F92;--color-form-label:#888888;--color-form-label-focus:#067F92;--color-table-header:#ddeeff;--color-table-row-even:#ffffff;--color-table-row-odd:#f9fafb;--color-table-row-hover:#f3f4f6;--color-table-border:#e5e7eb;--color-table-footer:#f9fafb;--color-status-active-background:#dcfce7;--color-status-active-text:#166534;--color-status-inactive-background:#f3f4f6;--color-status-inactive-text:#6b7280;--color-action-create:#38a169;--color-action-read:#2563eb;--color-action-update:#f59e0b;--color-action-delete:#ef4444;--color-action-approve:#9c27b0;--color-action-reject:#e91e63;--color-action-process:#795548;--color-action-send:#607d8b;--color-action-generate:#3f51b5;--color-action-export:#009688;--color-action-assign:#ff5722;--color-action-close:#8bc34a;--color-action-publish:#ffc107;--color-action-schedule:#673ab7;--color-action-default:#757575;--color-shadow-light:rgba(0,0,0,0.1);--color-shadow-medium:rgba(0,0,0,0.15);--color-shadow-dark:rgba(0,0,0,0.25);--color-shadow-colored:#fcd4d1;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-xxl:48px;--font-size-xs:12px;--font-size-sm:13px;--font-size-md:14px;--font-size-lg:16px;--font-size-xl:18px;--font-size-xxl:24px;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--border-radius-none:0px;--border-radius-sm:4px;--border-radius-md:8px;--border-radius-lg:12px;--border-radius-xl:16px;--border-radius-full:9999px;--shadow-none:none;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);--shadow-colored:1px 1px 3px #fcd4d1;--z-index-dropdown:1000;--z-index-sticky:1020;--z-index-fixed:1030;--z-index-modal:1040;--z-index-popover:1050;--z-index-tooltip:1060}@media (prefers-color-scheme:dark){:root{--color-background-default:#121212;--color-background-paper:#1e1e1e;--color-background-secondary:#2d2d2d;--color-background-tertiary:#383838;--color-background-disabled:#4a4a4a;--color-background-hover:#404040;--color-background-selected:#1976d2;--color-background-input:#2d2d2d;--color-text-primary:#ffffff;--color-text-secondary:#b3b3b3;--color-text-disabled:#666666;--color-text-hint:#888888;--color-text-contrast:#000000;--color-text-muted:#999999;--color-text-caption:#cccccc}}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e,.react-grid-item>.react-resizable-handle.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+");background-position:100% 100%;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}