: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_9vy1f_10{position:relative;width:100%}._TriggerButton_9vy1f_15{width:100%;min-height:2rem;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);text-overflow:ellipsis;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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem}._TriggerButton_9vy1f_15:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._TriggerButton_9vy1f_15:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._TriggerText_9vy1f_52{flex:1;text-align:left}._Dropdown_9vy1f_57{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_9vy1f_57{background:#2a2a2a;border-color:#505050;box-shadow:0 4px 16px #0006}._DropdownContent_9vy1f_76{display:flex;flex-direction:column;gap:1rem}._DateInput_9vy1f_82{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_9vy1f_82:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._DateInput_9vy1f_82:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._DateInput_9vy1f_82{background:#1e1e1e;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._DateInput_9vy1f_82:hover{border-color:#707070}._ButtonGroup_9vy1f_129{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_9vy1f_129{border-top-color:#505050}._ClearButton_9vy1f_141{min-width:80px}._DatePickerContainer_9vy1f_145{width:100%}._DatePickerContainer_9vy1f_145 ix-date-picker{width:100%}._DatePicker_9vy1f_145,._DateInput_9vy1f_82{width:100%}._DateInputGroup_9vy1f_82{display:flex;flex-direction:column;gap:.5rem}._Label_9vy1f_88{font-size:14px;font-weight:500;color:#666}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_9vy1f_88{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}.status-disabled{background:#f8d7da;color:#721c24;margin-left:.5rem}.user-disabled td{opacity:.6}.user-disabled .user-name{opacity:1}.action-buttons{display:flex;gap:.5rem;align-items:center}.copy-link-button{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .6rem;background:transparent;border:1px solid var(--theme-color-soft-bdr);border-radius:4px;cursor:pointer;font-size:.75rem;color:var(--theme-color-std-text);transition:all .15s ease}.copy-link-button:hover{background:var(--theme-color-component-2);border-color:var(--theme-color-primary);color:var(--theme-color-primary)}.copy-link-button ix-icon{color:inherit}.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-color:var(--theme-color-1);border-radius:8px;box-shadow:0 4px 20px #0000004d;min-width:400px;max-width:90vw;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--theme-color-soft-bdr)}.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)}.admin-badge{background:var(--theme-color-alarm);color:#fff;padding:.15rem .4rem;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase;margin-left:.5rem}.role-edit-container{display:flex;align-items:center;gap:.5rem}: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_os7hh_7{flex-grow:1;overflow:auto;min-height:0}._EmptyStateWrapper_os7hh_13{display:flex;flex-grow:1;justify-content:center;align-items:center;min-height:300px;padding:2rem}._StatusRow_os7hh_23{height:100%;align-items:center;overflow:hidden;display:flex;flex-direction:row;flex-wrap:nowrap;gap:.5rem}._StatusName_os7hh_33{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._IxRow_os7hh_40{display:flex;justify-content:flex-start;height:100%;align-items:center}._QuickActions_os7hh_47{display:flex;align-items:center;gap:.25rem;height:100%}._Pane_os7hh_55{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:99999;box-shadow:-2px 0 8px #00000026}._DetailsContainer_os7hh_66{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden}._DetailsScrollContent_os7hh_74{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._EditPane_os7hh_82{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:100000;box-shadow:-2px 0 8px #00000026}._EditContainer_os7hh_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_os7hh_93{background:#1e1e1e}._EditScrollContent_os7hh_106{flex:1;overflow-y:auto;padding:1rem;word-break:break-word}._Footer_os7hh_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_os7hh_124{min-width:200px}._CancelButton_os7hh_128{min-width:150px}._PaneTitle_os7hh_132{padding:1rem}._HeaderSection_os7hh_137{margin-bottom:1rem}._HeaderTop_os7hh_141{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._RuestgruppeName_os7hh_148{font-size:22px;font-weight:700;margin:0 0 .25rem;line-height:1.3}._RuestgruppeId_os7hh_155{font-size:14px;margin:0}._HeaderDivider_os7hh_160{margin:1rem 0}._HeaderDetails_os7hh_164{display:flex;flex-direction:column;gap:.75rem}._HeaderDetails_os7hh_164 ._DetailRow_os7hh_170 ix-typography{font-size:15px!important}._HeaderDetails_os7hh_164 ._DetailRow_os7hh_170 ix-typography:last-child{font-size:15px!important;font-weight:600}._Section_os7hh_180{margin-bottom:1rem}._SectionTitle_os7hh_184{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_os7hh_190{margin:1.5rem 0}._DetailRow_os7hh_170{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem;font-size:14px}._DetailRow_os7hh_170 ix-typography:first-child{flex-shrink:0;min-width:140px;font-size:14px}._DetailRow_os7hh_170 ix-typography:last-child{text-align:right;font-weight:600;font-size:14px}._PillList_os7hh_216{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._Pill_os7hh_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_os7hh_216{background:#2a2a2a;color:#fff;border-color:#505050}._FormGroup_os7hh_242{margin-bottom:1.25rem}._Label_os7hh_246{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:.5rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_os7hh_246{color:#b0b0b0}._Input_os7hh_258{width:100%;min-height:2rem;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);text-overflow:ellipsis;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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._Input_os7hh_258:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Input_os7hh_258:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._InputError_os7hh_290{border-color:#d32f2f!important}._InputError_os7hh_290:focus{border-color:#d32f2f!important}._Textarea_os7hh_298{width:100%;min-height:80px;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;resize:vertical}._Textarea_os7hh_298:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Textarea_os7hh_298:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._Select_os7hh_330{width:100%}._ErrorText_os7hh_334{font-size:12px;color:#d32f2f;margin-top:.25rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorText_os7hh_334{color:#ff6b6b}._HintText_os7hh_344{font-size:12px;color:#888;margin-top:4px;font-style:italic}[data-ix-theme=classic][data-ix-color-schema=dark] ._HintText_os7hh_344{color:#777}._ChipList_os7hh_355{display:flex;flex-wrap:wrap;gap:.5rem}._UsageSection_os7hh_361{background:var(--theme-color-2);border-radius:8px;padding:1rem;margin-bottom:1.5rem}._UsageRow_os7hh_368{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}._UsageRow_os7hh_368:not(:last-child){border-bottom:1px solid var(--theme-color-6)}._UsageLabel_os7hh_379{color:var(--theme-color-soft-text)}._UsageValue_os7hh_383{font-weight:500}._AuftraegeSection_os7hh_388{margin-top:1rem}._ShowMoreButton_os7hh_392{display:inline-block;margin-top:.5rem;padding:0;background:none;border:none;color:var(--theme-color-primary, #0066cc);font-size:13px;cursor:pointer;text-decoration:none}._ShowMoreButton_os7hh_392:hover{text-decoration:underline}._InputWithUnit_os7hh_409{display:flex;align-items:center;gap:.5rem}._NumberInput_os7hh_415{width:100%;display:block;min-height:2rem}._UnitSuffix_os7hh_421{font-size:14px;font-weight:500;color:var(--theme-color-soft-text, #666);min-width:1.5rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._UnitSuffix_os7hh_421{color:#b0b0b0}._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_4dqqd_7{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:100000;box-shadow:-2px 0 8px #00000026}._Container_4dqqd_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_4dqqd_17{background:#1e1e1e}._ScrollContent_4dqqd_30{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_4dqqd_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_4dqqd_47,._CancelButton_4dqqd_51{min-width:150px}._FormSection_4dqqd_56{margin-bottom:1.5rem}._SectionTitle_4dqqd_60{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_4dqqd_66{margin:1.5rem 0}._FormGroup_4dqqd_71{margin-bottom:1.25rem}._Label_4dqqd_75{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:.5rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_4dqqd_75{color:#b0b0b0}._Input_4dqqd_87{width:100%;min-height:2rem;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);text-overflow:ellipsis;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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._Input_4dqqd_87:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Input_4dqqd_87:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._Textarea_4dqqd_119{width:100%;min-height:80px;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;resize:vertical}._Textarea_4dqqd_119:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Textarea_4dqqd_119:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._Select_4dqqd_151{width:100%}._HintText_4dqqd_155{font-size:12px;color:#888;margin-top:.25rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._HintText_4dqqd_155{color:#888}._CheckboxRow_4dqqd_165{display:flex;align-items:center;gap:.5rem}._CheckboxLabel_4dqqd_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_4dqqd_171{color:#b0b0b0}._PillList_4dqqd_183{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}._PillEditable_4dqqd_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_4dqqd_190{background:#2a2a2a;color:#fff;border-color:#505050}._PillRemove_4dqqd_209{--button-padding: 2px !important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;margin-left:0!important}._PillRemove_4dqqd_209::part(native){padding:0!important;width:18px!important;height:18px!important}._AutocompleteWrapper_4dqqd_225{position:relative;width:100%}._DropdownList_4dqqd_230{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:var(--theme-color-component-1, #fff);border:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color);border-radius:var(--theme-input--border-radius);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_4dqqd_230{background:#1e1e1e}._DropdownItem_4dqqd_249{padding:.625rem .75rem;font-size:var(--theme-ms-0);color:var(--theme-input--color);cursor:pointer;transition:background-color .15s ease}._DropdownItem_4dqqd_249:hover{background-color:var(--theme-input--background--hover)}._PaneTitle_4dqqd_262{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_h0m0g_7{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:100000;box-shadow:-2px 0 8px #00000026}._Container_h0m0g_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_h0m0g_17{background:#1e1e1e}._ScrollContent_h0m0g_30{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_h0m0g_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_h0m0g_47,._CancelButton_h0m0g_51{min-width:150px}._Section_h0m0g_56,._FormSection_h0m0g_60{margin-bottom:1.5rem}._SectionTitle_h0m0g_64{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_h0m0g_70{margin:1.5rem 0}._FormGroup_h0m0g_75{margin-bottom:1.25rem}._FormGroup_h0m0g_75 ix-input,._FormGroup_h0m0g_75 ix-select,._FormGroup_h0m0g_75 ix-date-input,._FormGroup_h0m0g_75 ix-textarea{width:100%!important;max-width:100%!important}._FormRow_h0m0g_88{display:flex;gap:1rem}._FormRow_h0m0g_88 ._FormGroup_h0m0g_75{flex:1}._Label_h0m0g_97{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:.5rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_h0m0g_97{color:#b0b0b0}._Input_h0m0g_109{width:100%;min-height:2rem;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);text-overflow:ellipsis;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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._Input_h0m0g_109:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Input_h0m0g_109:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._Textarea_h0m0g_141{width:100%;min-height:80px;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;resize:vertical}._Textarea_h0m0g_141:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Textarea_h0m0g_141:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._Select_h0m0g_173{width:100%}._HintText_h0m0g_177{font-size:12px;color:#888;margin-top:.25rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._HintText_h0m0g_177{color:#888}._CheckboxLabel_h0m0g_187{display:flex;align-items:flex-start;gap:.5rem;font-size:14px;cursor:pointer}._CheckboxLabel_h0m0g_187 input[type=checkbox]{margin-top:3px}._CheckboxLabel_h0m0g_187 span{color:#666}[data-ix-theme=classic][data-ix-color-schema=dark] ._CheckboxLabel_h0m0g_187 span{color:#b0b0b0}._DateInput_h0m0g_207{width:100%}._CustomTypInput_h0m0g_212{margin-top:.5rem}._CustomTypInput_h0m0g_212 ix-input{width:100%!important}._PaneTitle_h0m0g_221{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_278vu_10{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:100000;box-shadow:-2px 0 8px #00000026}._Container_278vu_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_278vu_20{background:#1e1e1e}._ScrollContent_278vu_33{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_278vu_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_278vu_50,._CancelButton_278vu_54{min-width:150px}._FormSection_278vu_59{margin-bottom:1.5rem}._SectionTitle_278vu_63{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_278vu_69{margin:1.5rem 0}._FormGroup_278vu_74{margin-bottom:1.25rem}._FormGroup_278vu_74 ix-input,._FormGroup_278vu_74 ix-select,._FormGroup_278vu_74 ix-date-input,._FormGroup_278vu_74 ix-textarea{width:100%!important;max-width:100%!important}._Label_278vu_87{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:.5rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_278vu_87{color:#b0b0b0}._HintText_278vu_99{font-size:12px;color:#888;margin-top:4px;font-style:italic}[data-ix-theme=classic][data-ix-color-schema=dark] ._HintText_278vu_99{color:#777}._ErrorText_278vu_110{font-size:12px;color:#d32f2f;margin-top:.25rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorText_278vu_110{color:#ff6b6b}._PaneTitle_278vu_120{padding:1rem}._Container_1bquz_10{width:100%;display:flex;flex-direction:column;gap:.75rem}._MainContainer_1bquz_17{position:relative;width:100%}._TriggerButton_1bquz_22{width:100%;min-height:2rem;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);text-overflow:ellipsis;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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem}._TriggerButton_1bquz_22:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._TriggerButton_1bquz_22:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._TriggerText_1bquz_59{flex:1;text-align:left}._Dropdown_1bquz_64{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_1bquz_64{background:#2a2a2a;border-color:#505050;box-shadow:0 4px 16px #0006}._DropdownContent_1bquz_84{display:flex;flex-direction:column;gap:1rem}._FormTitle_1bquz_90{font-size:15px;font-weight:600;color:#1a1a1a}[data-ix-theme=classic][data-ix-color-schema=dark] ._FormTitle_1bquz_90{color:#fff}._DateInputGroup_1bquz_100{display:flex;flex-direction:column;gap:.5rem}._Label_1bquz_106{font-size:14px;font-weight:500;color:#666}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_1bquz_106{color:#b0b0b0}._DateInput_1bquz_100,._TimeInput_1bquz_117{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_1bquz_100:focus,._TimeInput_1bquz_117:focus{outline:none;border-color:var(--theme-color-primary, #1e9db0)}._DateInput_1bquz_100:hover,._TimeInput_1bquz_117:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._DateInput_1bquz_100,[data-ix-theme=classic][data-ix-color-schema=dark] ._TimeInput_1bquz_117{background:#1e1e1e;color:#fff;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._DateInput_1bquz_100:hover,[data-ix-theme=classic][data-ix-color-schema=dark] ._TimeInput_1bquz_117:hover{border-color:#707070}._TimeRow_1bquz_152{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}._TimeInputGroup_1bquz_158{display:flex;flex-direction:column;gap:.5rem}._ButtonGroup_1bquz_164{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_1bquz_164{border-top-color:#505050}._CancelButton_1bquz_176{min-width:100px}._DatePickerWrapper_1bquz_180{width:100%}._DatePickerWrapper_1bquz_180 ix-date-picker{width:100%}._DatePicker_1bquz_180,._DateInput_1bquz_100{width:100%}._EntriesList_1bquz_197{display:flex;flex-direction:column;gap:.5rem}._EntryCard_1bquz_203{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_1bquz_203{background:#1e1e1e;border-color:#505050}._EntryContent_1bquz_219{flex:1;display:flex;flex-direction:column;gap:.25rem}._EntryDate_1bquz_226{font-size:14px;font-weight:600;color:#1a1a1a}[data-ix-theme=classic][data-ix-color-schema=dark] ._EntryDate_1bquz_226{color:#fff}._EntryTime_1bquz_236{font-size:13px;color:#666}[data-ix-theme=classic][data-ix-color-schema=dark] ._EntryTime_1bquz_236{color:#b0b0b0}._DeleteButton_1bquz_245{flex-shrink:0;color:#d32f2f}._DeleteButton_1bquz_245:hover{color:#b71c1c}._Pane_lnve3_10{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:99999;box-shadow:-2px 0 8px #00000026}._Container_lnve3_20{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden}._ScrollContent_lnve3_28{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_lnve3_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_lnve3_44{min-width:200px}._HeaderSection_lnve3_49{margin-bottom:1rem}._HeaderTop_lnve3_53{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._MachineName_lnve3_60{font-size:22px;font-weight:700;margin:0 0 .25rem;line-height:1.3}._MachineId_lnve3_67{font-size:14px;margin:0}._HeaderDivider_lnve3_72{margin:1rem 0}._HeaderDetails_lnve3_76{display:flex;flex-direction:column;gap:.75rem}._HeaderDetails_lnve3_76 ._DetailRow_lnve3_82 ix-typography{font-size:15px!important}._HeaderDetails_lnve3_76 ._DetailRow_lnve3_82 ix-typography:last-child{font-size:15px!important;font-weight:600}._Section_lnve3_92{margin-bottom:1rem}._SectionTitle_lnve3_96{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_lnve3_102{margin:1.5rem 0}._DetailRow_lnve3_82{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem;font-size:14px}._DetailRow_lnve3_82 ix-typography:first-child{flex-shrink:0;min-width:140px;font-size:14px}._DetailRow_lnve3_82 ix-typography:last-child{text-align:right;font-weight:600;font-size:14px}._DetailSection_lnve3_128{margin-bottom:.75rem}._PillList_lnve3_132{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._Pill_lnve3_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_lnve3_132{background:#2a2a2a;color:#fff;border-color:#505050}._ClickablePill_lnve3_157{cursor:pointer;transition:all .2s ease}._ClickablePill_lnve3_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_lnve3_157:hover{background:var(--theme-color-primary, #1e9db0);color:#fff;border-color:var(--theme-color-primary, #1e9db0)}._SubSection_lnve3_177{margin-top:1.5rem}._SubSectionTitle_lnve3_181{margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}._ErrorHistory_lnve3_188{display:flex;flex-direction:column;gap:.75rem}._ErrorItem_lnve3_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_lnve3_194{background:#0e1619}._ErrorItem_lnve3_194:hover{background:var(--theme-color-soft-bdr, #e8e8e8)}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorItem_lnve3_194:hover{background:#1a2226}._ErrorItem_lnve3_194:first-child{border-left-color:var(--theme-color-alarm, #ff0000)}._ErrorItem_lnve3_194:nth-child(2){border-left-color:var(--theme-color-info, #2196f3)}._ErrorIcon_lnve3_225{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-top:2px}._ErrorContent_lnve3_235{flex:1;display:flex;flex-direction:column;gap:.25rem}._ErrorDate_lnve3_242{font-size:12px;color:#666;line-height:1.3}._ErrorText_lnve3_248{font-size:14px;font-weight:500;color:#1a1a1a;line-height:1.4}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorDate_lnve3_242{color:#ccc}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorText_lnve3_248{color:#fff}._MaintenanceList_lnve3_264{display:flex;flex-direction:column;gap:.75rem}._MaintenanceItem_lnve3_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_lnve3_270{background:#1e1e1e;border-color:#505050}._MaintenanceIcon_lnve3_285{flex-shrink:0;margin-top:2px}._MaintenanceContent_lnve3_290{flex:1;display:flex;flex-direction:column;gap:.25rem}._MaintenanceDate_lnve3_297{font-size:14px;font-weight:600;color:#1a1a1a;line-height:1.4}[data-ix-theme=classic][data-ix-color-schema=dark] ._MaintenanceDate_lnve3_297{color:#fff}._MaintenanceTime_lnve3_308{font-size:13px;color:#666;line-height:1.3}[data-ix-theme=classic][data-ix-color-schema=dark] ._MaintenanceTime_lnve3_308{color:#b0b0b0}._MessageBar_lnve3_319{margin-bottom:.25rem}._MessageBarContent_lnve3_323{display:flex;align-items:center;justify-content:space-between}._ButtonMargin_lnve3_329{margin-left:.75rem}._Divider_lnve3_333{margin:.5rem 0}._DeviceName_lnve3_337{margin-bottom:2rem;overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis}._PaneTitle_lnve3_344{padding:1rem}._Container_1n6g6_10{position:relative;width:100%}._TriggerButton_1n6g6_15{width:100%;min-height:2rem;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);text-overflow:ellipsis;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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem}._TriggerButton_1n6g6_15:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._TriggerButton_1n6g6_15:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._TriggerText_1n6g6_52{flex:1;text-align:left}._Dropdown_1n6g6_57{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--theme-color-component-1, #fff);border:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color);border-radius:var(--theme-input--border-radius);box-shadow:0 4px 16px #00000026;z-index:1000;padding:1rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Dropdown_1n6g6_57{background:#1e1e1e}._DropdownContent_1n6g6_74{display:flex;flex-direction:column;gap:1rem}._DateInputGroup_1n6g6_80{display:flex;flex-direction:column;gap:.5rem}._Label_1n6g6_86{font-size:14px;font-weight:500;color:#666}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_1n6g6_86{color:#b0b0b0}._DateInput_1n6g6_80{width:100%;min-height:2rem;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-size:var(--theme-ms-0)}._DateInput_1n6g6_80:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._DateInput_1n6g6_80:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._ButtonGroup_1n6g6_121{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_1n6g6_121{border-top-color:#505050}._ClearButton_1n6g6_133{min-width:80px}._ListContainer_1n6g6_137{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}._EntryItem_1n6g6_144{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_1n6g6_144{background:#3a3a3a}._EntryText_1n6g6_158{flex:1}._FormTitle_1n6g6_162{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_1n6g6_162{color:#fff}._Container_e17gt_10{position:relative;width:100%}._TriggerButton_e17gt_15{width:100%;min-height:2rem;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);text-overflow:ellipsis;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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem}._TriggerButton_e17gt_15:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._TriggerButton_e17gt_15:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._TriggerText_e17gt_52{flex:1;text-align:left}._Dropdown_e17gt_57{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--theme-color-component-1, #fff);border:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color);border-radius:var(--theme-input--border-radius);box-shadow:0 4px 16px #00000026;z-index:1000;padding:1rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Dropdown_e17gt_57{background:#1e1e1e}._DropdownContent_e17gt_74{display:flex;flex-direction:column;gap:1rem}._DateInputGroup_e17gt_80{display:flex;flex-direction:column;gap:.5rem}._Label_e17gt_86{font-size:14px;font-weight:500;color:#666}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_e17gt_86{color:#b0b0b0}._DateInput_e17gt_80{width:100%;min-height:2rem;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-size:var(--theme-ms-0)}._DateInput_e17gt_80:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._DateInput_e17gt_80:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._ButtonGroup_e17gt_121{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_e17gt_121{border-top-color:#505050}._ClearButton_e17gt_133{min-width:80px}._ListContainer_e17gt_137{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}._EntryItem_e17gt_144{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_e17gt_144{background:#3a3a3a}._EntryContent_e17gt_158{flex:1;display:flex;flex-direction:column;gap:.25rem}._EntryText_e17gt_165{font-weight:500}._EntryReason_e17gt_169{font-size:12px;color:#666}[data-ix-theme=classic][data-ix-color-schema=dark] ._EntryReason_e17gt_169{color:#aaa}._FormTitle_e17gt_178{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_e17gt_178{color:#fff}._ReasonInput_e17gt_189{width:100%;min-height:2rem;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-size:var(--theme-ms-0)}._ReasonInput_e17gt_189:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._ReasonInput_e17gt_189:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._Pane_1xcot_10{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:100000;box-shadow:-2px 0 8px #00000026}._Container_1xcot_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_1xcot_20{background:#1e1e1e}._MaschinenDropdown_1xcot_33{position:absolute;top:100%;left:0;right:0;max-height:200px;overflow-y:auto;background-color:var(--theme-color-component-1);border:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color);border-radius:var(--theme-input--border-radius);margin-top:4px;z-index:1000;box-shadow:0 4px 12px #00000040}._MaschinenDropdownItem_1xcot_48{padding:8px 12px;cursor:pointer;border-bottom:1px solid var(--theme-color-soft-bdr);transition:background-color .2s;background-color:transparent;color:var(--theme-input--color)}._MaschinenDropdownItem_1xcot_48:hover{background-color:var(--theme-input--background--hover)}._ScrollContent_1xcot_61{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_1xcot_68{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_1xcot_78,._CancelButton_1xcot_82{min-width:150px}._FormSection_1xcot_87{margin-bottom:1.5rem}._SectionTitle_1xcot_91{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_1xcot_97{margin:1.5rem 0}._FormGroup_1xcot_102{margin-bottom:1.25rem}._FormRow_1xcot_107{display:flex;gap:1rem}._FormRow_1xcot_107 ._FormGroup_1xcot_102{flex:1;min-width:0}._Label_1xcot_117{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:.5rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_1xcot_117{color:#b0b0b0}._Input_1xcot_129{width:100%;min-height:2rem;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);text-overflow:ellipsis;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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._Input_1xcot_129:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Input_1xcot_129:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._Textarea_1xcot_161{width:100%;min-height:80px;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;resize:vertical}._Textarea_1xcot_161:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Textarea_1xcot_161:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._Select_1xcot_193{width:100%}._NumberInputWrapper_1xcot_198{display:flex;align-items:stretch;width:100%;border:1px solid #d0d0d0;border-radius:4px;background:#fff;transition:border-color .2s ease}._NumberInputWrapper_1xcot_198:focus-within{border-color:var(--theme-color-primary, #1e9db0)}._NumberInputWrapper_1xcot_198:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._NumberInputWrapper_1xcot_198{background:#2a2a2a;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._NumberInputWrapper_1xcot_198:hover{border-color:#707070}._NumberInputField_1xcot_225{flex:1;padding:.625rem .75rem;font-size:14px;border:none;background:transparent;color:#1a1a1a;font-family:inherit;-moz-appearance:textfield;outline:none}._NumberInputField_1xcot_225::-webkit-inner-spin-button,._NumberInputField_1xcot_225::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}[data-ix-theme=classic][data-ix-color-schema=dark] ._NumberInputField_1xcot_225{color:#fff}._NumberInputButtons_1xcot_248{display:flex;flex-direction:column;border-left:1px solid #d0d0d0}[data-ix-theme=classic][data-ix-color-schema=dark] ._NumberInputButtons_1xcot_248{border-left-color:#505050}._NumberInputButton_1xcot_248{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_1xcot_248:hover{background:#1e9db01a}._NumberInputButton_1xcot_248:active{background:#1e9db033}._NumberInputButton_1xcot_248:first-child{border-bottom:1px solid #d0d0d0}[data-ix-theme=classic][data-ix-color-schema=dark] ._NumberInputButton_1xcot_248:first-child{border-bottom-color:#505050}._DateDropdown_1xcot_288{width:100%}._PaneTitle_1xcot_292{padding:1rem}._InputError_1xcot_297{border-color:#d32f2f!important}._InputError_1xcot_297:focus{border-color:#d32f2f!important}._ErrorMessage_1xcot_305{color:#d32f2f;font-size:12px;margin-top:4px}._HintText_1xcot_312{font-size:12px;color:#888;margin-top:4px;font-style:italic}[data-ix-theme=classic][data-ix-color-schema=dark] ._HintText_1xcot_312{color:#777}._MultiSelectTrigger_1xcot_324{width:100%;min-height:2rem;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-size:var(--theme-ms-0);cursor:pointer;display:flex;flex-wrap:wrap;align-items:center;gap:6px}._MultiSelectTrigger_1xcot_324:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._SelectedTags_1xcot_348{display:flex;flex-wrap:wrap;gap:6px}._Tag_1xcot_354{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_1xcot_366{background:transparent;border:none;color:#fff;font-size:14px;cursor:pointer;padding:0 2px;line-height:1;opacity:.8;transition:opacity .2s}._TagRemove_1xcot_366:hover{opacity:1}._Placeholder_1xcot_382{color:#999}[data-ix-theme=classic][data-ix-color-schema=dark] ._Placeholder_1xcot_382{color:#777}._MaschinenDropdownItem_1xcot_48._Selected_1xcot_348{background-color:#1e9db01a}[data-ix-theme=classic][data-ix-color-schema=dark] ._MaschinenDropdownItem_1xcot_48._Selected_1xcot_348{background-color:#1e9db033}._CheckboxInput_1xcot_399{width:18px;height:18px;margin:0 10px 0 0;cursor:pointer;accent-color:var(--theme-color-primary, #1e9db0);flex-shrink:0}._CheckboxLabel_1xcot_409{flex:1}._NoResults_1xcot_413{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_1llrj_7{height:100%;min-height:380px;width:100%}._CardContent_1llrj_13{display:flex;flex-direction:column;height:100%;padding:1rem}._Header_1llrj_21{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}._HeaderLeft_1llrj_30{display:flex;flex-direction:column;gap:.125rem}._TitleRow_1llrj_36{display:flex;align-items:center;gap:.5rem}._Title_1llrj_36{margin:0;font-size:1rem;font-weight:600;color:var(--theme-color-std-text)}._Subtitle_1llrj_49{font-size:.7rem;color:var(--theme-color-soft-text);opacity:.7}._HeaderRight_1llrj_55{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._ViewToggle_1llrj_62,._TimeToggle_1llrj_63{display:flex;gap:.125rem}._ViewBtn_1llrj_68{--ix-button-height: 26px;font-size:.7rem;padding:0 .5rem}._ContentArea_1llrj_75{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0;width:100%}._BarsLayout_1llrj_85{display:grid;grid-template-columns:1.5fr 1fr;gap:1.25rem;height:100%;min-height:0;width:100%}._ChartSection_1llrj_95{display:flex;flex-direction:column;gap:.5rem;min-height:0;width:100%}._TotalHeader_1llrj_103{display:flex;align-items:center;gap:1rem;padding:.625rem .75rem;background:var(--theme-color-component-1);border-radius:6px;cursor:help;width:100%}._TotalInfo_1llrj_114{display:flex;align-items:baseline;gap:.5rem}._TotalLabel_1llrj_120{font-size:.8rem;color:var(--theme-color-soft-text)}._InfoIcon_1llrj_125{display:inline-flex;align-items:center;cursor:help;color:var(--theme-color-soft-text);opacity:.7;transition:opacity .2s}._InfoIcon_1llrj_125:hover{opacity:1}._TotalValue_1llrj_138{font-size:1.375rem;font-weight:700}._OverloadInfo_1llrj_143{font-size:.75rem;color:var(--theme-color-soft-text);opacity:.8}._ChartWrapper_1llrj_149{flex:1;min-height:180px;width:100%}._BottlenecksSection_1llrj_156{display:flex;flex-direction:column;gap:.5rem;min-height:0;overflow-y:auto;width:100%}._SectionHeader_1llrj_165{display:flex;align-items:center;justify-content:space-between;gap:.5rem}._SectionTitle_1llrj_172{font-size:.8rem;color:var(--theme-color-soft-text);font-weight:600}._BottleneckGrid_1llrj_178{display:flex;flex-direction:column;gap:.5rem;width:100%}._BottleneckCard_1llrj_185{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_1llrj_185._Highlighted_1llrj_197{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_1llrj_204{display:flex;justify-content:space-between;align-items:center;width:100%}._BnName_1llrj_211{font-size:.875rem;font-weight:500}._BnValue_1llrj_216{font-weight:700;font-size:1rem}._BnBarWrapper_1llrj_221{height:8px;background:var(--theme-color-component-2);border-radius:4px;overflow:visible;position:relative;width:100%}._BnBar_1llrj_221{height:100%;border-radius:4px;transition:width .3s ease}._BnCapacityMark_1llrj_236{position:absolute;left:66.67%;top:-3px;bottom:-3px;width:2px;background:var(--theme-color-soft-text);opacity:.5;border-radius:1px}._BnContext_1llrj_247{font-size:.7rem;color:var(--theme-color-soft-text);opacity:.7}._HeatmapSection_1llrj_254{flex:1;width:100%;min-height:280px;display:flex;flex-direction:column}._LoadingState_1llrj_263{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_1llrj_276{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_1llrj_288{font-size:.75rem;color:var(--theme-color-soft-text);opacity:.7;padding:.5rem 0}@media(max-width:1000px){._BarsLayout_1llrj_85{grid-template-columns:1fr;gap:1rem}._ChartWrapper_1llrj_149{min-height:150px}._BottleneckGrid_1llrj_178{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}}._Zone2Container_deqdg_7{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}._Zone2Header_deqdg_14{display:flex;align-items:center;gap:.5rem}._ZoneTitle_deqdg_20{margin:0;color:var(--theme-color-soft-text)}._InfoIcon_deqdg_25{display:inline-flex;align-items:center;cursor:help;color:var(--theme-color-soft-text);opacity:.7;transition:opacity .2s}._InfoIcon_deqdg_25:hover{opacity:1}._Zone2Grid_deqdg_38{display:grid;grid-template-columns:1fr 1fr;gap:1rem;min-height:440px}._RiskListContainer_deqdg_45,._CapacityContainer_deqdg_46{display:flex;flex-direction:column}@media(max-width:1300px){._Zone2Grid_deqdg_38{grid-template-columns:1fr}}._Zone4Container_1osde_13{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0 0;min-height:0}._Zone4Header_1osde_21{display:flex;align-items:center;justify-content:space-between}._ZoneTitle_1osde_27{font-size:1.125rem;font-weight:600;color:var(--theme-color-std-text)}._Zone4Card_1osde_34{display:flex;flex-direction:column;gap:1rem;padding:1rem;width:100%;border:1px solid var(--theme-color-soft-bdr);border-radius:8px}._CardContent_1osde_44{display:flex;flex-direction:column;gap:1rem;padding:1rem}._Divider_1osde_51{height:1px;background:var(--theme-color-soft-bdr);margin:.5rem 0}._EChartsHeatmapContainer_1osde_58{display:flex;flex-direction:column;gap:.5rem;width:100%}._EChartsWrapper_1osde_65{width:100%;min-height:400px;height:auto}._MainArea_1osde_71{display:flex;gap:1rem;flex:1;min-height:0}._MainAreaWithPanel_1osde_78{gap:1rem}._HeatmapSection_1osde_83{flex:1;display:flex;flex-direction:column;gap:1rem;min-width:0}._RadarKpiRow_1osde_95{display:flex;flex-wrap:nowrap;gap:.75rem}._RadarKpiCard_1osde_101{flex:1;min-width:0;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_1osde_101:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}._RadarKpiCardActive_1osde_115{border-color:var(--theme-color-primary);background:var(--theme-color-ghost--background--hover)}._RadarKpiCardCritical_1osde_120{border-left:3px solid var(--theme-color-alarm)}._RadarKpiCardContent_1osde_124{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem}._RadarKpiHeader_1osde_131{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;flex-shrink:0}._RadarKpiIcon_1osde_141{color:var(--theme-color-soft-text)}._RadarKpiIconCritical_1osde_145{color:var(--theme-color-alarm)}._RadarKpiBody_1osde_149{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}._FilterBadge_1osde_157{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_1osde_169{font-size:1.5rem;font-weight:700;line-height:1;color:var(--theme-color-std-text)}._RadarKpiTitle_1osde_176{font-size:.75rem;font-weight:500;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._RadarKpiSubtext_1osde_185{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_1osde_200{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_1osde_213{display:flex;flex-direction:column;gap:.25rem}._FilterLabel_1osde_219{font-size:.6875rem;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-color-soft-text)}._FilterValue_1osde_226{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text);padding:.375rem 0}._FilterSelect_1osde_233{min-width:120px}._FilterItemToggle_1osde_237{display:flex;align-items:center;gap:.5rem}._FilterToggleLabel_1osde_243{color:var(--theme-color-std-text)}._FilterSpacer_1osde_247{flex:1}._FilterItemViewMode_1osde_251{display:flex;align-items:center;gap:.25rem}._HeatmapContainer_1osde_261{display:flex;flex-direction:column;gap:.75rem}._HeatmapBreadcrumb_1osde_267{display:flex;align-items:center;gap:.75rem;padding-bottom:.5rem}._BreadcrumbBack_1osde_274{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_1osde_274:hover{background:var(--theme-color-ghost--background--hover)}._BreadcrumbCurrent_1osde_292{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text)}._HeatmapGrid_1osde_298{display:flex;flex-direction:column;border:1px solid var(--theme-color-component-2);border-radius:8px;overflow:hidden}._HeatmapHeaderRow_1osde_306{display:flex;background:var(--theme-color-component-1);border-bottom:1px solid var(--theme-color-component-2)}._HeatmapCorner_1osde_312{width:150px;min-width:150px;padding:.75rem;display:flex;align-items:center;color:var(--theme-color-soft-text)}._HeatmapHeaderCell_1osde_321{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_1osde_330{display:flex;border-bottom:1px solid var(--theme-color-component-2)}._HeatmapRow_1osde_330:last-child{border-bottom:none}._HeatmapRowLabel_1osde_339{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_1osde_351{color:var(--theme-color-std-text);font-weight:500}._ResourceType_1osde_356{color:var(--theme-color-soft-text);font-size:.6875rem;text-transform:uppercase}._HeatmapCell_1osde_363{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_1osde_363:hover{transform:scale(1.02);box-shadow:0 2px 8px #00000026;z-index:2}._CellEmpty_1osde_383{background:var(--theme-color-1);cursor:default}._CellEmpty_1osde_383:hover{transform:none;box-shadow:none}._CellUnderload_1osde_394{background:var(--theme-color-component-2);color:var(--theme-color-soft-text)}._CellNormal_1osde_399{background:var(--theme-color-success);color:var(--theme-color-success--contrast)}._CellWarning_1osde_404{background:var(--theme-color-warning);color:var(--theme-color-warning--contrast)}._CellOverload_1osde_409{background:var(--theme-color-alarm);color:var(--theme-color-alarm--contrast)}._CellRiskIcons_1osde_414{display:flex;gap:.25rem;position:absolute;top:.25rem;left:.25rem}._CellRiskIcon_1osde_414{opacity:.9}._CellUtilization_1osde_426{font-size:1rem;font-weight:700;text-align:center;flex:1;display:flex;align-items:center;justify-content:center}._CellDelta_1osde_436{font-size:.6875rem;text-align:right;opacity:.85;position:absolute;bottom:.25rem;right:.375rem}._CellTooltip_1osde_446{text-align:left;min-width:200px}._CellTooltipHeader_1osde_451{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_1osde_460{font-size:.8125rem;margin-bottom:.5rem}._CellTooltipSection_1osde_465{font-weight:600;font-size:.75rem;margin-top:.75rem;margin-bottom:.25rem;opacity:.8}._CellTooltipItem_1osde_473{font-size:.8125rem;margin-left:.25rem;line-height:1.4}._HeatmapLegend_1osde_480{display:flex;gap:1.5rem;padding:.5rem 0;flex-wrap:wrap}._LegendItem_1osde_487{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--theme-color-soft-text)}._LegendDot_1osde_495{width:12px;height:12px;border-radius:3px}._RiskBandContainer_1osde_505{display:flex;flex-direction:column;gap:.5rem;width:100%}._RiskBandHeader_1osde_512{display:flex;align-items:center;gap:.5rem;padding-left:120px}._RiskBandTitle_1osde_519{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-color-soft-text)}._RiskBandGrid_1osde_527{display:flex;gap:0;width:100%;padding-left:120px;padding-right:30px;box-sizing:border-box}._RiskBandCorner_1osde_537{display:none}._RiskBandBlock_1osde_542{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_1osde_542:first-child{margin-left:0}._RiskBandBlock_1osde_542:last-child{margin-right:0}._RiskBandBlock_1osde_542:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;z-index:2}._RiskBandBlockEmpty_1osde_573{flex:1;min-width:0;height:60px;border:1px dashed var(--theme-color-soft-bdr);border-radius:4px;background:transparent;margin:0 1px}._RiskLow_1osde_583{background:linear-gradient(to right,var(--theme-color-1),rgba(16,185,129,.1))}._RiskMedium_1osde_587{background:linear-gradient(to right,var(--theme-color-1),rgba(245,158,11,.15))}._RiskHigh_1osde_591{background:linear-gradient(to right,var(--theme-color-1),rgba(239,68,68,.15))}._RiskScoreBar_1osde_595{height:4px;background:var(--theme-color-component-2);border-radius:2px;overflow:hidden}._RiskScoreFill_1osde_602{height:100%;border-radius:2px;transition:width .3s ease}._RiskLow_1osde_583 ._RiskScoreFill_1osde_602{background:var(--theme-color-success)}._RiskMedium_1osde_587 ._RiskScoreFill_1osde_602{background:var(--theme-color-warning)}._RiskHigh_1osde_591 ._RiskScoreFill_1osde_602{background:var(--theme-color-alarm)}._RiskIcons_1osde_620{display:flex;gap:.375rem;justify-content:center}._RiskIconBadge_1osde_626{display:flex;align-items:center;gap:.125rem;color:var(--theme-color-soft-text)}._RiskIconCount_1osde_633{font-size:.625rem;font-weight:600}._RiskTooltip_1osde_639{text-align:left;min-width:180px}._RiskTooltipHeader_1osde_644{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._RiskTooltipLevel_1osde_651{font-size:.75rem;font-weight:600;padding:.125rem .375rem;border-radius:4px}._RiskTooltipLow_1osde_658{background:#10b98133;color:var(--theme-color-success)}._RiskTooltipMedium_1osde_663{background:#f59e0b33;color:var(--theme-color-warning)}._RiskTooltipHigh_1osde_668{background:#ef444433;color:var(--theme-color-alarm)}._RiskTooltipBody_1osde_673{font-size:.8125rem;line-height:1.5}._DrawerBackdrop_1osde_682{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_1osde_695{opacity:1;visibility:visible}._ContextPanel_1osde_700{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_1osde_718{transform:translate(0)}._ContextPanelHeader_1osde_722{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--theme-color-component-2)}._ContextPanelHeaderActions_1osde_730{display:flex;align-items:center;gap:.5rem}._ContextPanelFilterBtn_1osde_736{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--theme-color-soft-text);padding:.375rem;border-radius:4px;transition:background .15s ease,color .15s ease;position:relative}._ContextPanelFilterBtn_1osde_736:hover{background:var(--theme-color-ghost--background--hover);color:var(--theme-color-std-text)}._ContextPanelFilterBtnActive_1osde_755{color:var(--theme-color-primary);background:var(--theme-color-ghost--background--hover)}._FilterBadgeCount_1osde_760{position:absolute;top:-2px;right:-2px;background:var(--theme-color-primary);color:var(--theme-color-inv-std-text);font-size:.625rem;font-weight:600;min-width:14px;height:14px;border-radius:7px;display:flex;align-items:center;justify-content:center;padding:0 3px}._ContextPanelClose_1osde_777{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_1osde_777:hover{background:var(--theme-color-ghost--background--hover);color:var(--theme-color-std-text)}._ContextPanelFilterSection_1osde_796{padding:.75rem 1rem;border-bottom:1px solid var(--theme-color-component-2);background:var(--theme-color-component-1);display:flex;flex-direction:column;gap:.75rem}._FilterGroup_1osde_805{display:flex;flex-direction:column;gap:.375rem}._FilterGroupLabel_1osde_811{color:var(--theme-color-soft-text);font-size:.6875rem;text-transform:uppercase;letter-spacing:.04em}._FilterChips_1osde_818{display:flex;flex-wrap:nowrap;gap:.375rem;overflow-x:auto;padding-bottom:4px;-ms-overflow-style:none;scrollbar-width:none}._FilterChips_1osde_818::-webkit-scrollbar{display:none}._FilterChip_1osde_818{font-size:.75rem;cursor:pointer}._ClearFiltersBtn_1osde_838{align-self:flex-start;margin-top:.25rem}._ContextPanelSubheader_1osde_843{padding:.5rem 1rem;color:var(--theme-color-soft-text);border-bottom:1px solid var(--theme-color-component-2)}._ContextPanelContent_1osde_849{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.75rem}._ContextPanelEmpty_1osde_858{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_1osde_870{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_1osde_880{display:flex;justify-content:space-between;align-items:center}._ContextItemType_1osde_886{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase}._ContextItemDate_1osde_895{font-size:.75rem;color:var(--theme-color-soft-text)}._ContextItemBody_1osde_900{display:flex;flex-direction:column;gap:.375rem}._ContextItemOrder_1osde_906{color:var(--theme-color-std-text)}._ContextItemResource_1osde_910{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--theme-color-soft-text)}._ContextItemDescription_1osde_918{font-size:.8125rem;color:var(--theme-color-std-text);line-height:1.4}._ContextItemImpact_1osde_924{font-size:.8125rem;color:var(--theme-color-alarm)}._ContextItemActions_1osde_929{display:flex;gap:.5rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--theme-color-component-2)}._ContextItemActions_1osde_929 ix-button{flex:1;font-size:.75rem}@media(max-width:1200px){._ContextPanel_1osde_700{width:340px}}@media(max-width:900px){._RadarKpiRow_1osde_95{grid-template-columns:repeat(3,1fr)}._HeatmapCorner_1osde_312,._HeatmapRowLabel_1osde_339{width:100px;min-width:100px}._RiskBandHeader_1osde_512{padding-left:100px}._RiskBandGrid_1osde_527{padding-left:100px;padding-right:20px}}@media(max-width:640px){._Zone4Container_1osde_13{padding:1rem 0;gap:1rem}._RadarKpiRow_1osde_95{grid-template-columns:1fr}._FilterBar_1osde_200{gap:1rem;padding:.5rem .75rem}._FilterItemToggle_1osde_237{margin-left:0;width:100%;justify-content:flex-end}._HeatmapCorner_1osde_312,._HeatmapRowLabel_1osde_339{width:80px;min-width:80px}._RiskBandHeader_1osde_512{padding-left:80px}._RiskBandGrid_1osde_527{padding-left:80px;padding-right:15px}._HeatmapCell_1osde_363,._RiskBandBlock_1osde_542,._RiskBandBlockEmpty_1osde_573{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_9ccgf_12{display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden}._pageWrapper_9ccgf_12>ix-content-header{flex-shrink:0;margin-bottom:1rem}._headerActions_9ccgf_29{display:flex;gap:12px;align-items:center}._DesktopOnly_9ccgf_36{display:flex!important}._MobileOnly_9ccgf_40{display:none!important}._MediumScreenTooltip_9ccgf_44{display:none;pointer-events:none}._controlZone_9ccgf_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_9ccgf_63{display:flex;align-items:center;gap:12px}._navIcon_9ccgf_69{cursor:pointer;color:var(--theme-color-std-text);transition:all .2s ease;border-radius:50%;padding:4px}._navIcon_9ccgf_69:hover{background-color:var(--theme-color-component-2);color:var(--theme-color-primary)}._navigationTitle_9ccgf_82{font-size:18px;font-weight:600;color:var(--theme-color-std-text);min-width:160px;text-align:center}._viewSelector_9ccgf_90{display:flex;align-items:center;gap:8px}._viewLabel_9ccgf_96{font-size:14px;font-weight:500;color:var(--theme-color-std-text)}._actionButtonsGroup_9ccgf_102{display:flex;gap:4px;align-items:center}._modeToggle_9ccgf_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_9ccgf_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_9ccgf_117:hover:not(:disabled){background-color:var(--theme-color-component-3)}._toggleBtn_9ccgf_117._active_9ccgf_133{background-color:var(--theme-color-primary);color:var(--theme-color-inv-text)}._toggleBtn_9ccgf_117:disabled{opacity:.5;cursor:not-allowed}._contentZone_9ccgf_146{display:flex;flex-direction:row;flex:1 1 auto;min-height:0;overflow:hidden;background-color:var(--theme-color-component-1)}._employeePanel_9ccgf_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_9ccgf_169{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}._employeeHeader_9ccgf_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_9ccgf_181._monthMode_9ccgf_195{height:100px;min-height:100px}._employeeHeaderTitle_9ccgf_200{font-size:13px;font-weight:600;color:var(--theme-color-std-text);display:flex;align-items:center;gap:8px}._filterCount_9ccgf_209{font-size:11px;font-weight:400;color:var(--theme-color-soft-text)}._employeeHeaderControls_9ccgf_215{display:flex;align-items:center;gap:4px}._searchWrapper_9ccgf_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_9ccgf_222 ix-icon{color:var(--theme-color-soft-text);flex-shrink:0}._searchInput_9ccgf_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_9ccgf_238::placeholder{color:var(--theme-color-soft-text)}._clearSearch_9ccgf_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_9ccgf_253:hover{background-color:var(--theme-color-component-3);color:var(--theme-color-std-text)}._filterBtn_9ccgf_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_9ccgf_271:hover{background-color:var(--theme-color-component-2)}._filterBtn_9ccgf_271._active_9ccgf_133{color:var(--theme-color-primary)}._filterBadge_9ccgf_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_9ccgf_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_9ccgf_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_9ccgf_336{background:none;border:none;color:var(--theme-color-primary);font-size:12px;cursor:pointer;padding:2px 6px;border-radius:3px}._clearFiltersBtn_9ccgf_336:hover{background-color:var(--theme-color-primary--hover)}._filterSection_9ccgf_350{padding:10px 14px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._filterSection_9ccgf_350:last-child{border-bottom:none}._filterSectionTitle_9ccgf_359{font-size:11px;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}._filterOptions_9ccgf_368{display:flex;flex-direction:column;gap:6px}._filterOption_9ccgf_368{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--theme-color-std-text);cursor:pointer;padding:4px 0}._filterOption_9ccgf_368 input[type=checkbox]{width:14px;height:14px;accent-color:var(--theme-color-primary);cursor:pointer}._noOptions_9ccgf_391{font-size:12px;color:var(--theme-color-soft-text);font-style:italic}._employeeHeader_9ccgf_181 h3{margin:0;font-size:14px;font-weight:600;color:var(--theme-color-std-text)}._sortBtn_9ccgf_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_9ccgf_404:hover{background-color:var(--theme-color-component-2)}._sortMenu_9ccgf_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_9ccgf_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_9ccgf_434:hover{background-color:var(--theme-color-component-2)}._sortMenuItem_9ccgf_434._active_9ccgf_133{background-color:var(--theme-color-component-3);font-weight:600}._employeeList_9ccgf_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_9ccgf_457::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;background:transparent!important}._employeeList_9ccgf_457::-webkit-scrollbar-thumb{display:none!important;background:transparent!important}._employeeList_9ccgf_457::-webkit-scrollbar-track{display:none!important;background:transparent!important}._employeeRow_9ccgf_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_9ccgf_491:nth-child(2n){background-color:#ffffff05}._employeeRow_9ccgf_491:hover{background-color:#ffffff0f}._employeeRow_9ccgf_491._monthMode_9ccgf_195{height:56px}._employeeAvatar_9ccgf_517{position:relative;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}._statusBadge_9ccgf_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_9ccgf_541{flex:1;min-width:0;overflow:hidden}._employeeName_9ccgf_547{font-size:14px;font-weight:500;color:var(--theme-color-std-text);display:flex;align-items:center;gap:6px;min-width:0}._employeeNameText_9ccgf_557{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;min-width:0}._employeeRole_9ccgf_565{font-size:11px;color:var(--theme-color-soft-text);margin-top:2px;display:flex;align-items:center;gap:4px}._employeeId_9ccgf_574{color:var(--theme-color-std-text);font-weight:500}._employeeRoleSeparator_9ccgf_579{color:var(--theme-color-soft-text);opacity:.5}._maschinenartBadge_9ccgf_584{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_9ccgf_597{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;flex-shrink:0;white-space:nowrap}._employeeMenuBtn_9ccgf_612{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_9ccgf_491:hover ._employeeMenuBtn_9ccgf_612{opacity:1}._employeeMenuBtn_9ccgf_612:hover{background-color:var(--theme-color-component-3)}._employeeMenu_9ccgf_612{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_9ccgf_612 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_9ccgf_612 button:hover{background-color:var(--theme-color-component-3)}._calendarHeaderWrapper_9ccgf_667{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_9ccgf_667::-webkit-scrollbar{display:none}._weekRow_9ccgf_685{display:grid;min-width:max-content;height:28px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._weekCell_9ccgf_693{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_9ccgf_693:last-child{border-right:none}._dayRow_9ccgf_711{display:grid;min-width:max-content;height:72px}._dayRow_9ccgf_711._monthMode_9ccgf_195{height:72px}._dayCell_9ccgf_722{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_9ccgf_711._monthMode_9ccgf_195 ._dayCell_9ccgf_722{padding:4px 2px}._dayCell_9ccgf_722:last-child{border-right:none}._dayCell_9ccgf_722._today_9ccgf_745{background-color:var(--theme-color-primary)}._dayCell_9ccgf_722._today_9ccgf_745 ._dayName_9ccgf_749,._dayCell_9ccgf_722._today_9ccgf_745 ._dayNumber_9ccgf_750,._dayCell_9ccgf_722._today_9ccgf_745 ._todayLabel_9ccgf_751{color:var(--theme-color-inv-text)}._dayCell_9ccgf_722._weekend_9ccgf_755{background-color:#f443360d}._dayCell_9ccgf_722._outside_9ccgf_759{opacity:.5}._dayName_9ccgf_749{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_9ccgf_722._today_9ccgf_745 ._dayName_9ccgf_749{background-color:#fff3}._dayCell_9ccgf_722._weekend_9ccgf_755 ._dayName_9ccgf_749{background-color:#f4433626;color:#e53935}._dayNumber_9ccgf_750{font-size:15px;font-weight:700;color:var(--theme-color-std-text);line-height:1}._todayLabel_9ccgf_751{font-size:9px;font-weight:600;color:var(--theme-color-inv-text);text-transform:uppercase;letter-spacing:.3px;margin-top:2px}._calendarBody_9ccgf_799{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_9ccgf_799::-webkit-scrollbar{width:10px;height:10px}._calendarBody_9ccgf_799::-webkit-scrollbar-track{background:var(--theme-color-component-2)}._calendarBody_9ccgf_799::-webkit-scrollbar-thumb{background:var(--theme-color-1);border-radius:5px;border:2px solid var(--theme-color-component-2)}._calendarBody_9ccgf_799::-webkit-scrollbar-thumb:hover{background:var(--theme-color-primary)}._calendarBody_9ccgf_799::-webkit-scrollbar-corner{background:var(--theme-color-component-2)}._shiftGrid_9ccgf_842{display:flex;flex-direction:column;min-width:max-content}._shiftRow_9ccgf_848{display:grid;height:70px}._shiftRow_9ccgf_848._monthMode_9ccgf_195{height:56px}._shiftCell_9ccgf_858{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_9ccgf_848:nth-child(2n) ._shiftCell_9ccgf_858{background-color:#ffffff05}._shiftCell_9ccgf_858:hover{background-color:#ffffff0f}._shiftCell_9ccgf_858._today_9ccgf_745,._shiftRow_9ccgf_848:nth-child(2n) ._shiftCell_9ccgf_858._today_9ccgf_745{background-color:#00a5bf1f}._shiftCell_9ccgf_858._today_9ccgf_745:hover,._shiftRow_9ccgf_848:nth-child(2n) ._shiftCell_9ccgf_858._today_9ccgf_745:hover{background-color:#00a5bf33}._shiftCell_9ccgf_858._outside_9ccgf_759{opacity:.5;background-color:#00000008}._shiftRow_9ccgf_848:nth-child(2n) ._shiftCell_9ccgf_858._outside_9ccgf_759{background-color:#0000000d}._shiftCell_9ccgf_858._monthMode_9ccgf_195{padding:2px}._shiftCell_9ccgf_858:last-child{border-right:none}._emptyCell_9ccgf_915{color:var(--theme-color-weak-text);font-size:18px;font-weight:300;opacity:0;transition:opacity .2s}._shiftCell_9ccgf_858:hover ._emptyCell_9ccgf_915{opacity:.6}._shiftBlock_9ccgf_930{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_9ccgf_930:hover{transform:scale(1.02);box-shadow:0 2px 8px #0003}._shiftBlock_9ccgf_930._compact_9ccgf_956{height:calc(100% - 4px);padding:4px 6px;align-items:center;justify-content:center}._shiftHeader_9ccgf_963{display:flex;align-items:center;gap:6px;min-width:0;width:100%;max-width:100%;overflow:hidden}._statusDot_9ccgf_973{width:6px;height:6px;border-radius:50%;flex-shrink:0}._statusDot_9ccgf_973._bestaetigt_9ccgf_980{background-color:#4caf50}._statusDot_9ccgf_973._geplant_9ccgf_984{background-color:#ff9800}._statusDot_9ccgf_973._vorgemerkt_9ccgf_988{background-color:#9e9e9e}._shiftTime_9ccgf_992{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_9ccgf_1004{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_9ccgf_1016{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:700;color:var(--theme-color-std-text)}._tooltip_9ccgf_1028{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_9ccgf_1041{font-size:14px;font-weight:600;color:var(--theme-color-std-text);margin-bottom:4px}._tooltipSubtitle_9ccgf_1048{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_9ccgf_1056{display:flex;justify-content:space-between;font-size:12px;padding:4px 0}._tooltipRow_9ccgf_1056 span:first-child{color:var(--theme-color-soft-text)}._tooltipRow_9ccgf_1056 span:last-child{color:var(--theme-color-std-text);font-weight:500}._contextMenuOverlay_9ccgf_1075{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}._contextMenu_9ccgf_1075{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_9ccgf_1096{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_9ccgf_1096:hover{background-color:var(--theme-color-component-3)}._contextMenuItem_9ccgf_1096._destructive_9ccgf_1111{color:var(--theme-color-alarm)}._contextMenuItem_9ccgf_1096._destructive_9ccgf_1111:hover{background-color:#cc00331a}._contextDivider_9ccgf_1119{height:1px;background-color:var(--theme-color-component-5);margin:4px 0}@media(max-width:1200px){._employeePanel_9ccgf_156{width:240px;min-width:240px}._shiftCell_9ccgf_858,._dayCell_9ccgf_722{min-width:100px}}@media(max-width:900px){._controlZone_9ccgf_52{flex-wrap:wrap;gap:12px}._modeToggle_9ccgf_108{order:3;width:100%;justify-content:center}}._loadingSpinner_9ccgf_1159{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_9ccgf_1 .8s linear infinite;margin-right:6px}@keyframes _spin_9ccgf_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and (max-width:1919px)and (min-width:1600px){._MobileOnly_9ccgf_40{display:flex!important}._DesktopOnly_9ccgf_36{display:none!important}._ButtonText_9ccgf_1188{display:inline-block;margin-left:4px}._HideOnMedium_9ccgf_1194{display:none!important}._MediumScreenTooltip_9ccgf_44{display:block!important}}@media(max-width:1599px){._MobileOnly_9ccgf_40{display:flex!important}._DesktopOnly_9ccgf_36{display:none!important}._ButtonText_9ccgf_1188{display:inline-block;margin-left:4px}._HideOnMedium_9ccgf_1194{display:none!important}._MediumScreenTooltip_9ccgf_44{display:block!important}}[data-ix-color-schema=light] ._shiftCell_9ccgf_858{border-right:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}[data-ix-color-schema=light] ._employeeRow_9ccgf_491{border-bottom:1px solid rgba(0,0,0,.1)}[data-ix-color-schema=light] ._shiftRow_9ccgf_848:nth-child(2n) ._shiftCell_9ccgf_858,[data-ix-color-schema=light] ._employeeRow_9ccgf_491:nth-child(2n){background-color:#00000008}[data-ix-color-schema=light] ._shiftCell_9ccgf_858:hover,[data-ix-color-schema=light] ._employeeRow_9ccgf_491:hover{background-color:#0000000f}[data-ix-color-schema=light] ._shiftCell_9ccgf_858._today_9ccgf_745,[data-ix-color-schema=light] ._shiftRow_9ccgf_848:nth-child(2n) ._shiftCell_9ccgf_858._today_9ccgf_745{background-color:#00a5bf1a}[data-ix-color-schema=light] ._shiftCell_9ccgf_858._today_9ccgf_745:hover,[data-ix-color-schema=light] ._shiftRow_9ccgf_848:nth-child(2n) ._shiftCell_9ccgf_858._today_9ccgf_745:hover{background-color:#00a5bf33}._placeholderRow_9ccgf_1269{justify-content:center}._placeholderRow_9ccgf_1269 ._shiftCell_9ccgf_858{opacity:.15;border-right:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);background-color:transparent}._placeholderRow_9ccgf_1269 ._emptyCell_9ccgf_915{display:none}[data-ix-color-schema=light] ._placeholderRow_9ccgf_1269{background-color:transparent!important;border-bottom:none}[data-ix-color-schema=light] ._placeholderRow_9ccgf_1269 ._employeeInfo_9ccgf_541{opacity:1!important}[data-ix-color-schema=light] ._placeholderRow_9ccgf_1269 ._employeeName_9ccgf_547{color:var(--theme-color-soft-text);font-style:italic}[data-ix-color-schema=light] ._placeholderRow_9ccgf_1269 ._shiftCell_9ccgf_858{background-color:transparent!important;border-right:1px solid rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.03);opacity:.3}[data-ix-color-schema=light] ._placeholderRow_9ccgf_1269 ._shiftCell_9ccgf_858._today_9ccgf_745{background-color:#00a5bf0d}._GanttPageWrapper_wafbw_11{display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden}._GanttPageWrapper_wafbw_11>ix-content-header{flex-shrink:0}._HeaderActions_wafbw_25{display:flex;gap:8px;align-items:center}._KPIContainer_wafbw_32{display:flex;align-items:center;gap:.5rem;margin:.75rem 1rem 1rem;position:relative;z-index:100;flex-shrink:0;flex-wrap:wrap}._KPIBadge_wafbw_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_wafbw_43:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}._KPIBadge_wafbw_43[data-critical=true]{background-color:#ff3b3026;border-color:#ff3b3066;color:#ff3b30}._KPIBadge_wafbw_43[data-critical=true] ix-icon{color:#ff3b30}._KPIBadge_wafbw_43[data-warning=true]{background-color:#ff9f0a26;border-color:#ff9f0a66;color:#ff9f0a}._KPIBadge_wafbw_43[data-warning=true] ix-icon{color:#ff9f0a}._KPIBadge_wafbw_43[data-personnel=true]{background-color:#ff9f0a26;border-color:#ff9f0a66;color:#ff9f0a}._KPIBadge_wafbw_43[data-personnel=true] ix-icon{color:#ff9f0a}._KPIBadge_wafbw_43[data-bottleneck=true]{background-color:#ff6b0026;border-color:#ff6b0066;color:#ff6b00}._KPIBadge_wafbw_43[data-bottleneck=true] ix-icon{color:#ff6b00}._KPIBadge_wafbw_43[data-success=true]{background-color:#30d15826;border-color:#30d15866;color:#30d158}._KPIBadge_wafbw_43[data-success=true] ix-icon{color:#30d158}[data-ix-color-schema=dark] ._KPIBadge_wafbw_43{background-color:#ffffff0d;border-color:#ffffff26}[data-ix-color-schema=dark] ._KPIDetail_wafbw_125{background-color:#1a1a1a;box-shadow:0 4px 16px #00000080}[data-ix-color-schema=dark] ._KPIDetailItem_wafbw_130:hover{background-color:#ffffff0d}[data-ix-color-schema=dark] ._KPIBadge_wafbw_43[data-critical=true]{background-color:#ff505033;border-color:#ff505080;color:#ff5050}[data-ix-color-schema=dark] ._KPIBadge_wafbw_43[data-critical=true] ix-icon{color:#ff5050}[data-ix-color-schema=dark] ._KPIBadge_wafbw_43[data-warning=true],[data-ix-color-schema=dark] ._KPIBadge_wafbw_43[data-personnel=true]{background-color:#ffb34033;border-color:#ffb34080;color:#ffb340}[data-ix-color-schema=dark] ._KPIBadge_wafbw_43[data-warning=true] ix-icon,[data-ix-color-schema=dark] ._KPIBadge_wafbw_43[data-personnel=true] ix-icon{color:#ffb340}[data-ix-color-schema=dark] ._KPIBadge_wafbw_43[data-bottleneck=true]{background-color:#ff7f2833;border-color:#ff7f2880;color:#ff7f28}[data-ix-color-schema=dark] ._KPIBadge_wafbw_43[data-bottleneck=true] ix-icon{color:#ff7f28}[data-ix-color-schema=dark] ._KPIBadge_wafbw_43[data-success=true]{background-color:#30d15833;border-color:#30d15880;color:#40e070}[data-ix-color-schema=dark] ._KPIBadge_wafbw_43[data-success=true] ix-icon{color:#40e070}._KPIDetailItemValue_wafbw_177{font-size:.875rem;font-weight:600;color:var(--theme-color-std-text);text-align:right;flex-shrink:0}._KPIDetailSubheader_wafbw_185{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_wafbw_125{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_wafbw_212{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_wafbw_221{max-height:320px;overflow-y:auto;background-color:var(--theme-color-2)}._KPIDetailItem_wafbw_130{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_wafbw_130:last-child{border-bottom:none}._KPIDetailItem_wafbw_130:hover{background-color:#ffffff08}._KPIDetailItemClickable_wafbw_245{cursor:pointer}._KPIDetailItemClickable_wafbw_245:hover{background-color:#ffffff0d}._KPIDetailItemTitle_wafbw_253{font-size:.8125rem;font-weight:500;color:var(--theme-color-std-text);line-height:1.3}._KPIDetailItemTitle_wafbw_253 strong{color:var(--theme-color-primary);font-weight:600}._KPIDetailItemInfo_wafbw_265{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;color:var(--theme-color-soft-text);line-height:1.4}._KPIDetailItemInfo_wafbw_265 span{display:block;padding:.25rem .5rem;background-color:#00000026;border-radius:4px;border-left:3px solid currentColor}._KPIDetailMore_wafbw_282{padding:.5rem 1rem;font-size:.75rem;color:var(--theme-color-soft-text);text-align:center;background-color:var(--theme-color-component-2)}._ControlZone_wafbw_291{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_wafbw_291 ix-button{--ix-button-height: 28px;--ix-button-padding-x: 8px;font-size:12px}._ControlZone_wafbw_291 ix-button::part(button){min-width:28px;height:28px;padding:0 8px}._ControlZone_wafbw_291 ix-button:not([label]):not(:has(span)){--ix-button-padding-x: 4px}._ControlZone_wafbw_291 ix-button:not([label]):not(:has(span))::part(button){min-width:28px;padding:0 4px}._WeekNavigation_wafbw_325{display:flex;align-items:center;gap:4px}._WeekNavigation_wafbw_325 ix-button{--ix-button-height: 24px;--ix-button-padding-x: 2px}._WeekNavigation_wafbw_325 ix-button::part(button){min-width:24px;height:24px;padding:0 2px}._WeekDisplay_wafbw_342{font-size:18px;font-weight:600;color:var(--theme-color-std-text);min-width:120px;text-align:center}._ZoomControls_wafbw_350{display:flex;align-items:center;gap:4px}._ZoomControls_wafbw_350 ix-button{--ix-button-height: 26px;--ix-button-padding-x: 4px}._ZoomControls_wafbw_350 ix-button::part(button){min-width:26px;height:26px;padding:0 4px}._ZoomLabel_wafbw_367{font-size:11px;font-weight:500;color:var(--theme-color-soft-text);min-width:60px;text-align:center}._ToolButtons_wafbw_375{display:flex;align-items:center;gap:1px}._ToolButtons_wafbw_375 ix-button{--ix-button-height: 24px;--ix-button-padding-x: 2px;font-size:11px}._ToolButtons_wafbw_375 ix-button::part(button){min-width:24px;height:24px;padding:0 2px}._ContextMenu_wafbw_394{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_wafbw_406{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_wafbw_406:hover{background-color:var(--theme-color-component-3)}._ContextMenuItem_wafbw_406._Destructive_wafbw_421{color:var(--theme-color-alarm)}._ContextMenuItem_wafbw_406._Destructive_wafbw_421:hover{background-color:#cc00331a}._ContextMenuItemHeader_wafbw_429{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_wafbw_440{height:1px;background-color:var(--theme-color-component-5);margin:4px 0}._ContextMenuOverlay_wafbw_446{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}._ViewModeToggle_wafbw_455{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_wafbw_464{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_wafbw_464:hover:not(:disabled){background-color:var(--theme-color-component-3)}._ViewModeButton_wafbw_464._Active_wafbw_480{background-color:var(--theme-color-primary);color:var(--theme-color-inv-text)}._PlanningModeToggle_wafbw_485{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_wafbw_494{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_wafbw_494:hover:not(:disabled){background-color:var(--theme-color-component-3)}._ToggleButton_wafbw_494._Active_wafbw_480{background-color:var(--theme-color-primary);color:var(--theme-color-inv-text)}._ToggleButton_wafbw_494:disabled{opacity:.5;cursor:not-allowed}._CapacityIconButton_wafbw_520{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_wafbw_520:hover{background-color:var(--theme-color-component-3);color:var(--theme-color-primary)}._ViewModeDropdown_wafbw_541{display:flex}._ViewModeDropdown_wafbw_541 ix-split-button{--ix-button-height: 28px;font-size:12px}._WeekNavigationMobile_wafbw_551{display:flex;align-items:center;gap:4px}._WeekDisplayMobile_wafbw_557{font-size:12px;font-weight:600;color:var(--theme-color-std-text);min-width:90px;text-align:center}._NavIconButton_wafbw_565{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_wafbw_565:hover{background-color:#ffffff1a}@media screen and (min-width:1600px){._NavIconButton_wafbw_565{color:var(--theme-color-std-text);padding:6px;border-radius:4px}}._TodayButtonMobile_wafbw_591{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_wafbw_591:hover{background:var(--theme-color-primary--hover);border-color:var(--theme-color-primary--hover)}._ZoomControlsMobile_wafbw_609{display:flex;align-items:center;gap:4px;height:100%}._ZoomLabelMobile_wafbw_616{font-size:11px;font-weight:500;color:var(--theme-color-std-text);min-width:50px;text-align:center}._FilterToggleMobile_wafbw_625{display:flex;align-items:center;gap:4px;height:100%}._ToolButtonsMobile_wafbw_633{display:flex;align-items:center;gap:2px;height:100%}._IconButton_wafbw_641{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_wafbw_641 ix-icon{font-size:18px}._IconButton_wafbw_641:hover:not(:disabled){background-color:var(--theme-color-component-3);border-color:var(--theme-color-component-6)}._IconButton_wafbw_641._Active_wafbw_480{background-color:var(--theme-color-primary);border-color:var(--theme-color-primary);color:var(--theme-color-inv-text)}._IconButton_wafbw_641._Disabled_wafbw_672,._IconButton_wafbw_641:disabled{opacity:.3;cursor:not-allowed}._IconBadge_wafbw_679{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_wafbw_697{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_wafbw_697 ix-icon{font-size:16px}._FilterButtonMobile_wafbw_697:hover{background-color:var(--theme-color-component-3);border-color:var(--theme-color-component-6)}._FilterButtonMobile_wafbw_697._Active_wafbw_480{background-color:var(--theme-color-primary);border-color:var(--theme-color-primary);color:var(--theme-color-inv-text)}._DesktopOnly_wafbw_729{display:flex;gap:8px}._MobileOnly_wafbw_734{display:none;gap:4px}._MobileOnlyTooltip_wafbw_739{display:none}._MediumScreenTooltip_wafbw_744{display:none;pointer-events:none}._MobileViewNavGroup_wafbw_750{align-items:center;gap:4px}._MobileMediumOnly_wafbw_757{display:none}._LargeDesktopOnly_wafbw_762{display:flex!important}@media only screen and (max-width:1919px)and (min-width:1600px){._LargeDesktopOnly_wafbw_762{display:none!important}._MobileMediumOnly_wafbw_757{display:flex!important}._DesktopButtonText_wafbw_782{display:none}._MediumScreenTooltip_wafbw_744{display:contents}._ControlZone_wafbw_291{gap:12px;padding:6px 12px}._ViewModeButton_wafbw_464{white-space:nowrap;min-width:50px;padding:4px 8px}._ControlZone_wafbw_291 ix-button{--ix-button-height: 32px}._MachineRow_wafbw_809 ._MachineName_wafbw_809,._MachineCell_wafbw_810 ._MachineName_wafbw_809{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._GanttTimeline_wafbw_818{min-height:50px}._KPIBadge_wafbw_43{padding:.25rem .5rem;font-size:.8rem}}@media only screen and (max-width:1599px){._DesktopOnly_wafbw_729{display:none!important}._MobileOnly_wafbw_734,._MobileViewNavGroup_wafbw_750{display:flex!important}._ControlZone_wafbw_291{gap:8px;padding:4px 10px}._HeaderActions_wafbw_25{gap:4px}._MobileOnlyTooltip_wafbw_739{display:contents}._HeaderActions_wafbw_25 ix-button{--ix-button-height: 32px}._HeaderActions_wafbw_25 ix-split-button{--ix-button-height: 32px}._ZoomControlsMobile_wafbw_609 ix-button,._ToolButtonsMobile_wafbw_633 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_wafbw_609 ix-button::part(button),._ToolButtonsMobile_wafbw_633 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_wafbw_609 ix-button ix-icon,._ToolButtonsMobile_wafbw_633 ix-button ix-icon{margin:0!important;padding:0!important;left:0!important;position:static!important;transform:none!important}._ZoomControlsMobile_wafbw_609 ix-button ix-icon,._ToolButtonsMobile_wafbw_633 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_wafbw_625 ix-button{--ix-button-height: 28px;--ix-button-padding-x: 6px}._FilterToggleMobile_wafbw_625 ix-button::part(button){min-width:28px;height:28px;padding:0 6px}._FilterToggleMobile_wafbw_625 ix-button:first-child::part(button){font-size:11px;padding:0 8px}._FilterToggleMobile_wafbw_625 ix-button:not(:first-child)::part(button){width:28px;padding:0;font-size:0}._ViewModeDropdown_wafbw_541 ix-split-button,._MobileOnly_wafbw_734 ix-split-button{--ix-button-height: 28px;font-size:12px}._MobileOnly_wafbw_734 ix-split-button::part(button){padding:0 6px;font-size:12px}._PlanningModeToggle_wafbw_485{gap:2px;padding:2px}._CapacityIconButton_wafbw_520{padding:2px 4px}._CapacityIconButton_wafbw_520 ix-icon{font-size:16px}._MachineList_wafbw_965{width:160px;min-width:160px}._MachineRow_wafbw_809 ._MachineName_wafbw_809,._MachineCell_wafbw_810 ._MachineName_wafbw_809{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem}._KPIContainer_wafbw_32{overflow-x:auto;margin-left:.5rem;margin-right:.5rem;padding-bottom:.25rem}._KPIBadge_wafbw_43{font-size:.7rem;padding:.2rem .4rem;flex-shrink:0}}@media only screen and (max-width:1365px){._ControlZone_wafbw_291{gap:6px;padding:3px 8px}._ZoomControlsMobile_wafbw_609 ix-button,._ToolButtonsMobile_wafbw_633 ix-button{--ix-button-height: 32px !important;width:32px!important;max-width:32px!important;min-width:32px!important}._ZoomControlsMobile_wafbw_609 ix-button::part(button),._ToolButtonsMobile_wafbw_633 ix-button::part(button){min-width:32px!important;max-width:32px!important;width:32px!important;height:32px!important}._ZoomControlsMobile_wafbw_609 ix-button ix-icon,._ToolButtonsMobile_wafbw_633 ix-button ix-icon{font-size:16px!important;width:16px!important;height:16px!important}._FilterToggleMobile_wafbw_625 ix-button{--ix-button-height: 26px}._FilterToggleMobile_wafbw_625 ix-button::part(button){min-width:26px;height:26px}._FilterToggleMobile_wafbw_625 ix-button:first-child::part(button){font-size:10px;padding:0 6px}._ViewModeDropdown_wafbw_541 ix-split-button,._MobileOnly_wafbw_734 ix-split-button{--ix-button-height: 26px;font-size:11px}._MachineList_wafbw_965{width:120px;min-width:120px}._MachineRow_wafbw_809 ._MachineName_wafbw_809,._MachineCell_wafbw_810 ._MachineName_wafbw_809{max-width:80px;font-size:.75rem}._KPIBadge_wafbw_43{font-size:.65rem;padding:.15rem .3rem}._TodayButtonMobile_wafbw_591{font-size:10px;padding:3px 6px}._WeekDisplayMobile_wafbw_557{font-size:10px;min-width:100px}}._ContentZone_wafbw_1081{display:flex;flex:1;min-height:0;background-color:var(--theme-color-component-1);overflow:hidden}._MachineList_wafbw_965{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_wafbw_965._Collapsed_wafbw_1105{width:80px}._MachineListHeader_wafbw_1109{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_wafbw_965._Collapsed_wafbw_1105 ._MachineListHeader_wafbw_1109{padding:12px 8px;justify-content:center;gap:4px}._MachineList_wafbw_965._Collapsed_wafbw_1105 ._MachineListHeader_wafbw_1109 h3,._MachineList_wafbw_965._Collapsed_wafbw_1105 ._MachineCount_wafbw_1127{display:none}._MachineList_wafbw_965._Collapsed_wafbw_1105 ._MachineFilterContainer_wafbw_1132{margin-left:0}._MachineList_wafbw_965._Collapsed_wafbw_1105 ._MachineFilterIcon_wafbw_1136{width:20px;height:20px}._CollapseToggleBtn_wafbw_1142{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_wafbw_1142:hover{color:var(--theme-color-primary);background-color:#00a5bf1a}._MachineList_wafbw_965._Collapsed_wafbw_1105 ._CollapseToggleBtn_wafbw_1142{margin:0 auto}._MachineListHeader_wafbw_1109 h3{margin:0;font-size:14px;font-weight:600;color:var(--theme-color-std-text)}._MachineCount_wafbw_1127{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_wafbw_1132{position:relative;margin-left:auto;display:flex;align-items:center}._MachineFilterIcon_wafbw_1136{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_wafbw_1136:hover,._MachineFilterIcon_wafbw_1136._Active_wafbw_480{color:var(--theme-color-primary);background-color:#00a5bf1a}._MachineFilterDropdown_wafbw_1209{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_wafbw_1222{padding:12px 16px;border-bottom:1px solid var(--theme-color-std-bdr-1);display:flex;flex-direction:column;gap:4px}._FilterSectionTitle_wafbw_1234{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_wafbw_1245{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_wafbw_1245:hover{background-color:var(--theme-color-component-2)}._FilterCheckbox_wafbw_1245 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_wafbw_1245 input[type=checkbox]:hover{border-color:var(--theme-color-primary)}._FilterCheckbox_wafbw_1245 input[type=checkbox]:checked{background-color:var(--theme-color-primary);border-color:var(--theme-color-primary)}._FilterCheckbox_wafbw_1245 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_wafbw_1245 span{flex:1;line-height:1.3}._FilterActions_wafbw_1308{padding:12px 16px;background-color:var(--theme-color-component-2)}._FilterResetButton_wafbw_1313{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_wafbw_1313:hover{background-color:var(--theme-color-primary);border-color:var(--theme-color-primary);color:var(--theme-color-inv-text)}._MachineListContent_wafbw_1332{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_wafbw_1332::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;background:transparent!important}._MachineListContent_wafbw_1332::-webkit-scrollbar-thumb{display:none!important;background:transparent!important}._MachineListContent_wafbw_1332::-webkit-scrollbar-track{display:none!important;background:transparent!important}._CategoryHeader_wafbw_1367{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_wafbw_809{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_wafbw_965._Collapsed_wafbw_1105 ._MachineRow_wafbw_809{padding:4px 0}._MachineList_wafbw_965._Collapsed_wafbw_1105 ._MachineMain_wafbw_1400{flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0 4px}._MachineList_wafbw_965._Collapsed_wafbw_1105 ._MachineStatus_wafbw_1409{display:none}._MachineList_wafbw_965._Collapsed_wafbw_1105 ._MachineInfo_wafbw_1413{display:flex;flex-direction:column;align-items:center;gap:2px}._MachineList_wafbw_965._Collapsed_wafbw_1105 ._MachineName_wafbw_809{display:none}._MachineList_wafbw_965._Collapsed_wafbw_1105 ._MachineSecondary_wafbw_1424{flex-direction:column;align-items:center;gap:3px}._MachineList_wafbw_965._Collapsed_wafbw_1105 ._MachineId_wafbw_1430{font-size:11px;font-weight:600}._MachineList_wafbw_965._Collapsed_wafbw_1105 ._StatusBadge_wafbw_1435{font-size:8px;padding:2px 5px}._MachineList_wafbw_965._Collapsed_wafbw_1105 ._MachineActions_wafbw_1440{display:none}._MachineList_wafbw_965._Collapsed_wafbw_1105 ._EmptyMachineText_wafbw_1445{font-size:10px}._MachineRow_wafbw_809._Alternate_wafbw_1449{background-color:#ffffff05}._MachineRow_wafbw_809:hover{background-color:#ffffff0f}._MachineRow_wafbw_809._EmptyMachineRow_wafbw_1457{cursor:default;opacity:.5;background-color:var(--theme-color-component-2)}._MachineRow_wafbw_809._EmptyMachineRow_wafbw_1457:hover{background-color:var(--theme-color-component-2)}._EmptyMachineText_wafbw_1445{font-size:12px;font-style:italic;color:var(--theme-color-soft-text)}._MachineMain_wafbw_1400{display:flex;align-items:center;width:100%;padding:0 12px;gap:10px}._MachineStatus_wafbw_1409{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--theme-color-std-text);position:relative}._MachineInfo_wafbw_1413{flex:1;min-width:0;overflow:hidden}._MachineName_wafbw_809{font-size:13px;font-weight:500;color:var(--theme-color-std-text);margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._MachineConflictIcon_wafbw_1509{color:var(--theme-color-alarm);cursor:help;display:inline-flex;align-items:center;flex-shrink:0;margin-left:4px}._MachineConflictIcon_wafbw_1509 ix-icon{animation:_pulse_wafbw_1 2s ease-in-out infinite}@keyframes _pulse_wafbw_1{0%,to{opacity:1}50%{opacity:.6}}._MachineConflictTooltip_wafbw_1528{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_wafbw_1540{display:flex;flex-direction:column;gap:4px}._MachineConflictTooltipItem_wafbw_1546{font-size:11px;font-weight:500;line-height:1.4}._MachineConflictTooltipItem_wafbw_1546:before{content:"⚠ "}._MachineHoverTooltip_wafbw_1557{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_wafbw_1 .15s ease}._MachineHoverTooltipHeader_wafbw_1570{background-color:transparent;padding:12px 14px 8px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._MachineHoverTooltipTitle_wafbw_1576{font-size:13px;font-weight:600;color:var(--theme-color-std-text)}._MachineHoverTooltipBody_wafbw_1582{padding:10px 14px 12px;display:flex;flex-direction:column;gap:8px}._MachineHoverTooltipRow_wafbw_1589{display:flex;justify-content:space-between;align-items:center;font-size:12px}._MachineHoverTooltipLabel_wafbw_1596{color:var(--theme-color-soft-text);font-weight:500}._MachineHoverTooltipValue_wafbw_1601{color:var(--theme-color-std-text);font-weight:600}._MachineHoverTooltipDivider_wafbw_1606{height:1px;background-color:var(--theme-color-std-bdr-1);margin:4px 0}._MachineSecondary_wafbw_1424{font-size:11px;color:var(--theme-color-soft-text);display:flex;align-items:center;gap:6px}._MachineId_wafbw_1430{font-weight:500}._StatusBadge_wafbw_1435{display:inline-flex;padding:1px 6px;border-radius:3px;font-size:9px;font-weight:600;text-transform:uppercase}._StatusBadge_wafbw_1435._Online_wafbw_1633{background:#4cd96433;color:#4cd964}._StatusBadge_wafbw_1435._Offline_wafbw_1638{background:#ff3b3033;color:#ff3b30}._StatusBadge_wafbw_1435._Maintenance_wafbw_1643{background:#ff9f0a33;color:#ff9f0a}._StatusBadge_wafbw_1435._Error_wafbw_1648{background:#ff3b3033;color:#ff3b30}._MachineMenuContainer_wafbw_1653{position:relative;flex-shrink:0}._MachineMenu_wafbw_1653{opacity:0;transition:opacity .2s ease;cursor:pointer}._MachineMenu_wafbw_1653._open_wafbw_1664{opacity:1!important}._MachineRow_wafbw_809:hover ._MachineMenu_wafbw_1653{opacity:1}._MachineMenuDropdown_wafbw_1672{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_wafbw_1684{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_wafbw_1684:last-child{border-bottom:none}._MachineMenuItem_wafbw_1684:hover{background-color:var(--theme-color-component-hover)}._MachineMenuItem_wafbw_1684:focus{outline:none;background-color:var(--theme-color-component-hover)}._MachineMenuItem_wafbw_1684:active{background-color:var(--theme-color-component-selected);transform:translateY(1px)}._GanttGrid_wafbw_1717{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative;min-width:0;min-height:0}._GanttScrollWrapper_wafbw_1728{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;position:relative}._GanttHeaderFixed_wafbw_1738{flex-shrink:0;overflow:hidden;background-color:var(--theme-color-component--1);border-bottom:1px solid var(--theme-color-std-bdr-1)}._GanttScrollableArea_wafbw_1747{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_wafbw_1747::-webkit-scrollbar{width:10px}._GanttScrollableArea_wafbw_1747::-webkit-scrollbar:horizontal{height:0;display:none}._GanttScrollableArea_wafbw_1747::-webkit-scrollbar-track{background:var(--theme-color-component-2)}._GanttScrollableArea_wafbw_1747::-webkit-scrollbar-thumb{background:var(--theme-color-1);border-radius:5px}._GanttScrollableArea_wafbw_1747::-webkit-scrollbar-thumb:hover{background:var(--theme-color-primary)}._GanttScrollableArea_wafbw_1747::-webkit-scrollbar-corner{background:var(--theme-color-component-2)}._GanttScrollContainer_wafbw_1787{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}._GanttHorizontalScroll_wafbw_1796{flex:1;display:flex;flex-direction:column;overflow-x:auto;overflow-y:hidden}._GanttHorizontalScroll_wafbw_1796::-webkit-scrollbar{height:10px}._GanttHorizontalScroll_wafbw_1796::-webkit-scrollbar-track{background:var(--theme-color-component-2)}._GanttHorizontalScroll_wafbw_1796::-webkit-scrollbar-thumb{background:var(--theme-color-1);border-radius:5px}._GanttHorizontalScroll_wafbw_1796::-webkit-scrollbar-thumb:hover{background:var(--theme-color-primary)}._GanttHorizontalContent_wafbw_1823{display:flex;flex-direction:column;flex:1;min-width:fit-content}._GanttBottomBar_wafbw_1831{height:1px;min-height:1px;background:var(--theme-color-std-bdr-1)}._HorizontalScrollbarContainer_wafbw_1838{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_wafbw_1838::-webkit-scrollbar{height:12px}._HorizontalScrollbarContainer_wafbw_1838::-webkit-scrollbar-track{background:var(--theme-color-component-2)}._HorizontalScrollbarContainer_wafbw_1838::-webkit-scrollbar-thumb{background:var(--theme-color-1);border-radius:6px}._HorizontalScrollbarContainer_wafbw_1838::-webkit-scrollbar-thumb:hover{background:var(--theme-color-primary)}._HorizontalScrollbarContent_wafbw_1865{height:1px}._DayHeaderRow_wafbw_1870{display:flex;height:36px;min-height:36px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._DayHeaderCell_wafbw_1877{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_wafbw_1877:last-child{border-right:none}._DayHeaderCell_wafbw_1877._Weekend_wafbw_1894{background-color:#00000026}._DayHeaderCell_wafbw_1877._Hovered_wafbw_1898{background-color:#ffffff14}._DayHeaderCell_wafbw_1877._Today_wafbw_591{background-color:var(--theme-color-primary)!important;color:var(--theme-color-inv-text)!important}._DayHeaderCell_wafbw_1877._Today_wafbw_591._Hovered_wafbw_1898{background-color:var(--theme-color-primary--hover)!important}._DayHeaderCell_wafbw_1877._MonthView_wafbw_1913{flex-direction:column;gap:2px;padding:4px 0}._DayHeaderCell_wafbw_1877._MonthView_wafbw_1913 ._DayName_wafbw_1919{font-size:10px}._DayHeaderCell_wafbw_1877._MonthView_wafbw_1913 ._DayDate_wafbw_1923{font-size:11px}._DayHeaderCell_wafbw_1877._HolidayHeader_wafbw_1927{background-color:#ff505040;color:var(--theme-color-alarm);flex-direction:column;gap:1px}._HolidayLabel_wafbw_1934{font-size:9px;font-weight:400;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._DayName_wafbw_1919{font-weight:700}._DayDate_wafbw_1923{font-weight:400;opacity:.8}._HourHeaderRow_wafbw_1954{display:flex;height:32px;min-height:32px}._HourHeaderDay_wafbw_1960{display:flex;border-right:1px solid var(--theme-color-std-bdr-1)}._HourHeaderDay_wafbw_1960:last-child{border-right:none}._HourHeaderDay_wafbw_1960._Weekend_wafbw_1894{background-color:#0000001a}._HourCell_wafbw_1973{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_wafbw_1973:last-child{border-right:none}._GanttHeaderWrapper_wafbw_1990{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_wafbw_2002{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_wafbw_2002::-webkit-scrollbar{width:10px;height:10px}._GanttBody_wafbw_2002::-webkit-scrollbar-track{background:var(--theme-color-component-2)}._GanttBody_wafbw_2002::-webkit-scrollbar-thumb{background:var(--theme-color-1);border-radius:5px;border:2px solid var(--theme-color-component-2)}._GanttBody_wafbw_2002::-webkit-scrollbar-thumb:hover{background:var(--theme-color-primary)}._GanttBody_wafbw_2002::-webkit-scrollbar-corner{background:var(--theme-color-component-2)}._GanttCanvas_wafbw_2043{position:relative;min-height:100%}._GridLines_wafbw_2049{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}._GridLine_wafbw_2049{position:absolute;top:0;bottom:0;width:1px;background-color:#ffffff08}._GridLine_wafbw_2049._HourLine_wafbw_2067{background-color:#ffffff14}._GridLine_wafbw_2049._DayLine_wafbw_2071{background-color:#ffffff26;width:2px}._DayColumn_wafbw_2077{position:absolute;top:0;bottom:0;pointer-events:none;z-index:0}._DayColumn_wafbw_2077._Weekend_wafbw_1894{background-color:#00000014}._DayColumn_wafbw_2077._Hovered_wafbw_1898{background-color:#ffffff05}._ShiftBg_wafbw_2094{position:absolute;top:0;bottom:0;pointer-events:none}._ShiftBg_wafbw_2094._EarlyShift_wafbw_2101{background-color:#4cd9640f}._ShiftBg_wafbw_2094._LateShift_wafbw_2105{background-color:#ffcc000f}._ShiftBg_wafbw_2094._NightShift_wafbw_2109{background-color:#5856d60f}._NonProductionOverlay_wafbw_2114{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_wafbw_2130{width:100%;background-color:var(--theme-color-component-2);border-bottom:1px solid var(--theme-color-std-bdr-1)}._GanttRow_wafbw_2137{position:relative;border-bottom:1px solid rgba(255,255,255,.06);background-color:transparent}._GanttRow_wafbw_2137._Alternate_wafbw_1449{background-color:#ffffff04}._EmptyGanttRow_wafbw_2147{position:relative;border-bottom:1px solid rgba(255,255,255,.06);background-color:var(--theme-color-component-2);opacity:.5}._PersonnelAvailabilityLine_wafbw_2155{position:absolute;bottom:4px;height:3px;border-radius:1.5px;pointer-events:auto;cursor:default;transition:all .15s ease;z-index:5}._PersonnelAvailabilityLine_wafbw_2155._Available_wafbw_2167{background:repeating-linear-gradient(90deg,rgba(0,190,220,.35),rgba(0,190,220,.35) 6px,transparent 6px,transparent 10px)}._PersonnelAvailabilityLine_wafbw_2155._Available_wafbw_2167:hover{background:repeating-linear-gradient(90deg,rgba(0,190,220,.55),rgba(0,190,220,.55) 6px,transparent 6px,transparent 10px);height:5px}._PersonnelAvailabilityLine_wafbw_2155._Assigned_wafbw_2189{background-color:#00bedc80}._PersonnelAvailabilityLine_wafbw_2155._Assigned_wafbw_2189:hover{background-color:#00bedcb3;height:5px}._PersonnelAvailabilityLine_wafbw_2155:hover{background-color:#00bedc73;height:5px}._PersonnelTooltip_wafbw_2204{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_wafbw_1 .15s ease}._PersonnelTooltipHeader_wafbw_2231{display:flex;align-items:center;gap:8px;font-weight:600;margin-bottom:8px;color:var(--theme-color-primary)}._PersonnelTooltipHeader_wafbw_2231 ix-icon{font-size:16px}._PersonnelTooltipTime_wafbw_2244{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_wafbw_2252{display:flex;gap:16px;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid var(--theme-color-component-5)}._PersonnelTooltipStat_wafbw_2252{display:flex;align-items:center;gap:4px;font-size:11px}._PersonnelTooltipStatValue_wafbw_2267{font-weight:600;color:var(--theme-color-primary)}._PersonnelTooltipStatLabel_wafbw_2272{color:var(--theme-color-soft-text)}._PersonnelTooltipGroups_wafbw_2276{display:flex;flex-direction:column;gap:4px}._PersonnelTooltipGroup_wafbw_2276{display:flex;align-items:center;gap:6px;font-size:12px}._PersonnelTooltipGroupCount_wafbw_2289{font-weight:600;color:var(--theme-color-primary);min-width:24px}._PersonnelTooltipGroupName_wafbw_2295{color:var(--theme-color-std-text)}._TaskBar_wafbw_2300{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_wafbw_2318{position:absolute;height:0;border-top:2px dashed rgba(255,255,255,.7);z-index:99;pointer-events:none}._SetupOptimizationMarker_wafbw_2327{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_wafbw_2327 ix-icon{color:#fffffff2;filter:drop-shadow(0 1px 1px rgba(0,0,0,.3))}._SetupOptimizationMarker_wafbw_2327: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_wafbw_2300:hover{box-shadow:0 4px 12px #0000004d;transform:translateY(-1px)}._TaskBar_wafbw_2300:active{cursor:grabbing}._TaskPlanned_wafbw_2376,._AssignmentPlanned_wafbw_2383{background:linear-gradient(135deg,#0072c6,#005a9e);border:1px solid rgba(255,255,255,.15)}._AssignmentActive_wafbw_2389{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_wafbw_1 2s ease-in-out infinite}@keyframes _activeGlow_wafbw_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_wafbw_2406{background:repeating-linear-gradient(45deg,#00bcd4,#00bcd4 5px,#26c6da 5px,#26c6da 10px);border:2px dashed #0097a7}._AssignmentPaused_wafbw_2418{background:repeating-linear-gradient(45deg,#ff6b00,#ff6b00 5px,#ff8c42 5px,#ff8c42 10px);border:2px dashed #e65100}._MachineAssignmentBar_wafbw_2430._HasOverlap_wafbw_2430{box-shadow:0 0 0 2px #ff3b30,0 2px 8px #ff3b3099;border-color:#ff3b30!important}._WarningIcon_wafbw_2436{color:#ff3b30;filter:drop-shadow(0 0 2px rgba(255,59,48,.8))}._OutOfShiftIcon_wafbw_2442{color:#ff9500;filter:drop-shadow(0 0 2px rgba(255,149,0,.8))}._StatusIcon_wafbw_2448{color:#ffffffe6}._OvertimeIcon_wafbw_2453{color:#ff9500;filter:drop-shadow(0 0 2px rgba(255,149,0,.8));animation:_overtimePulse_wafbw_1 2s ease-in-out infinite}@keyframes _overtimePulse_wafbw_1{0%,to{opacity:1}50%{opacity:.6}}._MachineAssignmentBar_wafbw_2430._HasOvertime_wafbw_2469{box-shadow:0 0 0 1.5px #ff9500,inset 0 0 0 1px #ff95004d;border-color:#ff9500!important}._MachineAssignmentBar_wafbw_2430._OutOfShift_wafbw_2442{box-shadow:0 0 0 1.5px #ff9500;border-color:#ff9500!important;opacity:.9}._TaskInProgress_wafbw_2484{background:linear-gradient(135deg,#fc0,#e6b800);border:1px solid rgba(255,255,255,.2)}._TaskReleased_wafbw_2489{background:linear-gradient(135deg,#30d158,#27a947);border:1px solid rgba(255,255,255,.2)}._TaskPaused_wafbw_2494{background:repeating-linear-gradient(45deg,#ff6b00,#ff6b00 5px,#ff8c42 5px,#ff8c42 10px);border:2px dashed #e65100}._TaskCompleted_wafbw_2505{background:repeating-linear-gradient(45deg,#9e9e9e,#9e9e9e 5px,#bdbdbd 5px,#bdbdbd 10px);border:2px dashed #757575;opacity:.8}._TaskDelayed_wafbw_2517{background:linear-gradient(135deg,#ff9500,#e68600);border:1px solid rgba(255,255,255,.15)}._TaskConflict_wafbw_2522{background:linear-gradient(135deg,#ff3b30,#d93025);border:1px solid rgba(255,255,255,.15)}._TaskBar_wafbw_2300._HasConflict_wafbw_2527{box-shadow:inset 0 0 0 2px #ff3b30}._TaskBar_wafbw_2300._NotAllowedMachine_wafbw_2532{box-shadow:inset 0 0 0 2px #ff9500}._TaskBar_wafbw_2300._PersonnelWarning_wafbw_2537{box-shadow:inset 0 0 0 2px #ff9f0a}._TaskBar_wafbw_2300._MaterialCritical_wafbw_2542{box-shadow:inset 0 0 0 2px #dc2626}._TaskBar_wafbw_2300._MaterialWarning_wafbw_2547{box-shadow:inset 0 0 0 2px #f59e0b}._SetupIndicator_wafbw_2552{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_wafbw_2568{display:flex;align-items:center;gap:8px;flex:1;overflow:hidden;z-index:1}._TaskId_wafbw_2577{font-size:11px;font-weight:700;color:#fff;background-color:#0003;padding:2px 6px;border-radius:3px;white-space:nowrap}._TaskName_wafbw_2587{font-size:12px;font-weight:500;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._TaskOrder_wafbw_2596{font-size:10px;color:#ffffffb3;white-space:nowrap}._TaskIcons_wafbw_2603{display:flex;align-items:center;gap:4px;flex-shrink:0;margin-left:auto}._MaterialIcon_wafbw_2611{color:#ff9500}._ConflictIcon_wafbw_2615{color:#ff3b30}._ResizeHandleLeft_wafbw_2620,._ResizeHandleRight_wafbw_2621{position:absolute;top:0;bottom:0;width:8px;cursor:ew-resize;opacity:0;transition:opacity .15s ease;z-index:20}._TaskBar_wafbw_2300:hover ._ResizeHandleLeft_wafbw_2620,._TaskBar_wafbw_2300:hover ._ResizeHandleRight_wafbw_2621{opacity:1}._ResizeHandleLeft_wafbw_2620{left:0;background:linear-gradient(90deg,rgba(255,255,255,.3),transparent);border-radius:6px 0 0 6px}._ResizeHandleRight_wafbw_2621{right:0;background:linear-gradient(270deg,rgba(255,255,255,.3),transparent);border-radius:0 6px 6px 0}._SplitPartLabel_wafbw_2652{font-size:10px;font-weight:500;color:#ffffffd9;padding:2px 6px;background:#00000026;border-radius:3px;white-space:nowrap}._SplitConnectorLine_wafbw_2663{background:#fff6;border-radius:1px;z-index:5}._SplitConnectorDot_wafbw_2670{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_wafbw_2300._SplitParentFocused_wafbw_2681{box-shadow:0 0 0 2px #007aff80;z-index:25}._TaskBar_wafbw_2300._SplitChildFocused_wafbw_2687{box-shadow:0 0 0 1px #007aff66;z-index:24}[data-ix-color-schema=light] ._SplitPartLabel_wafbw_2652{color:#000000bf;background:#ffffff4d}[data-ix-color-schema=light] ._SplitConnectorLine_wafbw_2663{background:#00000040}[data-ix-color-schema=light] ._SplitConnectorDot_wafbw_2670{background:#ffffffe6;border-color:#0006}[data-ix-color-schema=light] ._MachineStatus_wafbw_1409{color:#333}[data-ix-color-schema=dark] ._MachineStatus_wafbw_1409{color:#fff}[data-ix-color-schema=light] ._GridLine_wafbw_2049{background-color:#0000000a}[data-ix-color-schema=light] ._GridLine_wafbw_2049._HourLine_wafbw_2067{background-color:#0000001a}[data-ix-color-schema=light] ._GridLine_wafbw_2049._DayLine_wafbw_2071{background-color:#0003}[data-ix-color-schema=light] ._DayColumn_wafbw_2077._Weekend_wafbw_1894{background-color:#0000000a}[data-ix-color-schema=light] ._GanttRow_wafbw_2137{border-bottom-color:#00000014}[data-ix-color-schema=light] ._GanttRow_wafbw_2137._Alternate_wafbw_1449{background-color:#00000005}[data-ix-color-schema=light] ._MachineRow_wafbw_809{border-bottom-color:#00000014}[data-ix-color-schema=light] ._MachineRow_wafbw_809._Alternate_wafbw_1449{background-color:#00000005}[data-ix-color-schema=dark] ._MachineConflictIcon_wafbw_1509{color:#ff3b30}[data-ix-color-schema=dark] ._MachineConflictIcon_wafbw_1509 ix-icon{color:#ff3b30}[data-ix-color-schema=dark] ._MachineConflictTooltip_wafbw_1528{background-color:#ff3b30;color:#fff}[data-ix-color-schema=dark] ._WarningIcon_wafbw_2436{color:#ff3b30;filter:drop-shadow(0 0 2px rgba(255,59,48,.8))}[data-ix-color-schema=dark] ._StatusBadge_wafbw_1435._Error_wafbw_1648{background:#ff3b3033;color:#ff3b30}[data-ix-color-schema=dark] ._TooltipStatus_wafbw_2777._Conflict_wafbw_2615,[data-ix-color-schema=dark] ._TooltipConflictItem_wafbw_2781,[data-ix-color-schema=dark] ._ConflictSection_wafbw_2786 ._DrawerSectionHeader_wafbw_2786 h3,[data-ix-color-schema=dark] ._ConflictType_wafbw_2790,[data-ix-color-schema=dark] ._TooltipStatus_wafbw_2777._Delayed_wafbw_2795,[data-ix-color-schema=dark] ._TooltipConflictLabel_wafbw_2799,[data-ix-color-schema=dark] ._DayHeaderCell_wafbw_1877._Overdue_wafbw_2804{color:#ff3b30}[data-ix-color-schema=dark] ._ConflictCount_wafbw_2809{background-color:#ff3b30}[data-ix-color-schema=dark] ._ConflictMessage_wafbw_2814{color:#ff3b30}[data-ix-color-schema=dark] ._FilterChip_conflict_wafbw_2819._Active_wafbw_480{background-color:#ff3b3033;border-color:#ff3b30;color:#ff3b30}[data-ix-color-schema=dark] ._WarningModal_error_wafbw_2826 ._WarningModalIcon_wafbw_2826{color:#ff3b30}[data-ix-color-schema=dark] ._WarningModal_error_wafbw_2826{border-top-color:#ff3b30}[data-ix-color-schema=dark] ._EmployeeAlert_wafbw_2835{color:#ff3b30}._TaskBar_wafbw_2300._Dragging_wafbw_2840{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_wafbw_2300._DragPreview_wafbw_2849{opacity:.3;pointer-events:none}._ResizeHandleLeft_wafbw_2620._Active_wafbw_480,._ResizeHandleRight_wafbw_2621._Active_wafbw_480{opacity:1!important;background-color:#0072c680}._TaskTooltip_wafbw_2861{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_wafbw_1 .15s ease;isolation:isolate}@keyframes _tooltipFadeIn_wafbw_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}._TooltipHeader_wafbw_2887{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._TooltipTaskId_wafbw_2896{font-size:12px;font-weight:700;color:#fff;background-color:var(--theme-color-primary);padding:3px 8px;border-radius:4px}._TooltipTaskName_wafbw_2905{font-size:13px;font-weight:600;color:var(--theme-color-std-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._TooltipRow_wafbw_2914{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:12px}._TooltipLabel_wafbw_2922{color:var(--theme-color-soft-text);font-weight:500}._TooltipValue_wafbw_2927{color:var(--theme-color-std-text);font-weight:600}._TooltipStatus_wafbw_2777{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}._TooltipStatus_wafbw_2777._Planned_wafbw_2943{background-color:#0072c633;color:#0072c6}._TooltipStatus_wafbw_2777._InProgress_wafbw_2948{background-color:#4cd96433;color:#4cd964}._TooltipStatus_wafbw_2777._Completed_wafbw_2953{background-color:#8e8e9333;color:#8e8e93}._TooltipStatus_wafbw_2777._Delayed_wafbw_2795{background-color:#ff950033;color:#ff9500}._TooltipStatus_wafbw_2777._Conflict_wafbw_2615{background-color:#ff3b3033;color:#ff3b30}._TooltipConflicts_wafbw_2969{display:flex;flex-direction:column;gap:4px}._TooltipConflictLabel_wafbw_2799{color:var(--theme-color-alarm);font-weight:600;font-size:11px}._TooltipConflictItem_wafbw_2781{color:var(--theme-color-alarm);font-size:11px;padding-left:8px;border-left:2px solid var(--theme-color-alarm)}._LiveDragTooltip_wafbw_2989{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_wafbw_2989:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--theme-color-primary)}._LiveDragTime_wafbw_3013{display:flex;align-items:center;gap:8px}._LiveDragTime_wafbw_3013 span{opacity:.8}._GanttBody_wafbw_2002._IsDragging_wafbw_3024{cursor:grabbing;-webkit-user-select:none;user-select:none}._GanttBody_wafbw_2002._IsDragging_wafbw_3024 ._TaskBar_wafbw_2300:not(._Dragging_wafbw_2840){pointer-events:none}._DragTooltip_wafbw_3034{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_wafbw_3047{font-weight:600;margin-bottom:2px}._DragTooltipDuration_wafbw_3052{font-size:11px;opacity:.9}._TooltipTitle_wafbw_3058{font-size:13px;font-weight:600;color:var(--theme-color-std-text)}._TooltipBody_wafbw_3064{display:flex;flex-direction:column;gap:4px}._TooltipBadge_wafbw_3070{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_wafbw_3079{display:flex;align-items:center;gap:6px;color:#ff3b30}._TooltipOvertime_wafbw_3087{display:flex;align-items:center;gap:6px;color:#ff9500}._TooltipDivider_wafbw_3094{height:1px;background-color:var(--theme-color-std-bdr-1);margin:6px 0}._Status_planned_wafbw_3101{background-color:#0072c633;color:#0072c6}._Status_inProgress_wafbw_3106{background-color:#4cd96433;color:#4cd964}._Status_completed_wafbw_3111{background-color:#8e8e9333;color:#8e8e93}._Status_delayed_wafbw_3116{background-color:#ff950033;color:#ff9500}._Status_conflict_wafbw_3121{background-color:#ff3b3033;color:#ff3b30}._DrawerOverlay_wafbw_3127{position:fixed;top:0;left:0;right:0;bottom:0;background-color:transparent;z-index:9998;pointer-events:none}@keyframes _fadeIn_wafbw_1{0%{opacity:0}to{opacity:1}}._DrawerContainer_wafbw_3143{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_wafbw_1 .25s ease;overflow:hidden}@keyframes _slideInRight_wafbw_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}._DrawerContainerWide_wafbw_3168{width:420px}._DrawerContainerNormal_wafbw_3172{width:400px}._DrawerCloseButton_wafbw_3176{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_wafbw_3176:hover{background-color:var(--theme-color-component-2);color:var(--theme-color-std-text);border-color:var(--theme-color-primary)}._DrawerDeleteButton_wafbw_3198{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_wafbw_3198:hover{background-color:#ff3b301a;color:#ff3b30;border-color:#ff3b30}._DetailDrawer_wafbw_3221{display:flex;flex-direction:column;height:100%;background-color:var(--theme-color-1);isolation:isolate;overflow:hidden}._DrawerHeader_wafbw_3230{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_wafbw_3240{flex:1}._DrawerTaskId_wafbw_3244{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_wafbw_3255{margin:0;font-size:18px;font-weight:600;color:var(--theme-color-std-text)}._DrawerBody_wafbw_3262{flex:1;overflow-y:auto;overflow-x:hidden;padding:20px 24px;overscroll-behavior:contain;background-color:var(--theme-color-1)}._DrawerStatusBadge_wafbw_3271{display:inline-flex;align-items:center;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:20px}._DrawerStatus_planned_wafbw_3281{background-color:#0072c626;color:#0072c6}._DrawerStatus_inProgress_wafbw_3286{background-color:#4cd96426;color:#4cd964}._DrawerStatus_completed_wafbw_3291{background-color:#8e8e9326;color:#8e8e93}._DrawerStatus_delayed_wafbw_3296{background-color:#ff950026;color:#ff9500}._DrawerStatus_conflict_wafbw_3301{background-color:#ff3b3026;color:#ff3b30}._DrawerSection_wafbw_2786{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_wafbw_2786{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._DrawerSectionHeader_wafbw_2786 h3{margin:0;font-size:13px;font-weight:600;color:var(--theme-color-std-text);text-transform:uppercase;letter-spacing:.5px}._DrawerSectionContent_wafbw_3332{display:flex;flex-direction:column;gap:8px}._DrawerRow_wafbw_3338{display:flex;justify-content:space-between;align-items:center;font-size:13px}._DrawerLabel_wafbw_3345{color:var(--theme-color-soft-text)}._DrawerValue_wafbw_3349{font-weight:600;color:var(--theme-color-std-text);text-align:right}._Material_available_wafbw_3355{color:#4cd964!important}._Material_partial_wafbw_3359{color:#ff9500!important}._Material_missing_wafbw_3363{color:#ff3b30!important}._DrawerWarning_wafbw_3367{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_wafbw_3381{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_wafbw_2786{background-color:#ff3b300d;border:1px solid rgba(255,59,48,.2);border-radius:8px;padding:16px}._ConflictSection_wafbw_2786 ._DrawerSectionHeader_wafbw_2786,._ConflictSection_wafbw_2786 ._DrawerSectionHeader_wafbw_2786 h3{color:var(--theme-color-alarm)}._ConflictCount_wafbw_2809{background-color:var(--theme-color-alarm);color:#fff;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600;margin-left:8px}._ConflictItem_wafbw_3421{background-color:#ff3b301a;border-radius:6px;padding:12px;margin-bottom:8px}._ConflictItem_wafbw_3421:last-child{margin-bottom:0}._ConflictType_wafbw_2790{font-size:11px;font-weight:600;color:var(--theme-color-alarm);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}._ConflictMessage_wafbw_2814{font-size:13px;font-weight:500;color:var(--theme-color-std-text);margin-bottom:4px}._ConflictDetails_wafbw_3448{font-size:12px;color:var(--theme-color-soft-text)}._DrawerFooter_wafbw_3453{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_wafbw_625{display:flex;gap:6px;align-items:center}._FilterToggle_wafbw_625 ix-button{--ix-button-height: 26px;--ix-button-padding-x: 8px;font-size:11px}._FilterToggle_wafbw_625 ix-button::part(button){height:26px;padding:0 8px}._PersonnelToggleWrapper_wafbw_3481{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--theme-color-soft-text);white-space:nowrap}._PersonnelToggleWrapper_wafbw_3481 ix-toggle{--toggle-height: 18px;--toggle-width: 32px}._PersonnelToggleLabel_wafbw_3495{cursor:pointer;transition:color .15s ease}._PersonnelToggleLabel_wafbw_3495:hover{color:var(--theme-color-std-text)}._PersonnelToggleLabel_wafbw_3495._Active_wafbw_480{color:var(--theme-color-primary)}._FilterBar_wafbw_3508{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_wafbw_1 .2s ease}@keyframes _filterSlideDown_wafbw_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._FilterGroup_wafbw_3529{display:flex;flex-direction:column;gap:8px}._FilterLabel_wafbw_3535{font-size:11px;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.5px}._FilterChips_wafbw_3543{display:flex;flex-wrap:wrap;gap:6px}._FilterChip_wafbw_2819{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_wafbw_2819:hover{background-color:var(--theme-color-component-3)}._FilterChip_wafbw_2819._Active_wafbw_480{background-color:var(--theme-color-primary);color:var(--theme-color-inv-text);border-color:var(--theme-color-primary)}._FilterChip_planned_wafbw_3574._Active_wafbw_480{background-color:#0072c6;border-color:#0072c6}._FilterChip_inProgress_wafbw_3579._Active_wafbw_480{background-color:#4cd964;border-color:#4cd964}._FilterChip_completed_wafbw_3584._Active_wafbw_480{background-color:#8e8e93;border-color:#8e8e93}._FilterChip_delayed_wafbw_3589._Active_wafbw_480{background-color:#ff9500;border-color:#ff9500}._FilterChip_conflict_wafbw_2819._Active_wafbw_480{background-color:#ff3b30;border-color:#ff3b30}._FilterSection_wafbw_1222{display:flex;flex-direction:column;gap:10px;min-width:200px}._FilterSectionLabel_wafbw_3607{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_wafbw_3618{display:flex;flex-wrap:wrap;gap:8px}._FilterDropdown_wafbw_3618{position:relative;min-width:180px}._FilterDropdownHeader_wafbw_3629{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_wafbw_3629:hover{background-color:var(--theme-color-component-2);border-color:var(--theme-color-primary)}._FilterDropdownHeader_wafbw_3629._Expanded_wafbw_3650{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:var(--theme-color-primary);background-color:var(--theme-color-component-2)}._FilterDropdownHeader_wafbw_3629._HasSelection_wafbw_3657{border-color:var(--theme-color-primary)}._FilterDropdownTitle_wafbw_3661{display:flex;align-items:center;gap:8px}._FilterDropdownBadge_wafbw_3667{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_wafbw_3681{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_wafbw_1 .15s ease}@keyframes _dropdownFadeIn_wafbw_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._FilterCheckboxItem_wafbw_3709{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;transition:background-color .1s ease}._FilterCheckboxItem_wafbw_3709:hover{background-color:var(--theme-color-component-2)}._FilterCheckboxItem_wafbw_3709._SelectAll_wafbw_3722{border-bottom:1px solid var(--theme-color-std-bdr-1);font-weight:600;background-color:var(--theme-color-component--1)}._FilterCheckbox_wafbw_1245{display:flex;align-items:center;justify-content:center;padding:0;background:none;border:none;cursor:pointer;color:var(--theme-color-primary)}._FilterMachineLabel_wafbw_3739{display:flex;flex-direction:column;gap:2px}._FilterMachineId_wafbw_3745{font-size:13px;font-weight:500;color:var(--theme-color-std-text)}._FilterMachineName_wafbw_3751{font-size:11px;color:var(--theme-color-soft-text)}._FilterInput_wafbw_3756{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_wafbw_3756:focus{border-color:var(--theme-color-primary)}._FilterInput_wafbw_3756::placeholder{color:var(--theme-color-soft-text)}._FilterResults_wafbw_3776{display:flex;align-items:flex-end;margin-left:auto;font-size:12px;font-weight:500;color:var(--theme-color-soft-text)}._UnplannedDrawer_wafbw_3786{display:flex;flex-direction:column;height:100%;background-color:var(--theme-color-1);isolation:isolate;overflow:hidden}._UnplannedDrawerHeader_wafbw_3795{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_wafbw_3805{display:flex;align-items:center;gap:12px}._UnplannedHeaderContent_wafbw_3805 h2{margin:0;font-size:18px;font-weight:600;color:var(--theme-color-std-text)}._UnplannedCount_wafbw_3818{padding:4px 10px;font-size:12px;font-weight:600;color:#fff;background-color:var(--theme-color-primary);border-radius:12px}._UnplannedHint_wafbw_3827{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_wafbw_3838{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_wafbw_3850{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:var(--theme-color-soft-text);text-align:center}._UnplannedEmpty_wafbw_3850 p{margin:12px 0 0;font-size:14px}._UnplannedCard_wafbw_3865{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_wafbw_3865:hover{border-color:var(--theme-color-primary);box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}._UnplannedCard_wafbw_3865:active{cursor:grabbing}._UnplannedCard_wafbw_3865._Priority_high_wafbw_3885{border-left:4px solid #ff3b30}._UnplannedCard_wafbw_3865._Priority_medium_wafbw_3889{border-left:4px solid #ff9500}._UnplannedCard_wafbw_3865._Priority_low_wafbw_3893{border-left:4px solid #4cd964}._UnplannedCardHeader_wafbw_3897{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._UnplannedTaskId_wafbw_3904{font-size:11px;font-weight:700;color:#fff;background-color:var(--theme-color-primary);padding:3px 8px;border-radius:4px}._PriorityBadge_wafbw_3913{font-size:10px;font-weight:600;padding:3px 8px;border-radius:4px;text-transform:uppercase}._PriorityBadge_wafbw_3913._Priority_high_wafbw_3885{background-color:#ff3b3026;color:#ff3b30}._PriorityBadge_wafbw_3913._Priority_medium_wafbw_3889{background-color:#ff950026;color:#ff9500}._PriorityBadge_wafbw_3913._Priority_low_wafbw_3893{background-color:#4cd96426;color:#4cd964}._UnplannedTaskName_wafbw_3936{margin:0 0 12px;font-size:14px;font-weight:600;color:var(--theme-color-std-text)}._UnplannedCardDetails_wafbw_3943{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}._UnplannedRow_wafbw_3950{display:flex;justify-content:space-between;font-size:12px}._UnplannedLabel_wafbw_3956{color:var(--theme-color-soft-text)}._UnplannedValue_wafbw_3960{font-weight:500;color:var(--theme-color-std-text)}._UnplannedDueDate_wafbw_3965{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_wafbw_3965._Urgent_wafbw_3978{background-color:#ff3b301a;color:#ff3b30}._UnplannedCardActions_wafbw_3983{display:flex;gap:8px;margin-bottom:12px}._UnplannedCardActions_wafbw_3983 ix-button{font-size:11px;--ix-button-height: 28px}._UnplannedDragHandle_wafbw_3994{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_wafbw_3865:hover ._UnplannedDragHandle_wafbw_3994{background-color:var(--theme-color-primary);color:#fff}._GanttRow_wafbw_2137._ValidDropTarget_wafbw_4015{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_wafbw_2137._ValidDropTarget_wafbw_4015:hover,._GanttRow_wafbw_2137._HoveredDropTarget_wafbw_4023{background-color:#0072c659!important;box-shadow:inset 0 0 0 2px #0072c6b3}._GanttRow_wafbw_2137._InvalidDropTarget_wafbw_4029{transition:background-color .15s ease;background-color:#cc003314;cursor:not-allowed}._GanttRow_wafbw_2137._InvalidDropTarget_wafbw_4029:hover{background-color:#cc003326!important}._CurrentTimeLine_wafbw_4040{position:absolute;top:0;bottom:0;width:1px;background-color:#ff3b30;opacity:.7;z-index:100;pointer-events:none}._CurrentTimeMarker_wafbw_4051{position:absolute;top:0;left:-3.5px;width:8px;height:8px;background-color:#ff3b30;border-radius:50%;box-shadow:0 1px 3px #0003}._LiveSplitOverlay_wafbw_4063{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_wafbw_1 .15s ease}._LiveSplitTaskHighlight_wafbw_4076{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_wafbw_1 1.5s ease-in-out infinite}@keyframes _splitHighlightPulse_wafbw_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_wafbw_4096{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_wafbw_4107{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_wafbw_4118{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_wafbw_4128{position:relative;width:4px;background-color:#fff;cursor:ew-resize;z-index:10;display:flex;flex-direction:column;align-items:center}._LiveSplitHandle_wafbw_4140{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_wafbw_4140:before{content:"";width:2px;height:12px;background:repeating-linear-gradient(to bottom,#666 0px,#666 2px,transparent 2px,transparent 4px)}._LiveSplitControls_wafbw_4169{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_wafbw_4169 ._LiveSplitConfirmBtn_wafbw_4183{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_wafbw_4169 ._LiveSplitConfirmBtn_wafbw_4183:hover{background:linear-gradient(135deg,#4ade5b,#34c759);transform:scale(1.05)}._LiveSplitControls_wafbw_4169 ._LiveSplitCancelBtn_wafbw_4205{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_wafbw_4169 ._LiveSplitCancelBtn_wafbw_4205:hover{background-color:#ff3b30;border-color:#ff3b30;color:#fff}._LiveSplitTimeLabel_wafbw_4229{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_wafbw_4245{padding:.75rem;text-align:center;font-size:.8125rem;color:#ffffffd9;background-color:#000000b3}._LiveSplitHint_wafbw_4245 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_wafbw_4266{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_wafbw_1 .2s ease}@keyframes _modalFadeIn_wafbw_1{0%{opacity:0}to{opacity:1}}._WarningModal_wafbw_2826{background-color:var(--theme-color-1);border-radius:12px;min-width:400px;max-width:500px;box-shadow:0 20px 60px #0006;animation:_modalSlideIn_wafbw_1 .2s ease;overflow:hidden}@keyframes _modalSlideIn_wafbw_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._WarningModal_wafbw_2826._WarningModal_error_wafbw_2826{border-top:4px solid var(--theme-color-alarm)}._WarningModal_wafbw_2826._WarningModal_warning_wafbw_4311{border-top:4px solid var(--theme-color-warning)}._WarningModalHeader_wafbw_4315{display:flex;align-items:center;gap:12px;padding:20px 24px 16px}._WarningModalIcon_wafbw_2826{flex-shrink:0}._WarningModal_error_wafbw_2826 ._WarningModalIcon_wafbw_2826{color:var(--theme-color-alarm)}._WarningModal_warning_wafbw_4311 ._WarningModalIcon_wafbw_2826{color:var(--theme-color-warning)}._WarningModalTitle_wafbw_4334{font-size:18px;font-weight:600;color:var(--theme-color-std-text);margin:0}._WarningModalBody_wafbw_4341{padding:0 24px 20px}._WarningModalMessage_wafbw_4345{font-size:14px;color:var(--theme-color-soft-text);margin:0 0 12px;line-height:1.5}._WarningModalDetails_wafbw_4352{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_wafbw_4364{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_wafbw_2300._Selected_wafbw_4374{box-shadow:0 0 0 3px var(--theme-color-primary),0 4px 12px #0072c666!important;z-index:20}._TimeEditModal_wafbw_4380,._MachineChangeModal_wafbw_4381{background-color:var(--theme-color-1);border-radius:12px;min-width:380px;max-width:450px;box-shadow:0 20px 60px #0006;animation:_modalSlideIn_wafbw_1 .2s ease;overflow:hidden}._ModalHeader_wafbw_4391{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._ModalHeader_wafbw_4391 h3{font-size:16px;font-weight:600;color:var(--theme-color-std-text);margin:0}._ModalCloseButton_wafbw_4406{--ix-button-height: 28px}._ModalBody_wafbw_4410{padding:20px}._TaskInfo_wafbw_4414{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_wafbw_4423{font-size:13px;color:var(--theme-color-soft-text);margin:0 0 16px}._FormGroup_wafbw_4429{margin-bottom:16px}._FormGroup_wafbw_4429 label{display:block;font-size:12px;font-weight:500;color:var(--theme-color-soft-text);margin-bottom:6px}._FormGroup_wafbw_4429 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_wafbw_4429 input[type=datetime-local]:focus{outline:none;border-color:var(--theme-color-primary);box-shadow:0 0 0 2px #0072c633}._FormGroup_wafbw_4429 input[type=date],._FormGroup_wafbw_4429 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_wafbw_4429 input[type=date]:focus,._FormGroup_wafbw_4429 input[type=time]:focus,._FormGroup_wafbw_4429 select:focus{outline:none;border-color:var(--theme-color-primary);box-shadow:0 0 0 2px #0072c633}._FormGroup_wafbw_4429 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_wafbw_4490{display:block;font-size:11px;color:var(--theme-color-soft-text);margin-top:4px}._FormRow_wafbw_4497{display:flex;gap:12px}._FormRow_wafbw_4497 ._FormGroup_wafbw_4429{flex:1}._MachineOptionList_wafbw_4506{display:flex;flex-direction:column;gap:4px;max-height:300px;overflow-y:auto}._MachineOption_wafbw_4506{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_wafbw_4506:hover:not(._CurrentSelected_wafbw_4526){background-color:var(--theme-color-component-3)}._MachineOption_wafbw_4506._CurrentSelected_wafbw_4526{background-color:var(--theme-color-component-4);cursor:default}._CurrentBadge_wafbw_4535{margin-left:auto;font-size:11px;color:#fff;background-color:#0a0;padding:2px 8px;border-radius:10px;font-weight:500}._ModalFooter_wafbw_4545{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_wafbw_4555{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_wafbw_1 .2s ease;overflow:hidden}._ReleaseModalHeader_wafbw_4568{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_wafbw_4577{display:flex;align-items:center;gap:12px}._ReleaseModalTitleRow_wafbw_4577 ix-icon{color:var(--theme-color-primary)}._ReleaseModalHeader_wafbw_4568 h2{font-size:18px;font-weight:600;color:var(--theme-color-std-text);margin:0}._ReleaseModalBody_wafbw_4594{flex:1;overflow-y:auto;padding:20px}._ReleaseSection_wafbw_4600{margin-bottom:24px}._ReleaseSection_wafbw_4600:last-child{margin-bottom:0}._ReleaseSectionTitle_wafbw_4608{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_wafbw_4617{display:flex;flex-direction:column;gap:12px}._ReleaseRadioGroup_wafbw_4617 ix-radio{--ix-radio-label-font-size: 14px}._ReleaseRadioWithDate_wafbw_4627{display:flex;flex-direction:column;gap:8px}._ReleaseRadioWithDate_wafbw_4627 ix-radio{flex-shrink:0}._ReleaseDateInputWrapper_wafbw_4637{display:flex;align-items:center;gap:8px;margin-left:28px;animation:_slideIn_wafbw_1 .2s ease-out}._ReleaseCloseDateButton_wafbw_4645{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_wafbw_4645:hover{background-color:var(--theme-color-component-5);color:var(--theme-color-std-text)}._ReleaseCloseDateButton_wafbw_4645:active{background-color:var(--theme-color-component-6)}@keyframes _slideIn_wafbw_1{0%{opacity:0;max-height:0;margin-top:0}to{opacity:1;max-height:200px;margin-top:8px}}._ReleaseDatePicker_wafbw_4683{width:130px;font-size:13px}._ReleaseDatePicker_wafbw_4683::part(input){font-size:13px;padding:4px 8px}._ReleaseDateSeparator_wafbw_4693{color:var(--theme-color-soft-text);font-size:14px;margin:0 4px}._ReleaseRadioOption_wafbw_4699{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:var(--theme-color-std-text)}._ReleaseRadioOption_wafbw_4699 input[type=radio]{width:18px;height:18px;accent-color:var(--theme-color-primary);cursor:pointer}._ReleaseRadioOption_wafbw_4699 span{flex-shrink:0}._ReleaseDateInput_wafbw_4637{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_wafbw_4637:focus{outline:none;border-color:var(--theme-color-primary);box-shadow:0 0 0 2px #0072c633}._ReleaseDateInput_wafbw_4637:disabled{opacity:.5;cursor:not-allowed}._ReleaseCheckboxGroup_wafbw_4741{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}._ReleaseCheckboxOption_wafbw_4747{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:var(--theme-color-std-text)}._ReleaseCheckboxOption_wafbw_4747 ix-checkbox{flex-shrink:0}._ReleaseFilterGroup_wafbw_4760{margin-top:16px;padding-top:16px;border-top:1px dashed var(--theme-color-std-bdr-1)}._ReleaseFilterTitle_wafbw_4766{font-size:13px;font-weight:500;color:var(--theme-color-soft-text);margin:0 0 12px}._ReleaseFilterCheckboxes_wafbw_4773{display:flex;flex-direction:column;gap:10px}._ReleaseInfoBox_wafbw_4779{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_wafbw_4779 ix-icon{color:var(--theme-color-primary);flex-shrink:0;margin-top:2px}._ReleaseInfoBox_wafbw_4779 p{font-size:13px;color:var(--theme-color-std-text);margin:0;line-height:1.5}._ReleaseSummaryGrid_wafbw_4803{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}._ReleaseSummaryCard_wafbw_4809{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_wafbw_4819{font-size:20px;font-weight:700;color:var(--theme-color-primary);margin-bottom:4px}._ReleaseSummaryLabel_wafbw_4826{font-size:11px;color:var(--theme-color-soft-text);text-align:center}._ReleaseModalFooter_wafbw_4832{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_wafbw_4841{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_wafbw_4860{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_wafbw_4869{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_wafbw_4869 ix-icon{color:var(--theme-color-soft-text);flex-shrink:0}._UnplannedSearch_wafbw_4869 input{background:transparent;border:none;outline:none;color:var(--theme-color-std-text);font-size:12px;width:100%;font-family:inherit}._UnplannedSearch_wafbw_4869 input::placeholder{color:var(--theme-color-soft-text)}._UnplannedFilters_wafbw_4901{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._PriorityChips_wafbw_4908{display:flex;gap:4px}._PriorityChip_wafbw_4908{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_wafbw_4908:hover{background-color:var(--theme-color-component-4)}._PriorityChipActive_wafbw_4929{background-color:var(--theme-color-1);border-color:var(--theme-color-1);color:#fff}._PriorityChip_high_wafbw_4935._PriorityChipActive_wafbw_4929{background-color:#dc2626;border-color:#dc2626}._PriorityChip_medium_wafbw_4940._PriorityChipActive_wafbw_4929{background-color:#f59e0b;border-color:#f59e0b}._PriorityChip_low_wafbw_4945._PriorityChipActive_wafbw_4929{background-color:#10b981;border-color:#10b981}._FilterDropdownWrapper_wafbw_4950{position:relative}._FilterDropdownBtn_wafbw_4954{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_wafbw_4954:hover{background-color:var(--theme-color-component-4)}._FilterDropdownBtnActive_wafbw_4973{background-color:var(--theme-color-1);border-color:var(--theme-color-1);color:#fff}._FilterDropdownMenu_wafbw_4979{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_wafbw_4993{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_wafbw_4993:hover{background-color:var(--theme-color-component-3)}._FilterDropdownItemActive_wafbw_5011{background-color:var(--theme-color-1);color:#fff}._SortDropdownWrapper_wafbw_5016{display:flex;align-items:center;gap:8px;margin-left:auto;position:relative}._SortLabel_wafbw_5024{font-size:13px;color:var(--theme-color-soft-text)}._SortDropdownBtn_wafbw_5029{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_wafbw_5029:hover{background-color:var(--theme-color-component-4)}._SortDropdownWrapper_wafbw_5016 ._FilterDropdownMenu_wafbw_4979{left:auto;right:0}._UnplannedResultsInfo_wafbw_5053{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_wafbw_5067{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_wafbw_5067:hover{background-color:var(--theme-color-component-4);border-color:var(--theme-color-component-4)}._ToolbarBtnActive_wafbw_5090{background-color:var(--theme-color-1);border-color:var(--theme-color-1);color:#fff}._ToolbarBtnActive_wafbw_5090:hover{background-color:var(--theme-color-1--hover)}._FilterBadge_wafbw_5100{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_wafbw_5113{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_wafbw_5113:hover{background-color:var(--theme-color-component-5);color:var(--theme-color-std-text)}._FilterPopover_wafbw_5134{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_wafbw_1222{padding:10px 12px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._FilterSection_wafbw_1222:last-of-type{border-bottom:none}._FilterSectionHeader_wafbw_5159{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_wafbw_5159 ix-icon{color:var(--theme-color-soft-text)}._FilterCheckboxList_wafbw_5176{display:flex;flex-direction:column;gap:2px;padding-left:0}._FilterCheckbox_wafbw_1245{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_wafbw_1245:hover{background-color:var(--theme-color-component-3)}._FilterCheckbox_wafbw_1245 input{position:absolute;opacity:0;width:0;height:0;margin:0;pointer-events:none}._FilterCheckboxMark_wafbw_5208{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_wafbw_1245 input:checked+._FilterCheckboxMark_wafbw_5208{background-color:var(--theme-color-1);border-color:var(--theme-color-1)}._FilterCheckbox_wafbw_1245 input:checked+._FilterCheckboxMark_wafbw_5208:after{content:"✓";color:#fff;font-size:10px;font-weight:700;line-height:1}._FilterCheckbox_wafbw_1245 input:checked+._FilterCheckboxMark_wafbw_5208._FilterCheckboxPriority_wafbw_5237{background-color:var(--prio-color);border-color:var(--prio-color)}._FilterCheckboxLabel_wafbw_5242{font-size:12px;color:var(--theme-color-std-text)}._FilterClearBtn_wafbw_5247{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_wafbw_5247:hover{background-color:var(--theme-color-component-4)}._SortPopover_wafbw_5270{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_wafbw_5284{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_wafbw_5284:hover{background-color:var(--theme-color-component-3)}._SortOptionActive_wafbw_5305{background-color:var(--theme-color-component-4)}._SortOption_wafbw_5284 span{flex:1}._SortCheck_wafbw_5313{color:var(--theme-color-1);font-weight:700}._ActiveFilterChip_wafbw_5319{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_wafbw_5319:hover{background-color:var(--theme-color-component-5)}._ActiveFilterChip_wafbw_5319 ix-icon{color:var(--theme-color-soft-text)}._DropdownOverlay_wafbw_5343{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:10000}._NewFilterDropdown_wafbw_5354{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_wafbw_5367{padding:8px 0;border-bottom:1px solid var(--theme-color-std-bdr-1)}._NewFilterSection_wafbw_5367:last-child{border-bottom:none}._NewFilterHeader_wafbw_5376{padding:6px 12px;font-size:11px;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.5px}._NewFilterCheckbox_wafbw_5385{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_wafbw_5385:hover{background-color:var(--theme-color-component-2)}._NewFilterCheckbox_wafbw_5385 ix-checkbox{flex-shrink:0}._NewFilterCheckbox_wafbw_5385 span{flex:1;font-size:13px;color:var(--theme-color-std-text)}._NewFilterClearBtn_wafbw_5410{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_wafbw_5410:hover{background-color:var(--theme-color-component-4)}._NewSortDropdown_wafbw_5433{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_wafbw_5444{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_wafbw_5444:hover{background-color:var(--theme-color-component-2)}._NewSortOption_wafbw_5444 span:first-child{flex:1}._NewSortCheck_wafbw_5467{color:var(--theme-color-1);font-size:14px;font-weight:700}._NewSortOptionActive_wafbw_5473{background-color:var(--theme-color-component-3);font-weight:600}._EmployeeHeaderTitle_wafbw_5481{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_wafbw_5481 h3{margin:0;font-size:13px;font-weight:600;color:var(--theme-color-std-text)}._EmployeeHeaderControls_wafbw_5498{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_wafbw_5508{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_wafbw_5508:focus-within{border-color:var(--theme-color-1)}._EmployeeSearchIconSmall_wafbw_5524{color:var(--theme-color-soft-text);flex-shrink:0}._EmployeeSearchFieldSmall_wafbw_5529{flex:1;border:none;background:transparent;color:var(--theme-color-std-text);font-size:11px;outline:none;min-width:60px}._EmployeeSearchFieldSmall_wafbw_5529::placeholder{color:var(--theme-color-soft-text)}._EmployeeSearchClearSmall_wafbw_5543{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_wafbw_5543:hover{color:var(--theme-color-std-text);background-color:var(--theme-color-component-3)}._EmployeeControlIcon_wafbw_5562{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_wafbw_5562:hover{color:var(--theme-color-std-text);background-color:var(--theme-color-component-3)}._EmployeeControlIcon_wafbw_5562._Active_wafbw_480{color:var(--theme-color-1);background-color:#009fe31a}._EmployeeViewFilters_wafbw_5582{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_wafbw_5592{position:relative;flex:1;min-width:200px;max-width:400px}._EmployeeSearchInput_wafbw_5599{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_wafbw_5599:focus{border-color:var(--theme-color-1);box-shadow:0 0 0 2px #009fe333}._EmployeeSearchInput_wafbw_5599::placeholder{color:var(--theme-color-soft-text)}._EmployeeSearchClear_wafbw_5543{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_wafbw_5543:hover{color:var(--theme-color-std-text);background-color:var(--theme-color-component-3)}._EmployeeSearchBar_wafbw_5643{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_wafbw_5524{color:var(--theme-color-soft-text);flex-shrink:0}._EmployeeSearchInputCompact_wafbw_5658{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_wafbw_5658:focus{border-color:var(--theme-color-1)}._EmployeeSearchInputCompact_wafbw_5658::placeholder{color:var(--theme-color-soft-text)}._EmployeeSearchClearBtn_wafbw_5678{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_wafbw_5678:hover{color:var(--theme-color-std-text);background-color:var(--theme-color-component-3)}._EmployeeListContainer_wafbw_5699{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_wafbw_5710{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_wafbw_5722{font-size:13px;font-weight:600;color:var(--theme-color-std-text)}._EmployeeRow_wafbw_5729{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_wafbw_5729:hover{background-color:var(--theme-color-component-2)}._EmployeeRowSelected_wafbw_5745{background-color:#009fe31a;border-left:3px solid var(--theme-color-1);padding-left:13px}._EmployeeAvatar_wafbw_5751{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_wafbw_5765{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}._EmployeeName_wafbw_5773{font-size:13px;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._EmployeeMeta_wafbw_5782{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._EmployeeStatusBadge_wafbw_5789{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:500}._EmployeeStatusBadge_wafbw_5789[data-status=anwesend]{background-color:#34c75926;color:#34c759}._EmployeeStatusBadge_wafbw_5789[data-status=abwesend]{background-color:#ff3b3026;color:#ff3b30}._EmployeeStatusBadge_wafbw_5789[data-status=urlaub]{background-color:#007aff26;color:#007aff}._EmployeeMaschinenart_wafbw_5814{display:flex;flex-wrap:wrap;gap:4px}._MaschinenartBadge_wafbw_5820{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_wafbw_5820[title]{border-bottom:1px dotted var(--theme-color-primary--contrast)}._ShiftBadgeFrueh_wafbw_5840{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_wafbw_5853{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_wafbw_5866{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}._ShiftBadgeDynamic_wafbw_5880{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}._EmployeeGanttTimeline_wafbw_5893{flex:1;overflow-x:auto;overflow-y:auto;background-color:var(--theme-color-2)}._EmployeeGanttRow_wafbw_5900{display:flex;align-items:center;min-height:64px;border-bottom:1px solid var(--theme-color-component-4);position:relative}._EmployeeGanttCell_wafbw_5908{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_wafbw_5908:hover{background-color:#009fe30d}._MachineAssignmentBar_wafbw_2430{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_wafbw_2430:hover{box-shadow:0 4px 12px #00000040;transform:translateY(-1px)}._MachineAssignmentBar_wafbw_2430:active{cursor:grabbing}._MachineAssignmentBarLocked_wafbw_5952{opacity:.7;cursor:not-allowed}._MachineAssignmentBarLocked_wafbw_5952:after{content:"🔒";margin-left:6px;font-size:10px}._MachineDrawerOverlay_wafbw_5964{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;z-index:9999;display:flex;justify-content:flex-end}._MachineDrawer_wafbw_5964{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_wafbw_1 .25s ease-out}@keyframes _slideInFromRight_wafbw_1{0%{transform:translate(100%)}to{transform:translate(0)}}._MachineDrawerHeader_wafbw_5996{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_wafbw_6005{font-size:16px;font-weight:600;color:var(--theme-color-std-text)}._MachineDrawerClose_wafbw_6011{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_wafbw_6011:hover{background-color:var(--theme-color-component-3);color:var(--theme-color-std-text)}._MachineDrawerHint_wafbw_6029{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_wafbw_6040{flex:1;overflow-y:auto;padding:16px 0}._MachineDrawerCategory_wafbw_6046{margin-bottom:8px}._MachineDrawerCategoryHeader_wafbw_6050{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_wafbw_6050 span:first-child{flex:1;min-width:0}._MachineDrawerCategory_wafbw_6046:first-child ._MachineDrawerCategoryHeader_wafbw_6050{margin-top:0}._MachineDrawerCategoryCount_wafbw_6075{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_wafbw_6084{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_wafbw_6084:hover{background-color:var(--theme-color-component-2);border-color:var(--theme-color-std-bdr-1)}._MachineDrawerCard_wafbw_6084:active{cursor:grabbing;background-color:var(--theme-color-component-3);transform:scale(.99)}._MachineDrawerCardDragging_wafbw_6108{opacity:.5;background-color:var(--theme-color-component-3)}._MachineDrawerCardIcon_wafbw_6113{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_wafbw_6125{flex:1;min-width:0}._MachineDrawerCardName_wafbw_6130{font-size:13px;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._MachineDrawerCardType_wafbw_6139{font-size:11px;color:var(--theme-color-soft-text);margin-top:2px}._MachineDrawerCardStatus_wafbw_6145{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:10px;font-weight:500;flex-shrink:0}._MachineDrawerCardStatus_wafbw_6145[data-status=online]{background-color:#34c75926;color:#34c759}._MachineDrawerCardStatus_wafbw_6145[data-status=wartung]{background-color:#ff9f0a26;color:#ff9f0a}._MachineDrawerCardStatus_wafbw_6145[data-status=offline]{background-color:#ff3b3026;color:#ff3b30}._EmployeeEmptyState_wafbw_6171{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;color:var(--theme-color-soft-text)}._EmployeeEmptyStateIcon_wafbw_6181{font-size:48px;margin-bottom:16px;opacity:.5}._EmployeeEmptyStateText_wafbw_6187{font-size:14px;margin-bottom:8px}._EmployeeEmptyStateSubtext_wafbw_6192{font-size:12px;opacity:.7}._FilterButtonActive_wafbw_6198{background-color:var(--theme-color-1)!important;color:#fff!important}._FilterBadgeCount_wafbw_6203{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_wafbw_6219{background-color:#009fe326!important;outline:2px dashed var(--theme-color-1);outline-offset:-2px}._MachineDrawerCardContent_wafbw_6226{display:flex;align-items:center;gap:12px;flex:1}._MachineDrawerIcon_wafbw_6233{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_wafbw_6245{flex:1;min-width:0}._MachineDrawerName_wafbw_6250{font-size:13px;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._MachineDrawerMeta_wafbw_6259{display:flex;align-items:center;gap:8px;margin-top:2px}._MachineDrawerId_wafbw_6266{font-size:11px;color:var(--theme-color-soft-text)}._MachineDrawerCategoryLabel_wafbw_6273{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_wafbw_6285{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_wafbw_6285:hover{background-color:var(--theme-color-component-2)}._MachineDrawerItem_wafbw_6285:active{cursor:grabbing}._MachineDrawerItemDragging_wafbw_6302{opacity:.5;background-color:var(--theme-color-component-3)}._employeeHeader_wafbw_6308{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_wafbw_6322{font-size:13px;font-weight:600;color:var(--theme-color-std-text);display:flex;align-items:center;gap:8px}._filterCount_wafbw_6331{font-size:11px;font-weight:400;color:var(--theme-color-soft-text)}._employeeHeaderControls_wafbw_6337{display:flex;align-items:center;gap:4px}._searchWrapper_wafbw_6344{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_wafbw_6344 ix-icon{color:var(--theme-color-soft-text);flex-shrink:0}._searchInput_wafbw_6360{flex:1;min-width:0;border:none;background:transparent;color:var(--theme-color-std-text);font-size:12px;padding:4px 8px;outline:none}._searchInput_wafbw_6360::placeholder{color:var(--theme-color-soft-text)}._clearSearch_wafbw_6375{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_wafbw_6375:hover{background-color:var(--theme-color-component-3);color:var(--theme-color-std-text)}._filterBtn_wafbw_6393{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_wafbw_6393:hover{background-color:var(--theme-color-component-2)}._filterBtn_wafbw_6393._active_wafbw_6411{color:var(--theme-color-1)}._filterBadge_wafbw_6415{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_wafbw_5840{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_wafbw_5789{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_wafbw_4023{background-color:#009fe31a!important;outline:2px dashed var(--theme-color-1);outline-offset:-2px}._EmployeeFilterSection_wafbw_6464{padding:8px 0;border-bottom:1px solid var(--theme-color-component-4)}._EmployeeFilterLabel_wafbw_6469{padding:4px 14px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-color-soft-text)}._EmployeeFilterOption_wafbw_6478{display:flex;align-items:center;gap:8px;padding:8px 14px;cursor:pointer;transition:background-color .15s ease}._EmployeeFilterOption_wafbw_6478:hover{background-color:var(--theme-color-component-2)}._EmployeeFilterOptionActive_wafbw_6491{background-color:#009fe31a}._EmployeeFilterClear_wafbw_6495{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_wafbw_6495:hover{background-color:var(--theme-color-component-2)}._NoShiftWarningOverlay_wafbw_6515{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_wafbw_6529{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_wafbw_1 .2s ease-out}[data-ix-color-schema=light] ._NoShiftWarningPanel_wafbw_6529{background-color:#fff;border-color:#00000026;box-shadow:0 8px 24px #00000026}@keyframes _slideIn_wafbw_1{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}._NoShiftWarningHeader_wafbw_6561{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid var(--theme-color-soft-bdr)}._NoShiftWarningHeader_wafbw_6561 h3{margin:0;font-size:16px;font-weight:600;color:var(--theme-color-std-text)}._NoShiftWarningBody_wafbw_6576{padding:20px;color:var(--theme-color-std-text);font-size:14px;line-height:1.5}._NoShiftWarningBody_wafbw_6576 p{margin:0 0 12px}._NoShiftWarningBody_wafbw_6576 p:last-child{margin-bottom:0}._NoShiftWarningBody_wafbw_6576 strong{font-weight:600;color:var(--theme-color-dynamic--color-alarm)}._WarningSubtext_wafbw_6596{font-size:13px;color:var(--theme-color-soft-text);font-style:italic;margin-top:8px!important}._NoShiftWarningActions_wafbw_6603{padding:16px 20px;border-top:1px solid var(--theme-color-soft-bdr);display:flex;justify-content:flex-end;gap:12px}._SettingsDrawerWidth_wafbw_6613{width:480px}._SettingsDrawer_wafbw_6613{display:flex;flex-direction:column;height:100%;background-color:var(--theme-color-1)}._SettingsDrawerHeader_wafbw_6624{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_wafbw_6624 h2{margin:0;font-size:18px;font-weight:600;color:var(--theme-color-std-text)}._SettingsPresets_wafbw_6642{padding:16px 24px;border-bottom:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-component-1);flex-shrink:0}._PresetButtons_wafbw_6649{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}._PresetButton_wafbw_6649{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_wafbw_6649:hover{border-color:var(--theme-color-primary);color:var(--theme-color-primary)}._PresetButtonActive_wafbw_6673{background-color:var(--theme-color-primary);border-color:var(--theme-color-primary);color:#fff}._PresetButtonActive_wafbw_6673:hover{background-color:var(--theme-color-primary--hover);border-color:var(--theme-color-primary--hover);color:#fff}._SettingsBody_wafbw_6686{flex:1;overflow-y:auto;padding:0}._SettingsSection_wafbw_6693{padding:20px 24px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._SettingsSectionTitle_wafbw_6698{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_wafbw_6698 ix-icon{color:var(--theme-color-primary)}._SettingsGroup_wafbw_6715{margin-bottom:20px}._SettingsGroup_wafbw_6715:last-child{margin-bottom:0}._SettingsLabel_wafbw_6723{display:block;font-size:13px;font-weight:500;color:var(--theme-color-std-text);margin-bottom:8px}._SettingsSubLabel_wafbw_6731{font-size:12px;color:var(--theme-color-soft-text);margin-right:8px}._SettingsDateRange_wafbw_6738{display:flex;align-items:center;gap:12px}._SettingsDateSeparator_wafbw_6744{font-size:13px;color:var(--theme-color-soft-text)}._SettingsInput_wafbw_6749{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_wafbw_6749:focus{border-color:var(--theme-color-primary)}._SettingsRangeSlider_wafbw_6766{display:flex;gap:8px;align-items:center}._SettingsRange_wafbw_6766{flex:1;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--theme-color-component-2);border-radius:3px;outline:none}._SettingsRange_wafbw_6766::-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_wafbw_6794{display:flex;justify-content:space-between;margin-top:4px;font-size:11px;color:var(--theme-color-soft-text)}._SettingsRadioGroup_wafbw_6803{display:flex;flex-direction:column;gap:8px}._SettingsRadio_wafbw_6803{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:var(--theme-color-std-text)}._SettingsRadio_wafbw_6803 input[type=radio]{width:16px;height:16px;accent-color:var(--theme-color-primary);cursor:pointer}._SettingsCheckboxGroup_wafbw_6826{display:flex;flex-direction:column;gap:10px}._SettingsCheckbox_wafbw_6826{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:13px;color:var(--theme-color-std-text)}._SettingsCheckbox_wafbw_6826 input[type=checkbox]{width:16px;height:16px;accent-color:var(--theme-color-primary);cursor:pointer}._SettingsPriorityFilter_wafbw_6849{display:flex;align-items:center;gap:8px;margin-top:12px;flex-wrap:wrap}._SettingsChip_wafbw_6857{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_wafbw_6857:has(input:checked){background-color:var(--theme-color-primary);border-color:var(--theme-color-primary);color:#fff}._SettingsChip_wafbw_6857 input{display:none}._SettingsSliderGroup_wafbw_6882{margin-bottom:20px}._SettingsSliderGroup_wafbw_6882:last-child{margin-bottom:0}._SettingsSliderHeader_wafbw_6890{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._SettingsSliderHeader_wafbw_6890 label{font-size:13px;color:var(--theme-color-std-text)}._SettingsSliderValue_wafbw_6902{font-size:13px;font-weight:600;color:var(--theme-color-primary);min-width:40px;text-align:right}._SettingsSlider_wafbw_6882{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_wafbw_6882::-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_wafbw_6882::-webkit-slider-thumb:hover{transform:scale(1.1)}._SettingsSlider_wafbw_6882::-webkit-slider-thumb:active{transform:scale(.95)}._SettingsFooter_wafbw_6947{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_wafbw_6962{position:absolute;top:0;bottom:0;pointer-events:none;z-index:1;border-radius:2px}._EmployeeShiftEarly_wafbw_6972{background-color:#4cd96426;border-top:2px solid rgba(76,217,100,.4);border-bottom:2px solid rgba(76,217,100,.4)}._EmployeeShiftLate_wafbw_6979{background-color:#ffcc001f;border-top:2px solid rgba(255,204,0,.4);border-bottom:2px solid rgba(255,204,0,.4)}._EmployeeShiftNight_wafbw_6986{background-color:#5856d61f;border-top:2px solid rgba(88,86,214,.4);border-bottom:2px solid rgba(88,86,214,.4)}._EmployeeShiftDefault_wafbw_6993{background-color:#8e8e931a;border-top:2px solid rgba(142,142,147,.3);border-bottom:2px solid rgba(142,142,147,.3)}._GanttRow_wafbw_2137._QualifiedForMachine_wafbw_7004,._MachineRow_wafbw_809._QualifiedForMachine_wafbw_7004{background-color:#0072c633!important;box-shadow:inset 0 0 0 2px #0072c680;transition:all .15s ease}._GanttRow_wafbw_2137._QualifiedForMachine_wafbw_7004:hover,._MachineRow_wafbw_809._QualifiedForMachine_wafbw_7004:hover{background-color:#0072c64d!important}._GanttRow_wafbw_2137._NotQualifiedForMachine_wafbw_7017,._MachineRow_wafbw_809._NotQualifiedForMachine_wafbw_7017{opacity:.5;transition:opacity .15s ease}._GanttRow_wafbw_2137._NotQualifiedForMachine_wafbw_7017:hover,._MachineRow_wafbw_809._NotQualifiedForMachine_wafbw_7017:hover{opacity:.7}[data-ix-color-schema=light] ._EmployeeShiftEarly_wafbw_6972{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_wafbw_6979{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_wafbw_6986{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_wafbw_2137._QualifiedForMachine_wafbw_7004,[data-ix-color-schema=light] ._MachineRow_wafbw_809._QualifiedForMachine_wafbw_7004{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_1ff3e_10{position:fixed;right:0;top:0;bottom:0;height:100vh;z-index:99999;box-shadow:-4px 0 20px #00000026}._Container_1ff3e_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_1ff3e_20{background:#1a1a1a}._ScrollContent_1ff3e_33{flex:1;overflow-y:auto;padding:1.5rem;word-break:break-word}._Footer_1ff3e_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:.75rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Footer_1ff3e_40{background:#1a1a1a;border-color:#404040}._EditButton_1ff3e_55{min-width:180px}._HeaderSection_1ff3e_60{margin-bottom:.5rem}._HeaderTop_1ff3e_64{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}._HeaderInfo_1ff3e_71{flex:1;min-width:0}._OrderTitle_1ff3e_76{font-size:24px;font-weight:700;margin:0 0 .25rem;line-height:1.3;word-wrap:break-word}._OrderId_1ff3e_84{font-size:14px;margin:0;font-family:monospace}._HeaderChips_1ff3e_90{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;flex-shrink:0}._RiskWarning_1ff3e_99{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;margin-top:1rem}._RiskWarning_1ff3e_99[data-level=critical]{background-color:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#ff3b30}._RiskWarning_1ff3e_99[data-level=warning]{background-color:#ff9f0a1a;border:1px solid rgba(255,159,10,.3);color:#ff9f0a}._RiskWarning_1ff3e_99 ix-icon{flex-shrink:0}._Section_1ff3e_125{margin-bottom:.5rem}._SectionHeader_1ff3e_129{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._SectionTitle_1ff3e_136{font-size:16px;font-weight:600;margin:0 0 1rem;color:var(--theme-color-std-text)}._SectionHeader_1ff3e_129 ._SectionTitle_1ff3e_136{margin-bottom:0}._SectionDivider_1ff3e_147{margin:1.5rem 0}._WorkflowContainer_1ff3e_152{padding:.5rem 0;overflow-x:auto}._WorkflowContainer_1ff3e_152 ix-workflow-steps{min-width:fit-content}._InfoGrid_1ff3e_162{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._InfoCard_1ff3e_168{background:var(--theme-color-component--1, #f5f5f5);border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.25rem}._InfoCardWide_1ff3e_177{grid-column:span 2}[data-ix-theme=classic][data-ix-color-schema=dark] ._InfoCard_1ff3e_168{background:#252525}._InfoValue_1ff3e_185{font-weight:600;font-size:15px}._DurationDisplay_1ff3e_191{display:flex;flex-direction:column;gap:.25rem}._DurationBreakdown_1ff3e_197{font-size:12px;color:var(--theme-color-soft-text, #666);font-weight:400}._DateGrid_1ff3e_204{display:flex;flex-direction:column;gap:.75rem}._DateCard_1ff3e_210{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_1ff3e_210{background:#252525}._DateIcon_1ff3e_223{flex-shrink:0;color:var(--theme-color-primary, #1e9db0)}._DateValue_1ff3e_228{font-weight:600;font-size:15px}._OperationsList_1ff3e_234{display:flex;flex-direction:column;gap:.75rem}._OperationCard_1ff3e_240{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_1ff3e_240{background:#252525;border-color:#404040}._OperationCard_1ff3e_240:hover{border-color:var(--theme-color-primary, #1e9db0);box-shadow:0 2px 8px #00000014}._OperationHeader_1ff3e_258{display:flex;align-items:flex-start;gap:.75rem}._OperationSequence_1ff3e_264{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_1ff3e_278{flex:1;min-width:150px}._OperationActions_1ff3e_283{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._OperationName_1ff3e_290{font-weight:600;font-size:15px;margin-bottom:.125rem}._OperationDesc_1ff3e_296{font-size:13px;opacity:.8}._OperationDetails_1ff3e_301{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_1ff3e_301{border-color:#404040}._OperationFooter_1ff3e_314{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_1ff3e_314{border-color:#404040}._OperationMeta_1ff3e_326{display:flex;align-items:center;gap:.5rem;font-size:13px;color:var(--theme-color-soft-text, #666)}._OperationMeta_1ff3e_326 ix-icon{flex-shrink:0}._ExternalBadge_1ff3e_338{background:var(--theme-color-primary--hover);color:var(--theme-color-inv-std-text, white);padding:.35rem .75rem;border-radius:4px;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;width:fit-content}[data-ix-color-schema=dark] ._ExternalBadge_1ff3e_338{background:var(--theme-color-primary);color:var(--theme-color-inv-std-text, white)}._MetaLabel_1ff3e_355{font-weight:500;color:var(--theme-color-soft-text, #888)}._SetupTime_1ff3e_360{color:var(--theme-color-info, #1e9db0);font-size:12px}._MachineId_1ff3e_365{color:var(--theme-color-soft-text, #888);font-size:12px}._ExpandToggle_1ff3e_371{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_1ff3e_240:hover ._ExpandToggle_1ff3e_371{color:var(--theme-color-primary, #1e9db0)}._OperationCardExpanded_1ff3e_387{border-color:var(--theme-color-primary, #1e9db0)}._IstDatenSection_1ff3e_392{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--theme-color-soft-bdr, #e8e8e8);animation:_slideDown_1ff3e_1 .2s ease-out}@keyframes _slideDown_1ff3e_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}[data-ix-theme=classic][data-ix-color-schema=dark] ._IstDatenSection_1ff3e_392{border-color:#404040}._IstDatenGrid_1ff3e_414{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._IstDatenGroup_1ff3e_420{display:flex;flex-direction:column;gap:.375rem}._IstDatenGroupTitle_1ff3e_426{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_1ff3e_426{border-color:#404040}._IstDatenRow_1ff3e_440{display:flex;justify-content:space-between;align-items:center;font-size:13px}._IstDatenLabel_1ff3e_447{color:var(--theme-color-soft-text, #888)}._IstDatenValue_1ff3e_451{font-weight:500;color:var(--theme-color-std-text)}._ScrapWarning_1ff3e_456{color:#ff9500}._DurationSuccess_1ff3e_460{color:#4cd964;font-weight:600}._DurationWarning_1ff3e_465{color:#ff9500;font-weight:600}._DeviationSection_1ff3e_471{margin-top:1rem}._DeviationComment_1ff3e_475{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_1ff3e_475 ix-icon{flex-shrink:0;margin-top:1px;color:var(--theme-color-primary)}._MeldungenSection_1ff3e_494{margin-top:1rem}._MeldungenList_1ff3e_498{display:flex;flex-direction:column;gap:.5rem}._MeldungLink_1ff3e_504{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_1ff3e_504{background:#333}._MeldungLink_1ff3e_504:hover{background:var(--theme-color-primary, #1e9db0);transform:translate(4px)}._MeldungLink_1ff3e_504:hover ._MeldungTitle_1ff3e_524,._MeldungLink_1ff3e_504:hover ._MeldungLinkIcon_1ff3e_525{color:#fff}._MeldungBadge_1ff3e_529{font-size:10px;font-weight:600;padding:.25rem .5rem;border-radius:4px;white-space:nowrap}._MeldungHinweis_1ff3e_537{background:#007aff26;color:#007aff}._MeldungWarnung_1ff3e_542{background:#ff950026;color:#ff9500}._MeldungKritisch_1ff3e_547{background:#ff3b3026;color:#ff3b30}._MeldungTitle_1ff3e_524{flex:1;font-size:13px;color:var(--theme-color-std-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._MeldungLinkIcon_1ff3e_525{color:var(--theme-color-soft-text, #888);flex-shrink:0}._NotesCard_1ff3e_567{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_1ff3e_567{background:#252525}._EmptyState_1ff3e_579{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_1ff3e_579{background:#252525}._EmptyStateContainer_1ff3e_590{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;text-align:center}._PaneTitle_1ff3e_602{padding:1rem}._DetailRow_1ff3e_606{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem;font-size:14px}._MachineChips_1ff3e_615{display:flex;flex-wrap:wrap;gap:.5rem}._FileCategory_1ff3e_622{margin-bottom:1.5rem}._FileCategoryTitle_1ff3e_626{margin-bottom:.5rem;display:block;font-weight:600}._FileList_1ff3e_632{display:flex;flex-direction:column;gap:.5rem}._FileItem_1ff3e_638{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_1ff3e_638 ix-icon{flex-shrink:0;color:var(--theme-color-soft-text)}._FileItem_1ff3e_638 span{flex:1;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._UploadButton_1ff3e_661{margin-top:.5rem}._Pane_mfgih_10{position:fixed;right:0;top:0;bottom:0;height:100vh;z-index:100000;box-shadow:-4px 0 20px #00000026}._Container_mfgih_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_mfgih_20{background:#1a1a1a}._ScrollContent_mfgih_33{flex:1;overflow-y:auto;padding:1.5rem;word-break:break-word}._Footer_mfgih_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_mfgih_40{background:#1a1a1a;border-color:#404040}._SaveButton_mfgih_55,._CancelButton_mfgih_59{min-width:150px}._FormSection_mfgih_64{margin-bottom:1.5rem}._SectionTitle_mfgih_68{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_mfgih_74{margin:1.5rem 0}._FormGroup_mfgih_79{margin-bottom:1.25rem}._Label_mfgih_83{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:.5rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_mfgih_83{color:#b0b0b0}._Input_mfgih_95{width:100%;min-height:2rem;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);text-overflow:ellipsis;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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._Input_mfgih_95:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Input_mfgih_95:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._InputError_mfgih_127{border-color:#d32f2f!important}._InputError_mfgih_127:focus{border-color:#d32f2f!important}._ErrorText_mfgih_135{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_mfgih_135{color:#ff6b6b}._Textarea_mfgih_148{width:100%;min-height:80px;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;resize:vertical}._Textarea_mfgih_148:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Textarea_mfgih_148:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._Select_mfgih_180,._FullWidthNumberInput_mfgih_184{width:100%}._QuantityLabelRow_mfgih_188{display:flex;gap:8px}._QuantityLabel_mfgih_188{flex:1;min-width:0}._UnitLabel_mfgih_198{width:140px;flex-shrink:0}._QuantityRow_mfgih_203{display:flex;gap:8px;align-items:center}._QuantityInput_mfgih_209{flex:1;min-width:0}._UnitSelect_mfgih_214{width:140px;flex-shrink:0}._CustomUnitRow_mfgih_219{display:flex;gap:8px;align-items:center;margin-top:4px}._CustomUnitRow_mfgih_219 ._Input_mfgih_95{flex:1;min-width:0}._ThemeDateInput_mfgih_231{width:100%}._ThemeDateInput_mfgih_231 ix-date-input,._ThemeDateInput_mfgih_231 ix-date-input input{border:none!important;background:transparent!important}._DateDropdown_mfgih_242{width:100%}._PaneTitle_mfgih_246{padding:1rem}._ActionButtons_mfgih_250{display:flex;justify-content:center;gap:1rem;padding:1.5rem 0}._ActionButtons_mfgih_250 ix-button{min-width:140px}._StatusDisplay_mfgih_261{display:flex;flex-direction:column;gap:.375rem}._StatusHint_mfgih_267{font-size:11px;color:var(--theme-color-soft-text, #888);font-style:italic}[data-ix-color-schema=dark] ._StatusHint_mfgih_267{color:#777}._Container_tfhjt_10{position:relative;width:100%;display:flex;flex-direction:column;gap:.75rem}._OperationsList_tfhjt_18{display:flex;flex-direction:column;gap:.5rem}._EmptyState_tfhjt_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_tfhjt_24{background:#2a2a2a;color:#888}._OperationItem_tfhjt_38{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--theme-color-component-1, #fff);border-radius:8px;border:1px solid var(--theme-color-soft-bdr, #e0e0e0);transition:opacity .2s ease,box-shadow .2s ease,background-color .2s ease;cursor:pointer}._OperationItem_tfhjt_38:hover{background:var(--theme-color-component-2);border-color:var(--theme-color-primary)}._OperationItemActive_tfhjt_55{background:#1e9db01a;box-shadow:inset 0 0 0 2px var(--theme-color-primary);border-color:var(--theme-color-primary)}._OperationItemDimmed_tfhjt_61{opacity:.5}._OperationItemDimmed_tfhjt_61:hover{opacity:.75}[data-ix-color-schema=dark] ._OperationItem_tfhjt_38{background:#2a2a2a;border-color:#404040}[data-ix-color-schema=dark] ._OperationItemActive_tfhjt_55{background:#1e9db033}._OperationSequence_tfhjt_78{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--theme-color-primary, #00bedc);color:#fff;font-weight:700;font-size:14px;border-radius:50%;flex-shrink:0;margin-top:2px}._OperationContent_tfhjt_93{flex:1;min-width:0}._OperationHeader_tfhjt_98{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._OperationName_tfhjt_105{font-weight:500;font-size:14px;color:var(--theme-color-std-text, #1a1a1a)}[data-ix-color-schema=dark] ._OperationName_tfhjt_105{color:#fff}._OperationDetails_tfhjt_115{display:flex;flex-wrap:wrap;gap:.375rem .5rem;margin-top:.5rem}._OperationDetailItem_tfhjt_122{display:inline-flex;align-items:center;gap:.25rem;font-size:11px;padding:.2rem .4rem;background:var(--theme-color-2, #f0f0f0);border-radius:4px;color:var(--theme-color-soft-text, #666);white-space:nowrap}._OperationDetailItem_tfhjt_122 strong{font-weight:600;color:var(--theme-color-std-text, #444)}[data-ix-color-schema=dark] ._OperationDetailItem_tfhjt_122 strong{color:#ccc}._OperationDetailItem_tfhjt_122 ix-icon{color:var(--theme-color-soft-text)}[data-ix-color-schema=dark] ._OperationDetailItem_tfhjt_122{background:#333;color:#aaa}._OperationActions_tfhjt_152{display:flex;align-items:center;gap:.25rem;flex-shrink:0}._StatusBadge_tfhjt_159{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:12px;font-size:11px;font-weight:500}._StatusUngeplant_tfhjt_168{background:#03a9f426;color:#03a9f4}[data-ix-color-schema=dark] ._StatusUngeplant_tfhjt_168{background:#03a9f433;color:#4fc3f7}._StatusFreigegeben_tfhjt_178{background:#4caf5026;color:#4caf50}[data-ix-color-schema=dark] ._StatusFreigegeben_tfhjt_178{background:#4caf5033;color:#81c784}._StatusGeplant_tfhjt_188{background:#e3f2fd;color:#1976d2}[data-ix-color-schema=dark] ._StatusGeplant_tfhjt_188{background:#1a3a5c;color:#64b5f6}._StatusInBearbeitung_tfhjt_198{background:#fff3e0;color:#e65100}[data-ix-color-schema=dark] ._StatusInBearbeitung_tfhjt_198{background:#5c3a1a;color:#ffb74d}._StatusPausiert_tfhjt_208{background:#ff6b0026;color:#ff6b00}[data-ix-color-schema=dark] ._StatusPausiert_tfhjt_208{background:#ff6b0033;color:#ff8c42}._StatusAbgeschlossen_tfhjt_218{background:#e8f5e9;color:#2e7d32}[data-ix-color-schema=dark] ._StatusAbgeschlossen_tfhjt_218{background:#1a4d2e;color:#81c784}._AddButton_tfhjt_228{width:100%}._FormDropdown_tfhjt_232{position:relative;background:var(--theme-color-component-1, #fff);border:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color);border-radius:8px;box-shadow:0 4px 16px #0000001f;padding:1.25rem;margin-top:.5rem}[data-ix-color-schema=dark] ._FormDropdown_tfhjt_232{background:#1e1e1e;box-shadow:0 4px 16px #0006}._FormContent_tfhjt_247{display:flex;flex-direction:column;gap:1rem}._FormTitleRow_tfhjt_253{display:flex;align-items:center;gap:.75rem}._FormTitle_tfhjt_253{font-size:16px;font-weight:600;color:var(--theme-color-std-text, #1a1a1a)}[data-ix-color-schema=dark] ._FormTitle_tfhjt_253{color:#fff}._SequenceBadge_tfhjt_269{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;padding:0 8px;background:var(--theme-color-primary, #1e9db0);color:#fff;font-size:12px;font-weight:600;border-radius:12px}._InternExternToggle_tfhjt_283{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--theme-color-2, #f5f5f5);border-radius:8px}[data-ix-color-schema=dark] ._InternExternToggle_tfhjt_283{background:#2a2a2a}._ToggleLabel_tfhjt_296{font-size:13px;font-weight:500;color:var(--theme-color-soft-text, #888);transition:color .2s ease}._ToggleLabelActive_tfhjt_303{color:var(--theme-color-primary, #1e9db0);font-weight:600}._FormGroup_tfhjt_308{display:flex;flex-direction:column;gap:.375rem}._FormRow_tfhjt_314{display:flex;gap:1rem}._FormRow_tfhjt_314 ._FormGroup_tfhjt_308{flex:1}._Label_tfhjt_323{font-size:13px;font-weight:500;color:var(--theme-color-soft-text, #666)}[data-ix-color-schema=dark] ._Label_tfhjt_323{color:#aaa}._ThemeNumberInput_tfhjt_333{width:100%}._TimeDisplay_tfhjt_337{font-size:12px;color:var(--theme-color-soft-text, #666);margin-top:2px}[data-ix-color-schema=dark] ._TimeDisplay_tfhjt_337{color:#888}._ThemeInput_tfhjt_347{width:100%}._ExternalTypeWrapper_tfhjt_351{display:flex;flex-direction:column;gap:.5rem}._ExternalTypeWrapper_tfhjt_351 ix-select{width:100%}._ExternalTypeWrapper_tfhjt_351 ix-input{width:100%}._ValidationHint_tfhjt_365{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_tfhjt_365{background:#ff98001f;color:#ffb74d}._IndustrialHoursInputWrapper_tfhjt_383{position:relative;display:flex;align-items:center}._HoursInputField_tfhjt_389{width:100%;padding:.25rem 3rem .25rem .5rem;min-height:2rem;background-color:var(--theme-input--background);color:var(--theme-input--color);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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-size:var(--theme-ms-0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._HoursInputField_tfhjt_389:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._HoursInputField_tfhjt_389:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._InputSpinners_tfhjt_415{position:absolute;right:2px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1px}._SpinnerButton_tfhjt_425{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_tfhjt_425:hover{background:var(--theme-color-component-2, #e0e0e0);color:var(--theme-color-primary, #00bedc)}._SpinnerButton_tfhjt_425:active{background:var(--theme-color-primary, #00bedc);color:#fff;transform:scale(.95)}[data-ix-color-schema=dark] ._SpinnerButton_tfhjt_425{background:#3a3a3a;color:#aaa}[data-ix-color-schema=dark] ._SpinnerButton_tfhjt_425:hover{background:#4a4a4a;color:var(--theme-color-primary, #00bedc)}[data-ix-color-schema=dark] ._SpinnerButton_tfhjt_425:active{background:var(--theme-color-primary, #00bedc);color:#fff}._ThemeSelect_tfhjt_468,._ThemeDateInput_tfhjt_473{width:100%}._ThemeCheckbox_tfhjt_478{margin-bottom:.25rem}._Input_tfhjt_415{width:100%;min-height:2rem;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);text-overflow:ellipsis;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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._Input_tfhjt_415:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Input_tfhjt_415:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._Textarea_tfhjt_514{width:100%;min-height:60px;padding:.25rem .5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;resize:vertical}._Textarea_tfhjt_514:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Textarea_tfhjt_514:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)!important}._FormButtons_tfhjt_546{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}._MachineCheckboxList_tfhjt_553{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_tfhjt_553{background:#252525;border-color:#404040}._CheckboxLabel_tfhjt_570{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;cursor:pointer;border-radius:4px;transition:background-color .2s ease;font-size:13px}._CheckboxLabel_tfhjt_570:hover{background:var(--theme-color-1, #fff)}[data-ix-color-schema=dark] ._CheckboxLabel_tfhjt_570:hover{background:#2a2a2a}._CheckboxLabel_tfhjt_570 input[type=checkbox]{cursor:pointer;width:16px;height:16px}._CheckboxLabel_tfhjt_570 span{color:var(--theme-color-std-text, #1a1a1a)}[data-ix-color-schema=dark] ._CheckboxLabel_tfhjt_570 span{color:#fff}._StatusSelect_tfhjt_604{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_tfhjt_604:hover{border-color:#0003}._StatusSelect_tfhjt_604:focus{box-shadow:0 0 0 2px var(--theme-color-primary, #00bedc);border-color:var(--theme-color-primary, #00bedc)}._StatusSelect_tfhjt_604._StatusUngeplant_tfhjt_168{background-color:#03a9f426;color:#03a9f4}._StatusSelect_tfhjt_604._StatusFreigegeben_tfhjt_178{background-color:#4caf5026;color:#4caf50}._StatusSelect_tfhjt_604._StatusGeplant_tfhjt_188{background-color:#e3f2fd;color:#1976d2}._StatusSelect_tfhjt_604._StatusInBearbeitung_tfhjt_198{background-color:#fff3e0;color:#e65100}._StatusSelect_tfhjt_604._StatusPausiert_tfhjt_208{background-color:#ff6b0026;color:#ff6b00}._StatusSelect_tfhjt_604._StatusAbgeschlossen_tfhjt_218{background-color:#e8f5e9;color:#2e7d32}[data-ix-color-schema=dark] ._StatusSelect_tfhjt_604._StatusUngeplant_tfhjt_168{background-color:#03a9f433;color:#4fc3f7}[data-ix-color-schema=dark] ._StatusSelect_tfhjt_604._StatusFreigegeben_tfhjt_178{background-color:#4caf5033;color:#81c784}[data-ix-color-schema=dark] ._StatusSelect_tfhjt_604._StatusGeplant_tfhjt_188{background-color:#1a3a5c;color:#64b5f6}[data-ix-color-schema=dark] ._StatusSelect_tfhjt_604._StatusInBearbeitung_tfhjt_198{background-color:#5c3a1a;color:#ffb74d}[data-ix-color-schema=dark] ._StatusSelect_tfhjt_604._StatusPausiert_tfhjt_208{background-color:#ff6b0033;color:#ff8c42}[data-ix-color-schema=dark] ._StatusSelect_tfhjt_604._StatusAbgeschlossen_tfhjt_218{background-color:#1a4d2e;color:#81c784}._PlannedInfo_tfhjt_692{background:#1e9db026!important;color:var(--theme-color-primary, #00bedc)!important;font-weight:500}[data-ix-color-schema=dark] ._PlannedInfo_tfhjt_692{background:#1e9db040!important}._ExternalBadge_tfhjt_703{background:#0063c826!important;color:#0063c8!important;font-weight:600}[data-ix-color-schema=dark] ._ExternalBadge_tfhjt_703{background:#0063c840!important;color:#69b3ff!important}._ConfirmModal_tfhjt_715{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}._ConfirmModalContent_tfhjt_728{background:var(--theme-modal--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_tfhjt_728{box-shadow:0 8px 32px #00000080}._ConfirmModalHeader_tfhjt_741{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_tfhjt_741{background:#5c3a1a;color:#ffb74d}._ConfirmModalHeaderDelete_tfhjt_757{background:inherit;color:var(--theme-color-std-text, #1a1a1a);border-bottom:1px solid var(--theme-color-soft-bdr, #e0e0e0)}[data-ix-color-schema=dark] ._ConfirmModalHeaderDelete_tfhjt_757{background:inherit;color:#ddd;border-color:#404040}._ConfirmModalBody_tfhjt_769{padding:1.25rem;font-size:14px;line-height:1.6;color:var(--theme-color-std-text, #1a1a1a)}[data-ix-color-schema=dark] ._ConfirmModalBody_tfhjt_769{color:#ddd}._ConfirmModalBody_tfhjt_769 p{margin:0 0 .75rem}._ConfirmModalBody_tfhjt_769 p:last-child{margin-bottom:0}._AffectedFieldsList_tfhjt_788{margin:.5rem 0 .75rem;padding-left:1.25rem;list-style:disc}._AffectedFieldsList_tfhjt_788 li{margin-bottom:.25rem;color:var(--theme-color-alarm, #d32f2f);font-weight:500}[data-ix-color-schema=dark] ._AffectedFieldsList_tfhjt_788 li{color:var(--theme-color-alarm, #ff6b6b)}._ConfirmQuestion_tfhjt_804{font-weight:600;margin-top:1rem!important}._ConfirmModalFooter_tfhjt_809{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_tfhjt_809{border-color:#404040}._InfoHint_tfhjt_822{font-size:12px;color:var(--theme-color-soft-text, #888);margin-top:.25rem;font-style:italic}[data-ix-color-schema=dark] ._InfoHint_tfhjt_822{color:#888}._AutoHintRow_tfhjt_834{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--theme-color-soft-text, #888);margin-top:.25rem;font-style:italic}[data-ix-color-schema=dark] ._AutoHintRow_tfhjt_834{color:#888}._AutoTimeValue_tfhjt_848{font-weight:600;color:var(--theme-color-primary, #1e9db0);font-style:normal}[data-ix-color-schema=dark] ._AutoTimeValue_tfhjt_848{color:var(--theme-color-primary, #00bedc)}._TimeOverlay_tfhjt_859{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_tfhjt_859{color:#888}._TimeDisplay_tfhjt_337{font-size:13px;color:var(--theme-color-std-text, #333);margin-top:.25rem;font-weight:500}[data-ix-color-schema=dark] ._TimeDisplay_tfhjt_337{color:#ddd}._ValidationHint_tfhjt_365{font-size:12px;color:var(--theme-color-warning, #ff9500);margin-top:.25rem}[data-ix-color-schema=dark] ._ValidationHint_tfhjt_365{color:#ffb74d}._FormSection_tfhjt_900{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--theme-color-soft-bdr, #e0e0e0)}._FormSection_tfhjt_900:last-of-type{border-bottom:none;margin-bottom:.5rem}[data-ix-color-schema=dark] ._FormSection_tfhjt_900{border-color:#404040}._SectionHeader_tfhjt_915{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_tfhjt_915{color:#888}._FormSection_tfhjt_900 ._FormGroup_tfhjt_308{margin-bottom:1rem}._FormSection_tfhjt_900 ._FormGroup_tfhjt_308:last-child{margin-bottom:0}._AutoBadge_tfhjt_939{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_tfhjt_953{background:#2e7d321a!important;border-color:var(--theme-color-success, #2e7d32)!important}[data-ix-color-schema=dark] ._AutoFilled_tfhjt_953{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}}._ImportConfig_1e8u2_1{display:flex;flex-direction:column;gap:1.5rem;padding:.5rem 0}._SectionTitle_1e8u2_8{margin-bottom:.5rem;color:var(--theme-color-text-primary)}._RadioGroup_1e8u2_14{display:flex;flex-direction:column;gap:.75rem}._RadioOption_1e8u2_20{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border:1px solid var(--theme-color-soft-text);border-radius:4px;cursor:pointer;transition:all .2s}._RadioOption_1e8u2_20:hover{background-color:var(--theme-color-component-hover)}._RadioOption_1e8u2_20._Selected_1e8u2_35{border-color:var(--theme-color-primary);background-color:var(--theme-color-component-active)}._RadioCheck_1e8u2_40{width:18px;height:18px;border-radius:50%;border:2px solid var(--theme-color-text-secondary);display:flex;align-items:center;justify-content:center;margin-top:2px;flex-shrink:0}._RadioOption_1e8u2_20._Selected_1e8u2_35 ._RadioCheck_1e8u2_40{border-color:var(--theme-color-primary)}._RadioDot_1e8u2_56{width:10px;height:10px;border-radius:50%;background-color:var(--theme-color-primary)}._RadioLabel_1e8u2_63{display:flex;flex-direction:column}._RadioDesc_1e8u2_68{font-size:.85rem;color:var(--theme-color-text-secondary);margin-top:.2rem}._DropZone_1e8u2_75{border:2px dashed var(--theme-color-line-1);border-radius:6px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s;background-color:var(--theme-color-2)}._DropZone_1e8u2_75:hover{border-color:var(--theme-color-primary);background-color:var(--theme-color-component-hover)}._DropText_1e8u2_93{margin-top:1rem;font-weight:500;color:var(--theme-color-text-secondary)}._InfoBox_1e8u2_99{display:flex;gap:.75rem;padding:.75rem;background-color:var(--theme-color-info-subtle);border-left:3px solid var(--theme-color-info);border-radius:2px;font-size:.9rem;align-items:center}._LoadingState_1e8u2_111{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 0;gap:1.5rem}._LoadingText_1e8u2_120{color:var(--theme-color-text-secondary)}._PreviewContainer_1e8u2_125{display:flex;flex-direction:column;gap:1.5rem}._StatsGrid_1e8u2_131{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._StatCard_1e8u2_137{background-color:var(--theme-color-2);padding:1rem;border-radius:6px;border:1px solid var(--theme-color-line-1)}._StatHeader_1e8u2_144{display:flex;align-items:center;gap:.5rem;font-weight:600;margin-bottom:.5rem}._StatValue_1e8u2_152{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}._StatDetails_1e8u2_158{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem}._StatNew_1e8u2_165,._StatUpdate_1e8u2_165{display:flex;align-items:center;gap:.5rem}._StatNew_1e8u2_165{color:var(--theme-color-success)}._StatUpdate_1e8u2_165{color:var(--theme-color-primary)}._WarningBox_1e8u2_178{border:1px solid var(--theme-color-warning);background-color:var(--theme-color-warning-subtle);border-radius:4px;padding:1rem}._WarningHeader_1e8u2_185{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--theme-color-warning-text);margin-bottom:.5rem}._WarningList_1e8u2_194{margin:0;padding-left:1.5rem;font-size:.9rem;color:var(--theme-color-text-primary)}._PreviewSummary_1e8u2_201{font-style:italic;text-align:center;margin-top:1rem}._PageContainer_peauj_6{display:flex;flex-direction:column;height:100%;overflow:hidden;flex:1;position:relative}._LoadingOverlay_peauj_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_peauj_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_peauj_44{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}._HeaderActions_peauj_51{display:flex;gap:.75rem;align-items:center;margin-left:auto;flex-wrap:wrap}._HeaderChips_peauj_59{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}@media(max-width:1299px){._HeaderLeft_peauj_44{order:1}._HeaderActions_peauj_51{order:2;margin-left:auto}._HeaderChips_peauj_59{order:3;width:100%;margin-top:.5rem}}@media(max-width:899px){._HeaderLeft_peauj_44{order:1;width:100%}._HeaderChips_peauj_59{order:2;width:auto;margin-top:.5rem;flex:1}._HeaderActions_peauj_51{order:3;margin-left:auto;margin-top:.5rem}}._GroupDropdown_peauj_100{min-width:200px}._SearchWrapper_peauj_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_peauj_104 input{background:transparent;border:none;outline:none;color:var(--theme-color-std-text);font-size:.875rem;flex:1;min-width:0}._SearchWrapper_peauj_104 input::placeholder{color:var(--theme-color-weak-text)}._SearchIcon_peauj_130{color:var(--theme-color-weak-text);flex-shrink:0}._ToggleWrapper_peauj_135{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--theme-color-std-text);white-space:nowrap}._MeldungenButton_peauj_144{position:relative;display:inline-block}._MeldungenBadge_peauj_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_peauj_168{min-width:140px}._MainContent_peauj_173{display:flex;flex:1;overflow:hidden;position:relative}._MachineGrid_peauj_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_peauj_180._withDrawer_peauj_190{margin-right:400px}._MachineCard_peauj_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_peauj_210{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;min-height:0}._MachineCard_peauj_195:hover{border-color:var(--theme-color-primary);box-shadow:0 4px 12px #00000026}._MachineCard_peauj_195._selected_peauj_225{border-color:var(--theme-color-primary);border-width:2px;box-shadow:0 4px 16px #0003}._MachineCard_peauj_195._running_peauj_232{border-left:5px solid #4caf50;background:#4caf5008}._MachineCard_peauj_195._paused_peauj_237{border-left:5px solid #2196f3;background:#2196f308}._MachineCard_peauj_195._hasWarning_peauj_242{border-left:5px solid #ff9800;background:#ff980008}._MachineCard_peauj_195._hasFault_peauj_247{border-left:5px solid #e53935;background:#e5393514;border-width:2px;border-color:#e53935}._MachineCard_peauj_195._hasMaintenance_peauj_254,._MachineCard_peauj_195._hasBlocked_peauj_261{border-left:5px solid #ff9800;background:#ff980014;border-width:2px;border-color:#ff9800}._CardHeader_peauj_269{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}._MachineInfo_peauj_276{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1}._MachineName_peauj_284{font-size:1rem;font-weight:600;color:var(--theme-color-std-text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._MachineGroup_peauj_294{font-size:.75rem;color:var(--theme-color-weak-text)}._StatusBadge_peauj_300{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_peauj_300._running_peauj_232{background:#4caf50;color:#fff}._StatusBadge_peauj_300._idle_peauj_318{background:#607d8b;color:#fff}._StatusBadge_peauj_300._paused_peauj_237{background:#2196f3;color:#fff}._StatusBadge_peauj_300._fault_peauj_328{background:#e53935;color:#fff}._StatusBadge_peauj_300._maintenance_peauj_333,._StatusBadge_peauj_300._blocked_peauj_338{background:#ff9800;color:#fff}._ActiveOperation_peauj_344{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_peauj_354{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;flex-wrap:wrap}._OperationNumber_peauj_362{font-size:.875rem;font-weight:600;color:var(--theme-color-primary)}._OperationName_peauj_368{font-size:.8rem;color:var(--theme-color-weak-text);margin-left:.5rem}._DelayIndicator_peauj_375{display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:3px;flex-shrink:0}._DelayIndicator_peauj_375._onTime_peauj_386{background:#4caf50;color:#fff}._DelayIndicator_peauj_375._delayed_peauj_391{background:#ff9800;color:#fff}._DelayIndicator_peauj_375._critical_peauj_396{background:#e53935;color:#fff}._OperationDetails_peauj_401{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--theme-color-weak-text);flex-wrap:wrap;gap:.5rem}._OperationTime_peauj_411{display:flex;align-items:center;gap:.25rem}._QuantityInfo_peauj_417{font-weight:600;color:var(--theme-color-std-text)}._OperatorSection_peauj_423{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_peauj_432{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_peauj_446{font-size:.85rem;color:var(--theme-color-std-text)}._NoOperator_peauj_451{font-size:.8rem;color:var(--theme-color-weak-text);font-style:italic}._NextOpsStack_peauj_458{display:flex;flex-direction:column;gap:.2rem;opacity:.7;padding-top:.5rem;border-top:1px dashed var(--theme-color-soft-bdr)}._NextOpsTitle_peauj_467{font-size:.65rem;color:var(--theme-color-weak-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.15rem;font-weight:500}._NextOpItem_peauj_476{display:flex;align-items:center;gap:.4rem;font-size:.7rem;color:var(--theme-color-weak-text);padding:.15rem 0}._NextOpItem_peauj_476._blocked_peauj_338{color:#ff9800}._NextOpNumber_peauj_489{font-weight:500;min-width:70px;color:var(--theme-color-weak-text)}._WarningsSection_peauj_496{display:flex;flex-wrap:wrap;gap:.5rem}._WarningChip_peauj_503{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600}._WarningChip_peauj_503._warning_peauj_513{background:#ff9800;color:#fff}._WarningChip_peauj_503._error_peauj_518,._WarningChip_peauj_503._stoerung_peauj_524{background:#e53935;color:#fff}._WarningChip_peauj_503._wartung_peauj_529,._WarningChip_peauj_503._materialmangel_peauj_534{background:#ff9800;color:#fff}._WarningChip_peauj_503._qualitaetsproblem_peauj_539{background:#2196f3;color:#fff}._WarningChip_peauj_503._personalmangel_peauj_544{background:#9c27b0;color:#fff}._WarningChip_peauj_503._organisation_peauj_549{background:#607d8b;color:#fff}._WarningChip_peauj_503._werkzeugmangel_peauj_554{background:#795548;color:#fff}._WarningChip_peauj_503._sonstiges_peauj_559{background:#607d8b;color:#fff}._CardFooter_peauj_565{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_peauj_577{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_peauj_577{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_peauj_577 ix-icon{flex-shrink:0;width:16px;height:16px}._ActionButton_peauj_577:active{transform:scale(.98)}._ActionButton_peauj_577._start_peauj_615{background:#4caf50;color:#fff}._ActionButton_peauj_577._start_peauj_615:hover{background:#43a047}._ActionButton_peauj_577._pause_peauj_237{background:#2196f3;color:#fff}._ActionButton_peauj_577._pause_peauj_237:hover{background:#1e88e5}._ActionButton_peauj_577._warning_peauj_513{background:#ff9800;color:#fff}._ActionButton_peauj_577._warning_peauj_513:hover{background:#f57c00}._ActionButton_peauj_577._finish_peauj_645{background:#607d8b;color:#fff}._ActionButton_peauj_577._finish_peauj_645:hover{background:#546e7a}._ActionButton_peauj_577._disabled_peauj_655,._ActionButton_peauj_577:disabled{opacity:.6;cursor:not-allowed;background:#9e9e9e;color:#fff}._ActionButton_peauj_577._fault_peauj_328{background:#e53935;color:#fff}._ActionButton_peauj_577._fault_peauj_328:hover{background:#d32f2f}._ActionButton_peauj_577._maintenance_peauj_333{background:#ff9800;color:#fff}._ActionButton_peauj_577._maintenance_peauj_333:hover{background:#f57c00}._ActionButton_peauj_577._blocked_peauj_338{background:#ff9800;color:#fff}._ActionButton_peauj_577._blocked_peauj_338:hover{background:#f57c00}._StillstandBadge_peauj_692{display:inline-flex;align-items:center;gap:.3rem;margin-left:auto;padding:.25rem .6rem;background:#ffffff40;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:12px;font-size:.7rem;font-weight:600;color:#fff;border:1px solid rgba(255,255,255,.3);box-shadow:0 1px 3px #00000026}._DetailDrawer_peauj_709{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_peauj_709._open_peauj_730{transform:translate(0);visibility:visible;pointer-events:auto}._DrawerHeader_peauj_736{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_peauj_746{font-size:1.125rem;font-weight:600;color:var(--theme-color-std-text);margin:0}._DrawerCloseButton_peauj_753{cursor:pointer;color:var(--theme-color-weak-text)}._DrawerCloseButton_peauj_753:hover{color:var(--theme-color-std-text)}._DrawerTabs_peauj_762{border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._DrawerContent_peauj_767{flex:1;overflow-y:auto;padding:1rem;background:var(--theme-color-2)}._CurrentOperationSection_peauj_775{display:flex;flex-direction:column;gap:1rem}._DetailCard_peauj_781{background:var(--theme-color-1);border-radius:6px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._DetailRow_peauj_788{display:flex;justify-content:space-between;align-items:flex-start;padding:.5rem 0;border-bottom:1px solid var(--theme-color-soft-bdr);gap:1rem}._DetailRow_peauj_788:last-child{border-bottom:none}._DetailLabel_peauj_801{font-size:.8rem;color:var(--theme-color-weak-text);flex-shrink:0;padding-top:2px}._DetailValue_peauj_808{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text);text-align:right;word-break:break-word}._DrawerActions_peauj_817{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-top:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._DrawerActionButton_peauj_826{min-height:56px;font-size:1rem;font-weight:600}._FinishForm_peauj_833{display:flex;flex-direction:column;gap:1rem}._FormGroup_peauj_839{display:flex;flex-direction:column;gap:.5rem}._FormLabel_peauj_845{font-size:.8rem;font-weight:500;color:var(--theme-color-std-text)}._FormInput_peauj_851{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_peauj_851:focus{outline:none;border-color:var(--theme-color-primary)}._FormTextarea_peauj_865{min-height:80px;resize:vertical}._QuickActions_peauj_871{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;margin-top:1rem;border-top:1px solid var(--theme-color-soft-bdr)}._QuickActionsTitle_peauj_880{font-size:.8rem;color:var(--theme-color-weak-text);margin-bottom:.5rem;font-weight:500}._QuickActionButton_peauj_887{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_peauj_887:hover{background:var(--theme-color-2)}._QuickActionButton_peauj_887._material_peauj_534{border-left:4px solid #ff9800}._QuickActionButton_peauj_887._stoerung_peauj_524{border-left:4px solid #e53935}._QuickActionButton_peauj_887._qualitaet_peauj_539{border-left:4px solid #2196f3}._QuickActionButton_peauj_887._wartung_peauj_529{border-left:4px solid #9c27b0}._QuickActionButton_peauj_887._sonstiges_peauj_559{border-left:4px solid #607d8b}._QuickActionButton_peauj_887._personal_peauj_544{border-left:4px solid #00bcd4}._QuickActionButton_peauj_887._organisation_peauj_549{border-left:4px solid #795548}._QuickActionButton_peauj_887._werkzeug_peauj_554{border-left:4px solid #ffc107}._TimelineSection_peauj_938{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--theme-color-soft-bdr)}._TimelineHeader_peauj_944{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:var(--theme-color-weak-text)}._TimelineTitle_peauj_952{font-size:.85rem;font-weight:500}._TimelineList_peauj_957{display:flex;flex-direction:column;gap:.5rem}._TimelineItem_peauj_963{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;position:relative}._TimelineItem_peauj_963:not(:last-child):after{content:"";position:absolute;left:10px;top:28px;bottom:-8px;width:2px;background:var(--theme-color-soft-bdr)}._TimelineDot_peauj_981{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_peauj_963._timelineStarted_peauj_993 ._TimelineDot_peauj_981{background:#4caf5026;color:#4caf50}._TimelineItem_peauj_963._timelinePaused_peauj_998 ._TimelineDot_peauj_981{background:#2196f326;color:#2196f3}._TimelineItem_peauj_963._timelineFinished_peauj_1003 ._TimelineDot_peauj_981{background:#4caf5026;color:#4caf50}._TimelineItem_peauj_963._timelineStoerung_peauj_1008 ._TimelineDot_peauj_981{background:#e5393526;color:#e53935}._TimelineItem_peauj_963._timelineMeldung_peauj_1013 ._TimelineDot_peauj_981{background:#ff980026;color:#ff9800}._TimelineContent_peauj_1018{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0}._TimelineLabel_peauj_1026{font-size:.85rem;font-weight:500;color:var(--theme-color-std-text)}._TimelineDescription_peauj_1032{font-size:.75rem;color:var(--theme-color-weak-text)}._TimelineOrder_peauj_1037{font-size:.7rem;color:var(--theme-color-weak-text)}._TimelineTime_peauj_1042{font-size:.75rem;color:var(--theme-color-weak-text);flex-shrink:0}._QueueList_peauj_1049{display:flex;flex-direction:column;gap:.5rem}._QueueItem_peauj_1055{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_peauj_1055:hover{background:var(--theme-color-2);border-color:var(--theme-color-primary--20)}._QueueItem_peauj_1055._expanded_peauj_1071{background:var(--theme-color-primary--5);border-color:var(--theme-color-primary--40);align-items:flex-start}._QueueItem_peauj_1055._blocked_peauj_338{opacity:.7;border-left:4px solid #ff9800}._QueueIndex_peauj_1082{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_peauj_1096{flex:1;min-width:0}._QueueItemOrder_peauj_1101{font-size:.85rem;font-weight:600;color:var(--theme-color-std-text)}._QueueItemName_peauj_1107{font-size:.75rem;color:var(--theme-color-weak-text);margin-bottom:.25rem}._QueueItemDetails_peauj_1113{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr);display:flex;flex-direction:column;gap:.5rem}._QueueItemDetails_peauj_1113 ._DetailRow_peauj_788{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}._QueueItemDetails_peauj_1113 ._DetailLabel_peauj_801{color:var(--theme-color-weak-text);font-weight:500}._QueueItemDetails_peauj_1113 ._DetailValue_peauj_808{color:var(--theme-color-std-text);font-weight:600}._QueueItemDuration_peauj_1139{font-size:.75rem;color:var(--theme-color-weak-text);text-align:right;display:flex;align-items:center;gap:.25rem}._QueueItemActions_peauj_1148{display:flex;gap:.25rem}._MeldungList_peauj_1154{display:flex;flex-direction:column;gap:.75rem}._MeldungItem_peauj_1160{padding:.75rem;background:var(--theme-color-1);border-radius:6px;border:1px solid var(--theme-color-soft-bdr)}._MeldungItem_peauj_1160._critical_peauj_396{border-left:4px solid #e53935}._MeldungItem_peauj_1160._high_peauj_1171{border-left:4px solid #ff9800}._MeldungItem_peauj_1160._clickable_peauj_1175{cursor:pointer;transition:background-color .15s,border-color .15s}._MeldungItem_peauj_1160._clickable_peauj_1175:hover{background:var(--theme-color-2);border-color:var(--theme-color-primary)}._MeldungHeader_peauj_1185{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:.5rem}._MeldungTitle_peauj_1193{font-size:.875rem;font-weight:600;color:var(--theme-color-std-text);display:flex;align-items:center;gap:.5rem}._MeldungTime_peauj_1202{font-size:.7rem;color:var(--theme-color-weak-text);white-space:nowrap}._MeldungDescription_peauj_1208{font-size:.8rem;color:var(--theme-color-weak-text);margin:0 0 .75rem}._MeldungActions_peauj_1214{display:flex;gap:.5rem}._EmptyState_peauj_1220{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:var(--theme-color-weak-text);text-align:center}._EmptyStateIcon_peauj_1230{margin-bottom:1rem;opacity:.5}._EmptyStateText_peauj_1235{font-size:1rem}._InitializeSection_peauj_1239{margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}._InitializeHint_peauj_1247{font-size:.875rem;color:var(--theme-color-weak-text);max-width:300px;margin:0}._ViewToggle_peauj_1255{display:flex;border:1px solid var(--theme-color-soft-bdr);border-radius:4px;overflow:hidden;background:var(--theme-color-1)}._ViewToggleButton_peauj_1263{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_peauj_1263:not(:last-child){border-right:1px solid var(--theme-color-soft-bdr)}._ViewToggleButton_peauj_1263._active_peauj_1280{background:var(--theme-color-primary);color:#fff}._ViewToggleButton_peauj_1263:hover:not(._active_peauj_1280){background:var(--theme-color-2)}@media only screen and (max-width:1024px){._DetailDrawer_peauj_709{width:100%}._MachineGrid_peauj_180._withDrawer_peauj_190{margin-right:0;display:none}._HeaderRight_peauj_1300{flex-wrap:wrap}}@media only screen and (max-width:768px){._HeaderBar_peauj_33{flex-direction:column;align-items:stretch;gap:.75rem}._HeaderLeft_peauj_44{flex-direction:column;align-items:stretch}._HeaderRight_peauj_1300{margin-left:0;justify-content:flex-start;overflow-x:auto}._SearchWrapper_peauj_104{min-width:100%}._MachineGrid_peauj_180{grid-template-columns:1fr;padding:.75rem}._ActionButton_peauj_577{min-height:56px;font-size:1rem}._MachineCard_peauj_195{min-height:auto}}._EmployeeCard_peauj_1345{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_peauj_1345:hover{border-color:var(--theme-color-primary);box-shadow:0 4px 12px #00000026}._EmployeeCard_peauj_1345._cardCritical_peauj_1364{border-left:4px solid #e53935;animation:_criticalPulse_peauj_1 2s infinite}._EmployeeCardContent_peauj_1370{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;min-height:0}._machineCard_peauj_1381{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_peauj_1381:hover{border-color:var(--theme-color-primary);box-shadow:0 4px 12px #00000026}._cardCritical_peauj_1364{border-left:4px solid #e53935;animation:_criticalPulse_peauj_1 2s infinite}@keyframes _criticalPulse_peauj_1{0%,to{box-shadow:0 0 #e5393566}50%{box-shadow:0 0 8px 2px #e539354d}}._cardHeader_peauj_1410{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}._machineName_peauj_1417{font-size:1rem;font-weight:600;color:var(--theme-color-std-text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._machineNumber_peauj_1427{font-size:.75rem;color:var(--theme-color-weak-text)}._employeeInfo_peauj_1433{display:flex;align-items:center;gap:.75rem}._employeeAvatar_peauj_1439{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_peauj_1452{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}._shiftOverlayInfo_peauj_1465{margin-top:-.25rem;margin-bottom:.5rem;font-size:.7rem;color:var(--theme-color-primary);background:var(--theme-color-2);border:1px solid var(--theme-color-primary);padding:.15rem .5rem;border-radius:12px;font-weight:600;display:inline-block;align-self:flex-start;margin-left:3.5rem}._statusBadge_peauj_1481{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_peauj_1494{background:#4caf50;color:#fff}._statusIdle_peauj_1499{background:#2196f3;color:#fff}._statusStopped_peauj_1504{background:#ff9800;color:#fff}._statusOffline_peauj_1509{background:#607d8b;color:#fff}._statusWarning_peauj_1514{background:#9c27b0;color:#fff}._teamBadge_peauj_1520{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;width:fit-content}._teamBadgeLarge_peauj_1530{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:4px;font-size:.8rem;font-weight:600;margin-top:.5rem}._currentOperation_peauj_1541{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_peauj_1551{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;flex-wrap:wrap}._operationInfo_peauj_1559{display:flex;flex-direction:column;gap:.25rem}._operationName_peauj_1565{display:flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;color:var(--theme-color-std-text)}._orderNumber_peauj_1574{font-size:.75rem;color:var(--theme-color-weak-text)}._machineAssignmentInfo_peauj_1580{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--theme-color-primary);padding:.25rem 0}._operationMeta_peauj_1590{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}._elapsedTime_peauj_1598{display:flex;align-items:center;gap:.25rem;font-size:.8rem;color:var(--theme-color-weak-text)}._indicatorChips_peauj_1606{display:flex;gap:.35rem;flex-wrap:wrap}._delayedChip_peauj_1612,._criticalChip_peauj_1613,._stoerungChip_peauj_1614{display:inline-flex;align-items:center;gap:.2rem;padding:.15rem .4rem;border-radius:3px;font-size:.65rem;font-weight:600}._delayedChip_peauj_1612{background:#ff9800;color:#fff}._criticalChip_peauj_1613{background:#f44336;color:#fff}._stoerungChip_peauj_1614{background:#e53935;color:#fff}._nextAssignment_peauj_1640{background:var(--theme-color-2);border-radius:6px;padding:.75rem;border:1px solid var(--theme-color-soft-bdr)}._nextAssignmentHeader_peauj_1647{display:flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;color:var(--theme-color-weak-text);margin-bottom:.35rem}._nextAssignmentDetails_peauj_1657{display:flex;flex-direction:column;gap:.15rem;font-size:.8rem;color:var(--theme-color-std-text)}._freeStatus_peauj_1666{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_peauj_1679{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_peauj_1692{display:flex;flex-direction:column;gap:.35rem;padding-top:.5rem;border-top:1px solid var(--theme-color-soft-bdr)}._skillsLabel_peauj_1700{font-size:.7rem;color:var(--theme-color-weak-text);text-transform:uppercase;letter-spacing:.5px;font-weight:500}._skillsList_peauj_1708{display:flex;flex-wrap:wrap;gap:.35rem}._skillChip_peauj_1714{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_peauj_1725{display:inline-flex;align-items:center;padding:.2rem .4rem;font-size:.7rem;color:var(--theme-color-weak-text)}._todayStats_peauj_1734{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_peauj_1744{display:flex;gap:.5rem;margin-top:auto;padding-top:.75rem}._EmployeeHeaderInfo_peauj_1753{padding:.75rem 1rem;background:var(--theme-color-1);border-bottom:1px solid var(--theme-color-soft-bdr)}._EmployeeHeaderRow_peauj_1759{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._drawerContent_peauj_1766{display:flex;flex-direction:column;height:100%}._drawerHeader_peauj_1772{padding:1rem;border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._drawerTitleRow_peauj_1778{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}._employeeDrawerHeader_peauj_1785{display:flex;align-items:center;gap:1rem;flex:1}._drawerTitle_peauj_1778{font-size:1.25rem;font-weight:600;color:var(--theme-color-std-text);margin:0}._drawerSubtitle_peauj_1799{font-size:.875rem;color:var(--theme-color-weak-text)}._skillsDrawerSection_peauj_1804{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr)}._skillsListDrawer_peauj_1810{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}._skillItemDrawer_peauj_1817{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0}._skillName_peauj_1824{font-size:.875rem;color:var(--theme-color-std-text)}._skillLevel_peauj_1829{font-size:.75rem;font-weight:500}._tabContent_peauj_1835{flex:1;overflow-y:auto;padding:1rem;background:var(--theme-color-2)}._currentTab_peauj_1842,._historyTab_peauj_1843,._meldungenTab_peauj_1844,._currentAssignmentDetails_peauj_1851{display:flex;flex-direction:column;gap:1rem}._detailSection_peauj_1857{display:flex;flex-direction:column;gap:.5rem}._sectionTitle_peauj_1863{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_peauj_1874{background:var(--theme-color-1);border-radius:6px;padding:.75rem;border:1px solid var(--theme-color-soft-bdr)}._detailRow_peauj_1881{display:flex;justify-content:space-between;align-items:flex-start;padding:.4rem 0;gap:1rem}._detailLabel_peauj_1889{font-size:.8rem;color:var(--theme-color-weak-text);flex-shrink:0;white-space:nowrap}._detailValue_peauj_1896{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text);text-align:right;word-break:break-word}._statusIndicators_peauj_1904{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._drawerActions_peauj_1911{display:flex;gap:.5rem;margin-top:1rem}._emptyState_peauj_1918{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_peauj_1929{margin-top:1rem;padding:1rem;background:var(--theme-color-1);border-radius:6px;text-align:left}._todayStatsSummary_peauj_1938{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_peauj_1947{display:flex;flex-direction:column;align-items:center;gap:.25rem}._statValue_peauj_1954{font-size:1.5rem;font-weight:700;color:var(--theme-color-primary)}._statLabel_peauj_1960{font-size:.75rem;color:var(--theme-color-weak-text)}._executionHistoryList_peauj_1966{display:flex;flex-direction:column;gap:.75rem}._historyItem_peauj_1972{background:var(--theme-color-1);border-radius:6px;padding:.75rem;border:1px solid var(--theme-color-soft-bdr)}._historyItemActive_peauj_1979{border-left:3px solid var(--theme-color-primary)}._historyItemHeader_peauj_1983{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._historyItemTitle_peauj_1990{display:flex;align-items:center;gap:.35rem;font-weight:600;color:var(--theme-color-std-text)}._historyStatus_peauj_1998{font-size:.7rem;padding:.15rem .4rem;border-radius:3px;background:#4caf50;color:#fff}._historyStatus_peauj_1998._statusActive_peauj_2006{background:var(--theme-color-primary)}._historyItemDetails_peauj_2010{display:flex;flex-direction:column;gap:.15rem;font-size:.8rem;color:var(--theme-color-weak-text);margin-bottom:.5rem}._historyItemMeta_peauj_2019{display:flex;gap:1rem;font-size:.75rem;color:var(--theme-color-weak-text)}._historyItemMeta_peauj_2019 span{display:flex;align-items:center;gap:.25rem}._meldungList_peauj_2033{display:flex;flex-direction:column;gap:.75rem}._meldungItem_peauj_2039{background:var(--theme-color-1);border-radius:6px;padding:.75rem;border:1px solid var(--theme-color-soft-bdr)}._meldungHeader_peauj_2046{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._meldungTime_peauj_2053{font-size:.75rem;color:var(--theme-color-weak-text)}._meldungContent_peauj_2058{margin-bottom:.5rem}._meldungTitle_peauj_2062{font-weight:600;color:var(--theme-color-std-text);margin:0 0 .25rem}._meldungDescription_peauj_2068{font-size:.8rem;color:var(--theme-color-weak-text);margin:0}._meldungMeta_peauj_2074{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_peauj_2085{display:flex;gap:.25rem;background:var(--theme-color-2);padding:.25rem;border-radius:6px;border:1px solid var(--theme-color-soft-bdr)}._viewToggleButton_peauj_2094{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_peauj_2094:hover{background:var(--theme-color-1);color:var(--theme-color-std-text)}._viewToggleButton_peauj_2094._active_peauj_1280{background:var(--theme-color-primary);color:#fff}._statusFilterChips_peauj_2120{display:flex;gap:.35rem;flex-wrap:wrap}._statusFilterChip_peauj_2120{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_peauj_2120:hover{border-color:var(--theme-color-primary)}._statusFilterChip_peauj_2120._active_peauj_1280{background:var(--theme-color-primary);color:#fff;border-color:var(--theme-color-primary)}._statusFilterChip_peauj_2120 ._count_peauj_2151{background:#0003;padding:0 .35rem;border-radius:10px;font-size:.7rem}._unbesetztCounter_peauj_2159{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_peauj_2159:hover{background:#f57c00}._MeldungenDrawer_peauj_2177{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_peauj_2177._open_peauj_730{transform:translate(0);visibility:visible;pointer-events:auto}._MeldungenDrawerHeader_peauj_2204{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_peauj_2214{font-size:1.25rem;font-weight:600;color:var(--theme-color-std-text);margin:0}._MeldungenDrawerAction_peauj_2221{padding:1rem 1.25rem;border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._NeueMeldungButton_peauj_2227{width:100%}._MeldungenFilterSection_peauj_2232{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_peauj_2241{display:flex;gap:.5rem;background:var(--theme-color-1);border-radius:6px;padding:.25rem}._MeldungenStatusTab_peauj_2241{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_peauj_2241:hover{color:var(--theme-color-std-text)}._MeldungenStatusTab_peauj_2241._active_peauj_1280{background:var(--theme-color-primary);color:#fff}._MeldungenEskalationFilter_peauj_2271{display:flex;gap:.5rem;flex-wrap:wrap}._MeldungenList_peauj_2278{flex:1;overflow-y:auto;padding:1rem 1.25rem;background:var(--theme-color-2);display:flex;flex-direction:column;gap:1rem}._MeldungenEmptyState_peauj_2288{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1rem;color:var(--theme-color-weak-text)}._MeldungCard_peauj_2299{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_peauj_2299:hover{box-shadow:0 2px 8px #0000001a}._MeldungCard_peauj_2299._unacknowledged_peauj_2315{background:var(--theme-color-component-1);border-width:2px;position:relative}._MeldungCardUnackBadge_peauj_2321{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_peauj_2336{font-size:.65rem;font-weight:600;padding:.2rem .5rem;border-radius:3px;text-transform:uppercase}._MeldungCardStatusBadge_peauj_2336._statusOpen_peauj_2344{background:var(--theme-color-primary);color:#fff}._MeldungCardStatusBadge_peauj_2336._statusInProgress_peauj_2349{background:#ff9800;color:#fff}._MeldungCardStatusBadge_peauj_2336._statusClosed_peauj_2354{background:#4caf50;color:#fff}._MeldungCardQuickActions_peauj_2360{display:flex;gap:.5rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr)}._MeldungCard_peauj_2299._kritisch_peauj_2368{border-left:4px solid #e53935}._MeldungCard_peauj_2299._warnung_peauj_2372{border-left:4px solid #ff9800}._MeldungCard_peauj_2299._hinweis_peauj_2376{border-left:4px solid #2196f3}._MeldungCardHeader_peauj_2380{display:flex;justify-content:space-between;align-items:flex-start}._MeldungCardEskalation_peauj_2386{display:flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:700;text-transform:uppercase}._MeldungCard_peauj_2299._kritisch_peauj_2368 ._MeldungCardEskalation_peauj_2386{color:#e53935}._MeldungCard_peauj_2299._warnung_peauj_2372 ._MeldungCardEskalation_peauj_2386{color:#ff9800}._MeldungCard_peauj_2299._hinweis_peauj_2376 ._MeldungCardEskalation_peauj_2386{color:#2196f3}._MeldungCardEskalationLabel_peauj_2407{letter-spacing:.5px}._MeldungCardType_peauj_2411{font-weight:400;color:var(--theme-color-weak-text);text-transform:none}._MeldungCardTitle_peauj_2417{font-size:.95rem;font-weight:600;color:var(--theme-color-std-text);margin:.25rem 0}._MeldungCardMeta_peauj_2424{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--theme-color-weak-text);flex-wrap:wrap}._MeldungCardNummer_peauj_2433{font-weight:600;color:var(--theme-color-std-text)}._MeldungCardSeparator_peauj_2438{color:var(--theme-color-soft-bdr)}._StillstandDauer_peauj_2442{color:var(--theme-color-alarm);font-weight:600;display:inline-flex;align-items:center;gap:.25rem}._MeldungDetailStillstand_peauj_2451{background:var(--theme-color-2);border-radius:8px;padding:1rem;margin-bottom:1rem}._StillstandDauerDisplay_peauj_2458{display:flex;align-items:center;justify-content:space-between;gap:1rem}._StillstandDauerValue_peauj_2465{font-size:1.25rem;font-weight:600;color:var(--theme-color-std-text)}._StillstandLaeuft_peauj_2471{font-size:.875rem;font-weight:400;color:var(--theme-color-alarm)}._StillstandDauerEdit_peauj_2477{display:flex;flex-direction:column;gap:1rem}._StillstandDauerInputs_peauj_2483{display:flex;gap:1rem;align-items:center}._StillstandDauerInputGroup_peauj_2489{display:flex;align-items:center;gap:.5rem}._StillstandDauerInputGroup_peauj_2489 span{font-size:.875rem;color:var(--theme-color-weak-text)}._StillstandDauerInput_peauj_2483{width:70px;padding:.5rem .75rem;font-size:1rem;font-weight:600;border:1px solid var(--theme-color-soft-bdr);border-radius:4px;background:var(--theme-color-1);color:var(--theme-color-std-text);text-align:center}._StillstandDauerInput_peauj_2483:focus{outline:none;border-color:var(--theme-color-primary)}._StillstandDauerActions_peauj_2517{display:flex;gap:.5rem;justify-content:flex-end}._MeldungCardActions_peauj_2523{display:flex;gap:.5rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr)}._MeldungenShowMore_peauj_2531{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_peauj_2531:hover{background:var(--theme-color-2);border-color:var(--theme-color-primary)}._ModalOverlay_peauj_2552{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_peauj_2566{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_peauj_1 .2s ease}@keyframes _modalSlideIn_peauj_1{0%{opacity:0;transform:translateY(-20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._ModalHeader_peauj_2589{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--theme-color-soft-bdr)}._ModalTitle_peauj_2597{font-size:1.125rem;font-weight:600;color:var(--theme-color-std-text);margin:0}._ModalBody_peauj_2604{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._infoBox_peauj_2613{display:flex;gap:.75rem;padding:.75rem;background:var(--theme-color-2);border-radius:4px;border-left:3px solid var(--theme-color-primary);font-size:.85rem;color:var(--theme-color-std-text);line-height:1.4}._infoBox_peauj_2613 p{margin:0}._emptyStateSimple_peauj_2629{padding:1.5rem;text-align:center;color:var(--theme-color-weak-text);font-size:.875rem;font-style:italic;background:var(--theme-color-2);border-radius:4px;border:1px dashed var(--theme-color-soft-bdr)}._ModalFormGroup_peauj_2640{display:flex;flex-direction:column;gap:.5rem}._ModalLabel_peauj_2646{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text)}._Required_peauj_2652{color:#e53935}._ModalDivider_peauj_2656{height:1px;background:var(--theme-color-soft-bdr);margin:.5rem 0}._EskalationOptions_peauj_2663{display:flex;flex-direction:column;gap:.5rem}._EskalationOption_peauj_2663{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_peauj_2663 input[type=radio]{display:none}._EskalationOption_peauj_2663:hover{background:var(--theme-color-component-1)}._EskalationOption_peauj_2663._selected_peauj_225{border-color:var(--theme-color-primary);background:var(--theme-color-component-1)}._EskalationOption_peauj_2663._kritisch_peauj_2368:hover,._EskalationOption_peauj_2663._kritisch_peauj_2368._selected_peauj_225{border-color:#e53935}._EskalationOption_peauj_2663._warnung_peauj_2372:hover,._EskalationOption_peauj_2663._warnung_peauj_2372._selected_peauj_225{border-color:#ff9800}._EskalationOption_peauj_2663._hinweis_peauj_2376:hover,._EskalationOption_peauj_2663._hinweis_peauj_2376._selected_peauj_225{border-color:#2196f3}._EskalationOption_peauj_2663._kritisch_peauj_2368 ix-icon{color:#e53935}._EskalationOption_peauj_2663._warnung_peauj_2372 ix-icon{color:#ff9800}._EskalationOption_peauj_2663._hinweis_peauj_2376 ix-icon{color:#2196f3}._EskalationLabel_peauj_2721{font-weight:600;color:var(--theme-color-std-text)}._EskalationHint_peauj_2726{font-size:.8rem;color:var(--theme-color-weak-text);margin-left:auto}._ZuordnungTabs_peauj_2733{display:flex;gap:.5rem;background:var(--theme-color-2);border-radius:6px;padding:.25rem}._ZuordnungTab_peauj_2733{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_peauj_2733:hover{color:var(--theme-color-std-text)}._ZuordnungTab_peauj_2733._active_peauj_1280{background:var(--theme-color-primary);color:#fff}._ZuordnungSelect_peauj_2763{margin-top:.75rem}._ZuordnungLabel_peauj_2767{display:block;font-size:.85rem;color:var(--theme-color-weak-text);margin-bottom:.25rem}._ModalHint_peauj_2774{font-size:.8rem;color:var(--theme-color-weak-text);margin-top:.25rem;margin-bottom:.5rem}._ModalInput_peauj_2782{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_peauj_2782:focus{border-color:var(--theme-color-primary)}._ModalInput_peauj_2782::placeholder{color:var(--theme-color-weak-text)}._ModalInput_peauj_2782._hasError_peauj_2802{border-color:#e53935}._ModalTextarea_peauj_2806{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_peauj_2806:focus{border-color:var(--theme-color-primary)}._ModalTextarea_peauj_2806::placeholder{color:var(--theme-color-weak-text)}._ModalTextarea_peauj_2806._hasError_peauj_2802{border-color:#e53935}._ErrorText_peauj_2833{color:#e53935;font-size:.75rem}._ModalFooter_peauj_2838{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)}._historyTimeMachine_peauj_2848{display:flex;flex-direction:column;gap:.25rem}._historyTimeRange_peauj_2854{display:flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--theme-color-std-text)}._historyMachineName_peauj_2863{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--theme-color-weak-text);margin-left:.1rem}._historyOrderId_peauj_2872{font-weight:500;color:var(--theme-color-std-text);font-size:.8rem}._historyOperationName_peauj_2878{font-size:.75rem;color:var(--theme-color-weak-text)}._MeldungDetailView_peauj_2884{display:flex;flex-direction:column;height:100%}._MeldungDetailHeader_peauj_2890{padding:1rem 1.25rem;border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._MeldungDetailBackButton_peauj_2896{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_peauj_2896:hover{text-decoration:underline}._MeldungDetailContent_peauj_2913{flex:1;overflow-y:auto;padding:1.25rem;background:var(--theme-color-2);display:flex;flex-direction:column;gap:1.25rem}._MeldungDetailTopSection_peauj_2924{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungDetailTopSection_peauj_2924._kritisch_peauj_2368{border-left:4px solid #e53935}._MeldungDetailTopSection_peauj_2924._warnung_peauj_2372{border-left:4px solid #ff9800}._MeldungDetailTopSection_peauj_2924._hinweis_peauj_2376{border-left:4px solid #2196f3}._MeldungDetailTitle_peauj_2943{font-size:1.1rem;font-weight:700;color:var(--theme-color-std-text);margin:0 0 .75rem}._MeldungDetailBadges_peauj_2950{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}._MeldungDetailEskalation_peauj_2957{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:700;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase}._MeldungDetailEskalation_peauj_2957._kritisch_peauj_2368{background:#e5393526;color:#e53935}._MeldungDetailEskalation_peauj_2957._warnung_peauj_2372{background:#ff980026;color:#ff9800}._MeldungDetailEskalation_peauj_2957._hinweis_peauj_2376{background:#2196f326;color:#2196f3}._MeldungDetailType_peauj_2983{font-size:.75rem;font-weight:500;padding:.25rem .5rem;background:var(--theme-color-2);border-radius:4px;color:var(--theme-color-std-text)}._MeldungDetailStatus_peauj_2992{font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase}._MeldungDetailStatus_peauj_2992._statusOpen_peauj_2344{background:var(--theme-color-primary);color:#fff}._MeldungDetailStatus_peauj_2992._statusInProgress_peauj_2349{background:#ff9800;color:#fff}._MeldungDetailStatus_peauj_2992._statusClosed_peauj_2354{background:#4caf50;color:#fff}._MeldungDetailMeta_peauj_3015{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--theme-color-weak-text);flex-wrap:wrap}._MeldungDetailZuordnung_peauj_3025{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungDetailSectionTitle_peauj_3032{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_peauj_3044{display:flex;flex-direction:column;gap:.75rem}._MeldungDetailZuordnungItem_peauj_3044{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--theme-color-2);border-radius:6px}._MeldungDetailZuordnungIcon_peauj_3059{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_peauj_3070{flex:1;min-width:0}._MeldungDetailZuordnungLabel_peauj_3075{display:block;font-size:.7rem;color:var(--theme-color-weak-text);text-transform:uppercase;letter-spacing:.3px}._MeldungDetailZuordnungName_peauj_3083{display:block;font-size:.9rem;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._MeldungDetailBeschreibung_peauj_3094{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungDetailBeschreibungText_peauj_3101{font-size:.9rem;line-height:1.5;color:var(--theme-color-std-text);margin:0;white-space:pre-wrap}._MeldungDetailHistorie_peauj_3110{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungDetailHistorieList_peauj_3117{display:flex;flex-direction:column;gap:0;margin-left:.5rem;border-left:2px solid var(--theme-color-soft-bdr);padding-left:1rem}._MeldungDetailHistorieItem_peauj_3126{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 0;position:relative}._MeldungDetailHistorieDot_peauj_3134{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_peauj_3145{display:flex;flex-direction:column}._MeldungDetailHistorieLabel_peauj_3150{font-size:.85rem;font-weight:600;color:var(--theme-color-std-text)}._MeldungDetailHistorieTime_peauj_3156{font-size:.75rem;color:var(--theme-color-weak-text)}._MeldungDetailKommentare_peauj_3162{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungKommentareListe_peauj_3169{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}._MeldungKommentarItem_peauj_3176{background:var(--theme-color-2);border-radius:6px;padding:.75rem}._MeldungKommentarHeader_peauj_3182{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._MeldungKommentarAuthor_peauj_3189{font-weight:500;font-size:.85rem;color:var(--theme-color-std-text)}._MeldungKommentarTime_peauj_3195{font-size:.75rem;color:var(--theme-color-weak-text)}._MeldungKommentarText_peauj_3200{font-size:.9rem;color:var(--theme-color-std-text);margin:0;white-space:pre-wrap;line-height:1.4}._MeldungKommentareEmpty_peauj_3208{font-size:.85rem;color:var(--theme-color-weak-text);text-align:center;padding:1rem 0;margin:0}._MeldungDetailKommentarNeu_peauj_3216{display:flex;flex-direction:column;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr)}._MeldungDetailKommentar_peauj_3162{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungDetailKommentarInput_peauj_3231{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_peauj_3231:focus{border-color:var(--theme-color-primary)}._MeldungDetailKommentarInput_peauj_3231::placeholder{color:var(--theme-color-weak-text)}._MeldungDetailActions_peauj_3255{display:flex;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._MeldungDetailActionsFull_peauj_3263{flex:1}._MeldungDetailClosedHint_peauj_3267{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1;color:#4caf50;font-weight:500;font-size:.9rem}._StatusDropdown_peauj_3279{position:relative;display:inline-flex}._StatusDropdownTrigger_peauj_3284{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_peauj_3284:hover{filter:brightness(1.1)}._StatusDropdownTrigger_peauj_3284._statusOpen_peauj_2344{background:var(--theme-color-primary);color:#fff}._StatusDropdownTrigger_peauj_3284._statusInProgress_peauj_2349{background:#ff9800;color:#fff}._StatusDropdownTrigger_peauj_3284._statusClosed_peauj_2354{background:#4caf50;color:#fff}._StatusDropdownBackdrop_peauj_3317{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100001}._StatusDropdownMenu_peauj_3326{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_peauj_3340{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_peauj_3340:hover{background:var(--theme-color-2)}._StatusDropdownItem_peauj_3340._active_peauj_1280{background:var(--theme-color-primary--opacity-10);color:var(--theme-color-primary);font-weight:600}._StatusDropdownDot_peauj_3365{width:10px;height:10px;border-radius:50%}._StatusDropdownDot_peauj_3365._statusOpen_peauj_2344{background:var(--theme-color-primary)}._StatusDropdownDot_peauj_3365._statusInProgress_peauj_2349{background:#ff9800}._StatusDropdownDot_peauj_3365._statusClosed_peauj_2354{background:#4caf50}._FilterChipWrapper_peauj_3384{display:inline-flex;align-items:center}._FilterChipLabel_peauj_3389{margin-left:.25rem;display:inline}._FilterChipTooltip_peauj_3394{display:none}@media(min-width:1300px)and (max-width:1599px){._FilterChipLabel_peauj_3389{display:none}._FilterChipTooltip_peauj_3394{display:block}}@media(max-width:899px){._FilterChipLabel_peauj_3389{display:none}._FilterChipTooltip_peauj_3394{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_1hj46_6{display:flex;flex-direction:column;gap:2rem;padding-bottom:2rem;padding-right:1rem;min-height:100%}._HeaderBar_1hj46_16{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;padding-bottom:.5rem}._HeaderLeft_1hj46_25{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}._HeaderRight_1hj46_32{display:flex;gap:.75rem;align-items:center;margin-left:auto;flex-wrap:wrap}._FilterDropdown_1hj46_40{min-width:150px}._FilterDropdownWide_1hj46_44{min-width:200px}._KpiRow_1hj46_49{display:flex;gap:1rem;flex-wrap:wrap;width:100%;align-items:stretch}._KpiRow_1hj46_49>*{flex:1 1 0px;min-width:130px}@media(max-width:768px){._KpiRow_1hj46_49>*{flex:1 1 calc(50% - .5rem)}}@media(max-width:480px){._KpiRow_1hj46_49>*{flex:1 1 100%}}._KpiCardPrimary_1hj46_81{min-width:160px;position:relative;transition:transform .2s ease,box-shadow .2s ease}._KpiCardContent_1hj46_87{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;height:100%}._KpiHeader_1hj46_95{display:flex;align-items:center;gap:.5rem}._KpiTitle_1hj46_101{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text);opacity:.7}._InfoIcon_1hj46_108{cursor:help;opacity:.5;transition:opacity .2s ease;display:flex;align-items:center}._InfoIcon_1hj46_108:hover{opacity:1}._TooltipContent_1hj46_120{text-align:left;max-width:280px;white-space:pre-line}._TooltipContent_1hj46_120 strong{display:block;margin-top:.5rem;margin-bottom:.25rem;font-size:.75rem;text-transform:uppercase;opacity:.7}._TooltipContent_1hj46_120 strong:first-child{margin-top:0}._TooltipContent_1hj46_120 p{margin:0;font-size:.8125rem;line-height:1.4}._KpiValueLarge_1hj46_145{font-size:2.5rem;font-weight:700;line-height:1;color:var(--theme-color-std-text);letter-spacing:-.03em}._KpiValueWarning_1hj46_153{color:var(--theme-color-alarm)}._KpiSubtext_1hj46_157{font-size:.8125rem;color:var(--theme-color-std-text);opacity:.55;line-height:1.3}._SectionContainer_1hj46_165{display:flex;flex-direction:column;gap:1rem}._SectionHeader_1hj46_171{display:flex;align-items:baseline;gap:.75rem}._SectionTitle_1hj46_177{margin:0;color:var(--theme-color-std-text);font-size:1.125rem;font-weight:600}._SectionSubtitle_1hj46_184{font-size:.8125rem;color:var(--theme-color-weak-text)}._ChartCard_1hj46_190{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_1hj46_199{width:100%;height:220px}._TwoColumnGrid_1hj46_205{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch}@media(max-width:1024px){._TwoColumnGrid_1hj46_205{grid-template-columns:1fr}}._FokusGrid_1hj46_219{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:900px){._FokusGrid_1hj46_219{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){._FokusGrid_1hj46_219{grid-template-columns:1fr}}._FokusCard_1hj46_237{position:relative;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;height:100%}._FokusCard_1hj46_237:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._FokusCardContent_1hj46_249{display:flex;flex-direction:column;gap:.875rem;padding:1.5rem;height:100%}._FokusHeader_1hj46_257{display:flex;align-items:center;gap:.875rem}._FokusIcon_1hj46_263{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}._FokusTitle_1hj46_274{font-size:1.0625rem;font-weight:600;color:var(--theme-color-std-text)}._FokusStatement_1hj46_280{font-size:.9375rem;color:var(--theme-color-std-text);line-height:1.5;margin:0;opacity:.85}._FokusLink_1hj46_288{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_1hj46_288:hover{text-decoration:underline}._MiniParetoCard_1hj46_304{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_1hj46_315{display:flex;flex-direction:column;gap:1.25rem;flex:1;justify-content:center}._MiniParetoItem_1hj46_323{display:flex;flex-direction:column;gap:.625rem}._MiniParetoRank_1hj46_329{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_1hj46_343{display:flex;justify-content:space-between;align-items:center;gap:.75rem}._MiniParetoNameWrapper_1hj46_350{display:flex;align-items:center;gap:.75rem}._MiniParetoName_1hj46_350{font-size:1rem;font-weight:600;color:var(--theme-color-std-text)}._MiniParetoValue_1hj46_362{font-size:.9375rem;font-weight:500;color:var(--theme-color-std-text)}._MiniParetoBarContainer_1hj46_368{height:12px;background:var(--theme-color-2);border-radius:6px;overflow:hidden}._MiniParetoBar_1hj46_368{height:100%;border-radius:6px;transition:width .4s ease}._ViewModeToggle_1hj46_440{display:flex;gap:0;margin-bottom:1rem;background:var(--theme-color-2);border-radius:6px;padding:2px;width:fit-content}._ViewModeButton_1hj46_450{padding:.375rem .875rem;font-size:.8125rem;font-weight:500;border:none;background:transparent;color:var(--theme-color-weak-text);cursor:pointer;border-radius:4px;transition:all .2s ease}._ViewModeButton_1hj46_450:hover{color:var(--theme-color-std-text)}._ViewModeButton_1hj46_450._active_1hj46_466{background:var(--theme-color-primary);color:var(--theme-color-primary--contrast)}@media(max-width:768px){._HeaderBar_1hj46_16{flex-direction:column;align-items:stretch}._HeaderRight_1hj46_32{margin-left:0;flex-wrap:wrap}._FilterDropdown_1hj46_40,._FilterDropdownWide_1hj46_44{min-width:100%}._KpiValueLarge_1hj46_145{font-size:2rem}._ChartWrapper_1hj46_199{height:180px}}._PageContainer_4vdae_6{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:1.5rem;padding-right:1rem;min-height:100%}._HeaderBar_4vdae_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_4vdae_27{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}._HeaderRight_4vdae_34{display:flex;gap:.75rem;align-items:center;margin-left:auto;flex-wrap:wrap}._FilterDropdown_4vdae_42{min-width:150px}._FilterDropdownWide_4vdae_46{min-width:200px}._KpiRow_4vdae_51{display:flex;gap:1rem;flex-wrap:wrap;width:100%;align-items:stretch}._KpiRow_4vdae_51>*{flex:1 1 calc(25% - .75rem);min-width:180px}@media(max-width:1200px){._KpiRow_4vdae_51>*{flex:1 1 calc(50% - .5rem)}}@media(max-width:600px){._KpiRow_4vdae_51>*{flex:1 1 100%}}._KpiCard_4vdae_78{min-width:180px;position:relative;transition:transform .2s ease,box-shadow .2s ease}._KpiCardContent_4vdae_84{display:flex;flex-direction:column;gap:.5rem;padding:1rem;height:100%}._KpiTitle_4vdae_92{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text);opacity:.8}._KpiValue_4vdae_99{font-size:2rem;font-weight:700;line-height:1.1;color:var(--theme-color-std-text);letter-spacing:-.02em}._KpiTrend_4vdae_107{font-size:.875rem;font-weight:500;color:#999;opacity:.8}._KpiSubInfo_4vdae_114{font-size:.8125rem;color:var(--theme-color-std-text);opacity:.55;margin-top:.25rem}._KpiSideInfo_4vdae_121{font-size:.875rem;color:var(--theme-color-std-text);opacity:.6;margin-left:.5rem}._KpiSubtext_4vdae_128{font-size:.8125rem;color:var(--theme-color-std-text);opacity:.6}._KpiStatusDot_4vdae_134{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.5rem}._KpiStatusNeutral_4vdae_142{background-color:var(--theme-color-std-text);opacity:.4}._KpiStatusWarning_4vdae_147{background-color:var(--theme-color-warning)}._SectionContainer_4vdae_152{display:flex;flex-direction:column;gap:1rem}._SectionHeader_4vdae_158{display:flex;align-items:baseline;gap:.75rem}._SectionTitle_4vdae_164{margin:0;color:var(--theme-color-std-text);font-size:1.25rem;font-weight:600}._SectionSubtitle_4vdae_171{font-size:.875rem;color:var(--theme-color-weak-text)}._ChartContainer_4vdae_177{background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:4px;padding:1.5rem}._ChartWrapper_4vdae_184{width:100%;min-height:280px}._TableContainer_4vdae_190{background:var(--theme-color-1);border-radius:4px;overflow:hidden}._DataTable_4vdae_196{width:100%;border-collapse:collapse}._DataTable_4vdae_196 thead{background:var(--theme-color-2)}._DataTable_4vdae_196 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_4vdae_196 th:last-child,._DataTable_4vdae_196 td:last-child{text-align:right}._DataTable_4vdae_196 tbody tr{border-bottom:1px solid var(--theme-color-soft-bdr);transition:background-color .15s ease}._DataTable_4vdae_196 tbody tr:hover{background:var(--theme-color-2)}._DataTable_4vdae_196 tbody tr:last-child{border-bottom:none}._DataTable_4vdae_196 td{padding:1rem;font-size:.875rem;color:var(--theme-color-std-text)}._CategoryCell_4vdae_241{display:flex;align-items:center;gap:.75rem}._CategoryDot_4vdae_247{width:12px;height:12px;border-radius:3px;flex-shrink:0}._DurationBar_4vdae_254{display:flex;align-items:center;gap:.75rem}._DurationBarFill_4vdae_260{height:8px;border-radius:4px;background:var(--theme-color-primary);min-width:4px;transition:width .3s ease}._DurationValue_4vdae_268{min-width:70px;text-align:right;font-weight:500}._CountBadge_4vdae_274{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)}._LoadingOverlay_4vdae_289{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:rgba(var(--theme-color-1--rgb),.85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100}._EmptyState_4vdae_306{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_4vdae_317{font-size:3rem;opacity:.3}._EmptyStateText_4vdae_322{font-size:1rem}._ViewModeToggle_4vdae_327{display:flex;gap:.25rem;margin-bottom:1rem;background:var(--theme-color-2);border-radius:4px;padding:.25rem;width:fit-content}._ViewModeButton_4vdae_337{padding:.5rem 1rem;border:none;background:transparent;color:var(--theme-color-std-text);font-size:.875rem;font-weight:500;cursor:pointer;border-radius:3px;transition:all .2s ease}._ViewModeButton_4vdae_337:hover{background:var(--theme-color-3)}._ViewModeButton_4vdae_337._active_4vdae_353{background:var(--theme-color-primary);color:var(--theme-color-primary--contrast)}@media(max-width:768px){._HeaderBar_4vdae_16{flex-direction:column;align-items:stretch}._HeaderRight_4vdae_34{margin-left:0;flex-wrap:wrap}._FilterDropdown_4vdae_42,._FilterDropdownWide_4vdae_46{min-width:100%}._KpiValue_4vdae_99{font-size:1.75rem}._ChartWrapper_4vdae_184{height:250px}._DataTable_4vdae_196 th,._DataTable_4vdae_196 td{padding:.75rem}}._AuditLogPage_1usp4_10{display:flex;flex-direction:column;height:100%;padding:0 1rem 1rem;overflow:hidden}._AuditLogPage_1usp4_10 ix-content-header{--ix-content-header-gap: .25rem}._HeaderActions_1usp4_24{display:flex;gap:.5rem;align-items:center}._FilterBar_1usp4_31{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;padding:1rem;background:var(--theme-color-component-1);border-radius:8px;margin-bottom:1rem;border:1px solid var(--theme-color-soft-bdr)}._FilterGroup_1usp4_43{display:flex;flex-direction:column;gap:.375rem}._FilterLabel_1usp4_49{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.02em}._TimeRangeButtons_1usp4_59{display:flex;gap:.375rem}._TimeRangeButtons_1usp4_59 ix-chip{cursor:pointer}._FilterSelect_1usp4_68{min-width:160px}._CustomDateContainer_1usp4_72{display:flex;align-items:center;gap:.5rem;margin-bottom:2px}._CompactDateInput_1usp4_79{width:130px}._DateSeparator_1usp4_83{color:var(--theme-color-soft-text);font-weight:500}._CompactApplyButton_1usp4_88{width:32px;height:32px}._SearchInput_1usp4_93{display:flex;align-items:center;background:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr);border-radius:4px;padding:.375rem .75rem;min-width:220px}._SearchInput_1usp4_93 input{background:transparent;border:none;outline:none;color:var(--theme-color-std-text);font-size:.875rem;width:100%}._SearchInput_1usp4_93 input::placeholder{color:var(--theme-color-weak-text)}._ResetButton_1usp4_116{margin-left:auto}._MainContent_1usp4_121{display:flex;gap:1rem;flex:1;overflow:hidden;min-height:0}._ModuleNav_1usp4_130{width:220px;min-width:220px;background:var(--theme-color-component-1);border-radius:8px;border:1px solid var(--theme-color-soft-bdr);padding:1rem;overflow-y:auto}._ModuleNavTitle_1usp4_140{margin:0 0 1rem;font-size:.875rem;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.02em}._ModuleList_1usp4_148{display:flex;flex-direction:column;gap:.25rem}._ModuleItem_1usp4_154{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;background:transparent;border:none;border-radius:6px;cursor:pointer;text-align:left;font-size:.875rem;color:var(--theme-color-std-text);transition:all .15s ease;font-family:inherit}._ModuleItem_1usp4_154:hover{background:var(--theme-color-2)}._ModuleItemActive_1usp4_174{background:var(--theme-color-dynamic);color:var(--theme-color-dynamic--contrast)}._ModuleItemActive_1usp4_174:hover{background:var(--theme-color-dynamic)}._ModuleCount_1usp4_183{margin-left:auto;background:var(--theme-color-2);padding:.125rem .5rem;border-radius:10px;font-size:.75rem;color:var(--theme-color-soft-text)}._ModuleItemActive_1usp4_174 ._ModuleCount_1usp4_183{background:#fff3;color:var(--theme-color-dynamic--contrast)}._TableContainer_1usp4_198{flex:1;display:flex;flex-direction:column;background:var(--theme-color-component-1);border-radius:8px;border:1px solid var(--theme-color-soft-bdr);overflow:hidden;min-width:0}._TableHeader_1usp4_209{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._Table_1usp4_198{flex:1;overflow-x:auto;overflow-y:auto;min-height:0}._TableWrapper_1usp4_227{min-width:100%;width:100%;display:flex;flex-direction:column}._TableRow_1usp4_235{display:grid;grid-template-columns:150px 140px 140px 180px 1fr 220px 50px;grid-template-columns:var(--grid-cols);gap:.5rem;padding:.625rem 1rem;border-bottom:1px solid var(--theme-color-soft-bdr);align-items:center;cursor:pointer;transition:background .15s ease}._TableRow_1usp4_235:hover{background:var(--theme-color-1)}._TableRow_1usp4_235:hover ._DetailsHint_1usp4_255{opacity:1}._TableRowExpanded_1usp4_259{background:var(--theme-color-1);border-bottom:none}._TableHeaderRow_1usp4_264{position:sticky;top:0;background:var(--theme-color-2);font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-color-soft-text);cursor:default;z-index:10;align-items:center;border-bottom:2px solid var(--theme-color-soft-bdr);box-shadow:0 1px 2px #0000000d}._TableHeaderRow_1usp4_264:hover{background:var(--theme-color-2)}._HeaderCell_1usp4_285{position:relative;display:flex;align-items:center;height:100%;width:100%;padding-left:.25rem}._Resizer_1usp4_294{position:absolute;right:-5px;top:0;bottom:0;width:10px;cursor:col-resize;z-index:10;touch-action:none;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .2s ease}._HeaderCell_1usp4_285:hover ._Resizer_1usp4_294,._Resizer_1usp4_294:hover{opacity:1}._Resizer_1usp4_294:after{content:"";height:50%;width:2px;background-color:var(--theme-color-primary);border-radius:1px}._ColTimestamp_1usp4_326{font-size:.8125rem;color:var(--theme-color-std-text);font-variant-numeric:tabular-nums;word-wrap:break-word;overflow-wrap:break-word;padding-right:.5rem}._ColTimestamp_1usp4_326,._ColUser_1usp4_336,._ColModule_1usp4_336,._ColAction_1usp4_336,._ColObject_1usp4_336,._ColResult_1usp4_336{display:flex;align-items:center;height:100%}._ColTimestamp_1usp4_326,._ColResult_1usp4_336,._ColObject_1usp4_336{align-items:flex-start;padding-top:.125rem}._UserBadge_1usp4_349{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--theme-color-std-text);word-wrap:break-word;overflow-wrap:break-word}._ColModule_1usp4_336{min-width:0}._ModuleBadge_1usp4_364{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .5rem;background:rgba(var(--theme-color-primary--rgb),.1);border-radius:4px;font-size:.6875rem;font-weight:500;color:var(--theme-color-primary);max-width:100%}._ModuleBadge_1usp4_364 ix-icon{flex-shrink:0;color:var(--theme-color-primary)}._ModuleBadgeText_1usp4_382{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ColAction_1usp4_336{min-width:0}._ColAction_1usp4_336 ix-chip{font-size:.6875rem;max-width:100%;--ix-chip-height: 22px}._ColObject_1usp4_336{display:flex;flex-direction:column;gap:.125rem;min-width:0;padding-left:.5rem}._ObjectId_1usp4_406{font-size:.75rem;color:var(--theme-color-primary);font-weight:500;word-wrap:break-word;overflow-wrap:break-word}._ObjectName_1usp4_414{font-size:.75rem;color:var(--theme-color-soft-text);word-wrap:break-word;overflow-wrap:break-word;line-height:1.3}._ColResult_1usp4_336{font-size:.8125rem;color:var(--theme-color-std-text);min-width:0;word-wrap:break-word;overflow-wrap:break-word;line-height:1.4}._ColDetails_1usp4_431{display:flex;justify-content:center;align-items:flex-start;padding-top:.25rem;color:var(--theme-color-soft-text)}._DetailsHint_1usp4_255{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;color:var(--theme-color-primary);opacity:0;transition:opacity .15s ease;white-space:nowrap}._DetailsHint_1usp4_255 ix-icon{color:var(--theme-color-primary)}._EmptyState_1usp4_456{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;color:var(--theme-color-soft-text)}._DetailsPanel_1usp4_467{background:var(--theme-color-1);padding:0;border-bottom:1px solid var(--theme-color-soft-bdr);border-left:3px solid var(--theme-color-primary);margin:0;width:100%;box-sizing:border-box}._DetailsContent_1usp4_477{display:flex;flex-direction:column;gap:1rem;width:100%;padding:1rem 1.5rem}._DetailsTable_1usp4_486{display:grid;grid-template-columns:minmax(150px,auto) 1fr 1fr;gap:.5rem 1rem;width:100%;font-size:.875rem}._DetailsTableHeader_1usp4_494{font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--theme-color-soft-text);padding-bottom:.5rem;border-bottom:1px solid var(--theme-color-soft-bdr);margin-bottom:.5rem}._DetailsRow_1usp4_504{display:contents}._DetailsCellLabel_1usp4_508{color:var(--theme-color-soft-text);font-weight:500;padding:.25rem 0}._DetailsCellBefore_1usp4_514{color:var(--theme-color-soft-text);padding:.25rem 0;word-wrap:break-word}._DetailsCellAfter_1usp4_520{color:var(--theme-color-std-text);font-weight:500;padding:.25rem 0;word-wrap:break-word}._DetailsCommentBox_1usp4_527{margin-top:.5rem;padding:.75rem;background:var(--theme-color-2);border-radius:4px;border-left:3px solid var(--theme-color-soft-bdr)}._DetailsCommentLabel_1usp4_535{font-size:.75rem;color:var(--theme-color-soft-text);text-transform:uppercase;margin-bottom:.25rem;display:block}._DetailsCommentText_1usp4_543{font-size:.875rem;font-style:italic;margin:0}._DetailsSource_1usp4_553{display:flex;align-items:center;gap:.5rem;padding-top:.5rem;flex-wrap:wrap}._DetailsSource_1usp4_553 ._DetailsLabel_1usp4_561{margin:0}._SourceBadge_1usp4_565{display:inline-flex;align-items:center;padding:.125rem .5rem;background:var(--theme-color-2);border-radius:4px;font-size:.75rem;color:var(--theme-color-std-text)}@media(max-width:1200px){._ModuleNav_1usp4_130{width:180px;min-width:180px}}@media(max-width:992px){._MainContent_1usp4_121{flex-direction:column}._ModuleNav_1usp4_130{width:100%;min-width:100%;max-height:200px}._ModuleList_1usp4_148{flex-direction:row;flex-wrap:wrap;gap:.5rem}._ModuleItem_1usp4_154{flex:0 0 auto}}@media(max-width:768px){._TableRow_1usp4_235{gap:.375rem;padding:.5rem .75rem}._ColTimestamp_1usp4_326,._UserBadge_1usp4_349,._ColResult_1usp4_336{font-size:.75rem}._ModuleBadge_1usp4_364,._ObjectId_1usp4_406,._ObjectName_1usp4_414{font-size:.6875rem}}._TableRowClickable_1usp4_627{cursor:pointer}._ResultFail_1usp4_632{color:var(--theme-color-alarm)!important;font-weight:500}._ErrorText_1usp4_638{color:var(--theme-color-alarm);margin-left:1rem}._DetailsSection_1usp4_644{display:flex;flex-direction:column;gap:.5rem}._DetailsSectionTitle_1usp4_650{font-size:.75rem;text-transform:uppercase;color:var(--theme-color-soft-text)}._FieldsList_1usp4_657{display:flex;flex-wrap:wrap;gap:.375rem}._FieldBadge_1usp4_663{display:inline-flex;align-items:center;padding:.25rem .5rem;background:rgba(var(--theme-color-primary--rgb),.15);border-radius:4px;font-size:.75rem;color:var(--theme-color-primary);font-weight:500}._FieldBadgeError_1usp4_674{background:rgba(var(--theme-color-alarm--rgb),.15);color:var(--theme-color-alarm)}._ErrorList_1usp4_680{margin:0;padding-left:1.25rem;color:var(--theme-color-alarm);font-size:.8125rem}._ErrorList_1usp4_680 li{margin-bottom:.25rem}._DetailsFooter_1usp4_692{display:flex;align-items:center;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr);margin-top:.5rem}._RequestId_1usp4_701{font-family:monospace;font-size:.6875rem;color:var(--theme-color-soft-text);background:var(--theme-color-2);padding:.125rem .375rem;border-radius:2px}
