body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.bpm-metric{background:#fff;border-radius:8px;font-family:Segoe UI,Source Sans,sans-serif;margin-bottom:0;padding:20px}.bpm-metric-label{align-items:center;color:#666;display:flex;font-size:14px;gap:6px;margin-bottom:8px}.bpm-metric-help{color:#999;cursor:help;font-size:12px}.bpm-metric-value{color:#1d1d1f;font-size:32px;font-weight:400;margin-bottom:4px}.bpm-metric-delta{align-items:center;display:flex;font-size:14px;font-weight:400;gap:4px;height:20px;line-height:20px}.bpm-metric-delta-empty{visibility:hidden}.bpm-metric-delta-placeholder{display:inline-block;height:14px;line-height:14px}.bpm-metric-delta-positive{color:#28a745}.bpm-metric-delta-negative{color:#dc3545}.bpm-metric-delta-arrow{font-size:12px}.bpm-table-wrapper{-ms-overflow-style:none;background:#fff;border:1px solid #ededed;border-radius:8px;box-sizing:border-box;margin:0;max-height:calc(100vh - 350px);max-width:100%;overflow-x:auto;overflow-y:auto;padding:0;position:relative;scrollbar-width:none;width:100%}.bpm-table-wrapper::-webkit-scrollbar{height:8px;width:8px}.bpm-table-wrapper::-webkit-scrollbar-track{background:#0000}.bpm-table-wrapper::-webkit-scrollbar-thumb{background:#0000;border-radius:4px}.bpm-table-wrapper:hover{-ms-overflow-style:scrollbar;scrollbar-color:#c8c8c8cc #0000;scrollbar-width:thin}.bpm-table-wrapper:hover::-webkit-scrollbar-thumb{background:#c8c8c8cc;border-radius:4px}.bpm-table-wrapper:hover::-webkit-scrollbar-thumb:hover{background:#aaaaaae6}.bpm-table-container{background:#fff;box-sizing:border-box;max-width:100%;position:relative;width:100%}.bpm-table{border:none;border-collapse:collapse;min-width:0;table-layout:auto;width:100%}.bpm-table thead{background-color:#f6f6f6;border-bottom:1px solid #ededed}.bpm-table th{background-color:#f6f6f6;border:1px solid #ededed;color:#515154;font-size:14px;font-weight:500;padding:12px 16px;position:-webkit-sticky;position:sticky;text-align:left!important;top:0;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:10}.bpm-table th[style*="cursor: pointer"]{transition:background-color .2s}.bpm-table th[style*="cursor: pointer"]:hover{background-color:#e2e2e4}.bpm-table-header-content{align-items:center;display:flex;gap:8px;justify-content:flex-start;padding-right:20px;position:relative}.bpm-table-sort-indicator{align-items:center;display:flex;flex-shrink:0;height:16px;justify-content:center;position:absolute;right:0;width:16px}.bpm-table-sort-indicator svg{height:16px;width:16px}.bpm-table-sorted{background-color:#f0f0f0}.bpm-table td{border:1px solid #ededed;color:#1d1d1f;font-size:14px;padding:12px 16px;white-space:nowrap}.bpm-table tbody tr,.bpm-table-striped tbody tr:nth-of-type(odd){background-color:#fff}.bpm-table-hover tbody tr:hover{background-color:#e2e2e4;cursor:pointer}.bpm-table tbody tr:last-child td{border-bottom:1px solid #ededed}.bpm-expander{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:none;margin-bottom:16px;overflow:hidden}.bpm-expander-header{align-items:center;box-shadow:none;cursor:pointer;display:flex;gap:12px;padding:8px;transition:background-color .2s;-webkit-user-select:none;user-select:none}.bpm-expander-header.bpm-expander-closed{background-color:#fff;border-bottom:none}.bpm-expander-header.bpm-expander-open{background-color:#f8f9fa;border-bottom:1px solid #e0e0e0}.bpm-expander-header:hover{background-color:#e9ecef}.bpm-expander-icon{align-items:center;display:flex;justify-content:center;margin-left:5px;transition:transform .2s}.bpm-expander-icon svg{height:20px;width:20px}.bpm-expander-title{color:#1d1d1f;font-size:16px;font-weight:400}.bpm-expander-content{animation:expandContent .2s ease-out;padding:16px}@keyframes expandContent{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.bpm-toast-container{display:flex;flex-direction:column;gap:10px;position:fixed;right:20px;top:70px;z-index:9999}.bpm-toast{align-items:center;animation:slideIn .3s ease-out;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;font-size:14px;font-weight:400;gap:12px;min-width:300px;padding:8px 16px;position:relative}@keyframes slideIn{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}.bpm-toast-error,.bpm-toast-info,.bpm-toast-success,.bpm-toast-warning{background-color:#f6f6f6;color:#1d1d1f}.bpm-toast-error.theme-dark,.bpm-toast-info.theme-dark,.bpm-toast-success.theme-dark,.bpm-toast-warning.theme-dark,.theme-dark .bpm-toast-error,.theme-dark .bpm-toast-info,.theme-dark .bpm-toast-success,.theme-dark .bpm-toast-warning{background-color:#31333f;color:#fff}.bpm-toast-icon{font-size:18px;font-weight:700}.bpm-toast-message{flex:1 1}.bpm-toast-close{align-items:center;background:#f6f6f6!important;border:1px solid #ededed!important;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#1d1d1f;cursor:pointer;display:flex;font-size:16px;height:28px;justify-content:center;line-height:1;opacity:0;padding:0;position:absolute;right:-10px;top:-10px;transition:opacity .2s ease,background-color .2s ease,border-color .2s ease;width:28px}.bpm-toast:hover .bpm-toast-close{opacity:1}.bpm-toast-close:hover{background-color:#ededed!important;border-color:#c8c8c8!important}.bpm-toast-close:active{background-color:#dcdcdc!important;border-color:#aaa!important}.bpm-toast-close.theme-dark,.theme-dark .bpm-toast-close{background:#31333f!important;border-color:#515154!important;color:#fff}.bpm-toast-close.theme-dark:hover,.theme-dark .bpm-toast-close:hover{background-color:#3c3e4b!important;border-color:#5a5a5a!important}.bpm-toast-close.theme-dark:active,.theme-dark .bpm-toast-close:active{background-color:#464855!important;border-color:#646464!important}.bpm-button{align-items:center;background:#f6f6f6;border:1px solid #ededed;border-radius:8px;box-shadow:none;cursor:pointer;display:inline-flex;font-family:Segoe UI,Source Sans,sans-serif;font-weight:400;justify-content:center;outline:none;text-decoration:none;transition:all .2s ease}.bpm-button-small{font-size:.875rem;line-height:1.5;padding:.5rem}.bpm-button-medium{font-size:.875rem;line-height:1.5;padding:.5rem 1rem}.bpm-button-large{font-size:.875rem;line-height:1.5;padding:.5rem 1.5rem}.bpm-button-primary{background-color:#a49b6df1;border:1px solid #ededed;color:#fff}.bpm-button-primary:hover:not(.bpm-button-disabled){background-color:#a49b6d;color:#fff}.bpm-button-primary:active:not(.bpm-button-disabled){background-color:#e63939}.bpm-button-secondary{background:#fff!important}.bpm-button-secondary,.bpm-button-secondary:hover:not(.bpm-button-disabled){border:1px solid #ededed!important;border-radius:8px!important;color:#1d1d1f!important}.bpm-button-secondary:hover:not(.bpm-button-disabled){background-color:#f6f6f6!important}.bpm-button-secondary:active:not(.bpm-button-disabled){background-color:#f6f6f6!important;border:1px solid #ededed!important;border-radius:8px!important}.bpm-button-success{background-color:#21c354;border:1px solid #ededed;color:#fff}.bpm-button-success:hover:not(.bpm-button-disabled){background-color:#1db04a;color:#fff}.bpm-button-success:active:not(.bpm-button-disabled){background-color:#1a9d40}.bpm-button-danger{background-color:#ff4b4b;border:1px solid #ededed;color:#fff}.bpm-button-danger:hover:not(.bpm-button-disabled){background-color:#f33;color:#fff}.bpm-button-danger:active:not(.bpm-button-disabled){background-color:#e63939}.bpm-button-info{background-color:#1f77b4;border:1px solid #ededed;color:#fff}.bpm-button-info:hover:not(.bpm-button-disabled){background-color:#1a6699;color:#fff}.bpm-button-info:active:not(.bpm-button-disabled){background-color:#15557e}.bpm-button-warning{background-color:#ffc108;border:1px solid #ededed;color:#1d1d1f}.bpm-button-warning:hover:not(.bpm-button-disabled){background-color:#e6ad07;color:#1d1d1f}.bpm-button-warning:active:not(.bpm-button-disabled){background-color:#cc9906}.bpm-button-disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.bpm-button-full-width{width:100%}.bpm-button:focus-visible{outline:2px solid #1f77b4;outline-offset:2px}.bpm-toggle-container{align-items:center;display:flex;font-family:Segoe UI,Source Sans,sans-serif;gap:12px}.bpm-toggle-label{align-items:center;color:#1d1d1f;cursor:pointer;display:flex;font-size:14px;font-weight:400;gap:6px;-webkit-user-select:none;user-select:none}.bpm-toggle-help{color:#999;cursor:help;font-size:12px}.bpm-toggle-switch{cursor:pointer;display:inline-block;height:24px;position:relative;width:44px}.bpm-toggle-switch input{height:0;opacity:0;width:0}.bpm-toggle-slider{background-color:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.bpm-toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}.bpm-toggle-switch input:checked+.bpm-toggle-slider{background-color:#ff4b4b}.bpm-toggle-switch input:checked+.bpm-toggle-slider:before{transform:translateX(20px)}.bpm-toggle-switch input:focus+.bpm-toggle-slider{box-shadow:0 0 1px #ff4b4b}.bpm-toggle-disabled{cursor:not-allowed;opacity:.5}.bpm-toggle-disabled .bpm-toggle-slider{cursor:not-allowed}.bpm-radio-container{font-family:Segoe UI,Source Sans,sans-serif}.bpm-radio-label{align-items:center;color:#1d1d1f;display:flex;font-size:14px;font-weight:400;gap:6px;margin-bottom:8px}.bpm-radio-help{color:#999;cursor:help;font-size:12px}.bpm-radio-options{display:flex;flex-direction:column;gap:8px}.bpm-radio-horizontal .bpm-radio-options{flex-direction:row;gap:16px}.bpm-radio-option{align-items:center;color:#1d1d1f;cursor:pointer;display:flex;font-size:14px;gap:8px;-webkit-user-select:none;user-select:none}.bpm-radio-option input[type=radio]{display:none}.bpm-radio-custom{background-color:#fff;border:2px solid #ccc;border-radius:50%;flex-shrink:0;height:18px;position:relative;transition:all .2s ease;width:18px}.bpm-radio-option input[type=radio]:checked+.bpm-radio-custom{background-color:#fff;border-color:#ff4b4b}.bpm-radio-option input[type=radio]:checked+.bpm-radio-custom:after{background-color:#ff4b4b;border-radius:50%;content:"";height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.bpm-radio-option:hover:not(.bpm-radio-disabled) .bpm-radio-custom{border-color:#ff4b4b}.bpm-radio-option input[type=radio]:focus+.bpm-radio-custom{outline:2px solid #1f77b4;outline-offset:2px}.bpm-radio-text{flex:1 1}.bpm-radio-disabled{cursor:not-allowed;opacity:.5}.bpm-radio-disabled .bpm-radio-custom{cursor:not-allowed}.bpm-slider-container{font-family:Segoe UI,Source Sans,sans-serif;width:100%}.bpm-slider-label{align-items:center;color:#1d1d1f;display:flex;font-size:14px;justify-content:space-between;margin-bottom:8px}.bpm-slider-help{color:#999;cursor:help;font-size:12px;margin-left:6px}.bpm-slider-value{color:#1d1d1f;font-size:14px;font-weight:400}.bpm-slider-wrapper{align-items:center;display:flex;gap:12px;position:relative}.bpm-slider{-webkit-appearance:none;appearance:none;background:linear-gradient(to right,#ff4b4b 0,#ff4b4b var(--slider-percentage),#e0e0e0 var(--slider-percentage),#e0e0e0 100%);border-radius:3px;cursor:pointer;height:6px;outline:none;transition:background .2s ease;width:100%}.bpm-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#ff4b4b;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:18px;-webkit-transition:all .2s ease;transition:all .2s ease;width:18px}.bpm-slider::-webkit-slider-thumb:hover{box-shadow:0 2px 6px #0000004d;transform:scale(1.1)}.bpm-slider::-moz-range-thumb{background:#ff4b4b;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:18px;-moz-transition:all .2s ease;transition:all .2s ease;width:18px}.bpm-slider::-moz-range-thumb:hover{box-shadow:0 2px 6px #0000004d;transform:scale(1.1)}.bpm-slider:focus{outline:none}.bpm-slider:focus-visible{outline:2px solid #1f77b4;outline-offset:2px}.bpm-slider-disabled{cursor:not-allowed;opacity:.5}.bpm-slider-disabled::-webkit-slider-thumb{cursor:not-allowed}.bpm-slider-disabled::-moz-range-thumb{cursor:not-allowed}.bpm-slider-value-inline{color:#1d1d1f;font-size:14px;font-weight:400;min-width:40px;text-align:right}.bpm-date-input-container{font-family:Segoe UI,Source Sans,sans-serif;width:100%}.bpm-date-input-label{align-items:center;color:#1d1d1f;display:block;display:flex;font-size:14px;font-weight:400;gap:6px;margin-bottom:8px}.bpm-date-input-help{color:#999;cursor:help;font-size:12px}.bpm-date-input{background-color:#fff;border:1px solid #d0d4da;border-radius:.25rem;box-sizing:border-box;color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;font-size:14px;outline:none;padding:.5rem .75rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.bpm-date-input:hover:not(.bpm-date-input-disabled){border-color:#ff4b4b}.bpm-date-input:focus{border-color:#ff4b4b;box-shadow:0 0 0 3px #ff4b4b1a}.bpm-date-input-disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.bpm-date-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6}.bpm-date-input::-webkit-calendar-picker-indicator:hover{opacity:1}.bpm-number-input-container{font-family:Segoe UI,Source Sans,sans-serif;width:100%}.bpm-number-input-label{align-items:center;color:#1d1d1f;display:flex;font-size:14px;font-weight:500;gap:6px;margin-bottom:8px}.bpm-number-input-help{color:#999;cursor:help;font-size:12px}.bpm-number-input{background-color:#fff;border:1px solid #d0d4da;border-radius:.25rem;box-sizing:border-box;color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;font-size:14px;outline:none;padding:.5rem .75rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.bpm-number-input:hover:not(.bpm-number-input-disabled){border-color:#a49b6d}.bpm-number-input:focus{border-color:#a49b6d;box-shadow:0 0 0 3px #a49b6d1a}.bpm-number-input-disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.bpm-number-input::-webkit-inner-spin-button,.bpm-number-input::-webkit-outer-spin-button{cursor:pointer;opacity:.6}.bpm-number-input:hover:not(.bpm-number-input-disabled)::-webkit-inner-spin-button,.bpm-number-input:hover:not(.bpm-number-input-disabled)::-webkit-outer-spin-button{opacity:1}.bpm-selectbox-container{font-family:Segoe UI,Source Sans,sans-serif;position:relative;width:100%;z-index:1}.bpm-modal .bpm-selectbox-container,.bpm-modal-backdrop .bpm-selectbox-container{isolation:isolate;position:relative;z-index:100001}.bpm-modal .bpm-selectbox-wrapper,.bpm-modal-backdrop .bpm-selectbox-wrapper{position:relative}.bpm-selectbox-label{align-items:center;color:#1d1d1f;display:flex;font-family:Segoe UI,Source Sans,sans-serif;font-size:.875rem;font-weight:500;gap:6px;margin-bottom:.5rem}.bpm-selectbox-help{color:#999;cursor:help;font-size:12px}.bpm-selectbox-wrapper{overflow:visible;position:relative;width:100%}.bpm-selectbox{align-items:center;background:#fff!important;border:1px solid #ededed!important;border-radius:8px!important;box-sizing:border-box;color:#1d1d1f!important;cursor:pointer;display:flex;font-family:Segoe UI,Source Sans,sans-serif;font-size:.875rem;font-weight:400;justify-content:space-between;line-height:1.5;min-height:38px;outline:none!important;padding:.5rem 3rem .5rem .75rem;position:relative;transition:all .2s ease;width:100%}.bpm-selectbox:hover:not(.bpm-selectbox-disabled){background-color:#f6f6f6!important;border:1px solid #ededed!important;color:#1d1d1f!important}.bpm-selectbox:focus,.bpm-selectbox:focus-visible{background-color:#fff!important;border:1px solid #ededed!important;box-shadow:0 0 0 2px #ededed4d!important;outline:none!important}.bpm-selectbox-open{border-color:#ededed!important;box-shadow:0 0 0 2px #ededed4d!important}.bpm-selectbox-disabled{background-color:#f6f6f6!important;border:1px solid #ededed!important;color:#1d1d1f!important;cursor:not-allowed;opacity:.6}.bpm-selectbox-value{flex:1 1;text-align:left}.bpm-selectbox-placeholder{color:#515154}.bpm-selectbox-arrow{align-items:center;display:flex;justify-content:center;pointer-events:none;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);transition:transform .2s ease}.bpm-selectbox-arrow svg{display:block;height:20px;width:20px}.bpm-selectbox-disabled .bpm-selectbox-arrow{opacity:.5}.bpm-selectbox-dropdown{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #ededed;border-radius:8px;box-shadow:0 4px 12px #00000026;left:0;margin-top:4px;max-height:300px;overflow:auto!important;position:absolute;right:0;top:calc(100% + 4px);z-index:999999}.bpm-modal .bpm-selectbox-dropdown,.bpm-modal-backdrop .bpm-selectbox-dropdown{clip:auto!important;-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;display:block!important;isolation:isolate;opacity:1!important;overflow:visible!important;pointer-events:auto!important;position:fixed!important;transform:translateZ(0);visibility:visible!important;will-change:transform;z-index:1000002!important}.bpm-modal .bpm-selectbox-container,.bpm-modal .bpm-selectbox-wrapper,.bpm-modal-backdrop .bpm-selectbox-container,.bpm-modal-backdrop .bpm-selectbox-wrapper,.bpm-modal-content .bpm-selectbox-container,.bpm-modal-content .bpm-selectbox-wrapper{overflow:visible!important}.bpm-selectbox-option{background:#fff;color:#1d1d1f;cursor:pointer;font-family:Segoe UI,Source Sans,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;padding:.5rem .75rem;transition:background-color .2s ease,color .2s ease}.bpm-selectbox-option:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.bpm-selectbox-option:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.bpm-selectbox-option-selected,.bpm-selectbox-option:hover{background-color:#f6f6f6;color:#1d1d1f}.bpm-selectbox-option-selected{font-weight:500}.bpm-selectbox-option-selected:hover{background-color:#ededed}.bpm-selectbox-dropdown::-webkit-scrollbar{width:8px}.bpm-selectbox-dropdown::-webkit-scrollbar-track{background:#f6f6f6;border-radius:4px}.bpm-selectbox-dropdown::-webkit-scrollbar-thumb{background:#c8c8c8;border-radius:4px}.bpm-selectbox-dropdown::-webkit-scrollbar-thumb:hover{background:#aaa}body>.bpm-selectbox-dropdown{-webkit-overflow-scrolling:touch!important;overflow:auto!important}.bpm-segmented-control{background-color:#f0f2f6;border-radius:.25rem;display:inline-flex;font-family:Segoe UI,Source Sans,sans-serif;gap:2px;padding:2px}.bpm-segmented-control-item{background-color:initial;border:none;border-radius:.25rem;color:#1d1d1f;cursor:pointer;flex:1 1;font-family:Segoe UI,Source Sans,sans-serif;font-size:14px;font-weight:400;padding:.375rem .75rem;transition:all .2s ease;white-space:nowrap}.bpm-segmented-control-item:hover:not(.bpm-segmented-control-selected):not(:disabled){background-color:#ffffff80}.bpm-segmented-control-selected{background-color:#fff;box-shadow:0 1px 2px #0000001a;color:#1d1d1f;font-weight:400}.bpm-segmented-control-item:focus-visible{outline:2px solid #1f77b4;outline-offset:2px}.bpm-segmented-control-disabled{cursor:not-allowed;opacity:.5}.bpm-segmented-control-disabled .bpm-segmented-control-item{cursor:not-allowed}.bpm-pills-container{display:flex;flex-wrap:wrap;gap:8px}.bpm-pill,.bpm-pills-container{font-family:Segoe UI,Source Sans,sans-serif}.bpm-pill{background-color:#f0f2f6;border:1px solid #d0d4da;border-radius:1.5rem;color:#1d1d1f;cursor:pointer;font-size:14px;font-weight:400;outline:none;padding:.375rem .75rem;transition:all .2s ease;white-space:nowrap}.bpm-pill:hover:not(.bpm-pill-selected):not(:disabled){background-color:#e0e4ea;border-color:#c0c4ca}.bpm-pill-selected{background-color:#ff4b4b;border-color:#ff4b4b;color:#fff;font-weight:400}.bpm-pill:focus-visible{outline:2px solid #1f77b4;outline-offset:2px}.bpm-pills-disabled{cursor:not-allowed;opacity:.5}.bpm-pills-disabled .bpm-pill{cursor:not-allowed}.bpm-checkbox-container{font-family:Segoe UI,Source Sans,sans-serif}.bpm-checkbox-label{align-items:center;color:#1d1d1f;cursor:pointer;display:flex;font-size:14px;font-weight:400;gap:8px;-webkit-user-select:none;user-select:none}.bpm-checkbox-input{display:none}.bpm-checkbox-custom{background-color:#fff;border:2px solid #ccc;border-radius:.25rem;flex-shrink:0;height:18px;position:relative;transition:all .2s ease;width:18px}.bpm-checkbox-input:checked+.bpm-checkbox-custom{background-color:#ff4b4b;border-color:#ff4b4b}.bpm-checkbox-input:checked+.bpm-checkbox-custom:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:8px;left:5px;position:absolute;top:2px;transform:rotate(45deg);width:4px}.bpm-checkbox-label:hover:not(.bpm-checkbox-disabled) .bpm-checkbox-custom{border-color:#ff4b4b}.bpm-checkbox-input:focus+.bpm-checkbox-custom{outline:2px solid #1f77b4;outline-offset:2px}.bpm-checkbox-text{align-items:center;display:flex;flex:1 1;gap:6px}.bpm-checkbox-help{color:#999;cursor:help;font-size:12px}.bpm-checkbox-disabled{cursor:not-allowed;opacity:.5}.bpm-checkbox-disabled .bpm-checkbox-custom{cursor:not-allowed}.bpm-tabs-container{border:none;font-family:Segoe UI,Source Sans,sans-serif;width:100%}.bpm-tabs-header{-webkit-overflow-scrolling:touch;border:none;border-bottom:3px solid #f6f6f6;display:flex;gap:0;overflow-x:auto;overflow-y:hidden;position:relative;z-index:1}.bpm-tabs-header::-webkit-scrollbar{height:4px;width:0}.bpm-tabs-header::-webkit-scrollbar-track{background:#f0f2f6}.bpm-tabs-header::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.bpm-tabs-header::-webkit-scrollbar-thumb:hover{background:#999}.bpm-tab-button{align-items:center;background-color:initial;border:none;border-bottom:3px solid #0000;border-radius:0;box-shadow:none;color:#1d1d1f!important;cursor:pointer;display:inline-flex;font-family:Segoe UI,Source Sans,sans-serif;font-size:14px;font-weight:400;line-height:1.5;margin-bottom:0;outline:none;padding:.75rem .5rem;position:relative;transition:color .2s ease,border-bottom-color .2s ease;vertical-align:top;white-space:nowrap;z-index:1}.bpm-tab-button-text{color:inherit;display:inline-block;position:relative}.bpm-tab-button:hover:not(.bpm-tab-active){background-color:initial;box-shadow:none;outline:none}.bpm-tab-button:hover:not(.bpm-tab-active) .bpm-tab-button-text{color:#1d1d1f!important;font-weight:400}.bpm-tab-button:hover:not(.bpm-tab-active):focus-visible{outline:none}.bpm-tab-active{align-items:center;background-color:initial;border-bottom:3px solid #0000;border-radius:0;box-shadow:none;color:#a49b6d!important;display:inline-flex;font-weight:400;line-height:1.5;position:relative;vertical-align:top}.bpm-tab-active:after{background-color:#a49b6d;bottom:-3px;content:"";height:3px;left:0;position:absolute;right:0;z-index:10}.bpm-tab-active .bpm-tab-button-text{color:#a49b6d!important;font-weight:400}.bpm-tab-button:hover.bpm-tab-active{background-color:initial;box-shadow:none;outline:none}.bpm-tab-button:hover.bpm-tab-active .bpm-tab-button-text{color:#a49b6d!important;font-weight:400}.bpm-tab-button:hover.bpm-tab-active:focus-visible{outline:none}.bpm-tab-button:focus-visible{outline:none}.bpm-tab-button:focus{outline:none}.bpm-tabs-content{box-sizing:border-box;max-width:100%;overflow-x:hidden;padding:1rem 0;position:relative;width:100%}.bpm-tabs-content,.bpm-title{font-family:Segoe UI,Source Sans,sans-serif}.bpm-title{color:#1d1d1f;font-weight:600;line-height:1.4;margin:0;padding:0}.bpm-title-level-1,.bpm-title.bpm-title-level-1{font-size:2.75rem;font-weight:700!important;margin-bottom:1rem;margin-top:0}.bpm-title-level-2{font-size:1.5rem;font-weight:600;margin-bottom:0;margin-top:0}.bpm-title-level-3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;margin-top:1rem}.bpm-title-level-4{color:#808495;font-size:.875rem;font-weight:400;margin-bottom:.25rem;margin-top:.5rem}.bpm-title.theme-dark,.theme-dark .bpm-title{color:#fff}.bpm-title-level-4.theme-dark,.theme-dark .bpm-title-level-4{color:#b0b4c5}.bpm-color-picker-container{font-family:Segoe UI,Source Sans,sans-serif;margin-bottom:1rem;max-width:100%;width:500px}.bpm-color-picker-label{align-items:center;color:#1d1d1f;display:block;display:flex;font-size:14px;font-weight:400;gap:6px;margin-bottom:8px}.bpm-color-picker-help{color:#999;cursor:help;font-size:12px}.bpm-color-picker-wrapper{align-items:center;display:flex;gap:8px}.bpm-color-picker-input{background:#fff;border:1px solid #d0d4da;border-radius:8px;cursor:pointer;height:38px;outline:none;padding:2px;transition:border-color .2s ease,box-shadow .2s ease;width:50px}.bpm-color-picker-input:hover:not(:disabled){border-color:#a49b6d}.bpm-color-picker-input:focus{border-color:#a49b6d;box-shadow:0 0 0 3px #a49b6d1a}.bpm-color-picker-input:disabled{cursor:not-allowed;opacity:.6}.bpm-color-picker-text{background-color:#fff;border:1px solid #d0d4da;border-radius:8px;box-sizing:border-box;color:#1d1d1f;flex:1 1;font-family:Segoe UI,Source Sans,sans-serif;font-size:14px;outline:none;padding:.5rem .75rem;transition:border-color .2s ease,box-shadow .2s ease}.bpm-color-picker-text:hover:not(:disabled){border-color:#a49b6d}.bpm-color-picker-text:focus{border-color:#a49b6d;box-shadow:0 0 0 3px #a49b6d1a}.bpm-color-picker-text:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.bpm-color-picker-disabled{cursor:not-allowed;opacity:.5}.bpm-color-picker-disabled .bpm-color-picker-input,.bpm-color-picker-disabled .bpm-color-picker-text{cursor:not-allowed}.bpm-modal-backdrop{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;opacity:1;padding:2rem;position:fixed;right:0;top:0;transition:opacity .1s ease-out,visibility .1s ease-out;visibility:visible;z-index:10000}.bpm-modal-backdrop.bpm-modal-hidden{opacity:0;pointer-events:none;visibility:hidden}.bpm-modal{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;isolation:isolate;max-height:90vh;max-width:100%;opacity:1;overflow:hidden;position:relative;transform:scale(1);transition:opacity .1s ease-out,transform .1s ease-out;z-index:10001}.bpm-modal.bpm-modal-hidden{opacity:0;pointer-events:none;transform:scale(.95)}.bpm-modal-small{width:400px}.bpm-modal-medium{width:600px}.bpm-modal-large{width:800px}.bpm-modal-header{align-items:center;border-bottom:1px solid #ededed;display:flex;flex-shrink:0;justify-content:space-between;padding:1.5rem}.bpm-modal-title{color:#1d1d1f;font-size:1.5rem;font-weight:600;margin:0}.bpm-modal-close{align-items:center;border:none!important;border-radius:0!important;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;line-height:1;padding:0;transition:color .2s;width:32px}.bpm-modal-close,.bpm-modal-close:hover{background:#0000!important;color:#1d1d1f!important}.bpm-modal-content{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow-x:visible;overflow-y:auto;overscroll-behavior:contain;padding:1.5rem;pointer-events:auto;position:relative}.bpm-modal-content .bpm-selectbox-container{z-index:100001}.bpm-modal-content .bpm-selectbox-container,.bpm-modal-content .bpm-selectbox-wrapper{overflow:visible!important;position:relative}.bpm-modal-content .bpm-selectbox-dropdown{overflow:visible!important}.bpm-modal-content input,.bpm-modal-content select,.bpm-modal-content textarea{pointer-events:auto!important}.bpm-modal-content::-webkit-scrollbar{width:8px}.bpm-modal-content::-webkit-scrollbar-track{background:#f6f6f6}.bpm-modal-content::-webkit-scrollbar-thumb{background:#c8c8c8;border-radius:4px}.bpm-modal-content::-webkit-scrollbar-thumb:hover{background:#aaa}.bpm-message{background:#fff;border:1px solid #ededed;border-radius:8px;box-shadow:none;color:#1d1d1f;display:block;font-family:Segoe UI,Source Sans,sans-serif;font-size:.875rem;line-height:1.5;margin-top:.25rem;padding:.5rem .75rem}.bpm-message-info{background:#fff;border-color:#ededed;color:#1d1d1f}.bpm-message-success{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a}.bpm-message-warning{background:#fefce8;border-color:#fef3c7;color:#a16207}.bpm-message-error{background:#fef2f2;border-color:#fecaca;color:#dc2626}.theme-dark .bpm-message,.theme-dark .bpm-message-info{background:#1d1d1f;border-color:#ffffff1a;color:#fff}.theme-dark .bpm-message-success{background:#16a34a33;border-color:#16a34a4d;color:#bbf7d0}.theme-dark .bpm-message-warning{background:#a1620733;border-color:#a162074d;color:#fef3c7}.theme-dark .bpm-message-error{background:#dc262633;border-color:#dc26264d;color:#fecaca}.bpm-spinner-container{align-items:center;display:inline-flex;font-family:Segoe UI,Source Sans,sans-serif;gap:.75rem}.bpm-spinner{display:inline-block;position:relative}.bpm-spinner-circle{animation:bpm-spinner-rotate .8s linear infinite;border:2px solid #ededed;border-radius:50%;border-top-color:#1d1d1f;box-sizing:border-box}.bpm-spinner-small .bpm-spinner-circle{border-width:2px;height:16px;width:16px}.bpm-spinner-medium .bpm-spinner-circle{border-width:2px;height:24px;width:24px}.bpm-spinner-large .bpm-spinner-circle{border-width:3px;height:32px;width:32px}.bpm-spinner-text{color:#1d1d1f;font-size:.875rem;line-height:1.5}@keyframes bpm-spinner-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.theme-dark .bpm-spinner-circle{border-color:#fff #515154 #515154}.theme-dark .bpm-spinner-text{color:#fff}.sidebar{-webkit-border-end:1px solid #ededed;background:#f6f6f6;border-inline-end:1px solid #ededed;font-family:Segoe UI,Source Sans,sans-serif;height:100vh;position:fixed;top:0;transition:transform .3s ease,background-color .3s ease;z-index:1000}.sidebar.theme-dark,.theme-dark .sidebar{background:#31333f}.sidebar-left{box-shadow:none;left:0}.sidebar-right{box-shadow:none;right:0}.sidebar-open{transform:translateX(0);width:250px}.sidebar-closed{transform:translateX(0);width:60px}.sidebar-logo{align-items:center;background:#f6f6f6;border-bottom:none;display:flex;justify-content:center;margin-bottom:20px;margin-top:20px;padding:20px}.sidebar.theme-dark .sidebar-logo,.theme-dark .sidebar-logo{background:#31333f;border-bottom:none}.sidebar-logo img{max-height:100px;max-width:100px;object-fit:contain}.sidebar-closed .sidebar-logo{align-items:center;display:flex;justify-content:center;margin-top:50px;padding:10px}.sidebar-closed .sidebar-logo img{max-height:40px}.sidebar-toggle-container{opacity:0;position:absolute;right:10px;top:15px;transition:opacity .2s;z-index:10}.sidebar:hover .sidebar-toggle-container{opacity:1}.sidebar-header{align-items:center;display:flex;padding:10px 20px;position:relative}.sidebar-header h2{color:#1d1d1f;font-size:1.125rem;font-weight:600;margin:0;overflow:hidden;white-space:nowrap}.sidebar.theme-dark .sidebar-header h2,.theme-dark .sidebar-header h2{color:#fff}.sidebar-closed .sidebar-header h2{display:none}.sidebar-toggle{align-items:center;border:none!important;border-radius:4px;cursor:pointer;display:flex;justify-content:center}.sidebar-toggle:focus{outline:none}.sidebar-toggle:active,.sidebar-toggle:focus{background:none!important}.sidebar-toggle-icon{fill:#666;transition:fill .2s}.sidebar.theme-dark .sidebar-toggle-icon,.theme-dark .sidebar-toggle-icon{fill:#fff}.sidebar-toggle:hover .sidebar-toggle-icon{fill:#000}.sidebar.theme-dark .sidebar-toggle:hover .sidebar-toggle-icon,.theme-dark .sidebar-toggle:hover .sidebar-toggle-icon{fill:#fffc}.sidebar-content{display:flex;flex:1 1;flex-direction:column;height:calc(100vh - 240px);min-height:0;overflow:hidden;padding:0 20px}.sidebar-closed .sidebar-content{display:none}.sidebar-overlay{background:#0000004d;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}@media (max-width:768px){.sidebar-open{max-width:320px;width:100%}.sidebar-left.sidebar-closed{transform:translateX(-100%)}.sidebar-right.sidebar-closed{transform:translateX(100%)}}.parametres-page{font-family:Segoe UI,Source Sans,sans-serif;padding:2rem}.parametres-page .bpm-title-level-1{margin-bottom:1rem}.parametres-page .bpm-tabs-container{margin-left:-2rem;margin-right:-2rem;margin-top:0;padding-left:2rem;padding-right:2rem;width:calc(100% + 4rem)}.admin-section{width:100%}.admin-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.admin-header h3{color:#1d1d1f;font-size:1.5rem;font-weight:600;margin:0}.create-org-form{width:100%}.form-section{margin-bottom:2rem}.form-section h4{color:#1d1d1f;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.form-group{margin-bottom:1rem}.form-group label{color:#1d1d1f;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-group input{border:1px solid #ededed;border-radius:8px;box-sizing:border-box;color:#1d1d1f;font-family:inherit;font-size:.875rem;padding:.5rem .75rem;width:100%}.form-group input:focus{border-color:#ededed;box-shadow:0 0 0 2px #ededed4d;outline:none}.form-group input:valid:not(:focus):not(:placeholder-shown){border-color:#ededed}.form-group small{color:#515154;display:block;font-size:.75rem;margin-top:.25rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:2rem}.organizations-list{margin-top:0}.organizations-list h4{color:#1d1d1f;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.parametres-tab-content .bpm-table{border:none;border-collapse:collapse;border-radius:0;margin:0;min-width:-webkit-max-content;min-width:max-content;overflow:hidden;table-layout:auto;width:100%}.parametres-tab-content .bpm-table td,.parametres-tab-content .bpm-table th{border-left:none;border-right:none;border-top:none;padding:.75rem 1rem;text-align:left;white-space:nowrap}.parametres-tab-content .bpm-table td:first-child,.parametres-tab-content .bpm-table th:first-child{border-left:none}.parametres-tab-content .bpm-table td:last-child,.parametres-tab-content .bpm-table th:last-child{border-right:none}.parametres-tab-content .bpm-table thead{background-color:#fff;border-bottom:1px solid #ededed;position:-webkit-sticky;position:sticky;top:0;z-index:10}.parametres-tab-content .bpm-table th{background-color:#f6f6f6;position:-webkit-sticky;position:sticky;top:0;z-index:10}.theme-dark .parametres-tab-content .bpm-table th,.theme-dark .parametres-tab-content .bpm-table thead{background-color:#1d1d1f}.parametres-tab-content .bpm-table tbody tr{border-bottom:1px solid #ededed}.parametres-tab-content .bpm-table tbody tr:last-child{border-bottom:none}.parametres-tab-content .bpm-table tbody tr:hover{background-color:#00000005}.theme-dark .parametres-tab-content .bpm-table tbody tr:hover{background-color:#ffffff0d}.parametres-tab-content{color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;padding:1rem 0}.admin-section p,.organizations-list p,.parametres-tab-content p{color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;font-size:.875rem;margin:0}.theme-dark .admin-section p,.theme-dark .organizations-list p,.theme-dark .parametres-tab-content,.theme-dark .parametres-tab-content p{color:#fff}.parametres-tab-content .connection-status{align-items:center;display:flex;gap:15px;margin-bottom:0}.parametres-tab-content .status-indicator{border-radius:20px;font-size:14px;font-weight:600;padding:8px 16px}.parametres-tab-content .status-indicator.connected{background-color:#d4edda;color:#155724}.parametres-tab-content .status-indicator.disconnected{background-color:#f8d7da;color:#721c24}.parametres-tab-content>button:not(.bpm-button):not([class*=bpm-button]){background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Segoe UI,Source Sans,sans-serif;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .2s}.parametres-tab-content>button:not(.bpm-button):not([class*=bpm-button]):hover:not(:disabled){background-color:#0056b3}.parametres-tab-content>button:not(.bpm-button):not([class*=bpm-button]):disabled{background-color:#6c757d;cursor:not-allowed}.admin-header .bpm-button,.parametres-tab-content .bpm-button,.parametres-tab-content [class*=bpm-button]{cursor:pointer!important;pointer-events:auto!important;z-index:1}.admin-header select{color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;font-size:.875rem}.theme-dark .admin-header select{background:#ffffff1a;border-color:#fff3;color:#fff}.account-profile-card{background:#fff;border:1px solid #ededed;border-radius:8px;max-width:500px;padding:1.5rem}.theme-dark .account-profile-card{background:#1d1d1f;border-color:#ffffff1a}.account-profile-header{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.account-profile-avatar{background:#f6f6f6;border-radius:8px;flex-shrink:0;height:60px;overflow:hidden;width:60px}.account-profile-avatar img{display:block;height:100%;object-fit:cover;width:100%}.account-profile-info{flex:1 1;min-width:0}.account-profile-name-short{color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;font-size:14px;margin-bottom:4px}.theme-dark .account-profile-name-short{color:#fff}.account-profile-name-full{color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;font-size:18px;font-weight:700;margin-bottom:4px}.theme-dark .account-profile-name-full{color:#fff}.account-profile-email{color:#515154;font-family:Segoe UI,Source Sans,sans-serif;font-size:14px}.theme-dark .account-profile-email{color:#ffffffb3}.account-logout-button{margin-top:0;width:100%}.form-group input:invalid:not(:focus):not(:placeholder-shown){border-color:#dc2626}.form-group input:invalid{box-shadow:none}.form-group input::-webkit-validation-bubble,.form-group input::-webkit-validation-bubble-arrow,.form-group input::-webkit-validation-bubble-arrow-clipper,.form-group input::-webkit-validation-bubble-icon,.form-group input::-webkit-validation-bubble-message{display:none!important;opacity:0!important;pointer-events:none!important;visibility:hidden!important}.create-org-form input:invalid{outline:none}.create-org-form input:invalid:focus{border-color:#dc2626;outline:none}input:invalid::-moz-ui-invalid{box-shadow:none!important}::-webkit-validation-bubble,::-webkit-validation-bubble-arrow,::-webkit-validation-bubble-arrow-clipper,::-webkit-validation-bubble-icon,::-webkit-validation-bubble-message{display:none!important;opacity:0!important;pointer-events:none!important;visibility:hidden!important}.synthese-page{padding:2rem}.synthese-page,.synthese-tab-content{font-family:Segoe UI,Source Sans,sans-serif}.synthese-tab-content{color:#1d1d1f;padding:1rem 0}.theme-dark .synthese-tab-content{color:#fff}.synthese-tab-content p{color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;font-size:.875rem;margin:0}.theme-dark .synthese-tab-content p{color:#fff}.compte-page{padding:2rem}.compte-page,.compte-tab-content{font-family:Segoe UI,Source Sans,sans-serif}.compte-tab-content{color:#1d1d1f;padding:1rem 0}.theme-dark .compte-tab-content{color:#fff}.compte-tab-content p{color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;font-size:.875rem;margin:0}.theme-dark .compte-tab-content p{color:#fff}.portefeuille-page{box-sizing:border-box;font-family:Segoe UI,Source Sans,sans-serif;max-width:100%;overflow-x:hidden;padding:2rem;position:relative;width:100%}.portefeuille-page .bpm-title-level-1{margin-bottom:.25rem}.metrics-grid{box-sizing:border-box}.portefeuille-page .bpm-tabs-container{box-sizing:border-box;margin-left:-2rem;margin-right:-2rem;margin-top:-.5rem;overflow-x:hidden;padding-left:2rem;padding-right:2rem;position:relative;width:calc(100% + 4rem)}.portefeuille-tab-content{box-sizing:border-box;color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;max-width:100%;min-width:0;overflow-x:hidden;padding:1rem 0;position:relative;width:100%}.theme-dark .portefeuille-tab-content{color:#fff}.portefeuille-tab-content p{color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;font-size:.875rem;margin:0}.theme-dark .portefeuille-tab-content p{color:#fff}.portefeuille-tab-content .bpm-table{border:none;border-collapse:collapse;border-radius:0;margin:0;min-width:-webkit-max-content;min-width:max-content;overflow:hidden;table-layout:auto;width:100%}.portefeuille-tab-content .bpm-table td,.portefeuille-tab-content .bpm-table th{border-left:none;border-right:none;border-top:none;padding:.75rem 1rem;text-align:left;white-space:nowrap}.portefeuille-tab-content .bpm-table td:first-child,.portefeuille-tab-content .bpm-table th:first-child{border-left:none}.portefeuille-tab-content .bpm-table td:last-child,.portefeuille-tab-content .bpm-table th:last-child{border-right:none}.portefeuille-tab-content .bpm-table thead{border-bottom:1px solid #ededed;position:-webkit-sticky;position:sticky;top:0;z-index:100}.portefeuille-tab-content .bpm-table th{background-color:#f6f6f6}.theme-dark .portefeuille-tab-content .bpm-table th,.theme-dark .portefeuille-tab-content .bpm-table thead{background-color:#1d1d1f}.portefeuille-tab-content .bpm-table tbody tr{border-bottom:1px solid #ededed}.portefeuille-tab-content .bpm-table tbody tr:last-child{border-bottom:none}.portefeuille-tab-content .bpm-table tbody tr:hover{background-color:#00000005}.theme-dark .portefeuille-tab-content .bpm-table tbody tr:hover{background-color:#ffffff0d}.status-badge{border-radius:4px;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.status-badge.active{background:#f0fdf4;color:#16a34a}.status-badge.inactive{background:#fef2f2;color:#dc2626}.table-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.table-actions .bpm-button{white-space:nowrap}.portefeuille-tab-content .recharts-pie-label-text{fill:#1d1d1f!important;font-size:.875rem!important}.portefeuille-tab-content .recharts-pie-label-text,.portefeuille-tab-content .recharts-tooltip-wrapper{font-family:Segoe UI,Source Sans,sans-serif!important}.stockscreener-page{font-family:Segoe UI,Source Sans,sans-serif;padding:2rem}.stockscreener-tab-content{color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;padding:1rem 0}.theme-dark .stockscreener-tab-content{color:#fff}.stockscreener-tab-content p{color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;font-size:.875rem;margin:0}.theme-dark .stockscreener-tab-content p{color:#fff}.analyse-page{padding:2rem}.analyse-page,.analyse-tab-content{font-family:Segoe UI,Source Sans,sans-serif}.analyse-tab-content{color:#1d1d1f;padding:1rem 0}.theme-dark .analyse-tab-content{color:#fff}.analyse-tab-content p{color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;font-size:.875rem;margin:0}.theme-dark .analyse-tab-content p{color:#fff}.macro-page{padding:2rem}.macro-page,.macro-tab-content{font-family:Segoe UI,Source Sans,sans-serif}.macro-tab-content{color:#1d1d1f;padding:1rem 0}.theme-dark .macro-tab-content{color:#fff}.macro-tab-content p{color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;font-size:.875rem;margin:0}.theme-dark .macro-tab-content p{color:#fff}.actif-detail-page{font-family:Segoe UI,Source Sans,sans-serif;padding:2rem}.actif-detail-page .bpm-title-level-1{margin-bottom:.25rem}.metrics-grid{border:none;border-collapse:initial;border-spacing:10px 0;margin:.25rem -2rem -.5rem;padding:0;table-layout:fixed;width:calc(100% + 4rem)}.metrics-grid td{padding:0;text-align:left;vertical-align:top;width:16.66667%}.metrics-grid .bpm-metric{margin:0;width:100%}.actif-detail-page .bpm-tabs-container{margin-left:-2rem;margin-right:-2rem;margin-top:-.5rem;padding-left:2rem;padding-right:2rem;width:calc(100% + 4rem)}.actif-detail-tab-content{color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;padding:1rem 0}.theme-dark .actif-detail-tab-content{color:#fff}.actif-detail-tab-content p{color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;font-size:.875rem;margin:0}.theme-dark .actif-detail-tab-content p{color:#fff}.metrics-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(6,1fr);margin-bottom:1.5rem}.metrics-row .bpm-metric{margin:0;width:100%}.info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:1rem}@media (max-width:768px){.info-grid{gap:1.5rem;grid-template-columns:1fr}}.info-grid h4{color:#1d1d1f;font-size:1rem;font-weight:600;margin:0 0 .75rem}.theme-dark .info-grid h4{color:#fff}.info-grid ul{list-style-type:disc;margin:0;padding-left:1.5rem}.info-grid li{color:#515154;font-size:.875rem;margin-bottom:.5rem}.theme-dark .info-grid li{color:#ffffffb3}.actif-detail-tab-content h3{color:#1d1d1f;font-size:1.25rem;font-weight:600;margin:0 0 1rem}.theme-dark .actif-detail-tab-content h3{color:#fff}.synthese-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.synthese-header h3{margin:0}.enrich-form{padding:0}.enrich-form .form-group{margin-bottom:1.5rem}.enrich-form .form-group label{color:#1d1d1f;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.theme-dark .enrich-form .form-group label{color:#fff}.enrich-form .form-group input{border:1px solid #ededed;border-radius:6px;box-sizing:border-box;color:#1d1d1f;font-family:inherit;font-size:.875rem;padding:.5rem .75rem;width:100%}.theme-dark .enrich-form .form-group input{background:#ffffff1a;border-color:#fff3;color:#fff}.enrich-form .form-group input:focus{border-color:#a49b6d;box-shadow:0 0 0 3px #a49b6d1a;outline:none}.enrich-form .form-group small{color:#515154;display:block;font-size:.75rem;margin-top:.25rem}.theme-dark .enrich-form .form-group small{color:#fff9}.enrich-form .form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:2rem}.enrich-form .bpm-selectbox-container{overflow:visible;position:relative;z-index:100001}.enrich-form .bpm-selectbox-wrapper{overflow:visible;position:relative}.enrich-form .bpm-selectbox-dropdown{overflow:visible!important;position:fixed!important;z-index:1000002!important}.bpm-modal .enrich-form{overflow:visible}.dashboard-wrapper{display:flex;min-height:100vh}.dashboard{flex:1 1;font-family:Segoe UI,Source Sans,sans-serif;margin:0 auto;max-width:1400px;padding:20px;transition:margin-left .3s ease,margin-right .3s ease}.dashboard-with-sidebar-left{box-sizing:border-box;margin-left:250px;max-width:calc(100% - 250px)}.dashboard-with-sidebar-right{box-sizing:border-box;margin-right:250px;max-width:calc(100% - 250px)}@media (max-width:768px){.dashboard{margin-left:0!important;margin-right:0!important}}.sidebar-main{flex:1 1;min-height:0;overflow-y:auto}.sidebar-nav ul{list-style:none;margin:0;padding:0}.sidebar-nav li{margin-bottom:0}.sidebar-nav a{align-items:center;border-radius:6px;color:#1d1d1f;display:flex;font-family:Segoe UI,Source Sans,sans-serif;font-size:16px;font-weight:400;gap:12px;padding:8px 16px;text-decoration:none;transition:background-color .2s}.sidebar-nav a svg{flex-shrink:0;height:24px;width:24px}.sidebar.theme-dark .sidebar-nav a,.theme-dark .sidebar-nav a{color:#fff}.sidebar-nav a:hover{background-color:#e2e2e4;font-weight:400}.sidebar.theme-dark .sidebar-nav a:hover,.theme-dark .sidebar-nav a:hover{background-color:#ffffff1a}.sidebar-nav a.active{background-color:#e2e2e4;font-weight:400}.sidebar.theme-dark .sidebar-nav a.active,.theme-dark .sidebar-nav a.active{background-color:#ffffff26}.sidebar-footer{border-top:1px solid #0000001a;flex-shrink:0;margin-top:auto;padding:20px}.sidebar.theme-dark .sidebar-footer,.theme-dark .sidebar-footer{border-top:1px solid #ffffff1a}.sidebar-user{align-items:center;display:flex;gap:12px;margin-bottom:12px}.sidebar-user-avatar{border-radius:50%;flex-shrink:0;height:40px;overflow:hidden;width:40px}.sidebar-user-avatar img{height:100%;object-fit:cover;width:100%}.sidebar-user-info{flex:1 1;min-width:0}.sidebar-user-name{color:#1d1d1f;font-family:Segoe UI,Source Sans,sans-serif;font-size:14px;font-weight:700;margin-bottom:4px}.sidebar.theme-dark .sidebar-user-name,.theme-dark .sidebar-user-name{color:#fff}.sidebar-user-email{color:#666;font-family:Segoe UI,Source Sans,sans-serif;font-size:12px}.sidebar.theme-dark .sidebar-user-email,.theme-dark .sidebar-user-email{color:#ffffffb3}.sidebar-logout-btn{background:#0000!important;border:1px solid #0003;border-radius:8px;color:#1d1d1f!important;cursor:pointer;font-family:Segoe UI,Source Sans,sans-serif;font-size:14px;font-weight:400;padding:.5rem 1rem;transition:background-color .2s,border-color .2s;width:100%}.sidebar-logout-btn:hover{background-color:#0000000d!important;color:#1d1d1f!important}.sidebar.theme-dark .sidebar-logout-btn,.theme-dark .sidebar-logout-btn{border-color:#fff3;color:#fff}.sidebar.theme-dark .sidebar-logout-btn:hover,.theme-dark .sidebar-logout-btn:hover{background-color:#ffffff1a!important;color:#fff!important}.sidebar-login-btn{align-items:center;background:#4285f4;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:Segoe UI,Source Sans,sans-serif;font-size:14px;gap:8px;justify-content:center;padding:10px 16px;transition:background-color .2s;width:100%}.sidebar-login-btn:hover{background-color:#357ae8}.dashboard-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.dashboard-header h1{color:#1d1d1f;font-size:32px;margin:0}.connection-status{align-items:center;display:flex;gap:15px;margin-bottom:20px}.status-indicator{border-radius:20px;font-size:14px;font-weight:600;padding:8px 16px}.status-indicator.connected{background-color:#d4edda;color:#155724}.status-indicator.disconnected{background-color:#f8d7da;color:#721c24}button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .2s}.sidebar-toggle{background:none!important;color:inherit;padding:5px 10px}button:hover:not(:disabled):not(.bpm-tab-button):not(.sidebar-logout-btn):not(.bpm-button):not([class*=bpm-button]){background-color:#0056b3}.sidebar-toggle:hover{background:none!important}button:disabled{background-color:#6c757d;cursor:not-allowed}.metrics-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:20px}.no-positions{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;color:#666;font-size:18px;margin-top:20px;padding:60px 20px;text-align:center}.login-page{align-items:center;background-color:#f6f6f6;display:flex;flex-direction:column;font-family:Segoe UI,Source Sans,sans-serif;justify-content:flex-start;margin:-20px;min-height:100vh;padding-top:5rem;position:relative}.login-container{background-color:#fff;border:1px solid #e0e0e0;border-radius:24px;max-width:700px;padding:4rem;text-align:center;width:450px!important}.login-logo{align-items:center;display:flex;justify-content:center;margin-bottom:1rem;margin-top:-.5rem}.login-logo img{height:80px;object-fit:contain;width:auto}.login-logo-fallback{font-size:4rem;margin-bottom:2rem}.login-title{color:#363636;font-size:2rem;font-weight:500;margin-bottom:.5rem;margin-top:0}.login-subtitle{color:#a49b6df1;font-size:1rem;margin-bottom:2rem;margin-top:0}.login-error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;margin-bottom:2rem;padding:12px 20px}.login-methods{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:400px;width:100%}.login-method-button{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#363636;cursor:pointer;display:inline-flex;font-family:Segoe UI,Source Sans,sans-serif;font-size:14px;font-weight:400;justify-content:center;padding:16px 32px;transition:all .2s ease;width:100%}.login-method-button:hover{background:#f6f6f6!important;border-color:#ededed;color:#1d1d1f}.login-method-button:active{transform:translateY(1px)}.login-button-google{background:#4285f4;border-color:#4285f4;box-shadow:0 2px 8px #4285f44d;color:#fff}.login-button-google:hover{background:#3274de!important;border-color:#3274de;box-shadow:0 4px 12px #4285f466;color:#fff}.login-divider{align-items:center;color:#7f8c8d;display:flex;font-size:14px;margin:.5rem 0;text-align:center}.login-divider:after,.login-divider:before{border-bottom:1px solid #e0e0e0;content:"";flex:1 1}.login-divider span{padding:0 1rem}.login-form{margin:0 auto;max-width:400px;text-align:left;width:100%}.login-form-group{margin-bottom:1.5rem}.login-form-group label{color:#2c3e50;display:block;font-size:14px;font-weight:500;margin-bottom:.5rem}.login-form-group input{border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-family:Segoe UI,Source Sans,sans-serif;font-size:16px;padding:12px 16px;transition:border-color .3s ease;width:100%}.login-form-group input:focus{border-color:#4285f4;outline:none}.login-form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.login-form-actions{display:flex;gap:1rem;margin-top:2rem}.login-back-button,.login-submit-button{background:#fff!important;border:1px solid #e0e0e0;border-radius:8px;color:#363636;cursor:pointer;flex:1 1;font-family:Segoe UI,Source Sans,sans-serif;font-size:14px;font-weight:400;padding:12px 24px;transition:all .3s ease}.login-back-button{background:#f5f5f5;color:#2c3e50}.login-back-button:hover:not(:disabled){background:#f6f6f6!important}.login-submit-button{background:#a49b6df1!important;border:#a49b6df1!important;box-shadow:0 0 0 #a49b6d89;color:#fff;font-size:14px;font-weight:400}.login-submit-button:hover:not(:disabled){background:#a49b6d!important;box-shadow:0 2px 8px #a49b6d89}.login-submit-button:disabled{background:#a49b6d8e;box-shadow:none;cursor:not-allowed}.login-back-button:disabled{cursor:not-allowed;opacity:.6}.login-footer{align-items:center;border-top:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:auto;padding:1rem 0;text-align:center;width:100%}.login-footer-link{color:#7f8c8d;font-size:14px;text-decoration:none;transition:color .2s ease}.login-footer-link:hover{color:#2c3e50;text-decoration:underline}.login-footer-separator{color:#bdc3c7;font-size:14px}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Segoe UI,Source Sans,sans-serif}.App{min-height:100vh;padding:20px}
/*# sourceMappingURL=main.5c43d862.css.map*/