:host *,:host :after,:host :before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host ::-webkit-scrollbar{height:.5rem;width:.5rem}:host ::-webkit-scrollbar-track{background:var(--theme-scrollbar-track--background);border-radius:5px}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{background:var(--theme-scrollbar-thumb--background);border-radius:5px}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}#toast-container>:not(:last-child){margin-block-end:1rem}.toast-container{display:block;position:fixed;z-index:var(--theme-z-index-toast)}.toast-container--top-right{right:1rem;top:2rem}.toast-container--bottom-right{bottom:2rem;right:1rem}.text-xs{color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;font-size:.625rem;font-weight:400;line-height:1.4em;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-s{font-weight:400}.text-caption,.text-s{color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;font-size:.75rem;line-height:1.5em;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-caption{font-weight:700}.text-caption-single{font-size:.75rem;font-weight:700;line-height:1em}.text-caption-single,.text-default{color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default{font-size:.875rem;font-weight:400;line-height:1.429em}.text-default-single{font-weight:400;line-height:1.143em}.text-default-single,.text-default-title{color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;font-size:.875rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-title{font-weight:700;line-height:1.429em}.text-default-title-single{font-size:.875rem;font-weight:700;line-height:1.143em}.text-default-title-single,.text-l{color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l{font-size:1rem;font-weight:400;line-height:1.5em}.text-l-single{font-weight:400;line-height:1.25em}.text-l-single,.text-l-title{color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;font-size:1rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-title{font-weight:700;line-height:1.5em}.text-l-title-single{font-size:1rem;line-height:1.25em}.text-h2,.text-l-title-single{color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-h2{line-height:1.455em}.text-h2,.text-xl{font-size:1.375rem}.text-xl{color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;font-weight:400;line-height:1.091em;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:root{--theme-z-index-sticky:1020;--theme-z-index-fixed:1030;--theme-z-index-modal-backdrop:1040;--theme-z-index-modal:1050;--theme-z-index-dropdown:1060;--theme-z-index-tooltip:1070;--theme-z-index-toast:1080}label.ix-form-label{color:var(--theme-color-soft-text);padding:2px 0}label.ix-form-label.label-alignment-left{padding:6px 0}input.ix-form-control{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background-color:var(--theme-input--background);border:var(--theme-input--border-thickness,1px) solid var(--theme-input--border-color);border-radius:var(--theme-input--border-radius);box-shadow:var(--theme-input--box-shadow);color:var(--theme-input--color);font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-0);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);line-height:var(--theme-line-height-md);min-height:2rem;padding:.25rem .5rem;text-decoration:none;text-overflow:ellipsis;width:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}input.ix-form-control[type=number]{text-align:right}input.ix-form-control[type=number]::-webkit-inner-spin-button{display:none;margin-left:2px;margin-right:-2px}input.ix-form-control:-webkit-autofill,input.ix-form-control:autofill{-webkit-box-shadow:0 0 0 1000px var(--theme-color-component-info) inset!important;-webkit-text-fill-color:var(--theme-input--color--autofill)!important;background-color:var(--theme-input--background--autofill)!important;border:var(--theme-input--border-thickness,1px) solid var(--theme-input--border-color--autofill)!important;color:var(--theme-input--color--autofill)!important}input.ix-form-control::placeholder{color:var(--theme-input-hint--color)}input.ix-form-control.hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),input.ix-form-control:hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only){background-color:var(--theme-input--background--hover);border-color:var(--theme-input--border-color--hover)!important}input.ix-form-control.focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),input.ix-form-control:focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only){border-color:var(--theme-input--border-color--focus)!important;outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset)}input.ix-form-control.read-only,input.ix-form-control:read-only{background-color:transparent;border:none;border-bottom:var(--theme-input--border-thickness,1px) solid var(--theme-input--border-color-bottom--readonly);border-radius:0;box-shadow:none;outline:none}input.ix-form-control.read-only::placeholder,input.ix-form-control:read-only::placeholder{color:transparent}input.ix-form-control.disabled,input.ix-form-control:disabled{background-color:transparent;border:none;border-bottom:var(--theme-input--border-thickness,1px) solid var(--theme-input--border-color-bottom--disabled);border-radius:0;box-shadow:none;color:var(--theme-input--color--disabled);outline:none}input.ix-form-control.disabled::placeholder,input.ix-form-control:disabled::placeholder{color:transparent}textarea.ix-form-control{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background-color:var(--theme-input--background);border:var(--theme-input--border-thickness,1px) solid var(--theme-input--border-color);border-radius:var(--theme-input--border-radius);box-shadow:var(--theme-input--box-shadow);color:var(--theme-input--color);font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-0);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);line-height:var(--theme-line-height-md);padding:.25rem .5rem;text-decoration:none;text-overflow:ellipsis;width:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}textarea.ix-form-control[type=number]{text-align:right}textarea.ix-form-control[type=number]::-webkit-inner-spin-button{display:none;margin-left:2px;margin-right:-2px}textarea.ix-form-control:-webkit-autofill,textarea.ix-form-control:autofill{-webkit-box-shadow:0 0 0 1000px var(--theme-color-component-info) inset!important;-webkit-text-fill-color:var(--theme-input--color--autofill)!important;background-color:var(--theme-input--background--autofill)!important;border:var(--theme-input--border-thickness,1px) solid var(--theme-input--border-color--autofill)!important;color:var(--theme-input--color--autofill)!important}textarea.ix-form-control::placeholder{color:var(--theme-input-hint--color)}textarea.ix-form-control.hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),textarea.ix-form-control:hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only){background-color:var(--theme-input--background--hover);border-color:var(--theme-input--border-color--hover)!important}textarea.ix-form-control.focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),textarea.ix-form-control:focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only){border-color:var(--theme-input--border-color--focus)!important;outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset)}textarea.ix-form-control.read-only,textarea.ix-form-control:read-only{background-color:transparent;border:none;border-bottom:var(--theme-input--border-thickness,1px) solid var(--theme-input--border-color-bottom--readonly);border-radius:0;box-shadow:none;outline:none}textarea.ix-form-control.read-only::placeholder,textarea.ix-form-control:read-only::placeholder{color:transparent}textarea.ix-form-control.disabled,textarea.ix-form-control:disabled{background-color:transparent;border:none;border-bottom:var(--theme-input--border-thickness,1px) solid var(--theme-input--border-color-bottom--disabled);border-radius:0;box-shadow:none;color:var(--theme-input--color--disabled);outline:none}textarea.ix-form-control.disabled::placeholder,textarea.ix-form-control:disabled::placeholder{color:transparent}textarea.ix-form-control{height:3.25rem;min-height:2rem;padding:calc(.375rem - var(--theme-input--border-thickness)) calc(.5rem - var(--theme-input--border-thickness))}input.ix-info:not(.disabled):not(:disabled):not([disabled]),textarea.ix-info:not(.disabled):not(:disabled):not([disabled]){border-color:var(--theme-input--border-color--info)}input.ix-info:not(.disabled):not(:disabled):not([disabled]):hover,textarea.ix-info:not(.disabled):not(:disabled):not([disabled]):hover{border-color:var(--theme-input--border-color--info--hover)!important}input.ix-info:not(.disabled):not(:disabled):not([disabled]):active,textarea.ix-info:not(.disabled):not(:disabled):not([disabled]):active{border-color:var(--theme-input--border-color--info--active)!important}input.ix-warning:not(.disabled):not(:disabled):not([disabled]),textarea.ix-warning:not(.disabled):not(:disabled):not([disabled]){background-color:var(--theme-input--background--warning);border-color:var(--theme-input--border-color--warning--active)!important}input.ix-warning:not(.disabled):not(:disabled):not([disabled]):hover,textarea.ix-warning:not(.disabled):not(:disabled):not([disabled]):hover{background-color:var(--theme-input--background--warning--hover);border-color:var(--theme-input--border-color--warning--hover)!important}input.ix-warning:not(.disabled):not(:disabled):not([disabled]):active,textarea.ix-warning:not(.disabled):not(:disabled):not([disabled]):active{border-color:var(--theme-input--border-color--warning--active)!important}input[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]),textarea[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]){background-color:var(--theme-input--background--invalid);border-color:var(--theme-input--border-color--invalid)!important}input[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):hover,textarea[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):hover{background-color:var(--theme-input--background--invalid--hover);border-color:var(--theme-input--border-color--invalid--hover)!important}input[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):active,textarea[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):active{border-color:var(--theme-input--border-color--invalid--active)!important}input.ix-form-control~.invalid-feedback,input.ix-form-control~.valid-feedback,textarea.ix-form-control~.invalid-feedback,textarea.ix-form-control~.valid-feedback{display:none;font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-0);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);line-height:var(--theme-line-height-md);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}form input.ix-form-control~.valid-feedback,form textarea.ix-form-control~.valid-feedback{color:var(--theme-color-success)}form input.ix-form-control~.invalid-feedback,form textarea.ix-form-control~.invalid-feedback{color:var(--theme-color-alarm-text)}form.was-validated .ix-form-control.is-invalid,form.was-validated .ix-form-control:invalid,form:not([novalidate]) .ix-form-control.is-invalid,form:not([novalidate]) .ix-form-control:invalid{background-color:var(--theme-input-error--background);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23ff2640' fill-opacity='.75' fill-rule='evenodd' d='M256 42.667c117.626 0 213.333 95.707 213.333 213.333S373.626 469.333 256 469.333 42.667 373.626 42.667 256 138.374 42.667 256 42.667m0 42.666C161.56 85.333 85.333 161.56 85.333 256S161.56 426.667 256 426.667 426.667 350.44 426.667 256 350.44 85.333 256 85.333m70.248 70.249 30.17 30.17L286.168 256l70.25 70.248-30.17 30.17L256 286.168l-70.248 70.25-30.17-30.17L225.83 256l-70.248-70.248 30.17-30.17L256 225.83z'/%3E%3C/svg%3E")!important;background-position:left calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:18px;border-color:var(--theme-input-error--border-color);padding-left:calc(1.5em + .75rem);padding-right:.75rem}form.was-validated .ix-form-control.is-invalid~.invalid-feedback,form.was-validated .ix-form-control:invalid~.invalid-feedback,form:not([novalidate]) .ix-form-control.is-invalid~.invalid-feedback,form:not([novalidate]) .ix-form-control:invalid~.invalid-feedback{display:block}form.was-validated .ix-form-control.is-valid~.valid-feedback,form.was-validated .ix-form-control:valid~.valid-feedback,form:not([novalidate]) .ix-form-control.is-valid~.valid-feedback,form:not([novalidate]) .ix-form-control:valid~.valid-feedback{display:block}form:not(.was-validated) .ix-form-control.invalid-feedback,form:not(.was-validated) .ix-form-control.valid-feedback{display:none!important}.ix-form-control[type=checkbox]:checked,.ix-form-control[type=checkbox]:not(:checked){cursor:pointer;height:0;opacity:0;position:absolute;width:0}.ix-form-control[type=checkbox]:checked+label,.ix-form-control[type=checkbox]:not(:checked)+label{color:var(--theme-checkbox-label--color);display:inline-flex;min-height:1.5rem;position:relative;-webkit-user-select:none;user-select:none}.ix-form-control[type=checkbox]:not(:disabled)+label{cursor:pointer}.ix-form-control[type=checkbox]+label:before{background-position:50% 50%;background-repeat:no-repeat;background-size:contain;content:"";float:left;height:1.125rem;margin-right:.5rem;margin-top:1px;max-height:1.125rem;max-width:1.125rem;min-height:1.125rem;min-width:1.125rem;width:1.125rem}.ix-form-control[type=checkbox]+label:focus-visible:before{outline:.0625rem solid var(--theme-color-focus-bdr);outline-offset:var(--theme-checkbox--focus--outline-offset)}.ix-form-control[type=checkbox]:focus-visible+label:before{outline:.0625rem solid var(--theme-color-focus-bdr);outline-offset:var(--theme-checkbox--focus--outline-offset)}.ix-form-control[type=checkbox]:not(:checked)+label:before{background-color:var(--theme-checkbox-unchecked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color)}.ix-form-control[type=checkbox]:not(:checked):hover+label:before{background-color:var(--theme-checkbox-unchecked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover)}.ix-form-control[type=checkbox]:not(:checked):active+label:before{background-color:var(--theme-checkbox-unchecked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active)}.ix-form-control[type=checkbox]:not(:checked):disabled+label:before{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}.ix-form-control[type=checkbox]:checked+label:before{background-color:var(--theme-checkbox-checked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color)}.ix-form-control[type=checkbox]:checked+label:after{border-bottom:.0625rem solid var(--theme-checkbox-checked--color);border-left:.0625rem solid var(--theme-checkbox-checked--color);border-right:none;border-top:none;content:"";display:block;height:.26rem;margin:.525rem .42rem .1875rem;position:absolute;transform:translate(-1px,-3px) rotate(-53deg) scale(2) skew(-8deg,-3deg);width:.4rem}.ix-form-control[type=checkbox]:checked:hover+label:before{background-color:var(--theme-checkbox-checked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover)}.ix-form-control[type=checkbox]:checked:active+label:before{background-color:var(--theme-checkbox-checked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active)}.ix-form-control[type=checkbox]:checked:disabled+label:before{background-color:var(--theme-checkbox-checked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled)}.ix-form-control[type=checkbox]:checked:disabled+label:after{border-color:var(--theme-checkbox-checked--color--disabled)}.ix-form-control[type=checkbox]:disabled+label:before{opacity:.5;pointer-events:none}.ix-form-control[type=checkbox]:indeterminate+label:after{border-bottom:.125rem solid var(--theme-checkbox-mixed--color);content:"";display:block;height:.125rem;margin:.5625rem 0 0 .25rem;position:absolute;width:.625rem}.ix-form-control[type=checkbox]:indeterminate+label:before{background-color:var(--theme-checkbox-mixed--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-mixed--border-color)}.ix-form-control[type=checkbox]:indeterminate:hover+label:before{background-color:var(--theme-checkbox-mixed--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-mixed--border-color--hover)}.ix-form-control[type=checkbox]:indeterminate:active+label:before{background-color:var(--theme-checkbox-mixed--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-mixed--border-color--active)}.ix-form-control[type=checkbox]:indeterminate:disabled+label:before{background-color:var(--theme-checkbox-mixed--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-mixed--border-color--disabled)}.ix-form-control[type=checkbox]:indeterminate:disabled+label:after{border-color:var(--theme-checkbox-mixed--color--disabled)}.ix-form-control[type=checkbox]:disabled+label{color:var(--theme-checkbox-label--color--disabled)}.ix-form-control[type=radio]:checked,.ix-form-control[type=radio]:not(:checked){clip:rect(0 0 0 0);-webkit-appearance:none;-moz-appearance:none;appearance:none;clip-path:inset(50%);height:1px;max-height:1px;max-width:1px;min-height:0;min-width:0;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.ix-form-control[type=radio]:checked+label,.ix-form-control[type=radio]:not(:checked)+label{align-items:flex-start;color:var(--theme-radiobtn-label--color);display:inline-flex;margin-right:1rem;position:relative;-webkit-user-select:none;user-select:none}.ix-form-control[type=radio]:not(:disabled)+label{cursor:pointer}.ix-form-control[type=radio]+label:before{background-position:50% 50%;background-repeat:no-repeat;background-size:contain;border-radius:100%;content:"";float:left;height:1.25rem;margin-right:.5rem;max-height:1.25rem;max-width:1.25rem;min-height:1.25rem;min-width:1.25rem;width:1.25rem}.ix-form-control[type=radio]+label:focus-visible:before{outline:.0625rem solid var(--theme-color-focus-bdr);outline-offset:var(--theme-radiobtn--focus--outline-offset)}.ix-form-control[type=radio]:focus-visible+label:before{outline:.0625rem solid var(--theme-color-focus-bdr);outline-offset:var(--theme-radiobtn--focus--outline-offset)}.ix-form-control[type=radio]:not(:checked)+label:before{background-color:var(--theme-radiobtn-unchecked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color)}.ix-form-control[type=radio]:not(:checked):hover+label:before{background-color:var(--theme-radiobtn-unchecked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--hover)}.ix-form-control[type=radio]:not(:checked):active+label:before{background-color:var(--theme-radiobtn-unchecked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--active)}.ix-form-control[type=radio]:not(:checked):disabled+label:before{background-color:var(--theme-radiobtn-unchecked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--disabled)}.ix-form-control[type=radio]:checked+label:before{background-color:var(--theme-radiobtn-checked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color)}.ix-form-control[type=radio]:checked+label:after{background-color:var(--theme-radiobtn-checked--color);border-radius:100%;content:"";display:block;height:.5rem;left:.375rem;position:absolute;top:.5rem;width:.5rem}.ix-form-control[type=radio]:checked:hover+label:before{background-color:var(--theme-radiobtn-checked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--hover)}.ix-form-control[type=radio]:checked:active+label:before{background-color:var(--theme-radiobtn-checked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--active)}.ix-form-control[type=radio]:checked:disabled+label:before{background-color:var(--theme-radiobtn-checked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--disabled)}.ix-form-control[type=radio]:checked:disabled+label:after{border-color:var(--theme-radiobtn-checked--color--disabled)}.ix-form-control[type=radio]:disabled+label:before{opacity:.5;pointer-events:none}.ix-form-control[type=radio]:disabled+label{color:var(--theme-radiobtn-label--color--disabled)}a[href]{color:var(--theme-color-primary);text-underline-offset:.2rem}a[href]:not(.disabled):not(:disabled).hover,a[href]:not(.disabled):not(:disabled):hover{color:var(--theme-color-dynamic)}a[href]:not(.disabled):not(:disabled).active,a[href]:not(.disabled):not(:disabled):active{color:var(--theme-color-dynamic)}a[href]:not(.disabled):not(:disabled):visited{color:var(--theme-color-primary)}a[href]:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:.2rem}a[href] .glyph{vertical-align:middle}a[href] .glyph:before{display:inline-block;text-decoration:none}a[href]:not(.disabled):not(:disabled){cursor:pointer}ix-menu>a[href]{color:unset;text-decoration:none}a[href]:has(+ix-menu-item){color:unset;text-decoration:none}:root body{--theme-box-shadow-lvl-1:var(--theme-shadow-1);--theme-box-shadow-lvl-2:var(--theme-shadow-2);--theme-box-shadow-lvl-3:var(--theme-shadow-3);--theme-box-shadow-lvl-4:var(--theme-shadow-4);--theme-box-shadow-level-1:var(--theme-shadow-1);--theme-box-shadow-level-2:var(--theme-shadow-2);--theme-box-shadow-level-3:var(--theme-shadow-3);--theme-box-shadow-level-4:var(--theme-shadow-4);--theme-box-shadow-insert:var(--theme-inset-shadow-1)}.input-group-label{color:var(--theme-input-unit--color);margin-left:2px;margin-right:2px}.group-start .input-group-label:first-child{margin-left:8px}.group-start .input-group-label:last-child{margin-right:4px}.group-end .input-group-label:first-child{margin-left:4px}.group-end .input-group-label:last-child{margin-right:8px}.ix-table{border-color:var(--theme-table--border-color);border-spacing:0;box-sizing:border-box;color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;font-size:.875rem;font-weight:400;line-height:1.429em;margin-bottom:1rem;vertical-align:top;width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;--ix-table-background:var(--theme-table--background);--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--theme-table--color);--bs-table-bg:var(--theme-table--background);--bs-table-border-color:var(--theme-table--border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--theme-table--color);--bs-table-striped-bg:var(--theme-table-data-row-alt--background);--bs-table-active-color:var(--theme-table--color);--bs-table-active-bg:var(--theme-table-data-row-alt--background--active);--bs-table-hover-color:var(--theme-table--color);--bs-table-hover-bg:var(--theme-table-data-row-alt--background--hover)}.ix-table-striped>tbody>tr:nth-of-type(odd)>*{--ix-table-background:var(--theme-table-data-row-alt--background)}.ix-table thead{background-color:var(--theme-table-header-row--background)}.ix-table>thead{vertical-align:bottom}.ix-table>:not(caption)>*>*{background-color:var(--ix-table-background);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px transparent;padding:.5rem}.ix-table td,.ix-table th{border-bottom-color:var(--theme-table-data-row--border-color)}.ix-table tbody,.ix-table td,.ix-table tfoot,.ix-table th,.ix-table thead,.ix-table tr{text-align:left}.typography-label{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-0);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased}.typography-label,.typography-label-xs{line-height:var(--theme-line-height-sm);text-decoration:none;-moz-osx-font-smooting:grayscale}.typography-label-xs{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms--2);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xxl);-webkit-font-smoothing:antialiased}.typography-label-sm{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms--1);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased}.typography-label-lg,.typography-label-sm{line-height:var(--theme-line-height-sm);text-decoration:none;-moz-osx-font-smooting:grayscale}.typography-label-lg{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-1);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-lg);-webkit-font-smoothing:antialiased}.typography-body{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-0);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);line-height:var(--theme-line-height-md);-webkit-font-smoothing:antialiased}.typography-body,.typography-body-xs{text-decoration:none;-moz-osx-font-smooting:grayscale}.typography-body-xs{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms--2);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xxl);line-height:var(--theme-line-height-lg);-webkit-font-smoothing:antialiased}.typography-body-sm{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms--1);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased}.typography-body-lg,.typography-body-sm{line-height:var(--theme-line-height-lg);text-decoration:none;-moz-osx-font-smooting:grayscale}.typography-body-lg{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-1);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-lg);-webkit-font-smoothing:antialiased}.typography-display{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-3);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-md);-webkit-font-smoothing:antialiased}.typography-display,.typography-display-xs{line-height:var(--theme-line-height-xs);text-decoration:none;-moz-osx-font-smooting:grayscale}.typography-display-xs{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-1);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-sm);-webkit-font-smoothing:antialiased}.typography-display-sm{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-2);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-lg);-webkit-font-smoothing:antialiased}.typography-display-lg,.typography-display-sm{line-height:var(--theme-line-height-xs);text-decoration:none;-moz-osx-font-smooting:grayscale}.typography-display-lg{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-4);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-md);-webkit-font-smoothing:antialiased}.typography-display-xl{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-5);font-style:normal;font-weight:var(--theme-font-weight-bold);-webkit-font-smoothing:antialiased}.typography-display-xl,.typography-display-xxl{letter-spacing:var(--theme-letter-spacing-sm);line-height:var(--theme-line-height-xs);text-decoration:none;-moz-osx-font-smooting:grayscale}.typography-display-xxl{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-6);font-style:normal;font-weight:var(--theme-font-weight-bold);-webkit-font-smoothing:antialiased}.h6,.typography-h6,h6{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms--1);font-style:normal;font-weight:var(--theme-font-weight-bold);-webkit-font-smoothing:antialiased}.h5,.h6,.typography-h5,.typography-h6,h5,h6{letter-spacing:var(--theme-letter-spacing-xl);line-height:var(--theme-line-height-lg);text-decoration:none;-moz-osx-font-smooting:grayscale}.h5,.typography-h5,h5{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-0);font-style:normal;font-weight:var(--theme-font-weight-bold);-webkit-font-smoothing:antialiased}.h4,.typography-h4,h4{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-1);font-style:normal;font-weight:var(--theme-font-weight-bold);-webkit-font-smoothing:antialiased}.h3,.h4,.typography-h3,.typography-h4,h3,h4{letter-spacing:var(--theme-letter-spacing-lg);line-height:var(--theme-line-height-lg);text-decoration:none;-moz-osx-font-smooting:grayscale}.h3,.typography-h3,h3{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-2);font-style:normal;font-weight:var(--theme-font-weight-bold);-webkit-font-smoothing:antialiased}.h2,.typography-h2,h2{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-3);font-style:normal;font-weight:var(--theme-font-weight-bold);line-height:var(--theme-line-height-md);-webkit-font-smoothing:antialiased}.h1,.h2,.typography-h1,.typography-h2,h1,h2{letter-spacing:var(--theme-letter-spacing-md);text-decoration:none;-moz-osx-font-smooting:grayscale}.h1,.typography-h1,h1{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-4);font-style:normal;font-weight:var(--theme-font-weight-bold);line-height:var(--theme-line-height-sm);-webkit-font-smoothing:antialiased}.typography-code{font-family:JetBrainsMono,Courier New,monospace,Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-0);font-style:normal;font-weight:var(--theme-font-weight-normal);-webkit-font-smoothing:antialiased}.typography-code,.typography-code-lg{letter-spacing:var(--theme-letter-spacing-md);line-height:var(--theme-line-height-lg);text-decoration:none;-moz-osx-font-smooting:grayscale}.typography-code-lg{font-family:JetBrainsMono,Courier New,monospace,Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-1);font-style:normal;font-weight:var(--theme-font-weight-normal);-webkit-font-smoothing:antialiased}.typography-code-sm{font-family:JetBrainsMono,Courier New,monospace,Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms--1);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);line-height:var(--theme-line-height-lg);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.typography-decoration-none{text-decoration:none!important}.typography-decoration-underline{text-decoration:underline!important}.typography-decoration-line-through{text-decoration:line-through!important}.typography-weight-bold{font-weight:700!important}a{color:var(--theme-color-primary)}.ix-button-group{display:inline-flex;position:relative;vertical-align:middle}.ix-button-group ix-button:first-child{--ix-button-border-radius-right:0}.ix-button-group ix-button:last-child{--ix-button-border-radius-left:0}.ix-button-group ix-button:not(:first-child):not(:last-child){--ix-button-border-radius-right:0;--ix-button-border-radius-left:0}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}hr{border:0;border-top:1px solid;color:inherit;margin:1rem 0;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[title]{cursor:help;text-decoration:underline dotted;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{background-color:var(--theme-color-warning-40);padding:.1875em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--theme-font-code);font-size:1em}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{font-size:.875em;word-wrap:break-word}code a>code{color:inherit}kbd{border-radius:.25rem;font-size:.875em;padding:.1875rem .375rem}kbd kbd{font-size:1em;padding:0}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button,input,optgroup,select,textarea{font-family:inherit;line-height:inherit;margin:0}figure{margin:0 0 1rem}::-moz-focus-inner{border-style:none;padding:0}iframe{border:0}img,svg{vertical-align:middle}summary{cursor:pointer;display:list-item}[hidden]{display:none!important}:root{--ix-safe-area-inset-top:0rem;--ix-safe-area-inset-right:0rem;--ix-safe-area-inset-bottom:0rem;--ix-safe-area-inset-left:0rem}:not([data-ix-theme]) body:not([data-ix-theme]),[data-ix-theme]{--animate-duration:var(--theme-default-time);--bs-font-sans-serif:Siemens Sans,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";color:var(--theme-color-std-text);--theme-border-width-default:.0625rem;--theme-border-width-none:0rem;--theme-border-width-thick:.125rem;--theme-container-size-0:15rem;--theme-container-size-1:20rem;--theme-container-size-2:22.5rem;--theme-container-size-3:30rem;--theme-container-size-4:37.5rem;--theme-container-size-5:45rem;--theme-container-size-6:52.5rem;--theme-default-border-radius:.25rem;--theme-default-control-height:32px;--theme-default-icon-size:1.5rem;--theme-default-time:150;--theme-focus--border-thickness:.0625rem;--theme-focus--outline-offset:.125rem;--theme-focus-border-thickness:.0625rem;--theme-focus-outline-offset:.125rem;--theme-font-size-caption:.75rem;--theme-font-size-default:.875rem;--theme-font-size-l:1rem;--theme-font-size-s:.75rem;--theme-font-size-xl:1.375rem;--theme-font-size-xs:.625rem;--theme-font-weight-black:900;--theme-font-weight-bold:700;--theme-font-weight-normal:400;--theme-inner-shadow-blur-1:4;--theme-inner-shadow-spread-1:0;--theme-inner-shadow-x-offset-1:0;--theme-inner-shadow-y-offset-1:2;--theme-input-min-width:.125rem;--theme-input-padding-x:.5rem;--theme-input-padding-y:.5rem;--theme-large-control-height:40px;--theme-large-icon-size:2rem;--theme-letter-spacing-lg:.006em;--theme-letter-spacing-md:0em;--theme-letter-spacing-sm:-.006em;--theme-letter-spacing-xl:.012em;--theme-letter-spacing-xs:-.012em;--theme-letter-spacing-xxl:.02em;--theme-lightbox-blur:5.44;--theme-line-height-caption:1.5;--theme-line-height-caption-single:1;--theme-line-height-default:1.429;--theme-line-height-default-single:1.143;--theme-line-height-h2:1.455;--theme-line-height-l:1.5;--theme-line-height-l-single:1.25;--theme-line-height-lg:1.5;--theme-line-height-md:1.43;--theme-line-height-mdsm:1.3;--theme-line-height-s:1.5;--theme-line-height-s-single:1.5;--theme-line-height-sm:1.2;--theme-line-height-xl:1.091;--theme-line-height-xs:1;--theme-logo--siemens:url("data:image/svg+xml;charset=utf8,%3Csvg width='76' height='12' viewBox='0 0 76 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.497 11.545v-2.27c1.292.407 2.435.61 3.43.61 1.373 0 2.06-.363 2.06-1.088 0-.27-.1-.498-.3-.682-.206-.195-.73-.466-1.573-.812C2.6 6.68 1.614 6.15 1.156 5.71.561 5.132.264 4.402.264 3.52c0-1.137.433-2.003 1.3-2.598.855-.59 1.97-.885 3.346-.885.758 0 1.854.14 3.289.419v2.183C7.132 2.213 6.141 2 5.225 2c-1.289 0-1.933.354-1.933 1.064 0 .265.13.481.39.649.216.136.811.422 1.785.86C6.87 5.198 7.804 5.739 8.27 6.2c.552.546.828 1.253.828 2.12 0 1.244-.541 2.194-1.624 2.849-.877.53-2.014.795-3.411.795-1.18 0-2.368-.139-3.565-.418zM10.91.237h3.211V11.73h-3.21V.237zm6.155 11.494V.237H25.3v2.079h-5.14V4.91h4.474v1.896H20.16v2.728h5.272v2.196h-8.367zm10.463 0V.237h4.163l2.892 7.344L37.547.237h3.954V11.73h-3.044V3.593l-3.37 8.255h-1.99L29.79 3.593v8.138h-2.262zm16.918 0V.237h8.234v2.079h-5.14V4.91h4.475v1.896H47.54v2.728h5.273v2.196h-8.368zm10.48 0V.237h3.721l3.948 7.694V.237h2.261V11.73h-3.615l-4.053-7.798v7.798h-2.262zm12.21-.186v-2.27c1.28.407 2.424.61 3.43.61 1.373 0 2.059-.363 2.059-1.088a.903.903 0 0 0-.29-.682c-.207-.195-.734-.466-1.582-.812-1.508-.617-2.495-1.147-2.958-1.592-.594-.573-.891-1.306-.891-2.2 0-1.13.432-1.994 1.299-2.59.855-.59 1.97-.884 3.346-.884.774 0 1.776.123 3.005.37l.284.049v2.183C73.77 2.213 72.776 2 71.856 2c-1.284 0-1.925.354-1.925 1.064 0 .265.13.481.389.649.206.13.804.417 1.794.86 1.392.624 2.324 1.165 2.793 1.625.553.547.829 1.254.829 2.12 0 1.245-.539 2.195-1.616 2.85-.882.53-2.022.795-3.419.795-1.18 0-2.37-.139-3.565-.418z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E%0A");--theme-medium-control-height:24px;--theme-medium-time:300;--theme-min-border-radius:0rem;--theme-ms--1:.75rem;--theme-ms--2:.625rem;--theme-ms-0:.875rem;--theme-ms-1:1rem;--theme-ms-1-2:1.125rem;--theme-ms-2:1.25rem;--theme-ms-3:1.5rem;--theme-ms-4:1.8125rem;--theme-ms-5:2.1875rem;--theme-ms-6:2.625rem;--theme-ms-7:3.125rem;--theme-ms-8:3.75rem;--theme-overlay-blur:43.49;--theme-shadow-1-blur-1:2;--theme-shadow-1-blur-2:1;--theme-shadow-1-spread-1:0;--theme-shadow-1-spread-2:0;--theme-shadow-1-x-offset-1:0;--theme-shadow-1-x-offset-2:0;--theme-shadow-1-y-offset-1:2;--theme-shadow-1-y-offset-2:1;--theme-shadow-2-blur-1:8;--theme-shadow-2-blur-2:8;--theme-shadow-2-blur-3:16;--theme-shadow-2-spread-1:0;--theme-shadow-2-spread-2:0;--theme-shadow-2-spread-3:0;--theme-shadow-2-x-offset-1:-4;--theme-shadow-2-x-offset-2:4;--theme-shadow-2-x-offset-3:0;--theme-shadow-2-y-offset-1:0;--theme-shadow-2-y-offset-2:0;--theme-shadow-2-y-offset-3:0;--theme-shadow-3-blur-1:6;--theme-shadow-3-blur-2:8;--theme-shadow-3-spread-1:0;--theme-shadow-3-spread-2:0;--theme-shadow-3-x-offset-1:0;--theme-shadow-3-x-offset-2:0;--theme-shadow-3-y-offset-1:2;--theme-shadow-3-y-offset-2:0;--theme-shadow-4-blur-1:2;--theme-shadow-4-blur-2:8;--theme-shadow-4-blur-3:18;--theme-shadow-4-spread-1:0;--theme-shadow-4-spread-2:0;--theme-shadow-4-spread-3:0;--theme-shadow-4-x-offset-1:0;--theme-shadow-4-x-offset-2:0;--theme-shadow-4-x-offset-3:0;--theme-shadow-4-y-offset-1:0;--theme-shadow-4-y-offset-2:4;--theme-shadow-4-y-offset-3:12;--theme-short-time:0;--theme-size--1:.75rem;--theme-size--2:.5rem;--theme-size--3:.375rem;--theme-size--4:.25rem;--theme-size--5:.1875rem;--theme-size--6:.125rem;--theme-size-0:1rem;--theme-size-1:1.5rem;--theme-size-2:2rem;--theme-size-3:3rem;--theme-size-4:4rem;--theme-size-5:6rem;--theme-size-6:8rem;--theme-size-7:12rem;--theme-size-8:16rem;--theme-slow-time:500;--theme-small-border-radius:.125rem;--theme-small-icon-size:1rem;--theme-space--1:.25rem;--theme-space--2:.1875rem;--theme-space--3:.125rem;--theme-space-0:.375rem;--theme-space-1:.5rem;--theme-space-2:.75rem;--theme-space-3:1rem;--theme-space-4:1.5rem;--theme-space-5:2rem;--theme-space-6:3rem;--theme-space-7:4rem;--theme-space-8:6rem;--theme-text-decoration-line-through:line-through;--theme-text-decoration-none:none;--theme-text-decoration-underline:underline;--theme-x-slow-time:1000;--theme-action-card--border-radius:var(--theme-default-border-radius);--theme-action-card--border-width:var(--theme-border-width-default);--theme-action-card--focus--outline-offset:var(--theme-focus-outline-offset);--theme-action-card-alarm--background:var(--theme-color-alarm);--theme-action-card-alarm--background--active:var(--theme-color-alarm--active);--theme-action-card-alarm--background--hover:var(--theme-color-alarm--hover);--theme-action-card-alarm--background--selected:var(--theme-color-alarm);--theme-action-card-alarm--border-color:var(--theme-color-0);--theme-action-card-alarm--border-color--active:var(--theme-color-0);--theme-action-card-alarm--border-color--hover:var(--theme-color-0);--theme-action-card-alarm--border-color--selected:var(--theme-color-dynamic);--theme-action-card-alarm--color:var(--theme-color-alarm--contrast);--theme-action-card-alarm-subtext--color:var(--theme-color-alarm--contrast);--theme-action-card-critical--background:var(--theme-color-critical);--theme-action-card-critical--background--active:var(--theme-color-critical--active);--theme-action-card-critical--background--hover:var(--theme-color-critical--hover);--theme-action-card-critical--background--selected:var(--theme-color-critical);--theme-action-card-critical--border-color:var(--theme-color-0);--theme-action-card-critical--border-color--active:var(--theme-color-0);--theme-action-card-critical--border-color--hover:var(--theme-color-0);--theme-action-card-critical--border-color--selected:var(--theme-color-dynamic);--theme-action-card-critical--color:var(--theme-color-critical--contrast);--theme-action-card-critical-subtext--color:var(--theme-color-critical--contrast);--theme-action-card-filled--background:var(--theme-color-component-1);--theme-action-card-filled--background--active:var(--theme-color-component-1--active);--theme-action-card-filled--background--hover:var(--theme-color-component-1--hover);--theme-action-card-filled--background--selected:var(--theme-color-ghost--selected);--theme-action-card-filled--border-color:var(--theme-color-0);--theme-action-card-filled--border-color--active:var(--theme-color-0);--theme-action-card-filled--border-color--hover:var(--theme-color-0);--theme-action-card-filled--border-color--selected:var(--theme-color-dynamic);--theme-action-card-filled--color:var(--theme-color-std-text);--theme-action-card-filled-subtext--color:var(--theme-color-soft-text);--theme-action-card-info--background:var(--theme-color-info);--theme-action-card-info--background--active:var(--theme-color-info--active);--theme-action-card-info--background--hover:var(--theme-color-info--hover);--theme-action-card-info--background--selected:var(--theme-color-info);--theme-action-card-info--border-color:var(--theme-color-0);--theme-action-card-info--border-color--active:var(--theme-color-0);--theme-action-card-info--border-color--hover:var(--theme-color-0);--theme-action-card-info--border-color--selected:var(--theme-color-dynamic);--theme-action-card-info--color:var(--theme-color-info--contrast);--theme-action-card-info-subtext--color:var(--theme-color-info--contrast);--theme-action-card-neutral--background:var(--theme-color-neutral);--theme-action-card-neutral--background--active:var(--theme-color-neutral--active);--theme-action-card-neutral--background--hover:var(--theme-color-neutral--hover);--theme-action-card-neutral--background--selected:var(--theme-color-neutral);--theme-action-card-neutral--border-color:var(--theme-color-0);--theme-action-card-neutral--border-color--active:var(--theme-color-0);--theme-action-card-neutral--border-color--hover:var(--theme-color-0);--theme-action-card-neutral--border-color--selected:var(--theme-color-dynamic);--theme-action-card-neutral--color:var(--theme-color-neutral--contrast);--theme-action-card-neutral-subtext--color:var(--theme-color-neutral--contrast);--theme-action-card-outline--background:var(--theme-color-ghost);--theme-action-card-outline--background--active:var(--theme-color-ghost--active);--theme-action-card-outline--background--hover:var(--theme-color-ghost--hover);--theme-action-card-outline--background--selected:var(--theme-color-ghost--selected);--theme-action-card-outline--border-color:var(--theme-color-soft-bdr);--theme-action-card-outline--border-color--active:var(--theme-color-soft-bdr);--theme-action-card-outline--border-color--hover:var(--theme-color-soft-bdr);--theme-action-card-outline--border-color--selected:var(--theme-color-dynamic);--theme-action-card-outline-subtext--color:var(--theme-color-soft-text);--theme-action-card-primary--background:var(--theme-color-primary);--theme-action-card-primary--background--active:var(--theme-color-primary--active);--theme-action-card-primary--background--hover:var(--theme-color-primary--hover);--theme-action-card-primary--background--selected:var(--theme-color-primary);--theme-action-card-primary--border-color:var(--theme-color-0);--theme-action-card-primary--border-color--active:var(--theme-color-0);--theme-action-card-primary--border-color--hover:var(--theme-color-0);--theme-action-card-primary--border-color--selected:var(--theme-color-dynamic);--theme-action-card-primary--color:var(--theme-color-primary--contrast);--theme-action-card-primary-subtext--color:var(--theme-color-primary--contrast);--theme-action-card-success--background:var(--theme-color-success);--theme-action-card-success--background--active:var(--theme-color-success--active);--theme-action-card-success--background--hover:var(--theme-color-success--hover);--theme-action-card-success--background--selected:var(--theme-color-success);--theme-action-card-success--border-color:var(--theme-color-0);--theme-action-card-success--border-color--active:var(--theme-color-0);--theme-action-card-success--border-color--hover:var(--theme-color-0);--theme-action-card-success--border-color--selected:var(--theme-color-dynamic);--theme-action-card-success--color:var(--theme-color-success--contrast);--theme-action-card-warning--background:var(--theme-color-warning);--theme-action-card-warning--background--active:var(--theme-color-warning--active);--theme-action-card-warning--background--hover:var(--theme-color-warning--hover);--theme-action-card-warning--background--selected:var(--theme-color-warning);--theme-action-card-warning--border-color:var(--theme-color-0);--theme-action-card-warning--border-color--active:var(--theme-color-0);--theme-action-card-warning--border-color--hover:var(--theme-color-0);--theme-action-card-warning--border-color--selected:var(--theme-color-dynamic);--theme-action-card-warning--color:var(--theme-color-warning--contrast);--theme-action-card-warning-subtext--color:var(--theme-color-warning--contrast);--theme-app-header--background:var(--theme-color-2);--theme-app-header--border-color:var(--theme-color-weak-bdr);--theme-app-header--border-width:var(--theme-blind--border-thickness);--theme-app-header--color:var(--theme-color-std-text);--theme-app-header-app-icon--outline-color:var(--theme-color-8);--theme-app-header-logo--color:var(--theme-color-logo);--theme-app-header-name-suffix--color:var(--theme-color-soft-text);--theme-avatar--background:var(--theme-color-component-3);--theme-avatar--color:var(--theme-color-std-text);--theme-avatar-btn--background:var(--theme-color-ghost);--theme-avatar-btn--background--active:var(--theme-color-ghost--active);--theme-avatar-btn--background--hover:var(--theme-color-ghost--hover);--theme-avatar-btn--color:var(--theme-color-std-text);--theme-avatar-btn--color--active:var(--theme-color-std-text);--theme-avatar-btn--color--hover:var(--theme-color-std-text);--theme-blind--border-radius:var(--theme-default-border-radius);--theme-blind--border-thickness:var(--theme-border-width-default);--theme-blind-base--background:var(--theme-color-component-1);--theme-blind-base--border-color:var(--theme-color-0);--theme-blind-header-closed--background:var(--theme-color-ghost);--theme-blind-header-closed--background--active:var(--theme-color-ghost--active);--theme-blind-header-closed--background--hover:var(--theme-color-ghost--hover);--theme-blind-header-closed--color:var(--theme-color-std-text);--theme-blind-header-closed--color--active:var(--theme-color-std-text);--theme-blind-header-closed--color--hover:var(--theme-color-std-text);--theme-blind-header-icon-closed--color:var(--theme-color-primary);--theme-blind-header-icon-closed--color--active:var(--theme-color-primary);--theme-blind-header-icon-closed--color--hover:var(--theme-color-primary);--theme-blind-header-icon-open--color:var(--theme-color-dynamic);--theme-blind-header-icon-open--color--active:var(--theme-color-dynamic);--theme-blind-header-icon-open--color--hover:var(--theme-color-dynamic);--theme-blind-header-open--background:var(--theme-color-ghost);--theme-blind-header-open--background--active:var(--theme-color-ghost--active);--theme-blind-header-open--background--hover:var(--theme-color-ghost--hover);--theme-blind-header-open--color:var(--theme-color-std-text);--theme-blind-header-open--color--active:var(--theme-color-std-text);--theme-blind-header-open--color--hover:var(--theme-color-std-text);--theme-btn--border-radius:var(--theme-small-border-radius);--theme-btn--border-thickness:var(--theme-border-width-default);--theme-btn--focus--outline-offset:var(--theme-focus-outline-offset);--theme-btn-danger-primary--background:var(--theme-color-alarm);--theme-btn-danger-primary--background--active:var(--theme-color-alarm--active);--theme-btn-danger-primary--background--disabled:var(--theme-color-component-4);--theme-btn-danger-primary--background--hover:var(--theme-color-alarm--hover);--theme-btn-danger-primary--border-color:var(--theme-color-0);--theme-btn-danger-primary--border-color--active:var(--theme-color-0);--theme-btn-danger-primary--border-color--disabled:var(--theme-color-0);--theme-btn-danger-primary--border-color--hover:var(--theme-color-0);--theme-btn-danger-primary--color:var(--theme-color-alarm--contrast);--theme-btn-danger-primary--color--active:var(--theme-color-alarm--contrast);--theme-btn-danger-primary--color--disabled:var(--theme-color-primary--contrast);--theme-btn-danger-primary--color--hover:var(--theme-color-alarm--contrast);--theme-btn-danger-secondary--background:var(--theme-color-0);--theme-btn-danger-secondary--background--active:var(--theme-color-0);--theme-btn-danger-secondary--background--disabled:var(--theme-color-ghost);--theme-btn-danger-secondary--background--hover:var(--theme-color-component-error);--theme-btn-danger-secondary--border-color:var(--theme-color-alarm-text);--theme-btn-danger-secondary--border-color--active:var(--theme-color-alarm-text);--theme-btn-danger-secondary--border-color--disabled:var(--theme-color-component-4);--theme-btn-danger-secondary--border-color--hover:var(--theme-color-alarm-text);--theme-btn-danger-secondary--color:var(--theme-color-alarm-text);--theme-btn-danger-secondary--color--active:var(--theme-color-alarm-text);--theme-btn-danger-secondary--color--disabled:var(--theme-color-weak-text);--theme-btn-danger-secondary--color--hover:var(--theme-color-alarm-text);--theme-btn-danger-tertiary--background:var(--theme-color-ghost);--theme-btn-danger-tertiary--background--active:var(--theme-color-0);--theme-btn-danger-tertiary--background--disabled:var(--theme-color-ghost);--theme-btn-danger-tertiary--background--hover:var(--theme-color-component-error);--theme-btn-danger-tertiary--border-color:var(--theme-color-0);--theme-btn-danger-tertiary--border-color--active:var(--theme-color-0);--theme-btn-danger-tertiary--border-color--disabled:var(--theme-color-0);--theme-btn-danger-tertiary--border-color--hover:var(--theme-color-0);--theme-btn-danger-tertiary--color:var(--theme-color-alarm-text);--theme-btn-danger-tertiary--color--active:var(--theme-color-alarm-text);--theme-btn-danger-tertiary--color--disabled:var(--theme-color-weak-text);--theme-btn-danger-tertiary--color--hover:var(--theme-color-alarm-text);--theme-btn-primary--background:var(--theme-color-primary);--theme-btn-primary--background--active:var(--theme-color-primary--active);--theme-btn-primary--background--disabled:var(--theme-color-component-4);--theme-btn-primary--background--hover:var(--theme-color-primary--hover);--theme-btn-primary--background--pressed:var(--theme-color-dynamic);--theme-btn-primary--background--pressed-active:var(--theme-color-dynamic--active);--theme-btn-primary--background--pressed-hover:var(--theme-color-dynamic--hover);--theme-btn-primary--border-color:var(--theme-color-ghost);--theme-btn-primary--border-color--active:var(--theme-color-ghost);--theme-btn-primary--border-color--disabled:var(--theme-color-ghost);--theme-btn-primary--border-color--hover:var(--theme-color-ghost);--theme-btn-primary--border-color--pressed:var(--theme-color-ghost);--theme-btn-primary--border-color--pressed-hover:var(--theme-color-ghost);--theme-btn-primary--border-color--pressed-hover-active:var(--theme-color-ghost);--theme-btn-primary--color:var(--theme-color-primary--contrast);--theme-btn-primary--color--active:var(--theme-color-primary--contrast);--theme-btn-primary--color--disabled:var(--theme-color-primary--contrast);--theme-btn-primary--color--hover:var(--theme-color-primary--contrast);--theme-btn-primary--color--pressed:var(--theme-color-primary--contrast);--theme-btn-primary--color--pressed-active:var(--theme-color-primary--contrast);--theme-btn-primary--color--pressed-hover:var(--theme-color-primary--contrast);--theme-btn-secondary--background:var(--theme-color-secondary);--theme-btn-secondary--background--active:var(--theme-color-secondary--active);--theme-btn-secondary--background--disabled:var(--theme-color-ghost);--theme-btn-secondary--background--hover:var(--theme-color-secondary--hover);--theme-btn-secondary--background--pressed:var(--theme-color-component-7);--theme-btn-secondary--background--pressed-active:var(--theme-color-component-7--active);--theme-btn-secondary--background--pressed-hover:var(--theme-color-component-7--hover);--theme-btn-secondary--border-color:var(--theme-color-primary);--theme-btn-secondary--border-color--active:var(--theme-color-dynamic);--theme-btn-secondary--border-color--disabled:var(--theme-color-component-4);--theme-btn-secondary--border-color--hover:var(--theme-color-dynamic);--theme-btn-secondary--border-color--pressed:var(--theme-color-dynamic);--theme-btn-secondary--border-color--pressed-active:var(--theme-color-dynamic);--theme-btn-secondary--border-color--pressed-hover:var(--theme-color-dynamic);--theme-btn-secondary--color:var(--theme-color-primary);--theme-btn-secondary--color--active:var(--theme-color-dynamic);--theme-btn-secondary--color--disabled:var(--theme-color-weak-text);--theme-btn-secondary--color--hover:var(--theme-color-dynamic);--theme-btn-secondary--color--pressed:var(--theme-color-dynamic);--theme-btn-secondary--color--pressed-active:var(--theme-color-dynamic);--theme-btn-secondary--color--pressed-hover:var(--theme-color-dynamic);--theme-btn-subtle-primary--background:var(--theme-color-component-2);--theme-btn-subtle-primary--background--active:var(--theme-color-component-1--active);--theme-btn-subtle-primary--background--disabled:var(--theme-color-component-2);--theme-btn-subtle-primary--background--hover:var(--theme-color-component-1--hover);--theme-btn-subtle-primary--background--pressed:var(--theme-color-component-7);--theme-btn-subtle-primary--background--pressed-active:var(--theme-color-component-7--active);--theme-btn-subtle-primary--background--pressed-hover:var(--theme-color-component-7--hover);--theme-btn-subtle-primary--border-color:var(--theme-color-0);--theme-btn-subtle-primary--border-color--active:var(--theme-color-0);--theme-btn-subtle-primary--border-color--disabled:var(--theme-color-0);--theme-btn-subtle-primary--border-color--hover:var(--theme-color-0);--theme-btn-subtle-primary--border-color--pressed:var(--theme-color-0);--theme-btn-subtle-primary--border-color--pressed-active:var(--theme-color-0);--theme-btn-subtle-primary--border-color--pressed-hover:var(--theme-color-0);--theme-btn-subtle-primary--color:var(--theme-color-std-text);--theme-btn-subtle-primary--color--active:var(--theme-color-std-text);--theme-btn-subtle-primary--color--disabled:var(--theme-color-weak-text);--theme-btn-subtle-primary--color--hover:var(--theme-color-std-text);--theme-btn-subtle-primary--color--pressed:var(--theme-color-dynamic);--theme-btn-subtle-primary--color--pressed-active:var(--theme-color-dynamic);--theme-btn-subtle-primary--color--pressed-hover:var(--theme-color-dynamic);--theme-btn-subtle-secondary--background:var(--theme-color-ghost);--theme-btn-subtle-secondary--background--active:var(--theme-color-ghost--active);--theme-btn-subtle-secondary--background--disabled:var(--theme-color-ghost);--theme-btn-subtle-secondary--background--hover:var(--theme-color-ghost--hover);--theme-btn-subtle-secondary--background--pressed:var(--theme-color-component-7);--theme-btn-subtle-secondary--background--pressed-active:var(--theme-color-component-7--active);--theme-btn-subtle-secondary--background--pressed-hover:var(--theme-color-component-7--hover);--theme-btn-subtle-secondary--border-color:var(--theme-color-component-4);--theme-btn-subtle-secondary--border-color--active:var(--theme-color-component-4);--theme-btn-subtle-secondary--border-color--disabled:var(--theme-color-component-4);--theme-btn-subtle-secondary--border-color--hover:var(--theme-color-component-4);--theme-btn-subtle-secondary--border-color--pressed:var(--theme-color-std-bdr);--theme-btn-subtle-secondary--border-color--pressed-active:var(--theme-color-std-bdr);--theme-btn-subtle-secondary--border-color--pressed-hover:var(--theme-color-std-bdr);--theme-btn-subtle-secondary--color:var(--theme-color-std-text);--theme-btn-subtle-secondary--color--active:var(--theme-color-std-text);--theme-btn-subtle-secondary--color--disabled:var(--theme-color-weak-text);--theme-btn-subtle-secondary--color--hover:var(--theme-color-std-text);--theme-btn-subtle-secondary--color--pressed:var(--theme-color-dynamic);--theme-btn-subtle-secondary--color--pressed-active:var(--theme-color-dynamic);--theme-btn-subtle-secondary--color--pressed-hover:var(--theme-color-dynamic);--theme-btn-subtle-tertiary--background:var(--theme-color-ghost);--theme-btn-subtle-tertiary--background--active:var(--theme-color-ghost--active);--theme-btn-subtle-tertiary--background--disabled:var(--theme-color-ghost);--theme-btn-subtle-tertiary--background--hover:var(--theme-color-ghost--hover);--theme-btn-subtle-tertiary--background--pressed:var(--theme-color-component-7);--theme-btn-subtle-tertiary--background--pressed-active:var(--theme-color-component-7--active);--theme-btn-subtle-tertiary--background--pressed-hover:var(--theme-color-component-7--hover);--theme-btn-subtle-tertiary--border-color:var(--theme-color-0);--theme-btn-subtle-tertiary--border-color--active:var(--theme-color-0);--theme-btn-subtle-tertiary--border-color--disabled:var(--theme-color-0);--theme-btn-subtle-tertiary--border-color--hover:var(--theme-color-0);--theme-btn-subtle-tertiary--border-color--pressed:var(--theme-color-0);--theme-btn-subtle-tertiary--border-color--pressed-active:var(--theme-color-0);--theme-btn-subtle-tertiary--border-color--pressed-hover:var(--theme-color-0);--theme-btn-subtle-tertiary--color:var(--theme-color-std-text);--theme-btn-subtle-tertiary--color--active:var(--theme-color-std-text);--theme-btn-subtle-tertiary--color--disabled:var(--theme-color-weak-text);--theme-btn-subtle-tertiary--color--hover:var(--theme-color-std-text);--theme-btn-subtle-tertiary--color--pressed:var(--theme-color-dynamic);--theme-btn-subtle-tertiary--color--pressed-active:var(--theme-color-dynamic);--theme-btn-subtle-tertiary--color--pressed-hover:var(--theme-color-dynamic);--theme-btn-tertiary--background:var(--theme-color-ghost);--theme-btn-tertiary--background--active:var(--theme-color-secondary--active);--theme-btn-tertiary--background--disabled:var(--theme-color-ghost);--theme-btn-tertiary--background--hover:var(--theme-color-secondary--hover);--theme-btn-tertiary--background--pressed:var(--theme-color-component-7);--theme-btn-tertiary--background--pressed-active:var(--theme-color-component-7--active);--theme-btn-tertiary--background--pressed-hover:var(--theme-color-component-7--hover);--theme-btn-tertiary--border-color:var(--theme-color-0);--theme-btn-tertiary--border-color--active:var(--theme-color-0);--theme-btn-tertiary--border-color--disabled:var(--theme-color-0);--theme-btn-tertiary--border-color--hover:var(--theme-color-0);--theme-btn-tertiary--border-color--pressed:var(--theme-color-0);--theme-btn-tertiary--border-color--pressed-active:var(--theme-color-0);--theme-btn-tertiary--border-color--pressed-hover:var(--theme-color-0);--theme-btn-tertiary--color:var(--theme-color-primary);--theme-btn-tertiary--color--active:var(--theme-color-dynamic);--theme-btn-tertiary--color--disabled:var(--theme-color-weak-text);--theme-btn-tertiary--color--hover:var(--theme-color-dynamic);--theme-btn-tertiary--color--pressed:var(--theme-color-dynamic);--theme-btn-tertiary--color--pressed-active:var(--theme-color-dynamic);--theme-btn-tertiary--color--pressed-hover:var(--theme-color-dynamic);--theme-card--border-radius:var(--theme-default-border-radius);--theme-card--border-width:var(--theme-border-width-default);--theme-card--focus--outline-offset:var(--theme-focus-outline-offset);--theme-card-alarm--background:var(--theme-color-alarm);--theme-card-alarm--background--active:var(--theme-color-alarm--active);--theme-card-alarm--background--hover:var(--theme-color-alarm--hover);--theme-card-alarm--background--selected:var(--theme-color-alarm);--theme-card-alarm--border-color:var(--theme-color-0);--theme-card-alarm--border-color--active:var(--theme-color-0);--theme-card-alarm--border-color--hover:var(--theme-color-0);--theme-card-alarm--border-color--selected:var(--theme-color-dynamic);--theme-card-alarm--color:var(--theme-color-alarm--contrast);--theme-card-critical--background:var(--theme-color-critical);--theme-card-critical--background--active:var(--theme-color-critical--active);--theme-card-critical--background--hover:var(--theme-color-critical--hover);--theme-card-critical--background--selected:var(--theme-color-critical);--theme-card-critical--border-color:var(--theme-color-0);--theme-card-critical--border-color--active:var(--theme-color-0);--theme-card-critical--border-color--hover:var(--theme-color-0);--theme-card-critical--border-color--selected:var(--theme-color-dynamic);--theme-card-critical--color:var(--theme-color-critical--contrast);--theme-card-filled--background:var(--theme-color-component-1);--theme-card-filled--background--active:var(--theme-color-component-1--active);--theme-card-filled--background--hover:var(--theme-color-component-1--hover);--theme-card-filled--background--selected:var(--theme-color-ghost--selected);--theme-card-filled--border-color:var(--theme-color-0);--theme-card-filled--border-color--active:var(--theme-color-0);--theme-card-filled--border-color--hover:var(--theme-color-0);--theme-card-filled--border-color--selected:var(--theme-color-dynamic);--theme-card-filled--color:var(--theme-color-std-text);--theme-card-info--background:var(--theme-color-info);--theme-card-info--background--active:var(--theme-color-info--active);--theme-card-info--background--hover:var(--theme-color-info--hover);--theme-card-info--background--selected:var(--theme-color-info);--theme-card-info--border-color:var(--theme-color-0);--theme-card-info--border-color--active:var(--theme-color-0);--theme-card-info--border-color--hover:var(--theme-color-0);--theme-card-info--border-color--selected:var(--theme-color-dynamic);--theme-card-info--color:var(--theme-color-info--contrast);--theme-card-neutral--background:var(--theme-color-neutral);--theme-card-neutral--background--active:var(--theme-color-neutral--active);--theme-card-neutral--background--hover:var(--theme-color-neutral--hover);--theme-card-neutral--background--selected:var(--theme-color-neutral);--theme-card-neutral--border-color:var(--theme-color-0);--theme-card-neutral--border-color--active:var(--theme-color-0);--theme-card-neutral--border-color--hover:var(--theme-color-0);--theme-card-neutral--border-color--selected:var(--theme-color-dynamic);--theme-card-neutral--color:var(--theme-color-neutral--contrast);--theme-card-outline--background:var(--theme-color-ghost);--theme-card-outline--background--active:var(--theme-color-ghost--active);--theme-card-outline--background--hover:var(--theme-color-ghost--hover);--theme-card-outline--background--selected:var(--theme-color-ghost--selected);--theme-card-outline--border-color:var(--theme-color-soft-bdr);--theme-card-outline--border-color--active:var(--theme-color-soft-bdr);--theme-card-outline--border-color--hover:var(--theme-color-soft-bdr);--theme-card-outline--border-color--selected:var(--theme-color-dynamic);--theme-card-outline--color:var(--theme-color-std-text);--theme-card-primary--background:var(--theme-color-primary);--theme-card-primary--background--active:var(--theme-color-primary--active);--theme-card-primary--background--hover:var(--theme-color-primary--hover);--theme-card-primary--background--selected:var(--theme-color-primary);--theme-card-primary--border-color:var(--theme-color-0);--theme-card-primary--border-color--active:var(--theme-color-0);--theme-card-primary--border-color--hover:var(--theme-color-0);--theme-card-primary--border-color--selected:var(--theme-color-dynamic);--theme-card-primary--color:var(--theme-color-primary--contrast);--theme-card-success--background:var(--theme-color-success);--theme-card-success--background--active:var(--theme-color-success--active);--theme-card-success--background--hover:var(--theme-color-success--hover);--theme-card-success--background--selected:var(--theme-color-success);--theme-card-success--border-color:var(--theme-color-0);--theme-card-success--border-color--active:var(--theme-color-0);--theme-card-success--border-color--hover:var(--theme-color-0);--theme-card-success--border-color--selected:var(--theme-color-dynamic);--theme-card-success--color:var(--theme-color-success--contrast);--theme-card-warning--background:var(--theme-color-warning);--theme-card-warning--background--active:var(--theme-color-warning--active);--theme-card-warning--background--hover:var(--theme-color-warning--hover);--theme-card-warning--background--selected:var(--theme-color-warning);--theme-card-warning--border-color:var(--theme-color-0);--theme-card-warning--border-color--active:var(--theme-color-0);--theme-card-warning--border-color--hover:var(--theme-color-0);--theme-card-warning--border-color--selected:var(--theme-color-dynamic);--theme-card-warning--color:var(--theme-color-warning--contrast);--theme-checkbox--border-thickness:var(--theme-border-width-default);--theme-checkbox--focus--outline-offset:var(--theme-focus-outline-offset);--theme-checkbox-checked--background:var(--theme-color-dynamic);--theme-checkbox-checked--background--active:var(--theme-color-dynamic--active);--theme-checkbox-checked--background--disabled:var(--theme-color-component-4);--theme-checkbox-checked--background--hover:var(--theme-color-dynamic--hover);--theme-checkbox-checked--background--info:var(--theme-color-info);--theme-checkbox-checked--background--info--active:var(--theme-color-info--active);--theme-checkbox-checked--background--info--hover:var(--theme-color-info--hover);--theme-checkbox-checked--background--invalid:var(--theme-color-alarm);--theme-checkbox-checked--background--invalid--active:var(--theme-color-alarm--active);--theme-checkbox-checked--background--invalid--hover:var(--theme-color-alarm--hover);--theme-checkbox-checked--background--warning:var(--theme-color-warning);--theme-checkbox-checked--background--warning--active:var(--theme-color-warning--active);--theme-checkbox-checked--background--warning--hover:var(--theme-color-warning--hover);--theme-checkbox-checked--border-color:var(--theme-color-0);--theme-checkbox-checked--border-color--active:var(--theme-color-0);--theme-checkbox-checked--border-color--disabled:var(--theme-color-0);--theme-checkbox-checked--border-color--hover:var(--theme-color-0);--theme-checkbox-checked--border-color--info:var(--theme-color-0);--theme-checkbox-checked--border-color--info--active:var(--theme-color-0);--theme-checkbox-checked--border-color--info--hover:var(--theme-color-0);--theme-checkbox-checked--border-color--invalid:var(--theme-color-alarm-bdr);--theme-checkbox-checked--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-checkbox-checked--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-checkbox-checked--border-color--warning:var(--theme-color-warning-bdr);--theme-checkbox-checked--border-color--warning--active:var(--theme-color-warning-bdr);--theme-checkbox-checked--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-checkbox-checked--color:var(--theme-color-primary--contrast);--theme-checkbox-checked--color--active:var(--theme-color-primary--contrast);--theme-checkbox-checked--color--disabled:var(--theme-color-primary--contrast);--theme-checkbox-checked--color--hover:var(--theme-color-primary--contrast);--theme-checkbox-checked--color--info:var(--theme-color-info--contrast);--theme-checkbox-checked--color--info--active:var(--theme-color-info--contrast);--theme-checkbox-checked--color--info--hover:var(--theme-color-info--contrast);--theme-checkbox-checked--color--invalid:var(--theme-color-alarm--contrast);--theme-checkbox-checked--color--invalid--active:var(--theme-color-alarm--contrast);--theme-checkbox-checked--color--invalid--hover:var(--theme-color-alarm--contrast);--theme-checkbox-checked--color--warning:var(--theme-color-warning--contrast);--theme-checkbox-checked--color--warning--active:var(--theme-color-warning--contrast);--theme-checkbox-checked--color--warning--hover:var(--theme-color-warning--contrast);--theme-checkbox-label--color:var(--theme-color-std-text);--theme-checkbox-label--color--disabled:var(--theme-color-weak-text);--theme-checkbox-mixed--background:var(--theme-color-dynamic);--theme-checkbox-mixed--background--active:var(--theme-color-dynamic--active);--theme-checkbox-mixed--background--disabled:var(--theme-color-component-4);--theme-checkbox-mixed--background--hover:var(--theme-color-dynamic--hover);--theme-checkbox-mixed--background--invalid:var(--theme-color-alarm);--theme-checkbox-mixed--background--invalid--active:var(--theme-color-alarm--active);--theme-checkbox-mixed--background--invalid--hover:var(--theme-color-alarm--hover);--theme-checkbox-mixed--background--warning:var(--theme-color-warning);--theme-checkbox-mixed--background--warning--active:var(--theme-color-warning--active);--theme-checkbox-mixed--background--warning--hover:var(--theme-color-warning--hover);--theme-checkbox-mixed--border-color:var(--theme-color-0);--theme-checkbox-mixed--border-color--active:var(--theme-color-0);--theme-checkbox-mixed--border-color--disabled:var(--theme-color-0);--theme-checkbox-mixed--border-color--hover:var(--theme-color-0);--theme-checkbox-mixed--border-color--info:var(--theme-color-0);--theme-checkbox-mixed--border-color--info--active:var(--theme-color-0);--theme-checkbox-mixed--border-color--info--hover:var(--theme-color-0);--theme-checkbox-mixed--border-color--invalid:var(--theme-color-alarm-bdr);--theme-checkbox-mixed--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-checkbox-mixed--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-checkbox-mixed--border-color--warning:var(--theme-color-warning-bdr);--theme-checkbox-mixed--border-color--warning--active:var(--theme-color-warning-bdr);--theme-checkbox-mixed--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-checkbox-mixed--color:var(--theme-color-primary--contrast);--theme-checkbox-mixed--color--active:var(--theme-color-primary--contrast);--theme-checkbox-mixed--color--disabled:var(--theme-color-primary--contrast);--theme-checkbox-mixed--color--hover:var(--theme-color-primary--contrast);--theme-checkbox-mixed--color--info:var(--theme-color-info--contrast);--theme-checkbox-mixed--color--info--active:var(--theme-color-info--contrast);--theme-checkbox-mixed--color--info--hover:var(--theme-color-info--contrast);--theme-checkbox-mixed--color--invalid:var(--theme-color-alarm--contrast);--theme-checkbox-mixed--color--invalid--active:var(--theme-color-alarm--contrast);--theme-checkbox-mixed--color--invalid--hover:var(--theme-color-alarm--contrast);--theme-checkbox-mixed--color--warning:var(--theme-color-warning--contrast);--theme-checkbox-mixed--color--warning--active:var(--theme-color-warning--contrast);--theme-checkbox-mixed--color--warning--hover:var(--theme-color-warning--contrast);--theme-checkbox-unchecked--background:var(--theme-color-secondary);--theme-checkbox-unchecked--background--active:var(--theme-color-secondary--active);--theme-checkbox-unchecked--background--disabled:var(--theme-color-ghost);--theme-checkbox-unchecked--background--hover:var(--theme-color-secondary--hover);--theme-checkbox-unchecked--background--info:var(--theme-color-secondary);--theme-checkbox-unchecked--background--info--active:var(--theme-color-ghost--active);--theme-checkbox-unchecked--background--info--hover:var(--theme-color-ghost--hover);--theme-checkbox-unchecked--background--invalid:var(--theme-color-component-error);--theme-checkbox-unchecked--background--invalid--active:var(--theme-color-ghost--active);--theme-checkbox-unchecked--background--invalid--hover:var(--theme-color-ghost--hover);--theme-checkbox-unchecked--background--warning:var(--theme-color-component-warning);--theme-checkbox-unchecked--background--warning--active:var(--theme-color-ghost--active);--theme-checkbox-unchecked--background--warning--hover:var(--theme-color-ghost--hover);--theme-checkbox-unchecked--border-color:var(--theme-color-contrast-bdr);--theme-checkbox-unchecked--border-color--active:var(--theme-color-dynamic);--theme-checkbox-unchecked--border-color--disabled:var(--theme-color-component-4);--theme-checkbox-unchecked--border-color--hover:var(--theme-color-dynamic);--theme-checkbox-unchecked--border-color--info:var(--theme-color-info);--theme-checkbox-unchecked--border-color--info--active:var(--theme-color-info--active);--theme-checkbox-unchecked--border-color--info--hover:var(--theme-color-info--hover);--theme-checkbox-unchecked--border-color--invalid:var(--theme-color-alarm-bdr);--theme-checkbox-unchecked--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-checkbox-unchecked--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-checkbox-unchecked--border-color--warning:var(--theme-color-warning-bdr);--theme-checkbox-unchecked--border-color--warning--active:var(--theme-color-warning-bdr);--theme-checkbox-unchecked--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-chip--background:var(--theme-color-component-1);--theme-chip--background--active:var(--theme-color-component-1--active);--theme-chip--background--hover:var(--theme-color-component-1--hover);--theme-chip--color:var(--theme-color-std-text);--theme-chip-close-btn--background:var(--theme-color-ghost);--theme-chip-close-btn--background--active:var(--theme-color-ghost--active);--theme-chip-close-btn--background--hover:var(--theme-color-ghost--hover);--theme-chip-close-btn--color:var(--theme-color-soft-text);--theme-chip-outline--background:var(--theme-color-secondary);--theme-chip-outline--background--active:var(--theme-color-1--active);--theme-chip-outline--background--hover:var(--theme-color-1--hover);--theme-chip-outline--color:var(--theme-color-std-text);--theme-chip-primary--background:var(--theme-color-primary);--theme-chip-primary--background--active:var(--theme-color-primary--active);--theme-chip-primary--background--hover:var(--theme-color-primary--hover);--theme-chip-primary--color:var(--theme-color-primary--contrast);--theme-chip-primary--color--active:var(--theme-color-primary--contrast);--theme-chip-primary--color--hover:var(--theme-color-primary--contrast);--theme-chip-primary-outline--background:var(--theme-color-secondary);--theme-chip-primary-outline--background--active:var(--theme-color-secondary--active);--theme-chip-primary-outline--background--display:var(--theme-color-secondary);--theme-chip-primary-outline--background--hover:var(--theme-color-secondary--hover);--theme-chip-primary-outline--border-color:var(--theme-color-primary);--theme-chip-primary-outline--border-color--active:var(--theme-color-dynamic);--theme-chip-primary-outline--border-color--display:var(--theme-color-primary);--theme-chip-primary-outline--border-color--hover:var(--theme-color-dynamic);--theme-chip-primary-outline--color:var(--theme-color-primary);--theme-chip-primary-outline--color--active:var(--theme-color-dynamic);--theme-chip-primary-outline--color--display:var(--theme-color-std-text);--theme-chip-primary-outline--color--hover:var(--theme-color-dynamic);--theme-datepicker-cw--color:var(--theme-color-soft-text);--theme-datepicker-day--background:var(--theme-color-ghost);--theme-datepicker-day--background--active:var(--theme-color-ghost--active);--theme-datepicker-day--background--disabled:var(--theme-color-ghost);--theme-datepicker-day--background--hover:var(--theme-color-ghost--hover);--theme-datepicker-day--background--range:var(--theme-color-component-10);--theme-datepicker-day--background--range-active:var(--theme-color-component-10--active);--theme-datepicker-day--background--range-disabled:var(--theme-color-component-10--disabled);--theme-datepicker-day--background--range-hover:var(--theme-color-component-10--hover);--theme-datepicker-day--background--selected:var(--theme-color-component-9);--theme-datepicker-day--background--selected-active:var(--theme-color-component-9--active);--theme-datepicker-day--background--selected-disabled:var(--theme-color-component-9--disabled);--theme-datepicker-day--background--selected-hover:var(--theme-color-component-9--hover);--theme-datepicker-day--border-color:var(--theme-color-0);--theme-datepicker-day--border-color--active:var(--theme-color-0);--theme-datepicker-day--border-color--disabled:var(--theme-color-0);--theme-datepicker-day--border-color--hover:var(--theme-color-0);--theme-datepicker-day--border-color--range:var(--theme-color-0);--theme-datepicker-day--border-color--range-active:var(--theme-color-0);--theme-datepicker-day--border-color--range-disabled:var(--theme-color-0);--theme-datepicker-day--border-color--range-hover:var(--theme-color-0);--theme-datepicker-day--border-color--selected:var(--theme-color-0);--theme-datepicker-day--border-color--selected-active:var(--theme-color-0);--theme-datepicker-day--border-color--selected-disabled:var(--theme-color-0);--theme-datepicker-day--border-color--selected-hover:var(--theme-color-0);--theme-datepicker-day--color:var(--theme-color-primary);--theme-datepicker-day--color--active:var(--theme-color-primary);--theme-datepicker-day--color--disabled:var(--theme-color-weak-text);--theme-datepicker-day--color--hover:var(--theme-color-primary);--theme-datepicker-day--color--range:var(--theme-color-primary--contrast);--theme-datepicker-day--color--range-active:var(--theme-color-primary--contrast);--theme-datepicker-day--color--range-disabled:var(--theme-color-weak-text);--theme-datepicker-day--color--range-hover:var(--theme-color-primary--contrast);--theme-datepicker-day--color--selected:var(--theme-color-primary--contrast);--theme-datepicker-day--color--selected-active:var(--theme-color-primary--contrast);--theme-datepicker-day--color--selected-disabled:var(--theme-color-weak-text);--theme-datepicker-day--color--selected-hover:var(--theme-color-primary--contrast);--theme-datepicker-extra--border-color:var(--theme-color-1);--theme-datepicker-separator--background:var(--theme-color-x-weak-bdr);--theme-datepicker-time-header:var(--theme-color-std-text);--theme-datepicker-today--background:var(--theme-color-ghost);--theme-datepicker-today--background--active:var(--theme-color-ghost--active);--theme-datepicker-today--background--disabled:var(--theme-color-ghost);--theme-datepicker-today--background--hover:var(--theme-color-ghost--hover);--theme-datepicker-today--background--range:var(--theme-color-component-10);--theme-datepicker-today--background--range-active:var(--theme-color-component-10--active);--theme-datepicker-today--background--range-disabled:var(--theme-color-component-10--disabled);--theme-datepicker-today--background--range-hover:var(--theme-color-component-10--hover);--theme-datepicker-today--background--selected:var(--theme-color-component-9);--theme-datepicker-today--background--selected-active:var(--theme-color-component-9--active);--theme-datepicker-today--background--selected-disabled:var(--theme-color-component-9--disabled);--theme-datepicker-today--background--selected-hover:var(--theme-color-component-9--hover);--theme-datepicker-today--border-color:var(--theme-color-primary);--theme-datepicker-today--border-color--active:var(--theme-color-primary);--theme-datepicker-today--border-color--disabled:var(--theme-color-primary--disabled);--theme-datepicker-today--border-color--hover:var(--theme-color-primary);--theme-datepicker-today--border-color--range:var(--theme-color-primary);--theme-datepicker-today--border-color--range-active:var(--theme-color-primary);--theme-datepicker-today--border-color--range-disabled:var(--theme-color-primary--disabled);--theme-datepicker-today--border-color--range-hover:var(--theme-color-primary);--theme-datepicker-today--border-color--selected:var(--theme-color-primary);--theme-datepicker-today--border-color--selected-active:var(--theme-color-primary);--theme-datepicker-today--border-color--selected-disabled:var(--theme-color-primary--disabled);--theme-datepicker-today--border-color--selected-hover:var(--theme-color-primary);--theme-datepicker-today--color:var(--theme-color-primary);--theme-datepicker-today--color--active:var(--theme-color-primary);--theme-datepicker-today--color--disabled:var(--theme-color-weak-text);--theme-datepicker-today--color--hover:var(--theme-color-primary);--theme-datepicker-today--color--range:var(--theme-color-primary--contrast);--theme-datepicker-today--color--range-active:var(--theme-color-primary--contrast);--theme-datepicker-today--color--range-disabled:var(--theme-color-weak-text);--theme-datepicker-today--color--range-hover:var(--theme-color-primary--contrast);--theme-datepicker-today--color--selected:var(--theme-color-primary--contrast);--theme-datepicker-today--color--selected-active:var(--theme-color-primary--contrast);--theme-datepicker-today--color--selected-disabled:var(--theme-color-weak-text);--theme-datepicker-today--color--selected-hover:var(--theme-color-primary--contrast);--theme-datepicker-weekday--color:var(--theme-color-soft-text);--theme-event-item-chevron--color:var(--theme-color-soft-text);--theme-event-item-filled--background:var(--theme-color-component-1);--theme-event-item-filled--background--active:var(--theme-color-component-1--active);--theme-event-item-filled--background--disabled:var(--theme-color-component-1);--theme-event-item-filled--background--hover:var(--theme-color-component-1--hover);--theme-event-item-filled--background--selected:var(--theme-color-component-1--active);--theme-event-item-filled--border:var(--theme-color-0);--theme-event-item-filled--border--active:var(--theme-color-0);--theme-event-item-filled--border--disabled:var(--theme-color-0);--theme-event-item-filled--border--hover:var(--theme-color-0);--theme-event-item-filled--border--selected:var(--theme-color-dynamic);--theme-event-item-indicator--width:var(--theme-size--2);--theme-event-item-indicator-opacity--disabled:.3;--theme-event-item-outline--background:var(--theme-color-ghost);--theme-event-item-outline--background--active:var(--theme-color-ghost--active);--theme-event-item-outline--background--disabled:var(--theme-color-ghost);--theme-event-item-outline--background--hover:var(--theme-color-ghost--hover);--theme-event-item-outline--background--selected:var(--theme-color-ghost--active);--theme-event-item-outline--border:var(--theme-color-soft-bdr);--theme-event-item-outline--border--active:var(--theme-color-soft-bdr);--theme-event-item-outline--border--disabled:var(--theme-color-weak-bdr);--theme-event-item-outline--border--hover:var(--theme-color-soft-bdr);--theme-event-item-outline--border--selected:var(--theme-color-dynamic);--theme-flip--border-radius:var(--theme-default-border-radius);--theme-flip-alarm--background:var(--theme-color-component-1);--theme-flip-alarm--border-color:var(--theme-color-alarm);--theme-flip-alarm--color:var(--theme-color-std-text);--theme-flip-alarm-footer--background:var(--theme-color-alarm);--theme-flip-alarm-footer--border-color:var(--theme-color-0);--theme-flip-alarm-footer--color:var(--theme-color-alarm--contrast);--theme-flip-filled--background:var(--theme-color-component-1);--theme-flip-filled--border-color:var(--theme-color-0);--theme-flip-filled--color:var(--theme-color-std-text);--theme-flip-filled-footer--background:var(--theme-color-component-1);--theme-flip-filled-footer--border-color:var(--theme-color-1);--theme-flip-filled-footer--color:var(--theme-color-std-text);--theme-flip-info--background:var(--theme-color-component-1);--theme-flip-info--border-color:var(--theme-color-info);--theme-flip-info--color:var(--theme-color-std-text);--theme-flip-info-footer--background:var(--theme-color-info);--theme-flip-info-footer--border-color:var(--theme-color-0);--theme-flip-info-footer--color:var(--theme-color-info--contrast);--theme-flip-outline--background:var(--theme-color-0);--theme-flip-outline--border-color:var(--theme-color-soft-bdr);--theme-flip-outline--color:var(--theme-color-std-text);--theme-flip-outline-footer--background:var(--theme-color-0);--theme-flip-outline-footer--border-color:var(--theme-color-soft-bdr);--theme-flip-outline-footer--color:var(--theme-color-std-text);--theme-flip-primary--background:var(--theme-color-component-1);--theme-flip-primary--border-color:var(--theme-color-primary);--theme-flip-primary--color:var(--theme-color-std-text);--theme-flip-primary-footer--background:var(--theme-color-primary);--theme-flip-primary-footer--border-color:var(--theme-color-0);--theme-flip-primary-footer--color:var(--theme-color-primary--contrast);--theme-flip-warning--background:var(--theme-color-component-1);--theme-flip-warning--border-color:var(--theme-color-warning-bdr);--theme-flip-warning--color:var(--theme-color-std-text);--theme-flip-warning-footer--background:var(--theme-color-warning);--theme-flip-warning-footer--border-color:var(--theme-color-0);--theme-flip-warning-footer--color:var(--theme-color-warning--contrast);--theme-ghost--background:var(--theme-color-ghost);--theme-ghost--background--active:var(--theme-color-ghost--active);--theme-ghost--background--hover:var(--theme-color-ghost--hover);--theme-group--border-radius:var(--theme-default-border-radius);--theme-group--border-radius--focus:var(--theme-min-border-radius);--theme-group-header--color:var(--theme-color-std-text);--theme-group-item--background:var(--theme-color-component-1);--theme-group-item--background--active:var(--theme-color-component-1--active);--theme-group-item--background--disabled:var(--theme-color-component-1);--theme-group-item--background--hover:var(--theme-color-component-1--hover);--theme-group-item--background--selected:var(--theme-color-ghost--selected);--theme-group-item--border-color:var(--theme-color-0);--theme-group-item--border-color--active:var(--theme-color-0);--theme-group-item--border-color--disabled:var(--theme-color-0);--theme-group-item--border-color--hover:var(--theme-color-0);--theme-group-item--border-color--selected:var(--theme-color-0);--theme-group-item-icon--color:var(--theme-color-std-text);--theme-group-item-icon--color--disabled:var(--theme-color-weak-text);--theme-group-item-indicator--background:var(--theme-color-0);--theme-group-item-indicator--background--selected:var(--theme-color-dynamic);--theme-group-item-indicator--background--subselected:var(--theme-color-dynamic);--theme-group-item-subtext--color:var(--theme-color-soft-text);--theme-group-item-subtext--color--disabled:var(--theme-color-weak-text);--theme-group-item-text--color:var(--theme-color-std-text);--theme-group-item-text--color--disabled:var(--theme-color-weak-text);--theme-group-node-closed--color:var(--theme-color-std-text);--theme-group-node-open--color:var(--theme-color-std-text);--theme-group-subheader--color:var(--theme-color-std-text);--theme-helper--color:var(--theme-color-soft-text);--theme-helper--color--info:var(--theme-color-std-text);--theme-helper--color--invalid:var(--theme-color-alarm-text);--theme-helper--color--valid:var(--theme-color-std-text);--theme-helper--color--warning:var(--theme-color-std-text);--theme-helper-icon--color--info:var(--theme-color-info);--theme-helper-icon--color--invalid:var(--theme-color-alarm);--theme-helper-icon--color--valid:var(--theme-color-success);--theme-helper-icon--color--warning:var(--theme-color-warning-text);--theme-input--background:var(--theme-color-component-8);--theme-input--background--autofill:var(--theme-color-component-info);--theme-input--background--disabled:var(--theme-color-0);--theme-input--background--focus:var(--theme-color-component-8--hover);--theme-input--background--hover:var(--theme-color-component-8--hover);--theme-input--background--invalid:var(--theme-color-component-error);--theme-input--background--invalid--focus:var(--theme-color-component-error);--theme-input--background--invalid--hover:var(--theme-color-component-error);--theme-input--background--readonly:var(--theme-color-0);--theme-input--background--warning:var(--theme-color-component-warning);--theme-input--background--warning--focus:var(--theme-color-component-warning);--theme-input--background--warning--hover:var(--theme-color-component-warning);--theme-input--border-color:var(--theme-color-std-bdr);--theme-input--border-color--autofill:var(--theme-color-hard-bdr);--theme-input--border-color--disabled:var(--theme-color-0);--theme-input--border-color--focus:var(--theme-color-dynamic);--theme-input--border-color--hover:var(--theme-color-dynamic);--theme-input--border-color--info:var(--theme-color-info);--theme-input--border-color--info--active:var(--theme-color-info);--theme-input--border-color--info--hover:var(--theme-color-info);--theme-input--border-color--invalid:var(--theme-color-alarm-bdr);--theme-input--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-input--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-input--border-color--readonly:var(--theme-color-0);--theme-input--border-color--warning:var(--theme-color-warning-bdr);--theme-input--border-color--warning--active:var(--theme-color-warning-bdr);--theme-input--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-input--border-color-bottom--disabled:var(--theme-color-weak-bdr);--theme-input--border-color-bottom--readonly:var(--theme-color-soft-bdr);--theme-input--border-radius:var(--theme-small-border-radius);--theme-input--border-thickness:var(--theme-border-width-default);--theme-input--box-shadow:var(--theme-inset-shadow-1);--theme-input--color:var(--theme-color-std-text);--theme-input--color--autofill:var(--theme-color-std-text);--theme-input--color--disabled:var(--theme-color-weak-text);--theme-input--focus--outline-offset:var(--theme-focus-outline-offset);--theme-input-error--background:var(--theme-color-component-error);--theme-input-error--border-color:var(--theme-color-alarm);--theme-input-error-icon--color:var(--theme-color-alarm);--theme-input-extra--background--active:var(--theme-color-component-8--hover);--theme-input-extra--background--hover:var(--theme-color-component-8--hover);--theme-input-gripper--color:var(--theme-color-weak-text);--theme-input-gripper--color--focus:var(--theme-color-weak-text);--theme-input-gripper--color--hover:var(--theme-color-weak-text);--theme-input-hint--color:var(--theme-color-soft-text);--theme-input-search-icon--color:var(--theme-color-primary);--theme-input-search-icon--color--disabled:var(--theme-color-weak-text);--theme-input-search-icon--color--focus:var(--theme-color-dynamic);--theme-input-search-icon--color--hover:var(--theme-color-dynamic);--theme-input-select-icon--color:var(--theme-color-soft-text);--theme-input-select-icon--color--active:var(--theme-color-dynamic);--theme-input-select-icon--color--hover:var(--theme-color-dynamic);--theme-input-unit--color:var(--theme-color-soft-text);--theme-kpi--border-radius:var(--theme-default-border-radius);--theme-kpi-display--background:var(--theme-color-ghost);--theme-kpi-display--background--active:var(--theme-color-ghost--active);--theme-kpi-display--background--hover:var(--theme-color-ghost--hover);--theme-kpi-display-icon--color:var(--theme-color-std-text);--theme-kpi-display-indicator--background:var(--theme-color-component-4);--theme-kpi-display-label--color:var(--theme-color-soft-text);--theme-kpi-display-units:var(--theme-color-soft-text);--theme-kpi-display-value:var(--theme-color-std-text);--theme-label--color:var(--theme-color-soft-text);--theme-label--color--active:var(--theme-color-std-text);--theme-label--color--disabled:var(--theme-color-weak-text);--theme-label--color--focus:var(--theme-color-dynamic);--theme-label--color--hover:var(--theme-color-std-text);--theme-label--color--invalid:var(--theme-color-alarm-text);--theme-link-btn--border-color:var(--theme-color-ghost);--theme-link-btn--border-color--active:var(--theme-color-ghost);--theme-link-btn--border-color--disabled:var(--theme-color-ghost);--theme-link-btn--border-color--hover:var(--theme-color-ghost);--theme-link-btn--border-color--visited:var(--theme-color-ghost);--theme-link-btn--color:var(--theme-color-primary);--theme-link-btn--color--active:var(--theme-color-dynamic);--theme-link-btn--color--disabled:var(--theme-color-weak-text);--theme-link-btn--color--hover:var(--theme-color-dynamic);--theme-link-btn--color--visited:var(--theme-color-primary);--theme-menu--background:var(--theme-color-2);--theme-menu--border-color:var(--theme-color-0);--theme-menu--border-radius:var(--theme-default-border-radius);--theme-menu--border-thickness:var(--theme-border-width-none);--theme-menu--box-shadow:var(--theme-shadow-4);--theme-menu-btn--background:var(--theme-color-ghost);--theme-menu-btn--background--active:var(--theme-color-ghost--active);--theme-menu-btn--background--hover:var(--theme-color-ghost--hover);--theme-menu-btn--color:var(--theme-color-std-text);--theme-menu-btn--color--active:var(--theme-color-std-text);--theme-menu-btn--color--hover:var(--theme-color-std-text);--theme-menu-header--color:var(--theme-color-soft-text);--theme-menu-item--background:var(--theme-color-ghost);--theme-menu-item--background--active:var(--theme-color-ghost--active);--theme-menu-item--background--disabled:var(--theme-color-ghost);--theme-menu-item--background--hover:var(--theme-color-ghost--hover);--theme-menu-item--color:var(--theme-color-std-text);--theme-menu-item--color--active:var(--theme-color-std-text);--theme-menu-item--color--disabled:var(--theme-color-weak-text);--theme-menu-item--color--hover:var(--theme-color-std-text);--theme-menu-item-arrow--color:var(--theme-color-soft-text);--theme-menu-item-arrow--color--active:var(--theme-color-std-text);--theme-menu-item-arrow--color--disabled:var(--theme-color-weak-text);--theme-menu-item-arrow--color--hover:var(--theme-color-std-text);--theme-menu-item-check--color:var(--theme-color-soft-text);--theme-menu-item-check--color--active:var(--theme-color-std-text);--theme-menu-item-check--color--disabled:var(--theme-color-weak-text);--theme-menu-item-check--color--hover:var(--theme-color-std-text);--theme-menu-item-icon--color:var(--theme-color-soft-text);--theme-menu-item-icon--color--active:var(--theme-color-std-text);--theme-menu-item-icon--color--disabled:var(--theme-color-weak-text);--theme-menu-item-icon--color--hover:var(--theme-color-std-text);--theme-menu-separator--background:var(--theme-color-x-weak-bdr);--theme-message-bar--border-radius:var(--theme-default-border-radius);--theme-message-bar--border-thickness:var(--theme-border-width-thick);--theme-messagebar--background:var(--theme-color-secondary);--theme-messagebar--color:var(--theme-color-std-text);--theme-modal--background:var(--theme-color-2);--theme-modal--border-color:var(--theme-color-0);--theme-modal--box-shadow:var(--theme-shadow-4);--theme-theme-modal--border-thickness:var(--theme-border-width-default);--theme-nav--background:var(--theme-color-2);--theme-nav-item-primary--background:var(--theme-color-ghost);--theme-nav-item-primary--background--active:var(--theme-color-ghost--active);--theme-nav-item-primary--background--hover:var(--theme-color-ghost--hover);--theme-nav-item-primary--background--selected:var(--theme-color-1);--theme-nav-item-primary--border-color:var(--theme-color-0);--theme-nav-item-primary--border-color--active:var(--theme-color-0);--theme-nav-item-primary--border-color--hover:var(--theme-color-0);--theme-nav-item-primary--border-color--selected:var(--theme-color-dynamic);--theme-nav-item-primary--color:var(--theme-color-std-text);--theme-nav-item-primary--color--active:var(--theme-color-std-text);--theme-nav-item-primary--color--hover:var(--theme-color-std-text);--theme-nav-item-primary--color--selected:var(--theme-color-std-text);--theme-nav-item-primary-icon--color:var(--theme-color-std-text);--theme-nav-item-primary-icon--color--active:var(--theme-color-std-text);--theme-nav-item-primary-icon--color--hover:var(--theme-color-std-text);--theme-nav-item-primary-icon--color--selected:var(--theme-color-std-text);--theme-nav-item-secondary--background:var(--theme-color-ghost);--theme-nav-item-secondary--background--active:var(--theme-color-ghost--active);--theme-nav-item-secondary--background--disabled:var(--theme-color-0);--theme-nav-item-secondary--background--hover:var(--theme-color-ghost--hover);--theme-nav-item-secondary--background--selected:var(--theme-color-1);--theme-nav-item-secondary--border-color:var(--theme-color-0);--theme-nav-item-secondary--border-color--active:var(--theme-color-0);--theme-nav-item-secondary--border-color--disabled:var(--theme-color-0);--theme-nav-item-secondary--border-color--hover:var(--theme-color-0);--theme-nav-item-secondary--border-color--selected:var(--theme-color-dynamic);--theme-nav-item-secondary--color:var(--theme-color-std-text);--theme-nav-item-secondary--color--active:var(--theme-color-std-text);--theme-nav-item-secondary--color--disabled:var(--theme-color-weak-text);--theme-nav-item-secondary--color--hover:var(--theme-color-std-text);--theme-nav-item-secondary--color--selected:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color--active:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color--disabled:var(--theme-color-weak-text);--theme-nav-item-secondary-icon--color--hover:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color--selected:var(--theme-color-std-text);--theme-nav-overlay--background:var(--theme-color-backdrop-3);--theme-nav-overlay-header--color:var(--theme-color-std-text);--theme-navigation--box-shadow:var(--theme-shadow-2);--theme-overlay--background:var(--theme-color-backdrop);--theme-overlay-header--background:var(--theme-color-0);--theme-overlay-header--color:var(--theme-color-std-text);--theme-pagination-item--background:var(--theme-color-ghost);--theme-pagination-item--background--active:var(--theme-color-ghost--active);--theme-pagination-item--background--disabled:var(--theme-color-ghost);--theme-pagination-item--background--hover:var(--theme-color-ghost--hover);--theme-pagination-item--background--selected:var(--theme-color-component-7);--theme-pagination-item--color:var(--theme-color-std-text);--theme-pagination-item--color--active:var(--theme-color-std-text);--theme-pagination-item--color--disabled:var(--theme-color-weak-text);--theme-pagination-item--color--hover:var(--theme-color-std-text);--theme-pagination-item--color--selected:var(--theme-color-dynamic);--theme-pagination-label--color:var(--theme-color-soft-text);--theme-pane-floating--background:var(--theme-color-2);--theme-pane-floating--border-color:var(--theme-color-weak-bdr);--theme-pane-floating--box-shadow:var(--theme-shadow-2);--theme-pane-floating--color:var(--theme-color-std-text);--theme-pane-inline--background:var(--theme-color-1);--theme-pane-inline--border-color:var(--theme-color-soft-bdr);--theme-pane-inline--box-shadow:none;--theme-pane-inline--color:var(--theme-color-std-text);--theme-pill-outline--background:var(--theme-color-secondary);--theme-pill-outline--color:var(--theme-color-std-text);--theme-progress-indicator-fill--background:var(--theme-color-dynamic);--theme-progress-indicator-fill-error--background:var(--theme-color-alarm);--theme-progress-indicator-fill-info--background:var(--theme-color-info);--theme-progress-indicator-fill-paused--background:var(--theme-color-neutral);--theme-progress-indicator-fill-success--background:var(--theme-color-success);--theme-progress-indicator-fill-warning--background:var(--theme-color-warning-bdr);--theme-progress-indicator-helper--color:var(--theme-color-soft-text);--theme-progress-indicator-helper-error--color:var(--theme-color-alarm-text);--theme-progress-indicator-helper-icon--color:var(--theme-color-soft-text);--theme-progress-indicator-helper-icon-error--color:var(--theme-color-alarm);--theme-progress-indicator-helper-icon-info--color:var(--theme-color-info);--theme-progress-indicator-helper-icon-paused--color:var(--theme-color-neutral);--theme-progress-indicator-helper-icon-success--color:var(--theme-color-success);--theme-progress-indicator-helper-icon-warning--color:var(--theme-color-warning-text);--theme-progress-indicator-helper-info--color:var(--theme-color-std-text);--theme-progress-indicator-helper-paused--color:var(--theme-color-std-text);--theme-progress-indicator-helper-success--color:var(--theme-color-std-text);--theme-progress-indicator-helper-warning--color:var(--theme-color-std-text);--theme-progress-indicator-label--color:var(--theme-color-soft-text);--theme-progress-indicator-label-error--color:var(--theme-color-alarm-text);--theme-progress-indicator-label-info--color:var(--theme-color-soft-text);--theme-progress-indicator-label-paused--color:var(--theme-color-soft-text);--theme-progress-indicator-label-success--color:var(--theme-color-soft-text);--theme-progress-indicator-label-warning--color:var(--theme-color-soft-text);--theme-progress-indicator-track--background:var(--theme-color-component-3);--theme-progress-indicator-track-error--background:var(--theme-color-component-error);--theme-progress-indicator-track-info--background:var(--theme-color-component-3);--theme-progress-indicator-track-paused--background:var(--theme-color-component-3);--theme-progress-indicator-track-success--background:var(--theme-color-component-3);--theme-progress-indicator-track-warning--background:var(--theme-color-component-warning);--theme-push-card--border-radius:var(--theme-default-border-radius);--theme-push-card--border-width:var(--theme-border-width-default);--theme-push-card--focus--outline-offset:var(--theme-focus-outline-offset);--theme-push-card-alarm--background:var(--theme-color-alarm);--theme-push-card-alarm--background--active:var(--theme-color-alarm--active);--theme-push-card-alarm--background--hover:var(--theme-color-alarm--hover);--theme-push-card-alarm--border-color:var(--theme-color-0);--theme-push-card-alarm--border-color--active:var(--theme-color-0);--theme-push-card-alarm--border-color--hover:var(--theme-color-0);--theme-push-card-alarm--color:var(--theme-color-alarm--contrast);--theme-push-card-alarm-accordion--background:var(--theme-color-alarm);--theme-push-card-alarm-accordion--background--active:var(--theme-color-alarm--active);--theme-push-card-alarm-accordion--background--hover:var(--theme-color-alarm--hover);--theme-push-card-alarm-accordion--border-color:var(--theme-color-1);--theme-push-card-alarm-accordion--color:var(--theme-color-alarm--contrast);--theme-push-card-alarm-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-alarm-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-alarm-accordion-frame--border-color:var(--theme-color-soft-bdr);--theme-push-card-alarm-accordion-frame--border-width:var(--theme-border-width-default);--theme-push-card-alarm-subtext--color:var(--theme-color-alarm--contrast);--theme-push-card-critical--background:var(--theme-color-critical);--theme-push-card-critical--background--active:var(--theme-color-critical--active);--theme-push-card-critical--background--hover:var(--theme-color-critical--hover);--theme-push-card-critical--border-color:var(--theme-color-0);--theme-push-card-critical--border-color--active:var(--theme-color-0);--theme-push-card-critical--border-color--hover:var(--theme-color-0);--theme-push-card-critical--color:var(--theme-color-critical--contrast);--theme-push-card-critical-accordion--background:var(--theme-color-critical);--theme-push-card-critical-accordion--background--active:var(--theme-color-critical--active);--theme-push-card-critical-accordion--background--hover:var(--theme-color-critical--hover);--theme-push-card-critical-accordion--border-color:var(--theme-color-1);--theme-push-card-critical-accordion--color:var(--theme-color-critical--contrast);--theme-push-card-critical-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-critical-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-critical-accordion-frame--border-color:var(--theme-color-soft-bdr);--theme-push-card-critical-accordion-frame--border-width:var(--theme-border-width-default);--theme-push-card-critical-subtext--color:var(--theme-color-critical--contrast);--theme-push-card-filled--background:var(--theme-color-component-1);--theme-push-card-filled--background--active:var(--theme-color-component-1--active);--theme-push-card-filled--background--hover:var(--theme-color-component-1--hover);--theme-push-card-filled--border-color:var(--theme-color-0);--theme-push-card-filled--border-color--active:var(--theme-color-0);--theme-push-card-filled--border-color--hover:var(--theme-color-0);--theme-push-card-filled--color:var(--theme-color-std-text);--theme-push-card-filled-accordion--background:var(--theme-color-component-1);--theme-push-card-filled-accordion--background--active:var(--theme-color-component-1--active);--theme-push-card-filled-accordion--background--hover:var(--theme-color-component-1--hover);--theme-push-card-filled-accordion--border-color:var(--theme-color-1);--theme-push-card-filled-accordion--color:var(--theme-color-std-text);--theme-push-card-filled-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-filled-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-filled-accordion-frame--border-color:var(--theme-color-0);--theme-push-card-filled-accordion-frame--border-width:var(--theme-border-width-none);--theme-push-card-filled-subtext--color:var(--theme-color-soft-text);--theme-push-card-info--background:var(--theme-color-info);--theme-push-card-info--background--active:var(--theme-color-info--active);--theme-push-card-info--background--hover:var(--theme-color-info--hover);--theme-push-card-info--border-color:var(--theme-color-0);--theme-push-card-info--border-color--active:var(--theme-color-0);--theme-push-card-info--border-color--hover:var(--theme-color-0);--theme-push-card-info--color:var(--theme-color-info--contrast);--theme-push-card-info-accordion--background:var(--theme-color-info);--theme-push-card-info-accordion--background--active:var(--theme-color-info--active);--theme-push-card-info-accordion--background--hover:var(--theme-color-info--hover);--theme-push-card-info-accordion--border-color:var(--theme-color-1);--theme-push-card-info-accordion--color:var(--theme-color-info--contrast);--theme-push-card-info-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-info-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-info-accordion-frame--border-color:var(--theme-color-soft-bdr);--theme-push-card-info-accordion-frame--border-width:var(--theme-border-width-default);--theme-push-card-info-subtext--color:var(--theme-color-info--contrast);--theme-push-card-neutral--background:var(--theme-color-neutral);--theme-push-card-neutral--background--active:var(--theme-color-neutral--active);--theme-push-card-neutral--background--hover:var(--theme-color-neutral--hover);--theme-push-card-neutral--border-color:var(--theme-color-0);--theme-push-card-neutral--border-color--active:var(--theme-color-0);--theme-push-card-neutral--border-color--hover:var(--theme-color-0);--theme-push-card-neutral--color:var(--theme-color-neutral--contrast);--theme-push-card-neutral-accordion--background:var(--theme-color-neutral);--theme-push-card-neutral-accordion--background--active:var(--theme-color-neutral--active);--theme-push-card-neutral-accordion--background--hover:var(--theme-color-neutral--hover);--theme-push-card-neutral-accordion--border-color:var(--theme-color-1);--theme-push-card-neutral-accordion--color:var(--theme-color-neutral--contrast);--theme-push-card-neutral-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-neutral-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-neutral-accordion-frame--border-color:var(--theme-color-soft-bdr);--theme-push-card-neutral-accordion-frame--border-width:var(--theme-border-width-default);--theme-push-card-neutral-subtext--color:var(--theme-color-neutral--contrast);--theme-push-card-outline--background:var(--theme-color-ghost);--theme-push-card-outline--background--active:var(--theme-color-ghost--active);--theme-push-card-outline--background--hover:var(--theme-color-ghost--hover);--theme-push-card-outline--border-color:var(--theme-color-soft-bdr);--theme-push-card-outline--border-color--active:var(--theme-color-soft-bdr);--theme-push-card-outline--border-color--hover:var(--theme-color-soft-bdr);--theme-push-card-outline--color:var(--theme-color-std-text);--theme-push-card-outline-accordion--background:var(--theme-color-component-1);--theme-push-card-outline-accordion--background--active:var(--theme-color-component-1--active);--theme-push-card-outline-accordion--background--hover:var(--theme-color-component-1--hover);--theme-push-card-outline-accordion--border-color:var(--theme-color-1);--theme-push-card-outline-accordion--color:var(--theme-color-std-text);--theme-push-card-outline-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-outline-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-outline-accordion-frame--border-color:var(--theme-color-0);--theme-push-card-outline-accordion-frame--border-width:var(--theme-border-width-none);--theme-push-card-outline-subtext--color:var(--theme-color-soft-text);--theme-push-card-primary--background:var(--theme-color-primary);--theme-push-card-primary--background--active:var(--theme-color-primary--active);--theme-push-card-primary--background--hover:var(--theme-color-primary--hover);--theme-push-card-primary--border-color:var(--theme-color-0);--theme-push-card-primary--border-color--active:var(--theme-color-0);--theme-push-card-primary--border-color--hover:var(--theme-color-0);--theme-push-card-primary--color:var(--theme-color-primary--contrast);--theme-push-card-primary-accordion--background:var(--theme-color-primary);--theme-push-card-primary-accordion--background--active:var(--theme-color-primary--active);--theme-push-card-primary-accordion--background--hover:var(--theme-color-primary--hover);--theme-push-card-primary-accordion--border-color:var(--theme-color-1);--theme-push-card-primary-accordion--color:var(--theme-color-primary--contrast);--theme-push-card-primary-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-primary-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-primary-accordion-frame--border-color:var(--theme-color-soft-bdr);--theme-push-card-primary-accordion-frame--border-width:var(--theme-border-width-default);--theme-push-card-primary-subtext--color:var(--theme-color-primary--contrast);--theme-push-card-success--background:var(--theme-color-success);--theme-push-card-success--background--active:var(--theme-color-success--active);--theme-push-card-success--background--hover:var(--theme-color-success--hover);--theme-push-card-success--border-color:var(--theme-color-0);--theme-push-card-success--border-color--active:var(--theme-color-0);--theme-push-card-success--border-color--hover:var(--theme-color-0);--theme-push-card-success--color:var(--theme-color-success--contrast);--theme-push-card-success-accordion--background:var(--theme-color-success);--theme-push-card-success-accordion--background--active:var(--theme-color-success--active);--theme-push-card-success-accordion--background--hover:var(--theme-color-success--hover);--theme-push-card-success-accordion--border-color:var(--theme-color-1);--theme-push-card-success-accordion--color:var(--theme-color-success--contrast);--theme-push-card-success-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-success-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-success-accordion-frame--border-color:var(--theme-color-soft-bdr);--theme-push-card-success-accordion-frame--border-width:var(--theme-border-width-default);--theme-push-card-success-subtext--color:var(--theme-color-success--contrast);--theme-push-card-warning--background:var(--theme-color-warning);--theme-push-card-warning--background--active:var(--theme-color-warning--active);--theme-push-card-warning--background--hover:var(--theme-color-warning--hover);--theme-push-card-warning--border-color:var(--theme-color-0);--theme-push-card-warning--border-color--active:var(--theme-color-0);--theme-push-card-warning--border-color--hover:var(--theme-color-0);--theme-push-card-warning--color:var(--theme-color-warning--contrast);--theme-push-card-warning-accordion--background:var(--theme-color-warning);--theme-push-card-warning-accordion--background--active:var(--theme-color-warning--active);--theme-push-card-warning-accordion--background--hover:var(--theme-color-warning--hover);--theme-push-card-warning-accordion--border-color:var(--theme-color-1);--theme-push-card-warning-accordion--color:var(--theme-color-warning--contrast);--theme-push-card-warning-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-warning-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-warning-accordion-frame--border-color:var(--theme-color-soft-bdr);--theme-push-card-warning-accordion-frame--border-width:var(--theme-border-width-default);--theme-push-card-warning-subtext--color:var(--theme-color-warning--contrast);--theme-radiobtn--border-thickness:var(--theme-border-width-default);--theme-radiobtn--focus--outline-offset:var(--theme-focus-outline-offset);--theme-radiobtn-checked--background:var(--theme-color-dynamic);--theme-radiobtn-checked--background--active:var(--theme-color-dynamic--active);--theme-radiobtn-checked--background--disabled:var(--theme-color-component-4);--theme-radiobtn-checked--background--hover:var(--theme-color-dynamic--hover);--theme-radiobtn-checked--background--info:var(--theme-color-info);--theme-radiobtn-checked--background--info--active:var(--theme-color-info--active);--theme-radiobtn-checked--background--info--hover:var(--theme-color-info--hover);--theme-radiobtn-checked--background--invalid:var(--theme-color-alarm);--theme-radiobtn-checked--background--invalid--active:var(--theme-color-alarm--active);--theme-radiobtn-checked--background--invalid--hover:var(--theme-color-alarm--hover);--theme-radiobtn-checked--background--warning:var(--theme-color-warning);--theme-radiobtn-checked--background--warning--active:var(--theme-color-warning--active);--theme-radiobtn-checked--background--warning--hover:var(--theme-color-warning--hover);--theme-radiobtn-checked--border-color:var(--theme-color-0);--theme-radiobtn-checked--border-color--active:var(--theme-color-0);--theme-radiobtn-checked--border-color--disabled:var(--theme-color-0);--theme-radiobtn-checked--border-color--hover:var(--theme-color-0);--theme-radiobtn-checked--border-color--info:var(--theme-color-0);--theme-radiobtn-checked--border-color--info--active:var(--theme-color-0);--theme-radiobtn-checked--border-color--info--hover:var(--theme-color-0);--theme-radiobtn-checked--border-color--invalid:var(--theme-color-alarm-bdr);--theme-radiobtn-checked--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-radiobtn-checked--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-radiobtn-checked--border-color--warning:var(--theme-color-warning-bdr);--theme-radiobtn-checked--border-color--warning--active:var(--theme-color-warning-bdr);--theme-radiobtn-checked--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-radiobtn-checked--color:var(--theme-color-primary--contrast);--theme-radiobtn-checked--color--active:var(--theme-color-primary--contrast);--theme-radiobtn-checked--color--disabled:var(--theme-color-primary--contrast);--theme-radiobtn-checked--color--hover:var(--theme-color-primary--contrast);--theme-radiobtn-checked--color--info:var(--theme-color-info--contrast);--theme-radiobtn-checked--color--info--active:var(--theme-color-info--contrast);--theme-radiobtn-checked--color--info--hover:var(--theme-color-info--contrast);--theme-radiobtn-checked--color--invalid:var(--theme-color-alarm--contrast);--theme-radiobtn-checked--color--invalid--active:var(--theme-color-alarm--contrast);--theme-radiobtn-checked--color--invalid--hover:var(--theme-color-alarm--contrast);--theme-radiobtn-checked--color--warning:var(--theme-color-warning--contrast);--theme-radiobtn-checked--color--warning--active:var(--theme-color-warning--contrast);--theme-radiobtn-checked--color--warning--hover:var(--theme-color-warning--contrast);--theme-radiobtn-label--color:var(--theme-color-std-text);--theme-radiobtn-label--color--disabled:var(--theme-color-weak-text);--theme-radiobtn-unchecked--background:var(--theme-color-secondary);--theme-radiobtn-unchecked--background--active:var(--theme-color-secondary--active);--theme-radiobtn-unchecked--background--disabled:var(--theme-color-ghost);--theme-radiobtn-unchecked--background--hover:var(--theme-color-secondary--hover);--theme-radiobtn-unchecked--background--info:var(--theme-color-secondary);--theme-radiobtn-unchecked--background--info--active:var(--theme-color-ghost--active);--theme-radiobtn-unchecked--background--info--hover:var(--theme-color-ghost--hover);--theme-radiobtn-unchecked--background--invalid:var(--theme-color-component-error);--theme-radiobtn-unchecked--background--invalid--active:var(--theme-color-ghost--active);--theme-radiobtn-unchecked--background--invalid--hover:var(--theme-color-ghost--hover);--theme-radiobtn-unchecked--background--warning:var(--theme-color-component-warning);--theme-radiobtn-unchecked--background--warning--active:var(--theme-color-ghost--active);--theme-radiobtn-unchecked--background--warning--hover:var(--theme-color-ghost--hover);--theme-radiobtn-unchecked--border-color:var(--theme-color-contrast-bdr);--theme-radiobtn-unchecked--border-color--active:var(--theme-color-dynamic);--theme-radiobtn-unchecked--border-color--disabled:var(--theme-color-component-4);--theme-radiobtn-unchecked--border-color--hover:var(--theme-color-dynamic);--theme-radiobtn-unchecked--border-color--info:var(--theme-color-info);--theme-radiobtn-unchecked--border-color--info--active:var(--theme-color-info--active);--theme-radiobtn-unchecked--border-color--info--hover:var(--theme-color-info--hover);--theme-radiobtn-unchecked--border-color--invalid:var(--theme-color-alarm-bdr);--theme-radiobtn-unchecked--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-radiobtn-unchecked--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-radiobtn-unchecked--border-color--warning:var(--theme-color-warning-bdr);--theme-radiobtn-unchecked--border-color--warning--active:var(--theme-color-warning-bdr);--theme-radiobtn-unchecked--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-scrollbar-thumb--background:var(--theme-color-5);--theme-scrollbar-thumb--background--hover:var(--theme-color-7);--theme-scrollbar-track--background:var(--theme-color-2);--theme-scrollbar-track--background--hover:var(--theme-color-3);--theme-scrollbar-track--border:var(--theme-color-1);--theme-select-list--background:var(--theme-color-2);--theme-select-list--border-color:var(--theme-color-0);--theme-select-list-item--background:var(--theme-color-ghost);--theme-select-list-item--background--active:var(--theme-color-ghost--active);--theme-select-list-item--background--disabled:var(--theme-color-ghost);--theme-select-list-item--background--hover:var(--theme-color-ghost--hover);--theme-select-list-item--background--selected:var(--theme-color-ghost--selected);--theme-select-list-item--background--selected-active:var(--theme-color-ghost--selected-active);--theme-select-list-item--background--selected-disabled:var(--theme-color-ghost);--theme-select-list-item--background--selected-hover:var(--theme-color-ghost--selected-hover);--theme-select-list-item--color:var(--theme-color-std-text);--theme-select-list-item--color--active:var(--theme-color-std-text);--theme-select-list-item--color--disabled:var(--theme-color-weak-text);--theme-select-list-item--color--hover:var(--theme-color-std-text);--theme-select-list-item--color--selected:var(--theme-color-std-text);--theme-select-list-item--color--selected-active:var(--theme-color-std-text);--theme-select-list-item--color--selected-disabled:var(--theme-color-weak-text);--theme-select-list-item--color--selected-hover:var(--theme-color-std-text);--theme-select-list-item-check--color:var(--theme-color-std-text);--theme-select-list-item-check--color--active:var(--theme-color-std-text);--theme-select-list-item-check--color--disabled:var(--theme-color-weak-text);--theme-select-list-item-check--color--hover:var(--theme-color-std-text);--theme-select-list-item-hint--color:var(--theme-color-soft-text);--theme-select-list-item-hint--color--active:var(--theme-color-soft-text);--theme-select-list-item-hint--color--hover:var(--theme-color-soft-text);--theme-slider-thumb--background:var(--theme-color-dynamic);--theme-slider-thumb--background--active:var(--theme-color-dynamic--active);--theme-slider-thumb--background--disabled:var(--theme-color-7);--theme-slider-thumb--background--hover:var(--theme-color-dynamic--hover);--theme-slider-thumb--background--info:var(--theme-color-info);--theme-slider-thumb--background--info--active:var(--theme-color-info--active);--theme-slider-thumb--background--info--hover:var(--theme-color-info--hover);--theme-slider-thumb--background--invalid:var(--theme-color-alarm);--theme-slider-thumb--background--invalid--active:var(--theme-color-alarm--active);--theme-slider-thumb--background--invalid--hover:var(--theme-color-alarm--hover);--theme-slider-thumb--background--warning:var(--theme-color-warning);--theme-slider-thumb--background--warning--active:var(--theme-color-warning--active);--theme-slider-thumb--background--warning--hover:var(--theme-color-warning--hover);--theme-slider-trace--background:var(--theme-color-dynamic);--theme-slider-trace--background--disabled:var(--theme-color-component-3);--theme-slider-trace--background--info:var(--theme-color-info);--theme-slider-trace--background--invalid:var(--theme-color-alarm);--theme-slider-trace--background--warning:var(--theme-color-warning-bdr);--theme-slider-trace-marker--background:var(--theme-color-dynamic);--theme-slider-trace-marker--background--disabled:var(--theme-color-7);--theme-slider-trace-marker--background--info:var(--theme-color-info);--theme-slider-trace-marker--background--invalid:var(--theme-color-alarm);--theme-slider-trace-marker--background--warning:var(--theme-color-warning);--theme-slider-track--background:var(--theme-color-component-4);--theme-slider-track--background--disabled:var(--theme-color-component-2);--theme-slider-track-marker--background:var(--theme-color-8);--theme-slider-track-marker--background--disabled:var(--theme-color-5);--theme-switch--color:var(--theme-color-std-text);--theme-switch--color--active:var(--theme-color-std-text);--theme-switch--color--disabled:var(--theme-color-weak-text);--theme-switch--color--hover:var(--theme-color-std-text);--theme-switch-mixed--background:var(--theme-color-component-4);--theme-switch-mixed--background--active:var(--theme-color-component-4);--theme-switch-mixed--background--disabled:var(--theme-color-component-2);--theme-switch-mixed--background--hover:var(--theme-color-component-5);--theme-switch-mixed--background--info:var(--theme-color-component-4);--theme-switch-mixed--background--info--active:var(--theme-color-component-4);--theme-switch-mixed--background--info--hover:var(--theme-color-component-5);--theme-switch-mixed--background--invalid:var(--theme-color-component-4);--theme-switch-mixed--background--invalid--active:var(--theme-color-component-4);--theme-switch-mixed--background--invalid--hover:var(--theme-color-component-5);--theme-switch-mixed--background--valid:var(--theme-color-component-4);--theme-switch-mixed--background--valid--active:var(--theme-color-component-4);--theme-switch-mixed--background--valid--hover:var(--theme-color-component-5);--theme-switch-mixed--background--warning:var(--theme-color-component-4);--theme-switch-mixed--background--warning--active:var(--theme-color-component-4);--theme-switch-mixed--background--warning--hover:var(--theme-color-component-5);--theme-switch-mixed--border-color:var(--theme-color-0);--theme-switch-mixed--border-color--active:var(--theme-color-0);--theme-switch-mixed--border-color--disabled:var(--theme-color-0);--theme-switch-mixed--border-color--hover:var(--theme-color-0);--theme-switch-mixed--border-color--info:var(--theme-color-info);--theme-switch-mixed--border-color--info--active:var(--theme-color-info);--theme-switch-mixed--border-color--info--hover:var(--theme-color-info);--theme-switch-mixed--border-color--invalid:var(--theme-color-alarm-bdr);--theme-switch-mixed--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-switch-mixed--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-switch-mixed--border-color--valid:var(--theme-color-0);--theme-switch-mixed--border-color--valid--active:var(--theme-color-0);--theme-switch-mixed--border-color--valid--hover:var(--theme-color-0);--theme-switch-mixed--border-color--warning:var(--theme-color-warning-bdr);--theme-switch-mixed--border-color--warning--active:var(--theme-color-warning-bdr);--theme-switch-mixed--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-switch-off--background:var(--theme-color-component-4);--theme-switch-off--background--active:var(--theme-color-component-4);--theme-switch-off--background--disabled:var(--theme-color-component-2);--theme-switch-off--background--hover:var(--theme-color-component-5);--theme-switch-off--background--info:var(--theme-color-component-4);--theme-switch-off--background--info--active:var(--theme-color-component-4);--theme-switch-off--background--info--hover:var(--theme-color-component-5);--theme-switch-off--background--invalid:var(--theme-color-component-4);--theme-switch-off--background--invalid--active:var(--theme-color-component-4);--theme-switch-off--background--invalid--hover:var(--theme-color-component-5);--theme-switch-off--background--valid:var(--theme-color-component-4);--theme-switch-off--background--valid--active:var(--theme-color-component-4);--theme-switch-off--background--valid--hover:var(--theme-color-component-5);--theme-switch-off--background--warning:var(--theme-color-component-4);--theme-switch-off--background--warning--active:var(--theme-color-component-4);--theme-switch-off--background--warning--hover:var(--theme-color-component-5);--theme-switch-off--border-color:var(--theme-color-0);--theme-switch-off--border-color--active:var(--theme-color-0);--theme-switch-off--border-color--disabled:var(--theme-color-0);--theme-switch-off--border-color--hover:var(--theme-color-0);--theme-switch-off--border-color--info:var(--theme-color-info);--theme-switch-off--border-color--info--active:var(--theme-color-info--active);--theme-switch-off--border-color--info--hover:var(--theme-color-info--hover);--theme-switch-off--border-color--invalid:var(--theme-color-alarm-bdr);--theme-switch-off--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-switch-off--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-switch-off--border-color--valid:var(--theme-color-0);--theme-switch-off--border-color--valid--active:var(--theme-color-0);--theme-switch-off--border-color--valid--hover:var(--theme-color-0);--theme-switch-off--border-color--warning:var(--theme-color-warning-bdr);--theme-switch-off--border-color--warning--active:var(--theme-color-warning-bdr);--theme-switch-off--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-switch-on--background:var(--theme-color-dynamic);--theme-switch-on--background--active:var(--theme-color-dynamic--active);--theme-switch-on--background--disabled:var(--theme-color-component-2);--theme-switch-on--background--hover:var(--theme-color-dynamic--hover);--theme-switch-on--background--info:var(--theme-color-info);--theme-switch-on--background--info--active:var(--theme-color-info--active);--theme-switch-on--background--info--hover:var(--theme-color-info--hover);--theme-switch-on--background--invalid:var(--theme-color-alarm);--theme-switch-on--background--invalid--active:var(--theme-color-alarm--active);--theme-switch-on--background--invalid--hover:var(--theme-color-alarm--hover);--theme-switch-on--background--valid:var(--theme-color-dynamic);--theme-switch-on--background--valid--active:var(--theme-color-dynamic--active);--theme-switch-on--background--valid--hover:var(--theme-color-dynamic--hover);--theme-switch-on--background--warning:var(--theme-color-warning);--theme-switch-on--background--warning--active:var(--theme-color-warning--active);--theme-switch-on--background--warning--hover:var(--theme-color-warning--hover);--theme-switch-on--border-color:var(--theme-color-0);--theme-switch-on--border-color--active:var(--theme-color-0);--theme-switch-on--border-color--disabled:var(--theme-color-0);--theme-switch-on--border-color--hover:var(--theme-color-0);--theme-switch-on--border-color--info:var(--theme-color-0);--theme-switch-on--border-color--info--active:var(--theme-color-0);--theme-switch-on--border-color--info--hover:var(--theme-color-0);--theme-switch-on--border-color--invalid:var(--theme-color-0);--theme-switch-on--border-color--invalid--active:var(--theme-color-0);--theme-switch-on--border-color--invalid--hover:var(--theme-color-0);--theme-switch-on--border-color--valid:var(--theme-color-0);--theme-switch-on--border-color--valid--active:var(--theme-color-0);--theme-switch-on--border-color--valid--hover:var(--theme-color-0);--theme-switch-on--border-color--warning:var(--theme-color-warning-bdr);--theme-switch-on--border-color--warning--active:var(--theme-color-warning-bdr);--theme-switch-on--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-switch-thumb--box-shadow:none;--theme-switch-thumb-mixed--background:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--active:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--disabled:var(--theme-color-component-3);--theme-switch-thumb-mixed--background--hover:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--info:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--info--active:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--info--hover:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--invalid:var(--theme-color-component-error);--theme-switch-thumb-mixed--background--invalid--active:var(--theme-color-component-error);--theme-switch-thumb-mixed--background--invalid--hover:var(--theme-color-component-error);--theme-switch-thumb-mixed--background--valid:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--valid--active:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--valid--hover:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--warning:var(--theme-color-component-warning);--theme-switch-thumb-mixed--background--warning--active:var(--theme-color-component-warning);--theme-switch-thumb-mixed--background--warning--hover:var(--theme-color-component-warning);--theme-switch-thumb-mixed--border-color:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--active:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--disabled:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--hover:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--info:var(--theme-color-info);--theme-switch-thumb-mixed--border-color--info--active:var(--theme-color-info);--theme-switch-thumb-mixed--border-color--info--hover:var(--theme-color-info);--theme-switch-thumb-mixed--border-color--invalid:var(--theme-color-alarm-bdr);--theme-switch-thumb-mixed--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-switch-thumb-mixed--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-switch-thumb-mixed--border-color--valid:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--valid--active:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--valid--hover:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--warning:var(--theme-color-warning-bdr);--theme-switch-thumb-mixed--border-color--warning--active:var(--theme-color-warning-bdr);--theme-switch-thumb-mixed--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-switch-thumb-off--background:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--active:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--disabled:var(--theme-color-component-3);--theme-switch-thumb-off--background--hover:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--info:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--info--active:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--info--hover:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--invalid:var(--theme-color-component-error);--theme-switch-thumb-off--background--invalid--active:var(--theme-color-component-error);--theme-switch-thumb-off--background--invalid--hover:var(--theme-color-component-error);--theme-switch-thumb-off--background--valid:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--valid--active:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--valid--hover:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--warning:var(--theme-color-component-warning);--theme-switch-thumb-off--background--warning--active:var(--theme-color-component-warning);--theme-switch-thumb-off--background--warning--hover:var(--theme-color-component-warning);--theme-switch-thumb-off--border-color:var(--theme-color-0);--theme-switch-thumb-off--border-color--active:var(--theme-color-0);--theme-switch-thumb-off--border-color--disabled:var(--theme-color-0);--theme-switch-thumb-off--border-color--hover:var(--theme-color-0);--theme-switch-thumb-off--border-color--info:var(--theme-color-info);--theme-switch-thumb-off--border-color--info--active:var(--theme-color-info);--theme-switch-thumb-off--border-color--info--hover:var(--theme-color-info);--theme-switch-thumb-off--border-color--invalid:var(--theme-color-alarm-bdr);--theme-switch-thumb-off--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-switch-thumb-off--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-switch-thumb-off--border-color--valid:var(--theme-color-0);--theme-switch-thumb-off--border-color--valid--active:var(--theme-color-0);--theme-switch-thumb-off--border-color--valid--hover:var(--theme-color-0);--theme-switch-thumb-off--border-color--warning:var(--theme-color-warning-bdr);--theme-switch-thumb-off--border-color--warning--active:var(--theme-color-warning-bdr);--theme-switch-thumb-off--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-switch-thumb-on--background:var(--theme-color-primary--contrast);--theme-switch-thumb-on--background--active:var(--theme-color-primary--contrast);--theme-switch-thumb-on--background--disabled:var(--theme-color-component-3);--theme-switch-thumb-on--background--hover:var(--theme-color-primary--contrast);--theme-switch-thumb-on--background--info:var(--theme-color-info--contrast);--theme-switch-thumb-on--background--info--active:var(--theme-color-info--contrast);--theme-switch-thumb-on--background--info--hover:var(--theme-color-info--contrast);--theme-switch-thumb-on--background--invalid:var(--theme-color-alarm--contrast);--theme-switch-thumb-on--background--invalid--active:var(--theme-color-alarm--contrast);--theme-switch-thumb-on--background--invalid--hover:var(--theme-color-alarm--contrast);--theme-switch-thumb-on--background--valid:var(--theme-color-primary--contrast);--theme-switch-thumb-on--background--valid--active:var(--theme-color-primary--contrast);--theme-switch-thumb-on--background--valid--hover:var(--theme-color-primary--contrast);--theme-switch-thumb-on--background--warning:var(--theme-color-warning--contrast);--theme-switch-thumb-on--background--warning--active:var(--theme-color-warning--contrast);--theme-switch-thumb-on--background--warning--hover:var(--theme-color-warning--contrast);--theme-switch-thumb-on--border-color:var(--theme-color-0);--theme-switch-thumb-on--border-color--active:var(--theme-color-0);--theme-switch-thumb-on--border-color--disabled:var(--theme-color-0);--theme-switch-thumb-on--border-color--hover:var(--theme-color-0);--theme-switch-thumb-on--border-color--info:var(--theme-color-info);--theme-switch-thumb-on--border-color--info--active:var(--theme-color-info);--theme-switch-thumb-on--border-color--info--hover:var(--theme-color-info);--theme-switch-thumb-on--border-color--invalid:var(--theme-color-alarm-bdr);--theme-switch-thumb-on--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-switch-thumb-on--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-switch-thumb-on--border-color--valid:var(--theme-color-0);--theme-switch-thumb-on--border-color--valid--active:var(--theme-color-0);--theme-switch-thumb-on--border-color--valid--hover:var(--theme-color-0);--theme-switch-thumb-on--border-color--warning:var(--theme-color-warning-bdr);--theme-switch-thumb-on--border-color--warning--active:var(--theme-color-warning-bdr);--theme-switch-thumb-on--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-animated-tab-circle--background:var(--theme-color-component-1);--theme-animated-tab-circle--background--active:var(--theme-color-ghost-primary--active);--theme-animated-tab-circle--background--disabled:var(--theme-color-ghost);--theme-animated-tab-circle--background--hover:var(--theme-color-ghost-primary--hover);--theme-animated-tab-circle--background--selected:var(--theme-color-ghost);--theme-animated-tab-circle--border-color:var(--theme-color-0);--theme-animated-tab-circle--border-color--active:var(--theme-color-0);--theme-animated-tab-circle--border-color--disabled:var(--theme-color-ghost);--theme-animated-tab-circle--border-color--hover:var(--theme-color-0);--theme-animated-tab-circle--border-color--selected:var(--theme-color-dynamic);--theme-animated-tab-icon--color:var(--theme-color-std-text);--theme-animated-tab-icon--color--active:var(--theme-color-std-text);--theme-animated-tab-icon--color--disabled:var(--theme-color-weak-text);--theme-animated-tab-icon--color--hover:var(--theme-color-std-text);--theme-animated-tab-icon--color--selected:var(--theme-color-std-text);--theme-animated-tab-indicator--background:var(--theme-color-soft-bdr);--theme-animated-tab-indicator--background--active:var(--theme-color-soft-bdr);--theme-animated-tab-indicator--background--hover:var(--theme-color-soft-bdr);--theme-animated-tab-indicator--background--selected:var(--theme-color-dynamic);--theme-tab--background:var(--theme-color-ghost);--theme-tab--background--active:var(--theme-color-ghost-primary--active);--theme-tab--background--disabled:var(--theme-color-ghost);--theme-tab--background--hover:var(--theme-color-ghost-primary--hover);--theme-tab--background--selected:var(--theme-color-ghost);--theme-tab--color:var(--theme-color-std-text);--theme-tab--color--active:var(--theme-color-std-text);--theme-tab--color--disabled:var(--theme-color-weak-text);--theme-tab--color--hover:var(--theme-color-std-text);--theme-tab--color--selected:var(--theme-color-std-text);--theme-tab-icon--color:var(--theme-color-std-text);--theme-tab-icon--color--active:var(--theme-color-std-text);--theme-tab-icon--color--disabled:var(--theme-color-weak-text);--theme-tab-icon--color--hover:var(--theme-color-std-text);--theme-tab-icon--color--selected:var(--theme-color-std-text);--theme-tab-indicator--background:var(--theme-color-soft-bdr);--theme-tab-indicator--background--active:var(--theme-color-soft-bdr);--theme-tab-indicator--background--disabled:var(--theme-color-soft-bdr);--theme-tab-indicator--background--hover:var(--theme-color-soft-bdr);--theme-tab-indicator--background--selected:var(--theme-color-dynamic);--theme-tab-indicator--height:.125rem;--theme-tab-pill--border-color:var(--theme-color-neutral);--theme-tab-pill--border-color--active:var(--theme-color-neutral);--theme-tab-pill--border-color--disabled:var(--theme-color-neutral);--theme-tab-pill--border-color--hover:var(--theme-color-neutral);--theme-tab-pill--border-color--selected:var(--theme-color-dynamic);--theme-table-group-header-row--background:var(--theme-color-0);--theme-table-group-header-row--border-color:var(--theme-color-soft-bdr);--theme-table--background:var(--theme-color-0);--theme-table--border-color:var(--theme-color-0);--theme-table--color:var(--theme-color-std-text);--theme-table-data-cell--background:var(--theme-color-ghost);--theme-table-data-cell--background--active:var(--theme-color-ghost--active);--theme-table-data-cell--background--disabled:var(--theme-color-ghost);--theme-table-data-cell--background--hover:var(--theme-color-ghost--hover);--theme-table-data-cell--background--selected:var(--theme-color-ghost--selected);--theme-table-data-cell--background--selected-active:var(--theme-color-ghost--selected-active);--theme-table-data-cell--background--selected-hover:var(--theme-color-ghost--selected-hover);--theme-table-data-cell--border-color:var(--theme-color-0);--theme-table-data-cell--color:var(--theme-color-std-text);--theme-table-data-cell--color-disabled:var(--theme-color-weak-text);--theme-table-data-row--background:var(--theme-color-ghost);--theme-table-data-row--background--active:var(--theme-color-ghost--active);--theme-table-data-row--background--disabled:var(--theme-color-ghost);--theme-table-data-row--background--hover:var(--theme-color-ghost--hover);--theme-table-data-row--background--selected:var(--theme-color-ghost--selected);--theme-table-data-row--background--selected-active:var(--theme-color-ghost--selected-active);--theme-table-data-row--background--selected-hover:var(--theme-color-ghost--selected-hover);--theme-table-data-row--border-color:var(--theme-color-weak-bdr);--theme-table-data-row-alt--background:var(--theme-color-ghost-alt);--theme-table-data-row-alt--background--active:var(--theme-color-ghost-alt--active);--theme-table-data-row-alt--background--disabled:var(--theme-color-ghost-alt);--theme-table-data-row-alt--background--hover:var(--theme-color-ghost-alt--hover);--theme-table-data-row-alt--background--selected:var(--theme-color-ghost-alt--selected);--theme-table-data-row-alt--background--selected-active:var(--theme-color-ghost-alt--selected-active);--theme-table-data-row-alt--background--selected-hover:var(--theme-color-ghost-alt--selected-hover);--theme-table-group-splitter--background:var(--theme-color-x-weak-bdr);--theme-table-group-splitter--background--hover:var(--theme-color-dynamic);--theme-table-header-cell--background:var(--theme-color-ghost);--theme-table-header-cell--background--active:var(--theme-color-ghost--active);--theme-table-header-cell--background--hover:var(--theme-color-ghost--hover);--theme-table-header-cell--border-color:var(--theme-color-0);--theme-table-header-cell--border-color--active:var(--theme-color-0);--theme-table-header-cell--border-color--hover:var(--theme-color-0);--theme-table-header-cell--color:var(--theme-color-std-text);--theme-table-header-filter--color:var(--theme-color-dynamic);--theme-table-header-row--background:var(--theme-color-0);--theme-table-header-row--border-color:var(--theme-color-soft-bdr);--theme-table-header-sort--color:var(--theme-color-dynamic);--theme-table-header-splitter--background:var(--theme-color-soft-bdr);--theme-table-header-splitter--background--hover:var(--theme-color-dynamic);--theme-table-selection--border-color:var(--theme-color-0);--theme-tile--border-radius:var(--theme-default-border-radius);--theme-tile--box-shadow:none;--theme-toast--background:var(--theme-color-2);--theme-toast--border-color:var(--theme-color-0);--theme-toast--border-radius:var(--theme-default-border-radius);--theme-toast--border-radus:var(--theme-toast--border-radius);--theme-toast--border-thickness:var(--theme-border-width-none);--theme-toast--box-shadow:var(--theme-shadow-4);--theme-toast--color:var(--theme-color-std-text);--theme-toast-timer-track--background:var(--theme-color-0);--theme-toast-timer-value--background:var(--theme-color-component-4);--theme-tooltip--background:var(--theme-color-2);--theme-tooltip--border-color:var(--theme-color-0);--theme-tooltip--color:var(--theme-color-std-text);--theme-tooltip-close--color:var(--theme-color-soft-text);--theme-tooltip-close-btn--background:var(--theme-color-ghost);--theme-tooltip-close-btn--background--active:var(--theme-color-ghost--active);--theme-tooltip-close-btn--background--hover:var(--theme-color-ghost--hover);--theme-tootlip--background:var(--theme-tooltip--background);--theme-tree-item--background:var(--theme-color-ghost);--theme-tree-item--background--active:var(--theme-color-ghost--active);--theme-tree-item--background--hover:var(--theme-color-ghost--hover);--theme-tree-item--background--selected:var(--theme-color-ghost--selected);--theme-tree-item--background--selected-active:var(--theme-color-ghost--selected-active);--theme-tree-item--background--selected-hover:var(--theme-color-ghost--selected-hover);--theme-tree-item--color:var(--theme-color-std-text);--theme-tree-item-icon:var(--theme-color-std-text);--theme-tree-item-node-closed-icon--color:var(--theme-color-std-text);--theme-tree-item-node-open-icon--color:var(--theme-color-dynamic);--theme-tree-item-status--color:var(--theme-color-soft-text);--theme-upload--background:var(--theme-color-1);--theme-upload--background--checking:var(--theme-color-1);--theme-upload--background--disabled:var(--theme-color-0);--theme-upload--background--dragover:var(--theme-color-1);--theme-upload--border-color:var(--theme-color-soft-bdr);--theme-upload--border-color--checking:var(--theme-color-soft-bdr);--theme-upload--border-color--disabled:var(--theme-color-soft-bdr);--theme-upload--border-color--dragover:var(--theme-color-dynamic);--theme-upload--border-radius:var(--theme-default-border-radius);--theme-upload-text--color:var(--theme-color-std-text);--theme-upload-text--color--checking:var(--theme-color-std-text);--theme-upload-text--color--disabled:var(--theme-color-weak-text);--theme-workflow--border-radius:1px;--theme-workflow-step--background:var(--theme-color-ghost);--theme-workflow-step--background--active:var(--theme-color-ghost--active);--theme-workflow-step--background--disabled:var(--theme-color-ghost);--theme-workflow-step--background--hover:var(--theme-color-ghost--hover);--theme-workflow-step--background--selected:var(--theme-color-ghost--selected);--theme-workflow-step--color:var(--theme-color-std-text);--theme-workflow-step--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon--background:var(--theme-color-1);--theme-workflow-step-icon-default--color:var(--theme-color-soft-text);--theme-workflow-step-icon-default--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon-default--color--selected:var(--theme-color-dynamic);--theme-workflow-step-icon-done--color:var(--theme-color-primary);--theme-workflow-step-icon-done--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon-done--color--selected:var(--theme-color-dynamic);--theme-workflow-step-icon-error--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon-success--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon-warning--color--disabled:var(--theme-color-weak-text)}@media(prefers-reduced-motion:reduce){:not([data-ix-theme]) body:not([data-ix-theme]),[data-ix-theme]{--theme-x-slow-time:0;--theme-slow-time:0;--theme-medium-time:0;--theme-default-time:0;--theme-short-time:0}}body{background-color:var(--theme-color-1);color:var(--theme-color-std-text);font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-0);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);line-height:var(--theme-line-height-md);margin:0;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}body:not(.disable-scrollbar) ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){body:not(.disable-scrollbar) *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}body:not(.disable-scrollbar) ::-webkit-scrollbar{height:.5rem;width:.5rem}body:not(.disable-scrollbar) ::-webkit-scrollbar-track{background:var(--theme-scrollbar-track--background);border-radius:5px}body:not(.disable-scrollbar) ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}body:not(.disable-scrollbar) ::-webkit-scrollbar-thumb{background:var(--theme-scrollbar-thumb--background);border-radius:5px}body:not(.disable-scrollbar) ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}body:not(.disable-scrollbar) ::-webkit-scrollbar-corner{display:none}[data-ix-theme=classic][data-ix-color-schema=dark],body[class*=theme-classic-dark]{--theme-alarm-bdr-1:.0625rem solid var(--theme-color-alarm);--theme-alarm-bdr-2:.125rem solid var(--theme-color-alarm);--theme-body:400 .875rem/1.43 "Siemens Sans";--theme-body-lg:400 1rem/1.5 "Siemens Sans";--theme-body-sm:400 .75rem/1.5 "Siemens Sans";--theme-body-xs:400 .625rem/1.5 "Siemens Sans";--theme-chart-1:#00ffe7;--theme-chart-1-40:rgba(0,255,231,.4);--theme-chart-10:#b999ff;--theme-chart-10-40:rgba(185,153,255,.4);--theme-chart-11:#d08fff;--theme-chart-11-40:rgba(208,143,255,.4);--theme-chart-12:#ed85ff;--theme-chart-12-40:rgba(237,133,255,.4);--theme-chart-13:#f38fc2;--theme-chart-13-40:rgba(243,143,194,.4);--theme-chart-14:#ef9a9a;--theme-chart-14-40:hsla(0,73%,77%,.4);--theme-chart-15:#ffb180;--theme-chart-15-40:rgba(255,177,128,.4);--theme-chart-16:#cacab4;--theme-chart-16-40:hsla(60,17%,75%,.4);--theme-chart-17:#b5bd00;--theme-chart-17-40:rgba(181,189,0,.4);--theme-chart-2:#94ffc9;--theme-chart-2-40:rgba(148,255,201,.4);--theme-chart-3:#00c2cc;--theme-chart-3-40:rgba(0,194,204,.4);--theme-chart-4:#a3eeff;--theme-chart-4-40:rgba(163,238,255,.4);--theme-chart-5:#90b4c5;--theme-chart-5-40:rgba(144,180,197,.4);--theme-chart-6:#42c6ff;--theme-chart-6-40:rgba(66,198,255,.4);--theme-chart-7:#7aaaff;--theme-chart-7-40:rgba(122,170,255,.4);--theme-chart-8:#9ebbff;--theme-chart-8-40:rgba(158,187,255,.4);--theme-chart-9:#9ea3ff;--theme-chart-9-40:rgba(158,163,255,.4);--theme-chart-axes:hsla(0,0%,100%,.3);--theme-chart-grid-fill:#23233c;--theme-chart-grid-lines:hsla(0,0%,100%,.1);--theme-chart-ticks:hsla(0,0%,100%,.35);--theme-chart-tooltip-bdr:hsla(0,0%,100%,.25);--theme-chart-tooltip-fill:rgba(15,22,25,.8);--theme-code:400 .875rem/1.5 "JetBrains Mono";--theme-code-lg:400 1rem/1.5 "JetBrains Mono";--theme-code-sm:400 .75rem/1.5 "JetBrains Mono";--theme-color-0:transparent;--theme-color-1:#0f1619;--theme-color-1--active:#222b2f;--theme-color-1--hover:#283236;--theme-color-2:#283236;--theme-color-3:#3c484d;--theme-color-4:#4c5a60;--theme-color-5:#59686f;--theme-color-6:#63737b;--theme-color-7:#6b7c85;--theme-color-8:#94a1a9;--theme-color-alarm:#ff2453;--theme-color-alarm--active:#ff335f;--theme-color-alarm--contrast:#000;--theme-color-alarm--hover:#ff577b;--theme-color-alarm-10:rgba(255,38,85,.1);--theme-color-alarm-40:rgba(255,38,85,.4);--theme-color-alarm-bdr:#ff2453;--theme-color-alarm-text:#ff7694;--theme-color-backdrop:rgba(0,0,0,.85);--theme-color-backdrop-3:rgba(55,70,77,.85);--theme-color-component-1:rgba(140,161,171,.2);--theme-color-component-1--active:rgba(140,161,171,.25);--theme-color-component-1--hover:rgba(140,161,171,.45);--theme-color-component-10:rgba(0,234,255,.75);--theme-color-component-10--active:rgba(10,235,255,.75);--theme-color-component-10--disabled:rgba(0,234,255,.2);--theme-color-component-10--hover:rgba(107,243,255,.6);--theme-color-component-11:rgba(86,97,103,.2);--theme-color-component-2:rgba(211,239,253,.15);--theme-color-component-3:rgba(217,243,255,.4);--theme-color-component-4:rgba(214,242,255,.42);--theme-color-component-5:rgba(224,245,255,.6);--theme-color-component-6:rgba(217,234,242,.65);--theme-color-component-7:rgba(0,234,255,.15);--theme-color-component-7--active:#16565c;--theme-color-component-7--hover:#196269;--theme-color-component-8:#00273b;--theme-color-component-8--hover:#002639;--theme-color-component-9:#00eaff;--theme-color-component-9--active:#0aebff;--theme-color-component-9--disabled:rgba(0,234,255,.3);--theme-color-component-9--hover:#52f1ff;--theme-color-component-error:#4b1a28;--theme-color-component-info:#001c4d;--theme-color-component-warning:#4b463a;--theme-color-contrast-bdr:#fff;--theme-color-contrast-text:#fff;--theme-color-critical:#eb7a0a;--theme-color-critical--active:#eb8014;--theme-color-critical--contrast:#000;--theme-color-critical--hover:#ed8721;--theme-color-critical-40:rgba(235,122,10,.4);--theme-color-dynamic:#00eaff;--theme-color-dynamic--active:#5cd5e0;--theme-color-dynamic--hover:#62e2ee;--theme-color-dynamic-alt:#00eaff;--theme-color-dynamic-alt--active:#5cd5e0;--theme-color-dynamic-alt--hover:#62e2ee;--theme-color-focus-bdr:#199fff;--theme-color-ghost:hsla(0,0%,100%,0);--theme-color-ghost--active:rgba(140,161,171,.15);--theme-color-ghost--hover:rgba(140,161,171,.2);--theme-color-ghost--selected:rgba(0,255,255,.1);--theme-color-ghost--selected-active:rgba(115,221,221,.2);--theme-color-ghost--selected-hover:rgba(104,253,253,.2);--theme-color-ghost-alt:hsla(0,0%,100%,.05);--theme-color-ghost-alt--active:rgba(140,161,171,.15);--theme-color-ghost-alt--hover:rgba(140,161,171,.2);--theme-color-ghost-alt--selected:rgba(58,255,255,.15);--theme-color-ghost-alt--selected-active:rgba(132,225,225,.25);--theme-color-ghost-alt--selected-hover:rgba(123,253,253,.25);--theme-color-ghost-primary--active:rgba(0,128,128,.2);--theme-color-ghost-primary--hover:rgba(0,255,255,.15);--theme-color-gradient-effect-1:#1aecff;--theme-color-gradient-effect-2:#00bde3;--theme-color-hard-bdr:#6b7c85;--theme-color-info:#357fff;--theme-color-info--active:#3d84ff;--theme-color-info--contrast:#000;--theme-color-info--hover:#4d8eff;--theme-color-info-40:rgba(53,127,255,.4);--theme-color-inv-contrast-text:#000;--theme-color-inv-soft-text:rgba(0,13,20,.6);--theme-color-inv-std-text:rgba(0,10,20,.9);--theme-color-inv-weak-text:rgba(0,13,20,.45);--theme-color-lightbox:rgba(0,0,0,.65);--theme-color-logo:#fff;--theme-color-logo-login:#fff;--theme-color-neutral:#b6b8b9;--theme-color-neutral--active:#acaeaf;--theme-color-neutral--contrast:#000;--theme-color-neutral--hover:#c8cacb;--theme-color-neutral-40:hsla(200,2%,72%,.4);--theme-color-primary:#00bde3;--theme-color-primary--active:#00eaff;--theme-color-primary--contrast:#000;--theme-color-primary--disabled:rgba(0,170,204,.45);--theme-color-primary--hover:#1aecff;--theme-color-secondary:#000;--theme-color-secondary--active:#00252e;--theme-color-secondary--hover:#002e38;--theme-color-shadow-1:rgba(0,0,0,.6);--theme-color-shadow-2:#000;--theme-color-shadow-3:rgba(0,0,0,.6);--theme-color-soft-bdr:rgba(211,236,248,.4);--theme-color-soft-text:rgba(229,247,255,.65);--theme-color-std-bdr:rgba(211,236,248,.55);--theme-color-std-text:rgba(245,252,255,.9);--theme-color-success:#4c0;--theme-color-success--active:#47d600;--theme-color-success--contrast:#000;--theme-color-success--hover:#4eeb00;--theme-color-success-40:rgba(68,204,0,.4);--theme-color-warning:#fb0;--theme-color-warning--active:#ffba0a;--theme-color-warning--contrast:#000;--theme-color-warning--hover:#ffc533;--theme-color-warning-10:rgba(255,187,0,.1);--theme-color-warning-40:rgba(255,187,0,.4);--theme-color-warning-bdr:#fb0;--theme-color-warning-text:#fb0;--theme-color-weak-bdr:rgba(224,245,255,.25);--theme-color-weak-text:rgba(219,244,255,.4);--theme-color-x-weak-bdr:rgba(142,157,165,.2);--theme-company-logo:company-logo-alt;--theme-contrast-bdr-1:.0625rem solid var(--theme-color-contrast-bdr);--theme-contrast-bdr-2:.125rem solid var(--theme-color-contrast-bdr);--theme-critical-bdr-1:.0625rem solid var(--theme-color-critical);--theme-critical-bdr-2:.125rem solid var(--theme-color-critical);--theme-display:400 1.5rem/1 "Siemens Sans";--theme-display-lg:400 1.8125rem/1 "Siemens Sans";--theme-display-sm:400 1.25rem/1 "Siemens Sans";--theme-display-xl:700 2.1875rem/1 "Siemens Sans";--theme-display-xs:400 1rem/1 "Siemens Sans";--theme-display-xxl:700 2.625rem/1 "Siemens Sans";--theme-dynamic-bdr-1:.0625rem solid var(--theme-color-dynamic);--theme-dynamic-bdr-2:.125rem solid var(--theme-color-dynamic);--theme-font-code:"JetBrains Mono";--theme-font-sans:"Siemens Sans";--theme-h1:700 1.8125rem/1.2 "Siemens Sans";--theme-h2:700 1.5rem/1.43 "Siemens Sans";--theme-h3:700 1.25rem/1.5 "Siemens Sans";--theme-h4:700 1rem/1.5 "Siemens Sans";--theme-h5:700 .875rem/1.43 "Siemens Sans";--theme-h6:700 .75rem/1.5 "Siemens Sans";--theme-info-bdr-1:.0625rem solid var(--theme-color-info);--theme-info-bdr-2:.125rem solid var(--theme-color-info);--theme-inset-shadow-1:inset 0 2px 4px 0 rgba(0,0,0,.6);--theme-label:400 .875rem/1.2 "Siemens Sans";--theme-label-lg:400 1rem/1.2 "Siemens Sans";--theme-label-sm:400 .75rem/1.2 "Siemens Sans";--theme-label-xs:400 .625rem/1.2 "Siemens Sans";--theme-neutral-bdr-1:.0625rem solid var(--theme-color-neutral);--theme-neutral-bdr-2:.125rem solid var(--theme-color-neutral);--theme-primary-bdr-1:.0625rem solid var(--theme-color-primary);--theme-primary-bdr-2:.125rem solid var(--theme-color-primary);--theme-shadow-1:0 2px 2px 0 #000,0 1px 1px 0 rgba(0,0,0,.6);--theme-shadow-2:-4px 0 8px 0 #000,4px 0 8px 0 #000,0 0 16px 0 rgba(0,0,0,.6);--theme-shadow-3:0 2px 6px 0 #000,0 0 8px 0 rgba(0,0,0,.6);--theme-shadow-4:0 0 2px 0 #000,0 4px 8px 0 rgba(0,0,0,.6),0 12px 18px 0 rgba(0,0,0,.6);--theme-soft-bdr-1:.0625rem solid var(--theme-color-soft-bdr);--theme-soft-bdr-2:.125rem solid var(--theme-color-soft-bdr);--theme-soft-dashed-bdr-1:.0625rem dashed var(--theme-color-soft-bdr);--theme-soft-dashed-bdr-2:.125rem dashed var(--theme-color-soft-bdr);--theme-std-bdr-1:.0625rem solid var(--theme-color-std-bdr);--theme-std-bdr-2:.125rem solid var(--theme-color-std-bdr);--theme-success-bdr-1:.0625rem solid var(--theme-color-success);--theme-success-bdr-2:.125rem solid var(--theme-color-success);--theme-text-caption:700 .75rem/1.5 "Siemens Sans";--theme-text-caption-single:700 .75rem/1 "Siemens Sans";--theme-text-default:400 .875rem/1.429 "Siemens Sans";--theme-text-default-single:400 .875rem/1.143 "Siemens Sans";--theme-text-default-title:700 .875rem/1.429 "Siemens Sans";--theme-text-default-title-single:700 .875rem/1.143 "Siemens Sans";--theme-text-default-underline:400 .875rem/1.429 "Siemens Sans";--theme-text-h2:700 1.375rem/1.455 "Siemens Sans";--theme-text-l:400 1rem/1.5 "Siemens Sans";--theme-text-l-single:400 1rem/1.25 "Siemens Sans";--theme-text-l-title:700 1rem/1.5 "Siemens Sans";--theme-text-l-title-single:700 1rem/1.25 "Siemens Sans";--theme-text-s:400 .75rem/1.5 "Siemens Sans";--theme-text-s-single:400 .75rem/1.5 "Siemens Sans";--theme-text-xl:400 1.375rem/1.091 "Siemens Sans";--theme-text-xs:400 .625rem/1.4 "Siemens Sans";--theme-warning-bdr-1:.0625rem solid var(--theme-color-warning);--theme-warning-bdr-2:.125rem solid var(--theme-color-warning);--theme-weak-bdr-1:.0625rem solid var(--theme-color-weak-bdr);--theme-weak-bdr-2:.125rem solid var(--theme-color-weak-bdr);--theme-x-weak-bdr-1:.0625rem solid var(--theme-color-x-weak-bdr);--theme-x-weak-bdr-2:.125rem solid var(--theme-color-x-weak-bdr)}[data-ix-theme=classic][data-ix-color-schema=light],body[class*=theme-classic-light]{--theme-alarm-bdr-1:.0625rem solid var(--theme-color-alarm);--theme-alarm-bdr-2:.125rem solid var(--theme-color-alarm);--theme-body:400 .875rem/1.43 "Siemens Sans";--theme-body-lg:400 1rem/1.5 "Siemens Sans";--theme-body-sm:400 .75rem/1.5 "Siemens Sans";--theme-body-xs:400 .625rem/1.5 "Siemens Sans";--theme-chart-1:#008a7c;--theme-chart-1-40:rgba(0,138,124,.4);--theme-chart-10:#7c40ff;--theme-chart-10-40:rgba(124,64,255,.4);--theme-chart-11:#900eec;--theme-chart-11-40:rgba(144,14,236,.4);--theme-chart-12:#aa32be;--theme-chart-12-40:rgba(170,50,190,.4);--theme-chart-13:#6f2542;--theme-chart-13-40:rgba(111,37,66,.4);--theme-chart-14:#9e5833;--theme-chart-14-40:rgba(158,88,51,.4);--theme-chart-15:#b74e2a;--theme-chart-15-40:rgba(183,78,42,.4);--theme-chart-16:#73735e;--theme-chart-16-40:rgba(115,115,94,.4);--theme-chart-17:#7a8000;--theme-chart-17-40:rgba(122,128,0,.4);--theme-chart-2:#00572b;--theme-chart-2-40:rgba(0,87,43,.4);--theme-chart-3:#00838f;--theme-chart-3-40:rgba(0,131,143,.4);--theme-chart-4:#003c61;--theme-chart-4-40:rgba(0,60,97,.4);--theme-chart-5:#61778c;--theme-chart-5-40:rgba(97,119,140,.4);--theme-chart-6:#0076a8;--theme-chart-6-40:rgba(0,118,168,.4);--theme-chart-7:#182171;--theme-chart-7-40:rgba(24,33,113,.4);--theme-chart-8:#0041d6;--theme-chart-8-40:rgba(0,65,214,.4);--theme-chart-9:#4a52f2;--theme-chart-9-40:rgba(74,82,242,.4);--theme-chart-axes:rgba(0,0,0,.3);--theme-chart-grid-fill:#fff;--theme-chart-grid-lines:rgba(0,0,0,.1);--theme-chart-ticks:rgba(0,0,0,.3);--theme-chart-tooltip-bdr:rgba(0,0,0,.2);--theme-chart-tooltip-fill:hsla(0,0%,100%,.8);--theme-code:400 .875rem/1.5 "JetBrains Mono";--theme-code-lg:400 1rem/1.5 "JetBrains Mono";--theme-code-sm:400 .75rem/1.5 "JetBrains Mono";--theme-color-0:hsla(0,0%,100%,0);--theme-color-1:#fff;--theme-color-1--active:#e2e4e6;--theme-color-1--hover:#eff0f1;--theme-color-2:#eff0f1;--theme-color-3:#e2e4e6;--theme-color-4:#d8dadd;--theme-color-5:#cfd2d5;--theme-color-6:#c8cbcf;--theme-color-7:#c2c6ca;--theme-color-8:#92979b;--theme-color-alarm:#d72332;--theme-color-alarm--active:#b41d2a;--theme-color-alarm--contrast:#fff;--theme-color-alarm--hover:#c11f2d;--theme-color-alarm-10:rgba(215,35,50,.1);--theme-color-alarm-40:rgba(215,35,50,.4);--theme-color-alarm-bdr:#d72332;--theme-color-alarm-text:#b81e3f;--theme-color-backdrop:hsla(0,0%,100%,.85);--theme-color-backdrop-3:hsla(210,7%,89%,.85);--theme-color-component-1:hsla(213,7%,68%,.2);--theme-color-component-1--active:hsla(213,7%,68%,.3);--theme-color-component-1--hover:hsla(213,7%,68%,.15);--theme-color-component-10:rgba(0,81,89,.75);--theme-color-component-10--active:rgba(0,70,77,.75);--theme-color-component-10--disabled:rgba(0,81,89,.15);--theme-color-component-10--hover:rgba(0,93,102,.75);--theme-color-component-11:rgba(213,219,226,.2);--theme-color-component-2:rgba(0,18,36,.1);--theme-color-component-3:rgba(4,20,37,.2);--theme-color-component-4:rgba(5,18,31,.3);--theme-color-component-5:rgba(7,18,29,.45);--theme-color-component-6:rgba(11,18,25,.6);--theme-color-component-7:rgba(0,234,255,.2);--theme-color-component-7--active:#00def2;--theme-color-component-7--hover:#00eaff;--theme-color-component-8:#ebf7f8;--theme-color-component-8--hover:#d1fbff;--theme-color-component-9:#0b5e65;--theme-color-component-9--active:#00464d;--theme-color-component-9--disabled:rgba(0,81,89,.3);--theme-color-component-9--hover:#005d66;--theme-color-component-error:#fcccd0;--theme-color-component-info:#ccdefc;--theme-color-component-warning:#ffe8a8;--theme-color-contrast-bdr:#000;--theme-color-contrast-text:#000;--theme-color-critical:#bc5b01;--theme-color-critical--active:#9d4d01;--theme-color-critical--contrast:#fff;--theme-color-critical--hover:#ad5401;--theme-color-critical-40:rgba(188,91,1,.4);--theme-color-dynamic:#005e66;--theme-color-dynamic--active:#0e494e;--theme-color-dynamic--hover:#0f5157;--theme-color-dynamic-alt:#00eaff;--theme-color-dynamic-alt--active:#5cd5e0;--theme-color-dynamic-alt--hover:#62e2ee;--theme-color-focus-bdr:#199fff;--theme-color-ghost:hsla(70,16%,61%,0);--theme-color-ghost--active:hsla(213,7%,68%,.3);--theme-color-ghost--hover:hsla(213,7%,68%,.2);--theme-color-ghost--selected:rgba(0,234,255,.2);--theme-color-ghost--selected-active:rgba(0,145,158,.2);--theme-color-ghost--selected-hover:rgba(32,184,197,.2);--theme-color-ghost-alt:rgba(0,20,40,.05);--theme-color-ghost-alt--active:hsla(213,7%,68%,.35);--theme-color-ghost-alt--hover:hsla(213,7%,68%,.2);--theme-color-ghost-alt--selected:rgba(0,216,236,.2);--theme-color-ghost-alt--selected-active:rgba(0,148,161,.2);--theme-color-ghost-alt--selected-hover:rgba(30,171,184,.25);--theme-color-ghost-primary--active:rgba(0,190,207,.2);--theme-color-ghost-primary--hover:rgba(0,234,255,.2);--theme-color-gradient-effect-1:#006e93;--theme-color-gradient-effect-2:#16565c;--theme-color-hard-bdr:#b2b8be;--theme-color-info:#0041b2;--theme-color-info--active:#003694;--theme-color-info--contrast:#fff;--theme-color-info--hover:#003a9e;--theme-color-info-40:rgba(0,65,177,.4);--theme-color-inv-contrast-text:#fff;--theme-color-inv-soft-text:rgba(229,242,255,.6);--theme-color-inv-std-text:rgba(245,250,255,.9);--theme-color-inv-weak-text:rgba(219,237,255,.45);--theme-color-lightbox:hsla(0,0%,100%,.65);--theme-color-logo:#000;--theme-color-logo-login:#000;--theme-color-neutral:#66727e;--theme-color-neutral--active:#545e68;--theme-color-neutral--contrast:#fff;--theme-color-neutral--hover:#66727e;--theme-color-neutral-40:rgba(102,114,126,.4);--theme-color-primary:#006e93;--theme-color-primary--active:#16565c;--theme-color-primary--contrast:#fff;--theme-color-primary--disabled:rgba(0,110,147,.3);--theme-color-primary--hover:#196269;--theme-color-secondary:#fff;--theme-color-secondary--active:#b8edf2;--theme-color-secondary--hover:#ccfbff;--theme-color-shadow-1:rgba(0,0,0,.1);--theme-color-shadow-2:rgba(0,0,0,.2);--theme-color-shadow-3:rgba(0,0,0,.1);--theme-color-soft-bdr:rgba(0,20,40,.2);--theme-color-soft-text:rgba(0,10,20,.6);--theme-color-std-bdr:rgba(0,20,40,.3);--theme-color-std-text:rgba(0,10,20,.9);--theme-color-success:#2c8500;--theme-color-success--active:#246b00;--theme-color-success--contrast:#fff;--theme-color-success--hover:#277500;--theme-color-success-40:rgba(44,133,0,.4);--theme-color-warning:#fb0;--theme-color-warning--active:#ffba0a;--theme-color-warning--contrast:#000;--theme-color-warning--hover:#ffc533;--theme-color-warning-10:rgba(255,187,0,.1);--theme-color-warning-40:rgba(255,187,0,.4);--theme-color-warning-bdr:#947100;--theme-color-warning-text:#947100;--theme-color-weak-bdr:rgba(35,48,60,.15);--theme-color-weak-text:rgba(0,10,20,.4);--theme-color-x-weak-bdr:rgba(174,181,189,.2);--theme-company-logo:company-logo-alt;--theme-contrast-bdr-1:.0625rem solid var(--theme-color-contrast-bdr);--theme-contrast-bdr-2:.125rem solid var(--theme-color-contrast-bdr);--theme-critical-bdr-1:.0625rem solid var(--theme-color-critical);--theme-critical-bdr-2:.125rem solid var(--theme-color-critical);--theme-display:400 1.5rem/1 "Siemens Sans";--theme-display-lg:400 1.8125rem/1 "Siemens Sans";--theme-display-sm:400 1.25rem/1 "Siemens Sans";--theme-display-xl:700 2.1875rem/1 "Siemens Sans";--theme-display-xs:400 1rem/1 "Siemens Sans";--theme-display-xxl:700 2.625rem/1 "Siemens Sans";--theme-dynamic-bdr-1:.0625rem solid var(--theme-color-dynamic);--theme-dynamic-bdr-2:.125rem solid var(--theme-color-dynamic);--theme-font-code:"JetBrains Mono";--theme-font-sans:"Siemens Sans";--theme-h1:700 1.8125rem/1.2 "Siemens Sans";--theme-h2:700 1.5rem/1.43 "Siemens Sans";--theme-h3:700 1.25rem/1.5 "Siemens Sans";--theme-h4:700 1rem/1.5 "Siemens Sans";--theme-h5:700 .875rem/1.43 "Siemens Sans";--theme-h6:700 .75rem/1.5 "Siemens Sans";--theme-info-bdr-1:.0625rem solid var(--theme-color-info);--theme-info-bdr-2:.125rem solid var(--theme-color-info);--theme-inset-shadow-1:inset 0 2px 4px 0 rgba(0,0,0,.1);--theme-label:400 .875rem/1.2 "Siemens Sans";--theme-label-lg:400 1rem/1.2 "Siemens Sans";--theme-label-sm:400 .75rem/1.2 "Siemens Sans";--theme-label-xs:400 .625rem/1.2 "Siemens Sans";--theme-neutral-bdr-1:.0625rem solid var(--theme-color-neutral);--theme-neutral-bdr-2:.125rem solid var(--theme-color-neutral);--theme-primary-bdr-1:.0625rem solid var(--theme-color-primary);--theme-primary-bdr-2:.125rem solid var(--theme-color-primary);--theme-shadow-1:0 2px 2px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.1);--theme-shadow-2:-4px 0 8px 0 rgba(0,0,0,.2),4px 0 8px 0 rgba(0,0,0,.2),0 0 16px 0 rgba(0,0,0,.1);--theme-shadow-3:0 2px 6px 0 rgba(0,0,0,.2),0 0 8px 0 rgba(0,0,0,.1);--theme-shadow-4:0 0 2px 0 rgba(0,0,0,.2),0 4px 8px 0 rgba(0,0,0,.1),0 12px 18px 0 rgba(0,0,0,.1);--theme-soft-bdr-1:.0625rem solid var(--theme-color-soft-bdr);--theme-soft-bdr-2:.125rem solid var(--theme-color-soft-bdr);--theme-soft-dashed-bdr-1:.0625rem dashed var(--theme-color-soft-bdr);--theme-soft-dashed-bdr-2:.125rem dashed var(--theme-color-soft-bdr);--theme-std-bdr-1:.0625rem solid var(--theme-color-std-bdr);--theme-std-bdr-2:.125rem solid var(--theme-color-std-bdr);--theme-success-bdr-1:.0625rem solid var(--theme-color-success);--theme-success-bdr-2:.125rem solid var(--theme-color-success);--theme-text-caption:700 .75rem/1.5 "Siemens Sans";--theme-text-caption-single:700 .75rem/1 "Siemens Sans";--theme-text-default:400 .875rem/1.429 "Siemens Sans";--theme-text-default-single:400 .875rem/1.143 "Siemens Sans";--theme-text-default-title:700 .875rem/1.429 "Siemens Sans";--theme-text-default-title-single:700 .875rem/1.143 "Siemens Sans";--theme-text-default-underline:400 .875rem/1.429 "Siemens Sans";--theme-text-h2:700 1.375rem/1.455 "Siemens Sans";--theme-text-l:400 1rem/1.5 "Siemens Sans";--theme-text-l-single:400 1rem/1.25 "Siemens Sans";--theme-text-l-title:700 1rem/1.5 "Siemens Sans";--theme-text-l-title-single:700 1rem/1.25 "Siemens Sans";--theme-text-s:400 .75rem/1.5 "Siemens Sans";--theme-text-s-single:400 .75rem/1.5 "Siemens Sans";--theme-text-xl:400 1.375rem/1.091 "Siemens Sans";--theme-text-xs:400 .625rem/1.4 "Siemens Sans";--theme-warning-bdr-1:.0625rem solid var(--theme-color-warning);--theme-warning-bdr-2:.125rem solid var(--theme-color-warning);--theme-weak-bdr-1:.0625rem solid var(--theme-color-weak-bdr);--theme-weak-bdr-2:.125rem solid var(--theme-color-weak-bdr);--theme-x-weak-bdr-1:.0625rem solid var(--theme-color-x-weak-bdr);--theme-x-weak-bdr-2:.125rem solid var(--theme-color-x-weak-bdr)}._UserSettings_1t20f_10{display:flex;flex-direction:column;gap:1.5rem}._ThemeSelection_1t20f_16{display:flex;flex-wrap:wrap;position:relative;gap:1rem}._ThemeButton_1t20f_24{display:inline-flex;flex-direction:column;position:relative;align-items:center;gap:1rem}._ThemeImagePreview_1t20f_33{display:inline-flex;position:relative;border-radius:.125rem;border:1px solid var(--theme-color-6);padding:.5rem;gap:1rem;cursor:pointer;width:208px;height:160px}._ThemeImagePreview_1t20f_33 img{object-fit:contain;height:100%;width:100%}._ThemeImagePreview_1t20f_33._Active_1t20f_52{border-color:var(--theme-color-dynamic)}._LanguageSelection_1t20f_56{display:flex;position:relative;flex-direction:column;gap:.5rem}._HeadlineLanguage_1t20f_64{margin-bottom:.75rem}._ActionButtons_1t20f_68{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--theme-color-6)}._CompanySettings_ohqll_10{display:flex;flex-direction:column;gap:2rem;padding:.5rem .5rem .5rem 0;max-height:calc(100vh - 200px);overflow-y:auto}._Section_ohqll_20{display:flex;flex-direction:column;gap:.75rem}._Headline_ohqll_26{margin:0}._SubHeadline_ohqll_30{margin:0 0 .5rem}._GroupTitle_ohqll_34{margin:.5rem 0}._SettingGroup_ohqll_38{display:flex;flex-direction:column;gap:.5rem;padding-left:0}._WorkDaysGrid_ohqll_45{display:flex;flex-direction:column;gap:.75rem}._WorkDayRow_ohqll_51{display:flex;align-items:center;gap:1rem;min-height:2.5rem}._WorkDayRow_ohqll_51 ix-checkbox{min-width:140px}._TimeInputs_ohqll_62{display:flex;align-items:center;gap:.5rem;position:relative}._TimeInput_ohqll_62{width:100px;padding:.375rem .5rem;border:1px solid var(--theme-color-6);border-radius:4px;background:var(--theme-color-2);color:var(--theme-color-std-text);font-size:.875rem}._TimeInput_ohqll_62:focus{outline:none;border-color:var(--theme-color-dynamic)}._TimeSeparator_ohqll_84{color:var(--theme-color-soft-text);font-size:1rem}._ApplyButton_ohqll_89{margin-left:.5rem;padding:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .15s ease}._ApplyButton_ohqll_89:hover{background-color:var(--theme-color-3)}._StateSelect_ohqll_104{max-width:300px}._ShiftDurationInput_ohqll_108{display:flex;align-items:center;gap:.75rem}._NumberInput_ohqll_114{width:80px;padding:.375rem .5rem;border:1px solid var(--theme-color-6);border-radius:4px;background:var(--theme-color-2);color:var(--theme-color-std-text);font-size:.875rem}._NumberInput_ohqll_114:focus{outline:none;border-color:var(--theme-color-dynamic)}._HolidayPreviewHeader_ohqll_129{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .15s ease}._HolidayPreviewHeader_ohqll_129:hover{background-color:var(--theme-color-3)}._HolidayList_ohqll_143{display:flex;flex-direction:column;gap:.25rem;max-height:400px;max-width:350px;overflow-y:auto;padding:.5rem;border:1px solid var(--theme-color-6);border-radius:4px;background:var(--theme-color-2)}._HolidayItem_ohqll_156{display:flex;align-items:center;justify-content:space-between;padding:.5rem;font-size:.875rem}._HolidayBadge_ohqll_164{padding:.25rem .5rem;background:var(--theme-color-warning);color:var(--theme-color-std-text);border-radius:4px;font-size:.75rem;font-weight:500}._FieldDescription_ohqll_173{margin-bottom:.5rem}._DateInputRow_ohqll_177{display:flex;align-items:center;gap:.75rem;max-width:350px}._DateInputRow_ohqll_177>div:first-child{flex:1;max-width:220px}._HolidaySelect_ohqll_189{max-width:350px}._DateInput_ohqll_177{padding:.375rem .5rem;border:1px solid var(--theme-color-6);border-radius:4px;background:var(--theme-color-2);color:var(--theme-color-std-text);font-size:.875rem}._DateInput_ohqll_177:focus{outline:none;border-color:var(--theme-color-dynamic)}._DateList_ohqll_207{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;max-width:350px}._DateListItem_ohqll_215{display:flex;align-items:center;justify-content:space-between;padding:.5rem;background:var(--theme-color-2);border:1px solid var(--theme-color-6);border-radius:4px;max-width:350px}._DeleteButton_ohqll_226{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .15s ease;color:var(--theme-color-std-text)}._DeleteButton_ohqll_226:hover{background-color:var(--theme-color-alarm);color:var(--theme-color-inv-text)}._ActionButtons_ohqll_244{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem .5rem;margin-top:1.5rem;position:sticky;bottom:0;z-index:10}._Container_11bsc_10{position:relative;width:100%}._TriggerButton_11bsc_15{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem;transition:border-color .2s ease;font-family:inherit}._TriggerButton_11bsc_15:hover{border-color:#a0a0a0}._TriggerButton_11bsc_15:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}[data-ix-theme=classic][data-ix-color-schema=dark] ._TriggerButton_11bsc_15{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._TriggerButton_11bsc_15:hover{border-color:#707070}._TriggerText_11bsc_51{flex:1;text-align:left}._Dropdown_11bsc_56{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #d0d0d0;border-radius:4px;box-shadow:0 4px 16px #00000026;z-index:1000;padding:1rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Dropdown_11bsc_56{background:#2a2a2a;border-color:#505050;box-shadow:0 4px 16px #0006}._DropdownContent_11bsc_75{display:flex;flex-direction:column;gap:1rem}._DateInput_11bsc_81{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit}._DateInput_11bsc_81:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._DateInput_11bsc_81:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._DateInput_11bsc_81{background:#1e1e1e;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._DateInput_11bsc_81:hover{border-color:#707070}._ButtonGroup_11bsc_128{display:flex;gap:.5rem;justify-content:flex-end;padding-top:.5rem;border-top:1px solid #e0e0e0}[data-ix-theme=classic][data-ix-color-schema=dark] ._ButtonGroup_11bsc_128{border-top-color:#505050}._ClearButton_11bsc_140{min-width:80px}._DatePickerContainer_11bsc_144{width:100%}._DatePickerContainer_11bsc_144 ix-date-picker{width:100%}._DatePicker_11bsc_144,._DateInput_11bsc_81{width:100%}._DateInputGroup_11bsc_81{display:flex;flex-direction:column;gap:.5rem}._Label_11bsc_87{font-size:14px;font-weight:500;color:#666}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_11bsc_87{color:#b0b0b0}.user-management-container{padding:1.5rem;max-width:1200px}.user-management-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.user-management-header .subtitle{color:var(--theme-color-soft-text);margin-top:.25rem;margin-bottom:0;font-size:.875rem}.tab-navigation{display:flex;gap:0;border-bottom:1px solid var(--theme-color-soft-bdr);margin-bottom:1.5rem}.tab-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:.875rem;color:var(--theme-color-soft-text);transition:all .2s ease}.tab-button:hover{color:var(--theme-color-std-text);background:var(--theme-color-component-2)}.tab-button.active{color:var(--theme-color-primary);border-bottom-color:var(--theme-color-primary);font-weight:600}.data-table{background:var(--theme-color-component-1);border-radius:8px;overflow:hidden;box-shadow:0 1px 4px #00000014;border:1px solid var(--theme-color-soft-bdr)}.data-table table{width:100%;border-collapse:collapse}.data-table th{background:var(--theme-color-component-2);padding:.875rem 1rem;text-align:left;font-weight:600;font-size:.8rem;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--theme-color-soft-bdr)}.data-table td{padding:.875rem 1rem;border-bottom:1px solid var(--theme-color-soft-bdr);font-size:.875rem;vertical-align:middle}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:var(--theme-color-component-2)}.user-name{display:flex;align-items:center;gap:.5rem;font-weight:500}.you-badge{display:inline-block;padding:.125rem .5rem;background:var(--theme-color-primary);color:#fff;border-radius:10px;font-size:.7rem;font-weight:600}.role-badge{display:inline-block;padding:.25rem .625rem;border-radius:4px;font-size:.75rem;font-weight:500;background:var(--theme-color-component-2);color:var(--theme-color-std-text);border:1px solid var(--theme-color-soft-bdr)}.role-select{padding:.375rem .5rem;border:1px solid var(--theme-color-soft-bdr);border-radius:4px;background:var(--theme-color-component-1);color:var(--theme-color-std-text);font-size:.8rem;cursor:pointer}.role-select:hover{border-color:var(--theme-color-primary)}.status-badge{display:inline-block;padding:.25rem .625rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.status-pending{background:#fff3cd;color:#856404}.status-accepted{background:#d4edda;color:#155724}.status-expired{background:#f8d7da;color:#721c24}.status-revoked{background:#d6d8db;color:#383d41}.action-buttons{display:flex;gap:.5rem}.message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}.message-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.empty-state{text-align:center;padding:3rem;color:var(--theme-color-soft-text);background:var(--theme-color-component-1);border-radius:8px;border:1px dashed var(--theme-color-soft-bdr)}.empty-state p{margin-bottom:1rem}.loading-state{text-align:center;padding:3rem}.modal-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-weight:500;font-size:.875rem;color:var(--theme-color-std-text)}.form-group input,.form-group select{padding:.625rem .75rem;border:1px solid var(--theme-color-soft-bdr);border-radius:4px;font-size:.9rem;background:var(--theme-color-component-1);color:var(--theme-color-std-text)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--theme-color-primary);box-shadow:0 0 0 2px #007fff1a}.help-text{font-size:.75rem;color:var(--theme-color-soft-text);margin:0;min-height:1.25rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-container{background:var(--theme-color-component-1);border-radius:8px;box-shadow:0 4px 20px #0003;min-width:400px;max-width:90vw;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--theme-color-soft-bdr)}.modal-header h3{margin:0;font-size:1.1rem;font-weight:600}.modal-close{background:transparent;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;color:var(--theme-color-soft-text)}.modal-close:hover{background:var(--theme-color-component-2);color:var(--theme-color-std-text)}.modal-content{padding:1.25rem;overflow-y:auto}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid var(--theme-color-soft-bdr)}:root{--agent-menu-collapsed-width: 60px;--agent-menu-expanded-width: 260px;--agent-header-height: 3rem}.agent-drawer-overlay{position:fixed;top:var(--agent-header-height);right:0;bottom:0;z-index:1000;pointer-events:none}.agent-drawer-overlay.fullscreen{left:calc(var(--agent-menu-collapsed-width) - 1px);transition:left .3s ease}.agent-drawer-overlay.fullscreen.menu-expanded{left:calc(var(--agent-menu-expanded-width) - 1px)}.agent-drawer{position:absolute;top:0;right:0;bottom:0;width:25vw;min-width:400px;max-width:560px;background:var(--theme-color-1);border-left:1px solid var(--theme-color-soft-bdr);display:flex;flex-direction:column;pointer-events:auto;animation:slideInDrawer .25s ease-out}.agent-drawer.fullscreen{width:100%;max-width:none;min-width:0;left:0;border-left:none;background:var(--theme-color-1)}@keyframes slideInDrawer{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.agent-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1);flex-shrink:0}.agent-drawer.fullscreen .agent-drawer-header{background:var(--theme-color-1);padding:.75rem 2rem}.agent-drawer-title{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:var(--theme-color-std-text)}.agent-drawer-actions{display:flex;align-items:center;gap:.25rem}.agent-drawer-action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:var(--theme-color-soft-text);border-radius:6px;cursor:pointer;transition:all .15s ease}.agent-drawer-action-btn:hover{background:var(--theme-color-ghost--hover);color:var(--theme-color-std-text)}.agent-drawer-action-btn:active{background:var(--theme-color-ghost--active)}.agent-drawer-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.5rem;display:flex;flex-direction:column}.agent-drawer.fullscreen .agent-drawer-content{padding:2rem}.agent-drawer.fullscreen .agent-drawer-content-inner{max-width:800px;margin:0 auto;width:100%;flex:1;display:flex;flex-direction:column}.agent-drawer-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:2rem;padding:1.5rem}.agent-drawer.fullscreen .agent-drawer-empty{max-width:700px;margin:0 auto}.agent-drawer-welcome{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.agent-drawer-welcome ix-icon{color:var(--theme-color-primary);opacity:.7}.agent-drawer-welcome h3{margin:0;font-size:1.5rem;font-weight:600;color:var(--theme-color-std-text);letter-spacing:-.01em}.agent-drawer-welcome p{margin:0;font-size:.9375rem;color:var(--theme-color-soft-text);max-width:280px}.agent-drawer-suggestions{display:flex;flex-wrap:wrap;gap:.625rem;width:100%;justify-content:center}.agent-suggestion-chip{padding:.625rem 1rem;background:transparent;border:1px solid var(--theme-color-soft-bdr);border-radius:20px;color:var(--theme-color-std-text);font-size:.8125rem;text-align:center;cursor:pointer;transition:all .2s ease;white-space:nowrap}.agent-suggestion-chip:hover{background:var(--theme-color-ghost--hover);border-color:var(--theme-color-primary);color:var(--theme-color-primary);transform:translateY(-1px)}.agent-suggestion-chip:active{transform:translateY(0)}.agent-drawer-messages{display:flex;flex-direction:column;gap:2rem;flex:1}.agent-drawer.fullscreen .agent-drawer-messages{max-width:800px;margin:0 auto;width:100%}.agent-message{display:flex;flex-direction:row;gap:.75rem;align-items:flex-start}.agent-message.user{margin-left:15%;background:var(--theme-color-3);padding:.625rem .875rem;border-radius:12px 12px 0;align-self:flex-end}.agent-message.user .agent-message-icon{color:var(--theme-color-primary);flex-shrink:0;margin-top:.125rem}.agent-message.user .agent-message-content{flex:1}.agent-message.assistant{margin-left:0;background:transparent;padding:0}.agent-message-content{font-size:.9375rem;line-height:1.7;color:var(--theme-color-std-text);word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;padding-left:0;flex:1;min-width:0}.agent-message.loading .agent-message-content{display:flex;align-items:center;gap:.75rem;color:var(--theme-color-soft-text);font-style:italic}.agent-message-attachments{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.agent-attachment-tag{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .625rem;background:var(--theme-color-3);border-radius:6px;font-size:.75rem;color:var(--theme-color-soft-text)}.agent-message-content p{margin-top:0;margin-bottom:1rem;max-width:100%;white-space:pre-wrap;overflow-wrap:break-word}.agent-message-content p:last-child{margin-bottom:0}.agent-message-content h1,.agent-message-content h2,.agent-message-content h3,.agent-message-content h4{font-weight:600;color:var(--theme-color-std-text);margin-top:1.5rem;margin-bottom:.75rem;line-height:1.3}.agent-message-content h1:first-child,.agent-message-content h2:first-child,.agent-message-content h3:first-child{margin-top:0}.agent-message-content ul,.agent-message-content ol{margin-top:0;margin-bottom:1rem;padding-left:1.5rem}.agent-message-content li{margin-bottom:.25rem}.agent-message-content code{font-family:Consolas,Monaco,Courier New,monospace;background-color:var(--theme-color-ghost--hover);padding:.1em .3em;border-radius:4px;font-size:.85em}.agent-message-content pre{background-color:var(--theme-color-2);padding:1rem;border-radius:8px;max-width:100%;overflow-x:auto;margin-bottom:1rem;border:1px solid var(--theme-color-soft-bdr)}.agent-message-content pre code{background-color:transparent;padding:0;font-size:.85em;color:var(--theme-color-std-text)}.agent-message-content blockquote{border-left:3px solid var(--theme-color-primary);margin:0 0 1rem;padding-left:1rem;color:var(--theme-color-soft-text)}.agent-message-content table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.875rem;display:block;overflow-x:auto;white-space:nowrap;border:1px solid var(--theme-color-soft-bdr);border-radius:8px}.agent-message-content th,.agent-message-content td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--theme-color-soft-bdr)}.agent-message-content th{background-color:var(--theme-color-2);font-weight:600;color:var(--theme-color-std-text);position:sticky;top:0}.agent-message-content tr:last-child td{border-bottom:none}.agent-message-content tr:hover td{background-color:var(--theme-color-ghost--hover)}.agent-message.assistant.typing .agent-message-content:after{content:"▊";display:inline-block;vertical-align:middle;margin-left:2px;animation:blink 1s step-end infinite;color:var(--theme-color-primary)}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.agent-drawer-input-area{padding:1rem 1.5rem 1.5rem;background:var(--theme-color-1);flex-shrink:0;position:relative}.agent-drawer.fullscreen .agent-drawer-input-area{background:var(--theme-color-1);padding:1rem 2rem 2rem}.agent-drawer-input-wrapper{width:100%;position:relative}.agent-drawer.fullscreen .agent-drawer-input-wrapper{max-width:800px;margin:0 auto;position:relative}.agent-attached-files{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.agent-attached-file{display:flex;align-items:center;gap:.375rem;padding:.375rem .625rem;background:var(--theme-color-3);border-radius:6px;font-size:.75rem;color:var(--theme-color-std-text)}.agent-remove-file{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;background:transparent;color:var(--theme-color-soft-text);cursor:pointer;border-radius:3px;margin-left:.25rem}.agent-remove-file:hover{background:var(--theme-color-ghost--hover);color:var(--theme-color-alarm)}.agent-drawer-input-container{display:flex;flex-direction:column;gap:.5rem;background:transparent;border:1px solid var(--theme-color-soft-bdr);border-radius:6px;padding:.75rem 1rem;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.agent-drawer.fullscreen .agent-drawer-input-container{box-shadow:0 2px 6px #00000014;background:transparent}.agent-drawer-input-container:hover{border-color:var(--theme-color-std-text);box-shadow:0 2px 6px #00000014}.agent-drawer-input-container:focus-within{border-color:var(--theme-color-primary);box-shadow:0 2px 8px #00000014}.agent-drawer-input-top{display:flex;width:100%}.agent-drawer-input-actions{display:flex;justify-content:space-between;align-items:center;width:100%}.agent-drawer-input-actions-left{display:flex;align-items:center;gap:.5rem}.agent-model-selector{position:relative;display:inline-block}.agent-input-action-btn.active-primary{color:var(--theme-color-primary);background:var(--theme-color-ghost--hover);border:1px solid var(--theme-color-primary--hover)}.agent-model-trigger{padding:0 8px;background:var(--theme-color-3);border:1px solid var(--theme-color-soft-bdr);border-radius:6px;color:var(--theme-color-soft-text);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease;height:28px}.agent-model-trigger:hover{background:var(--theme-color-ghost--hover);border-color:var(--theme-color-primary);color:var(--theme-color-std-text)}.agent-model-trigger.active{background:var(--theme-color-3);border-color:var(--theme-color-primary);color:var(--theme-color-primary)}.agent-model-dropdown{position:absolute;bottom:calc(100% + 6px);left:0;background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:6px;box-shadow:0 4px 15px #0000004d;min-width:160px;z-index:1100;padding:2px;animation:dropdownSlideUp .15s ease-out}@keyframes dropdownSlideUp{0%{transform:translateY(6px);opacity:0}to{transform:translateY(0);opacity:1}}.agent-model-option{width:100%;padding:6px 10px;display:flex;flex-direction:column;align-items:flex-start;gap:1px;border:none;background:transparent;color:var(--theme-color-std-text);cursor:pointer;border-radius:4px;transition:all .1s ease;text-align:left}.agent-model-option:hover{background:var(--theme-color-ghost--hover)}.agent-model-option.selected{background:var(--theme-color-3)}.agent-model-option-title{font-size:12px;font-weight:600;display:flex;align-items:center;gap:6px}.agent-model-option-desc{display:none}.agent-model-option.selected .agent-model-option-title{color:var(--theme-color-primary)}.agent-input-action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:var(--theme-color-soft-text);border-radius:6px;cursor:pointer;transition:all .15s ease}.agent-input-action-btn:hover{background:var(--theme-color-ghost--hover);color:var(--theme-color-std-text)}.agent-drawer-input{flex:1;border:none;background:transparent;color:var(--theme-color-std-text);font-size:.9375rem;font-family:inherit;resize:none;min-height:64px;max-height:180px;padding:0;line-height:1.6;width:100%}.agent-drawer-input::placeholder{color:var(--theme-color-weak-text)}.agent-drawer-input:focus{outline:none}.agent-send-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:var(--theme-color-soft-bdr);color:var(--theme-color-soft-text);border-radius:4px;cursor:not-allowed;flex-shrink:0;transition:all .2s ease}.agent-send-btn.active{background:var(--theme-color-primary);color:var(--theme-color-primary--contrast);cursor:pointer}.agent-send-btn.active:hover{background:var(--theme-color-primary--hover);transform:scale(1.02)}.agent-send-btn.active:active{transform:scale(.98)}@media(max-width:768px){.agent-drawer{width:100%;max-width:none;min-width:0}.agent-drawer-content{padding:1rem}.agent-drawer-input-area{padding:.75rem 1rem 1rem}}.agent-drawer-history-list{display:flex;flex-direction:column;height:100%;overflow-y:auto;background-color:var(--theme-color-2);padding:1rem}.history-header{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--theme-color-soft-text);display:flex;justify-content:space-between;align-items:center}.history-header h3{margin:0;font-size:1.1rem;color:var(--theme-color-text)}.agent-drawer-history-list ul{list-style:none;padding:0;margin:0}.agent-drawer-history-list li{background-color:var(--theme-color-1);border:1px solid var(--theme-color-soft-text);border-radius:4px;padding:.75rem;margin-bottom:.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s}.agent-drawer-history-list li:hover{border-color:var(--theme-color-primary);background-color:var(--theme-color-2)}.agent-drawer-history-list li.active{border-color:var(--theme-color-primary);background-color:var(--theme-color-2);box-shadow:0 0 0 1px var(--theme-color-primary) inset}.history-item-content{display:flex;flex-direction:column;overflow:hidden;margin-right:.5rem}.history-title{font-weight:500;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--theme-color-text)}.history-date{font-size:.75rem;color:var(--theme-color-soft-text)}.history-delete-btn{background:none;border:none;cursor:pointer;color:var(--theme-color-alarm);opacity:0;transition:opacity .2s;padding:4px;border-radius:4px}.agent-drawer-history-list li:hover .history-delete-btn{opacity:1}.history-delete-btn:hover{background-color:#ff00001a}.history-empty{text-align:center;margin-top:2rem;color:var(--theme-color-soft-text)}#agent-history-btn.active{background-color:var(--theme-color-2);color:var(--theme-color-primary)}.agent-prompt-menu{position:absolute;bottom:100%;left:0;right:0;margin-bottom:.75rem;background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:12px;box-shadow:0 -12px 40px #0000004d;max-height:60vh;overflow-y:auto!important;overflow-x:hidden;padding:.75rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;animation:slideInUp .15s ease-out;pointer-events:auto;scrollbar-width:thin;scrollbar-color:var(--theme-color-soft-bdr) transparent}.agent-prompt-menu::-webkit-scrollbar{width:10px}.agent-prompt-menu::-webkit-scrollbar-track{background:transparent;border-radius:10px}.agent-prompt-menu::-webkit-scrollbar-thumb{background-color:var(--theme-color-soft-bdr);border-radius:10px;border:2px solid var(--theme-color-1)}.agent-prompt-menu::-webkit-scrollbar-thumb:hover{background-color:var(--theme-color-primary)}.agent-drawer.fullscreen .agent-prompt-menu{left:0;right:0;max-width:none;margin:0 0 .75rem;max-height:60vh}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.agent-prompt-menu.fullscreen{display:grid!important;grid-template-columns:1fr 1fr;align-items:start;gap:1rem}.agent-prompt-category{border:1px solid var(--theme-color-soft-bdr);border-radius:8px;overflow:hidden;background:var(--theme-color-2);display:flex;flex-direction:column}.agent-prompt-category-header{padding:.75rem 1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s;background:var(--theme-color-2);position:sticky;top:0;z-index:5}.agent-prompt-category-header:hover{background-color:var(--theme-color-3)}.agent-prompt-category-header-text{display:flex;flex-direction:column;gap:2px}.agent-prompt-category-title{font-size:.9rem;font-weight:600;color:var(--theme-color-text)}.agent-prompt-category-desc{font-size:.75rem;color:var(--theme-color-soft-text)}.agent-prompt-list{padding:.5rem;display:flex;flex-direction:column;gap:2px;background:var(--theme-color-1);border-top:1px solid var(--theme-color-soft-bdr);max-height:300px;overflow-y:auto}.agent-prompt-item{padding:.6rem .75rem;border-radius:4px;cursor:pointer;font-size:.85rem;background:transparent;border:none;text-align:left;color:var(--theme-color-text);transition:all .2s;width:100%}.agent-prompt-item:hover{background-color:var(--theme-color-2);color:var(--theme-color-primary);padding-left:1rem}[data-theme=dark] .agent-prompt-item:hover{background-color:#ffffff0d}#agent-options-btn.active{background-color:var(--theme-color-2);color:var(--theme-color-primary);border-color:var(--theme-color-primary)}html,body{width:100vw;height:100vh;margin:0;overflow:hidden}#root{width:100vw;height:100vh;overflow:hidden}ix-content{min-width:20rem}[data-ix-theme=classic][data-ix-color-schema=light],:root{--color-primary--active: #1e9db0;--theme-nav-item-primary--background--selected: #1e9db0;--theme-nav-item-primary--background--hover: #2db0c8;--theme-color-1--hover: #1a8fa6;--theme-nav-item-primary--border-color--selected: #000000;--theme-color-dynamic: #1e9db0;--theme-color-primary: #1e9db0;--theme-color-1: #fafafa;--logo-text-color: #000000;--theme-color-primary--hover: #1a8fa6;--theme-tabs--background--hover: rgba(26, 143, 166, .1);--theme-btn-primary--color: #000000;--theme-color-contrast-on-primary: #000000}[data-ix-theme=classic][data-ix-color-schema=dark]{--color-primary--active: #2A8FA1;--theme-nav-item-primary--background--selected: #2A8FA1;--theme-nav-item-primary--background--hover: #1f6f80;--theme-color-1--hover: #247a8a;--theme-nav-item-primary--border-color--selected: #EDEFF2;--theme-color-dynamic: #2A8FA1;--theme-color-primary: #2A8FA1;--logo-text-color: #ffffff;--theme-color-primary--hover: #247a8a;--theme-tabs--background--hover: rgba(36, 122, 138, .15);--theme-btn-primary--color: #ffffff;--theme-color-contrast-on-primary: #ffffff}.ag-row-drag{cursor:move!important}.ag-cell[col-id]:has([row-drag=true]){cursor:move}[data-ix-theme=classic][data-ix-color-schema=light] ix-menu-item.selected,[data-ix-theme=classic][data-ix-color-schema=light] ix-menu-item.active,[data-ix-theme=classic][data-ix-color-schema=light] ix-menu-item[active],[data-ix-theme=classic][data-ix-color-schema=light] ix-menu-item[selected]{--theme-ghost--background--hover: #1a8fa6 !important}[data-ix-theme=classic][data-ix-color-schema=dark] ix-menu-item.selected,[data-ix-theme=classic][data-ix-color-schema=dark] ix-menu-item.active,[data-ix-theme=classic][data-ix-color-schema=dark] ix-menu-item[active],[data-ix-theme=classic][data-ix-color-schema=dark] ix-menu-item[selected]{--theme-ghost--background--hover: #247a8a !important}._DeviceRow_1k7rz_14{height:100%;align-items:center;overflow:hidden;display:flex;flex-direction:row;flex-wrap:nowrap;gap:.5rem}._DeviceName_1k7rz_24{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._IxRow_1k7rz_30{display:flex;justify-content:flex-start;height:100%;align-items:center}._DeviceCell_1k7rz_37{display:flex;align-items:center;height:100%;gap:.25rem}._Indicator_1k7rz_44{min-width:.4rem;width:.4rem;height:100%}._GridWrapper_1k7rz_50{flex-grow:1;overflow:auto;min-height:0}._EmptyStateWrapper_1k7rz_56{display:flex;flex-grow:1;justify-content:center;align-items:center}._DragHandleCell_1k7rz_63{cursor:move;display:flex;align-items:center;justify-content:center;height:100%;width:100%;-webkit-user-select:none;user-select:none;pointer-events:auto}._DragHandleCell_1k7rz_63:hover{opacity:.7}._DragHandleCell_1k7rz_63:active{cursor:grabbing;opacity:1}._DeviceRow_4vivt_14{height:100%;align-items:center;overflow:hidden;display:flex;flex-direction:row;flex-wrap:nowrap;gap:.5rem}._DeviceName_4vivt_24{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._IxRow_4vivt_30{display:flex;justify-content:flex-start;height:100%;align-items:center}._DeviceCell_4vivt_37{display:flex;align-items:center;height:100%;gap:.25rem}._Indicator_4vivt_44{min-width:.4rem;width:.4rem;height:100%}._GridWrapper_4vivt_50{flex-grow:1;overflow:auto;min-height:0}._EmptyStateWrapper_4vivt_56{display:flex;flex-grow:1;justify-content:center;align-items:center}._DragHandleCell_4vivt_63{cursor:move;display:flex;align-items:center;justify-content:center;height:100%;width:100%;-webkit-user-select:none;user-select:none;pointer-events:auto}._DragHandleCell_4vivt_63:hover{opacity:.7}._DragHandleCell_4vivt_63:active{cursor:grabbing;opacity:1}._DragHandleWithValue_4vivt_83{cursor:move;display:flex;align-items:center;gap:.5rem;height:100%;width:100%;-webkit-user-select:none;user-select:none}._DragHandleWithValue_4vivt_83:hover ._DragIcon_4vivt_93{opacity:.7}._DragHandleWithValue_4vivt_83:active{cursor:grabbing}._DragIcon_4vivt_93{flex-shrink:0;transition:opacity .2s}._CellValue_4vivt_106{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._IdCell_4vivt_113{padding:0!important}._IdCellWrapper_4vivt_117{display:flex;align-items:center;height:100%;width:100%;gap:.5rem;padding-left:.5rem;cursor:move}._DragIconWrapper_4vivt_127{display:flex;align-items:center;justify-content:center;cursor:move;-webkit-user-select:none;user-select:none}._IdText_4vivt_135{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:move}._MaschinenartList_4vivt_143{display:flex;flex-wrap:wrap;gap:.375rem;align-items:center;height:100%}._Pill_4vivt_151{display:inline-flex;align-items:center;padding:.125rem .5rem;font-size:11px;font-weight:500;line-height:1.4;background:var(--theme-color-soft-bg, #f0f0f0);color:var(--theme-color-std-text, #333);border-radius:10px;border:1px solid var(--theme-color-soft-bdr, #e0e0e0);flex-shrink:0;white-space:nowrap}[data-ix-theme=classic][data-ix-color-schema=dark] ._Pill_4vivt_151{background:#2a2a2a;color:#fff;border-color:#505050}._GridWrapper_1kbko_7{flex-grow:1;overflow:auto;min-height:0}._EmptyStateWrapper_1kbko_13{display:flex;flex-grow:1;justify-content:center;align-items:center;min-height:300px;padding:2rem}._StatusRow_1kbko_23{height:100%;align-items:center;overflow:hidden;display:flex;flex-direction:row;flex-wrap:nowrap;gap:.5rem}._StatusName_1kbko_33{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._IxRow_1kbko_40{display:flex;justify-content:flex-start;height:100%;align-items:center}._QuickActions_1kbko_47{display:flex;align-items:center;gap:.25rem;height:100%}._Pane_1kbko_55{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:99999;box-shadow:-2px 0 8px #00000026}._DetailsContainer_1kbko_66{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden}._DetailsScrollContent_1kbko_74{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._EditPane_1kbko_82{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:100000;box-shadow:-2px 0 8px #00000026}._EditContainer_1kbko_93{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--theme-color-component-1, #fff)}[data-ix-theme=classic][data-ix-color-schema=dark] ._EditContainer_1kbko_93{background:#1e1e1e}._EditScrollContent_1kbko_106{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_1kbko_114{padding:1rem;border-top:1px solid var(--theme-color-soft-bdr, #e0e0e0);background:var(--theme-color-component-1, #fff);display:flex;justify-content:center;align-items:center;gap:1rem}._SaveButton_1kbko_124{min-width:200px}._CancelButton_1kbko_128{min-width:150px}._PaneTitle_1kbko_132{padding:1rem}._HeaderSection_1kbko_137{margin-bottom:1rem}._HeaderTop_1kbko_141{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._RuestgruppeName_1kbko_148{font-size:22px;font-weight:700;margin:0 0 .25rem;line-height:1.3}._RuestgruppeId_1kbko_155{font-size:14px;margin:0}._HeaderDivider_1kbko_160{margin:1rem 0}._HeaderDetails_1kbko_164{display:flex;flex-direction:column;gap:.75rem}._HeaderDetails_1kbko_164 ._DetailRow_1kbko_170 ix-typography{font-size:15px!important}._HeaderDetails_1kbko_164 ._DetailRow_1kbko_170 ix-typography:last-child{font-size:15px!important;font-weight:600}._Section_1kbko_180{margin-bottom:1rem}._SectionTitle_1kbko_184{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_1kbko_190{margin:1.5rem 0}._DetailRow_1kbko_170{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem;font-size:14px}._DetailRow_1kbko_170 ix-typography:first-child{flex-shrink:0;min-width:140px;font-size:14px}._DetailRow_1kbko_170 ix-typography:last-child{text-align:right;font-weight:600;font-size:14px}._PillList_1kbko_216{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._Pill_1kbko_216{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:12px;font-weight:500;background:var(--theme-color-soft-bg, #f0f0f0);color:var(--theme-color-std-text, #333);border-radius:12px;border:1px solid var(--theme-color-soft-bdr, #e0e0e0)}[data-ix-theme=classic][data-ix-color-schema=dark] ._Pill_1kbko_216{background:#2a2a2a;color:#fff;border-color:#505050}._FormGroup_1kbko_242{margin-bottom:1.25rem}._Label_1kbko_246{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:.5rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_1kbko_246{color:#b0b0b0}._Input_1kbko_258{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit}._Input_1kbko_258:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._Input_1kbko_258:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._Input_1kbko_258{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._Input_1kbko_258:hover{border-color:#707070}._InputError_1kbko_289{border-color:#d32f2f!important}._InputError_1kbko_289:focus{border-color:#d32f2f!important}._Textarea_1kbko_297{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit;resize:vertical;min-height:80px}._Textarea_1kbko_297:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._Textarea_1kbko_297:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._Textarea_1kbko_297{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._Textarea_1kbko_297:hover{border-color:#707070}._Select_1kbko_330{width:100%}._ErrorText_1kbko_334{font-size:12px;color:#d32f2f;margin-top:.25rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorText_1kbko_334{color:#ff6b6b}._HintText_1kbko_344{font-size:12px;color:#888;margin-top:4px;font-style:italic}[data-ix-theme=classic][data-ix-color-schema=dark] ._HintText_1kbko_344{color:#777}._ChipList_1kbko_355{display:flex;flex-wrap:wrap;gap:.5rem}._UsageSection_1kbko_361{background:var(--theme-color-2);border-radius:8px;padding:1rem}._UsageRow_1kbko_367{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}._UsageRow_1kbko_367:not(:last-child){border-bottom:1px solid var(--theme-color-6)}._UsageLabel_1kbko_378{color:var(--theme-color-soft-text)}._UsageValue_1kbko_382{font-weight:500}._GridWrapper_mzubj_8{flex-grow:1;overflow:auto;min-height:0}._EmptyStateWrapper_mzubj_14{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1;min-height:200px}._DeviceRow_mzubj_24{height:100%;align-items:center;overflow:hidden;display:flex;flex-direction:row;flex-wrap:nowrap;gap:.5rem}._DeviceName_mzubj_34{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._IxRow_mzubj_41{display:flex;justify-content:flex-start;height:100%;align-items:center}._Pane_mzubj_49{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:99999;box-shadow:-2px 0 8px #00000026}._DetailsContainer_mzubj_60{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden}._DetailsScrollContent_mzubj_68{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._EditPane_mzubj_76{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:100000;box-shadow:-2px 0 8px #00000026}._EditContainer_mzubj_87{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--theme-color-component-1, #fff)}[data-ix-theme=classic][data-ix-color-schema=dark] ._EditContainer_mzubj_87{background:#1e1e1e}._EditScrollContent_mzubj_100{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_mzubj_108{padding:1rem;border-top:1px solid var(--theme-color-soft-bdr, #e0e0e0);background:var(--theme-color-component-1, #fff);display:flex;justify-content:center;align-items:center;gap:1rem}._SaveButton_mzubj_118{min-width:200px}._CancelButton_mzubj_122{min-width:150px}._PaneTitle_mzubj_126{padding:1rem}._HeaderSection_mzubj_131{margin-bottom:1rem}._HeaderTop_mzubj_135{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._WerkzeugName_mzubj_142{font-size:22px;font-weight:700;margin:0 0 .25rem;line-height:1.3}._WerkzeugId_mzubj_149{font-size:14px;margin:0}._HeaderDivider_mzubj_154{margin:1rem 0}._HeaderDetails_mzubj_158{display:flex;flex-direction:column;gap:.75rem}._HeaderDetails_mzubj_158 ._DetailRow_mzubj_164 ix-typography{font-size:15px!important}._HeaderDetails_mzubj_158 ._DetailRow_mzubj_164 ix-typography:last-child{font-size:15px!important;font-weight:600}._Section_mzubj_174{margin-bottom:1rem}._SectionTitle_mzubj_178{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_mzubj_184{margin:1.5rem 0}._DetailRow_mzubj_164{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem;font-size:14px}._DetailRow_mzubj_164 ix-typography:first-child{flex-shrink:0;min-width:140px;font-size:14px}._DetailRow_mzubj_164 ix-typography:last-child{text-align:right;font-weight:600;font-size:14px}._PillList_mzubj_210{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._Pill_mzubj_210{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:12px;font-weight:500;background:var(--theme-color-soft-bg, #f0f0f0);color:var(--theme-color-std-text, #333);border-radius:12px;border:1px solid var(--theme-color-soft-bdr, #e0e0e0)}[data-ix-theme=classic][data-ix-color-schema=dark] ._Pill_mzubj_210{background:#2a2a2a;color:#fff;border-color:#505050}._BelegungList_mzubj_236{display:flex;flex-direction:column;gap:.75rem}._BelegungItem_mzubj_242{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:var(--theme-color-soft-bg, #f5f5f5);border-radius:6px;border-left:3px solid var(--theme-color-warning, #ff9800)}[data-ix-theme=classic][data-ix-color-schema=dark] ._BelegungItem_mzubj_242{background:#0e1619}._BelegungAuftrag_mzubj_256{font-size:14px;font-weight:600;color:var(--theme-color-std-text, #1a1a1a)}._BelegungZeit_mzubj_262{font-size:12px;color:var(--theme-color-soft-text, #666666)}[data-ix-theme=classic][data-ix-color-schema=dark] ._BelegungAuftrag_mzubj_256{color:#fff}[data-ix-theme=classic][data-ix-color-schema=dark] ._BelegungZeit_mzubj_262{color:#ccc}._FormSection_mzubj_276{margin-bottom:1.5rem}._FormGroup_mzubj_280{margin-bottom:1.25rem}._Label_mzubj_284{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:.5rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_mzubj_284{color:#b0b0b0}._Input_mzubj_296{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit}._Input_mzubj_296:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._Input_mzubj_296:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._Input_mzubj_296{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._Input_mzubj_296:hover{border-color:#707070}._InputError_mzubj_327{border-color:#d32f2f!important}._Textarea_mzubj_331{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit;resize:vertical;min-height:80px}._Textarea_mzubj_331:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._Textarea_mzubj_331:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._Textarea_mzubj_331{background:#2a2a2a;color:#fff;border-color:#505050}._Select_mzubj_360{width:100%}._ErrorText_mzubj_364{font-size:12px;color:#d32f2f;margin-top:.25rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorText_mzubj_364{color:#ff6b6b}._HintText_mzubj_374{font-size:12px;color:#888;margin-top:4px;font-style:italic}[data-ix-theme=classic][data-ix-color-schema=dark] ._HintText_mzubj_374{color:#777}._CheckboxRow_mzubj_386{display:flex;align-items:center;gap:.5rem}._CheckboxLabel_mzubj_392{font-size:14px;color:var(--theme-color-std-text, #333);cursor:pointer}._ExklusivCell_mzubj_399{display:flex;align-items:center;height:100%;cursor:pointer}._Pane_cizgf_7{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:99999;box-shadow:-2px 0 8px #00000026}._Container_cizgf_17{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden}._ScrollContent_cizgf_25{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_cizgf_32{padding:1rem;border-top:1px solid var(--theme-color-soft-bdr, #e0e0e0);background:var(--theme-color-component-1, #fff);display:flex;justify-content:center;align-items:center}._SaveButton_cizgf_41{min-width:200px}._HeaderSection_cizgf_46{margin-bottom:1rem}._HeaderTop_cizgf_50{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._WerkzeugName_cizgf_57{font-size:22px;font-weight:700;margin:0 0 .25rem;line-height:1.3}._WerkzeugId_cizgf_64{font-size:14px;margin:0}._HeaderDivider_cizgf_69{margin:1rem 0}._HeaderDetails_cizgf_73{display:flex;flex-direction:column;gap:.75rem}._HeaderDetails_cizgf_73 ._DetailRow_cizgf_79 ix-typography{font-size:15px!important}._HeaderDetails_cizgf_73 ._DetailRow_cizgf_79 ix-typography:last-child{font-size:15px!important;font-weight:600}._Section_cizgf_89{margin-bottom:1rem}._SectionTitle_cizgf_93{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_cizgf_99{margin:1.5rem 0}._DetailRow_cizgf_79{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem;font-size:14px}._DetailRow_cizgf_79 ix-typography:first-child{flex-shrink:0;min-width:140px;font-size:14px}._DetailRow_cizgf_79 ix-typography:last-child{text-align:right;font-weight:600;font-size:14px}._PillList_cizgf_125{display:flex;flex-wrap:wrap;gap:.5rem}._Pill_cizgf_125{display:inline-flex;align-items:center;padding:.25rem .5rem;background:var(--theme-color-soft-bg, #f0f0f0);border-radius:4px;font-size:12px;font-weight:500;color:var(--theme-color-std-text, #1a1a1a)}[data-ix-theme=classic][data-ix-color-schema=dark] ._Pill_cizgf_125{background:#2a2a2a;color:#fff}._BelegungList_cizgf_148{display:flex;flex-direction:column;gap:.75rem}._BelegungItem_cizgf_154{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#f8f8f8;border-radius:4px;border:1px solid #e0e0e0}[data-ix-theme=classic][data-ix-color-schema=dark] ._BelegungItem_cizgf_154{background:#1e1e1e;border-color:#505050}._BelegungIcon_cizgf_169{flex-shrink:0;margin-top:2px}._BelegungContent_cizgf_174{flex:1;display:flex;flex-direction:column;gap:.25rem}._BelegungAuftrag_cizgf_181{font-size:14px;font-weight:600;color:#1a1a1a;line-height:1.4}[data-ix-theme=classic][data-ix-color-schema=dark] ._BelegungAuftrag_cizgf_181{color:#fff}._BelegungTime_cizgf_192{font-size:13px;color:#666;line-height:1.3}[data-ix-theme=classic][data-ix-color-schema=dark] ._BelegungTime_cizgf_192{color:#b0b0b0}._PaneTitle_cizgf_203{padding:1rem}._Pane_40m6h_7{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:100000;box-shadow:-2px 0 8px #00000026}._Container_40m6h_17{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--theme-color-component-1, #fff)}[data-ix-theme=classic][data-ix-color-schema=dark] ._Container_40m6h_17{background:#1e1e1e}._ScrollContent_40m6h_30{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_40m6h_37{padding:1rem;border-top:1px solid var(--theme-color-soft-bdr, #e0e0e0);background:var(--theme-color-component-1, #fff);display:flex;justify-content:center;align-items:center;gap:1rem}._SaveButton_40m6h_47,._CancelButton_40m6h_51{min-width:150px}._FormSection_40m6h_56{margin-bottom:1.5rem}._SectionTitle_40m6h_60{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_40m6h_66{margin:1.5rem 0}._FormGroup_40m6h_71{margin-bottom:1.25rem}._Label_40m6h_75{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:.5rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_40m6h_75{color:#b0b0b0}._Input_40m6h_87{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit}._Input_40m6h_87:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._Input_40m6h_87:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._Input_40m6h_87{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._Input_40m6h_87:hover{border-color:#707070}._Textarea_40m6h_118{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit;resize:vertical;min-height:80px}._Textarea_40m6h_118:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._Textarea_40m6h_118:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._Textarea_40m6h_118{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._Textarea_40m6h_118:hover{border-color:#707070}._Select_40m6h_151{width:100%}._HintText_40m6h_155{font-size:12px;color:#888;margin-top:.25rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._HintText_40m6h_155{color:#888}._CheckboxRow_40m6h_165{display:flex;align-items:center;gap:.5rem}._CheckboxLabel_40m6h_171{font-size:14px;color:#666;cursor:pointer;-webkit-user-select:none;user-select:none}[data-ix-theme=classic][data-ix-color-schema=dark] ._CheckboxLabel_40m6h_171{color:#b0b0b0}._PillList_40m6h_183{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}._PillEditable_40m6h_190{display:inline-flex;align-items:center;padding:.25rem .625rem;background:var(--theme-color-soft-bg, #f0f0f0);border-radius:12px;font-size:12px;font-weight:500;color:var(--theme-color-std-text, #1a1a1a);gap:.375rem;border:1px solid var(--theme-color-soft-bdr, #e0e0e0)}[data-ix-theme=classic][data-ix-color-schema=dark] ._PillEditable_40m6h_190{background:#2a2a2a;color:#fff;border-color:#505050}._PillRemove_40m6h_209{--button-padding: 2px !important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;margin-left:0!important}._PillRemove_40m6h_209::part(native){padding:0!important;width:18px!important;height:18px!important}._AutocompleteWrapper_40m6h_225{position:relative;width:100%}._DropdownList_40m6h_230{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:#fff;border:1px solid #d0d0d0;border-radius:4px;box-shadow:0 4px 12px #0000001a;max-height:200px;overflow-y:auto;z-index:1000}[data-ix-theme=classic][data-ix-color-schema=dark] ._DropdownList_40m6h_230{background:#2a2a2a;border-color:#505050;box-shadow:0 4px 12px #0006}._DropdownItem_40m6h_251{padding:.625rem .75rem;font-size:14px;color:#1a1a1a;cursor:pointer;transition:background-color .15s ease}._DropdownItem_40m6h_251:hover{background-color:#f5f5f5}[data-ix-theme=classic][data-ix-color-schema=dark] ._DropdownItem_40m6h_251{color:#fff}[data-ix-theme=classic][data-ix-color-schema=dark] ._DropdownItem_40m6h_251:hover{background-color:#3a3a3a}._PaneTitle_40m6h_272{padding:1rem}._GridWrapper_1y2hq_8{flex-grow:1;overflow:auto;min-height:0}._EmptyStateWrapper_1y2hq_14{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1;min-height:200px}._DeviceRow_1y2hq_24{height:100%;align-items:center;overflow:hidden;display:flex;flex-direction:row;flex-wrap:nowrap;gap:.5rem}._DeviceName_1y2hq_34{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._IxRow_1y2hq_41{display:flex;justify-content:flex-start;height:100%;align-items:center}._TerminrelevantBadge_1y2hq_49{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:4px;font-size:12px;font-weight:500}._TerminrelevantBadge_1y2hq_49._ja_1y2hq_59{background:rgba(var(--theme-color-alarm-rgb),.15);color:var(--theme-color-alarm)}._TerminrelevantBadge_1y2hq_49._nein_1y2hq_64{background:rgba(var(--theme-color-soft-text-rgb),.15);color:var(--theme-color-soft-text)}._Pane_914xd_7{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:99999;box-shadow:-2px 0 8px #00000026}._Container_914xd_17{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden}._ScrollContent_914xd_25{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_914xd_32{padding:1rem;border-top:1px solid var(--theme-color-soft-bdr, #e0e0e0);background:var(--theme-color-component-1, #fff);display:flex;justify-content:center;align-items:center}._SaveButton_914xd_41{min-width:200px}._HeaderSection_914xd_46{margin-bottom:1rem}._HeaderTop_914xd_50{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._MaterialName_914xd_57{font-size:22px;font-weight:700;margin:0 0 .25rem;line-height:1.3}._MaterialId_914xd_64{font-size:14px;margin:0}._HeaderDivider_914xd_69{margin:1rem 0}._HeaderDetails_914xd_73{display:flex;flex-direction:column;gap:.75rem}._HeaderDetails_914xd_73 ._DetailRow_914xd_79 ix-typography{font-size:15px!important}._HeaderDetails_914xd_73 ._DetailRow_914xd_79 ix-typography:last-child{font-size:15px!important;font-weight:600}._Section_914xd_89{margin-bottom:1rem}._SectionTitle_914xd_93{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_914xd_99{margin:1.5rem 0}._DetailRow_914xd_79{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem;font-size:14px}._DetailRow_914xd_79 ix-typography:first-child{flex-shrink:0;min-width:140px;font-size:14px}._DetailRow_914xd_79 ix-typography:last-child{text-align:right;font-weight:600;font-size:14px}._TerminrelevantBadge_914xd_125{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:4px;font-size:12px;font-weight:600}._TerminrelevantBadge_914xd_125._ja_914xd_135{background:#ff000026;color:var(--theme-color-alarm, #ff0000)}._TerminrelevantBadge_914xd_125._nein_914xd_140{background:#00000014;color:var(--theme-color-std-text, #333333);border:1px solid rgba(0,0,0,.12)}[data-ix-theme=classic][data-ix-color-schema=dark] ._TerminrelevantBadge_914xd_125._nein_914xd_140{background:#ffffff1a;color:var(--theme-color-std-text, #cccccc);border:1px solid rgba(255,255,255,.15)}._PaneTitle_914xd_153{padding:1rem}._Pane_x2nz9_7{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:100000;box-shadow:-2px 0 8px #00000026}._Container_x2nz9_17{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--theme-color-component-1, #fff)}[data-ix-theme=classic][data-ix-color-schema=dark] ._Container_x2nz9_17{background:#1e1e1e}._ScrollContent_x2nz9_30{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_x2nz9_37{padding:1rem;border-top:1px solid var(--theme-color-soft-bdr, #e0e0e0);background:var(--theme-color-component-1, #fff);display:flex;justify-content:center;align-items:center;gap:1rem}._SaveButton_x2nz9_47,._CancelButton_x2nz9_51{min-width:150px}._Section_x2nz9_56,._FormSection_x2nz9_60{margin-bottom:1.5rem}._SectionTitle_x2nz9_64{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_x2nz9_70{margin:1.5rem 0}._FormGroup_x2nz9_75{margin-bottom:1.25rem}._FormGroup_x2nz9_75 ix-input,._FormGroup_x2nz9_75 ix-select,._FormGroup_x2nz9_75 ix-date-input,._FormGroup_x2nz9_75 ix-textarea{width:100%}._FormRow_x2nz9_87{display:flex;gap:1rem}._FormRow_x2nz9_87 ._FormGroup_x2nz9_75{flex:1}._Label_x2nz9_96{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:.5rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_x2nz9_96{color:#b0b0b0}._Input_x2nz9_108{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit}._Input_x2nz9_108:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._Input_x2nz9_108:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._Input_x2nz9_108{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._Input_x2nz9_108:hover{border-color:#707070}._Textarea_x2nz9_139{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit;resize:vertical;min-height:80px}._Textarea_x2nz9_139:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._Textarea_x2nz9_139:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._Textarea_x2nz9_139{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._Textarea_x2nz9_139:hover{border-color:#707070}._Select_x2nz9_172{width:100%}._HintText_x2nz9_176{font-size:12px;color:#888;margin-top:.25rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._HintText_x2nz9_176{color:#888}._CheckboxLabel_x2nz9_186{display:flex;align-items:flex-start;gap:.5rem;font-size:14px;cursor:pointer}._CheckboxLabel_x2nz9_186 input[type=checkbox]{margin-top:3px}._CheckboxLabel_x2nz9_186 span{color:#666}[data-ix-theme=classic][data-ix-color-schema=dark] ._CheckboxLabel_x2nz9_186 span{color:#b0b0b0}._DateInput_x2nz9_206{width:100%}._PaneTitle_x2nz9_211{padding:1rem}._Pane_17pah_10{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:99999;box-shadow:-2px 0 8px #00000026}._Container_17pah_20{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden}._ScrollContent_17pah_28{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_17pah_35{padding:1rem;border-top:1px solid var(--theme-color-soft-bdr, #e0e0e0);background:var(--theme-color-component-1, #fff);display:flex;justify-content:center;align-items:center}._SaveButton_17pah_44{min-width:200px}._HeaderSection_17pah_49{margin-bottom:1rem}._HeaderTop_17pah_53{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._MachineName_17pah_60{font-size:22px;font-weight:700;margin:0 0 .25rem;line-height:1.3}._MachineId_17pah_67{font-size:14px;margin:0}._HeaderDivider_17pah_72{margin:1rem 0}._HeaderDetails_17pah_76{display:flex;flex-direction:column;gap:.75rem}._HeaderDetails_17pah_76 ._DetailRow_17pah_82 ix-typography{font-size:15px!important}._HeaderDetails_17pah_76 ._DetailRow_17pah_82 ix-typography:last-child{font-size:15px!important;font-weight:600}._Section_17pah_92{margin-bottom:1rem}._SectionTitle_17pah_96{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_17pah_102{margin:1.5rem 0}._DetailRow_17pah_82{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem;font-size:14px}._DetailRow_17pah_82 ix-typography:first-child{flex-shrink:0;min-width:140px;font-size:14px}._DetailRow_17pah_82 ix-typography:last-child{text-align:right;font-weight:600;font-size:14px}._ErrorHistory_17pah_128{display:flex;flex-direction:column;gap:.75rem}._ErrorItem_17pah_134{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:var(--theme-color-soft-bg, #f5f5f5);border-radius:6px;border-left:3px solid transparent;transition:all .2s ease}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorItem_17pah_134{background:#0e1619}._ErrorItem_17pah_134:hover{background:var(--theme-color-soft-bdr, #e8e8e8)}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorItem_17pah_134:hover{background:#1a2226}._ErrorItem_17pah_134:first-child{border-left-color:var(--theme-color-alarm, #ff0000)}._ErrorItem_17pah_134:nth-child(2){border-left-color:var(--theme-color-info, #2196f3)}._ErrorIcon_17pah_165{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-top:2px}._ErrorContent_17pah_175{flex:1;display:flex;flex-direction:column;gap:.25rem}._ErrorDate_17pah_182{font-size:12px;color:#666;line-height:1.3}._ErrorText_17pah_188{font-size:14px;font-weight:500;color:#1a1a1a;line-height:1.4}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorDate_17pah_182{color:#ccc}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorText_17pah_188{color:#fff}._MaintenanceList_17pah_204{display:flex;flex-direction:column;gap:.75rem}._MaintenanceItem_17pah_210{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#f8f8f8;border-radius:4px;border:1px solid #e0e0e0}[data-ix-theme=classic][data-ix-color-schema=dark] ._MaintenanceItem_17pah_210{background:#1e1e1e;border-color:#505050}._MaintenanceIcon_17pah_225{flex-shrink:0;margin-top:2px}._MaintenanceContent_17pah_230{flex:1;display:flex;flex-direction:column;gap:.25rem}._MaintenanceDate_17pah_237{font-size:14px;font-weight:600;color:#1a1a1a;line-height:1.4}[data-ix-theme=classic][data-ix-color-schema=dark] ._MaintenanceDate_17pah_237{color:#fff}._MaintenanceTime_17pah_248{font-size:13px;color:#666;line-height:1.3}[data-ix-theme=classic][data-ix-color-schema=dark] ._MaintenanceTime_17pah_248{color:#b0b0b0}._MessageBar_17pah_259{margin-bottom:.25rem}._MessageBarContent_17pah_263{display:flex;align-items:center;justify-content:space-between}._ButtonMargin_17pah_269{margin-left:.75rem}._Divider_17pah_273{margin:.5rem 0}._DeviceName_17pah_277{margin-bottom:2rem;overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis}._PaneTitle_17pah_284{padding:1rem}._Pane_8so83_10{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:100000;box-shadow:-2px 0 8px #00000026}._Container_8so83_20{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--theme-color-component-1, #fff)}[data-ix-theme=classic][data-ix-color-schema=dark] ._Container_8so83_20{background:#1e1e1e}._ScrollContent_8so83_33{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_8so83_40{padding:1rem;border-top:1px solid var(--theme-color-soft-bdr, #e0e0e0);background:var(--theme-color-component-1, #fff);display:flex;justify-content:center;align-items:center;gap:1rem}._SaveButton_8so83_50,._CancelButton_8so83_54{min-width:150px}._FormSection_8so83_59{margin-bottom:1.5rem}._SectionTitle_8so83_63{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_8so83_69{margin:1.5rem 0}._FormGroup_8so83_74{margin-bottom:1.25rem}._Label_8so83_78{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:.5rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_8so83_78{color:#b0b0b0}._Input_8so83_90{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit}._Input_8so83_90:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._Input_8so83_90:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._Input_8so83_90{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._Input_8so83_90:hover{border-color:#707070}._Textarea_8so83_121{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit;resize:vertical;min-height:80px}._Textarea_8so83_121:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._Textarea_8so83_121:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._Textarea_8so83_121{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._Textarea_8so83_121:hover{border-color:#707070}._Select_8so83_154,._DateDropdown_8so83_158,._DatePickerWrapper_8so83_162{width:100%}._DatePickerWrapper_8so83_162 ix-date-picker{width:100%}._HelpText_8so83_170{font-size:12px;color:#888;margin-top:.25rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._HelpText_8so83_170{color:#aaa}._HintText_8so83_180{font-size:12px;color:#888;margin-top:4px;font-style:italic}[data-ix-theme=classic][data-ix-color-schema=dark] ._HintText_8so83_180{color:#777}._ErrorText_8so83_191{font-size:12px;color:#d32f2f;margin-top:.25rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorText_8so83_191{color:#ff6b6b}._InputError_8so83_201{border-color:#d32f2f!important}._InputError_8so83_201:focus{border-color:#d32f2f!important}._DateInput_8so83_209{width:100%}._PaneTitle_8so83_213{padding:1rem}._Container_10ulq_10{width:100%;display:flex;flex-direction:column;gap:.75rem}._MainContainer_10ulq_17{position:relative;width:100%}._TriggerButton_10ulq_22{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem;transition:border-color .2s ease;font-family:inherit}._TriggerButton_10ulq_22:hover{border-color:#a0a0a0}._TriggerButton_10ulq_22:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}[data-ix-theme=classic][data-ix-color-schema=dark] ._TriggerButton_10ulq_22{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._TriggerButton_10ulq_22:hover{border-color:#707070}._TriggerText_10ulq_58{flex:1;text-align:left}._Dropdown_10ulq_63{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #d0d0d0;border-radius:4px;box-shadow:0 4px 16px #00000026;z-index:1000;padding:1rem;min-width:320px}[data-ix-theme=classic][data-ix-color-schema=dark] ._Dropdown_10ulq_63{background:#2a2a2a;border-color:#505050;box-shadow:0 4px 16px #0006}._DropdownContent_10ulq_83{display:flex;flex-direction:column;gap:1rem}._FormTitle_10ulq_89{font-size:15px;font-weight:600;color:#1a1a1a}[data-ix-theme=classic][data-ix-color-schema=dark] ._FormTitle_10ulq_89{color:#fff}._DateInputGroup_10ulq_99{display:flex;flex-direction:column;gap:.5rem}._Label_10ulq_105{font-size:14px;font-weight:500;color:#666}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_10ulq_105{color:#b0b0b0}._DateInput_10ulq_99,._TimeInput_10ulq_116{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit}._DateInput_10ulq_99:focus,._TimeInput_10ulq_116:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._DateInput_10ulq_99:hover,._TimeInput_10ulq_116:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._DateInput_10ulq_99,[data-ix-theme=classic][data-ix-color-schema=dark] ._TimeInput_10ulq_116{background:#1e1e1e;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._DateInput_10ulq_99:hover,[data-ix-theme=classic][data-ix-color-schema=dark] ._TimeInput_10ulq_116:hover{border-color:#707070}._TimeRow_10ulq_151{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}._TimeInputGroup_10ulq_157{display:flex;flex-direction:column;gap:.5rem}._ButtonGroup_10ulq_163{display:flex;gap:.5rem;justify-content:flex-end;padding-top:.5rem;border-top:1px solid #e0e0e0}[data-ix-theme=classic][data-ix-color-schema=dark] ._ButtonGroup_10ulq_163{border-top-color:#505050}._CancelButton_10ulq_175{min-width:100px}._DatePickerWrapper_10ulq_179{width:100%}._DatePickerWrapper_10ulq_179 ix-date-picker{width:100%}._DatePicker_10ulq_179,._DateInput_10ulq_99{width:100%}._EntriesList_10ulq_196{display:flex;flex-direction:column;gap:.5rem}._EntryCard_10ulq_202{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border:1px solid #e0e0e0;border-radius:4px;background:#f8f8f8;gap:.75rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._EntryCard_10ulq_202{background:#1e1e1e;border-color:#505050}._EntryContent_10ulq_218{flex:1;display:flex;flex-direction:column;gap:.25rem}._EntryDate_10ulq_225{font-size:14px;font-weight:600;color:#1a1a1a}[data-ix-theme=classic][data-ix-color-schema=dark] ._EntryDate_10ulq_225{color:#fff}._EntryTime_10ulq_235{font-size:13px;color:#666}[data-ix-theme=classic][data-ix-color-schema=dark] ._EntryTime_10ulq_235{color:#b0b0b0}._DeleteButton_10ulq_244{flex-shrink:0;color:#d32f2f}._DeleteButton_10ulq_244:hover{color:#b71c1c}._Pane_xx88f_10{position:fixed;right:0;top:0;bottom:0;height:100vh;z-index:999999;box-shadow:-2px 0 8px #00000026}._Container_xx88f_20{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden}._ScrollContent_xx88f_28{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_xx88f_35{padding:1rem;border-top:1px solid var(--theme-color-soft-bdr, #e0e0e0);background:var(--theme-color-component-1, #fff);display:flex;justify-content:center;align-items:center}._SaveButton_xx88f_44{min-width:200px}._HeaderSection_xx88f_49{margin-bottom:1rem}._HeaderTop_xx88f_53{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._MachineName_xx88f_60{font-size:22px;font-weight:700;margin:0 0 .25rem;line-height:1.3}._MachineId_xx88f_67{font-size:14px;margin:0}._HeaderDivider_xx88f_72{margin:1rem 0}._HeaderDetails_xx88f_76{display:flex;flex-direction:column;gap:.75rem}._HeaderDetails_xx88f_76 ._DetailRow_xx88f_82 ix-typography{font-size:15px!important}._HeaderDetails_xx88f_76 ._DetailRow_xx88f_82 ix-typography:last-child{font-size:15px!important;font-weight:600}._Section_xx88f_92{margin-bottom:1rem}._SectionTitle_xx88f_96{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_xx88f_102{margin:1.5rem 0}._DetailRow_xx88f_82{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem;font-size:14px}._DetailRow_xx88f_82 ix-typography:first-child{flex-shrink:0;min-width:140px;font-size:14px}._DetailRow_xx88f_82 ix-typography:last-child{text-align:right;font-weight:600;font-size:14px}._DetailSection_xx88f_128{margin-bottom:.75rem}._PillList_xx88f_132{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._Pill_xx88f_132{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:12px;font-weight:500;background:var(--theme-color-soft-bg, #f0f0f0);color:var(--theme-color-std-text, #333);border-radius:12px;border:1px solid var(--theme-color-soft-bdr, #e0e0e0)}[data-ix-theme=classic][data-ix-color-schema=dark] ._Pill_xx88f_132{background:#2a2a2a;color:#fff;border-color:#505050}._ClickablePill_xx88f_157{cursor:pointer;transition:all .2s ease}._ClickablePill_xx88f_157:hover{background:var(--theme-color-primary, #1e9db0);color:#fff;border-color:var(--theme-color-primary, #1e9db0);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}[data-ix-theme=classic][data-ix-color-schema=dark] ._ClickablePill_xx88f_157:hover{background:var(--theme-color-primary, #1e9db0);color:#fff;border-color:var(--theme-color-primary, #1e9db0)}._SubSection_xx88f_177{margin-top:1.5rem}._SubSectionTitle_xx88f_181{margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}._ErrorHistory_xx88f_188{display:flex;flex-direction:column;gap:.75rem}._ErrorItem_xx88f_194{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:var(--theme-color-soft-bg, #f5f5f5);border-radius:6px;border-left:3px solid transparent;transition:all .2s ease}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorItem_xx88f_194{background:#0e1619}._ErrorItem_xx88f_194:hover{background:var(--theme-color-soft-bdr, #e8e8e8)}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorItem_xx88f_194:hover{background:#1a2226}._ErrorItem_xx88f_194:first-child{border-left-color:var(--theme-color-alarm, #ff0000)}._ErrorItem_xx88f_194:nth-child(2){border-left-color:var(--theme-color-info, #2196f3)}._ErrorIcon_xx88f_225{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-top:2px}._ErrorContent_xx88f_235{flex:1;display:flex;flex-direction:column;gap:.25rem}._ErrorDate_xx88f_242{font-size:12px;color:#666;line-height:1.3}._ErrorText_xx88f_248{font-size:14px;font-weight:500;color:#1a1a1a;line-height:1.4}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorDate_xx88f_242{color:#ccc}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorText_xx88f_248{color:#fff}._MaintenanceList_xx88f_264{display:flex;flex-direction:column;gap:.75rem}._MaintenanceItem_xx88f_270{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#f8f8f8;border-radius:4px;border:1px solid #e0e0e0}[data-ix-theme=classic][data-ix-color-schema=dark] ._MaintenanceItem_xx88f_270{background:#1e1e1e;border-color:#505050}._MaintenanceIcon_xx88f_285{flex-shrink:0;margin-top:2px}._MaintenanceContent_xx88f_290{flex:1;display:flex;flex-direction:column;gap:.25rem}._MaintenanceDate_xx88f_297{font-size:14px;font-weight:600;color:#1a1a1a;line-height:1.4}[data-ix-theme=classic][data-ix-color-schema=dark] ._MaintenanceDate_xx88f_297{color:#fff}._MaintenanceTime_xx88f_308{font-size:13px;color:#666;line-height:1.3}[data-ix-theme=classic][data-ix-color-schema=dark] ._MaintenanceTime_xx88f_308{color:#b0b0b0}._MessageBar_xx88f_319{margin-bottom:.25rem}._MessageBarContent_xx88f_323{display:flex;align-items:center;justify-content:space-between}._ButtonMargin_xx88f_329{margin-left:.75rem}._Divider_xx88f_333{margin:.5rem 0}._DeviceName_xx88f_337{margin-bottom:2rem;overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis}._PaneTitle_xx88f_344{padding:1rem}._Container_1xk9p_10{position:relative;width:100%}._TriggerButton_1xk9p_15{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem;transition:border-color .2s ease;font-family:inherit}._TriggerButton_1xk9p_15:hover{border-color:#a0a0a0}._TriggerButton_1xk9p_15:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}[data-ix-theme=classic][data-ix-color-schema=dark] ._TriggerButton_1xk9p_15{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._TriggerButton_1xk9p_15:hover{border-color:#707070}._TriggerText_1xk9p_51{flex:1;text-align:left}._Dropdown_1xk9p_56{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #d0d0d0;border-radius:4px;box-shadow:0 4px 16px #00000026;z-index:1000;padding:1rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Dropdown_1xk9p_56{background:#2a2a2a;border-color:#505050;box-shadow:0 4px 16px #0006}._DropdownContent_1xk9p_75{display:flex;flex-direction:column;gap:1rem}._DateInputGroup_1xk9p_81{display:flex;flex-direction:column;gap:.5rem}._Label_1xk9p_87{font-size:14px;font-weight:500;color:#666}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_1xk9p_87{color:#b0b0b0}._DateInput_1xk9p_81{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit}._DateInput_1xk9p_81:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._DateInput_1xk9p_81:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._DateInput_1xk9p_81{background:#1e1e1e;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._DateInput_1xk9p_81:hover{border-color:#707070}._ButtonGroup_1xk9p_128{display:flex;gap:.5rem;justify-content:flex-end;padding-top:.5rem;border-top:1px solid #e0e0e0}[data-ix-theme=classic][data-ix-color-schema=dark] ._ButtonGroup_1xk9p_128{border-top-color:#505050}._ClearButton_1xk9p_140{min-width:80px}._ListContainer_1xk9p_144{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}._EntryItem_1xk9p_151{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--theme-color-component-2, #f5f5f5);border-radius:4px;font-size:14px}[data-ix-theme=classic][data-ix-color-schema=dark] ._EntryItem_1xk9p_151{background:#3a3a3a}._EntryText_1xk9p_165{flex:1}._FormTitle_1xk9p_169{font-size:15px;font-weight:600;margin-bottom:.5rem;color:var(--theme-color-std-text, #1a1a1a)}[data-ix-theme=classic][data-ix-color-schema=dark] ._FormTitle_1xk9p_169{color:#fff}._Container_5vnz4_10{position:relative;width:100%}._TriggerButton_5vnz4_15{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem;transition:border-color .2s ease;font-family:inherit}._TriggerButton_5vnz4_15:hover{border-color:#a0a0a0}._TriggerButton_5vnz4_15:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}[data-ix-theme=classic][data-ix-color-schema=dark] ._TriggerButton_5vnz4_15{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._TriggerButton_5vnz4_15:hover{border-color:#707070}._TriggerText_5vnz4_51{flex:1;text-align:left}._Dropdown_5vnz4_56{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #d0d0d0;border-radius:4px;box-shadow:0 4px 16px #00000026;z-index:1000;padding:1rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Dropdown_5vnz4_56{background:#2a2a2a;border-color:#505050;box-shadow:0 4px 16px #0006}._DropdownContent_5vnz4_75{display:flex;flex-direction:column;gap:1rem}._DateInputGroup_5vnz4_81{display:flex;flex-direction:column;gap:.5rem}._Label_5vnz4_87{font-size:14px;font-weight:500;color:#666}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_5vnz4_87{color:#b0b0b0}._DateInput_5vnz4_81{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit}._DateInput_5vnz4_81:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._DateInput_5vnz4_81:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._DateInput_5vnz4_81{background:#1e1e1e;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._DateInput_5vnz4_81:hover{border-color:#707070}._ButtonGroup_5vnz4_128{display:flex;gap:.5rem;justify-content:flex-end;padding-top:.5rem;border-top:1px solid #e0e0e0}[data-ix-theme=classic][data-ix-color-schema=dark] ._ButtonGroup_5vnz4_128{border-top-color:#505050}._ClearButton_5vnz4_140{min-width:80px}._ListContainer_5vnz4_144{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}._EntryItem_5vnz4_151{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--theme-color-component-2, #f5f5f5);border-radius:4px;font-size:14px}[data-ix-theme=classic][data-ix-color-schema=dark] ._EntryItem_5vnz4_151{background:#3a3a3a}._EntryContent_5vnz4_165{flex:1;display:flex;flex-direction:column;gap:.25rem}._EntryText_5vnz4_172{font-weight:500}._EntryReason_5vnz4_176{font-size:12px;color:#666}[data-ix-theme=classic][data-ix-color-schema=dark] ._EntryReason_5vnz4_176{color:#aaa}._FormTitle_5vnz4_185{font-size:15px;font-weight:600;margin-bottom:.5rem;color:var(--theme-color-std-text, #1a1a1a)}[data-ix-theme=classic][data-ix-color-schema=dark] ._FormTitle_5vnz4_185{color:#fff}._ReasonInput_5vnz4_196{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit}._ReasonInput_5vnz4_196:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._ReasonInput_5vnz4_196:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._ReasonInput_5vnz4_196{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._ReasonInput_5vnz4_196:hover{border-color:#707070}._Pane_w0faz_10{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:100000;box-shadow:-2px 0 8px #00000026}._Container_w0faz_20{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--theme-color-component-1, #fff)}[data-ix-theme=classic][data-ix-color-schema=dark] ._Container_w0faz_20{background:#1e1e1e}._MaschinenDropdown_w0faz_33{position:absolute;top:100%;left:0;right:0;max-height:200px;overflow-y:auto;background-color:#fff;border:1px solid #ccc;border-radius:4px;margin-top:4px;z-index:1000;box-shadow:0 4px 12px #00000040}[data-ix-theme=classic][data-ix-color-schema=dark] ._MaschinenDropdown_w0faz_33{background-color:#2a2a2a;border-color:#444}._MaschinenDropdownItem_w0faz_53{padding:8px 12px;cursor:pointer;border-bottom:1px solid #e0e0e0;transition:background-color .2s;background-color:transparent;color:#000}[data-ix-theme=classic][data-ix-color-schema=dark] ._MaschinenDropdownItem_w0faz_53{border-bottom-color:#444;color:#fff}._MaschinenDropdownItem_w0faz_53:hover{background-color:#f5f5f5}[data-ix-theme=classic][data-ix-color-schema=dark] ._MaschinenDropdownItem_w0faz_53:hover{background-color:#3a3a3a}._ScrollContent_w0faz_75{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_w0faz_82{padding:1rem;border-top:1px solid var(--theme-color-soft-bdr, #e0e0e0);background:var(--theme-color-component-1, #fff);display:flex;justify-content:center;align-items:center;gap:1rem}._SaveButton_w0faz_92,._CancelButton_w0faz_96{min-width:150px}._FormSection_w0faz_101{margin-bottom:1.5rem}._SectionTitle_w0faz_105{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_w0faz_111{margin:1.5rem 0}._FormGroup_w0faz_116{margin-bottom:1.25rem}._Label_w0faz_120{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:.5rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_w0faz_120{color:#b0b0b0}._Input_w0faz_132{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit}._Input_w0faz_132:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._Input_w0faz_132:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._Input_w0faz_132{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._Input_w0faz_132:hover{border-color:#707070}._Textarea_w0faz_163{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit;resize:vertical;min-height:80px}._Textarea_w0faz_163:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._Textarea_w0faz_163:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._Textarea_w0faz_163{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._Textarea_w0faz_163:hover{border-color:#707070}._Select_w0faz_196{width:100%}._NumberInputWrapper_w0faz_201{display:flex;align-items:stretch;width:100%;border:1px solid #d0d0d0;border-radius:4px;background:#fff;transition:border-color .2s ease}._NumberInputWrapper_w0faz_201:focus-within{border-color:var(--theme-color-primary, #1e9db0)}._NumberInputWrapper_w0faz_201:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._NumberInputWrapper_w0faz_201{background:#2a2a2a;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._NumberInputWrapper_w0faz_201:hover{border-color:#707070}._NumberInputField_w0faz_228{flex:1;padding:.625rem .75rem;font-size:14px;border:none;background:transparent;color:#1a1a1a;font-family:inherit;-moz-appearance:textfield;outline:none}._NumberInputField_w0faz_228::-webkit-inner-spin-button,._NumberInputField_w0faz_228::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}[data-ix-theme=classic][data-ix-color-schema=dark] ._NumberInputField_w0faz_228{color:#fff}._NumberInputButtons_w0faz_251{display:flex;flex-direction:column;border-left:1px solid #d0d0d0}[data-ix-theme=classic][data-ix-color-schema=dark] ._NumberInputButtons_w0faz_251{border-left-color:#505050}._NumberInputButton_w0faz_251{display:flex;align-items:center;justify-content:center;width:28px;flex:1;padding:0;background:transparent;border:none;cursor:pointer;color:var(--theme-color-primary, #1e9db0);transition:background-color .2s}._NumberInputButton_w0faz_251:hover{background:#1e9db01a}._NumberInputButton_w0faz_251:active{background:#1e9db033}._NumberInputButton_w0faz_251:first-child{border-bottom:1px solid #d0d0d0}[data-ix-theme=classic][data-ix-color-schema=dark] ._NumberInputButton_w0faz_251:first-child{border-bottom-color:#505050}._DateDropdown_w0faz_291{width:100%}._PaneTitle_w0faz_295{padding:1rem}._InputError_w0faz_300{border-color:#d32f2f!important}._InputError_w0faz_300:focus{border-color:#d32f2f!important}._ErrorMessage_w0faz_308{color:#d32f2f;font-size:12px;margin-top:4px}._HintText_w0faz_315{font-size:12px;color:#888;margin-top:4px;font-style:italic}[data-ix-theme=classic][data-ix-color-schema=dark] ._HintText_w0faz_315{color:#777}._MultiSelectTrigger_w0faz_327{width:100%;min-height:42px;padding:.5rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;cursor:pointer;display:flex;flex-wrap:wrap;align-items:center;gap:6px;transition:border-color .2s ease}._MultiSelectTrigger_w0faz_327:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._MultiSelectTrigger_w0faz_327{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._MultiSelectTrigger_w0faz_327:hover{border-color:#707070}._SelectedTags_w0faz_358{display:flex;flex-wrap:wrap;gap:6px}._Tag_w0faz_364{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:var(--theme-color-primary, #1e9db0);color:#fff;border-radius:4px;font-size:12px;font-weight:500}._TagRemove_w0faz_376{background:transparent;border:none;color:#fff;font-size:14px;cursor:pointer;padding:0 2px;line-height:1;opacity:.8;transition:opacity .2s}._TagRemove_w0faz_376:hover{opacity:1}._Placeholder_w0faz_392{color:#999}[data-ix-theme=classic][data-ix-color-schema=dark] ._Placeholder_w0faz_392{color:#777}._MaschinenDropdownItem_w0faz_53._Selected_w0faz_358{background-color:#1e9db01a}[data-ix-theme=classic][data-ix-color-schema=dark] ._MaschinenDropdownItem_w0faz_53._Selected_w0faz_358{background-color:#1e9db033}._CheckboxInput_w0faz_409{width:18px;height:18px;margin:0 10px 0 0;cursor:pointer;accent-color:var(--theme-color-primary, #1e9db0);flex-shrink:0}._CheckboxLabel_w0faz_419{flex:1}._NoResults_w0faz_423{padding:12px;text-align:center;color:#999;font-style:italic}._FormGrid_1r6rc_10{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}._ItemFullWidth_1r6rc_16{grid-column:1 / 3}._ModalFooter_1r6rc_20{margin-top:1rem}._TabsContainer_8460q_10{margin-bottom:1.5rem;padding:0 1rem}._DeviceTable_8460q_15{display:flex;position:relative;flex-direction:column;height:calc(100vh - 200px);min-height:400px;max-height:calc(100vh - 200px);overflow:hidden}._DeviceFilter_8460q_27{display:flex;flex-wrap:wrap;flex-direction:row;margin-bottom:2rem;gap:1rem;align-items:center;position:relative}._SearchWrapper_8460q_37{display:flex;align-items:center;gap:.5rem;background:var(--theme-color-component-1);border:1px solid var(--theme-color-soft-bdr);border-radius:4px;padding:.25rem .75rem;min-width:200px}._SearchWrapper_8460q_37 input{background:transparent;border:none;outline:none;color:var(--theme-color-std-text);font-size:.875rem;flex:1}._SearchWrapper_8460q_37 input::placeholder{color:var(--theme-color-weak-text)}._FilterButton_8460q_61{min-width:40px}._FilterDropdown_8460q_65{position:absolute;top:100%;left:0;z-index:100;background:var(--theme-color-component-1);border:1px solid var(--theme-color-soft-bdr);border-radius:4px;padding:1rem;margin-top:.5rem;box-shadow:var(--theme-shadow-3)}._DeviceFilter_8460q_27 ._CategoryFilter_8460q_78{min-width:16rem;flex-grow:1}._DeviceFilter_8460q_27 ._QuickFilter_8460q_83{display:flex;flex-wrap:nowrap;gap:.5rem;min-width:38rem}._SelectionActions_8460q_90{display:flex;gap:.5rem;align-items:center;margin-left:auto;margin-right:1rem}._SelectionButton_8460q_98{min-width:120px}._DeleteButton_8460q_102{background-color:#d32f2f!important;color:#fff!important}._DeleteButton_8460q_102:hover{background-color:#b71c1c!important}@media only screen and (max-width:48em){._DeviceFilter_8460q_27{flex-direction:column}._DeviceFilter_8460q_27 ._CategoryFilter_8460q_78{min-width:0rem;width:100%}._DeviceFilter_8460q_27 ._QuickFilter_8460q_83{flex-wrap:wrap;min-width:0rem}}._KpiCard_1kv5a_10{flex:1;min-width:180px;max-width:280px;position:relative;transition:transform .2s ease,box-shadow .2s ease}._KpiCard_1kv5a_10._clickable_1kv5a_18{cursor:pointer}._KpiCard_1kv5a_10._clickable_1kv5a_18:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._CardContent_1kv5a_27{display:flex;flex-direction:column;gap:.5rem;padding:1rem;height:100%;min-height:210px;position:relative}._Header_1kv5a_38{display:flex;align-items:center;gap:.5rem}._Title_1kv5a_44{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text);opacity:.8}._InfoIcon_1kv5a_51{cursor:help;opacity:.5;transition:opacity .2s ease;display:flex;align-items:center}._InfoIcon_1kv5a_51:hover{opacity:1}._TooltipContent_1kv5a_63{text-align:left;max-width:280px}._TooltipContent_1kv5a_63 strong{display:block;margin-top:.5rem;margin-bottom:.25rem;font-size:.75rem;text-transform:uppercase;opacity:.7}._TooltipContent_1kv5a_63 strong:first-child{margin-top:0}._TooltipContent_1kv5a_63 p{margin:0;font-size:.8125rem;line-height:1.4}._PeriodSelector_1kv5a_88{display:flex;gap:.25rem;margin-bottom:.25rem}._PeriodPill_1kv5a_94{padding:.125rem .5rem;font-size:.6875rem;font-weight:500;border-radius:9999px;border:1px solid var(--theme-color-soft-text);background:transparent;color:var(--theme-color-soft-text);cursor:pointer;transition:all .15s ease}._PeriodPill_1kv5a_94:hover{border-color:var(--theme-color-std-text);color:var(--theme-color-std-text)}._PeriodPill_1kv5a_94._active_1kv5a_111{background:var(--theme-color-primary);border-color:var(--theme-color-primary);color:var(--theme-color-primary--contrast)}._MainValue_1kv5a_118{font-size:2rem;font-weight:700;line-height:1.1;color:var(--theme-color-std-text);letter-spacing:-.02em}._Drilldown_1kv5a_127{display:flex;flex-direction:column;gap:.25rem}._DrilldownItem_1kv5a_133{display:flex;align-items:center;gap:.375rem;font-size:.8125rem}._DrilldownDot_1kv5a_140{width:8px;height:8px;border-radius:50%;flex-shrink:0}._DrilldownCount_1kv5a_147{font-weight:600;color:var(--theme-color-std-text);min-width:1.25rem}._DrilldownLabel_1kv5a_153{color:var(--theme-color-std-text);opacity:.7}._Status_1kv5a_159{display:flex;align-items:center;gap:.5rem;margin-top:auto;padding-top:.25rem}._StatusDot_1kv5a_167{width:8px;height:8px;border-radius:50%;flex-shrink:0}._StatusLabel_1kv5a_174{font-size:.8125rem;font-weight:500;color:var(--theme-color-std-text);opacity:.8}._HoverOverlay_1kv5a_182{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1rem;font-size:.8125rem;line-height:1.4;font-weight:500;color:var(--theme-color-std-text);background:var(--theme-color-component-1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:0 0 4px 4px;opacity:0;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease;pointer-events:none;box-shadow:0 -2px 8px #0000001f}._KpiCard_1kv5a_10:hover ._HoverOverlay_1kv5a_182{opacity:1;transform:translateY(0)}@media(max-width:768px){._KpiCard_1kv5a_10{min-width:100%;max-width:100%}._MainValue_1kv5a_118{font-size:1.75rem}._PeriodPill_1kv5a_94{font-size:.625rem;padding:.125rem .375rem}}._KpiCard_1ek4b_10{flex:1;min-width:180px;max-width:280px;position:relative;transition:transform .2s ease,box-shadow .2s ease}._KpiCard_1ek4b_10._clickable_1ek4b_18{cursor:pointer}._KpiCard_1ek4b_10._clickable_1ek4b_18:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._CardContent_1ek4b_27{display:flex;flex-direction:column;gap:.5rem;padding:1rem;height:100%;min-height:210px;position:relative}._Header_1ek4b_38{display:flex;align-items:center;gap:.5rem}._Title_1ek4b_44{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text);opacity:.8}._InfoIcon_1ek4b_51{cursor:help;opacity:.5;transition:opacity .2s ease;display:flex;align-items:center}._InfoIcon_1ek4b_51:hover{opacity:1}._TooltipContent_1ek4b_63{text-align:left;max-width:280px}._TooltipContent_1ek4b_63 strong{display:block;margin-top:.5rem;margin-bottom:.25rem;font-size:.75rem;text-transform:uppercase;opacity:.7}._TooltipContent_1ek4b_63 strong:first-child{margin-top:0}._TooltipContent_1ek4b_63 p{margin:0;font-size:.8125rem;line-height:1.4}._PeriodSelector_1ek4b_88{display:flex;gap:.25rem;margin-bottom:.25rem}._PeriodPill_1ek4b_94{padding:.125rem .5rem;font-size:.6875rem;font-weight:500;border-radius:9999px;border:1px solid var(--theme-color-soft-text);background:transparent;color:var(--theme-color-soft-text);cursor:pointer;transition:all .15s ease}._PeriodPill_1ek4b_94:hover{border-color:var(--theme-color-std-text);color:var(--theme-color-std-text)}._PeriodPill_1ek4b_94._active_1ek4b_111{background:var(--theme-color-primary);border-color:var(--theme-color-primary);color:var(--theme-color-primary--contrast)}._ValueRow_1ek4b_118{display:flex;align-items:center;gap:1rem}._MainValue_1ek4b_124{font-size:2rem;font-weight:700;line-height:1.1;color:var(--theme-color-std-text);letter-spacing:-.02em}._Trend_1ek4b_133{display:flex;align-items:center;gap:.25rem;font-size:.75rem;margin-left:auto}._TrendIcon_1ek4b_141{font-size:.75rem;font-weight:600}._TrendIcon_1ek4b_141._trendUp_1ek4b_146{color:var(--theme-color-success)}._TrendIcon_1ek4b_141._trendDown_1ek4b_150{color:var(--theme-color-alarm)}._TrendIcon_1ek4b_141._trendStable_1ek4b_154{color:var(--theme-color-std-text);opacity:.6}._TrendText_1ek4b_159{color:var(--theme-color-std-text);opacity:.7}._Drilldown_1ek4b_165{display:flex;flex-direction:column;gap:.25rem}._DrilldownItem_1ek4b_171{display:flex;align-items:center;gap:.375rem;font-size:.8125rem}._DrilldownDot_1ek4b_178{width:8px;height:8px;border-radius:50%;flex-shrink:0}._DrilldownCount_1ek4b_185{font-weight:600;color:var(--theme-color-std-text);min-width:1.25rem}._DrilldownLabel_1ek4b_191{color:var(--theme-color-std-text);opacity:.7}._Status_1ek4b_197{display:flex;align-items:center;gap:.5rem;margin-top:auto;padding-top:.25rem}._StatusDot_1ek4b_205{width:8px;height:8px;border-radius:50%;flex-shrink:0}._StatusLabel_1ek4b_212{font-size:.8125rem;font-weight:500;color:var(--theme-color-std-text);opacity:.8}._HoverOverlay_1ek4b_220{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1rem;font-size:.8125rem;line-height:1.4;font-weight:500;color:var(--theme-color-std-text);background:var(--theme-color-component-1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:0 0 4px 4px;opacity:0;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease;pointer-events:none;box-shadow:0 -2px 8px #0000001f}._KpiCard_1ek4b_10:hover ._HoverOverlay_1ek4b_220{opacity:1;transform:translateY(0)}@media(max-width:768px){._KpiCard_1ek4b_10{min-width:100%;max-width:100%}._MainValue_1ek4b_124{font-size:1.75rem}._PeriodPill_1ek4b_94{font-size:.625rem;padding:.125rem .375rem}}._KpiCard_jnvs9_10{flex:1;min-width:180px;max-width:280px;position:relative;transition:transform .2s ease,box-shadow .2s ease}._KpiCard_jnvs9_10._clickable_jnvs9_18{cursor:pointer}._KpiCard_jnvs9_10._clickable_jnvs9_18:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._CardContent_jnvs9_27{display:flex;flex-direction:column;gap:.5rem;padding:1rem;height:100%;min-height:210px;position:relative}._Header_jnvs9_38{display:flex;align-items:center;justify-content:space-between;gap:.5rem}._TitleRow_jnvs9_45{display:flex;align-items:center;gap:.5rem}._Title_jnvs9_45{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text);opacity:.8}._InfoIcon_jnvs9_58{cursor:help;opacity:.5;transition:opacity .2s ease;display:flex;align-items:center}._InfoIcon_jnvs9_58:hover{opacity:1}._PerspectiveToggleGroup_jnvs9_71{display:flex;gap:.25rem;flex-shrink:0}._PerspectiveButton_jnvs9_77{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid var(--theme-color-soft-text);border-radius:4px;background:transparent;color:var(--theme-color-soft-text);cursor:pointer;transition:all .2s ease}._PerspectiveButton_jnvs9_77:hover{border-color:var(--theme-color-std-text);color:var(--theme-color-std-text);background:var(--theme-color-component-2)}._PerspectiveButton_jnvs9_77._active_jnvs9_98{border-color:var(--theme-color-primary);background:var(--theme-color-primary);color:var(--theme-color-primary--contrast)}._TooltipContent_jnvs9_104{text-align:left;max-width:280px}._TooltipContent_jnvs9_104 strong{display:block;margin-top:.5rem;margin-bottom:.25rem;font-size:.75rem;text-transform:uppercase;opacity:.7}._TooltipContent_jnvs9_104 strong:first-child{margin-top:0}._TooltipContent_jnvs9_104 p{margin:0;font-size:.8125rem;line-height:1.4}._PeriodSelector_jnvs9_129{display:flex;gap:.25rem;margin-bottom:.25rem}._PeriodPill_jnvs9_135{padding:.125rem .5rem;font-size:.6875rem;font-weight:500;border-radius:9999px;border:1px solid var(--theme-color-soft-text);background:transparent;color:var(--theme-color-soft-text);cursor:pointer;transition:all .15s ease}._PeriodPill_jnvs9_135:hover{border-color:var(--theme-color-std-text);color:var(--theme-color-std-text)}._PeriodPill_jnvs9_135._active_jnvs9_98{background:var(--theme-color-primary);border-color:var(--theme-color-primary);color:var(--theme-color-primary--contrast)}._MainValueWrapper_jnvs9_159{display:inline-block;width:fit-content}._MainValue_jnvs9_159{font-size:2rem;font-weight:700;line-height:1.1;color:var(--theme-color-std-text);letter-spacing:-.02em;cursor:help;position:relative}._Drilldown_jnvs9_175{display:flex;flex-direction:column;gap:.25rem}._DrilldownItem_jnvs9_181{display:flex;align-items:center;gap:.375rem;font-size:.8125rem}._DrilldownDot_jnvs9_188{width:8px;height:8px;border-radius:50%;flex-shrink:0}._DrilldownCount_jnvs9_195{font-weight:600;color:var(--theme-color-std-text);min-width:1.25rem}._DrilldownLabel_jnvs9_201{color:var(--theme-color-std-text);opacity:.7}._Status_jnvs9_207{display:flex;align-items:center;gap:.5rem;margin-top:auto;padding-top:.25rem}._StatusDot_jnvs9_215{width:8px;height:8px;border-radius:50%;flex-shrink:0}._StatusLabel_jnvs9_222{font-size:.8125rem;font-weight:500;color:var(--theme-color-std-text);opacity:.8}._HoverOverlay_jnvs9_230{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1rem;font-size:.8125rem;line-height:1.4;font-weight:500;color:var(--theme-color-std-text);background:var(--theme-color-component-1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:0 0 4px 4px;opacity:0;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease;pointer-events:none;box-shadow:0 -2px 8px #0000001f}._KpiCard_jnvs9_10:hover ._HoverOverlay_jnvs9_230{opacity:1;transform:translateY(0)}@media(max-width:768px){._KpiCard_jnvs9_10{min-width:100%;max-width:100%}._MainValue_jnvs9_159{font-size:1.75rem}._PeriodPill_jnvs9_135{font-size:.625rem;padding:.125rem .375rem}}._KpiCard_1xjoi_11{flex:1;min-width:180px;max-width:280px;position:relative;transition:transform .2s ease,box-shadow .2s ease}._KpiCard_1xjoi_11._clickable_1xjoi_19{cursor:pointer}._KpiCard_1xjoi_11._clickable_1xjoi_19:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._CardContent_1xjoi_28{display:flex;flex-direction:column;gap:.5rem;padding:1rem;height:100%;min-height:210px;position:relative}._Header_1xjoi_39{display:flex;align-items:center;gap:.5rem}._Title_1xjoi_45{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text);opacity:.8}._InfoIcon_1xjoi_52{cursor:help;opacity:.5;transition:opacity .2s ease;display:flex;align-items:center}._InfoIcon_1xjoi_52:hover{opacity:1}._TooltipContent_1xjoi_65{text-align:left;max-width:280px}._TooltipContent_1xjoi_65 strong{display:block;margin-top:.5rem;margin-bottom:.25rem;font-size:.75rem;text-transform:uppercase;opacity:.7}._TooltipContent_1xjoi_65 strong:first-child{margin-top:0}._TooltipContent_1xjoi_65 p{margin:0;font-size:.8125rem;line-height:1.4}._MainValue_1xjoi_90{font-size:2rem;font-weight:700;line-height:1.1;color:var(--theme-color-std-text);letter-spacing:-.02em}._Drilldown_1xjoi_99{display:flex;flex-direction:column;gap:.25rem}._DrilldownItem_1xjoi_105{display:flex;align-items:center;gap:.375rem;font-size:.8125rem}._DrilldownDot_1xjoi_112{width:8px;height:8px;border-radius:50%;flex-shrink:0}._DrilldownCount_1xjoi_119{font-weight:600;color:var(--theme-color-std-text);min-width:1.25rem}._DrilldownLabel_1xjoi_125{color:var(--theme-color-std-text);opacity:.7}._Status_1xjoi_131{display:flex;align-items:center;gap:.5rem;margin-top:auto;padding-top:.25rem}._StatusDot_1xjoi_139{width:8px;height:8px;border-radius:50%;flex-shrink:0}._StatusLabel_1xjoi_146{font-size:.8125rem;font-weight:500;color:var(--theme-color-std-text);opacity:.8}._HoverOverlay_1xjoi_154{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1rem;font-size:.8125rem;line-height:1.4;font-weight:500;color:var(--theme-color-std-text);background:var(--theme-color-component-1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:0 0 4px 4px;opacity:0;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease;pointer-events:none;box-shadow:0 -2px 8px #0000001f}._KpiCard_1xjoi_11:hover ._HoverOverlay_1xjoi_154{opacity:1;transform:translateY(0)}@media(max-width:768px){._KpiCard_1xjoi_11{min-width:100%;max-width:100%}._MainValue_1xjoi_90{font-size:1.75rem}}._KpiCard_s5tt9_10{flex:1;min-width:180px;max-width:280px;position:relative;transition:transform .2s ease,box-shadow .2s ease}._KpiCard_s5tt9_10._clickable_s5tt9_18{cursor:pointer}._KpiCard_s5tt9_10._clickable_s5tt9_18:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._CardContent_s5tt9_27{display:flex;flex-direction:column;gap:.5rem;padding:1rem;height:100%;min-height:210px;position:relative}._Header_s5tt9_38{display:flex;align-items:center;gap:.5rem}._Title_s5tt9_44{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text);opacity:.8}._InfoIcon_s5tt9_51{cursor:help;opacity:.5;transition:opacity .2s ease;display:flex;align-items:center}._InfoIcon_s5tt9_51:hover{opacity:1}._TooltipContent_s5tt9_63{text-align:left;max-width:280px}._TooltipContent_s5tt9_63 strong{display:block;margin-top:.5rem;margin-bottom:.25rem;font-size:.75rem;text-transform:uppercase;opacity:.7}._TooltipContent_s5tt9_63 strong:first-child{margin-top:0}._TooltipContent_s5tt9_63 p{margin:0;font-size:.8125rem;line-height:1.4}._PeriodSelector_s5tt9_88{display:flex;gap:.25rem;margin-bottom:.25rem}._PeriodPill_s5tt9_94{padding:.125rem .5rem;font-size:.6875rem;font-weight:500;border-radius:9999px;border:1px solid var(--theme-color-soft-text);background:transparent;color:var(--theme-color-soft-text);cursor:pointer;transition:all .15s ease}._PeriodPill_s5tt9_94:hover{border-color:var(--theme-color-std-text);color:var(--theme-color-std-text)}._PeriodPill_s5tt9_94._active_s5tt9_111{background:var(--theme-color-primary);border-color:var(--theme-color-primary);color:var(--theme-color-primary--contrast)}._MainValueWrapper_s5tt9_118{display:flex;align-items:center;gap:.5rem}._MainValue_s5tt9_118{font-size:2rem;font-weight:700;line-height:1.1;color:var(--theme-color-std-text);letter-spacing:-.02em;cursor:help}._Drilldown_s5tt9_134{display:flex;flex-direction:column;gap:.25rem}._DrilldownItem_s5tt9_140{display:flex;align-items:center;gap:.375rem;font-size:.8125rem}._DrilldownDot_s5tt9_147{width:8px;height:8px;border-radius:50%;flex-shrink:0}._DrilldownCount_s5tt9_154{font-weight:600;color:var(--theme-color-std-text);min-width:2rem}._DrilldownLabel_s5tt9_160{color:var(--theme-color-std-text);opacity:.7}._Status_s5tt9_166{display:flex;align-items:center;gap:.5rem;margin-top:auto;padding-top:.25rem}._StatusDot_s5tt9_174{width:8px;height:8px;border-radius:50%;flex-shrink:0}._StatusLabel_s5tt9_181{font-size:.8125rem;font-weight:500;color:var(--theme-color-std-text);opacity:.8}._HoverOverlay_s5tt9_189{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1rem;font-size:.8125rem;line-height:1.4;font-weight:500;color:var(--theme-color-std-text);background:var(--theme-color-component-1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:0 0 4px 4px;opacity:0;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease;pointer-events:none;box-shadow:0 -2px 8px #0000001f}._KpiCard_s5tt9_10:hover ._HoverOverlay_s5tt9_189{opacity:1;transform:translateY(0)}@media(max-width:768px){._KpiCard_s5tt9_10{min-width:100%;max-width:100%}._MainValue_s5tt9_118{font-size:1.75rem}._PeriodPill_s5tt9_94{font-size:.625rem;padding:.125rem .375rem}}._CardWrapper_167wp_8{flex:0 1 250px;min-width:200px;max-width:300px;display:flex;flex-direction:column;align-self:flex-start}._CardContent_167wp_18{display:flex;flex-direction:column;gap:.5rem;padding:.75rem}._CardHeader_167wp_26{display:flex;align-items:flex-start;gap:.75rem}._HeaderText_167wp_32{flex:1}._Heading_167wp_36{font-size:.875rem;font-weight:600;margin:0;color:var(--theme-color-std-text)}._Subheading_167wp_43{font-size:.75rem;margin:.25rem 0 0;color:var(--theme-color-std-text);opacity:.7}._Notification_167wp_50{display:flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .375rem;background:var(--theme-color-alarm);color:#fff;border-radius:.75rem;font-size:.75rem;font-weight:600}._ExpandIcon_167wp_64{color:var(--theme-color-std-text);opacity:.6;transition:opacity .2s ease}._CardHeader_167wp_26:hover ._ExpandIcon_167wp_64{opacity:1}._SummaryRow_167wp_75{display:flex;gap:.5rem;padding:0;flex-wrap:wrap}._SummaryItem_167wp_82{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--theme-color-std-text);white-space:nowrap;flex-shrink:0}._Critical_167wp_93{color:var(--theme-color-alarm)}._Warning_167wp_97{color:var(--theme-color-warning)}._Info_167wp_101{color:var(--theme-color-info)}._HintsList_167wp_106{display:flex;flex-direction:column;gap:.375rem;max-height:120px;overflow-y:auto;padding-right:.25rem}._HintRow_167wp_115{display:flex;align-items:center;gap:.5rem;padding:.5rem;font-size:.75rem;color:var(--theme-color-std-text);background:var(--theme-color-component-2);border-radius:.25rem;cursor:pointer;transition:background-color .2s ease,transform .1s ease}._HintRow_167wp_115:hover{background:var(--theme-color-component-3);transform:translate(2px)}._HintRow_167wp_115:active{transform:translate(0)}._HintTitle_167wp_137{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}._HintsList_167wp_106::-webkit-scrollbar{width:4px}._HintsList_167wp_106::-webkit-scrollbar-track{background:var(--theme-color-2)}._HintsList_167wp_106::-webkit-scrollbar-thumb{background:var(--theme-color-soft-bdr);border-radius:2px}._HintsList_167wp_106::-webkit-scrollbar-thumb:hover{background:var(--theme-color-std-bdr)}._KpiRow_1cr9l_10{display:flex;gap:1rem;flex-wrap:wrap;width:100%;align-items:flex-start}._KpiRow_1cr9l_10>*{flex:1 1 calc(20% - .8rem);min-width:180px}._KpiRow_1cr9l_10>div:last-child{flex:0 1 250px!important;min-width:200px!important;max-width:300px!important}@media screen and (min-width:1600px)and (max-width:1800px){._KpiRow_1cr9l_10>*{min-width:160px;flex:1 1 0px}._KpiRow_1cr9l_10>div:last-child{flex:1 1 0px!important;min-width:160px!important;max-width:none!important}}@media(max-width:1599px){._KpiRow_1cr9l_10{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.5rem;padding-top:1rem;-webkit-overflow-scrolling:touch}._KpiRow_1cr9l_10::-webkit-scrollbar{height:8px}._KpiRow_1cr9l_10::-webkit-scrollbar-track{background:transparent}._KpiRow_1cr9l_10::-webkit-scrollbar-thumb{background-color:var(--theme-color-soft-bdr);border-radius:4px}._KpiRow_1cr9l_10::-webkit-scrollbar-thumb:hover{background-color:var(--theme-color-soft-text)}._KpiRow_1cr9l_10>*{flex:0 0 auto;width:280px;min-width:280px}._KpiRow_1cr9l_10>div:last-child{flex:0 0 auto!important;min-width:280px!important;max-width:280px!important}}._RiskListCard_x5xcm_7{height:100%;min-height:380px;width:100%;max-width:100%;--local-header-bg: #f5f7f9}[data-ix-color-schema=dark] ._RiskListCard_x5xcm_7{--local-header-bg: #283236}._CardContent_x5xcm_22{display:flex;flex-direction:column;height:100%;padding:1rem .5rem;width:100%}._Header_x5xcm_31{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}._HeaderLeft_x5xcm_40{display:flex;flex-direction:column;gap:.125rem}._Title_x5xcm_46{margin:0;font-size:1rem;font-weight:600;color:var(--theme-color-std-text)}._Subtitle_x5xcm_53{font-size:.7rem;color:var(--theme-color-soft-text);opacity:.7}._HeaderRight_x5xcm_59{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._ViewToggle_x5xcm_66{display:flex;gap:.125rem}._ViewBtn_x5xcm_71{--ix-button-height: 26px;font-size:.7rem;padding:0 .5rem}._FilterToggle_x5xcm_77{display:flex;align-items:center;gap:.375rem}._FilterLabel_x5xcm_83{font-size:.7rem;color:var(--theme-color-soft-text)}._ListContent_x5xcm_89{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;width:100%}._EmptyState_x5xcm_98{display:flex;align-items:center;justify-content:center;height:100%;padding:1.5rem}._EmptyText_x5xcm_106{color:var(--theme-color-soft-text);text-align:center;font-size:.875rem}._LoadingState_x5xcm_113{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;padding:2rem;gap:1rem;color:var(--theme-color-soft-text)}._ShowMoreContainer_x5xcm_126{display:flex;justify-content:center;padding:.75rem 0;margin-top:.5rem}._ShowMoreBtn_x5xcm_133{font-size:.8rem}._CardList_x5xcm_138{display:flex;flex-direction:column;gap:.375rem;width:100%;max-width:100%}._RiskRow_x5xcm_146{display:grid;grid-template-columns:90px minmax(200px,3fr) minmax(110px,1.2fr) minmax(180px,2.2fr) 80px;align-items:center;gap:1rem;padding:.625rem .75rem;background:var(--theme-color-component-1);border:1px solid var(--theme-color-soft-bdr);border-radius:6px;cursor:pointer;transition:all .15s ease;position:relative;min-height:56px;width:100%;max-width:100%;box-sizing:border-box}._RiskRow_x5xcm_146:hover{background:var(--theme-color-component-2);border-color:var(--theme-color-primary)}._RiskBadge_x5xcm_170{width:4px;align-self:stretch;border-radius:2px}._RowContent_x5xcm_176{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}._RowTop_x5xcm_184{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._OrderNumber_x5xcm_191{font-weight:600;color:var(--theme-color-primary);font-size:.875rem}._Separator_x5xcm_197{color:var(--theme-color-soft-text);opacity:.5}._CustomerName_x5xcm_202{color:var(--theme-color-std-text);font-size:.875rem}._RowBottom_x5xcm_207{display:flex;align-items:center}._ArticleInfo_x5xcm_212{font-size:.75rem;color:var(--theme-color-soft-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._DeliveryCol_x5xcm_220{display:flex;flex-direction:column;align-items:flex-end}._DeliveryDate_x5xcm_226{font-weight:600;font-size:.875rem}._DaysUntil_x5xcm_231{font-size:.7rem;color:var(--theme-color-soft-text);opacity:.8}._CauseCol_x5xcm_237{display:flex;align-items:center;gap:.5rem;color:var(--theme-color-soft-text)}._CauseText_x5xcm_244{font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ImpactCol_x5xcm_251{text-align:right}._ImpactValue_x5xcm_255{font-weight:600;font-size:.875rem}._ActionCol_x5xcm_261{width:32px;display:flex;align-items:center;justify-content:center}._ContextIcon_x5xcm_268{opacity:0;transition:opacity .2s ease;cursor:pointer;color:var(--theme-color-soft-text)}._ContextIcon_x5xcm_268:hover{color:var(--theme-color-primary)}._ContextIcon_x5xcm_268._Visible_x5xcm_279,._RiskRow_x5xcm_146:hover ._ContextIcon_x5xcm_268{opacity:1}._HoverHint_x5xcm_285{position:absolute;bottom:-28px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:var(--theme-color-primary);border:none;border-radius:4px;font-size:.75rem;font-weight:500;color:var(--theme-color-primary--contrast);white-space:nowrap;z-index:10;box-shadow:0 4px 12px #00000040;cursor:pointer;transition:all .15s ease}._HoverHint_x5xcm_285:hover{background:var(--theme-color-primary--hover);transform:translate(-50%) scale(1.02)}._TableView_x5xcm_313{display:flex;flex-direction:column;width:100%;max-height:400px;overflow-y:auto}._TableHeader_x5xcm_321{display:grid;grid-template-columns:90px minmax(200px,3fr) minmax(110px,1.2fr) minmax(180px,2.2fr) 80px;gap:1rem;padding:.625rem .75rem;border-bottom:1px solid var(--theme-color-soft-bdr);font-size:.7rem;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.04em;position:sticky;top:0;background-color:var(--local-header-bg)!important;z-index:10;width:100%}._TableBody_x5xcm_339{display:flex;flex-direction:column}._TableRow_x5xcm_344{display:grid;grid-template-columns:90px minmax(200px,3fr) minmax(110px,1.2fr) minmax(180px,2.2fr) 80px;gap:1rem;padding:.75rem;border-bottom:1px solid var(--theme-color-soft-bdr);cursor:pointer;transition:background .15s ease;align-items:center;width:100%}._TableRow_x5xcm_344:hover{background:var(--theme-color-component-2)}._ColRisk_x5xcm_360{display:flex;align-items:center;gap:.5rem}._RiskDot_x5xcm_366{width:8px;height:8px;border-radius:50%;flex-shrink:0}._RiskLabel_x5xcm_373{font-size:.75rem}._ColOrder_x5xcm_377{display:flex;flex-direction:column;gap:.125rem;min-width:0}._OrderNumberLink_x5xcm_384{font-weight:600;color:var(--theme-color-primary);font-size:.875rem;cursor:pointer}._OrderNumberLink_x5xcm_384:hover{text-decoration:underline}._CustomerNameTable_x5xcm_395{font-size:.75rem;color:var(--theme-color-soft-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ColDelivery_x5xcm_403{display:flex;flex-direction:column;align-items:flex-start;font-size:.875rem}._DaysUntilTable_x5xcm_410{font-size:.7rem;color:var(--theme-color-soft-text)}._ColCause_x5xcm_415{display:flex;align-items:center;gap:.5rem;color:var(--theme-color-soft-text);min-width:0}._ColImpact_x5xcm_423{display:flex;align-items:center;justify-content:flex-end}@media(max-width:1000px){._CauseCol_x5xcm_237{display:none}._RiskRow_x5xcm_146{grid-template-columns:4px 2fr 1fr .8fr 32px;gap:.75rem}._TableHeader_x5xcm_321,._TableRow_x5xcm_344{grid-template-columns:100px 2fr 80px 70px;gap:.75rem}._TableHeader_x5xcm_321 ._ColCause_x5xcm_415,._TableRow_x5xcm_344 ._ColCause_x5xcm_415{display:none}}._CapacityCard_8avis_7{height:100%;min-height:380px;width:100%}._CardContent_8avis_13{display:flex;flex-direction:column;height:100%;padding:1rem}._Header_8avis_21{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}._HeaderLeft_8avis_30{display:flex;flex-direction:column;gap:.125rem}._Title_8avis_36{margin:0;font-size:1rem;font-weight:600;color:var(--theme-color-std-text)}._Subtitle_8avis_43{font-size:.7rem;color:var(--theme-color-soft-text);opacity:.7}._HeaderRight_8avis_49{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._ViewToggle_8avis_56,._TimeToggle_8avis_57{display:flex;gap:.125rem}._ViewBtn_8avis_62{--ix-button-height: 26px;font-size:.7rem;padding:0 .5rem}._ContentArea_8avis_69{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0;width:100%}._BarsLayout_8avis_79{display:grid;grid-template-columns:1.5fr 1fr;gap:1.25rem;height:100%;min-height:0;width:100%}._ChartSection_8avis_89{display:flex;flex-direction:column;gap:.5rem;min-height:0;width:100%}._TotalHeader_8avis_97{display:flex;align-items:center;gap:1rem;padding:.625rem .75rem;background:var(--theme-color-component-1);border-radius:6px;cursor:help;width:100%}._TotalInfo_8avis_108{display:flex;align-items:baseline;gap:.5rem}._TotalLabel_8avis_114{font-size:.8rem;color:var(--theme-color-soft-text)}._TotalValue_8avis_119{font-size:1.375rem;font-weight:700}._OverloadInfo_8avis_124{font-size:.75rem;color:var(--theme-color-soft-text);opacity:.8}._ChartWrapper_8avis_130{flex:1;min-height:180px;width:100%}._BottlenecksSection_8avis_137{display:flex;flex-direction:column;gap:.5rem;min-height:0;overflow-y:auto;width:100%}._SectionHeader_8avis_146{display:flex;align-items:center;justify-content:space-between;gap:.5rem}._SectionTitle_8avis_153{font-size:.8rem;color:var(--theme-color-soft-text);font-weight:600}._BottleneckGrid_8avis_159{display:flex;flex-direction:column;gap:.5rem;width:100%}._BottleneckCard_8avis_166{display:flex;flex-direction:column;gap:.375rem;padding:.625rem .75rem;border-radius:6px;background:var(--theme-color-component-1);border:1px solid transparent;transition:all .2s ease;width:100%}._BottleneckCard_8avis_166._Highlighted_8avis_178{background:var(--theme-color-component-2);border-color:var(--theme-color-primary);box-shadow:0 0 0 2px var(--theme-color-primary),0 4px 12px #0099ff40;transform:scale(1.02)}._BnHeader_8avis_185{display:flex;justify-content:space-between;align-items:center;width:100%}._BnName_8avis_192{font-size:.875rem;font-weight:500}._BnValue_8avis_197{font-weight:700;font-size:1rem}._BnBarWrapper_8avis_202{height:8px;background:var(--theme-color-component-2);border-radius:4px;overflow:visible;position:relative;width:100%}._BnBar_8avis_202{height:100%;border-radius:4px;transition:width .3s ease}._BnCapacityMark_8avis_217{position:absolute;left:66.67%;top:-3px;bottom:-3px;width:2px;background:var(--theme-color-soft-text);opacity:.5;border-radius:1px}._BnContext_8avis_228{font-size:.7rem;color:var(--theme-color-soft-text);opacity:.7}._HeatmapSection_8avis_235{flex:1;width:100%;min-height:280px;display:flex;flex-direction:column}._LoadingState_8avis_244{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;padding:2rem;gap:1rem;color:var(--theme-color-soft-text)}._EmptyState_8avis_257{display:flex;align-items:center;justify-content:center;height:100%;padding:1.5rem;color:var(--theme-color-soft-text);text-align:center;font-size:.875rem}._InfoText_8avis_269{font-size:.75rem;color:var(--theme-color-soft-text);opacity:.7;padding:.5rem 0}@media(max-width:1000px){._BarsLayout_8avis_79{grid-template-columns:1fr;gap:1rem}._ChartWrapper_8avis_130{min-height:150px}._BottleneckGrid_8avis_159{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}}._Zone2Container_1dv5l_7{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}._Zone2Header_1dv5l_14{display:flex;align-items:center;gap:.5rem}._ZoneTitle_1dv5l_20{margin:0;color:var(--theme-color-soft-text)}._Zone2Grid_1dv5l_25{display:grid;grid-template-columns:1fr 1fr;gap:1rem;min-height:440px}._RiskListContainer_1dv5l_32,._CapacityContainer_1dv5l_33{display:flex;flex-direction:column}@media(max-width:1300px){._Zone2Grid_1dv5l_25{grid-template-columns:1fr}}._Zone4Container_13v7r_13{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0 0;min-height:0}._Zone4Header_13v7r_21{display:flex;align-items:center;justify-content:space-between}._ZoneTitle_13v7r_27{font-size:1.125rem;font-weight:600;color:var(--theme-color-std-text)}._Zone4Card_13v7r_34{display:flex;flex-direction:column;gap:1rem;padding:1rem;width:100%;border:1px solid var(--theme-color-soft-bdr);border-radius:8px}._CardContent_13v7r_44{display:flex;flex-direction:column;gap:1rem;padding:1rem}._Divider_13v7r_51{height:1px;background:var(--theme-color-soft-bdr);margin:.5rem 0}._EChartsHeatmapContainer_13v7r_58{display:flex;flex-direction:column;gap:.5rem;width:100%}._EChartsWrapper_13v7r_65{width:100%;min-height:400px;height:auto}._MainArea_13v7r_71{display:flex;gap:1rem;flex:1;min-height:0}._MainAreaWithPanel_13v7r_78{gap:1rem}._HeatmapSection_13v7r_83{flex:1;display:flex;flex-direction:column;gap:1rem;min-width:0}._RadarKpiRow_13v7r_95{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}._RadarKpiCard_13v7r_101{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;border:1px solid var(--theme-color-component-2);border-radius:8px}._RadarKpiCard_13v7r_101:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}._RadarKpiCardActive_13v7r_113{border-color:var(--theme-color-primary);background:var(--theme-color-ghost--background--hover)}._RadarKpiCardCritical_13v7r_118{border-left:3px solid var(--theme-color-alarm)}._RadarKpiCardContent_13v7r_122{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem}._RadarKpiHeader_13v7r_129{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;flex-shrink:0}._RadarKpiIcon_13v7r_139{color:var(--theme-color-soft-text)}._RadarKpiIconCritical_13v7r_143{color:var(--theme-color-alarm)}._RadarKpiBody_13v7r_147{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}._FilterBadge_13v7r_155{font-size:.5625rem;font-weight:600;text-transform:uppercase;padding:.125rem .25rem;border-radius:3px;background:var(--theme-color-primary);color:var(--theme-color-inv-std-text);margin-left:auto;flex-shrink:0}._RadarKpiValue_13v7r_167{font-size:1.5rem;font-weight:700;line-height:1;color:var(--theme-color-std-text)}._RadarKpiTitle_13v7r_174{font-size:.75rem;font-weight:500;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._RadarKpiSubtext_13v7r_183{font-size:.6875rem;color:var(--theme-color-soft-text);line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._FilterBar_13v7r_198{display:flex;align-items:center;gap:1.5rem;padding:.75rem 1rem;background:var(--theme-color-component-1);border-radius:8px;position:sticky;top:0;z-index:10;flex-wrap:wrap}._FilterItem_13v7r_211{display:flex;flex-direction:column;gap:.25rem}._FilterLabel_13v7r_217{font-size:.6875rem;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-color-soft-text)}._FilterValue_13v7r_224{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text);padding:.375rem 0}._FilterSelect_13v7r_231{min-width:120px}._FilterItemToggle_13v7r_235{display:flex;align-items:center;gap:.5rem}._FilterToggleLabel_13v7r_241{color:var(--theme-color-std-text)}._FilterSpacer_13v7r_245{flex:1}._FilterItemViewMode_13v7r_249{display:flex;align-items:center;gap:.25rem}._HeatmapContainer_13v7r_259{display:flex;flex-direction:column;gap:.75rem}._HeatmapBreadcrumb_13v7r_265{display:flex;align-items:center;gap:.75rem;padding-bottom:.5rem}._BreadcrumbBack_13v7r_272{display:flex;align-items:center;gap:.25rem;font-size:.8125rem;color:var(--theme-color-primary);background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background .15s ease}._BreadcrumbBack_13v7r_272:hover{background:var(--theme-color-ghost--background--hover)}._BreadcrumbCurrent_13v7r_290{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text)}._HeatmapGrid_13v7r_296{display:flex;flex-direction:column;border:1px solid var(--theme-color-component-2);border-radius:8px;overflow:hidden}._HeatmapHeaderRow_13v7r_304{display:flex;background:var(--theme-color-component-1);border-bottom:1px solid var(--theme-color-component-2)}._HeatmapCorner_13v7r_310{width:150px;min-width:150px;padding:.75rem;display:flex;align-items:center;color:var(--theme-color-soft-text)}._HeatmapHeaderCell_13v7r_319{flex:1;min-width:60px;padding:.75rem .5rem;text-align:center;color:var(--theme-color-std-text);border-left:1px solid var(--theme-color-component-2)}._HeatmapRow_13v7r_328{display:flex;border-bottom:1px solid var(--theme-color-component-2)}._HeatmapRow_13v7r_328:last-child{border-bottom:none}._HeatmapRowLabel_13v7r_337{width:150px;min-width:150px;padding:.75rem;display:flex;flex-direction:column;justify-content:center;gap:.125rem;background:var(--theme-color-component-1);border-right:1px solid var(--theme-color-component-2)}._ResourceName_13v7r_349{color:var(--theme-color-std-text);font-weight:500}._ResourceType_13v7r_354{color:var(--theme-color-soft-text);font-size:.6875rem;text-transform:uppercase}._HeatmapCell_13v7r_361{flex:1;min-width:60px;min-height:72px;padding:.5rem;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;position:relative;border-left:1px solid var(--theme-color-component-2)}._HeatmapCell_13v7r_361:hover{transform:scale(1.02);box-shadow:0 2px 8px #00000026;z-index:2}._CellEmpty_13v7r_381{background:var(--theme-color-1);cursor:default}._CellEmpty_13v7r_381:hover{transform:none;box-shadow:none}._CellUnderload_13v7r_392{background:var(--theme-color-component-2);color:var(--theme-color-soft-text)}._CellNormal_13v7r_397{background:var(--theme-color-success);color:var(--theme-color-success--contrast)}._CellWarning_13v7r_402{background:var(--theme-color-warning);color:var(--theme-color-warning--contrast)}._CellOverload_13v7r_407{background:var(--theme-color-alarm);color:var(--theme-color-alarm--contrast)}._CellRiskIcons_13v7r_412{display:flex;gap:.25rem;position:absolute;top:.25rem;left:.25rem}._CellRiskIcon_13v7r_412{opacity:.9}._CellUtilization_13v7r_424{font-size:1rem;font-weight:700;text-align:center;flex:1;display:flex;align-items:center;justify-content:center}._CellDelta_13v7r_434{font-size:.6875rem;text-align:right;opacity:.85;position:absolute;bottom:.25rem;right:.375rem}._CellTooltip_13v7r_444{text-align:left;min-width:200px}._CellTooltipHeader_13v7r_449{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.2)}._CellTooltipRow_13v7r_458{font-size:.8125rem;margin-bottom:.5rem}._CellTooltipSection_13v7r_463{font-weight:600;font-size:.75rem;margin-top:.75rem;margin-bottom:.25rem;opacity:.8}._CellTooltipItem_13v7r_471{font-size:.8125rem;margin-left:.25rem;line-height:1.4}._HeatmapLegend_13v7r_478{display:flex;gap:1.5rem;padding:.5rem 0;flex-wrap:wrap}._LegendItem_13v7r_485{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--theme-color-soft-text)}._LegendDot_13v7r_493{width:12px;height:12px;border-radius:3px}._RiskBandContainer_13v7r_503{display:flex;flex-direction:column;gap:.5rem;width:100%}._RiskBandHeader_13v7r_510{display:flex;align-items:center;gap:.5rem;padding-left:120px}._RiskBandTitle_13v7r_517{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-color-soft-text)}._RiskBandGrid_13v7r_525{display:flex;gap:0;width:100%;padding-left:120px;padding-right:30px;box-sizing:border-box}._RiskBandCorner_13v7r_535{display:none}._RiskBandBlock_13v7r_540{flex:1;min-width:0;height:60px;padding:.5rem;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;border:1px solid var(--theme-color-soft-bdr);border-radius:4px;background:var(--theme-color-component-1);margin:0 1px}._RiskBandBlock_13v7r_540:first-child{margin-left:0}._RiskBandBlock_13v7r_540:last-child{margin-right:0}._RiskBandBlock_13v7r_540:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;z-index:2}._RiskBandBlockEmpty_13v7r_571{flex:1;min-width:0;height:60px;border:1px dashed var(--theme-color-soft-bdr);border-radius:4px;background:transparent;margin:0 1px}._RiskLow_13v7r_581{background:linear-gradient(to right,var(--theme-color-1),rgba(16,185,129,.1))}._RiskMedium_13v7r_585{background:linear-gradient(to right,var(--theme-color-1),rgba(245,158,11,.15))}._RiskHigh_13v7r_589{background:linear-gradient(to right,var(--theme-color-1),rgba(239,68,68,.15))}._RiskScoreBar_13v7r_593{height:4px;background:var(--theme-color-component-2);border-radius:2px;overflow:hidden}._RiskScoreFill_13v7r_600{height:100%;border-radius:2px;transition:width .3s ease}._RiskLow_13v7r_581 ._RiskScoreFill_13v7r_600{background:var(--theme-color-success)}._RiskMedium_13v7r_585 ._RiskScoreFill_13v7r_600{background:var(--theme-color-warning)}._RiskHigh_13v7r_589 ._RiskScoreFill_13v7r_600{background:var(--theme-color-alarm)}._RiskIcons_13v7r_618{display:flex;gap:.375rem;justify-content:center}._RiskIconBadge_13v7r_624{display:flex;align-items:center;gap:.125rem;color:var(--theme-color-soft-text)}._RiskIconCount_13v7r_631{font-size:.625rem;font-weight:600}._RiskTooltip_13v7r_637{text-align:left;min-width:180px}._RiskTooltipHeader_13v7r_642{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._RiskTooltipLevel_13v7r_649{font-size:.75rem;font-weight:600;padding:.125rem .375rem;border-radius:4px}._RiskTooltipLow_13v7r_656{background:#10b98133;color:var(--theme-color-success)}._RiskTooltipMedium_13v7r_661{background:#f59e0b33;color:var(--theme-color-warning)}._RiskTooltipHigh_13v7r_666{background:#ef444433;color:var(--theme-color-alarm)}._RiskTooltipBody_13v7r_671{font-size:.8125rem;line-height:1.5}._DrawerBackdrop_13v7r_680{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:9998}._DrawerBackdropOpen_13v7r_693{opacity:1;visibility:visible}._ContextPanel_13v7r_698{position:fixed;top:0;right:0;width:380px;height:100vh;max-height:100vh;background:var(--theme-color-1);border-left:1px solid var(--theme-color-component-2);box-shadow:-4px 0 24px #00000040;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;z-index:9999;overflow:hidden}._ContextPanelOpen_13v7r_716{transform:translate(0)}._ContextPanelHeader_13v7r_720{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--theme-color-component-2)}._ContextPanelClose_13v7r_728{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--theme-color-soft-text);padding:.25rem;border-radius:4px;transition:background .15s ease,color .15s ease}._ContextPanelClose_13v7r_728:hover{background:var(--theme-color-ghost--background--hover);color:var(--theme-color-std-text)}._ContextPanelSubheader_13v7r_746{padding:.5rem 1rem;color:var(--theme-color-soft-text);border-bottom:1px solid var(--theme-color-component-2)}._ContextPanelContent_13v7r_752{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.75rem}._ContextPanelEmpty_13v7r_761{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1rem;color:var(--theme-color-soft-text);text-align:center}._ContextItemCard_13v7r_773{background:var(--theme-color-component-1);border:1px solid var(--theme-color-component-2);border-radius:8px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}._ContextItemHeader_13v7r_783{display:flex;justify-content:space-between;align-items:center}._ContextItemType_13v7r_789{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase}._ContextItemDate_13v7r_798{font-size:.75rem;color:var(--theme-color-soft-text)}._ContextItemBody_13v7r_803{display:flex;flex-direction:column;gap:.375rem}._ContextItemOrder_13v7r_809{color:var(--theme-color-std-text)}._ContextItemResource_13v7r_813{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--theme-color-soft-text)}._ContextItemDescription_13v7r_821{font-size:.8125rem;color:var(--theme-color-std-text);line-height:1.4}._ContextItemImpact_13v7r_827{font-size:.8125rem;color:var(--theme-color-alarm)}._ContextItemActions_13v7r_832{display:flex;gap:.5rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--theme-color-component-2)}._ContextItemActions_13v7r_832 ix-button{flex:1;font-size:.75rem}@media(max-width:1200px){._ContextPanel_13v7r_698{width:340px}}@media(max-width:900px){._RadarKpiRow_13v7r_95{grid-template-columns:repeat(3,1fr)}._HeatmapCorner_13v7r_310,._HeatmapRowLabel_13v7r_337{width:100px;min-width:100px}._RiskBandHeader_13v7r_510{padding-left:100px}._RiskBandGrid_13v7r_525{padding-left:100px;padding-right:20px}}@media(max-width:640px){._Zone4Container_13v7r_13{padding:1rem 0;gap:1rem}._RadarKpiRow_13v7r_95{grid-template-columns:1fr}._FilterBar_13v7r_198{gap:1rem;padding:.5rem .75rem}._FilterItemToggle_13v7r_235{margin-left:0;width:100%;justify-content:flex-end}._HeatmapCorner_13v7r_310,._HeatmapRowLabel_13v7r_337{width:80px;min-width:80px}._RiskBandHeader_13v7r_510{padding-left:80px}._RiskBandGrid_13v7r_525{padding-left:80px;padding-right:15px}._HeatmapCell_13v7r_361,._RiskBandBlock_13v7r_540,._RiskBandBlockEmpty_13v7r_571{min-width:50px}}._Content_13py9_10{padding-right:2rem}._List_13py9_14{display:flex;flex-direction:column;gap:2rem;padding-bottom:1.5rem;padding-right:1rem}._List_13py9_14._h-100_13py9_22{min-height:100%;box-sizing:border-box}._DrawerPane_1bxlo_7{position:fixed;right:0;top:0;bottom:0;width:480px;max-width:480px;height:100vh;z-index:100001;box-shadow:-2px 0 8px #00000026;pointer-events:auto;animation:_slideInRight_1bxlo_1 .3s cubic-bezier(.4,0,.2,1)}._DrawerPane_1bxlo_7 ix-pane{height:100%!important;display:flex!important;flex-direction:column!important}._DrawerPane_1bxlo_7 ix-pane-header{flex-shrink:0!important}._DrawerPane_1bxlo_7 ix-pane-body{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;min-height:0!important;padding:0!important}@keyframes _slideInRight_1bxlo_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}._DrawerPane_1bxlo_7 ix-pane-header{position:relative;overflow:hidden}._DrawerPane_1bxlo_7 ix-pane-header ix-icon-button,._DrawerPane_1bxlo_7 ix-pane-header [slot=icon-expand-header],._DrawerPane_1bxlo_7 ix-pane-header [slot=icon-collapse-header]{display:none!important;visibility:hidden!important;width:0!important;height:0!important;margin:0!important;padding:0!important;border:none!important;opacity:0!important;pointer-events:none!important}._CloseButtonContainer_1bxlo_74{position:absolute;top:8px;right:8px;z-index:10;pointer-events:auto}._CloseButton_1bxlo_74{width:32px;height:32px;min-width:32px;min-height:32px;border:none;background:none;color:var(--theme-color-std-text);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;border-radius:4px;transition:background-color .2s ease,color .2s ease;padding:0;line-height:1}._CloseButton_1bxlo_74:hover{background-color:#ffffff1a;color:var(--theme-color-std-text)}._CloseButton_1bxlo_74:active{background-color:#ffffff26}._DrawerContent_1bxlo_110{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;min-height:0;padding:0}._Subtitle_1bxlo_118{font-size:13px;color:var(--theme-color-weak-text);padding:0 16px 12px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:16px}._Section_1bxlo_126{padding:16px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:0}._Section_1bxlo_126:last-of-type{border-bottom:none;margin-bottom:0}._SectionTitle_1bxlo_137{margin:0 0 16px;font-size:15px;font-weight:600;color:var(--theme-color-std-text)}._FormGroup_1bxlo_144{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}._FormGroup_1bxlo_144:last-child{margin-bottom:0}._Label_1bxlo_155{font-size:13px;font-weight:500;color:var(--theme-color-weak-text);letter-spacing:.5px}._TimeRow_1bxlo_162{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}._TimeRow_1bxlo_162 ._FormGroup_1bxlo_144{margin-bottom:0}._Error_1bxlo_173{font-size:12px;color:#f44336;margin-top:4px}._Footer_1bxlo_179{flex-shrink:0;padding:16px;background:#283237;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;gap:12px}._FooterLeft_1bxlo_190{display:flex;align-items:center}._DeleteButton_1bxlo_195{background:none;border:none;color:#f44336;cursor:pointer;font-size:13px;font-weight:500;padding:8px 12px;transition:background-color .2s;display:flex;align-items:center;gap:6px}._DeleteButton_1bxlo_195:hover{background-color:#f443361a;border-radius:4px}._FooterActions_1bxlo_214{display:flex;gap:12px;margin-left:auto}._FooterActions_1bxlo_214 ix-button{min-width:120px}ix-select{--ix-select-background: var(--theme-color-component--1);--ix-select-border-color: rgba(255, 255, 255, .15);--ix-select-background-hover: rgba(255, 255, 255, .05);--ix-select-text-color: var(--theme-color-std-text);--ix-icon-size: 14px;pointer-events:auto!important}ix-input,ix-textarea,ix-button{pointer-events:auto!important}ix-select::part(input),ix-select::part(dropdown),ix-select-item{pointer-events:auto!important}ix-select-item{--ix-select-item-background-hover: rgba(255, 255, 255, .08);--ix-select-item-background-selected: rgba(255, 255, 255, .12)}.dropdown-popover,ix-select::part(popover){background:#1a1a1a!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:6px!important;box-shadow:0 8px 24px #00000080!important}ix-select::part(input){background:var(--theme-color-component--1);border:1px solid rgba(255,255,255,.15);border-radius:4px;padding:8px 12px;color:var(--theme-color-std-text)}ix-select::part(input):hover{background:#ffffff0d}._DateInput_1bxlo_274{width:100%;height:36px;background:var(--theme-color-component--1);border:1px solid rgba(255,255,255,.15);border-radius:4px;padding:8px 12px;color:var(--theme-color-std-text);font-size:14px;font-family:inherit;transition:all .2s ease;cursor:pointer}._DateInput_1bxlo_274:hover{background:#ffffff0d;border-color:#ffffff40}._DateInput_1bxlo_274:focus{outline:none;border-color:var(--theme-color-primary);background:#ffffff14}._DateInput_1bxlo_274::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer;opacity:.7;transition:opacity .2s ease}._DateInput_1bxlo_274::-webkit-calendar-picker-indicator:hover{opacity:1}._MachineSelection_1bxlo_312{position:relative;display:flex;flex-direction:column;gap:0}._SelectedMachines_1bxlo_319{width:100%;height:36px;background:var(--theme-color-component--1);border:1px solid rgba(255,255,255,.15);border-radius:4px 4px 0 0;padding:8px 12px;color:var(--theme-color-std-text);font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}._NoSelection_1bxlo_337{color:var(--theme-color-weak-text);font-style:italic}._MachineDropdown_1bxlo_342{background:var(--theme-color-component--1);border:1px solid rgba(255,255,255,.15);border-top:none;border-radius:0 0 4px 4px;max-height:200px;overflow-y:auto;padding:8px 0}._CheckboxItem_1bxlo_352{display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--theme-color-std-text);font-size:14px;transition:background-color .2s ease}._CheckboxItem_1bxlo_352:hover{background-color:#ffffff14}._CheckboxItem_1bxlo_352 input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--theme-color-primary)}._CheckboxItem_1bxlo_352 span{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._DrawerPane_9moed_7{position:fixed;right:0;top:64px;bottom:0;width:480px;max-width:480px;height:calc(100vh - 64px);z-index:99999;box-shadow:-2px 0 8px #00000026;display:flex;flex-direction:column;overflow:hidden;animation:_slideInRight_9moed_1 .3s cubic-bezier(.4,0,.2,1)}@keyframes _slideInRight_9moed_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}._Header_9moed_35{padding:24px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:flex-start;gap:16px}._HeaderLeft_9moed_44{flex:1}._Title_9moed_48{font-size:20px;font-weight:600;margin:0 0 8px;color:var(--theme-color-std-text)}._Subtitle_9moed_55{font-size:14px;color:var(--theme-color-weak-text);margin:0}._HeaderRight_9moed_61{display:flex;align-items:center;gap:12px}._StatusBadge_9moed_67{font-size:12px;font-weight:600;padding:4px 12px;border-radius:12px;background:#ffffff0d;text-transform:uppercase;letter-spacing:.5px}._Content_9moed_78{padding:24px;overflow-y:auto;flex:1}._InfoRow_9moed_84{margin-bottom:24px}._InfoRow_9moed_84:last-child{margin-bottom:0}._InfoLabel_9moed_92{font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-color-weak-text);margin-bottom:8px;font-weight:600}._InfoValue_9moed_101{font-size:15px;color:var(--theme-color-std-text);line-height:1.6}._Footer_9moed_108{padding:16px 24px;background:var(--theme-color-component--2);border-top:1px solid rgba(255,255,255,.08);margin-top:auto}._Footer_9moed_108 ix-button{width:100%}._ModalOverlay_iprtf_7{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:10000}._ModalContainer_iprtf_20{background-color:var(--theme-color-1);border-radius:8px;width:90%;max-width:720px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0006;border:1px solid var(--theme-color-std-bdr-1)}._ModalHeader_iprtf_32{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--theme-color-component-5)}._ModalHeader_iprtf_32 h2{margin:0;font-size:20px;font-weight:600;color:var(--theme-color-std-text)}._CloseButton_iprtf_47{background:none;border:none;font-size:24px;color:var(--theme-color-weak-text);cursor:pointer;padding:4px 8px;transition:color .2s ease}._CloseButton_iprtf_47:hover{color:var(--theme-color-std-text)}._ModalContent_iprtf_61{padding:24px;display:flex;flex-direction:column;gap:32px;max-height:70vh;overflow-y:auto}._Section_iprtf_70{display:flex;flex-direction:column;gap:16px}._SectionTitle_iprtf_76{font-size:16px;font-weight:600;color:var(--theme-color-std-text);margin:0;padding-bottom:8px;border-bottom:1px solid var(--theme-color-component-5)}._FormGroup_iprtf_85{display:flex;flex-direction:column;gap:8px}._Label_iprtf_91{font-size:14px;font-weight:500;color:var(--theme-color-std-text)}._InputRow_iprtf_97{display:flex;align-items:center;gap:12px}._Separator_iprtf_103{font-size:18px;font-weight:600;color:var(--theme-color-weak-text)}._Divider_iprtf_109{height:1px;background-color:var(--theme-color-component-5);margin:8px 0}._ModalFooter_iprtf_115{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-component-2);border-radius:0 0 8px 8px}._ModalOverlay_39efq_8{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:10000}._ModalContainer_39efq_21{background-color:var(--theme-color-1);border-radius:8px;width:90%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0006;border:1px solid var(--theme-color-std-bdr-1)}._SubDrawerOverlay_39efq_33{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10001}._SubDrawerContainer_39efq_46{background-color:var(--theme-color-1);border-radius:8px;width:85%;max-width:700px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0009;border:1px solid var(--theme-color-std-bdr-1)}._ModalHeader_39efq_58{display:flex;align-items:center;justify-content:space-between;padding:20px 24px}._ModalHeader_39efq_58 h2{margin:0;font-size:20px;font-weight:600;color:var(--theme-color-std-text)}._SubDrawerSubtitle_39efq_72{margin:4px 0 0;font-size:13px;color:var(--theme-color-weak-text)}._CloseButton_39efq_78{background:none;border:none;font-size:24px;color:var(--theme-color-weak-text);cursor:pointer;padding:4px 8px;transition:color .2s ease}._CloseButton_39efq_78:hover{color:var(--theme-color-std-text)}._TabNavigationHeader_39efq_93{display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid var(--theme-color-std-bdr-1);gap:16px}._TabNavigation_39efq_93{display:flex;gap:0;flex:1}._TabButton_39efq_108{background:none;border:none;padding:12px 24px;font-size:14px;font-weight:500;color:var(--theme-color-weak-text);cursor:pointer;position:relative;transition:color .2s ease}._TabButton_39efq_108:hover{color:var(--theme-color-std-text)}._TabButtonActive_39efq_124{color:var(--theme-color-primary);font-weight:600}._TabButtonActive_39efq_124:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background-color:var(--theme-color-primary)}._TabAddButton_39efq_140{display:flex;align-items:center;gap:8px;padding:12px 0;background:transparent;border:none;font-size:14px;font-weight:500;color:var(--theme-color-std-text);cursor:pointer;white-space:nowrap;transition:color .2s ease}._TabAddButton_39efq_140:hover:not(:disabled){color:var(--theme-color-primary)}._TabAddButton_39efq_140:disabled{opacity:.5;cursor:not-allowed}._TabDescription_39efq_165{padding:12px 24px 0;font-size:13px;color:var(--theme-color-weak-text);line-height:1.4}._TabContainer_39efq_172{padding:0 24px}._ModalContent_39efq_177{padding:24px;display:flex;flex-direction:column;gap:32px;max-height:70vh;overflow-y:auto}._Section_39efq_186{display:flex;flex-direction:column;gap:16px}._SectionTitle_39efq_192{font-size:16px;font-weight:600;color:var(--theme-color-std-text);margin:0;padding-bottom:0}._SectionDescription_39efq_200{font-size:13px;color:var(--theme-color-weak-text);margin:4px 0 16px;line-height:1.5;padding-bottom:12px;border-bottom:1px solid var(--theme-color-component-5)}._TableContainer_39efq_210{overflow-x:auto;border-radius:4px;border:1px solid var(--theme-color-component-5)}._Table_39efq_210{width:100%;border-collapse:collapse;font-size:14px}._Table_39efq_210 thead{background-color:var(--theme-color-component-2)}._Table_39efq_210 thead th{padding:12px 16px;text-align:left;font-weight:600;color:var(--theme-color-std-text);border-bottom:2px solid var(--theme-color-component-5)}._Table_39efq_210 tbody tr{border-bottom:1px solid var(--theme-color-component-5);transition:background-color .2s ease}._Table_39efq_210 tbody tr:hover{background-color:var(--theme-color-component-2)}._Table_39efq_210 tbody td{padding:12px 16px;color:var(--theme-color-std-text)}._FormGroup_39efq_249{display:flex;flex-direction:column;gap:8px}._Label_39efq_255{font-size:14px;font-weight:500;color:var(--theme-color-std-text)}._Input_39efq_261{padding:8px 12px;border:1px solid var(--theme-color-component-5);border-radius:4px;background-color:var(--theme-color-component-2);color:var(--theme-color-std-text);font-size:14px;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}._Input_39efq_261:focus{outline:none;border-color:var(--theme-color-primary);box-shadow:0 0 0 2px #009fe333}._Textarea_39efq_278{padding:8px 12px;border:1px solid var(--theme-color-component-5);border-radius:4px;background-color:var(--theme-color-component-2);color:var(--theme-color-std-text);font-size:14px;font-family:inherit;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease}._Textarea_39efq_278:focus{outline:none;border-color:var(--theme-color-primary);box-shadow:0 0 0 2px #009fe333}._Select_39efq_296{padding:8px 30px 8px 12px;border:1px solid var(--theme-color-component-5);border-radius:4px;background-color:var(--theme-color-component-2);color:var(--theme-color-std-text);font-size:14px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}._Select_39efq_296:focus{outline:none;border-color:var(--theme-color-primary);box-shadow:0 0 0 2px #009fe333}._Select_39efq_296 option{background-color:var(--theme-color-1);color:var(--theme-color-std-text);padding:8px}._Checkbox_39efq_324{width:18px;height:18px;accent-color:var(--theme-color-primary);cursor:pointer}._ColorInput_39efq_331{width:60px;height:32px;border:1px solid var(--theme-color-component-5);border-radius:4px;cursor:pointer}._ColorBadge_39efq_339{display:inline-block;padding:4px 12px;border-radius:4px;font-weight:600;font-size:12px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}._Toggle_39efq_350{position:relative;display:inline-block;width:44px;height:24px}._Toggle_39efq_350 input{opacity:0;width:0;height:0}._ToggleSlider_39efq_363{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--theme-color-component-5);transition:.3s;border-radius:24px}._ToggleSlider_39efq_363:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}._Toggle_39efq_350 input:checked+._ToggleSlider_39efq_363{background-color:var(--theme-color-primary)}._Toggle_39efq_350 input:checked+._ToggleSlider_39efq_363:before{transform:translate(20px)}._ActionButtons_39efq_396{display:flex;gap:8px;align-items:center}._IconButton_39efq_402{background:transparent;border:1px solid var(--theme-color-component-5);padding:6px 10px;border-radius:4px;cursor:pointer;font-size:16px;color:var(--theme-color-std-text);transition:all .2s ease}._IconButton_39efq_402:hover{background-color:var(--theme-color-component-2);border-color:var(--theme-color-primary)}._AddButtonContainer_39efq_418{margin-top:16px}._WeekSchemaTable_39efq_423{display:flex;flex-direction:column;gap:12px}._WeekSchemaRow_39efq_429{display:grid;grid-template-columns:120px 1fr;gap:16px;align-items:center}._WeekSchemaLabel_39efq_436{font-size:14px;font-weight:500;color:var(--theme-color-std-text)}._HintText_39efq_442{font-size:12px;color:var(--theme-color-weak-text);font-style:italic;margin-top:8px}._DaysPreview_39efq_450{font-family:Courier New,monospace;font-weight:600;color:var(--theme-color-std-text)}._DaysCount_39efq_456{font-size:13px;color:var(--theme-color-weak-text)}._ModalFooter_39efq_462{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px;border-top:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-component-2);border-radius:0 0 8px 8px}._FooterRight_39efq_473{display:flex;gap:12px;margin-left:auto}._DeleteButton_39efq_479{background:none;border:1px solid var(--theme-color-alarm);color:var(--theme-color-alarm);padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}._DeleteButton_39efq_479:hover{background-color:var(--theme-color-alarm);color:#fff}._ColorPickerContainer_39efq_497{position:relative;display:inline-block}._ColorPickerButton_39efq_502{padding:6px 12px;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;min-width:100px}._ColorPickerButton_39efq_502:hover{border-color:var(--theme-color-dynamic--color-std-text)}._ColorPickerLabel_39efq_518{font-family:monospace;font-size:12px;color:var(--theme-color-std-text);text-shadow:0 0 2px rgba(0,0,0,.5)}._ColorPickerOverlay_39efq_525{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}._ColorPickerPalette_39efq_534{position:fixed;background:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;padding:12px;box-shadow:0 8px 24px #0006;z-index:10002;min-width:280px;transform:translateY(4px)}._ColorGrid_39efq_546{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}._ColorOption_39efq_552{width:40px;height:40px;border:2px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;position:relative;display:flex;align-items:center;justify-content:center}._ColorOption_39efq_552:hover{border-color:var(--theme-color-std-text);transform:scale(1.1)}._ColorOption_39efq_552._Selected_39efq_570{border-color:var(--theme-color-std-text);box-shadow:0 0 0 2px var(--theme-color-1),0 0 0 4px var(--theme-color-std-text)}._CheckMark_39efq_575{color:#fff;font-size:20px;font-weight:700;text-shadow:0 0 3px rgba(0,0,0,.8)}._SectionHeader_39efq_583{display:flex;align-items:center;justify-content:flex-end;margin-bottom:20px}._ShortName_39efq_590{font-weight:600;font-size:14px;padding:4px 8px;background:var(--theme-color-component-2);border-radius:4px}._ActiveBadge_39efq_598,._InactiveBadge_39efq_599{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}._ActiveBadge_39efq_598{background:var(--theme-color-success);color:#fff}._InactiveBadge_39efq_599{background:var(--theme-color-component-2);color:var(--theme-color-weak-text)}._ModelName_39efq_617{font-weight:600;font-size:14px;display:block}._ModelDescription_39efq_623{font-size:12px;color:var(--theme-color-weak-text);display:block;margin-top:2px}._RotationTypeBadge_39efq_630{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;background:var(--theme-color-component-2);color:var(--theme-color-std-text)}._PatternBadges_39efq_640{display:flex;gap:4px;flex-wrap:wrap}._PatternBadge_39efq_640{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;border-left:3px solid;color:var(--theme-color-std-text)}._PatternEditor_39efq_656{display:flex;flex-direction:column;gap:8px}._PatternItems_39efq_662{display:flex;gap:4px;flex-wrap:wrap;min-height:28px}._PatternItem_39efq_662{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;border:1px solid;color:var(--theme-color-std-text)}._PatternItemRemove_39efq_681{background:none;border:none;cursor:pointer;font-size:14px;color:var(--theme-color-weak-text);padding:0;line-height:1;margin-left:2px}._PatternItemRemove_39efq_681:hover{color:var(--theme-color-alarm)}._PatternSelect_39efq_696{padding:6px 8px;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;background:var(--theme-color-component-1);color:var(--theme-color-std-text);font-size:12px;cursor:pointer}._PatternSelect_39efq_696:focus{outline:none;border-color:var(--theme-color-primary)}._TabAddButton_39efq_140 svg,._TabAddButton_39efq_140 ix-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.ix-button{display:flex;align-items:center;gap:8px}.ix-button ix-icon,.ix-button svg{display:flex;align-items:center;justify-content:center}._ModalOverlay_1o0se_8{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:10000}._ModalContainer_1o0se_21{background-color:var(--theme-color-1);border-radius:8px;width:90%;max-width:550px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0006;border:1px solid var(--theme-color-std-bdr-1);overflow:hidden}._ModalHeader_1o0se_34{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._ModalHeader_1o0se_34 h2{margin:0;font-size:18px;font-weight:600;color:var(--theme-color-std-text)}._ModalSubtitle_1o0se_49{margin:4px 0 0;font-size:13px;color:var(--theme-color-weak-text)}._CloseButton_1o0se_55{background:none;border:none;font-size:24px;color:var(--theme-color-weak-text);cursor:pointer;padding:4px 8px;transition:color .2s ease}._CloseButton_1o0se_55:hover{color:var(--theme-color-std-text)}._ModalContent_1o0se_70{padding:24px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:24px}._FormGroup_1o0se_80{display:flex;flex-direction:column;gap:8px}._FormLabel_1o0se_86{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--theme-color-std-text)}._FormSelect_1o0se_95{background-color:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;padding:10px 12px;font-size:14px;color:var(--theme-color-std-text);cursor:pointer;transition:border-color .2s ease}._FormSelect_1o0se_95:hover{border-color:var(--theme-color-primary)}._FormSelect_1o0se_95:focus{outline:none;border-color:var(--theme-color-primary);box-shadow:0 0 0 2px #00a8ff33}._FormHint_1o0se_116{font-size:12px;color:var(--theme-color-weak-text)}._ShiftButtonGroup_1o0se_122{display:flex;gap:12px;flex-wrap:wrap}._ShiftButton_1o0se_122{display:flex;align-items:center;gap:10px;padding:10px 16px;background:transparent;border:2px solid var(--theme-color-std-bdr-1);border-radius:8px;cursor:pointer;transition:all .2s ease;flex:1;min-width:120px}._ShiftButton_1o0se_122:hover{border-color:var(--shift-color, var(--theme-color-primary));background-color:#00a8ff0d}._ShiftButtonActive_1o0se_147{border-width:2px}._ShiftBadge_1o0se_151{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;border-radius:4px;font-size:13px;font-weight:600;color:#fff}._ShiftName_1o0se_164{font-size:14px;font-weight:500;color:var(--theme-color-std-text)}._PreviewSection_1o0se_171{margin-top:8px}._PreviewTitle_1o0se_175{font-size:13px;font-weight:600;color:var(--theme-color-std-text);margin:0 0 12px}._PreviewGrid_1o0se_182{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}._PreviewCard_1o0se_188{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;background-color:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;transition:all .2s ease}._PreviewCardActive_1o0se_200{background-color:var(--theme-color-3);border-color:var(--theme-color-primary)}._PreviewWeek_1o0se_205{font-size:12px;font-weight:600;color:var(--theme-color-std-text)}._PreviewDate_1o0se_211{font-size:11px;color:var(--theme-color-weak-text)}._PreviewBadge_1o0se_216{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:26px;padding:0 10px;border-radius:4px;font-size:13px;font-weight:600;color:#fff;margin-top:4px}._ModalFooter_1o0se_231{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-2)}._ModalOverlay_10xv5_7{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:10000}._ModalContainer_10xv5_20{background-color:var(--theme-color-1);border-radius:8px;width:90%;max-width:480px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0006;border:1px solid var(--theme-color-std-bdr-1)}._ModalHeader_10xv5_32{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--theme-color-component-5)}._ModalHeader_10xv5_32 h2{margin:0;font-size:18px;font-weight:600;color:var(--theme-color-std-text)}._CloseButton_10xv5_47{background:none;border:none;font-size:20px;color:var(--theme-color-weak-text);cursor:pointer;padding:4px 8px;transition:color .2s ease}._CloseButton_10xv5_47:hover{color:var(--theme-color-std-text)}._ModalContent_10xv5_61{padding:20px;display:flex;flex-direction:column;gap:24px;max-height:60vh;overflow-y:auto}._Section_10xv5_70{display:flex;flex-direction:column;gap:12px}._SectionTitle_10xv5_76{font-size:14px;font-weight:600;color:var(--theme-color-std-text);margin:0;padding-bottom:6px;border-bottom:1px solid var(--theme-color-component-5)}._FormGroup_10xv5_85{display:flex;flex-direction:column;gap:6px}._Label_10xv5_91{font-size:13px;font-weight:500;color:var(--theme-color-std-text)}._InputRow_10xv5_97{display:flex;align-items:center;gap:10px}._Separator_10xv5_103{font-size:16px;font-weight:600;color:var(--theme-color-weak-text)}._RangeTypeToggle_10xv5_109{display:flex;gap:0;border-radius:4px;overflow:hidden;border:1px solid var(--theme-color-component-5)}._ToggleBtn_10xv5_117{flex:1;padding:8px 16px;border:none;background-color:var(--theme-color-component-1);color:var(--theme-color-std-text);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}._ToggleBtn_10xv5_117:first-child{border-right:1px solid var(--theme-color-component-5)}._ToggleBtn_10xv5_117:hover:not(._active_10xv5_133):not(:disabled){background-color:var(--theme-color-component-2)}._ToggleBtn_10xv5_117._active_10xv5_133{background-color:var(--theme-color-primary);color:#fff}._ToggleBtn_10xv5_117:disabled{opacity:.6;cursor:not-allowed}._DateInput_10xv5_147{flex:1;padding:8px 12px;border:1px solid var(--theme-color-component-5);border-radius:4px;background-color:var(--theme-color-component-1);color:var(--theme-color-std-text);font-size:14px}._DateInput_10xv5_147:focus{outline:none;border-color:var(--theme-color-primary)}._Warning_10xv5_162{padding:12px;background-color:var(--theme-color-alarm--active);border-radius:4px;color:#fff;font-size:13px;text-align:center}._ModalFooter_10xv5_171{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:14px 20px;border-top:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-component-2);border-radius:0 0 8px 8px}._ModalOverlay_1usr6_7{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:10000}._ModalContainer_1usr6_20{background-color:var(--theme-color-1);border-radius:8px;width:90%;max-width:520px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0006;border:1px solid var(--theme-color-std-bdr-1)}._ModalHeader_1usr6_32{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--theme-color-component-5)}._ModalHeader_1usr6_32 h2{margin:0;font-size:18px;font-weight:600;color:var(--theme-color-std-text)}._CloseButton_1usr6_47{background:none;border:none;font-size:20px;color:var(--theme-color-weak-text);cursor:pointer;padding:4px 8px;transition:color .2s ease}._CloseButton_1usr6_47:hover{color:var(--theme-color-std-text)}._ModalContent_1usr6_61{padding:20px;display:flex;flex-direction:column;gap:24px;max-height:60vh;overflow-y:auto}._InfoBox_1usr6_70{padding:12px 16px;background-color:var(--theme-color-info--active);border-radius:4px;color:#fff;font-size:13px;line-height:1.5}._InfoText_1usr6_79{padding:8px 0;font-size:12px;color:var(--theme-color-std-text);opacity:.8;margin-bottom:8px}._Section_1usr6_87{display:flex;flex-direction:column;gap:12px}._SectionTitle_1usr6_93{font-size:14px;font-weight:600;color:var(--theme-color-std-text);margin:0;padding-bottom:6px;border-bottom:1px solid var(--theme-color-component-5)}._FormGroup_1usr6_102{display:flex;flex-direction:column;gap:6px}._Label_1usr6_108{font-size:13px;font-weight:500;color:var(--theme-color-std-text)}._InputRow_1usr6_114{display:flex;align-items:center;gap:10px}._Separator_1usr6_120{font-size:16px;font-weight:600;color:var(--theme-color-weak-text)}._RangeTypeToggle_1usr6_126{display:flex;gap:0;border-radius:4px;overflow:hidden;border:1px solid var(--theme-color-component-5)}._ToggleBtn_1usr6_134{flex:1;padding:8px 16px;border:none;background-color:var(--theme-color-component-1);color:var(--theme-color-std-text);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}._ToggleBtn_1usr6_134:first-child{border-right:1px solid var(--theme-color-component-5)}._ToggleBtn_1usr6_134:hover:not(._active_1usr6_150):not(:disabled){background-color:var(--theme-color-component-2)}._ToggleBtn_1usr6_134._active_1usr6_150{background-color:var(--theme-color-primary);color:#fff}._ToggleBtn_1usr6_134:disabled{opacity:.6;cursor:not-allowed}._DateInput_1usr6_164{flex:1;padding:8px 12px;border:1px solid var(--theme-color-component-5);border-radius:4px;background-color:var(--theme-color-component-1);color:var(--theme-color-std-text);font-size:14px}._DateInput_1usr6_164:focus{outline:none;border-color:var(--theme-color-primary)}._ErrorBox_1usr6_179{padding:12px 16px;border-radius:4px;background-color:#ff6b6b1a;border-left:4px solid #ff6b6b;color:#ff6b6b;font-size:13px;margin-top:12px;margin-bottom:12px}._ModalFooter_1usr6_190{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:14px 20px;border-top:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-component-2);border-radius:0 0 8px 8px}._ModalOverlay_wok5j_7{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:10000}._ModalContainer_wok5j_20{background-color:var(--theme-color-1);border-radius:8px;width:90%;max-width:450px;display:flex;flex-direction:column;box-shadow:0 8px 32px #0006;border:1px solid var(--theme-color-std-bdr-1)}._ModalHeader_wok5j_31{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--theme-color-component-5)}._ModalHeader_wok5j_31 h2{margin:0;font-size:18px;font-weight:600;color:var(--theme-color-std-text)}._CloseButton_wok5j_46{background:none;border:none;font-size:20px;color:var(--theme-color-std-text);cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}._CloseButton_wok5j_46:hover{opacity:.6}._ModalContent_wok5j_65{padding:20px;overflow-y:auto;flex:1}._InfoBox_wok5j_71{padding:12px 16px;border-radius:4px;background-color:#6496ff1a;border-left:4px solid #6496ff;color:var(--theme-color-std-text);font-size:13px;margin-bottom:20px}._Section_wok5j_81{margin-bottom:24px}._SectionTitle_wok5j_85{margin:0 0 12px;font-size:14px;font-weight:600;color:var(--theme-color-std-text)}._FormGroup_wok5j_92{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}._Label_wok5j_99{font-size:13px;font-weight:500;color:var(--theme-color-std-text)}._DateInput_wok5j_105{padding:8px 12px;border:1px solid var(--theme-color-component-5);border-radius:4px;background-color:var(--theme-color-component-1);color:var(--theme-color-std-text);font-size:14px}._DateInput_wok5j_105:disabled{opacity:.6;background-color:var(--theme-color-component-3);cursor:not-allowed}._ErrorBox_wok5j_120{padding:12px 16px;border-radius:4px;background-color:#ff6b6b1a;border-left:4px solid #ff6b6b;color:#ff6b6b;font-size:13px;margin-top:12px;margin-bottom:12px}._ModalFooter_wok5j_131{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:14px 20px;border-top:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-component-2);border-radius:0 0 8px 8px}._pageWrapper_12b53_12{display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden}._pageWrapper_12b53_12>ix-content-header{flex-shrink:0;margin-bottom:1rem}._headerActions_12b53_29{display:flex;gap:12px;align-items:center}._DesktopOnly_12b53_36{display:flex!important}._MobileOnly_12b53_40{display:none!important}._MediumScreenTooltip_12b53_44{display:none;pointer-events:none}._controlZone_12b53_52{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background-color:var(--theme-color-component-1);border-bottom:1px solid var(--theme-color-component-5);gap:24px;flex-shrink:0}._navigationGroup_12b53_63{display:flex;align-items:center;gap:12px}._navIcon_12b53_69{cursor:pointer;color:var(--theme-color-std-text);transition:all .2s ease;border-radius:50%;padding:4px}._navIcon_12b53_69:hover{background-color:var(--theme-color-component-2);color:var(--theme-color-primary)}._navigationTitle_12b53_82{font-size:18px;font-weight:600;color:var(--theme-color-std-text);min-width:160px;text-align:center}._viewSelector_12b53_90{display:flex;align-items:center;gap:8px}._viewLabel_12b53_96{font-size:14px;font-weight:500;color:var(--theme-color-std-text)}._actionButtonsGroup_12b53_102{display:flex;gap:4px;align-items:center}._modeToggle_12b53_108{display:flex;gap:4px;border:1px solid var(--theme-color-component-5);border-radius:4px;padding:4px;background-color:var(--theme-color-component-2)}._toggleBtn_12b53_117{padding:6px 14px;border:none;background:transparent;color:var(--theme-color-std-text);font-size:13px;font-weight:500;cursor:pointer;border-radius:3px;transition:all .2s ease}._toggleBtn_12b53_117:hover:not(:disabled){background-color:var(--theme-color-component-3)}._toggleBtn_12b53_117._active_12b53_133{background-color:var(--theme-color-primary);color:var(--theme-color-inv-text)}._toggleBtn_12b53_117:disabled{opacity:.5;cursor:not-allowed}._contentZone_12b53_146{display:flex;flex-direction:row;flex:1 1 auto;min-height:0;overflow:hidden;background-color:var(--theme-color-component-1)}._employeePanel_12b53_156{width:280px;min-width:280px;max-width:280px;min-height:0;border-right:1px solid var(--theme-color-std-bdr-1);display:flex;flex-direction:column;background-color:var(--theme-color-component--1);overflow:hidden}._calendarPanel_12b53_169{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}._employeeHeader_12b53_181{display:flex;flex-direction:column;justify-content:center;padding:8px 12px;height:72px;min-height:72px;background-color:var(--theme-color-component--1);border-bottom:1px solid var(--theme-color-std-bdr-1);box-sizing:border-box;flex-shrink:0;gap:6px}._employeeHeader_12b53_181._monthMode_12b53_195{height:100px;min-height:100px}._employeeHeaderTitle_12b53_200{font-size:13px;font-weight:600;color:var(--theme-color-std-text);display:flex;align-items:center;gap:8px}._filterCount_12b53_209{font-size:11px;font-weight:400;color:var(--theme-color-soft-text)}._employeeHeaderControls_12b53_215{display:flex;align-items:center;gap:4px}._searchWrapper_12b53_222{display:flex;align-items:center;background-color:var(--theme-color-component-2);border-radius:4px;padding:0 8px;flex:1;min-width:0;height:28px}._searchWrapper_12b53_222 ix-icon{color:var(--theme-color-soft-text);flex-shrink:0}._searchInput_12b53_238{flex:1;min-width:0;border:none;background:transparent;color:var(--theme-color-std-text);font-size:12px;padding:4px 8px;outline:none}._searchInput_12b53_238::placeholder{color:var(--theme-color-soft-text)}._clearSearch_12b53_253{background:none;border:none;color:var(--theme-color-soft-text);cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;border-radius:50%}._clearSearch_12b53_253:hover{background-color:var(--theme-color-component-3);color:var(--theme-color-std-text)}._filterBtn_12b53_271{background:none;border:none;color:var(--theme-color-std-text);cursor:pointer;padding:6px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s;position:relative}._filterBtn_12b53_271:hover{background-color:var(--theme-color-component-2)}._filterBtn_12b53_271._active_12b53_133{color:var(--theme-color-primary)}._filterBadge_12b53_293{position:absolute;top:0;right:0;background-color:var(--theme-color-primary);color:var(--theme-color-inv-text);font-size:9px;font-weight:600;min-width:14px;height:14px;border-radius:7px;display:flex;align-items:center;justify-content:center}._filterMenu_12b53_310{position:fixed;top:160px;left:220px;background:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;padding:0;min-width:220px;max-height:400px;overflow-y:auto;z-index:10000;box-shadow:0 8px 24px #0006}._filterMenuHeader_12b53_325{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--theme-color-std-bdr-1);font-size:13px;font-weight:600;color:var(--theme-color-std-text)}._clearFiltersBtn_12b53_336{background:none;border:none;color:var(--theme-color-primary);font-size:12px;cursor:pointer;padding:2px 6px;border-radius:3px}._clearFiltersBtn_12b53_336:hover{background-color:var(--theme-color-primary--hover)}._filterSection_12b53_350{padding:10px 14px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._filterSection_12b53_350:last-child{border-bottom:none}._filterSectionTitle_12b53_359{font-size:11px;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}._filterOptions_12b53_368{display:flex;flex-direction:column;gap:6px}._filterOption_12b53_368{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--theme-color-std-text);cursor:pointer;padding:4px 0}._filterOption_12b53_368 input[type=checkbox]{width:14px;height:14px;accent-color:var(--theme-color-primary);cursor:pointer}._noOptions_12b53_391{font-size:12px;color:var(--theme-color-soft-text);font-style:italic}._employeeHeader_12b53_181 h3{margin:0;font-size:14px;font-weight:600;color:var(--theme-color-std-text)}._sortBtn_12b53_404{background:none;border:none;color:var(--theme-color-std-text);cursor:pointer;padding:6px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}._sortBtn_12b53_404:hover{background-color:var(--theme-color-component-2)}._sortMenu_12b53_421{position:fixed;top:150px;left:220px;background:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;padding:4px;min-width:180px;z-index:10000;box-shadow:0 8px 24px #0006}._sortMenuItem_12b53_434{display:block;width:100%;padding:8px 12px;font-size:13px;color:var(--theme-color-std-text);cursor:pointer;border:none;background:none;border-radius:4px;text-align:left;transition:background-color .15s ease}._sortMenuItem_12b53_434:hover{background-color:var(--theme-color-component-2)}._sortMenuItem_12b53_434._active_12b53_133{background-color:var(--theme-color-component-3);font-weight:600}._employeeList_12b53_457{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;background-color:var(--theme-color-component--1);padding-bottom:12px;scrollbar-width:none!important;-ms-overflow-style:none!important;overscroll-behavior:contain;will-change:scroll-position;-webkit-overflow-scrolling:touch}._employeeList_12b53_457::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;background:transparent!important}._employeeList_12b53_457::-webkit-scrollbar-thumb{display:none!important;background:transparent!important}._employeeList_12b53_457::-webkit-scrollbar-track{display:none!important;background:transparent!important}._employeeRow_12b53_491{display:flex;align-items:center;gap:12px;padding:0 16px;height:70px;box-sizing:border-box;border-bottom:1px solid rgba(255,255,255,.06);background-color:var(--theme-color-component--1);transition:background-color .15s ease;position:relative;cursor:pointer}._employeeRow_12b53_491:nth-child(2n){background-color:#ffffff05}._employeeRow_12b53_491:hover{background-color:#ffffff0f}._employeeRow_12b53_491._monthMode_12b53_195{height:56px}._employeeAvatar_12b53_517{position:relative;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}._statusBadge_12b53_527{position:absolute;bottom:-2px;right:-2px;width:16px;height:16px;border-radius:50%;background-color:var(--theme-color-component--1);display:flex;align-items:center;justify-content:center;border:2px solid var(--theme-color-component--1)}._employeeInfo_12b53_541{flex:1;min-width:0;overflow:hidden}._employeeName_12b53_547{font-size:14px;font-weight:500;color:var(--theme-color-std-text);display:flex;align-items:center;gap:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._employeeRole_12b53_559{font-size:11px;color:var(--theme-color-soft-text);margin-top:2px;display:flex;align-items:center;gap:6px}._maschinenartBadge_12b53_568{display:inline-flex;align-items:center;justify-content:center;padding:1px 5px;border-radius:10px;font-size:9px;font-weight:600;background-color:var(--theme-color-primary);color:var(--theme-color-primary--contrast);min-width:16px}._shiftBadge_12b53_581{display:inline-flex;align-items:center;padding:2px 6px;border-radius:3px;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#fff;margin-left:4px}._employeeMenuBtn_12b53_594{background:none;border:none;color:var(--theme-color-soft-text);cursor:pointer;padding:4px;border-radius:4px;opacity:0;transition:opacity .2s,background-color .2s}._employeeRow_12b53_491:hover ._employeeMenuBtn_12b53_594{opacity:1}._employeeMenuBtn_12b53_594:hover{background-color:var(--theme-color-component-3)}._employeeMenu_12b53_594{position:absolute;top:100%;right:12px;background:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;min-width:200px;z-index:1000;box-shadow:0 4px 16px #0000004d;padding:4px}._employeeMenu_12b53_594 button{display:block;width:100%;padding:10px 14px;text-align:left;border:none;background:transparent;color:var(--theme-color-std-text);font-size:13px;cursor:pointer;border-radius:4px;transition:background-color .2s ease}._employeeMenu_12b53_594 button:hover{background-color:var(--theme-color-component-3)}._calendarHeaderWrapper_12b53_649{flex-shrink:0;min-width:0;overflow-x:hidden!important;overflow-y:hidden!important;background-color:var(--theme-color-component--1);border-bottom:1px solid var(--theme-color-std-bdr-1);scrollbar-width:none;-ms-overflow-style:none;scrollbar-gutter:stable}._calendarHeaderWrapper_12b53_649::-webkit-scrollbar{display:none}._weekRow_12b53_667{display:grid;min-width:max-content;height:28px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._weekCell_12b53_675{display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.5px;background-color:var(--theme-color-component--1);border-right:1px solid rgba(255,255,255,.06)}._weekCell_12b53_675:last-child{border-right:none}._dayRow_12b53_693{display:grid;min-width:max-content;height:72px}._dayRow_12b53_693._monthMode_12b53_195{height:72px}._dayCell_12b53_704{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 4px;border-right:1px solid rgba(255,255,255,.06);background-color:var(--theme-color-component--1);transition:background-color .15s;box-sizing:border-box}._dayRow_12b53_693._monthMode_12b53_195 ._dayCell_12b53_704{padding:4px 2px}._dayCell_12b53_704:last-child{border-right:none}._dayCell_12b53_704._today_12b53_727{background-color:var(--theme-color-primary)}._dayCell_12b53_704._today_12b53_727 ._dayName_12b53_731,._dayCell_12b53_704._today_12b53_727 ._dayNumber_12b53_732,._dayCell_12b53_704._today_12b53_727 ._todayLabel_12b53_733{color:var(--theme-color-inv-text)}._dayCell_12b53_704._weekend_12b53_737{background-color:#f443360d}._dayCell_12b53_704._outside_12b53_741{opacity:.5}._dayName_12b53_731{font-size:11px;font-weight:700;color:var(--theme-color-soft-text);text-transform:uppercase;padding:2px 6px;background-color:var(--theme-color-component-3);border-radius:3px}._dayCell_12b53_704._today_12b53_727 ._dayName_12b53_731{background-color:#fff3}._dayCell_12b53_704._weekend_12b53_737 ._dayName_12b53_731{background-color:#f4433626;color:#e53935}._dayNumber_12b53_732{font-size:15px;font-weight:700;color:var(--theme-color-std-text);line-height:1}._todayLabel_12b53_733{font-size:9px;font-weight:600;color:var(--theme-color-inv-text);text-transform:uppercase;letter-spacing:.3px;margin-top:2px}._calendarBody_12b53_781{flex:1;min-height:0;overflow-y:auto;overflow-x:auto;position:relative;overscroll-behavior:contain;scrollbar-gutter:stable;will-change:scroll-position;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--theme-color-1) var(--theme-color-component-2);background-color:var(--theme-color-component--1)}._calendarBody_12b53_781::-webkit-scrollbar{width:10px;height:10px}._calendarBody_12b53_781::-webkit-scrollbar-track{background:var(--theme-color-component-2)}._calendarBody_12b53_781::-webkit-scrollbar-thumb{background:var(--theme-color-1);border-radius:5px;border:2px solid var(--theme-color-component-2)}._calendarBody_12b53_781::-webkit-scrollbar-thumb:hover{background:var(--theme-color-primary)}._calendarBody_12b53_781::-webkit-scrollbar-corner{background:var(--theme-color-component-2)}._shiftGrid_12b53_824{display:flex;flex-direction:column;min-width:max-content}._shiftRow_12b53_830{display:grid;height:70px}._shiftRow_12b53_830._monthMode_12b53_195{height:56px}._shiftCell_12b53_840{height:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:4px;border-right:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);background-color:var(--theme-color-component--1);cursor:pointer;transition:background-color .15s;overflow:hidden;min-width:0;max-width:100%}._shiftRow_12b53_830:nth-child(2n) ._shiftCell_12b53_840{background-color:#ffffff05}._shiftCell_12b53_840:hover{background-color:#ffffff0f}._shiftCell_12b53_840._today_12b53_727,._shiftRow_12b53_830:nth-child(2n) ._shiftCell_12b53_840._today_12b53_727{background-color:#00a5bf1f}._shiftCell_12b53_840._today_12b53_727:hover,._shiftRow_12b53_830:nth-child(2n) ._shiftCell_12b53_840._today_12b53_727:hover{background-color:#00a5bf33}._shiftCell_12b53_840._outside_12b53_741{opacity:.5;background-color:#00000008}._shiftRow_12b53_830:nth-child(2n) ._shiftCell_12b53_840._outside_12b53_741{background-color:#0000000d}._shiftCell_12b53_840._monthMode_12b53_195{padding:2px}._shiftCell_12b53_840:last-child{border-right:none}._emptyCell_12b53_897{color:var(--theme-color-weak-text);font-size:18px;font-weight:300;opacity:0;transition:opacity .2s}._shiftCell_12b53_840:hover ._emptyCell_12b53_897{opacity:.6}._shiftBlock_12b53_912{width:100%;max-width:100%;height:calc(100% - 8px);border-radius:6px;padding:6px 8px;box-sizing:border-box;cursor:pointer;transition:transform .1s,box-shadow .2s;display:flex;flex-direction:column;justify-content:flex-start;gap:2px;position:relative;overflow:hidden;min-width:0;border-left:3px solid;border-left-color:inherit;color:var(--theme-color-std-text)}._shiftBlock_12b53_912:hover{transform:scale(1.02);box-shadow:0 2px 8px #0003}._shiftBlock_12b53_912._compact_12b53_938{height:calc(100% - 4px);padding:4px 6px;align-items:center;justify-content:center}._shiftHeader_12b53_945{display:flex;align-items:center;gap:6px;min-width:0;width:100%;max-width:100%;overflow:hidden}._statusDot_12b53_955{width:6px;height:6px;border-radius:50%;flex-shrink:0}._statusDot_12b53_955._bestaetigt_12b53_962{background-color:#4caf50}._statusDot_12b53_955._geplant_12b53_966{background-color:#ff9800}._statusDot_12b53_955._vorgemerkt_12b53_970{background-color:#9e9e9e}._shiftTime_12b53_974{font-size:12px;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;min-width:0;flex:1}._shiftDetails_12b53_986{font-size:11px;color:var(--theme-color-soft-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;min-width:0;width:100%;max-width:100%}._compactLabel_12b53_998{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:700;color:var(--theme-color-std-text)}._tooltip_12b53_1010{position:fixed;background:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;padding:12px;min-width:200px;max-width:280px;z-index:10001;box-shadow:0 8px 24px #0006;pointer-events:none}._tooltipTitle_12b53_1023{font-size:14px;font-weight:600;color:var(--theme-color-std-text);margin-bottom:4px}._tooltipSubtitle_12b53_1030{font-size:12px;color:var(--theme-color-soft-text);margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--theme-color-component-5)}._tooltipRow_12b53_1038{display:flex;justify-content:space-between;font-size:12px;padding:4px 0}._tooltipRow_12b53_1038 span:first-child{color:var(--theme-color-soft-text)}._tooltipRow_12b53_1038 span:last-child{color:var(--theme-color-std-text);font-weight:500}._contextMenuOverlay_12b53_1057{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}._contextMenu_12b53_1057{position:fixed;background-color:var(--theme-color-1);border:1px solid var(--theme-color-component-5);border-radius:6px;box-shadow:0 8px 24px #00000080;padding:4px 0;min-width:200px;z-index:10000;-webkit-backdrop-filter:none;backdrop-filter:none}._contextMenuItem_12b53_1078{display:flex;align-items:center;gap:10px;padding:8px 14px;font-size:13px;color:var(--theme-color-std-text);cursor:pointer;transition:background-color .15s ease}._contextMenuItem_12b53_1078:hover{background-color:var(--theme-color-component-3)}._contextMenuItem_12b53_1078._destructive_12b53_1093{color:var(--theme-color-alarm)}._contextMenuItem_12b53_1078._destructive_12b53_1093:hover{background-color:#cc00331a}._contextDivider_12b53_1101{height:1px;background-color:var(--theme-color-component-5);margin:4px 0}@media(max-width:1200px){._employeePanel_12b53_156{width:240px;min-width:240px}._shiftCell_12b53_840,._dayCell_12b53_704{min-width:100px}}@media(max-width:900px){._controlZone_12b53_52{flex-wrap:wrap;gap:12px}._modeToggle_12b53_108{order:3;width:100%;justify-content:center}}._loadingSpinner_12b53_1141{display:inline-block;width:16px;height:16px;border:2px solid var(--theme-color-std-text);border-top:2px solid transparent;border-radius:50%;animation:_spin_12b53_1 .8s linear infinite;margin-right:6px}@keyframes _spin_12b53_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and (max-width:1919px)and (min-width:1600px){._MobileOnly_12b53_40{display:flex!important}._DesktopOnly_12b53_36{display:none!important}._ButtonText_12b53_1170{display:inline-block;margin-left:4px}._HideOnMedium_12b53_1176{display:none!important}._MediumScreenTooltip_12b53_44{display:block!important}}@media(max-width:1599px){._MobileOnly_12b53_40{display:flex!important}._DesktopOnly_12b53_36{display:none!important}._ButtonText_12b53_1170{display:inline-block;margin-left:4px}._HideOnMedium_12b53_1176{display:none!important}._MediumScreenTooltip_12b53_44{display:block!important}}._GanttPageWrapper_8yv3w_11{display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden}._GanttPageWrapper_8yv3w_11>ix-content-header{flex-shrink:0}._HeaderActions_8yv3w_25{display:flex;gap:8px;align-items:center}._KPIContainer_8yv3w_32{display:flex;align-items:center;gap:.5rem;margin:.75rem 1rem 1rem;position:relative;z-index:100;flex-shrink:0;flex-wrap:wrap}._KPIBadge_8yv3w_43{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:999px;font-size:.8125rem;font-weight:500;color:var(--theme-color-std-text);background-color:var(--theme-color-component--1);border:1px solid var(--theme-color-std-bdr-1);transition:all .2s ease;white-space:nowrap;cursor:pointer}._KPIBadge_8yv3w_43:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}._KPIBadge_8yv3w_43[data-critical=true]{border-color:#ff3b3066;color:#ff3b30}._KPIBadge_8yv3w_43[data-warning=true],._KPIBadge_8yv3w_43[data-personnel=true]{border-color:#ff9f0a66;color:#ff9f0a}._KPIBadge_8yv3w_43[data-bottleneck=true]{border-color:#ff6b0066;color:#ff6b00}._KPIBadge_8yv3w_43[data-success=true]{border-color:#30d15866;color:#30d158}._KPIDetailItemValue_8yv3w_91{font-size:.875rem;font-weight:600;color:var(--theme-color-std-text);text-align:right;flex-shrink:0}._KPIDetailSubheader_8yv3w_99{padding:.5rem 1rem .25rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--theme-color-soft-text);background-color:var(--theme-color-component--1);border-bottom:1px solid var(--theme-color-std-bdr-1)}._KPIDetail_8yv3w_91{position:absolute;top:calc(100% + 8px);left:0;min-width:320px;max-width:400px;max-height:400px;background-color:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;box-shadow:0 8px 24px #0006;z-index:10000;overflow:hidden}._KPIDetailHeader_8yv3w_126{padding:.75rem 1rem;font-weight:600;font-size:.875rem;color:var(--theme-color-std-text);background-color:var(--theme-color-component-2);border-bottom:1px solid var(--theme-color-std-bdr-1)}._KPIDetailList_8yv3w_135{max-height:320px;overflow-y:auto;background-color:var(--theme-color-2)}._KPIDetailItem_8yv3w_91{display:flex;flex-direction:column;padding:.75rem 1rem;border-bottom:1px solid var(--theme-color-std-bdr-1);transition:background-color .15s ease;background-color:var(--theme-color-2);gap:.375rem}._KPIDetailItem_8yv3w_91:last-child{border-bottom:none}._KPIDetailItem_8yv3w_91:hover{background-color:#ffffff08}._KPIDetailItemClickable_8yv3w_159{cursor:pointer}._KPIDetailItemClickable_8yv3w_159:hover{background-color:#ffffff0d}._KPIDetailItemTitle_8yv3w_167{font-size:.8125rem;font-weight:500;color:var(--theme-color-std-text);line-height:1.3}._KPIDetailItemTitle_8yv3w_167 strong{color:var(--theme-color-primary);font-weight:600}._KPIDetailItemInfo_8yv3w_179{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;color:var(--theme-color-soft-text);line-height:1.4}._KPIDetailItemInfo_8yv3w_179 span{display:block;padding:.25rem .5rem;background-color:#00000026;border-radius:4px;border-left:3px solid currentColor}._KPIDetailMore_8yv3w_196{padding:.5rem 1rem;font-size:.75rem;color:var(--theme-color-soft-text);text-align:center;background-color:var(--theme-color-component-2)}._ControlZone_8yv3w_205{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background-color:var(--theme-color-component-1);border-bottom:1px solid var(--theme-color-component-5);gap:16px;flex-shrink:0}._ControlZone_8yv3w_205 ix-button{--ix-button-height: 28px;--ix-button-padding-x: 8px;font-size:12px}._ControlZone_8yv3w_205 ix-button::part(button){min-width:28px;height:28px;padding:0 8px}._ControlZone_8yv3w_205 ix-button:not([label]):not(:has(span)){--ix-button-padding-x: 4px}._ControlZone_8yv3w_205 ix-button:not([label]):not(:has(span))::part(button){min-width:28px;padding:0 4px}._WeekNavigation_8yv3w_239{display:flex;align-items:center;gap:4px}._WeekNavigation_8yv3w_239 ix-button{--ix-button-height: 24px;--ix-button-padding-x: 2px}._WeekNavigation_8yv3w_239 ix-button::part(button){min-width:24px;height:24px;padding:0 2px}._WeekDisplay_8yv3w_256{font-size:18px;font-weight:600;color:var(--theme-color-std-text);min-width:120px;text-align:center}._ZoomControls_8yv3w_264{display:flex;align-items:center;gap:4px}._ZoomControls_8yv3w_264 ix-button{--ix-button-height: 26px;--ix-button-padding-x: 4px}._ZoomControls_8yv3w_264 ix-button::part(button){min-width:26px;height:26px;padding:0 4px}._ZoomLabel_8yv3w_281{font-size:11px;font-weight:500;color:var(--theme-color-soft-text);min-width:60px;text-align:center}._ToolButtons_8yv3w_289{display:flex;align-items:center;gap:1px}._ToolButtons_8yv3w_289 ix-button{--ix-button-height: 24px;--ix-button-padding-x: 2px;font-size:11px}._ToolButtons_8yv3w_289 ix-button::part(button){min-width:24px;height:24px;padding:0 2px}._ContextMenu_8yv3w_308{position:fixed;background-color:var(--theme-color-1);border:1px solid var(--theme-color-component-5);border-radius:6px;box-shadow:0 8px 24px #00000080;padding:4px 0;min-width:180px;z-index:10000;-webkit-backdrop-filter:none;backdrop-filter:none}._ContextMenuItem_8yv3w_320{display:flex;align-items:center;gap:10px;padding:8px 14px;font-size:13px;color:var(--theme-color-std-text);cursor:pointer;transition:background-color .15s ease}._ContextMenuItem_8yv3w_320:hover{background-color:var(--theme-color-component-3)}._ContextMenuItem_8yv3w_320._Destructive_8yv3w_335{color:var(--theme-color-alarm)}._ContextMenuItem_8yv3w_320._Destructive_8yv3w_335:hover{background-color:#cc00331a}._ContextMenuItemHeader_8yv3w_343{padding:8px 14px;font-size:12px;font-weight:500;color:var(--theme-color-std-text);opacity:.7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._ContextMenuDivider_8yv3w_354{height:1px;background-color:var(--theme-color-component-5);margin:4px 0}._ContextMenuOverlay_8yv3w_360{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}._ViewModeToggle_8yv3w_369{display:flex;gap:2px;border:1px solid var(--theme-color-component-5);border-radius:4px;padding:2px;background-color:var(--theme-color-component-2)}._ViewModeButton_8yv3w_378{padding:4px 12px;border:none;background:transparent;color:var(--theme-color-std-text);font-size:12px;font-weight:500;cursor:pointer;border-radius:3px;transition:all .2s ease}._ViewModeButton_8yv3w_378:hover:not(:disabled){background-color:var(--theme-color-component-3)}._ViewModeButton_8yv3w_378._Active_8yv3w_394{background-color:var(--theme-color-primary);color:var(--theme-color-inv-text)}._PlanningModeToggle_8yv3w_399{display:flex;gap:4px;border:1px solid var(--theme-color-component-5);border-radius:4px;padding:4px;background-color:var(--theme-color-component-2)}._ToggleButton_8yv3w_408{padding:6px 14px;border:none;background:transparent;color:var(--theme-color-std-text);font-size:13px;font-weight:500;cursor:pointer;border-radius:3px;transition:all .2s ease}._ToggleButton_8yv3w_408:hover:not(:disabled){background-color:var(--theme-color-component-3)}._ToggleButton_8yv3w_408._Active_8yv3w_394{background-color:var(--theme-color-primary);color:var(--theme-color-inv-text)}._ToggleButton_8yv3w_408:disabled{opacity:.5;cursor:not-allowed}._CapacityIconButton_8yv3w_434{display:flex;align-items:center;justify-content:center;padding:4px 8px;border:none;background:transparent;color:var(--theme-color-std-text);cursor:pointer;border-radius:3px;transition:all .2s ease;border-right:1px solid var(--theme-color-component-5);margin-right:4px}._CapacityIconButton_8yv3w_434:hover{background-color:var(--theme-color-component-3);color:var(--theme-color-primary)}._ViewModeDropdown_8yv3w_455{display:flex}._ViewModeDropdown_8yv3w_455 ix-split-button{--ix-button-height: 28px;font-size:12px}._WeekNavigationMobile_8yv3w_465{display:flex;align-items:center;gap:4px}._WeekDisplayMobile_8yv3w_471{font-size:12px;font-weight:600;color:var(--theme-color-std-text);min-width:90px;text-align:center}._NavIconButton_8yv3w_479{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--theme-color-std-text);cursor:pointer;padding:4px;border-radius:4px;transition:background-color .15s ease}._NavIconButton_8yv3w_479:hover{background-color:#ffffff1a}@media screen and (min-width:1600px){._NavIconButton_8yv3w_479{color:var(--theme-color-std-text);padding:6px;border-radius:4px}}._TodayButtonMobile_8yv3w_505{font-size:11px;font-weight:500;padding:4px 8px;border-radius:4px;border:1px solid var(--theme-color-primary);background:var(--theme-color-primary);color:#fff!important;cursor:pointer;transition:all .15s ease}._TodayButtonMobile_8yv3w_505:hover{background:var(--theme-color-primary--hover);border-color:var(--theme-color-primary--hover)}._ZoomControlsMobile_8yv3w_523{display:flex;align-items:center;gap:4px;height:100%}._ZoomLabelMobile_8yv3w_530{font-size:11px;font-weight:500;color:var(--theme-color-std-text);min-width:50px;text-align:center}._FilterToggleMobile_8yv3w_539{display:flex;align-items:center;gap:4px;height:100%}._ToolButtonsMobile_8yv3w_547{display:flex;align-items:center;gap:2px;height:100%}._IconButton_8yv3w_555{display:flex;align-items:center;justify-content:center;position:relative;background:var(--theme-color-component-2);border:1px solid var(--theme-color-component-5);color:var(--theme-color-std-text);cursor:pointer;width:28px;height:28px;padding:0;border-radius:4px;transition:all .15s ease}._IconButton_8yv3w_555 ix-icon{font-size:18px}._IconButton_8yv3w_555:hover:not(:disabled){background-color:var(--theme-color-component-3);border-color:var(--theme-color-component-6)}._IconButton_8yv3w_555._Active_8yv3w_394{background-color:var(--theme-color-primary);border-color:var(--theme-color-primary);color:var(--theme-color-inv-text)}._IconButton_8yv3w_555._Disabled_8yv3w_586,._IconButton_8yv3w_555:disabled{opacity:.3;cursor:not-allowed}._IconBadge_8yv3w_593{position:absolute;top:-4px;right:-4px;min-width:14px;height:14px;font-size:9px;font-weight:600;background-color:var(--theme-color-primary);color:var(--theme-color-inv-text);border-radius:7px;display:flex;align-items:center;justify-content:center;padding:0 3px}._FilterButtonMobile_8yv3w_611{display:flex;align-items:center;gap:4px;background:var(--theme-color-component-2);border:1px solid var(--theme-color-component-5);color:var(--theme-color-std-text);cursor:pointer;height:28px;padding:0 8px;border-radius:4px;font-size:11px;font-weight:500;transition:all .15s ease}._FilterButtonMobile_8yv3w_611 ix-icon{font-size:16px}._FilterButtonMobile_8yv3w_611:hover{background-color:var(--theme-color-component-3);border-color:var(--theme-color-component-6)}._FilterButtonMobile_8yv3w_611._Active_8yv3w_394{background-color:var(--theme-color-primary);border-color:var(--theme-color-primary);color:var(--theme-color-inv-text)}._DesktopOnly_8yv3w_643{display:flex;gap:8px}._MobileOnly_8yv3w_648{display:none;gap:4px}._MobileOnlyTooltip_8yv3w_653{display:none}._MediumScreenTooltip_8yv3w_658{display:none;pointer-events:none}._MobileViewNavGroup_8yv3w_664{align-items:center;gap:4px}._MobileMediumOnly_8yv3w_671{display:none}._LargeDesktopOnly_8yv3w_676{display:flex!important}@media only screen and (max-width:1919px)and (min-width:1600px){._LargeDesktopOnly_8yv3w_676{display:none!important}._MobileMediumOnly_8yv3w_671{display:flex!important}._DesktopButtonText_8yv3w_696{display:none}._MediumScreenTooltip_8yv3w_658{display:contents}._ControlZone_8yv3w_205{gap:12px;padding:6px 12px}._ViewModeButton_8yv3w_378{white-space:nowrap;min-width:50px;padding:4px 8px}._ControlZone_8yv3w_205 ix-button{--ix-button-height: 32px}._MachineRow_8yv3w_723 ._MachineName_8yv3w_723,._MachineCell_8yv3w_724 ._MachineName_8yv3w_723{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._GanttTimeline_8yv3w_732{min-height:50px}._KPIBadge_8yv3w_43{padding:.25rem .5rem;font-size:.8rem}}@media only screen and (max-width:1599px){._DesktopOnly_8yv3w_643{display:none!important}._MobileOnly_8yv3w_648,._MobileViewNavGroup_8yv3w_664{display:flex!important}._ControlZone_8yv3w_205{gap:8px;padding:4px 10px}._HeaderActions_8yv3w_25{gap:4px}._MobileOnlyTooltip_8yv3w_653{display:contents}._HeaderActions_8yv3w_25 ix-button{--ix-button-height: 32px}._HeaderActions_8yv3w_25 ix-split-button{--ix-button-height: 32px}._ZoomControlsMobile_8yv3w_523 ix-button,._ToolButtonsMobile_8yv3w_547 ix-button{--ix-button-height: 36px !important;--ix-button-padding-x: 0 !important;width:36px!important;max-width:36px!important;min-width:36px!important;flex-shrink:0!important}._ZoomControlsMobile_8yv3w_523 ix-button::part(button),._ToolButtonsMobile_8yv3w_547 ix-button::part(button){min-width:36px!important;max-width:36px!important;width:36px!important;height:36px!important;padding:0!important;margin:0!important;font-size:0!important;line-height:inherit!important;display:flex!important;align-items:center!important;justify-content:center!important}._ZoomControlsMobile_8yv3w_523 ix-button ix-icon,._ToolButtonsMobile_8yv3w_547 ix-button ix-icon{margin:0!important;padding:0!important;left:0!important;position:static!important;transform:none!important}._ZoomControlsMobile_8yv3w_523 ix-button ix-icon,._ToolButtonsMobile_8yv3w_547 ix-button ix-icon{font-size:18px!important;width:18px!important;height:18px!important;margin:0 auto!important;padding:0!important;display:block!important}._FilterToggleMobile_8yv3w_539 ix-button{--ix-button-height: 28px;--ix-button-padding-x: 6px}._FilterToggleMobile_8yv3w_539 ix-button::part(button){min-width:28px;height:28px;padding:0 6px}._FilterToggleMobile_8yv3w_539 ix-button:first-child::part(button){font-size:11px;padding:0 8px}._FilterToggleMobile_8yv3w_539 ix-button:not(:first-child)::part(button){width:28px;padding:0;font-size:0}._ViewModeDropdown_8yv3w_455 ix-split-button,._MobileOnly_8yv3w_648 ix-split-button{--ix-button-height: 28px;font-size:12px}._MobileOnly_8yv3w_648 ix-split-button::part(button){padding:0 6px;font-size:12px}._PlanningModeToggle_8yv3w_399{gap:2px;padding:2px}._CapacityIconButton_8yv3w_434{padding:2px 4px}._CapacityIconButton_8yv3w_434 ix-icon{font-size:16px}._MachineList_8yv3w_879{width:160px;min-width:160px}._MachineRow_8yv3w_723 ._MachineName_8yv3w_723,._MachineCell_8yv3w_724 ._MachineName_8yv3w_723{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem}._KPIContainer_8yv3w_32{overflow-x:auto;margin-left:.5rem;margin-right:.5rem;padding-bottom:.25rem}._KPIBadge_8yv3w_43{font-size:.7rem;padding:.2rem .4rem;flex-shrink:0}}@media only screen and (max-width:1365px){._ControlZone_8yv3w_205{gap:6px;padding:3px 8px}._ZoomControlsMobile_8yv3w_523 ix-button,._ToolButtonsMobile_8yv3w_547 ix-button{--ix-button-height: 32px !important;width:32px!important;max-width:32px!important;min-width:32px!important}._ZoomControlsMobile_8yv3w_523 ix-button::part(button),._ToolButtonsMobile_8yv3w_547 ix-button::part(button){min-width:32px!important;max-width:32px!important;width:32px!important;height:32px!important}._ZoomControlsMobile_8yv3w_523 ix-button ix-icon,._ToolButtonsMobile_8yv3w_547 ix-button ix-icon{font-size:16px!important;width:16px!important;height:16px!important}._FilterToggleMobile_8yv3w_539 ix-button{--ix-button-height: 26px}._FilterToggleMobile_8yv3w_539 ix-button::part(button){min-width:26px;height:26px}._FilterToggleMobile_8yv3w_539 ix-button:first-child::part(button){font-size:10px;padding:0 6px}._ViewModeDropdown_8yv3w_455 ix-split-button,._MobileOnly_8yv3w_648 ix-split-button{--ix-button-height: 26px;font-size:11px}._MachineList_8yv3w_879{width:120px;min-width:120px}._MachineRow_8yv3w_723 ._MachineName_8yv3w_723,._MachineCell_8yv3w_724 ._MachineName_8yv3w_723{max-width:80px;font-size:.75rem}._KPIBadge_8yv3w_43{font-size:.65rem;padding:.15rem .3rem}._TodayButtonMobile_8yv3w_505{font-size:10px;padding:3px 6px}._WeekDisplayMobile_8yv3w_471{font-size:10px;min-width:100px}}._ContentZone_8yv3w_995{display:flex;flex:1;min-height:0;background-color:var(--theme-color-component-1);overflow:hidden}._MachineList_8yv3w_879{width:240px;min-width:80px;max-width:240px;min-height:0;border-right:1px solid var(--theme-color-std-bdr-1);display:flex;flex-direction:column;background-color:var(--theme-color-component--1);transition:width .15s ease;position:relative;overflow:hidden}._MachineList_8yv3w_879._Collapsed_8yv3w_1019{width:80px}._MachineListHeader_8yv3w_1023{padding:12px 16px;border-bottom:1px solid var(--theme-color-std-bdr-1);display:flex;align-items:center;gap:8px;background-color:var(--theme-color-component--1);height:70px;min-height:70px}._MachineList_8yv3w_879._Collapsed_8yv3w_1019 ._MachineListHeader_8yv3w_1023{padding:12px 8px;justify-content:center;gap:4px}._MachineList_8yv3w_879._Collapsed_8yv3w_1019 ._MachineListHeader_8yv3w_1023 h3,._MachineList_8yv3w_879._Collapsed_8yv3w_1019 ._MachineCount_8yv3w_1041{display:none}._MachineList_8yv3w_879._Collapsed_8yv3w_1019 ._MachineFilterContainer_8yv3w_1046{margin-left:0}._MachineList_8yv3w_879._Collapsed_8yv3w_1019 ._MachineFilterIcon_8yv3w_1050{width:20px;height:20px}._CollapseToggleBtn_8yv3w_1056{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:transparent;color:var(--theme-color-soft-text);cursor:pointer;border-radius:4px;transition:all .15s ease}._CollapseToggleBtn_8yv3w_1056:hover{color:var(--theme-color-primary);background-color:#00a5bf1a}._MachineList_8yv3w_879._Collapsed_8yv3w_1019 ._CollapseToggleBtn_8yv3w_1056{margin:0 auto}._MachineListHeader_8yv3w_1023 h3{margin:0;font-size:14px;font-weight:600;color:var(--theme-color-std-text)}._MachineCount_8yv3w_1041{font-size:11px;color:var(--theme-color-weak-text);background-color:var(--theme-color-component-3);padding:2px 6px;border-radius:4px;margin-left:4px}._MachineFilterContainer_8yv3w_1046{position:relative;margin-left:auto;display:flex;align-items:center}._MachineFilterIcon_8yv3w_1050{cursor:pointer;color:var(--theme-color-weak-text);transition:color .15s ease;padding:4px;border-radius:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}._MachineFilterIcon_8yv3w_1050:hover,._MachineFilterIcon_8yv3w_1050._Active_8yv3w_394{color:var(--theme-color-primary);background-color:#00a5bf1a}._MachineFilterDropdown_8yv3w_1123{position:fixed;width:260px;background-color:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;box-shadow:0 8px 32px #000000b3;z-index:99999;max-height:450px;overflow-y:auto;padding:8px 0}._FilterSection_8yv3w_1136{padding:12px 16px;border-bottom:1px solid var(--theme-color-std-bdr-1);display:flex;flex-direction:column;gap:4px}._FilterSectionTitle_8yv3w_1148{font-size:10px;font-weight:700;color:var(--theme-color-weak-text);text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._FilterCheckbox_8yv3w_1159{display:flex;align-items:center;gap:10px;padding:8px 10px;cursor:pointer;font-size:13px;color:var(--theme-color-std-text);transition:all .15s ease;border-radius:4px;margin:0 -10px}._FilterCheckbox_8yv3w_1159:hover{background-color:var(--theme-color-component-2)}._FilterCheckbox_8yv3w_1159 input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;min-width:18px;min-height:18px;border:2px solid var(--theme-color-std-bdr-1);border-radius:3px;background-color:var(--theme-color-component-1);cursor:pointer;position:relative;flex-shrink:0;transition:all .15s ease;display:flex;align-items:center;justify-content:center}._FilterCheckbox_8yv3w_1159 input[type=checkbox]:hover{border-color:var(--theme-color-primary)}._FilterCheckbox_8yv3w_1159 input[type=checkbox]:checked{background-color:var(--theme-color-primary);border-color:var(--theme-color-primary)}._FilterCheckbox_8yv3w_1159 input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:45%;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:translate(-50%,-50%) rotate(45deg)}._FilterCheckbox_8yv3w_1159 span{flex:1;line-height:1.3}._FilterActions_8yv3w_1222{padding:12px 16px;background-color:var(--theme-color-component-2)}._FilterResetButton_8yv3w_1227{width:100%;padding:10px 12px;background-color:transparent;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;color:var(--theme-color-std-text);font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}._FilterResetButton_8yv3w_1227:hover{background-color:var(--theme-color-primary);border-color:var(--theme-color-primary);color:var(--theme-color-inv-text)}._MachineListContent_8yv3w_1246{overflow-y:auto;overflow-x:clip;flex:1;min-height:0;scrollbar-width:none!important;-ms-overflow-style:none!important;overscroll-behavior:contain;will-change:scroll-position;-webkit-overflow-scrolling:touch;padding-bottom:12px}._MachineListContent_8yv3w_1246::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;background:transparent!important}._MachineListContent_8yv3w_1246::-webkit-scrollbar-thumb{display:none!important;background:transparent!important}._MachineListContent_8yv3w_1246::-webkit-scrollbar-track{display:none!important;background:transparent!important}._CategoryHeader_8yv3w_1281{padding:10px 16px;background-color:var(--theme-color-component-2);border-bottom:1px solid var(--theme-color-std-bdr-1);font-size:11px;font-weight:700;color:var(--theme-color-std-text);text-transform:uppercase;letter-spacing:.5px;height:36px;min-height:36px;display:flex;align-items:center}._MachineRow_8yv3w_723{height:60px;min-height:60px;max-height:60px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;transition:background-color .15s ease;cursor:pointer;background-color:var(--theme-color-component--1)}._MachineList_8yv3w_879._Collapsed_8yv3w_1019 ._MachineRow_8yv3w_723{padding:4px 0}._MachineList_8yv3w_879._Collapsed_8yv3w_1019 ._MachineMain_8yv3w_1314{flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0 4px}._MachineList_8yv3w_879._Collapsed_8yv3w_1019 ._MachineStatus_8yv3w_1323{display:none}._MachineList_8yv3w_879._Collapsed_8yv3w_1019 ._MachineInfo_8yv3w_1327{display:flex;flex-direction:column;align-items:center;gap:2px}._MachineList_8yv3w_879._Collapsed_8yv3w_1019 ._MachineName_8yv3w_723{display:none}._MachineList_8yv3w_879._Collapsed_8yv3w_1019 ._MachineSecondary_8yv3w_1338{flex-direction:column;align-items:center;gap:3px}._MachineList_8yv3w_879._Collapsed_8yv3w_1019 ._MachineId_8yv3w_1344{font-size:11px;font-weight:600}._MachineList_8yv3w_879._Collapsed_8yv3w_1019 ._StatusBadge_8yv3w_1349{font-size:8px;padding:2px 5px}._MachineList_8yv3w_879._Collapsed_8yv3w_1019 ._MachineActions_8yv3w_1354{display:none}._MachineList_8yv3w_879._Collapsed_8yv3w_1019 ._EmptyMachineText_8yv3w_1359{font-size:10px}._MachineRow_8yv3w_723._Alternate_8yv3w_1363{background-color:#ffffff05}._MachineRow_8yv3w_723:hover{background-color:#ffffff0f}._MachineRow_8yv3w_723._EmptyMachineRow_8yv3w_1371{cursor:default;opacity:.5;background-color:var(--theme-color-component-2)}._MachineRow_8yv3w_723._EmptyMachineRow_8yv3w_1371:hover{background-color:var(--theme-color-component-2)}._EmptyMachineText_8yv3w_1359{font-size:12px;font-style:italic;color:var(--theme-color-soft-text)}._MachineMain_8yv3w_1314{display:flex;align-items:center;width:100%;padding:0 12px;gap:10px}._MachineStatus_8yv3w_1323{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--theme-color-std-text);position:relative}._MachineInfo_8yv3w_1327{flex:1;min-width:0;overflow:hidden}._MachineName_8yv3w_723{font-size:13px;font-weight:500;color:var(--theme-color-std-text);margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._MachineConflictIcon_8yv3w_1423{color:var(--theme-color-alarm);cursor:help;display:inline-flex;align-items:center;flex-shrink:0;margin-left:4px}._MachineConflictIcon_8yv3w_1423 ix-icon{animation:_pulse_8yv3w_1 2s ease-in-out infinite}@keyframes _pulse_8yv3w_1{0%,to{opacity:1}50%{opacity:.6}}._MachineConflictTooltip_8yv3w_1442{position:fixed;z-index:100050;background-color:var(--theme-color-alarm);color:#fff;border-radius:6px;padding:8px 12px;box-shadow:0 4px 16px #0000004d;max-width:300px;pointer-events:none}._MachineConflictTooltipContent_8yv3w_1454{display:flex;flex-direction:column;gap:4px}._MachineConflictTooltipItem_8yv3w_1460{font-size:11px;font-weight:500;line-height:1.4}._MachineConflictTooltipItem_8yv3w_1460:before{content:"⚠ "}._MachineHoverTooltip_8yv3w_1471{position:fixed;z-index:100100;background-color:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;box-shadow:0 8px 32px #00000080;min-width:250px;overflow:hidden;pointer-events:none;animation:_tooltipFadeIn_8yv3w_1 .15s ease}._MachineHoverTooltipHeader_8yv3w_1484{background-color:transparent;padding:12px 14px 8px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._MachineHoverTooltipTitle_8yv3w_1490{font-size:13px;font-weight:600;color:var(--theme-color-std-text)}._MachineHoverTooltipBody_8yv3w_1496{padding:10px 14px 12px;display:flex;flex-direction:column;gap:8px}._MachineHoverTooltipRow_8yv3w_1503{display:flex;justify-content:space-between;align-items:center;font-size:12px}._MachineHoverTooltipLabel_8yv3w_1510{color:var(--theme-color-soft-text);font-weight:500}._MachineHoverTooltipValue_8yv3w_1515{color:var(--theme-color-std-text);font-weight:600}._MachineHoverTooltipDivider_8yv3w_1520{height:1px;background-color:var(--theme-color-std-bdr-1);margin:4px 0}._MachineSecondary_8yv3w_1338{font-size:11px;color:var(--theme-color-soft-text);display:flex;align-items:center;gap:6px}._MachineId_8yv3w_1344{font-weight:500}._StatusBadge_8yv3w_1349{display:inline-flex;padding:1px 6px;border-radius:3px;font-size:9px;font-weight:600;text-transform:uppercase}._StatusBadge_8yv3w_1349._Online_8yv3w_1547{background:#4cd96433;color:#4cd964}._StatusBadge_8yv3w_1349._Offline_8yv3w_1552{background:#ff3b3033;color:#ff3b30}._StatusBadge_8yv3w_1349._Maintenance_8yv3w_1557{background:#ff9f0a33;color:#ff9f0a}._StatusBadge_8yv3w_1349._Error_8yv3w_1562{background:#ff3b3033;color:#ff3b30}._MachineMenuContainer_8yv3w_1567{position:relative;flex-shrink:0}._MachineMenu_8yv3w_1567{opacity:0;transition:opacity .2s ease;cursor:pointer}._MachineMenu_8yv3w_1567._open_8yv3w_1578{opacity:1!important}._MachineRow_8yv3w_723:hover ._MachineMenu_8yv3w_1567{opacity:1}._MachineMenuDropdown_8yv3w_1586{position:absolute;top:calc(100% + 4px);right:0;min-width:180px;background-color:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;box-shadow:0 4px 16px #0003;z-index:1000}._MachineMenuItem_8yv3w_1598{width:100%;padding:10px 14px;border:none;background:transparent;color:var(--theme-color-std-text);font-size:13px;text-align:left;cursor:pointer;transition:background-color .15s ease,opacity .15s ease;border-bottom:1px solid var(--theme-color-std-bdr-1);-webkit-user-select:none;user-select:none}._MachineMenuItem_8yv3w_1598:last-child{border-bottom:none}._MachineMenuItem_8yv3w_1598:hover{background-color:var(--theme-color-component-hover)}._MachineMenuItem_8yv3w_1598:focus{outline:none;background-color:var(--theme-color-component-hover)}._MachineMenuItem_8yv3w_1598:active{background-color:var(--theme-color-component-selected);transform:translateY(1px)}._GanttGrid_8yv3w_1631{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative;min-width:0;min-height:0}._GanttScrollWrapper_8yv3w_1642{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;position:relative}._GanttHeaderFixed_8yv3w_1652{flex-shrink:0;overflow:hidden;background-color:var(--theme-color-component--1);border-bottom:1px solid var(--theme-color-std-bdr-1)}._GanttScrollableArea_8yv3w_1661{flex:1;min-height:0;overflow-x:auto;overflow-y:auto;position:relative;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--theme-color-1) var(--theme-color-component-2)}._GanttScrollableArea_8yv3w_1661::-webkit-scrollbar{width:10px}._GanttScrollableArea_8yv3w_1661::-webkit-scrollbar:horizontal{height:0;display:none}._GanttScrollableArea_8yv3w_1661::-webkit-scrollbar-track{background:var(--theme-color-component-2)}._GanttScrollableArea_8yv3w_1661::-webkit-scrollbar-thumb{background:var(--theme-color-1);border-radius:5px}._GanttScrollableArea_8yv3w_1661::-webkit-scrollbar-thumb:hover{background:var(--theme-color-primary)}._GanttScrollableArea_8yv3w_1661::-webkit-scrollbar-corner{background:var(--theme-color-component-2)}._GanttScrollContainer_8yv3w_1701{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}._GanttHorizontalScroll_8yv3w_1710{flex:1;display:flex;flex-direction:column;overflow-x:auto;overflow-y:hidden}._GanttHorizontalScroll_8yv3w_1710::-webkit-scrollbar{height:10px}._GanttHorizontalScroll_8yv3w_1710::-webkit-scrollbar-track{background:var(--theme-color-component-2)}._GanttHorizontalScroll_8yv3w_1710::-webkit-scrollbar-thumb{background:var(--theme-color-1);border-radius:5px}._GanttHorizontalScroll_8yv3w_1710::-webkit-scrollbar-thumb:hover{background:var(--theme-color-primary)}._GanttHorizontalContent_8yv3w_1737{display:flex;flex-direction:column;flex:1;min-width:fit-content}._GanttBottomBar_8yv3w_1745{height:1px;min-height:1px;background:var(--theme-color-std-bdr-1)}._HorizontalScrollbarContainer_8yv3w_1752{flex-shrink:0;height:12px;overflow-x:auto;overflow-y:hidden;background:var(--theme-color-component-2);scrollbar-width:thin;scrollbar-color:var(--theme-color-1) var(--theme-color-component-2)}._HorizontalScrollbarContainer_8yv3w_1752::-webkit-scrollbar{height:12px}._HorizontalScrollbarContainer_8yv3w_1752::-webkit-scrollbar-track{background:var(--theme-color-component-2)}._HorizontalScrollbarContainer_8yv3w_1752::-webkit-scrollbar-thumb{background:var(--theme-color-1);border-radius:6px}._HorizontalScrollbarContainer_8yv3w_1752::-webkit-scrollbar-thumb:hover{background:var(--theme-color-primary)}._HorizontalScrollbarContent_8yv3w_1779{height:1px}._DayHeaderRow_8yv3w_1784{display:flex;height:36px;min-height:36px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._DayHeaderCell_8yv3w_1791{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:600;color:var(--theme-color-std-text);background-color:var(--theme-color-component--1);border-right:1px solid var(--theme-color-std-bdr-1);transition:background-color .15s ease}._DayHeaderCell_8yv3w_1791:last-child{border-right:none}._DayHeaderCell_8yv3w_1791._Weekend_8yv3w_1808{background-color:#00000026}._DayHeaderCell_8yv3w_1791._Hovered_8yv3w_1812{background-color:#ffffff14}._DayHeaderCell_8yv3w_1791._Today_8yv3w_505{background-color:var(--theme-color-primary)!important;color:var(--theme-color-inv-text)!important}._DayHeaderCell_8yv3w_1791._Today_8yv3w_505._Hovered_8yv3w_1812{background-color:var(--theme-color-primary--hover)!important}._DayHeaderCell_8yv3w_1791._MonthView_8yv3w_1827{flex-direction:column;gap:2px;padding:4px 0}._DayHeaderCell_8yv3w_1791._MonthView_8yv3w_1827 ._DayName_8yv3w_1833{font-size:10px}._DayHeaderCell_8yv3w_1791._MonthView_8yv3w_1827 ._DayDate_8yv3w_1837{font-size:11px}._DayName_8yv3w_1833{font-weight:700}._DayDate_8yv3w_1837{font-weight:400;opacity:.8}._HourHeaderRow_8yv3w_1851{display:flex;height:32px;min-height:32px}._HourHeaderDay_8yv3w_1857{display:flex;border-right:1px solid var(--theme-color-std-bdr-1)}._HourHeaderDay_8yv3w_1857:last-child{border-right:none}._HourHeaderDay_8yv3w_1857._Weekend_8yv3w_1808{background-color:#0000001a}._HourCell_8yv3w_1870{display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:500;color:var(--theme-color-soft-text);border-right:1px solid rgba(255,255,255,.05);background-color:var(--theme-color-component--1)}._HourCell_8yv3w_1870:last-child{border-right:none}._GanttHeaderWrapper_8yv3w_1887{flex-shrink:0;border-bottom:1px solid var(--theme-color-std-bdr-1);height:70px;min-height:70px;overflow-x:hidden;overflow-y:hidden;padding-right:10px}._GanttBody_8yv3w_1899{flex:1;min-height:0;overflow-y:auto;overflow-x:auto;position:relative;overscroll-behavior:contain;scrollbar-gutter:stable;will-change:scroll-position;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--theme-color-1) var(--theme-color-component-2)}._GanttBody_8yv3w_1899::-webkit-scrollbar{width:10px;height:10px}._GanttBody_8yv3w_1899::-webkit-scrollbar-track{background:var(--theme-color-component-2)}._GanttBody_8yv3w_1899::-webkit-scrollbar-thumb{background:var(--theme-color-1);border-radius:5px;border:2px solid var(--theme-color-component-2)}._GanttBody_8yv3w_1899::-webkit-scrollbar-thumb:hover{background:var(--theme-color-primary)}._GanttBody_8yv3w_1899::-webkit-scrollbar-corner{background:var(--theme-color-component-2)}._GanttCanvas_8yv3w_1940{position:relative;min-height:100%}._GridLines_8yv3w_1946{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}._GridLine_8yv3w_1946{position:absolute;top:0;bottom:0;width:1px;background-color:#ffffff08}._GridLine_8yv3w_1946._HourLine_8yv3w_1964{background-color:#ffffff14}._GridLine_8yv3w_1946._DayLine_8yv3w_1968{background-color:#ffffff26;width:2px}._DayColumn_8yv3w_1974{position:absolute;top:0;bottom:0;pointer-events:none;z-index:0}._DayColumn_8yv3w_1974._Weekend_8yv3w_1808{background-color:#00000014}._DayColumn_8yv3w_1974._Hovered_8yv3w_1812{background-color:#ffffff05}._ShiftBg_8yv3w_1991{position:absolute;top:0;bottom:0;pointer-events:none}._ShiftBg_8yv3w_1991._EarlyShift_8yv3w_1998{background-color:#4cd9640f}._ShiftBg_8yv3w_1991._LateShift_8yv3w_2002{background-color:#ffcc000f}._ShiftBg_8yv3w_1991._NightShift_8yv3w_2006{background-color:#5856d60f}._NonProductionOverlay_8yv3w_2011{position:absolute;top:0;bottom:0;pointer-events:none;z-index:2;background:repeating-linear-gradient(-45deg,#00000026,#00000026 4px,#00000040 4px,#00000040 8px)}._CategoryRowSpacer_8yv3w_2027{width:100%;background-color:var(--theme-color-component-2);border-bottom:1px solid var(--theme-color-std-bdr-1)}._GanttRow_8yv3w_2034{position:relative;border-bottom:1px solid rgba(255,255,255,.06);background-color:transparent}._GanttRow_8yv3w_2034._Alternate_8yv3w_1363{background-color:#ffffff04}._EmptyGanttRow_8yv3w_2044{position:relative;border-bottom:1px solid rgba(255,255,255,.06);background-color:var(--theme-color-component-2);opacity:.5}._PersonnelAvailabilityLine_8yv3w_2052{position:absolute;bottom:4px;height:3px;border-radius:1.5px;pointer-events:auto;cursor:default;transition:all .15s ease;z-index:5}._PersonnelAvailabilityLine_8yv3w_2052._Available_8yv3w_2064{background:repeating-linear-gradient(90deg,rgba(0,190,220,.35),rgba(0,190,220,.35) 6px,transparent 6px,transparent 10px)}._PersonnelAvailabilityLine_8yv3w_2052._Available_8yv3w_2064:hover{background:repeating-linear-gradient(90deg,rgba(0,190,220,.55),rgba(0,190,220,.55) 6px,transparent 6px,transparent 10px);height:5px}._PersonnelAvailabilityLine_8yv3w_2052._Assigned_8yv3w_2086{background-color:#00bedc80}._PersonnelAvailabilityLine_8yv3w_2052._Assigned_8yv3w_2086:hover{background-color:#00bedcb3;height:5px}._PersonnelAvailabilityLine_8yv3w_2052:hover{background-color:#00bedc73;height:5px}._PersonnelTooltip_8yv3w_2101{position:fixed;z-index:10001;background-color:var(--theme-color-1);border:1px solid var(--theme-color-component-5);border-radius:6px;box-shadow:0 8px 24px #00000080;padding:10px 14px;min-width:200px;max-width:320px;font-size:12px;color:var(--theme-color-std-text);pointer-events:none;animation:_tooltipFadeIn_8yv3w_1 .15s ease}._PersonnelTooltipHeader_8yv3w_2128{display:flex;align-items:center;gap:8px;font-weight:600;margin-bottom:8px;color:var(--theme-color-primary)}._PersonnelTooltipHeader_8yv3w_2128 ix-icon{font-size:16px}._PersonnelTooltipTime_8yv3w_2141{font-size:11px;color:var(--theme-color-soft-text);margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid var(--theme-color-component-5)}._PersonnelTooltipStats_8yv3w_2149{display:flex;gap:16px;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid var(--theme-color-component-5)}._PersonnelTooltipStat_8yv3w_2149{display:flex;align-items:center;gap:4px;font-size:11px}._PersonnelTooltipStatValue_8yv3w_2164{font-weight:600;color:var(--theme-color-primary)}._PersonnelTooltipStatLabel_8yv3w_2169{color:var(--theme-color-soft-text)}._PersonnelTooltipGroups_8yv3w_2173{display:flex;flex-direction:column;gap:4px}._PersonnelTooltipGroup_8yv3w_2173{display:flex;align-items:center;gap:6px;font-size:12px}._PersonnelTooltipGroupCount_8yv3w_2186{font-weight:600;color:var(--theme-color-primary);min-width:24px}._PersonnelTooltipGroupName_8yv3w_2192{color:var(--theme-color-std-text)}._TaskBar_8yv3w_2197{position:absolute;top:8px;height:calc(100% - 16px);min-height:44px;border-radius:6px;display:flex;align-items:center;padding:0 8px;cursor:grab;transition:box-shadow .15s ease,transform .1s ease;z-index:10;overflow:visible;max-width:100%;box-sizing:border-box}._SetupConnectionLine_8yv3w_2215{position:absolute;height:0;border-top:2px dashed rgba(255,255,255,.7);z-index:99;pointer-events:none}._SetupOptimizationMarker_8yv3w_2224{position:absolute;width:16px;height:16px;background:linear-gradient(135deg,#228b22f2,#1c6e1cf2);border:1.5px solid rgba(255,255,255,.7);border-radius:3px;z-index:100;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0006,inset 0 1px #ffffff26;display:flex;align-items:center;justify-content:center}._SetupOptimizationMarker_8yv3w_2224 ix-icon{color:#fffffff2;filter:drop-shadow(0 1px 1px rgba(0,0,0,.3))}._SetupOptimizationMarker_8yv3w_2224:hover{transform:scale(1.2);background:linear-gradient(135deg,#228b22,#1c6e1c);border-color:#fffffff2;box-shadow:0 3px 8px #228b2280,0 0 12px #228b2266,inset 0 1px #ffffff40}._TaskBar_8yv3w_2197:hover{box-shadow:0 4px 12px #0000004d;transform:translateY(-1px)}._TaskBar_8yv3w_2197:active{cursor:grabbing}._TaskPlanned_8yv3w_2273,._AssignmentPlanned_8yv3w_2280{background:linear-gradient(135deg,#0072c6,#005a9e);border:1px solid rgba(255,255,255,.15)}._AssignmentActive_8yv3w_2286{background:linear-gradient(135deg,#0072c6,#005a9e);border:1px solid rgba(255,255,255,.3);box-shadow:0 0 0 2px #0072c6,0 0 12px #0072c699;animation:_activeGlow_8yv3w_1 2s ease-in-out infinite}@keyframes _activeGlow_8yv3w_1{0%,to{box-shadow:0 0 0 2px #0072c6,0 0 12px #0072c699}50%{box-shadow:0 0 0 2px #0090e0,0 0 16px #0090e0cc}}._AssignmentFixed_8yv3w_2303{background:repeating-linear-gradient(45deg,#00bcd4,#00bcd4 5px,#26c6da 5px,#26c6da 10px);border:2px dashed #0097a7}._AssignmentPaused_8yv3w_2315{background:repeating-linear-gradient(45deg,#ff6b00,#ff6b00 5px,#ff8c42 5px,#ff8c42 10px);border:2px dashed #e65100}._MachineAssignmentBar_8yv3w_2327._HasOverlap_8yv3w_2327{box-shadow:0 0 0 2px #ff3b30,0 2px 8px #ff3b3099;border-color:#ff3b30!important}._WarningIcon_8yv3w_2333{color:#ff3b30;filter:drop-shadow(0 0 2px rgba(255,59,48,.8))}._OutOfShiftIcon_8yv3w_2339{color:#ff9500;filter:drop-shadow(0 0 2px rgba(255,149,0,.8))}._StatusIcon_8yv3w_2345{color:#ffffffe6}._MachineAssignmentBar_8yv3w_2327._OutOfShift_8yv3w_2339{box-shadow:0 0 0 1.5px #ff9500;border-color:#ff9500!important;opacity:.9}._TaskInProgress_8yv3w_2359{background:linear-gradient(135deg,#fc0,#e6b800);border:1px solid rgba(255,255,255,.2)}._TaskReleased_8yv3w_2364{background:linear-gradient(135deg,#30d158,#27a947);border:1px solid rgba(255,255,255,.2)}._TaskPaused_8yv3w_2369{background:repeating-linear-gradient(45deg,#ff6b00,#ff6b00 5px,#ff8c42 5px,#ff8c42 10px);border:2px dashed #e65100}._TaskCompleted_8yv3w_2380{background:repeating-linear-gradient(45deg,#9e9e9e,#9e9e9e 5px,#bdbdbd 5px,#bdbdbd 10px);border:2px dashed #757575;opacity:.8}._TaskDelayed_8yv3w_2392{background:linear-gradient(135deg,#ff9500,#e68600);border:1px solid rgba(255,255,255,.15)}._TaskConflict_8yv3w_2397{background:linear-gradient(135deg,#ff3b30,#d93025);border:1px solid rgba(255,255,255,.15)}._TaskBar_8yv3w_2197._HasConflict_8yv3w_2402{box-shadow:inset 0 0 0 2px #ff3b30}._TaskBar_8yv3w_2197._NotAllowedMachine_8yv3w_2407{box-shadow:inset 0 0 0 2px #ff9500}._TaskBar_8yv3w_2197._PersonnelWarning_8yv3w_2412{box-shadow:inset 0 0 0 2px #ff9f0a}._TaskBar_8yv3w_2197._MaterialCritical_8yv3w_2417{box-shadow:inset 0 0 0 2px #dc2626}._TaskBar_8yv3w_2197._MaterialWarning_8yv3w_2422{box-shadow:inset 0 0 0 2px #f59e0b}._SetupIndicator_8yv3w_2427{position:absolute;left:0;top:0;bottom:0;background:repeating-linear-gradient(45deg,rgba(255,255,255,.1),rgba(255,255,255,.1) 4px,transparent 4px,transparent 8px);border-right:2px dashed rgba(255,255,255,.3)}._TaskContent_8yv3w_2443{display:flex;align-items:center;gap:8px;flex:1;overflow:hidden;z-index:1}._TaskId_8yv3w_2452{font-size:11px;font-weight:700;color:#fff;background-color:#0003;padding:2px 6px;border-radius:3px;white-space:nowrap}._TaskName_8yv3w_2462{font-size:12px;font-weight:500;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._TaskOrder_8yv3w_2471{font-size:10px;color:#ffffffb3;white-space:nowrap}._TaskIcons_8yv3w_2478{display:flex;align-items:center;gap:4px;flex-shrink:0;margin-left:auto}._MaterialIcon_8yv3w_2486{color:#ff9500}._ConflictIcon_8yv3w_2490{color:#ff3b30}._ResizeHandleLeft_8yv3w_2495,._ResizeHandleRight_8yv3w_2496{position:absolute;top:0;bottom:0;width:8px;cursor:ew-resize;opacity:0;transition:opacity .15s ease;z-index:20}._TaskBar_8yv3w_2197:hover ._ResizeHandleLeft_8yv3w_2495,._TaskBar_8yv3w_2197:hover ._ResizeHandleRight_8yv3w_2496{opacity:1}._ResizeHandleLeft_8yv3w_2495{left:0;background:linear-gradient(90deg,rgba(255,255,255,.3),transparent);border-radius:6px 0 0 6px}._ResizeHandleRight_8yv3w_2496{right:0;background:linear-gradient(270deg,rgba(255,255,255,.3),transparent);border-radius:0 6px 6px 0}._SplitPartLabel_8yv3w_2527{font-size:10px;font-weight:500;color:#ffffffd9;padding:2px 6px;background:#00000026;border-radius:3px;white-space:nowrap}._SplitConnectorLine_8yv3w_2538{background:#fff6;border-radius:1px;z-index:5}._SplitConnectorDot_8yv3w_2545{position:absolute;width:8px;height:8px;background:#ffffffb3;border:2px solid rgba(255,255,255,.9);border-radius:50%;box-shadow:0 1px 3px #0000004d}._TaskBar_8yv3w_2197._SplitParentFocused_8yv3w_2556{box-shadow:0 0 0 2px #007aff80;z-index:25}._TaskBar_8yv3w_2197._SplitChildFocused_8yv3w_2562{box-shadow:0 0 0 1px #007aff66;z-index:24}[data-ix-color-schema=light] ._SplitPartLabel_8yv3w_2527{color:#000000bf;background:#ffffff4d}[data-ix-color-schema=light] ._SplitConnectorLine_8yv3w_2538{background:#00000040}[data-ix-color-schema=light] ._SplitConnectorDot_8yv3w_2545{background:#ffffffe6;border-color:#0006}[data-ix-color-schema=light] ._MachineStatus_8yv3w_1323{color:#333}[data-ix-color-schema=dark] ._MachineStatus_8yv3w_1323{color:#fff}[data-ix-color-schema=light] ._GridLine_8yv3w_1946{background-color:#0000000a}[data-ix-color-schema=light] ._GridLine_8yv3w_1946._HourLine_8yv3w_1964{background-color:#0000001a}[data-ix-color-schema=light] ._GridLine_8yv3w_1946._DayLine_8yv3w_1968{background-color:#0003}[data-ix-color-schema=light] ._DayColumn_8yv3w_1974._Weekend_8yv3w_1808{background-color:#0000000a}[data-ix-color-schema=light] ._GanttRow_8yv3w_2034{border-bottom-color:#00000014}[data-ix-color-schema=light] ._GanttRow_8yv3w_2034._Alternate_8yv3w_1363{background-color:#00000005}[data-ix-color-schema=light] ._MachineRow_8yv3w_723{border-bottom-color:#00000014}[data-ix-color-schema=light] ._MachineRow_8yv3w_723._Alternate_8yv3w_1363{background-color:#00000005}._TaskBar_8yv3w_2197._Dragging_8yv3w_2624{opacity:.85;cursor:grabbing!important;z-index:1000!important;box-shadow:0 8px 24px #0006,0 0 0 2px var(--theme-color-primary);transform:scale(1.02);transition:none}._TaskBar_8yv3w_2197._DragPreview_8yv3w_2633{opacity:.3;pointer-events:none}._ResizeHandleLeft_8yv3w_2495._Active_8yv3w_394,._ResizeHandleRight_8yv3w_2496._Active_8yv3w_394{opacity:1!important;background-color:#0072c680}._TaskTooltip_8yv3w_2645{position:fixed;z-index:99999;min-width:200px;max-width:280px;padding:12px 14px;background-color:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;box-shadow:0 8px 32px #00000080;pointer-events:none;animation:_tooltipFadeIn_8yv3w_1 .15s ease;isolation:isolate}@keyframes _tooltipFadeIn_8yv3w_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}._TooltipHeader_8yv3w_2671{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._TooltipTaskId_8yv3w_2680{font-size:12px;font-weight:700;color:#fff;background-color:var(--theme-color-primary);padding:3px 8px;border-radius:4px}._TooltipTaskName_8yv3w_2689{font-size:13px;font-weight:600;color:var(--theme-color-std-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._TooltipRow_8yv3w_2698{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:12px}._TooltipLabel_8yv3w_2706{color:var(--theme-color-soft-text);font-weight:500}._TooltipValue_8yv3w_2711{color:var(--theme-color-std-text);font-weight:600}._TooltipStatus_8yv3w_2716{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}._TooltipStatus_8yv3w_2716._Planned_8yv3w_2727{background-color:#0072c633;color:#0072c6}._TooltipStatus_8yv3w_2716._InProgress_8yv3w_2732{background-color:#4cd96433;color:#4cd964}._TooltipStatus_8yv3w_2716._Completed_8yv3w_2737{background-color:#8e8e9333;color:#8e8e93}._TooltipStatus_8yv3w_2716._Delayed_8yv3w_2742{background-color:#ff950033;color:#ff9500}._TooltipStatus_8yv3w_2716._Conflict_8yv3w_2490{background-color:#ff3b3033;color:#ff3b30}._TooltipConflicts_8yv3w_2753{display:flex;flex-direction:column;gap:4px}._TooltipConflictLabel_8yv3w_2759{color:var(--theme-color-alarm);font-weight:600;font-size:11px}._TooltipConflictItem_8yv3w_2765{color:var(--theme-color-alarm);font-size:11px;padding-left:8px;border-left:2px solid var(--theme-color-alarm)}._LiveDragTooltip_8yv3w_2773{position:fixed;z-index:10001;padding:8px 12px;background-color:var(--theme-color-primary);color:var(--theme-color-inv-text);border-radius:6px;box-shadow:0 4px 16px #0000004d;pointer-events:none;font-size:12px;font-weight:600;white-space:nowrap}._LiveDragTooltip_8yv3w_2773:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--theme-color-primary)}._LiveDragTime_8yv3w_2797{display:flex;align-items:center;gap:8px}._LiveDragTime_8yv3w_2797 span{opacity:.8}._GanttBody_8yv3w_1899._IsDragging_8yv3w_2808{cursor:grabbing;-webkit-user-select:none;user-select:none}._GanttBody_8yv3w_1899._IsDragging_8yv3w_2808 ._TaskBar_8yv3w_2197:not(._Dragging_8yv3w_2624){pointer-events:none}._DragTooltip_8yv3w_2818{position:fixed;z-index:10001;padding:8px 12px;background-color:var(--theme-color-primary);color:#fff;border-radius:6px;box-shadow:0 4px 16px #0000004d;pointer-events:none;font-size:12px;white-space:nowrap}._DragTooltipTime_8yv3w_2831{font-weight:600;margin-bottom:2px}._DragTooltipDuration_8yv3w_2836{font-size:11px;opacity:.9}._TooltipTitle_8yv3w_2842{font-size:13px;font-weight:600;color:var(--theme-color-std-text)}._TooltipBody_8yv3w_2848{display:flex;flex-direction:column;gap:4px}._TooltipBadge_8yv3w_2854{background-color:var(--theme-color-component-2);color:var(--theme-color-soft-text);padding:2px 6px;border-radius:4px;font-size:11px;font-weight:500}._TooltipWarning_8yv3w_2863{display:flex;align-items:center;gap:6px;color:#ff3b30}._TooltipDivider_8yv3w_2870{height:1px;background-color:var(--theme-color-std-bdr-1);margin:6px 0}._Status_planned_8yv3w_2877{background-color:#0072c633;color:#0072c6}._Status_inProgress_8yv3w_2882{background-color:#4cd96433;color:#4cd964}._Status_completed_8yv3w_2887{background-color:#8e8e9333;color:#8e8e93}._Status_delayed_8yv3w_2892{background-color:#ff950033;color:#ff9500}._Status_conflict_8yv3w_2897{background-color:#ff3b3033;color:#ff3b30}._DrawerOverlay_8yv3w_2903{position:fixed;top:0;left:0;right:0;bottom:0;background-color:transparent;z-index:9998;pointer-events:none}@keyframes _fadeIn_8yv3w_1{0%{opacity:0}to{opacity:1}}._DrawerContainer_8yv3w_2919{position:fixed;top:0;right:0;bottom:0;z-index:9999;display:flex;flex-direction:column;background-color:var(--theme-color-1);box-shadow:-4px 0 20px #0000004d;animation:_slideInRight_8yv3w_1 .25s ease;overflow:hidden}@keyframes _slideInRight_8yv3w_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}._DrawerContainerWide_8yv3w_2944{width:420px}._DrawerContainerNormal_8yv3w_2948{width:400px}._DrawerCloseButton_8yv3w_2952{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background-color:transparent;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;color:var(--theme-color-soft-text);cursor:pointer;transition:all .15s ease}._DrawerCloseButton_8yv3w_2952:hover{background-color:var(--theme-color-component-2);color:var(--theme-color-std-text);border-color:var(--theme-color-primary)}._DrawerDeleteButton_8yv3w_2974{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background-color:transparent;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;color:var(--theme-color-soft-text);cursor:pointer;transition:all .15s ease;margin-left:auto}._DrawerDeleteButton_8yv3w_2974:hover{background-color:#ff3b301a;color:#ff3b30;border-color:#ff3b30}._DetailDrawer_8yv3w_2997{display:flex;flex-direction:column;height:100%;background-color:var(--theme-color-1);isolation:isolate;overflow:hidden}._DrawerHeader_8yv3w_3006{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-1);flex-shrink:0}._DrawerHeaderContent_8yv3w_3016{flex:1}._DrawerTaskId_8yv3w_3020{display:inline-block;font-size:11px;font-weight:700;color:#fff;background-color:var(--theme-color-primary);padding:4px 10px;border-radius:4px;margin-bottom:8px}._DrawerTitle_8yv3w_3031{margin:0;font-size:18px;font-weight:600;color:var(--theme-color-std-text)}._DrawerBody_8yv3w_3038{flex:1;overflow-y:auto;overflow-x:hidden;padding:20px 24px;overscroll-behavior:contain;background-color:var(--theme-color-1)}._DrawerStatusBadge_8yv3w_3047{display:inline-flex;align-items:center;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:20px}._DrawerStatus_planned_8yv3w_3057{background-color:#0072c626;color:#0072c6}._DrawerStatus_inProgress_8yv3w_3062{background-color:#4cd96426;color:#4cd964}._DrawerStatus_completed_8yv3w_3067{background-color:#8e8e9326;color:#8e8e93}._DrawerStatus_delayed_8yv3w_3072{background-color:#ff950026;color:#ff9500}._DrawerStatus_conflict_8yv3w_3077{background-color:#ff3b3026;color:#ff3b30}._DrawerSection_8yv3w_3082{margin-bottom:20px;padding:16px;background-color:var(--theme-color-component-1);border-radius:8px;border:1px solid var(--theme-color-std-bdr-1)}._DrawerSectionHeader_8yv3w_3090{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._DrawerSectionHeader_8yv3w_3090 h3{margin:0;font-size:13px;font-weight:600;color:var(--theme-color-std-text);text-transform:uppercase;letter-spacing:.5px}._DrawerSectionContent_8yv3w_3108{display:flex;flex-direction:column;gap:8px}._DrawerRow_8yv3w_3114{display:flex;justify-content:space-between;align-items:center;font-size:13px}._DrawerLabel_8yv3w_3121{color:var(--theme-color-soft-text)}._DrawerValue_8yv3w_3125{font-weight:600;color:var(--theme-color-std-text);text-align:right}._Material_available_8yv3w_3131{color:#4cd964!important}._Material_partial_8yv3w_3135{color:#ff9500!important}._Material_missing_8yv3w_3139{color:#ff3b30!important}._DrawerWarning_8yv3w_3143{display:flex;align-items:center;gap:8px;padding:10px 12px;background-color:#ff95001a;border:1px solid rgba(255,149,0,.3);border-radius:6px;font-size:12px;font-weight:500;color:#ff9500;margin-top:8px}._DrawerError_8yv3w_3157{display:flex;align-items:center;gap:8px;padding:10px 12px;background-color:#ff3b301a;border:1px solid rgba(255,59,48,.3);border-radius:6px;font-size:12px;font-weight:500;color:#ff3b30;margin-top:8px}._ConflictSection_8yv3w_3172{background-color:#ff3b300d;border:1px solid rgba(255,59,48,.2);border-radius:8px;padding:16px}._ConflictSection_8yv3w_3172 ._DrawerSectionHeader_8yv3w_3090,._ConflictSection_8yv3w_3172 ._DrawerSectionHeader_8yv3w_3090 h3{color:var(--theme-color-alarm)}._ConflictCount_8yv3w_3187{background-color:var(--theme-color-alarm);color:#fff;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600;margin-left:8px}._ConflictItem_8yv3w_3197{background-color:#ff3b301a;border-radius:6px;padding:12px;margin-bottom:8px}._ConflictItem_8yv3w_3197:last-child{margin-bottom:0}._ConflictType_8yv3w_3208{font-size:11px;font-weight:600;color:var(--theme-color-alarm);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}._ConflictMessage_8yv3w_3217{font-size:13px;font-weight:500;color:var(--theme-color-std-text);margin-bottom:4px}._ConflictDetails_8yv3w_3224{font-size:12px;color:var(--theme-color-soft-text)}._DrawerFooter_8yv3w_3229{display:flex;gap:12px;padding:20px 24px;border-top:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-1);flex-shrink:0}._FilterToggle_8yv3w_539{display:flex;gap:6px;align-items:center}._FilterToggle_8yv3w_539 ix-button{--ix-button-height: 26px;--ix-button-padding-x: 8px;font-size:11px}._FilterToggle_8yv3w_539 ix-button::part(button){height:26px;padding:0 8px}._PersonnelToggleWrapper_8yv3w_3257{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--theme-color-soft-text);white-space:nowrap}._PersonnelToggleWrapper_8yv3w_3257 ix-toggle{--toggle-height: 18px;--toggle-width: 32px}._PersonnelToggleLabel_8yv3w_3271{cursor:pointer;transition:color .15s ease}._PersonnelToggleLabel_8yv3w_3271:hover{color:var(--theme-color-std-text)}._PersonnelToggleLabel_8yv3w_3271._Active_8yv3w_394{color:var(--theme-color-primary)}._FilterBar_8yv3w_3284{display:flex;flex-wrap:wrap;gap:20px;padding:16px 24px;background-color:var(--theme-color-component-2);border-bottom:1px solid var(--theme-color-std-bdr-1);animation:_filterSlideDown_8yv3w_1 .2s ease}@keyframes _filterSlideDown_8yv3w_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._FilterGroup_8yv3w_3305{display:flex;flex-direction:column;gap:8px}._FilterLabel_8yv3w_3311{font-size:11px;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.5px}._FilterChips_8yv3w_3319{display:flex;flex-wrap:wrap;gap:6px}._FilterChip_8yv3w_3319{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;font-size:12px;font-weight:500;color:var(--theme-color-std-text);background-color:var(--theme-color-component--1);border:1px solid var(--theme-color-std-bdr-1);border-radius:16px;cursor:pointer;transition:all .15s ease}._FilterChip_8yv3w_3319:hover{background-color:var(--theme-color-component-3)}._FilterChip_8yv3w_3319._Active_8yv3w_394{background-color:var(--theme-color-primary);color:var(--theme-color-inv-text);border-color:var(--theme-color-primary)}._FilterChip_planned_8yv3w_3350._Active_8yv3w_394{background-color:#0072c6;border-color:#0072c6}._FilterChip_inProgress_8yv3w_3355._Active_8yv3w_394{background-color:#4cd964;border-color:#4cd964}._FilterChip_completed_8yv3w_3360._Active_8yv3w_394{background-color:#8e8e93;border-color:#8e8e93}._FilterChip_delayed_8yv3w_3365._Active_8yv3w_394{background-color:#ff9500;border-color:#ff9500}._FilterChip_conflict_8yv3w_3370._Active_8yv3w_394{background-color:#ff3b30;border-color:#ff3b30}._FilterSection_8yv3w_1136{display:flex;flex-direction:column;gap:10px;min-width:200px}._FilterSectionLabel_8yv3w_3383{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.5px}._FilterDropdowns_8yv3w_3394{display:flex;flex-wrap:wrap;gap:8px}._FilterDropdown_8yv3w_3394{position:relative;min-width:180px}._FilterDropdownHeader_8yv3w_3405{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;font-size:13px;font-weight:500;color:var(--theme-color-std-text);background-color:var(--theme-color-component--1);border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;cursor:pointer;transition:all .15s ease}._FilterDropdownHeader_8yv3w_3405:hover{background-color:var(--theme-color-component-2);border-color:var(--theme-color-primary)}._FilterDropdownHeader_8yv3w_3405._Expanded_8yv3w_3426{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:var(--theme-color-primary);background-color:var(--theme-color-component-2)}._FilterDropdownHeader_8yv3w_3405._HasSelection_8yv3w_3433{border-color:var(--theme-color-primary)}._FilterDropdownTitle_8yv3w_3437{display:flex;align-items:center;gap:8px}._FilterDropdownBadge_8yv3w_3443{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:600;color:#fff;background-color:var(--theme-color-primary);border-radius:9px}._FilterDropdownContent_8yv3w_3457{position:absolute;top:100%;left:0;right:0;background-color:var(--theme-color-1);border:1px solid var(--theme-color-primary);border-top:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow:0 4px 12px #00000026;z-index:100;max-height:250px;overflow-y:auto;animation:_dropdownFadeIn_8yv3w_1 .15s ease}@keyframes _dropdownFadeIn_8yv3w_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._FilterCheckboxItem_8yv3w_3485{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;transition:background-color .1s ease}._FilterCheckboxItem_8yv3w_3485:hover{background-color:var(--theme-color-component-2)}._FilterCheckboxItem_8yv3w_3485._SelectAll_8yv3w_3498{border-bottom:1px solid var(--theme-color-std-bdr-1);font-weight:600;background-color:var(--theme-color-component--1)}._FilterCheckbox_8yv3w_1159{display:flex;align-items:center;justify-content:center;padding:0;background:none;border:none;cursor:pointer;color:var(--theme-color-primary)}._FilterMachineLabel_8yv3w_3515{display:flex;flex-direction:column;gap:2px}._FilterMachineId_8yv3w_3521{font-size:13px;font-weight:500;color:var(--theme-color-std-text)}._FilterMachineName_8yv3w_3527{font-size:11px;color:var(--theme-color-soft-text)}._FilterInput_8yv3w_3532{padding:8px 12px;font-size:13px;color:var(--theme-color-std-text);background-color:var(--theme-color-component--1);border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;min-width:200px;outline:none;transition:border-color .15s ease}._FilterInput_8yv3w_3532:focus{border-color:var(--theme-color-primary)}._FilterInput_8yv3w_3532::placeholder{color:var(--theme-color-soft-text)}._FilterResults_8yv3w_3552{display:flex;align-items:flex-end;margin-left:auto;font-size:12px;font-weight:500;color:var(--theme-color-soft-text)}._UnplannedDrawer_8yv3w_3562{display:flex;flex-direction:column;height:100%;background-color:var(--theme-color-1);isolation:isolate;overflow:hidden}._UnplannedDrawerHeader_8yv3w_3571{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-1);flex-shrink:0}._UnplannedHeaderContent_8yv3w_3581{display:flex;align-items:center;gap:12px}._UnplannedHeaderContent_8yv3w_3581 h2{margin:0;font-size:18px;font-weight:600;color:var(--theme-color-std-text)}._UnplannedCount_8yv3w_3594{padding:4px 10px;font-size:12px;font-weight:600;color:#fff;background-color:var(--theme-color-primary);border-radius:12px}._UnplannedHint_8yv3w_3603{display:flex;align-items:center;gap:10px;padding:12px 24px;background-color:#0072c61a;border-bottom:1px solid var(--theme-color-std-bdr-1);font-size:12px;color:var(--theme-color-primary)}._UnplannedList_8yv3w_3614{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px;display:flex;flex-direction:column;gap:12px;overscroll-behavior:contain;background-color:var(--theme-color-1)}._UnplannedEmpty_8yv3w_3626{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:var(--theme-color-soft-text);text-align:center}._UnplannedEmpty_8yv3w_3626 p{margin:12px 0 0;font-size:14px}._UnplannedCard_8yv3w_3641{background-color:var(--theme-color-component-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;padding:16px;cursor:grab;transition:all .15s ease;position:relative}._UnplannedCard_8yv3w_3641:hover{border-color:var(--theme-color-primary);box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}._UnplannedCard_8yv3w_3641:active{cursor:grabbing}._UnplannedCard_8yv3w_3641._Priority_high_8yv3w_3661{border-left:4px solid #ff3b30}._UnplannedCard_8yv3w_3641._Priority_medium_8yv3w_3665{border-left:4px solid #ff9500}._UnplannedCard_8yv3w_3641._Priority_low_8yv3w_3669{border-left:4px solid #4cd964}._UnplannedCardHeader_8yv3w_3673{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._UnplannedTaskId_8yv3w_3680{font-size:11px;font-weight:700;color:#fff;background-color:var(--theme-color-primary);padding:3px 8px;border-radius:4px}._PriorityBadge_8yv3w_3689{font-size:10px;font-weight:600;padding:3px 8px;border-radius:4px;text-transform:uppercase}._PriorityBadge_8yv3w_3689._Priority_high_8yv3w_3661{background-color:#ff3b3026;color:#ff3b30}._PriorityBadge_8yv3w_3689._Priority_medium_8yv3w_3665{background-color:#ff950026;color:#ff9500}._PriorityBadge_8yv3w_3689._Priority_low_8yv3w_3669{background-color:#4cd96426;color:#4cd964}._UnplannedTaskName_8yv3w_3712{margin:0 0 12px;font-size:14px;font-weight:600;color:var(--theme-color-std-text)}._UnplannedCardDetails_8yv3w_3719{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}._UnplannedRow_8yv3w_3726{display:flex;justify-content:space-between;font-size:12px}._UnplannedLabel_8yv3w_3732{color:var(--theme-color-soft-text)}._UnplannedValue_8yv3w_3736{font-weight:500;color:var(--theme-color-std-text)}._UnplannedDueDate_8yv3w_3741{display:flex;align-items:center;gap:6px;padding:8px 10px;background-color:var(--theme-color-component-2);border-radius:4px;font-size:11px;font-weight:500;color:var(--theme-color-soft-text);margin-bottom:12px}._UnplannedDueDate_8yv3w_3741._Urgent_8yv3w_3754{background-color:#ff3b301a;color:#ff3b30}._UnplannedCardActions_8yv3w_3759{display:flex;gap:8px;margin-bottom:12px}._UnplannedCardActions_8yv3w_3759 ix-button{font-size:11px;--ix-button-height: 28px}._UnplannedDragHandle_8yv3w_3770{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px;border-top:1px solid var(--theme-color-std-bdr-1);margin:0 -16px -16px;background-color:var(--theme-color-component-2);border-radius:0 0 8px 8px;font-size:11px;color:var(--theme-color-soft-text);transition:background-color .15s ease}._UnplannedCard_8yv3w_3641:hover ._UnplannedDragHandle_8yv3w_3770{background-color:var(--theme-color-primary);color:#fff}._GanttRow_8yv3w_2034._ValidDropTarget_8yv3w_3791{transition:background-color .15s ease;background-color:#0072c626;border-top:1px dashed rgba(0,114,198,.3);border-bottom:1px dashed rgba(0,114,198,.3)}._GanttRow_8yv3w_2034._ValidDropTarget_8yv3w_3791:hover,._GanttRow_8yv3w_2034._HoveredDropTarget_8yv3w_3799{background-color:#0072c659!important;box-shadow:inset 0 0 0 2px #0072c6b3}._GanttRow_8yv3w_2034._InvalidDropTarget_8yv3w_3805{transition:background-color .15s ease;background-color:#cc003314;cursor:not-allowed}._GanttRow_8yv3w_2034._InvalidDropTarget_8yv3w_3805:hover{background-color:#cc003326!important}._CurrentTimeLine_8yv3w_3816{position:absolute;top:0;bottom:0;width:1px;background-color:#ff3b30;opacity:.7;z-index:100;pointer-events:none}._CurrentTimeMarker_8yv3w_3827{position:absolute;top:0;left:-3.5px;width:8px;height:8px;background-color:#ff3b30;border-radius:50%;box-shadow:0 1px 3px #0003}._LiveSplitOverlay_8yv3w_3839{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:99999;display:flex;flex-direction:column;justify-content:flex-end;cursor:default;animation:_modalFadeIn_8yv3w_1 .15s ease}._LiveSplitTaskHighlight_8yv3w_3852{position:fixed;display:flex;align-items:stretch;height:40px;border-radius:6px;overflow:visible;cursor:ew-resize;box-shadow:0 0 0 3px var(--theme-color-primary),0 8px 32px #0072c666;animation:_splitHighlightPulse_8yv3w_1 1.5s ease-in-out infinite}@keyframes _splitHighlightPulse_8yv3w_1{0%,to{box-shadow:0 0 0 3px var(--theme-color-primary),0 8px 32px #0072c666}50%{box-shadow:0 0 0 4px var(--theme-color-primary),0 8px 40px #0072c699}}._LiveSplitPart1_8yv3w_3872{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0072c6,#005a9e);border-radius:6px 0 0 6px;position:relative;min-width:40px}._LiveSplitPart2_8yv3w_3883{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00a3c4,#007a94);border-radius:0 6px 6px 0;position:relative;min-width:40px}._LiveSplitDuration_8yv3w_3894{font-size:.75rem;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3);white-space:nowrap;padding:0 8px}._LiveSplitLine_8yv3w_3904{position:relative;width:4px;background-color:#fff;cursor:ew-resize;z-index:10;display:flex;flex-direction:column;align-items:center}._LiveSplitHandle_8yv3w_3916{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:24px;background-color:#fff;border-radius:6px;box-shadow:0 2px 8px #0000004d;display:flex;align-items:center;justify-content:center}._LiveSplitHandle_8yv3w_3916:before{content:"";width:2px;height:12px;background:repeating-linear-gradient(to bottom,#666 0px,#666 2px,transparent 2px,transparent 4px)}._LiveSplitControls_8yv3w_3945{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);display:flex;gap:4px;background-color:var(--theme-color-1);border-radius:8px;padding:4px;box-shadow:0 4px 16px #0000004d;border:1px solid var(--theme-color-std-bdr-1)}._LiveSplitControls_8yv3w_3945 ._LiveSplitConfirmBtn_8yv3w_3959{width:32px;height:32px;padding:0;border:none;background:linear-gradient(135deg,#34c759,#2da44e);color:#fff;border-radius:6px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}._LiveSplitControls_8yv3w_3945 ._LiveSplitConfirmBtn_8yv3w_3959:hover{background:linear-gradient(135deg,#4ade5b,#34c759);transform:scale(1.05)}._LiveSplitControls_8yv3w_3945 ._LiveSplitCancelBtn_8yv3w_3981{width:32px;height:32px;padding:0;border:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-component-2);color:var(--theme-color-std-text);border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}._LiveSplitControls_8yv3w_3945 ._LiveSplitCancelBtn_8yv3w_3981:hover{background-color:#ff3b30;border-color:#ff3b30;color:#fff}._LiveSplitTimeLabel_8yv3w_4005{position:absolute;top:calc(100% + 52px);left:50%;transform:translate(-50%);font-size:.6875rem;font-weight:600;color:var(--theme-color-primary);background-color:var(--theme-color-1);padding:2px 8px;border-radius:4px;white-space:nowrap;box-shadow:0 2px 8px #0003}._LiveSplitHint_8yv3w_4021{padding:.75rem;text-align:center;font-size:.8125rem;color:#ffffffd9;background-color:#000000b3}._LiveSplitHint_8yv3w_4021 kbd{display:inline-block;padding:.125rem .5rem;background-color:#ffffff26;border:1px solid rgba(255,255,255,.4);border-radius:4px;font-family:inherit;font-size:.75rem;font-weight:600;margin-right:.25rem}._WarningModalOverlay_8yv3w_4042{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;z-index:100000;display:flex;align-items:center;justify-content:center;animation:_modalFadeIn_8yv3w_1 .2s ease}@keyframes _modalFadeIn_8yv3w_1{0%{opacity:0}to{opacity:1}}._WarningModal_8yv3w_4042{background-color:var(--theme-color-1);border-radius:12px;min-width:400px;max-width:500px;box-shadow:0 20px 60px #0006;animation:_modalSlideIn_8yv3w_1 .2s ease;overflow:hidden}@keyframes _modalSlideIn_8yv3w_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._WarningModal_8yv3w_4042._WarningModal_error_8yv3w_4083{border-top:4px solid var(--theme-color-alarm)}._WarningModal_8yv3w_4042._WarningModal_warning_8yv3w_4087{border-top:4px solid var(--theme-color-warning)}._WarningModalHeader_8yv3w_4091{display:flex;align-items:center;gap:12px;padding:20px 24px 16px}._WarningModalIcon_8yv3w_4098{flex-shrink:0}._WarningModal_error_8yv3w_4083 ._WarningModalIcon_8yv3w_4098{color:var(--theme-color-alarm)}._WarningModal_warning_8yv3w_4087 ._WarningModalIcon_8yv3w_4098{color:var(--theme-color-warning)}._WarningModalTitle_8yv3w_4110{font-size:18px;font-weight:600;color:var(--theme-color-std-text);margin:0}._WarningModalBody_8yv3w_4117{padding:0 24px 20px}._WarningModalMessage_8yv3w_4121{font-size:14px;color:var(--theme-color-soft-text);margin:0 0 12px;line-height:1.5}._WarningModalDetails_8yv3w_4128{font-size:12px;color:var(--theme-color-weak-text);background-color:var(--theme-color-component-2);padding:12px;border-radius:6px;margin:0;white-space:pre-wrap;font-family:var(--theme-font-family-mono, monospace);border:1px solid var(--theme-color-std-bdr-1)}._WarningModalFooter_8yv3w_4140{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;background-color:var(--theme-color-component-2);border-top:1px solid var(--theme-color-std-bdr-1)}._TaskBar_8yv3w_2197._Selected_8yv3w_4150{box-shadow:0 0 0 3px var(--theme-color-primary),0 4px 12px #0072c666!important;z-index:20}._TimeEditModal_8yv3w_4156,._MachineChangeModal_8yv3w_4157{background-color:var(--theme-color-1);border-radius:12px;min-width:380px;max-width:450px;box-shadow:0 20px 60px #0006;animation:_modalSlideIn_8yv3w_1 .2s ease;overflow:hidden}._ModalHeader_8yv3w_4167{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._ModalHeader_8yv3w_4167 h3{font-size:16px;font-weight:600;color:var(--theme-color-std-text);margin:0}._ModalCloseButton_8yv3w_4182{--ix-button-height: 28px}._ModalBody_8yv3w_4186{padding:20px}._TaskInfo_8yv3w_4190{font-size:14px;font-weight:500;color:var(--theme-color-std-text);margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._CurrentMachine_8yv3w_4199{font-size:13px;color:var(--theme-color-soft-text);margin:0 0 16px}._FormGroup_8yv3w_4205{margin-bottom:16px}._FormGroup_8yv3w_4205 label{display:block;font-size:12px;font-weight:500;color:var(--theme-color-soft-text);margin-bottom:6px}._FormGroup_8yv3w_4205 input[type=datetime-local]{width:100%;padding:10px 12px;border:1px solid var(--theme-color-component-5);border-radius:6px;background-color:var(--theme-color-component-2);color:var(--theme-color-std-text);font-size:14px;font-family:inherit}._FormGroup_8yv3w_4205 input[type=datetime-local]:focus{outline:none;border-color:var(--theme-color-primary);box-shadow:0 0 0 2px #0072c633}._FormGroup_8yv3w_4205 input[type=date],._FormGroup_8yv3w_4205 select{width:100%;padding:10px 12px;border:1px solid var(--theme-color-component-5);border-radius:6px;background-color:var(--theme-color-component-2);color:var(--theme-color-std-text);font-size:14px;font-family:inherit;cursor:pointer}._FormGroup_8yv3w_4205 input[type=date]:focus,._FormGroup_8yv3w_4205 input[type=time]:focus,._FormGroup_8yv3w_4205 select:focus{outline:none;border-color:var(--theme-color-primary);box-shadow:0 0 0 2px #0072c633}._FormGroup_8yv3w_4205 input[type=time]{width:100%;padding:10px 12px;border:1px solid var(--theme-color-component-5);border-radius:6px;background-color:var(--theme-color-component-2);color:var(--theme-color-std-text);font-size:14px;font-family:inherit}._TimeHint_8yv3w_4266{display:block;font-size:11px;color:var(--theme-color-soft-text);margin-top:4px}._FormRow_8yv3w_4273{display:flex;gap:12px}._FormRow_8yv3w_4273 ._FormGroup_8yv3w_4205{flex:1}._MachineOptionList_8yv3w_4282{display:flex;flex-direction:column;gap:4px;max-height:300px;overflow-y:auto}._MachineOption_8yv3w_4282{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;cursor:pointer;transition:background-color .15s ease;color:var(--theme-color-std-text);font-size:14px}._MachineOption_8yv3w_4282:hover:not(._CurrentSelected_8yv3w_4302){background-color:var(--theme-color-component-3)}._MachineOption_8yv3w_4282._CurrentSelected_8yv3w_4302{background-color:var(--theme-color-component-4);cursor:default}._CurrentBadge_8yv3w_4311{margin-left:auto;font-size:11px;color:#fff;background-color:#0a0;padding:2px 8px;border-radius:10px;font-weight:500}._ModalFooter_8yv3w_4321{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px;background-color:var(--theme-color-component-2);border-top:1px solid var(--theme-color-std-bdr-1)}._ReleaseModal_8yv3w_4331{background-color:var(--theme-color-1);border-radius:12px;width:580px;max-width:95vw;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0006;animation:_modalSlideIn_8yv3w_1 .2s ease;overflow:hidden}._ReleaseModalHeader_8yv3w_4344{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-component-2)}._ReleaseModalTitleRow_8yv3w_4353{display:flex;align-items:center;gap:12px}._ReleaseModalTitleRow_8yv3w_4353 ix-icon{color:var(--theme-color-primary)}._ReleaseModalHeader_8yv3w_4344 h2{font-size:18px;font-weight:600;color:var(--theme-color-std-text);margin:0}._ReleaseModalBody_8yv3w_4370{flex:1;overflow-y:auto;padding:20px}._ReleaseSection_8yv3w_4376{margin-bottom:24px}._ReleaseSection_8yv3w_4376:last-child{margin-bottom:0}._ReleaseSectionTitle_8yv3w_4384{font-size:14px;font-weight:600;color:var(--theme-color-std-text);margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._ReleaseRadioGroup_8yv3w_4393{display:flex;flex-direction:column;gap:12px}._ReleaseRadioGroup_8yv3w_4393 ix-radio{--ix-radio-label-font-size: 14px}._ReleaseRadioWithDate_8yv3w_4403{display:flex;flex-direction:column;gap:8px}._ReleaseRadioWithDate_8yv3w_4403 ix-radio{flex-shrink:0}._ReleaseDateInputWrapper_8yv3w_4413{display:flex;align-items:center;gap:8px;margin-left:28px;animation:_slideIn_8yv3w_1 .2s ease-out}._ReleaseCloseDateButton_8yv3w_4421{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background-color:transparent;color:var(--theme-color-soft-text);cursor:pointer;border-radius:4px;transition:background-color .2s,color .2s;flex-shrink:0}._ReleaseCloseDateButton_8yv3w_4421:hover{background-color:var(--theme-color-component-5);color:var(--theme-color-std-text)}._ReleaseCloseDateButton_8yv3w_4421:active{background-color:var(--theme-color-component-6)}@keyframes _slideIn_8yv3w_1{0%{opacity:0;max-height:0;margin-top:0}to{opacity:1;max-height:200px;margin-top:8px}}._ReleaseDatePicker_8yv3w_4459{width:130px;font-size:13px}._ReleaseDatePicker_8yv3w_4459::part(input){font-size:13px;padding:4px 8px}._ReleaseDateSeparator_8yv3w_4469{color:var(--theme-color-soft-text);font-size:14px;margin:0 4px}._ReleaseRadioOption_8yv3w_4475{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:var(--theme-color-std-text)}._ReleaseRadioOption_8yv3w_4475 input[type=radio]{width:18px;height:18px;accent-color:var(--theme-color-primary);cursor:pointer}._ReleaseRadioOption_8yv3w_4475 span{flex-shrink:0}._ReleaseDateInput_8yv3w_4413{padding:6px 10px;border:1px solid var(--theme-color-component-5);border-radius:4px;background-color:var(--theme-color-component-2);color:var(--theme-color-std-text);font-size:13px;font-family:inherit;min-width:130px}._ReleaseDateInput_8yv3w_4413:focus{outline:none;border-color:var(--theme-color-primary);box-shadow:0 0 0 2px #0072c633}._ReleaseDateInput_8yv3w_4413:disabled{opacity:.5;cursor:not-allowed}._ReleaseCheckboxGroup_8yv3w_4517{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}._ReleaseCheckboxOption_8yv3w_4523{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:var(--theme-color-std-text)}._ReleaseCheckboxOption_8yv3w_4523 ix-checkbox{flex-shrink:0}._ReleaseFilterGroup_8yv3w_4536{margin-top:16px;padding-top:16px;border-top:1px dashed var(--theme-color-std-bdr-1)}._ReleaseFilterTitle_8yv3w_4542{font-size:13px;font-weight:500;color:var(--theme-color-soft-text);margin:0 0 12px}._ReleaseFilterCheckboxes_8yv3w_4549{display:flex;flex-direction:column;gap:10px}._ReleaseInfoBox_8yv3w_4555{display:flex;align-items:flex-start;gap:10px;padding:12px;background-color:#0072c61a;border:1px solid rgba(0,114,198,.3);border-radius:6px;margin-bottom:16px}._ReleaseInfoBox_8yv3w_4555 ix-icon{color:var(--theme-color-primary);flex-shrink:0;margin-top:2px}._ReleaseInfoBox_8yv3w_4555 p{font-size:13px;color:var(--theme-color-std-text);margin:0;line-height:1.5}._ReleaseSummaryGrid_8yv3w_4579{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}._ReleaseSummaryCard_8yv3w_4585{display:flex;flex-direction:column;align-items:center;padding:16px 12px;background-color:var(--theme-color-component-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px}._ReleaseSummaryValue_8yv3w_4595{font-size:20px;font-weight:700;color:var(--theme-color-primary);margin-bottom:4px}._ReleaseSummaryLabel_8yv3w_4602{font-size:11px;color:var(--theme-color-soft-text);text-align:center}._ReleaseModalFooter_8yv3w_4608{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px;background-color:var(--theme-color-component-2);border-top:1px solid var(--theme-color-std-bdr-1)}._TaskSelectionIndicator_8yv3w_4617{position:absolute;left:-4px;top:50%;transform:translateY(-50%);width:20px;height:20px;display:flex;align-items:center;justify-content:center;background-color:var(--theme-color-1);border-radius:4px;border:1px solid var(--theme-color-std-bdr-1);z-index:5;cursor:pointer}._UnplannedToolbar_8yv3w_4636{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:var(--theme-color-component-2);border-bottom:1px solid var(--theme-color-std-bdr-1)}._UnplannedSearch_8yv3w_4645{display:flex;align-items:center;gap:6px;background-color:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;padding:4px 8px;min-width:100px;flex:0 1 140px;height:28px}._UnplannedSearch_8yv3w_4645 ix-icon{color:var(--theme-color-soft-text);flex-shrink:0}._UnplannedSearch_8yv3w_4645 input{background:transparent;border:none;outline:none;color:var(--theme-color-std-text);font-size:12px;width:100%;font-family:inherit}._UnplannedSearch_8yv3w_4645 input::placeholder{color:var(--theme-color-soft-text)}._UnplannedFilters_8yv3w_4677{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._PriorityChips_8yv3w_4684{display:flex;gap:4px}._PriorityChip_8yv3w_4684{background-color:var(--theme-color-component-3);border:1px solid var(--theme-color-std-bdr-1);border-radius:12px;padding:4px 10px;font-size:12px;color:var(--theme-color-std-text);cursor:pointer;transition:all .15s ease;font-family:inherit}._PriorityChip_8yv3w_4684:hover{background-color:var(--theme-color-component-4)}._PriorityChipActive_8yv3w_4705{background-color:var(--theme-color-1);border-color:var(--theme-color-1);color:#fff}._PriorityChip_high_8yv3w_4711._PriorityChipActive_8yv3w_4705{background-color:#dc2626;border-color:#dc2626}._PriorityChip_medium_8yv3w_4716._PriorityChipActive_8yv3w_4705{background-color:#f59e0b;border-color:#f59e0b}._PriorityChip_low_8yv3w_4721._PriorityChipActive_8yv3w_4705{background-color:#10b981;border-color:#10b981}._FilterDropdownWrapper_8yv3w_4726{position:relative}._FilterDropdownBtn_8yv3w_4730{display:flex;align-items:center;gap:6px;background-color:var(--theme-color-component-3);border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;padding:6px 12px;font-size:13px;color:var(--theme-color-std-text);cursor:pointer;font-family:inherit;transition:all .15s ease}._FilterDropdownBtn_8yv3w_4730:hover{background-color:var(--theme-color-component-4)}._FilterDropdownBtnActive_8yv3w_4749{background-color:var(--theme-color-1);border-color:var(--theme-color-1);color:#fff}._FilterDropdownMenu_8yv3w_4755{position:absolute;top:100%;left:0;margin-top:4px;background-color:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;box-shadow:0 4px 12px #0003;min-width:140px;z-index:100;overflow:hidden}._FilterDropdownItem_8yv3w_4769{display:block;width:100%;text-align:left;padding:8px 12px;font-size:13px;color:var(--theme-color-std-text);background:transparent;border:none;cursor:pointer;font-family:inherit;transition:background-color .15s ease}._FilterDropdownItem_8yv3w_4769:hover{background-color:var(--theme-color-component-3)}._FilterDropdownItemActive_8yv3w_4787{background-color:var(--theme-color-1);color:#fff}._SortDropdownWrapper_8yv3w_4792{display:flex;align-items:center;gap:8px;margin-left:auto;position:relative}._SortLabel_8yv3w_4800{font-size:13px;color:var(--theme-color-soft-text)}._SortDropdownBtn_8yv3w_4805{display:flex;align-items:center;gap:6px;background-color:var(--theme-color-component-3);border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;padding:6px 12px;font-size:13px;color:var(--theme-color-std-text);cursor:pointer;font-family:inherit;transition:all .15s ease}._SortDropdownBtn_8yv3w_4805:hover{background-color:var(--theme-color-component-4)}._SortDropdownWrapper_8yv3w_4792 ._FilterDropdownMenu_8yv3w_4755{left:auto;right:0}._UnplannedResultsInfo_8yv3w_4829{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:8px 16px;font-size:12px;color:var(--theme-color-soft-text);background-color:var(--theme-color-component-2);border-bottom:1px solid var(--theme-color-std-bdr-1)}._ToolbarBtn_8yv3w_4843{display:flex;align-items:center;gap:4px;background-color:var(--theme-color-component-3);border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;padding:4px 8px;font-size:12px;font-weight:500;color:var(--theme-color-std-text);cursor:pointer;font-family:inherit;transition:all .15s ease;white-space:nowrap;height:28px}._ToolbarBtn_8yv3w_4843:hover{background-color:var(--theme-color-component-4);border-color:var(--theme-color-component-4)}._ToolbarBtnActive_8yv3w_4866{background-color:var(--theme-color-1);border-color:var(--theme-color-1);color:#fff}._ToolbarBtnActive_8yv3w_4866:hover{background-color:var(--theme-color-1--hover)}._FilterBadge_8yv3w_4876{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background-color:#ffffff40;font-size:10px;font-weight:600}._SearchClear_8yv3w_4889{display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;background:var(--theme-color-component-4);border:none;border-radius:50%;cursor:pointer;color:var(--theme-color-soft-text);transition:all .15s ease}._SearchClear_8yv3w_4889:hover{background-color:var(--theme-color-component-5);color:var(--theme-color-std-text)}._FilterPopover_8yv3w_4910{position:absolute;top:100%;right:0;margin-top:4px;background-color:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;box-shadow:0 6px 16px #00000040;min-width:200px;max-width:280px;max-height:350px;overflow-y:auto;z-index:200}._FilterSection_8yv3w_1136{padding:10px 12px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._FilterSection_8yv3w_1136:last-of-type{border-bottom:none}._FilterSectionHeader_8yv3w_4935{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;padding-left:8px}._FilterSectionHeader_8yv3w_4935 ix-icon{color:var(--theme-color-soft-text)}._FilterCheckboxList_8yv3w_4952{display:flex;flex-direction:column;gap:2px;padding-left:0}._FilterCheckbox_8yv3w_1159{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:4px;cursor:pointer;transition:background-color .15s ease;-webkit-user-select:none;user-select:none;white-space:nowrap}._FilterCheckbox_8yv3w_1159:hover{background-color:var(--theme-color-component-3)}._FilterCheckbox_8yv3w_1159 input{position:absolute;opacity:0;width:0;height:0;margin:0;pointer-events:none}._FilterCheckboxMark_8yv3w_4984{display:flex;align-items:center;justify-content:center;min-width:16px;width:16px;height:16px;border:2px solid var(--theme-color-std-bdr-1);border-radius:3px;background-color:var(--theme-color-component-2);transition:all .15s ease;flex-shrink:0}._FilterCheckbox_8yv3w_1159 input:checked+._FilterCheckboxMark_8yv3w_4984{background-color:var(--theme-color-1);border-color:var(--theme-color-1)}._FilterCheckbox_8yv3w_1159 input:checked+._FilterCheckboxMark_8yv3w_4984:after{content:"✓";color:#fff;font-size:10px;font-weight:700;line-height:1}._FilterCheckbox_8yv3w_1159 input:checked+._FilterCheckboxMark_8yv3w_4984._FilterCheckboxPriority_8yv3w_5013{background-color:var(--prio-color);border-color:var(--prio-color)}._FilterCheckboxLabel_8yv3w_5018{font-size:12px;color:var(--theme-color-std-text)}._FilterClearBtn_8yv3w_5023{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:10px 12px;background-color:var(--theme-color-component-3);border:none;border-top:1px solid var(--theme-color-std-bdr-1);font-size:11px;font-weight:500;color:var(--theme-color-alarm);cursor:pointer;font-family:inherit;transition:background-color .15s ease}._FilterClearBtn_8yv3w_5023:hover{background-color:var(--theme-color-component-4)}._SortPopover_8yv3w_5046{position:absolute;top:100%;right:0;margin-top:4px;background-color:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;box-shadow:0 6px 16px #00000040;min-width:140px;overflow:hidden;z-index:200}._SortOption_8yv3w_5060{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:8px 12px;background:transparent;border:none;font-size:12px;color:var(--theme-color-std-text);cursor:pointer;font-family:inherit;text-align:left;transition:background-color .15s ease}._SortOption_8yv3w_5060:hover{background-color:var(--theme-color-component-3)}._SortOptionActive_8yv3w_5081{background-color:var(--theme-color-component-4)}._SortOption_8yv3w_5060 span{flex:1}._SortCheck_8yv3w_5089{color:var(--theme-color-1);font-weight:700}._ActiveFilterChip_8yv3w_5095{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background-color:var(--theme-color-component-4);border-radius:12px;font-size:11px;color:var(--theme-color-std-text);cursor:pointer;transition:background-color .15s ease}._ActiveFilterChip_8yv3w_5095:hover{background-color:var(--theme-color-component-5)}._ActiveFilterChip_8yv3w_5095 ix-icon{color:var(--theme-color-soft-text)}._DropdownOverlay_8yv3w_5119{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:10000}._NewFilterDropdown_8yv3w_5130{background:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;box-shadow:0 12px 48px #000c;padding:8px 0;min-width:220px;max-height:500px;overflow-y:auto;position:relative;z-index:99999}._NewFilterSection_8yv3w_5143{padding:8px 0;border-bottom:1px solid var(--theme-color-std-bdr-1)}._NewFilterSection_8yv3w_5143:last-child{border-bottom:none}._NewFilterHeader_8yv3w_5152{padding:6px 12px;font-size:11px;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.5px}._NewFilterCheckbox_8yv3w_5161{display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer;transition:background-color .15s ease;-webkit-user-select:none;user-select:none}._NewFilterCheckbox_8yv3w_5161:hover{background-color:var(--theme-color-component-2)}._NewFilterCheckbox_8yv3w_5161 ix-checkbox{flex-shrink:0}._NewFilterCheckbox_8yv3w_5161 span{flex:1;font-size:13px;color:var(--theme-color-std-text)}._NewFilterClearBtn_8yv3w_5186{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px 12px;margin-top:8px;background:var(--theme-color-component-3);border:none;border-top:1px solid var(--theme-color-std-bdr-1);color:var(--theme-color-std-text);font-size:12px;font-weight:500;cursor:pointer;transition:background-color .15s ease}._NewFilterClearBtn_8yv3w_5186:hover{background-color:var(--theme-color-component-4)}._NewSortDropdown_8yv3w_5209{background:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;box-shadow:0 12px 48px #000c;padding:4px 0;min-width:180px;position:relative;z-index:99999}._NewSortOption_8yv3w_5220{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;background:transparent;border:none;color:var(--theme-color-std-text);font-size:13px;cursor:pointer;transition:background-color .15s ease;text-align:left}._NewSortOption_8yv3w_5220:hover{background-color:var(--theme-color-component-2)}._NewSortOption_8yv3w_5220 span:first-child{flex:1}._NewSortCheck_8yv3w_5243{color:var(--theme-color-1);font-size:14px;font-weight:700}._NewSortOptionActive_8yv3w_5249{background-color:var(--theme-color-component-3);font-weight:600}._EmployeeHeaderTitle_8yv3w_5257{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:var(--theme-color-component-2);border-bottom:1px solid var(--theme-color-component-5)}._EmployeeHeaderTitle_8yv3w_5257 h3{margin:0;font-size:13px;font-weight:600;color:var(--theme-color-std-text)}._EmployeeHeaderControls_8yv3w_5274{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:var(--theme-color-component-1);border-bottom:1px solid var(--theme-color-component-5)}._EmployeeSearchCompact_8yv3w_5284{display:flex;align-items:center;flex:1;position:relative;background-color:var(--theme-color-2);border:1px solid var(--theme-color-component-5);border-radius:4px;padding:4px 6px;gap:4px}._EmployeeSearchCompact_8yv3w_5284:focus-within{border-color:var(--theme-color-1)}._EmployeeSearchIconSmall_8yv3w_5300{color:var(--theme-color-soft-text);flex-shrink:0}._EmployeeSearchFieldSmall_8yv3w_5305{flex:1;border:none;background:transparent;color:var(--theme-color-std-text);font-size:11px;outline:none;min-width:60px}._EmployeeSearchFieldSmall_8yv3w_5305::placeholder{color:var(--theme-color-soft-text)}._EmployeeSearchClearSmall_8yv3w_5319{background:none;border:none;color:var(--theme-color-soft-text);cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;border-radius:2px;flex-shrink:0}._EmployeeSearchClearSmall_8yv3w_5319:hover{color:var(--theme-color-std-text);background-color:var(--theme-color-component-3)}._EmployeeControlIcon_8yv3w_5338{color:var(--theme-color-soft-text);cursor:pointer;padding:4px;border-radius:4px;transition:color .15s ease,background-color .15s ease;flex-shrink:0}._EmployeeControlIcon_8yv3w_5338:hover{color:var(--theme-color-std-text);background-color:var(--theme-color-component-3)}._EmployeeControlIcon_8yv3w_5338._Active_8yv3w_394{color:var(--theme-color-1);background-color:#009fe31a}._EmployeeViewFilters_8yv3w_5358{display:flex;align-items:center;gap:12px;padding:12px 24px;background-color:var(--theme-color-component-1);border-bottom:1px solid var(--theme-color-component-5);flex-wrap:wrap}._EmployeeSearchWrapper_8yv3w_5368{position:relative;flex:1;min-width:200px;max-width:400px}._EmployeeSearchInput_8yv3w_5375{width:100%;padding:8px 36px 8px 12px;border:1px solid var(--theme-color-component-5);border-radius:6px;background-color:var(--theme-color-component-1);color:var(--theme-color-std-text);font-size:13px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}._EmployeeSearchInput_8yv3w_5375:focus{border-color:var(--theme-color-1);box-shadow:0 0 0 2px #009fe333}._EmployeeSearchInput_8yv3w_5375::placeholder{color:var(--theme-color-soft-text)}._EmployeeSearchClear_8yv3w_5319{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--theme-color-soft-text);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:color .2s ease,background-color .2s ease}._EmployeeSearchClear_8yv3w_5319:hover{color:var(--theme-color-std-text);background-color:var(--theme-color-component-3)}._EmployeeSearchBar_8yv3w_5419{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:var(--theme-color-component-1);border-bottom:1px solid var(--theme-color-component-5);position:relative}._EmployeeSearchIcon_8yv3w_5300{color:var(--theme-color-soft-text);flex-shrink:0}._EmployeeSearchInputCompact_8yv3w_5434{flex:1;padding:6px 28px 6px 8px;border:1px solid var(--theme-color-component-5);border-radius:4px;background-color:var(--theme-color-2);color:var(--theme-color-std-text);font-size:12px;outline:none;transition:border-color .2s ease}._EmployeeSearchInputCompact_8yv3w_5434:focus{border-color:var(--theme-color-1)}._EmployeeSearchInputCompact_8yv3w_5434::placeholder{color:var(--theme-color-soft-text)}._EmployeeSearchClearBtn_8yv3w_5454{position:absolute;right:16px;background:none;border:none;color:var(--theme-color-soft-text);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:color .2s ease,background-color .2s ease}._EmployeeSearchClearBtn_8yv3w_5454:hover{color:var(--theme-color-std-text);background-color:var(--theme-color-component-3)}._EmployeeListContainer_8yv3w_5475{display:flex;flex-direction:column;flex-shrink:0;min-width:280px;max-width:320px;background-color:var(--theme-color-component-1);border-right:1px solid var(--theme-color-component-5);overflow-y:auto}._EmployeeListHeader_8yv3w_5486{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:var(--theme-color-component-2);border-bottom:1px solid var(--theme-color-component-5);position:sticky;top:0;z-index:10}._EmployeeListHeaderTitle_8yv3w_5498{font-size:13px;font-weight:600;color:var(--theme-color-std-text)}._EmployeeRow_8yv3w_5505{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--theme-color-component-4);cursor:pointer;transition:background-color .15s ease;min-height:64px;box-sizing:border-box}._EmployeeRow_8yv3w_5505:hover{background-color:var(--theme-color-component-2)}._EmployeeRowSelected_8yv3w_5521{background-color:#009fe31a;border-left:3px solid var(--theme-color-1);padding-left:13px}._EmployeeAvatar_8yv3w_5527{width:40px;height:40px;border-radius:50%;background-color:var(--theme-color-1);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;flex-shrink:0}._EmployeeInfo_8yv3w_5541{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}._EmployeeName_8yv3w_5549{font-size:13px;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._EmployeeMeta_8yv3w_5558{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._EmployeeStatusBadge_8yv3w_5565{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:500}._EmployeeStatusBadge_8yv3w_5565[data-status=anwesend]{background-color:#34c75926;color:#34c759}._EmployeeStatusBadge_8yv3w_5565[data-status=abwesend]{background-color:#ff3b3026;color:#ff3b30}._EmployeeStatusBadge_8yv3w_5565[data-status=urlaub]{background-color:#007aff26;color:#007aff}._EmployeeMaschinenart_8yv3w_5590{display:flex;flex-wrap:wrap;gap:4px}._MaschinenartBadge_8yv3w_5596{display:inline-flex;align-items:center;justify-content:center;padding:1px 4px;border-radius:3px;font-size:8px;font-weight:600;background-color:var(--theme-color-primary);color:var(--theme-color-primary--contrast);min-width:18px;height:16px;cursor:help}._MaschinenartBadge_8yv3w_5596[title]{border-bottom:1px dotted var(--theme-color-primary--contrast)}._ShiftBadgeFrueh_8yv3w_5616{display:inline-flex;align-items:center;padding:2px 6px;border-radius:3px;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;background:#1abcfe33;color:#1abcfe}._ShiftBadgeSpaet_8yv3w_5629{display:inline-flex;align-items:center;padding:2px 6px;border-radius:3px;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;background:#ff980033;color:#ff9800}._ShiftBadgeNacht_8yv3w_5642{display:inline-flex;align-items:center;padding:2px 6px;border-radius:3px;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;background:#9c27b040;color:#9c27b0}._EmployeeGanttTimeline_8yv3w_5656{flex:1;overflow-x:auto;overflow-y:auto;background-color:var(--theme-color-2)}._EmployeeGanttRow_8yv3w_5663{display:flex;align-items:center;min-height:64px;border-bottom:1px solid var(--theme-color-component-4);position:relative}._EmployeeGanttCell_8yv3w_5671{flex-shrink:0;height:100%;border-right:1px solid var(--theme-color-component-5);position:relative;min-height:64px;display:flex;align-items:center;justify-content:center}._EmployeeGanttCell_8yv3w_5671:hover{background-color:#009fe30d}._MachineAssignmentBar_8yv3w_2327{position:absolute;height:32px;border-radius:6px;display:flex;align-items:center;padding:0 10px;font-size:12px;font-weight:500;color:#fff;cursor:grab;box-shadow:0 2px 4px #00000026;transition:box-shadow .2s ease,transform .1s ease;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;z-index:5}._MachineAssignmentBar_8yv3w_2327:hover{box-shadow:0 4px 12px #00000040;transform:translateY(-1px)}._MachineAssignmentBar_8yv3w_2327:active{cursor:grabbing}._MachineAssignmentBarLocked_8yv3w_5715{opacity:.7;cursor:not-allowed}._MachineAssignmentBarLocked_8yv3w_5715:after{content:"🔒";margin-left:6px;font-size:10px}._MachineDrawerOverlay_8yv3w_5727{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;z-index:9999;display:flex;justify-content:flex-end}._MachineDrawer_8yv3w_5727{width:380px;max-width:90vw;height:100%;background-color:var(--theme-color-1);box-shadow:-4px 0 20px #00000026;display:flex;flex-direction:column;animation:_slideInFromRight_8yv3w_1 .25s ease-out}@keyframes _slideInFromRight_8yv3w_1{0%{transform:translate(100%)}to{transform:translate(0)}}._MachineDrawerHeader_8yv3w_5759{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--theme-color-component-5);background-color:var(--theme-color-component-1)}._MachineDrawerTitle_8yv3w_5768{font-size:16px;font-weight:600;color:var(--theme-color-std-text)}._MachineDrawerClose_8yv3w_5774{background:none;border:none;color:var(--theme-color-soft-text);cursor:pointer;padding:8px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,color .15s ease}._MachineDrawerClose_8yv3w_5774:hover{background-color:var(--theme-color-component-3);color:var(--theme-color-std-text)}._MachineDrawerHint_8yv3w_5792{padding:12px 20px;background-color:#009fe31a;border-bottom:1px solid var(--theme-color-component-5);font-size:12px;color:var(--theme-color-soft-text);display:flex;align-items:center;gap:8px}._MachineDrawerContent_8yv3w_5803{flex:1;overflow-y:auto;padding:16px 0}._MachineDrawerCategory_8yv3w_5809{margin-bottom:8px}._MachineDrawerCategoryHeader_8yv3w_5813{padding:12px 20px;margin-top:12px;margin-bottom:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--theme-color-std-text);border-bottom:1px solid var(--theme-color-std-bdr-1);display:flex;align-items:center;justify-content:space-between;gap:12px}._MachineDrawerCategoryHeader_8yv3w_5813 span:first-child{flex:1;min-width:0}._MachineDrawerCategory_8yv3w_5809:first-child ._MachineDrawerCategoryHeader_8yv3w_5813{margin-top:0}._MachineDrawerCategoryCount_8yv3w_5838{font-size:10px;font-weight:600;color:var(--theme-color-soft-text);background:var(--theme-color-component-3);padding:2px 8px;border-radius:10px}._MachineDrawerCard_8yv3w_5847{display:flex;align-items:center;gap:12px;padding:12px 20px;margin:4px 8px;cursor:grab;transition:background-color .15s ease,transform .1s ease;border:1px solid var(--theme-color-component-4);border-radius:8px;background:var(--theme-color-component-1)}._MachineDrawerCard_8yv3w_5847:hover{background-color:var(--theme-color-component-2);border-color:var(--theme-color-std-bdr-1)}._MachineDrawerCard_8yv3w_5847:active{cursor:grabbing;background-color:var(--theme-color-component-3);transform:scale(.99)}._MachineDrawerCardDragging_8yv3w_5871{opacity:.5;background-color:var(--theme-color-component-3)}._MachineDrawerCardIcon_8yv3w_5876{width:36px;height:36px;border-radius:8px;background-color:var(--theme-color-1);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}._MachineDrawerCardInfo_8yv3w_5888{flex:1;min-width:0}._MachineDrawerCardName_8yv3w_5893{font-size:13px;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._MachineDrawerCardType_8yv3w_5902{font-size:11px;color:var(--theme-color-soft-text);margin-top:2px}._MachineDrawerCardStatus_8yv3w_5908{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:10px;font-weight:500;flex-shrink:0}._MachineDrawerCardStatus_8yv3w_5908[data-status=online]{background-color:#34c75926;color:#34c759}._MachineDrawerCardStatus_8yv3w_5908[data-status=wartung]{background-color:#ff9f0a26;color:#ff9f0a}._MachineDrawerCardStatus_8yv3w_5908[data-status=offline]{background-color:#ff3b3026;color:#ff3b30}._EmployeeEmptyState_8yv3w_5934{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;color:var(--theme-color-soft-text)}._EmployeeEmptyStateIcon_8yv3w_5944{font-size:48px;margin-bottom:16px;opacity:.5}._EmployeeEmptyStateText_8yv3w_5950{font-size:14px;margin-bottom:8px}._EmployeeEmptyStateSubtext_8yv3w_5955{font-size:12px;opacity:.7}._FilterButtonActive_8yv3w_5961{background-color:var(--theme-color-1)!important;color:#fff!important}._FilterBadgeCount_8yv3w_5966{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background-color:var(--theme-color-1);color:#fff;font-size:10px;font-weight:600;margin-left:6px}._EmployeeGanttCellDropTarget_8yv3w_5982{background-color:#009fe326!important;outline:2px dashed var(--theme-color-1);outline-offset:-2px}._MachineDrawerCardContent_8yv3w_5989{display:flex;align-items:center;gap:12px;flex:1}._MachineDrawerIcon_8yv3w_5996{width:36px;height:36px;border-radius:8px;background-color:var(--theme-color-component-3);color:var(--theme-color-std-text);display:flex;align-items:center;justify-content:center;flex-shrink:0}._MachineDrawerInfo_8yv3w_6008{flex:1;min-width:0}._MachineDrawerName_8yv3w_6013{font-size:13px;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._MachineDrawerMeta_8yv3w_6022{display:flex;align-items:center;gap:8px;margin-top:2px}._MachineDrawerId_8yv3w_6029{font-size:11px;color:var(--theme-color-soft-text)}._MachineDrawerCategoryLabel_8yv3w_6036{padding:10px 16px 6px;margin-top:12px;margin-bottom:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--theme-color-1);border-bottom:1px solid var(--theme-color-std-bdr-1)}._MachineDrawerItem_8yv3w_6048{display:flex;align-items:center;padding:12px 16px;cursor:grab;transition:background-color .15s ease;border-bottom:1px solid var(--theme-color-component-4)}._MachineDrawerItem_8yv3w_6048:hover{background-color:var(--theme-color-component-2)}._MachineDrawerItem_8yv3w_6048:active{cursor:grabbing}._MachineDrawerItemDragging_8yv3w_6065{opacity:.5;background-color:var(--theme-color-component-3)}._employeeHeader_8yv3w_6071{display:flex;flex-direction:column;justify-content:center;padding:8px 12px;height:70px;min-height:70px;background-color:var(--theme-color-component--1);border-bottom:1px solid var(--theme-color-std-bdr-1);box-sizing:border-box;flex-shrink:0;gap:6px}._employeeHeaderTitle_8yv3w_6085{font-size:13px;font-weight:600;color:var(--theme-color-std-text);display:flex;align-items:center;gap:8px}._filterCount_8yv3w_6094{font-size:11px;font-weight:400;color:var(--theme-color-soft-text)}._employeeHeaderControls_8yv3w_6100{display:flex;align-items:center;gap:4px}._searchWrapper_8yv3w_6107{display:flex;align-items:center;background-color:var(--theme-color-component-2);border-radius:4px;padding:0 8px;flex:1;min-width:0;height:28px}._searchWrapper_8yv3w_6107 ix-icon{color:var(--theme-color-soft-text);flex-shrink:0}._searchInput_8yv3w_6123{flex:1;min-width:0;border:none;background:transparent;color:var(--theme-color-std-text);font-size:12px;padding:4px 8px;outline:none}._searchInput_8yv3w_6123::placeholder{color:var(--theme-color-soft-text)}._clearSearch_8yv3w_6138{background:none;border:none;color:var(--theme-color-soft-text);cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;border-radius:50%}._clearSearch_8yv3w_6138:hover{background-color:var(--theme-color-component-3);color:var(--theme-color-std-text)}._filterBtn_8yv3w_6156{background:none;border:none;color:var(--theme-color-std-text);cursor:pointer;padding:6px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s;position:relative}._filterBtn_8yv3w_6156:hover{background-color:var(--theme-color-component-2)}._filterBtn_8yv3w_6156._active_8yv3w_6174{color:var(--theme-color-1)}._filterBadge_8yv3w_6178{position:absolute;top:2px;right:2px;background-color:var(--theme-color-1);color:#fff;font-size:9px;font-weight:600;padding:1px 4px;border-radius:8px;min-width:14px;text-align:center}._ShiftBadge_8yv3w_5616{display:inline-flex;align-items:center;padding:2px 6px;border-radius:3px;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-left:6px}._EmployeeStatusBadge_8yv3w_5565{position:absolute;bottom:-2px;right:-2px;width:14px;height:14px;border-radius:50%;background-color:var(--theme-color-1);display:flex;align-items:center;justify-content:center}._HoveredDropTarget_8yv3w_3799{background-color:#009fe31a!important;outline:2px dashed var(--theme-color-1);outline-offset:-2px}._EmployeeFilterSection_8yv3w_6227{padding:8px 0;border-bottom:1px solid var(--theme-color-component-4)}._EmployeeFilterLabel_8yv3w_6232{padding:4px 14px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-color-soft-text)}._EmployeeFilterOption_8yv3w_6241{display:flex;align-items:center;gap:8px;padding:8px 14px;cursor:pointer;transition:background-color .15s ease}._EmployeeFilterOption_8yv3w_6241:hover{background-color:var(--theme-color-component-2)}._EmployeeFilterOptionActive_8yv3w_6254{background-color:#009fe31a}._EmployeeFilterClear_8yv3w_6258{display:flex;align-items:center;justify-content:center;padding:8px 14px;margin-top:8px;background:none;border:none;color:var(--theme-color-1);font-size:12px;cursor:pointer;width:100%;transition:background-color .15s ease}._EmployeeFilterClear_8yv3w_6258:hover{background-color:var(--theme-color-component-2)}._NoShiftWarningOverlay_8yv3w_6278{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999;display:flex;align-items:center;justify-content:center}._NoShiftWarningPanel_8yv3w_6292{position:fixed;background:var(--theme-color-component-1, #1c262d);background-color:#1c262d;border:1px solid var(--theme-color-soft-bdr, rgba(255, 255, 255, .12));border-radius:8px;box-shadow:0 8px 24px #0006;width:400px;max-width:90vw;z-index:10000;transform:translate(-50%,-50%);animation:_slideIn_8yv3w_1 .2s ease-out}[data-ix-color-schema=light] ._NoShiftWarningPanel_8yv3w_6292{background-color:#fff;border-color:#00000026;box-shadow:0 8px 24px #00000026}@keyframes _slideIn_8yv3w_1{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}._NoShiftWarningHeader_8yv3w_6324{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid var(--theme-color-soft-bdr)}._NoShiftWarningHeader_8yv3w_6324 h3{margin:0;font-size:16px;font-weight:600;color:var(--theme-color-std-text)}._NoShiftWarningBody_8yv3w_6339{padding:20px;color:var(--theme-color-std-text);font-size:14px;line-height:1.5}._NoShiftWarningBody_8yv3w_6339 p{margin:0 0 12px}._NoShiftWarningBody_8yv3w_6339 p:last-child{margin-bottom:0}._NoShiftWarningBody_8yv3w_6339 strong{font-weight:600;color:var(--theme-color-dynamic--color-alarm)}._WarningSubtext_8yv3w_6359{font-size:13px;color:var(--theme-color-soft-text);font-style:italic;margin-top:8px!important}._NoShiftWarningActions_8yv3w_6366{padding:16px 20px;border-top:1px solid var(--theme-color-soft-bdr);display:flex;justify-content:flex-end;gap:12px}._SettingsDrawerWidth_8yv3w_6376{width:480px}._SettingsDrawer_8yv3w_6376{display:flex;flex-direction:column;height:100%;background-color:var(--theme-color-1)}._SettingsDrawerHeader_8yv3w_6387{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-1);flex-shrink:0}._SettingsDrawerHeader_8yv3w_6387 h2{margin:0;font-size:18px;font-weight:600;color:var(--theme-color-std-text)}._SettingsPresets_8yv3w_6405{padding:16px 24px;border-bottom:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-component-1);flex-shrink:0}._PresetButtons_8yv3w_6412{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}._PresetButton_8yv3w_6412{padding:6px 12px;font-size:12px;font-weight:500;border:1px solid var(--theme-color-std-bdr-1);border-radius:16px;background-color:var(--theme-color-1);color:var(--theme-color-std-text);cursor:pointer;transition:all .15s ease}._PresetButton_8yv3w_6412:hover{border-color:var(--theme-color-primary);color:var(--theme-color-primary)}._PresetButtonActive_8yv3w_6436{background-color:var(--theme-color-primary);border-color:var(--theme-color-primary);color:#fff}._PresetButtonActive_8yv3w_6436:hover{background-color:var(--theme-color-primary--hover);border-color:var(--theme-color-primary--hover);color:#fff}._SettingsBody_8yv3w_6449{flex:1;overflow-y:auto;padding:0}._SettingsSection_8yv3w_6456{padding:20px 24px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._SettingsSectionTitle_8yv3w_6461{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-size:14px;font-weight:600;color:var(--theme-color-std-text);text-transform:uppercase;letter-spacing:.5px}._SettingsSectionTitle_8yv3w_6461 ix-icon{color:var(--theme-color-primary)}._SettingsGroup_8yv3w_6478{margin-bottom:20px}._SettingsGroup_8yv3w_6478:last-child{margin-bottom:0}._SettingsLabel_8yv3w_6486{display:block;font-size:13px;font-weight:500;color:var(--theme-color-std-text);margin-bottom:8px}._SettingsSubLabel_8yv3w_6494{font-size:12px;color:var(--theme-color-soft-text);margin-right:8px}._SettingsDateRange_8yv3w_6501{display:flex;align-items:center;gap:12px}._SettingsDateSeparator_8yv3w_6507{font-size:13px;color:var(--theme-color-soft-text)}._SettingsInput_8yv3w_6512{flex:1;padding:8px 12px;font-size:13px;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;background-color:var(--theme-color-input-background);color:var(--theme-color-std-text);outline:none;transition:border-color .15s ease}._SettingsInput_8yv3w_6512:focus{border-color:var(--theme-color-primary)}._SettingsRangeSlider_8yv3w_6529{display:flex;gap:8px;align-items:center}._SettingsRange_8yv3w_6529{flex:1;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--theme-color-component-2);border-radius:3px;outline:none}._SettingsRange_8yv3w_6529::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background:var(--theme-color-primary);border-radius:50%;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0003}._SettingsRangeLabels_8yv3w_6557{display:flex;justify-content:space-between;margin-top:4px;font-size:11px;color:var(--theme-color-soft-text)}._SettingsRadioGroup_8yv3w_6566{display:flex;flex-direction:column;gap:8px}._SettingsRadio_8yv3w_6566{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:var(--theme-color-std-text)}._SettingsRadio_8yv3w_6566 input[type=radio]{width:16px;height:16px;accent-color:var(--theme-color-primary);cursor:pointer}._SettingsCheckboxGroup_8yv3w_6589{display:flex;flex-direction:column;gap:10px}._SettingsCheckbox_8yv3w_6589{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:13px;color:var(--theme-color-std-text)}._SettingsCheckbox_8yv3w_6589 input[type=checkbox]{width:16px;height:16px;accent-color:var(--theme-color-primary);cursor:pointer}._SettingsPriorityFilter_8yv3w_6612{display:flex;align-items:center;gap:8px;margin-top:12px;flex-wrap:wrap}._SettingsChip_8yv3w_6620{display:flex;align-items:center;gap:6px;padding:4px 10px;font-size:12px;border:1px solid var(--theme-color-std-bdr-1);border-radius:12px;background-color:var(--theme-color-1);color:var(--theme-color-std-text);cursor:pointer;transition:all .15s ease}._SettingsChip_8yv3w_6620:has(input:checked){background-color:var(--theme-color-primary);border-color:var(--theme-color-primary);color:#fff}._SettingsChip_8yv3w_6620 input{display:none}._SettingsSliderGroup_8yv3w_6645{margin-bottom:20px}._SettingsSliderGroup_8yv3w_6645:last-child{margin-bottom:0}._SettingsSliderHeader_8yv3w_6653{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._SettingsSliderHeader_8yv3w_6653 label{font-size:13px;color:var(--theme-color-std-text)}._SettingsSliderValue_8yv3w_6665{font-size:13px;font-weight:600;color:var(--theme-color-primary);min-width:40px;text-align:right}._SettingsSlider_8yv3w_6645{width:100%;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(to right,var(--theme-color-primary) 0%,var(--theme-color-primary) var(--value, 50%),var(--theme-color-component-2) var(--value, 50%),var(--theme-color-component-2) 100%);border-radius:3px;outline:none}._SettingsSlider_8yv3w_6645::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;background:var(--theme-color-primary);border-radius:50%;cursor:pointer;border:2px solid white;box-shadow:0 2px 6px #00000040;transition:transform .1s ease}._SettingsSlider_8yv3w_6645::-webkit-slider-thumb:hover{transform:scale(1.1)}._SettingsSlider_8yv3w_6645::-webkit-slider-thumb:active{transform:scale(.95)}._SettingsFooter_8yv3w_6710{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-1);flex-shrink:0}._EmployeeShiftBg_8yv3w_6725{position:absolute;top:0;bottom:0;pointer-events:none;z-index:1;border-radius:2px}._EmployeeShiftEarly_8yv3w_6735{background-color:#4cd96426;border-top:2px solid rgba(76,217,100,.4);border-bottom:2px solid rgba(76,217,100,.4)}._EmployeeShiftLate_8yv3w_6742{background-color:#ffcc001f;border-top:2px solid rgba(255,204,0,.4);border-bottom:2px solid rgba(255,204,0,.4)}._EmployeeShiftNight_8yv3w_6749{background-color:#5856d61f;border-top:2px solid rgba(88,86,214,.4);border-bottom:2px solid rgba(88,86,214,.4)}._EmployeeShiftDefault_8yv3w_6756{background-color:#8e8e931a;border-top:2px solid rgba(142,142,147,.3);border-bottom:2px solid rgba(142,142,147,.3)}._GanttRow_8yv3w_2034._QualifiedForMachine_8yv3w_6767,._MachineRow_8yv3w_723._QualifiedForMachine_8yv3w_6767{background-color:#0072c633!important;box-shadow:inset 0 0 0 2px #0072c680;transition:all .15s ease}._GanttRow_8yv3w_2034._QualifiedForMachine_8yv3w_6767:hover,._MachineRow_8yv3w_723._QualifiedForMachine_8yv3w_6767:hover{background-color:#0072c64d!important}._GanttRow_8yv3w_2034._NotQualifiedForMachine_8yv3w_6780,._MachineRow_8yv3w_723._NotQualifiedForMachine_8yv3w_6780{opacity:.5;transition:opacity .15s ease}._GanttRow_8yv3w_2034._NotQualifiedForMachine_8yv3w_6780:hover,._MachineRow_8yv3w_723._NotQualifiedForMachine_8yv3w_6780:hover{opacity:.7}[data-ix-color-schema=light] ._EmployeeShiftEarly_8yv3w_6735{background-color:#4cd9641f;border-top:2px solid rgba(76,217,100,.35);border-bottom:2px solid rgba(76,217,100,.35)}[data-ix-color-schema=light] ._EmployeeShiftLate_8yv3w_6742{background-color:#ffb3001a;border-top:2px solid rgba(255,179,0,.35);border-bottom:2px solid rgba(255,179,0,.35)}[data-ix-color-schema=light] ._EmployeeShiftNight_8yv3w_6749{background-color:#5856d614;border-top:2px solid rgba(88,86,214,.3);border-bottom:2px solid rgba(88,86,214,.3)}[data-ix-color-schema=light] ._GanttRow_8yv3w_2034._QualifiedForMachine_8yv3w_6767,[data-ix-color-schema=light] ._MachineRow_8yv3w_723._QualifiedForMachine_8yv3w_6767{background-color:#0072c626!important;box-shadow:inset 0 0 0 2px #0072c666}._PriorityBadge_6jt99_11{font-size:.6875rem;font-weight:600;padding:.15rem .45rem;border-radius:3px;text-transform:uppercase;letter-spacing:.2px;display:inline-block;line-height:1}._PriorityHoch_6jt99_22{background-color:#ff3b3026;color:#ff3b30}._PriorityNormal_6jt99_27{background-color:#ff950026;color:#ff9500}._PriorityNiedrig_6jt99_32{background-color:#4cd96426;color:#4cd964}ix-empty-state{height:fit-content}._DeviceRow_6jt99_41{height:100%;align-items:center;overflow:hidden;display:flex;flex-direction:row;flex-wrap:nowrap;gap:.5rem}._DeviceName_6jt99_51{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._IxRow_6jt99_57{display:flex;justify-content:flex-start;height:100%;align-items:center}._DeviceCell_6jt99_64{display:flex;align-items:center;height:100%;gap:.25rem}._Indicator_6jt99_71{min-width:.4rem;width:.4rem;height:100%}._GridWrapper_6jt99_77{flex-grow:1}._OverdueRow_6jt99_81{background-color:#ff000014!important}[data-ix-color-schema=dark] ._OverdueRow_6jt99_81{background-color:#ff505026!important}._OverdueRow_6jt99_81:hover{background-color:#ff00001f!important}[data-ix-color-schema=dark] ._OverdueRow_6jt99_81:hover{background-color:#ff505033!important}._CriticalRow_6jt99_98{background-color:#ff3b301f!important}[data-ix-color-schema=dark] ._CriticalRow_6jt99_98{background-color:#ff50502e!important}._CriticalRow_6jt99_98:hover{background-color:#ff3b302e!important}[data-ix-color-schema=dark] ._CriticalRow_6jt99_98:hover{background-color:#ff505040!important}._MaterialWarningRow_6jt99_115{background-color:#ff950014!important}[data-ix-color-schema=dark] ._MaterialWarningRow_6jt99_115,._MaterialWarningRow_6jt99_115:hover{background-color:#ff95001f!important}[data-ix-color-schema=dark] ._MaterialWarningRow_6jt99_115:hover{background-color:#ff95002e!important}._DeviceRow_6jt99_41{position:relative}.ag-cell.status-cell{overflow:visible!important}.ag-row{z-index:0}.ag-row:hover{z-index:1}ix-dropdown{z-index:99999!important;position:fixed!important}.dropdown-menu{z-index:99999!important}ix-dropdown::part(dropdown){z-index:99999!important}._IdCell_6jt99_162{padding:0!important}._IdCellWrapper_6jt99_166{display:flex;align-items:center;height:100%;width:100%;gap:.5rem;padding-left:.5rem}._DragIcon_6jt99_175{cursor:move;flex-shrink:0;color:var(--theme-color-std-text);opacity:.6}._DragIcon_6jt99_175:hover{opacity:1}._IdText_6jt99_186{flex:1;padding-left:.5rem;border-left:1px solid var(--theme-color-component-1)}._EmptyStateWrapper_6jt99_192{display:flex;flex-grow:1;justify-content:center;align-items:center}._DragHandle_6jt99_199{cursor:move!important;display:flex;align-items:center;justify-content:center}._DragHandle_6jt99_199:hover{opacity:.7}._DragHandle_6jt99_199:active{cursor:grabbing!important}._DragHandleCell_6jt99_214{cursor:move;display:flex;align-items:center;justify-content:center;height:100%;width:100%;-webkit-user-select:none;user-select:none;pointer-events:auto}._DragHandleCell_6jt99_214:hover{opacity:.7}._DragHandleCell_6jt99_214:active{cursor:grabbing;opacity:1}._StatusCell_6jt99_235{display:flex;align-items:center;height:100%;gap:.5rem;position:relative}._MaterialWarningIcon_6jt99_243{margin-left:auto;display:flex;align-items:center;color:#ff9500;font-size:18px}._MaterialWarningIcon_6jt99_243 ix-icon{color:#ff9500!important}._StatusChipOffen_6jt99_256::part(chip){background:transparent!important;color:#03a9f4!important;border-color:#03a9f4!important}._StatusChipOffen_6jt99_256 ix-icon{color:#03a9f4!important}._StatusChipFreigegeben_6jt99_266::part(chip){background:transparent!important;color:var(--theme-color-success)!important;border-color:var(--theme-color-success)!important}._StatusChipFreigegeben_6jt99_266 ix-icon{color:var(--theme-color-success)!important}._StatusChipGeplant_6jt99_276::part(chip){background:transparent!important;color:var(--theme-color-info)!important;border-color:var(--theme-color-info)!important}._StatusChipGeplant_6jt99_276 ix-icon{color:var(--theme-color-info)!important}._StatusChipInArbeit_6jt99_286::part(chip){background:transparent!important;color:var(--theme-color-warning)!important;border-color:var(--theme-color-warning)!important}._StatusChipInArbeit_6jt99_286 ix-icon{color:var(--theme-color-warning)!important}._StatusChipPausiert_6jt99_296::part(chip){background:transparent!important;color:var(--theme-color-critical)!important;border-color:var(--theme-color-critical)!important}._StatusChipPausiert_6jt99_296 ix-icon{color:var(--theme-color-critical)!important}._StatusChipAbgeschlossen_6jt99_306::part(chip){background:transparent!important;color:var(--theme-color-neutral)!important;border-color:var(--theme-color-neutral)!important}._StatusChipAbgeschlossen_6jt99_306 ix-icon{color:var(--theme-color-neutral)!important}._StatusChipCritical_6jt99_316::part(chip){background:transparent!important;color:#d32f2f!important;border-color:#d32f2f!important}._StatusChipCritical_6jt99_316 ix-icon{color:#d32f2f!important}._StatusIcon_6jt99_326{font-size:14px;line-height:1}._StatusLabel_6jt99_331{font-size:13px;font-weight:500}._StatusBadge_6jt99_336{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:16px;font-size:12px;font-weight:500;white-space:nowrap}._StatusBadge_6jt99_336 ix-icon{flex-shrink:0}._StatusTooltip_6jt99_352{padding:8px;min-width:180px}._TooltipTitle_6jt99_357{font-weight:600;font-size:12px;margin-bottom:8px;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.2)}._TooltipRow_6jt99_365{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:11px;gap:12px}._TooltipOpName_6jt99_374{color:#fffc}._TooltipOpStatus_6jt99_378{font-weight:500;padding:2px 8px;border-radius:8px;font-size:10px}._StatusOffen_6jt99_385{background:transparent;color:#81c784;border:1px solid #81c784}._StatusInBearbeitung_6jt99_391{background:transparent;color:#ffb74d;border:1px solid #ffb74d}._StatusPausiert_6jt99_397{background:transparent;color:#4fc3f7;border:1px solid #4fc3f7}._StatusAbgeschlossen_6jt99_403{background:transparent;color:#bdbdbd;border:1px solid #bdbdbd}._MaschinenartCell_6jt99_410{display:flex;align-items:center;height:100%;gap:6px;flex-wrap:nowrap;overflow:hidden}._MaschinenartChip_6jt99_419{display:inline-flex;align-items:center;padding:3px 10px;border-radius:14px;font-size:11px;font-weight:500;background:transparent;color:var(--theme-color-soft-text);border:1px solid var(--theme-color-std-bdr-2);white-space:nowrap;flex-shrink:0;transition:all .15s ease}._MaschinenartChip_6jt99_419:hover{border-color:var(--theme-color-primary);color:var(--theme-color-primary)}._MaschinenartMore_6jt99_439{display:inline-flex;align-items:center;padding:3px 8px;border-radius:14px;font-size:11px;font-weight:500;background:transparent;color:var(--theme-color-soft-text);border:1px solid var(--theme-color-std-bdr-1);white-space:nowrap;flex-shrink:0;cursor:help}._ArbeitsschritteContainer_13kdy_10{display:flex;flex-direction:column;height:100%;flex:1;overflow:hidden;min-height:0}._GlobalHeader_13kdy_20{display:grid;grid-template-columns:24px 4px 2fr 1.5fr 1.2fr 1fr;gap:1rem;padding:.75rem 1rem .75rem 0;background:var(--theme-color-component-1);border-bottom:1px solid var(--theme-color-std-bdr-1);font-size:.8125rem;font-weight:600;color:var(--theme-color-std-text);text-transform:uppercase;letter-spacing:.3px;flex-shrink:0}._GlobalHeader_13kdy_20>div:first-child,._GlobalHeader_13kdy_20>div:nth-child(2){visibility:hidden}._ScrollContainer_13kdy_41{flex:1;overflow-y:auto;overflow-x:hidden;padding:.5rem}._PriorityBadge_13kdy_49{font-size:.6875rem;font-weight:600;padding:.25rem .625rem;border-radius:4px;text-transform:uppercase;letter-spacing:.3px}._PriorityHoch_13kdy_58{background-color:#ff3b3026;color:#ff3b30}._PriorityNormal_13kdy_63{background-color:#ff950026;color:#ff9500}._PriorityNiedrig_13kdy_68{background-color:#4cd96426;color:#4cd964}._OrderGroup_13kdy_74{margin-bottom:.5rem;border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;overflow:hidden;background:var(--theme-color-component-1)}._OrderHeader_13kdy_82{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background:var(--theme-color-component-1);cursor:pointer;transition:background-color .15s ease;gap:1rem;flex-wrap:wrap}._OrderHeader_13kdy_82:hover{background-color:var(--theme-color-component-2)}._OrderHeaderLeft_13kdy_98{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}._ChevronIcon_13kdy_106{flex-shrink:0;color:var(--theme-color-soft-text);transition:color .15s ease}._OrderHeader_13kdy_82:hover ._ChevronIcon_13kdy_106{color:var(--theme-color-primary)}._OrderInfo_13kdy_116{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}._OrderId_13kdy_124{font-weight:600;font-size:.9375rem;color:var(--theme-color-primary)}._OrderSeparator_13kdy_130{color:var(--theme-color-soft-text)}._OrderProduct_13kdy_134{font-weight:500;font-size:.9375rem;color:var(--theme-color-std-text)}._OrderHeaderRight_13kdy_140{display:flex;align-items:center;gap:.75rem}._OrderMeta_13kdy_146{font-size:.8125rem;color:var(--theme-color-soft-text)}._OrderStatusBadge_13kdy_152{font-size:.75rem;font-weight:500;color:var(--theme-color-std-text);background:var(--theme-color-component-2);padding:.3125rem .75rem;border-radius:12px;cursor:help;transition:background-color .15s ease,transform .1s ease;border:1px solid var(--theme-color-std-bdr-1)}._OrderStatusBadge_13kdy_152:hover{background:var(--theme-color-primary);color:#fff;transform:scale(1.02)}._StatusTooltip_13kdy_171{padding:.5rem;min-width:150px}._TooltipRow_13kdy_176{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;gap:.75rem;font-size:.6875rem}._TooltipOpName_13kdy_185{color:#fffc}._TooltipOpStatus_13kdy_189{font-weight:500;padding:.125rem .5rem;border-radius:8px;font-size:.625rem;background:transparent}._OperationsList_13kdy_198{padding:0;border-top:2px solid var(--theme-color-std-bdr-1);background:var(--theme-color-std-bkg-1)}._OperationWrapper_13kdy_205{border-bottom:1px solid rgba(255,255,255,.12)}._OperationWrapper_13kdy_205:last-child{border-bottom:none}@media(prefers-color-scheme:light){._OperationWrapper_13kdy_205{border-bottom:1px solid rgba(0,0,0,.12)}}._OperationRow_13kdy_219{display:grid;grid-template-columns:24px 4px 2fr 1.5fr 1.2fr 1fr;gap:1rem;padding:.75rem 1rem .75rem 0;align-items:center;transition:background-color .15s ease,box-shadow .15s ease;position:relative;cursor:pointer}._OperationRow_13kdy_219:hover{background-color:var(--theme-color-component-1);box-shadow:inset 0 0 0 1px var(--theme-color-primary)}._OperationRow_13kdy_219:active{background-color:var(--theme-color-component-2)}._OperationRow_13kdy_219._Expanded_13kdy_239{background-color:var(--theme-color-component-1);border-bottom:1px solid var(--theme-color-std-bdr-1)}._OperationRow_13kdy_219._Dimmed_13kdy_246,._OperationRow_13kdy_219._Dimmed_13kdy_246:hover{opacity:1}._OperationRow_13kdy_219._Active_13kdy_254{background-color:#1e9db01a;box-shadow:inset 0 0 0 2px var(--theme-color-primary)}._StatusIndicator_13kdy_260{width:4px;height:100%;min-height:2rem;border-radius:0 2px 2px 0;opacity:.7;transition:opacity .15s ease}._OperationRow_13kdy_219:hover ._StatusIndicator_13kdy_260{opacity:1}._IndicatorOffen_13kdy_273,._IndicatorUngeplant_13kdy_273{background-color:#03a9f4;opacity:1;box-shadow:0 0 0 2px #03a9f4}._IndicatorFreigegeben_13kdy_279{background-color:var(--theme-color-success);opacity:1;box-shadow:0 0 0 2px var(--theme-color-success)}._IndicatorGeplant_13kdy_285{background-color:var(--theme-color-info)}._IndicatorInArbeit_13kdy_289{background-color:var(--theme-color-warning)}._IndicatorPausiert_13kdy_293{background-color:var(--theme-color-critical)}._IndicatorAbgeschlossen_13kdy_297{background-color:var(--theme-color-neutral)}._NoOperationsRow_13kdy_302{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem .75rem 2.5rem;gap:1rem}._NoOperationsText_13kdy_310{font-size:.875rem;color:var(--theme-color-soft-text);font-style:italic}._OpColName_13kdy_316{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500}._OpIcon_13kdy_324{flex-shrink:0;color:var(--theme-color-soft-text);transition:color .15s ease}._OperationRow_13kdy_219:hover ._OpIcon_13kdy_324{color:var(--theme-color-primary)}._OpColMachine_13kdy_334{font-size:1rem}._OpColDate_13kdy_338{font-size:.9375rem;color:var(--theme-color-std-text)}._NotPlanned_13kdy_343{color:var(--theme-color-soft-text);font-style:italic}._OpColStatus_13kdy_348{display:flex;align-items:center}._MachineChip_13kdy_354{display:inline-flex;align-items:center;padding:4px 12px;border-radius:14px;font-size:.75rem;font-weight:500;background:transparent;color:var(--theme-color-soft-text);border:1px solid var(--theme-color-std-bdr-2);white-space:nowrap}._MachineInfo_13kdy_368{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._MachineTime_13kdy_375{font-size:.75rem;color:var(--theme-color-soft-text);font-weight:400}._AllowedMachines_13kdy_381{font-size:.6875rem;color:var(--theme-color-weak-text);font-style:italic}._DeliveryInfo_13kdy_388{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;padding:.25rem .5rem;border-radius:4px;margin-left:.5rem}._DeliveryInfo_13kdy_388 ix-icon{flex-shrink:0}._DeliveryDays_13kdy_402{font-weight:500}._DeliveryNormal_13kdy_406{color:var(--theme-color-soft-text);background:transparent}._DeliveryUrgent_13kdy_411{color:#ff9500;background:#ff95001a;border:1px solid rgba(255,149,0,.3)}._DeliveryUrgent_13kdy_411 ix-icon{color:#ff9500}._DeliveryOverdue_13kdy_421{color:#ff3b30;background:#ff3b301a;border:1px solid rgba(255,59,48,.3)}._DeliveryOverdue_13kdy_421 ix-icon{color:#ff3b30}._NoData_13kdy_431{color:var(--theme-color-soft-text)}._StatusBadge_13kdy_436{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;min-width:5.5rem;padding:.3125rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;white-space:nowrap;background:transparent}._StatusBadge_13kdy_436 ix-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}._StatusOffen_13kdy_457,._StatusUngeplant_13kdy_457{color:#03a9f4;border:1px solid #03A9F4}._StatusOffen_13kdy_457 ix-icon,._StatusUngeplant_13kdy_457 ix-icon{color:#03a9f4!important}._StatusFreigegeben_13kdy_466{color:var(--theme-color-success);border:1px solid var(--theme-color-success)}._StatusFreigegeben_13kdy_466 ix-icon{color:var(--theme-color-success)!important}._StatusGeplant_13kdy_475{color:var(--theme-color-info);border:1px solid var(--theme-color-info)}._StatusGeplant_13kdy_475 ix-icon{color:var(--theme-color-info)!important}._StatusInArbeit_13kdy_484{color:var(--theme-color-warning);border:1px solid var(--theme-color-warning)}._StatusInArbeit_13kdy_484 ix-icon{color:var(--theme-color-warning)!important}._StatusPausiert_13kdy_493{color:var(--theme-color-critical);border:1px solid var(--theme-color-critical)}._StatusPausiert_13kdy_493 ix-icon{color:var(--theme-color-critical)!important}._StatusAbgeschlossen_13kdy_502{color:var(--theme-color-neutral);border:1px solid var(--theme-color-neutral)}._StatusAbgeschlossen_13kdy_502 ix-icon{color:var(--theme-color-neutral)!important}._EmptyState_13kdy_511{display:flex;justify-content:center;align-items:center;padding:3rem}._ExpandToggle_13kdy_519{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;transition:background-color .15s ease}._ExpandToggle_13kdy_519:hover{background-color:var(--theme-color-component-2)}._ExpandIcon_13kdy_533{color:var(--theme-color-soft-text);transition:color .15s ease,transform .15s ease}._ExpandToggle_13kdy_519:hover ._ExpandIcon_13kdy_533{color:var(--theme-color-primary)}._OperationDetails_13kdy_543{background:var(--theme-color-component-1);padding:1rem 1.5rem 1rem 3.5rem;border-top:1px solid var(--theme-color-std-bdr-1);animation:_slideDown_13kdy_1 .2s ease-out}@keyframes _slideDown_13kdy_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._DetailsGrid_13kdy_561{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}._DetailsSection_13kdy_567{display:flex;flex-direction:column;gap:.5rem}._DetailsSectionTitle_13kdy_573{font-size:.75rem;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .25rem;padding-bottom:.25rem;border-bottom:1px solid var(--theme-color-std-bdr-1)}._DetailsRow_13kdy_584{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;padding:.125rem 0}._DetailsLabel_13kdy_592{color:var(--theme-color-soft-text)}._DetailsValue_13kdy_596{font-weight:500;color:var(--theme-color-std-text)}._ScrapWarning_13kdy_601{color:#ff9500}._DurationSuccess_13kdy_605{color:#4cd964;font-weight:600}._DurationWarning_13kdy_610{color:#ff9500;font-weight:600}._DeviationComment_13kdy_616{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--theme-color-std-text);background:rgba(var(--theme-color-primary-rgb, 48, 127, 226),.1);padding:.5rem .75rem;border-radius:6px;border:1px solid rgba(var(--theme-color-primary-rgb, 48, 127, 226),.3)}._DeviationComment_13kdy_616 ix-icon{flex-shrink:0;margin-top:2px;color:var(--theme-color-primary)}._MeldungenList_13kdy_635{display:flex;flex-direction:column;gap:.5rem}._MeldungLink_13kdy_641{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:var(--theme-color-component-2);border-radius:6px;cursor:pointer;transition:background-color .15s ease,transform .1s ease}._MeldungLink_13kdy_641:hover{background:var(--theme-color-primary);transform:translate(4px)}._MeldungLink_13kdy_641:hover ._MeldungTitle_13kdy_657,._MeldungLink_13kdy_641:hover ._MeldungLinkIcon_13kdy_658{color:#fff}._MeldungBadge_13kdy_662{font-size:.6875rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;white-space:nowrap}._MeldungHinweis_13kdy_670{background:#007aff26;color:#007aff}._MeldungWarnung_13kdy_675{background:#ff950026;color:#ff9500}._MeldungKritisch_13kdy_680{background:#ff3b3026;color:#ff3b30}._MeldungTitle_13kdy_657{flex:1;font-size:.875rem;color:var(--theme-color-std-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._MeldungLinkIcon_13kdy_658{color:var(--theme-color-soft-text);flex-shrink:0}@media only screen and (max-width:48em){._GlobalHeader_13kdy_20,._OperationRow_13kdy_219{grid-template-columns:24px 4px 1fr 1fr;padding-left:.5rem}._GlobalHeader_13kdy_20{padding-left:.5rem}._OpColMachine_13kdy_334,._OpColDate_13kdy_338{display:none}._OrderHeaderRight_13kdy_140{flex-direction:column;gap:.25rem;align-items:flex-end}._NoOperationsRow_13kdy_302{flex-direction:column;gap:.5rem;align-items:flex-start}._OperationDetails_13kdy_543{padding-left:2rem}._DetailsGrid_13kdy_561{grid-template-columns:1fr}}._Pane_sbs47_10{position:fixed;right:0;top:0;bottom:0;height:100vh;z-index:99999;box-shadow:-4px 0 20px #00000026}._Container_sbs47_20{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--theme-color-component-1, #fff)}[data-ix-theme=classic][data-ix-color-schema=dark] ._Container_sbs47_20{background:#1a1a1a}._ScrollContent_sbs47_33{flex:1;overflow-y:auto;padding:1.5rem;word-break:break-word}._Footer_sbs47_40{padding:1rem 1.5rem;border-top:1px solid var(--theme-color-soft-bdr, #e0e0e0);background:var(--theme-color-component-1, #fff);display:flex;justify-content:center;align-items:center}[data-ix-theme=classic][data-ix-color-schema=dark] ._Footer_sbs47_40{background:#1a1a1a;border-color:#404040}._EditButton_sbs47_54{min-width:200px}._HeaderSection_sbs47_59{margin-bottom:.5rem}._HeaderTop_sbs47_63{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}._HeaderInfo_sbs47_70{flex:1;min-width:0}._OrderTitle_sbs47_75{font-size:24px;font-weight:700;margin:0 0 .25rem;line-height:1.3;word-wrap:break-word}._OrderId_sbs47_83{font-size:14px;margin:0;font-family:monospace}._HeaderChips_sbs47_89{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;flex-shrink:0}._RiskWarning_sbs47_98{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;margin-top:1rem}._RiskWarning_sbs47_98[data-level=critical]{background-color:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#ff3b30}._RiskWarning_sbs47_98[data-level=warning]{background-color:#ff9f0a1a;border:1px solid rgba(255,159,10,.3);color:#ff9f0a}._RiskWarning_sbs47_98 ix-icon{flex-shrink:0}._Section_sbs47_124{margin-bottom:.5rem}._SectionHeader_sbs47_128{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._SectionTitle_sbs47_135{font-size:16px;font-weight:600;margin:0 0 1rem;color:var(--theme-color-std-text)}._SectionHeader_sbs47_128 ._SectionTitle_sbs47_135{margin-bottom:0}._SectionDivider_sbs47_146{margin:1.5rem 0}._WorkflowContainer_sbs47_151{padding:.5rem 0;overflow-x:auto}._WorkflowContainer_sbs47_151 ix-workflow-steps{min-width:fit-content}._InfoGrid_sbs47_161{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._InfoCard_sbs47_167{background:var(--theme-color-component--1, #f5f5f5);border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.25rem}._InfoCardWide_sbs47_176{grid-column:span 2}[data-ix-theme=classic][data-ix-color-schema=dark] ._InfoCard_sbs47_167{background:#252525}._InfoValue_sbs47_184{font-weight:600;font-size:15px}._DurationDisplay_sbs47_190{display:flex;flex-direction:column;gap:.25rem}._DurationBreakdown_sbs47_196{font-size:12px;color:var(--theme-color-soft-text, #666);font-weight:400}._DateGrid_sbs47_203{display:flex;flex-direction:column;gap:.75rem}._DateCard_sbs47_209{display:flex;align-items:center;gap:1rem;background:var(--theme-color-component--1, #f5f5f5);border-radius:8px;padding:1rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._DateCard_sbs47_209{background:#252525}._DateIcon_sbs47_222{flex-shrink:0;color:var(--theme-color-primary, #1e9db0)}._DateValue_sbs47_227{font-weight:600;font-size:15px}._OperationsList_sbs47_233{display:flex;flex-direction:column;gap:.75rem}._OperationCard_sbs47_239{background:var(--theme-color-component--1, #f5f5f5);border-radius:10px;padding:1rem;border:1px solid var(--theme-color-soft-bdr, #e0e0e0);transition:all .2s ease}[data-ix-theme=classic][data-ix-color-schema=dark] ._OperationCard_sbs47_239{background:#252525;border-color:#404040}._OperationCard_sbs47_239:hover{border-color:var(--theme-color-primary, #1e9db0);box-shadow:0 2px 8px #00000014}._OperationHeader_sbs47_257{display:flex;align-items:flex-start;gap:.75rem}._OperationSequence_sbs47_263{width:28px;height:28px;border-radius:50%;background:var(--theme-color-primary, #1e9db0);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0}._OperationInfo_sbs47_277{flex:1;min-width:150px}._OperationActions_sbs47_282{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._OperationName_sbs47_289{font-weight:600;font-size:15px;margin-bottom:.125rem}._OperationDesc_sbs47_295{font-size:13px;opacity:.8}._OperationDetails_sbs47_300{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr, #e8e8e8);display:flex;flex-direction:column;gap:.5rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._OperationDetails_sbs47_300{border-color:#404040}._OperationFooter_sbs47_313{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr, #e8e8e8);display:flex;justify-content:flex-end}[data-ix-theme=classic][data-ix-color-schema=dark] ._OperationFooter_sbs47_313{border-color:#404040}._OperationMeta_sbs47_325{display:flex;align-items:center;gap:.5rem;font-size:13px;color:var(--theme-color-soft-text, #666)}._OperationMeta_sbs47_325 ix-icon{flex-shrink:0}._MetaLabel_sbs47_337{font-weight:500;color:var(--theme-color-soft-text, #888)}._SetupTime_sbs47_342{color:var(--theme-color-info, #1e9db0);font-size:12px}._MachineId_sbs47_347{color:var(--theme-color-soft-text, #888);font-size:12px}._ExpandToggle_sbs47_353{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;flex-shrink:0;color:var(--theme-color-soft-text, #888);transition:color .15s ease,background-color .15s ease}._OperationCard_sbs47_239:hover ._ExpandToggle_sbs47_353{color:var(--theme-color-primary, #1e9db0)}._OperationCardExpanded_sbs47_369{border-color:var(--theme-color-primary, #1e9db0)}._IstDatenSection_sbs47_374{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--theme-color-soft-bdr, #e8e8e8);animation:_slideDown_sbs47_1 .2s ease-out}@keyframes _slideDown_sbs47_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}[data-ix-theme=classic][data-ix-color-schema=dark] ._IstDatenSection_sbs47_374{border-color:#404040}._IstDatenGrid_sbs47_396{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._IstDatenGroup_sbs47_402{display:flex;flex-direction:column;gap:.375rem}._IstDatenGroupTitle_sbs47_408{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;padding-bottom:.25rem;border-bottom:1px solid var(--theme-color-soft-bdr, #e8e8e8)}[data-ix-theme=classic][data-ix-color-schema=dark] ._IstDatenGroupTitle_sbs47_408{border-color:#404040}._IstDatenRow_sbs47_422{display:flex;justify-content:space-between;align-items:center;font-size:13px}._IstDatenLabel_sbs47_429{color:var(--theme-color-soft-text, #888)}._IstDatenValue_sbs47_433{font-weight:500;color:var(--theme-color-std-text)}._ScrapWarning_sbs47_438{color:#ff9500}._DurationSuccess_sbs47_442{color:#4cd964;font-weight:600}._DurationWarning_sbs47_447{color:#ff9500;font-weight:600}._DeviationSection_sbs47_453{margin-top:1rem}._DeviationComment_sbs47_457{display:flex;align-items:flex-start;gap:.5rem;font-size:13px;color:var(--theme-color-std-text);background:rgba(var(--theme-color-primary-rgb, 48, 127, 226),.1);padding:.625rem .875rem;border-radius:6px;border:1px solid rgba(var(--theme-color-primary-rgb, 48, 127, 226),.3)}._DeviationComment_sbs47_457 ix-icon{flex-shrink:0;margin-top:1px;color:var(--theme-color-primary)}._MeldungenSection_sbs47_476{margin-top:1rem}._MeldungenList_sbs47_480{display:flex;flex-direction:column;gap:.5rem}._MeldungLink_sbs47_486{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:var(--theme-color-component--1, #f5f5f5);border-radius:6px;cursor:pointer;transition:background-color .15s ease,transform .1s ease}[data-ix-theme=classic][data-ix-color-schema=dark] ._MeldungLink_sbs47_486{background:#333}._MeldungLink_sbs47_486:hover{background:var(--theme-color-primary, #1e9db0);transform:translate(4px)}._MeldungLink_sbs47_486:hover ._MeldungTitle_sbs47_506,._MeldungLink_sbs47_486:hover ._MeldungLinkIcon_sbs47_507{color:#fff}._MeldungBadge_sbs47_511{font-size:10px;font-weight:600;padding:.25rem .5rem;border-radius:4px;white-space:nowrap}._MeldungHinweis_sbs47_519{background:#007aff26;color:#007aff}._MeldungWarnung_sbs47_524{background:#ff950026;color:#ff9500}._MeldungKritisch_sbs47_529{background:#ff3b3026;color:#ff3b30}._MeldungTitle_sbs47_506{flex:1;font-size:13px;color:var(--theme-color-std-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._MeldungLinkIcon_sbs47_507{color:var(--theme-color-soft-text, #888);flex-shrink:0}._NotesCard_sbs47_549{background:var(--theme-color-component--1, #f5f5f5);border-radius:8px;padding:1rem;border-left:3px solid var(--theme-color-primary, #1e9db0)}[data-ix-theme=classic][data-ix-color-schema=dark] ._NotesCard_sbs47_549{background:#252525}._EmptyState_sbs47_561{text-align:center;padding:2rem;background:var(--theme-color-component--1, #f5f5f5);border-radius:8px}[data-ix-theme=classic][data-ix-color-schema=dark] ._EmptyState_sbs47_561{background:#252525}._EmptyStateContainer_sbs47_572{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;text-align:center}._PaneTitle_sbs47_584{padding:1rem}._DetailRow_sbs47_588{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem;font-size:14px}._MachineChips_sbs47_597{display:flex;flex-wrap:wrap;gap:.5rem}._FileCategory_sbs47_604{margin-bottom:1.5rem}._FileCategoryTitle_sbs47_608{margin-bottom:.5rem;display:block;font-weight:600}._FileList_sbs47_614{display:flex;flex-direction:column;gap:.5rem}._FileItem_sbs47_620{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--theme-color-component--1);border:1px solid var(--theme-color-std-bdr-1);border-radius:4px}._FileItem_sbs47_620 ix-icon{flex-shrink:0;color:var(--theme-color-soft-text)}._FileItem_sbs47_620 span{flex:1;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._UploadButton_sbs47_643{margin-top:.5rem}._Pane_1sap4_10{position:fixed;right:0;top:0;bottom:0;height:100vh;z-index:100000;box-shadow:-4px 0 20px #00000026}._Container_1sap4_20{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--theme-color-component-1, #fff)}[data-ix-theme=classic][data-ix-color-schema=dark] ._Container_1sap4_20{background:#1a1a1a}._ScrollContent_1sap4_33{flex:1;overflow-y:auto;padding:1.5rem;word-break:break-word}._Footer_1sap4_40{padding:1rem 1.5rem;border-top:1px solid var(--theme-color-soft-bdr, #e0e0e0);background:var(--theme-color-component-1, #fff);display:flex;justify-content:center;align-items:center;gap:1rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Footer_1sap4_40{background:#1a1a1a;border-color:#404040}._SaveButton_1sap4_55,._CancelButton_1sap4_59{min-width:150px}._FormSection_1sap4_64{margin-bottom:1.5rem}._SectionTitle_1sap4_68{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_1sap4_74{margin:1.5rem 0}._FormGroup_1sap4_79{margin-bottom:1.25rem}._Label_1sap4_83{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:.5rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_1sap4_83{color:#b0b0b0}._Input_1sap4_95{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;transition:border-color .15s ease}._Input_1sap4_95:focus{outline:none;border-color:var(--theme-color-primary, #0066b8)}._InputError_1sap4_109{border-color:#d32f2f!important}._InputError_1sap4_109:focus{border-color:#d32f2f!important}._ErrorText_1sap4_117{margin-top:.375rem;font-size:12px;color:#d32f2f;display:flex;align-items:center;gap:.25rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorText_1sap4_117{color:#ff6b6b}._Input_1sap4_95:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._Input_1sap4_95{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._Input_1sap4_95:hover{border-color:#707070}._Textarea_1sap4_144{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#1a1a1a;transition:border-color .2s ease;font-family:inherit;resize:vertical;min-height:80px}._Textarea_1sap4_144:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._Textarea_1sap4_144:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._Textarea_1sap4_144{background:#2a2a2a;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._Textarea_1sap4_144:hover{border-color:#707070}._Select_1sap4_177,._DateDropdown_1sap4_181{width:100%}._PaneTitle_1sap4_185{padding:1rem}._ActionButtons_1sap4_189{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 0 1.5rem}._StatusDisplay_1sap4_196{display:flex;flex-direction:column;gap:.375rem}._StatusHint_1sap4_202{font-size:11px;color:var(--theme-color-soft-text, #888);font-style:italic}[data-ix-color-schema=dark] ._StatusHint_1sap4_202{color:#777}._Container_1txuz_10{position:relative;width:100%;display:flex;flex-direction:column;gap:.75rem}._OperationsList_1txuz_18{display:flex;flex-direction:column;gap:.5rem}._EmptyState_1txuz_24{padding:1rem;text-align:center;color:var(--theme-color-std-text, #666);font-size:14px;background:var(--theme-color-2, #f5f5f5);border-radius:4px}[data-ix-color-schema=dark] ._EmptyState_1txuz_24{background:#2a2a2a;color:#888}._OperationItem_1txuz_38{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--theme-color-2, #f8f8f8);border-radius:6px;border:1px solid var(--theme-color-soft-bdr, #e0e0e0);transition:opacity .2s ease,box-shadow .2s ease,background-color .2s ease;cursor:pointer}._OperationItem_1txuz_38:hover{background:var(--theme-color-component-1)}._OperationItemActive_1txuz_54{background:#1e9db01a;box-shadow:inset 0 0 0 2px var(--theme-color-primary);border-color:var(--theme-color-primary)}._OperationItemDimmed_1txuz_60{opacity:.5}._OperationItemDimmed_1txuz_60:hover{opacity:.75}[data-ix-color-schema=dark] ._OperationItem_1txuz_38{background:#2a2a2a;border-color:#404040}[data-ix-color-schema=dark] ._OperationItemActive_1txuz_54{background:#1e9db033}._OperationSequence_1txuz_77{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--theme-color-primary, #00bedc);color:#fff;font-weight:600;font-size:13px;border-radius:50%;flex-shrink:0}._OperationContent_1txuz_91{flex:1;min-width:0}._OperationHeader_1txuz_96{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._OperationName_1txuz_103{font-weight:500;font-size:14px;color:var(--theme-color-std-text, #1a1a1a)}[data-ix-color-schema=dark] ._OperationName_1txuz_103{color:#fff}._OperationDetails_1txuz_113{font-size:12px;color:var(--theme-color-soft-text, #666);margin-top:.25rem}[data-ix-color-schema=dark] ._OperationDetails_1txuz_113{color:#999}._OperationActions_1txuz_123{display:flex;align-items:center;gap:.25rem;flex-shrink:0}._StatusBadge_1txuz_130{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:12px;font-size:11px;font-weight:500}._StatusUngeplant_1txuz_139{background:#03a9f426;color:#03a9f4}[data-ix-color-schema=dark] ._StatusUngeplant_1txuz_139{background:#03a9f433;color:#4fc3f7}._StatusFreigegeben_1txuz_149{background:#4caf5026;color:#4caf50}[data-ix-color-schema=dark] ._StatusFreigegeben_1txuz_149{background:#4caf5033;color:#81c784}._StatusGeplant_1txuz_159{background:#e3f2fd;color:#1976d2}[data-ix-color-schema=dark] ._StatusGeplant_1txuz_159{background:#1a3a5c;color:#64b5f6}._StatusInBearbeitung_1txuz_169{background:#fff3e0;color:#e65100}[data-ix-color-schema=dark] ._StatusInBearbeitung_1txuz_169{background:#5c3a1a;color:#ffb74d}._StatusPausiert_1txuz_179{background:#ff6b0026;color:#ff6b00}[data-ix-color-schema=dark] ._StatusPausiert_1txuz_179{background:#ff6b0033;color:#ff8c42}._StatusAbgeschlossen_1txuz_189{background:#e8f5e9;color:#2e7d32}[data-ix-color-schema=dark] ._StatusAbgeschlossen_1txuz_189{background:#1a4d2e;color:#81c784}._AddButton_1txuz_199{width:100%}._FormDropdown_1txuz_203{position:relative;background:var(--theme-color-1, #fff);border:1px solid var(--theme-color-soft-bdr, #d0d0d0);border-radius:8px;box-shadow:0 4px 16px #0000001f;padding:1rem;margin-top:.5rem}[data-ix-color-schema=dark] ._FormDropdown_1txuz_203{background:#1e1e1e;border-color:#404040;box-shadow:0 4px 16px #0006}._FormContent_1txuz_219{display:flex;flex-direction:column;gap:1rem}._FormTitle_1txuz_225{font-size:16px;font-weight:600;color:var(--theme-color-std-text, #1a1a1a)}[data-ix-color-schema=dark] ._FormTitle_1txuz_225{color:#fff}._FormGroup_1txuz_235{display:flex;flex-direction:column;gap:.375rem}._FormRow_1txuz_241{display:flex;gap:1rem}._FormRow_1txuz_241 ._FormGroup_1txuz_235{flex:1}._Label_1txuz_250{font-size:13px;font-weight:500;color:var(--theme-color-soft-text, #666)}[data-ix-color-schema=dark] ._Label_1txuz_250{color:#aaa}._ValidationHint_1txuz_260{font-size:11px;color:var(--theme-color-warning, #ff9800);padding:.25rem .5rem;background:#ff980014;border-radius:4px;margin-top:.25rem;display:flex;align-items:center;gap:.375rem}[data-ix-color-schema=dark] ._ValidationHint_1txuz_260{background:#ff98001f;color:#ffb74d}._IndustrialHoursInputWrapper_1txuz_278{position:relative;display:flex;align-items:center}._HoursInputField_1txuz_284{width:100%;padding:.625rem 3rem .625rem .75rem;font-size:14px;border:1px solid var(--theme-color-soft-bdr, #d0d0d0);border-radius:4px;background:var(--theme-color-1, #fff);color:var(--theme-color-std-text, #1a1a1a);font-family:inherit;transition:border-color .2s ease}._HoursInputField_1txuz_284:focus{outline:none;border-color:var(--theme-color-primary, #00bedc)}[data-ix-color-schema=dark] ._HoursInputField_1txuz_284{background:#2a2a2a;color:#fff;border-color:#505050}._InputSpinners_1txuz_307{position:absolute;right:2px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1px}._SpinnerButton_1txuz_317{display:flex;align-items:center;justify-content:center;width:24px;height:16px;padding:0;margin:0;border:none;background:var(--theme-color-component-1, #f5f5f5);color:var(--theme-color-soft-text, #666);cursor:pointer;transition:all .15s ease;border-radius:2px}._SpinnerButton_1txuz_317:hover{background:var(--theme-color-component-2, #e0e0e0);color:var(--theme-color-primary, #00bedc)}._SpinnerButton_1txuz_317:active{background:var(--theme-color-primary, #00bedc);color:#fff;transform:scale(.95)}[data-ix-color-schema=dark] ._SpinnerButton_1txuz_317{background:#3a3a3a;color:#aaa}[data-ix-color-schema=dark] ._SpinnerButton_1txuz_317:hover{background:#4a4a4a;color:var(--theme-color-primary, #00bedc)}[data-ix-color-schema=dark] ._SpinnerButton_1txuz_317:active{background:var(--theme-color-primary, #00bedc);color:#fff}._ThemeSelect_1txuz_360,._ThemeDateInput_1txuz_365{width:100%}._ThemeCheckbox_1txuz_370{margin-bottom:.25rem}._Input_1txuz_307{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid var(--theme-color-soft-bdr, #d0d0d0);border-radius:4px;background:var(--theme-color-1, #fff);color:var(--theme-color-std-text, #1a1a1a);font-family:inherit;transition:border-color .2s ease}._Input_1txuz_307:focus{outline:none;border-color:var(--theme-color-primary, #00bedc)}[data-ix-color-schema=dark] ._Input_1txuz_307{background:#2a2a2a;color:#fff;border-color:#505050}._Textarea_1txuz_397{width:100%;padding:.625rem .75rem;font-size:14px;border:1px solid var(--theme-color-soft-bdr, #d0d0d0);border-radius:4px;background:var(--theme-color-1, #fff);color:var(--theme-color-std-text, #1a1a1a);font-family:inherit;resize:vertical;min-height:60px;transition:border-color .2s ease}._Textarea_1txuz_397:focus{outline:none;border-color:var(--theme-color-primary, #00bedc)}[data-ix-color-schema=dark] ._Textarea_1txuz_397{background:#2a2a2a;color:#fff;border-color:#505050}._FormButtons_1txuz_422{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}._MachineCheckboxList_1txuz_429{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto;padding:.5rem;background:var(--theme-color-2, #f8f8f8);border-radius:4px;border:1px solid var(--theme-color-soft-bdr, #e0e0e0)}[data-ix-color-schema=dark] ._MachineCheckboxList_1txuz_429{background:#252525;border-color:#404040}._CheckboxLabel_1txuz_446{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;cursor:pointer;border-radius:4px;transition:background-color .2s ease;font-size:13px}._CheckboxLabel_1txuz_446:hover{background:var(--theme-color-1, #fff)}[data-ix-color-schema=dark] ._CheckboxLabel_1txuz_446:hover{background:#2a2a2a}._CheckboxLabel_1txuz_446 input[type=checkbox]{cursor:pointer;width:16px;height:16px}._CheckboxLabel_1txuz_446 span{color:var(--theme-color-std-text, #1a1a1a)}[data-ix-color-schema=dark] ._CheckboxLabel_1txuz_446 span{color:#fff}._StatusSelect_1txuz_480{padding:.25rem 1.5rem .25rem .625rem;border-radius:4px;font-size:12px;font-weight:500;border:1px solid transparent;cursor:pointer;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23555' d='M0 3l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 6px center;min-width:120px;transition:all .2s ease}._StatusSelect_1txuz_480:hover{border-color:#0003}._StatusSelect_1txuz_480:focus{box-shadow:0 0 0 2px var(--theme-color-primary, #00bedc);border-color:var(--theme-color-primary, #00bedc)}._StatusSelect_1txuz_480._StatusUngeplant_1txuz_139{background-color:#03a9f426;color:#03a9f4}._StatusSelect_1txuz_480._StatusFreigegeben_1txuz_149{background-color:#4caf5026;color:#4caf50}._StatusSelect_1txuz_480._StatusGeplant_1txuz_159{background-color:#e3f2fd;color:#1976d2}._StatusSelect_1txuz_480._StatusInBearbeitung_1txuz_169{background-color:#fff3e0;color:#e65100}._StatusSelect_1txuz_480._StatusPausiert_1txuz_179{background-color:#ff6b0026;color:#ff6b00}._StatusSelect_1txuz_480._StatusAbgeschlossen_1txuz_189{background-color:#e8f5e9;color:#2e7d32}[data-ix-color-schema=dark] ._StatusSelect_1txuz_480._StatusUngeplant_1txuz_139{background-color:#03a9f433;color:#4fc3f7}[data-ix-color-schema=dark] ._StatusSelect_1txuz_480._StatusFreigegeben_1txuz_149{background-color:#4caf5033;color:#81c784}[data-ix-color-schema=dark] ._StatusSelect_1txuz_480._StatusGeplant_1txuz_159{background-color:#1a3a5c;color:#64b5f6}[data-ix-color-schema=dark] ._StatusSelect_1txuz_480._StatusInBearbeitung_1txuz_169{background-color:#5c3a1a;color:#ffb74d}[data-ix-color-schema=dark] ._StatusSelect_1txuz_480._StatusPausiert_1txuz_179{background-color:#ff6b0033;color:#ff8c42}[data-ix-color-schema=dark] ._StatusSelect_1txuz_480._StatusAbgeschlossen_1txuz_189{background-color:#1a4d2e;color:#81c784}._PlannedInfo_1txuz_568{color:var(--theme-color-primary, #00bedc);font-weight:500}._ConfirmModal_1txuz_574{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}._ConfirmModalContent_1txuz_587{background:var(--theme-color-1, #fff);border-radius:8px;box-shadow:0 8px 32px #0003;max-width:450px;width:90%;overflow:hidden}[data-ix-color-schema=dark] ._ConfirmModalContent_1txuz_587{background:#2a2a2a;box-shadow:0 8px 32px #00000080}._ConfirmModalHeader_1txuz_601{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fff3e0;color:#e65100;font-weight:600;font-size:16px}[data-ix-color-schema=dark] ._ConfirmModalHeader_1txuz_601{background:#5c3a1a;color:#ffb74d}._ConfirmModalBody_1txuz_617{padding:1.25rem;font-size:14px;line-height:1.6;color:var(--theme-color-std-text, #1a1a1a)}[data-ix-color-schema=dark] ._ConfirmModalBody_1txuz_617{color:#ddd}._ConfirmModalBody_1txuz_617 p{margin:0 0 .75rem}._ConfirmModalBody_1txuz_617 p:last-child{margin-bottom:0}._ConfirmQuestion_1txuz_636{font-weight:600;margin-top:1rem!important}._ConfirmModalFooter_1txuz_641{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid var(--theme-color-soft-bdr, #e0e0e0)}[data-ix-color-schema=dark] ._ConfirmModalFooter_1txuz_641{border-color:#404040}._InfoHint_1txuz_654{font-size:12px;color:var(--theme-color-soft-text, #888);margin-top:.25rem;font-style:italic}[data-ix-color-schema=dark] ._InfoHint_1txuz_654{color:#888}._TimeOverlay_1txuz_666{position:absolute;right:40px;top:50%;transform:translateY(-50%);font-size:13px;color:#6c757d;white-space:nowrap;pointer-events:none;font-weight:500;background:transparent;padding:0 .25rem}[data-ix-color-schema=dark] ._TimeOverlay_1txuz_666{color:#888}._TimeDisplay_1txuz_684{font-size:13px;color:var(--theme-color-std-text, #333);margin-top:.25rem;font-weight:500}[data-ix-color-schema=dark] ._TimeDisplay_1txuz_684{color:#ddd}._ValidationHint_1txuz_260{font-size:12px;color:var(--theme-color-warning, #ff9500);margin-top:.25rem}[data-ix-color-schema=dark] ._ValidationHint_1txuz_260{color:#ffb74d}._FormSection_1txuz_707{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--theme-color-soft-bdr, #e0e0e0)}._FormSection_1txuz_707:last-of-type{border-bottom:none;margin-bottom:.5rem}[data-ix-color-schema=dark] ._FormSection_1txuz_707{border-color:#404040}._SectionHeader_1txuz_722{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-color-soft-text, #666);margin-bottom:1rem;padding-bottom:.25rem}[data-ix-color-schema=dark] ._SectionHeader_1txuz_722{color:#888}._FormSection_1txuz_707 ._FormGroup_1txuz_235{margin-bottom:1rem}._FormSection_1txuz_707 ._FormGroup_1txuz_235:last-child{margin-bottom:0}._AutoBadge_1txuz_746{display:inline-block;font-size:10px;font-weight:600;text-transform:uppercase;background:var(--theme-color-success, #2e7d32);color:#fff;padding:.1rem .4rem;border-radius:3px;margin-left:.5rem;vertical-align:middle}._AutoFilled_1txuz_760{background:#2e7d321a!important;border-color:var(--theme-color-success, #2e7d32)!important}[data-ix-color-schema=dark] ._AutoFilled_1txuz_760{background:#2e7d3233!important}._AuftragslistePageWrapper_1vu3o_11{display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden}._AuftragslistePageWrapper_1vu3o_11>ix-content-header{flex-shrink:0}._TabsContainer_1vu3o_24{margin-bottom:1.5rem;padding:0 1rem}._KPIContainer_1vu3o_29{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;margin-left:1rem;position:relative;z-index:100;flex-shrink:0}._HeaderButtonGroup_1vu3o_41{display:flex;align-items:center;gap:8px}._ButtonSpacer_1vu3o_47{width:1rem}._HeaderButtonSpacer_1vu3o_51{width:1.5rem}._TitleKPISpacer_1vu3o_55{height:1rem}._ViewModeGroup_1vu3o_60{display:flex;gap:0;flex-shrink:0}._ViewModeGroup_1vu3o_60 ix-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}._ViewModeGroup_1vu3o_60 ix-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}._FilterWrapper_1vu3o_78{position:relative;flex-shrink:0}._KPIBadge_1vu3o_83{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:999px;font-size:.8125rem;font-weight:500;color:var(--theme-color-std-text);background-color:var(--theme-color-component--1);border:1px solid var(--theme-color-std-bdr-1);transition:all .2s ease;white-space:nowrap;cursor:pointer;position:relative}._KPIBadge_1vu3o_83:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}._KPIBadge_1vu3o_83 ix-icon{flex-shrink:0}._KPIDetail_1vu3o_110{position:absolute;top:calc(100% + .5rem);left:0;min-width:350px;max-width:450px;background-color:#fff;border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;box-shadow:0 4px 16px #0003;z-index:99999;animation:_fadeInDown_1vu3o_1 .2s ease}@keyframes _fadeInDown_1vu3o_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._KPIDetailHeader_1vu3o_135{padding:.75rem 1rem .25rem;font-weight:600;font-size:.875rem;color:var(--theme-color-std-text)}._KPIDetailSubheader_1vu3o_143{padding:0 1rem .5rem;font-size:.75rem;color:var(--theme-color-soft-text);border-bottom:1px solid var(--theme-color-std-bdr-1)}._KPIDetailList_1vu3o_150{max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--theme-color-std-bdr-1) transparent}._KPIDetailList_1vu3o_150::-webkit-scrollbar{width:6px}._KPIDetailList_1vu3o_150::-webkit-scrollbar-track{background:transparent}._KPIDetailList_1vu3o_150::-webkit-scrollbar-thumb{background-color:var(--theme-color-std-bdr-1);border-radius:3px}._KPIDetailList_1vu3o_150::-webkit-scrollbar-thumb:hover{background-color:var(--theme-color-std-bdr-2)}._KPIDetailItem_1vu3o_174{padding:.75rem 1rem;border-bottom:1px solid var(--theme-color-std-bdr-1);transition:background-color .15s ease}._KPIDetailItem_1vu3o_174:last-child{border-bottom:none}._KPIDetailItem_1vu3o_174:hover{background-color:var(--theme-color-component-hover)}._KPIDetailItemClickable_1vu3o_188{cursor:pointer}._KPIDetailItemClickable_1vu3o_188:hover{background-color:var(--theme-color-primary-bdr)}._KPIDetailItemTitle_1vu3o_196{font-size:.8125rem;margin-bottom:.25rem;color:var(--theme-color-std-text)}._KPIDetailItemTitle_1vu3o_196 strong{color:var(--theme-color-primary)}._KPIDetailItemInfo_1vu3o_206{display:flex;flex-direction:column;gap:.125rem;font-size:.75rem;color:var(--theme-color-soft-text)}._KPIDetailItemDays_1vu3o_214{color:var(--theme-color-alarm)!important;font-weight:500}._KPIBadge_1vu3o_83[data-critical=true]{background-color:#ff3b3026;border-color:#ff3b3066;color:#ff3b30}._KPIBadge_1vu3o_83[data-critical=true] ix-icon{color:#ff3b30}._KPIBadge_1vu3o_83[data-warning=true]{background-color:#ff9f0a26;border-color:#ff9f0a66;color:#ff9f0a}._KPIBadge_1vu3o_83[data-warning=true] ix-icon{color:#ff9f0a}._KPIBadge_1vu3o_83[data-bottleneck=true]{background-color:#ff6b0026;border-color:#ff6b0066;color:#ff6b00}._KPIBadge_1vu3o_83[data-bottleneck=true] ix-icon{color:#ff6b00}[data-ix-color-schema=dark] ._KPIBadge_1vu3o_83{background-color:#ffffff0d;border-color:#ffffff26}[data-ix-color-schema=dark] ._KPIDetail_1vu3o_110{background-color:#1a1a1a;box-shadow:0 4px 16px #00000080}[data-ix-color-schema=dark] ._KPIDetailItem_1vu3o_174:hover{background-color:#ffffff0d}[data-ix-color-schema=dark] ._KPIBadge_1vu3o_83[data-critical=true]{background-color:#ff505033;border-color:#ff505080;color:#ff5050}[data-ix-color-schema=dark] ._KPIBadge_1vu3o_83[data-critical=true] ix-icon{color:#ff5050}[data-ix-color-schema=dark] ._KPIBadge_1vu3o_83[data-warning=true]{background-color:#ffb34033;border-color:#ffb34080;color:#ffb340}[data-ix-color-schema=dark] ._KPIBadge_1vu3o_83[data-warning=true] ix-icon{color:#ffb340}[data-ix-color-schema=dark] ._KPIBadge_1vu3o_83[data-bottleneck=true]{background-color:#ff7f2833;border-color:#ff7f2880;color:#ff7f28}[data-ix-color-schema=dark] ._KPIBadge_1vu3o_83[data-bottleneck=true] ix-icon{color:#ff7f28}._DeviceTable_1vu3o_297{display:flex;position:relative;flex-direction:column;height:100%;overflow:hidden;flex:1;min-height:0}._DeviceFilter_1vu3o_309{display:flex;flex-wrap:wrap;flex-direction:row;margin-bottom:1rem;gap:.75rem;align-items:center;flex-shrink:0;position:relative}._SearchWrapper_1vu3o_320{display:flex;align-items:center;background-color:#ebf8f9;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;padding:.5rem .75rem;flex-grow:1;gap:.5rem;transition:background-color .2s ease,border-color .2s ease;min-width:10rem;max-width:20rem}._SearchWrapper_1vu3o_320:hover{background-color:#d4f1f4}._SearchWrapper_1vu3o_320:focus-within{border-color:var(--theme-color-primary);box-shadow:0 0 0 2px #007bff1a}[data-ix-color-schema=dark] ._SearchWrapper_1vu3o_320{background-color:#00273b}[data-ix-color-schema=dark] ._SearchWrapper_1vu3o_320:hover{background-color:#003149}._SearchIcon_1vu3o_351{color:var(--theme-color-std-text);opacity:.6;flex-shrink:0}._SearchInput_1vu3o_357{flex-grow:1;border:none;background:transparent;color:var(--theme-color-std-text);font-size:.875rem;outline:none;padding:0}._SearchInput_1vu3o_357::placeholder{color:var(--theme-color-std-text);opacity:.5}._FilterButton_1vu3o_372{flex-shrink:0;min-width:40px}._FilterDropdown_1vu3o_377{position:absolute;top:100%;left:0;z-index:100;background:var(--theme-color-component-1);border:1px solid var(--theme-color-soft-bdr);border-radius:4px;padding:1rem;margin-top:.5rem;box-shadow:var(--theme-shadow-3);min-width:300px;max-width:400px}[data-ix-color-schema=dark] ._FilterDropdown_1vu3o_377{box-shadow:0 4px 8px #00000080}._DeviceFilter_1vu3o_309 ._CategoryFilter_1vu3o_396{min-width:16rem;flex-grow:1}._DeviceFilter_1vu3o_309 ._QuickFilter_1vu3o_401{display:flex;flex-wrap:nowrap;gap:.5rem}._SelectionActions_1vu3o_407{display:flex;gap:.5rem;align-items:center;margin-left:auto}._SelectionButton_1vu3o_414{min-width:120px}._DeleteButton_1vu3o_418{background-color:#d32f2f!important;color:#fff!important}._DeleteButton_1vu3o_418:hover{background-color:#b71c1c!important}ix-chip[data-status=pausiert]{--ix-chip-background: var(--theme-color-critical) !important;--ix-chip-color: white !important;--ix-chip-border-color: var(--theme-color-critical) !important;--ix-chip-icon-color: white !important}ix-chip[data-status=pausiert][outline]{--ix-chip-background: transparent !important;--ix-chip-color: var(--theme-color-critical) !important;--ix-chip-border-color: var(--theme-color-critical) !important;--ix-chip-icon-color: var(--theme-color-critical) !important}@media only screen and (max-width:48em){._DeviceFilter_1vu3o_309{flex-direction:column}._SearchWrapper_1vu3o_320{width:100%;min-width:0}._DeviceFilter_1vu3o_309 ._CategoryFilter_1vu3o_396{min-width:0rem;width:100%}._DeviceFilter_1vu3o_309 ._QuickFilter_1vu3o_401{flex-wrap:wrap;min-width:0rem}}@media screen and (max-width:1600px){._ChipLabel_1vu3o_465,._ButtonLabel_1vu3o_466{display:none}._DeviceFilter_1vu3o_309{gap:.5rem;flex-wrap:wrap;max-width:100%}._SearchWrapper_1vu3o_320{max-width:12rem;min-width:8rem;flex-shrink:1;overflow:hidden}._DeviceFilter_1vu3o_309 ._QuickFilter_1vu3o_401{gap:.25rem;overflow-x:visible;flex-wrap:wrap;max-width:100%}._DeviceFilter_1vu3o_309 ._QuickFilter_1vu3o_401 ix-chip{margin-right:0;flex-shrink:0}}._TooltipWrapper_1vu3o_503{display:inline-flex;align-items:center}._MobileOnlyTooltip_1vu3o_509{display:none}@media screen and (max-width:1600px){._MobileOnlyTooltip_1vu3o_509{display:contents}}._PageContainer_1alap_6{display:flex;flex-direction:column;height:100%;overflow:hidden;flex:1;position:relative}._LoadingOverlay_1alap_16{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(var(--theme-color-1--rgb),.8);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:1000;color:var(--theme-color-std-text);font-size:1rem}._HeaderBar_1alap_33{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem;background:var(--theme-color-1);border-bottom:1px solid var(--theme-color-soft-bdr);align-items:center;flex-shrink:0}._HeaderLeft_1alap_44{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}._HeaderActions_1alap_51{display:flex;gap:.75rem;align-items:center;margin-left:auto;flex-wrap:wrap}._HeaderChips_1alap_59{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}@media(max-width:1299px){._HeaderLeft_1alap_44{order:1}._HeaderActions_1alap_51{order:2;margin-left:auto}._HeaderChips_1alap_59{order:3;width:100%;margin-top:.5rem}}@media(max-width:899px){._HeaderLeft_1alap_44{order:1;width:100%}._HeaderChips_1alap_59{order:2;width:auto;margin-top:.5rem;flex:1}._HeaderActions_1alap_51{order:3;margin-left:auto;margin-top:.5rem}}._GroupDropdown_1alap_100{min-width:200px}._SearchWrapper_1alap_104{display:flex;align-items:center;gap:.5rem;background:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr);border-radius:4px;padding:.5rem .75rem;min-width:250px;height:36px}._SearchWrapper_1alap_104 input{background:transparent;border:none;outline:none;color:var(--theme-color-std-text);font-size:.875rem;flex:1;min-width:0}._SearchWrapper_1alap_104 input::placeholder{color:var(--theme-color-weak-text)}._SearchIcon_1alap_130{color:var(--theme-color-weak-text);flex-shrink:0}._ToggleWrapper_1alap_135{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--theme-color-std-text);white-space:nowrap}._MeldungenButton_1alap_144{position:relative;display:inline-block}._MeldungenBadge_1alap_149{position:absolute;top:-6px;right:-6px;background:#e53935;color:#fff;border-radius:10px;min-width:20px;height:20px;font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center;padding:0 5px;z-index:10;box-shadow:0 1px 3px #0000004d}._SchichtSelect_1alap_168{min-width:140px}._MainContent_1alap_173{display:flex;flex:1;overflow:hidden;position:relative}._MachineGrid_1alap_180{flex:1;overflow-y:auto;padding:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1rem;align-content:start}._MachineGrid_1alap_180._withDrawer_1alap_190{margin-right:400px}._MachineCard_1alap_195{background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:8px;padding:0;display:flex;flex-direction:column;cursor:pointer;transition:border-color .2s,box-shadow .2s,background .2s;height:360px;position:relative;overflow:hidden}._CardContent_1alap_210{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;min-height:0}._MachineCard_1alap_195:hover{border-color:var(--theme-color-primary);box-shadow:0 4px 12px #00000026}._MachineCard_1alap_195._selected_1alap_225{border-color:var(--theme-color-primary);border-width:2px;box-shadow:0 4px 16px #0003}._MachineCard_1alap_195._running_1alap_232{border-left:5px solid #4caf50;background:#4caf5008}._MachineCard_1alap_195._paused_1alap_237{border-left:5px solid #2196f3;background:#2196f308}._MachineCard_1alap_195._hasWarning_1alap_242{border-left:5px solid #ff9800;background:#ff980008}._MachineCard_1alap_195._hasFault_1alap_247{border-left:5px solid #e53935;background:#e539350d;border-width:2px}._CardHeader_1alap_254{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}._MachineInfo_1alap_261{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1}._MachineName_1alap_269{font-size:1rem;font-weight:600;color:var(--theme-color-std-text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._MachineGroup_1alap_279{font-size:.75rem;color:var(--theme-color-weak-text)}._StatusBadge_1alap_285{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .6rem;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase;white-space:nowrap;flex-shrink:0}._StatusBadge_1alap_285._running_1alap_232{background:#4caf50;color:#fff}._StatusBadge_1alap_285._idle_1alap_303{background:#607d8b;color:#fff}._StatusBadge_1alap_285._paused_1alap_237{background:#2196f3;color:#fff}._StatusBadge_1alap_285._fault_1alap_313{background:#e53935;color:#fff}._StatusBadge_1alap_285._blocked_1alap_318{background:#ff9800;color:#fff}._ActiveOperation_1alap_324{background:var(--theme-color-2);border-radius:6px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;border:1px solid var(--theme-color-soft-bdr)}._OperationHeader_1alap_334{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;flex-wrap:wrap}._OperationNumber_1alap_342{font-size:.875rem;font-weight:600;color:var(--theme-color-primary)}._OperationName_1alap_348{font-size:.8rem;color:var(--theme-color-weak-text);margin-left:.5rem}._DelayIndicator_1alap_355{display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:3px;flex-shrink:0}._DelayIndicator_1alap_355._onTime_1alap_366{background:#4caf50;color:#fff}._DelayIndicator_1alap_355._delayed_1alap_371{background:#ff9800;color:#fff}._DelayIndicator_1alap_355._critical_1alap_376{background:#e53935;color:#fff}._OperationDetails_1alap_381{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--theme-color-weak-text);flex-wrap:wrap;gap:.5rem}._OperationTime_1alap_391{display:flex;align-items:center;gap:.25rem}._QuantityInfo_1alap_397{font-weight:600;color:var(--theme-color-std-text)}._OperatorSection_1alap_403{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-top:1px solid var(--theme-color-soft-bdr);border-bottom:1px solid var(--theme-color-soft-bdr)}._OperatorAvatar_1alap_412{width:32px;height:32px;border-radius:50%;background:var(--theme-color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0}._OperatorName_1alap_426{font-size:.85rem;color:var(--theme-color-std-text)}._NoOperator_1alap_431{font-size:.8rem;color:var(--theme-color-weak-text);font-style:italic}._NextOpsStack_1alap_438{display:flex;flex-direction:column;gap:.2rem;opacity:.7;padding-top:.5rem;border-top:1px dashed var(--theme-color-soft-bdr)}._NextOpsTitle_1alap_447{font-size:.65rem;color:var(--theme-color-weak-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.15rem;font-weight:500}._NextOpItem_1alap_456{display:flex;align-items:center;gap:.4rem;font-size:.7rem;color:var(--theme-color-weak-text);padding:.15rem 0}._NextOpItem_1alap_456._blocked_1alap_318{color:#ff9800}._NextOpNumber_1alap_469{font-weight:500;min-width:70px;color:var(--theme-color-weak-text)}._WarningsSection_1alap_476{display:flex;flex-wrap:wrap;gap:.5rem}._WarningChip_1alap_483{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600}._WarningChip_1alap_483._warning_1alap_493{background:#ff9800;color:#fff}._WarningChip_1alap_483._error_1alap_498{background:#e53935;color:#fff}._CardFooter_1alap_504{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--theme-color-soft-bdr);min-height:64px;align-items:center;background:var(--theme-color-1);flex-shrink:0}._ActionButtons_1alap_516{display:flex;gap:.5rem;margin-top:auto;padding:.75rem 0;border-top:1px solid var(--theme-color-soft-bdr);min-height:64px;align-items:center}._ActionButton_1alap_516{flex:1;min-height:44px;font-size:.8rem;font-weight:600;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:.4rem;cursor:pointer;border:none;transition:transform .1s,opacity .2s;padding:0 .75rem}._ActionButton_1alap_516 ix-icon{flex-shrink:0;width:16px;height:16px}._ActionButton_1alap_516:active{transform:scale(.98)}._ActionButton_1alap_516._start_1alap_554{background:#4caf50;color:#fff}._ActionButton_1alap_516._start_1alap_554:hover{background:#43a047}._ActionButton_1alap_516._pause_1alap_237{background:#2196f3;color:#fff}._ActionButton_1alap_516._pause_1alap_237:hover{background:#1e88e5}._ActionButton_1alap_516._warning_1alap_493{background:#ff9800;color:#fff}._ActionButton_1alap_516._warning_1alap_493:hover{background:#f57c00}._ActionButton_1alap_516._finish_1alap_584{background:#607d8b;color:#fff}._ActionButton_1alap_516._finish_1alap_584:hover{background:#546e7a}._ActionButton_1alap_516._disabled_1alap_594,._ActionButton_1alap_516:disabled{opacity:.6;cursor:not-allowed;background:#9e9e9e;color:#fff}._ActionButton_1alap_516._fault_1alap_313{background:#e53935;color:#fff}._ActionButton_1alap_516._fault_1alap_313:hover{background:#d32f2f}._DetailDrawer_1alap_613{position:fixed;top:0;right:0;width:400px;height:100vh;height:100dvh;background:var(--theme-color-1);border-left:1px solid var(--theme-color-soft-bdr);box-shadow:-8px 0 30px #0003;display:flex;flex-direction:column;z-index:100001;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1),visibility .3s;visibility:hidden;pointer-events:none;will-change:transform}._DetailDrawer_1alap_613._open_1alap_634{transform:translate(0);visibility:visible;pointer-events:auto}._DrawerHeader_1alap_640{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1);flex-shrink:0}._DrawerTitle_1alap_650{font-size:1.125rem;font-weight:600;color:var(--theme-color-std-text);margin:0}._DrawerCloseButton_1alap_657{cursor:pointer;color:var(--theme-color-weak-text)}._DrawerCloseButton_1alap_657:hover{color:var(--theme-color-std-text)}._DrawerTabs_1alap_666{border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._DrawerContent_1alap_671{flex:1;overflow-y:auto;padding:1rem;background:var(--theme-color-2)}._CurrentOperationSection_1alap_679{display:flex;flex-direction:column;gap:1rem}._DetailCard_1alap_685{background:var(--theme-color-1);border-radius:6px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._DetailRow_1alap_692{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--theme-color-soft-bdr)}._DetailRow_1alap_692:last-child{border-bottom:none}._DetailLabel_1alap_704{font-size:.8rem;color:var(--theme-color-weak-text)}._DetailValue_1alap_709{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text)}._DrawerActions_1alap_716{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-top:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._DrawerActionButton_1alap_725{min-height:56px;font-size:1rem;font-weight:600}._FinishForm_1alap_732{display:flex;flex-direction:column;gap:1rem}._FormGroup_1alap_738{display:flex;flex-direction:column;gap:.5rem}._FormLabel_1alap_744{font-size:.8rem;font-weight:500;color:var(--theme-color-std-text)}._FormInput_1alap_750{background:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr);border-radius:4px;padding:.75rem;font-size:1rem;color:var(--theme-color-std-text)}._FormInput_1alap_750:focus{outline:none;border-color:var(--theme-color-primary)}._FormTextarea_1alap_764{min-height:80px;resize:vertical}._QuickActions_1alap_770{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;margin-top:1rem;border-top:1px solid var(--theme-color-soft-bdr)}._QuickActionsTitle_1alap_779{font-size:.8rem;color:var(--theme-color-weak-text);margin-bottom:.5rem;font-weight:500}._QuickActionButton_1alap_786{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:4px;cursor:pointer;transition:background .2s;font-size:.85rem;color:var(--theme-color-std-text)}._QuickActionButton_1alap_786:hover{background:var(--theme-color-2)}._QuickActionButton_1alap_786._material_1alap_804{border-left:4px solid #ff9800}._QuickActionButton_1alap_786._stoerung_1alap_808{border-left:4px solid #e53935}._QuickActionButton_1alap_786._qualitaet_1alap_812{border-left:4px solid #2196f3}._QuickActionButton_1alap_786._wartung_1alap_816{border-left:4px solid #9c27b0}._QuickActionButton_1alap_786._sonstiges_1alap_820{border-left:4px solid #607d8b}._TimelineSection_1alap_825{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--theme-color-soft-bdr)}._TimelineHeader_1alap_831{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:var(--theme-color-weak-text)}._TimelineTitle_1alap_839{font-size:.85rem;font-weight:500}._TimelineList_1alap_844{display:flex;flex-direction:column;gap:.5rem}._TimelineItem_1alap_850{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;position:relative}._TimelineItem_1alap_850:not(:last-child):after{content:"";position:absolute;left:10px;top:28px;bottom:-8px;width:2px;background:var(--theme-color-soft-bdr)}._TimelineDot_1alap_868{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--theme-color-2);color:var(--theme-color-std-text)}._TimelineItem_1alap_850._timelineStarted_1alap_880 ._TimelineDot_1alap_868{background:#4caf5026;color:#4caf50}._TimelineItem_1alap_850._timelinePaused_1alap_885 ._TimelineDot_1alap_868{background:#2196f326;color:#2196f3}._TimelineItem_1alap_850._timelineFinished_1alap_890 ._TimelineDot_1alap_868{background:#4caf5026;color:#4caf50}._TimelineItem_1alap_850._timelineStoerung_1alap_895 ._TimelineDot_1alap_868{background:#e5393526;color:#e53935}._TimelineItem_1alap_850._timelineMeldung_1alap_900 ._TimelineDot_1alap_868{background:#ff980026;color:#ff9800}._TimelineContent_1alap_905{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0}._TimelineLabel_1alap_913{font-size:.85rem;font-weight:500;color:var(--theme-color-std-text)}._TimelineDescription_1alap_919{font-size:.75rem;color:var(--theme-color-weak-text)}._TimelineOrder_1alap_924{font-size:.7rem;color:var(--theme-color-weak-text)}._TimelineTime_1alap_929{font-size:.75rem;color:var(--theme-color-weak-text);flex-shrink:0}._QueueList_1alap_936{display:flex;flex-direction:column;gap:.5rem}._QueueItem_1alap_942{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--theme-color-1);border-radius:6px;border:1px solid var(--theme-color-soft-bdr);transition:all .2s ease}._QueueItem_1alap_942:hover{background:var(--theme-color-2);border-color:var(--theme-color-primary--20)}._QueueItem_1alap_942._expanded_1alap_958{background:var(--theme-color-primary--5);border-color:var(--theme-color-primary--40);align-items:flex-start}._QueueItem_1alap_942._blocked_1alap_318{opacity:.7;border-left:4px solid #ff9800}._QueueIndex_1alap_969{width:28px;height:28px;background:var(--theme-color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;flex-shrink:0}._QueueItemInfo_1alap_983{flex:1;min-width:0}._QueueItemOrder_1alap_988{font-size:.85rem;font-weight:600;color:var(--theme-color-std-text)}._QueueItemName_1alap_994{font-size:.75rem;color:var(--theme-color-weak-text);margin-bottom:.25rem}._QueueItemDetails_1alap_1000{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr);display:flex;flex-direction:column;gap:.5rem}._QueueItemDetails_1alap_1000 ._DetailRow_1alap_692{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}._QueueItemDetails_1alap_1000 ._DetailLabel_1alap_704{color:var(--theme-color-weak-text);font-weight:500}._QueueItemDetails_1alap_1000 ._DetailValue_1alap_709{color:var(--theme-color-std-text);font-weight:600}._QueueItemDuration_1alap_1026{font-size:.75rem;color:var(--theme-color-weak-text);text-align:right;display:flex;align-items:center;gap:.25rem}._QueueItemActions_1alap_1035{display:flex;gap:.25rem}._MeldungList_1alap_1041{display:flex;flex-direction:column;gap:.75rem}._MeldungItem_1alap_1047{padding:.75rem;background:var(--theme-color-1);border-radius:6px;border:1px solid var(--theme-color-soft-bdr)}._MeldungItem_1alap_1047._critical_1alap_376{border-left:4px solid #e53935}._MeldungItem_1alap_1047._high_1alap_1058{border-left:4px solid #ff9800}._MeldungHeader_1alap_1062{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:.5rem}._MeldungTitle_1alap_1070{font-size:.875rem;font-weight:600;color:var(--theme-color-std-text);display:flex;align-items:center;gap:.5rem}._MeldungTime_1alap_1079{font-size:.7rem;color:var(--theme-color-weak-text);white-space:nowrap}._MeldungDescription_1alap_1085{font-size:.8rem;color:var(--theme-color-weak-text);margin:0 0 .75rem}._MeldungActions_1alap_1091{display:flex;gap:.5rem}._EmptyState_1alap_1097{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:var(--theme-color-weak-text);text-align:center}._EmptyStateIcon_1alap_1107{margin-bottom:1rem;opacity:.5}._EmptyStateText_1alap_1112{font-size:1rem}._InitializeSection_1alap_1116{margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}._InitializeHint_1alap_1124{font-size:.875rem;color:var(--theme-color-weak-text);max-width:300px;margin:0}._ViewToggle_1alap_1132{display:flex;border:1px solid var(--theme-color-soft-bdr);border-radius:4px;overflow:hidden;background:var(--theme-color-1)}._ViewToggleButton_1alap_1140{padding:.5rem 1rem;background:var(--theme-color-1);border:none;cursor:pointer;font-size:.8rem;color:var(--theme-color-weak-text);transition:background .2s,color .2s;display:flex;align-items:center;gap:.5rem}._ViewToggleButton_1alap_1140:not(:last-child){border-right:1px solid var(--theme-color-soft-bdr)}._ViewToggleButton_1alap_1140._active_1alap_1157{background:var(--theme-color-primary);color:#fff}._ViewToggleButton_1alap_1140:hover:not(._active_1alap_1157){background:var(--theme-color-2)}@media only screen and (max-width:1024px){._DetailDrawer_1alap_613{width:100%}._MachineGrid_1alap_180._withDrawer_1alap_190{margin-right:0;display:none}._HeaderRight_1alap_1177{flex-wrap:wrap}}@media only screen and (max-width:768px){._HeaderBar_1alap_33{flex-direction:column;align-items:stretch;gap:.75rem}._HeaderLeft_1alap_44{flex-direction:column;align-items:stretch}._HeaderRight_1alap_1177{margin-left:0;justify-content:flex-start;overflow-x:auto}._SearchWrapper_1alap_104{min-width:100%}._MachineGrid_1alap_180{grid-template-columns:1fr;padding:.75rem}._ActionButton_1alap_516{min-height:56px;font-size:1rem}._MachineCard_1alap_195{min-height:auto}}._EmployeeCard_1alap_1222{background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:8px;padding:0;display:flex;flex-direction:column;cursor:pointer;transition:border-color .2s,box-shadow .2s;height:360px;position:relative;overflow:hidden}._EmployeeCard_1alap_1222:hover{border-color:var(--theme-color-primary);box-shadow:0 4px 12px #00000026}._EmployeeCard_1alap_1222._cardCritical_1alap_1241{border-left:4px solid #e53935;animation:_criticalPulse_1alap_1 2s infinite}._EmployeeCardContent_1alap_1247{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;min-height:0}._machineCard_1alap_1258{background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.75rem;cursor:pointer;transition:border-color .2s,box-shadow .2s;min-height:300px;position:relative}._machineCard_1alap_1258:hover{border-color:var(--theme-color-primary);box-shadow:0 4px 12px #00000026}._cardCritical_1alap_1241{border-left:4px solid #e53935;animation:_criticalPulse_1alap_1 2s infinite}@keyframes _criticalPulse_1alap_1{0%,to{box-shadow:0 0 #e5393566}50%{box-shadow:0 0 8px 2px #e539354d}}._cardHeader_1alap_1287{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}._machineName_1alap_1294{font-size:1rem;font-weight:600;color:var(--theme-color-std-text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._machineNumber_1alap_1304{font-size:.75rem;color:var(--theme-color-weak-text)}._employeeInfo_1alap_1310{display:flex;align-items:center;gap:.75rem}._employeeAvatar_1alap_1316{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#fff;flex-shrink:0}._employeeAvatarLarge_1alap_1329{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:600;color:#fff;flex-shrink:0}._statusBadge_1alap_1343{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .6rem;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase;white-space:nowrap;flex-shrink:0}._statusRunning_1alap_1356{background:#4caf50;color:#fff}._statusIdle_1alap_1361{background:#2196f3;color:#fff}._statusStopped_1alap_1366{background:#ff9800;color:#fff}._statusOffline_1alap_1371{background:#607d8b;color:#fff}._statusWarning_1alap_1376{background:#9c27b0;color:#fff}._teamBadge_1alap_1382{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;width:fit-content}._teamBadgeLarge_1alap_1392{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:4px;font-size:.8rem;font-weight:600;margin-top:.5rem}._currentOperation_1alap_1403{background:var(--theme-color-2);border-radius:6px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;border:1px solid var(--theme-color-soft-bdr)}._operationHeader_1alap_1413{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;flex-wrap:wrap}._operationInfo_1alap_1421{display:flex;flex-direction:column;gap:.25rem}._operationName_1alap_1427{display:flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;color:var(--theme-color-std-text)}._orderNumber_1alap_1436{font-size:.75rem;color:var(--theme-color-weak-text)}._machineAssignmentInfo_1alap_1442{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--theme-color-primary);padding:.25rem 0}._operationMeta_1alap_1452{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}._elapsedTime_1alap_1460{display:flex;align-items:center;gap:.25rem;font-size:.8rem;color:var(--theme-color-weak-text)}._indicatorChips_1alap_1468{display:flex;gap:.35rem;flex-wrap:wrap}._delayedChip_1alap_1474,._criticalChip_1alap_1475,._stoerungChip_1alap_1476{display:inline-flex;align-items:center;gap:.2rem;padding:.15rem .4rem;border-radius:3px;font-size:.65rem;font-weight:600}._delayedChip_1alap_1474{background:#ff9800;color:#fff}._criticalChip_1alap_1475{background:#f44336;color:#fff}._stoerungChip_1alap_1476{background:#e53935;color:#fff}._nextAssignment_1alap_1502{background:var(--theme-color-2);border-radius:6px;padding:.75rem;border:1px solid var(--theme-color-soft-bdr)}._nextAssignmentHeader_1alap_1509{display:flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;color:var(--theme-color-weak-text);margin-bottom:.35rem}._nextAssignmentDetails_1alap_1519{display:flex;flex-direction:column;gap:.15rem;font-size:.8rem;color:var(--theme-color-std-text)}._freeStatus_1alap_1528{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:var(--theme-color-2);border-radius:6px;color:#4caf50;font-weight:500}._pauseStatus_1alap_1541{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:var(--theme-color-2);border-radius:6px;color:#ff9800;font-weight:500}._skillsSection_1alap_1554{display:flex;flex-direction:column;gap:.35rem;padding-top:.5rem;border-top:1px solid var(--theme-color-soft-bdr)}._skillsLabel_1alap_1562{font-size:.7rem;color:var(--theme-color-weak-text);text-transform:uppercase;letter-spacing:.5px;font-weight:500}._skillsList_1alap_1570{display:flex;flex-wrap:wrap;gap:.35rem}._skillChip_1alap_1576{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:3px;font-size:.7rem;background:var(--theme-color-2);border:1px solid;color:var(--theme-color-std-text)}._moreSkills_1alap_1587{display:inline-flex;align-items:center;padding:.2rem .4rem;font-size:.7rem;color:var(--theme-color-weak-text)}._todayStats_1alap_1596{display:flex;justify-content:space-between;font-size:.75rem;color:var(--theme-color-weak-text);padding-top:.5rem;border-top:1px solid var(--theme-color-soft-bdr)}._quickActions_1alap_1606{display:flex;gap:.5rem;margin-top:auto;padding-top:.75rem}._EmployeeHeaderInfo_1alap_1615{padding:.75rem 1rem;background:var(--theme-color-1);border-bottom:1px solid var(--theme-color-soft-bdr)}._EmployeeHeaderRow_1alap_1621{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._drawerContent_1alap_1628{display:flex;flex-direction:column;height:100%}._drawerHeader_1alap_1634{padding:1rem;border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._drawerTitleRow_1alap_1640{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}._employeeDrawerHeader_1alap_1647{display:flex;align-items:center;gap:1rem;flex:1}._drawerTitle_1alap_1640{font-size:1.25rem;font-weight:600;color:var(--theme-color-std-text);margin:0}._drawerSubtitle_1alap_1661{font-size:.875rem;color:var(--theme-color-weak-text)}._skillsDrawerSection_1alap_1666{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr)}._skillsListDrawer_1alap_1672{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}._skillItemDrawer_1alap_1679{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0}._skillName_1alap_1686{font-size:.875rem;color:var(--theme-color-std-text)}._skillLevel_1alap_1691{font-size:.75rem;font-weight:500}._tabContent_1alap_1697{flex:1;overflow-y:auto;padding:1rem;background:var(--theme-color-2)}._currentTab_1alap_1704,._historyTab_1alap_1705,._meldungenTab_1alap_1706,._currentAssignmentDetails_1alap_1713{display:flex;flex-direction:column;gap:1rem}._detailSection_1alap_1719{display:flex;flex-direction:column;gap:.5rem}._sectionTitle_1alap_1725{display:flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;color:var(--theme-color-weak-text);text-transform:uppercase;letter-spacing:.5px}._detailCard_1alap_1736{background:var(--theme-color-1);border-radius:6px;padding:.75rem;border:1px solid var(--theme-color-soft-bdr)}._detailRow_1alap_1743{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0}._detailLabel_1alap_1750{font-size:.8rem;color:var(--theme-color-weak-text)}._detailValue_1alap_1755{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text)}._statusIndicators_1alap_1761{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._drawerActions_1alap_1768{display:flex;gap:.5rem;margin-top:1rem}._emptyState_1alap_1775{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;color:var(--theme-color-weak-text);text-align:center}._nextAssignmentInfo_1alap_1786{margin-top:1rem;padding:1rem;background:var(--theme-color-1);border-radius:6px;text-align:left}._todayStatsSummary_1alap_1795{display:flex;justify-content:space-around;padding:1rem;background:var(--theme-color-1);border-radius:6px;border:1px solid var(--theme-color-soft-bdr)}._statItem_1alap_1804{display:flex;flex-direction:column;align-items:center;gap:.25rem}._statValue_1alap_1811{font-size:1.5rem;font-weight:700;color:var(--theme-color-primary)}._statLabel_1alap_1817{font-size:.75rem;color:var(--theme-color-weak-text)}._executionHistoryList_1alap_1823{display:flex;flex-direction:column;gap:.75rem}._historyItem_1alap_1829{background:var(--theme-color-1);border-radius:6px;padding:.75rem;border:1px solid var(--theme-color-soft-bdr)}._historyItemActive_1alap_1836{border-left:3px solid var(--theme-color-primary)}._historyItemHeader_1alap_1840{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._historyItemTitle_1alap_1847{display:flex;align-items:center;gap:.35rem;font-weight:600;color:var(--theme-color-std-text)}._historyStatus_1alap_1855{font-size:.7rem;padding:.15rem .4rem;border-radius:3px;background:#4caf50;color:#fff}._historyStatus_1alap_1855._statusActive_1alap_1863{background:var(--theme-color-primary)}._historyItemDetails_1alap_1867{display:flex;flex-direction:column;gap:.15rem;font-size:.8rem;color:var(--theme-color-weak-text);margin-bottom:.5rem}._historyItemMeta_1alap_1876{display:flex;gap:1rem;font-size:.75rem;color:var(--theme-color-weak-text)}._historyItemMeta_1alap_1876 span{display:flex;align-items:center;gap:.25rem}._meldungList_1alap_1890{display:flex;flex-direction:column;gap:.75rem}._meldungItem_1alap_1896{background:var(--theme-color-1);border-radius:6px;padding:.75rem;border:1px solid var(--theme-color-soft-bdr)}._meldungHeader_1alap_1903{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._meldungTime_1alap_1910{font-size:.75rem;color:var(--theme-color-weak-text)}._meldungContent_1alap_1915{margin-bottom:.5rem}._meldungTitle_1alap_1919{font-weight:600;color:var(--theme-color-std-text);margin:0 0 .25rem}._meldungDescription_1alap_1925{font-size:.8rem;color:var(--theme-color-weak-text);margin:0}._meldungMeta_1alap_1931{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--theme-color-weak-text);padding-top:.5rem;border-top:1px solid var(--theme-color-soft-bdr)}._viewToggle_1alap_1942{display:flex;gap:.25rem;background:var(--theme-color-2);padding:.25rem;border-radius:6px;border:1px solid var(--theme-color-soft-bdr)}._viewToggleButton_1alap_1951{padding:.5rem 1rem;border:none;background:transparent;color:var(--theme-color-weak-text);font-size:.875rem;font-weight:500;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:.35rem;transition:all .2s}._viewToggleButton_1alap_1951:hover{background:var(--theme-color-1);color:var(--theme-color-std-text)}._viewToggleButton_1alap_1951._active_1alap_1157{background:var(--theme-color-primary);color:#fff}._statusFilterChips_1alap_1977{display:flex;gap:.35rem;flex-wrap:wrap}._statusFilterChip_1alap_1977{display:inline-flex;align-items:center;gap:.25rem;padding:.35rem .6rem;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;border:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-2);color:var(--theme-color-weak-text);transition:all .2s}._statusFilterChip_1alap_1977:hover{border-color:var(--theme-color-primary)}._statusFilterChip_1alap_1977._active_1alap_1157{background:var(--theme-color-primary);color:#fff;border-color:var(--theme-color-primary)}._statusFilterChip_1alap_1977 ._count_1alap_2008{background:#0003;padding:0 .35rem;border-radius:10px;font-size:.7rem}._unbesetztCounter_1alap_2016{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .75rem;background:#ff9800;color:#fff;border-radius:4px;font-size:.8rem;font-weight:600;cursor:pointer}._unbesetztCounter_1alap_2016:hover{background:#f57c00}._MeldungenDrawer_1alap_2034{position:fixed;top:0;right:0;width:450px;height:100vh;height:100dvh;background:var(--theme-color-1);border-left:1px solid var(--theme-color-soft-bdr);box-shadow:-8px 0 30px #0003;display:flex;flex-direction:column;z-index:100002;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1),visibility .3s;visibility:hidden;pointer-events:none;will-change:transform}._MeldungenDrawer_1alap_2034._open_1alap_634{transform:translate(0);visibility:visible;pointer-events:auto}._MeldungenDrawerHeader_1alap_2061{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1);flex-shrink:0}._MeldungenDrawerTitle_1alap_2071{font-size:1.25rem;font-weight:600;color:var(--theme-color-std-text);margin:0}._MeldungenDrawerAction_1alap_2078{padding:1rem 1.25rem;border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._NeueMeldungButton_1alap_2084{width:100%}._MeldungenFilterSection_1alap_2089{padding:1rem 1.25rem;background:var(--theme-color-2);border-bottom:1px solid var(--theme-color-soft-bdr);display:flex;flex-direction:column;gap:.75rem}._MeldungenStatusTabs_1alap_2098{display:flex;gap:.5rem;background:var(--theme-color-1);border-radius:6px;padding:.25rem}._MeldungenStatusTab_1alap_2098{flex:1;padding:.5rem .75rem;border:none;background:transparent;color:var(--theme-color-weak-text);font-size:.8rem;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s}._MeldungenStatusTab_1alap_2098:hover{color:var(--theme-color-std-text)}._MeldungenStatusTab_1alap_2098._active_1alap_1157{background:var(--theme-color-primary);color:#fff}._MeldungenEskalationFilter_1alap_2128{display:flex;gap:.5rem;flex-wrap:wrap}._MeldungenList_1alap_2135{flex:1;overflow-y:auto;padding:1rem 1.25rem;background:var(--theme-color-2);display:flex;flex-direction:column;gap:1rem}._MeldungenEmptyState_1alap_2145{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1rem;color:var(--theme-color-weak-text)}._MeldungCard_1alap_2156{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr);display:flex;flex-direction:column;gap:.5rem;transition:box-shadow .2s}._MeldungCard_1alap_2156:hover{box-shadow:0 2px 8px #0000001a}._MeldungCard_1alap_2156._unacknowledged_1alap_2172{background:var(--theme-color-component-1);border-width:2px;position:relative}._MeldungCardUnackBadge_1alap_2178{position:absolute;top:.5rem;right:.5rem;background:var(--theme-color-primary);color:#fff;font-size:.65rem;font-weight:700;padding:.2rem .5rem;border-radius:3px;text-transform:uppercase;letter-spacing:.5px}._MeldungCardStatusBadge_1alap_2193{font-size:.65rem;font-weight:600;padding:.2rem .5rem;border-radius:3px;text-transform:uppercase}._MeldungCardStatusBadge_1alap_2193._statusOpen_1alap_2201{background:var(--theme-color-primary);color:#fff}._MeldungCardStatusBadge_1alap_2193._statusInProgress_1alap_2206{background:#ff9800;color:#fff}._MeldungCardStatusBadge_1alap_2193._statusClosed_1alap_2211{background:#4caf50;color:#fff}._MeldungCardQuickActions_1alap_2217{display:flex;gap:.5rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr)}._MeldungCard_1alap_2156._kritisch_1alap_2225{border-left:4px solid #e53935}._MeldungCard_1alap_2156._warnung_1alap_2229{border-left:4px solid #ff9800}._MeldungCard_1alap_2156._hinweis_1alap_2233{border-left:4px solid #2196f3}._MeldungCardHeader_1alap_2237{display:flex;justify-content:space-between;align-items:flex-start}._MeldungCardEskalation_1alap_2243{display:flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:700;text-transform:uppercase}._MeldungCard_1alap_2156._kritisch_1alap_2225 ._MeldungCardEskalation_1alap_2243{color:#e53935}._MeldungCard_1alap_2156._warnung_1alap_2229 ._MeldungCardEskalation_1alap_2243{color:#ff9800}._MeldungCard_1alap_2156._hinweis_1alap_2233 ._MeldungCardEskalation_1alap_2243{color:#2196f3}._MeldungCardEskalationLabel_1alap_2264{letter-spacing:.5px}._MeldungCardType_1alap_2268{font-weight:400;color:var(--theme-color-weak-text);text-transform:none}._MeldungCardTitle_1alap_2274{font-size:.95rem;font-weight:600;color:var(--theme-color-std-text);margin:.25rem 0}._MeldungCardMeta_1alap_2281{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--theme-color-weak-text);flex-wrap:wrap}._MeldungCardNummer_1alap_2290{font-weight:600;color:var(--theme-color-std-text)}._MeldungCardSeparator_1alap_2295{color:var(--theme-color-soft-bdr)}._MeldungCardActions_1alap_2299{display:flex;gap:.5rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr)}._MeldungenShowMore_1alap_2307{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:var(--theme-color-1);border:1px dashed var(--theme-color-soft-bdr);border-radius:6px;color:var(--theme-color-primary);font-size:.85rem;cursor:pointer;transition:all .2s}._MeldungenShowMore_1alap_2307:hover{background:var(--theme-color-2);border-color:var(--theme-color-primary)}._ModalOverlay_1alap_2328{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:300;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._ModalContent_1alap_2342{background:var(--theme-color-1);border-radius:12px;width:100%;max-width:520px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000004d;animation:_modalSlideIn_1alap_1 .2s ease}@keyframes _modalSlideIn_1alap_1{0%{opacity:0;transform:translateY(-20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._ModalHeader_1alap_2365{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--theme-color-soft-bdr)}._ModalTitle_1alap_2373{font-size:1.125rem;font-weight:600;color:var(--theme-color-std-text);margin:0}._ModalBody_1alap_2380{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._ModalFormGroup_1alap_2389{display:flex;flex-direction:column;gap:.5rem}._ModalLabel_1alap_2395{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text)}._Required_1alap_2401{color:#e53935}._ModalDivider_1alap_2405{height:1px;background:var(--theme-color-soft-bdr);margin:.5rem 0}._EskalationOptions_1alap_2412{display:flex;flex-direction:column;gap:.5rem}._EskalationOption_1alap_2412{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--theme-color-2);border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s}._EskalationOption_1alap_2412 input[type=radio]{display:none}._EskalationOption_1alap_2412:hover{background:var(--theme-color-component-1)}._EskalationOption_1alap_2412._selected_1alap_225{border-color:var(--theme-color-primary);background:var(--theme-color-component-1)}._EskalationOption_1alap_2412._kritisch_1alap_2225:hover,._EskalationOption_1alap_2412._kritisch_1alap_2225._selected_1alap_225{border-color:#e53935}._EskalationOption_1alap_2412._warnung_1alap_2229:hover,._EskalationOption_1alap_2412._warnung_1alap_2229._selected_1alap_225{border-color:#ff9800}._EskalationOption_1alap_2412._hinweis_1alap_2233:hover,._EskalationOption_1alap_2412._hinweis_1alap_2233._selected_1alap_225{border-color:#2196f3}._EskalationOption_1alap_2412._kritisch_1alap_2225 ix-icon{color:#e53935}._EskalationOption_1alap_2412._warnung_1alap_2229 ix-icon{color:#ff9800}._EskalationOption_1alap_2412._hinweis_1alap_2233 ix-icon{color:#2196f3}._EskalationLabel_1alap_2470{font-weight:600;color:var(--theme-color-std-text)}._EskalationHint_1alap_2475{font-size:.8rem;color:var(--theme-color-weak-text);margin-left:auto}._ZuordnungTabs_1alap_2482{display:flex;gap:.5rem;background:var(--theme-color-2);border-radius:6px;padding:.25rem}._ZuordnungTab_1alap_2482{flex:1;padding:.5rem .75rem;border:none;background:transparent;color:var(--theme-color-weak-text);font-size:.8rem;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s}._ZuordnungTab_1alap_2482:hover{color:var(--theme-color-std-text)}._ZuordnungTab_1alap_2482._active_1alap_1157{background:var(--theme-color-primary);color:#fff}._ZuordnungSelect_1alap_2512{margin-top:.75rem}._ZuordnungLabel_1alap_2516{display:block;font-size:.85rem;color:var(--theme-color-weak-text);margin-bottom:.25rem}._ModalHint_1alap_2523{font-size:.8rem;color:var(--theme-color-weak-text);margin-top:.25rem;margin-bottom:.5rem}._ModalInput_1alap_2531{width:100%;padding:.75rem 1rem;background:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr);border-radius:6px;color:var(--theme-color-std-text);font-size:.9rem;outline:none;transition:border-color .2s}._ModalInput_1alap_2531:focus{border-color:var(--theme-color-primary)}._ModalInput_1alap_2531::placeholder{color:var(--theme-color-weak-text)}._ModalInput_1alap_2531._hasError_1alap_2551{border-color:#e53935}._ModalTextarea_1alap_2555{width:100%;padding:.75rem 1rem;background:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr);border-radius:6px;color:var(--theme-color-std-text);font-size:.9rem;resize:vertical;min-height:100px;outline:none;transition:border-color .2s;font-family:inherit}._ModalTextarea_1alap_2555:focus{border-color:var(--theme-color-primary)}._ModalTextarea_1alap_2555::placeholder{color:var(--theme-color-weak-text)}._ModalTextarea_1alap_2555._hasError_1alap_2551{border-color:#e53935}._ErrorText_1alap_2582{color:#e53935;font-size:.75rem}._ModalFooter_1alap_2587{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._MeldungDetailView_1alap_2597{display:flex;flex-direction:column;height:100%}._MeldungDetailHeader_1alap_2603{padding:1rem 1.25rem;border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._MeldungDetailBackButton_1alap_2609{display:flex;align-items:center;gap:.35rem;background:none;border:none;color:var(--theme-color-primary);font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem 0}._MeldungDetailBackButton_1alap_2609:hover{text-decoration:underline}._MeldungDetailContent_1alap_2626{flex:1;overflow-y:auto;padding:1.25rem;background:var(--theme-color-2);display:flex;flex-direction:column;gap:1.25rem}._MeldungDetailTopSection_1alap_2637{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungDetailTopSection_1alap_2637._kritisch_1alap_2225{border-left:4px solid #e53935}._MeldungDetailTopSection_1alap_2637._warnung_1alap_2229{border-left:4px solid #ff9800}._MeldungDetailTopSection_1alap_2637._hinweis_1alap_2233{border-left:4px solid #2196f3}._MeldungDetailTitle_1alap_2656{font-size:1.1rem;font-weight:700;color:var(--theme-color-std-text);margin:0 0 .75rem}._MeldungDetailBadges_1alap_2663{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}._MeldungDetailEskalation_1alap_2670{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:700;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase}._MeldungDetailEskalation_1alap_2670._kritisch_1alap_2225{background:#e5393526;color:#e53935}._MeldungDetailEskalation_1alap_2670._warnung_1alap_2229{background:#ff980026;color:#ff9800}._MeldungDetailEskalation_1alap_2670._hinweis_1alap_2233{background:#2196f326;color:#2196f3}._MeldungDetailType_1alap_2696{font-size:.75rem;font-weight:500;padding:.25rem .5rem;background:var(--theme-color-2);border-radius:4px;color:var(--theme-color-std-text)}._MeldungDetailStatus_1alap_2705{font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase}._MeldungDetailStatus_1alap_2705._statusOpen_1alap_2201{background:var(--theme-color-primary);color:#fff}._MeldungDetailStatus_1alap_2705._statusInProgress_1alap_2206{background:#ff9800;color:#fff}._MeldungDetailStatus_1alap_2705._statusClosed_1alap_2211{background:#4caf50;color:#fff}._MeldungDetailMeta_1alap_2728{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--theme-color-weak-text);flex-wrap:wrap}._MeldungDetailZuordnung_1alap_2738{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungDetailSectionTitle_1alap_2745{font-size:.8rem;font-weight:600;color:var(--theme-color-weak-text);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}._MeldungDetailZuordnungItems_1alap_2757{display:flex;flex-direction:column;gap:.75rem}._MeldungDetailZuordnungItem_1alap_2757{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--theme-color-2);border-radius:6px}._MeldungDetailZuordnungIcon_1alap_2772{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--theme-color-1);border-radius:6px;color:var(--theme-color-primary)}._MeldungDetailZuordnungInfo_1alap_2783{flex:1;min-width:0}._MeldungDetailZuordnungLabel_1alap_2788{display:block;font-size:.7rem;color:var(--theme-color-weak-text);text-transform:uppercase;letter-spacing:.3px}._MeldungDetailZuordnungName_1alap_2796{display:block;font-size:.9rem;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._MeldungDetailBeschreibung_1alap_2807{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungDetailBeschreibungText_1alap_2814{font-size:.9rem;line-height:1.5;color:var(--theme-color-std-text);margin:0;white-space:pre-wrap}._MeldungDetailHistorie_1alap_2823{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungDetailHistorieList_1alap_2830{display:flex;flex-direction:column;gap:0;margin-left:.5rem;border-left:2px solid var(--theme-color-soft-bdr);padding-left:1rem}._MeldungDetailHistorieItem_1alap_2839{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 0;position:relative}._MeldungDetailHistorieDot_1alap_2847{position:absolute;left:-1.35rem;top:.75rem;width:10px;height:10px;background:var(--theme-color-primary);border-radius:50%;border:2px solid var(--theme-color-1)}._MeldungDetailHistorieContent_1alap_2858{display:flex;flex-direction:column}._MeldungDetailHistorieLabel_1alap_2863{font-size:.85rem;font-weight:600;color:var(--theme-color-std-text)}._MeldungDetailHistorieTime_1alap_2869{font-size:.75rem;color:var(--theme-color-weak-text)}._MeldungDetailKommentare_1alap_2875{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungKommentareListe_1alap_2882{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}._MeldungKommentarItem_1alap_2889{background:var(--theme-color-2);border-radius:6px;padding:.75rem}._MeldungKommentarHeader_1alap_2895{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._MeldungKommentarAuthor_1alap_2902{font-weight:500;font-size:.85rem;color:var(--theme-color-std-text)}._MeldungKommentarTime_1alap_2908{font-size:.75rem;color:var(--theme-color-weak-text)}._MeldungKommentarText_1alap_2913{font-size:.9rem;color:var(--theme-color-std-text);margin:0;white-space:pre-wrap;line-height:1.4}._MeldungKommentareEmpty_1alap_2921{font-size:.85rem;color:var(--theme-color-weak-text);text-align:center;padding:1rem 0;margin:0}._MeldungDetailKommentarNeu_1alap_2929{display:flex;flex-direction:column;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr)}._MeldungDetailKommentar_1alap_2875{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungDetailKommentarInput_1alap_2944{width:100%;padding:.75rem 1rem;background:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr);border-radius:6px;color:var(--theme-color-std-text);font-size:.9rem;resize:vertical;min-height:80px;outline:none;transition:border-color .2s;font-family:inherit}._MeldungDetailKommentarInput_1alap_2944:focus{border-color:var(--theme-color-primary)}._MeldungDetailKommentarInput_1alap_2944::placeholder{color:var(--theme-color-weak-text)}._MeldungDetailActions_1alap_2968{display:flex;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._MeldungDetailActionsFull_1alap_2976{flex:1}._MeldungDetailClosedHint_1alap_2980{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1;color:#4caf50;font-weight:500;font-size:.9rem}._StatusDropdown_1alap_2992{position:relative;display:inline-flex}._StatusDropdownTrigger_1alap_2997{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem;border-radius:4px;border:none;font-size:.7rem;font-weight:600;text-transform:uppercase;cursor:pointer;transition:filter .15s}._StatusDropdownTrigger_1alap_2997:hover{filter:brightness(1.1)}._StatusDropdownTrigger_1alap_2997._statusOpen_1alap_2201{background:var(--theme-color-primary);color:#fff}._StatusDropdownTrigger_1alap_2997._statusInProgress_1alap_2206{background:#ff9800;color:#fff}._StatusDropdownTrigger_1alap_2997._statusClosed_1alap_2211{background:#4caf50;color:#fff}._StatusDropdownBackdrop_1alap_3030{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100001}._StatusDropdownMenu_1alap_3039{position:absolute;top:100%;right:0;margin-top:.35rem;min-width:150px;background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:100002;overflow:hidden}._StatusDropdownItem_1alap_3053{display:flex;align-items:center;gap:.5rem;width:100%;padding:.6rem .75rem;background:none;border:none;font-size:.85rem;color:var(--theme-color-std-text);cursor:pointer;text-align:left;transition:background .15s}._StatusDropdownItem_1alap_3053:hover{background:var(--theme-color-2)}._StatusDropdownItem_1alap_3053._active_1alap_1157{background:var(--theme-color-primary--opacity-10);color:var(--theme-color-primary);font-weight:600}._StatusDropdownDot_1alap_3078{width:10px;height:10px;border-radius:50%}._StatusDropdownDot_1alap_3078._statusOpen_1alap_2201{background:var(--theme-color-primary)}._StatusDropdownDot_1alap_3078._statusInProgress_1alap_2206{background:#ff9800}._StatusDropdownDot_1alap_3078._statusClosed_1alap_2211{background:#4caf50}._FilterChipWrapper_1alap_3097{display:inline-flex;align-items:center}._FilterChipLabel_1alap_3102{margin-left:.25rem;display:inline}._FilterChipTooltip_1alap_3107{display:none}@media(min-width:1300px)and (max-width:1599px){._FilterChipLabel_1alap_3102{display:none}._FilterChipTooltip_1alap_3107{display:block}}@media(max-width:899px){._FilterChipLabel_1alap_3102{display:none}._FilterChipTooltip_1alap_3107{display:block}}.login-input:-webkit-autofill,.login-input:-webkit-autofill:hover,.login-input:-webkit-autofill:focus,.login-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--theme-color-component-1, #fff) inset!important;-webkit-text-fill-color:var(--theme-color-std-text, #000)!important;transition:background-color 5000s ease-in-out 0s}.login-input:-moz-autofill{background-color:var(--theme-color-component-1, #fff)!important;color:var(--theme-color-std-text, #000)!important}.login-input::placeholder{color:#999;opacity:.7}.login-input:disabled{opacity:.6;cursor:not-allowed}._PageContainer_154mq_6{display:flex;flex-direction:column;gap:2rem;padding-bottom:2rem;padding-right:1rem;min-height:100%}._HeaderBar_154mq_16{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;padding-bottom:.5rem}._HeaderLeft_154mq_25{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}._HeaderRight_154mq_32{display:flex;gap:.75rem;align-items:center;margin-left:auto;flex-wrap:wrap}._FilterDropdown_154mq_40{min-width:150px}._FilterDropdownWide_154mq_44{min-width:200px}._KpiRow_154mq_49{display:flex;gap:1rem;flex-wrap:wrap;width:100%;align-items:stretch}._KpiRow_154mq_49>*{flex:1 1 0px;min-width:130px}@media(max-width:768px){._KpiRow_154mq_49>*{flex:1 1 calc(50% - .5rem)}}@media(max-width:480px){._KpiRow_154mq_49>*{flex:1 1 100%}}._KpiCardPrimary_154mq_81{min-width:160px;position:relative;transition:transform .2s ease,box-shadow .2s ease}._KpiCardContent_154mq_87{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;height:100%}._KpiTitle_154mq_95{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text);opacity:.7}._KpiValueLarge_154mq_102{font-size:2.5rem;font-weight:700;line-height:1;color:var(--theme-color-std-text);letter-spacing:-.03em}._KpiSubtext_154mq_110{font-size:.8125rem;color:var(--theme-color-std-text);opacity:.55;line-height:1.3}._SectionContainer_154mq_118{display:flex;flex-direction:column;gap:1rem}._SectionHeader_154mq_124{display:flex;align-items:baseline;gap:.75rem}._SectionTitle_154mq_130{margin:0;color:var(--theme-color-std-text);font-size:1.125rem;font-weight:600}._SectionSubtitle_154mq_137{font-size:.8125rem;color:var(--theme-color-weak-text)}._ChartCard_154mq_143{background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:4px;padding:1.5rem;height:100%;min-height:280px}._ChartWrapper_154mq_152{width:100%;height:220px}._TwoColumnGrid_154mq_158{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch}@media(max-width:1024px){._TwoColumnGrid_154mq_158{grid-template-columns:1fr}}._FokusGrid_154mq_172{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:900px){._FokusGrid_154mq_172{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){._FokusGrid_154mq_172{grid-template-columns:1fr}}._FokusCard_154mq_190{position:relative;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;height:100%}._FokusCard_154mq_190:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._FokusCardContent_154mq_202{display:flex;flex-direction:column;gap:.875rem;padding:1.5rem;height:100%}._FokusHeader_154mq_210{display:flex;align-items:center;gap:.875rem}._FokusIcon_154mq_216{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}._FokusTitle_154mq_227{font-size:1.0625rem;font-weight:600;color:var(--theme-color-std-text)}._FokusStatement_154mq_233{font-size:.9375rem;color:var(--theme-color-std-text);line-height:1.5;margin:0;opacity:.85}._FokusLink_154mq_241{display:flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;color:var(--theme-color-primary);margin-top:auto;padding-top:.5rem}._FokusLink_154mq_241:hover{text-decoration:underline}._MiniParetoCard_154mq_257{background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:4px;padding:1.5rem;height:100%;min-height:280px;display:flex;flex-direction:column}._MiniParetoList_154mq_268{display:flex;flex-direction:column;gap:1.25rem;flex:1;justify-content:center}._MiniParetoItem_154mq_276{display:flex;flex-direction:column;gap:.625rem}._MiniParetoRank_154mq_282{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--theme-color-2);font-size:.75rem;font-weight:700;color:var(--theme-color-std-text);flex-shrink:0}._MiniParetoHeader_154mq_296{display:flex;justify-content:space-between;align-items:center;gap:.75rem}._MiniParetoNameWrapper_154mq_303{display:flex;align-items:center;gap:.75rem}._MiniParetoName_154mq_303{font-size:1rem;font-weight:600;color:var(--theme-color-std-text)}._MiniParetoValue_154mq_315{font-size:.9375rem;font-weight:500;color:var(--theme-color-std-text)}._MiniParetoBarContainer_154mq_321{height:12px;background:var(--theme-color-2);border-radius:6px;overflow:hidden}._MiniParetoBar_154mq_321{height:100%;border-radius:6px;transition:width .4s ease}@media(max-width:768px){._HeaderBar_154mq_16{flex-direction:column;align-items:stretch}._HeaderRight_154mq_32{margin-left:0;flex-wrap:wrap}._FilterDropdown_154mq_40,._FilterDropdownWide_154mq_44{min-width:100%}._KpiValueLarge_154mq_102{font-size:2rem}._ChartWrapper_154mq_152{height:180px}}._PageContainer_19eo1_6{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:1.5rem;padding-right:1rem;min-height:100%}._HeaderBar_19eo1_16{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem;background:var(--theme-color-1);border-bottom:1px solid var(--theme-color-soft-bdr);border-radius:4px;align-items:center}._HeaderLeft_19eo1_27{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}._HeaderRight_19eo1_34{display:flex;gap:.75rem;align-items:center;margin-left:auto;flex-wrap:wrap}._FilterDropdown_19eo1_42{min-width:150px}._FilterDropdownWide_19eo1_46{min-width:200px}._KpiRow_19eo1_51{display:flex;gap:1rem;flex-wrap:wrap;width:100%;align-items:stretch}._KpiRow_19eo1_51>*{flex:1 1 calc(25% - .75rem);min-width:180px}@media(max-width:1200px){._KpiRow_19eo1_51>*{flex:1 1 calc(50% - .5rem)}}@media(max-width:600px){._KpiRow_19eo1_51>*{flex:1 1 100%}}._KpiCard_19eo1_78{min-width:180px;position:relative;transition:transform .2s ease,box-shadow .2s ease}._KpiCardContent_19eo1_84{display:flex;flex-direction:column;gap:.5rem;padding:1rem;height:100%}._KpiTitle_19eo1_92{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text);opacity:.8}._KpiValue_19eo1_99{font-size:2rem;font-weight:700;line-height:1.1;color:var(--theme-color-std-text);letter-spacing:-.02em}._KpiTrend_19eo1_107{font-size:.875rem;font-weight:500;color:#999;opacity:.8}._KpiSubInfo_19eo1_114{font-size:.8125rem;color:var(--theme-color-std-text);opacity:.55;margin-top:.25rem}._KpiSubtext_19eo1_121{font-size:.8125rem;color:var(--theme-color-std-text);opacity:.6}._KpiStatusDot_19eo1_127{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.5rem}._KpiStatusNeutral_19eo1_135{background-color:var(--theme-color-std-text);opacity:.4}._KpiStatusWarning_19eo1_140{background-color:var(--theme-color-warning)}._SectionContainer_19eo1_145{display:flex;flex-direction:column;gap:1rem}._SectionHeader_19eo1_151{display:flex;align-items:baseline;gap:.75rem}._SectionTitle_19eo1_157{margin:0;color:var(--theme-color-std-text);font-size:1.25rem;font-weight:600}._SectionSubtitle_19eo1_164{font-size:.875rem;color:var(--theme-color-weak-text)}._ChartContainer_19eo1_170{background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:4px;padding:1.5rem}._ChartWrapper_19eo1_177{width:100%;min-height:280px}._TableContainer_19eo1_183{background:var(--theme-color-1);border-radius:4px;overflow:hidden}._DataTable_19eo1_189{width:100%;border-collapse:collapse}._DataTable_19eo1_189 thead{background:var(--theme-color-2)}._DataTable_19eo1_189 th{padding:.875rem 1rem;text-align:left;font-size:.8125rem;font-weight:600;color:var(--theme-color-std-text);opacity:.8;text-transform:uppercase;letter-spacing:.02em;border-bottom:1px solid var(--theme-color-soft-bdr)}._DataTable_19eo1_189 th:last-child,._DataTable_19eo1_189 td:last-child{text-align:right}._DataTable_19eo1_189 tbody tr{border-bottom:1px solid var(--theme-color-soft-bdr);transition:background-color .15s ease}._DataTable_19eo1_189 tbody tr:hover{background:var(--theme-color-2)}._DataTable_19eo1_189 tbody tr:last-child{border-bottom:none}._DataTable_19eo1_189 td{padding:1rem;font-size:.875rem;color:var(--theme-color-std-text)}._CategoryCell_19eo1_234{display:flex;align-items:center;gap:.75rem}._CategoryDot_19eo1_240{width:12px;height:12px;border-radius:3px;flex-shrink:0}._DurationBar_19eo1_247{display:flex;align-items:center;gap:.75rem}._DurationBarFill_19eo1_253{height:8px;border-radius:4px;background:var(--theme-color-primary);min-width:4px;transition:width .3s ease}._DurationValue_19eo1_261{min-width:70px;text-align:right;font-weight:500}._CountBadge_19eo1_267{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:24px;padding:0 .5rem;border-radius:12px;background:var(--theme-color-2);font-size:.8125rem;font-weight:600;color:var(--theme-color-std-text)}._EmptyState_19eo1_282{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;text-align:center;color:var(--theme-color-weak-text)}._EmptyStateIcon_19eo1_293{font-size:3rem;opacity:.3}._EmptyStateText_19eo1_298{font-size:1rem}@media(max-width:768px){._HeaderBar_19eo1_16{flex-direction:column;align-items:stretch}._HeaderRight_19eo1_34{margin-left:0;flex-wrap:wrap}._FilterDropdown_19eo1_42,._FilterDropdownWide_19eo1_46{min-width:100%}._KpiValue_19eo1_99{font-size:1.75rem}._ChartWrapper_19eo1_177{height:250px}._DataTable_19eo1_189 th,._DataTable_19eo1_189 td{padding:.75rem}}
