: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_12oeg_10{display:flex;flex-direction:column;gap:2rem;padding:.5rem .5rem .5rem 0;max-height:calc(100vh - 200px);overflow-y:auto}._Section_12oeg_20{display:flex;flex-direction:column;gap:.75rem}._Headline_12oeg_26{margin:0}._SubHeadline_12oeg_30{margin:0 0 .5rem}._GroupTitle_12oeg_34{margin:.5rem 0}._SettingGroup_12oeg_38{display:flex;flex-direction:column;gap:.5rem;padding-left:0}._WorkDaysGrid_12oeg_45{display:flex;flex-direction:column;gap:.75rem}._WorkDayRow_12oeg_51{display:flex;align-items:center;gap:1rem;min-height:2.5rem}._WorkDayRow_12oeg_51 ix-checkbox{min-width:140px}._TimeInputs_12oeg_62{display:flex;align-items:center;gap:.5rem;position:relative}._TimeInput_12oeg_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_12oeg_62:focus{outline:none;border-color:var(--theme-color-dynamic)}._TimeSeparator_12oeg_84{color:var(--theme-color-soft-text);font-size:1rem}._ApplyButton_12oeg_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_12oeg_89:hover{background-color:var(--theme-color-3)}._StateSelect_12oeg_104{max-width:300px}._ShiftDurationInput_12oeg_108{display:flex;align-items:center;gap:.75rem}._NumberInput_12oeg_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_12oeg_114:focus{outline:none;border-color:var(--theme-color-dynamic)}._HolidayPreviewHeader_12oeg_129{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .15s ease;background:transparent;border:none;color:inherit;font:inherit;text-align:left}._HolidayPreviewHeader_12oeg_129:hover{background-color:var(--theme-color-3)}._HolidayPreviewHeader_12oeg_129:focus-visible{outline:2px solid var(--theme-color-dynamic);outline-offset:2px}._ErrorBanner_12oeg_153{padding:.75rem 1rem;border-radius:4px;background:var(--theme-color-alarm);color:var(--theme-color-std-text);font-size:.875rem}._HolidayList_12oeg_161{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_12oeg_174{display:flex;align-items:center;justify-content:space-between;padding:.5rem;font-size:.875rem}._HolidayBadge_12oeg_182{padding:.25rem .5rem;background:var(--theme-color-warning);color:var(--theme-color-std-text);border-radius:4px;font-size:.75rem;font-weight:500}._FieldDescription_12oeg_191{margin-bottom:.5rem}._DateInputRow_12oeg_195{display:flex;align-items:center;gap:.75rem;max-width:350px}._DateInputRow_12oeg_195>div:first-child{flex:1;max-width:220px}._HolidaySelect_12oeg_207{max-width:350px}._DateInput_12oeg_195{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_12oeg_195:focus{outline:none;border-color:var(--theme-color-dynamic)}._DateList_12oeg_225{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;max-width:350px}._DateListItem_12oeg_233{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_12oeg_244{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_12oeg_244:hover{background-color:var(--theme-color-alarm);color:var(--theme-color-inv-text)}._ActionButtons_12oeg_262{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:min(1680px,calc(100vw - 48px))}.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-x:auto;overflow-y:visible;box-shadow:0 1px 4px #00000014;border:1px solid var(--theme-color-soft-bdr)}.data-table table{width:100%;min-width:1540px;border-collapse:collapse;table-layout:fixed}.data-table th:nth-child(1),.data-table td:nth-child(1){width:210px}.data-table th:nth-child(2),.data-table td:nth-child(2){width:260px}.data-table th:nth-child(3),.data-table td:nth-child(3){width:500px}.data-table th:nth-child(4),.data-table td:nth-child(4){width:320px}.data-table th:nth-child(5),.data-table td:nth-child(5){width:140px}.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;flex-wrap:wrap;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)}.area-cell{position:relative;min-width:0}.area-display-row{display:flex;align-items:center;gap:.35rem;min-width:0;justify-content:flex-start}.area-display-row ix-icon-button{flex-shrink:0}.area-edit-floating{position:fixed;z-index:10000;display:flex;align-items:center;gap:.35rem;padding:.375rem;border:1px solid var(--theme-color-primary);border-radius:4px;background:var(--theme-color-1);box-shadow:0 8px 22px #0000003d;transform:translateY(-50%)}.area-edit-floating ix-icon-button{flex-shrink:0}.area-select{min-width:210px;max-width:none;flex:1 1 240px}.area-chip-list{display:flex;flex-wrap:nowrap;gap:.35rem;min-width:0;max-width:calc(100% - 36px)}.area-chip{display:inline-flex;align-items:center;gap:.35rem;min-height:24px;max-width:190px;padding:0 .5rem;border:1px solid var(--theme-color-soft-bdr);border-radius:999px;background:var(--theme-color-component-2);color:var(--theme-color-std-text);font-size:.75rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.area-swatch{width:9px;height:9px;flex-shrink:0;border:1px solid var(--theme-color-soft-bdr);border-radius:2px}.area-chip-more{cursor:help}.area-chip-project-control{border-color:#30d15873;background:#30d1581f}.area-tooltip-list{display:flex;flex-direction:column;gap:.25rem;max-width:280px}.muted-cell{color:var(--theme-color-soft-text)}.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}.user-invite-pending td{color:var(--theme-color-soft-text)}.user-invite-pending .user-name{color:var(--theme-color-std-text)}.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;flex-wrap:wrap;gap:.5rem}.operator-scope-select{min-width:150px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.message{position:relative;padding-right:2.5rem}.message-close{position:absolute;top:50%;right:.5rem;transform:translateY(-50%);background:transparent;border:none;font-size:1.25rem;line-height:1;cursor:pointer;color:inherit;padding:.25rem .5rem}.message-close:hover{opacity:.7}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.33"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}: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:30vw;min-width:440px;max-width:640px;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-mode-badge{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:1px 6px;border-radius:4px;background:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3);line-height:1.4}.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-label{font-size:11px;font-weight:500;color:var(--theme-color-soft-text, #8a8a8a);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px;padding-left:2px}.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-artifacts{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.625rem}.agent-artifact-chip{display:inline-flex;align-items:center;gap:.375rem;max-width:100%;padding:.375rem .625rem;border:1px solid var(--theme-color-primary);border-radius:6px;color:var(--theme-color-primary);background:var(--theme-color-1);font-size:.75rem;font-weight:600;text-decoration:none}.agent-artifact-icon{flex:0 0 auto}.agent-artifact-excel{border-color:#16804c73;color:#16804c}.agent-artifact-pdf{border-color:#b82b2b73;color:#b82b2b}.agent-artifact-docx{border-color:#2760ad73;color:#2760ad}.agent-artifact-csv,.agent-artifact-text{border-color:#58617073;color:var(--theme-color-soft-text)}.agent-artifact-chip span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-artifact-chip:hover{text-decoration:none;filter:brightness(1.05)}.agent-artifact-chip-disabled{cursor:not-allowed;opacity:.6}.agent-entity-link{display:inline;padding:0;margin:0;background:none;color:var(--theme-color-primary);border:none;border-radius:0;font-size:inherit;font-weight:inherit;line-height:inherit;cursor:pointer;vertical-align:baseline;text-decoration:none;-webkit-user-select:text;user-select:text;transition:opacity .15s ease}.agent-entity-link:hover{opacity:.75;text-decoration:none}span.agent-entity-link{cursor:default;color:inherit;text-decoration:none;opacity:.75}.agent-kb-citation{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .3rem;margin:0 .1rem;background:var(--theme-color-primary);color:#fff;border:none;border-radius:999px;font-size:.65rem;font-weight:600;line-height:1;cursor:pointer;vertical-align:baseline;transition:filter .15s ease,transform .15s ease}.agent-kb-citation:hover{filter:brightness(1.15);transform:translateY(-1px)}.agent-kb-refs{margin-top:.5rem;padding-top:.375rem;border-top:1px solid var(--theme-color-soft-bdr);opacity:.65}.agent-kb-refs-label{font-size:.65rem;font-weight:500;color:var(--theme-color-soft-text);margin-bottom:.2rem}.agent-kb-refs-list{display:flex;flex-wrap:wrap;gap:.125rem .375rem}.agent-kb-ref-chip{display:inline-flex;align-items:center;gap:.25rem;padding:0;background:none;border:none;font-size:.7rem;color:var(--theme-color-soft-text);cursor:pointer;text-align:left;transition:color .15s ease}.agent-kb-ref-chip:hover{color:var(--theme-color-primary)}.agent-kb-ref-num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:1rem;height:1rem;padding:0 .2rem;background:transparent;border:1px solid currentColor;color:inherit;border-radius:999px;font-size:.6rem;font-weight:600;line-height:1}.agent-kb-ref-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}.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;padding:.75rem 1rem 1rem;box-sizing:border-box}.agent-drawer.fullscreen .agent-drawer-input-wrapper{max-width:800px;margin:0 auto;position:relative;padding:.75rem 1.5rem 1.5rem}.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-input-action-btn.agent-plan-dialog-btn{background:var(--theme-color-3);border:1px solid var(--theme-color-soft-bdr);color:var(--theme-color-soft-text)}.agent-input-action-btn.agent-plan-dialog-btn:hover{background:var(--theme-color-ghost--hover);border-color:var(--theme-color-primary);color:var(--theme-color-primary)}.agent-plan-dialog-btn.active-primary{color:#fff;background:var(--theme-color-primary);border-color:var(--theme-color-primary);box-shadow:0 0 8px color-mix(in srgb,var(--theme-color-primary) 40%,transparent)}.agent-mode-toggle{position:relative;transition:all .25s ease}.agent-mode-toggle.agent-mode-active{color:#f59e0b;background:#f59e0b1f;border:1px solid rgba(245,158,11,.4);box-shadow:0 0 8px #f59e0b33}.agent-mode-toggle.agent-mode-active:hover{background:#f59e0b33;border-color:#f59e0b99}.agent-mode-toggle.agent-mode-active:after{content:"";position:absolute;top:2px;right:2px;width:6px;height:6px;background:#f59e0b;border-radius:50%;animation:agentModePulse 2s ease-in-out infinite}@keyframes agentModePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.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-input-action-btn:disabled{opacity:.45;cursor:not-allowed}.agent-input-action-btn:disabled:hover{background:transparent;color:var(--theme-color-soft-text)}.agent-input-action-btn.voice-recording{color:var(--theme-color-primary);background:color-mix(in srgb,var(--theme-color-primary) 16%,transparent);box-shadow:0 0 0 1px color-mix(in srgb,var(--theme-color-primary) 42%,transparent)}.agent-drawer-voice-status{display:flex;align-items:center;gap:.375rem;min-height:1rem;font-size:.75rem;line-height:1.3;color:var(--theme-color-soft-text)}.agent-drawer-voice-status.error{color:var(--theme-color-alarm, #f56c6c)}.agent-drawer-voice-status.recording{color:var(--theme-color-primary)}.agent-drawer-voice-dot{width:.375rem;height:.375rem;border-radius:50%;background:currentColor;flex-shrink:0}.agent-drawer-voice-status.recording .agent-drawer-voice-dot{animation:agent-voice-pulse 1s ease-in-out infinite}@keyframes agent-voice-pulse{0%,to{opacity:.45;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}.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)}.agent-stop-btn{background:var(--theme-color-alarm)!important;color:#fff!important;cursor:pointer!important;animation:agent-stop-pulse 1.5s ease-in-out infinite}.agent-stop-btn:hover{background:var(--theme-color-alarm--hover, #c0392b)!important;transform:scale(1.05)}.agent-stop-btn:active{transform:scale(.95)}@keyframes agent-stop-pulse{0%,to{opacity:1}50%{opacity:.8}}@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-drawer-input-container.template-active{border-color:var(--theme-color-primary);box-shadow:0 2px 12px #0000001f;min-height:200px;overflow:visible}.agent-template-form{display:flex;flex-direction:column;gap:.5rem}.agent-template-form-scrollable{display:flex;flex-direction:column;gap:.5rem;overflow:visible;padding-bottom:.5rem}.agent-template-form-scrollable::-webkit-scrollbar{width:4px}.agent-template-form-scrollable::-webkit-scrollbar-thumb{background-color:var(--theme-color-soft-bdr);border-radius:4px}.agent-template-form-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.agent-template-form-title{font-size:.8125rem;font-weight:600;color:var(--theme-color-primary)}.agent-template-form-desc{font-size:.75rem;color:var(--theme-color-soft-text);line-height:1.4}.agent-template-variant-selector{display:flex;gap:.375rem;flex-wrap:wrap;padding-top:.25rem}.agent-template-variant-btn{padding:.3rem .75rem;border-radius:6px;border:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-ghost--hover);color:var(--theme-color-std-text);font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease}.agent-template-variant-btn:hover{background:var(--theme-color-3);border-color:var(--theme-color-primary);color:var(--theme-color-primary)}.agent-template-variant-btn.active{background:var(--theme-color-primary);border-color:var(--theme-color-primary);color:var(--theme-color-primary--contrast)}.agent-template-form-fields{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.25rem;overflow:visible}.agent-template-field{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:120px}.agent-template-field-label{font-size:.6875rem;font-weight:600;color:var(--theme-color-std-text);text-transform:uppercase;letter-spacing:.04em}.agent-template-required{color:#e53935;margin-left:2px}.agent-template-file-hint{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;background:var(--theme-color-ghost--hover);border:1px dashed var(--theme-color-soft-bdr);font-size:.75rem;color:var(--theme-color-soft-text);margin-top:.25rem}.agent-template-file-hint.fulfilled{background:#2e7d3214;border-color:#2e7d324d;color:#2e7d32}.agent-template-upload-btn{margin-left:auto;padding:.25rem .625rem;border-radius:6px;border:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-ghost--hover);color:var(--theme-color-std-text);font-size:.6875rem;font-weight:600;cursor:pointer;transition:all .15s ease}.agent-template-upload-btn:hover{background:var(--theme-color-3);border-color:var(--theme-color-primary);color:var(--theme-color-primary)}.agent-template-extra-hints{margin-top:.25rem}.agent-template-extra-hints-toggle{display:flex;align-items:center;gap:.375rem;padding:.25rem 0;border:none;background:transparent;color:var(--theme-color-soft-text);font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:color .15s ease}.agent-template-extra-hints-toggle:hover,.agent-template-extra-hints-toggle.open{color:var(--theme-color-std-text)}.agent-template-extra-hints-input{width:100%;min-height:3.5rem;max-height:6rem;padding:.375rem .5rem;margin-top:.25rem;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);font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-size:var(--theme-ms-0);line-height:1.4;resize:vertical;outline:none;box-sizing:border-box;transition:border-color .15s ease}.agent-template-extra-hints-input:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}.agent-template-extra-hints-input: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}.agent-template-extra-hints-input::placeholder{color:var(--theme-input-hint--color)}.agent-template-autocomplete-wrapper{position:relative}.agent-template-input{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,Arial,Helvetica,sans-serif;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;outline:none;box-sizing:border-box;transition:border-color .15s ease,background-color .15s ease}.agent-template-input:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}.agent-template-input: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}.agent-template-input::placeholder{color:var(--theme-input-hint--color)}.agent-template-autocomplete-dropdown{position:absolute;bottom:calc(100% + 4px);left:0;right:0;max-height:180px;overflow-y:auto;background:var(--theme-color-1);border:1px solid var(--theme-input--border-color);border-radius:var(--theme-input--border-radius);box-shadow:0 -4px 20px #0000002e;z-index:9999;scrollbar-width:thin;scrollbar-color:var(--theme-color-soft-bdr) transparent}.agent-template-autocomplete-dropdown::-webkit-scrollbar{width:4px}.agent-template-autocomplete-dropdown::-webkit-scrollbar-thumb{background-color:var(--theme-color-soft-bdr);border-radius:4px}.agent-template-autocomplete-option{display:block;width:100%;padding:.375rem .5rem;border:none;background:transparent;color:var(--theme-input--color);font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-size:var(--theme-ms-0);text-align:left;cursor:pointer;transition:background .1s ease}.agent-template-autocomplete-option:hover{background:var(--theme-color-ghost--hover)}.agent-template-autocomplete-option:not(:last-child){border-bottom:1px solid var(--theme-color-ghost--hover)}.agent-drawer-input-actions-right{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.agent-prompt-item.has-params{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.agent-prompt-param-badge{font-size:.625rem;font-weight:600;padding:1px 6px;border-radius:8px;background:#3b82f61f;color:#3b82f6;white-space:nowrap;flex-shrink:0}.agent-prompt-menu{position:absolute;bottom:100%;left:0;right:0;margin-bottom:.5rem;background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:10px;box-shadow:0 -8px 24px #0003;max-height:50vh;overflow-y:auto;overflow-x:hidden;padding:.375rem;z-index:9999;display:flex;flex-direction:column;gap:2px;animation:slideInUp .12s ease-out;pointer-events:auto;scrollbar-width:thin;scrollbar-color:var(--theme-color-soft-bdr) transparent}.agent-prompt-menu::-webkit-scrollbar{width:6px}.agent-prompt-menu::-webkit-scrollbar-track{background:transparent}.agent-prompt-menu::-webkit-scrollbar-thumb{background-color:var(--theme-color-soft-bdr);border-radius:6px}.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 .5rem;max-height:50vh}.agent-prompt-menu.operator-tile-menu{padding:.75rem;max-height:55vh}.operator-tile-grid{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.operator-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;padding:1.25rem .75rem;border-radius:10px;border:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-2);cursor:pointer;transition:all .15s ease;min-height:88px;text-align:center}.operator-tile:hover{background:var(--theme-color-3);border-color:var(--theme-color-primary);transform:scale(1.02)}.operator-tile:active{transform:scale(.98)}.operator-tile-title{font-size:.875rem;font-weight:600;color:var(--theme-color-std-text);line-height:1.2}.operator-tile-count{font-size:.7rem;color:var(--theme-color-soft-text)}.operator-tile-back{display:flex;align-items:center;gap:.375rem;padding:.5rem .625rem;border:none;background:transparent;color:var(--theme-color-primary);font-size:.8rem;font-weight:500;cursor:pointer;border-radius:6px;margin-bottom:.25rem;transition:background .12s}.operator-tile-back:hover{background:var(--theme-color-2)}.operator-tile-detail-title{font-size:.9rem;font-weight:600;color:var(--theme-color-std-text);padding:0 .625rem .5rem;border-bottom:1px solid var(--theme-color-soft-bdr);margin-bottom:.375rem}.operator-prompt-list{display:flex;flex-direction:column;gap:.375rem}.operator-prompt-btn{display:flex;align-items:center;gap:.75rem;padding:.875rem .75rem;border-radius:8px;border:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-2);cursor:pointer;transition:all .15s ease;text-align:left;min-height:52px}.operator-prompt-btn:hover{background:var(--theme-color-3);border-color:var(--theme-color-primary)}.operator-prompt-btn:active{transform:scale(.98)}.operator-prompt-btn-label{font-size:.85rem;font-weight:500;color:var(--theme-color-std-text);flex:1;line-height:1.3}.operator-prompt-btn-desc{font-size:.725rem;color:var(--theme-color-soft-text);flex:2;line-height:1.3}.operator-prompt-btn ix-icon{color:var(--theme-color-soft-text);flex-shrink:0}@keyframes slideInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.agent-prompt-category{border-radius:6px;overflow:hidden;background:transparent;display:flex;flex-direction:column}.agent-prompt-category.expanded{background:var(--theme-color-2)}.agent-prompt-category-header{padding:.5rem .625rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .15s;border-radius:6px;gap:.5rem}.agent-prompt-category-header:hover{background-color:var(--theme-color-3)}.agent-prompt-category-title{font-size:.8rem;font-weight:600;color:var(--theme-color-std-text)}.agent-prompt-list{padding:.125rem .25rem .375rem;display:flex;flex-direction:column;gap:1px}.agent-prompt-item{padding:.375rem .5rem;border-radius:4px;cursor:pointer;font-size:.775rem;background:transparent;border:none;text-align:left;color:var(--theme-color-soft-text);transition:all .15s;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-prompt-item:hover{background-color:var(--theme-color-3);color:var(--theme-color-primary)}[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)}.planning-mode-picker{position:relative;display:inline-flex}.planning-mode-badge{position:absolute;top:1px;right:1px;min-width:13px;height:13px;background:var(--theme-color-primary);color:#fff;border-radius:999px;font-size:8px;font-weight:700;line-height:13px;text-align:center;padding:0 2px;pointer-events:none;z-index:2}.planning-mode-dropdown{position:absolute;bottom:calc(100% + 6px);left:0;background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:8px;box-shadow:0 -4px 16px #00000040;min-width:188px;z-index:1100;padding:4px;animation:dropdownSlideUp .15s ease-out}.planning-mode-option{padding:3px 8px;border-radius:5px;transition:background .1s ease}.planning-mode-option:hover{background:var(--theme-color-ghost--hover)}.agent-suggestion-chip.agent-mode{border-color:#f59e0b4d;color:#f59e0b}.agent-suggestion-chip.agent-mode:hover{background:#f59e0b1a;border-color:#f59e0b80}.proposal-card{margin-top:.75rem;border:1px solid var(--theme-color-soft-bdr);border-radius:8px;overflow:hidden;background:var(--theme-color-2)}.proposal-card.proposal-confirmed{border-color:#22c55e66}.proposal-card.proposal-rejected{border-color:#ef44444d;opacity:.6}.proposal-card.proposal-previewing{border-color:#f59e0b80;box-shadow:0 0 12px #f59e0b1a}.proposal-card-header{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;background:var(--theme-color-3);border-bottom:1px solid var(--theme-color-soft-bdr);font-size:.8125rem;font-weight:600;color:var(--theme-color-std-text)}.proposal-card-title{flex:1}.proposal-status-badge{font-size:.6875rem;font-weight:600;padding:1px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.04em}.proposal-status-pending{background:#f59e0b26;color:#f59e0b}.proposal-status-previewing{background:#3b82f626;color:#3b82f6}.proposal-status-confirmed{background:#22c55e26;color:#22c55e}.proposal-status-rejected{background:#ef444426;color:#ef4444}.proposal-card-summary{padding:.625rem .75rem;font-size:.8125rem;color:var(--theme-color-std-text);line-height:1.5}.proposal-card-actions-list{padding:0 .75rem .5rem;display:flex;flex-direction:column;gap:.375rem}.proposal-action-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;padding:.375rem .5rem;background:var(--theme-color-1);border-radius:6px;border:1px solid var(--theme-color-soft-bdr);transition:opacity .2s ease,background .2s ease}.proposal-action-toggleable{cursor:pointer;-webkit-user-select:none;user-select:none}.proposal-action-toggleable:hover{background:var(--theme-color-2)}.proposal-action-deselected{opacity:.4;background:var(--theme-color-2);border-style:dashed}.proposal-action-deselected .proposal-action-type{color:var(--theme-color-soft-text)}.proposal-action-deselected .proposal-action-label{text-decoration:line-through}.proposal-action-checkbox{display:flex;align-items:center;justify-content:center;width:18px;height:18px;min-width:18px;border-radius:4px;border:2px solid var(--theme-color-soft-bdr);transition:all .15s ease;flex-shrink:0}.proposal-action-checkbox.checked{background:var(--theme-color-primary);border-color:var(--theme-color-primary);color:#fff}.proposal-action-checkbox.unchecked{background:transparent;border-color:var(--theme-color-soft-bdr)}.proposal-action-toggleable:hover .proposal-action-checkbox.unchecked{border-color:var(--theme-color-primary)}.proposal-action-selection-info{font-size:.6875rem;color:var(--theme-color-soft-text);text-align:right;padding:.125rem .25rem 0}.proposal-action-type{font-weight:600;font-size:.6875rem;text-transform:uppercase;letter-spacing:.03em;color:var(--theme-color-primary);white-space:nowrap}.proposal-action-label{color:var(--theme-color-soft-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.proposal-card-buttons{display:flex;gap:.5rem;padding:.5rem .75rem .75rem;border-top:1px solid var(--theme-color-soft-bdr)}.proposal-btn{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:6px;border:1px solid transparent;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease}.proposal-btn-preview{background:#3b82f61a;color:#3b82f6;border-color:#3b82f64d}.proposal-btn-preview:hover{background:#3b82f633;border-color:#3b82f680}.proposal-btn-confirm{background:#22c55e1a;color:#22c55e;border-color:#22c55e4d}.proposal-btn-confirm:hover{background:#22c55e33;border-color:#22c55e80}.proposal-btn-reject{background:#ef444414;color:#ef4444;border-color:#ef444433}.proposal-btn-reject:hover{background:#ef444426;border-color:#ef444466}.project-proposal-card .proposal-card-header ix-icon{color:var(--theme-color-primary)}.project-proposal-header{display:flex;flex-direction:column}.project-proposal-title-block{padding:.625rem .75rem .25rem}.project-proposal-name{font-size:.9375rem;font-weight:600;color:var(--theme-color-std-text);line-height:1.3}.project-proposal-subtitle{font-size:.75rem;color:var(--theme-color-soft-text);margin-top:.125rem}.project-proposal-stats-line{padding:0 .75rem .5rem;font-size:.75rem;font-weight:500;color:var(--theme-color-soft-text)}.project-proposal-actions{display:flex;gap:.5rem;padding:0 .75rem .75rem;border-bottom:1px solid var(--theme-color-soft-bdr)}.proposal-btn-edit{background:var(--theme-color-3);color:var(--theme-color-std-text);border-color:var(--theme-color-soft-bdr)}.proposal-btn-edit:hover:not(:disabled){background:var(--theme-color-4);border-color:var(--theme-color-component-1)}.proposal-btn-edit:disabled{opacity:.5;cursor:not-allowed}.project-proposal-body{display:flex;flex-direction:column}.project-proposal-section{padding:.5rem .75rem .625rem;border-bottom:1px solid var(--theme-color-soft-bdr)}.project-proposal-section:last-child{border-bottom:none}.project-proposal-section-title{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-color-soft-text);margin-bottom:.375rem}.project-proposal-review{background:#f59e0b0f}.project-proposal-review-ok{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--theme-color-soft-text);background:#22c55e0f}.project-proposal-review-ok ix-icon{color:#22c55e}.project-proposal-review-label{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#b45309;margin-bottom:.375rem}.project-proposal-review-label ix-icon{color:#f59e0b}.project-proposal-review-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.project-proposal-review-list li{font-size:.75rem;color:var(--theme-color-std-text);padding-left:.875rem;position:relative}.project-proposal-review-list li:before{content:"•";position:absolute;left:.25rem;color:#f59e0b}.project-proposal-link-btn{background:transparent;border:none;padding:.25rem 0;font-size:.6875rem;font-weight:600;color:var(--theme-color-primary);cursor:pointer;text-align:left;margin-top:.25rem}.project-proposal-link-btn:hover{text-decoration:underline}.project-proposal-fact-list{margin:0;display:grid;grid-template-columns:max-content 1fr;column-gap:.75rem;row-gap:2px}.project-proposal-fact-row{display:contents}.project-proposal-fact-row dt{font-size:.75rem;color:var(--theme-color-soft-text)}.project-proposal-fact-row dd{margin:0;font-size:.75rem;color:var(--theme-color-std-text);font-weight:500}.project-proposal-phases{display:flex;flex-direction:column;gap:.375rem}.project-proposal-phase{background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:6px;overflow:hidden}.project-proposal-phase-header{display:flex;align-items:center;gap:.375rem;width:100%;padding:.5rem .625rem;background:transparent;border:none;text-align:left;cursor:pointer;color:inherit;font:inherit}.project-proposal-phase-header:hover:not(:disabled){background:var(--theme-color-2)}.project-proposal-phase-header:disabled{cursor:default}.project-proposal-phase-header ix-icon{color:var(--theme-color-soft-text);flex-shrink:0}.project-proposal-phase-name{font-size:.8125rem;font-weight:600;color:var(--theme-color-std-text);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-proposal-phase-counts{font-size:.6875rem;color:var(--theme-color-soft-text);white-space:nowrap;flex-shrink:0}.project-proposal-phase-body{padding:.375rem .625rem .625rem 1.5rem;border-top:1px solid var(--theme-color-soft-bdr);display:flex;flex-direction:column;gap:.5rem}.project-proposal-phase-group-title{font-size:.6875rem;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem}.project-proposal-wp-list,.project-proposal-ms-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.375rem}.project-proposal-wp-item{display:flex;flex-direction:column;gap:1px}.project-proposal-wp-title{font-size:.75rem;font-weight:500;color:var(--theme-color-std-text)}.project-proposal-wp-meta{display:flex;flex-wrap:wrap;gap:0 .625rem;font-size:.6875rem;color:var(--theme-color-soft-text)}.project-proposal-ms-item{display:flex;align-items:baseline;gap:.25rem;font-size:.75rem;color:var(--theme-color-std-text)}.project-proposal-ms-bullet{color:#f59e0b;font-size:.7rem}.project-proposal-ms-date{color:var(--theme-color-soft-text)}.project-proposal-dep-chain{font-size:.75rem;margin-bottom:.375rem}.project-proposal-dep-chain-label{color:var(--theme-color-soft-text);margin-right:.25rem}.project-proposal-dep-chain-value{color:var(--theme-color-std-text);font-weight:500}.project-proposal-dep-list{list-style:none;padding:0;margin:0 0 .375rem;display:flex;flex-direction:column;gap:2px}.project-proposal-dep-list li{font-size:.75rem;color:var(--theme-color-std-text);padding-left:.875rem;position:relative}.project-proposal-dep-list li:before{content:"•";position:absolute;left:.25rem;color:var(--theme-color-primary)}.project-proposal-dep-arrow{color:var(--theme-color-soft-text)}.project-proposal-dep-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.75rem;color:var(--theme-color-soft-text)}.project-proposal-dep-note{margin:.375rem 0 0;font-size:.6875rem;color:var(--theme-color-soft-text);font-style:italic}.project-proposal-assumption-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.project-proposal-assumption-list li{font-size:.75rem;color:var(--theme-color-soft-text);padding-left:.875rem;position:relative}.project-proposal-assumption-list li:before{content:"•";position:absolute;left:.25rem;color:var(--theme-color-soft-text)}.agent-undo-redo-bar{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.375rem 1rem;background:var(--theme-color-2);border-top:1px solid var(--theme-color-soft-bdr);flex-shrink:0}.agent-undo-redo-btn{display:flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:6px;border:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-3);color:var(--theme-color-std-text);font-size:.6875rem;font-weight:600;cursor:pointer;transition:all .15s ease}.agent-undo-redo-btn:hover:not(:disabled){background:var(--theme-color-ghost--hover);border-color:var(--theme-color-primary);color:var(--theme-color-primary)}.agent-undo-redo-btn:disabled{opacity:.35;cursor:not-allowed}.agent-undo-redo-count{font-size:.6875rem;color:var(--theme-color-soft-text)}.agent-name-disambiguation{padding:.75rem;margin:0 .75rem;background:var(--theme-color-component-1);border:1px solid var(--theme-color-soft-bdr);border-radius:8px;display:flex;flex-direction:column;gap:.5rem}.agent-name-disambiguation-header{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;color:var(--theme-color-std-text)}.agent-name-match-group{display:flex;flex-direction:column;gap:.375rem}.agent-name-match-label{font-size:.75rem;color:var(--theme-color-soft-text);font-style:italic}.agent-name-match-options{display:flex;flex-wrap:wrap;gap:.375rem}.agent-name-match-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .625rem;font-size:.75rem;border:1px solid var(--theme-color-soft-bdr);border-radius:6px;background:var(--theme-color-1);color:var(--theme-color-std-text);cursor:pointer;transition:all .15s ease}.agent-name-match-btn:hover{background:var(--theme-color-primary);color:var(--theme-color-primary--contrast);border-color:var(--theme-color-primary)}.agent-name-match-id{opacity:.6;font-size:.6875rem}.agent-name-match-btn:hover .agent-name-match-id{opacity:.85}.agent-name-match-skip{border-style:dashed;opacity:.7}.agent-name-match-skip:hover{opacity:1;background:var(--theme-color-component-1);color:var(--theme-color-std-text);border-color:var(--theme-color-soft-bdr)}.agent-name-cancel-btn{align-self:flex-end;padding:.25rem .75rem;font-size:.75rem;border:none;border-radius:4px;background:transparent;color:var(--theme-color-soft-text);cursor:pointer}.agent-name-cancel-btn:hover{color:var(--theme-color-alarm)}.proposal-edit-body{display:flex;flex-direction:column;gap:1.5rem}.proposal-edit-section{display:flex;flex-direction:column;gap:.5rem}.proposal-edit-section-title{margin:0;font-size:.95rem;font-weight:600;color:var(--theme-color-std-text)}.proposal-edit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.proposal-edit-field{display:flex;flex-direction:column;gap:.25rem;min-width:0}.proposal-edit-field-wide{grid-column:1 / -1}.proposal-edit-field-label{display:block;margin-bottom:2px}.proposal-edit-phase-list{display:flex;flex-direction:column;gap:1rem}.proposal-edit-phase{border:1px solid var(--theme-color-component-1);border-radius:4px;padding:1rem;background:var(--theme-color-1)}.proposal-edit-group{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.proposal-edit-group-title{margin:0;font-size:.85rem;font-weight:600;color:var(--theme-color-std-text)}.proposal-edit-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem;padding:.5rem;border:1px solid var(--theme-color-component-1);border-radius:4px;background:var(--theme-color-2)}.proposal-edit-issues{display:flex;flex-direction:column;gap:.25rem;padding:.5rem .75rem;border-radius:4px;font-size:.85rem}.proposal-edit-issues-error{color:var(--theme-color-alarm);background:var(--theme-color-alarm-10);border-left:3px solid var(--theme-color-alarm)}.proposal-edit-issues-warning{color:var(--theme-color-warning);background:var(--theme-color-warning-10);border-left:3px solid var(--theme-color-warning)}.proposal-edit-issues-title{font-weight:600}.proposal-edit-readonly{padding:.5rem .75rem;border-radius:4px;background:var(--theme-color-component-1);font-size:.85rem;color:var(--theme-color-soft-text)}.proposal-edit-tree{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.proposal-edit-tree-phase{border:1px solid var(--theme-color-component-1);border-radius:4px;background:var(--theme-color-1);padding:.5rem .75rem}.proposal-edit-tree-children{list-style:none;margin:.5rem 0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.25rem}.proposal-edit-tree-row{display:flex;align-items:center;gap:.5rem;min-height:32px}.proposal-edit-tree-row-phase{font-weight:600;align-items:flex-end}.proposal-edit-tree-input{flex:1;min-width:0}.proposal-edit-tree-tag{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:20px;padding:0 .4rem;border-radius:3px;background:var(--theme-color-component-2);color:var(--theme-color-soft-text);font-size:.7rem;font-weight:600;letter-spacing:.04em}.proposal-edit-tree-tag-ms{background:var(--theme-color-primary--20, var(--theme-color-component-2));color:var(--theme-color-primary, var(--theme-color-std-text))}.project-update-proposal-card{overflow:hidden}.project-update-proposal-header{margin:-.45rem -.55rem .55rem;padding:.65rem .75rem;border-bottom:1px solid var(--theme-color-std-bdr-1);background:color-mix(in srgb,var(--theme-color-component-2) 72%,transparent)}.project-update-proposal-title-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.55rem}.project-update-proposal-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:4px;border:1px solid color-mix(in srgb,var(--theme-color-primary) 34%,transparent);background:color-mix(in srgb,var(--theme-color-primary) 16%,transparent);color:var(--theme-color-primary)}.project-update-proposal-heading{min-width:0;display:flex;flex-direction:column;gap:.1rem}.project-update-proposal-card .proposal-card-subtitle{overflow:hidden;color:var(--theme-color-soft-text);font-size:.78rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.project-update-proposal-stats{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.55rem}.project-update-proposal-stats span{display:inline-flex;align-items:center;min-height:22px;padding:0 .45rem;border-radius:4px;border:1px solid var(--theme-color-std-bdr-1);background:var(--theme-color-component-1);color:var(--theme-color-soft-text);font-size:.72rem;font-weight:600}.proposal-action-group{margin-top:.65rem}.proposal-action-group-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-color-soft-text);padding:.15rem 0 .35rem}.proposal-action-update{display:block;border-radius:4px;border:1px solid var(--theme-color-std-bdr-1);background:color-mix(in srgb,var(--theme-color-component-1) 88%,transparent);margin-bottom:.4rem;padding:0}.proposal-action-update-head{display:flex;align-items:flex-start;gap:.55rem;padding:.5rem .6rem .45rem;cursor:inherit}.proposal-action-update-head ix-checkbox{flex:0 0 auto;margin-top:-1px}.proposal-action-update-title{min-width:0;display:flex;align-items:baseline;gap:.45rem}.proposal-action-update-body{padding:0 .6rem .55rem 2.6rem}.proposal-change-list{display:flex;flex-direction:column;gap:.25rem}.proposal-change-row{display:grid;grid-template-columns:minmax(86px,.32fr) minmax(0,1fr);align-items:baseline;gap:.5rem;min-height:24px}.proposal-change-label{color:var(--theme-color-soft-text);font-size:.74rem;font-weight:650}.proposal-change-values{min-width:0;display:flex;align-items:baseline;gap:.35rem;color:var(--theme-color-std-text);font-size:.78rem}.proposal-change-before,.proposal-change-after{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proposal-change-before{max-width:46%;color:var(--theme-color-soft-text);text-decoration:line-through;opacity:.82}.proposal-change-after{max-width:58%;font-weight:700}.proposal-change-arrow{flex:0 0 auto;color:var(--theme-color-primary);font-weight:700}.proposal-change-more{color:var(--theme-color-soft-text);font-size:.74rem;font-weight:600}.proposal-diff-empty{font-size:.8rem;color:var(--theme-color-soft-text);font-style:italic}.agent-insight-block{display:flex;flex-direction:column;gap:.375rem;margin:.5rem 0}.agent-insight-block-title{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-color-soft-text);margin-bottom:.125rem}.agent-insight-cards{display:flex;flex-direction:column;gap:.375rem}.agent-insight-card{border-radius:6px;border:1px solid var(--theme-color-soft-bdr);border-left-width:3px;background:var(--theme-color-2);padding:.5rem .625rem;display:flex;flex-direction:column;gap:.25rem}.agent-insight-card-header{display:flex;align-items:center;gap:.375rem}.agent-insight-card-title{font-size:.8125rem;font-weight:600;color:var(--theme-color-std-text);line-height:1.2}.agent-insight-card-desc{margin:0;font-size:.78rem;color:var(--theme-color-soft-text);line-height:1.4}.agent-insight-card-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.125rem}.agent-insight-card-meta-item{font-size:.72rem;color:var(--theme-color-soft-text);display:flex;gap:.25rem}.agent-insight-card-meta-label{font-weight:600;color:var(--theme-color-soft-text);opacity:.7}.agent-insight-card-meta-label:after{content:":"}.agent-insight-card--critical{border-left-color:var(--theme-color-alarm, #ef4444)}.agent-insight-card--critical .agent-insight-card-header ix-icon{color:var(--theme-color-alarm, #ef4444)}.agent-insight-card--warning{border-left-color:var(--theme-color-warning, #f59e0b)}.agent-insight-card--warning .agent-insight-card-header ix-icon{color:var(--theme-color-warning, #f59e0b)}.agent-insight-card--info{border-left-color:#3b82f6}.agent-insight-card--info .agent-insight-card-header ix-icon{color:#3b82f6}.agent-insight-card--success{border-left-color:#22c55e}.agent-insight-card--success .agent-insight-card-header ix-icon{color:#22c55e}.agent-insight-card--neutral{border-left-color:var(--theme-color-soft-bdr)}.agent-timeline{position:relative;display:flex;flex-wrap:nowrap;align-items:center;gap:.25rem;margin:.5rem 0;overflow-x:auto;padding-bottom:.5rem;padding-top:1.75rem;scrollbar-width:thin;scrollbar-color:var(--theme-color-soft-bdr) transparent}.agent-timeline--vertical{flex-direction:column;align-items:flex-start;overflow-x:visible;padding-bottom:0;gap:0}.agent-timeline-layout-toggle{position:absolute;top:0;left:0;display:inline-flex;align-items:center;gap:.2rem;padding:.1rem .45rem;background:transparent;border:1px solid var(--theme-color-soft-bdr);border-radius:99px;color:var(--theme-color-soft-text);font-size:.68rem;font-weight:500;cursor:pointer;opacity:.6;transition:opacity .15s,background .15s,border-color .15s;white-space:nowrap}.agent-timeline-layout-toggle:hover{opacity:1;background:var(--theme-color-3);border-color:var(--theme-color-primary);color:var(--theme-color-primary)}.agent-timeline-item{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.agent-timeline--vertical .agent-timeline-item{flex-direction:column;align-items:flex-start;gap:0}.agent-timeline-step{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .6rem;border-radius:6px;border:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-2);font-size:.78rem;font-weight:500}.agent-timeline-step-text{display:flex;flex-direction:column;gap:.05rem}.agent-timeline-step-label{line-height:1.2}.agent-timeline-step-sublabel{font-size:.68rem;font-weight:400;opacity:.75;line-height:1.1}.agent-timeline-arrow{font-size:.8rem;color:var(--theme-color-soft-text);-webkit-user-select:none;user-select:none}.agent-timeline--vertical .agent-timeline-arrow{padding-left:.75rem;line-height:1.4}.agent-timeline-step--done{color:#22c55e;border-color:#22c55e59;background:#22c55e12}.agent-timeline-step--active{color:var(--theme-color-primary);border-color:var(--theme-color-primary);background:rgba(var(--theme-color-primary--rgb),.08)}.agent-timeline-step--warning{color:var(--theme-color-warning, #f59e0b);border-color:#f59e0b59;background:var(--theme-color-warning-10, rgba(245, 158, 11, .07))}.agent-timeline-step--critical{color:var(--theme-color-alarm, #ef4444);border-color:#ef444459;background:var(--theme-color-alarm-10, rgba(239, 68, 68, .07))}.agent-timeline-step--locked{color:var(--theme-color-soft-text);border-color:var(--theme-color-soft-bdr);background:var(--theme-color-2);opacity:.6}.agent-timeline-step--pending{color:var(--theme-color-soft-text);border-color:var(--theme-color-soft-bdr);background:var(--theme-color-2)}.agent-kpi-grid{display:flex;flex-wrap:wrap;gap:8px;margin:.5rem 0;align-items:stretch}.agent-kpi-tile{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:.375rem .625rem;border-radius:6px;border:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-2);width:124px;min-width:124px;max-width:124px;flex-shrink:0;overflow:hidden}.agent-kpi-info-badge{position:absolute;top:4px;right:4px;width:14px;height:14px;border-radius:50%;background:var(--theme-color-soft-bdr);color:var(--theme-color-soft-text);font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:default;-webkit-user-select:none;user-select:none;line-height:1;z-index:1}.agent-kpi-info-badge:hover{background:var(--theme-color-std-text);color:var(--theme-color-1, #1e1e2e)}.agent-kpi-info-tooltip{z-index:9999;background:var(--theme-color-1, #1e1e2e);border:1px solid var(--theme-color-soft-bdr);border-radius:8px;padding:.5rem .625rem;display:flex;flex-direction:column;gap:2px;min-width:140px;box-shadow:0 4px 16px #0000004d;pointer-events:none;white-space:nowrap}.agent-kpi-info-value{font-size:1rem;font-weight:700;color:var(--theme-color-std-text);line-height:1.2}.agent-kpi-info-label{font-size:.7rem;color:var(--theme-color-soft-text);font-weight:500}.agent-kpi-info-sublabel{font-size:.65rem;color:var(--theme-color-soft-text);opacity:.8}.agent-kpi-tile--critical .agent-kpi-info-value{color:var(--theme-color-alarm, #ef4444)}.agent-kpi-tile--warning .agent-kpi-info-value{color:var(--theme-color-warning, #f59e0b)}.agent-kpi-tile--info .agent-kpi-info-value{color:#3b82f6}.agent-kpi-tile--success .agent-kpi-info-value{color:#22c55e}.agent-kpi-value{font-size:1.1rem;font-weight:700;line-height:1.15;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.agent-kpi-label{font-size:.7rem;color:var(--theme-color-soft-text);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.agent-kpi-sublabel{font-size:.65rem;color:var(--theme-color-soft-text);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.agent-kpi-tile--critical .agent-kpi-value{color:var(--theme-color-alarm, #ef4444)}.agent-kpi-tile--warning .agent-kpi-value{color:var(--theme-color-warning, #f59e0b)}.agent-kpi-tile--info .agent-kpi-value{color:#3b82f6}.agent-kpi-tile--success .agent-kpi-value{color:#22c55e}.agent-status-chips{display:flex;flex-wrap:wrap;gap:.375rem;margin:.5rem 0}.agent-status-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:10px;font-size:.78rem;font-weight:500;line-height:1.3;white-space:nowrap}.agent-status-chip-value{font-weight:700;opacity:.9}.agent-status-chip--critical{background:var(--theme-color-alarm-10, rgba(239, 68, 68, .12));color:var(--theme-color-alarm, #ef4444);border:1px solid var(--theme-color-alarm, #ef4444)}.agent-status-chip--warning{background:var(--theme-color-warning-10, rgba(245, 158, 11, .12));color:var(--theme-color-warning, #f59e0b);border:1px solid var(--theme-color-warning, #f59e0b)}.agent-status-chip--info{background:#3b82f61f;color:#3b82f6;border:1px solid #3b82f6}.agent-status-chip--success{background:#22c55e1f;color:#22c55e;border:1px solid #22c55e}.agent-status-chip--neutral{background:var(--theme-color-ghost--hover, rgba(255, 255, 255, .05));color:var(--theme-color-soft-text);border:1px solid var(--theme-color-soft-bdr)}._container_1gbak_1{display:inline-block;position:relative;width:100%;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}._label_1gbak_11{display:block;font-size:var(--theme-ms-0, .875rem);font-weight:var(--theme-font-weight-normal, 400);line-height:var(--theme-line-height-sm, 1.25);letter-spacing:var(--theme-letter-spacing-xl, normal);color:var(--theme-color-soft-text);margin-top:.5rem;margin-bottom:.25rem}._inputWrapper_1gbak_22{position:relative;display:flex;align-items:center}._input_1gbak_22{width:100%;min-height:2rem;padding:.25rem 2.125rem .25rem .5rem;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);background-color:var(--theme-input--background);color:var(--theme-input--color);font-family:Siemens Sans,Arial,Helvetica,sans-serif;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;outline:none;user-select:text;-webkit-user-select:text}._input_1gbak_22::placeholder{color:var(--theme-input-hint--color)}._input_1gbak_22:hover:not(:disabled):not([readonly]){border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._input_1gbak_22:focus:not([readonly]){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}._input_1gbak_22:disabled{border:none;border-radius:0;border-bottom:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--disabled);background-color:transparent;box-shadow:none;color:var(--theme-input--color--disabled);cursor:not-allowed}._input_1gbak_22[readonly]{cursor:default}._calendarButton_1gbak_77{position:absolute;right:.25rem}._calendarHidden_1gbak_82{display:none!important}._helperText_1gbak_86{margin-top:.25rem;font-size:.75rem;color:var(--theme-color-weak-text)}._invalidText_1gbak_92{margin-top:.25rem;font-size:.75rem;color:var(--theme-color-alarm)}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}._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_cydbd_10{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:100000;box-shadow:-2px 0 8px #00000026}._Container_cydbd_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_cydbd_20{background:#1e1e1e}._ScrollContent_cydbd_33{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_cydbd_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_cydbd_50,._CancelButton_cydbd_54{min-width:150px}._FormSection_cydbd_59{margin-bottom:1.5rem}._SectionTitle_cydbd_63{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_cydbd_69{margin:1.5rem 0}._FormGroup_cydbd_74{margin-bottom:1.25rem}._FormGroup_cydbd_74 ix-input,._FormGroup_cydbd_74 ix-select,._FormGroup_cydbd_74 ix-date-input,._FormGroup_cydbd_74 ix-textarea{width:100%!important;max-width:100%!important}._Label_cydbd_87{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:.5rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_cydbd_87{color:#b0b0b0}._HintText_cydbd_99{font-size:12px;color:#888;margin-top:4px;font-style:italic}[data-ix-theme=classic][data-ix-color-schema=dark] ._HintText_cydbd_99{color:#777}._ErrorText_cydbd_110{font-size:12px;color:#d32f2f;margin-top:.25rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._ErrorText_cydbd_110{color:#ff6b6b}._ReadOnlyValue_cydbd_120{min-height:2rem;padding:.25rem .5rem;display:flex;align-items:center;font-size:var(--theme-ms-0);color:var(--theme-input--color);background-color:var(--theme-color-component-2, #f4f4f4);border:1px solid var(--theme-input--border-color);border-radius:var(--theme-input--border-radius)}[data-ix-theme=classic][data-ix-color-schema=dark] ._ReadOnlyValue_cydbd_120{background-color:#1e1e1e}._PaneTitle_cydbd_136{padding:1rem}._Container_3c4d9_10{width:100%;display:flex;flex-direction:column;gap:.75rem}._AddForm_3c4d9_18{display:flex;flex-direction:column;gap:.5rem}._FormRow_3c4d9_24{display:flex;flex-direction:column;gap:.75rem}._FieldGroup_3c4d9_30{display:flex;flex-direction:column;gap:.25rem;min-width:0}._FieldLabel_3c4d9_37{font-size:.75rem;font-weight:var(--theme-font-weight-normal, 400);color:var(--theme-color-soft-text, #666)}._DateTimePair_3c4d9_43{display:grid;grid-template-columns:1fr 96px;gap:.375rem;align-items:center}._DateCell_3c4d9_50{min-width:0}._AddRow_3c4d9_54{display:flex;justify-content:flex-end}@media(max-width:560px){._FormRow_3c4d9_24{grid-template-columns:1fr}}._MainContainer_3c4d9_65{position:relative;width:100%}._TriggerButton_3c4d9_70{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_3c4d9_70:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._TriggerButton_3c4d9_70: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_3c4d9_107{flex:1;text-align:left}._Dropdown_3c4d9_112{position:absolute;top:calc(100% + 4px);left:0;background:#fff;border:1px solid #d0d0d0;border-radius:4px;box-shadow:0 4px 16px #00000026;z-index:1000;padding:.75rem;min-width:420px;width:100%;max-width:calc(100vw - 2rem);box-sizing:border-box}[data-ix-theme=classic][data-ix-color-schema=dark] ._Dropdown_3c4d9_112{background:#2a2a2a;border-color:#505050;box-shadow:0 4px 16px #0006}._DropdownContent_3c4d9_134{display:flex;flex-direction:column;gap:.5rem}._FormTitle_3c4d9_140{font-size:15px;font-weight:600;color:#1a1a1a}[data-ix-theme=classic][data-ix-color-schema=dark] ._FormTitle_3c4d9_140{color:#fff}._DateInputGroup_3c4d9_150{display:flex;flex-direction:column;gap:.5rem}._Label_3c4d9_156{font-size:14px;font-weight:500;color:#666}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_3c4d9_156{color:#b0b0b0}._DateInput_3c4d9_150,._TimeInput_3c4d9_167,._DateTimeInput_3c4d9_168{width:100%;box-sizing:border-box;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);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}._DateInput_3c4d9_150:hover,._TimeInput_3c4d9_167:hover,._DateTimeInput_3c4d9_168:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._DateInput_3c4d9_150:focus,._TimeInput_3c4d9_167:focus,._DateTimeInput_3c4d9_168: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}[data-ix-theme=classic][data-ix-color-schema=dark] ._TimeInput_3c4d9_167::-webkit-calendar-picker-indicator{filter:invert(1)}._TimeRow_3c4d9_207{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}._DateTimeRow_3c4d9_213{display:grid;grid-template-columns:1fr 110px;gap:.5rem;align-items:start}._DateCol_3c4d9_220,._TimeCol_3c4d9_224{min-width:0}._TimeInputGroup_3c4d9_228{display:flex;flex-direction:column;gap:.5rem}._ButtonGroup_3c4d9_234{display:flex;gap:.375rem;justify-content:flex-end;padding-top:.5rem;border-top:1px solid #e0e0e0}[data-ix-theme=classic][data-ix-color-schema=dark] ._ButtonGroup_3c4d9_234{border-top-color:#505050}._CancelButton_3c4d9_246{min-width:100px}._DatePickerWrapper_3c4d9_250{width:100%}._DatePickerWrapper_3c4d9_250 ix-date-picker{width:100%}._DatePicker_3c4d9_250,._DateInput_3c4d9_150{width:100%}._EntriesList_3c4d9_267{display:flex;flex-direction:column;gap:.5rem}._EntryCard_3c4d9_273{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_3c4d9_273{background:#1e1e1e;border-color:#505050}._EntryContent_3c4d9_289{flex:1;display:flex;flex-direction:column;gap:.25rem}._EntryDate_3c4d9_296{font-size:14px;font-weight:600;color:#1a1a1a}[data-ix-theme=classic][data-ix-color-schema=dark] ._EntryDate_3c4d9_296{color:#fff}._EntryTime_3c4d9_306{font-size:13px;color:#666}[data-ix-theme=classic][data-ix-color-schema=dark] ._EntryTime_3c4d9_306{color:#b0b0b0}._DeleteButton_3c4d9_315{flex-shrink:0;color:#d32f2f}._DeleteButton_3c4d9_315:hover{color:#b71c1c}._ModalOverlay_3c4d9_324{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:_mlFadeIn_3c4d9_1 .2s ease}._Modal_3c4d9_324{position:relative;background-color:var(--theme-color-1);border-radius:12px;width:720px;max-width:94vw;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 24px 80px #00000080;animation:_mlSlideIn_3c4d9_1 .25s ease}@keyframes _mlFadeIn_3c4d9_1{0%{opacity:0}to{opacity:1}}@keyframes _mlSlideIn_3c4d9_1{0%{opacity:0;transform:translateY(-20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}._ModalHeader_3c4d9_358{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem .75rem;flex-shrink:0}._ModalHeaderTitle_3c4d9_366{font-size:1.125rem;font-weight:700;color:var(--theme-color-std-text);margin:0}._ModalBody_3c4d9_373{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;min-height:0;scrollbar-width:thin;scrollbar-color:var(--theme-color-std-bdr-1) transparent}._ModalFooter_3c4d9_382{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid var(--theme-color-std-bdr-1);flex-shrink:0}._HistoryLink_3c4d9_392{align-self:flex-start;background:none;border:none;padding:0;margin-top:.25rem;color:var(--theme-color-primary, #007eb1);font-size:13px;font-weight:500;cursor:pointer;text-decoration:underline}._HistoryLink_3c4d9_392:hover{color:var(--theme-color-primary--hover, #005a7f)}._HistoryList_3c4d9_409{display:flex;flex-direction:column;gap:.5rem}._HistoryItem_3c4d9_415{border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;background:var(--theme-color-2);overflow:hidden}._HistoryItemHeader_3c4d9_422{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;cursor:pointer;text-align:left;color:inherit;font-family:inherit}._HistoryItemHeader_3c4d9_422:hover{background:var(--theme-color-3)}._HistoryItemTitle_3c4d9_440{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0}._HistoryItemDate_3c4d9_448{font-size:14px;font-weight:600;color:var(--theme-color-std-text)}._HistoryItemSub_3c4d9_454{font-size:12px;color:var(--theme-color-soft-text)}._HistoryItemBadge_3c4d9_459{font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.5px}._BadgePlanned_3c4d9_468{background:var(--theme-color-primary);color:#fff}._BadgeDone_3c4d9_473{background:#30d158;color:#fff}._HistoryItemBody_3c4d9_478{padding:.75rem 1rem 1rem;border-top:1px solid var(--theme-color-std-bdr-1);display:flex;flex-direction:column;gap:.5rem}._HistoryRow_3c4d9_486{display:grid;grid-template-columns:160px 1fr;gap:.5rem;align-items:center}._HistoryEntryFooter_3c4d9_493{display:flex;justify-content:flex-end}._TextArea_3c4d9_498{width:100%;box-sizing:border-box;min-height:2.5rem;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);font-family:Siemens Sans,Siemens Sans,Arial,Helvetica,sans-serif;font-size:var(--theme-ms-0);resize:vertical}._TextArea_3c4d9_498:focus{outline:1px solid var(--theme-color-focus-bdr);border-color:var(--theme-input--border-color--focus)!important}._EmptyHint_3c4d9_517{color:#888;font-size:13px;text-align:center;padding:1rem}._CalendarWrapper_3c4d9_525{display:flex;justify-content:center}._CalendarWrapper_3c4d9_525 ix-date-picker{--ix-date-picker-padding: 0}._TimeRow_3c4d9_207{display:flex;align-items:center;gap:.5rem;padding:0 .25rem}._TimeField_3c4d9_541{display:flex;align-items:center;gap:.375rem;flex:1;min-width:0}._TimeLabel_3c4d9_549{font-size:12px;color:var(--theme-color-soft-text, #666);font-weight:500}._TimeSep_3c4d9_555{color:var(--theme-color-soft-text, #999);font-size:13px;padding:0 .125rem}._ButtonGroup_3c4d9_234{display:flex;gap:.375rem;justify-content:flex-end;padding-top:.375rem;border-top:1px solid var(--theme-color-std-bdr-1, #e0e0e0)}._CancelButton_3c4d9_246{min-width:auto}._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_p5mkv_7{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:100000;box-shadow:-2px 0 8px #00000026}._Container_p5mkv_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_p5mkv_17{background:#1e1e1e}._ScrollContent_p5mkv_30{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_p5mkv_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_p5mkv_47,._CancelButton_p5mkv_51{min-width:150px}._Section_p5mkv_56,._FormSection_p5mkv_60{margin-bottom:1.5rem}._SectionTitle_p5mkv_64{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_p5mkv_70{margin:1.5rem 0}._FormGroup_p5mkv_75{margin-bottom:1.25rem}._FormGroup_p5mkv_75 ix-input,._FormGroup_p5mkv_75 ix-select,._FormGroup_p5mkv_75 ix-date-input,._FormGroup_p5mkv_75 ix-textarea{width:100%!important;max-width:100%!important}._FormRow_p5mkv_88{display:flex;gap:1rem}._FormRow_p5mkv_88 ._FormGroup_p5mkv_75{flex:1}._Label_p5mkv_97{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:.5rem}._LabelWithTooltip_p5mkv_105{display:inline-flex;align-items:center;gap:.35rem}._LabelHelpIcon_p5mkv_111{display:inline-flex;align-items:center;justify-content:center;color:var(--theme-color-soft-text);cursor:help}._LabelHelpIcon_p5mkv_111:hover,._LabelHelpIcon_p5mkv_111:focus-visible{color:var(--theme-color-primary)}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_p5mkv_97{color:#b0b0b0}._Input_p5mkv_128{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_p5mkv_128:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Input_p5mkv_128: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_p5mkv_160{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_p5mkv_160:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Textarea_p5mkv_160: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_p5mkv_192{width:100%}._HintText_p5mkv_196{font-size:12px;color:#888;margin-top:.25rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._HintText_p5mkv_196{color:#888}._CheckboxLabel_p5mkv_206{display:flex;align-items:flex-start;gap:.5rem;font-size:14px;cursor:pointer}._CheckboxLabel_p5mkv_206 input[type=checkbox]{margin-top:3px}._CheckboxLabel_p5mkv_206 span{color:#666}[data-ix-theme=classic][data-ix-color-schema=dark] ._CheckboxLabel_p5mkv_206 span{color:#b0b0b0}._DateInput_p5mkv_226{width:100%}._CustomTypInput_p5mkv_231{margin-top:.5rem}._CustomTypInput_p5mkv_231 ix-input{width:100%!important}._PaneTitle_p5mkv_240{padding:1rem}._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}._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_8tttk_10{position:fixed;right:0;top:64px;bottom:0;height:calc(100vh - 64px);z-index:100000;box-shadow:-2px 0 8px #00000026}._Container_8tttk_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_8tttk_20{background:#1e1e1e}._MaschinenDropdown_8tttk_33{position:absolute;top:100%;left:0;right:0;max-height:200px;overflow-y:auto;background-color:var(--theme-color-1, #fafafa);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}[data-ix-theme=classic][data-ix-color-schema=dark] ._MaschinenDropdown_8tttk_33{background-color:#1e1e1e}._MaschinenDropdownItem_8tttk_52{padding:8px 12px;cursor:pointer;border-bottom:1px solid var(--theme-color-soft-bdr);transition:background-color .2s;color:var(--theme-input--color)}._MaschinenDropdownItem_8tttk_52:hover{background-color:var(--theme-input--background--hover)}._ScrollContent_8tttk_64{flex:1;overflow-y:auto;padding:1rem 1rem 0;word-break:break-word}._Footer_8tttk_71{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_8tttk_81,._CancelButton_8tttk_85{min-width:150px}._FormSection_8tttk_90{margin-bottom:1.5rem}._SectionTitle_8tttk_94{font-size:17px;font-weight:600;margin:0 0 1rem}._SectionDivider_8tttk_100{margin:1.5rem 0}._FormGroup_8tttk_105{margin-bottom:1.25rem}._FormRow_8tttk_110{display:flex;gap:1rem}._FormRow_8tttk_110 ._FormGroup_8tttk_105{flex:1;min-width:0}._Label_8tttk_120{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:.5rem}[data-ix-theme=classic][data-ix-color-schema=dark] ._Label_8tttk_120{color:#b0b0b0}._Input_8tttk_132{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_8tttk_132:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Input_8tttk_132: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_8tttk_164{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_8tttk_164:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Textarea_8tttk_164: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_8tttk_196{width:100%}._NumberInputWrapper_8tttk_201{display:flex;align-items:stretch;width:100%;border:1px solid #d0d0d0;border-radius:4px;background:#fff;transition:border-color .2s ease}._NumberInputWrapper_8tttk_201:focus-within{border-color:var(--theme-color-primary, #1e9db0)}._NumberInputWrapper_8tttk_201:hover{border-color:#a0a0a0}[data-ix-theme=classic][data-ix-color-schema=dark] ._NumberInputWrapper_8tttk_201{background:#2a2a2a;border-color:#505050}[data-ix-theme=classic][data-ix-color-schema=dark] ._NumberInputWrapper_8tttk_201:hover{border-color:#707070}._NumberInputField_8tttk_228{flex:1;padding:.625rem .75rem;font-size:14px;border:none;background:transparent;color:#1a1a1a;font-family:inherit;-moz-appearance:textfield;outline:none}._NumberInputField_8tttk_228::-webkit-inner-spin-button,._NumberInputField_8tttk_228::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}[data-ix-theme=classic][data-ix-color-schema=dark] ._NumberInputField_8tttk_228{color:#fff}._NumberInputButtons_8tttk_251{display:flex;flex-direction:column;border-left:1px solid #d0d0d0}[data-ix-theme=classic][data-ix-color-schema=dark] ._NumberInputButtons_8tttk_251{border-left-color:#505050}._NumberInputButton_8tttk_251{display:flex;align-items:center;justify-content:center;width:28px;flex:1;padding:0;background:transparent;border:none;cursor:pointer;color:var(--theme-color-primary, #1e9db0);transition:background-color .2s}._NumberInputButton_8tttk_251:hover{background:#1e9db01a}._NumberInputButton_8tttk_251:active{background:#1e9db033}._NumberInputButton_8tttk_251:first-child{border-bottom:1px solid #d0d0d0}[data-ix-theme=classic][data-ix-color-schema=dark] ._NumberInputButton_8tttk_251:first-child{border-bottom-color:#505050}._DateDropdown_8tttk_291{width:100%}._PaneTitle_8tttk_295{padding:1rem}._InputError_8tttk_300{border-color:#d32f2f!important}._InputError_8tttk_300:focus{border-color:#d32f2f!important}._ErrorMessage_8tttk_308{color:#d32f2f;font-size:12px;margin-top:4px}._HintText_8tttk_315{font-size:12px;color:#888;margin-top:4px;font-style:italic}[data-ix-theme=classic][data-ix-color-schema=dark] ._HintText_8tttk_315{color:#777}._MultiSelectTrigger_8tttk_327{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_8tttk_327:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._SelectedTags_8tttk_351{display:flex;flex-wrap:wrap;gap:6px}._Tag_8tttk_357{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_8tttk_369{background:transparent;border:none;color:#fff;font-size:14px;cursor:pointer;padding:0 2px;line-height:1;opacity:.8;transition:opacity .2s}._TagRemove_8tttk_369:hover{opacity:1}._Placeholder_8tttk_385{color:#999}[data-ix-theme=classic][data-ix-color-schema=dark] ._Placeholder_8tttk_385{color:#777}._MaschinenDropdownItem_8tttk_52._Selected_8tttk_351{background-color:#1e9db01a}[data-ix-theme=classic][data-ix-color-schema=dark] ._MaschinenDropdownItem_8tttk_52._Selected_8tttk_351{background-color:#1e9db033}._CheckboxInput_8tttk_402{margin:0 10px 0 0;cursor:pointer;flex-shrink:0}._CheckboxLabel_8tttk_409{flex:1}._NoResults_8tttk_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}._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}._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}}._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}._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}}._Wrapper_1mosm_1{position:relative;z-index:10;display:inline-flex;overflow:visible}._Badge_1mosm_8{position:absolute;top:-6px;right:-6px;z-index:11;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:#e53935;color:#fff;font-size:.7rem;font-weight:600;line-height:20px;text-align:center;box-shadow:0 1px 3px #0000004d;pointer-events:none}._PageContainer_hpxmk_6{display:flex;flex-direction:column;height:100%;overflow:hidden;flex:1;position:relative}._ExecutionTabs_hpxmk_15{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;padding:0 1rem;background:var(--theme-color-1)}._ExecutionTabs_hpxmk_15 ix-tabs{max-width:100%}._ExecutionTabActions_hpxmk_30{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-left:auto}._ExecutionTabActions_hpxmk_30 ix-button{height:32px}._LoadingOverlay_hpxmk_43{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_hpxmk_60{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_hpxmk_71{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}._HeaderActions_hpxmk_78{display:flex;gap:.75rem;align-items:center;margin-left:auto;flex-wrap:wrap}._HeaderChips_hpxmk_86{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}@media(max-width:1299px){._HeaderLeft_hpxmk_71{order:1}._HeaderActions_hpxmk_78{order:2;margin-left:auto}._HeaderChips_hpxmk_86{order:3;width:100%;margin-top:.5rem}}@media(max-width:899px){._HeaderLeft_hpxmk_71{order:1;width:100%}._HeaderChips_hpxmk_86{order:2;width:auto;margin-top:.5rem;flex:1}._HeaderActions_hpxmk_78{order:3;margin-left:auto;margin-top:.5rem}}._GroupDropdown_hpxmk_127{min-width:200px}._SearchWrapper_hpxmk_131{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_hpxmk_131 input{background:transparent;border:none;outline:none;color:var(--theme-color-std-text);font-size:.875rem;flex:1;min-width:0}._SearchWrapper_hpxmk_131 input::placeholder{color:var(--theme-color-weak-text)}._SearchIcon_hpxmk_157{color:var(--theme-color-weak-text);flex-shrink:0}._ToggleWrapper_hpxmk_162{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--theme-color-std-text);white-space:nowrap}._MeldungenButton_hpxmk_171{position:relative;z-index:10;display:inline-flex;overflow:visible}._MeldungenBadge_hpxmk_178{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:11;box-shadow:0 1px 3px #0000004d;pointer-events:none}._SchichtSelect_hpxmk_198{min-width:140px}._MainContent_hpxmk_203{display:flex;flex:1;overflow:hidden;position:relative}._MachineGrid_hpxmk_210{flex:1;overflow-y:auto;padding:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1rem;align-content:start}._MachineGrid_hpxmk_210._withDrawer_hpxmk_220{margin-right:400px}._MachineCard_hpxmk_225{background:var(--theme-nav--background, var(--theme-color-2));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}._MachineCard_hpxmk_225 ._CardFooter_hpxmk_239{background:var(--theme-nav--background, var(--theme-color-2))}._CardContent_hpxmk_244{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;min-height:0}._MachineCard_hpxmk_225:hover{border-color:var(--theme-color-primary);box-shadow:0 4px 12px #00000026}._MachineCard_hpxmk_225._selected_hpxmk_259{border-color:var(--theme-color-primary);border-width:2px;box-shadow:0 4px 16px #0003}._MachineCard_hpxmk_225._running_hpxmk_266{border-left:5px solid #4caf50;background:#4caf5008}._MachineCard_hpxmk_225._paused_hpxmk_271{border-left:5px solid #2196f3;background:#2196f308}._MachineCard_hpxmk_225._hasWarning_hpxmk_276{border-left:5px solid #ff9800;background:#ff980008}._MachineCard_hpxmk_225._hasFault_hpxmk_281{border-left:5px solid #e53935;background:#e5393514;border-width:2px;border-color:#e53935}._MachineCard_hpxmk_225._hasMaintenance_hpxmk_288,._MachineCard_hpxmk_225._hasBlocked_hpxmk_295{border-left:5px solid #ff9800;background:#ff980014;border-width:2px;border-color:#ff9800}._CardHeader_hpxmk_303{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}._MachineInfo_hpxmk_310{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1}._MachineName_hpxmk_318{font-size:1rem;font-weight:600;color:var(--theme-color-std-text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._MachineGroup_hpxmk_328{font-size:.75rem;color:var(--theme-color-weak-text)}._StatusBadge_hpxmk_334{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_hpxmk_334._running_hpxmk_266{background:#4caf50;color:#fff}._StatusBadge_hpxmk_334._idle_hpxmk_352{background:#607d8b;color:#fff}._StatusBadge_hpxmk_334._paused_hpxmk_271{background:#2196f3;color:#fff}._StatusBadge_hpxmk_334._fault_hpxmk_362{background:#e53935;color:#fff}._StatusBadge_hpxmk_334._maintenance_hpxmk_367,._StatusBadge_hpxmk_334._blocked_hpxmk_372{background:#ff9800;color:#fff}._ActiveOperation_hpxmk_378{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_hpxmk_388{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;flex-wrap:wrap}._OperationNumber_hpxmk_396{font-size:.875rem;font-weight:600;color:var(--theme-color-primary)}._OperationName_hpxmk_402{font-size:.8rem;color:var(--theme-color-weak-text);margin-left:.5rem}._DelayIndicator_hpxmk_409{display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:3px;flex-shrink:0}._DelayIndicator_hpxmk_409._onTime_hpxmk_420{background:#4caf50;color:#fff}._DelayIndicator_hpxmk_409._delayed_hpxmk_425{background:#ff9800;color:#fff}._DelayIndicator_hpxmk_409._critical_hpxmk_430{background:#e53935;color:#fff}._OperationDetails_hpxmk_435{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--theme-color-weak-text);flex-wrap:wrap;gap:.5rem}._OperationTime_hpxmk_445{display:flex;align-items:center;gap:.25rem}._QuantityInfo_hpxmk_451{font-weight:600;color:var(--theme-color-std-text)}._OperatorSection_hpxmk_457{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_hpxmk_466{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_hpxmk_480{font-size:.85rem;color:var(--theme-color-std-text)}._NoOperator_hpxmk_485{font-size:.8rem;color:var(--theme-color-weak-text);font-style:italic}._NextOpsStack_hpxmk_492{display:flex;flex-direction:column;gap:.2rem;opacity:.7;padding-top:.5rem;border-top:1px dashed var(--theme-color-soft-bdr)}._NextOpsTitle_hpxmk_501{font-size:.65rem;color:var(--theme-color-weak-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.15rem;font-weight:500}._NextOpItem_hpxmk_510{display:flex;align-items:center;gap:.4rem;font-size:.7rem;color:var(--theme-color-weak-text);padding:.15rem 0}._NextOpItem_hpxmk_510._blocked_hpxmk_372{color:#ff9800}._NextOpNumber_hpxmk_523{font-weight:500;min-width:70px;color:var(--theme-color-weak-text)}._WarningsSection_hpxmk_530{display:flex;flex-wrap:wrap;gap:.5rem}._WarningChip_hpxmk_537{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600}._WarningChip_hpxmk_537._warning_hpxmk_547{background:#ff9800;color:#fff}._WarningChip_hpxmk_537._error_hpxmk_552,._WarningChip_hpxmk_537._stoerung_hpxmk_558{background:#e53935;color:#fff}._WarningChip_hpxmk_537._wartung_hpxmk_563,._WarningChip_hpxmk_537._materialmangel_hpxmk_568{background:#ff9800;color:#fff}._WarningChip_hpxmk_537._qualitaetsproblem_hpxmk_573{background:#2196f3;color:#fff}._WarningChip_hpxmk_537._personalmangel_hpxmk_578{background:#9c27b0;color:#fff}._WarningChip_hpxmk_537._organisation_hpxmk_583{background:#607d8b;color:#fff}._WarningChip_hpxmk_537._werkzeugmangel_hpxmk_588{background:#795548;color:#fff}._WarningChip_hpxmk_537._sonstiges_hpxmk_593{background:#607d8b;color:#fff}._CardFooter_hpxmk_239{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_hpxmk_611{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_hpxmk_611{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_hpxmk_611 ix-icon{flex-shrink:0;width:16px;height:16px}._ActionButton_hpxmk_611:active{transform:scale(.98)}._ActionButton_hpxmk_611._start_hpxmk_649{background:#4caf50;color:#fff}._ActionButton_hpxmk_611._start_hpxmk_649:hover{background:#43a047}._ActionButton_hpxmk_611._pause_hpxmk_271{background:#2196f3;color:#fff}._ActionButton_hpxmk_611._pause_hpxmk_271:hover{background:#1e88e5}._ActionButton_hpxmk_611._warning_hpxmk_547{background:#ff9800;color:#fff}._ActionButton_hpxmk_611._warning_hpxmk_547:hover{background:#f57c00}._ActionButton_hpxmk_611._finish_hpxmk_679{background:#607d8b;color:#fff}._ActionButton_hpxmk_611._finish_hpxmk_679:hover{background:#546e7a}._ActionButton_hpxmk_611._disabled_hpxmk_689,._ActionButton_hpxmk_611:disabled{opacity:.6;cursor:not-allowed;background:#9e9e9e;color:#fff}._ActionButton_hpxmk_611._fault_hpxmk_362{background:#e53935;color:#fff}._ActionButton_hpxmk_611._fault_hpxmk_362:hover{background:#d32f2f}._ActionButton_hpxmk_611._maintenance_hpxmk_367{background:#ff9800;color:#fff}._ActionButton_hpxmk_611._maintenance_hpxmk_367:hover{background:#f57c00}._ActionButton_hpxmk_611._blocked_hpxmk_372{background:#ff9800;color:#fff}._ActionButton_hpxmk_611._blocked_hpxmk_372:hover{background:#f57c00}._StillstandBadge_hpxmk_726{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_hpxmk_743{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_hpxmk_743._open_hpxmk_764{transform:translate(0);visibility:visible;pointer-events:auto}._DrawerHeader_hpxmk_770{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_hpxmk_780{font-size:1.125rem;font-weight:600;color:var(--theme-color-std-text);margin:0}._DrawerCloseButton_hpxmk_787{cursor:pointer;color:var(--theme-color-weak-text)}._DrawerCloseButton_hpxmk_787:hover{color:var(--theme-color-std-text)}._DrawerTabs_hpxmk_796{border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._DrawerContent_hpxmk_801{flex:1;overflow-y:auto;padding:1rem;background:var(--theme-color-2)}._CurrentOperationSection_hpxmk_809{display:flex;flex-direction:column;gap:1rem}._DetailCard_hpxmk_815{background:var(--theme-color-1);border-radius:6px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._DetailRow_hpxmk_822{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_hpxmk_822:last-child{border-bottom:none}._DetailLabel_hpxmk_835{font-size:.8rem;color:var(--theme-color-weak-text);flex-shrink:0;padding-top:2px}._DetailValue_hpxmk_842{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text);text-align:right;word-break:break-word}._DrawerActions_hpxmk_851{display:flex;flex-direction:column;gap:.5rem;padding:1rem}._DrawerActionButton_hpxmk_858{min-height:56px;font-size:1rem;font-weight:600}._FinishForm_hpxmk_865{display:flex;flex-direction:column;gap:1rem}._FormGroup_hpxmk_871{display:flex;flex-direction:column;gap:.5rem}._FormLabel_hpxmk_877{font-size:.8rem;font-weight:500;color:var(--theme-color-std-text)}._FormInput_hpxmk_883{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_hpxmk_883:focus{outline:none;border-color:var(--theme-color-primary)}._FormTextarea_hpxmk_897{min-height:80px;resize:vertical}._QuickActions_hpxmk_903{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;margin-top:1rem;border-top:1px solid var(--theme-color-soft-bdr)}._QuickActionsTitle_hpxmk_912{font-size:.8rem;color:var(--theme-color-weak-text);margin-bottom:.5rem;font-weight:500}._QuickActionButton_hpxmk_919{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_hpxmk_919:hover{background:var(--theme-color-2)}._QuickActionButton_hpxmk_919._material_hpxmk_568{border-left:4px solid #ff9800}._QuickActionButton_hpxmk_919._stoerung_hpxmk_558{border-left:4px solid #e53935}._QuickActionButton_hpxmk_919._qualitaet_hpxmk_573{border-left:4px solid #2196f3}._QuickActionButton_hpxmk_919._wartung_hpxmk_563{border-left:4px solid #9c27b0}._QuickActionButton_hpxmk_919._sonstiges_hpxmk_593{border-left:4px solid #607d8b}._QuickActionButton_hpxmk_919._personal_hpxmk_578{border-left:4px solid #00bcd4}._QuickActionButton_hpxmk_919._organisation_hpxmk_583{border-left:4px solid #795548}._QuickActionButton_hpxmk_919._werkzeug_hpxmk_588{border-left:4px solid #ffc107}._OrderInfoSection_hpxmk_970{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}._ExpandableSection_hpxmk_977{border:1px solid var(--theme-color-soft-bdr);border-radius:6px;overflow:hidden;background:var(--theme-color-2)}._ExpandableHeader_hpxmk_984{display:flex;align-items:center;gap:.5rem;width:100%;padding:.625rem .75rem;border:none;background:transparent;color:var(--theme-color-std-text);cursor:pointer;font-size:.85rem;font-weight:500;text-align:left;transition:background-color .15s}._ExpandableHeader_hpxmk_984:hover{background:var(--theme-color-ghost--hover)}._ExpandableTitle_hpxmk_1004{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ExpandableBadge_hpxmk_1011{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--theme-color-weak-text);background:var(--theme-color-3);padding:.125rem .5rem;border-radius:12px;flex-shrink:0}._ExpandableContent_hpxmk_1023{padding:.75rem;padding-top:0;display:flex;flex-direction:column;gap:.75rem}._CommentBlock_hpxmk_1031{background:var(--theme-color-1);border-radius:4px;padding:.625rem .75rem}._CommentLabel_hpxmk_1037{display:block;font-size:.75rem;font-weight:600;color:var(--theme-color-weak-text);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.03em}._CommentText_hpxmk_1047{margin:0;font-size:.85rem;color:var(--theme-color-std-text);line-height:1.5;white-space:pre-wrap;word-break:break-word}._TimelineSection_hpxmk_1061{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--theme-color-soft-bdr)}._TimelineHeader_hpxmk_1067{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:var(--theme-color-weak-text)}._TimelineTitle_hpxmk_1075{font-size:.85rem;font-weight:500}._TimelineList_hpxmk_1080{display:flex;flex-direction:column;gap:.5rem}._TimelineItem_hpxmk_1086{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;position:relative}._TimelineItem_hpxmk_1086:not(:last-child):after{content:"";position:absolute;left:10px;top:28px;bottom:-8px;width:2px;background:var(--theme-color-soft-bdr)}._TimelineDot_hpxmk_1104{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_hpxmk_1086._timelineStarted_hpxmk_1116 ._TimelineDot_hpxmk_1104{background:#4caf5026;color:#4caf50}._TimelineItem_hpxmk_1086._timelinePaused_hpxmk_1121 ._TimelineDot_hpxmk_1104{background:#2196f326;color:#2196f3}._TimelineItem_hpxmk_1086._timelineFinished_hpxmk_1126 ._TimelineDot_hpxmk_1104{background:#4caf5026;color:#4caf50}._TimelineItem_hpxmk_1086._timelineStoerung_hpxmk_1131 ._TimelineDot_hpxmk_1104{background:#e5393526;color:#e53935}._TimelineItem_hpxmk_1086._timelineMeldung_hpxmk_1136 ._TimelineDot_hpxmk_1104{background:#ff980026;color:#ff9800}._TimelineContent_hpxmk_1141{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0}._TimelineLabel_hpxmk_1149{font-size:.85rem;font-weight:500;color:var(--theme-color-std-text)}._TimelineDescription_hpxmk_1155{font-size:.75rem;color:var(--theme-color-weak-text)}._TimelineOrder_hpxmk_1160{font-size:.7rem;color:var(--theme-color-weak-text)}._TimelineTime_hpxmk_1165{font-size:.75rem;color:var(--theme-color-weak-text);flex-shrink:0}._QueueList_hpxmk_1172{display:flex;flex-direction:column;gap:.5rem}._QueueItem_hpxmk_1178{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_hpxmk_1178:hover{background:var(--theme-color-2);border-color:var(--theme-color-primary--20)}._QueueItem_hpxmk_1178._expanded_hpxmk_1194{background:var(--theme-color-primary--5);border-color:var(--theme-color-primary--40);align-items:flex-start}._QueueItem_hpxmk_1178._blocked_hpxmk_372{opacity:.7;border-left:4px solid #ff9800}._QueueIndex_hpxmk_1205{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_hpxmk_1219{flex:1;min-width:0}._QueueItemOrder_hpxmk_1224{font-size:.85rem;font-weight:600;color:var(--theme-color-std-text)}._QueueItemName_hpxmk_1230{font-size:.75rem;color:var(--theme-color-weak-text);margin-bottom:.25rem}._QueueItemDetails_hpxmk_1236{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr);display:flex;flex-direction:column;gap:.5rem}._QueueItemDetails_hpxmk_1236 ._DetailRow_hpxmk_822{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}._QueueItemDetails_hpxmk_1236 ._DetailLabel_hpxmk_835{color:var(--theme-color-weak-text);font-weight:500}._QueueItemDetails_hpxmk_1236 ._DetailValue_hpxmk_842{color:var(--theme-color-std-text);font-weight:600}._QueueItemDuration_hpxmk_1262{font-size:.75rem;color:var(--theme-color-weak-text);text-align:right;display:flex;align-items:center;gap:.25rem}._QueueItemActions_hpxmk_1271{display:flex;gap:.25rem}._MeldungList_hpxmk_1277{display:flex;flex-direction:column;gap:.75rem}._MeldungItem_hpxmk_1283{padding:.75rem;background:var(--theme-color-1);border-radius:6px;border:1px solid var(--theme-color-soft-bdr)}._MeldungItem_hpxmk_1283._critical_hpxmk_430{border-left:4px solid #e53935}._MeldungItem_hpxmk_1283._high_hpxmk_1294{border-left:4px solid #ff9800}._MeldungItem_hpxmk_1283._clickable_hpxmk_1298{cursor:pointer;transition:background-color .15s,border-color .15s}._MeldungItem_hpxmk_1283._clickable_hpxmk_1298:hover{background:var(--theme-color-2);border-color:var(--theme-color-primary)}._MeldungHeader_hpxmk_1308{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:.5rem}._MeldungTitle_hpxmk_1316{font-size:.875rem;font-weight:600;color:var(--theme-color-std-text);display:flex;align-items:center;gap:.5rem}._MeldungTime_hpxmk_1325{font-size:.7rem;color:var(--theme-color-weak-text);white-space:nowrap}._MeldungDescription_hpxmk_1331{font-size:.8rem;color:var(--theme-color-weak-text);margin:0 0 .75rem}._MeldungActions_hpxmk_1337{display:flex;gap:.5rem}._EmptyState_hpxmk_1343{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:var(--theme-color-weak-text);text-align:center}._EmptyStateIcon_hpxmk_1353{margin-bottom:1rem;opacity:.5}._EmptyStateText_hpxmk_1358{font-size:1rem}._InitializeSection_hpxmk_1362{margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}._InitializeHint_hpxmk_1370{font-size:.875rem;color:var(--theme-color-weak-text);max-width:300px;margin:0}._ViewToggle_hpxmk_1378{display:flex;border:1px solid var(--theme-color-soft-bdr);border-radius:4px;overflow:hidden;background:var(--theme-color-1)}._ViewToggleButton_hpxmk_1386{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_hpxmk_1386:not(:last-child){border-right:1px solid var(--theme-color-soft-bdr)}._ViewToggleButton_hpxmk_1386._active_hpxmk_1403{background:var(--theme-color-primary);color:#fff}._ViewToggleButton_hpxmk_1386:hover:not(._active_hpxmk_1403){background:var(--theme-color-2)}@media only screen and (max-width:1024px){._DetailDrawer_hpxmk_743{width:100%}._MachineGrid_hpxmk_210._withDrawer_hpxmk_220{margin-right:0;display:none}._HeaderRight_hpxmk_1423{flex-wrap:wrap}}@media only screen and (max-width:768px){._HeaderBar_hpxmk_60{flex-direction:column;align-items:stretch;gap:.75rem}._HeaderLeft_hpxmk_71{flex-direction:column;align-items:stretch}._HeaderRight_hpxmk_1423{margin-left:0;justify-content:flex-start;overflow-x:auto}._SearchWrapper_hpxmk_131{min-width:100%}._MachineGrid_hpxmk_210{grid-template-columns:1fr;padding:.75rem}._ActionButton_hpxmk_611{min-height:56px;font-size:1rem}._MachineCard_hpxmk_225{min-height:auto}}._EmployeeCard_hpxmk_1468{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_hpxmk_1468:hover{border-color:var(--theme-color-primary);box-shadow:0 4px 12px #00000026}._EmployeeCard_hpxmk_1468._cardCritical_hpxmk_1487{border-left:4px solid #e53935;animation:_criticalPulse_hpxmk_1 2s infinite}._EmployeeCardContent_hpxmk_1493{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;min-height:0}._machineCard_hpxmk_1504{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_hpxmk_1504:hover{border-color:var(--theme-color-primary);box-shadow:0 4px 12px #00000026}._cardCritical_hpxmk_1487{border-left:4px solid #e53935;animation:_criticalPulse_hpxmk_1 2s infinite}@keyframes _criticalPulse_hpxmk_1{0%,to{box-shadow:0 0 #e5393566}50%{box-shadow:0 0 8px 2px #e539354d}}._cardHeader_hpxmk_1533{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}._machineName_hpxmk_1540{font-size:1rem;font-weight:600;color:var(--theme-color-std-text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._machineNumber_hpxmk_1550{font-size:.75rem;color:var(--theme-color-weak-text)}._employeeInfo_hpxmk_1556{display:flex;align-items:center;gap:.75rem}._employeeAvatar_hpxmk_1562{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_hpxmk_1575{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_hpxmk_1588{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_hpxmk_1604{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_hpxmk_1617{background:#4caf50;color:#fff}._statusIdle_hpxmk_1622{background:#2196f3;color:#fff}._statusStopped_hpxmk_1627{background:#ff9800;color:#fff}._statusOffline_hpxmk_1632{background:#607d8b;color:#fff}._statusWarning_hpxmk_1637{background:#9c27b0;color:#fff}._teamBadge_hpxmk_1643{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;width:fit-content}._teamBadgeLarge_hpxmk_1653{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:4px;font-size:.8rem;font-weight:600;margin-top:.5rem}._currentOperation_hpxmk_1664{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_hpxmk_1674{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;flex-wrap:wrap}._operationInfo_hpxmk_1682{display:flex;flex-direction:column;gap:.25rem}._operationName_hpxmk_1688{display:flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;color:var(--theme-color-std-text)}._orderNumber_hpxmk_1697{font-size:.75rem;color:var(--theme-color-weak-text)}._machineAssignmentInfo_hpxmk_1703{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--theme-color-primary);padding:.25rem 0}._operationMeta_hpxmk_1713{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}._elapsedTime_hpxmk_1721{display:flex;align-items:center;gap:.25rem;font-size:.8rem;color:var(--theme-color-weak-text)}._indicatorChips_hpxmk_1729{display:flex;gap:.35rem;flex-wrap:wrap}._delayedChip_hpxmk_1735,._criticalChip_hpxmk_1736,._stoerungChip_hpxmk_1737{display:inline-flex;align-items:center;gap:.2rem;padding:.15rem .4rem;border-radius:3px;font-size:.65rem;font-weight:600}._delayedChip_hpxmk_1735{background:#ff9800;color:#fff}._criticalChip_hpxmk_1736{background:#f44336;color:#fff}._stoerungChip_hpxmk_1737{background:#e53935;color:#fff}._nextAssignment_hpxmk_1763{background:var(--theme-color-2);border-radius:6px;padding:.75rem;border:1px solid var(--theme-color-soft-bdr)}._nextAssignmentHeader_hpxmk_1770{display:flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;color:var(--theme-color-weak-text);margin-bottom:.35rem}._nextAssignmentDetails_hpxmk_1780{display:flex;flex-direction:column;gap:.15rem;font-size:.8rem;color:var(--theme-color-std-text)}._freeStatus_hpxmk_1789{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_hpxmk_1802{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_hpxmk_1815{display:flex;flex-direction:column;gap:.35rem;padding-top:.5rem;border-top:1px solid var(--theme-color-soft-bdr)}._skillsLabel_hpxmk_1823{font-size:.7rem;color:var(--theme-color-weak-text);text-transform:uppercase;letter-spacing:.5px;font-weight:500}._skillsList_hpxmk_1831{display:flex;flex-wrap:wrap;gap:.35rem}._skillChip_hpxmk_1837{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_hpxmk_1848{display:inline-flex;align-items:center;padding:.2rem .4rem;font-size:.7rem;color:var(--theme-color-weak-text)}._todayStats_hpxmk_1857{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_hpxmk_1867{display:flex;gap:.5rem;margin-top:auto;padding-top:.75rem}._EmployeeHeaderInfo_hpxmk_1876{padding:.75rem 1rem;background:var(--theme-color-1);border-bottom:1px solid var(--theme-color-soft-bdr)}._EmployeeHeaderRow_hpxmk_1882{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._drawerContent_hpxmk_1889{display:flex;flex-direction:column;height:100%}._drawerHeader_hpxmk_1895{padding:1rem;border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._drawerTitleRow_hpxmk_1901{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}._employeeDrawerHeader_hpxmk_1908{display:flex;align-items:center;gap:1rem;flex:1}._drawerTitle_hpxmk_1901{font-size:1.25rem;font-weight:600;color:var(--theme-color-std-text);margin:0}._drawerSubtitle_hpxmk_1922{font-size:.875rem;color:var(--theme-color-weak-text)}._skillsDrawerSection_hpxmk_1927{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr)}._skillsListDrawer_hpxmk_1933{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}._skillItemDrawer_hpxmk_1940{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0}._skillName_hpxmk_1947{font-size:.875rem;color:var(--theme-color-std-text)}._skillLevel_hpxmk_1952{font-size:.75rem;font-weight:500}._tabContent_hpxmk_1958{flex:1;overflow-y:auto;padding:1rem;background:var(--theme-color-2)}._currentTab_hpxmk_1965,._historyTab_hpxmk_1966,._meldungenTab_hpxmk_1967,._currentAssignmentDetails_hpxmk_1974{display:flex;flex-direction:column;gap:1rem}._detailSection_hpxmk_1980{display:flex;flex-direction:column;gap:.5rem}._sectionTitle_hpxmk_1986{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_hpxmk_1997{background:var(--theme-color-1);border-radius:6px;padding:.75rem;border:1px solid var(--theme-color-soft-bdr)}._detailRow_hpxmk_2004{display:flex;justify-content:space-between;align-items:flex-start;padding:.4rem 0;gap:1rem}._detailLabel_hpxmk_2012{font-size:.8rem;color:var(--theme-color-weak-text);flex-shrink:0;white-space:nowrap}._detailValue_hpxmk_2019{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text);text-align:right;word-break:break-word}._statusIndicators_hpxmk_2027{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._drawerActions_hpxmk_2034{display:flex;gap:.5rem;margin-top:1rem}._emptyState_hpxmk_2041{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_hpxmk_2052{margin-top:1rem;padding:1rem;background:var(--theme-color-1);border-radius:6px;text-align:left}._todayStatsSummary_hpxmk_2061{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_hpxmk_2070{display:flex;flex-direction:column;align-items:center;gap:.25rem}._statValue_hpxmk_2077{font-size:1.5rem;font-weight:700;color:var(--theme-color-primary)}._statLabel_hpxmk_2083{font-size:.75rem;color:var(--theme-color-weak-text)}._executionHistoryList_hpxmk_2089{display:flex;flex-direction:column;gap:.75rem}._historyItem_hpxmk_2095{background:var(--theme-color-1);border-radius:6px;padding:.75rem;border:1px solid var(--theme-color-soft-bdr)}._historyItemActive_hpxmk_2102{border-left:3px solid var(--theme-color-primary)}._historyItemHeader_hpxmk_2106{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._historyItemTitle_hpxmk_2113{display:flex;align-items:center;gap:.35rem;font-weight:600;color:var(--theme-color-std-text)}._historyStatus_hpxmk_2121{font-size:.7rem;padding:.15rem .4rem;border-radius:3px;background:#4caf50;color:#fff}._historyStatus_hpxmk_2121._statusActive_hpxmk_2129{background:var(--theme-color-primary)}._historyItemDetails_hpxmk_2133{display:flex;flex-direction:column;gap:.15rem;font-size:.8rem;color:var(--theme-color-weak-text);margin-bottom:.5rem}._historyItemMeta_hpxmk_2142{display:flex;gap:1rem;font-size:.75rem;color:var(--theme-color-weak-text)}._historyItemMeta_hpxmk_2142 span{display:flex;align-items:center;gap:.25rem}._meldungList_hpxmk_2156{display:flex;flex-direction:column;gap:.75rem}._meldungItem_hpxmk_2162{background:var(--theme-color-1);border-radius:6px;padding:.75rem;border:1px solid var(--theme-color-soft-bdr)}._meldungHeader_hpxmk_2169{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._meldungTime_hpxmk_2176{font-size:.75rem;color:var(--theme-color-weak-text)}._meldungContent_hpxmk_2181{margin-bottom:.5rem}._meldungTitle_hpxmk_2185{font-weight:600;color:var(--theme-color-std-text);margin:0 0 .25rem}._meldungDescription_hpxmk_2191{font-size:.8rem;color:var(--theme-color-weak-text);margin:0}._meldungMeta_hpxmk_2197{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_hpxmk_2208{display:flex;gap:.25rem;background:var(--theme-color-2);padding:.25rem;border-radius:6px;border:1px solid var(--theme-color-soft-bdr)}._viewToggleButton_hpxmk_2217{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_hpxmk_2217:hover{background:var(--theme-color-1);color:var(--theme-color-std-text)}._viewToggleButton_hpxmk_2217._active_hpxmk_1403{background:var(--theme-color-primary);color:#fff}._statusFilterChips_hpxmk_2243{display:flex;gap:.35rem;flex-wrap:wrap}._statusFilterChip_hpxmk_2243{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_hpxmk_2243:hover{border-color:var(--theme-color-primary)}._statusFilterChip_hpxmk_2243._active_hpxmk_1403{background:var(--theme-color-primary);color:#fff;border-color:var(--theme-color-primary)}._statusFilterChip_hpxmk_2243 ._count_hpxmk_2274{background:#0003;padding:0 .35rem;border-radius:10px;font-size:.7rem}._unbesetztCounter_hpxmk_2282{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_hpxmk_2282:hover{background:#f57c00}._MeldungenDrawer_hpxmk_2300{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_hpxmk_2300._open_hpxmk_764{transform:translate(0);visibility:visible;pointer-events:auto}._MeldungenDrawerHeader_hpxmk_2327{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_hpxmk_2337{font-size:1.25rem;font-weight:600;color:var(--theme-color-std-text);margin:0}._MeldungenDrawerAction_hpxmk_2344{padding:1rem 1.25rem;border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1);display:flex;align-items:center;gap:.75rem}._NeueMeldungButton_hpxmk_2353{flex:1;width:auto}._MeldungenDrawerScopeToggle_hpxmk_2358{display:inline-flex;align-items:center;gap:.5rem;color:var(--theme-color-std-text);font-size:.875rem;white-space:nowrap}._MeldungenFilterSection_hpxmk_2368{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_hpxmk_2377{display:flex;gap:.5rem;background:var(--theme-color-1);border-radius:6px;padding:.25rem}._MeldungenStatusTab_hpxmk_2377{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_hpxmk_2377:hover{color:var(--theme-color-std-text)}._MeldungenStatusTab_hpxmk_2377._active_hpxmk_1403{background:var(--theme-color-primary);color:#fff}._MeldungenEskalationFilter_hpxmk_2407{display:flex;gap:.5rem;flex-wrap:wrap}._MeldungenList_hpxmk_2414{flex:1;overflow-y:auto;padding:1rem 1.25rem;background:var(--theme-color-2);display:flex;flex-direction:column;gap:1rem}._MeldungenEmptyState_hpxmk_2424{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1rem;color:var(--theme-color-weak-text)}._MeldungCard_hpxmk_2435{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_hpxmk_2435:hover{box-shadow:0 2px 8px #0000001a}._MeldungCard_hpxmk_2435._unacknowledged_hpxmk_2451{background:var(--theme-color-component-1);border-width:2px;position:relative}._MeldungCardUnackBadge_hpxmk_2457{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_hpxmk_2472{font-size:.65rem;font-weight:600;padding:.2rem .5rem;border-radius:3px;text-transform:uppercase}._MeldungCardStatusBadge_hpxmk_2472._statusOpen_hpxmk_2480{background:var(--theme-color-primary);color:#fff}._MeldungCardStatusBadge_hpxmk_2472._statusInProgress_hpxmk_2485{background:#ff9800;color:#fff}._MeldungCardStatusBadge_hpxmk_2472._statusClosed_hpxmk_2490{background:#4caf50;color:#fff}._MeldungCardQuickActions_hpxmk_2496{display:flex;gap:.5rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr)}._MeldungCard_hpxmk_2435._kritisch_hpxmk_2504{border-left:4px solid #e53935}._MeldungCard_hpxmk_2435._warnung_hpxmk_2508{border-left:4px solid #ff9800}._MeldungCard_hpxmk_2435._hinweis_hpxmk_2512{border-left:4px solid #2196f3}._MeldungCardHeader_hpxmk_2516{display:flex;justify-content:space-between;align-items:flex-start}._MeldungCardEskalation_hpxmk_2522{display:flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:700;text-transform:uppercase}._MeldungCard_hpxmk_2435._kritisch_hpxmk_2504 ._MeldungCardEskalation_hpxmk_2522{color:#e53935}._MeldungCard_hpxmk_2435._warnung_hpxmk_2508 ._MeldungCardEskalation_hpxmk_2522{color:#ff9800}._MeldungCard_hpxmk_2435._hinweis_hpxmk_2512 ._MeldungCardEskalation_hpxmk_2522{color:#2196f3}._MeldungCardEskalationLabel_hpxmk_2543{letter-spacing:.5px}._MeldungCardType_hpxmk_2547{font-weight:400;color:var(--theme-color-weak-text);text-transform:none}._MeldungCardTitle_hpxmk_2553{font-size:.95rem;font-weight:600;color:var(--theme-color-std-text);margin:.25rem 0}._MeldungCardMeta_hpxmk_2560{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--theme-color-weak-text);flex-wrap:wrap}._MeldungCardNummer_hpxmk_2569{font-weight:600;color:var(--theme-color-std-text)}._MeldungCardSeparator_hpxmk_2574{color:var(--theme-color-soft-bdr)}._MeldungCardContextItem_hpxmk_2578{display:inline-flex;align-items:center;gap:.5rem;min-width:0}._MeldungCardContextItem_hpxmk_2578 span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:18rem}._StillstandDauer_hpxmk_2592{color:var(--theme-color-alarm);font-weight:600;display:inline-flex;align-items:center;gap:.25rem}._MeldungDetailStillstand_hpxmk_2601{background:var(--theme-color-2);border-radius:8px;padding:1rem;margin-bottom:1rem}._StillstandDauerDisplay_hpxmk_2608{display:flex;align-items:center;justify-content:space-between;gap:1rem}._StillstandDauerValue_hpxmk_2615{font-size:1.25rem;font-weight:600;color:var(--theme-color-std-text)}._StillstandLaeuft_hpxmk_2621{font-size:.875rem;font-weight:400;color:var(--theme-color-alarm)}._StillstandDauerEdit_hpxmk_2627{display:flex;flex-direction:column;gap:1rem}._StillstandDauerInputs_hpxmk_2633{display:flex;gap:1rem;align-items:center}._StillstandDauerInputGroup_hpxmk_2639{display:flex;align-items:center;gap:.5rem}._StillstandDauerInputGroup_hpxmk_2639 span{font-size:.875rem;color:var(--theme-color-weak-text)}._StillstandDauerInput_hpxmk_2633{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_hpxmk_2633:focus{outline:none;border-color:var(--theme-color-primary)}._StillstandDauerActions_hpxmk_2667{display:flex;gap:.5rem;justify-content:flex-end}._MeldungCardActions_hpxmk_2673{display:flex;gap:.5rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr)}._MeldungenShowMore_hpxmk_2681{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_hpxmk_2681:hover{background:var(--theme-color-2);border-color:var(--theme-color-primary)}._ModalOverlay_hpxmk_2702{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_hpxmk_2716{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_hpxmk_1 .2s ease}@keyframes _modalSlideIn_hpxmk_1{0%{opacity:0;transform:translateY(-20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._ModalHeader_hpxmk_2739{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--theme-color-soft-bdr)}._ModalTitle_hpxmk_2747{font-size:1.125rem;font-weight:600;color:var(--theme-color-std-text);margin:0}._ModalBody_hpxmk_2754{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._infoBox_hpxmk_2763{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_hpxmk_2763 p{margin:0}._emptyStateSimple_hpxmk_2779{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_hpxmk_2790{display:flex;flex-direction:column;gap:.5rem}._ModalLabel_hpxmk_2796{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text)}._Required_hpxmk_2802{color:#e53935}._ModalDivider_hpxmk_2806{height:1px;background:var(--theme-color-soft-bdr);margin:.5rem 0}._ModalContextBox_hpxmk_2812{display:flex;flex-direction:column;gap:.2rem;padding:.75rem;background:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr);border-radius:6px}._ModalContextBox_hpxmk_2812 strong{color:var(--theme-color-std-text);font-size:.95rem}._ModalContextBox_hpxmk_2812 span{color:var(--theme-color-weak-text);font-size:.82rem}._ModalContextLabel_hpxmk_2832{text-transform:uppercase;letter-spacing:0;font-size:.72rem!important;font-weight:700}._EskalationOptions_hpxmk_2840{display:flex;flex-direction:column;gap:.5rem}._EskalationOption_hpxmk_2840{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_hpxmk_2840 input[type=radio]{display:none}._EskalationOption_hpxmk_2840:hover{background:var(--theme-color-component-1)}._EskalationOption_hpxmk_2840._selected_hpxmk_259{border-color:var(--theme-color-primary);background:var(--theme-color-component-1)}._EskalationOption_hpxmk_2840._kritisch_hpxmk_2504:hover,._EskalationOption_hpxmk_2840._kritisch_hpxmk_2504._selected_hpxmk_259{border-color:#e53935}._EskalationOption_hpxmk_2840._warnung_hpxmk_2508:hover,._EskalationOption_hpxmk_2840._warnung_hpxmk_2508._selected_hpxmk_259{border-color:#ff9800}._EskalationOption_hpxmk_2840._hinweis_hpxmk_2512:hover,._EskalationOption_hpxmk_2840._hinweis_hpxmk_2512._selected_hpxmk_259{border-color:#2196f3}._EskalationOption_hpxmk_2840._kritisch_hpxmk_2504 ix-icon{color:#e53935}._EskalationOption_hpxmk_2840._warnung_hpxmk_2508 ix-icon{color:#ff9800}._EskalationOption_hpxmk_2840._hinweis_hpxmk_2512 ix-icon{color:#2196f3}._EskalationLabel_hpxmk_2898{font-weight:600;color:var(--theme-color-std-text)}._EskalationHint_hpxmk_2903{font-size:.8rem;color:var(--theme-color-weak-text);margin-left:auto}._ZuordnungTabs_hpxmk_2910{display:flex;gap:.5rem;background:var(--theme-color-2);border-radius:6px;padding:.25rem}._ZuordnungTab_hpxmk_2910{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_hpxmk_2910:hover{color:var(--theme-color-std-text)}._ZuordnungTab_hpxmk_2910._active_hpxmk_1403{background:var(--theme-color-primary);color:#fff}._ZuordnungSelect_hpxmk_2940{margin-top:.75rem}._ZuordnungLabel_hpxmk_2944{display:block;font-size:.85rem;color:var(--theme-color-weak-text);margin-bottom:.25rem}._ModalHint_hpxmk_2951{font-size:.8rem;color:var(--theme-color-weak-text);margin-top:.25rem;margin-bottom:.5rem}._ModalInput_hpxmk_2959{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_hpxmk_2959:focus{border-color:var(--theme-color-primary)}._ModalInput_hpxmk_2959::placeholder{color:var(--theme-color-weak-text)}._ModalInput_hpxmk_2959._hasError_hpxmk_2979{border-color:#e53935}._ModalTextarea_hpxmk_2983{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_hpxmk_2983:focus{border-color:var(--theme-color-primary)}._ModalTextarea_hpxmk_2983::placeholder{color:var(--theme-color-weak-text)}._ModalTextarea_hpxmk_2983._hasError_hpxmk_2979{border-color:#e53935}._ModalIxInput_hpxmk_3010,._ModalIxTextarea_hpxmk_3011{display:block;width:100%}._ModalIxInput_hpxmk_3010._hasError_hpxmk_2979,._ModalIxTextarea_hpxmk_3011._hasError_hpxmk_2979{border-color:#e53935}._ErrorText_hpxmk_3021{color:#e53935;font-size:.75rem}._ModalFooter_hpxmk_3026{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)}._FileDropZone_hpxmk_3038{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;padding:1.25rem;border:2px dashed var(--theme-color-soft-bdr);border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s;background:var(--theme-color-2);text-align:center;color:var(--theme-color-weak-text)}._FileDropZone_hpxmk_3038:hover{border-color:var(--theme-color-primary);background:var(--theme-color-1)}._FileDropZoneActive_hpxmk_3059{border-color:var(--theme-color-primary);background:color-mix(in srgb,var(--theme-color-primary) 8%,transparent)}._FileDropZoneText_hpxmk_3064{font-size:.875rem;color:var(--theme-color-std-text)}._FileDropZoneHint_hpxmk_3069{font-size:.75rem;color:var(--theme-color-weak-text)}._FileList_hpxmk_3075{margin-top:.75rem;display:flex;flex-direction:column;gap:.4rem}._FileListItem_hpxmk_3082{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr);border-radius:6px;font-size:.85rem}._FileListName_hpxmk_3093{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-std-text)}._FileListSize_hpxmk_3101{font-size:.75rem;color:var(--theme-color-weak-text);white-space:nowrap}._FileListRemove_hpxmk_3107{background:none;border:none;cursor:pointer;color:var(--theme-color-weak-text);padding:2px 4px;border-radius:4px;display:flex;align-items:center;transition:color .15s}._FileListRemove_hpxmk_3107:hover{color:#e53935}._MeldungDetailAnhaengeHeader_hpxmk_3124{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}._MeldungDetailAnhaengeHeader_hpxmk_3124 ._MeldungDetailSectionTitle_hpxmk_3131{flex:1;display:flex;align-items:center;gap:.35rem;margin-bottom:0}._MeldungAnhaengeUploadButton_hpxmk_3139{display:flex;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.78rem;border-radius:6px;border:1px solid var(--theme-color-primary);color:var(--theme-color-primary);background:transparent;cursor:pointer;transition:background .15s}._MeldungAnhaengeUploadButton_hpxmk_3139:hover:not(:disabled){background:color-mix(in srgb,var(--theme-color-primary) 10%,transparent)}._MeldungAnhaengeUploadButton_hpxmk_3139:disabled{opacity:.6;cursor:not-allowed}._MeldungAnhaengeListe_hpxmk_3163{display:flex;flex-direction:column;gap:.4rem}._MeldungAnhangItem_hpxmk_3169{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr);border-radius:6px;font-size:.85rem}._MeldungAnhangName_hpxmk_3180{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-std-text)}._MeldungAnhangSize_hpxmk_3188{font-size:.75rem;color:var(--theme-color-weak-text);white-space:nowrap}._MeldungAnhangAction_hpxmk_3194{background:none;border:none;cursor:pointer;color:var(--theme-color-weak-text);padding:2px 4px;border-radius:4px;display:flex;align-items:center;transition:color .15s}._MeldungAnhangAction_hpxmk_3194:hover{color:var(--theme-color-primary)}._MeldungAnhangDelete_hpxmk_3210:hover{color:#e53935!important}._TimePresetButtons_hpxmk_3215{display:flex;flex-wrap:wrap;gap:.5rem}._TimePresetButton_hpxmk_3215{padding:.5rem .875rem;border:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-2);color:var(--theme-color-std-text);font-size:.8rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .15s}._TimePresetButton_hpxmk_3215:hover{background:var(--theme-color-component-1);border-color:var(--theme-color-primary)}._TimePresetButton_hpxmk_3215._active_hpxmk_1403{background:var(--theme-color-primary);border-color:var(--theme-color-primary);color:#fff}._CustomTimeInputs_hpxmk_3245{display:flex;gap:1rem;margin-top:.75rem}._TimeInputGroup_hpxmk_3251{display:flex;flex-direction:column;gap:.25rem;flex:1}._TimeInputGroup_hpxmk_3251 label{font-size:.75rem;color:var(--theme-color-weak-text);font-weight:500}._TimeInput_hpxmk_3251{padding:.5rem .75rem;background:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr);border-radius:6px;color:var(--theme-color-std-text);font-size:.875rem;outline:none;transition:border-color .2s}._TimeInput_hpxmk_3251:focus{border-color:var(--theme-color-primary)}._TimeSummary_hpxmk_3280{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.625rem .875rem;background:var(--theme-color-2);border-radius:6px;border-left:3px solid var(--theme-color-primary)}._TimeSummaryLabel_hpxmk_3291{font-size:.8rem;color:var(--theme-color-weak-text)}._TimeSummaryValue_hpxmk_3296{font-size:.875rem;font-weight:600;color:var(--theme-color-std-text)}._TimeSummaryDuration_hpxmk_3302{font-weight:400;color:var(--theme-color-weak-text)}._historyTimeMachine_hpxmk_3308{display:flex;flex-direction:column;gap:.25rem}._historyTimeRange_hpxmk_3314{display:flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--theme-color-std-text)}._historyMachineName_hpxmk_3323{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--theme-color-weak-text);margin-left:.1rem}._historyOrderId_hpxmk_3332{font-weight:500;color:var(--theme-color-std-text);font-size:.8rem}._historyOperationName_hpxmk_3338{font-size:.75rem;color:var(--theme-color-weak-text)}._MeldungDetailView_hpxmk_3344{display:flex;flex-direction:column;height:100%}._MeldungDetailHeader_hpxmk_3350{padding:1rem 1.25rem;border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._MeldungDetailBackButton_hpxmk_3356{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_hpxmk_3356:hover{text-decoration:underline}._MeldungDetailContent_hpxmk_3373{flex:1;overflow-y:auto;padding:1.25rem;background:var(--theme-color-2);display:flex;flex-direction:column;gap:1.25rem}._MeldungDetailTopSection_hpxmk_3384{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungDetailTopSection_hpxmk_3384._kritisch_hpxmk_2504{border-left:4px solid #e53935}._MeldungDetailTopSection_hpxmk_3384._warnung_hpxmk_2508{border-left:4px solid #ff9800}._MeldungDetailTopSection_hpxmk_3384._hinweis_hpxmk_2512{border-left:4px solid #2196f3}._MeldungDetailTitle_hpxmk_3403{font-size:1.1rem;font-weight:700;color:var(--theme-color-std-text);margin:0 0 .75rem}._MeldungDetailBadges_hpxmk_3410{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}._MeldungDetailEskalation_hpxmk_3417{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:700;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase}._MeldungDetailEskalation_hpxmk_3417._kritisch_hpxmk_2504{background:#e5393526;color:#e53935}._MeldungDetailEskalation_hpxmk_3417._warnung_hpxmk_2508{background:#ff980026;color:#ff9800}._MeldungDetailEskalation_hpxmk_3417._hinweis_hpxmk_2512{background:#2196f326;color:#2196f3}._MeldungDetailType_hpxmk_3443{font-size:.75rem;font-weight:500;padding:.25rem .5rem;background:var(--theme-color-2);border-radius:4px;color:var(--theme-color-std-text)}._MeldungDetailStatus_hpxmk_3452{font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase}._MeldungDetailStatus_hpxmk_3452._statusOpen_hpxmk_2480{background:var(--theme-color-primary);color:#fff}._MeldungDetailStatus_hpxmk_3452._statusInProgress_hpxmk_2485{background:#ff9800;color:#fff}._MeldungDetailStatus_hpxmk_3452._statusClosed_hpxmk_2490{background:#4caf50;color:#fff}._MeldungDetailMeta_hpxmk_3475{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--theme-color-weak-text);flex-wrap:wrap}._MeldungDetailZuordnung_hpxmk_3485{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungDetailSectionTitle_hpxmk_3131{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_hpxmk_3504{display:flex;flex-direction:column;gap:.75rem}._MeldungDetailZuordnungItem_hpxmk_3504{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--theme-color-2);border-radius:6px}._MeldungDetailZuordnungIcon_hpxmk_3519{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_hpxmk_3530{flex:1;min-width:0}._MeldungDetailZuordnungLabel_hpxmk_3535{display:block;font-size:.7rem;color:var(--theme-color-weak-text);text-transform:uppercase;letter-spacing:.3px}._MeldungDetailZuordnungName_hpxmk_3543{display:block;font-size:.9rem;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._MeldungDetailBeschreibung_hpxmk_3554{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungDetailBeschreibungText_hpxmk_3561{font-size:.9rem;line-height:1.5;color:var(--theme-color-std-text);margin:0;white-space:pre-wrap}._MeldungDetailHistorie_hpxmk_3570{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungDetailHistorieList_hpxmk_3577{display:flex;flex-direction:column;gap:0;margin-left:.5rem;border-left:2px solid var(--theme-color-soft-bdr);padding-left:1rem}._MeldungDetailHistorieItem_hpxmk_3586{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 0;position:relative}._MeldungDetailHistorieDot_hpxmk_3594{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_hpxmk_3605{display:flex;flex-direction:column}._MeldungDetailHistorieLabel_hpxmk_3610{font-size:.85rem;font-weight:600;color:var(--theme-color-std-text)}._MeldungDetailHistorieTime_hpxmk_3616{font-size:.75rem;color:var(--theme-color-weak-text)}._MeldungDetailKommentare_hpxmk_3622{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungKommentareListe_hpxmk_3629{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}._MeldungKommentarItem_hpxmk_3636{background:var(--theme-color-2);border-radius:6px;padding:.75rem}._MeldungKommentarHeader_hpxmk_3642{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._MeldungKommentarAuthor_hpxmk_3649{font-weight:500;font-size:.85rem;color:var(--theme-color-std-text)}._MeldungKommentarTime_hpxmk_3655{font-size:.75rem;color:var(--theme-color-weak-text)}._MeldungKommentarText_hpxmk_3660{font-size:.9rem;color:var(--theme-color-std-text);margin:0;white-space:pre-wrap;line-height:1.4}._MeldungKommentareEmpty_hpxmk_3668{font-size:.85rem;color:var(--theme-color-weak-text);text-align:center;padding:1rem 0;margin:0}._MeldungDetailKommentarNeu_hpxmk_3676{display:flex;flex-direction:column;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr)}._MeldungDetailKommentar_hpxmk_3622{background:var(--theme-color-1);border-radius:8px;padding:1rem;border:1px solid var(--theme-color-soft-bdr)}._MeldungDetailKommentarInput_hpxmk_3691{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_hpxmk_3691:focus{border-color:var(--theme-color-primary)}._MeldungDetailKommentarInput_hpxmk_3691::placeholder{color:var(--theme-color-weak-text)}._MeldungDetailActions_hpxmk_3715{display:flex;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._MeldungDetailActionsFull_hpxmk_3723{flex:1}._MeldungDetailClosedHint_hpxmk_3727{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1;color:#4caf50;font-weight:500;font-size:.9rem}._StatusDropdown_hpxmk_3739{position:relative;display:inline-flex}._StatusDropdownTrigger_hpxmk_3744{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_hpxmk_3744:hover{filter:brightness(1.1)}._StatusDropdownTrigger_hpxmk_3744._statusOpen_hpxmk_2480{background:var(--theme-color-primary);color:#fff}._StatusDropdownTrigger_hpxmk_3744._statusInProgress_hpxmk_2485{background:#ff9800;color:#fff}._StatusDropdownTrigger_hpxmk_3744._statusClosed_hpxmk_2490{background:#4caf50;color:#fff}._StatusDropdownBackdrop_hpxmk_3777{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100001}._StatusDropdownMenu_hpxmk_3786{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_hpxmk_3800{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_hpxmk_3800:hover{background:var(--theme-color-2)}._StatusDropdownItem_hpxmk_3800._active_hpxmk_1403{background:var(--theme-color-primary--opacity-10);color:var(--theme-color-primary);font-weight:600}._StatusDropdownDot_hpxmk_3825{width:10px;height:10px;border-radius:50%}._StatusDropdownDot_hpxmk_3825._statusOpen_hpxmk_2480{background:var(--theme-color-primary)}._StatusDropdownDot_hpxmk_3825._statusInProgress_hpxmk_2485{background:#ff9800}._StatusDropdownDot_hpxmk_3825._statusClosed_hpxmk_2490{background:#4caf50}._FilterChipWrapper_hpxmk_3844{display:inline-flex;align-items:center}._FilterChipLabel_hpxmk_3849{margin-left:.25rem;display:inline}._FilterChipTooltip_hpxmk_3854{display:none}@media(min-width:1300px)and (max-width:1599px){._FilterChipLabel_hpxmk_3849{display:none}._FilterChipTooltip_hpxmk_3854{display:block}}@media(max-width:899px){._FilterChipLabel_hpxmk_3849{display:none}._FilterChipTooltip_hpxmk_3854{display:block}}._QueuedBanner_hpxmk_3872{padding:.5rem;margin-bottom:1rem;background-color:var(--theme-color-primary--10);border-radius:4px;font-size:.875rem;color:var(--theme-color-primary)}._DrawerSubtitle_hpxmk_3881{font-size:.8rem;color:var(--theme-color-weak-text);margin-left:.5rem}._QueueItemBlockedIcon_hpxmk_3887{margin-left:.5rem;color:var(--theme-color-warning)}._QueueItemBlockedText_hpxmk_3892{color:var(--theme-color-warning)}._QueueItemMeta_hpxmk_3896{font-size:.75rem;color:var(--theme-color-weak-text);margin-top:.25rem;display:flex;gap:1rem}._QueueItemDetailsGrid_hpxmk_3904{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem;font-size:.875rem}._QueueItemDetailLabel_hpxmk_3911{font-weight:500;color:var(--theme-color-weak-text)}._ModalAutoTitle_hpxmk_3916{padding:.75rem;background:var(--theme-color-2);border-radius:4px;border:1px solid var(--theme-color-soft-bdr);color:var(--theme-color-std-text);font-family:monospace;font-size:.9rem}._HiddenFileInput_hpxmk_3927{display:none}._OperationDetailsColumn_hpxmk_3932{flex-direction:column;align-items:flex-start}._NextOpInfo_hpxmk_3937{flex:1;min-width:0;overflow:hidden}._NextOpDot_hpxmk_3943{margin:0 4px}._NextOpArticle_hpxmk_3947{display:block;font-size:.7rem;color:var(--theme-color-weak-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ModalOverlayOpen_hpxmk_3957{display:flex}._ModalOverlayClosed_hpxmk_3961{display:none}._FormLabelIcon_hpxmk_3965{margin-right:.5rem;vertical-align:middle}._ModalFormGroupSpacedTop_hpxmk_3971{margin-top:.5rem}._EmployeeAvatarThemed_hpxmk_3976{background-color:var(--employee-team-color, #607d8b)}._EmployeeTeamBadgeThemed_hpxmk_3980{background-color:var(--employee-team-soft-color, rgba(96, 125, 139, .12));color:var(--employee-team-color, #607d8b)}._EmployeeMeldungenPill_hpxmk_3985{margin-left:8px}._JumpToMachineButton_hpxmk_3989{margin-top:12px}._SkillLevelBasic_hpxmk_3993{color:#607d8b}._SkillLevelAdvanced_hpxmk_3997{color:#2196f3}._SkillLevelExpert_hpxmk_4001{color:#4caf50}._TeamworkPage_hpxmk_4006{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden}._TeamworkToolbar_hpxmk_4014{flex-shrink:0;display:flex;flex-direction:column;gap:.5rem;padding:.5rem 1rem}._TeamworkToolbarMain_hpxmk_4022{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}._TeamworkToolbarControls_hpxmk_4030{display:flex;align-items:center;gap:.5rem;flex:1;flex-wrap:wrap;min-width:min(100%,540px)}._TeamworkToolbarActions_hpxmk_4039{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}._TeamworkViewToggle_hpxmk_4047{display:inline-flex;justify-content:flex-start;gap:.25rem;white-space:nowrap}._TeamworkViewToggle_hpxmk_4047 ix-button,._TeamworkToolbarActions_hpxmk_4039 ix-button,._TeamworkCompactFilters_hpxmk_4056 ix-button{height:32px}._TeamworkSearchInput_hpxmk_4060{flex:0 1 320px;width:320px;min-width:220px;max-width:min(320px,100%);height:32px}._TeamworkFilterBar_hpxmk_4068{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}._TeamworkFilterBar_hpxmk_4068 ix-select{min-width:0;height:32px}._TeamworkPeriodSelect_hpxmk_4081{width:128px}._TeamworkAreaSelect_hpxmk_4085{width:150px}._TeamworkResourceSelect_hpxmk_4089,._TeamworkProjectSelect_hpxmk_4090{width:175px}._TeamworkCompactFilters_hpxmk_4056{display:none;position:relative}._TeamworkFilterDropdown_hpxmk_4099{overflow:visible!important;max-height:none!important}._TeamworkFilterMenu_hpxmk_4104{width:min(620px,calc(100vw - 32px));padding:.875rem;background:var(--theme-color-1);overflow:visible}._TeamworkFilterMenuGrid_hpxmk_4111{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:.625rem}._TeamworkFilterMenuGrid_hpxmk_4111 ix-select{display:block;width:100%;min-width:0}._TeamworkCompletionInline_hpxmk_4123{display:inline-flex}._TeamworkCompletionMenu_hpxmk_4127{margin-top:.65rem}._TeamworkCompletionToggle_hpxmk_4131,._TeamworkPlanningToggle_hpxmk_4132{display:inline-flex;align-items:center;min-height:32px;align-self:center;white-space:nowrap}._TeamworkPlanningToggle_hpxmk_4132{gap:.4rem;color:var(--theme-color-std-text);font-size:.82rem}._TeamworkStatusChips_hpxmk_4146{display:flex;flex:0 1 auto;min-width:0;align-items:center;gap:.5rem;flex-wrap:wrap}._TeamworkContent_hpxmk_4155{position:relative;flex:1;overflow:auto;overflow-x:auto;overflow-y:auto;min-height:0;min-width:0}._TeamworkBoard_hpxmk_4165{display:grid;grid-template-columns:repeat(4,minmax(360px,1fr));gap:0;width:max(100%,1440px);min-width:1440px;min-height:100%;align-items:stretch;background:var(--theme-nav--background, var(--theme-color-2));border-top:1px solid var(--theme-color-soft-bdr)}._TeamworkBoardColumn_hpxmk_4177{display:flex;min-width:0;min-height:100%;flex-direction:column;--teamwork-board-column-accent: var(--theme-color-primary);border-right:1px solid var(--theme-color-soft-bdr)}._TeamworkBoardColumn_ready_hpxmk_4186{--teamwork-board-column-accent: #2196f3}._TeamworkBoardColumn_active_hpxmk_4190{--teamwork-board-column-accent: #4caf50}._TeamworkBoardColumn_blocked_hpxmk_4194{--teamwork-board-column-accent: #ff9800}._TeamworkBoardColumn_doneToday_hpxmk_4198{--teamwork-board-column-accent: #4caf50}._TeamworkBoardColumn_hpxmk_4177:last-child{border-right:0}._TeamworkBoardColumn_hpxmk_4177>header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:2.65rem;padding:.55rem .75rem;border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-nav--background, var(--theme-color-2));color:var(--theme-color-std-text);font-weight:700}._TeamworkBoardColumnTitle_hpxmk_4219{display:inline-flex;min-width:0;align-items:center;gap:.45rem}._TeamworkBoardColumnTitle_hpxmk_4219 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._TeamworkBoardColumnIcon_hpxmk_4232{flex:0 0 auto;color:var(--teamwork-board-column-accent)}._TeamworkBoardColumn_hpxmk_4177>header strong{display:inline-flex;min-width:1.65rem;height:1.65rem;align-items:center;justify-content:center;border-radius:999px;background:var(--theme-color-component-3);color:var(--theme-color-weak-text);font-size:.78rem}._TeamworkBoardColumnCards_hpxmk_4249{display:flex;flex:1;flex-direction:column;gap:.75rem;padding:.75rem}._TeamworkBoardEmpty_hpxmk_4257{border:1px dashed color-mix(in srgb,var(--theme-color-soft-bdr) 72%,transparent);border-radius:6px;padding:.75rem;background:color-mix(in srgb,var(--theme-color-component-1) 42%,transparent);color:var(--theme-color-weak-text);font-size:.82rem}._TeamworkBoard_hpxmk_4165 ._TeamworkCard_hpxmk_4266{min-height:0;background:var(--theme-color-1)}._TeamworkBoard_hpxmk_4165 ._CardContent_hpxmk_244{overflow:visible;padding:.85rem;gap:.65rem}._TeamworkBoard_hpxmk_4165 ._CardFooter_hpxmk_239{min-height:0;padding:.65rem .85rem;background:var(--theme-color-1)}._TeamworkBoard_hpxmk_4165 ._ActionButton_hpxmk_611{min-height:38px}._TeamworkBoard_hpxmk_4165 ._TeamworkResourceFocus_hpxmk_4287{grid-template-columns:2rem minmax(0,1fr);gap:.55rem;padding:.55rem .6rem}._TeamworkBoard_hpxmk_4165 ._TeamworkResourceFocusIcon_hpxmk_4293{width:2rem;height:2rem}._TeamworkBoard_hpxmk_4165 ._TeamworkResourceFocusText_hpxmk_4298 strong{font-size:.98rem}._TeamworkBoard_hpxmk_4165 ._TeamworkMetaGrid_hpxmk_4302{gap:.35rem .55rem;font-size:.78rem}._TeamworkBoard_hpxmk_4165 ._TeamworkSecondary_hpxmk_4307{padding:.4rem .55rem}._TeamworkBoard_hpxmk_4165 ._TeamworkBlockInfo_hpxmk_4311{padding:.55rem}._TeamworkCard_hpxmk_4266{background:var(--theme-nav--background, var(--theme-color-2));border:1px solid var(--theme-color-soft-bdr);border-radius:8px;display:flex;flex-direction:column;min-height:360px;cursor:pointer;overflow:hidden;transition:border-color .2s,box-shadow .2s,background .2s}._TeamworkCard_hpxmk_4266:hover{border-color:var(--theme-color-primary);box-shadow:0 4px 12px #00000029}._TeamworkCard_hpxmk_4266 ._CardFooter_hpxmk_239{background:var(--theme-nav--background, var(--theme-color-2))}._TeamworkStatus_ready_hpxmk_4336{border-left:5px solid #2196f3}._TeamworkStatus_unreleased_hpxmk_4340{border-left:5px solid #607d8b}._TeamworkStatus_running_hpxmk_4344{border-left:5px solid #4caf50}._TeamworkStatus_paused_hpxmk_4348{border-left:5px solid #ff6b00}._TeamworkStatus_blocked_hpxmk_4352,._TeamworkStatus_overdue_hpxmk_4353{border-left:5px solid #ff9800}._TeamworkStatus_completed_hpxmk_4357{border-left:5px solid #607d8b}._TeamworkTitleRow_hpxmk_4361{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.35rem}._TeamworkCardStatus_hpxmk_4369{display:flex;align-items:flex-end;flex:0 0 auto;flex-direction:column;gap:.35rem;max-width:45%;text-align:right}._TeamworkProjectTooltipAnchor_hpxmk_4379{position:relative;display:block;max-width:100%;min-width:0}._TeamworkProjectLine_hpxmk_4386{display:-webkit-box;width:100%;padding:0;border:0;margin:0;background:transparent;overflow:hidden;color:var(--theme-color-std-text);cursor:pointer;font-size:.78rem;font-weight:500;font-family:inherit;line-height:1.35;text-align:left;-webkit-box-orient:vertical;-webkit-line-clamp:2}._TeamworkProjectTooltip_hpxmk_4379{position:absolute;z-index:20;top:calc(100% + .35rem);left:0;width:min(420px,calc(100vw - 3rem));padding:.55rem .65rem;border:1px solid var(--theme-color-soft-bdr);border-radius:6px;background:var(--theme-color-1);color:var(--theme-color-std-text);box-shadow:0 10px 30px #00000052;font-size:.78rem;line-height:1.35}._TeamworkResourceFocus_hpxmk_4287{display:grid;grid-template-columns:2.35rem minmax(0,1fr);align-items:center;gap:.7rem;padding:.7rem .75rem;border:1px solid color-mix(in srgb,var(--theme-color-primary) 32%,var(--theme-color-soft-bdr));border-radius:6px;background:color-mix(in srgb,var(--theme-color-primary) 10%,transparent)}._TeamworkResourceFocusIcon_hpxmk_4293{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border-radius:6px;background:color-mix(in srgb,var(--theme-color-primary) 18%,transparent);color:var(--theme-color-primary)}._TeamworkResourceFocusText_hpxmk_4298{display:flex;min-width:0;flex-direction:column;gap:.15rem}._TeamworkResourceFocusText_hpxmk_4298 span{color:var(--theme-color-primary);font-size:.68rem;font-weight:700;line-height:1;text-transform:uppercase}._TeamworkResourceFocusText_hpxmk_4298 strong{display:-webkit-box;overflow:hidden;color:var(--theme-color-std-text);font-size:1.08rem;font-weight:700;line-height:1.2;-webkit-box-orient:vertical;-webkit-line-clamp:2}._TeamworkResourceFocusText_hpxmk_4298 small{overflow:hidden;color:var(--theme-color-weak-text);font-size:.78rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}._TeamworkStatusBadge_hpxmk_4479,._TeamworkStaleBadge_hpxmk_4480{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .45rem;border-radius:4px;font-size:.68rem;font-weight:700;text-transform:uppercase}._TeamworkBadge_ready_hpxmk_4491{background:#2196f3;color:#fff}._TeamworkBadge_unreleased_hpxmk_4496{background:#607d8b;color:#fff}._TeamworkBadge_running_hpxmk_4501{background:#4caf50;color:#fff}._TeamworkBadge_paused_hpxmk_4506{background:#ff6b00;color:#fff}._TeamworkBadge_blocked_hpxmk_4511,._TeamworkBadge_overdue_hpxmk_4512{background:#ff9800;color:#111}._TeamworkBadge_completed_hpxmk_4517{background:#607d8b;color:#fff}._TeamworkStaleBadge_hpxmk_4480{background:#ff980024;color:#ffb84d;border:1px solid rgba(255,152,0,.35)}._TeamworkMetaGrid_hpxmk_4302{display:grid;grid-template-columns:minmax(90px,auto) minmax(0,1fr);gap:.45rem .75rem;font-size:.82rem;align-items:baseline}._TeamworkMetaGrid_hpxmk_4302 span{color:var(--theme-color-weak-text)}._TeamworkMetaGrid_hpxmk_4302 strong{color:var(--theme-color-std-text);min-width:0;overflow:hidden;text-overflow:ellipsis}._TeamworkSecondary_hpxmk_4307,._TeamworkBlockInfo_hpxmk_4311{border:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-2);border-radius:6px;padding:.65rem;display:flex;gap:.5rem;flex-direction:column;font-size:.8rem}._TeamworkSecondary_hpxmk_4307{border:0;gap:.35rem;padding:.45rem .55rem}._TeamworkSecondaryToggle_hpxmk_4565{display:flex;width:100%;min-height:1.45rem;align-items:center;justify-content:space-between;gap:.5rem;border:0;background:transparent;color:var(--theme-color-std-text);cursor:pointer;font:inherit;font-weight:700;padding:0;text-align:left}._TeamworkSecondaryToggle_hpxmk_4565 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._TeamworkSecondaryChevron_hpxmk_4589{flex:0 0 auto;color:currentColor;transition:transform .16s ease}._TeamworkSecondaryChevronOpen_hpxmk_4595{transform:rotate(180deg)}._TeamworkSecondaryList_hpxmk_4599{display:flex;flex-direction:column;gap:.45rem;padding-top:.45rem;border-top:1px solid var(--theme-color-soft-bdr)}._TeamworkSecondaryItem_hpxmk_4607{display:flex;min-width:0;flex-direction:column;gap:.12rem}._TeamworkSecondaryItem_hpxmk_4607 strong{color:var(--theme-color-std-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._TeamworkSecondaryItem_hpxmk_4607 span{color:var(--theme-color-weak-text);line-height:1.3}._TeamworkBlockInfo_hpxmk_4311{flex-direction:row;align-items:center;color:#ffb84d}._TeamworkTableWrap_hpxmk_4632{padding:1rem;overflow:auto}._TeamworkTable_hpxmk_4632{width:100%;min-width:1120px;margin-bottom:0}._TeamworkTable_hpxmk_4632 tbody tr{cursor:pointer}._TeamworkTable_hpxmk_4632 tbody tr:hover>*,._TeamworkTable_hpxmk_4632 tbody tr:focus-visible>*{--ix-table-background: var(--theme-table-data-row--background--hover)}._TeamworkTable_hpxmk_4632 tbody tr:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:-2px}._TeamworkTable_hpxmk_4632 th{white-space:nowrap}._TeamworkTable_hpxmk_4632 td{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._TeamworkTableStatus_hpxmk_4668{display:inline-flex;align-items:center;min-height:22px;max-width:100%;padding:.18rem .45rem;border-radius:4px;font-size:.68rem;font-weight:700;text-transform:uppercase;white-space:nowrap}._TeamworkTableStatusGroup_hpxmk_4681{display:inline-flex;max-width:100%;align-items:center;gap:.35rem}._TeamworkAdditionalResourcesTd_hpxmk_4688{position:relative;overflow:visible!important}._TeamworkAdditionalResourcesCell_hpxmk_4693{display:inline-flex;position:relative;max-width:100%;align-items:center;gap:.35rem}._TeamworkAdditionalResourcesCell_hpxmk_4693 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._TeamworkResourceInfoButton_hpxmk_4708{display:inline-flex;width:1.5rem;height:1.5rem;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid var(--theme-color-soft-bdr);border-radius:999px;background:transparent;color:var(--theme-color-primary);cursor:pointer;padding:0}._TeamworkResourceInfoButton_hpxmk_4708:hover,._TeamworkResourceInfoButton_hpxmk_4708:focus-visible{border-color:var(--theme-color-primary);background:color-mix(in srgb,var(--theme-color-primary) 12%,transparent);outline:none}._TeamworkResourceTooltipBubble_hpxmk_4730{position:absolute;z-index:40;right:0;bottom:calc(100% + .5rem);display:none;width:max-content;max-width:min(440px,calc(100vw - 3rem));padding:.65rem .75rem;border:1px solid var(--theme-color-soft-bdr);border-radius:6px;background:var(--theme-color-1);box-shadow:0 10px 30px #00000059;color:var(--theme-color-std-text);flex-direction:column;gap:.55rem;text-align:left;white-space:normal}._TeamworkAdditionalResourcesCell_hpxmk_4693:hover ._TeamworkResourceTooltipBubble_hpxmk_4730,._TeamworkAdditionalResourcesCell_hpxmk_4693:focus-within ._TeamworkResourceTooltipBubble_hpxmk_4730{display:flex}._TeamworkResourceTooltipBubble_hpxmk_4730:after{content:"";position:absolute;right:1rem;bottom:-.42rem;width:.75rem;height:.75rem;border-right:1px solid var(--theme-color-soft-bdr);border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1);transform:rotate(45deg)}._TeamworkResourceTooltipTitle_hpxmk_4768{overflow:visible;color:var(--theme-color-weak-text);font-size:.72rem;font-weight:700;line-height:1.2;text-overflow:clip;text-transform:uppercase;white-space:normal}._TeamworkResourceTooltipItem_hpxmk_4779{display:flex;min-width:min(320px,calc(100vw - 5rem));flex-direction:column;gap:.18rem;overflow:visible;text-overflow:clip;white-space:normal}._TeamworkResourceTooltipItem_hpxmk_4779 strong,._TeamworkResourceTooltipItem_hpxmk_4779 span{display:block;line-height:1.35;overflow:visible;text-overflow:clip;white-space:normal}._TeamworkResourceTooltipItem_hpxmk_4779 strong{color:var(--theme-color-std-text)}._TeamworkResourceTooltipItem_hpxmk_4779 span{color:var(--theme-color-weak-text)}._TeamworkEmptyState_hpxmk_4806,._TeamworkError_hpxmk_4807,._TeamworkPlaceholder_hpxmk_4808{margin:2rem;padding:1.5rem;border:1px dashed var(--theme-color-soft-bdr);border-radius:8px;color:var(--theme-color-weak-text);background:var(--theme-color-1)}._TeamworkError_hpxmk_4807{color:#ff8a80;border-color:#e5393573}._TeamworkPlaceholder_hpxmk_4808{flex:1}._TeamworkPlaceholder_hpxmk_4808 h2{color:var(--theme-color-std-text);margin-top:0}._TeamworkDrawerBody_hpxmk_4831{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}._TeamworkDrawerSection_hpxmk_4840{border:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-2);border-radius:8px;padding:1rem}._TeamworkDrawerSection_hpxmk_4840 h3{margin:0 0 .75rem;font-size:.95rem;color:var(--theme-color-std-text)}._TeamworkDrawerActions_hpxmk_4853{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}._TeamworkDrawerActionButton_hpxmk_4859{width:100%;min-height:48px}._TeamworkResourceGroup_hpxmk_4864{display:flex;flex-direction:column;gap:.4rem;padding:.65rem 0;border-bottom:1px solid var(--theme-color-soft-bdr)}._TeamworkResourceGroup_hpxmk_4864:first-of-type{padding-top:0}._TeamworkResourceGroup_hpxmk_4864:last-child{padding-bottom:0;border-bottom:none}._TeamworkResourceGroupTitle_hpxmk_4881{color:var(--theme-color-weak-text);font-size:.76rem;font-weight:700;text-transform:uppercase}._TeamworkResourceDetailLine_hpxmk_4888{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(0,1.2fr);gap:.75rem;align-items:baseline;font-size:.85rem}._TeamworkResourceDetailLine_hpxmk_4888 strong{min-width:0;color:var(--theme-color-std-text);overflow:hidden;text-overflow:ellipsis}._TeamworkResourceDetailLine_hpxmk_4888 span{color:var(--theme-color-std-text)}._TeamworkTimeline_hpxmk_4907{display:flex;flex-direction:column;gap:.5rem}._TeamworkTimelineItem_hpxmk_4913{display:grid;grid-template-columns:18px 82px 1fr;gap:.4rem;align-items:start;font-size:.78rem;color:var(--theme-color-std-text)}._TeamworkTimelineItem_hpxmk_4913 span,._TeamworkTimelineItem_hpxmk_4913 small{color:var(--theme-color-weak-text)}._TeamworkTimelineItem_hpxmk_4913 small{grid-column:3}._TeamworkNote_hpxmk_4931{color:var(--theme-color-std-text);margin:0;white-space:pre-wrap}._TeamworkDialogOverlay_hpxmk_4937{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000007a;z-index:100002;display:flex;align-items:center;justify-content:center;padding:1rem}._TeamworkDialog_hpxmk_4937{width:min(520px,100%);background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:8px;box-shadow:0 18px 60px #00000059;padding:1rem;display:flex;flex-direction:column;gap:1rem}._TeamworkDialogHeader_hpxmk_4960{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}._TeamworkDialogHeader_hpxmk_4960 h3{margin:.2rem 0 0}._TeamworkDialogEyebrow_hpxmk_4971{color:var(--theme-color-weak-text);font-size:.78rem}._TeamworkDialogClose_hpxmk_4976{border:none;background:transparent;color:var(--theme-color-weak-text);cursor:pointer}._TeamworkDialogHint_hpxmk_4983{display:flex;align-items:center;gap:.5rem;padding:.65rem;border-radius:6px;background:#ff98001f;color:#ffb84d}._TeamworkDialogField_hpxmk_4993{display:flex;flex-direction:column;gap:.35rem;color:var(--theme-color-std-text)}._TeamworkDialogField_hpxmk_4993 input,._TeamworkDialogField_hpxmk_4993 textarea{width:100%;border:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-2);color:var(--theme-color-std-text);border-radius:4px;padding:.6rem;font:inherit}._TeamworkDialogIxField_hpxmk_5011{display:block;width:100%;min-width:0}._TeamworkDialogFooter_hpxmk_5017{display:flex;justify-content:flex-end;gap:.75rem}._MyTasksPage_hpxmk_5024{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden;background:var(--theme-color-2)}._MyTasksHeader_hpxmk_5033{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;background:var(--theme-color-1);border-bottom:1px solid var(--theme-color-soft-bdr)}._MyTasksHeader_hpxmk_5033 h2{margin:0;color:var(--theme-color-std-text);font-size:1.25rem}._MyTasksHeader_hpxmk_5033 span{color:var(--theme-color-weak-text);font-size:.86rem}._MyTasksToolbar_hpxmk_5055{flex-shrink:0;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:1rem;background:var(--theme-color-1);border-bottom:1px solid var(--theme-color-soft-bdr)}._MyTaskPeriodSwitch_hpxmk_5066,._MyTaskScopeSwitch_hpxmk_5067{display:inline-flex;gap:0;border:1px solid var(--theme-color-soft-bdr);border-radius:4px;overflow:hidden;background:var(--theme-color-2)}._MyTaskPeriodSwitch_hpxmk_5066 button,._MyTaskScopeSwitch_hpxmk_5067 button{height:34px;border:0;border-right:1px solid var(--theme-color-soft-bdr);background:transparent;color:var(--theme-color-std-text);cursor:pointer;padding:0 .75rem;font:inherit;font-size:.82rem}._MyTaskPeriodSwitch_hpxmk_5066 button:last-child,._MyTaskScopeSwitch_hpxmk_5067 button:last-child{border-right:0}._MyTaskPeriodSwitch_hpxmk_5066 button:hover,._MyTaskScopeSwitch_hpxmk_5067 button:hover{background:var(--theme-color-component-3)}._MyTaskPeriodSwitch_hpxmk_5066 button._active_hpxmk_1403,._MyTaskScopeSwitch_hpxmk_5067 button._active_hpxmk_1403{background:var(--theme-color-primary);color:var(--theme-color-primary--contrast, #fff)}._MyTaskFilters_hpxmk_5105{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-left:auto}._MyTaskFilters_hpxmk_5105 ix-select{min-width:150px}._MyTaskKpiGrid_hpxmk_5117{flex-shrink:0;display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:.75rem;padding:1rem;background:var(--theme-color-2);border-bottom:1px solid var(--theme-color-soft-bdr)}._MyTaskKpiTile_hpxmk_5127{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:.5rem;min-height:44px;padding:.65rem .75rem;background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:6px;color:var(--theme-color-std-text)}._MyTaskKpiTile_hpxmk_5127 ix-icon{color:var(--theme-color-primary)}._MyTaskKpiTile_hpxmk_5127 span{color:var(--theme-color-weak-text);font-size:.82rem}._MyTaskKpiTile_hpxmk_5127 strong{font-size:1.15rem}._MyTasksContent_hpxmk_5153{position:relative;flex:1;min-height:0;overflow:auto}._MyTaskBoard_hpxmk_5160{min-height:100%;display:grid;grid-template-columns:repeat(4,minmax(240px,1fr));gap:1rem;padding:1rem}._MyTaskBoardColumn_hpxmk_5168{min-width:0;display:flex;flex-direction:column;gap:.75rem;background:color-mix(in srgb,var(--theme-color-1) 72%,transparent);border:1px solid var(--theme-color-soft-bdr);border-radius:8px;padding:.75rem}._MyTaskBoardColumn_hpxmk_5168>header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:var(--theme-color-std-text);font-weight:700}._MyTaskBoardColumn_hpxmk_5168>header strong{display:inline-flex;min-width:24px;height:24px;align-items:center;justify-content:center;border-radius:999px;background:var(--theme-color-component-3);color:var(--theme-color-weak-text);font-size:.78rem}._MyTaskColumnCards_hpxmk_5200{display:flex;flex-direction:column;gap:.75rem}._MyTaskCard_hpxmk_5206{display:flex;flex-direction:column;gap:.55rem;padding:.8rem;background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:8px;color:var(--theme-color-std-text)}._MyTaskCard_hpxmk_5206 h3{margin:0;font-size:.98rem;line-height:1.25}._MyTaskBadges_hpxmk_5223{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}._MyTaskTypeBadge_hpxmk_5230,._MyTaskStatusBadge_hpxmk_5231{display:inline-flex;align-items:center;gap:.32rem;min-height:24px;border-radius:4px;padding:.18rem .45rem;font-size:.7rem;font-weight:700}._MyTaskTypeBadge_hpxmk_5230{background:var(--theme-color-component-3);color:var(--theme-color-std-text)}._MyTaskStatus_ready_hpxmk_5247{background:#00a0b029;color:#39d5e6}._MyTaskStatus_in_progress_hpxmk_5252{background:#30d15824;color:#30d158}._MyTaskStatus_blocked_hpxmk_5257,._MyTaskStatus_overdue_hpxmk_5258{background:#ff950029;color:#ffb84d}._MyTaskStatus_completed_hpxmk_5263{background:#8e8e9329;color:#c8c8cc}._MyTaskContext_hpxmk_5268,._MyTaskSchedule_hpxmk_5269,._MyTaskExtra_hpxmk_5270{color:var(--theme-color-weak-text);font-size:.8rem;line-height:1.35}._MyTaskExtra_hpxmk_5270{display:flex;flex-direction:column;gap:.15rem;padding-top:.2rem}._MyTaskActions_hpxmk_5283{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin-top:.25rem}._MyTaskTableWrap_hpxmk_5291{padding:1rem;overflow:auto}@media(max-width:1680px){._TeamworkInlineFilters_hpxmk_5297{display:none}._TeamworkCompactFilters_hpxmk_4056{display:block}._TeamworkCompletionInline_hpxmk_4123{display:none}}@media(max-width:780px){._TeamworkToolbarMain_hpxmk_4022,._TeamworkToolbarControls_hpxmk_4030,._TeamworkFilterBar_hpxmk_4068,._MyTasksHeader_hpxmk_5033,._MyTasksToolbar_hpxmk_5055,._MyTaskFilters_hpxmk_5105{align-items:stretch;flex-direction:column}._TeamworkToolbarActions_hpxmk_4039{justify-content:flex-end}._TeamworkToolbarActions_hpxmk_4039{width:100%}._TeamworkToolbarActions_hpxmk_4039 ix-button{flex:1 1 0}._TeamworkSearchInput_hpxmk_4060{flex:1 1 100%;width:100%;min-width:0;max-width:none}._TeamworkPeriodSelect_hpxmk_4081,._TeamworkAreaSelect_hpxmk_4085,._TeamworkResourceSelect_hpxmk_4089,._TeamworkProjectSelect_hpxmk_4090{width:100%}._TeamworkCompactFilters_hpxmk_4056,._TeamworkCompactFilters_hpxmk_4056 ix-button{width:100%}._TeamworkFilterMenuGrid_hpxmk_4111,._TeamworkDrawerActions_hpxmk_4853,._TeamworkResourceDetailLine_hpxmk_4888{grid-template-columns:1fr}._TeamworkCompletionToggle_hpxmk_4131,._TeamworkPlanningToggle_hpxmk_4132{align-self:flex-start}._TeamworkStatusChips_hpxmk_4146{width:100%}._TeamworkBoardColumn_hpxmk_4177{border-right:1px solid var(--theme-color-soft-bdr);border-bottom:0}._TeamworkBoardColumn_hpxmk_4177:last-child{border-right:0}._TeamworkBoardColumnCards_hpxmk_4249{padding:.6rem}._TeamworkBoard_hpxmk_4165 ._CardContent_hpxmk_244{padding:.75rem;gap:.55rem}._TeamworkBoard_hpxmk_4165 ._CardFooter_hpxmk_239{padding:.55rem .7rem}._TeamworkBoard_hpxmk_4165 ._TeamworkResourceFocus_hpxmk_4287{padding:.5rem .55rem}._MyTaskKpiGrid_hpxmk_5117,._MyTaskBoard_hpxmk_5160{grid-template-columns:1fr}}._CardWrapper_b5nqx_1{display:flex;min-width:0;height:100%}._KpiCard_b5nqx_7{flex:1;height:100%;min-width:0}._CardContent_b5nqx_13{display:flex;flex-direction:column;gap:.625rem;min-height:210px;height:100%;padding:1rem}._Header_b5nqx_22{display:flex;align-items:center;gap:.5rem;min-width:0}._Title_b5nqx_29{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;color:var(--theme-color-std-text)}._InfoIcon_b5nqx_40{display:flex;align-items:center;opacity:.55;cursor:help;flex-shrink:0}._InfoIcon_b5nqx_40:hover{opacity:1}._TooltipContent_b5nqx_52{max-width:280px;font-size:.8125rem;line-height:1.4;text-align:left}._MainValue_b5nqx_59{min-height:2.5rem;display:flex;align-items:center;gap:.5rem;font-size:2rem;font-weight:700;line-height:1.1;color:var(--theme-color-std-text)}._Breakdown_b5nqx_70{display:flex;flex-direction:column;gap:.25rem;margin-top:auto}._BreakdownItem_b5nqx_77{display:flex;align-items:center;gap:.375rem;min-width:0;font-size:.8125rem}._Dot_b5nqx_85{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:var(--theme-color-info)}._Count_b5nqx_93{min-width:1.5rem;font-weight:700;color:var(--theme-color-std-text)}._Label_b5nqx_99{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-std-text);opacity:.78}._ToneSuccess_b5nqx_108{color:var(--theme-color-success)}._ToneSuccess_b5nqx_108._Dot_b5nqx_85,._ToneSuccess_b5nqx_108 ._Dot_b5nqx_85{background:var(--theme-color-success)}._ToneWarning_b5nqx_117{color:var(--theme-color-warning)}._ToneWarning_b5nqx_117._Dot_b5nqx_85,._ToneWarning_b5nqx_117 ._Dot_b5nqx_85{background:var(--theme-color-warning)}._ToneCritical_b5nqx_126{color:var(--theme-color-alarm)}._ToneCritical_b5nqx_126._Dot_b5nqx_85,._ToneCritical_b5nqx_126 ._Dot_b5nqx_85{background:var(--theme-color-alarm)}._ToneInfo_b5nqx_135{color:var(--theme-color-info)}._ToneInfo_b5nqx_135._Dot_b5nqx_85,._ToneInfo_b5nqx_135 ._Dot_b5nqx_85{background:var(--theme-color-info)}._CardActions_b5nqx_144{margin-top:.25rem;display:flex;align-items:center}._MeldungenAction_b5nqx_150{align-self:flex-start}._ErrorText_b5nqx_154{font-size:.8125rem;color:var(--theme-color-alarm)}._KpiRow_az23o_10{display:flex;gap:1rem;flex-wrap:wrap;width:100%;align-items:stretch}._KpiRow_az23o_10>*{flex:1 1 calc(16.666% - .84rem);min-width:180px}@media screen and (min-width:1600px)and (max-width:1800px){._KpiRow_az23o_10>*{min-width:160px;flex:1 1 0px}}@media(max-width:1599px){._KpiRow_az23o_10{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.5rem;padding-top:1rem;-webkit-overflow-scrolling:touch}._KpiRow_az23o_10::-webkit-scrollbar{height:8px}._KpiRow_az23o_10::-webkit-scrollbar-track{background:transparent}._KpiRow_az23o_10::-webkit-scrollbar-thumb{background-color:var(--theme-color-soft-bdr);border-radius:4px}._KpiRow_az23o_10::-webkit-scrollbar-thumb:hover{background-color:var(--theme-color-soft-text)}._KpiRow_az23o_10>*{flex:0 0 auto;width:280px;min-width:280px}}._ProjectDashboard_10j1f_1{width:100%}._KpiGrid_10j1f_5{display:flex;gap:1rem;flex-wrap:wrap;align-items:stretch}._KpiGrid_10j1f_5>*{flex:1 1 calc(16.666% - .84rem);min-width:190px}._KpiCard_10j1f_17{height:100%;min-width:0}._CardContent_10j1f_22{display:flex;flex-direction:column;gap:.625rem;min-height:210px;height:100%;padding:1rem}._Header_10j1f_31{display:flex;align-items:center;gap:.5rem;min-width:0}._Title_10j1f_38{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;color:var(--theme-color-std-text)}._InfoIcon_10j1f_49{display:flex;align-items:center;opacity:.55;cursor:help;flex-shrink:0}._InfoIcon_10j1f_49:hover{opacity:1}._TooltipContent_10j1f_61{max-width:280px;font-size:.8125rem;line-height:1.4;text-align:left}._MainValue_10j1f_68{min-height:2.5rem;display:flex;align-items:center;gap:.5rem;font-size:2rem;font-weight:700;line-height:1.1;color:var(--theme-color-std-text)}._Breakdown_10j1f_79{display:flex;flex-direction:column;gap:.25rem;margin-top:auto}._BreakdownItem_10j1f_86{display:flex;align-items:center;gap:.375rem;min-width:0;font-size:.8125rem}._Dot_10j1f_94{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:var(--theme-color-info)}._Count_10j1f_102{min-width:1.5rem;font-weight:700;color:var(--theme-color-std-text)}._Label_10j1f_108{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-std-text);opacity:.78}._ToneSuccess_10j1f_117{color:var(--theme-color-success)}._ToneSuccess_10j1f_117._Dot_10j1f_94,._ToneSuccess_10j1f_117 ._Dot_10j1f_94{background:var(--theme-color-success)}._ToneWarning_10j1f_126{color:var(--theme-color-warning)}._ToneWarning_10j1f_126._Dot_10j1f_94,._ToneWarning_10j1f_126 ._Dot_10j1f_94{background:var(--theme-color-warning)}._ToneCritical_10j1f_135{color:var(--theme-color-alarm)}._ToneCritical_10j1f_135._Dot_10j1f_94,._ToneCritical_10j1f_135 ._Dot_10j1f_94{background:var(--theme-color-alarm)}._ToneInfo_10j1f_144{color:var(--theme-color-info)}._ToneInfo_10j1f_144._Dot_10j1f_94,._ToneInfo_10j1f_144 ._Dot_10j1f_94{background:var(--theme-color-info)}._PeriodSelector_10j1f_153{display:flex;gap:.25rem;margin-bottom:.25rem}._PeriodPill_10j1f_159{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_10j1f_159:hover{color:var(--theme-color-std-text);border-color:var(--theme-color-std-text)}._PeriodPill_10j1f_159._active_10j1f_176{background:var(--theme-color-primary);border-color:var(--theme-color-primary);color:var(--theme-color-primary--contrast)}._CardActions_10j1f_182{margin-top:.25rem;display:flex;align-items:center}._MeldungenAction_10j1f_188{align-self:flex-start}._SecondLevelGrid_10j1f_192{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(360px,.9fr);gap:1rem;margin-top:1rem;align-items:stretch}._CriticalProjectsPanel_10j1f_200,._SidePanel_10j1f_201{min-width:0;width:100%}._CriticalProjectsPanel_10j1f_200,._AreaStatusPanel_10j1f_207{height:100%;min-height:420px}._NextMilestonesPanel_10j1f_212{grid-column:1 / -1}._ProjectRadarPanel_10j1f_216{grid-column:1 / -1;min-width:0;width:100%;max-width:100%;overflow:hidden}._ProjectDashboardGroupHeader_10j1f_224{grid-column:1 / -1;display:flex;align-items:center;gap:.5rem;margin-top:.5rem}._ProjectDashboardGroupHeader_10j1f_224:first-child{margin-top:0}._ProjectDashboardGroupTitle_10j1f_236{margin:0;color:var(--theme-color-std-text);font-size:1rem;font-weight:600}._ProjectDashboardGroupInfoIcon_10j1f_243{display:inline-flex;align-items:center;color:var(--theme-color-soft-text);cursor:help;opacity:.75}._ProjectDashboardGroupInfoIcon_10j1f_243:hover{opacity:1;color:var(--theme-color-std-text)}._SectionContent_10j1f_256{display:flex;flex-direction:column;gap:.875rem;padding:1rem;height:100%}._SectionHeader_10j1f_264,._SectionHeaderCompact_10j1f_265{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}._SectionHeader_10j1f_264{flex-wrap:wrap}._SectionHeaderCompact_10j1f_265{flex-direction:column}._SectionTitle_10j1f_280{margin:0;font-size:1rem;font-weight:600;color:var(--theme-color-std-text)}._SectionSubtitle_10j1f_287{margin:.125rem 0 0;font-size:.75rem;color:var(--theme-color-soft-text)}._SectionControls_10j1f_293,._SectionControlsCompact_10j1f_294{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._SectionControlsCompact_10j1f_294{gap:.5rem}._SectionSegment_10j1f_305{display:flex;gap:.125rem}._SectionSegmentButton_10j1f_310{--ix-button-height: 26px;font-size:.7rem;padding:0 .5rem}._SectionToggle_10j1f_316{display:flex;align-items:center;gap:.375rem;font-size:.7rem;color:var(--theme-color-soft-text)}._SectionState_10j1f_324{min-height:8rem;display:flex;align-items:center;justify-content:center;color:var(--theme-color-soft-text);font-size:.875rem;text-align:center}._CriticalProjectCards_10j1f_334{display:flex;flex-direction:column;gap:.5rem}._CriticalProjectCard_10j1f_334{display:grid;grid-template-columns:minmax(190px,1.4fr) minmax(220px,1.3fr) minmax(180px,1fr) auto;gap:.875rem;align-items:center;min-height:68px;padding:.75rem;border:1px solid var(--theme-color-soft-bdr);border-left:4px solid var(--status-color, var(--theme-color-soft-bdr));border-radius:6px;background:var(--theme-color-component-1);cursor:pointer;transition:background .15s ease,border-color .15s ease}._CriticalProjectCard_10j1f_334:hover{background:var(--theme-color-component-1);border-color:var(--theme-color-soft-bdr);border-left-color:var(--status-color, var(--theme-color-primary))}._CriticalProjectMain_10j1f_361,._CriticalProjectDates_10j1f_362,._CriticalProjectReason_10j1f_363,._MilestoneMain_10j1f_364{min-width:0;display:flex;flex-direction:column;gap:.1875rem}._CriticalProjectMain_10j1f_361 strong,._MilestoneMain_10j1f_364 strong,._AreaStatusRow_10j1f_373 strong,._InterfaceRow_10j1f_374 strong,._TableProjectName_10j1f_375{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-std-text);font-weight:600}._CriticalProjectMain_10j1f_361 span,._CriticalProjectDates_10j1f_362 span,._CriticalProjectReason_10j1f_363 span:not(._StatusBadge_10j1f_385),._AreaStatusRow_10j1f_373 span,._InterfaceRow_10j1f_374 span,._MilestoneMain_10j1f_364 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-soft-text);font-size:.75rem}._CriticalProjectReasonLabel_10j1f_397{color:var(--theme-color-std-text)!important;opacity:.9;font-weight:600}._CriticalProjectReasonValue_10j1f_403{color:var(--theme-color-std-text)!important;font-weight:600}._DelayValue_10j1f_408{color:var(--status-color, var(--theme-color-std-text))!important;font-weight:600}._StatusBadge_10j1f_385{justify-self:flex-start;width:fit-content;padding:.125rem .5rem;border-radius:999px;background:color-mix(in srgb,var(--status-color, var(--theme-color-info)) 16%,transparent);color:var(--status-color, var(--theme-color-info));border:1px solid color-mix(in srgb,var(--status-color, var(--theme-color-info)) 36%,transparent);font-size:.6875rem;font-weight:600;white-space:nowrap}._StatusCritical_10j1f_426{--status-color: var(--theme-color-alarm)}._StatusWarning_10j1f_430{--status-color: var(--theme-color-warning)}._StatusSuccess_10j1f_434{--status-color: var(--theme-color-success)}._RowAction_10j1f_438{justify-self:end;white-space:nowrap}._ShowMoreContainer_10j1f_443{display:flex;justify-content:center;padding-top:.25rem}._CriticalProjectTable_10j1f_449{width:100%;overflow-x:auto}._CriticalProjectTableHeader_10j1f_454,._CriticalProjectTableRow_10j1f_455{display:grid;grid-template-columns:minmax(150px,1.4fr) minmax(120px,1fr) minmax(120px,.9fr) 90px 90px 110px minmax(150px,1.2fr) 130px;gap:.75rem;align-items:center;min-width:980px}._CriticalProjectTableHeader_10j1f_454{padding:.625rem .75rem;border-bottom:1px solid var(--theme-color-soft-bdr);color:var(--theme-color-soft-text);font-size:.6875rem;font-weight:600;text-transform:uppercase}._CriticalProjectTableBody_10j1f_480{display:flex;flex-direction:column}._CriticalProjectTableRow_10j1f_455{padding:.625rem .75rem;border-bottom:1px solid var(--theme-color-soft-bdr);font-size:.8125rem}._CriticalProjectTableRow_10j1f_455 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._AreaStatusList_10j1f_498,._InterfaceList_10j1f_499{display:flex;flex-direction:column;gap:.5rem}._MilestoneList_10j1f_505{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:.5rem;width:100%}._AreaStatusRow_10j1f_373,._InterfaceRow_10j1f_374,._MilestoneRow_10j1f_514{display:grid;gap:.625rem;align-items:start;padding:.625rem;border-radius:6px;border:0;background:var(--theme-color-component-2)}._AreaStatusRow_10j1f_373{grid-template-columns:.625rem minmax(0,1fr)}._AreaDot_10j1f_528{width:.625rem;height:.625rem;border-radius:999px;margin-top:.25rem}._InterfaceList_10j1f_499{padding-top:.25rem}._InterfaceList_10j1f_499 h4{margin:0;font-size:.8125rem;color:var(--theme-color-std-text)}._InterfaceRow_10j1f_374{grid-template-columns:1.25rem minmax(0,1fr);padding:.5rem 0;border:0;border-radius:0;background:transparent}._InterfaceRow_10j1f_374>span:first-child{color:var(--theme-color-soft-text);font-size:.75rem}._MilestoneRow_10j1f_514{grid-template-columns:5rem minmax(0,1fr) auto;width:100%;text-align:left;cursor:pointer;align-items:center}._MilestoneRow_10j1f_514:hover{background:var(--theme-color-component-2)}._MilestoneDate_10j1f_570{display:flex;align-items:center;gap:.25rem;color:var(--theme-color-soft-text);font-size:.75rem;white-space:nowrap}._MilestoneReason_10j1f_579{grid-column:2 / -1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-soft-text);font-size:.75rem}._MilestoneTable_10j1f_589{width:100%;overflow-x:auto}._MilestoneTableHeader_10j1f_594,._MilestoneTableRow_10j1f_595{display:grid;grid-template-columns:82px minmax(180px,1.2fr) minmax(160px,1fr) 112px minmax(220px,1.3fr) 132px;gap:.75rem;align-items:center;min-width:900px}._MilestoneTableHeader_10j1f_594{padding:.625rem .75rem;border-bottom:1px solid var(--theme-color-soft-bdr);color:var(--theme-color-soft-text);font-size:.6875rem;font-weight:600;text-transform:uppercase}._MilestoneTableBody_10j1f_612{display:flex;flex-direction:column}._MilestoneTableRow_10j1f_595{width:100%;padding:.625rem .75rem;border:0;border-bottom:1px solid var(--theme-color-soft-bdr);background:transparent;color:var(--theme-color-std-text);font:inherit;font-size:.8125rem;text-align:left;cursor:pointer}._MilestoneTableRow_10j1f_595:hover{background:var(--theme-color-component-2)}._MilestoneTableRow_10j1f_595 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._TableActionLabel_10j1f_641{display:inline-flex;align-items:center;gap:.25rem;color:var(--theme-color-primary)!important;font-weight:600}._ProjectRadarHeader_10j1f_649{display:flex;flex-direction:column;gap:.125rem}._ProjectRadarTitleLine_10j1f_655{display:flex;align-items:center;gap:.875rem;flex-wrap:wrap}._ProjectRadarLegend_10j1f_662{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;color:var(--theme-color-soft-text);font-size:.7rem}._ProjectRadarLegend_10j1f_662 span{display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap}._ProjectRadarLegend_10j1f_662 span:before{content:"";width:.5rem;height:.5rem;border-radius:999px;background:var(--radar-legend-color)}._RadarLegendSuccess_10j1f_686{--radar-legend-color: var(--theme-color-success)}._RadarLegendWarning_10j1f_690{--radar-legend-color: var(--theme-color-warning)}._RadarLegendCritical_10j1f_694{--radar-legend-color: var(--theme-color-alarm)}._EChartsHeatmapWrapper_10j1f_698{min-width:0;width:100%;overflow:hidden}._EChartsHeatmapWrapper_10j1f_698 canvas{cursor:pointer}._ProjectRadarScroll_10j1f_708{min-width:0;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:.25rem;-webkit-overflow-scrolling:touch}._ProjectRadarScroll_10j1f_708::-webkit-scrollbar{height:8px}._ProjectRadarScroll_10j1f_708::-webkit-scrollbar-track{background:transparent}._ProjectRadarScroll_10j1f_708::-webkit-scrollbar-thumb{background-color:var(--theme-color-soft-bdr);border-radius:4px}._ProjectRadarGrid_10j1f_731{display:grid;gap:.375rem;width:100%;min-width:1280px}._ProjectRadarHeaderCell_10j1f_738,._ProjectRadarAreaCell_10j1f_739,._ProjectRadarCellSlot_10j1f_740,._ProjectRadarCell_10j1f_740{min-width:0;border-radius:6px}._ProjectRadarHeaderCell_10j1f_738{min-height:48px;padding:.625rem;background:var(--theme-color-component-2);color:var(--theme-color-soft-text);font-size:.75rem}._ProjectRadarHeaderCell_10j1f_738 strong,._ProjectRadarHeaderCell_10j1f_738 span{display:block}._ProjectRadarHeaderCell_10j1f_738 strong{color:var(--theme-color-std-text);font-weight:600}._ProjectRadarAreaHeader_10j1f_764,._ProjectRadarAreaCell_10j1f_739{position:sticky;left:0;z-index:2}._ProjectRadarAreaCell_10j1f_739{display:grid;grid-template-columns:.625rem minmax(0,1fr);gap:.5rem;align-items:center;min-height:76px;padding:.625rem;background:var(--theme-color-component-1)}._ProjectRadarAreaCell_10j1f_739 strong,._ProjectRadarAreaCell_10j1f_739 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ProjectRadarAreaCell_10j1f_739 strong{display:block;color:var(--theme-color-std-text);font-weight:600}._ProjectRadarAreaCell_10j1f_739 span{display:block;color:var(--theme-color-soft-text);font-size:.75rem}._ProjectRadarCellSlot_10j1f_740{min-height:76px;display:flex}._ProjectRadarCell_10j1f_740{width:100%;min-width:0;min-height:76px;padding:.625rem;display:flex;flex-direction:column;justify-content:center;gap:.1875rem;border-left:4px solid var(--radar-color, var(--theme-color-soft-bdr));border-top:0;border-right:0;border-bottom:0;background:color-mix(in srgb,var(--radar-color, var(--theme-color-component-3)) 10%,var(--theme-color-component-1));color:inherit;font:inherit;text-align:left}._ProjectRadarCellClickable_10j1f_825{cursor:pointer}._ProjectRadarCell_10j1f_740:disabled{cursor:default;opacity:1}._ProjectRadarCell_10j1f_740 strong{color:var(--theme-color-std-text);font-size:1rem;line-height:1.1}._ProjectRadarCell_10j1f_740 span,._ProjectRadarCell_10j1f_740 small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-soft-text)}._ProjectRadarCell_10j1f_740 span{font-size:.75rem;font-weight:600}._ProjectRadarCell_10j1f_740 small{font-size:.6875rem}._RadarCellEmpty_10j1f_858{--radar-color: var(--theme-color-success);background:color-mix(in srgb,var(--theme-color-success) 8%,var(--theme-color-component-1))}._RadarCellSuccess_10j1f_863{--radar-color: var(--theme-color-success)}._RadarCellWarning_10j1f_867{--radar-color: var(--theme-color-warning)}._RadarCellCritical_10j1f_871{--radar-color: var(--theme-color-alarm)}._ProjectRadarTooltip_10j1f_875{display:flex;flex-direction:column;gap:.1875rem;max-width:280px;font-size:.75rem;line-height:1.35}._ProjectRadarTooltip_10j1f_875 strong{color:var(--theme-color-std-text)}._ProjectRadarTooltip_10j1f_875 span{color:var(--theme-color-soft-text)}._RadarDrawerBackdrop_10j1f_892{position:fixed;top:var(--agent-header-height, 3rem);right:0;bottom:0;left:0;z-index:100000;pointer-events:none;background:transparent;transition:background .18s ease}._RadarDrawerBackdropOpen_10j1f_904{pointer-events:auto;background:#00000080}._RadarDrawer_10j1f_892{position:fixed;top:var(--agent-header-height, 3rem);right:0;width:min(440px,100vw);height:calc(100vh - var(--agent-header-height, 3rem));height:calc(100dvh - var(--agent-header-height, 3rem));display:flex;flex-direction:column;background:var(--theme-color-1);border-left:1px solid var(--theme-color-soft-bdr);box-shadow:-16px 0 48px #0000003d;transform:translate(100%);transition:transform .18s ease;z-index:100001;pointer-events:auto;overflow:hidden}._RadarDrawerOpen_10j1f_928{transform:translate(0)}._RadarDrawerHeader_10j1f_932{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.875rem 1rem;border-bottom:1px solid var(--theme-color-soft-bdr)}._RadarDrawerHeader_10j1f_932 ix-button{--ix-button-height: 40px;min-width:48px}._RadarDrawerHeader_10j1f_932 h3{margin:0;color:var(--theme-color-std-text);font-size:1rem;font-weight:600}._RadarDrawerHeader_10j1f_932 span{display:block;margin-top:.1875rem;color:var(--theme-color-soft-text);font-size:.75rem}._RadarDrawerBody_10j1f_960{min-height:0;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding:.875rem 1rem 1rem}._RadarDrawerKpis_10j1f_970{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}._RadarDrawerKpis_10j1f_970>div{padding:.75rem;border-radius:6px;background:var(--theme-color-component-2)}._RadarDrawerKpis_10j1f_970 strong,._RadarDrawerKpis_10j1f_970 span{display:block}._RadarDrawerKpis_10j1f_970 strong{color:var(--theme-color-std-text);font-size:1.25rem;line-height:1.1}._RadarDrawerKpis_10j1f_970 span{margin-top:.25rem;color:var(--theme-color-soft-text);font-size:.75rem}._RadarDrawerItem_10j1f_999{display:flex;flex-direction:column;gap:.625rem;padding:.75rem;border-radius:6px;background:var(--theme-color-component-2)}._RadarDrawerItemMain_10j1f_1008{min-width:0;display:flex;flex-direction:column;gap:.25rem}._RadarDrawerItemMain_10j1f_1008 strong,._RadarDrawerItemMain_10j1f_1008 span,._RadarDrawerItemMain_10j1f_1008 small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._RadarDrawerItemMain_10j1f_1008 strong{color:var(--theme-color-std-text);font-weight:600}._RadarDrawerItemMain_10j1f_1008 span,._RadarDrawerItemMain_10j1f_1008 small{color:var(--theme-color-soft-text);font-size:.75rem}._RadarDrawerType_10j1f_1035{width:fit-content;padding:.125rem .5rem;border-radius:999px;background:color-mix(in srgb,var(--radar-drawer-type-color, var(--theme-color-info)) 16%,transparent);color:var(--radar-drawer-type-color, var(--theme-color-info))!important;border:1px solid color-mix(in srgb,var(--radar-drawer-type-color, var(--theme-color-info)) 36%,transparent);font-size:.6875rem!important;font-weight:600}._RadarDrawerType_info_10j1f_1046{--radar-drawer-type-color: var(--theme-color-info)}._RadarDrawerType_warning_10j1f_1050{--radar-drawer-type-color: var(--theme-color-warning)}._RadarDrawerType_critical_10j1f_1054{--radar-drawer-type-color: var(--theme-color-alarm)}._RadarDrawerItemActions_10j1f_1058{display:flex;align-items:center;justify-content:flex-end;gap:.375rem;flex-wrap:wrap}._RadarDrawerItemActions_10j1f_1058 ix-button{--ix-button-height: 34px;font-size:.75rem}._EmptyText_10j1f_1071,._ErrorText_10j1f_1072{margin-top:auto;font-size:.8125rem;line-height:1.4;color:var(--theme-color-soft-text)}._ErrorText_10j1f_1072{color:var(--theme-color-alarm)}@media(max-width:1599px){._KpiGrid_10j1f_5{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}._KpiGrid_10j1f_5::-webkit-scrollbar{height:8px}._KpiGrid_10j1f_5::-webkit-scrollbar-track{background:transparent}._KpiGrid_10j1f_5::-webkit-scrollbar-thumb{background-color:var(--theme-color-soft-bdr);border-radius:4px}._KpiGrid_10j1f_5>*{flex:0 0 auto;width:280px;min-width:280px}}@media(max-width:1180px){._SecondLevelGrid_10j1f_192,._MilestoneList_10j1f_505{grid-template-columns:1fr}._CriticalProjectCard_10j1f_334{grid-template-columns:minmax(0,1fr)}._RowAction_10j1f_438{justify-self:start}}@media(max-width:768px){._MainValue_10j1f_68{font-size:1.75rem}._SectionHeader_10j1f_264,._SectionControls_10j1f_293,._SectionControlsCompact_10j1f_294{align-items:flex-start;flex-direction:column}._MilestoneRow_10j1f_514{grid-template-columns:1fr}._CriticalProjectsPanel_10j1f_200,._AreaStatusPanel_10j1f_207{min-height:unset}}._ResourceDashboard_lvaz3_1{width:100%}._KpiGrid_lvaz3_5{display:flex;gap:1rem;flex-wrap:wrap;align-items:stretch}._KpiGrid_lvaz3_5>*{flex:1 1 calc(16.666% - .84rem);min-width:190px}._KpiCard_lvaz3_17{height:100%;min-width:0}._CardContent_lvaz3_22{display:flex;flex-direction:column;gap:.625rem;min-height:210px;height:100%;padding:1rem}._Header_lvaz3_31{display:flex;align-items:center;gap:.5rem;min-width:0}._Title_lvaz3_38{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;color:var(--theme-color-std-text)}._InfoIcon_lvaz3_49{display:flex;align-items:center;opacity:.55;cursor:help;flex-shrink:0}._InfoIcon_lvaz3_49:hover{opacity:1}._TooltipContent_lvaz3_61{max-width:280px;font-size:.8125rem;line-height:1.4;text-align:left}._MainValue_lvaz3_68{min-height:2.5rem;display:flex;align-items:center;gap:.5rem;font-size:2rem;font-weight:700;line-height:1.1;color:var(--theme-color-std-text)}._Breakdown_lvaz3_79{display:flex;flex-direction:column;gap:.25rem;margin-top:auto}._BreakdownItem_lvaz3_86{display:flex;align-items:center;gap:.375rem;min-width:0;font-size:.8125rem}._Dot_lvaz3_94{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:var(--theme-color-info)}._Count_lvaz3_102{min-width:1.5rem;font-weight:700;color:var(--theme-color-std-text)}._Label_lvaz3_108{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-std-text);opacity:.78}._ToneSuccess_lvaz3_117{color:var(--theme-color-success)}._ToneSuccess_lvaz3_117._Dot_lvaz3_94,._ToneSuccess_lvaz3_117 ._Dot_lvaz3_94{background:var(--theme-color-success)}._ToneWarning_lvaz3_126{color:var(--theme-color-warning)}._ToneWarning_lvaz3_126._Dot_lvaz3_94,._ToneWarning_lvaz3_126 ._Dot_lvaz3_94{background:var(--theme-color-warning)}._ToneCritical_lvaz3_135{color:var(--theme-color-alarm)}._ToneCritical_lvaz3_135._Dot_lvaz3_94,._ToneCritical_lvaz3_135 ._Dot_lvaz3_94{background:var(--theme-color-alarm)}._ToneInfo_lvaz3_144{color:var(--theme-color-info)}._ToneInfo_lvaz3_144._Dot_lvaz3_94,._ToneInfo_lvaz3_144 ._Dot_lvaz3_94{background:var(--theme-color-info)}._CardActions_lvaz3_153{margin-top:.25rem;display:flex;align-items:center}._MeldungenAction_lvaz3_159{align-self:flex-start}._EmptyText_lvaz3_163,._ErrorText_lvaz3_164{font-size:.8125rem;color:var(--theme-color-soft-text)}._ErrorText_lvaz3_164{color:var(--theme-color-alarm)}._SecondLevelGrid_lvaz3_173{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(360px,.9fr);gap:1rem;margin-top:1rem;align-items:stretch}._ResourceDashboardGroupHeader_lvaz3_181{grid-column:1 / -1;display:flex;align-items:center;gap:.5rem;margin-top:.5rem}._ResourceDashboardGroupTitle_lvaz3_189{margin:0;color:var(--theme-color-std-text);font-size:1rem;font-weight:600}._ResourceDashboardGroupInfoIcon_lvaz3_196{display:inline-flex;align-items:center;color:var(--theme-color-soft-text);cursor:help;opacity:.75}._ResourceDashboardGroupInfoIcon_lvaz3_196:hover{opacity:1;color:var(--theme-color-std-text)}._CriticalOperationsPanel_lvaz3_209,._UnplannedOperationsPanel_lvaz3_210,._SidePanel_lvaz3_211{min-width:0;width:100%}._CriticalOperationsPanel_lvaz3_209,._UnplannedOperationsPanel_lvaz3_210{height:100%;min-height:420px}._ResourceRadarPanel_lvaz3_222{grid-column:1 / -1;min-width:0;width:100%;overflow:hidden}._SectionContent_lvaz3_229{display:flex;flex-direction:column;gap:.875rem;padding:1rem;height:100%}._SectionHeader_lvaz3_237,._SectionHeaderCompact_lvaz3_238{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}._SectionHeader_lvaz3_237{flex-wrap:wrap}._SectionHeaderCompact_lvaz3_238{flex-direction:column}._SectionTitle_lvaz3_253{margin:0;font-size:1rem;font-weight:600;color:var(--theme-color-std-text)}._SectionSubtitle_lvaz3_260{margin:.125rem 0 0;font-size:.75rem;color:var(--theme-color-soft-text)}._SectionControls_lvaz3_266{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._SectionSegment_lvaz3_273{display:flex;gap:.125rem}._SectionSegmentButton_lvaz3_278{--ix-button-height: 26px;font-size:.7rem;padding:0 .5rem}._SectionToggle_lvaz3_284{display:flex;align-items:center;gap:.375rem;font-size:.7rem;color:var(--theme-color-soft-text)}._SectionState_lvaz3_292{min-height:8rem;display:flex;align-items:center;justify-content:center;color:var(--theme-color-soft-text);font-size:.875rem;text-align:center}._CriticalOperationCards_lvaz3_302,._UnplannedOperationList_lvaz3_308{display:flex;flex-direction:column;gap:.5rem}._UnplannedOperationRow_lvaz3_314{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(200px,1fr) auto;gap:.875rem;align-items:center;min-height:64px;padding:.75rem;border-radius:6px;background:var(--theme-color-component-1)}._UnplannedOperationMain_lvaz3_325,._UnplannedOperationMeta_lvaz3_326{min-width:0;display:flex;flex-direction:column;gap:.1875rem}._UnplannedOperationMain_lvaz3_325 strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-std-text);font-weight:600}._UnplannedOperationMain_lvaz3_325 span,._UnplannedOperationMeta_lvaz3_326 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-soft-text);font-size:.75rem}._CriticalOperationCard_lvaz3_302{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(220px,1.25fr) minmax(180px,1fr) auto;gap:.875rem;align-items:center;min-height:72px;padding:.75rem;border-left:4px solid var(--status-color, var(--theme-color-soft-bdr));border-radius:6px;background:var(--theme-color-component-1)}._CriticalOperationMain_lvaz3_363,._CriticalOperationMeta_lvaz3_364,._CriticalOperationProblem_lvaz3_365{min-width:0;display:flex;flex-direction:column;gap:.1875rem}._CriticalOperationMain_lvaz3_363 strong,._TableName_lvaz3_373,._BottleneckName_lvaz3_374,._AreaName_lvaz3_375{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-std-text);font-weight:600}._CriticalOperationMain_lvaz3_363 span,._CriticalOperationMeta_lvaz3_364 span,._CriticalOperationProblem_lvaz3_365 span:not(._StatusBadge_lvaz3_385),._AreaFacts_lvaz3_386{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-soft-text);font-size:.75rem}._CriticalOperationProblemLabel_lvaz3_395{color:var(--theme-color-std-text)!important;opacity:.9;font-weight:600}._CriticalOperationProblemValue_lvaz3_401{color:var(--theme-color-std-text)!important;font-weight:600}._StatusBadge_lvaz3_385{justify-self:flex-start;width:fit-content;padding:.125rem .5rem;border-radius:999px;background:color-mix(in srgb,var(--status-color, var(--theme-color-info)) 16%,transparent);color:var(--status-color, var(--theme-color-info));border:1px solid color-mix(in srgb,var(--status-color, var(--theme-color-info)) 36%,transparent);font-size:.6875rem;font-weight:600;white-space:nowrap}._StatusCritical_lvaz3_419{--status-color: var(--theme-color-alarm);color:var(--theme-color-alarm)}._StatusWarning_lvaz3_424{--status-color: var(--theme-color-warning);color:var(--theme-color-warning)}._StatusSuccess_lvaz3_429{--status-color: var(--theme-color-success);color:var(--theme-color-success)}._RowAction_lvaz3_434{justify-self:end;white-space:nowrap}._ShowMoreContainer_lvaz3_439{display:flex;justify-content:center;padding-top:.25rem}._CriticalOperationTable_lvaz3_445{width:100%;overflow-x:auto}._CriticalOperationTableHeader_lvaz3_450,._CriticalOperationTableRow_lvaz3_451{display:grid;grid-template-columns:96px minmax(160px,1.2fr) minmax(170px,1.1fr) minmax(130px,.8fr) minmax(120px,.8fr) 110px minmax(160px,1fr) 120px;gap:.75rem;align-items:center;min-width:1120px}._CriticalOperationTableHeader_lvaz3_450{padding:.625rem .75rem;border-bottom:1px solid var(--theme-color-soft-bdr);color:var(--theme-color-soft-text);font-size:.6875rem;font-weight:600;text-transform:uppercase}._CriticalOperationTableBody_lvaz3_476{display:flex;flex-direction:column}._CriticalOperationTableRow_lvaz3_451{padding:.625rem .75rem;border-bottom:1px solid var(--theme-color-soft-bdr);font-size:.8125rem}._CriticalOperationTableRow_lvaz3_451 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._BottleneckList_lvaz3_494,._AreaUtilizationList_lvaz3_495{display:flex;flex-direction:column;gap:.625rem}._BottleneckRow_lvaz3_501,._AreaUtilizationRow_lvaz3_502{display:flex;flex-direction:column;gap:.375rem;min-width:0}._BottleneckHeader_lvaz3_509,._AreaUtilizationHeader_lvaz3_510{display:grid;grid-template-columns:minmax(0,1fr) 4rem 3.5rem;gap:.5rem;align-items:baseline;font-size:.8125rem}._AreaUtilizationHeader_lvaz3_510{grid-template-columns:minmax(0,1fr) 4rem}._BottleneckHeader_lvaz3_509 strong,._AreaUtilizationHeader_lvaz3_510 strong{text-align:right;font-size:.8125rem}._BottleneckCapacity_lvaz3_528{color:var(--theme-color-soft-text);font-size:.75rem;text-align:right}._BottleneckBarTrack_lvaz3_534{position:relative;overflow:hidden;width:100%;height:.5rem;border-radius:999px;background:var(--theme-color-component-2)}._BottleneckBar_lvaz3_534{display:block;height:100%;border-radius:inherit;background:var(--status-color, var(--theme-color-info))}._EChartsBarWrapper_lvaz3_550,._EChartsHeatmapWrapper_lvaz3_551{min-width:0;width:100%}._EChartsBarWrapper_lvaz3_550{margin-top:.125rem}._EChartsHeatmapWrapper_lvaz3_551{overflow:hidden}._EChartsHeatmapWrapper_lvaz3_551 canvas{cursor:pointer}._ResourceRadarHeader_lvaz3_568{display:flex;flex-direction:column;gap:.125rem}._ResourceRadarTitleLine_lvaz3_574{display:flex;align-items:center;gap:.875rem;flex-wrap:wrap}._ResourceRadarLegend_lvaz3_581{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;color:var(--theme-color-soft-text);font-size:.7rem}._ResourceRadarModeSwitch_lvaz3_590{margin-left:auto;display:flex;align-items:center;gap:.125rem}._ResourceRadarLegend_lvaz3_581 span{display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap}._ResourceRadarLegend_lvaz3_581 span:before{content:"";width:.5rem;height:.5rem;border-radius:999px;background:var(--radar-legend-color)}._RadarLegendSuccess_lvaz3_612{--radar-legend-color: var(--theme-color-success)}._RadarLegendWarning_lvaz3_616{--radar-legend-color: var(--theme-color-warning)}._RadarLegendCritical_lvaz3_620{--radar-legend-color: var(--theme-color-alarm)}._ResourceRadarScroll_lvaz3_624{min-width:0;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:.25rem;-webkit-overflow-scrolling:touch}._ResourceRadarScroll_lvaz3_624::-webkit-scrollbar{height:8px}._ResourceRadarScroll_lvaz3_624::-webkit-scrollbar-track{background:transparent}._ResourceRadarScroll_lvaz3_624::-webkit-scrollbar-thumb{background-color:var(--theme-color-soft-bdr);border-radius:4px}._ResourceRadarGrid_lvaz3_647{display:grid;gap:.375rem;width:100%;min-width:1080px}._ResourceRadarHeaderCell_lvaz3_654,._ResourceRadarAreaCell_lvaz3_655,._ResourceRadarCellSlot_lvaz3_656,._ResourceRadarCell_lvaz3_656{min-width:0;border-radius:6px}._ResourceRadarHeaderCell_lvaz3_654{min-height:48px;padding:.625rem;background:var(--theme-color-component-2);color:var(--theme-color-soft-text);font-size:.75rem}._ResourceRadarHeaderCell_lvaz3_654 strong,._ResourceRadarHeaderCell_lvaz3_654 span{display:block}._ResourceRadarHeaderCell_lvaz3_654 strong{color:var(--theme-color-std-text);font-weight:600}._ResourceRadarAreaHeader_lvaz3_680,._ResourceRadarAreaCell_lvaz3_655{position:sticky;left:0;z-index:2}._ResourceRadarAreaCell_lvaz3_655{display:flex;flex-direction:column;justify-content:center;min-height:76px;padding:.625rem;background:var(--theme-color-component-1)}._ResourceRadarAreaCell_lvaz3_655 strong,._ResourceRadarAreaCell_lvaz3_655 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ResourceRadarAreaCell_lvaz3_655 strong{color:var(--theme-color-std-text);font-weight:600}._ResourceRadarAreaCell_lvaz3_655 span{color:var(--theme-color-soft-text);font-size:.75rem}._ResourceRadarCellSlot_lvaz3_656{min-height:76px;display:flex}._ResourceRadarCell_lvaz3_656{width:100%;min-height:76px;padding:.625rem;display:flex;flex-direction:column;justify-content:center;gap:.1875rem;border-left:4px solid var(--radar-color, var(--theme-color-soft-bdr));background:color-mix(in srgb,var(--radar-color, var(--theme-color-component-3)) 10%,var(--theme-color-component-1))}._ResourceRadarCell_lvaz3_656 strong{color:var(--theme-color-std-text);font-size:.875rem;line-height:1.1}._ResourceRadarCell_lvaz3_656 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-soft-text);font-size:.6875rem}._RadarCellSuccess_lvaz3_746{--radar-color: var(--theme-color-success)}._RadarCellWarning_lvaz3_750{--radar-color: var(--theme-color-warning)}._RadarCellCritical_lvaz3_754{--radar-color: var(--theme-color-alarm)}._RadarDrawerBackdrop_lvaz3_758{position:fixed;top:var(--agent-header-height, 3rem);right:0;bottom:0;left:0;z-index:100000;pointer-events:none;background:transparent;transition:background .18s ease}._RadarDrawerBackdropOpen_lvaz3_770{pointer-events:auto;background:#00000080}._RadarDrawer_lvaz3_758{position:fixed;top:var(--agent-header-height, 3rem);right:0;width:min(420px,100vw);height:calc(100vh - var(--agent-header-height, 3rem));height:calc(100dvh - var(--agent-header-height, 3rem));display:flex;flex-direction:column;background:var(--theme-color-1);border-left:1px solid var(--theme-color-soft-bdr);box-shadow:-16px 0 48px #0000003d;transform:translate(100%);transition:transform .18s ease;z-index:100001;pointer-events:auto;overflow:hidden}._RadarDrawerOpen_lvaz3_794{transform:translate(0)}._RadarDrawerHeader_lvaz3_798{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.875rem 1rem;border-bottom:1px solid var(--theme-color-soft-bdr)}._RadarDrawerHeader_lvaz3_798 ix-button{--ix-button-height: 40px;min-width:48px}._RadarDrawerHeader_lvaz3_798 h3{margin:0;color:var(--theme-color-std-text);font-size:1rem;font-weight:600}._RadarDrawerHeader_lvaz3_798 span{display:block;margin-top:.1875rem;color:var(--theme-color-soft-text);font-size:.75rem}._RadarDrawerBody_lvaz3_826{min-height:0;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding:.875rem 1rem 1rem}._RadarDrawerKpis_lvaz3_836{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}._RadarDrawerKpis_lvaz3_836>div{min-width:0;padding:.75rem;border-radius:6px;background:var(--theme-color-component-2)}._RadarDrawerKpis_lvaz3_836 strong,._RadarDrawerKpis_lvaz3_836 span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._RadarDrawerKpis_lvaz3_836 strong{color:var(--theme-color-std-text);font-size:1.125rem;line-height:1.1}._RadarDrawerKpis_lvaz3_836 span{margin-top:.25rem;color:var(--theme-color-soft-text);font-size:.75rem}._RadarDrawerSummary_lvaz3_870{padding:.625rem .75rem;border-radius:6px;background:var(--theme-color-component-1);color:var(--theme-color-soft-text);font-size:.75rem;line-height:1.35}._RadarDrawerItem_lvaz3_879{display:flex;flex-direction:column;gap:.625rem;padding:.75rem;border-radius:6px;background:var(--theme-color-component-2)}._RadarDrawerItemMain_lvaz3_888{min-width:0;display:flex;flex-direction:column;gap:.25rem}._RadarDrawerItemMain_lvaz3_888 strong,._RadarDrawerItemMain_lvaz3_888 span,._RadarDrawerItemMain_lvaz3_888 small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._RadarDrawerItemMain_lvaz3_888 strong{color:var(--theme-color-std-text);font-weight:600}._RadarDrawerItemMain_lvaz3_888 span,._RadarDrawerItemMain_lvaz3_888 small{color:var(--theme-color-soft-text);font-size:.75rem}._RadarDrawerType_lvaz3_915{width:fit-content;padding:.125rem .5rem;border-radius:999px;background:color-mix(in srgb,var(--radar-drawer-type-color, var(--theme-color-info)) 16%,transparent);color:var(--radar-drawer-type-color, var(--theme-color-info))!important;border:1px solid color-mix(in srgb,var(--radar-drawer-type-color, var(--theme-color-info)) 36%,transparent);font-size:.6875rem!important;font-weight:600}._RadarDrawerType_attention_lvaz3_926{--radar-drawer-type-color: var(--theme-color-warning)}._RadarDrawerType_critical_lvaz3_930{--radar-drawer-type-color: var(--theme-color-alarm)}._RadarDrawerItemActions_lvaz3_934{display:flex;align-items:center;justify-content:flex-end;gap:.375rem;flex-wrap:wrap}._RadarDrawerItemActions_lvaz3_934 ix-button{--ix-button-height: 34px;font-size:.75rem}@media(max-width:900px){._KpiGrid_lvaz3_5>*{flex-basis:calc(50% - .5rem)}._SecondLevelGrid_lvaz3_173,._CriticalOperationCard_lvaz3_302,._UnplannedOperationRow_lvaz3_314{grid-template-columns:1fr}._RowAction_lvaz3_434{justify-self:start}}@media(max-width:600px){._KpiGrid_lvaz3_5{gap:.75rem}._KpiGrid_lvaz3_5>*{flex-basis:100%}}._RiskListCard_id5ft_7{height:100%;min-height:380px;width:100%;max-width:100%;--local-header-bg: #f5f7f9}[data-ix-color-schema=dark] ._RiskListCard_id5ft_7{--local-header-bg: #283236}._CardContent_id5ft_22{display:flex;flex-direction:column;height:100%;padding:1rem .5rem;width:100%}._Header_id5ft_31{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}._HeaderLeft_id5ft_40{display:flex;flex-direction:column;gap:.125rem}._Title_id5ft_46{margin:0;font-size:1rem;font-weight:600;color:var(--theme-color-std-text)}._Subtitle_id5ft_53{font-size:.7rem;color:var(--theme-color-soft-text);opacity:.7}._HeaderRight_id5ft_59{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._ViewToggle_id5ft_66{display:flex;gap:.125rem}._ViewBtn_id5ft_71{--ix-button-height: 26px;font-size:.7rem;padding:0 .5rem}._FilterToggle_id5ft_77{display:flex;align-items:center;gap:.375rem}._FilterLabel_id5ft_83{font-size:.7rem;color:var(--theme-color-soft-text)}._ListContent_id5ft_89{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;width:100%}._EmptyState_id5ft_98{display:flex;align-items:center;justify-content:center;height:100%;padding:1.5rem}._EmptyText_id5ft_106{color:var(--theme-color-soft-text);text-align:center;font-size:.875rem}._LoadingState_id5ft_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_id5ft_126{display:flex;justify-content:center;padding:.75rem 0;margin-top:.5rem}._ShowMoreBtn_id5ft_133{font-size:.8rem}._CardList_id5ft_138{display:flex;flex-direction:column;gap:.375rem;width:100%;max-width:100%}._RiskRow_id5ft_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_id5ft_146:hover{background:var(--theme-color-component-2);border-color:var(--theme-color-primary)}._RiskBadge_id5ft_170{width:4px;align-self:stretch;border-radius:2px}._RowContent_id5ft_176{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}._RowTop_id5ft_184{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._OrderNumber_id5ft_191{font-weight:600;color:var(--theme-color-primary);font-size:.875rem}._Separator_id5ft_197{color:var(--theme-color-soft-text);opacity:.5}._CustomerName_id5ft_202{color:var(--theme-color-std-text);font-size:.875rem}._RowBottom_id5ft_207{display:flex;align-items:center}._ArticleInfo_id5ft_212{font-size:.75rem;color:var(--theme-color-soft-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._DeliveryCol_id5ft_220{display:flex;flex-direction:column;align-items:flex-end}._DeliveryDate_id5ft_226{font-weight:600;font-size:.875rem}._DaysUntil_id5ft_231{font-size:.7rem;color:var(--theme-color-soft-text);opacity:.8}._CauseCol_id5ft_237{display:flex;align-items:center;gap:.5rem;color:var(--theme-color-soft-text)}._CauseText_id5ft_244{font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ImpactCol_id5ft_251{text-align:right}._ImpactValue_id5ft_255{font-weight:600;font-size:.875rem;color:var(--risk-color, var(--theme-color-soft-text))}._ActionCol_id5ft_262{width:32px;display:flex;align-items:center;justify-content:center}._ContextIcon_id5ft_269{opacity:0;transition:opacity .2s ease;cursor:pointer;color:var(--theme-color-soft-text)}._ContextIcon_id5ft_269:hover{color:var(--theme-color-primary)}._ContextIcon_id5ft_269._Visible_id5ft_280,._RiskRow_id5ft_146:hover ._ContextIcon_id5ft_269{opacity:1}._HoverHint_id5ft_286{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_id5ft_286:hover{background:var(--theme-color-primary--hover);transform:translate(-50%) scale(1.02)}._TableView_id5ft_314{display:flex;flex-direction:column;width:100%;max-height:400px;overflow-y:auto}._TableHeader_id5ft_322{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_id5ft_340{display:flex;flex-direction:column}._TableRow_id5ft_345{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_id5ft_345:hover{background:var(--theme-color-component-2)}._ColRisk_id5ft_361{display:flex;align-items:center;gap:.5rem}._RiskDot_id5ft_367{width:8px;height:8px;border-radius:50%;flex-shrink:0;background-color:var(--risk-color, var(--theme-color-soft-text))}._RiskLabel_id5ft_375{font-size:.75rem}._ColOrder_id5ft_379{display:flex;flex-direction:column;gap:.125rem;min-width:0}._OrderNumberLink_id5ft_386{font-weight:600;color:var(--theme-color-primary);font-size:.875rem;cursor:pointer}._OrderNumberLink_id5ft_386:hover{text-decoration:underline}._CustomerNameTable_id5ft_397{font-size:.75rem;color:var(--theme-color-soft-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ColDelivery_id5ft_405{display:flex;flex-direction:column;align-items:flex-start;font-size:.875rem}._DaysUntilTable_id5ft_412{font-size:.7rem;color:var(--theme-color-soft-text)}._ColCause_id5ft_417{display:flex;align-items:center;gap:.5rem;color:var(--theme-color-soft-text);min-width:0}._ColImpact_id5ft_425{display:flex;align-items:center;justify-content:flex-end}@media(max-width:1000px){._CauseCol_id5ft_237{display:none}._RiskRow_id5ft_146{grid-template-columns:4px 2fr 1fr .8fr 32px;gap:.75rem}._TableHeader_id5ft_322,._TableRow_id5ft_345{grid-template-columns:100px 2fr 80px 70px;gap:.75rem}._TableHeader_id5ft_322 ._ColCause_id5ft_417,._TableRow_id5ft_345 ._ColCause_id5ft_417{display:none}}._SubtitleCritical_id5ft_456{color:var(--theme-color-alarm);margin-right:8px}._SubtitleWarning_id5ft_461{color:var(--theme-color-warning)}._SubtitleSuccess_id5ft_465{color:var(--theme-color-success)}._DaysUntilOverdue_id5ft_469{color:var(--theme-color-alarm)}._CapacityCard_nvzue_7{height:100%;min-height:380px;width:100%}._CardContent_nvzue_13{display:flex;flex-direction:column;height:100%;padding:1rem}._Header_nvzue_21{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}._HeaderLeft_nvzue_30{display:flex;flex-direction:column;gap:.125rem}._TitleRow_nvzue_36{display:flex;align-items:center;gap:.5rem}._Title_nvzue_36{margin:0;font-size:1rem;font-weight:600;color:var(--theme-color-std-text)}._Subtitle_nvzue_49{font-size:.7rem;color:var(--theme-color-soft-text);opacity:.7}._HeaderRight_nvzue_55{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._ViewToggle_nvzue_62,._TimeToggle_nvzue_63{display:flex;gap:.125rem}._ViewBtn_nvzue_68{--ix-button-height: 26px;font-size:.7rem;padding:0 .5rem}._ContentArea_nvzue_75{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0;width:100%}._BarsLayout_nvzue_85{display:grid;grid-template-columns:1.5fr 1fr;gap:1.25rem;height:100%;min-height:0;width:100%}._ChartSection_nvzue_95{display:flex;flex-direction:column;gap:.5rem;min-height:0;width:100%}._TotalHeader_nvzue_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_nvzue_114{display:flex;align-items:baseline;gap:.5rem}._TotalLabel_nvzue_120{font-size:.8rem;color:var(--theme-color-soft-text)}._InfoIcon_nvzue_125{display:inline-flex;align-items:center;cursor:help;color:var(--theme-color-soft-text);opacity:.7;transition:opacity .2s}._InfoIcon_nvzue_125:hover{opacity:1}._TotalValue_nvzue_138{font-size:1.375rem;font-weight:700}._OverloadInfo_nvzue_143{font-size:.75rem;color:var(--theme-color-soft-text);opacity:.8}._ChartWrapper_nvzue_149{flex:1;min-height:180px;width:100%}._BottlenecksSection_nvzue_156{display:flex;flex-direction:column;gap:.5rem;min-height:0;overflow-y:auto;width:100%}._SectionHeader_nvzue_165{display:flex;align-items:center;justify-content:space-between;gap:.5rem}._SectionTitle_nvzue_172{font-size:.8rem;color:var(--theme-color-soft-text);font-weight:600}._BottleneckGrid_nvzue_178{display:flex;flex-direction:column;gap:.5rem;width:100%}._BottleneckCard_nvzue_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_nvzue_185._Highlighted_nvzue_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_nvzue_204{display:flex;justify-content:space-between;align-items:center;width:100%}._BnName_nvzue_211{font-size:.875rem;font-weight:500}._BnValue_nvzue_216{font-weight:700;font-size:1rem}._BnBarWrapper_nvzue_221{height:8px;background:var(--theme-color-component-2);border-radius:4px;overflow:visible;position:relative;width:100%}._BnBar_nvzue_221{height:100%;border-radius:4px;transition:width .3s ease}._BnCapacityMark_nvzue_236{position:absolute;left:66.67%;top:-3px;bottom:-3px;width:2px;background:var(--theme-color-soft-text);opacity:.5;border-radius:1px}._BnContext_nvzue_247{font-size:.7rem;color:var(--theme-color-soft-text);opacity:.7}._HeatmapSection_nvzue_254{flex:1;width:100%;min-height:280px;display:flex;flex-direction:column}._LoadingState_nvzue_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_nvzue_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_nvzue_288{font-size:.75rem;color:var(--theme-color-soft-text);opacity:.7;padding:.5rem 0}@media(max-width:1000px){._BarsLayout_nvzue_85{grid-template-columns:1fr;gap:1rem}._ChartWrapper_nvzue_149{min-height:150px}._BottleneckGrid_nvzue_178{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}}._TooltipContent_nvzue_315{max-width:280px}._TooltipParagraph_nvzue_319{margin:.5rem 0 0}._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_1erjd_10{padding-right:2rem}._List_1erjd_14{display:flex;flex-direction:column;gap:2rem;padding-bottom:1.5rem;padding-right:1rem}._List_1erjd_14._h-100_1erjd_22{min-height:100%;box-sizing:border-box}._TabBar_1erjd_27{width:100%}._PlaceholderPanel_1erjd_31{width:100%;padding:1.25rem;border:1px solid var(--theme-color-soft-bdr);border-radius:.25rem;background:var(--theme-color-component-1)}._PlaceholderPanel_1erjd_31 h2{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--theme-color-std-text)}._PlaceholderPanel_1erjd_31 p{margin:0;font-size:.875rem;color:var(--theme-color-soft-text)}._ConflictHint_1bdyh_6{margin-top:1rem}._pageWrapper_17q7l_12{display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden}._pageWrapper_17q7l_12>ix-content-header{flex-shrink:0;margin-bottom:1rem}._headerActions_17q7l_29{display:flex;gap:12px;align-items:center}._DesktopOnly_17q7l_36{display:flex!important}._MobileOnly_17q7l_40{display:none!important}._MediumScreenTooltip_17q7l_44{display:none;pointer-events:none}._controlZone_17q7l_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_17q7l_63{display:flex;align-items:center;gap:12px}._navIcon_17q7l_69{cursor:pointer;color:var(--theme-color-std-text);transition:all .2s ease;border-radius:50%;padding:4px}._navIcon_17q7l_69:hover{background-color:var(--theme-color-component-2);color:var(--theme-color-primary)}._navigationTitle_17q7l_82{font-size:18px;font-weight:600;color:var(--theme-color-std-text);min-width:160px;text-align:center}._viewSelector_17q7l_90{display:flex;align-items:center;gap:8px}._viewLabel_17q7l_96{font-size:14px;font-weight:500;color:var(--theme-color-std-text)}._actionButtonsGroup_17q7l_102{display:flex;gap:4px;align-items:center}._modeToggle_17q7l_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_17q7l_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_17q7l_117:hover:not(:disabled){background-color:var(--theme-color-component-3)}._toggleBtn_17q7l_117._active_17q7l_133{background-color:var(--theme-color-primary);color:var(--theme-color-inv-text)}._toggleBtn_17q7l_117:disabled{opacity:.5;cursor:not-allowed}._contentZone_17q7l_146{display:flex;flex-direction:row;flex:1 1 auto;min-height:0;overflow:hidden;background-color:var(--theme-color-component-1)}._employeePanel_17q7l_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_17q7l_169{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}._employeeHeader_17q7l_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_17q7l_181._monthMode_17q7l_195{height:100px;min-height:100px}._employeeHeaderTitle_17q7l_200{font-size:13px;font-weight:600;color:var(--theme-color-std-text);display:flex;align-items:center;gap:8px}._filterCount_17q7l_209{font-size:11px;font-weight:400;color:var(--theme-color-soft-text)}._employeeHeaderControls_17q7l_215{display:flex;align-items:center;gap:4px}._searchWrapper_17q7l_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_17q7l_222 ix-icon{color:var(--theme-color-soft-text);flex-shrink:0}._searchInput_17q7l_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_17q7l_238::placeholder{color:var(--theme-color-soft-text)}._clearSearch_17q7l_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_17q7l_253:hover{background-color:var(--theme-color-component-3);color:var(--theme-color-std-text)}._filterAnchor_17q7l_272{position:relative}._placeholderInfo_17q7l_277{margin-left:12px;opacity:.5}._placeholderOverlay_17q7l_282{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--theme-color-soft-bkg, rgba(0, 0, 0, .2));z-index:1}._placeholderRowGrid_17q7l_289{position:relative;pointer-events:none}._filterBtn_17q7l_295{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_17q7l_295:hover{background-color:var(--theme-color-component-2)}._filterBtn_17q7l_295._active_17q7l_133{color:var(--theme-color-primary)}._filterBadge_17q7l_317{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_17q7l_334{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_17q7l_349{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_17q7l_360{background:none;border:none;color:var(--theme-color-primary);font-size:12px;cursor:pointer;padding:2px 6px;border-radius:3px}._clearFiltersBtn_17q7l_360:hover{background-color:var(--theme-color-primary--hover)}._filterSection_17q7l_374{padding:10px 14px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._filterSection_17q7l_374:last-child{border-bottom:none}._filterSectionTitle_17q7l_383{font-size:11px;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}._filterOptions_17q7l_392{display:flex;flex-direction:column;gap:6px}._filterOption_17q7l_392{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--theme-color-std-text);cursor:pointer;padding:4px 0}._filterOption_17q7l_392 input[type=checkbox]{width:14px;height:14px;accent-color:var(--theme-color-primary);cursor:pointer}._noOptions_17q7l_415{font-size:12px;color:var(--theme-color-soft-text);font-style:italic}._employeeHeader_17q7l_181 h3{margin:0;font-size:14px;font-weight:600;color:var(--theme-color-std-text)}._sortBtn_17q7l_428{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_17q7l_428:hover{background-color:var(--theme-color-component-2)}._sortMenu_17q7l_445{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_17q7l_458{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_17q7l_458:hover{background-color:var(--theme-color-component-2)}._sortMenuItem_17q7l_458._active_17q7l_133{background-color:var(--theme-color-component-3);font-weight:600}._employeeList_17q7l_481{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_17q7l_481::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;background:transparent!important}._employeeList_17q7l_481::-webkit-scrollbar-thumb{display:none!important;background:transparent!important}._employeeList_17q7l_481::-webkit-scrollbar-track{display:none!important;background:transparent!important}._employeeRow_17q7l_515{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_17q7l_515:nth-child(2n){background-color:#ffffff05}._employeeRow_17q7l_515:hover{background-color:#ffffff0f}._employeeRow_17q7l_515._monthMode_17q7l_195{height:56px}._employeeAvatar_17q7l_541{position:relative;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}._statusBadge_17q7l_551{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_17q7l_565{flex:1;min-width:0;overflow:hidden}._employeeName_17q7l_571{font-size:14px;font-weight:500;color:var(--theme-color-std-text);display:flex;align-items:center;gap:6px;min-width:0}._employeeNameText_17q7l_581{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;min-width:0}._employeeRole_17q7l_589{font-size:11px;color:var(--theme-color-soft-text);margin-top:2px;display:flex;align-items:center;gap:4px}._employeeId_17q7l_598{color:var(--theme-color-std-text);font-weight:500}._employeeRoleSeparator_17q7l_603{color:var(--theme-color-soft-text);opacity:.5}._maschinenartBadge_17q7l_608{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_17q7l_621{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_17q7l_636{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_17q7l_515:hover ._employeeMenuBtn_17q7l_636{opacity:1}._employeeMenuBtn_17q7l_636:hover{background-color:var(--theme-color-component-3)}._employeeMenu_17q7l_636{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_17q7l_636 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_17q7l_636 button:hover{background-color:var(--theme-color-component-3)}._calendarHeaderWrapper_17q7l_691{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_17q7l_691::-webkit-scrollbar{display:none}._weekRow_17q7l_709{display:grid;min-width:max-content;height:28px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._weekCell_17q7l_717{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_17q7l_717:last-child{border-right:none}._dayRow_17q7l_735{display:grid;min-width:max-content;height:72px}._dayRow_17q7l_735._monthMode_17q7l_195{height:72px}._dayCell_17q7l_746{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_17q7l_735._monthMode_17q7l_195 ._dayCell_17q7l_746{padding:4px 2px}._dayCell_17q7l_746:last-child{border-right:none}._dayCell_17q7l_746._today_17q7l_769{background-color:var(--theme-color-primary)}._dayCell_17q7l_746._today_17q7l_769 ._dayName_17q7l_773,._dayCell_17q7l_746._today_17q7l_769 ._dayNumber_17q7l_774,._dayCell_17q7l_746._today_17q7l_769 ._todayLabel_17q7l_775{color:var(--theme-color-inv-text)}._dayCell_17q7l_746._weekend_17q7l_779,._dayCell_17q7l_746._holiday_17q7l_783{background-color:#f443360d}._dayCell_17q7l_746._outside_17q7l_787{opacity:.5}._dayName_17q7l_773{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_17q7l_746._today_17q7l_769 ._dayName_17q7l_773{background-color:#fff3}._dayCell_17q7l_746._weekend_17q7l_779 ._dayName_17q7l_773,._dayCell_17q7l_746._holiday_17q7l_783 ._dayName_17q7l_773{background-color:#f4433626;color:#e53935}._dayNumber_17q7l_774{font-size:15px;font-weight:700;color:var(--theme-color-std-text);line-height:1}._todayLabel_17q7l_775{font-size:9px;font-weight:600;color:var(--theme-color-inv-text);text-transform:uppercase;letter-spacing:.3px;margin-top:2px}._calendarBody_17q7l_832{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_17q7l_832::-webkit-scrollbar{width:10px;height:10px}._calendarBody_17q7l_832::-webkit-scrollbar-track{background:var(--theme-color-component-2)}._calendarBody_17q7l_832::-webkit-scrollbar-thumb{background:var(--theme-color-1);border-radius:5px;border:2px solid var(--theme-color-component-2)}._calendarBody_17q7l_832::-webkit-scrollbar-thumb:hover{background:var(--theme-color-primary)}._calendarBody_17q7l_832::-webkit-scrollbar-corner{background:var(--theme-color-component-2)}._shiftGrid_17q7l_875{display:flex;flex-direction:column;min-width:max-content}._shiftRow_17q7l_881{display:grid;height:70px}._shiftRow_17q7l_881._monthMode_17q7l_195{height:56px}._shiftCell_17q7l_891{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_17q7l_881:nth-child(2n) ._shiftCell_17q7l_891{background-color:#ffffff05}._shiftCell_17q7l_891:hover{background-color:#ffffff0f}._shiftCell_17q7l_891._today_17q7l_769,._shiftRow_17q7l_881:nth-child(2n) ._shiftCell_17q7l_891._today_17q7l_769{background-color:#00a5bf1f}._shiftCell_17q7l_891._today_17q7l_769:hover,._shiftRow_17q7l_881:nth-child(2n) ._shiftCell_17q7l_891._today_17q7l_769:hover{background-color:#00a5bf33}._shiftCell_17q7l_891._holiday_17q7l_783,._shiftRow_17q7l_881:nth-child(2n) ._shiftCell_17q7l_891._holiday_17q7l_783{background-color:#f443360d}._shiftCell_17q7l_891._outside_17q7l_787{opacity:.5;background-color:#00000008}._shiftRow_17q7l_881:nth-child(2n) ._shiftCell_17q7l_891._outside_17q7l_787{background-color:#0000000d}._shiftCell_17q7l_891._monthMode_17q7l_195{padding:2px}._shiftCell_17q7l_891:last-child{border-right:none}._emptyCell_17q7l_953{color:var(--theme-color-weak-text);font-size:18px;font-weight:300;opacity:0;transition:opacity .2s}._shiftCell_17q7l_891:hover ._emptyCell_17q7l_953{opacity:.6}._shiftBlock_17q7l_968{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_17q7l_968:hover{transform:scale(1.02);box-shadow:0 2px 8px #0003}._shiftBlock_17q7l_968._compact_17q7l_994{height:calc(100% - 4px);padding:4px 6px;align-items:center;justify-content:center}._shiftHeader_17q7l_1001{display:flex;align-items:center;gap:6px;min-width:0;width:100%;max-width:100%;overflow:hidden}._statusDot_17q7l_1011{width:6px;height:6px;border-radius:50%;flex-shrink:0}._statusDot_17q7l_1011._bestaetigt_17q7l_1018{background-color:#4caf50}._statusDot_17q7l_1011._geplant_17q7l_1022{background-color:#ff9800}._statusDot_17q7l_1011._vorgemerkt_17q7l_1026{background-color:#9e9e9e}._shiftTime_17q7l_1030{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_17q7l_1042{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_17q7l_1054{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:700;color:var(--theme-color-std-text)}._tooltip_17q7l_1066{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_17q7l_1079{font-size:14px;font-weight:600;color:var(--theme-color-std-text);margin-bottom:4px}._tooltipSubtitle_17q7l_1086{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_17q7l_1094{display:flex;justify-content:space-between;font-size:12px;padding:4px 0}._tooltipRow_17q7l_1094 span:first-child{color:var(--theme-color-soft-text)}._tooltipRow_17q7l_1094 span:last-child{color:var(--theme-color-std-text);font-weight:500}._contextMenuOverlay_17q7l_1113{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}._contextMenu_17q7l_1113{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_17q7l_1134{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_17q7l_1134:hover{background-color:var(--theme-color-component-3)}._contextMenuItem_17q7l_1134._destructive_17q7l_1149{color:var(--theme-color-alarm)}._contextMenuItem_17q7l_1134._destructive_17q7l_1149:hover{background-color:#cc00331a}._contextDivider_17q7l_1157{height:1px;background-color:var(--theme-color-component-5);margin:4px 0}@media(max-width:1200px){._employeePanel_17q7l_156{width:240px;min-width:240px}._shiftCell_17q7l_891,._dayCell_17q7l_746{min-width:100px}}@media(max-width:900px){._controlZone_17q7l_52{flex-wrap:wrap;gap:12px}._modeToggle_17q7l_108{order:3;width:100%;justify-content:center}}._loadingSpinner_17q7l_1197{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_17q7l_1 .8s linear infinite;margin-right:6px}@keyframes _spin_17q7l_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and (max-width:1919px)and (min-width:1600px){._MobileOnly_17q7l_40{display:flex!important}._DesktopOnly_17q7l_36{display:none!important}._ButtonText_17q7l_1226{display:inline-block;margin-left:4px}._HideOnMedium_17q7l_1232{display:none!important}._MediumScreenTooltip_17q7l_44{display:block!important}}@media(max-width:1599px){._MobileOnly_17q7l_40{display:flex!important}._DesktopOnly_17q7l_36{display:none!important}._ButtonText_17q7l_1226{display:inline-block;margin-left:4px}._HideOnMedium_17q7l_1232{display:none!important}._MediumScreenTooltip_17q7l_44{display:block!important}}[data-ix-color-schema=light] ._shiftCell_17q7l_891{border-right:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}[data-ix-color-schema=light] ._employeeRow_17q7l_515{border-bottom:1px solid rgba(0,0,0,.1)}[data-ix-color-schema=light] ._shiftRow_17q7l_881:nth-child(2n) ._shiftCell_17q7l_891,[data-ix-color-schema=light] ._employeeRow_17q7l_515:nth-child(2n){background-color:#00000008}[data-ix-color-schema=light] ._shiftCell_17q7l_891:hover,[data-ix-color-schema=light] ._employeeRow_17q7l_515:hover{background-color:#0000000f}[data-ix-color-schema=light] ._shiftCell_17q7l_891._today_17q7l_769,[data-ix-color-schema=light] ._shiftRow_17q7l_881:nth-child(2n) ._shiftCell_17q7l_891._today_17q7l_769{background-color:#00a5bf1a}[data-ix-color-schema=light] ._shiftCell_17q7l_891._today_17q7l_769:hover,[data-ix-color-schema=light] ._shiftRow_17q7l_881:nth-child(2n) ._shiftCell_17q7l_891._today_17q7l_769:hover{background-color:#00a5bf33}._placeholderRow_17q7l_289{justify-content:center}._placeholderRow_17q7l_289 ._shiftCell_17q7l_891{opacity:.15;border-right:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);background-color:transparent}._placeholderRow_17q7l_289 ._emptyCell_17q7l_953{display:none}[data-ix-color-schema=light] ._placeholderRow_17q7l_289{background-color:transparent!important;border-bottom:none}[data-ix-color-schema=light] ._placeholderRow_17q7l_289 ._employeeInfo_17q7l_565{opacity:1!important}[data-ix-color-schema=light] ._placeholderRow_17q7l_289 ._employeeName_17q7l_571{color:var(--theme-color-soft-text);font-style:italic}[data-ix-color-schema=light] ._placeholderRow_17q7l_289 ._shiftCell_17q7l_891{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_17q7l_289 ._shiftCell_17q7l_891._today_17q7l_769{background-color:#00a5bf0d}._employeeTooltipContent_17q7l_1349{min-width:200px;text-align:left}._employeeTooltipTitle_17q7l_1354{padding-bottom:6px;margin-bottom:8px;border-bottom:1px solid rgba(255,255,255,.2);font-weight:600}._employeeTooltipMuted_17q7l_1361,._employeeTooltipMutedInline_17q7l_1362{opacity:.7}._employeeTooltipMutedInline_17q7l_1362{margin-left:8px}._employeeTooltipSection_17q7l_1370{margin-bottom:6px}._employeeTooltipList_17q7l_1374{margin-top:2px;margin-left:8px}._DrawerPane_1vy4d_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_1vy4d_1 .3s cubic-bezier(.4,0,.2,1)}._DrawerPane_1vy4d_7 ix-pane{height:100%!important;display:flex!important;flex-direction:column!important}._DrawerPane_1vy4d_7 ix-pane-header{flex-shrink:0!important}._DrawerPane_1vy4d_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_1vy4d_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}._DrawerPane_1vy4d_7 ix-pane-header{position:relative;overflow:hidden}._DrawerPane_1vy4d_7 ix-pane-header ix-icon-button,._DrawerPane_1vy4d_7 ix-pane-header [slot=icon-expand-header],._DrawerPane_1vy4d_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_1vy4d_74{position:absolute;top:8px;right:8px;z-index:10;pointer-events:auto}._CloseButton_1vy4d_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_1vy4d_74:hover{background-color:#ffffff1a;color:var(--theme-color-std-text)}._CloseButton_1vy4d_74:active{background-color:#ffffff26}._DrawerContent_1vy4d_110{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;min-height:0;padding:0}._Subtitle_1vy4d_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_1vy4d_126{padding:16px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:0}._Section_1vy4d_126:last-of-type{border-bottom:none;margin-bottom:0}._SectionTitle_1vy4d_137{margin:0 0 16px;font-size:15px;font-weight:600;color:var(--theme-color-std-text)}._FormGroup_1vy4d_144{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}._FormGroup_1vy4d_144:last-child{margin-bottom:0}._Label_1vy4d_155{font-size:13px;font-weight:500;color:var(--theme-color-weak-text);letter-spacing:.5px}._TimeRow_1vy4d_162{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}._TimeRow_1vy4d_162 ._FormGroup_1vy4d_144{margin-bottom:0}._Error_1vy4d_173{font-size:12px;color:#f44336;margin-top:4px}._Footer_1vy4d_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_1vy4d_190{display:flex;align-items:center}._DeleteButton_1vy4d_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_1vy4d_195:hover{background-color:#f443361a;border-radius:4px}._FooterActions_1vy4d_214{display:flex;gap:12px;margin-left:auto}._FooterActions_1vy4d_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_1vy4d_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_1vy4d_274:hover{background:#ffffff0d;border-color:#ffffff40}._DateInput_1vy4d_274:focus{outline:none;border-color:var(--theme-color-primary);background:#ffffff14}._DateInput_1vy4d_274::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer;opacity:.7;transition:opacity .2s ease}._DateInput_1vy4d_274::-webkit-calendar-picker-indicator:hover{opacity:1}._MachineSelection_1vy4d_312{position:relative;display:flex;flex-direction:column;gap:0}._SelectedMachines_1vy4d_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_1vy4d_337{color:var(--theme-color-weak-text);font-style:italic}._MachineDropdown_1vy4d_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_1vy4d_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_1vy4d_352:hover{background-color:#ffffff14}._CheckboxItem_1vy4d_352 input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--theme-color-primary)}._CheckboxItem_1vy4d_352 span{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._MachineAssignmentHeader_1vy4d_383{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._AddAssignmentButton_1vy4d_390{padding:6px 12px;font-size:12px;background-color:var(--theme-color-primary);color:#fff;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:4px}._AssignmentEmpty_1vy4d_403{padding:16px;text-align:center;color:var(--theme-color-soft-text);border:1px dashed var(--theme-color-soft-bdr);border-radius:4px}._AssignmentList_1vy4d_411{display:flex;flex-direction:column;gap:12px}._AssignmentCard_1vy4d_417{border:1px solid var(--theme-color-soft-bdr);border-radius:4px;padding:12px;background-color:var(--theme-color-component-2)}._AssignmentCardHeader_1vy4d_424{display:flex;justify-content:space-between;margin-bottom:8px}._AssignmentCardTitle_1vy4d_430{font-size:12px;font-weight:500}._AssignmentRemoveButton_1vy4d_435{background:none;border:none;cursor:pointer;color:var(--theme-color-alarm);padding:4px;display:flex;align-items:center}._AssignmentField_1vy4d_445{margin-bottom:8px}._AssignmentTimeGrid_1vy4d_449{display:grid;grid-template-columns:1fr 1fr;gap:8px}._AssignmentSubLabel_1vy4d_455{font-size:12px;display:block;margin-bottom:4px}._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_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}._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_4pihd_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_4pihd_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_4pihd_32{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--theme-color-component-5)}._ModalHeader_4pihd_32 h2{margin:0;font-size:18px;font-weight:600;color:var(--theme-color-std-text)}._CloseButton_4pihd_47{background:none;border:none;font-size:20px;color:var(--theme-color-weak-text);cursor:pointer;padding:4px 8px;transition:color .2s ease}._CloseButton_4pihd_47:hover{color:var(--theme-color-std-text)}._ModalContent_4pihd_61{padding:20px;display:flex;flex-direction:column;gap:24px;max-height:60vh;overflow-y:auto}._Section_4pihd_70{display:flex;flex-direction:column;gap:12px}._SectionTitle_4pihd_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_4pihd_85{display:flex;flex-direction:column;gap:6px}._Label_4pihd_91{font-size:13px;font-weight:500;color:var(--theme-color-std-text)}._InputRow_4pihd_97{display:flex;align-items:center;gap:10px}._Separator_4pihd_103{font-size:16px;font-weight:600;color:var(--theme-color-weak-text)}._RangeTypeToggle_4pihd_109{display:flex;gap:0;border-radius:4px;overflow:hidden;border:1px solid var(--theme-color-component-5)}._ToggleBtn_4pihd_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_4pihd_117:first-child{border-right:1px solid var(--theme-color-component-5)}._ToggleBtn_4pihd_117:hover:not(._active_4pihd_133):not(:disabled){background-color:var(--theme-color-component-2)}._ToggleBtn_4pihd_117._active_4pihd_133{background-color:var(--theme-color-primary);color:#fff}._ToggleBtn_4pihd_117:disabled{opacity:.6;cursor:not-allowed}._DateInput_4pihd_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_4pihd_147:focus{outline:none;border-color:var(--theme-color-primary)}._Warning_4pihd_162{padding:12px;background-color:var(--theme-color-alarm--active);border-radius:4px;color:#fff;font-size:13px;text-align:center}._ModalFooter_4pihd_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}._CancelDialog_4pihd_182{padding:20px;min-width:300px}._CancelDialogHint_4pihd_187{margin-top:12px;opacity:.8}._CancelDialogActions_4pihd_192{display:flex;gap:12px;margin-top:20px;justify-content:flex-end}._ModalOverlay_d8yc0_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_d8yc0_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_d8yc0_32{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--theme-color-component-5)}._ModalHeader_d8yc0_32 h2{margin:0;font-size:18px;font-weight:600;color:var(--theme-color-std-text)}._CloseButton_d8yc0_47{background:none;border:none;font-size:20px;color:var(--theme-color-weak-text);cursor:pointer;padding:4px 8px;transition:color .2s ease}._CloseButton_d8yc0_47:hover{color:var(--theme-color-std-text)}._ModalContent_d8yc0_61{padding:20px;display:flex;flex-direction:column;gap:24px;max-height:60vh;overflow-y:auto}._InfoBox_d8yc0_70{padding:12px 16px;background-color:var(--theme-color-info--active);border-radius:4px;color:#fff;font-size:13px;line-height:1.5}._InfoText_d8yc0_79{padding:8px 0;font-size:12px;color:var(--theme-color-std-text);opacity:.8;margin-bottom:8px}._Section_d8yc0_87{display:flex;flex-direction:column;gap:12px}._SectionTitle_d8yc0_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_d8yc0_102{display:flex;flex-direction:column;gap:6px}._Label_d8yc0_108{font-size:13px;font-weight:500;color:var(--theme-color-std-text)}._InputRow_d8yc0_114{display:flex;align-items:center;gap:10px}._Separator_d8yc0_120{font-size:16px;font-weight:600;color:var(--theme-color-weak-text)}._RangeTypeToggle_d8yc0_126{display:flex;gap:0;border-radius:4px;overflow:hidden;border:1px solid var(--theme-color-component-5)}._ToggleBtn_d8yc0_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_d8yc0_134:first-child{border-right:1px solid var(--theme-color-component-5)}._ToggleBtn_d8yc0_134:hover:not(._active_d8yc0_150):not(:disabled){background-color:var(--theme-color-component-2)}._ToggleBtn_d8yc0_134._active_d8yc0_150{background-color:var(--theme-color-primary);color:#fff}._ToggleBtn_d8yc0_134:disabled{opacity:.6;cursor:not-allowed}._DateInput_d8yc0_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_d8yc0_164:focus{outline:none;border-color:var(--theme-color-primary)}._ErrorBox_d8yc0_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_d8yc0_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}._CancelDialog_d8yc0_201{padding:20px;min-width:300px}._CancelDialogHint_d8yc0_206{margin-top:12px;opacity:.8}._CancelDialogActions_d8yc0_211{display:flex;gap:12px;margin-top:20px;justify-content:flex-end}._GanttPageWrapper_g5h6v_11{--gantt-status-conflict: #ff3b30;--gantt-status-warning-alt: #ff9500;--gantt-status-success-alt: #4cd964;--gantt-status-planned: #0072c6;--gantt-status-completed: #4cd964;--gantt-status-delayed: #ff9500;display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden}._GanttPageWrapper_g5h6v_11>ix-content-header{flex-shrink:0}._HeaderActions_g5h6v_32{display:flex;gap:8px;align-items:center}._PlanningButtonRunningWrapper_g5h6v_38{display:inline-flex;align-items:center;justify-content:center}._PlanningButtonLoading_g5h6v_44{--ix-button-height: 32px;--ix-button-padding-x: 14px;min-width:174px}._PlanningButtonLoadingMobile_g5h6v_50{--ix-button-height: 32px;--ix-button-padding-x: 0;width:36px}._PlanningButtonLoading_g5h6v_44::part(button),._PlanningButtonLoadingMobile_g5h6v_50::part(button){height:32px;align-items:center;justify-content:center}._KPIContainer_g5h6v_64{display:flex;align-items:center;gap:.5rem;margin:.75rem 1rem 1rem;position:relative;z-index:1000;flex-shrink:0;flex-wrap:wrap}._KPIBadge_g5h6v_75{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_g5h6v_75:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}._ResourceScopeBadge_g5h6v_96{display:inline-flex;align-items:center;gap:.5rem;min-height:30px;max-width:min(520px,100%);padding:.25rem .625rem;border:1px solid rgba(0,165,191,.35);border-radius:4px;color:var(--theme-color-std-text);background:#00a5bf14}._ResourceScopeBadge_g5h6v_96 ix-icon{color:var(--theme-color-primary);flex-shrink:0}._ResourceScopeLabel_g5h6v_114{color:var(--theme-color-soft-text);font-size:.75rem;font-weight:600;white-space:nowrap}._ResourceScopeValues_g5h6v_121{display:inline-flex;align-items:center;gap:.25rem;min-width:0;overflow:hidden}._ResourceScopeValue_g5h6v_121,._ResourceScopeValueMuted_g5h6v_130{display:inline-flex;align-items:center;gap:.3rem;max-width:130px;min-height:20px;padding:0 .45rem;border-radius:3px;font-size:.75rem;font-weight:600;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ResourceScopeValue_g5h6v_121{color:var(--theme-color-primary);background:#00a5bf24}._ResourceScopeValueMuted_g5h6v_130{color:var(--theme-color-soft-text);background:var(--theme-color-component-2)}._ResourceScopeDot_g5h6v_156{width:7px;height:7px;border-radius:50%;flex:0 0 auto;box-shadow:0 0 0 1px #ffffff47}._KPIBadge_g5h6v_75[data-critical=true]{background-color:#ff3b3026;border-color:#ff3b3066;color:var(--gantt-status-conflict, #ff3b30)}._KPIBadge_g5h6v_75[data-critical=true] ix-icon{color:var(--gantt-status-conflict, #ff3b30)}._KPIBadge_g5h6v_75[data-warning=true]{background-color:#ff9f0a26;border-color:#ff9f0a66;color:#ff9f0a}._KPIBadge_g5h6v_75[data-warning=true] ix-icon{color:#ff9f0a}._KPIBadge_g5h6v_75[data-personnel=true]{background-color:#ff9f0a26;border-color:#ff9f0a66;color:#ff9f0a}._KPIBadge_g5h6v_75[data-personnel=true] ix-icon{color:#ff9f0a}._KPIBadge_g5h6v_75[data-bottleneck=true]{background-color:#ff6b0026;border-color:#ff6b0066;color:#ff6b00}._KPIBadge_g5h6v_75[data-bottleneck=true] ix-icon{color:#ff6b00}._KPIBadge_g5h6v_75[data-success=true]{background-color:#30d15826;border-color:#30d15866;color:#30d158}._KPIBadge_g5h6v_75[data-success=true] ix-icon{color:#30d158}[data-ix-color-schema=dark] ._KPIBadge_g5h6v_75{background-color:#ffffff0d;border-color:#ffffff26}[data-ix-color-schema=dark] ._KPIDetail_g5h6v_225{background-color:#1a1a1a;box-shadow:0 4px 16px #00000080}[data-ix-color-schema=dark] ._KPIDetailItem_g5h6v_230:hover{background-color:#ffffff0d}[data-ix-color-schema=dark] ._KPIBadge_g5h6v_75[data-critical=true]{background-color:#ff505033;border-color:#ff505080;color:#ff5050}[data-ix-color-schema=dark] ._KPIBadge_g5h6v_75[data-critical=true] ix-icon{color:#ff5050}[data-ix-color-schema=dark] ._KPIBadge_g5h6v_75[data-warning=true],[data-ix-color-schema=dark] ._KPIBadge_g5h6v_75[data-personnel=true]{background-color:#ffb34033;border-color:#ffb34080;color:#ffb340}[data-ix-color-schema=dark] ._KPIBadge_g5h6v_75[data-warning=true] ix-icon,[data-ix-color-schema=dark] ._KPIBadge_g5h6v_75[data-personnel=true] ix-icon{color:#ffb340}[data-ix-color-schema=dark] ._KPIBadge_g5h6v_75[data-bottleneck=true]{background-color:#ff7f2833;border-color:#ff7f2880;color:#ff7f28}[data-ix-color-schema=dark] ._KPIBadge_g5h6v_75[data-bottleneck=true] ix-icon{color:#ff7f28}[data-ix-color-schema=dark] ._KPIBadge_g5h6v_75[data-success=true]{background-color:#30d15833;border-color:#30d15880;color:#40e070}[data-ix-color-schema=dark] ._KPIBadge_g5h6v_75[data-success=true] ix-icon{color:#40e070}._KPIDetailItemValue_g5h6v_277{font-size:.875rem;font-weight:600;color:var(--theme-color-std-text);text-align:right;flex-shrink:0}._KPIDetailSubheader_g5h6v_285{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_g5h6v_225{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:1050;overflow:hidden}._KPIDetailHeader_g5h6v_312{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_g5h6v_321{max-height:320px;overflow-y:auto;background-color:var(--theme-color-2)}._KPIDetailItem_g5h6v_230{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_g5h6v_230:last-child{border-bottom:none}._KPIDetailItem_g5h6v_230:hover{background-color:#ffffff08}._KPIDetailItemClickable_g5h6v_345{cursor:pointer}._KPIDetailItemClickable_g5h6v_345:hover{background-color:#ffffff0d}._KPIDetailItemTitle_g5h6v_353{font-size:.8125rem;font-weight:500;color:var(--theme-color-std-text);line-height:1.3}._KPIDetailItemTitle_g5h6v_353 strong{color:var(--theme-color-primary);font-weight:600}._KPIDetailItemInfo_g5h6v_365{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;color:var(--theme-color-soft-text);line-height:1.4}._KPIDetailItemInfo_g5h6v_365 span{display:block;padding:.25rem .5rem;background-color:#00000026;border-radius:4px;border-left:3px solid currentColor}._KPIDetailMore_g5h6v_382{padding:.5rem 1rem;font-size:.75rem;color:var(--theme-color-soft-text);text-align:center;background-color:var(--theme-color-component-2)}._ControlZone_g5h6v_391{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_g5h6v_391 ix-button{--ix-button-height: 28px;--ix-button-padding-x: 8px;font-size:12px}._ControlZone_g5h6v_391 ix-button::part(button){min-width:28px;height:28px;padding:0 8px}._ControlZone_g5h6v_391 ix-button:not([label]):not(:has(span)){--ix-button-padding-x: 4px}._ControlZone_g5h6v_391 ix-button:not([label]):not(:has(span))::part(button){min-width:28px;padding:0 4px}._WeekNavigation_g5h6v_425{display:flex;align-items:center;gap:4px}._WeekNavigation_g5h6v_425 ix-button{--ix-button-height: 24px;--ix-button-padding-x: 2px}._WeekNavigation_g5h6v_425 ix-button::part(button){min-width:24px;height:24px;padding:0 2px}._WeekDisplay_g5h6v_442{font-size:18px;font-weight:600;color:var(--theme-color-std-text);min-width:120px;text-align:center}._ZoomControls_g5h6v_450{display:flex;align-items:center;gap:4px}._ZoomControls_g5h6v_450 ix-tooltip,._ZoomControlsMobile_g5h6v_457 ix-tooltip{display:contents}._ZoomControls_g5h6v_450 ix-button{--ix-button-height: 26px;--ix-button-padding-x: 4px}._ZoomControls_g5h6v_450 ix-button::part(button){min-width:26px;height:26px;padding:0 4px}._ZoomLabel_g5h6v_472{display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;color:var(--theme-color-soft-text);min-width:60px;text-align:center}._ToolButtons_g5h6v_483{display:flex;align-items:center;gap:1px}._ToolButtons_g5h6v_483 ix-button{--ix-button-height: 24px;--ix-button-padding-x: 2px;font-size:11px}._ToolButtons_g5h6v_483 ix-button::part(button){min-width:24px;height:24px;padding:0 2px}._ContextMenu_g5h6v_502{--gantt-status-conflict: #ff3b30;--gantt-status-warning-alt: #ff9500;--gantt-status-success-alt: #4cd964;--gantt-status-planned: #0072c6;--gantt-status-completed: #4cd964;--gantt-status-delayed: #ff9500;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_g5h6v_521{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_g5h6v_521:hover{background-color:var(--theme-color-component-3)}._ContextMenuItem_g5h6v_521._Disabled_g5h6v_536{cursor:not-allowed;opacity:.45}._ContextMenuItem_g5h6v_521._Disabled_g5h6v_536:hover{background-color:transparent}._ContextMenuItem_g5h6v_521._Destructive_g5h6v_545{color:var(--theme-color-alarm)}._ContextMenuItem_g5h6v_521._Destructive_g5h6v_545:hover{background-color:#cc00331a}._ContextMenuItem_g5h6v_521._HasSubmenu_g5h6v_556{position:relative;justify-content:flex-start}._ContextMenuItem_g5h6v_521._HasSubmenu_g5h6v_556 ._SubmenuArrow_g5h6v_561{margin-left:auto;opacity:.6}._ContextSubmenu_g5h6v_566{position:absolute;left:100%;top:-4px;min-width:200px;background-color:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;box-shadow:0 8px 32px #00000080;padding:4px 0;z-index:10001}._ContextMenuItem_g5h6v_521._Active_g5h6v_579{background-color:var(--theme-color-component-3);font-weight:500}._ContextMenuItemHeader_g5h6v_584{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_g5h6v_595{height:1px;background-color:var(--theme-color-component-5);margin:4px 0}._ContextMenuOverlay_g5h6v_601{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}._DropConflictPopover_g5h6v_610{position:fixed;z-index:10020;width:248px;padding:10px;border:1px solid var(--theme-color-component-5);border-radius:6px;background-color:var(--theme-color-1);box-shadow:0 8px 24px #00000080;color:var(--theme-color-std-text);-webkit-backdrop-filter:none;backdrop-filter:none}._DropConflictHeader_g5h6v_623{font-size:13px;font-weight:700;margin-bottom:4px}._DropConflictBody_g5h6v_629{font-size:12px;color:var(--theme-color-soft-text);line-height:1.35;margin-bottom:10px}._DropConflictActions_g5h6v_636{display:flex;flex-direction:column;gap:6px}._DropConflictActions_g5h6v_636 ix-button{width:100%}._ViewModeToggle_g5h6v_646{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_g5h6v_655{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_g5h6v_655:hover:not(:disabled){background-color:var(--theme-color-component-3)}._ViewModeButton_g5h6v_655._Active_g5h6v_579{background-color:var(--theme-color-primary);color:var(--theme-color-inv-text)}._PlanningModeToggle_g5h6v_676{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_g5h6v_685{display:inline-flex;align-items:center;justify-content:center;gap:4px;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_g5h6v_685:hover:not(:disabled){background-color:var(--theme-color-component-3)}._ToggleButton_g5h6v_685._Active_g5h6v_579{background-color:var(--theme-color-primary);color:var(--theme-color-inv-text)}._ToggleButton_g5h6v_685:disabled{opacity:.5;cursor:not-allowed}._ToggleButtonMenu_g5h6v_715{min-width:104px}._ViewModeDropdown_g5h6v_720{display:flex}._CompactDropdownButton_g5h6v_724{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:82px;height:28px;padding:0 8px;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-family:inherit;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background-color .15s ease,color .15s ease}._CompactDropdownButton_g5h6v_724:hover,._CompactDropdownButton_g5h6v_724:focus-visible{border-color:var(--theme-color-primary);color:var(--theme-color-primary);background:color-mix(in srgb,var(--theme-color-primary) 10%,var(--theme-color-component-2))}._CompactDropdownButton_g5h6v_724:focus-visible{outline:2px solid var(--theme-color-focus-bdr, var(--theme-color-primary));outline-offset:2px}._PlanningModeDropdownButton_g5h6v_760{min-width:132px}._CompactActionDropdownButton_g5h6v_764{border-color:color-mix(in srgb,var(--theme-color-primary) 28%,var(--theme-color-component-5));background:linear-gradient(color-mix(in srgb,var(--theme-color-primary) 8%,transparent),color-mix(in srgb,var(--theme-color-primary) 8%,transparent)),var(--theme-color-component-2);font-weight:700}._CompactActionDropdownButton_g5h6v_764:hover,._CompactActionDropdownButton_g5h6v_764:focus-visible{border-color:var(--theme-color-primary);background:linear-gradient(color-mix(in srgb,var(--theme-color-primary) 14%,transparent),color-mix(in srgb,var(--theme-color-primary) 14%,transparent)),var(--theme-color-component-2)}._WeekNavigationMobile_g5h6v_787{display:flex;align-items:center;gap:4px}._WeekDisplayMobile_g5h6v_793{font-size:12px;font-weight:600;color:var(--theme-color-std-text);min-width:90px;text-align:center}._NavIconButton_g5h6v_801{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_g5h6v_801:hover{background-color:#ffffff1a}@media screen and (min-width:1600px){._NavIconButton_g5h6v_801{color:var(--theme-color-std-text);padding:6px;border-radius:4px}}._TodayButtonMobile_g5h6v_827{display:inline-flex;align-items:center;justify-content:center;gap:4px;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;cursor:pointer;transition:all .15s ease}._TodayButtonMobile_g5h6v_827:hover{background:var(--theme-color-primary--hover);border-color:var(--theme-color-primary--hover)}._ZoomControlsMobile_g5h6v_457{display:flex;align-items:center;gap:4px;height:100%}._ZoomLabelMobile_g5h6v_856{display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;color:var(--theme-color-std-text);min-width:44px;text-align:center}._ToolbarIconButton_g5h6v_867{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:transparent;color:var(--theme-color-soft-text, rgba(255, 255, 255, .6));cursor:pointer;transition:border-color .15s,background .15s,color .15s,opacity .15s}._ToolbarIconButton_g5h6v_867:hover:not(:disabled),._ToolbarIconButton_g5h6v_867:focus-visible:not(:disabled){border-color:var(--theme-color-primary);color:var(--theme-color-primary);background:color-mix(in srgb,var(--theme-color-primary) 10%,transparent)}._ToolbarIconButton_g5h6v_867:focus-visible{outline:2px solid var(--theme-color-focus-bdr, var(--theme-color-primary));outline-offset:2px}._ToolbarIconButton_g5h6v_867:disabled{cursor:not-allowed;opacity:.45}._FilterToggleMobile_g5h6v_904{display:flex;align-items:center;gap:4px;height:100%}._CompactToolbarButton_g5h6v_911{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:4px;height:28px;padding:0 8px;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-family:inherit;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background-color .15s ease,color .15s ease}._CompactToolbarButton_g5h6v_911:hover,._CompactToolbarButton_g5h6v_911:focus-visible,._CompactToolbarButtonActive_g5h6v_936{border-color:var(--theme-color-primary);color:var(--theme-color-primary);background:color-mix(in srgb,var(--theme-color-primary) 10%,var(--theme-color-component-2))}._CompactToolbarButton_g5h6v_911:focus-visible{outline:2px solid var(--theme-color-focus-bdr, var(--theme-color-primary));outline-offset:2px}._CompactToolbarBadge_g5h6v_947{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--theme-color-primary);color:var(--theme-color-inv-text);font-size:10px;font-weight:700;line-height:1}._ToolButtonsMobile_g5h6v_963{display:flex;align-items:center;gap:2px;height:100%}._CompactRightActions_g5h6v_970{align-items:center;justify-content:flex-end;gap:4px;margin-left:auto;flex-shrink:0}._DesktopOnly_g5h6v_985{display:flex;gap:8px}._MobileOnly_g5h6v_990{display:none;gap:4px}._MobileOnlyTooltip_g5h6v_995{display:none}._MobileViewNavGroup_g5h6v_1002{align-items:center;gap:4px}._MobileCompactPlanningMode_g5h6v_1009,._MediumDesktopOnly_g5h6v_1010{display:none}._LargeDesktopOnly_g5h6v_1015{display:flex!important}@media only screen and (max-width:1919px)and (min-width:1600px){._LargeDesktopOnly_g5h6v_1015{display:none!important}._MediumDesktopOnly_g5h6v_1010{display:flex!important}._DesktopButtonText_g5h6v_1035{display:none}._ControlZone_g5h6v_391{gap:12px;padding:6px 12px}._ViewModeButton_g5h6v_655{white-space:nowrap;min-width:50px;padding:4px 8px}._ControlZone_g5h6v_391 ix-button{--ix-button-height: 32px}._PlanningModeToggle_g5h6v_676{border:none;background:transparent;padding:0}._MachineRow_g5h6v_1065 ._MachineName_g5h6v_1065{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._KPIBadge_g5h6v_75{gap:.25rem;padding:.25rem .625rem;font-size:.75rem}._KPIBadge_g5h6v_75 ix-icon{width:14px;height:14px}}@media only screen and (max-width:1599px){._DesktopOnly_g5h6v_985{display:none!important}._MobileOnly_g5h6v_990{display:flex!important}._MobileViewNavGroup_g5h6v_1002{display:flex!important;flex:1 1 auto;min-width:0}._ControlZone_g5h6v_391{gap:8px;min-height:44px;padding:8px 10px}._CompactRightActions_g5h6v_970{display:flex!important}._MobileCompactPlanningMode_g5h6v_1009{display:flex}._HeaderActions_g5h6v_32{gap:4px}._MobileOnlyTooltip_g5h6v_995{display:contents}._HeaderActions_g5h6v_32 ix-button{--ix-button-height: 32px}._HeaderActions_g5h6v_32 ix-split-button{--ix-button-height: 32px}._ToolButtonsMobile_g5h6v_963 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}._ToolButtonsMobile_g5h6v_963 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}._ToolButtonsMobile_g5h6v_963 ix-button ix-icon{margin:0!important;padding:0!important;left:0!important;position:static!important;transform:none!important}._ToolButtonsMobile_g5h6v_963 ix-button ix-icon{font-size:18px!important;width:18px!important;height:18px!important;margin:0 auto!important;padding:0!important;display:block!important}._MobileOnly_g5h6v_990 ix-split-button{--ix-button-height: 28px;font-size:12px}._CompactDropdownButton_g5h6v_724{height:28px;font-size:12px;padding:0 6px}._WeekNavigationMobile_g5h6v_787{gap:2px}._WeekNavigationMobile_g5h6v_787 ._ZoomControlsMobile_g5h6v_457{margin-left:4px}._WeekNavigationMobile_g5h6v_787 ._NavIconButton_g5h6v_801{width:24px;height:24px;padding:1px}._WeekNavigationMobile_g5h6v_787 ._NavIconButton_g5h6v_801 ix-icon{width:18px;height:18px}._WeekDisplayMobile_g5h6v_793{min-width:84px;font-size:12px}._WeekNavigationMobile_g5h6v_787 ._TodayButtonMobile_g5h6v_827{padding:4px 8px;font-size:12px}._MobileOnly_g5h6v_990 ix-split-button::part(button){padding:0 6px;font-size:12px}._PlanningModeToggle_g5h6v_676{gap:2px;padding:0;border:none;background:transparent}._KPIContainer_g5h6v_64{overflow:visible;gap:.375rem;margin:.625rem .875rem .375rem;padding-bottom:0;z-index:1200}._KPIBadge_g5h6v_75{gap:.25rem;padding:.25rem .625rem;font-size:.75rem;flex-shrink:0}._KPIBadge_g5h6v_75 ix-icon{width:14px;height:14px}._GanttHeaderWrapper_g5h6v_1253{height:56px;min-height:56px}._DayHeaderRow_g5h6v_1258{height:30px;min-height:30px}._DayHeaderCell_g5h6v_1263{gap:4px;font-size:12px}._HourHeaderRow_g5h6v_1268{height:24px;min-height:24px}._HourCell_g5h6v_1273{font-size:9px}}@media only screen and (max-width:1365px){._ControlZone_g5h6v_391{gap:6px;min-height:42px;padding:7px 8px}._CompactRightActions_g5h6v_970{gap:3px}._ToolButtonsMobile_g5h6v_963 ix-button{--ix-button-height: 32px !important;width:32px!important;max-width:32px!important;min-width:32px!important}._ToolButtonsMobile_g5h6v_963 ix-button::part(button){min-width:32px!important;max-width:32px!important;width:32px!important;height:32px!important}._ToolButtonsMobile_g5h6v_963 ix-button ix-icon{font-size:16px!important;width:16px!important;height:16px!important}._MobileOnly_g5h6v_990 ix-split-button{--ix-button-height: 26px;font-size:11px}._CompactDropdownButton_g5h6v_724{min-width:74px;height:26px;font-size:11px;padding:0 6px}._ViewModeDropdown_g5h6v_720 ._CompactDropdownButton_g5h6v_724{min-width:82px;height:28px;padding:0 8px;font-size:12px}._ToolbarIconButton_g5h6v_867{width:26px;height:26px}._CompactToolbarButton_g5h6v_911{height:26px;padding:0 6px;font-size:11px}._PlanningModeDropdownButton_g5h6v_760{min-width:118px}._KPIBadge_g5h6v_75{gap:.25rem;padding:.225rem .5rem;font-size:.7rem}._KPIBadge_g5h6v_75 ix-icon{width:13px;height:13px}._WeekDisplayMobile_g5h6v_793{font-size:12px;min-width:84px}._GanttHeaderWrapper_g5h6v_1253{height:52px;min-height:52px}._DayHeaderRow_g5h6v_1258{height:28px;min-height:28px}._DayHeaderCell_g5h6v_1263{gap:3px;font-size:11px}._HourHeaderRow_g5h6v_1268{height:22px;min-height:22px}._HourCell_g5h6v_1273{font-size:8px}}._ContentZone_g5h6v_1392{display:flex;flex:1;min-height:0;background-color:var(--theme-color-component-1);overflow:hidden}._MachineList_g5h6v_1401{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_g5h6v_1401._Collapsed_g5h6v_1416{width:80px;min-width:80px;max-width:80px}._MachineList_g5h6v_1401._Compact_g5h6v_724 ._MachineRow_g5h6v_1065{height:36px;min-height:36px;max-height:36px}._GanttGrid_g5h6v_1429._Compact_g5h6v_724 ._TaskBar_g5h6v_1429{top:4px;min-height:unset;height:calc(100% - 8px);align-items:center;padding:0 3px}._GanttGrid_g5h6v_1429._Compact_g5h6v_724 ._TaskContent_g5h6v_1437{flex-direction:row;align-items:center;gap:6px}._GanttGrid_g5h6v_1429._Compact_g5h6v_724 ._TaskIdRow_g5h6v_1443{flex-shrink:0}._GanttGrid_g5h6v_1429._Compact_g5h6v_724 ._TaskName_g5h6v_1447{font-size:13px}._MachineList_g5h6v_1401._Compact_g5h6v_724 ._MachineSecondary_g5h6v_1451,._MachineList_g5h6v_1401._Compact_g5h6v_724 ._MachineStatus_g5h6v_1455{display:none}._MachineList_g5h6v_1401._Compact_g5h6v_724 ._MachineMain_g5h6v_1459{padding:0 8px;gap:6px}._MachineList_g5h6v_1401._Compact_g5h6v_724 ._MachineName_g5h6v_1065{font-size:12px}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416._Compact_g5h6v_724 ._MachineSecondary_g5h6v_1451{display:flex;flex-direction:column;align-items:center}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416._Compact_g5h6v_724 ._MachineId_g5h6v_1475{font-size:10px;font-weight:600}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416._Compact_g5h6v_724 ._StatusBadge_g5h6v_1480,._MachineList_g5h6v_1401._Collapsed_g5h6v_1416._Compact_g5h6v_724 ._MachineConflictIcon_g5h6v_1481{display:none}._MachineListHeader_g5h6v_1485{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_g5h6v_1401._Collapsed_g5h6v_1416 ._MachineListHeader_g5h6v_1485{padding:12px 8px;justify-content:center;gap:4px}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416 ._MachineListHeader_g5h6v_1485 h3,._MachineList_g5h6v_1401._Collapsed_g5h6v_1416 ._MachineCount_g5h6v_1503{display:none}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416 ._MachineFilterContainer_g5h6v_1508{margin-left:0}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416 ._MachineFilterIcon_g5h6v_1512{width:20px;height:20px}._CollapseToggleBtn_g5h6v_1518{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_g5h6v_1518:hover{color:var(--theme-color-primary);background-color:#00a5bf1a}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416 ._CollapseToggleBtn_g5h6v_1518{margin:0 auto}._MachineListHeader_g5h6v_1485 h3{margin:0;font-size:14px;font-weight:600;color:var(--theme-color-std-text)}._MachineCount_g5h6v_1503{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_g5h6v_1508{position:relative;margin-left:auto;display:flex;align-items:center}._MachineFilterIcon_g5h6v_1512{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_g5h6v_1512:hover,._MachineFilterIcon_g5h6v_1512._Active_g5h6v_579{color:var(--theme-color-primary);background-color:#00a5bf1a}._MachineFilterDropdown_g5h6v_1585{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_g5h6v_1598{padding:12px 16px;border-bottom:1px solid var(--theme-color-std-bdr-1);display:flex;flex-direction:column;gap:4px}._FilterCheckbox_g5h6v_1610{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_g5h6v_1610:hover{background-color:var(--theme-color-component-2)}._FilterCheckbox_g5h6v_1610 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_g5h6v_1610 input[type=checkbox]:hover{border-color:var(--theme-color-primary)}._FilterCheckbox_g5h6v_1610 input[type=checkbox]:checked{background-color:var(--theme-color-primary);border-color:var(--theme-color-primary)}._FilterCheckbox_g5h6v_1610 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_g5h6v_1610 span{flex:1;line-height:1.3}._MachineListContent_g5h6v_1673{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_g5h6v_1673::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;background:transparent!important}._MachineListContent_g5h6v_1673::-webkit-scrollbar-thumb{display:none!important;background:transparent!important}._MachineListContent_g5h6v_1673::-webkit-scrollbar-track{display:none!important;background:transparent!important}._CategoryChevron_g5h6v_1708{flex-shrink:0;color:var(--theme-color-soft-text);transition:color .15s ease}._CategoryHeader_g5h6v_1714:hover ._CategoryChevron_g5h6v_1708{color:var(--theme-color-std-text)}._CategoryHeader_g5h6v_1714{padding:4px 8px 4px 4px;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:24px;min-height:24px;display:flex;align-items:center;gap:4px}._CategoryLabel_g5h6v_1734{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._CategoryCount_g5h6v_1741{display:inline-flex;align-items:center;justify-content:center;min-width:14px;height:14px;margin-left:2px;padding:0 4px;border-radius:4px;background-color:color-mix(in srgb,var(--theme-color-component-4) 45%,transparent);color:color-mix(in srgb,var(--theme-color-soft-text) 72%,transparent);font-size:9px;font-weight:600;line-height:1}._MachineRow_g5h6v_1065{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);position:relative}._MachineRow_g5h6v_1065:after{content:"";position:absolute;top:0;right:0;bottom:0;width:38px;z-index:2;pointer-events:none;opacity:0;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--theme-color-component--1) 18%,#000000 82%) 72%);transition:opacity .15s ease}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416 ._MachineRow_g5h6v_1065{padding:4px 0}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416 ._MachineMain_g5h6v_1459{flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0 4px}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416 ._MachineStatus_g5h6v_1455{display:none}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416 ._MachineInfo_g5h6v_1807{display:flex;flex-direction:column;align-items:center;gap:2px}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416 ._MachineName_g5h6v_1065{display:none}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416 ._MachineSecondary_g5h6v_1451{flex-direction:column;align-items:center;gap:3px}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416 ._MachineId_g5h6v_1475{font-size:11px;font-weight:600}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416 ._StatusBadge_g5h6v_1480{font-size:8px;padding:2px 5px}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416 ._EmptyMachineText_g5h6v_1835{font-size:10px}._MachineRow_g5h6v_1065._Alternate_g5h6v_1839{background-color:#ffffff05}._MachineRow_g5h6v_1065:hover{background-color:color-mix(in srgb,var(--theme-color-component--1) 72%,#000000 28%)}._MachineRow_g5h6v_1065._MenuOpen_g5h6v_1847{background-color:color-mix(in srgb,var(--theme-color-component--1) 66%,#000000 34%)}._MachineRow_g5h6v_1065:hover:after,._MachineRow_g5h6v_1065._MenuOpen_g5h6v_1847:after{opacity:1}._MachineRow_g5h6v_1065._EmptyMachineRow_g5h6v_1856{cursor:default;opacity:.5;background-color:var(--theme-color-component-2)}._MachineRow_g5h6v_1065._EmptyMachineRow_g5h6v_1856:hover{background-color:var(--theme-color-component-2)}._EmptyMachineText_g5h6v_1835{font-size:12px;font-style:italic;color:var(--theme-color-soft-text)}._MachineMain_g5h6v_1459{display:flex;align-items:center;width:100%;box-sizing:border-box;padding:0 12px;gap:10px;transition:padding-right .15s ease}._MachineRow_g5h6v_1065:hover ._MachineMain_g5h6v_1459,._MachineRow_g5h6v_1065._MenuOpen_g5h6v_1847 ._MachineMain_g5h6v_1459{padding-right:34px}._MachineStatus_g5h6v_1455{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--theme-color-std-text);position:relative}._MachineInfo_g5h6v_1807{flex:1;min-width:0;overflow:hidden}._MachineName_g5h6v_1065{font-size:13px;font-weight:500;color:var(--theme-color-std-text);margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._MachineConflictIcon_g5h6v_1481{color:var(--theme-color-alarm);cursor:help;display:inline-flex;align-items:center;flex-shrink:0;margin-left:4px}._MachineConflictIcon_g5h6v_1481 ix-icon{animation:_pulse_g5h6v_1 2s ease-in-out infinite}@keyframes _pulse_g5h6v_1{0%,to{opacity:1}50%{opacity:.6}}._MachineConflictTooltip_g5h6v_1934{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_g5h6v_1946{display:flex;flex-direction:column;gap:4px}._MachineConflictTooltipItem_g5h6v_1952{font-size:11px;font-weight:500;line-height:1.4}._MachineConflictTooltipItem_g5h6v_1952:before{content:"⚠ "}._MachineHoverTooltip_g5h6v_1963{position:fixed;z-index:100100;background-color:var(--theme-color-2);border:1px solid var(--theme-color-0);border-radius:8px;box-shadow:0 8px 32px #00000080;min-width:250px;overflow:hidden;pointer-events:none;animation:_tooltipFadeIn_g5h6v_1 .15s ease}._MachineHoverTooltipHeader_g5h6v_1976{background-color:transparent;padding:12px 14px 8px;border-bottom:1px solid var(--theme-color-0)}._MachineHoverTooltipTitle_g5h6v_1982{font-size:13px;font-weight:600;color:var(--theme-color-std-text)}._MachineHoverTooltipBody_g5h6v_1988{padding:10px 14px 12px;display:flex;flex-direction:column;gap:8px}._MachineHoverTooltipRow_g5h6v_1995{display:flex;justify-content:space-between;align-items:center;font-size:12px}._MachineHoverTooltipLabel_g5h6v_2002{color:var(--theme-color-soft-text);font-weight:500}._MachineHoverTooltipValue_g5h6v_2007{color:var(--theme-color-std-text);font-weight:600}._MachineHoverTooltipDivider_g5h6v_2012{height:1px;background-color:var(--theme-color-0);margin:4px 0}._MachineSecondary_g5h6v_1451{font-size:11px;color:var(--theme-color-soft-text);display:flex;align-items:center;gap:6px}._MachineId_g5h6v_1475{font-weight:500}._StatusBadge_g5h6v_1480{display:inline-flex;padding:1px 6px;border-radius:3px;font-size:9px;font-weight:600;text-transform:uppercase}._StatusBadge_g5h6v_1480._Online_g5h6v_2039{background:#4cd96433;color:var(--gantt-status-success-alt, #4cd964)}._StatusBadge_g5h6v_1480._Offline_g5h6v_2044{background:#ff3b3033;color:var(--gantt-status-conflict, #ff3b30)}._StatusBadge_g5h6v_1480._Maintenance_g5h6v_2049{background:#ff9f0a33;color:#ff9f0a}._StatusBadge_g5h6v_1480._Error_g5h6v_2054{background:#ff3b3033;color:var(--gantt-status-conflict, #ff3b30)}@media only screen and (max-width:1599px){._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416){width:clamp(180px,15vw,205px);min-width:180px;max-width:205px;flex:0 0 clamp(180px,15vw,205px)}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineMain_g5h6v_1459{padding:0 8px;gap:8px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineRow_g5h6v_1065:hover ._MachineMain_g5h6v_1459,._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineRow_g5h6v_1065._MenuOpen_g5h6v_1847 ._MachineMain_g5h6v_1459{padding-right:30px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineListHeader_g5h6v_1485{height:56px;min-height:56px;max-height:56px;padding:6px 8px;gap:4px;box-sizing:border-box}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416 ._MachineListHeader_g5h6v_1485{height:56px;min-height:56px;max-height:56px;padding:6px 4px;box-sizing:border-box}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineListHeader_g5h6v_1485 h3{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineCount_g5h6v_1503{margin-left:0;padding:1px 5px;font-size:10px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineFilterContainer_g5h6v_1508{gap:1px;height:22px;flex-shrink:0;overflow:hidden}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineFilterIcon_g5h6v_1512,._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._CollapseToggleBtn_g5h6v_1518{width:22px;height:22px;padding:0;box-sizing:border-box;line-height:1;flex-shrink:0}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineFilterIcon_g5h6v_1512,._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._CollapseToggleBtn_g5h6v_1518 ix-icon{width:14px;height:14px;font-size:14px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineStatus_g5h6v_1455{width:28px;height:28px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineStatus_g5h6v_1455>ix-icon{width:22px;height:22px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineName_g5h6v_1065{max-width:100%;font-size:.8rem}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineSecondary_g5h6v_1451{gap:4px;font-size:10.5px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._StatusBadge_g5h6v_1480{padding:1px 5px;font-size:8.5px}}@media only screen and (max-width:1365px){._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416){width:clamp(160px,20vw,180px);min-width:160px;max-width:180px;flex:0 0 clamp(160px,20vw,180px)}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineMain_g5h6v_1459{padding:0 7px;gap:6px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineRow_g5h6v_1065:hover ._MachineMain_g5h6v_1459,._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineRow_g5h6v_1065._MenuOpen_g5h6v_1847 ._MachineMain_g5h6v_1459{padding-right:28px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineListHeader_g5h6v_1485{height:52px;min-height:52px;max-height:52px;padding:5px 7px}._MachineList_g5h6v_1401._Collapsed_g5h6v_1416 ._MachineListHeader_g5h6v_1485{height:52px;min-height:52px;max-height:52px;padding:5px 4px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineListHeader_g5h6v_1485 h3{font-size:12px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineCount_g5h6v_1503{display:none}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineFilterIcon_g5h6v_1512,._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._CollapseToggleBtn_g5h6v_1518{width:20px;height:20px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineFilterContainer_g5h6v_1508{height:20px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineFilterIcon_g5h6v_1512,._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._CollapseToggleBtn_g5h6v_1518 ix-icon{width:13px;height:13px;font-size:13px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineStatus_g5h6v_1455{width:24px;height:24px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineStatus_g5h6v_1455>ix-icon{width:20px;height:20px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineName_g5h6v_1065{max-width:100%;font-size:.75rem}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._MachineSecondary_g5h6v_1451{gap:3px;font-size:10px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._StatusBadge_g5h6v_1480{padding:1px 4px;font-size:8px}}._MachineMenuContainer_g5h6v_2242{position:absolute;top:50%;right:8px;z-index:3;flex-shrink:0;transform:translateY(-50%)}._MachineMenu_g5h6v_2242{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:3px;background:transparent;color:var(--theme-color-soft-text);opacity:0;transition:opacity .15s ease,border-color .15s ease,background-color .15s ease,color .15s ease;cursor:pointer}._MachineMenu_g5h6v_2242._open_g5h6v_2272{opacity:1!important;background:color-mix(in srgb,var(--theme-color-primary) 12%,transparent);color:var(--theme-color-primary)}._MachineRow_g5h6v_1065:hover ._MachineMenu_g5h6v_2242{opacity:1}._MachineMenu_g5h6v_2242:hover,._MachineMenu_g5h6v_2242:focus-visible{opacity:1;background:color-mix(in srgb,var(--theme-color-primary) 10%,transparent);color:var(--theme-color-primary)}._MachineMenu_g5h6v_2242:focus-visible{outline:2px solid var(--theme-color-focus-bdr, var(--theme-color-primary));outline-offset:2px}._MachineMenuDropdown_g5h6v_2294{position:absolute;top:calc(100% + 6px);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_g5h6v_2306{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_g5h6v_2306:last-child{border-bottom:none}._MachineMenuItem_g5h6v_2306:hover{background-color:var(--theme-color-component-hover)}._MachineMenuItem_g5h6v_2306:focus{outline:none;background-color:var(--theme-color-component-hover)}._MachineMenuItem_g5h6v_2306:active{background-color:var(--theme-color-component-selected);transform:translateY(1px)}._GanttGrid_g5h6v_1429{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative;min-width:0;min-height:0}._DayHeaderRow_g5h6v_1258{display:flex;height:36px;min-height:36px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._DayHeaderCell_g5h6v_1263{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_g5h6v_1263:last-child{border-right:none}._DayHeaderCell_g5h6v_1263._Weekend_g5h6v_2395{background-color:#00000026}._DayHeaderCell_g5h6v_1263._Hovered_g5h6v_2399{background-color:#ffffff14}._DayHeaderCell_g5h6v_1263._Today_g5h6v_827{background-color:var(--theme-color-primary)!important;color:var(--theme-color-inv-text)!important}._DayHeaderCell_g5h6v_1263._Today_g5h6v_827._Hovered_g5h6v_2399{background-color:var(--theme-color-primary--hover)!important}._DayHeaderCell_g5h6v_1263._MonthView_g5h6v_2414{flex-direction:column;gap:2px;padding:4px 0}._DayHeaderCell_g5h6v_1263._MonthView_g5h6v_2414 ._DayName_g5h6v_2420{font-size:10px}._DayHeaderCell_g5h6v_1263._MonthView_g5h6v_2414 ._DayDate_g5h6v_2424{font-size:11px}._DayHeaderCell_g5h6v_1263._HolidayHeader_g5h6v_2428{background-color:#ff505040;color:var(--theme-color-alarm);flex-direction:column;gap:1px}._HolidayLabel_g5h6v_2435{font-size:9px;font-weight:400;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._DayName_g5h6v_2420{font-weight:700}._DayDate_g5h6v_2424{font-weight:400;opacity:.8}._HourHeaderRow_g5h6v_1268{display:flex;height:32px;min-height:32px}._HourHeaderDay_g5h6v_2461{display:flex;border-right:1px solid var(--theme-color-std-bdr-1)}._HourHeaderDay_g5h6v_2461:last-child{border-right:none}._HourHeaderDay_g5h6v_2461._Weekend_g5h6v_2395{background-color:#0000001a}._HourCell_g5h6v_1273{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_g5h6v_1273:last-child{border-right:none}._GanttHeaderWrapper_g5h6v_1253{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}@media only screen and (max-width:1599px){._GanttHeaderWrapper_g5h6v_1253{height:56px;min-height:56px;max-height:56px}._DayHeaderRow_g5h6v_1258{height:30px;min-height:30px}._DayHeaderCell_g5h6v_1263{gap:4px;font-size:12px}._HourHeaderRow_g5h6v_1268{height:24px;min-height:24px}._HourCell_g5h6v_1273{font-size:9px}}@media only screen and (max-width:1365px){._GanttHeaderWrapper_g5h6v_1253{height:52px;min-height:52px;max-height:52px}._DayHeaderRow_g5h6v_1258{height:28px;min-height:28px}._DayHeaderCell_g5h6v_1263{gap:3px;font-size:11px}._HourHeaderRow_g5h6v_1268{height:22px;min-height:22px}._HourCell_g5h6v_1273{font-size:8px}}._GanttBody_g5h6v_2557{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_g5h6v_2557::-webkit-scrollbar{width:10px;height:10px}._GanttBody_g5h6v_2557::-webkit-scrollbar-track{background:var(--theme-color-component-2)}._GanttBody_g5h6v_2557::-webkit-scrollbar-thumb{background:var(--theme-color-1);border-radius:5px;border:2px solid var(--theme-color-component-2)}._GanttBody_g5h6v_2557::-webkit-scrollbar-thumb:hover{background:var(--theme-color-primary)}._GanttBody_g5h6v_2557::-webkit-scrollbar-corner{background:var(--theme-color-component-2)}._GanttCanvas_g5h6v_2598{position:relative;min-height:100%}._GridLines_g5h6v_2604{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}._GridLine_g5h6v_2604{position:absolute;top:0;bottom:0;width:1px;background-color:#ffffff08}._GridLine_g5h6v_2604._HourLine_g5h6v_2622{background-color:#ffffff14}._GridLine_g5h6v_2604._DayLine_g5h6v_2626{background-color:#ffffff26;width:2px}._DayColumn_g5h6v_2632{position:absolute;top:0;bottom:0;pointer-events:none;z-index:0}._DayColumn_g5h6v_2632._Weekend_g5h6v_2395{background-color:#00000014}._DayColumn_g5h6v_2632._Hovered_g5h6v_2399{background-color:#ffffff05}._ShiftBg_g5h6v_2649{position:absolute;top:0;bottom:0;pointer-events:none}._ShiftBg_g5h6v_2649._EarlyShift_g5h6v_2656{background-color:#4cd9640f}._ShiftBg_g5h6v_2649._LateShift_g5h6v_2660{background-color:#ffcc000f}._ShiftBg_g5h6v_2649._NightShift_g5h6v_2664{background-color:#5856d60f}._NonProductionOverlay_g5h6v_2669{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_g5h6v_2685{width:100%;background-color:var(--theme-color-component-2);border-bottom:1px solid var(--theme-color-std-bdr-1)}._GanttRow_g5h6v_2692{position:relative;border-bottom:1px solid rgba(255,255,255,.06);background-color:transparent;overflow:hidden}._GanttRow_g5h6v_2692._MachineRow_g5h6v_1065{overflow:visible}._GanttRow_g5h6v_2692._Alternate_g5h6v_1839{background-color:#ffffff04}._EmptyGanttRow_g5h6v_2707{position:relative;border-bottom:1px solid rgba(255,255,255,.06);background-color:var(--theme-color-component-2);opacity:.5}._PersonnelAvailabilityLine_g5h6v_2715{position:absolute;bottom:1px;height:3px;border-radius:1.5px;pointer-events:auto;cursor:default;transition:all .15s ease;z-index:5}._PersonnelAvailabilityLine_g5h6v_2715._Available_g5h6v_2727{background:repeating-linear-gradient(90deg,rgba(0,190,220,.35),rgba(0,190,220,.35) 6px,transparent 6px,transparent 10px)}._PersonnelAvailabilityLine_g5h6v_2715._Available_g5h6v_2727:hover{background:repeating-linear-gradient(90deg,rgba(0,190,220,.55),rgba(0,190,220,.55) 6px,transparent 6px,transparent 10px);height:5px}._PersonnelAvailabilityLine_g5h6v_2715._Assigned_g5h6v_2749{background-color:#00bedc80}._PersonnelAvailabilityLine_g5h6v_2715._Assigned_g5h6v_2749:hover{background-color:#00bedcb3;height:5px}._PersonnelAvailabilityLine_g5h6v_2715:hover{background-color:#00bedc73;height:5px}._TaskBar_g5h6v_1429{position:absolute;top:7px;height:calc(100% - 14px);min-height:46px;border-radius:3px;display:flex;align-items:flex-start;padding:6px 3px;cursor:grab;transition:box-shadow .15s ease,transform .1s ease;z-index:10;overflow:hidden;max-width:100%;box-sizing:border-box}._SetupConnectionLine_g5h6v_2795{position:absolute;height:8px;border-top:2px dotted rgba(142,172,150,.58);z-index:99;pointer-events:auto;filter:drop-shadow(0 1px 2px rgba(0,0,0,.22));transition:border-color .12s ease,opacity .12s ease,filter .12s ease}._SetupConnectionLineActive_g5h6v_2805{border-top-color:#98d2a3f2;opacity:1;filter:drop-shadow(0 1px 4px rgba(80,160,95,.24))}._SetupOptimizationMarker_g5h6v_2812{position:absolute;min-width:14px;height:14px;padding:0 2px;background:#445c48f0;border:1px solid rgba(172,208,176,.7);border-radius:4px;z-index:100;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease;box-shadow:0 2px 5px #00000042,inset 0 1px #ffffff1f;display:flex;align-items:center;justify-content:center;gap:4px;box-sizing:border-box;white-space:nowrap}._SetupOptimizationMarker_g5h6v_2812 ix-icon{color:#fffffff2;filter:drop-shadow(0 1px 1px rgba(0,0,0,.3))}._SetupOptimizationMarker_g5h6v_2812 ix-icon{width:10px;height:10px}._SetupOptimizationMarker_g5h6v_2812:hover,._SetupOptimizationMarkerActive_g5h6v_2845{z-index:125;min-width:18px;height:18px;padding:0 4px;background:#34763efa;border-color:#ceeccff2;box-shadow:0 2px 8px #2a7e366b,inset 0 1px #ffffff2e}._SetupOptimizationMarkerLabel_g5h6v_2857{max-width:72px;overflow:hidden;text-overflow:clip;color:#fffffff2;font-size:10px;font-weight:700;line-height:1}._TaskBar_g5h6v_1429:hover{box-shadow:0 4px 12px #0000004d;transform:translateY(-1px)}._TaskBar_g5h6v_1429:active{cursor:grabbing}._TaskPlanned_g5h6v_2877,._AssignmentPlanned_g5h6v_2884{background:linear-gradient(135deg,#0072c6,#005a9e);border:1px solid rgba(255,255,255,.15)}._AssignmentActive_g5h6v_2890{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_g5h6v_1 2s ease-in-out infinite}@keyframes _activeGlow_g5h6v_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_g5h6v_2907{background:repeating-linear-gradient(45deg,#00bcd4,#00bcd4 5px,#26c6da 5px,#26c6da 10px);border:2px dashed #0097a7}._AssignmentPaused_g5h6v_2919{background:repeating-linear-gradient(45deg,#ff6b00,#ff6b00 5px,#ff8c42 5px,#ff8c42 10px);border:2px dashed #e65100}._MachineAssignmentBar_g5h6v_2931._HasOverlap_g5h6v_2931{box-shadow:0 0 0 2px #ff3b30,0 2px 8px #ff3b3099;border-color:var(--gantt-status-conflict, #ff3b30)!important}._WarningIcon_g5h6v_2937{color:var(--gantt-status-conflict, #ff3b30);filter:drop-shadow(0 0 2px rgba(255,59,48,.8))}._OutOfShiftIcon_g5h6v_2943{color:var(--gantt-status-warning-alt, #ff9500);filter:drop-shadow(0 0 2px rgba(255,149,0,.8))}._StatusIcon_g5h6v_2949{color:#ffffffe6}._OvertimeIcon_g5h6v_2954{color:var(--gantt-status-warning-alt, #ff9500);filter:drop-shadow(0 0 2px rgba(255,149,0,.8));animation:_overtimePulse_g5h6v_1 2s ease-in-out infinite}@keyframes _overtimePulse_g5h6v_1{0%,to{opacity:1}50%{opacity:.6}}._MachineAssignmentBar_g5h6v_2931._HasOvertime_g5h6v_2970{box-shadow:0 0 0 1.5px #ff9500,inset 0 0 0 1px #ff95004d;border-color:var(--gantt-status-warning-alt, #ff9500)!important}._MachineAssignmentBar_g5h6v_2931._OutOfShift_g5h6v_2943{box-shadow:0 0 0 1.5px #ff9500;border-color:var(--gantt-status-warning-alt, #ff9500)!important;opacity:.9}._TaskInProgress_g5h6v_2985{background:linear-gradient(135deg,#fc0,#e6b800);border:1px solid rgba(255,255,255,.2)}._TaskReleased_g5h6v_2990{background:linear-gradient(135deg,#30d158,#27a947);border:1px solid rgba(255,255,255,.2)}._TaskPaused_g5h6v_2995{background:repeating-linear-gradient(45deg,#ff6b00,#ff6b00 5px,#ff8c42 5px,#ff8c42 10px);border:2px dashed #e65100}._TaskCompleted_g5h6v_3006{background:repeating-linear-gradient(45deg,#9e9e9e,#9e9e9e 5px,#bdbdbd 5px,#bdbdbd 10px);border:2px dashed #757575;opacity:.8}._TaskDelayed_g5h6v_3018{background:linear-gradient(135deg,#ff9500,#e68600);border:1px solid rgba(255,255,255,.15)}._TaskConflict_g5h6v_3023{background:linear-gradient(135deg,#ff3b30,#d93025);border:1px solid rgba(255,255,255,.15)}._TaskBar_g5h6v_1429._HasConflict_g5h6v_3028{box-shadow:inset 0 0 0 2px #ff3b30}._TaskBar_g5h6v_1429._NotAllowedMachine_g5h6v_3033{box-shadow:inset 0 0 0 2px #ff9500}._TaskBar_g5h6v_1429._PersonnelWarning_g5h6v_3038{box-shadow:inset 0 0 0 2px #ff9f0a}._TaskBar_g5h6v_1429._MaterialCritical_g5h6v_3043{box-shadow:inset 0 0 0 2px #dc2626}._TaskBar_g5h6v_1429._MaterialWarning_g5h6v_3048{box-shadow:inset 0 0 0 2px #f59e0b}._ResourceTaskBar_g5h6v_3052{min-height:0;padding:2px 3px;align-items:center}._ResourceTaskBar_g5h6v_3052 ._TaskContent_g5h6v_1437{justify-content:center;gap:0}._ResourceTaskBar_g5h6v_3052 ._TaskId_g5h6v_1443{font-size:10px;line-height:1.2}._ResourceTaskBar_g5h6v_3052 ._TaskName_g5h6v_1447{font-size:11px;line-height:1.2}._ResourceTaskNameRow_g5h6v_3073{display:flex;align-items:center;gap:4px;width:100%;min-width:0}._ResourceTaskNameRow_g5h6v_3073 ._TaskName_g5h6v_1447{flex:0 1 auto;min-width:0;width:auto}._ResourceSecondaryTaskBar_g5h6v_3087{cursor:pointer;opacity:.38;border:1px dashed rgba(255,255,255,.72);box-shadow:none;filter:saturate(.65)}._ResourceSecondaryTaskBar_g5h6v_3087:hover{opacity:.52;transform:translateY(-1px);box-shadow:0 2px 8px #0000003d}._ResourceSecondaryTaskBar_g5h6v_3087:active{cursor:pointer}._ResourceSecondaryTaskBar_g5h6v_3087 ._TaskContent_g5h6v_1437{justify-content:center}._ResourceSecondaryBadge_g5h6v_3109{display:inline-flex;align-items:center;height:14px;padding:0 5px;border-radius:3px;border:1px solid rgba(255,255,255,.55);color:#ffffffe0;font-size:10px;font-weight:700;line-height:1;background:#00000029}._ResourceSecondaryInfo_g5h6v_3123{display:inline-flex;align-items:center;height:14px;padding:0 5px;border-radius:3px;color:#ffffffc7;font-size:10px;font-weight:600;line-height:1;background:#0000001f}._ResourceLaneGuide_g5h6v_3136{position:absolute;left:0;right:0;height:1px;background:#ffffff14;pointer-events:none;z-index:2}._ResourceWorkPackageWindow_g5h6v_3146{position:absolute;top:4px;bottom:4px;border-radius:4px;border:1px dashed rgba(48,209,88,.55);background:repeating-linear-gradient(135deg,#30d15814,#30d15814 8px,#30d15808 8px,#30d15808 16px);box-shadow:inset 0 0 0 1px #30d1581a;pointer-events:none;z-index:3}._ResourceRowConflict_g5h6v_3165{box-shadow:inset 3px 0 0 var(--gantt-status-conflict, #ff3b30)}._ResourceDemandBadge_g5h6v_3169,._ResourceAdditionalBadge_g5h6v_3170{display:inline-flex;align-items:center;gap:2px;min-height:14px;padding:1px 5px;border-radius:3px;color:#fff;font-size:10px;font-weight:700;line-height:1;background:#00000047;white-space:nowrap}._ResourceDemandBadge_g5h6v_3169{background:#ffffff2e;box-shadow:inset 0 0 0 1px #ffffff38}._ResourceDemandBadgeInline_g5h6v_3190{min-height:12px;padding:0 4px;font-size:9px;line-height:12px;border-radius:3px;background:#ffffff24}._ResourceAdditionalBadge_g5h6v_3170{padding:1px 4px}._ResourceAdditionalBadge_g5h6v_3170 ix-icon{color:#fff}._TaskBar_g5h6v_1429._IsLocked_g5h6v_3210{cursor:not-allowed;opacity:.85}._TaskBar_g5h6v_1429._IsLocked_g5h6v_3210:hover{transform:none;cursor:not-allowed}._TaskBar_g5h6v_1429._IsFrozen_g5h6v_3221{cursor:not-allowed;opacity:.9}._TaskBar_g5h6v_1429._IsFrozen_g5h6v_3221:hover{transform:none;cursor:not-allowed}._SetupIndicator_g5h6v_3232{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_g5h6v_1437{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1px;flex:1;overflow:hidden;z-index:1}._TaskIdRow_g5h6v_1443{display:flex;align-items:center;gap:4px;flex-shrink:0;overflow:hidden}._TaskId_g5h6v_1443{font-size:12px;font-weight:700;color:#fff;background-color:#0003;padding:1px 5px;border-radius:3px;white-space:nowrap;flex-shrink:0}._TaskName_g5h6v_1447{font-size:13px;font-weight:500;color:#fff;overflow:hidden;text-overflow:clip;white-space:nowrap;width:100%}._TaskIcons_g5h6v_3289{display:flex;align-items:center;gap:3px;position:absolute;right:2px;bottom:1px;z-index:2;background:inherit;border-radius:4px;padding:1px 4px}._MaterialIcon_g5h6v_3302{color:var(--gantt-status-warning-alt, #ff9500)}._ConflictIcon_g5h6v_3306{color:var(--gantt-status-conflict, #ff3b30)}._LockIcon_g5h6v_3311,._FrozenIcon_g5h6v_3316{color:#fff;filter:drop-shadow(0 0 2px rgba(255,255,255,.3))}._ResizeHandleLeft_g5h6v_3322,._ResizeHandleRight_g5h6v_3323{position:absolute;top:0;bottom:0;width:8px;cursor:ew-resize;opacity:0;transition:opacity .15s ease;z-index:20}._TaskBar_g5h6v_1429:hover ._ResizeHandleLeft_g5h6v_3322,._TaskBar_g5h6v_1429:hover ._ResizeHandleRight_g5h6v_3323{opacity:1}._ResizeHandleLeft_g5h6v_3322{left:0;background:linear-gradient(90deg,rgba(255,255,255,.3),transparent);border-radius:3px 0 0 3px}._ResizeHandleRight_g5h6v_3323{right:0;background:linear-gradient(270deg,rgba(255,255,255,.3),transparent);border-radius:0 3px 3px 0}._SplitPartLabel_g5h6v_3354{font-size:10px;font-weight:500;color:#ffffffd9;padding:2px 6px;background:#00000026;border-radius:3px;white-space:nowrap}._SplitContinuationIcon_g5h6v_3364{color:#ffffffe6;display:block;flex-shrink:0;width:10px;height:10px;font-size:10px;--ix-icon-size: 10px;line-height:1}._SplitContinuationIconOnly_g5h6v_3375{align-self:center;margin:0;width:11px;height:11px;font-size:11px;--ix-icon-size: 11px}._SplitContinuationRow_g5h6v_3384{display:flex;align-items:center;gap:4px;min-width:0;max-width:100%;overflow:hidden}._SplitContinuationText_g5h6v_3393{font-size:12px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:clip}._SplitConnectorLine_g5h6v_3403{background:transparent;border-top:2px dashed rgba(255,255,255,.5);z-index:5;opacity:.82;filter:drop-shadow(0 1px 2px rgba(0,0,0,.24));transition:opacity .12s ease,border-color .12s ease,filter .12s ease}._SplitConnectorLine_g5h6v_3403:hover,._SplitConnectorLineActive_g5h6v_3413{border-top-color:#ffffffdb;opacity:1;filter:drop-shadow(0 1px 4px rgba(255,255,255,.18)) drop-shadow(0 2px 4px rgba(0,0,0,.3))}._SplitConnectorDot_g5h6v_3420{position:absolute;width:6px;height:6px;background:#ffffffeb;border:1px solid rgba(88,166,255,.5);border-radius:50%;box-shadow:0 1px 2px #00000038;opacity:0;transition:opacity .12s ease}._SplitConnectorLine_g5h6v_3403:hover ._SplitConnectorDot_g5h6v_3420,._SplitConnectorLineActive_g5h6v_3413 ._SplitConnectorDot_g5h6v_3420{opacity:1}._TaskBar_g5h6v_1429._SplitParentFocused_g5h6v_3438{box-shadow:0 0 0 2px #007aff80;z-index:25}._TaskBar_g5h6v_1429._SplitChildFocused_g5h6v_3444{box-shadow:0 0 0 1px #007aff66;z-index:24}[data-ix-color-schema=light] ._SplitPartLabel_g5h6v_3354{color:#000000bf;background:#ffffff4d}[data-ix-color-schema=light] ._SplitContinuationIcon_g5h6v_3364{color:#004478cc}[data-ix-color-schema=light] ._SplitContinuationText_g5h6v_3393{color:#000000bf}[data-ix-color-schema=light] ._SplitConnectorLine_g5h6v_3403{border-top-color:#00599e75;filter:none}[data-ix-color-schema=light] ._SplitConnectorLine_g5h6v_3403:hover,[data-ix-color-schema=light] ._SplitConnectorLineActive_g5h6v_3413{border-top-color:#00599ec7;filter:drop-shadow(0 1px 3px rgba(0,89,158,.16))}[data-ix-color-schema=light] ._SplitConnectorDot_g5h6v_3420{background:#fffffff2;border-color:#00599e9e}[data-ix-color-schema=light] ._MachineStatus_g5h6v_1455{color:#333}[data-ix-color-schema=dark] ._MachineStatus_g5h6v_1455{color:#fff}[data-ix-color-schema=light] ._GridLine_g5h6v_2604{background-color:#0000000a}[data-ix-color-schema=light] ._GridLine_g5h6v_2604._HourLine_g5h6v_2622{background-color:#0000001a}[data-ix-color-schema=light] ._GridLine_g5h6v_2604._DayLine_g5h6v_2626{background-color:#0003}[data-ix-color-schema=light] ._DayColumn_g5h6v_2632._Weekend_g5h6v_2395{background-color:#0000000a}[data-ix-color-schema=light] ._GanttRow_g5h6v_2692{border-bottom-color:#00000014}[data-ix-color-schema=light] ._GanttRow_g5h6v_2692._Alternate_g5h6v_1839{background-color:#00000005}[data-ix-color-schema=light] ._MachineRow_g5h6v_1065{border-bottom-color:#00000014}[data-ix-color-schema=light] ._MachineRow_g5h6v_1065._Alternate_g5h6v_1839{background-color:#00000005}[data-ix-color-schema=dark] ._MachineConflictIcon_g5h6v_1481{color:var(--gantt-status-conflict, #ff3b30)}[data-ix-color-schema=dark] ._MachineConflictIcon_g5h6v_1481 ix-icon{color:var(--gantt-status-conflict, #ff3b30)}[data-ix-color-schema=dark] ._MachineConflictTooltip_g5h6v_1934{background-color:var(--gantt-status-conflict, #ff3b30);color:#fff}[data-ix-color-schema=dark] ._WarningIcon_g5h6v_2937{color:var(--gantt-status-conflict, #ff3b30);filter:drop-shadow(0 0 2px rgba(255,59,48,.8))}[data-ix-color-schema=dark] ._StatusBadge_g5h6v_1480._Error_g5h6v_2054{background:#ff3b3033;color:var(--gantt-status-conflict, #ff3b30)}[data-ix-color-schema=dark] ._TooltipConflictItem_g5h6v_3550,[data-ix-color-schema=dark] ._ConflictSection_g5h6v_3555 ._DrawerSectionHeader_g5h6v_3555 h3,[data-ix-color-schema=dark] ._ConflictType_g5h6v_3559,[data-ix-color-schema=dark] ._TooltipConflictLabel_g5h6v_3565{color:var(--gantt-status-conflict, #ff3b30)}[data-ix-color-schema=dark] ._ConflictCount_g5h6v_3572{background-color:var(--gantt-status-conflict, #ff3b30)}[data-ix-color-schema=dark] ._ConflictMessage_g5h6v_3577{color:var(--gantt-status-conflict, #ff3b30)}[data-ix-color-schema=dark] ._FilterChip_conflict_g5h6v_3582._Active_g5h6v_579{background-color:#ff3b3033;border-color:var(--gantt-status-conflict, #ff3b30);color:var(--gantt-status-conflict, #ff3b30)}._TaskBar_g5h6v_1429._Dragging_g5h6v_3593{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}._ResizeHandleLeft_g5h6v_3322._Active_g5h6v_579,._ResizeHandleRight_g5h6v_3323._Active_g5h6v_579{opacity:1!important;background-color:#0072c680}._TaskTooltip_g5h6v_3609{position:fixed;z-index:99999;min-width:220px;max-width:320px;padding:10px 12px;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_g5h6v_1 .15s ease;isolation:isolate}@keyframes _tooltipFadeIn_g5h6v_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}._TooltipHeader_g5h6v_3635{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;padding-bottom:7px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._TooltipRow_g5h6v_3645{display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:start;column-gap:14px;padding:3px 0;font-size:12px}._TooltipLabel_g5h6v_3654{color:var(--theme-color-soft-text);font-weight:500;line-height:1.35;white-space:nowrap}._TooltipValue_g5h6v_3661{color:var(--theme-color-std-text);font-weight:600;line-height:1.35;text-align:right;overflow-wrap:anywhere}._TooltipValueList_g5h6v_3669{display:flex;flex-direction:column;gap:2px;min-width:0}._TooltipStatus_g5h6v_3676{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}._TooltipConflicts_g5h6v_3688{display:flex;flex-direction:column;gap:4px;padding-top:6px;margin-top:3px;border-top:1px solid var(--theme-color-std-bdr-1)}._TooltipConflictLabel_g5h6v_3565{color:var(--theme-color-alarm);font-weight:600;font-size:10px;letter-spacing:.04em;text-transform:uppercase}._TooltipConflictItem_g5h6v_3550{color:var(--theme-color-alarm);font-size:11px;line-height:1.35;padding-left:8px;border-left:2px solid var(--theme-color-alarm)}._DragTooltip_g5h6v_3718{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}._DragTooltipCompact_g5h6v_3731{max-width:240px;padding:6px 8px;font-size:11px;opacity:.95}._DragTooltipMeta_g5h6v_3738{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;line-height:1.2}._DragTooltipMeta_g5h6v_3738 span:last-child{opacity:.86;font-weight:500}._DragTooltipWarning_g5h6v_3752{background-color:#d97706}._DragTooltipBlocked_g5h6v_3756{background-color:var(--gantt-status-conflict, #ff3b30)}._DragTooltipMessage_g5h6v_3760{margin-top:6px;padding-top:6px;border-top:1px solid rgba(255,255,255,.3);font-size:11px;font-weight:500;white-space:normal;max-width:240px}._DragTooltipConflicts_g5h6v_3770{margin-top:5px;padding-top:5px;border-top:1px solid rgba(255,255,255,.24);display:flex;flex-direction:column;gap:2px;max-width:250px;white-space:normal}._DragTooltipConflictItem_g5h6v_3781{font-size:10px;line-height:1.25;font-weight:600}._DragTooltipConflictItem_g5h6v_3781:before{content:"!";display:inline-flex;align-items:center;justify-content:center;width:10px;height:10px;margin-right:4px;border-radius:50%;background:#ffffff38;font-size:8px;font-weight:800}._DragTooltipConflictMore_g5h6v_3801{font-size:10px;line-height:1.2;opacity:.86}._DragTooltipSegments_g5h6v_3807{margin-top:6px;padding-top:6px;border-top:1px solid rgba(255,255,255,.25);display:flex;flex-direction:column;gap:2px;font-size:11px}._DragTooltipSegmentsCompact_g5h6v_3817{margin-top:4px;padding-top:4px;border-top:1px solid rgba(255,255,255,.22);display:flex;flex-direction:column;gap:1px;font-size:10px;line-height:1.25;opacity:.9}._DragTooltipSegmentsHeader_g5h6v_3829{font-weight:600;margin-bottom:2px}._DragTooltipSegmentRow_g5h6v_3834{display:flex;gap:6px;white-space:nowrap}._DragTooltipSegmentIndex_g5h6v_3840{opacity:.75;min-width:16px}._DragTooltipPauseHint_g5h6v_3845{margin-top:4px;font-style:italic;opacity:.85}._TooltipTitle_g5h6v_3852{font-size:13px;font-weight:600;color:var(--theme-color-std-text);min-width:0;overflow-wrap:anywhere}._TooltipBody_g5h6v_3860{display:flex;flex-direction:column;gap:2px}._TooltipBadge_g5h6v_3866{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;flex-shrink:0}._TooltipWarning_g5h6v_3876{display:flex;align-items:center;gap:6px;color:var(--gantt-status-conflict, #ff3b30)}._TooltipOvertime_g5h6v_3884{display:flex;align-items:center;gap:6px;color:var(--gantt-status-warning-alt, #ff9500)}._TooltipDivider_g5h6v_3891{height:1px;background-color:var(--theme-color-std-bdr-1);margin:6px 0}._Status_planned_g5h6v_3898{background-color:#0072c633;color:#0072c6}._Status_inProgress_g5h6v_3903{background-color:#4cd96433;color:var(--gantt-status-success-alt, #4cd964)}._Status_completed_g5h6v_3908{background-color:#8e8e9333;color:#8e8e93}._Status_delayed_g5h6v_3913{background-color:#ff950033;color:var(--gantt-status-warning-alt, #ff9500)}._Status_conflict_g5h6v_3918{background-color:#ff3b3033;color:var(--gantt-status-conflict, #ff3b30)}._DrawerOverlay_g5h6v_3924{position:fixed;top:0;left:0;right:0;bottom:0;background-color:transparent;z-index:9998;pointer-events:none}@keyframes _fadeIn_g5h6v_1{0%{opacity:0}to{opacity:1}}._DrawerContainer_g5h6v_3940{--gantt-status-conflict: #ff3b30;--gantt-status-warning-alt: #ff9500;--gantt-status-success-alt: #4cd964;--gantt-status-planned: #0072c6;--gantt-status-completed: #4cd964;--gantt-status-delayed: #ff9500;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_g5h6v_1 .25s ease;overflow:hidden}@keyframes _slideInRight_g5h6v_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}._DrawerContainerWide_g5h6v_3972{width:420px}._DrawerContainerNormal_g5h6v_3976{width:400px}._DrawerCloseButton_g5h6v_3980{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_g5h6v_3980:hover{background-color:var(--theme-color-component-2);color:var(--theme-color-std-text);border-color:var(--theme-color-primary)}._DrawerDeleteButton_g5h6v_4002{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_g5h6v_4002:hover{background-color:#ff3b301a;color:var(--gantt-status-conflict, #ff3b30);border-color:var(--gantt-status-conflict, #ff3b30)}._DetailDrawer_g5h6v_4025{display:flex;flex-direction:column;height:100%;background-color:var(--theme-color-1);isolation:isolate;overflow:hidden}._DrawerHeader_g5h6v_4034{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_g5h6v_4044{flex:1}._DrawerTaskId_g5h6v_4048{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_g5h6v_4059{margin:0;font-size:18px;font-weight:600;color:var(--theme-color-std-text)}._DrawerBody_g5h6v_4066{flex:1;overflow-y:auto;overflow-x:hidden;padding:20px 24px;overscroll-behavior:contain;background-color:var(--theme-color-1)}._DrawerStatusBadge_g5h6v_4075{display:inline-flex;align-items:center;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:20px}._DrawerStatus_planned_g5h6v_4085{background-color:#0072c626;color:#0072c6}._DrawerStatus_inProgress_g5h6v_4090{background-color:#4cd96426;color:var(--gantt-status-success-alt, #4cd964)}._DrawerStatus_completed_g5h6v_4095{background-color:#8e8e9326;color:#8e8e93}._DrawerStatus_delayed_g5h6v_4100{background-color:#ff950026;color:var(--gantt-status-warning-alt, #ff9500)}._DrawerStatus_conflict_g5h6v_4105{background-color:#ff3b3026;color:var(--gantt-status-conflict, #ff3b30)}._DrawerSection_g5h6v_3555{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_g5h6v_3555{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._DrawerSectionHeader_g5h6v_3555 h3{margin:0;font-size:13px;font-weight:600;color:var(--theme-color-std-text);text-transform:uppercase;letter-spacing:.5px}._DrawerSectionContent_g5h6v_4136{display:flex;flex-direction:column;gap:8px}._DrawerRow_g5h6v_4142{display:flex;justify-content:space-between;align-items:center;font-size:13px}._DrawerLabel_g5h6v_4149{color:var(--theme-color-soft-text)}._DrawerValue_g5h6v_4153{font-weight:600;color:var(--theme-color-std-text);text-align:right}._DrawerInlineActions_g5h6v_4159{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}._Material_available_g5h6v_4166{color:var(--gantt-status-success-alt, #4cd964)!important}._DrawerWarning_g5h6v_4170{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:var(--gantt-status-warning-alt, #ff9500);margin-top:8px}._DrawerError_g5h6v_4184{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:var(--gantt-status-conflict, #ff3b30);margin-top:8px}._ConflictSection_g5h6v_3555{background-color:#ff3b300d;border:1px solid rgba(255,59,48,.2);border-radius:8px;padding:16px}._ConflictSection_g5h6v_3555 ._DrawerSectionHeader_g5h6v_3555,._ConflictSection_g5h6v_3555 ._DrawerSectionHeader_g5h6v_3555 h3{color:var(--gantt-status-conflict, #ff3b30)}._ConflictCount_g5h6v_3572{background-color:var(--gantt-status-conflict, #ff3b30);color:#fff;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600;margin-left:8px}._ConflictItem_g5h6v_4224{background-color:#ff3b301a;border-radius:6px;padding:12px;margin-bottom:8px}._ConflictItem_g5h6v_4224:last-child{margin-bottom:0}._ConflictType_g5h6v_3559{font-size:11px;font-weight:600;color:var(--gantt-status-conflict, #ff3b30);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}._ConflictMessage_g5h6v_3577{font-size:13px;font-weight:500;color:var(--theme-color-std-text);margin-bottom:4px}._ConflictDetails_g5h6v_4251{font-size:12px;color:var(--theme-color-soft-text)}._DrawerFooter_g5h6v_4256{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_g5h6v_904{display:flex;gap:6px;align-items:center}._FilterToggle_g5h6v_904 ix-button{--ix-button-height: 26px;--ix-button-padding-x: 8px;font-size:11px}._FilterToggle_g5h6v_904 ix-button::part(button){height:26px;padding:0 8px}._ToggleWrapper_g5h6v_4284{display:flex;align-items:center;gap:4px;font-size:10px;color:var(--theme-color-soft-text);white-space:nowrap}._ToggleWrapper_g5h6v_4284 ix-toggle{--toggle-height: 14px;--toggle-width: 26px}._ToggleLabel_g5h6v_4298{cursor:pointer;padding:0;border:0;background:transparent;color:inherit;font:inherit;transition:color .15s ease}._ToggleLabel_g5h6v_4298:hover{color:var(--theme-color-std-text)}._ToggleLabel_g5h6v_4298._Active_g5h6v_579{color:var(--theme-color-primary)}._FilterBar_g5h6v_4318{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_g5h6v_1 .2s ease}@keyframes _filterSlideDown_g5h6v_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._FilterChips_g5h6v_4339{display:flex;flex-wrap:wrap;gap:6px}._FilterChip_g5h6v_3582{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_g5h6v_3582:hover{background-color:var(--theme-color-component-3)}._FilterChip_g5h6v_3582._Active_g5h6v_579{background-color:var(--theme-color-primary);color:var(--theme-color-inv-text);border-color:var(--theme-color-primary)}._FilterChip_planned_g5h6v_4370._Active_g5h6v_579{background-color:#0072c6;border-color:#0072c6}._FilterChip_inProgress_g5h6v_4375._Active_g5h6v_579{background-color:var(--gantt-status-success-alt, #4cd964);border-color:var(--gantt-status-success-alt, #4cd964)}._FilterChip_completed_g5h6v_4380._Active_g5h6v_579{background-color:#8e8e93;border-color:#8e8e93}._FilterChip_delayed_g5h6v_4385._Active_g5h6v_579{background-color:var(--gantt-status-warning-alt, #ff9500);border-color:var(--gantt-status-warning-alt, #ff9500)}._FilterChip_conflict_g5h6v_3582._Active_g5h6v_579{background-color:var(--gantt-status-conflict, #ff3b30);border-color:var(--gantt-status-conflict, #ff3b30)}._FilterSection_g5h6v_1598{display:flex;flex-direction:column;gap:10px;min-width:200px}._FilterSectionLabel_g5h6v_4403{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_g5h6v_4414{display:flex;flex-wrap:wrap;gap:8px}._FilterDropdown_g5h6v_4414{position:relative;min-width:180px}._FilterDropdownHeader_g5h6v_4425{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_g5h6v_4425:hover{background-color:var(--theme-color-component-2);border-color:var(--theme-color-primary)}._FilterDropdownHeader_g5h6v_4425._Expanded_g5h6v_4446{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:var(--theme-color-primary);background-color:var(--theme-color-component-2)}._FilterDropdownHeader_g5h6v_4425._HasSelection_g5h6v_4453{border-color:var(--theme-color-primary)}._FilterDropdownTitle_g5h6v_4457{display:flex;align-items:center;gap:8px}._FilterDropdownBadge_g5h6v_4463{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_g5h6v_4477{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_g5h6v_1 .15s ease}@keyframes _dropdownFadeIn_g5h6v_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._FilterCheckboxItem_g5h6v_4505{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;transition:background-color .1s ease}._FilterCheckboxItem_g5h6v_4505:hover{background-color:var(--theme-color-component-2)}._FilterCheckboxItem_g5h6v_4505._SelectAll_g5h6v_4518{border-bottom:1px solid var(--theme-color-std-bdr-1);font-weight:600;background-color:var(--theme-color-component--1)}._FilterCheckbox_g5h6v_1610{display:flex;align-items:center;justify-content:center;padding:0;background:none;border:none;cursor:pointer;color:var(--theme-color-primary)}._FilterMachineLabel_g5h6v_4535{display:flex;flex-direction:column;gap:2px}._FilterMachineId_g5h6v_4541{font-size:13px;font-weight:500;color:var(--theme-color-std-text)}._FilterMachineName_g5h6v_4547{font-size:11px;color:var(--theme-color-soft-text)}._FilterInput_g5h6v_4552{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_g5h6v_4552:focus{border-color:var(--theme-color-primary)}._FilterInput_g5h6v_4552::placeholder{color:var(--theme-color-soft-text)}._FilterResults_g5h6v_4572{display:flex;align-items:center;gap:.75rem;margin-left:auto;font-size:12px;font-weight:500;color:var(--theme-color-soft-text)}._FilterMuted_g5h6v_4582{font-size:12px;color:var(--theme-color-soft-text)}._ResourceGroupToggle_g5h6v_4587{height:28px;padding:0 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}._ResourceGroupToggle_g5h6v_4587:hover{background:var(--theme-color-component-2)}._ResourceFormField_g5h6v_4602{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;font-size:12px;color:var(--theme-color-soft-text)}._ResourceFormField_g5h6v_4602 input,._ResourceFormField_g5h6v_4602 select,._ResourceFormField_g5h6v_4602 textarea{width:100%;min-height:32px;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;background:var(--theme-color-component-1);color:var(--theme-color-std-text);padding:6px 8px;box-sizing:border-box}._ResourceFormField_g5h6v_4602 textarea{min-height:84px;resize:vertical}._ResourceInlineCheck_g5h6v_4629{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--theme-color-std-text)}._ResourceRequirementList_g5h6v_4637{display:flex;flex-direction:column;gap:6px;max-height:260px;overflow:auto}._ResourceRequirementItem_g5h6v_4645{display:grid;grid-template-columns:18px minmax(0,1fr) minmax(70px,96px) 76px;align-items:center;gap:8px;padding:6px;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;background:var(--theme-color-component-1)}._ResourceRequirementItem_g5h6v_4645 span,._ResourceRequirementItem_g5h6v_4645 small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ResourceRequirementItem_g5h6v_4645 small{color:var(--theme-color-soft-text)}._ResourceRequirementItem_g5h6v_4645 input[type=number]{width:100%;min-width:0;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;background:var(--theme-color-component--1);color:var(--theme-color-std-text);padding:4px}._ResourceDrawerError_g5h6v_4677{color:var(--gantt-status-conflict, #ff3b30);font-size:12px;margin-top:8px}._UnplannedDrawer_g5h6v_4684{display:flex;flex-direction:column;height:100%;background-color:var(--theme-color-1);isolation:isolate;overflow:hidden}._UnplannedDrawerHeader_g5h6v_4693{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_g5h6v_4703{display:flex;align-items:center;gap:12px}._UnplannedHeaderContent_g5h6v_4703 h2{margin:0;font-size:18px;font-weight:600;color:var(--theme-color-std-text)}._UnplannedCount_g5h6v_4716{display:inline-flex;align-items:center;white-space:nowrap;padding:4px 10px;font-size:12px;font-weight:600;color:#fff;background-color:var(--theme-color-primary);border-radius:12px}._UnplannedTrayCount_g5h6v_4728{padding:1px 7px;font-size:11px;border-radius:9px}._UnplannedHint_g5h6v_4734{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_g5h6v_4745{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_g5h6v_4757{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:var(--theme-color-soft-text);text-align:center}._UnplannedEmpty_g5h6v_4757 p{margin:12px 0 0;font-size:14px}._UnplannedCard_g5h6v_4772{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_g5h6v_4772:hover{border-color:var(--theme-color-primary);box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}._UnplannedCard_g5h6v_4772:active{cursor:grabbing}._UnplannedCard_g5h6v_4772._Priority_high_g5h6v_4792{border-left:4px solid #ff3b30}._UnplannedCard_g5h6v_4772._Priority_medium_g5h6v_4796{border-left:4px solid #ff9500}._UnplannedCard_g5h6v_4772._Priority_low_g5h6v_4800{border-left:4px solid #4cd964}._UnplannedCardHeader_g5h6v_4804{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._UnplannedTaskId_g5h6v_4811{font-size:11px;font-weight:700;color:#fff;background-color:var(--theme-color-primary);padding:3px 8px;border-radius:4px}._PriorityBadge_g5h6v_4820{font-size:10px;font-weight:600;padding:3px 8px;border-radius:4px;text-transform:uppercase}._PriorityBadge_g5h6v_4820._Priority_high_g5h6v_4792{background-color:#ff3b3026;color:var(--gantt-status-conflict, #ff3b30)}._PriorityBadge_g5h6v_4820._Priority_medium_g5h6v_4796{background-color:#ff950026;color:var(--gantt-status-warning-alt, #ff9500)}._PriorityBadge_g5h6v_4820._Priority_low_g5h6v_4800{background-color:#4cd96426;color:var(--gantt-status-success-alt, #4cd964)}._UnplannedStatusBadge_g5h6v_4843{display:inline-flex;align-items:center;max-width:58%;min-height:20px;padding:3px 8px;border-radius:4px;font-size:10px;font-weight:700;line-height:1;text-transform:uppercase;white-space:nowrap}._UnplannedStatusBadge_g5h6v_4843[data-status=unplanned],._UnplannedStatusBadge_g5h6v_4843[data-status=planned]{background-color:#0072c638;border:1px solid rgba(0,114,198,.55);color:#7cc8ff}._UnplannedStatusBadge_g5h6v_4843[data-status=released]{background-color:#30d15833;border:1px solid rgba(48,209,88,.5);color:var(--gantt-status-success-alt, #4cd964)}._UnplannedStatusBadge_g5h6v_4843[data-status=in-progress]{background-color:#fc03;border:1px solid rgba(255,204,0,.5);color:#fc0}._UnplannedStatusBadge_g5h6v_4843[data-status=paused]{background-color:#ff6b0033;border:1px solid rgba(255,107,0,.5);color:#ff8c42}._UnplannedStatusBadge_g5h6v_4843[data-status=blocked]{background-color:#ff3b3033;border:1px solid rgba(255,59,48,.55);color:var(--gantt-status-conflict, #ff3b30)}._UnplannedStatusBadge_g5h6v_4843[data-status=completed]{background-color:#8e8e9338;border:1px solid rgba(142,142,147,.5);color:#d1d1d6}._UnplannedStatusBadge_g5h6v_4843[data-status=default]{background-color:var(--theme-color-component-2);border:1px solid var(--theme-color-std-bdr-1);color:var(--theme-color-soft-text)}._UnplannedTaskName_g5h6v_4905{margin:0 0 12px;font-size:14px;font-weight:600;color:var(--theme-color-std-text)}._UnplannedCardDetails_g5h6v_4912{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}._UnplannedRow_g5h6v_4919{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;font-size:12px}._UnplannedLabel_g5h6v_4927{color:var(--theme-color-soft-text);flex:0 0 auto}._UnplannedValue_g5h6v_4932{font-weight:500;color:var(--theme-color-std-text);min-width:0;text-align:right;overflow-wrap:anywhere}._AllowedMachinesChips_g5h6v_4940{display:flex;flex-wrap:wrap;gap:4px;justify-content:flex-end}._AllowedMachineChip_g5h6v_4947{background:var(--theme-color-component-2);border:1px solid var(--theme-color-weak-bdr);border-radius:4px;padding:1px 8px;font-size:11px;font-weight:500;color:var(--theme-color-std-text);white-space:nowrap;max-width:220px;overflow:hidden;text-overflow:ellipsis}._AllowedMachinesOverflow_g5h6v_4961{background:var(--theme-color-component-2);border:1px solid var(--theme-color-weak-bdr);border-radius:4px;padding:1px 8px;font-size:11px;font-weight:500;color:var(--theme-color-soft-text);cursor:default;-webkit-user-select:none;user-select:none}._AllowedMachinesTooltip_g5h6v_4973{position:fixed;background:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;padding:6px 10px;font-size:12px;white-space:nowrap;z-index:100200;box-shadow:0 8px 24px #0006;min-width:140px;pointer-events:none}._AllowedMachinesTooltip_g5h6v_4973>div{padding:2px 0;color:var(--theme-color-std-text)}._UnplannedDueDate_g5h6v_4992{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_g5h6v_4992._Urgent_g5h6v_5005{background-color:#ff3b301a;color:var(--gantt-status-conflict, #ff3b30)}._UnplannedCardActions_g5h6v_5010{display:flex;gap:8px;margin-bottom:12px}._UnplannedCardActions_g5h6v_5010 ix-button{font-size:11px;--ix-button-height: 28px}._UnplannedDragHandle_g5h6v_5021{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}._UnplannedDragHandle_g5h6v_5021 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._UnplannedCard_g5h6v_4772:hover ._UnplannedDragHandle_g5h6v_5021{background-color:var(--theme-color-primary);color:#fff}._GanttRow_g5h6v_2692._ValidDropTarget_g5h6v_5049{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_g5h6v_2692._ValidDropTarget_g5h6v_5049:hover,._GanttRow_g5h6v_2692._HoveredDropTarget_g5h6v_5057{background-color:#0072c659!important;box-shadow:inset 0 0 0 2px #0072c6b3}._GanttRow_g5h6v_2692._InvalidDropTarget_g5h6v_5063{transition:background-color .15s ease;background-color:#cc003314;cursor:not-allowed}._GanttRow_g5h6v_2692._InvalidDropTarget_g5h6v_5063:hover{background-color:#cc003326!important}._CurrentTimeLine_g5h6v_5074{position:absolute;top:0;bottom:0;width:1px;background-color:var(--gantt-status-conflict, #ff3b30);opacity:.7;z-index:100;pointer-events:none}._CurrentTimeMarker_g5h6v_5085{position:absolute;top:0;left:-3.5px;width:8px;height:8px;background-color:var(--gantt-status-conflict, #ff3b30);border-radius:50%;box-shadow:0 1px 3px #0003}._LiveSplitOverlay_g5h6v_5097{--gantt-status-conflict: #ff3b30;--gantt-status-warning-alt: #ff9500;--gantt-status-success-alt: #4cd964;--gantt-status-planned: #0072c6;--gantt-status-completed: #4cd964;--gantt-status-delayed: #ff9500;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_g5h6v_1 .15s ease}._LiveSplitTaskHighlight_g5h6v_5117{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_g5h6v_1 1.5s ease-in-out infinite}@keyframes _splitHighlightPulse_g5h6v_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_g5h6v_5137{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_g5h6v_5148{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_g5h6v_5159{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_g5h6v_5169{position:relative;width:4px;background-color:#fff;cursor:ew-resize;z-index:10;display:flex;flex-direction:column;align-items:center}._LiveSplitHandle_g5h6v_5181{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_g5h6v_5181:before{content:"";width:2px;height:12px;background:repeating-linear-gradient(to bottom,#666 0px,#666 2px,transparent 2px,transparent 4px)}._LiveSplitControls_g5h6v_5210{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_g5h6v_5210 ._LiveSplitConfirmBtn_g5h6v_5224{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_g5h6v_5210 ._LiveSplitConfirmBtn_g5h6v_5224:hover{background:linear-gradient(135deg,#4ade5b,#34c759);transform:scale(1.05)}._LiveSplitControls_g5h6v_5210 ._LiveSplitCancelBtn_g5h6v_5246{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_g5h6v_5210 ._LiveSplitCancelBtn_g5h6v_5246:hover{background-color:var(--gantt-status-conflict, #ff3b30);border-color:var(--gantt-status-conflict, #ff3b30);color:#fff}._LiveSplitTimeLabel_g5h6v_5270{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_g5h6v_5286{padding:.75rem;text-align:center;font-size:.8125rem;color:#ffffffd9;background-color:#000000b3}._LiveSplitHint_g5h6v_5286 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_g5h6v_5307{--gantt-status-conflict: #ff3b30;--gantt-status-warning-alt: #ff9500;--gantt-status-success-alt: #4cd964;--gantt-status-planned: #0072c6;--gantt-status-completed: #4cd964;--gantt-status-delayed: #ff9500;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_g5h6v_1 .2s ease}@keyframes _modalFadeIn_g5h6v_1{0%{opacity:0}to{opacity:1}}@keyframes _modalSlideIn_g5h6v_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._ExportModal_g5h6v_5346{background-color:var(--theme-color-1);border-radius:12px;min-width:420px;max-width:480px;box-shadow:0 20px 60px #0006;animation:_modalSlideIn_g5h6v_1 .2s ease;overflow:hidden;border-top:4px solid var(--theme-color-primary)}._ExportModalHeader_g5h6v_5357{display:flex;align-items:center;gap:12px;padding:20px 24px 16px;color:var(--theme-color-primary)}._ExportModalTitle_g5h6v_5365{font-size:18px;font-weight:600;color:var(--theme-color-std-text);margin:0}._ExportModalBody_g5h6v_5372{padding:0 24px 20px}._ExportModalDescription_g5h6v_5376{font-size:14px;color:var(--theme-color-soft-text);margin:0 0 16px}._ExportModalDateRow_g5h6v_5382{display:flex;gap:16px}._ExportModalError_g5h6v_5387{font-size:12px;color:var(--theme-color-alarm);margin:8px 0 0}._ExportModalQuickSelect_g5h6v_5393{display:flex;gap:8px;margin-top:12px}._ExportModalQuickBtn_g5h6v_5399{padding:6px 12px;border-radius:6px;border:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-component-2);color:var(--theme-color-soft-text);font-size:12px;cursor:pointer;transition:all .15s ease}._ExportModalQuickBtn_g5h6v_5399:hover{background-color:var(--theme-color-primary);color:#fff;border-color:var(--theme-color-primary)}._ExportModalFooter_g5h6v_5416{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_g5h6v_1429._Selected_g5h6v_5427{box-shadow:0 0 0 3px var(--theme-color-primary),0 4px 12px #0072c666;z-index:20}._TimeEditModal_g5h6v_5433,._MachineChangeModal_g5h6v_5434{background-color:var(--theme-color-1);border-radius:12px;min-width:380px;max-width:450px;box-shadow:0 20px 60px #0006;animation:_modalSlideIn_g5h6v_1 .2s ease;overflow:hidden}._ModalHeader_g5h6v_5444{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._ModalHeader_g5h6v_5444 h3{font-size:16px;font-weight:600;color:var(--theme-color-std-text);margin:0}._ModalCloseButton_g5h6v_5459{--ix-button-height: 28px}._ModalBody_g5h6v_5463{padding:20px}._TaskInfo_g5h6v_5467{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_g5h6v_5476{font-size:13px;color:var(--theme-color-soft-text);margin:0 0 16px}._FormGroup_g5h6v_5482{margin-bottom:16px}._FormGroup_g5h6v_5482 label{display:block;font-size:12px;font-weight:500;color:var(--theme-color-soft-text);margin-bottom:6px}._FormGroup_g5h6v_5482 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_g5h6v_5482 input[type=datetime-local]:focus{outline:none;border-color:var(--theme-color-primary);box-shadow:0 0 0 2px #0072c633}._FormGroup_g5h6v_5482 input[type=date],._FormGroup_g5h6v_5482 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_g5h6v_5482 input[type=date]:focus,._FormGroup_g5h6v_5482 input[type=time]:focus,._FormGroup_g5h6v_5482 select:focus{outline:none;border-color:var(--theme-color-primary);box-shadow:0 0 0 2px #0072c633}._FormGroup_g5h6v_5482 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_g5h6v_5543{display:block;font-size:11px;color:var(--theme-color-soft-text);margin-top:4px}._FormRow_g5h6v_5550{display:flex;gap:12px}._FormRow_g5h6v_5550 ._FormGroup_g5h6v_5482{flex:1}._MachineOptionList_g5h6v_5559{display:flex;flex-direction:column;gap:4px;max-height:300px;overflow-y:auto}._MachineOption_g5h6v_5559{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_g5h6v_5559:hover:not(._CurrentSelected_g5h6v_5579){background-color:var(--theme-color-component-3)}._MachineOption_g5h6v_5559._CurrentSelected_g5h6v_5579{background-color:var(--theme-color-component-4);cursor:default}._CurrentBadge_g5h6v_5588{margin-left:auto;font-size:11px;color:#fff;background-color:#0a0;padding:2px 8px;border-radius:10px;font-weight:500}._ModalFooter_g5h6v_5598{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)}@keyframes _slideIn_g5h6v_1{0%{opacity:0;max-height:0;margin-top:0}to{opacity:1;max-height:200px;margin-top:8px}}._UnplannedToolbar_g5h6v_5626{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_g5h6v_5635{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_g5h6v_5635 ix-icon{color:var(--theme-color-soft-text);flex-shrink:0}._UnplannedSearch_g5h6v_5635 input{background:transparent;border:none;outline:none;color:var(--theme-color-std-text);font-size:12px;width:100%;font-family:inherit}._UnplannedSearch_g5h6v_5635 input::placeholder{color:var(--theme-color-soft-text)}._UnplannedResultsInfo_g5h6v_5667{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_g5h6v_5681{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_g5h6v_5681:hover{background-color:var(--theme-color-component-4);border-color:var(--theme-color-component-4)}._ToolbarBtnActive_g5h6v_5704{background-color:var(--theme-color-1);border-color:var(--theme-color-1);color:#fff}._ToolbarBtnActive_g5h6v_5704:hover{background-color:var(--theme-color-1--hover)}._FilterBadge_g5h6v_5714{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_g5h6v_5727{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_g5h6v_5727:hover{background-color:var(--theme-color-component-5);color:var(--theme-color-std-text)}._FilterSection_g5h6v_1598{padding:10px 12px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._FilterSection_g5h6v_1598:last-of-type{border-bottom:none}._FilterCheckbox_g5h6v_1610{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_g5h6v_1610:hover{background-color:var(--theme-color-component-3)}._FilterCheckbox_g5h6v_1610 input{position:absolute;opacity:0;width:0;height:0;margin:0;pointer-events:none}._ActiveFilterChip_g5h6v_5790{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_g5h6v_5790:hover{background-color:var(--theme-color-component-5)}._ActiveFilterChip_g5h6v_5790 ix-icon{color:var(--theme-color-soft-text)}._DropdownOverlay_g5h6v_5814{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:10000}._NewFilterDropdown_g5h6v_5825{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_g5h6v_5838{padding:8px 0;border-bottom:1px solid var(--theme-color-std-bdr-1)}._NewFilterSection_g5h6v_5838:last-child{border-bottom:none}._NewFilterHeader_g5h6v_5847{padding:6px 12px;font-size:11px;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.5px}._NewFilterCheckbox_g5h6v_5856{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_g5h6v_5856:hover{background-color:var(--theme-color-component-2)}._NewFilterCheckbox_g5h6v_5856 ix-checkbox{flex-shrink:0}._NewFilterCheckbox_g5h6v_5856 span{flex:1;font-size:13px;color:var(--theme-color-std-text)}._NewFilterClearBtn_g5h6v_5881{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_g5h6v_5881:hover{background-color:var(--theme-color-component-4)}._NewSortDropdown_g5h6v_5904{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_g5h6v_5915{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_g5h6v_5915:hover{background-color:var(--theme-color-component-2)}._NewSortOption_g5h6v_5915 span:first-child{flex:1}._NewSortCheck_g5h6v_5938{color:var(--theme-color-1);font-size:14px;font-weight:700}._NewSortOptionActive_g5h6v_5944{background-color:var(--theme-color-component-3);font-weight:600}._EmployeeStatusBadge_g5h6v_5967{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:500}._EmployeeStatusBadge_g5h6v_5967[data-status=anwesend]{background-color:#34c75926;color:#34c759}._EmployeeStatusBadge_g5h6v_5967[data-status=abwesend]{background-color:#ff3b3026;color:var(--gantt-status-conflict, #ff3b30)}._EmployeeStatusBadge_g5h6v_5967[data-status=urlaub]{background-color:#007aff26;color:#007aff}._EmployeeMaschinenart_g5h6v_5992{display:flex;flex-wrap:wrap;gap:4px}._MaschinenartBadge_g5h6v_5998{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_g5h6v_5998[title]{border-bottom:1px dotted var(--theme-color-primary--contrast)}._EmployeeWarningButton_g5h6v_6017{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;padding:0;margin:0 0 0 4px;cursor:pointer;display:inline-flex;align-items:center;color:inherit}._EmployeeWarningButton_g5h6v_6017:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px;border-radius:2px}._ShiftBadgeFrueh_g5h6v_6036{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_g5h6v_6049{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_g5h6v_6062{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_g5h6v_6076{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}._MachineAssignmentBar_g5h6v_2931{position:absolute;border-radius:4px;display:flex;align-items:center;padding:0 8px;font-size:12px;font-weight:500;color:#fff;cursor:grab;box-shadow:0 1px 3px #00000026;transition:top .15s ease,height .15s ease,box-shadow .15s ease;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;z-index:5;box-sizing:border-box}._MachineAssignmentBar_g5h6v_2931:hover{box-shadow:0 4px 12px #0000004d}._MachineAssignmentBar_g5h6v_2931:active{cursor:grabbing}@keyframes _slideInFromRight_g5h6v_1{0%{transform:translate(100%)}to{transform:translate(0)}}._MachineDrawerCategory_g5h6v_6130{margin-bottom:8px}._MachineDrawerCategoryHeader_g5h6v_6134{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_g5h6v_6134 span:first-child{flex:1;min-width:0}._MachineDrawerCategory_g5h6v_6130:first-child ._MachineDrawerCategoryHeader_g5h6v_6134{margin-top:0}._MachineDrawerCategoryCount_g5h6v_6159{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_g5h6v_6168{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_g5h6v_6168:hover{background-color:var(--theme-color-component-2);border-color:var(--theme-color-std-bdr-1)}._MachineDrawerCard_g5h6v_6168:active{cursor:grabbing;background-color:var(--theme-color-component-3);transform:scale(.99)}._MachineDrawerCardContent_g5h6v_6199{display:flex;align-items:center;gap:12px;flex:1}._MachineDrawerIcon_g5h6v_6206{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_g5h6v_6218{flex:1;min-width:0}._MachineDrawerName_g5h6v_6223{font-size:13px;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._MachineDrawerMeta_g5h6v_6232{display:flex;align-items:center;gap:8px;margin-top:2px}._MachineDrawerId_g5h6v_6239{font-size:11px;color:var(--theme-color-soft-text)}._employeeHeader_g5h6v_6247{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_g5h6v_6261{font-size:13px;font-weight:600;color:var(--theme-color-std-text);display:flex;align-items:center;gap:8px}._filterCount_g5h6v_6270{font-size:11px;font-weight:400;color:var(--theme-color-soft-text)}._employeeHeaderControls_g5h6v_6276{display:flex;align-items:center;gap:4px}._searchWrapper_g5h6v_6283{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_g5h6v_6283 ix-icon{color:var(--theme-color-soft-text);flex-shrink:0}._searchInput_g5h6v_6299{flex:1;min-width:0;border:none;background:transparent;color:var(--theme-color-std-text);font-size:12px;padding:4px 8px;outline:none}._searchInput_g5h6v_6299::placeholder{color:var(--theme-color-soft-text)}._clearSearch_g5h6v_6314{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_g5h6v_6314:hover{background-color:var(--theme-color-component-3);color:var(--theme-color-std-text)}._filterBtn_g5h6v_6332{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_g5h6v_6332:hover{background-color:var(--theme-color-component-2)}._filterBtn_g5h6v_6332._active_g5h6v_6350{color:var(--theme-color-1)}._filterBadge_g5h6v_6354{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}@media only screen and (max-width:1599px){._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._employeeHeader_g5h6v_6247{height:56px;min-height:56px;max-height:56px;padding:5px 8px;gap:3px;box-sizing:border-box}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._employeeHeaderTitle_g5h6v_6261{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;gap:5px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._filterCount_g5h6v_6270{display:none}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._employeeHeaderControls_g5h6v_6276{gap:3px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._searchWrapper_g5h6v_6283{height:24px;padding:0 6px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._searchInput_g5h6v_6299{padding:3px 5px;font-size:11px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._filterBtn_g5h6v_6332{width:24px;height:24px;padding:0}}@media only screen and (max-width:1365px){._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._employeeHeader_g5h6v_6247{height:52px;min-height:52px;max-height:52px;padding:4px 7px;gap:3px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._employeeHeaderTitle_g5h6v_6261{font-size:11px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._searchWrapper_g5h6v_6283{height:22px;padding:0 5px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._searchInput_g5h6v_6299{padding:2px 4px;font-size:10.5px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._filterBtn_g5h6v_6332{width:22px;height:22px}._MachineList_g5h6v_1401:not(._Collapsed_g5h6v_1416) ._filterBadge_g5h6v_6354{top:0;right:0;min-width:12px;padding:0 3px;font-size:8px}}._ShiftBadge_g5h6v_6036{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_g5h6v_5967{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_g5h6v_5057{background-color:#009fe31a!important;outline:2px dashed var(--theme-color-1);outline-offset:-2px}._NoShiftWarningOverlay_g5h6v_6486{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_g5h6v_6500{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_g5h6v_1 .2s ease-out}[data-ix-color-schema=light] ._NoShiftWarningPanel_g5h6v_6500{background-color:#fff;border-color:#00000026;box-shadow:0 8px 24px #00000026}@keyframes _slideIn_g5h6v_1{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}._NoShiftWarningHeader_g5h6v_6532{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid var(--theme-color-soft-bdr)}._NoShiftWarningHeader_g5h6v_6532 h3{margin:0;font-size:16px;font-weight:600;color:var(--theme-color-std-text)}._NoShiftWarningBody_g5h6v_6547{padding:20px;color:var(--theme-color-std-text);font-size:14px;line-height:1.5}._NoShiftWarningBody_g5h6v_6547 p{margin:0 0 12px}._NoShiftWarningBody_g5h6v_6547 p:last-child{margin-bottom:0}._NoShiftWarningBody_g5h6v_6547 strong{font-weight:600;color:var(--theme-color-dynamic--color-alarm)}._WarningSubtext_g5h6v_6567{font-size:13px;color:var(--theme-color-soft-text);font-style:italic;margin-top:8px!important}._NoShiftWarningActions_g5h6v_6574{padding:16px 20px;border-top:1px solid var(--theme-color-soft-bdr);display:flex;justify-content:flex-end;gap:12px}._SettingsDrawerWidth_g5h6v_6584{width:480px}._SettingsDrawer_g5h6v_6584{display:flex;flex-direction:column;height:100%;background-color:var(--theme-color-1)}._SettingsDrawerHeader_g5h6v_6595{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_g5h6v_6595 h2{margin:0;font-size:18px;font-weight:600;color:var(--theme-color-std-text)}._SettingsPresets_g5h6v_6613{padding:16px 24px;border-bottom:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-component-1);flex-shrink:0}._PresetButtons_g5h6v_6620{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}._PresetButton_g5h6v_6620{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_g5h6v_6620:hover{border-color:var(--theme-color-primary);color:var(--theme-color-primary)}._PresetButtonActive_g5h6v_6644{background-color:var(--theme-color-primary);border-color:var(--theme-color-primary);color:#fff}._PresetButtonActive_g5h6v_6644:hover{background-color:var(--theme-color-primary--hover);border-color:var(--theme-color-primary--hover);color:#fff}._OptimizationRangeHint_g5h6v_6656{margin-top:8px;font-size:11px;color:var(--theme-color-soft-text)}._SolveModeButtons_g5h6v_6662{display:flex;margin-top:8px;border:1px solid var(--theme-color-hard-bdr);border-radius:6px;overflow:hidden}._SolveModeButton_g5h6v_6662{flex:1;padding:7px 0;font-size:12px;font-weight:500;border:none;border-right:1px solid var(--theme-color-hard-bdr);border-radius:0;background-color:transparent;color:var(--theme-color-std-text);cursor:pointer;transition:background-color .15s ease,color .15s ease}._SolveModeButton_g5h6v_6662:last-child{border-right:none}._SolveModeButton_g5h6v_6662:hover{background-color:var(--theme-color-2)}._SolveModeButtonActive_g5h6v_6692{background-color:var(--theme-color-primary);color:#fff}._SolveModeButtonActive_g5h6v_6692:hover{background-color:var(--theme-color-primary--hover);color:#fff}._SettingsBody_g5h6v_6703{flex:1;overflow-y:auto;padding:0}._SettingsSection_g5h6v_6710{padding:20px 24px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._SettingsSectionTitle_g5h6v_6715{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_g5h6v_6715 ix-icon{color:var(--theme-color-primary)}._SettingsGroup_g5h6v_6732{margin-bottom:20px}._SettingsGroup_g5h6v_6732:last-child{margin-bottom:0}._SettingsLabel_g5h6v_6740{display:block;font-size:13px;font-weight:500;color:var(--theme-color-std-text);margin-bottom:8px}._SettingsDateRange_g5h6v_6749{display:flex;align-items:center;gap:12px}._SettingsDateRange_g5h6v_6749 ix-date-input{flex:1;min-width:0}._SettingsDateSeparator_g5h6v_6760{font-size:13px;color:var(--theme-color-soft-text);flex-shrink:0;padding:0 4px}._SettingsSliderGroup_g5h6v_6776{margin-bottom:20px}._SettingsSliderGroup_g5h6v_6776:last-child{margin-bottom:0}._SettingsSliderHeader_g5h6v_6784{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._SettingsSliderHeader_g5h6v_6784 label{font-size:13px;color:var(--theme-color-std-text)}._SettingsSliderValue_g5h6v_6796{font-size:13px;font-weight:600;color:var(--theme-color-primary);min-width:40px;text-align:right}._SettingsFooter_g5h6v_6805{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_g5h6v_6820{position:absolute;top:0;bottom:0;pointer-events:none;z-index:1;border-radius:2px}._EmployeeShiftEarly_g5h6v_6830{background-color:#4cd96426;border-top:2px solid rgba(76,217,100,.4);border-bottom:2px solid rgba(76,217,100,.4)}._EmployeeShiftLate_g5h6v_6837{background-color:#ffcc001f;border-top:2px solid rgba(255,204,0,.4);border-bottom:2px solid rgba(255,204,0,.4)}._EmployeeShiftNight_g5h6v_6844{background-color:#5856d61f;border-top:2px solid rgba(88,86,214,.4);border-bottom:2px solid rgba(88,86,214,.4)}._EmployeeShiftDefault_g5h6v_6851{background-color:#8e8e931a;border-top:2px solid rgba(142,142,147,.3);border-bottom:2px solid rgba(142,142,147,.3)}._GanttRow_g5h6v_2692._QualifiedForMachine_g5h6v_6862,._MachineRow_g5h6v_1065._QualifiedForMachine_g5h6v_6862{background-color:#0072c633!important;box-shadow:inset 0 0 0 2px #0072c680;transition:all .15s ease}._GanttRow_g5h6v_2692._QualifiedForMachine_g5h6v_6862:hover,._MachineRow_g5h6v_1065._QualifiedForMachine_g5h6v_6862:hover{background-color:#0072c64d!important}._GanttRow_g5h6v_2692._NotQualifiedForMachine_g5h6v_6875,._MachineRow_g5h6v_1065._NotQualifiedForMachine_g5h6v_6875{opacity:.5;transition:opacity .15s ease}._GanttRow_g5h6v_2692._NotQualifiedForMachine_g5h6v_6875:hover,._MachineRow_g5h6v_1065._NotQualifiedForMachine_g5h6v_6875:hover{opacity:.7}[data-ix-color-schema=light] ._EmployeeShiftEarly_g5h6v_6830{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_g5h6v_6837{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_g5h6v_6844{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_g5h6v_2692._QualifiedForMachine_g5h6v_6862,[data-ix-color-schema=light] ._MachineRow_g5h6v_1065._QualifiedForMachine_g5h6v_6862{background-color:#0072c626!important;box-shadow:inset 0 0 0 2px #0072c666}._ResetDefaultsButton_g5h6v_6913{margin-left:auto;display:flex;align-items:center;gap:4px;padding:4px 8px;background:transparent;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;font-size:11px;color:var(--theme-color-soft-text);cursor:pointer;transition:all .15s ease}._ResetDefaultsButton_g5h6v_6913:hover{background:var(--theme-color-component-1);color:var(--theme-color-std-text);border-color:var(--theme-color-primary)}._SettingsHint_g5h6v_6934{font-size:12px;color:var(--theme-color-soft-text);margin-bottom:16px;line-height:1.5}._FreezeIcon_g5h6v_6941{margin-right:6px}._FreezeInfoBox_g5h6v_6945{display:flex;gap:10px;padding:12px;background:var(--theme-color-component-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;font-size:12px;color:var(--theme-color-soft-text);line-height:1.6;margin-top:16px}._FreezeInfoBox_g5h6v_6945 ix-icon{flex-shrink:0;color:var(--theme-color-primary);margin-top:2px}._GhostTask_g5h6v_6967{position:absolute;top:8px;height:calc(100% - 16px);min-height:44px;border-radius:6px;display:flex;align-items:center;padding:0 8px;z-index:11;pointer-events:auto;cursor:default;box-sizing:border-box;border:2px dashed rgba(245,158,11,.7);background:repeating-linear-gradient(-45deg,#f59e0b0f,#f59e0b0f 6px,#f59e0b1f 6px,#f59e0b1f 12px);animation:_ghostPulse_g5h6v_1 2s ease-in-out infinite}@keyframes _ghostPulse_g5h6v_1{0%,to{opacity:.7}50%{opacity:1}}._GhostTaskContent_g5h6v_6997{display:flex;align-items:center;gap:6px;overflow:hidden;width:100%}._GhostTaskLabel_g5h6v_7005{font-size:11px;font-weight:600;color:#f59e0b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._DragPreviewBar_g5h6v_7017{position:absolute;top:7px;height:calc(100% - 14px);min-height:46px;border-radius:3px;display:flex;align-items:center;justify-content:space-between;padding:0 8px;z-index:12;pointer-events:none;box-sizing:border-box;border:2px dashed transparent}._DragPreviewContent_g5h6v_7034{display:flex;align-items:center;gap:6px;overflow:hidden;min-width:0}._DragPreviewLabel_g5h6v_7042{font-size:11px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._DragPreviewPart_g5h6v_7050{font-size:10px;font-weight:700;opacity:.8;flex-shrink:0}._DragPreviewOk_g5h6v_7057{border-color:#007affcc;background-color:#007aff2e;color:#0a84ff}._DragPreviewWarning_g5h6v_7063{border-color:#f59e0bd9;background-color:#f59e0b2e;color:#d97706}._DragPreviewBlocked_g5h6v_7069{border-color:#ff3b30d9;background-color:#ff3b302e;color:var(--gantt-status-conflict, #ff3b30)}._GhostTaskTooltip_g5h6v_7078{position:fixed;z-index:99999;min-width:220px;max-width:300px;padding:12px 14px;background-color:var(--theme-color-1);border:1px solid rgba(245,158,11,.5);border-radius:8px;box-shadow:0 4px 16px #00000040,0 0 8px #f59e0b26;animation:_tooltipFadeIn_g5h6v_1 .15s ease;transform:translate(-50%);pointer-events:none}._GhostTaskTooltipHeader_g5h6v_7093{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid rgba(245,158,11,.3)}._GhostTaskTooltipIcon_g5h6v_7102{font-size:12px;color:#f59e0b;flex-shrink:0}._GhostTaskTooltipTitle_g5h6v_7108{font-size:13px;font-weight:600;color:var(--theme-color-std-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._GhostTaskTooltipBody_g5h6v_7117{display:flex;flex-direction:column;gap:4px}._GhostTaskTooltipType_g5h6v_7123{font-size:11px;font-weight:600;color:#f59e0b;text-transform:uppercase;letter-spacing:.04em}._UnplannedBottomTray_g5h6v_7131{flex-shrink:0;display:flex;flex-direction:column;height:auto;max-height:40vh;border-top:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-component--1);overflow:hidden}._UnplannedBottomTrayCollapsed_g5h6v_7142{height:34px}._UnplannedBottomTrayExpanded_g5h6v_7146{height:auto;max-height:70vh}._UnplannedTrayHeader_g5h6v_7151{flex-shrink:0;display:flex;align-items:center;gap:12px;padding:3px 12px;border-bottom:1px solid var(--theme-color-std-bdr-1);background-color:var(--theme-color-component-1);min-height:34px}._UnplannedTrayCollapseBtn_g5h6v_7162{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;border:1px solid transparent;background:transparent;cursor:pointer;color:var(--theme-color-std-text)}._UnplannedTrayCollapseBtn_g5h6v_7162:hover{background-color:var(--theme-color-component-2)}._UnplannedTrayTitle_g5h6v_7179{display:flex;align-items:center;gap:8px;min-width:0}._UnplannedTrayTitle_g5h6v_7179 h3{margin:0;font-size:14px;font-weight:600;white-space:nowrap}._UnplannedTrayResultInfo_g5h6v_7193{font-size:12px;color:var(--theme-color-soft-text);white-space:nowrap}._UnplannedTrayToolbar_g5h6v_7199{display:flex;align-items:center;gap:8px;flex:1;justify-content:flex-end;flex-wrap:nowrap}._UnplannedTrayBody_g5h6v_7208{flex:1;min-height:0;display:flex;flex-direction:column;padding:8px 12px 12px;gap:6px;overflow:hidden}._UnplannedTrayHint_g5h6v_7218{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--theme-color-soft-text)}._UnplannedTrayEmpty_g5h6v_7226{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--theme-color-soft-text);font-size:13px}._UnplannedTicketList_g5h6v_7236{flex:1;min-height:0;display:flex;align-items:stretch;gap:8px;overflow-x:auto;overflow-y:hidden;padding-bottom:4px}._UnplannedTicketListExpanded_g5h6v_7247{display:grid;grid-auto-flow:column;grid-template-rows:min-content min-content;grid-auto-columns:220px;align-content:start;align-items:stretch}._UnplannedTicketWrapper_g5h6v_7257{flex:0 0 220px;min-width:0;display:flex;align-items:stretch}._UnplannedTicket_g5h6v_7236{width:100%;height:100%;display:flex;flex-direction:column;gap:4px;padding:8px 10px;background-color:var(--theme-color-component-1);border:1px solid var(--theme-color-std-bdr-1);border-left-width:3px;border-radius:6px;cursor:grab;transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease}._UnplannedTicket_g5h6v_7236:hover{border-color:var(--theme-color-primary);box-shadow:0 2px 6px #0000001f;transform:translateY(-1px)}._UnplannedTicket_g5h6v_7236:active{cursor:grabbing}._UnplannedTicket_g5h6v_7236._Priority_high_g5h6v_4792{border-left-color:var(--gantt-status-conflict, #ff3b30)}._UnplannedTicket_g5h6v_7236._Priority_medium_g5h6v_4796{border-left-color:var(--gantt-status-warning-alt, #ff9500)}._UnplannedTicket_g5h6v_7236._Priority_low_g5h6v_4800{border-left-color:var(--gantt-status-success-alt, #4cd964)}._UnplannedTicketHeader_g5h6v_7302{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--theme-color-soft-text)}._UnplannedTicketPriorityDot_g5h6v_7310{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:var(--theme-color-soft-text);flex-shrink:0}._UnplannedTicketPriorityDot_g5h6v_7310._Priority_high_g5h6v_4792{background-color:var(--gantt-status-conflict, #ff3b30)}._UnplannedTicketPriorityDot_g5h6v_7310._Priority_medium_g5h6v_4796{background-color:var(--gantt-status-warning-alt, #ff9500)}._UnplannedTicketPriorityDot_g5h6v_7310._Priority_low_g5h6v_4800{background-color:var(--gantt-status-success-alt, #4cd964)}._UnplannedTicketOrder_g5h6v_7328{font-weight:600;color:var(--theme-color-std-text)}._UnplannedTicketOp_g5h6v_7333{margin-left:auto;font-size:10px;text-transform:uppercase;letter-spacing:.04em}._UnplannedTicketInfo_g5h6v_7340{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--theme-color-soft-text);cursor:help}._UnplannedTicketMachineBadge_g5h6v_7349{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background-color:var(--theme-color-component-3);color:var(--theme-color-std-text);font-size:11px;font-weight:600;cursor:help}._UnplannedTicketMachineBadge_g5h6v_7349:hover{background-color:var(--theme-color-primary);color:var(--theme-color-primary--contrast)}._UnplannedTicketInfo_g5h6v_7340:hover{color:var(--theme-color-primary)}._UnplannedTicketName_g5h6v_7373{font-size:13px;font-weight:500;color:var(--theme-color-std-text);line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._UnplannedTicketMeta_g5h6v_7385{display:flex;flex-wrap:wrap;gap:4px;font-size:11px}._UnplannedTicketDue_g5h6v_7392,._UnplannedTicketDuration_g5h6v_7393,._UnplannedTicketGroup_g5h6v_7394{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;border-radius:10px;background-color:var(--theme-color-component-2);color:var(--theme-color-std-text);white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}._UnplannedTicketDue_g5h6v_7392._Urgent_g5h6v_5005{background-color:#ff3b301f;color:var(--gantt-status-conflict, #ff3b30);font-weight:600}._UnplannedTicketFooter_g5h6v_7414{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:6px}._UnplannedTicketOrderBtn_g5h6v_7422{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;font-size:11px;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;background:transparent;color:var(--theme-color-std-text);cursor:pointer}._UnplannedTicketOrderBtn_g5h6v_7422:hover{background-color:var(--theme-color-component-2);border-color:var(--theme-color-primary)}._UnplannedTicketDragHint_g5h6v_7440{display:inline-flex;align-items:center;gap:3px;font-size:10px;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.04em}[data-ix-color-schema=dark] ._WarningModal_error_2z3c2_5 ._WarningModalIcon_2z3c2_5{color:var(--gantt-status-conflict, #ff3b30)}[data-ix-color-schema=dark] ._WarningModal_error_2z3c2_5{border-top-color:var(--gantt-status-conflict, #ff3b30)}@keyframes _modalSlideIn_2z3c2_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._WarningModal_2z3c2_5{background-color:var(--theme-color-1);border-radius:12px;min-width:400px;max-width:500px;box-shadow:0 20px 60px #0006;animation:_modalSlideIn_2z3c2_1 .2s ease;overflow:hidden}._WarningModal_2z3c2_5._WarningModal_error_2z3c2_5{border-top:4px solid var(--theme-color-alarm)}._WarningModal_2z3c2_5._WarningModal_warning_2z3c2_38{border-top:4px solid var(--theme-color-warning)}._WarningModalHeader_2z3c2_42{display:flex;align-items:center;gap:12px;padding:20px 24px 16px}._WarningModalIcon_2z3c2_5{flex-shrink:0}._WarningModal_error_2z3c2_5 ._WarningModalIcon_2z3c2_5{color:var(--theme-color-alarm)}._WarningModal_warning_2z3c2_38 ._WarningModalIcon_2z3c2_5{color:var(--theme-color-warning)}._WarningModalTitle_2z3c2_61{font-size:18px;font-weight:600;color:var(--theme-color-std-text);margin:0}._WarningModalBody_2z3c2_68{padding:0 24px 20px}._WarningModalMessage_2z3c2_72{font-size:14px;color:var(--theme-color-soft-text);margin:0 0 12px;line-height:1.5}._WarningModalDetails_2z3c2_79{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_2z3c2_91{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)}@keyframes _modalSlideIn_1wncg_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideIn_1wncg_1{0%{opacity:0;max-height:0;margin-top:0}to{opacity:1;max-height:200px;margin-top:8px}}._ReleaseModal_1wncg_29{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_1wncg_1 .2s ease;overflow:hidden}._ReleaseModalHeader_1wncg_42{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_1wncg_51{display:flex;align-items:center;gap:12px}._ReleaseModalTitleRow_1wncg_51 ix-icon{color:var(--theme-color-primary)}._ReleaseModalHeader_1wncg_42 h2{font-size:18px;font-weight:600;color:var(--theme-color-std-text);margin:0}._ReleaseModalBody_1wncg_68{flex:1;overflow-y:auto;padding:20px}._ReleaseSection_1wncg_74{margin-bottom:24px}._ReleaseSection_1wncg_74:last-child{margin-bottom:0}._ReleaseSectionTitle_1wncg_82{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_1wncg_91{display:flex;flex-direction:column;gap:12px}._ReleaseRadioGroup_1wncg_91 ix-radio{--ix-radio-label-font-size: 14px}._ReleaseRadioWithDate_1wncg_101{display:flex;flex-direction:column;gap:8px}._ReleaseRadioWithDate_1wncg_101 ix-radio{flex-shrink:0}._ReleaseDateInputWrapper_1wncg_111{display:flex;align-items:center;gap:8px;margin-left:28px;animation:_slideIn_1wncg_1 .2s ease-out}._ReleaseCloseDateButton_1wncg_119{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_1wncg_119:hover{background-color:var(--theme-color-component-5);color:var(--theme-color-std-text)}._ReleaseCloseDateButton_1wncg_119:active{background-color:var(--theme-color-component-6)}._ReleaseDateSeparator_1wncg_144{color:var(--theme-color-soft-text);font-size:14px;margin:0 4px}._ReleaseCheckboxGroup_1wncg_150{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}._ReleaseCheckboxOption_1wncg_156{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:var(--theme-color-std-text)}._ReleaseCheckboxOption_1wncg_156 ix-checkbox{flex-shrink:0}._ReleaseFilterGroup_1wncg_169{margin-top:16px;padding-top:16px;border-top:1px dashed var(--theme-color-std-bdr-1)}._ReleaseFilterTitle_1wncg_175{font-size:13px;font-weight:500;color:var(--theme-color-soft-text);margin:0 0 12px}._ReleaseFilterCheckboxes_1wncg_182{display:flex;flex-direction:column;gap:10px}._ReleaseInfoBox_1wncg_188{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_1wncg_188 ix-icon{color:var(--theme-color-primary);flex-shrink:0;margin-top:2px}._ReleaseInfoBox_1wncg_188 p{font-size:13px;color:var(--theme-color-std-text);margin:0;line-height:1.5}._ReleaseSummaryGrid_1wncg_212{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}._ReleaseSummaryCard_1wncg_218{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_1wncg_228{font-size:20px;font-weight:700;color:var(--theme-color-primary);margin-bottom:4px}._ReleaseSummaryLabel_1wncg_235{font-size:11px;color:var(--theme-color-soft-text);text-align:center}._ReleaseModalFooter_1wncg_241{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)}._ModalOverlay_1k6nv_1{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_1k6nv_14{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_1k6nv_26{display:flex;align-items:center;justify-content:space-between;padding:16px 20px}._ModalHeader_1k6nv_26 h2{margin:0;font-size:18px;font-weight:600;color:var(--theme-color-std-text)}._CloseButton_1k6nv_40{background:none;border:none;font-size:20px;color:var(--theme-color-weak-text);cursor:pointer;padding:4px 8px;transition:color .2s ease}._CloseButton_1k6nv_40:hover{color:var(--theme-color-std-text)}._ModalContent_1k6nv_54{padding:20px;display:flex;flex-direction:column;gap:22px;max-height:60vh;overflow-y:auto}._Section_1k6nv_63{display:flex;flex-direction:column;gap:12px}._SectionTitle_1k6nv_69{font-size:14px;font-weight:600;color:var(--theme-color-std-text);margin:0}._FormGroup_1k6nv_76{display:flex;flex-direction:column;gap:6px}._RangeFields_1k6nv_82{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;align-items:end}._Label_1k6nv_89{font-size:13px;font-weight:500;color:var(--theme-color-std-text)}._InputRow_1k6nv_95{display:flex;align-items:center;gap:10px}._InputRow_1k6nv_95>ix-select{flex:1;min-width:0}._Separator_1k6nv_106{font-size:16px;font-weight:600;color:var(--theme-color-weak-text)}._RangeTypeToggle_1k6nv_112{display:flex;gap:0;border-radius:4px;overflow:hidden;border:1px solid var(--theme-color-component-5)}._ToggleBtn_1k6nv_120{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_1k6nv_120:first-child{border-right:1px solid var(--theme-color-component-5)}._ToggleBtn_1k6nv_120:hover:not(._active_1k6nv_136):not(:disabled){background-color:var(--theme-color-component-2)}._ToggleBtn_1k6nv_120._active_1k6nv_136{background-color:var(--theme-color-primary);color:#fff}._ToggleBtn_1k6nv_120:disabled{opacity:.6;cursor:not-allowed}._DateInputWrapper_1k6nv_151{width:100%}._DateInputWrapper_1k6nv_151>*{width:100%}._QuickDeleteBtn_1k6nv_160{margin-top:4px;width:100%}._DropdownContainer_1k6nv_166{position:relative}._DropdownHeader_1k6nv_170{display:flex;align-items:center;justify-content:space-between;width:100%;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:13px;cursor:pointer;transition:border-color .15s ease}._DropdownHeader_1k6nv_170:hover:not(:disabled){border-color:var(--theme-color-primary)}._DropdownHeader_1k6nv_170._open_1k6nv_189{border-color:var(--theme-color-primary);border-bottom-left-radius:0;border-bottom-right-radius:0}._DropdownHeader_1k6nv_170._hasSelection_1k6nv_195{color:var(--theme-color-primary);font-weight:600}._DropdownHeader_1k6nv_170:disabled{opacity:.5;cursor:not-allowed}._DropdownList_1k6nv_205{border:1px solid var(--theme-color-primary);border-top:none;border-radius:0 0 4px 4px;background-color:var(--theme-color-component-1);max-height:180px;overflow-y:auto}._DropdownItem_1k6nv_214{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;transition:background-color .1s ease;-webkit-user-select:none;user-select:none}._DropdownItem_1k6nv_214:hover{background-color:var(--theme-color-component-2)}._DropdownItem_1k6nv_214._selected_1k6nv_228{background-color:color-mix(in srgb,var(--theme-color-primary) 12%,transparent)}._DropdownItem_1k6nv_214 ix-checkbox{pointer-events:none;flex-shrink:0}._DropdownItemLabel_1k6nv_238{display:flex;align-items:center;gap:6px;flex:1;min-width:0}._DropdownItemId_1k6nv_246{font-size:12px;font-weight:600;color:var(--theme-color-primary);white-space:nowrap}._DropdownItemName_1k6nv_253{font-size:13px;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._DropdownItemMeta_1k6nv_261{font-size:11px;color:var(--theme-color-weak-text);white-space:nowrap;margin-left:auto}._CheckboxGroup_1k6nv_269{display:flex;flex-direction:column;gap:8px}._ChipGroup_1k6nv_276{display:flex;flex-wrap:wrap;gap:6px}._Chip_1k6nv_276{padding:5px 12px;border-radius:16px;border:1px solid var(--theme-color-component-5);background-color:var(--theme-color-component-1);color:var(--theme-color-std-text);font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}._Chip_1k6nv_276:hover:not(._active_1k6nv_136):not(:disabled){background-color:var(--theme-color-component-2)}._Chip_1k6nv_276._active_1k6nv_136{background-color:var(--theme-color-primary);color:#fff;border-color:var(--theme-color-primary)}._Chip_1k6nv_276:disabled{opacity:.5;cursor:not-allowed}._Preview_1k6nv_310{padding:12px;background-color:var(--theme-color-component-1);border-radius:6px;border:1px solid var(--theme-color-component-5);display:flex;align-items:center;gap:10px}._PreviewCount_1k6nv_320{font-size:24px;font-weight:700;color:var(--theme-color-alarm--active);min-width:48px;text-align:center}._PreviewLabel_1k6nv_328{font-size:13px;color:var(--theme-color-std-text);line-height:1.4}._Warning_1k6nv_334{padding:10px 12px;background-color:color-mix(in srgb,var(--theme-color-warning, #f59e0b) 14%,transparent);border:1px solid color-mix(in srgb,var(--theme-color-warning, #f59e0b) 45%,transparent);border-radius:6px;color:var(--theme-color-std-text);font-size:13px;text-align:left}@media(max-width:560px){._RangeFields_1k6nv_82{grid-template-columns:1fr}}._ModalFooter_1k6nv_350{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:14px 20px;background-color:var(--theme-color-component-2);border-radius:0 0 8px 8px}._PlanningResultOverlay_qmphp_3{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:_planningResultFadeIn_qmphp_1 .2s ease}@keyframes _planningResultFadeIn_qmphp_1{0%{opacity:0}to{opacity:1}}@keyframes _planningResultSlideIn_qmphp_1{0%{opacity:0;transform:translateY(-20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}._PlanningResultModal_qmphp_30{position:relative;background-color:var(--theme-color-1);border-radius:12px;width:560px;max-width:94vw;max-height:85vh;overflow-y:auto;box-shadow:0 24px 80px #00000080;animation:_planningResultSlideIn_qmphp_1 .25s ease;border-top:4px solid var(--theme-color-primary)}._PlanningResultCloseBtn_qmphp_43{position:absolute;top:12px;right:12px;background:none;border:none;cursor:pointer;color:var(--theme-color-soft-text);padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}._PlanningResultCloseBtn_qmphp_43:hover{background:var(--theme-color-component-2);color:var(--theme-color-std-text)}._PlanningResultSummary_qmphp_65{display:flex;align-items:center;gap:12px;padding:20px 24px;border-left:4px solid transparent;margin:0;background:linear-gradient(135deg,var(--theme-color-component-2) 0%,transparent 100%)}._PlanningResultSummaryText_qmphp_75{font-size:15px;font-weight:500;color:var(--theme-color-std-text);line-height:1.5}._PlanningResultSectionLabel_qmphp_83{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-color-soft-text);padding:0 20px;margin:4px 0 6px}._PlanningResultKPIGrid_qmphp_94{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--theme-color-std-bdr-1);margin:0 16px 12px;border-radius:8px;overflow:hidden}._PlanningResultKPI_qmphp_94{display:flex;flex-direction:column;align-items:center;padding:14px 8px;background:var(--theme-color-1)}._PlanningResultKPIValue_qmphp_112{font-size:22px;font-weight:700;color:var(--theme-color-std-text);line-height:1.2}._PlanningResultKPILabel_qmphp_119{font-size:11px;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.3px;margin-top:4px;text-align:center}._KPISuccess_qmphp_128{color:var(--theme-color-success)!important}._KPIWarning_qmphp_129{color:var(--theme-color-warning)!important}._KPIDanger_qmphp_130{color:var(--theme-color-alarm)!important}._KPIInfo_qmphp_131{color:var(--theme-color-primary)!important}._PlanningResultSection_qmphp_83{padding:0 24px 16px}._PlanningResultSectionTitle_qmphp_138{display:flex;align-items:center;gap:8px;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)}._PlanningResultSubSection_qmphp_151{margin-bottom:12px}._PlanningResultSubTitle_qmphp_155{font-size:12px;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.4px;margin:0 0 8px}._PlanningResultProblemList_qmphp_164{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}._PlanningResultProblemItem_qmphp_173{display:flex;align-items:center;gap:10px;padding:8px 12px;background:var(--theme-color-component-2);border-radius:6px;transition:background .15s}._PlanningResultProblemItem_qmphp_173:hover{background:var(--theme-color-component-3, var(--theme-color-component-2))}._PlanningResultProblemDot_qmphp_187{width:8px;height:8px;border-radius:50%;flex-shrink:0}._DotDanger_qmphp_194{background:var(--theme-color-alarm)}._DotWarning_qmphp_195{background:var(--theme-color-warning)}._DotInfo_qmphp_196{background:var(--theme-color-primary)}._PlanningResultProblemContent_qmphp_198{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}._PlanningResultProblemOrder_qmphp_206{font-size:13px;font-weight:500;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._PlanningResultProblemReason_qmphp_215{font-size:12px;color:var(--theme-color-soft-text)}._PlanningResultDetailBtn_qmphp_220{background:none;border:none;cursor:pointer;color:var(--theme-color-soft-text);padding:4px;border-radius:4px;display:flex;align-items:center;flex-shrink:0;transition:color .15s,background .15s}._PlanningResultDetailBtn_qmphp_220:hover{color:var(--theme-color-primary);background:#00d2ff1a}._PlanningResultChangeGrid_qmphp_239{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}._PlanningResultChangeItem_qmphp_245{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--theme-color-component-2);border-radius:6px}._PlanningResultChangeValue_qmphp_254{font-size:18px;font-weight:700;color:var(--theme-color-primary);min-width:30px}._PlanningResultChangeLabel_qmphp_261{font-size:12px;color:var(--theme-color-soft-text);line-height:1.3}._PlanningResultFooter_qmphp_268{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-top:1px solid var(--theme-color-std-bdr-1);background:var(--theme-color-component-2);border-radius:0 0 12px 12px}._PlanningResultMeta_qmphp_278{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--theme-color-weak-text)}@media(max-width:600px){._PlanningResultModal_qmphp_30{width:100%;max-width:100%;max-height:100vh;border-radius:0}._PlanningResultKPIGrid_qmphp_94{grid-template-columns:repeat(2,1fr);margin:0 12px 12px}._PlanningResultChangeGrid_qmphp_239{grid-template-columns:1fr}}._PriorityBadge_1efj6_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_1efj6_22{background-color:#ff3b3026;color:#ff3b30}._PriorityNormal_1efj6_27{background-color:#ff950026;color:#ff9500}._PriorityNiedrig_1efj6_32{background-color:#4cd96426;color:#4cd964}ix-empty-state{height:fit-content}._IxRow_1efj6_41{display:flex;justify-content:flex-start;height:100%;align-items:center}._Indicator_1efj6_48{min-width:.4rem;width:.4rem;height:100%}._GridWrapper_1efj6_54{flex-grow:1}._OverdueRow_1efj6_58{background-color:#ff000014!important}[data-ix-color-schema=dark] ._OverdueRow_1efj6_58{background-color:#ff505026!important}._OverdueRow_1efj6_58:hover{background-color:#ff00001f!important}[data-ix-color-schema=dark] ._OverdueRow_1efj6_58:hover{background-color:#ff505033!important}._CriticalRow_1efj6_75{background-color:#ff3b301f!important}[data-ix-color-schema=dark] ._CriticalRow_1efj6_75{background-color:#ff50502e!important}._CriticalRow_1efj6_75:hover{background-color:#ff3b302e!important}[data-ix-color-schema=dark] ._CriticalRow_1efj6_75:hover{background-color:#ff505040!important}._MaterialWarningRow_1efj6_92{background-color:#ff950014!important}[data-ix-color-schema=dark] ._MaterialWarningRow_1efj6_92,._MaterialWarningRow_1efj6_92:hover{background-color:#ff95001f!important}[data-ix-color-schema=dark] ._MaterialWarningRow_1efj6_92:hover{background-color:#ff95002e!important}.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_1efj6_136{padding:0!important}._IdCellWrapper_1efj6_140{display:flex;align-items:center;height:100%;width:100%;gap:.5rem;padding-left:.5rem}._DragIcon_1efj6_149{cursor:move;flex-shrink:0;color:var(--theme-color-std-text);opacity:.6}._DragIcon_1efj6_149:hover{opacity:1}._IdText_1efj6_160{flex:1;padding-left:.5rem;border-left:1px solid var(--theme-color-component-1)}._EmptyStateWrapper_1efj6_166{display:flex;flex-grow:1;justify-content:center;align-items:center}._DragHandle_1efj6_173{cursor:move!important;display:flex;align-items:center;justify-content:center}._DragHandle_1efj6_173:hover{opacity:.7}._DragHandle_1efj6_173:active{cursor:grabbing!important}._DragHandleCell_1efj6_188{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_1efj6_188:hover{opacity:.7}._DragHandleCell_1efj6_188:active{cursor:grabbing;opacity:1}._StatusCell_1efj6_209{display:flex;align-items:center;height:100%;gap:.5rem;position:relative}._MaterialWarningIcon_1efj6_217{margin-left:auto;display:flex;align-items:center;color:#ff9500;font-size:18px}._MaterialWarningIcon_1efj6_217 ix-icon{color:#ff9500!important}._StatusChipOffen_1efj6_230::part(chip){background:transparent!important;color:#03a9f4!important;border-color:#03a9f4!important}._StatusChipOffen_1efj6_230 ix-icon{color:#03a9f4!important}._StatusChipFreigegeben_1efj6_240::part(chip){background:transparent!important;color:var(--theme-color-success)!important;border-color:var(--theme-color-success)!important}._StatusChipFreigegeben_1efj6_240 ix-icon{color:var(--theme-color-success)!important}._StatusChipGeplant_1efj6_250::part(chip){background:transparent!important;color:var(--theme-color-info)!important;border-color:var(--theme-color-info)!important}._StatusChipGeplant_1efj6_250 ix-icon{color:var(--theme-color-info)!important}._StatusChipInArbeit_1efj6_260::part(chip){background:transparent!important;color:var(--theme-color-warning)!important;border-color:var(--theme-color-warning)!important}._StatusChipInArbeit_1efj6_260 ix-icon{color:var(--theme-color-warning)!important}._StatusChipPausiert_1efj6_270::part(chip){background:transparent!important;color:var(--theme-color-critical)!important;border-color:var(--theme-color-critical)!important}._StatusChipPausiert_1efj6_270 ix-icon{color:var(--theme-color-critical)!important}._StatusChipAbgeschlossen_1efj6_280::part(chip){background:transparent!important;color:var(--theme-color-neutral)!important;border-color:var(--theme-color-neutral)!important}._StatusChipAbgeschlossen_1efj6_280 ix-icon{color:var(--theme-color-neutral)!important}._StatusChipCritical_1efj6_290::part(chip){background:transparent!important;color:#d32f2f!important;border-color:#d32f2f!important}._StatusChipCritical_1efj6_290 ix-icon{color:#d32f2f!important}._StatusIcon_1efj6_300{font-size:14px;line-height:1}._StatusLabel_1efj6_305{font-size:13px;font-weight:500}._StatusBadge_1efj6_310{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:16px;font-size:12px;font-weight:500;white-space:nowrap}._StatusBadge_1efj6_310 ix-icon{flex-shrink:0}._StatusTooltip_1efj6_326{padding:8px;min-width:180px}._TooltipTitle_1efj6_331{font-weight:600;font-size:12px;margin-bottom:8px;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.2)}._TooltipRow_1efj6_339{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:11px;gap:12px}._TooltipOpName_1efj6_348{color:#fffc}._TooltipOpStatus_1efj6_352{font-weight:500;padding:2px 8px;border-radius:8px;font-size:10px}._StatusOffen_1efj6_359{background:transparent;color:#81c784;border:1px solid #81c784}._StatusInBearbeitung_1efj6_365{background:transparent;color:#ffb74d;border:1px solid #ffb74d}._StatusPausiert_1efj6_371{background:transparent;color:#4fc3f7;border:1px solid #4fc3f7}._StatusAbgeschlossen_1efj6_377{background:transparent;color:#bdbdbd;border:1px solid #bdbdbd}._MaschinenartCell_1efj6_384{display:flex;align-items:center;height:100%;gap:6px;flex-wrap:nowrap;overflow:hidden}._MaschinenartChip_1efj6_393{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_1efj6_393:hover{border-color:var(--theme-color-primary);color:var(--theme-color-primary)}._MaschinenartMore_1efj6_413{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_1o07m_10{display:flex;flex-direction:column;height:100%;flex:1;overflow:hidden;min-height:0}._GlobalHeader_1o07m_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_1o07m_20>div:first-child,._GlobalHeader_1o07m_20>div:nth-child(2){visibility:hidden}._ScrollContainer_1o07m_41{flex:1;overflow-y:auto;overflow-x:hidden;padding:.5rem}._PriorityBadge_1o07m_49{font-size:.6875rem;font-weight:600;padding:.25rem .625rem;border-radius:4px;text-transform:uppercase;letter-spacing:.3px}._PriorityHoch_1o07m_58{background-color:#ff3b3026;color:#ff3b30}._PriorityNormal_1o07m_63{background-color:#ff950026;color:#ff9500}._PriorityNiedrig_1o07m_68{background-color:#4cd96426;color:#4cd964}._OrderGroup_1o07m_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_1o07m_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_1o07m_82:hover{background-color:var(--theme-color-component-2)}._OrderHeaderLeft_1o07m_98{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}._ChevronIcon_1o07m_106{flex-shrink:0;color:var(--theme-color-soft-text);transition:color .15s ease}._OrderHeader_1o07m_82:hover ._ChevronIcon_1o07m_106{color:var(--theme-color-primary)}._OrderInfo_1o07m_116{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}._OrderId_1o07m_124{font-weight:600;font-size:.9375rem;color:var(--theme-color-primary)}._OrderSeparator_1o07m_130{color:var(--theme-color-soft-text)}._OrderProduct_1o07m_134{font-weight:500;font-size:.9375rem;color:var(--theme-color-std-text)}._OrderHeaderRight_1o07m_140{display:flex;align-items:center;gap:.75rem}._OrderMeta_1o07m_146{font-size:.8125rem;color:var(--theme-color-soft-text)}._OrderStatusBadge_1o07m_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_1o07m_152:hover{background:var(--theme-color-primary);color:#fff;transform:scale(1.02)}._StatusTooltip_1o07m_171{padding:.5rem;min-width:150px}._TooltipRow_1o07m_176{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;gap:.75rem;font-size:.6875rem}._TooltipOpName_1o07m_185{color:#fffc}._TooltipOpStatus_1o07m_189{font-weight:500;padding:.125rem .5rem;border-radius:8px;font-size:.625rem;background:transparent}._OperationsList_1o07m_198{padding:0;border-top:2px solid var(--theme-color-std-bdr-1);background:var(--theme-color-std-bkg-1)}._OperationWrapper_1o07m_205{border-bottom:1px solid rgba(255,255,255,.12)}._OperationWrapper_1o07m_205:last-child{border-bottom:none}@media(prefers-color-scheme:light){._OperationWrapper_1o07m_205{border-bottom:1px solid rgba(0,0,0,.12)}}._OperationRow_1o07m_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_1o07m_219:hover{background-color:var(--theme-color-component-1);box-shadow:inset 0 0 0 1px var(--theme-color-primary)}._OperationRow_1o07m_219:active{background-color:var(--theme-color-component-2)}._OperationRow_1o07m_219._Expanded_1o07m_239{background-color:var(--theme-color-component-1);border-bottom:1px solid var(--theme-color-std-bdr-1)}._OperationRow_1o07m_219._Dimmed_1o07m_246,._OperationRow_1o07m_219._Dimmed_1o07m_246:hover{opacity:1}._OperationRow_1o07m_219._Active_1o07m_254{background-color:#1e9db01a;box-shadow:inset 0 0 0 2px var(--theme-color-primary)}._StatusIndicator_1o07m_260{width:4px;height:100%;min-height:2rem;border-radius:0 2px 2px 0;opacity:.7;transition:opacity .15s ease}._OperationRow_1o07m_219:hover ._StatusIndicator_1o07m_260{opacity:1}._IndicatorOffen_1o07m_273,._IndicatorUngeplant_1o07m_273{background-color:#03a9f4;opacity:1;box-shadow:0 0 0 2px #03a9f4}._IndicatorFreigegeben_1o07m_279{background-color:var(--theme-color-success);opacity:1;box-shadow:0 0 0 2px var(--theme-color-success)}._IndicatorGeplant_1o07m_285{background-color:var(--theme-color-info)}._IndicatorInArbeit_1o07m_289{background-color:var(--theme-color-warning)}._IndicatorPausiert_1o07m_293{background-color:var(--theme-color-critical)}._IndicatorAbgeschlossen_1o07m_297{background-color:var(--theme-color-neutral)}._NoOperationsRow_1o07m_302{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem .75rem 2.5rem;gap:1rem}._NoOperationsText_1o07m_310{font-size:.875rem;color:var(--theme-color-soft-text);font-style:italic}._OpColName_1o07m_316{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;min-width:0}._OpColName_1o07m_316>span:not(._OperationKindPill_1o07m_325){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._OpIcon_1o07m_331{flex-shrink:0;color:var(--theme-color-primary);transition:color .15s ease}._OperationRow_1o07m_219:hover ._OpIcon_1o07m_331{color:var(--theme-color-primary)}._OperationKindPill_1o07m_325{display:inline-flex;align-items:center;height:22px;padding:0 .5rem;border-radius:4px;border:1px solid var(--theme-color-std-bdr-1);background:var(--theme-color-component-2);color:var(--theme-color-soft-text);font-size:.6875rem;font-weight:600;line-height:1;white-space:nowrap;flex-shrink:0}._OpColMachine_1o07m_357{font-size:1rem}._OpColDate_1o07m_361{font-size:.9375rem;color:var(--theme-color-std-text)}._NotPlanned_1o07m_366{color:var(--theme-color-soft-text);font-style:italic}._OpColStatus_1o07m_371{display:flex;align-items:center}._MachineChip_1o07m_377{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_1o07m_391{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._MachineTime_1o07m_398{font-size:.75rem;color:var(--theme-color-soft-text);font-weight:400}._AllowedMachines_1o07m_404{font-size:.6875rem;color:var(--theme-color-weak-text);font-style:italic}._DeliveryInfo_1o07m_411{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;padding:.25rem .5rem;border-radius:4px;margin-left:.5rem}._DeliveryInfo_1o07m_411 ix-icon{flex-shrink:0}._DeliveryDays_1o07m_425{font-weight:500}._DeliveryNormal_1o07m_429{color:var(--theme-color-soft-text);background:transparent}._DeliveryUrgent_1o07m_434{color:#ff9500;background:#ff95001a;border:1px solid rgba(255,149,0,.3)}._DeliveryUrgent_1o07m_434 ix-icon{color:#ff9500}._DeliveryOverdue_1o07m_444{color:#ff3b30;background:#ff3b301a;border:1px solid rgba(255,59,48,.3)}._DeliveryOverdue_1o07m_444 ix-icon{color:#ff3b30}._NoData_1o07m_454{color:var(--theme-color-soft-text)}._StatusBadge_1o07m_459{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_1o07m_459 ix-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}._StatusOffen_1o07m_480,._StatusUngeplant_1o07m_480{color:#03a9f4;border:1px solid #03A9F4}._StatusOffen_1o07m_480 ix-icon,._StatusUngeplant_1o07m_480 ix-icon{color:#03a9f4!important}._StatusFreigegeben_1o07m_489{color:var(--theme-color-success);border:1px solid var(--theme-color-success)}._StatusFreigegeben_1o07m_489 ix-icon{color:var(--theme-color-success)!important}._StatusGeplant_1o07m_498{color:var(--theme-color-info);border:1px solid var(--theme-color-info)}._StatusGeplant_1o07m_498 ix-icon{color:var(--theme-color-info)!important}._StatusInArbeit_1o07m_507{color:var(--theme-color-warning);border:1px solid var(--theme-color-warning)}._StatusInArbeit_1o07m_507 ix-icon{color:var(--theme-color-warning)!important}._StatusPausiert_1o07m_516{color:var(--theme-color-critical);border:1px solid var(--theme-color-critical)}._StatusPausiert_1o07m_516 ix-icon{color:var(--theme-color-critical)!important}._StatusAbgeschlossen_1o07m_525{color:var(--theme-color-neutral);border:1px solid var(--theme-color-neutral)}._StatusAbgeschlossen_1o07m_525 ix-icon{color:var(--theme-color-neutral)!important}._EmptyState_1o07m_534{display:flex;justify-content:center;align-items:center;padding:3rem}._ExpandToggle_1o07m_542{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;transition:background-color .15s ease}._ExpandToggle_1o07m_542:hover{background-color:var(--theme-color-component-2)}._ExpandIcon_1o07m_556{color:var(--theme-color-soft-text);transition:color .15s ease,transform .15s ease}._ExpandToggle_1o07m_542:hover ._ExpandIcon_1o07m_556{color:var(--theme-color-primary)}._OperationDetails_1o07m_566{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_1o07m_1 .2s ease-out}@keyframes _slideDown_1o07m_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._DetailsGrid_1o07m_584{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}._DetailsSection_1o07m_590{display:flex;flex-direction:column;gap:.5rem}._DetailsSectionTitle_1o07m_596{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_1o07m_607{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;padding:.125rem 0}._DetailsLabel_1o07m_615{color:var(--theme-color-soft-text)}._DetailsValue_1o07m_619{font-weight:500;color:var(--theme-color-std-text)}._ScrapWarning_1o07m_624{color:#ff9500}._DurationSuccess_1o07m_628{color:#4cd964;font-weight:600}._DurationWarning_1o07m_633{color:#ff9500;font-weight:600}._DeviationComment_1o07m_639{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_1o07m_639 ix-icon{flex-shrink:0;margin-top:2px;color:var(--theme-color-primary)}._MeldungenList_1o07m_658{display:flex;flex-direction:column;gap:.5rem}._MeldungLink_1o07m_664{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_1o07m_664:hover{background:var(--theme-color-primary);transform:translate(4px)}._MeldungLink_1o07m_664:hover ._MeldungTitle_1o07m_680,._MeldungLink_1o07m_664:hover ._MeldungLinkIcon_1o07m_681{color:#fff}._MeldungBadge_1o07m_685{font-size:.6875rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;white-space:nowrap}._MeldungHinweis_1o07m_693{background:#007aff26;color:#007aff}._MeldungWarnung_1o07m_698{background:#ff950026;color:#ff9500}._MeldungKritisch_1o07m_703{background:#ff3b3026;color:#ff3b30}._MeldungTitle_1o07m_680{flex:1;font-size:.875rem;color:var(--theme-color-std-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._MeldungLinkIcon_1o07m_681{color:var(--theme-color-soft-text);flex-shrink:0}@media only screen and (max-width:48em){._GlobalHeader_1o07m_20,._OperationRow_1o07m_219{grid-template-columns:24px 4px 1fr 1fr;padding-left:.5rem}._GlobalHeader_1o07m_20{padding-left:.5rem}._OpColMachine_1o07m_357,._OpColDate_1o07m_361{display:none}._OrderHeaderRight_1o07m_140{flex-direction:column;gap:.25rem;align-items:flex-end}._NoOperationsRow_1o07m_302{flex-direction:column;gap:.5rem;align-items:flex-start}._OperationDetails_1o07m_566{padding-left:2rem}._DetailsGrid_1o07m_584{grid-template-columns:1fr}}._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}._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_r50qc_10{position:relative;width:100%;display:flex;flex-direction:column;gap:.75rem}._OperationsList_r50qc_18{display:flex;flex-direction:column;gap:.5rem}._EmptyState_r50qc_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_r50qc_24{background:#2a2a2a;color:#888}._OperationItem_r50qc_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_r50qc_38:hover{background:var(--theme-color-component-2);border-color:var(--theme-color-primary)}._OperationItemActive_r50qc_55{background:#1e9db01a;box-shadow:inset 0 0 0 2px var(--theme-color-primary);border-color:var(--theme-color-primary)}._OperationItemDimmed_r50qc_61{opacity:.5}._OperationItemDimmed_r50qc_61:hover{opacity:.75}[data-ix-color-schema=dark] ._OperationItem_r50qc_38{background:#2a2a2a;border-color:#404040}[data-ix-color-schema=dark] ._OperationItemActive_r50qc_55{background:#1e9db033}._OperationSequence_r50qc_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_r50qc_93{flex:1;min-width:0}._OperationHeader_r50qc_98{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._OperationName_r50qc_105{font-weight:500;font-size:14px;color:var(--theme-color-std-text, #1a1a1a)}[data-ix-color-schema=dark] ._OperationName_r50qc_105{color:#fff}._OperationDetails_r50qc_115{display:flex;flex-wrap:wrap;gap:.375rem .5rem;margin-top:.5rem}._OperationDetailItem_r50qc_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_r50qc_122 strong{font-weight:600;color:var(--theme-color-std-text, #444)}[data-ix-color-schema=dark] ._OperationDetailItem_r50qc_122 strong{color:#ccc}._OperationDetailItem_r50qc_122 ix-icon{color:var(--theme-color-soft-text)}[data-ix-color-schema=dark] ._OperationDetailItem_r50qc_122{background:#333;color:#aaa}._OperationActions_r50qc_152{display:flex;align-items:center;gap:.25rem;flex-shrink:0}._StatusBadge_r50qc_159{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:12px;font-size:11px;font-weight:500}._StatusUngeplant_r50qc_168{background:#03a9f426;color:#03a9f4}[data-ix-color-schema=dark] ._StatusUngeplant_r50qc_168{background:#03a9f433;color:#4fc3f7}._StatusFreigegeben_r50qc_178{background:#4caf5026;color:#4caf50}[data-ix-color-schema=dark] ._StatusFreigegeben_r50qc_178{background:#4caf5033;color:#81c784}._StatusGeplant_r50qc_188{background:#e3f2fd;color:#1976d2}[data-ix-color-schema=dark] ._StatusGeplant_r50qc_188{background:#1a3a5c;color:#64b5f6}._StatusInBearbeitung_r50qc_198{background:#fff3e0;color:#e65100}[data-ix-color-schema=dark] ._StatusInBearbeitung_r50qc_198{background:#5c3a1a;color:#ffb74d}._StatusPausiert_r50qc_208{background:#ff6b0026;color:#ff6b00}[data-ix-color-schema=dark] ._StatusPausiert_r50qc_208{background:#ff6b0033;color:#ff8c42}._StatusAbgeschlossen_r50qc_218{background:#e8f5e9;color:#2e7d32}[data-ix-color-schema=dark] ._StatusAbgeschlossen_r50qc_218{background:#1a4d2e;color:#81c784}._AddButton_r50qc_228{width:100%}._AddOperationWrapper_r50qc_232{position:relative}._AddOperationMenu_r50qc_236{position:absolute;left:0;right:0;top:calc(100% + .25rem);z-index:20;display:flex;flex-direction:column;gap:.125rem;padding:.375rem;background:var(--theme-color-component-1, #fff);border:1px solid var(--theme-color-soft-bdr, #e0e0e0);border-radius:6px;box-shadow:0 6px 18px #00000024}[data-ix-color-schema=dark] ._AddOperationMenu_r50qc_236{background:#1e1e1e;border-color:#404040;box-shadow:0 6px 18px #00000073}._AddOperationMenuItem_r50qc_258{display:flex;align-items:center;gap:.5rem;width:100%;min-height:2rem;padding:.375rem .5rem;border:none;border-radius:4px;background:transparent;color:var(--theme-color-std-text, #1a1a1a);font:inherit;font-size:13px;text-align:left;cursor:pointer}._AddOperationMenuItem_r50qc_258:hover{background:var(--theme-color-component-2, #f0f0f0)}[data-ix-color-schema=dark] ._AddOperationMenuItem_r50qc_258{color:#f0f0f0}._FormDropdown_r50qc_283{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_r50qc_283{background:#1e1e1e;box-shadow:0 4px 16px #0006}._FormContent_r50qc_298{display:flex;flex-direction:column;gap:1rem}._FormTitleRow_r50qc_304{display:flex;align-items:center;gap:.75rem}._FormTitle_r50qc_304{font-size:16px;font-weight:600;color:var(--theme-color-std-text, #1a1a1a)}[data-ix-color-schema=dark] ._FormTitle_r50qc_304{color:#fff}._SequenceBadge_r50qc_320{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_r50qc_334{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_r50qc_334{background:#2a2a2a}._ToggleLabel_r50qc_347{font-size:13px;font-weight:500;color:var(--theme-color-soft-text, #888);transition:color .2s ease}._ToggleLabelActive_r50qc_354{color:var(--theme-color-primary, #1e9db0);font-weight:600}._FormGroup_r50qc_359{display:flex;flex-direction:column;gap:.375rem}._FormRow_r50qc_365{display:flex;gap:1rem}._FormRow_r50qc_365 ._FormGroup_r50qc_359{flex:1}._Label_r50qc_374{font-size:13px;font-weight:500;color:var(--theme-color-soft-text, #666)}[data-ix-color-schema=dark] ._Label_r50qc_374{color:#aaa}._ThemeNumberInput_r50qc_384{width:100%}._TimeDisplay_r50qc_388{font-size:12px;color:var(--theme-color-soft-text, #666);margin-top:2px}[data-ix-color-schema=dark] ._TimeDisplay_r50qc_388{color:#888}._ThemeInput_r50qc_398{width:100%}._ExternalTypeWrapper_r50qc_402{display:flex;flex-direction:column;gap:.5rem}._ExternalTypeWrapper_r50qc_402 ix-select{width:100%}._ExternalTypeWrapper_r50qc_402 ix-input{width:100%}._ValidationHint_r50qc_416{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_r50qc_416{background:#ff98001f;color:#ffb74d}._IndustrialHoursInputWrapper_r50qc_434{position:relative;display:flex;align-items:center}._HoursInputField_r50qc_440{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_r50qc_440:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._HoursInputField_r50qc_440: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_r50qc_466{position:absolute;right:2px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1px}._SpinnerButton_r50qc_476{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_r50qc_476:hover{background:var(--theme-color-component-2, #e0e0e0);color:var(--theme-color-primary, #00bedc)}._SpinnerButton_r50qc_476:active{background:var(--theme-color-primary, #00bedc);color:#fff;transform:scale(.95)}[data-ix-color-schema=dark] ._SpinnerButton_r50qc_476{background:#3a3a3a;color:#aaa}[data-ix-color-schema=dark] ._SpinnerButton_r50qc_476:hover{background:#4a4a4a;color:var(--theme-color-primary, #00bedc)}[data-ix-color-schema=dark] ._SpinnerButton_r50qc_476:active{background:var(--theme-color-primary, #00bedc);color:#fff}._ThemeSelect_r50qc_519,._ThemeDateInput_r50qc_524{width:100%}._ReadOnlyValue_r50qc_528{min-height:2rem;display:flex;align-items:center;padding:.25rem .5rem;border:1px solid var(--theme-input--border-color, var(--theme-color-std-bdr-1));border-radius:var(--theme-input--border-radius, 4px);background-color:var(--theme-color-component-1);color:var(--theme-color-soft-text);font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md)}[data-ix-color-schema=dark] ._ReadOnlyValue_r50qc_528{background-color:var(--theme-color-component-2);color:#aaa}._ThemeCheckbox_r50qc_547{margin-bottom:.25rem}._Input_r50qc_466{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_r50qc_466:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Input_r50qc_466: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_r50qc_583{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_r50qc_583:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._Textarea_r50qc_583: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_r50qc_615{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}._MachineCheckboxList_r50qc_622{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_r50qc_622{background:#252525;border-color:#404040}._CheckboxLabel_r50qc_639{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;cursor:pointer;border-radius:4px;transition:background-color .2s ease;font-size:13px}._CheckboxLabel_r50qc_639:hover{background:var(--theme-color-1, #fff)}[data-ix-color-schema=dark] ._CheckboxLabel_r50qc_639:hover{background:#2a2a2a}._CheckboxLabel_r50qc_639 input[type=checkbox]{cursor:pointer;width:16px;height:16px}._CheckboxLabel_r50qc_639 span{color:var(--theme-color-std-text, #1a1a1a)}[data-ix-color-schema=dark] ._CheckboxLabel_r50qc_639 span{color:#fff}._StatusSelect_r50qc_673{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_r50qc_673:hover{border-color:#0003}._StatusSelect_r50qc_673:focus{box-shadow:0 0 0 2px var(--theme-color-primary, #00bedc);border-color:var(--theme-color-primary, #00bedc)}._StatusSelect_r50qc_673._StatusUngeplant_r50qc_168{background-color:#03a9f426;color:#03a9f4}._StatusSelect_r50qc_673._StatusFreigegeben_r50qc_178{background-color:#4caf5026;color:#4caf50}._StatusSelect_r50qc_673._StatusGeplant_r50qc_188{background-color:#e3f2fd;color:#1976d2}._StatusSelect_r50qc_673._StatusInBearbeitung_r50qc_198{background-color:#fff3e0;color:#e65100}._StatusSelect_r50qc_673._StatusPausiert_r50qc_208{background-color:#ff6b0026;color:#ff6b00}._StatusSelect_r50qc_673._StatusAbgeschlossen_r50qc_218{background-color:#e8f5e9;color:#2e7d32}[data-ix-color-schema=dark] ._StatusSelect_r50qc_673._StatusUngeplant_r50qc_168{background-color:#03a9f433;color:#4fc3f7}[data-ix-color-schema=dark] ._StatusSelect_r50qc_673._StatusFreigegeben_r50qc_178{background-color:#4caf5033;color:#81c784}[data-ix-color-schema=dark] ._StatusSelect_r50qc_673._StatusGeplant_r50qc_188{background-color:#1a3a5c;color:#64b5f6}[data-ix-color-schema=dark] ._StatusSelect_r50qc_673._StatusInBearbeitung_r50qc_198{background-color:#5c3a1a;color:#ffb74d}[data-ix-color-schema=dark] ._StatusSelect_r50qc_673._StatusPausiert_r50qc_208{background-color:#ff6b0033;color:#ff8c42}[data-ix-color-schema=dark] ._StatusSelect_r50qc_673._StatusAbgeschlossen_r50qc_218{background-color:#1a4d2e;color:#81c784}._PlannedInfo_r50qc_761{background:#1e9db026!important;color:var(--theme-color-primary, #00bedc)!important;font-weight:500}[data-ix-color-schema=dark] ._PlannedInfo_r50qc_761{background:#1e9db040!important}._ExternalBadge_r50qc_772,._InternalBadge_r50qc_773,._ResourceBadge_r50qc_774{background:var(--theme-color-component-2, #f0f0f0)!important;color:var(--theme-color-std-text, #444)!important;border:1px solid var(--theme-color-std-bdr-1, #d8d8d8);font-weight:600}._ExternalBadge_r50qc_772 ix-icon,._InternalBadge_r50qc_773 ix-icon,._ResourceBadge_r50qc_774 ix-icon{color:var(--theme-color-primary, #1e9db0)}[data-ix-color-schema=dark] ._ExternalBadge_r50qc_772,[data-ix-color-schema=dark] ._InternalBadge_r50qc_773,[data-ix-color-schema=dark] ._ResourceBadge_r50qc_774{background:#303436!important;color:#e6e6e6!important;border-color:#4a4f52}._ConfirmModal_r50qc_796{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}._ConfirmModalContent_r50qc_809{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_r50qc_809{box-shadow:0 8px 32px #00000080}._ConfirmModalHeader_r50qc_822{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_r50qc_822{background:#5c3a1a;color:#ffb74d}._ConfirmModalHeaderDelete_r50qc_838{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_r50qc_838{background:inherit;color:#ddd;border-color:#404040}._ConfirmModalBody_r50qc_850{padding:1.25rem;font-size:14px;line-height:1.6;color:var(--theme-color-std-text, #1a1a1a)}[data-ix-color-schema=dark] ._ConfirmModalBody_r50qc_850{color:#ddd}._ConfirmModalBody_r50qc_850 p{margin:0 0 .75rem}._ConfirmModalBody_r50qc_850 p:last-child{margin-bottom:0}._AffectedFieldsList_r50qc_869{margin:.5rem 0 .75rem;padding-left:1.25rem;list-style:disc}._AffectedFieldsList_r50qc_869 li{margin-bottom:.25rem;color:var(--theme-color-alarm, #d32f2f);font-weight:500}[data-ix-color-schema=dark] ._AffectedFieldsList_r50qc_869 li{color:var(--theme-color-alarm, #ff6b6b)}._ConfirmQuestion_r50qc_885{font-weight:600;margin-top:1rem!important}._ConfirmModalFooter_r50qc_890{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_r50qc_890{border-color:#404040}._InfoHint_r50qc_903{font-size:12px;color:var(--theme-color-soft-text, #888);margin-top:.25rem;font-style:italic}[data-ix-color-schema=dark] ._InfoHint_r50qc_903{color:#888}._AutoHintRow_r50qc_915{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_r50qc_915{color:#888}._AutoTimeValue_r50qc_929{font-weight:600;color:var(--theme-color-primary, #1e9db0);font-style:normal}[data-ix-color-schema=dark] ._AutoTimeValue_r50qc_929{color:var(--theme-color-primary, #00bedc)}._TimeOverlay_r50qc_940{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_r50qc_940{color:#888}._TimeDisplay_r50qc_388{font-size:13px;color:var(--theme-color-std-text, #333);margin-top:.25rem;font-weight:500}[data-ix-color-schema=dark] ._TimeDisplay_r50qc_388{color:#ddd}._ValidationHint_r50qc_416{font-size:12px;color:var(--theme-color-warning, #ff9500);margin-top:.25rem}[data-ix-color-schema=dark] ._ValidationHint_r50qc_416{color:#ffb74d}._FormSection_r50qc_981{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--theme-color-soft-bdr, #e0e0e0)}._FormSection_r50qc_981:last-of-type{border-bottom:none;margin-bottom:.5rem}[data-ix-color-schema=dark] ._FormSection_r50qc_981{border-color:#404040}._SectionHeader_r50qc_996{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_r50qc_996{color:#888}._FormSection_r50qc_981 ._FormGroup_r50qc_359{margin-bottom:1rem}._FormSection_r50qc_981 ._FormGroup_r50qc_359:last-child{margin-bottom:0}._AutoBadge_r50qc_1020{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_r50qc_1034{background:#2e7d321a!important;border-color:var(--theme-color-success, #2e7d32)!important}[data-ix-color-schema=dark] ._AutoFilled_r50qc_1034{background:#2e7d3233!important}._MaterialRowList_r50qc_1044{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}._MaterialRow_r50qc_1044{display:grid;grid-template-columns:minmax(140px,2fr) minmax(100px,1fr) minmax(140px,3fr) 32px;gap:.5rem;align-items:end}._MaterialSelect_r50qc_1058,._MaterialNote_r50qc_1059,._MaterialQty_r50qc_1060{width:100%}._MaterialDeleteBtn_r50qc_1064{align-self:center}._AddMaterialBtn_r50qc_1068{margin-top:.25rem;align-self:flex-start}._ResourceRequirementList_r50qc_1073{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}._ResourcePrimaryRequirementRow_r50qc_1080{display:grid;grid-template-columns:minmax(180px,1fr) 110px;gap:.75rem;align-items:start}._LabelWithTooltip_r50qc_1087{display:inline-flex;align-items:center;gap:.35rem}._LabelHelpIcon_r50qc_1093{display:inline-flex;align-items:center;justify-content:center;color:var(--theme-color-soft-text);cursor:help}._LabelHelpIcon_r50qc_1093:hover,._LabelHelpIcon_r50qc_1093:focus-visible{color:var(--theme-color-primary)}._ResourceRequirementHeader_r50qc_1106{display:grid;grid-template-columns:minmax(180px,1fr) 110px 32px;gap:.5rem;align-items:center;margin:.25rem 0;color:var(--theme-color-soft-text);font-size:12px;font-weight:600}._ResourceRequirementDemandHeader_r50qc_1117{display:inline-flex;align-items:center;gap:.35rem}._ResourceRequirementRow_r50qc_1123{display:grid;grid-template-columns:minmax(180px,1fr) 110px 32px;gap:.5rem;align-items:center}._ResourceCapacityInput_r50qc_1130{width:100%}._UploadContainer_cqx00_6{display:flex;flex-direction:column;gap:.75rem}._DropZone_cqx00_13{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem;border:2px dashed var(--theme-color-soft-bdr, #ccc);border-radius:8px;cursor:pointer;transition:all .2s ease;background:transparent}._DropZone_cqx00_13:hover{border-color:var(--theme-color-primary, #0070d2);background:#0070d20a}._DropZoneActive_cqx00_32{border-color:var(--theme-color-primary, #0070d2);background:#0070d214}._HiddenInput_cqx00_37{display:none}._AttachmentList_cqx00_42{display:flex;flex-direction:column;gap:.5rem}._AttachmentItem_cqx00_48{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:var(--theme-color-component--1, #f5f5f5);border:1px solid var(--theme-color-soft-bdr, #e0e0e0);border-radius:6px}[data-ix-theme=classic][data-ix-color-schema=dark] ._AttachmentItem_cqx00_48{background:#0e1619;border-color:#333}._AttachmentHeader_cqx00_63{display:flex;justify-content:space-between;align-items:center;gap:.5rem}._AttachmentFileInfo_cqx00_70{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}._AttachmentNameSize_cqx00_78{display:flex;flex-direction:column;min-width:0}._AttachmentName_cqx00_78{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._AttachmentSize_cqx00_92{font-size:12px;color:var(--theme-color-soft-text, #888)}._RemoveButton_cqx00_97{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:var(--theme-color-soft-text, #888);transition:all .15s ease;flex-shrink:0}._RemoveButton_cqx00_97:hover{background:#d32f2f1a;color:#d32f2f}._AttachmentField_cqx00_118{display:flex;flex-direction:column;gap:.25rem}._FieldLabel_cqx00_124{font-size:12px;margin-bottom:.125rem}._DescriptionInput_cqx00_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,Arial,Helvetica,sans-serif;font-size:var(--theme-ms-0, 14px);line-height:var(--theme-line-height-md)}._DescriptionInput_cqx00_129:hover{border-color:var(--theme-input--border-color--hover)!important;background-color:var(--theme-input--background--hover)}._DescriptionInput_cqx00_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}._OperationChips_cqx00_156{display:flex;flex-wrap:wrap;gap:.375rem}._OperationChip_cqx00_156{cursor:pointer!important;-webkit-user-select:none;user-select:none;font-size:12px}._FileListContainer_cqx00_172{display:flex;flex-direction:column;gap:.5rem}._FileCard_cqx00_178{display:flex;flex-direction:column;gap:.375rem;padding:.625rem .75rem;background:var(--theme-color-component--1, #f5f5f5);border:1px solid var(--theme-color-soft-bdr, #e0e0e0);border-radius:6px;transition:background .15s ease}[data-ix-theme=classic][data-ix-color-schema=dark] ._FileCard_cqx00_178{background:#0e1619;border-color:#333}._FileCard_cqx00_178:hover{background:var(--theme-color-soft-bdr, #e8e8e8)}[data-ix-theme=classic][data-ix-color-schema=dark] ._FileCard_cqx00_178:hover{background:#1a2226}._FileCardHeader_cqx00_202{display:flex;justify-content:space-between;align-items:center;gap:.5rem}._FileCardInfo_cqx00_209{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}._FileIcon_cqx00_217{flex-shrink:0;color:var(--theme-color-primary, #0070d2)}._FileCardMeta_cqx00_222{display:flex;flex-direction:column;min-width:0}._FileCardName_cqx00_228{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._FileCardSize_cqx00_236{font-size:12px;color:var(--theme-color-soft-text, #888)}._FileCardActions_cqx00_241{display:flex;gap:.25rem;flex-shrink:0}._FileActionButton_cqx00_247{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:var(--theme-color-soft-text, #888);transition:all .15s ease}._FileActionButton_cqx00_247:hover{background:#0070d21a;color:var(--theme-color-primary, #0070d2)}._FileCardDescription_cqx00_267{display:flex;align-items:flex-start;gap:.375rem;padding:.25rem 0 0 .125rem}._FileCardDescription_cqx00_267 ix-icon{flex-shrink:0;margin-top:1px;color:var(--theme-color-soft-text, #888)}._FileCardOperations_cqx00_281{display:flex;flex-direction:column;gap:.25rem;padding-top:.25rem}._FileCardOperationsLabel_cqx00_288{font-size:11px}._FileCardOperationChips_cqx00_292{display:flex;flex-wrap:wrap;gap:.25rem}._FileCardOperationChips_cqx00_292 ix-chip{font-size:11px}._FileSectionHeader_cqx00_303{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}._EmptyFileState_cqx00_310{text-align:center;padding:1rem;color:var(--theme-color-soft-text, #888);font-size:13px}._Pane_ovlya_10{position:fixed;right:0;top:0;bottom:0;height:100vh;z-index:99999;box-shadow:-4px 0 20px #00000026}._Container_ovlya_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_ovlya_20{background:#1a1a1a}._ScrollContent_ovlya_33{flex:1;overflow-y:auto;padding:1.5rem;word-break:break-word}._Footer_ovlya_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_ovlya_40{background:#1a1a1a;border-color:#404040}._EditButton_ovlya_55{min-width:180px}._HeaderSection_ovlya_60{margin-bottom:.5rem}._HeaderTop_ovlya_64{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}._HeaderInfo_ovlya_71{flex:1;min-width:0}._OrderTitle_ovlya_76{font-size:24px;font-weight:700;margin:0 0 .25rem;line-height:1.3;word-wrap:break-word}._OrderId_ovlya_84{font-size:14px;margin:0;font-family:monospace}._HeaderChips_ovlya_90{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;flex-shrink:0}._RiskWarning_ovlya_99{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;margin-top:1rem}._RiskWarning_ovlya_99[data-level=critical]{background-color:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#ff3b30}._RiskWarning_ovlya_99[data-level=warning]{background-color:#ff9f0a1a;border:1px solid rgba(255,159,10,.3);color:#ff9f0a}._RiskWarning_ovlya_99 ix-icon{flex-shrink:0}._Section_ovlya_125{margin-bottom:.5rem}._SectionHeader_ovlya_129{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._SectionTitle_ovlya_136{font-size:16px;font-weight:600;margin:0 0 1rem;color:var(--theme-color-std-text)}._SectionHeader_ovlya_129 ._SectionTitle_ovlya_136{margin-bottom:0}._SectionDivider_ovlya_147{margin:1.5rem 0}._WorkflowContainer_ovlya_152{padding:.5rem 0;overflow-x:auto}._WorkflowContainer_ovlya_152 ix-workflow-steps{min-width:fit-content}._InfoGrid_ovlya_162{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._InfoCard_ovlya_168{background:var(--theme-color-component--1, #f5f5f5);border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.25rem}._InfoCardWide_ovlya_177{grid-column:span 2}[data-ix-theme=classic][data-ix-color-schema=dark] ._InfoCard_ovlya_168{background:#252525}._InfoValue_ovlya_185{font-weight:600;font-size:15px}._DurationDisplay_ovlya_191{display:flex;flex-direction:column;gap:.25rem}._DurationBreakdown_ovlya_197{font-size:12px;color:var(--theme-color-soft-text, #666);font-weight:400}._DateGrid_ovlya_204{display:flex;flex-direction:column;gap:.75rem}._DateCard_ovlya_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_ovlya_210{background:#252525}._DateIcon_ovlya_223{flex-shrink:0;color:var(--theme-color-primary, #1e9db0)}._DateValue_ovlya_228{font-weight:600;font-size:15px}._OperationsList_ovlya_234{display:flex;flex-direction:column;gap:.75rem}._OperationCard_ovlya_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_ovlya_240{background:#252525;border-color:#404040}._OperationCard_ovlya_240:hover{border-color:var(--theme-color-primary, #1e9db0);box-shadow:0 2px 8px #00000014}._OperationHeader_ovlya_258{display:flex;align-items:flex-start;gap:.75rem}._OperationSequence_ovlya_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_ovlya_278{flex:1;min-width:150px}._OperationActions_ovlya_283{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._OperationName_ovlya_290{font-weight:600;font-size:15px;margin-bottom:.125rem}._OperationDesc_ovlya_296{font-size:13px;opacity:.8}._OperationDetails_ovlya_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_ovlya_301{border-color:#404040}._OperationFooter_ovlya_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_ovlya_314{border-color:#404040}._OperationMeta_ovlya_326{display:flex;align-items:center;gap:.5rem;font-size:13px;color:var(--theme-color-soft-text, #666)}._OperationMeta_ovlya_326 ix-icon{flex-shrink:0}._ExternalBadge_ovlya_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}._ResourceBadge_ovlya_350{background:#5e4b8b;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_ovlya_338{background:var(--theme-color-primary);color:var(--theme-color-inv-std-text, white)}[data-ix-color-schema=dark] ._ResourceBadge_ovlya_350{background:#7a63b7;color:var(--theme-color-inv-std-text, white)}._MetaLabel_ovlya_372{font-weight:500;color:var(--theme-color-soft-text, #888)}._SetupTime_ovlya_377{color:var(--theme-color-info, #1e9db0);font-size:12px}._MachineId_ovlya_382{color:var(--theme-color-soft-text, #888);font-size:12px}._ExpandToggle_ovlya_388{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_ovlya_240:hover ._ExpandToggle_ovlya_388{color:var(--theme-color-primary, #1e9db0)}._OperationCardExpanded_ovlya_404{border-color:var(--theme-color-primary, #1e9db0)}._IstDatenSection_ovlya_409{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--theme-color-soft-bdr, #e8e8e8);animation:_slideDown_ovlya_1 .2s ease-out}@keyframes _slideDown_ovlya_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}[data-ix-theme=classic][data-ix-color-schema=dark] ._IstDatenSection_ovlya_409{border-color:#404040}._IstDatenGrid_ovlya_431{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._IstDatenGroup_ovlya_437{display:flex;flex-direction:column;gap:.375rem}._IstDatenGroupTitle_ovlya_443{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_ovlya_443{border-color:#404040}._IstDatenRow_ovlya_457{display:flex;justify-content:space-between;align-items:center;font-size:13px}._IstDatenLabel_ovlya_464{color:var(--theme-color-soft-text, #888)}._IstDatenValue_ovlya_468{font-weight:500;color:var(--theme-color-std-text)}._ScrapWarning_ovlya_473{color:#ff9500}._DurationSuccess_ovlya_477{color:#4cd964;font-weight:600}._DurationWarning_ovlya_482{color:#ff9500;font-weight:600}._DeviationSection_ovlya_488{margin-top:1rem}._DeviationComment_ovlya_492{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_ovlya_492 ix-icon{flex-shrink:0;margin-top:1px;color:var(--theme-color-primary)}._MeldungenSection_ovlya_511{margin-top:1rem}._MeldungenList_ovlya_515{display:flex;flex-direction:column;gap:.5rem}._MeldungLink_ovlya_521{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_ovlya_521{background:#333}._MeldungLink_ovlya_521:hover{background:var(--theme-color-primary, #1e9db0);transform:translate(4px)}._MeldungLink_ovlya_521:hover ._MeldungTitle_ovlya_541,._MeldungLink_ovlya_521:hover ._MeldungLinkIcon_ovlya_542{color:#fff}._MeldungBadge_ovlya_546{font-size:10px;font-weight:600;padding:.25rem .5rem;border-radius:4px;white-space:nowrap}._MeldungHinweis_ovlya_554{background:#007aff26;color:#007aff}._MeldungWarnung_ovlya_559{background:#ff950026;color:#ff9500}._MeldungKritisch_ovlya_564{background:#ff3b3026;color:#ff3b30}._MeldungTitle_ovlya_541{flex:1;font-size:13px;color:var(--theme-color-std-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._MeldungLinkIcon_ovlya_542{color:var(--theme-color-soft-text, #888);flex-shrink:0}._NotesCard_ovlya_584{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_ovlya_584{background:#252525}._EmptyState_ovlya_596{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_ovlya_596{background:#252525}._EmptyStateContainer_ovlya_607{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;text-align:center}._PaneTitle_ovlya_619{padding:1rem}._DetailRow_ovlya_623{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem;font-size:14px}._MachineChips_ovlya_632{display:flex;flex-wrap:wrap;gap:.5rem}._FileCategory_ovlya_639{margin-bottom:1.5rem}._FileCategoryTitle_ovlya_643{margin-bottom:.5rem;display:block;font-weight:600}._FileList_ovlya_649{display:flex;flex-direction:column;gap:.5rem}._FileItem_ovlya_655{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_ovlya_655 ix-icon{flex-shrink:0;color:var(--theme-color-soft-text)}._FileItem_ovlya_655 span{flex:1;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._UploadButton_ovlya_678{margin-top:.5rem}._AuftragslistePageWrapper_1ygas_11{display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden}._AuftragslistePageWrapper_1ygas_11>ix-content-header{flex-shrink:0}._TabsContainer_1ygas_24{margin-bottom:1.5rem;padding:0 1rem}._KPIContainer_1ygas_29{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;margin-left:1rem;position:relative;z-index:100;flex-shrink:0}._HeaderButtonGroup_1ygas_41{display:flex;align-items:center;gap:8px}._ButtonSpacer_1ygas_47{width:1rem}._HeaderButtonSpacer_1ygas_51{width:1.5rem}._TitleKPISpacer_1ygas_55{height:1rem}._ViewModeGroup_1ygas_60{display:flex;gap:0;flex-shrink:0}._ViewModeGroup_1ygas_60 ix-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}._ViewModeGroup_1ygas_60 ix-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}._FilterWrapper_1ygas_78{position:relative;flex-shrink:0}._KPIBadge_1ygas_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_1ygas_83:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}._KPIBadge_1ygas_83 ix-icon{flex-shrink:0}._KPIDetail_1ygas_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_1ygas_1 .2s ease}@keyframes _fadeInDown_1ygas_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._KPIDetailHeader_1ygas_135{padding:.75rem 1rem .25rem;font-weight:600;font-size:.875rem;color:var(--theme-color-std-text)}._KPIDetailSubheader_1ygas_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_1ygas_150{max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--theme-color-std-bdr-1) transparent}._KPIDetailList_1ygas_150::-webkit-scrollbar{width:6px}._KPIDetailList_1ygas_150::-webkit-scrollbar-track{background:transparent}._KPIDetailList_1ygas_150::-webkit-scrollbar-thumb{background-color:var(--theme-color-std-bdr-1);border-radius:3px}._KPIDetailList_1ygas_150::-webkit-scrollbar-thumb:hover{background-color:var(--theme-color-std-bdr-2)}._KPIDetailItem_1ygas_174{padding:.75rem 1rem;border-bottom:1px solid var(--theme-color-std-bdr-1);transition:background-color .15s ease}._KPIDetailItem_1ygas_174:last-child{border-bottom:none}._KPIDetailItem_1ygas_174:hover{background-color:var(--theme-color-component-hover)}._KPIDetailItemClickable_1ygas_188{cursor:pointer}._KPIDetailItemClickable_1ygas_188:hover{background-color:var(--theme-color-primary-bdr)}._KPIDetailItemTitle_1ygas_196{font-size:.8125rem;margin-bottom:.25rem;color:var(--theme-color-std-text)}._KPIDetailItemTitle_1ygas_196 strong{color:var(--theme-color-primary)}._KPIDetailItemInfo_1ygas_206{display:flex;flex-direction:column;gap:.125rem;font-size:.75rem;color:var(--theme-color-soft-text)}._KPIDetailItemDays_1ygas_214{color:var(--theme-color-alarm)!important;font-weight:500}._KPIBadge_1ygas_83[data-critical=true]{background-color:#ff3b3026;border-color:#ff3b3066;color:#ff3b30}._KPIBadge_1ygas_83[data-critical=true] ix-icon{color:#ff3b30}._KPIBadge_1ygas_83[data-warning=true]{background-color:#ff9f0a26;border-color:#ff9f0a66;color:#ff9f0a}._KPIBadge_1ygas_83[data-warning=true] ix-icon{color:#ff9f0a}._KPIBadge_1ygas_83[data-bottleneck=true]{background-color:#ff6b0026;border-color:#ff6b0066;color:#ff6b00}._KPIBadge_1ygas_83[data-bottleneck=true] ix-icon{color:#ff6b00}[data-ix-color-schema=dark] ._KPIBadge_1ygas_83{background-color:#ffffff0d;border-color:#ffffff26}[data-ix-color-schema=dark] ._KPIDetail_1ygas_110{background-color:#1a1a1a;box-shadow:0 4px 16px #00000080}[data-ix-color-schema=dark] ._KPIDetailItem_1ygas_174:hover{background-color:#ffffff0d}[data-ix-color-schema=dark] ._KPIBadge_1ygas_83[data-critical=true]{background-color:#ff505033;border-color:#ff505080;color:#ff5050}[data-ix-color-schema=dark] ._KPIBadge_1ygas_83[data-critical=true] ix-icon{color:#ff5050}[data-ix-color-schema=dark] ._KPIBadge_1ygas_83[data-warning=true]{background-color:#ffb34033;border-color:#ffb34080;color:#ffb340}[data-ix-color-schema=dark] ._KPIBadge_1ygas_83[data-warning=true] ix-icon{color:#ffb340}[data-ix-color-schema=dark] ._KPIBadge_1ygas_83[data-bottleneck=true]{background-color:#ff7f2833;border-color:#ff7f2880;color:#ff7f28}[data-ix-color-schema=dark] ._KPIBadge_1ygas_83[data-bottleneck=true] ix-icon{color:#ff7f28}._OrderTable_1ygas_297{display:flex;position:relative;flex-direction:column;height:100%;overflow:hidden;flex:1;min-height:0}._OrderFilterArea_1ygas_309{display:flex;flex-wrap:wrap;flex-direction:row;margin-bottom:1rem;gap:.75rem;align-items:center;flex-shrink:0;position:relative}._SearchWrapper_1ygas_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_1ygas_320:hover{background-color:#d4f1f4}._SearchWrapper_1ygas_320:focus-within{border-color:var(--theme-color-primary);box-shadow:0 0 0 2px #007bff1a}[data-ix-color-schema=dark] ._SearchWrapper_1ygas_320{background-color:#00273b}[data-ix-color-schema=dark] ._SearchWrapper_1ygas_320:hover{background-color:#003149}._SearchIcon_1ygas_351{color:var(--theme-color-std-text);opacity:.6;flex-shrink:0}._SearchInput_1ygas_357{flex-grow:1;border:none;background:transparent;color:var(--theme-color-std-text);font-size:.875rem;outline:none;padding:0}._SearchInput_1ygas_357::placeholder{color:var(--theme-color-std-text);opacity:.5}._FilterButton_1ygas_372{flex-shrink:0;min-width:40px}._FilterDropdown_1ygas_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_1ygas_377{box-shadow:0 4px 8px #00000080}._OrderFilterArea_1ygas_309 ._CategoryFilter_1ygas_396{min-width:16rem;flex-grow:1}._OrderFilterArea_1ygas_309 ._QuickFilter_1ygas_401{display:flex;flex-wrap:nowrap;gap:.5rem}._SelectionActions_1ygas_407{display:flex;gap:.5rem;align-items:center;margin-left:auto}._SelectionButton_1ygas_414{min-width:120px}._DeleteButton_1ygas_418{background-color:#d32f2f!important;color:#fff!important}._DeleteButton_1ygas_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){._OrderFilterArea_1ygas_309{flex-direction:column}._SearchWrapper_1ygas_320{width:100%;min-width:0}._OrderFilterArea_1ygas_309 ._CategoryFilter_1ygas_396{min-width:0rem;width:100%}._OrderFilterArea_1ygas_309 ._QuickFilter_1ygas_401{flex-wrap:wrap;min-width:0rem}}@media screen and (max-width:1600px){._ChipLabel_1ygas_465,._ButtonLabel_1ygas_466{display:none}._OrderFilterArea_1ygas_309{gap:.5rem;flex-wrap:wrap;max-width:100%}._SearchWrapper_1ygas_320{max-width:12rem;min-width:8rem;flex-shrink:1;overflow:hidden}._OrderFilterArea_1ygas_309 ._QuickFilter_1ygas_401{gap:.25rem;overflow-x:visible;flex-wrap:wrap;max-width:100%}._OrderFilterArea_1ygas_309 ._QuickFilter_1ygas_401 ix-chip{margin-right:0;flex-shrink:0}}._TooltipWrapper_1ygas_503{display:inline-flex;align-items:center}._MobileOnlyTooltip_1ygas_509{display:none}@media screen and (max-width:1600px){._MobileOnlyTooltip_1ygas_509{display:contents}}._Overlay_1e9mb_3{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:_fadeIn_1e9mb_1 .2s ease}._Modal_1e9mb_14{position:relative;background-color:var(--theme-color-1);border-radius:12px;width:720px;max-width:94vw;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 24px 80px #00000080;animation:_slideIn_1e9mb_1 .25s ease}@keyframes _fadeIn_1e9mb_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_1e9mb_1{0%{opacity:0;transform:translateY(-20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}._Header_1e9mb_38{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem .75rem;flex-shrink:0}._HeaderTitle_1e9mb_46{font-size:1.125rem;font-weight:700;color:var(--theme-color-std-text);margin:0}._Stepper_1e9mb_54{display:flex;align-items:flex-start;justify-content:center;gap:0;padding:.5rem 2rem 1rem;flex-shrink:0;border-bottom:1px solid var(--theme-color-std-bdr-1)}._StepItem_1e9mb_64{display:flex;flex-direction:column;align-items:center;gap:.375rem;cursor:default;-webkit-user-select:none;user-select:none;min-width:80px}._StepItemClickable_1e9mb_74{cursor:pointer}._StepItemClickable_1e9mb_74:hover ._StepCircleDone_1e9mb_78{background-color:#30d1584d;border-color:#2bc050}._StepCircle_1e9mb_78{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700;border:2px solid var(--theme-color-soft-text);color:var(--theme-color-soft-text);background:transparent;transition:all .25s ease;flex-shrink:0}._StepCircleActive_1e9mb_99{border-color:var(--theme-color-primary);background-color:var(--theme-color-primary);color:#fff}._StepCircleDone_1e9mb_78{border-color:#30d158;background-color:#30d15826;color:#30d158}._StepLabel_1e9mb_113{font-size:.75rem;font-weight:500;color:var(--theme-color-soft-text);white-space:nowrap;transition:color .2s ease;text-align:center}._StepLabelActive_1e9mb_122{color:var(--theme-color-std-text);font-weight:600}._StepLabelDone_1e9mb_128{color:#30d158}._StepConnector_1e9mb_133{height:2px;flex:1;background-color:var(--theme-color-soft-text);opacity:.4;margin:15px 0 0;flex-shrink:0;transition:background-color .25s ease,opacity .25s ease;align-self:flex-start}._StepConnectorActive_1e9mb_145{background-color:var(--theme-color-std-text);opacity:1}._StepConnectorDone_1e9mb_151{background-color:#30d158;opacity:1}._Body_1e9mb_158{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;min-height:0;scrollbar-width:thin;scrollbar-color:var(--theme-color-std-bdr-1) transparent}._Footer_1e9mb_168{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid var(--theme-color-std-bdr-1);flex-shrink:0}._FooterLeft_1e9mb_177,._FooterRight_1e9mb_182{display:flex;gap:.5rem}._FormGrid_1e9mb_188{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}._FormGridFull_1e9mb_195{grid-column:1 / -1}._FormGroup_1e9mb_199{display:flex;flex-direction:column;gap:.25rem}._FormLabel_1e9mb_205{font-size:var(--theme-ms-0, .875rem);font-weight:var(--theme-font-weight-normal, 400);line-height:var(--theme-line-height-sm, 1.25);letter-spacing:var(--theme-letter-spacing-xl, normal);color:var(--theme-color-soft-text);margin-top:.5rem;margin-bottom:.25rem}._FormLabelHint_1e9mb_215{font-weight:400;color:var(--theme-color-soft-text);font-size:.75rem}._PhaseList_1e9mb_223{display:flex;flex-direction:column;gap:0}._PhaseRow_1e9mb_229{display:flex;flex-direction:column;padding:.625rem .5rem;border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;background-color:var(--theme-color-component--1);margin-bottom:.5rem;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease,background-color .15s ease}._PhaseRow_1e9mb_229:hover{border-color:var(--theme-color-soft-text)}._PhaseRowExpanded_1e9mb_244{background-color:var(--theme-color-component-2)}._PhaseRowInline_1e9mb_248{display:flex;align-items:center;gap:.75rem;width:100%}._PhaseRowOverlay_1e9mb_255{display:flex;align-items:center;gap:.75rem;padding:.625rem .5rem;border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;background-color:var(--theme-color-2);margin-bottom:.5rem;box-shadow:0 12px 32px #0006;cursor:grabbing}._DragHandle_1e9mb_268{cursor:grab;color:var(--theme-color-soft-text);display:flex;align-items:center;flex-shrink:0;padding:.25rem;opacity:.5;transition:opacity .15s ease}._DragHandle_1e9mb_268:hover{opacity:1}._DragHandle_1e9mb_268:active{cursor:grabbing}._PhaseFields_1e9mb_287{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}._PhaseInputName_1e9mb_295{flex:1.5;min-width:0}._PhaseInputLocked_1e9mb_300{opacity:.45;pointer-events:none}._PhaseCheckboxCol_1e9mb_305{flex-shrink:0;width:32px;display:flex;align-items:center;justify-content:center}._PhaseInputNumber_1e9mb_313{flex:1;min-width:60px;max-width:90px}._PhaseFieldLabel_1e9mb_319{font-size:.6875rem;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}._PhaseFieldGroup_1e9mb_327{display:flex;flex-direction:column;align-items:center;gap:.125rem}._PhaseDeleteBtn_1e9mb_334{flex-shrink:0}._PhaseDeleteIcon_1e9mb_338{flex-shrink:0;cursor:pointer;color:var(--theme-color-soft-text);opacity:.5;transition:opacity .15s ease,color .15s ease}._PhaseDeleteIcon_1e9mb_338:hover{opacity:1;color:#ff3b30}._PhaseExpandIcon_1e9mb_352{flex-shrink:0;cursor:pointer;color:var(--theme-color-soft-text);opacity:.5;transition:opacity .15s ease,color .15s ease,transform .2s ease}._PhaseExpandIcon_1e9mb_352:hover{opacity:1;color:var(--theme-color-primary)}._PhaseExpandedSection_1e9mb_366{display:flex;flex-direction:column;gap:.75rem;padding:.75rem .5rem .25rem 2.25rem;border-top:1px solid var(--theme-color-std-bdr-1);margin-top:.625rem;animation:_expandIn_1e9mb_1 .2s ease}@keyframes _expandIn_1e9mb_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._PhaseExpandedRow_1e9mb_381{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}._PhaseExpandedField_1e9mb_387{min-width:0}._PhaseExpandedField_1e9mb_387 ix-input{display:block;width:100%}._PhaseExpandedFieldFull_1e9mb_396{min-width:0;width:100%}._PhaseDateCalculated_1e9mb_402{display:flex;flex-direction:column;gap:.125rem;padding:.5rem .625rem;border-radius:6px;background-color:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1)}._PhaseDateHeader_1e9mb_412{display:flex;align-items:center;justify-content:space-between}._PhaseDateLabel_1e9mb_418{font-size:.6875rem;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.03em}._PhaseDateValue_1e9mb_426{font-size:.9375rem;font-weight:700;color:var(--theme-color-std-text);line-height:1.3}._PhaseDateHint_1e9mb_433{font-size:.6875rem;color:var(--theme-color-soft-text);line-height:1.35}._PhaseDateEditIcon_1e9mb_439{cursor:pointer;color:var(--theme-color-soft-text);opacity:.5;transition:opacity .15s ease,color .15s ease;flex-shrink:0}._PhaseDateEditIcon_1e9mb_439:hover{opacity:1;color:var(--theme-color-primary)}._PhaseNoteLabel_1e9mb_453{font-size:var(--theme-ms-0, .875rem);font-weight:var(--theme-font-weight-normal, 400);color:var(--theme-color-soft-text);margin-bottom:.25rem;display:block}._PhaseListHeader_1e9mb_462{display:flex;align-items:center;gap:.75rem;padding:0 .5rem .5rem;margin-bottom:.25rem}._PhaseListHeader_1e9mb_462 span{font-size:.6875rem;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.04em}._PhaseHeaderDrag_1e9mb_478{width:24px;flex-shrink:0}._PhaseHeaderFields_1e9mb_479{flex:1;display:flex;align-items:center;gap:.5rem;min-width:0}._PhaseHeaderName_1e9mb_486{flex:1.5;min-width:0}._PhaseHeaderDuration_1e9mb_487,._PhaseHeaderBuffer_1e9mb_488{flex:1;min-width:60px;max-width:90px;text-align:center}._PhaseHeaderCheck_1e9mb_489{width:32px;flex-shrink:0;text-align:center;cursor:pointer;color:var(--theme-color-primary);-webkit-user-select:none;user-select:none}._PhaseHeaderCheck_1e9mb_489:hover{text-decoration:underline}._PhaseHeaderExpand_1e9mb_498,._PhaseHeaderDelete_1e9mb_499{width:16px;flex-shrink:0}._TimelineSection_1e9mb_502{margin-top:1.5rem;padding:1rem;border-radius:8px;background-color:var(--theme-color-component--1);border:1px solid var(--theme-color-std-bdr-1)}._TimelineSectionTitle_1e9mb_510{font-size:.6875rem;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.625rem}._TimelineTrack_1e9mb_519{display:flex;gap:2px;height:28px;border-radius:4px;overflow:hidden;background-color:var(--theme-color-2)}._TlSegment_1e9mb_528{height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 .5rem;overflow:hidden;white-space:nowrap;min-width:0;flex-shrink:0;transition:flex .3s ease}._TlSegmentLabel_1e9mb_541{font-size:.625rem;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis}._TlSegmentDays_1e9mb_549{font-size:.5625rem;font-weight:400;color:#ffffffb3;flex-shrink:0;margin-left:.25rem}._TlBufferSegment_1e9mb_557{height:100%;opacity:.3;flex-shrink:0;transition:flex .3s ease}._TimelineFooterRow_1e9mb_564{display:flex;justify-content:space-between;align-items:flex-start;margin-top:.5rem;font-size:.6875rem;color:var(--theme-color-soft-text);gap:.5rem}._TlDateLabel_1e9mb_574{line-height:1.4;white-space:nowrap}._TlDateLabelRight_1e9mb_579{text-align:right}._TlDateLabelMuted_1e9mb_583{opacity:.4}._TlStatsLabel_1e9mb_587{color:var(--theme-color-std-text);text-align:center;white-space:nowrap}._TimelineOverflow_1e9mb_593{display:flex;align-items:center;gap:.375rem;margin-top:.625rem;padding:.375rem .625rem;border-radius:4px;font-size:.75rem;background-color:#ff3b3014;color:#ff3b30;border:1px solid rgba(255,59,48,.2)}._InlineWarning_1e9mb_606{display:flex;align-items:center;gap:.3rem;margin-top:.125rem;font-size:.8rem;color:var(--theme-color-std-text)}._InlineWarning_1e9mb_606 ix-icon:first-child{color:var(--theme-color-warning, #f4bc00);flex-shrink:0}._InlineWarning_1e9mb_606 span{flex:1}._ToggleRow_1e9mb_625{display:flex;align-items:center;gap:.75rem;margin-top:1rem;padding:.625rem .75rem;border-radius:6px;background-color:var(--theme-color-component--1);border:1px solid var(--theme-color-std-bdr-1)}._ToggleText_1e9mb_636{font-size:.8125rem;color:var(--theme-color-std-text);line-height:1.35}._ToggleTextSub_1e9mb_642{font-size:.75rem;color:var(--theme-color-soft-text)}._OrdersIntro_1e9mb_648{display:flex;align-items:flex-start;gap:.625rem;padding:.75rem 1rem;border-radius:8px;background-color:#007aff0f;border:1px solid rgba(0,122,255,.15);margin-bottom:1.25rem;font-size:.8125rem;color:var(--theme-color-std-text);line-height:1.45}._OrdersIntro_1e9mb_648 ix-icon{color:var(--theme-color-primary);flex-shrink:0;margin-top:.125rem}._OrderSearchRow_1e9mb_668{display:flex;gap:.5rem;margin-bottom:1rem}._OrderSearchInput_1e9mb_674{flex:1}._OrderResults_1e9mb_678{display:flex;flex-direction:column;gap:0;border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;max-height:200px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--theme-color-std-bdr-1) transparent;margin-bottom:1rem}._OrderResultItem_1e9mb_691{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-bottom:1px solid var(--theme-color-std-bdr-1);font-size:.8125rem;transition:background-color .1s ease;cursor:pointer}._OrderResultItem_1e9mb_691:last-child{border-bottom:none}._OrderResultItem_1e9mb_691:hover{background-color:var(--theme-color-component-2)}._OrderResultInfo_1e9mb_710{display:flex;flex-direction:column;gap:.125rem;min-width:0}._OrderResultTitle_1e9mb_717{font-weight:600;color:var(--theme-color-std-text)}._OrderResultMeta_1e9mb_722{font-size:.75rem;color:var(--theme-color-soft-text)}._OrderPhaseSelect_1e9mb_727{min-width:140px;max-width:180px}._LinkedOrdersTitle_1e9mb_733{font-size:.8125rem;font-weight:600;color:var(--theme-color-std-text);margin-bottom:.5rem;margin-top:.5rem}._LinkedOrders_1e9mb_733{display:flex;flex-direction:column;gap:.375rem}._LinkedOrderRow_1e9mb_747{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;background-color:var(--theme-color-component--1);font-size:.8125rem}._LinkedOrderInfo_1e9mb_759{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0}._LinkedOrderName_1e9mb_767{font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._LinkedOrderPhase_1e9mb_775{font-size:.75rem;color:var(--theme-color-primary);background-color:#007aff14;padding:.125rem .5rem;border-radius:999px;white-space:nowrap}._EmptyOrders_1e9mb_785{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem 1rem;color:var(--theme-color-soft-text);font-size:.8125rem}._EmptyOrders_1e9mb_785 ix-icon{opacity:.3}._SectionTitle_1e9mb_801{font-size:.875rem;font-weight:600;color:var(--theme-color-std-text);margin-bottom:1rem}._StepIntro_1e9mb_810{font-size:.8125rem;color:var(--theme-color-soft-text);line-height:1.5;margin:0 0 1.25rem}._ProjstrPhaseGroup_1e9mb_817{border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;overflow:hidden;margin-bottom:.625rem}._ProjstrPhaseHeader_1e9mb_824{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background-color:var(--theme-color-component-2);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s ease}._ProjstrPhaseHeader_1e9mb_824:hover{background-color:var(--theme-color-component-3)}._ProjstrPhaseHeaderOpen_1e9mb_839{border-bottom:1px solid var(--theme-color-std-bdr-1)}._ProjstrPhaseColor_1e9mb_843{width:3px;height:12px;border-radius:2px;background-color:var(--theme-color-primary);flex-shrink:0}._ProjstrPhaseName_1e9mb_851{font-size:.8125rem;font-weight:600;color:var(--theme-color-std-text);flex:1}._ProjstrPhaseCount_1e9mb_858{font-size:.6875rem;color:var(--theme-color-soft-text);font-weight:400}._ProjstrPhaseDates_1e9mb_864{display:inline-flex;align-items:center;gap:.3125rem;font-size:.6875rem;color:var(--theme-color-soft-text);white-space:nowrap;flex-shrink:0}._ProjstrPhaseDates_1e9mb_864 ix-icon{flex-shrink:0}._ProjstrPhaseBuffer_1e9mb_878{font-size:.625rem;color:var(--theme-color-soft-text);opacity:.7;margin-left:.125rem}._ProjstrChevron_1e9mb_885{display:flex;align-items:center;color:var(--theme-color-soft-text);flex-shrink:0;transition:transform .2s ease;transform:rotate(0)}._ProjstrChevronOpen_1e9mb_894{transform:rotate(90deg)}._ProjstrSubsection_1e9mb_898{padding:.625rem .875rem;border-bottom:1px solid var(--theme-color-std-bdr-1)}._ProjstrSubsection_1e9mb_898:last-child{border-bottom:none}._ProjstrSubsectionHeader_1e9mb_907{display:flex;align-items:center;gap:.375rem;margin-bottom:.5rem}._ProjstrSubsectionHeader_1e9mb_907 ix-icon{color:var(--theme-color-soft-text);flex-shrink:0}._ProjstrSubLabel_1e9mb_919{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-color-soft-text)}._ProjstrItem_1e9mb_927{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.375rem .625rem;border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;background-color:var(--theme-color-component--1);margin-bottom:.375rem;font-size:.8125rem}._ProjstrItemInfo_1e9mb_940{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}._ProjstrItemTitle_1e9mb_948{font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ProjstrItemMeta_1e9mb_956{font-size:.6875rem;color:var(--theme-color-soft-text)}._ProjstrItemCard_1e9mb_962{border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;background-color:var(--theme-color-component--1);margin-bottom:.375rem;overflow:hidden}._ProjstrItemHeader_1e9mb_970{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem .375rem .625rem;min-width:0}._ProjstrItemTypeIcon_1e9mb_978{display:flex;align-items:center;flex-shrink:0;color:var(--theme-color-soft-text)}._ProjstrItemTitle_1e9mb_948{font-size:.8125rem;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}._ProjstrItemTypeBadge_1e9mb_996{font-size:.6875rem;font-weight:500;color:var(--theme-color-primary);background-color:#007aff14;padding:.125rem .5rem;border-radius:999px;white-space:nowrap;flex-shrink:0}._ProjstrItemBody_1e9mb_1007{display:flex;align-items:center;gap:1rem;padding:0 .625rem .375rem}._ProjstrItemDates_1e9mb_1014{display:flex;align-items:center;gap:.3125rem;font-size:.8125rem;font-weight:600;color:var(--theme-color-std-text)}._ProjstrItemDates_1e9mb_1014 ix-icon{color:var(--theme-color-soft-text);flex-shrink:0}._ProjstrItemDateArrow_1e9mb_1028{color:var(--theme-color-soft-text);font-weight:400;margin:0 .125rem}._ProjstrItemResponsible_1e9mb_1034{display:flex;align-items:center;gap:.3125rem;font-size:.75rem;color:var(--theme-color-soft-text)}._ProjstrItemResponsible_1e9mb_1034 ix-icon{flex-shrink:0}._ProjstrAddBtn_1e9mb_1046{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--theme-color-primary);background:none;border:none;padding:.25rem .5rem;cursor:pointer;border-radius:4px;font-family:inherit;transition:background-color .15s ease;margin-top:.125rem}._ProjstrAddBtn_1e9mb_1046:hover{background-color:#007aff14}._ProjstrForm_1e9mb_1066{border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;padding:.875rem;background-color:var(--theme-color-2);margin-top:.5rem;display:flex;flex-direction:column;gap:.625rem;animation:_expandIn_1e9mb_1 .2s ease}._ProjstrFormField_1e9mb_1079{display:flex;flex-direction:column;gap:.25rem;width:100%}._ProjstrFormRow_1e9mb_1087{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}._ProjstrFieldLabel_1e9mb_1093{font-size:var(--theme-ms-0, .875rem);font-weight:var(--theme-font-weight-normal, 400);line-height:var(--theme-line-height-sm, 1.25);color:var(--theme-color-soft-text);display:block}._ProjstrFormActions_1e9mb_1101{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.25rem}[data-ix-color-schema=dark] ._Modal_1e9mb_14{box-shadow:0 24px 80px #000000b3}[data-ix-color-schema=dark] ._OrdersIntro_1e9mb_648{background-color:#007aff14;border-color:#007aff33}[data-ix-color-schema=dark] ._TimelineOverflow_1e9mb_593{background-color:#ff50501f;color:#ff5050;border-color:#ff50504d}@media only screen and (max-width:48em){._Modal_1e9mb_14{width:100%;max-width:100%;max-height:100%;border-radius:0;height:100%}._FormGrid_1e9mb_188{grid-template-columns:1fr}._PhaseFields_1e9mb_287{flex-wrap:wrap}._Stepper_1e9mb_54{gap:0;padding:.75rem .75rem 1rem}._StepLabel_1e9mb_113,._StepLabelActive_1e9mb_122,._StepLabelDone_1e9mb_128{display:none}._StepConnector_1e9mb_133,._StepConnectorDone_1e9mb_151{margin-top:16px}._Stepper_1e9mb_54{padding:.5rem 1rem 1rem}}._trigger_emiv3_2{position:relative;display:flex;align-items:center;width:100%;min-height:2rem;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-inset-shadow-1);padding:0 0 0 .5rem;cursor:pointer;font-family:Siemens Sans,sans-serif;font-size:var(--theme-ms-0, .875rem);font-weight:var(--theme-font-weight-normal, 400);line-height:1.429em;color:var(--theme-color-std-text);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased;transition:border-color .15s ease,background-color .15s ease;text-align:left;gap:.25rem;overflow:hidden}._trigger_emiv3_2:hover{background-color:var(--theme-input--background--hover);border-color:var(--theme-input--border-color--hover)}._trigger_emiv3_2:focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus);background-color:var(--theme-input--background--focus)}._triggerLabel_emiv3_39{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-std-text);font-size:var(--theme-ms-0, .875rem)}._triggerIcon_emiv3_48{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;color:var(--theme-input-select-icon--color, var(--theme-color-soft-text))}._dropdown_emiv3_59{position:fixed;background-color:var(--theme-color-2);border-radius:var(--theme-default-border-radius, 4px);box-shadow:var(--theme-shadow-4);padding:.25rem 0;z-index:999999;overflow:hidden;min-width:160px}._option_emiv3_71{display:flex;align-items:center;width:100%;height:2.5rem;padding:0 1rem;background:none;border:none;cursor:pointer;font-family:Siemens Sans,sans-serif;font-size:var(--theme-ms-0, .875rem);font-weight:var(--theme-font-weight-normal, 400);color:var(--theme-color-std-text);text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;gap:.5rem;-webkit-font-smoothing:antialiased;transition:background-color .1s ease}._option_emiv3_71:hover{background-color:var(--theme-ghost--background--hover)}._option_emiv3_71:active{background-color:var(--theme-ghost--background--active)}._optionSelected_emiv3_101{background-color:var(--theme-select-list-item--background--selected);color:var(--theme-color-primary)}._optionSub_emiv3_106{justify-content:space-between}._optionBack_emiv3_110{color:var(--theme-color-soft-text);gap:.375rem}._arrow_emiv3_115{font-size:1.125rem;line-height:1;color:var(--theme-color-soft-text);flex-shrink:0}._separator_emiv3_122{height:1px;background-color:var(--theme-color-std-bdr-1);margin:.125rem 0}._PhaseRow_4lf9n_3{display:flex;flex-direction:column;padding:.625rem .5rem;border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;background-color:var(--theme-color-component--1);margin-bottom:.5rem;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease,background-color .15s ease;position:relative}._PhaseRow_4lf9n_3:hover{border-color:var(--theme-color-soft-text)}._PhaseRowExpanded_4lf9n_19{background-color:var(--theme-color-component-2)}._PhaseRowInline_4lf9n_23{display:flex;align-items:center;gap:.75rem;width:100%}._PhaseRowOverlay_4lf9n_30{display:flex;align-items:center;gap:.75rem;padding:.625rem .5rem;border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;background-color:var(--theme-color-2);margin-bottom:.5rem;box-shadow:0 12px 32px #0006;cursor:grabbing}._PhaseRowExisting_4lf9n_44,._PhaseRowNew_4lf9n_48{border-left-color:transparent}._PhaseExistingBadge_4lf9n_52,._PhaseNewBadge_4lf9n_53{font-size:.625rem;font-weight:700;letter-spacing:.02em;padding:.0625rem .375rem;border-radius:4px;line-height:1.3;text-transform:uppercase;display:inline-block;align-self:flex-start;margin-bottom:.125rem;margin-left:2.25rem;width:fit-content}._PhaseExistingBadge_4lf9n_52{background-color:var(--theme-color-primary);color:var(--theme-color-primary--contrast)}._PhaseExistingBadge_4lf9n_52[data-status=completed]{background-color:var(--theme-color-success);color:var(--theme-color-success--contrast)}._PhaseExistingBadge_4lf9n_52[data-status=in-progress]{background-color:var(--theme-color-primary);color:var(--theme-color-primary--contrast)}._PhaseExistingBadge_4lf9n_52[data-status=delayed],._PhaseExistingBadge_4lf9n_52[data-status=critical]{background-color:var(--theme-color-alarm);color:var(--theme-color-alarm--contrast)}._PhaseNewBadge_4lf9n_53{background-color:var(--theme-color-success);color:var(--theme-color-success--contrast)}._DragHandle_4lf9n_95{cursor:grab;color:var(--theme-color-soft-text);display:flex;align-items:center;flex-shrink:0;padding:.25rem;opacity:.5;transition:opacity .15s ease}._DragHandle_4lf9n_95:hover{opacity:1}._DragHandle_4lf9n_95:active{cursor:grabbing}._PhaseFields_4lf9n_110{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}._PhaseInputName_4lf9n_118{flex:1.5;min-width:0}._PhaseInputLocked_4lf9n_123{opacity:.45;pointer-events:none}._PhaseCheckboxCol_4lf9n_128{flex-shrink:0;width:32px;display:flex;align-items:center;justify-content:center}._PhaseInputNumber_4lf9n_136{flex:1;min-width:60px;max-width:90px}._PhaseDeleteIcon_4lf9n_142{flex-shrink:0;cursor:pointer;color:var(--theme-color-soft-text);opacity:.5;display:flex;align-items:center;transition:opacity .15s ease,color .15s ease}._PhaseDeleteIcon_4lf9n_142:hover{opacity:1;color:#ff3b30}._PhaseExpandIcon_4lf9n_157{flex-shrink:0;cursor:pointer;color:var(--theme-color-soft-text);opacity:.5;display:flex;align-items:center;transition:opacity .15s ease,color .15s ease,transform .2s ease}._PhaseExpandIcon_4lf9n_157:hover{opacity:1;color:var(--theme-color-primary)}._PhaseExpandedSection_4lf9n_173{display:flex;flex-direction:column;gap:.75rem;padding:.75rem .5rem .25rem 2.25rem;border-top:1px solid var(--theme-color-std-bdr-1);margin-top:.625rem;animation:_expandIn_4lf9n_1 .2s ease}@keyframes _expandIn_4lf9n_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._PhaseExpandedRow_4lf9n_188{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}._PhaseExpandedField_4lf9n_194{min-width:0}._PhaseExpandedField_4lf9n_194 ix-input{display:block;width:100%}._PhaseExpandedFieldFull_4lf9n_201{min-width:0;width:100%}._PhaseDateCalculated_4lf9n_207{display:flex;flex-direction:column;gap:.125rem;padding:.5rem .625rem;border-radius:6px;background-color:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1)}._PhaseDateHeader_4lf9n_217{display:flex;align-items:center;justify-content:space-between}._PhaseDateLabel_4lf9n_223{font-size:.6875rem;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.03em}._PhaseDateValue_4lf9n_231{font-size:.9375rem;font-weight:700;color:var(--theme-color-std-text);line-height:1.3}._PhaseDateHint_4lf9n_238{font-size:.6875rem;color:var(--theme-color-soft-text);line-height:1.35}._PhaseDateEditIcon_4lf9n_244{cursor:pointer;color:var(--theme-color-soft-text);opacity:.5;transition:opacity .15s ease,color .15s ease;flex-shrink:0}._PhaseDateEditIcon_4lf9n_244:hover{opacity:1;color:var(--theme-color-primary)}._PhaseTimingLockedHint_4lf9n_258{font-size:.75rem;color:var(--theme-color-primary);background-color:#007aff12;border:1px solid rgba(0,122,255,.18);border-radius:4px;padding:.25rem .625rem}._PhaseDateLocked_4lf9n_267{opacity:.55;pointer-events:none}._PhaseNoteLabel_4lf9n_273{font-size:var(--theme-ms-0, .875rem);font-weight:var(--theme-font-weight-normal, 400);color:var(--theme-color-soft-text);margin-bottom:.25rem;display:block}._DepContainer_4lf9n_282{position:relative}._DepTrigger_4lf9n_286{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.4375rem .625rem;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;background-color:var(--theme-color-2);color:var(--theme-color-std-text);font-size:var(--theme-ms-0, .875rem);line-height:var(--theme-line-height-sm, 1.25);cursor:pointer;font-family:inherit;gap:.5rem;text-align:left;transition:border-color .15s ease;min-height:2rem}._DepTrigger_4lf9n_286:hover{border-color:var(--theme-color-soft-text)}._DepTriggerLabel_4lf9n_310{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._DepDropdown_4lf9n_317{position:fixed;background-color:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;box-shadow:0 8px 24px #00000040;z-index:999999;overflow:hidden;min-width:180px}._DepOption_4lf9n_328{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.4375rem .75rem;background:none;border:none;cursor:pointer;font-size:var(--theme-ms-0, .875rem);color:var(--theme-color-std-text);font-family:inherit;text-align:left;transition:background-color .1s ease;gap:.5rem;white-space:nowrap}._DepOption_4lf9n_328:hover{background-color:var(--theme-color-component-2)}._DepOptionActive_4lf9n_350{color:var(--theme-color-primary)}._DepOptionBack_4lf9n_354{color:var(--theme-color-soft-text);font-size:.8125rem}._DepArrow_4lf9n_359{font-size:1.125rem;line-height:1;color:var(--theme-color-soft-text);flex-shrink:0}._DepSeparator_4lf9n_366{height:1px;background-color:var(--theme-color-std-bdr-1);margin:.125rem 0}@media only screen and (max-width:48em){._PhaseFields_4lf9n_110{flex-wrap:wrap}}._Toggle_anxzf_1{display:flex;align-items:center;width:100%}._Overlay_tups9_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#0009}._Modal_tups9_12{width:min(920px,96vw);max-height:90vh;display:flex;flex-direction:column;background-color:var(--theme-color-1);border-radius:8px;box-shadow:0 24px 80px #00000080}._Header_tups9_22,._Footer_tups9_23{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}._Header_tups9_22{padding:1.25rem 1.5rem .75rem}._HeaderTitle_tups9_34{margin:0;color:var(--theme-color-std-text);font-size:1.125rem;font-weight:700}._Stepper_tups9_41{display:flex;align-items:flex-start;justify-content:center;gap:0;padding:.5rem 2rem 1rem;border-bottom:1px solid var(--theme-color-std-bdr-1)}._StepItem_tups9_50{display:flex;min-width:128px;flex-direction:column;align-items:center;gap:.375rem;padding:0;color:var(--theme-color-soft-text);background:transparent;border:0;cursor:default;font:inherit;-webkit-user-select:none;user-select:none}._StepItemClickable_tups9_65{cursor:pointer}._StepCircle_tups9_69,._StepCircleActive_tups9_70,._StepCircleDone_tups9_71{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid var(--theme-color-soft-text);border-radius:50%;font-size:.8125rem;font-weight:700}._StepCircleActive_tups9_70{color:#fff;background-color:var(--theme-color-primary);border-color:var(--theme-color-primary)}._StepCircleDone_tups9_71{color:#30d158;background-color:#30d15826;border-color:#30d158}._StepLabel_tups9_96,._StepLabelActive_tups9_97,._StepLabelDone_tups9_98{font-size:.75rem;font-weight:500;text-align:center;white-space:nowrap}._StepLabelActive_tups9_97{color:var(--theme-color-std-text);font-weight:600}._StepLabelDone_tups9_98{color:#30d158}._StepConnector_tups9_114,._StepConnectorActive_tups9_115,._StepConnectorDone_tups9_116{height:2px;flex:1;flex-shrink:0;align-self:flex-start;margin-top:15px;background-color:var(--theme-color-soft-text);opacity:.4}._StepConnectorActive_tups9_115{background-color:var(--theme-color-std-text);opacity:1}._StepConnectorDone_tups9_116{background-color:#30d158;opacity:1}._Body_tups9_136{flex:1;min-height:0;padding:1.25rem 1.5rem;overflow-y:auto}._Footer_tups9_23{padding:1rem 1.5rem;border-top:1px solid var(--theme-color-std-bdr-1)}._FooterLeft_tups9_148,._FooterRight_tups9_149{display:flex;align-items:center;gap:.5rem}._FormStack_tups9_155{display:flex;flex-direction:column;gap:1rem}._FormGrid_tups9_161,._ReviewGrid_tups9_162{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._FormGridFull_tups9_168{grid-column:1 / -1}._FormGroup_tups9_172{display:flex;min-width:0;flex-direction:column;gap:.35rem}._FormLabel_tups9_179{color:var(--theme-color-soft-text);font-size:.875rem}._FieldHint_tups9_184,._HintText_tups9_185{color:var(--theme-color-soft-text);font-size:.8125rem;line-height:1.35}._Textarea_tups9_191{display:block;width:100%}._HiddenInput_tups9_196{display:none}._DropZone_tups9_200{min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;padding:1rem;color:var(--theme-color-std-text);background-color:var(--theme-color-2);border:1px dashed var(--theme-color-std-bdr-1);border-radius:8px;cursor:pointer;text-align:center}._DropZone_tups9_200:hover,._DropZone_tups9_200:focus{border-color:var(--theme-color-primary);outline:none}._DropZone_tups9_200 span{max-width:560px;color:var(--theme-color-soft-text);font-size:.875rem;line-height:1.4}._FileList_tups9_229{display:flex;flex-direction:column;gap:.5rem}._FileItem_tups9_235{display:grid;grid-template-columns:20px minmax(0,1fr) auto auto;align-items:center;gap:.625rem;padding:.625rem .75rem;background-color:var(--theme-table--background);border:1px solid var(--theme-color-std-bdr-1);border-radius:6px}._FileName_tups9_246{overflow:hidden;color:var(--theme-color-std-text);text-overflow:ellipsis;white-space:nowrap}._FileMeta_tups9_253{color:var(--theme-color-soft-text);font-size:.8125rem}._AddMoreButton_tups9_258{display:inline-flex;align-items:center;align-self:flex-start;gap:.375rem;padding:0;color:var(--theme-color-primary);background:transparent;border:0;cursor:pointer;font:inherit;font-size:.875rem}._OptionGroup_tups9_272,._SummarySection_tups9_273{min-width:0;overflow:hidden;background-color:var(--theme-table--background);border:1px solid var(--theme-color-std-bdr-1);border-radius:6px}._OptionGroup_tups9_272 h3,._SummarySection_tups9_273 h3{margin:0;padding:.75rem .875rem;color:var(--theme-color-std-text);border-bottom:1px solid var(--theme-table-data-row--border-color);font-size:.875rem}._DetailChoices_tups9_290{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;padding:.875rem}._DetailChoice_tups9_290,._DetailChoiceSelected_tups9_298{display:grid;grid-template-columns:28px minmax(0,1fr);gap:.625rem;padding:.75rem;color:var(--theme-color-std-text);background-color:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;cursor:pointer}._DetailChoiceSelected_tups9_298{border-color:var(--theme-color-primary);box-shadow:inset 0 0 0 1px var(--theme-color-primary)}._DetailChoice_tups9_290 span,._DetailChoiceSelected_tups9_298 span,._OptionRowText_tups9_317{min-width:0;display:flex;flex-direction:column;gap:.2rem}._DetailChoice_tups9_290 strong,._DetailChoiceSelected_tups9_298 strong,._OptionRowText_tups9_317 strong{color:var(--theme-color-std-text);font-size:.875rem}._DetailChoice_tups9_290 span,._DetailChoiceSelected_tups9_298 span,._OptionRowText_tups9_317 span{color:var(--theme-color-soft-text);font-size:.8125rem;line-height:1.35}._OptionRows_tups9_339{display:flex;flex-direction:column}._OptionRow_tups9_317{display:grid;grid-template-columns:28px minmax(0,1fr);gap:.625rem;padding:.75rem .875rem;border-bottom:1px solid var(--theme-table-data-row--border-color);cursor:pointer}._OptionRow_tups9_317:last-child{border-bottom:0}._OptionRow_tups9_317:hover{background-color:var(--theme-table-data-row-alt--background--hover)}._SummarySection_tups9_273 ul{display:flex;flex-direction:column;gap:.45rem;margin:0;padding:.875rem 1rem 1rem 1.25rem;color:var(--theme-color-std-text);font-size:.875rem;line-height:1.4}._ErrorText_tups9_372{padding:.75rem;color:var(--theme-color-alarm);background-color:#ff3b3014;border:1px solid rgba(255,59,48,.25);border-radius:8px;font-size:.875rem}@media(max-width:760px){._Stepper_tups9_41,._FormGrid_tups9_161,._ReviewGrid_tups9_162,._DetailChoices_tups9_290{grid-template-columns:1fr}._Stepper_tups9_41{display:grid}._Footer_tups9_23{align-items:stretch;flex-direction:column;gap:.75rem}._FooterRight_tups9_149{justify-content:flex-end}}._Overlay_dgh5i_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#0009}._Modal_dgh5i_12{width:min(900px,96vw);max-height:90vh;display:flex;flex-direction:column;background-color:var(--theme-color-1);border-radius:8px;box-shadow:0 24px 80px #00000080}._Header_dgh5i_22,._Footer_dgh5i_23{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}._Header_dgh5i_22{padding:1.25rem 1.5rem .75rem}._HeaderTitle_dgh5i_34{margin:0;color:var(--theme-color-std-text);font-size:1.125rem;font-weight:700}._Stepper_dgh5i_41{display:flex;align-items:flex-start;justify-content:center;gap:0;padding:.5rem 2rem 1rem;border-bottom:1px solid var(--theme-color-std-bdr-1)}._StepItem_dgh5i_50{display:flex;min-width:80px;flex-direction:column;align-items:center;gap:.375rem;padding:0;color:var(--theme-color-soft-text);background:transparent;border:0;cursor:default;font:inherit;-webkit-user-select:none;user-select:none}._StepItem_dgh5i_50:disabled{color:var(--theme-color-soft-text)}._StepItemClickable_dgh5i_69{cursor:pointer}._StepItemClickable_dgh5i_69:hover ._StepCircleDone_dgh5i_73{background-color:#30d1584d;border-color:#2bc050}._StepCircle_dgh5i_73,._StepCircleActive_dgh5i_79,._StepCircleDone_dgh5i_73{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid var(--theme-color-soft-text);border-radius:50%;font-size:.8125rem;font-weight:700;transition:all .25s ease}._StepCircleActive_dgh5i_79{color:#fff;background-color:var(--theme-color-primary);border-color:var(--theme-color-primary)}._StepCircleDone_dgh5i_73{color:#30d158;background-color:#30d15826;border-color:#30d158}._StepLabel_dgh5i_106,._StepLabelActive_dgh5i_107,._StepLabelDone_dgh5i_108{font-size:.75rem;font-weight:500;text-align:center;white-space:nowrap;transition:color .2s ease}._StepLabelActive_dgh5i_107{color:var(--theme-color-std-text);font-weight:600}._StepLabelDone_dgh5i_108{color:#30d158}._StepConnector_dgh5i_125,._StepConnectorActive_dgh5i_126,._StepConnectorDone_dgh5i_127{height:2px;flex:1;flex-shrink:0;align-self:flex-start;margin-top:15px;background-color:var(--theme-color-soft-text);opacity:.4;transition:background-color .25s ease,opacity .25s ease}._StepConnectorActive_dgh5i_126{background-color:var(--theme-color-std-text);opacity:1}._StepConnectorDone_dgh5i_127{background-color:#30d158;opacity:1}._Body_dgh5i_148{flex:1;min-height:0;padding:1.25rem 1.5rem;overflow-y:auto}._Footer_dgh5i_23{padding:1rem 1.5rem;border-top:1px solid var(--theme-color-std-bdr-1)}._FooterLeft_dgh5i_160,._FooterRight_dgh5i_161{display:flex;align-items:center;gap:.5rem}._FormGrid_dgh5i_167{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._FormGridFull_dgh5i_173{grid-column:1 / -1}._FormGroup_dgh5i_177{display:flex;flex-direction:column;gap:.35rem}._FormLabel_dgh5i_183{color:var(--theme-color-soft-text);font-size:.875rem}._RiskField_dgh5i_188{margin-top:-.125rem}._RiskField_dgh5i_188 ._FormLabel_dgh5i_183{margin:.5rem 0 0}._RadioGroup_dgh5i_196{display:flex;flex-wrap:wrap;gap:1rem;padding-top:.25rem}._TemplateFilterBar_dgh5i_203{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,240px);gap:.75rem;margin-bottom:.875rem}._TemplateSearch_dgh5i_210,._TemplateCategorySelect_dgh5i_211{min-width:0}._TemplateGrid_dgh5i_215{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.625rem}._TemplateCardSlot_dgh5i_221{position:relative;min-width:0}._TemplateCardSlot_dgh5i_221 ix-tooltip{position:absolute;width:0;height:0;overflow:hidden}._TemplateCard_dgh5i_221,._TemplateCardSelected_dgh5i_234{display:flex;width:100%;height:100%;min-height:108px;flex-direction:column;gap:.45rem;padding:.875rem .95rem;text-align:left;color:var(--theme-color-std-text);background-color:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;cursor:pointer}._TemplateCard_dgh5i_221:hover,._TemplateCardSelected_dgh5i_234{border-color:var(--theme-color-primary)}._TemplateCardSelected_dgh5i_234{box-shadow:inset 0 0 0 1px var(--theme-color-primary)}._TemplateCardHeader_dgh5i_259{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:.5rem}._TemplateTitle_dgh5i_267{min-width:0;overflow:hidden;display:-webkit-box;font-size:1rem;font-weight:700;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}._TemplateCategory_dgh5i_211{max-width:44%;overflow:hidden;flex-shrink:0;padding:.125rem .45rem;color:var(--theme-color-soft-text);background-color:var(--theme-color-ghost-alt);border-radius:999px;font-size:.6875rem;font-weight:600;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}._TemplateMeta_dgh5i_293{color:var(--theme-color-soft-text);font-size:.8125rem}._TemplateDescription_dgh5i_298{overflow:hidden;display:-webkit-box;color:var(--theme-color-std-text);font-size:.8125rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}._OptionGrid_dgh5i_308,._OptionGroups_dgh5i_309{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem 1rem}._OptionsStep_dgh5i_315{display:flex;flex-direction:column;gap:1rem}._OptionsIntro_dgh5i_321{margin:0;color:var(--theme-color-soft-text);font-size:.875rem}._OptionGroup_dgh5i_309{min-width:0;border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;background-color:var(--theme-table--background);overflow:hidden}._OptionGroup_dgh5i_309 h3{margin:0;padding:.75rem .875rem;border-bottom:1px solid var(--theme-table-data-row--border-color);color:var(--theme-color-std-text);font-size:.875rem}._OptionRows_dgh5i_343{display:flex;flex-direction:column}._OptionRow_dgh5i_343,._OptionRowDisabled_dgh5i_349{display:grid;grid-template-columns:28px minmax(0,1fr);gap:.625rem;padding:.75rem .875rem;border-bottom:1px solid var(--theme-table-data-row--border-color);cursor:pointer}._OptionRow_dgh5i_343:last-child,._OptionRowDisabled_dgh5i_349:last-child{border-bottom:0}._OptionRow_dgh5i_343:hover{background-color:var(--theme-table-data-row-alt--background--hover)}._OptionRowDisabled_dgh5i_349{cursor:not-allowed;opacity:.55}._OptionRowText_dgh5i_372{min-width:0;display:flex;flex-direction:column;gap:.2rem}._OptionRowText_dgh5i_372 strong{color:var(--theme-color-std-text);font-size:.875rem}._OptionRowText_dgh5i_372 span{color:var(--theme-color-soft-text);font-size:.8125rem;line-height:1.35}._OptionSummary_dgh5i_390{padding:.75rem .875rem;color:var(--theme-color-std-text);background-color:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;font-size:.875rem}._PreviewPanel_dgh5i_399{display:flex;flex-direction:column;gap:1.25rem}._PreviewPanel_dgh5i_399 h3{margin:0;color:var(--theme-color-std-text);font-size:1.125rem}._PreviewStats_dgh5i_411{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}._PreviewStats_dgh5i_411 span,._DateRange_dgh5i_418{padding:.75rem;color:var(--theme-color-std-text);background-color:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px}._DateRange_dgh5i_418{display:flex;align-items:center;gap:.5rem}._EmptyState_dgh5i_432,._ErrorText_dgh5i_433{min-height:180px;display:flex;align-items:center;justify-content:center;gap:.75rem;color:var(--theme-color-soft-text)}._ErrorText_dgh5i_433{min-height:auto;justify-content:flex-start;padding:.75rem;color:var(--theme-color-alarm);background-color:#ff3b3014;border:1px solid rgba(255,59,48,.25);border-radius:8px}@media(max-width:720px){._Stepper_dgh5i_41,._FormGrid_dgh5i_167,._TemplateFilterBar_dgh5i_203,._OptionGroups_dgh5i_309,._OptionGrid_dgh5i_308{grid-template-columns:1fr}._Stepper_dgh5i_41{display:grid}._Footer_dgh5i_23{align-items:stretch;flex-direction:column;gap:.75rem}._FooterRight_dgh5i_161{justify-content:flex-end}}._Overlay_1mxyk_3{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:_fadeIn_1mxyk_1 .2s ease}._Modal_1mxyk_14{position:relative;background-color:var(--theme-color-1);border-radius:12px;width:720px;max-width:94vw;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 24px 80px #00000080;animation:_slideIn_1mxyk_1 .25s ease}@keyframes _fadeIn_1mxyk_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_1mxyk_1{0%{opacity:0;transform:translateY(-20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}._Header_1mxyk_38{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem .75rem;flex-shrink:0}._HeaderTitle_1mxyk_46{font-size:1.125rem;font-weight:700;color:var(--theme-color-std-text);margin:0}._Body_1mxyk_54{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;min-height:0;scrollbar-width:thin;scrollbar-color:var(--theme-color-std-bdr-1) transparent}._Footer_1mxyk_64{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid var(--theme-color-std-bdr-1);flex-shrink:0}._FooterRight_1mxyk_73{display:flex;gap:.5rem}._FooterLeft_1mxyk_78{display:flex;align-items:center;gap:.5rem;min-width:0}._FormGrid_1mxyk_86{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}._FormGridFull_1mxyk_93{grid-column:1 / -1}._FormGroup_1mxyk_97{display:flex;flex-direction:column;gap:.25rem}._FormLabel_1mxyk_103{font-size:var(--theme-ms-0, .875rem);font-weight:var(--theme-font-weight-normal, 400);line-height:var(--theme-line-height-sm, 1.25);letter-spacing:var(--theme-letter-spacing-xl, normal);color:var(--theme-color-soft-text);margin-top:.5rem;margin-bottom:.25rem}._CategoryField_1mxyk_113{position:relative}._CategorySuggestions_1mxyk_117{position:absolute;top:calc(100% + .25rem);left:0;right:0;z-index:2;display:flex;flex-direction:column;max-height:12rem;overflow-y:auto;padding:.25rem;border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;background-color:var(--theme-color-1);box-shadow:0 .75rem 2rem #0000003d}._CategorySuggestionItem_1mxyk_134{width:100%;border:0;border-radius:4px;background:transparent;color:var(--theme-color-std-text);cursor:pointer;font:inherit;font-size:.875rem;line-height:1.25;padding:.5rem .625rem;text-align:left}._CategorySuggestionItem_1mxyk_134:hover,._CategorySuggestionItem_1mxyk_134:focus-visible{background-color:var(--theme-color-component-1);outline:none}._TemplateOverlay_1mxyk_155{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0000007a;z-index:100001;display:flex;align-items:center;justify-content:center}._TemplateModal_1mxyk_165{position:relative;background-color:var(--theme-color-1);border-radius:12px;width:760px;max-width:94vw;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 24px 80px #0000008c}._TemplateQuestion_1mxyk_177{margin-top:1.25rem;margin-bottom:.75rem;font-size:.875rem;font-weight:600;color:var(--theme-color-std-text)}._TemplateCheckboxGrid_1mxyk_185{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem 1rem}._TemplateError_1mxyk_191{margin-top:1rem;color:var(--theme-color-alarm);font-size:.8125rem}._SectionTitle_1mxyk_198{font-size:.875rem;font-weight:600;color:var(--theme-color-std-text);margin-bottom:1rem}[data-ix-color-schema=dark] ._Modal_1mxyk_14{box-shadow:0 24px 80px #000000b3}@media(max-width:720px){._Footer_1mxyk_64{align-items:stretch;flex-direction:column;gap:.75rem}._FooterRight_1mxyk_73,._FooterLeft_1mxyk_78{justify-content:flex-end}._TemplateCheckboxGrid_1mxyk_185,._FormGrid_1mxyk_86{grid-template-columns:1fr}}._Overlay_17d7v_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;align-items:center;justify-content:center;background-color:#0009}._ModalWide_17d7v_11{width:min(1180px,96vw);max-height:90vh;display:flex;flex-direction:column;background-color:var(--theme-color-1);border-radius:8px;box-shadow:0 24px 80px #00000080}._Header_17d7v_21,._Footer_17d7v_22{display:flex;align-items:center;flex-shrink:0}._Header_17d7v_21{justify-content:space-between;padding:1.25rem 1.5rem .75rem;border-bottom:1px solid var(--theme-color-std-bdr-1)}._HeaderTitle_17d7v_34{margin:0;color:var(--theme-color-std-text);font-size:1.125rem;font-weight:700}._TabBar_17d7v_41{display:flex;padding:0 1.5rem;border-bottom:1px solid var(--theme-color-std-bdr-1)}._TabBar_17d7v_41 ix-tabs{width:100%}._TabActive_17d7v_51{padding:.625rem 1rem;color:var(--theme-color-primary);border-bottom:2px solid var(--theme-color-primary);font-size:.8125rem;font-weight:600}._SettingsBody_17d7v_59{flex:1;min-height:0;display:flex;flex-direction:column;gap:1rem;padding:1rem 1.25rem;overflow:hidden}._TemplateIntro_17d7v_69{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}._TemplateIntroTitle_17d7v_76{margin:0 0 .35rem;color:var(--theme-color-std-text);font-size:1rem;font-weight:700}._TemplateIntroText_17d7v_83{max-width:760px;margin:0;color:var(--theme-color-soft-text);font-size:.875rem;line-height:1.45}._TemplateIntroActions_17d7v_91{display:flex;flex-shrink:0;gap:.5rem}._TemplateFilterBar_17d7v_97{display:grid;grid-template-columns:minmax(220px,360px) minmax(180px,240px) 1fr;gap:.75rem;align-items:center}._TemplateSearch_17d7v_104,._TemplateFilterSelect_17d7v_105{min-width:0}._TemplateGridPanel_17d7v_109{position:relative;flex:1 1 0;height:auto;min-height:320px;overflow:hidden;border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;background-color:var(--theme-color-1)}._TemplateGridPanel_17d7v_109:after{content:"";position:absolute;top:0;right:var(--template-grid-action-divider-offset, 96px);bottom:0;z-index:20;width:1px;background-color:var(--theme-color-component-1);pointer-events:none}._AreaGridPanel_17d7v_132{--template-grid-action-divider-offset: 112px}._GridHost_17d7v_136,._GridHostPending_17d7v_137{width:100%;height:100%;min-height:0}._GridHostPending_17d7v_137{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}._GridHost_17d7v_136 .ag-root,._GridHostPending_17d7v_137 .ag-root,._GridHost_17d7v_136 .ag-root-wrapper-body,._GridHostPending_17d7v_137 .ag-root-wrapper-body,._GridHost_17d7v_136 .ag-layout-normal,._GridHostPending_17d7v_137 .ag-layout-normal{height:100%}._TemplateGridPanel_17d7v_109 .ag-root-wrapper{height:100%;border-radius:8px}._TemplateGridPanel_17d7v_109 .ag-root,._TemplateGridPanel_17d7v_109 .ag-body,._TemplateGridPanel_17d7v_109 .ag-body-viewport,._TemplateGridPanel_17d7v_109 .ag-center-cols-viewport,._TemplateGridPanel_17d7v_109 .ag-center-cols-container{min-height:100%}._StatusFilterChips_17d7v_175{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;min-width:0}._GridState_17d7v_183,._GridError_17d7v_184{height:100%;min-height:320px;display:flex;align-items:center;justify-content:center;gap:.75rem;color:var(--theme-color-soft-text)}._GridError_17d7v_184{color:var(--theme-color-alarm)}._FallbackTableWrap_17d7v_198{height:100%;overflow:auto}._FallbackTable_17d7v_198{width:100%;border-collapse:collapse;color:var(--theme-color-std-text);font-size:.8125rem}._FallbackTable_17d7v_198 th,._FallbackTable_17d7v_198 td{height:40px;padding:0 .75rem;border-bottom:1px solid var(--theme-color-std-bdr-1);text-align:left;white-space:nowrap}._FallbackTable_17d7v_198 th{color:var(--theme-color-soft-text);background-color:var(--theme-color-2);font-weight:700}._FallbackTable_17d7v_198 th:nth-child(n+3):nth-child(-n+7),._FallbackTable_17d7v_198 td:nth-child(n+3):nth-child(-n+7){text-align:center}._FallbackTable_17d7v_198 tbody:empty:after{content:"Keine Projektvorlagen gefunden.";display:block;padding:1rem;color:var(--theme-color-soft-text)}._AreaFallbackTable_17d7v_237 tbody:empty:after{content:"Keine Verantwortungsbereiche gefunden."}._FallbackRowClickable_17d7v_241,._TemplateGridClickableRow_17d7v_242{cursor:pointer}._FallbackRowClickable_17d7v_241:hover td{background-color:var(--theme-table-data-row-alt--background--hover)}._StatusActive_17d7v_250,._StatusInactive_17d7v_251{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:0;height:22px;padding:0 .55rem;border-radius:999px;font-size:.75rem;font-weight:600;line-height:1}._StatusActive_17d7v_250{color:#30d158;background-color:#30d1581f}._StatusInactive_17d7v_251{color:var(--theme-color-soft-text);background-color:var(--theme-color-component-2)}._AreaColorCell_17d7v_275{display:inline-flex;align-items:center;gap:.5rem;min-width:0}._AreaColorSwatch_17d7v_282{width:1rem;height:1rem;flex-shrink:0;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px}._GridActions_17d7v_290{height:100%;display:flex;align-items:center;justify-content:center;gap:.125rem}._GridActionsCell_17d7v_298{cursor:default}._GridActionButton_17d7v_302{--ix-icon-button-border-color: transparent}._GridNumericCell_17d7v_306{justify-content:center;text-align:center}._GridNumericHeader_17d7v_311 .ag-header-cell-label{justify-content:center}._ActionMenu_17d7v_315{position:fixed;z-index:100003;width:164px;display:flex;flex-direction:column;gap:.125rem;padding:.25rem;border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;background-color:var(--theme-color-1);box-shadow:0 1rem 2.75rem #0000006b}._ActionMenuItem_17d7v_329{display:flex;align-items:center;gap:.5rem;width:100%;min-height:2rem;padding:.375rem .5rem;border:0;border-radius:4px;background:transparent;color:var(--theme-color-std-text);cursor:pointer;font:inherit;font-size:.875rem;line-height:1.25;text-align:left}._ActionMenuItem_17d7v_329:hover,._ActionMenuItem_17d7v_329:focus-visible{background-color:var(--theme-color-component-1);outline:none}._ActionMenuItemDanger_17d7v_353{color:var(--theme-color-alarm)}._PickerOverlay_17d7v_357{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100002;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#00000073}._PickerDialog_17d7v_368{width:min(720px,94vw);max-height:min(720px,86vh);display:flex;flex-direction:column;gap:.875rem;padding:1rem;color:var(--theme-color-std-text);background-color:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;box-shadow:0 20px 64px #00000080}._PickerHeader_17d7v_382{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}._PickerHeader_17d7v_382 h3{margin:0 0 .25rem;font-size:1rem}._PickerHeader_17d7v_382 p{margin:0;color:var(--theme-color-soft-text);font-size:.875rem}._PickerSearch_17d7v_400{flex-shrink:0}._PickerList_17d7v_404{min-height:280px;overflow:auto;border-radius:6px;background-color:var(--theme-table--background)}._PickerState_17d7v_411,._PickerError_17d7v_412{min-height:280px;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;color:var(--theme-color-soft-text)}._PickerError_17d7v_412{min-height:0;color:var(--theme-color-alarm)}._PickerTable_17d7v_427{min-width:620px;margin-bottom:0}._PickerTable_17d7v_427 thead th{position:sticky;top:0;z-index:1;color:var(--theme-color-soft-text);font-size:.75rem;font-weight:700}._ProjectColumnMain_17d7v_441{width:44%}._ProjectColumnId_17d7v_445{width:20%}._ProjectColumnDate_17d7v_449{width:22%}._ProjectColumnCount_17d7v_453{width:14%}._ProjectColumnCount_17d7v_453,._ProjectOptionValue_17d7v_458:last-child{text-align:right}._ProjectOption_17d7v_458{cursor:pointer}._ProjectOption_17d7v_458 td{height:56px;vertical-align:middle}._ProjectOption_17d7v_458:last-child td{border-bottom-width:0}._ProjectOption_17d7v_458:hover td,._ProjectOption_17d7v_458:focus-visible td{background-color:var(--theme-table-data-row-alt--background--hover);outline:none}._ProjectOption_17d7v_458:focus-visible{outline:none}._ProjectOption_17d7v_458:focus-visible td:first-child{box-shadow:inset 2px 0 0 var(--theme-color-focus-bdr)}._ProjectOptionMain_17d7v_489{min-width:0}._ProjectOptionTitle_17d7v_493{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}._ProjectOptionMeta_17d7v_501{display:block;margin-top:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-soft-text);font-size:.8125rem}._ProjectOptionValue_17d7v_458{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-soft-text);font-size:.8125rem}._ProjectOptionValue_17d7v_458:last-child{text-align:right}._TemplateLoadingDialog_17d7v_524{width:min(420px,92vw);min-height:132px;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;color:var(--theme-color-std-text);background-color:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;box-shadow:0 20px 64px #00000080}._Footer_17d7v_22{justify-content:flex-end;padding:.75rem 1.5rem;border-top:1px solid var(--theme-color-std-bdr-1)}._PreviewOverlay_17d7v_545{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100001;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#00000073}._PreviewDialog_17d7v_556{width:min(860px,94vw);max-height:88vh;display:flex;flex-direction:column;color:var(--theme-color-std-text);background-color:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;box-shadow:0 20px 64px #00000080}._EditDialog_17d7v_568{width:min(760px,94vw);max-height:88vh;display:flex;flex-direction:column;color:var(--theme-color-std-text);background-color:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;box-shadow:0 20px 64px #00000080}._AreaEditDialog_17d7v_580{width:min(520px,94vw);max-height:88vh;display:flex;flex-direction:column;color:var(--theme-color-std-text);background-color:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;box-shadow:0 20px 64px #00000080}._AreaEditBody_17d7v_592{display:flex;flex-direction:column;gap:.875rem;min-height:0;overflow-y:auto;padding:1rem}._AreaColorPalette_17d7v_601{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.375rem}._AreaColorOption_17d7v_608,._AreaColorOptionSelected_17d7v_609{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;color:#fff;cursor:pointer}._AreaColorOptionSelected_17d7v_609{outline:2px solid var(--theme-color-focus-bdr, var(--theme-color-primary));outline-offset:2px}._PreviewHeader_17d7v_626{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1rem .75rem;border-bottom:1px solid var(--theme-color-std-bdr-1)}._PreviewHeader_17d7v_626 h3{margin:0;font-size:1.125rem}._PreviewTitleGroup_17d7v_640{min-width:0}._PreviewTitleRow_17d7v_644{min-width:0;display:flex;align-items:center;gap:.625rem}._PreviewCategory_17d7v_651,._PreviewStandardChip_17d7v_652{display:inline-flex;align-items:center;gap:.375rem;flex-shrink:0;min-height:1.5rem;padding:0 .5rem;border-radius:999px;color:var(--theme-color-soft-text);background-color:var(--theme-color-ghost-alt);font-size:.75rem;font-weight:600}._PreviewBody_17d7v_666{min-height:0;overflow-y:auto;padding:1rem}._PreviewStats_17d7v_672{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.625rem}._PreviewStats_17d7v_672 span{min-height:56px;display:flex;flex-direction:column;justify-content:center;gap:.125rem;padding:.625rem .75rem;background-color:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;color:var(--theme-color-soft-text);font-size:.8125rem}._PreviewStats_17d7v_672 strong{color:var(--theme-color-std-text);font-size:1.25rem;line-height:1.1}._PreviewDescription_17d7v_698{margin:.35rem 0 0;color:var(--theme-color-soft-text);font-size:.875rem;line-height:1.45}._PreviewState_17d7v_705,._PreviewError_17d7v_706,._PreviewEmpty_17d7v_707{display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:220px;padding:1rem;color:var(--theme-color-soft-text)}._PreviewError_17d7v_706{color:var(--theme-color-alarm)}._PreviewSection_17d7v_721{margin-top:1rem}._PreviewSection_17d7v_721 h4{margin:0 0 .625rem;color:var(--theme-color-std-text);font-size:.875rem;font-weight:700}._PreviewStructure_17d7v_732{overflow:hidden;border:1px solid var(--theme-table-data-row--border-color);border-radius:6px}._PreviewPhase_17d7v_738+._PreviewPhase_17d7v_738{border-top:1px solid var(--theme-table-data-row--border-color)}._PreviewPhaseButton_17d7v_742{width:100%;min-height:42px;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:.625rem;padding:.625rem .75rem;border:0;background-color:var(--theme-table-data-row-alt--background);color:var(--theme-color-std-text);cursor:pointer;font:inherit;text-align:left}._PreviewPhaseButton_17d7v_742:hover,._PreviewPhaseButton_17d7v_742:focus-visible{background-color:var(--theme-table-data-row-alt--background--hover);outline:none}._PreviewPhaseName_17d7v_764{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}._PreviewPhaseMeta_17d7v_771,._PreviewMetaLine_17d7v_772,._PreviewStructureItemMeta_17d7v_773{color:var(--theme-color-soft-text);font-size:.8125rem}._PreviewPhaseContent_17d7v_778{padding:.5rem .75rem .75rem 2.45rem;background-color:var(--theme-table--background)}._PreviewMetaLine_17d7v_772{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem}._PreviewStructureItem_17d7v_773{display:grid;grid-template-columns:20px minmax(0,1fr);gap:.5rem;padding:.5rem 0;border-top:1px solid var(--theme-table-data-row--border-color)}._PreviewStructureItem_17d7v_773:first-of-type{border-top:0}._PreviewStructureItemBody_17d7v_802,._PreviewStructureItemTitle_17d7v_803{min-width:0}._PreviewStructureItemTitle_17d7v_803{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}._PreviewStructureItemMeta_17d7v_773{display:block;margin-top:.125rem}._PreviewTodoList_17d7v_820{margin:.375rem 0 0;padding-left:1rem;color:var(--theme-color-soft-text);font-size:.8125rem}._PreviewStandards_17d7v_827{display:flex;flex-wrap:wrap;gap:.5rem}._PreviewStandards_17d7v_827 ._PreviewEmpty_17d7v_707{min-height:0;justify-content:flex-start;padding:0}._PreviewFooter_17d7v_839{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 1rem 1rem;border-top:1px solid var(--theme-color-std-bdr-1)}._EditGrid_17d7v_847{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;min-height:0;overflow-y:auto}._EditFull_17d7v_855{grid-column:1 / -1;min-width:0}._EditBody_17d7v_860{min-height:0;overflow-y:auto;padding:1rem}._EditMetadataGrid_17d7v_866,._TemplateEditFields_17d7v_867{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}._EditMetadataGrid_17d7v_866{max-width:100%;margin:0 auto}._EditMetadataGrid_17d7v_866 ix-input,._EditMetadataGrid_17d7v_866 ix-select,._EditMetadataGrid_17d7v_866 ix-textarea,._TemplateEditFields_17d7v_867 ix-input,._TemplateEditFields_17d7v_867 ix-number-input,._TemplateEditFields_17d7v_867 ix-textarea,._EditTextarea_17d7v_884{display:block;width:100%;min-width:0}._TemplateEditLayout_17d7v_890{max-width:100%;margin-top:1rem;margin-right:auto;margin-left:auto}._TemplateEditStructure_17d7v_897{background-color:transparent}._TemplateEditStructure_17d7v_897 h4,._TemplateEditSection_17d7v_902 h5{margin:0}._TemplateEditStructure_17d7v_897 h4{padding:0 0 .625rem;border-bottom:1px solid var(--theme-table-data-row--border-color);font-size:.875rem}._TemplateEditPhase_17d7v_912,._TemplateEditPhaseActive_17d7v_913{display:grid;grid-template-columns:minmax(0,1fr) auto 32px;align-items:center;gap:.5rem;padding:.625rem .75rem}._TemplateEditAccordionPhase_17d7v_921{border-bottom:1px solid var(--theme-table-data-row--border-color)}._TemplateEditPhaseActive_17d7v_913{margin-top:.625rem;border:1px solid var(--theme-color-std-bdr-1);border-radius:6px 6px 0 0;background-color:var(--theme-table-data-row-alt--background--selected)}._TemplateEditPhaseToggle_17d7v_932{min-width:0;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:.625rem;padding:0;border:0;background:transparent;color:var(--theme-color-std-text);cursor:pointer;font:inherit;text-align:left}._TemplateEditPhaseToggle_17d7v_932:focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:2px}._TemplateEditPhaseName_17d7v_952{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}._TemplateEditPhaseMeta_17d7v_959{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-color-soft-text);font-size:.8125rem}._TemplateEditInlinePanel_17d7v_967{padding:.875rem 1rem 1rem;border-right:1px solid var(--theme-color-std-bdr-1);border-bottom:1px solid var(--theme-color-std-bdr-1);border-left:1px solid var(--theme-color-std-bdr-1);border-radius:0 0 6px 6px;background-color:var(--theme-table--background)}._TemplateEditPlaceholder_17d7v_976{min-height:160px;display:flex;align-items:center;justify-content:center;color:var(--theme-color-soft-text)}._TemplateEditSection_17d7v_902{margin-top:1rem}._TemplateEditSection_17d7v_902 h5{padding-bottom:.5rem;border-bottom:1px solid var(--theme-table-data-row--border-color);color:var(--theme-color-soft-text);font-size:.8125rem;font-weight:700}._TemplateEditItem_17d7v_996,._TemplateEditItemCompact_17d7v_997{display:grid;align-items:end;gap:.5rem;padding:.625rem 0;border-bottom:1px solid var(--theme-table-data-row--border-color)}._TemplateEditItem_17d7v_996{grid-template-columns:20px minmax(0,1fr) 124px 32px}._TemplateEditItemCompact_17d7v_997{grid-template-columns:20px minmax(0,1fr) 32px}._TemplateEditItem_17d7v_996>ix-icon,._TemplateEditItemCompact_17d7v_997>ix-icon{align-self:end;margin-bottom:.5rem}._TemplateEditItem_17d7v_996>ix-icon-button,._TemplateEditItemCompact_17d7v_997>ix-icon-button{align-self:end}._TemplateEditItem_17d7v_996:last-child,._TemplateEditItemCompact_17d7v_997:last-child{border-bottom:0}._TemplateEditPanelFooter_17d7v_1029{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}._EditFooter_17d7v_1036{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 1rem 1rem;border-top:1px solid var(--theme-color-std-bdr-1)}@media(max-width:780px){._TemplateIntro_17d7v_69,._TemplateIntroActions_17d7v_91,._Footer_17d7v_22{align-items:stretch;flex-direction:column}._TemplateFilterBar_17d7v_97{grid-template-columns:1fr}._PickerTable_17d7v_427{min-width:560px}._PreviewStats_17d7v_672{grid-template-columns:repeat(2,minmax(0,1fr))}._PreviewTitleRow_17d7v_644,._PreviewFooter_17d7v_839{align-items:stretch;flex-direction:column}._PreviewPhaseButton_17d7v_742{grid-template-columns:20px minmax(0,1fr)}._PreviewPhaseMeta_17d7v_771{grid-column:2}._EditGrid_17d7v_847,._EditMetadataGrid_17d7v_866,._TemplateEditFields_17d7v_867{grid-template-columns:1fr}._TemplateEditPhase_17d7v_912,._TemplateEditPhaseActive_17d7v_913{grid-template-columns:minmax(0,1fr) 32px}._TemplateEditPhase_17d7v_912>ix-button,._TemplateEditPhaseActive_17d7v_913>ix-button{grid-column:1 / -1;justify-self:start}._TemplateEditPhaseToggle_17d7v_932{grid-template-columns:20px minmax(0,1fr)}._TemplateEditPhaseMeta_17d7v_959{grid-column:2}._TemplateEditItem_17d7v_996{grid-template-columns:20px minmax(0,1fr) 32px}._TemplateEditItem_17d7v_996 ix-number-input{grid-column:2}}._PageWrapper_btlkw_2{display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden}._PageWrapper_btlkw_2>ix-content-header{flex-shrink:0}._PageTabs_btlkw_14{display:flex;align-items:center;justify-content:flex-start;gap:1rem;flex-shrink:0;padding:0 1rem;border-bottom:1px solid var(--theme-color-std-bdr-1)}._PageTabs_btlkw_14 ix-tabs{flex:0 0 auto;min-width:0}._AreasTabBlank_btlkw_29{flex:1;min-height:0}._TitleKPISpacer_btlkw_34{height:1rem}._KPIContainer_btlkw_39{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;margin-left:1rem;position:relative;z-index:100;flex-shrink:0}._KPIBadge_btlkw_51{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);white-space:nowrap;cursor:pointer;transition:all .2s ease;position:relative}._KPIBadge_btlkw_51:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}._KPIBadge_btlkw_51 ix-icon{flex-shrink:0}._KPIBadge_btlkw_51[data-success=true]{background:linear-gradient(#32d74b26,#32d74b26),var(--theme-color-component--1);border-color:#32d74b59;color:#32d74b}._KPIBadge_btlkw_51[data-success=true] ix-icon{color:#32d74b}._KPIBadge_btlkw_51[data-warning=true]{background:linear-gradient(#ff9f0a2e,#ff9f0a2e),var(--theme-color-component--1);border-color:#ff9f0a66;color:#ff9f0a}._KPIBadge_btlkw_51[data-warning=true] ix-icon{color:#ff9f0a}._KPIBadge_btlkw_51[data-critical=true]{background:linear-gradient(#ff3b302e,#ff3b302e),var(--theme-color-component--1);border-color:#ff3b3066;color:#ff3b30}._KPIBadge_btlkw_51[data-critical=true] ix-icon{color:#ff3b30}._KPIDetail_btlkw_100{position:absolute;top:calc(100% + .5rem);left:0;min-width:350px;max-width:450px;background-color:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;box-shadow:0 4px 16px #0003;z-index:99999;animation:_fadeInDown_btlkw_1 .2s ease}@keyframes _fadeInDown_btlkw_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._KPIDetailHeader_btlkw_119{padding:.75rem 1rem .5rem;font-weight:600;font-size:.875rem;color:var(--theme-color-std-text);border-bottom:1px solid var(--theme-color-std-bdr-1)}._KPIDetailList_btlkw_127{max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--theme-color-std-bdr-1) transparent}._KPIDetailItem_btlkw_134{padding:.75rem 1rem;border-bottom:1px solid var(--theme-color-std-bdr-1);transition:background-color .15s ease}._KPIDetailItem_btlkw_134:last-child{border-bottom:none}._KPIDetailItem_btlkw_134:hover{background-color:var(--theme-color-component-hover)}._KPIDetailItemTitle_btlkw_148{font-size:.8125rem;margin-bottom:.25rem;color:var(--theme-color-std-text)}._KPIDetailItemTitle_btlkw_148 strong{color:var(--theme-color-primary)}._KPIDetailItemInfo_btlkw_158{display:flex;flex-direction:column;gap:.125rem;font-size:.75rem;color:var(--theme-color-soft-text)}[data-ix-color-schema=dark] ._KPIBadge_btlkw_51{background-color:#ffffff0d;border-color:#ffffff26}[data-ix-color-schema=dark] ._KPIBadge_btlkw_51[data-success=true]{background-color:#32d74b26;border-color:#32d74b66;color:#34d058}[data-ix-color-schema=dark] ._KPIBadge_btlkw_51[data-success=true] ix-icon{color:#34d058}[data-ix-color-schema=dark] ._KPIBadge_btlkw_51[data-warning=true]{background-color:#ffb34033;border-color:#ffb34080;color:#ffb340}[data-ix-color-schema=dark] ._KPIBadge_btlkw_51[data-warning=true] ix-icon{color:#ffb340}[data-ix-color-schema=dark] ._KPIBadge_btlkw_51[data-critical=true]{background-color:#ff505033;border-color:#ff505080;color:#ff5050}[data-ix-color-schema=dark] ._KPIBadge_btlkw_51[data-critical=true] ix-icon{color:#ff5050}[data-ix-color-schema=dark] ._KPIDetail_btlkw_100{background-color:#1a1a1a;box-shadow:0 4px 16px #00000080}[data-ix-color-schema=dark] ._KPIDetailItem_btlkw_134:hover{background-color:#ffffff0d}._FilterBar_btlkw_203{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;padding:2px 1rem 0;flex-shrink:0;overflow:visible}._FilterBarActions_btlkw_214{display:inline-flex;align-items:center;justify-content:flex-end;margin-left:auto;overflow:visible}._SearchInput_btlkw_223{min-width:10rem;max-width:20rem;flex-grow:1}._SortWrapper_btlkw_230{flex-shrink:0;min-width:12rem}._ScopeToggle_btlkw_235{display:inline-flex;align-items:center;gap:.5rem;min-height:2rem;color:var(--theme-color-std-text);font-size:.8125rem;font-weight:600;white-space:nowrap}._QuickFilter_btlkw_247{display:flex;flex-wrap:nowrap;gap:.5rem}._TooltipWrapper_btlkw_253{display:inline-flex;align-items:center}._MobileOnlyTooltip_btlkw_258{display:none}@media screen and (max-width:1600px){._MobileOnlyTooltip_btlkw_258{display:contents}._ChipLabel_btlkw_267{display:none}}._CardGrid_btlkw_273{display:flex;flex-direction:column;gap:0;padding:0 0 1rem;overflow-y:auto;flex:1;min-height:0;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px}._ProjectCard_btlkw_286{position:relative;display:flex;flex-direction:column;background-color:var(--theme-color-2);padding:1rem 1.25rem;transition:background-color .15s ease;border-bottom:1px solid color-mix(in srgb,var(--theme-color-std-bdr) 40%,transparent)}._ProjectCard_btlkw_286:last-child{border-bottom:none}._ProjectCard_btlkw_286:hover{background-color:var(--theme-color-component-2)}._ArchiveAction_btlkw_304{position:absolute;right:.75rem;bottom:.75rem;z-index:2;color:var(--theme-color-soft-text);opacity:0;pointer-events:none;transition:opacity .15s ease;--theme-btn-subtle-secondary--border-color: transparent;--theme-btn-subtle-secondary--background: transparent}._MeldungAction_btlkw_317{position:absolute;right:3rem;bottom:.75rem;z-index:2;color:var(--theme-color-soft-text);opacity:0;pointer-events:none;transition:opacity .15s ease;--theme-btn-subtle-secondary--border-color: transparent;--theme-btn-subtle-secondary--background: transparent}._ArchiveAction_btlkw_304:hover,._ArchiveAction_btlkw_304:focus-visible,._MeldungAction_btlkw_317:hover,._MeldungAction_btlkw_317:focus-visible{color:var(--theme-color-primary)}._ProjectCard_btlkw_286:hover ._ArchiveAction_btlkw_304,._ProjectCard_btlkw_286:focus-within ._ArchiveAction_btlkw_304,._ProjectCard_btlkw_286:hover ._MeldungAction_btlkw_317,._ProjectCard_btlkw_286:focus-within ._MeldungAction_btlkw_317{opacity:.4;pointer-events:auto}._ProjectCard_btlkw_286:hover ._ArchiveAction_btlkw_304:hover,._ProjectCard_btlkw_286:hover ._ArchiveAction_btlkw_304:focus-visible,._ProjectCard_btlkw_286:focus-within ._ArchiveAction_btlkw_304:hover,._ProjectCard_btlkw_286:hover ._MeldungAction_btlkw_317:hover,._ProjectCard_btlkw_286:hover ._MeldungAction_btlkw_317:focus-visible,._ProjectCard_btlkw_286:focus-within ._MeldungAction_btlkw_317:hover{opacity:1}._CardLayout_btlkw_355{display:flex;gap:1.5rem}._CardLeft_btlkw_360{flex:1;min-width:0;display:flex;flex-direction:column;gap:.75rem}._CardRight_btlkw_368{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:1rem}._CardTitleRow_btlkw_377{display:flex;align-items:baseline;gap:.625rem;flex-wrap:wrap}._ProjectName_btlkw_384{font-size:.9375rem;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._CustomerName_btlkw_393{font-size:.8125rem;color:var(--theme-color-soft-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ProjectId_btlkw_401{font-size:.75rem;color:var(--theme-color-soft-text);opacity:.7;white-space:nowrap;font-family:monospace}._PillGroup_btlkw_409{position:absolute;top:.75rem;right:.75rem;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.375rem;z-index:1}._Pill_btlkw_409{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:999px;font-size:.6875rem;font-weight:600;white-space:nowrap}._PillWarning_btlkw_431{background-color:#ff9f0a26;color:#ff9f0a;border:1px solid rgba(255,159,10,.35)}._PillCritical_btlkw_438{background-color:#ff3b3026;color:#ff3b30;border:1px solid rgba(255,59,48,.35)}._PillInfo_btlkw_445{background-color:#007aff1a;color:#007aff;border:1px solid rgba(0,122,255,.3)}[data-ix-color-schema=dark] ._PillWarning_btlkw_431{background-color:#ffb3402e;color:#ffb340;border-color:#ffb34066}[data-ix-color-schema=dark] ._PillCritical_btlkw_438{background-color:#ff50502e;color:#ff5050;border-color:#ff505066}[data-ix-color-schema=dark] ._PillInfo_btlkw_445{background-color:#328cff26;color:#5ac8fa;border-color:#328cff4d}._ProgressCircle_btlkw_471{flex-shrink:0;width:fit-content!important;font-size:1.15rem;font-weight:700}._ProgressCircle_btlkw_471::part(circular-progress-container),ix-progress-indicator._ProgressCircle_btlkw_471{--theme-progress-indicator-track--background: rgba(255, 255, 255, .15)}[data-ix-color-schema=light] ._ProgressCircle_btlkw_471::part(circular-progress-container),[data-ix-color-schema=light] ix-progress-indicator._ProgressCircle_btlkw_471{--theme-progress-indicator-track--background: rgba(0, 0, 0, .1)}._CardMeta_btlkw_489{display:flex;flex-wrap:wrap;gap:1rem;font-size:.8125rem;color:var(--theme-color-soft-text)}._MetaItem_btlkw_497{display:flex;align-items:center;gap:.375rem;white-space:nowrap}._MetaItem_btlkw_497 ix-icon{opacity:.6;flex-shrink:0}._MetaLabel_btlkw_509{font-weight:500;color:var(--theme-color-std-text)}._ProjectRisk_btlkw_514{display:inline-flex;align-items:center;padding:1px 7px;border-radius:999px;font-size:.75rem;font-weight:600;line-height:1.35}._ProjectRisk_btlkw_514[data-risk=normal],._ProjectRisk_btlkw_514[data-risk=important],._ProjectRisk_btlkw_514[data-risk=critical]{color:var(--theme-color-std-text);background:var(--theme-color-ghost--hover)}._WorkflowSection_btlkw_532{overflow-x:auto;padding-bottom:.25rem}._HintsSection_btlkw_538{display:flex;flex-direction:column;gap:.375rem}._HintItem_btlkw_544{display:flex;align-items:flex-start;gap:.375rem;padding:.5rem .625rem;border-radius:6px;font-size:.7875rem;line-height:1.4;color:var(--theme-color-std-text);background-color:#ff9f0a14;border-left:3px solid #ff9f0a}._HintItem_btlkw_544 ix-icon{flex-shrink:0;margin-top:.125rem}._HintItemCritical_btlkw_562{background-color:#ff3b3014;border-left-color:#ff3b30}[data-ix-color-schema=dark] ._HintItem_btlkw_544{background-color:#ffb3401a}[data-ix-color-schema=dark] ._HintItemCritical_btlkw_562{background-color:#ff50501a}._EmptyState_btlkw_577{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1rem;color:var(--theme-color-soft-text)}._EmptyState_btlkw_577 ix-icon{opacity:.4;font-size:2.5rem}._AreaOverview_btlkw_593{--area-page-inset: 0;display:flex;flex:1;min-height:0;flex-direction:column;gap:1rem;padding:1rem var(--area-page-inset) 1rem;box-sizing:border-box}._AreaFilterBar_btlkw_605{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;flex-shrink:0}._AreaCardGrid_btlkw_613{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));align-content:start;flex:1;min-height:0;gap:.75rem;overflow-y:auto}._AreaCardGrid_btlkw_613 ._EmptyState_btlkw_577{grid-column:1 / -1;min-height:320px;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;background-color:var(--theme-color-2)}._AreaCard_btlkw_613{display:flex;min-width:0;flex-direction:column;gap:.875rem;padding:1rem;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;color:var(--theme-color-std-text);background-color:var(--theme-color-2);cursor:pointer;transition:background-color .15s ease}._AreaCard_btlkw_613:hover{background-color:var(--theme-color-component-2)}._AreaCardHeader_btlkw_649,._AreaTitleGroup_btlkw_650,._AreaTitleText_btlkw_651,._AreaStatusLine_btlkw_652,._AreaProjectList_btlkw_653{min-width:0}._AreaCardHeader_btlkw_649{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}._AreaHeaderActions_btlkw_664{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0}._AreaTitleGroup_btlkw_650{display:flex;align-items:center;gap:.625rem}._AreaColorDot_btlkw_677{width:1rem;height:1rem;flex-shrink:0;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px}._AreaTitleText_btlkw_651{display:flex;flex-direction:column;gap:.125rem}._AreaName_btlkw_691{overflow:hidden;color:var(--theme-color-std-text);font-size:.9375rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}._AreaCode_btlkw_700{color:var(--theme-color-soft-text);font-family:monospace;font-size:.75rem}._AreaInactiveBadge_btlkw_706,._AreaProjectMore_btlkw_707{display:inline-flex;align-items:center;height:1.375rem;padding:0 .5rem;border:1px solid var(--theme-color-std-bdr-1);border-radius:999px;color:var(--theme-color-soft-text);font-size:.75rem;font-weight:600;white-space:nowrap}._AreaStatusSection_btlkw_720,._AreaImpactSection_btlkw_721{min-width:0}._AreaMainMetric_btlkw_725{display:flex;align-items:baseline;gap:.5rem;color:var(--theme-color-std-text);font-size:.875rem}._AreaMainMetric_btlkw_725 strong{font-size:1.125rem;line-height:1}._AreaStatusLine_btlkw_652{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem;color:var(--theme-color-soft-text);font-size:.8125rem}._AreaStatusLine_btlkw_652 button{display:inline-flex;align-items:center;padding:0;border:0;color:inherit;background:transparent;font:inherit;cursor:pointer}._AreaStatusLine_btlkw_652 button+button:before{content:"·";margin-right:.35rem;color:var(--theme-color-soft-text)}._AreaStatusLine_btlkw_652 button[data-critical=true],._AreaStatusLine_btlkw_652 button[data-blocked=true]{color:#ff3b30;font-weight:600}._AreaSectionTitle_btlkw_770{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.5rem;color:var(--theme-color-soft-text);font-size:.75rem;font-weight:700;text-transform:uppercase}._AreaSectionInfoIcon_btlkw_781{color:var(--theme-color-soft-text);opacity:.75}._AreaImpactGrid_btlkw_786{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem;padding:.75rem 0;border-top:1px solid color-mix(in srgb,var(--theme-color-std-bdr) 55%,transparent);border-bottom:1px solid color-mix(in srgb,var(--theme-color-std-bdr) 55%,transparent)}._AreaImpactItem_btlkw_795{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-width:0;padding:0;border:0;color:inherit;background:transparent;font:inherit;text-align:left;cursor:pointer}._AreaImpactItem_btlkw_795:hover strong,._AreaImpactItem_btlkw_795:focus-visible strong,._AreaStatusLine_btlkw_652 button:hover,._AreaStatusLine_btlkw_652 button:focus-visible{color:var(--theme-color-primary)}._AreaImpactItem_btlkw_795 span{display:block;overflow:hidden;color:var(--theme-color-soft-text);font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}._AreaImpactItem_btlkw_795 strong{display:block;color:var(--theme-color-std-text);font-size:1.75rem;font-weight:700;line-height:1}._AreaExamplesGrid_btlkw_834{display:flex;min-width:0;flex-direction:column;gap:.75rem}._AreaExampleBlock_btlkw_841{min-width:0}._AreaExampleTitle_btlkw_845{margin-bottom:.35rem;color:var(--theme-color-soft-text);font-size:.75rem;font-weight:700;text-transform:uppercase}._AreaExampleItem_btlkw_853{display:flex;min-width:0;flex-direction:column;gap:.125rem;padding:.35rem 0;border-top:1px solid color-mix(in srgb,var(--theme-color-std-bdr) 45%,transparent)}._AreaExamplePackage_btlkw_862,._AreaExampleMeta_btlkw_863{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._AreaExamplePackage_btlkw_862{color:var(--theme-color-std-text);font-size:.8125rem;font-weight:600}._AreaExampleMeta_btlkw_863{color:var(--theme-color-soft-text);font-size:.75rem}._AreaExampleMore_btlkw_880{display:inline-flex;margin-top:.25rem;color:var(--theme-color-primary);font-size:.75rem;font-weight:600}._AreaProjects_btlkw_888{display:flex;flex-direction:column;align-items:flex-start;gap:.375rem;min-width:0;padding-top:.75rem;border-top:1px solid color-mix(in srgb,var(--theme-color-std-bdr) 55%,transparent)}._AreaProjectsLabel_btlkw_898{flex-shrink:0;color:var(--theme-color-soft-text);font-size:.8125rem;font-weight:600}._AreaProjectList_btlkw_653{display:flex;flex-wrap:wrap;gap:.375rem}._AreaProjectPill_btlkw_911{max-width:18rem;height:1.625rem;padding:0 .625rem;overflow:hidden;border:1px solid var(--theme-color-std-bdr-1);border-radius:999px;color:var(--theme-color-std-text);background-color:var(--theme-color-component-1);font:inherit;font-size:.75rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}._AreaProjectPill_btlkw_911:hover,._AreaProjectPill_btlkw_911:focus-visible{border-color:var(--theme-color-primary);color:var(--theme-color-primary)}._AreaNoProjects_btlkw_934{color:var(--theme-color-soft-text);font-size:.8125rem}@media only screen and (max-width:48em){._FilterBar_btlkw_203{flex-direction:column;align-items:stretch}._SearchWrapper_btlkw_946{max-width:none}._QuickFilter_btlkw_247{flex-wrap:wrap}._AreaFilterBar_btlkw_605{flex-direction:column;align-items:stretch}._AreaImpactGrid_btlkw_786{grid-template-columns:1fr}}._Page_upkck_5{display:flex;flex-direction:column;height:100%;max-height:100%;overflow:visible}._Page_upkck_5>ix-content-header{flex-shrink:0}._HeaderActionsStart_upkck_18{display:flex;align-items:center;gap:.5rem}._DeliveryPill_upkck_24{display:flex;align-items:center;gap:.3rem;padding:.2rem .6rem;border-radius:999px;background-color:color-mix(in srgb,var(--theme-color-primary) 12%,transparent);border:1px solid color-mix(in srgb,var(--theme-color-primary) 35%,transparent);font-size:.6875rem;font-weight:500;color:var(--theme-color-primary);white-space:nowrap;flex-shrink:0}._InfoBtnWrap_upkck_44{position:relative;flex-shrink:0}._InfoBtn_upkck_44{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .6rem;border-radius:999px;background-color:var(--theme-color-component--1);border:1px solid var(--theme-color-std-bdr-1);font-size:.6875rem;font-weight:500;color:var(--theme-color-soft-text);white-space:nowrap;cursor:default;transition:border-color .15s ease,color .15s ease}._InfoBtnWrap_upkck_44:hover ._InfoBtn_upkck_44{border-color:var(--theme-color-soft-text);color:var(--theme-color-std-text)}._KPIRow_upkck_73{display:flex;align-items:center;gap:.5rem;margin:.75rem 1rem .5rem;flex-shrink:0;flex-wrap:wrap;position:relative;z-index:100}._KPIBadge_upkck_84{position:relative;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:default;overflow:visible}._KPIBadge_upkck_84:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}._KPIBadge_upkck_84 ix-icon{flex-shrink:0}._KPIMoreActions_upkck_111{display:none}._KPIActions_upkck_115{display:inline-flex;align-items:center;justify-content:flex-end;margin-left:auto;overflow:visible}._KPIMoreActions_upkck_111>._KPIBadge_upkck_84{cursor:pointer}._KPIMoreMenu_upkck_127{display:flex;flex-direction:column;gap:.375rem;min-width:220px;padding:.5rem}._KPIMoreBadge_upkck_135{width:100%;box-sizing:border-box;justify-content:flex-start}._KPIBadge_upkck_84[data-warning=true]{background:linear-gradient(#ff9f0a2e,#ff9f0a2e),var(--theme-color-component--1);border-color:#ff9f0a66;color:#ff9f0a}._KPIBadge_upkck_84[data-warning=true] ix-icon{color:#ff9f0a}._KPIBadge_upkck_84[data-critical=true]{background:linear-gradient(#ff3b302e,#ff3b302e),var(--theme-color-component--1);border-color:#ff3b3066;color:#ff3b30}._KPIBadge_upkck_84[data-critical=true] ix-icon{color:#ff3b30}._KPIBadge_upkck_84[data-success=true]{background:linear-gradient(#32d74b26,#32d74b26),var(--theme-color-component--1);border-color:#32d74b59;color:#32d74b}._KPIBadge_upkck_84[data-success=true] ix-icon{color:#32d74b}[data-ix-color-schema=dark] ._KPIBadge_upkck_84{background-color:#ffffff0d;border-color:#ffffff26}[data-ix-color-schema=dark] ._KPIBadge_upkck_84[data-success=true]{background-color:#32d74b26;border-color:#32d74b66;color:#34d058}[data-ix-color-schema=dark] ._KPIBadge_upkck_84[data-success=true] ix-icon{color:#34d058}[data-ix-color-schema=dark] ._KPIBadge_upkck_84[data-warning=true]{background-color:#ffb34033;border-color:#ffb34080;color:#ffb340}[data-ix-color-schema=dark] ._KPIBadge_upkck_84[data-warning=true] ix-icon{color:#ffb340}[data-ix-color-schema=dark] ._KPIBadge_upkck_84[data-critical=true]{background-color:#ff505033;border-color:#ff505080;color:#ff5050}[data-ix-color-schema=dark] ._KPIBadge_upkck_84[data-critical=true] ix-icon{color:#ff5050}._KPIBadgeLabel_upkck_206{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;opacity:.7}._KPIBadgeValue_upkck_214{font-weight:700}._KPIProgressBadge_upkck_218{isolation:isolate;overflow:hidden}._KPIProgressBadge_upkck_218 ix-icon,._KPIProgressBadge_upkck_218 span:not(._KPIProgressFill_upkck_224){position:relative;z-index:1}._KPIProgressFill_upkck_224{position:absolute;inset:0 auto 0 0;width:var(--kpi-progress, 0%);max-width:100%;border-radius:999px 0 0 999px;background:linear-gradient(90deg,color-mix(in srgb,var(--theme-color-primary) 28%,transparent),color-mix(in srgb,var(--theme-color-primary) 16%,transparent));pointer-events:none;z-index:0}._KPIProgressFill_upkck_224:after{content:"";position:absolute;inset:0 0 0 auto;width:1px;background:color-mix(in srgb,var(--theme-color-primary) 30%,transparent)}._KPITooltipStack_upkck_253{display:flex;flex-direction:column;gap:.25rem;min-width:0;max-width:min(320px,calc(100vw - 32px));overflow-wrap:anywhere}._ProjectViewBar_upkck_263{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.375rem 1rem;border-bottom:1px solid var(--theme-color-std-bdr-1);background:var(--theme-color-component--1)}._ProjectViewTabs_upkck_274{min-width:0;flex:1}._ProjectViewTabs_upkck_274 ix-tabs{min-width:0}._ProjectViewSide_upkck_283{display:flex;align-items:center;justify-content:flex-end;gap:.625rem;min-width:0}._ProjectViewControls_upkck_291{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._ProjectViewControls_upkck_291 ix-select{width:210px}._ProjectViewMeta_upkck_302,._ProjectQuickFilters_upkck_303,._ProjectFilterChecks_upkck_304{display:flex;align-items:center;gap:.375rem}._ProjectViewMeta_upkck_302{flex-wrap:wrap;justify-content:flex-end}._ProjectViewChip_upkck_315,._ProjectQuickFilter_upkck_303{min-height:28px;border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;background:color-mix(in srgb,var(--theme-color-component-1) 84%,transparent);color:var(--theme-color-std-text);font-size:.75rem;line-height:1}._ProjectViewChip_upkck_315{display:inline-flex;align-items:center;padding:0 .5rem;white-space:nowrap}._ProjectQuickFilter_upkck_303{cursor:pointer;padding:0 .625rem}._ProjectQuickFilter_upkck_303:hover,._ProjectQuickFilter_upkck_303[data-active=true]{border-color:color-mix(in srgb,var(--theme-color-primary) 72%,transparent);background:color-mix(in srgb,var(--theme-color-primary) 12%,transparent)}._ProjectFilterMenu_upkck_344{width:min(720px,calc(100vw - 32px));padding:.875rem;background:var(--theme-color-1);overflow:visible}._ProjectFilterDropdown_upkck_351{overflow:visible!important;max-height:none!important}._ProjectFilterMenuGrid_upkck_356{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:.625rem}._ProjectFilterMenuGrid_upkck_356 ix-select{display:block;width:100%;min-width:0}._ProjectFilterChecks_upkck_304{flex-wrap:wrap;gap:.75rem 1rem;margin-top:.875rem}@media only screen and (max-width:920px){._ProjectViewBar_upkck_263{align-items:stretch;flex-direction:column;gap:.5rem;padding:.5rem .875rem}._ProjectViewSide_upkck_283{align-items:stretch;flex-wrap:wrap;justify-content:flex-start}._ProjectViewControls_upkck_291{flex-wrap:wrap}._ProjectViewControls_upkck_291 ix-select{width:min(100%,240px)}._ProjectFilterMenuGrid_upkck_356{grid-template-columns:1fr}}@media only screen and (max-width:1440px){._KPIRow_upkck_73{gap:.375rem;margin:.625rem .875rem .375rem}._KPIBadge_upkck_84{gap:.25rem;padding:.25rem .625rem;font-size:.75rem}._KPIBadge_upkck_84 ix-icon{width:14px;height:14px}}@media only screen and (max-width:1020px){._KPIOptionalBadge_upkck_420{display:none}._KPIMoreActions_upkck_111{display:block}}._GanttSection_upkck_430{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden;background-color:var(--theme-color-component-1)}._GanttWrapper_upkck_440{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}._GanttToolbar_upkck_449{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:12px;flex-shrink:0}._ToolbarLeft_upkck_460{display:flex;align-items:center;gap:12px}._ToolbarRight_upkck_466,._PlanningActionButtons_upkck_472{display:flex;align-items:center;gap:.75rem}._PlanningActionsMenu_upkck_478{display:none}._PlanningActionsChevron_upkck_482{margin-left:2px}._ViewModeToggle_upkck_487{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_upkck_496{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_upkck_496:hover:not(:disabled){background-color:var(--theme-color-component-3)}._ViewModeButton_upkck_496._Active_upkck_512{background-color:var(--theme-color-primary);color:var(--theme-color-inv-text)}._ViewModeDropdown_upkck_517{display:none}._ViewModeDropdownButton_upkck_521{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:82px;height:28px;padding:0 8px;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-family:inherit;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background-color .15s ease,color .15s ease}._ViewModeDropdownButton_upkck_521:hover,._ViewModeDropdownButton_upkck_521:focus-visible{border-color:var(--theme-color-primary);color:var(--theme-color-primary);background:color-mix(in srgb,var(--theme-color-primary) 10%,var(--theme-color-component-2))}._ViewModeDropdownButton_upkck_521:focus-visible{outline:2px solid var(--theme-color-focus-bdr, var(--theme-color-primary));outline-offset:2px}._ZoomControls_upkck_558{display:flex;align-items:center;gap:2px;margin-left:4px}._WeekNavigation_upkck_565{display:flex;align-items:center;gap:8px}._NavIconButton_upkck_572{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_upkck_572:hover{background-color:#ffffff1a}._WeekDisplay_upkck_589{font-size:13px;font-weight:600;color:var(--theme-color-std-text);min-width:120px;text-align:center}._TodayButton_upkck_597{display:inline-flex;align-items:center;justify-content:center;gap:4px;font-size:13px;font-weight:500;padding:4px 12px;border-radius:4px;border:1px solid var(--theme-color-primary);background:var(--theme-color-primary);color:#fff!important;cursor:pointer;transition:all .15s ease}._TodayButton_upkck_597:hover{background:var(--theme-color-primary--hover);border-color:var(--theme-color-primary--hover)}._TodayButtonIcon_upkck_618{display:none}._HeaderActions_upkck_18{display:flex;gap:8px;align-items:center}._HeaderActionText_upkck_629{white-space:nowrap}._GanttLegend_upkck_634{display:flex;align-items:center;gap:.75rem}._LegendItem_upkck_640{display:flex;align-items:center;gap:.3rem;font-size:.6875rem;color:var(--theme-color-soft-text)}._LegendDot_upkck_648{width:8px;height:8px;border-radius:2px;flex-shrink:0}._GanttBodyWrap_upkck_656{flex:1;display:flex;min-height:0;overflow:hidden}._GanttLabels_upkck_664{width:240px;flex-shrink:0;position:relative;display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--theme-color-std-bdr-1);overflow:hidden;background:var(--theme-color-component--1);z-index:2}._GanttSidebarResizeHandle_upkck_677{position:absolute;top:0;right:0;width:5px;height:100%;cursor:col-resize;z-index:10;transition:background-color .15s ease}._GanttSidebarResizeHandle_upkck_677:hover{background-color:var(--theme-color-primary);opacity:.5}._GanttLabelHeader_upkck_693{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:10px .75rem 6px;font-size:.6875rem;font-weight:600;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--theme-color-std-bdr-1);background:var(--theme-color-component--1);box-sizing:border-box;flex-shrink:0}._GanttLabelHeaderTop_upkck_711{display:flex;align-items:center;min-width:0;text-transform:none;letter-spacing:0}._GanttSidebarToggle_upkck_719{--ix-toggle-switch-width: 28px;--ix-toggle-switch-height: 16px;font-size:12px;font-weight:500;color:var(--theme-color-std-text);text-transform:none}._GanttLabelHeaderTitle_upkck_728{line-height:1}._GanttLabelsBody_upkck_732{flex:1;min-height:0;overflow:hidden}._GanttLabelsCanvas_upkck_738{position:relative;min-width:100%;will-change:transform}._GanttLabelsCanvas_upkck_738>._GanttLabel_upkck_664{position:absolute;left:0;right:0}._GanttSidebarResetBtn_upkck_750{position:absolute;right:6px;bottom:6px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:2px;border-radius:3px;color:var(--theme-color-soft-text);cursor:pointer;opacity:.55;transition:opacity .15s ease,background-color .15s ease}._GanttSidebarResetBtn_upkck_750:hover{opacity:1;background-color:#ffffff14}._GanttLabel_upkck_664{display:flex;align-items:center;gap:.5rem;padding:0 .75rem;border-bottom:1px solid rgba(255,255,255,.06);background-color:var(--theme-color-component--1);box-sizing:border-box}._GanttLabel_upkck_664._Alternate_upkck_784{background-color:#ffffff05}._GanttLabelDot_upkck_788{width:6px;height:6px;border-radius:50%;flex-shrink:0}._GanttLabelText_upkck_795{font-size:.8125rem;font-weight:500;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._GanttChartArea_upkck_804{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0}._GanttHeaderScroller_upkck_812{flex-shrink:0;overflow:hidden;background-color:var(--theme-color-component--1);border-bottom:0;box-shadow:inset 0 -1px #ffffff14;scrollbar-width:none}._GanttHeaderScroller_upkck_812::-webkit-scrollbar{display:none}._GanttBody_upkck_656{flex:1;overflow:auto;min-height:0;min-width:0;position:relative;overscroll-behavior:contain;will-change:scroll-position;scrollbar-width:thin;scrollbar-color:var(--theme-color-1) var(--theme-color-component-2)}._GanttBody_upkck_656::-webkit-scrollbar{width:10px;height:10px}._GanttBody_upkck_656::-webkit-scrollbar-track{background:var(--theme-color-component-2)}._GanttBody_upkck_656::-webkit-scrollbar-thumb{background:var(--theme-color-1);border-radius:5px;border:2px solid var(--theme-color-component-2)}._GanttBody_upkck_656::-webkit-scrollbar-thumb:hover{background:var(--theme-color-primary)}._GanttBody_upkck_656::-webkit-scrollbar-corner{background:var(--theme-color-component-2)}._GanttBody_upkck_656._GanttBodyDragging_upkck_861{cursor:grabbing}._GanttCanvas_upkck_866{position:relative;min-height:100%}._GanttHeaderSticky_upkck_872{position:relative;z-index:50;background-color:var(--theme-color-component--1)}._GanttToolbar_upkck_449 ix-button{--ix-button-height: 28px;--ix-button-padding-x: 8px;font-size:12px}._GanttToolbar_upkck_449 ix-button::part(button){min-width:28px;height:28px;padding:0 8px}._HeaderRow_upkck_891{position:relative;height:34px;border-bottom:1px solid rgba(255,255,255,.08)}._HeaderRow_upkck_891:last-child{border-bottom:none}._HeaderCellTop_upkck_902{position:absolute;top:0;height:100%;display:flex;align-items:center;padding:0 12px;font-size:.8125rem;font-weight:600;color:var(--theme-color-soft-text);border-right:1px solid rgba(255,255,255,.08);box-sizing:border-box;white-space:nowrap;overflow:hidden}._HeaderCellBottom_upkck_919{position:absolute;top:0;height:100%;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:500;color:var(--theme-color-soft-text);border-right:1px solid rgba(255,255,255,.08);box-sizing:border-box;white-space:nowrap;overflow:hidden}._HeaderCellToday_upkck_935{background:var(--theme-color-primary);color:var(--theme-color-inv-text);font-weight:700;border-radius:2px}._HeaderCellBottomDual_upkck_942{flex-direction:column;gap:1px}._HeaderCellDualWeekday_upkck_947{font-size:.75rem;font-weight:600;line-height:1}._HeaderCellDualDate_upkck_953{font-size:.6875rem;font-weight:400;line-height:1;opacity:.75}._GridLine_upkck_961{position:absolute;width:1px;background-color:#ffffff14;pointer-events:none;z-index:0;bottom:0}._DayLine_upkck_970{position:absolute;width:1px;background-color:#ffffff0a;pointer-events:none;z-index:0;bottom:0}._WeekLine_upkck_979{position:absolute;width:1px;background-color:#ffffff12;pointer-events:none;z-index:0;bottom:0}._MonthLine_upkck_988{position:absolute;width:1px;background-color:#ffffff1c;pointer-events:none;z-index:0;bottom:0}._WeekendCol_upkck_998{position:absolute;background-color:#00000014;pointer-events:none;bottom:0}._GanttRow_upkck_1006{position:absolute;left:0;width:100%;border-bottom:1px solid rgba(255,255,255,.08);box-sizing:border-box}._GanttRowFill_upkck_1015{position:absolute;left:0;width:100%;bottom:0}._GanttRow_upkck_1006._Alternate_upkck_784{background-color:#ffffff04}._PhaseBar_upkck_1027{position:absolute;border-radius:6px;cursor:grab;display:flex;align-items:center;overflow:hidden;box-shadow:0 1px 4px #00000040;transition:box-shadow .15s ease,transform .1s ease;z-index:10;-webkit-user-select:none;user-select:none}._PhaseBar_upkck_1027:hover{box-shadow:0 4px 12px #0000004d;transform:translateY(-1px);z-index:11}._PhaseBarDragging_upkck_1048{cursor:grabbing;opacity:.85;z-index:1000!important;box-shadow:0 4px 20px #00000080}._PhaseBarProgress_upkck_1055{position:absolute;left:0;top:0;height:100%;background:#ffffff26;border-radius:6px 0 0 6px;pointer-events:none}._PhaseBarLabel_upkck_1065{position:relative;z-index:1;padding:0 8px;font-size:.6875rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 2px rgba(0,0,0,.3);pointer-events:none;flex:1}._PhaseBarPercent_upkck_1080{position:relative;z-index:1;padding-right:8px;font-size:.625rem;font-weight:500;color:#ffffffb3;pointer-events:none;flex-shrink:0}._ResizeHandle_upkck_1092{position:absolute;top:0;width:8px;height:100%;cursor:ew-resize;z-index:15}._GhostBar_upkck_1102{position:absolute;border-radius:4px;border:1px dashed var(--theme-color-std-bdr-1);background:var(--theme-color-component-1);pointer-events:none;z-index:1}._DependencySvg_upkck_1112{position:absolute;top:0;left:0;pointer-events:none;z-index:1;--dep-line-color: rgba(255, 255, 255, .45);--dep-arrow-color: rgba(255, 255, 255, .6);--dep-auto-color: rgba(255, 255, 255, .22);--dep-violated-color: rgba(255, 80, 60, .85)}[data-ix-color-schema=light] ._DependencySvg_upkck_1112{--dep-line-color: rgba(0, 0, 0, .38);--dep-arrow-color: rgba(0, 0, 0, .5);--dep-auto-color: rgba(0, 0, 0, .16);--dep-violated-color: rgba(200, 30, 10, .8)}._TodayCol_upkck_1132{position:absolute;bottom:0;background-color:color-mix(in srgb,var(--theme-color-primary) 8%,transparent);pointer-events:none;z-index:1}._TodayLine_upkck_1144{position:absolute;top:0;bottom:0;width:0;border-left:2px dashed #ff453a;z-index:20;pointer-events:none}._TodayDot_upkck_1154{position:absolute;top:0;left:-5px;width:8px;height:8px;border-radius:50%;background:#ff453a}._TodayLabel_upkck_1164{position:absolute;top:10px;left:50%;transform:translate(-50%);font-size:.5625rem;font-weight:700;color:#ff453a;white-space:nowrap}._PhaseTooltip_upkck_1176{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:220px;overflow:hidden;pointer-events:none;animation:_tooltipFadeIn_upkck_1 .15s ease}@keyframes _tooltipFadeIn_upkck_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}._TooltipHeader_upkck_1200{background-color:transparent;padding:10px 14px 6px;border-bottom:1px solid var(--theme-color-std-bdr-1);display:flex;align-items:center;gap:8px}._TooltipStatusDot_upkck_1209{width:8px;height:8px;border-radius:50%;flex-shrink:0}._TooltipTitle_upkck_1216{font-size:13px;font-weight:600;color:var(--theme-color-std-text)}._TooltipBody_upkck_1222{padding:8px 14px 10px;display:flex;flex-direction:column;gap:6px}._TooltipRow_upkck_1229{display:flex;justify-content:space-between;align-items:center;font-size:12px}._TooltipLabel_upkck_1236{color:var(--theme-color-soft-text);font-weight:500}._TooltipValue_upkck_1241{color:var(--theme-color-std-text);font-weight:600}._ItemTooltipProgress_upkck_1246{font-size:12px;font-weight:700;color:var(--theme-color-soft-text);margin-left:auto}._ItemTooltipDuration_upkck_1253{font-weight:400;color:var(--theme-color-soft-text)}._ItemTooltipMsLabel_upkck_1258{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-color-soft-text)}._ItemTooltipBadges_upkck_1266{display:flex;gap:6px;margin-top:4px}._ItemTooltipBadgeCritical_upkck_1272{font-size:11px;font-weight:600;padding:2px 7px;border-radius:4px;background:#ef44442e;color:#f87171}._ItemTooltipBadgeExternal_upkck_1281{font-size:11px;font-weight:600;padding:2px 7px;border-radius:4px;background:#6366f12e;color:#a5b4fc}._TooltipDelayed_upkck_1290{color:#ff9f0a}._TooltipValueFixed_upkck_1294{color:#f59e0b;font-weight:700}._TooltipViolation_upkck_1299{margin-top:6px;padding:4px 6px;border-radius:4px;background:#ff503c26;color:#ff7864;font-size:11px;font-weight:600}._PhaseTooltip_upkck_1176[data-severity=warn]{border-top:2px solid #ff9500}._PhaseTooltip_upkck_1176[data-severity=critical]{border-top:2px solid #ff453a;box-shadow:0 8px 32px #00000080,0 0 0 1px #ff453a66}._PhaseTooltip_upkck_1176[data-severity=caution]{border-top:2px solid #ffcc00}._TooltipWarnings_upkck_1325{display:flex;flex-direction:column;gap:4px;margin-top:6px;padding-top:6px;border-top:1px dashed var(--theme-color-std-bdr-1)}._TooltipWarning_upkck_1325{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:var(--theme-color-std-text)}._TooltipWarningDot_upkck_1343{width:6px;height:6px;border-radius:50%;flex-shrink:0;background:var(--theme-color-soft-text)}._TooltipWarning_upkck_1325[data-severity=caution] ._TooltipWarningDot_upkck_1343{background:#fc0}._TooltipWarning_upkck_1325[data-severity=warn] ._TooltipWarningDot_upkck_1343{background:#ff9500}._TooltipWarning_upkck_1325[data-severity=critical] ._TooltipWarningDot_upkck_1343{background:#ff453a}._TooltipWarning_upkck_1325[data-severity=info] ._TooltipWarningDot_upkck_1343{background:#30d158}._GanttWarningTooltip_upkck_1364{display:flex;flex-direction:column;gap:4px;max-width:260px;font-size:12px;line-height:1.35}._DragTooltip_upkck_1374{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_upkck_1387{font-weight:600;margin-bottom:2px}._DragTooltipDuration_upkck_1392{font-size:11px;opacity:.9}[data-ix-color-schema=light] ._GanttLabel_upkck_664{border-bottom-color:#0000000f}[data-ix-color-schema=light] ._GanttLabel_upkck_664._Alternate_upkck_784{background-color:#00000005}[data-ix-color-schema=light] ._GanttRow_upkck_1006{border-bottom-color:#0000001a}[data-ix-color-schema=light] ._GanttRow_upkck_1006._Alternate_upkck_784{background-color:#00000004}[data-ix-color-schema=light] ._GridLine_upkck_961{background-color:#0000001a}[data-ix-color-schema=light] ._DayLine_upkck_970{background-color:#0000000d}[data-ix-color-schema=light] ._WeekLine_upkck_979{background-color:#00000017}[data-ix-color-schema=light] ._MonthLine_upkck_988{background-color:#00000024}[data-ix-color-schema=light] ._WeekendCol_upkck_998{background-color:#0000000a}[data-ix-color-schema=light] ._HeaderRow_upkck_891{border-bottom-color:#0000001a}[data-ix-color-schema=light] ._HeaderCellBottom_upkck_919{border-right-color:#0000001a}._PdDrawer_upkck_1443{position:fixed;top:0;right:0;width:440px;height:100vh;height:100dvh;background:var(--theme-color-1);box-shadow:-12px 0 40px #00000047;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}._PdDrawerOpen_upkck_1464{transform:translate(0);visibility:visible;pointer-events:auto}body.project-gantt-toast-offset #toast-container{right:calc(var(--project-gantt-toast-right-offset, 0px) + 1rem)!important;z-index:100002!important}._PdDrawerHeader_upkck_1475{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--theme-color-std-bdr-1);flex-shrink:0}._PdDrawerHeaderContent_upkck_1484{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}._PdDrawerHeaderActions_upkck_1492{display:inline-flex;align-items:center;gap:4px;flex-shrink:0}._PdPhaseId_upkck_1499{display:inline-block;font-size:11px;font-weight:500;color:var(--theme-color-soft-text);width:fit-content}._PdProjectContext_upkck_1507{display:flex;align-items:center;gap:8px;min-width:0;width:fit-content;max-width:100%;color:var(--theme-color-soft-text);font-size:11px;font-weight:500}._PdProjectContext_upkck_1507 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._PdProjectContextAction_upkck_1525{--theme-btn-subtle-secondary--background: transparent;--theme-btn-subtle-secondary--border-color: transparent;flex-shrink:0}._PdDrawerTitle_upkck_1531{margin:0;font-size:17px;font-weight:600;color:var(--theme-color-std-text)}._PdStatusBadge_upkck_1538{display:inline-flex;align-items:center;padding:2px 10px;border-radius:20px;font-size:11px;font-weight:600;width:fit-content}._PdStatusBadge_upkck_1538[data-status=completed]{background-color:#8e8e9326;color:#8e8e93}._PdStatusBadge_upkck_1538[data-status=in-progress]{background-color:#30d15826;color:#30d158}._PdStatusBadge_upkck_1538[data-status=delayed]{background-color:#ff950026;color:#ff9500}._PdStatusBadge_upkck_1538[data-status=critical]{background-color:#ff3b3026;color:#ff3b30}._PdStatusBadge_upkck_1538[data-status=planned]{background-color:#0072c626;color:#0072c6}._PdStatusBadge_upkck_1538[data-status=reached]{background-color:#30d15826;color:#30d158}._PdStatusBadge_upkck_1538[data-status=blocked]{background-color:#ff3b3026;color:#ff3b30}._PdStatusBadge_upkck_1538[data-status=cancelled]{background-color:#8e8e931a;color:#8e8e93}._PdFixedDateBadge_upkck_1588{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:20px;font-size:11px;font-weight:600;width:fit-content;color:#f59e0b;background-color:#f59e0b24;border:1px solid rgba(245,158,11,.32)}._PdStatusDropdownWrap_upkck_1603{position:relative}._PdStatusDropdown_upkck_1603{position:absolute;top:calc(100% + 4px);left:0;z-index:100;background:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;padding:4px;box-shadow:0 8px 24px #0006;min-width:140px}._PdStatusDropdownItem_upkck_1620{padding:6px 8px;border-radius:6px;cursor:pointer;transition:background .15s}._PdStatusDropdownItem_upkck_1620:hover,._PdStatusDropdownItemActive_upkck_1631{background:var(--theme-color-3)}._PdDrawerBody_upkck_1635{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px 24px 24px;scrollbar-width:thin;scrollbar-color:var(--theme-color-std-bdr-1) transparent}._PdAlerts_upkck_1645{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}._PdAlert_upkck_1645{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:500}._PdAlertText_upkck_1662{display:flex;flex-direction:column;gap:2px;min-width:0}._PdAlertMessage_upkck_1669{font-weight:600;line-height:1.3}._PdAlertDetail_upkck_1674{font-weight:400;font-size:11px;opacity:.85;line-height:1.4}._PdAlert_warning_upkck_1682{background-color:#ff95001a;border:1px solid rgba(255,149,0,.25);color:#ff9500}._PdAlert_error_upkck_1688{background-color:#ff3b301a;border:1px solid rgba(255,59,48,.25);color:#ff3b30}._PdAlert_info_upkck_1694{background-color:#30d15814;border:1px solid rgba(48,209,88,.2);color:#30d158}._PdAlert_neutral_upkck_1700{background-color:#8e8e9314;border:1px solid rgba(142,142,147,.22);color:var(--theme-color-soft-text, #8e8e93)}._PdAlert_caution_upkck_1707{background-color:#ffcc001a;border:1px solid rgba(255,204,0,.3);color:#fc0}._PdAlert_warn_upkck_1682{background-color:#ff95001a;border:1px solid rgba(255,149,0,.25);color:#ff9500}._PdAlert_critical_upkck_1719{background-color:#ff3b301f;border:1px solid rgba(255,59,48,.35);color:#ff453a}._PdAlertToggle_upkck_1725{align-self:flex-start;border:0;padding:2px 0;background:transparent;color:var(--theme-color-primary);font-size:12px;font-weight:600;cursor:pointer}._PdAlertToggle_upkck_1725:hover{text-decoration:underline}._PdValueCritical_upkck_1740{color:#ff453a;font-weight:700}._PdSection_upkck_1746{margin-bottom:16px;padding:14px;background-color:var(--theme-color-component-1);border-radius:8px;border:1px solid var(--theme-color-std-bdr-1)}._PdSectionHeader_upkck_1754{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--theme-color-std-bdr-1)}._PdSectionHeader_upkck_1754 h3{margin:0;font-size:12px;font-weight:600;color:var(--theme-color-std-text);text-transform:uppercase;letter-spacing:.5px}._PdSectionHeader_upkck_1754 ix-icon{color:var(--theme-color-soft-text)}._PdSectionContent_upkck_1776{display:flex;flex-direction:column;gap:8px;overflow:visible}._PdNoteSection_upkck_1784{display:flex;flex-direction:column;gap:3px;font-size:13px;padding-top:2px;border-top:1px solid var(--theme-color-std-bdr-1);margin-top:4px}._PdNoteText_upkck_1794{font-size:12px;line-height:1.5;color:var(--theme-color-std-text);word-break:break-word}._PdNoteEmpty_upkck_1801{font-size:12px;color:var(--theme-color-soft-text)}._PdNoteMore_upkck_1806{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline;border:0;background:transparent;padding:0;color:var(--theme-color-primary);cursor:help;font-size:11px;font-weight:600;font-family:inherit;line-height:inherit;vertical-align:baseline;white-space:nowrap}._PdNoteMore_upkck_1806:hover,._PdNoteMore_upkck_1806:focus-visible{text-decoration:underline}._PdNoteMore_upkck_1806:focus-visible{outline:2px solid var(--theme-color-focus-bdr, var(--theme-color-primary));outline-offset:2px}._PdNoteTooltip_upkck_1832{max-width:min(320px,calc(100vw - 48px));max-height:min(280px,calc(100vh - 96px));overflow-y:auto;font-size:12px;font-weight:400;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere;text-align:left}._PdRow_upkck_1844{display:flex;justify-content:space-between;align-items:center;font-size:13px}._PdLabel_upkck_1851{color:var(--theme-color-soft-text)}._PdValue_upkck_1740{font-weight:600;color:var(--theme-color-std-text);text-align:right}._PdAreaValue_upkck_1861{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0}._PdAreaSwatch_upkck_1869{width:10px;height:10px;flex-shrink:0;border:1px solid var(--theme-color-std-bdr-1);border-radius:3px}._PdLabelHint_upkck_1877{font-size:11px;font-weight:400;color:var(--theme-color-soft-text);opacity:.8;cursor:help}._PdManualActuals_upkck_1885{display:flex;align-items:center;gap:8px;margin-top:4px;padding:8px 0 4px;border-top:1px dashed var(--theme-color-std-bdr-1)}._PdManualHint_upkck_1894{font-size:12px;color:var(--theme-color-soft-text);font-style:italic}._PdDrawerFooter_upkck_1901{flex-shrink:0;padding:12px 16px;border-top:1px solid var(--theme-color-std-bdr-1);background:var(--theme-color-1);display:flex;flex-direction:column;gap:8px}._PdButtonRow_upkck_1912{display:grid;grid-template-columns:1fr 1fr;gap:8px}._PdPlanningProposalAction_upkck_1918{display:flex;justify-content:flex-start;margin:4px 0 8px}._PdPlanningProposalAction_upkck_1918 ix-button{min-width:0}._PdActionBtnDanger_upkck_1928{min-width:0}._PdEditForm_upkck_1933{display:flex;flex-direction:column;gap:12px}._PdEditForm_upkck_1933 ix-input,._PdEditForm_upkck_1933 ix-select,._PdEditForm_upkck_1933 ix-textarea{display:block;width:100%}._PdEditRow_upkck_1946{display:grid;grid-template-columns:1fr 1fr;gap:10px}._PdEditField_upkck_1952{min-width:0}._PdEditLabel_upkck_1956{font-size:.875rem;font-weight:400;color:var(--theme-color-soft-text);margin-bottom:4px;display:block}._PdEditActions_upkck_1964{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}._PdDepField_upkck_1971{display:block;width:100%}._PdDepField_upkck_1971 ix-select{display:block;width:100%}._PdTodoList_upkck_1981{display:flex;flex-direction:column;gap:6px}._PdTodoRow_upkck_1987,._PdTodoOverlay_upkck_1988{display:grid;grid-template-columns:24px 24px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;background:var(--theme-color-component-1);transition:border-color .15s,background-color .15s}._PdTodoRow_upkck_1987:hover{border-color:var(--theme-color-soft-text)}._PdTodoRowReadonly_upkck_2006{grid-template-columns:24px minmax(0,1fr)}._PdTodoOverlay_upkck_1988{grid-template-columns:24px minmax(0,1fr);width:360px;background:var(--theme-color-2);box-shadow:0 12px 32px #0006;cursor:grabbing}._PdTodoDragHandle_upkck_2018,._PdTodoActionButton_upkck_2019{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;border-radius:4px;background:transparent;color:var(--theme-color-soft-text)}._PdTodoDragHandle_upkck_2018{cursor:grab;opacity:.55}._PdTodoDragHandle_upkck_2018:hover,._PdTodoActionButton_upkck_2019:hover{opacity:1;background:#80808024}._PdTodoDragHandle_upkck_2018:active{cursor:grabbing}._PdTodoActions_upkck_2047{display:inline-flex;align-items:center;gap:2px}._PdTodoActionButton_upkck_2019{cursor:pointer;opacity:.75}._PdTodoTitle_upkck_2058{min-width:0;font-size:13px;color:var(--theme-color-std-text);overflow-wrap:anywhere}._PdTodoContent_upkck_2065{min-width:0;display:flex;flex-direction:column;gap:4px}._PdTodoTitleDone_upkck_2072{color:var(--theme-color-soft-text);text-decoration:line-through}._PdTodoLinkedFiles_upkck_2077{display:flex;flex-wrap:wrap;gap:4px}._PdTodoResponsibleLine_upkck_2083{display:flex;align-items:center;gap:5px;min-width:0;color:var(--theme-color-soft-text);font-size:11px}._PdTodoResponsibleLine_upkck_2083 span{min-width:0;overflow-wrap:anywhere}._PdTodoFileChip_upkck_2097{display:inline-flex;align-items:center;max-width:100%;min-height:20px;padding:0 7px;border:1px solid var(--theme-color-std-bdr-1);border-radius:999px;background:color-mix(in srgb,var(--theme-color-primary) 9%,transparent);color:var(--theme-color-std-text);font:inherit;font-size:11px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._PdTodoFileChip_upkck_2097:hover{border-color:var(--theme-color-primary);color:var(--theme-color-primary)}._PdTodoHint_upkck_2120{margin:0;color:var(--theme-color-soft-text);font-size:12px}._PdTodoAddRow_upkck_2126{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,200px) auto;gap:8px;align-items:center;margin-top:4px}._PdTodoAddRow_upkck_2126 ix-input,._PdTodoAddRow_upkck_2126 ix-select{display:block;width:100%}._PdTodoForm_upkck_2140{display:flex;flex-direction:column;gap:10px;margin-top:4px;padding:12px;border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;background:color-mix(in srgb,var(--theme-color-component-1) 78%,transparent)}._PdTodoForm_upkck_2140 ix-input,._PdTodoForm_upkck_2140 ix-select{display:block;width:100%}._PdTodoError_upkck_2157{margin:0;font-size:12px;color:var(--theme-color-alarm, #ff3b30)}._PdResourceOperationList_upkck_2163{display:flex;flex-direction:column;gap:8px}._PdResourceOperationCard_upkck_2169{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;background:var(--theme-color-component-1)}._PdResourceOperationCardMain_upkck_2180{min-width:0;display:flex;flex-direction:column;gap:6px}._PdResourceOperationTitleRow_upkck_2187{display:flex;align-items:center;gap:8px;min-width:0;font-size:13px;color:var(--theme-color-std-text)}._PdResourceOperationTitleRow_upkck_2187 strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._PdResourceOperationStatus_upkck_2203{flex-shrink:0;display:inline-flex;align-items:center;min-height:20px;padding:0 7px;border-radius:999px;font-size:11px;font-weight:600}._PdResourceOperationStatus_upkck_2203[data-status=unplanned],._PdResourceOperationStatus_upkck_2203[data-status=planned]{background-color:#0072c626;color:#0072c6}._PdResourceOperationStatus_upkck_2203[data-status=released]{background-color:#30d15826;color:#30d158}._PdResourceOperationStatus_upkck_2203[data-status=in-progress]{background-color:#ffcc0029;color:#fc0}._PdResourceOperationStatus_upkck_2203[data-status=paused]{background-color:#ff6b0029;color:#ff8c42}._PdResourceOperationStatus_upkck_2203[data-status=blocked]{background-color:#ff3b3026;color:#ff3b30}._PdResourceOperationStatus_upkck_2203[data-status=completed]{background-color:#8e8e9326;color:#8e8e93}._PdResourceOperationMeta_upkck_2245{display:flex;flex-wrap:wrap;gap:6px 10px;color:var(--theme-color-soft-text);font-size:12px}._PdResourceOperationResponsible_upkck_2253{display:inline-flex;align-items:center;gap:4px}._PdResourceOperationLinkedFiles_upkck_2259{display:flex;flex-wrap:wrap;gap:4px}._PdResourceOperationFileChip_upkck_2265{display:inline-flex;align-items:center;gap:4px;max-width:100%;min-height:20px;padding:0 7px;border:1px solid var(--theme-color-std-bdr-1);border-radius:999px;background:color-mix(in srgb,var(--theme-color-primary) 9%,transparent);color:var(--theme-color-std-text);font:inherit;font-size:11px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._PdResourceOperationFileChip_upkck_2265:hover{border-color:var(--theme-color-primary);color:var(--theme-color-primary)}._PdResourceOperationAdditionalBadge_upkck_2289{display:inline-flex;align-items:center;min-height:18px;padding:0 6px;border:1px solid var(--theme-color-std-bdr-1);border-radius:999px;color:var(--theme-color-std-text);cursor:help}._PdResourceOperationTooltip_upkck_2300{display:flex;flex-direction:column;gap:6px;min-width:220px;max-width:min(320px,calc(100vw - 48px));font-size:12px;line-height:1.35}._PdResourceOperationTooltipRow_upkck_2310{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}._PdResourceOperationTooltipRow_upkck_2310 span{min-width:0;overflow-wrap:anywhere}._PdResourceOperationCardActions_upkck_2321{display:inline-flex;align-items:center;gap:4px}._PdResourceOperationIconButton_upkck_2327{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:4px;background:transparent;color:var(--theme-color-soft-text);cursor:pointer}._PdResourceOperationIconButton_upkck_2327:hover:not(:disabled){background:#80808024;color:var(--theme-color-std-text)}._PdResourceOperationIconButton_upkck_2327:disabled{cursor:not-allowed;opacity:.45}._PdResourceOperationForm_upkck_2351{display:flex;flex-direction:column;gap:12px;margin-top:4px;padding:12px;border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;background:color-mix(in srgb,var(--theme-color-component-1) 78%,transparent)}._PdResourceOperationForm_upkck_2351 ix-input,._PdResourceOperationForm_upkck_2351 ix-select,._PdResourceOperationForm_upkck_2351 ix-number-input,._PdResourceOperationForm_upkck_2351 ix-textarea{display:block;width:100%}._PdResourceOperationSubHeader_upkck_2370{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}._PdResourceRequirementList_upkck_2378{display:flex;flex-direction:column;gap:6px}._PdResourceRequirementHeader_upkck_2384,._PdResourceRequirementRow_upkck_2385{display:grid;grid-template-columns:minmax(0,1fr) 96px 28px;align-items:end;gap:8px}._PdResourceRequirementHeader_upkck_2384{align-items:center;color:var(--theme-color-soft-text);font-size:11px}._PdResourceOperationHint_upkck_2398{margin:0;color:var(--theme-color-soft-text);font-size:12px}._PdResourceOperationDependencyBox_upkck_2404{display:flex;flex-direction:column;gap:6px;padding:8px 10px;border:1px dashed var(--theme-color-std-bdr-1);border-radius:6px}._PdResourceOperationDependencyBox_upkck_2404 ix-select{display:block;width:100%}._PdResourceOperationDependencyList_upkck_2418{display:flex;flex-wrap:wrap;gap:6px}._PdResourceOperationDependencyChip_upkck_2424{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:999px;background:var(--theme-color-component-2);color:var(--theme-color-std-text);font-size:11px}._PdResourceMaterialList_upkck_2435{display:flex;flex-direction:column;gap:8px}._PdResourceMaterialRow_upkck_2441{display:flex;flex-direction:column;gap:8px;padding:8px;border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;background:var(--theme-color-component-2)}._PdResourceMaterialSelectRow_upkck_2451{display:grid;grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:8px}._PdResourceMaterialFields_upkck_2458{display:grid;grid-template-columns:86px 86px minmax(0,1fr);gap:8px;align-items:end}._PdResourceMaterialFields_upkck_2458 ix-input,._PdResourceMaterialFields_upkck_2458 ix-number-input{display:block;width:100%}._PdResourceMaterialDateInput_upkck_2471{width:100%}._PdDepList_upkck_2475{display:flex;flex-direction:column;gap:4px;margin-top:8px;padding:8px 10px;border:1px solid var(--theme-color-soft-bdr, rgba(0, 0, 0, .1));border-radius:6px;max-height:200px;overflow-y:auto}._PdDepHint_upkck_2487{margin-top:6px;font-size:12px;color:var(--theme-color-weak-text, rgba(0, 0, 0, .6))}._PdDepList_upkck_2475{display:flex;flex-direction:column;gap:6px;margin-top:8px;padding:8px 10px;border-radius:6px;background-color:#00000008;max-height:180px;overflow-y:auto}._PdDepHint_upkck_2487{margin-top:6px;font-size:12px;color:var(--theme-color-soft-text, #6b7280);font-style:italic}._PdDepError_upkck_2513{margin-top:6px;font-size:12px;color:var(--theme-color-alarm, #e53935)}._PdChainImpact_upkck_2520{display:flex;flex-direction:column;gap:4px}._PdChainImpactRow_upkck_2526{display:flex;align-items:baseline;gap:8px;padding:4px 0}._PdChainImpactRow_upkck_2526[data-impact-critical=true] ._PdChainImpactCount_upkck_2533,._PdChainImpactRow_upkck_2526[data-impact-critical=true] ._PdChainImpactLabel_upkck_2537{color:var(--theme-color-alarm, #ef4444)}._PdChainImpactRow_upkck_2526[data-impact-fixed=true] ._PdChainImpactCount_upkck_2533,._PdChainImpactRow_upkck_2526[data-impact-fixed=true] ._PdChainImpactLabel_upkck_2537{color:#f59e0b}._PdChainImpactFixedItemClickable_upkck_2549{cursor:pointer}._PdChainImpactFixedItemClickable_upkck_2549:hover{text-decoration:underline}._PdChainImpactCount_upkck_2533{font-size:20px;font-weight:600;line-height:1;min-width:24px;color:var(--theme-color-std-text, #e0e0e0)}._PdChainImpactLabel_upkck_2537{font-size:12px;color:var(--theme-color-soft-text, #9ca3af)}._PdChainImpactFixedList_upkck_2570{display:flex;flex-direction:column;gap:3px;margin-top:6px;padding:8px 10px;border-radius:6px;background:#f59e0b12;border-left:2px solid rgba(245,158,11,.5)}._PdChainImpactFixedItem_upkck_2549{display:flex;align-items:center;gap:6px;font-size:12px;color:#f59e0b}._PdDeleteConfirm_upkck_2590{margin-bottom:16px;padding:12px 14px;border-radius:8px;background-color:#ff3b300f;border:1px solid rgba(255,59,48,.2);animation:_pdFadeIn_upkck_1 .2s ease}@keyframes _pdFadeIn_upkck_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._PdDeleteConfirmText_upkck_2610{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:#ff3b30;line-height:1.45;margin-bottom:10px}._PdDeleteConfirmText_upkck_2610 ix-icon{flex-shrink:0;margin-top:1px}._PdDeleteConfirmActions_upkck_2625{display:flex;justify-content:flex-end;gap:8px}._PdDeleteBtn_upkck_2631{--ix-button-primary-background: #ff3b30;--ix-button-primary-background-hover: #e0342c;--ix-button-primary-background-active: #c92d26}._PdEmptyOrders_upkck_2638{font-size:12px;color:var(--theme-color-soft-text);text-align:center;padding:16px 0;font-style:italic}._PdOrderCard_upkck_2646{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:8px;background-color:var(--theme-color-2);border:1px solid var(--theme-color-std-bdr-1);cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease;outline:none}._PdOrderUnlink_upkck_2662{flex-shrink:0;opacity:0;transition:opacity .15s ease;cursor:pointer;color:var(--theme-color-soft-text);display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;background:none;border:none}._PdOrderUnlink_upkck_2662:hover{color:var(--theme-color-alarm, #ff3b30)}._PdOrderCard_upkck_2646:hover ._PdOrderUnlink_upkck_2662{opacity:1}._PdOrderCard_upkck_2646:hover{border-color:var(--theme-color-primary);background-color:color-mix(in srgb,var(--theme-color-primary) 5%,var(--theme-color-2));box-shadow:0 2px 8px #0000001f}._PdOrderCard_upkck_2646:focus-visible{border-color:var(--theme-color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--theme-color-primary) 30%,transparent)}._PdOrderCardLeft_upkck_2701{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}._PdOrderCardHeader_upkck_2709{display:flex;align-items:center;gap:10px}._PdOrderId_upkck_2715{font-size:11px;font-weight:700;color:var(--theme-color-primary)}._PdOrderStatus_upkck_2721{font-size:10px;font-weight:600;padding:2px 8px;border-radius:10px;background:transparent}._OrderStatusOpen_upkck_2729{color:#03a9f4;border:1px solid #03a9f4}._OrderStatusPlanned_upkck_2734{color:var(--theme-color-info);border:1px solid var(--theme-color-info)}._OrderStatusReleased_upkck_2739{color:var(--theme-color-success);border:1px solid var(--theme-color-success)}._OrderStatusInProgress_upkck_2744{color:var(--theme-color-warning);border:1px solid var(--theme-color-warning)}._OrderStatusComplete_upkck_2749{color:var(--theme-color-neutral);border:1px solid var(--theme-color-neutral)}._OrderStatusOnHold_upkck_2754{color:var(--theme-color-critical);border:1px solid var(--theme-color-critical)}._PdOrderName_upkck_2759{font-size:14px;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._PdOrderSteps_upkck_2769{display:flex;align-items:center;gap:8px}._PdOrderStepsBar_upkck_2775{flex:1;min-width:72px;height:6px;background-color:color-mix(in srgb,var(--theme-color-std-text) 14%,transparent);border:1px solid color-mix(in srgb,var(--theme-color-std-text) 18%,transparent);border-radius:999px;overflow:hidden}._PdOrderStepsFill_upkck_2790{height:100%;background-color:var(--theme-color-primary);border-radius:inherit;transition:width .3s ease}._PdOrderStepsLabel_upkck_2797{flex-shrink:0;font-size:11px;color:var(--theme-color-soft-text);white-space:nowrap}._PdOrderDetails_upkck_2804{display:flex;flex-wrap:wrap;gap:12px}._PdOrderCustomer_upkck_2810,._PdOrderMachine_upkck_2811{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--theme-color-soft-text)}._PdOrderChevron_upkck_2819{flex-shrink:0;color:var(--theme-color-soft-text);transition:transform .15s ease,color .15s ease}._PdOrderCard_upkck_2646:hover ._PdOrderChevron_upkck_2819{color:var(--theme-color-primary);transform:translate(2px)}._PdActions_upkck_2833{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:4px}._PdActionBtn_upkck_1928{min-width:0}._PdLinkOrdersSection_upkck_2846{margin:.75rem 0 0;padding:.75rem;border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;background-color:var(--theme-color-component-2)}._PdLinkOrdersHeader_upkck_2854{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}._PdLinkOrdersHeader_upkck_2854 h4{font-size:.8125rem;font-weight:600;color:var(--theme-color-std-text);margin:0}._PdLinkOrdersSearch_upkck_2868{width:100%;margin-bottom:.5rem}._PdLinkOrdersList_upkck_2873{max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:.375rem;scrollbar-width:thin;scrollbar-color:var(--theme-color-std-bdr-1) transparent}._PdLinkOrderItem_upkck_2883{display:flex;align-items:center;justify-content:space-between;padding:.5rem .625rem;border:1px solid var(--theme-color-std-bdr-1);border-radius:6px;background-color:var(--theme-color-component--1);gap:.5rem}._PdLinkOrderItem_upkck_2883:hover{border-color:var(--theme-color-soft-text)}._PdLinkOrderInfo_upkck_2898{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}._PdLinkOrderTitle_upkck_2906{font-size:.75rem;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._PdLinkOrderMeta_upkck_2915{font-size:.6875rem;color:var(--theme-color-soft-text)}._PdLinkOrdersEmpty_upkck_2920{text-align:center;padding:1rem;font-size:.75rem;color:var(--theme-color-soft-text)}._ProjectInfoCard_upkck_2928{display:block;width:min(340px,calc(100vw - 32px));max-width:100%;box-sizing:border-box;padding:.125rem;overflow-wrap:anywhere}._ProjectInfoCardTitle_upkck_2937{font-size:.8125rem;font-weight:700;color:var(--theme-color-std-text);margin-bottom:.625rem;padding-bottom:.5rem;border-bottom:1px solid var(--theme-color-std-bdr-1);white-space:normal;overflow-wrap:anywhere;word-break:break-word}._ProjectInfoGrid_upkck_2949{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:.25rem .75rem;align-items:baseline;min-width:0}._ProjectInfoLabel_upkck_2957{font-size:.6875rem;color:var(--theme-color-soft-text);white-space:nowrap;min-width:0}._ProjectInfoValue_upkck_2964{font-size:.75rem;color:var(--theme-color-std-text);font-weight:500;min-width:0;overflow-wrap:anywhere;word-break:break-word}._ProjectInfoNotes_upkck_2973{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--theme-color-std-bdr-1);display:flex;flex-direction:column;gap:.25rem}._ProjectInfoNotesText_upkck_2982{font-size:.6875rem;color:var(--theme-color-std-text);line-height:1.4;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;max-height:80px;overflow-y:auto}@media only screen and (max-width:48em){body.project-gantt-toast-offset #toast-container{left:1rem!important;right:1rem!important}._PdDrawer_upkck_1443{width:100%}._KPIRow_upkck_73{gap:.375rem;margin:.5rem .75rem}._GanttLabels_upkck_664,._GanttLabelHeader_upkck_693{width:160px}._GanttLegend_upkck_634{display:none}}._GanttLabelPhaseHeader_upkck_3024{cursor:pointer;font-weight:700;font-size:.875rem;letter-spacing:.01em;background-color:#0000002e;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);align-items:center}._GanttLabelPhaseHeader_upkck_3024:hover{background-color:#00000040}._GanttLabelPhaseHeaderSelected_upkck_3039{background-color:color-mix(in srgb,var(--theme-color-primary) 18%,transparent)!important;border-left:3px solid var(--theme-color-primary)}._GanttLabelPhaseBody_upkck_3044{display:flex;flex-direction:column;min-width:0;flex:1;gap:1px}._GanttLabelPhaseSubtitle_upkck_3052{font-size:.6875rem;font-weight:400;color:var(--theme-color-soft-text);opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._GanttLabelChild_upkck_3062{position:relative;padding-left:2rem;font-size:.75rem;color:var(--theme-color-soft-text);cursor:pointer;gap:6px}._GanttLabelChild_upkck_3062:hover{background-color:#ffffff0a}._GanttLabelChildBody_upkck_3075{display:flex;flex-direction:column;min-width:0;flex:1;gap:1px}._GanttLabelChildStatus_upkck_3083{font-size:.6875rem;color:var(--theme-color-soft-text);opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._GanttLabelChildProgress_upkck_3092{flex-shrink:0;font-size:.6875rem;font-weight:600;color:var(--theme-color-soft-text);white-space:nowrap}._GanttLabelChildKind_upkck_3100{font-size:.7rem;opacity:.75;width:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center}._GanttLabelMilestoneKind_upkck_3110{font-size:1rem;line-height:1;opacity:.9}._GanttLabelWarningIcon_upkck_3116{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;color:#fc0}._GanttLabelWarningIcon_upkck_3116[data-severity=warn]{color:#ff9500}._GanttLabelWarningIcon_upkck_3116[data-severity=neutral]{color:var(--theme-color-soft-text)}._GanttLabelWarningIcon_upkck_3116[data-severity=critical]{color:#ff453a}._GanttLabelPhaseHeader_upkck_3024 ._GanttLabelWarningIcon_upkck_3116{position:static;transform:none;margin-left:auto;flex-shrink:0}._GanttLabelUserIcon_upkck_3146{flex-shrink:0;display:flex;align-items:center;justify-content:center;opacity:.5;color:var(--theme-color-soft-text);transition:opacity .15s ease}._GanttLabelChild_upkck_3062:hover ._GanttLabelUserIcon_upkck_3146{opacity:.85}._GanttLabelBadge_upkck_3160{margin-left:auto;font-size:.6875rem;background:#ffffff14;color:var(--theme-color-soft-text);padding:1px 6px;border-radius:8px}._PhaseGroupCaretSidebar_upkck_3169{background:none;border:none;color:var(--theme-color-soft-text);cursor:pointer;padding:0;width:14px;font-size:.7rem;line-height:1}._GanttRowPhaseHeader_upkck_3181{background:#00000052}._PhaseGroupRow_upkck_3185{position:absolute;left:0;right:0;display:flex;align-items:center;padding-left:8px}._PhaseGroupSpanLine_upkck_3195{position:absolute;height:8px;background:color-mix(in srgb,var(--theme-color-soft-text) 60%,transparent);border-radius:4px;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center}._PhaseGroupSpanLine_upkck_3195:hover{background:color-mix(in srgb,var(--theme-color-soft-text) 90%,transparent)}._PhaseGroupSpanLineSelected_upkck_3211{box-shadow:0 0 0 2px color-mix(in srgb,var(--theme-color-primary) 60%,transparent);height:10px}._PhaseGroupSpanLineDraggable_upkck_3216{cursor:grab;-webkit-user-select:none;user-select:none}._PhaseGroupSpanLineDragging_upkck_3221{cursor:grabbing;opacity:.75;box-shadow:0 2px 8px #00000040}._PhaseGroupSpanProgress_upkck_3227{position:absolute;inset:0 auto 0 0;background:color-mix(in srgb,var(--theme-color-primary, #0072c6) 36%,transparent);border-radius:inherit;pointer-events:none}._PhaseGroupSpanLabel_upkck_3239{position:relative;z-index:1;padding:0 4px;color:var(--theme-color-std-text);font-size:9px;font-weight:700;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.45);white-space:nowrap}._PhaseGroupHealthBadge_upkck_3251{position:absolute;right:-8px;top:50%;z-index:2;display:inline-flex;align-items:center;gap:2px;min-width:18px;height:18px;padding:0 4px;transform:translate(100%,-50%);border-radius:999px;border:1px solid var(--theme-color-std-bdr-1);background:var(--theme-color-component-1);color:var(--theme-color-soft-text);font-size:10px;font-weight:700;line-height:1}._PhaseGroupHealthBadge_upkck_3251[data-severity=caution]{color:#fc0;border-color:#ffcc0059}._PhaseGroupHealthBadge_upkck_3251[data-severity=warn]{color:#ff9500;border-color:#ff950059}._PhaseGroupHealthBadge_upkck_3251[data-severity=critical]{color:#ff453a;border-color:#ff453a73}._PhaseGroupCaret_upkck_3169,._PhaseGroupName_upkck_3289,._PhaseGroupStatusDot_upkck_3290,._PhaseGroupNameText_upkck_3291,._PhaseGroupDateRange_upkck_3292,._PhaseGroupChildCount_upkck_3293{display:none}._PhaseSwimlane_upkck_3297{position:absolute;left:0;right:0;pointer-events:none;z-index:0}._WorkPackageBar_upkck_3306{position:absolute;border-radius:4px;cursor:grab;-webkit-user-select:none;user-select:none;box-shadow:0 1px 2px #00000040;display:flex;align-items:center;padding:0 8px;overflow:visible;transition:box-shadow .15s ease}._WorkPackageBar_upkck_3306:hover{box-shadow:0 2px 6px #00000059}._WorkPackageBar_upkck_3306[data-warning-severity=caution]{box-shadow:0 0 0 2px #fc0,0 1px 2px #00000040}._WorkPackageBar_upkck_3306[data-warning-severity=warn]{box-shadow:0 0 0 2px #ff9500,0 1px 2px #00000040}._WorkPackageBar_upkck_3306[data-warning-severity=critical]{box-shadow:0 0 0 2px #ff453a,0 1px 2px #00000040}._WorkPackageBarFixed_upkck_3341{cursor:default}._WorkPackageBarDragging_upkck_3345{cursor:grabbing;box-shadow:0 4px 12px #00000073;opacity:.9}._WorkPackageBarResizing_upkck_3351{cursor:ew-resize;box-shadow:0 4px 12px #00000073;opacity:.92}._WorkPackageBarProgress_upkck_3357{position:absolute;left:0;top:0;bottom:0;background:#ffffff40;pointer-events:none;border-radius:4px}._WorkPackageBarLabel_upkck_3367{position:relative;z-index:1;min-width:0;font-size:.75rem;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.35);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}._WorkPackageBarHasWarnings_upkck_3380 ._WorkPackageBarLabel_upkck_3367{padding-right:34px}._WorkPackageBarWarningBadge_upkck_3384{position:absolute;z-index:2;right:5px;top:50%;transform:translateY(-50%);min-width:24px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;gap:2px;border-radius:9px;color:#fff;background:#00000047;border:1px solid rgba(255,255,255,.28);font-size:10px;font-weight:800;line-height:1;pointer-events:none}._WorkPackageBarLock_upkck_3407{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:16px;height:16px;margin-right:4px;border-radius:50%;color:#fff;background:#00000040;pointer-events:none}._WpResizeHandle_upkck_3423{position:absolute;top:0;right:0;bottom:0;width:10px;cursor:ew-resize;z-index:20;pointer-events:all}._WpResizeHandle_upkck_3423:after{content:"";position:absolute;top:6px;right:3px;bottom:6px;width:2px;border-radius:2px;background:#ffffff94;opacity:0;transition:opacity .15s ease}._WorkPackageBar_upkck_3306:hover ._WpResizeHandle_upkck_3423:after,._WorkPackageBarResizing_upkck_3351 ._WpResizeHandle_upkck_3423:after{opacity:1}._WpConnectHandle_upkck_3455{position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:14px;height:14px;border-radius:50%;background:var(--theme-color-primary, #3b82f6);border:2px solid #fff;opacity:0;transition:opacity .15s ease;cursor:crosshair;z-index:30;pointer-events:all}._WorkPackageBar_upkck_3306:hover ._WpConnectHandle_upkck_3455{opacity:1}._MsConnectHandle_upkck_3477{position:absolute;right:-14px;top:50%;transform:translateY(-50%);width:14px;height:14px;border-radius:50%;background:var(--theme-color-primary, #3b82f6);border:2px solid #fff;opacity:0;transition:opacity .15s ease;cursor:crosshair;z-index:30;pointer-events:all}._MilestoneDiamond_upkck_3494:hover ._MsConnectHandle_upkck_3477{opacity:1}._ConnectHandleTooltip_upkck_3499{position:absolute;left:calc(100% + 8px);top:50%;transform:translateY(-50%);background:#111827eb;color:#f9fafb;font-size:.7rem;font-weight:500;padding:4px 8px;border-radius:4px;white-space:nowrap;pointer-events:none;z-index:40;box-shadow:0 2px 6px #0000004d}._WpConnectTarget_upkck_3517{outline:2px solid #60a5fa;outline-offset:2px}._MilestoneDiamond_upkck_3494{position:absolute;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}._MilestoneDiamond_upkck_3494:hover{filter:brightness(1.15) drop-shadow(0 1px 3px rgba(0,0,0,.35))}._MilestoneDiamondFixed_upkck_3538 svg{filter:drop-shadow(0 0 0 rgba(0,0,0,0))}._MilestoneFixedLock_upkck_3542{position:absolute;right:-7px;top:-7px;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;color:#fff;background:#f59e0b;border:1px solid rgba(31,41,55,.8);box-shadow:0 1px 3px #00000059;pointer-events:none}._MilestoneDiamond_upkck_3494:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px;border-radius:2px}._MilestoneDiamondLabel_upkck_3565{position:absolute;left:calc(100% + 5px);top:50%;transform:translateY(-50%);font-size:.6875rem;font-weight:500;color:var(--theme-color-soft-text);white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none}._ProjectUpdateGhostLayer_upkck_3578{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:24;--project-update-ghost-color: #f59e0b}._ProjectUpdateGhostBar_upkck_3586{position:absolute;display:flex;align-items:center;min-width:18px;padding:0 7px;overflow:hidden;border:1px dashed color-mix(in srgb,var(--project-update-ghost-color) 82%,white 8%);border-radius:4px;background:repeating-linear-gradient(135deg,color-mix(in srgb,var(--project-update-ghost-color) 30%,transparent),color-mix(in srgb,var(--project-update-ghost-color) 30%,transparent) 6px,color-mix(in srgb,var(--project-update-ghost-color) 14%,transparent) 6px,color-mix(in srgb,var(--project-update-ghost-color) 14%,transparent) 12px),color-mix(in srgb,var(--project-update-ghost-color) 12%,var(--theme-color-component-1));box-shadow:0 0 0 1px color-mix(in srgb,var(--project-update-ghost-color) 22%,transparent);pointer-events:auto}._ProjectUpdateGhostPhase_upkck_3608{border-radius:999px;opacity:.95}._ProjectUpdateGhostLabel_upkck_3613{min-width:0;overflow:hidden;color:var(--theme-color-std-text);font-size:.6875rem;font-weight:700;line-height:1;text-overflow:ellipsis;white-space:nowrap}._ProjectUpdateGhostMilestone_upkck_3624{position:absolute;border:1px dashed color-mix(in srgb,var(--project-update-ghost-color) 82%,white 8%);border-radius:3px;background:color-mix(in srgb,var(--project-update-ghost-color) 42%,var(--theme-color-component-1));box-shadow:0 0 0 2px color-mix(in srgb,var(--theme-color-component-1) 82%,transparent);pointer-events:auto;transform:rotate(45deg)}._ProjectUpdateGhostArrows_upkck_3634{position:absolute;top:0;right:0;bottom:0;left:0;overflow:visible;pointer-events:none}._ProjectUpdateGhostArrows_upkck_3634 line{stroke:color-mix(in srgb,var(--project-update-ghost-color) 92%,white 4%);stroke-width:2.5;stroke-dasharray:10 6;stroke-linecap:butt;vector-effect:non-scaling-stroke}._ProjectUpdateGhostArrows_upkck_3634 path{fill:color-mix(in srgb,var(--project-update-ghost-color) 92%,white 4%)}._ProjectUpdateGhostTooltip_upkck_3653{display:block;max-width:min(280px,calc(100vw - 48px));white-space:pre-line;overflow-wrap:anywhere;line-height:1.45}._WpBarSelected_upkck_3664{box-shadow:0 0 0 2px #ffffffd9,0 2px 10px #0006!important;z-index:20!important}._WpBarPredecessor_upkck_3670{box-shadow:0 0 0 2px #60a5fa!important}._WpBarPredecessorIndirect_upkck_3673{box-shadow:0 0 0 1.5px #60a5fa66!important}._WpBarSuccessor_upkck_3676{box-shadow:0 0 0 2px #f59e0b!important}._WpBarSuccessorIndirect_upkck_3679{box-shadow:0 0 0 1.5px #f59e0b66!important}._WpBarBlocked_upkck_3682{box-shadow:0 0 0 2px #ef4444!important}._WpBarDimmed_upkck_3685{opacity:.18!important;filter:saturate(.25)!important;transition:opacity .15s ease,filter .15s ease}._GanttLabelHighlightSelected_upkck_3694{border-left:3px solid rgba(255,255,255,.7);background:#ffffff0a!important}._GanttLabelHighlightPredecessor_upkck_3698{border-left:3px solid #60a5fa;background:#60a5fa0f!important}._GanttLabelHighlightPredecessorIndirect_upkck_3702{border-left:3px solid rgba(96,165,250,.35);background:#60a5fa06!important}._GanttLabelHighlightSuccessor_upkck_3706{border-left:3px solid #f59e0b;background:#f59e0b0f!important}._GanttLabelHighlightSuccessorIndirect_upkck_3710{border-left:3px solid rgba(245,158,11,.35);background:#f59e0b06!important}._GanttLabelHighlightBlocked_upkck_3714{border-left:3px solid #ef4444;background:#ef44440f!important}._GanttLabelHighlightDimmed_upkck_3718{opacity:.25!important}._MoveConsequenceCard_upkck_3723{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:1000;min-width:360px;max-width:520px;background:var(--theme-color-1);border:1px solid var(--theme-color-std-bdr-1);border-radius:10px;box-shadow:0 8px 32px #00000052;padding:16px 18px 14px;display:flex;flex-direction:column;gap:10px;animation:_mcCardIn_upkck_1 .18s ease}@keyframes _mcCardIn_upkck_1{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}._MoveConsequenceCard_upkck_3723[data-severity=warn]{border-color:color-mix(in srgb,var(--theme-color-warning, #ffb900) 45%,var(--theme-color-std-bdr-1))}._MoveConsequenceCard_upkck_3723[data-severity=critical]{border-color:color-mix(in srgb,var(--theme-color-alarm, #ff3b30) 48%,var(--theme-color-std-bdr-1))}._MoveConsequenceHeader_upkck_3769{display:flex;align-items:center;justify-content:space-between}._MoveConsequenceTitle_upkck_3775{font-size:13px;font-weight:600;color:var(--theme-color-std-text);letter-spacing:0}._MoveConsequenceClose_upkck_3782{background:none;border:none;cursor:pointer;color:var(--theme-color-soft-text);font-size:18px;line-height:1;padding:0 2px;transition:color .12s}._MoveConsequenceClose_upkck_3782:hover{color:var(--theme-color-std-text)}._MoveConsequenceSubtitle_upkck_3797{font-size:12px;color:var(--theme-color-soft-text)}._MoveConsequenceIssues_upkck_3802{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}._MoveConsequenceIssue_upkck_3802{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--theme-color-std-text)}._MoveConsequenceIssue_upkck_3802[data-severity=critical]{color:var(--theme-color-alarm, #ff3b30)}._MoveConsequenceIssue_upkck_3802[data-severity=warn]{color:var(--theme-color-warning, #ffb900)}._MoveConsequenceIssue_upkck_3802[data-severity=info]{color:var(--theme-color-soft-text)}._MoveConsequenceIssueIcon_upkck_3831{font-size:14px;flex-shrink:0;width:14px;text-align:center}._MoveConsequenceActions_upkck_3838{display:flex;gap:8px;justify-content:flex-end;align-items:center;padding-top:4px;border-top:1px solid var(--theme-color-std-bdr-1)}._MoveConsequenceCascade_upkck_3847{padding:10px 12px;border-radius:7px;background:var(--theme-color-component-1);border:1px solid var(--theme-color-std-bdr-1);display:flex;flex-direction:column;gap:6px}._MoveConsequenceCascade_upkck_3847[data-severity=critical]{border-color:color-mix(in srgb,var(--theme-color-alarm, #ff3b30) 28%,var(--theme-color-std-bdr-1))}._MoveConsequenceCascade_upkck_3847[data-severity=warn]{border-color:color-mix(in srgb,var(--theme-color-warning, #ffb900) 28%,var(--theme-color-std-bdr-1))}._MoveConsequenceCascadeTitle_upkck_3873{font-size:12px;font-weight:600;color:var(--theme-color-std-text)}._MoveConsequenceCascade_upkck_3847[data-severity=critical] ._MoveConsequenceCascadeTitle_upkck_3873{color:var(--theme-color-alarm, #ff3b30)}._MoveConsequenceCascade_upkck_3847[data-severity=warn] ._MoveConsequenceCascadeTitle_upkck_3873{color:var(--theme-color-warning, #ffb900)}._MoveConsequenceCascadeSubtitle_upkck_3887{font-size:11px;color:var(--theme-color-soft-text)}._MoveConsequenceCascadeHint_upkck_3892{font-size:11px;color:var(--theme-color-success, #30d158)}._MoveConsequenceCascadeList_upkck_3897{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}._MoveConsequenceCascadeList_upkck_3897 li{font-size:12px;color:var(--theme-color-std-text);padding-left:12px;position:relative}._MoveConsequenceCascadeList_upkck_3897 li:before{content:"•";position:absolute;left:0;color:var(--theme-color-soft-text)}._MoveConsequenceCascadeList_upkck_3897 li[data-conflict=true]{color:var(--theme-color-alarm, #ff3b30);display:flex;align-items:center;gap:4px;padding-left:0}._MoveConsequenceCascadeList_upkck_3897 li[data-conflict=true]:before{content:none}._MoveConsequenceCascadePreview_upkck_3932{display:flex;flex-direction:column;gap:3px;margin-top:2px;padding-top:6px;border-top:1px solid var(--theme-color-std-bdr-1);max-height:160px;overflow-y:auto;scrollbar-width:thin}._MoveConsequencePreviewRow_upkck_3944{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--theme-color-soft-text)}._MoveConsequencePreviewConflict_upkck_3952{color:var(--theme-color-alarm, #ff3b30)}._MoveConsequencePreviewIcon_upkck_3956{flex-shrink:0;width:12px;display:flex;align-items:center;justify-content:center;color:var(--theme-color-soft-text)}._MoveConsequencePreviewConflict_upkck_3952 ._MoveConsequencePreviewIcon_upkck_3956{color:var(--theme-color-alarm, #ff3b30)}._MoveConsequencePreviewTitle_upkck_3969{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._MoveConsequencePreviewDates_upkck_3976{flex-shrink:0;font-variant-numeric:tabular-nums;opacity:.8}@media(prefers-color-scheme:light){._GanttRowPhaseHeader_upkck_3181{background:#0000001a}._GanttLabelPhaseHeader_upkck_3024{background-color:#00000014}._GanttLabelPhaseHeader_upkck_3024:hover{background-color:#00000024}._GanttLabelChild_upkck_3062:hover{background-color:#00000008}}._PdCloseBtn_upkck_4006{background:transparent;border:0;cursor:pointer;padding:6px;border-radius:4px;color:var(--theme-color-std-text)}._PdHeaderIconBtn_upkck_4015{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:1px solid var(--theme-color-std-bdr-1);cursor:pointer;padding:0;border-radius:4px;color:var(--theme-color-primary)}._PdCloseBtn_upkck_4006:hover,._PdHeaderIconBtn_upkck_4015:hover{background:#80808026}._PdHeaderMeldungIndicator_upkck_4035{position:absolute;top:3px;right:3px;width:14px;height:14px;border-radius:999px;background:#e53935;color:#fff;font-size:10px;font-weight:700;line-height:14px;text-align:center;pointer-events:none}._PdDrawerBadgeRow_upkck_4051{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap;align-items:center}._PdSectionActions_upkck_4059{margin-left:auto;display:flex;gap:6px}._PdSummaryGrid_upkck_4065{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}._SummaryStat_upkck_4072{display:flex;flex-direction:column;align-items:flex-start;background:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr);border-radius:6px;padding:10px 12px;min-height:56px}._SummaryStatValue_upkck_4082{font-size:20px;font-weight:600;line-height:1.1;color:var(--theme-color-std-text)}._SummaryStatLabel_upkck_4088{font-size:11px;text-transform:uppercase;letter-spacing:.4px;color:var(--theme-color-soft-text);margin-top:4px}._SummaryStatOk_upkck_4095 ._SummaryStatValue_upkck_4082{color:#30d158}._SummaryStatWarn_upkck_4098 ._SummaryStatValue_upkck_4082{color:#ff9500}._SummaryStatCritical_upkck_4101 ._SummaryStatValue_upkck_4082{color:#ff3b30}._PdItemRow_upkck_4105{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;cursor:pointer;margin-bottom:4px}._PdItemRow_upkck_4105:hover{background:#007abb14}._PdItemKind_upkck_4117{display:flex;align-items:center;justify-content:center;color:var(--theme-color-soft-text, #888);width:20px;flex-shrink:0}._PdItemBody_upkck_4125{display:flex;flex-direction:column;min-width:0;flex:1}._PdItemTitle_upkck_4131{font-weight:500}._PdItemMeta_upkck_4134{font-size:12px;color:var(--theme-color-soft-text);margin-top:2px}._PdItemProgress_upkck_4139{flex-shrink:0;font-size:12px;font-weight:600;color:var(--theme-color-soft-text);white-space:nowrap;margin-left:4px}._PdStatusCard_upkck_4148{display:flex;gap:10px;align-items:flex-start;padding:12px 16px;margin:0 16px 12px;border-radius:6px;border:1px solid}._PdStatusCardOk_upkck_4157{background:#2e7d3214;border-color:#2e7d324d}._PdStatusCardWarn_upkck_4161{background:#ed6c0214;border-color:#ed6c024d}._PdStatusCardCritical_upkck_4165{background:#d32f2f14;border-color:#d32f2f4d}._PdStatusCardTitle_upkck_4169{font-weight:600}._PdStatusCardDetail_upkck_4172{font-size:12px;color:var(--theme-color-soft-text, #888);margin-top:2px}._PdEditRowStart_upkck_4178{align-items:start}._PdDependencyItem_upkck_4182{display:flex;flex-direction:column;padding:8px 10px;border-radius:6px;border:1px solid var(--theme-color-std-bdr-1);background:var(--theme-color-component-1);margin-bottom:6px;transition:border-color .15s}._PdDependencyItem_upkck_4182:hover{border-color:var(--theme-color-soft-text)}._PdDepHeader_upkck_4196{display:flex;align-items:center;gap:8px}._PdDepMeta_upkck_4202{display:flex;align-items:center;gap:6px;margin-top:5px;padding-left:24px;flex-wrap:wrap}._PdDepStatusChip_upkck_4211{font-size:10px;font-weight:600;padding:1px 7px;border-radius:10px;white-space:nowrap}._PdDepMetaItem_upkck_4219{display:flex;align-items:center;gap:3px;font-size:11px;color:var(--theme-color-soft-text)}._PdDepLabel_upkck_4227{flex:1;min-width:0;font-size:13px}._PdDepRemoveBtn_upkck_4233{flex-shrink:0;opacity:0;transition:opacity .15s;background:none;border:none;cursor:pointer;color:var(--theme-color-soft-text);padding:2px;border-radius:4px;display:flex;align-items:center}._PdDependencyItem_upkck_4182:hover ._PdDepRemoveBtn_upkck_4233{opacity:1}._PdDepRemoveBtn_upkck_4233:hover{color:var(--theme-color-alarm, #ff3b30)}._PdDepAddRow_upkck_4253{display:flex;align-items:center;gap:8px;margin-top:8px}._PdDependencySelect_upkck_4260{flex:1;min-width:0}._ModalBackdrop_upkck_4265{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._ModalCard_upkck_4274{background:var(--theme-color-component-1, #1e1e1e);border-radius:8px;padding:24px;width:100%;max-width:520px;max-height:90vh;overflow:auto;box-shadow:0 8px 32px #0006}._ModalTitle_upkck_4284{margin:0 0 16px;font-size:18px;font-weight:600}._ModalActions_upkck_4289{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}._PdToggleRow_upkck_4296{display:flex;gap:1.5rem;align-items:center;padding:.625rem .875rem;border-radius:8px;background-color:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr, rgba(0, 0, 0, .1))}._PdToggleItem_upkck_4306{display:flex;flex-direction:column;gap:.125rem}._PdToggleSub_upkck_4312{font-size:.6875rem;color:var(--theme-color-soft-text)}._PdPhaseActionChip_upkck_4317{display:inline-flex;align-items:center;gap:6px;padding:0;border:none;background:transparent;color:inherit;font-size:13px;font-family:inherit;cursor:pointer;transition:color .15s}._PdPhaseActionChip_upkck_4317:hover{color:var(--theme-color-primary, #007abb)}@media(prefers-color-scheme:light){._SummaryStatOk_upkck_4095 ._SummaryStatValue_upkck_4082{color:#27a947}._SummaryStatWarn_upkck_4098 ._SummaryStatValue_upkck_4082{color:#e68600}._SummaryStatCritical_upkck_4101 ._SummaryStatValue_upkck_4082{color:#d93025}._PdStatusCardDetail_upkck_4172{color:#666}._ModalCard_upkck_4274{background:#fff}}._PdTypeBadge_upkck_4353{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:500;background:transparent;color:var(--theme-color-soft-text);border:1px solid color-mix(in srgb,var(--theme-color-soft-text) 40%,transparent)}._PdProgressRow_upkck_4367{display:flex;align-items:center;gap:8px;margin-top:10px;width:100%;flex-wrap:wrap}._PdProgressInner_upkck_4376{display:flex;align-items:center;flex:1 1 240px;min-width:0;max-width:100%}._PdProgressIndicator_upkck_4384{width:100%;min-width:0}._PdProgressPct_upkck_4389{display:inline-block;min-width:2.25rem;font-size:12px;font-weight:600;text-align:right;white-space:nowrap;color:var(--theme-color-std-text)}._PdResponsibleChip_upkck_4399{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:500;background:transparent;color:var(--theme-color-soft-text);border:1px solid color-mix(in srgb,var(--theme-color-soft-text) 40%,transparent)}._PdDocItem_upkck_4414{display:flex;flex-direction:column;gap:8px;padding:8px 10px;border-radius:6px;border:1px solid var(--theme-color-std-bdr-1);background:var(--theme-color-component-1);margin-bottom:6px;cursor:pointer;transition:border-color .15s}._PdDocItem_upkck_4414:hover{border-color:var(--theme-color-soft-text)}._PdDocMain_upkck_4430{display:grid;grid-template-columns:28px minmax(0,1fr) repeat(3,28px);align-items:center;gap:10px;min-width:0}._PdDocIcon_upkck_4438{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:5px;background:color-mix(in srgb,var(--theme-color-primary) 12%,transparent);color:var(--theme-color-primary);flex-shrink:0}._PdDocBody_upkck_4450{display:flex;flex-direction:column;min-width:0;flex:1}._PdDocName_upkck_4457{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._PdDocMeta_upkck_4465{font-size:11px;color:var(--theme-color-soft-text);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._PdDocAction_upkck_4474{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:var(--theme-color-soft-text);cursor:pointer;border-radius:4px;flex-shrink:0;transition:color .15s,background .15s}._PdDocAction_upkck_4474:hover{color:var(--theme-color-primary);background:color-mix(in srgb,var(--theme-color-primary) 10%,transparent)}._PdDocShowAll_upkck_4495{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:6px;border:none;background:transparent;color:var(--theme-color-primary);font-size:12px;font-family:inherit;cursor:pointer;border-radius:4px;transition:background .15s}._PdDocShowAll_upkck_4495:hover{background:color-mix(in srgb,var(--theme-color-primary) 10%,transparent)}._PdDocLinks_upkck_4515,._PdDocEditActions_upkck_4516,._PdDocUploadHeader_upkck_4517{display:flex;align-items:center;gap:6px}._PdDocLinks_upkck_4515{flex-wrap:wrap;padding-left:38px}._PdDocLinkChip_upkck_4528{display:inline-flex;align-items:center;gap:4px;min-height:20px;max-width:100%;padding:0 7px;border:1px solid var(--theme-color-std-bdr-1);border-radius:999px;color:var(--theme-color-soft-text);background:var(--theme-color-component-2);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._PdDocLinkEditor_upkck_4545{display:flex;flex-direction:column;gap:10px;padding:10px;border:1px dashed var(--theme-color-std-bdr-1);border-radius:6px;background:color-mix(in srgb,var(--theme-color-component-2) 86%,transparent)}._PdDocLinkGrid_upkck_4555{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}._PdDocLinkField_upkck_4561{display:flex;flex-direction:column;gap:5px;min-width:0}._PdDocLinkField_upkck_4561 ix-select{display:block;width:100%}._PdDocEditActions_upkck_4516{justify-content:flex-end}._PdDocUploadHeader_upkck_4517{justify-content:space-between}._PdDocSelectedFile_upkck_4581{min-width:0;color:var(--theme-color-soft-text);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:48em){._PdTodoAddRow_upkck_2126{grid-template-columns:1fr}._PdDocMain_upkck_4430{grid-template-columns:28px minmax(0,1fr) repeat(3,28px)}._PdDocLinkGrid_upkck_4555{grid-template-columns:1fr}._PdDocLinks_upkck_4515{padding-left:0}}._WpBarCriticalChain_upkck_4609{box-shadow:0 0 0 2px #f97316!important;filter:brightness(1.1)}._WpBarViewHighlight_upkck_4613{box-shadow:0 0 0 2px var(--theme-color-primary)!important;filter:brightness(1.08)}._WpBarDepartmentOwned_upkck_4617{box-shadow:0 0 0 2px color-mix(in srgb,var(--theme-color-primary) 82%,white 8%),0 2px 10px #0000003d!important;filter:brightness(1.08);z-index:18!important}._WpBarDepartmentPredecessor_upkck_4624{box-shadow:0 0 0 2px #60a5fab8!important;filter:saturate(.82) brightness(1.04)}._WpBarDepartmentSuccessor_upkck_4628{box-shadow:0 0 0 2px #f59e0bc7!important;filter:saturate(.86) brightness(1.04)}._GanttLabelHighlightCriticalChain_upkck_4632{border-left:3px solid #f97316;background:#f9731614!important}._GanttLabelHighlightViewHighlight_upkck_4636{border-left:3px solid var(--theme-color-primary);background:color-mix(in srgb,var(--theme-color-primary) 10%,transparent)!important}._GanttLabelHighlightDepartmentOwned_upkck_4640{border-left:3px solid var(--theme-color-primary);background:color-mix(in srgb,var(--theme-color-primary) 12%,transparent)!important}._GanttLabelHighlightDepartmentPredecessor_upkck_4644{border-left:3px solid #60a5fa;background:#60a5fa0e!important}._GanttLabelHighlightDepartmentSuccessor_upkck_4648{border-left:3px solid #f59e0b;background:#f59e0b0f!important}._ForecastWidget_upkck_4654{display:flex;align-items:center;gap:0;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:6px;overflow:hidden}._ForecastWidget_upkck_4654[data-status=critical]{border-color:#ef444466;background:#ef44440d}._ForecastWidget_upkck_4654[data-status=attention]{border-color:#f59e0b66;background:#f59e0b0d}._ForecastItem_upkck_4671{display:flex;flex-direction:column;align-items:flex-start;padding:4px 10px;border-right:1px solid rgba(255,255,255,.06)}._ForecastItem_upkck_4671:last-child{border-right:none}._ForecastLabel_upkck_4681{font-size:10px;color:var(--theme-color-soft-text, rgba(255, 255, 255, .5));letter-spacing:.03em;white-space:nowrap}._ForecastValue_upkck_4687{font-size:13px;font-weight:600;color:var(--theme-color-primary-text, #fff);line-height:1.2}._ForecastDelta_upkck_4693{font-size:13px;font-weight:700;line-height:1.2}._ForecastDelta_upkck_4693[data-status=critical]{color:#ef4444}._ForecastDelta_upkck_4693[data-status=attention]{color:#f59e0b}._ForecastDelta_upkck_4693[data-status=on-track]{color:#22c55e}._ToolbarHistoryActions_upkck_4709{display:flex;align-items:center;gap:4px}._ToolbarIconButton_upkck_4715{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:30px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:transparent;color:var(--theme-color-soft-text, rgba(255, 255, 255, .6));cursor:pointer;transition:border-color .15s,background .15s,color .15s,opacity .15s}._ToolbarIconButton_upkck_4715:hover:not(:disabled),._ToolbarIconButton_upkck_4715:focus-visible:not(:disabled){border-color:var(--theme-color-primary);color:var(--theme-color-primary);background:color-mix(in srgb,var(--theme-color-primary) 10%,transparent)}._ToolbarIconButton_upkck_4715:focus-visible{outline:2px solid var(--theme-color-focus-bdr, var(--theme-color-primary));outline-offset:2px}._ToolbarIconButton_upkck_4715:disabled{cursor:not-allowed;opacity:.45}._CriticalChainButton_upkck_4751{display:flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:transparent;color:var(--theme-color-soft-text, rgba(255, 255, 255, .6));font-size:12px;font-family:inherit;cursor:pointer;white-space:nowrap;transition:border-color .15s,background .15s,color .15s}._CriticalChainButton_upkck_4751:hover{border-color:var(--theme-color-primary);color:var(--theme-color-primary);background:color-mix(in srgb,var(--theme-color-primary) 10%,transparent)}._CriticalChainButtonCritical_upkck_4774:hover{border-color:#f97316;color:#f97316;background:#f9731614}._CriticalChainButtonActive_upkck_4779{border-color:#f97316!important;background:#f9731626!important;color:#f97316!important}@media only screen and (max-width:1440px){._HeaderActions_upkck_18{gap:4px}._HeaderActionTextDelete_upkck_4790,._HeaderActionTextOverview_upkck_4791{display:none}._HeaderActions_upkck_18 ix-button:has(._HeaderActionTextDelete_upkck_4790),._HeaderActions_upkck_18 ix-button:has(._HeaderActionTextOverview_upkck_4791){--ix-button-padding-x: 0;min-width:32px}._HeaderActions_upkck_18 ix-button:has(._HeaderActionTextDelete_upkck_4790)::part(button),._HeaderActions_upkck_18 ix-button:has(._HeaderActionTextOverview_upkck_4791)::part(button){width:32px;min-width:32px;padding-inline:0}._ViewModeToggle_upkck_487{display:none}._ViewModeDropdown_upkck_517{display:block}._WeekNavigation_upkck_565{gap:2px}._WeekNavigation_upkck_565 ._NavIconButton_upkck_572{width:24px;height:24px;padding:1px}._WeekNavigation_upkck_565 ._NavIconButton_upkck_572 ix-icon{width:18px;height:18px}._WeekDisplay_upkck_589{min-width:84px;font-size:12px}._TodayButton_upkck_597{padding:4px 8px;font-size:12px}._PlanningActionButtons_upkck_472{display:none}._PlanningActionsMenu_upkck_478{display:block}}@media only screen and (max-width:1090px){._HeaderActionTextEdit_upkck_4851{display:none}._HeaderActions_upkck_18 ix-button:has(._HeaderActionTextEdit_upkck_4851){--ix-button-padding-x: 0;min-width:32px}._HeaderActions_upkck_18 ix-button:has(._HeaderActionTextEdit_upkck_4851)::part(button){width:32px;min-width:32px;padding-inline:0}}@media only screen and (max-width:1020px){._WeekNavigation_upkck_565{gap:1px}._WeekNavigation_upkck_565 ._NavIconButton_upkck_572{width:22px;height:22px;padding:0}._WeekNavigation_upkck_565 ._NavIconButton_upkck_572 ix-icon{width:16px;height:16px}._WeekDisplay_upkck_589{min-width:72px;font-size:11px}._TodayButton_upkck_597{width:28px;height:28px;padding:0;border-color:transparent;background:transparent;color:var(--theme-color-primary)!important}._TodayButton_upkck_597:hover,._TodayButton_upkck_597:focus-visible{border-color:var(--theme-color-primary);background:color-mix(in srgb,var(--theme-color-primary) 10%,transparent)}._TodayButtonIcon_upkck_618{display:inline-flex}._TodayButtonLabel_upkck_4907{display:none}}._Content_hmf09_1{display:flex;flex-direction:column;gap:12px;max-width:520px}._Intro_hmf09_8{margin:0;color:var(--theme-color-std-text)}._IssueList_hmf09_13{display:flex;flex-direction:column;gap:8px;margin:0;padding-left:20px}._IssueItem_hmf09_21{color:var(--theme-color-std-text)}._IssueItem_hmf09_21 small{display:block;margin-top:2px;color:var(--theme-color-soft-text);overflow-wrap:anywhere}._Overlay_6zmap_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:6000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000094}._Panel_6zmap_12{width:min(620px,100%);max-height:min(860px,calc(100vh - 2rem));display:flex;flex-direction:column;background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:8px;box-shadow:0 16px 48px #00000073;color:var(--theme-color-std-text);overflow:hidden}._Header_6zmap_25{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--theme-color-soft-bdr)}._Title_6zmap_34{margin:0;font-size:1.25rem;font-weight:700}._Body_6zmap_40{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;overflow-y:auto}._ReadonlyGrid_6zmap_48,._InputGrid_6zmap_49{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}._ReadonlyGridSingle_6zmap_55,._InputGridSingle_6zmap_56{grid-template-columns:minmax(0,1fr)}._ReadonlyField_6zmap_60{display:flex;flex-direction:column;gap:.25rem;min-width:0;padding:.75rem;background:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr);border-radius:6px}._Label_6zmap_71{color:var(--theme-color-soft-text);font-size:.75rem;font-weight:600;text-transform:uppercase}._Value_6zmap_78{color:var(--theme-color-std-text);font-size:.95rem;font-weight:600;min-height:1.25rem}._CalculatedBox_6zmap_85{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem;background:rgba(var(--theme-color-primary--rgb),.08);border:1px solid rgba(var(--theme-color-primary--rgb),.35);border-radius:6px}._CalculatedLabel_6zmap_96{color:var(--theme-color-soft-text);font-size:.875rem}._CalculatedValue_6zmap_101{color:var(--theme-color-std-text);font-weight:700}._Textarea_6zmap_106{display:block;width:100%}._ErrorText_6zmap_111{color:var(--theme-color-alarm);font-size:.8rem}._Footer_6zmap_116{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid var(--theme-color-soft-bdr)}@media(max-width:620px){._Overlay_6zmap_1{align-items:flex-end;padding:0}._Panel_6zmap_12{width:100%;max-height:92vh;border-right:none;border-bottom:none;border-left:none;border-radius:8px 8px 0 0}._ReadonlyGrid_6zmap_48,._InputGrid_6zmap_49{grid-template-columns:minmax(0,1fr)}}._Overlay_u7slp_3{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;align-items:center;justify-content:center;background-color:#0009;animation:_fadeIn_u7slp_1 .2s ease}._Modal_u7slp_14{position:relative;display:flex;flex-direction:column;width:720px;max-width:94vw;max-height:88vh;border-radius:12px;background-color:var(--theme-color-1);box-shadow:0 24px 80px #00000080;animation:_slideIn_u7slp_1 .25s ease}@keyframes _fadeIn_u7slp_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_u7slp_1{0%{opacity:0;transform:translateY(-20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}._Header_u7slp_47{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem .75rem}._HeaderTitle_u7slp_55{margin:0;color:var(--theme-color-std-text);font-size:1.125rem;font-weight:700}._Body_u7slp_62{flex:1;min-height:0;overflow-y:auto;padding:1.25rem 1.5rem;border-top:1px solid var(--theme-color-std-bdr-1);scrollbar-color:var(--theme-color-std-bdr-1) transparent;scrollbar-width:thin}._Footer_u7slp_72{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-top:1px solid var(--theme-color-std-bdr-1)}._FooterLeft_u7slp_82,._FooterRight_u7slp_83{display:flex;align-items:center;gap:.5rem}._FooterLeft_u7slp_82{min-width:0}._Section_u7slp_93{margin-bottom:1.5rem}._Section_u7slp_93:last-child{margin-bottom:0}._SectionTitle_u7slp_101{margin:0 0 1rem;color:var(--theme-color-std-text);font-size:.875rem;font-weight:600}._FormGrid_u7slp_108{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:start}._FormGridFull_u7slp_115{grid-column:1 / -1}._FormGroup_u7slp_119{display:flex;min-width:0;flex-direction:column;gap:.25rem}._FormLabel_u7slp_126{margin:.5rem 0 .25rem;color:var(--theme-color-soft-text);font-size:var(--theme-ms-0, .875rem);font-weight:var(--theme-font-weight-normal, 400);line-height:var(--theme-line-height-sm, 1.25)}._Body_u7slp_62 ix-input,._Body_u7slp_62 ix-select,._Body_u7slp_62 ix-textarea{display:block;width:100%}._SaveError_u7slp_144{min-width:0;color:var(--theme-color-alarm-40);font-size:.85rem;line-height:1.3}._PreviewCard_u7slp_151{display:flex;flex-direction:column;gap:.75rem;padding:.875rem 1rem;border:1px solid var(--theme-color-std-bdr-1);border-radius:8px;background-color:var(--theme-color-component--1)}._PreviewSection_u7slp_161{display:flex;flex-direction:column;gap:.25rem}._PreviewLabel_u7slp_167{color:var(--theme-color-soft-text);font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}._PreviewValue_u7slp_175{display:flex;align-items:center;gap:.375rem;color:var(--theme-color-std-text);font-size:.9375rem;font-weight:600}._PreviewValue_u7slp_175 ix-icon{color:var(--theme-color-primary)}._PreviewHint_u7slp_188,._PreviewMuted_u7slp_189{color:var(--theme-color-soft-text);font-size:.75rem;line-height:1.4}._PreviewMuted_u7slp_189{opacity:.7}._PreviewList_u7slp_199{display:flex;flex-direction:column;gap:.25rem;margin:.375rem 0 0;padding:0;list-style:none}._PreviewList_u7slp_199 li{display:flex;flex-direction:column;gap:.0625rem;color:var(--theme-color-std-text);font-size:.75rem}._PreviewListName_u7slp_216{font-weight:600}._PreviewListDates_u7slp_220{color:var(--theme-color-soft-text)}._PreviewArrow_u7slp_224{color:var(--theme-color-primary);font-weight:600}._PreviewInfo_u7slp_229,._PreviewWarning_u7slp_230{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem .625rem;border-radius:6px;color:var(--theme-color-std-text);font-size:.75rem;line-height:1.4}._PreviewInfo_u7slp_229{border:1px solid rgba(0,122,255,.15);background-color:#007aff0f}._PreviewWarning_u7slp_230{border:1px solid rgba(255,159,10,.25);background-color:#ff9f0a14}._PreviewInfo_u7slp_229 ix-icon,._PreviewWarning_u7slp_230 ix-icon{flex-shrink:0;margin-top:.125rem}._PreviewInfo_u7slp_229 ix-icon{color:var(--theme-color-primary)}._PreviewWarning_u7slp_230 ix-icon{color:#ff9f0a}[data-ix-color-schema=dark] ._Modal_u7slp_14{box-shadow:0 24px 80px #000000b3}@media only screen and (max-width:48em){._Overlay_u7slp_3{align-items:stretch}._Modal_u7slp_14{width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0}._FormGrid_u7slp_108{grid-template-columns:1fr}._Footer_u7slp_72{align-items:stretch;flex-direction:column}._FooterLeft_u7slp_82,._FooterRight_u7slp_83{justify-content:flex-end;width:100%}}._Overlay_dutky_3{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;z-index:100002;display:flex;align-items:center;justify-content:center;animation:_fadeIn_dutky_1 .2s ease}._Modal_dutky_14{position:relative;background-color:var(--theme-color-1);border-radius:12px;width:560px;max-width:94vw;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 24px 80px #00000080;animation:_slideIn_dutky_1 .25s ease}@keyframes _fadeIn_dutky_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_dutky_1{0%{opacity:0;transform:translateY(-16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}._Header_dutky_38{display:flex;align-items:flex-start;justify-content:space-between;padding:1.25rem 1.5rem .875rem;border-bottom:1px solid var(--theme-color-soft-bdr);flex-shrink:0}._HeaderText_dutky_47{display:flex;flex-direction:column;gap:.25rem}._HeaderTitle_dutky_53{font-size:1.0625rem;font-weight:700;color:var(--theme-color-std-text);margin:0}._HeaderSub_dutky_60{font-size:.75rem;color:var(--theme-color-soft-text)}._Body_dutky_66{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;min-height:0;display:flex;flex-direction:column;gap:1.25rem;scrollbar-width:thin;scrollbar-color:var(--theme-color-soft-bdr) transparent}._Section_dutky_79{display:flex;flex-direction:column;gap:.875rem}._SectionTitle_dutky_85{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-color-soft-text);padding-bottom:.5rem;border-bottom:1px solid var(--theme-color-soft-bdr)}._FormGrid_dutky_96{display:grid;grid-template-columns:1fr 1fr;gap:.875rem;align-items:start}._FormGridFull_dutky_103{grid-column:1 / -1}._FormGroup_dutky_107{display:flex;flex-direction:column;gap:.25rem}._StatusDot_dutky_114{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:6px;flex-shrink:0}._Footer_dutky_124{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid var(--theme-color-soft-bdr);flex-shrink:0}._Body_dutky_66 ix-input,._Body_dutky_66 ix-select,._Body_dutky_66 ix-textarea{display:block;width:100%}[data-ix-color-schema=dark] ._Modal_dutky_14{box-shadow:0 24px 80px #000000b3}._Overlay_1arbk_3{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;z-index:100002;display:flex;align-items:center;justify-content:center;animation:_fadeIn_1arbk_1 .2s ease}._Modal_1arbk_14{position:relative;background-color:var(--theme-color-1);border-radius:12px;width:500px;max-width:94vw;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 24px 80px #00000080;animation:_slideIn_1arbk_1 .25s ease}@keyframes _fadeIn_1arbk_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_1arbk_1{0%{opacity:0;transform:translateY(-16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}._Header_1arbk_38{display:flex;align-items:flex-start;justify-content:space-between;padding:1.25rem 1.5rem .875rem;border-bottom:1px solid var(--theme-color-soft-bdr);flex-shrink:0}._HeaderText_1arbk_47{display:flex;flex-direction:column;gap:.25rem}._HeaderTitle_1arbk_53{font-size:1.0625rem;font-weight:700;color:var(--theme-color-std-text);margin:0}._PhaseBadge_1arbk_60{display:inline-flex;align-items:center;gap:.25rem;font-size:.6875rem;font-weight:600;color:var(--theme-color-primary);background-color:#00bde31a;border:1px solid rgba(0,189,227,.2);padding:.1875rem .5rem;border-radius:999px}._Body_1arbk_74{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;min-height:0;display:flex;flex-direction:column;gap:1.25rem;scrollbar-width:thin;scrollbar-color:var(--theme-color-soft-bdr) transparent}._Section_1arbk_87{display:flex;flex-direction:column;gap:.875rem}._SectionTitle_1arbk_93{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-color-soft-text);padding-bottom:.5rem;border-bottom:1px solid var(--theme-color-soft-bdr)}._FormGrid_1arbk_104{display:grid;grid-template-columns:1fr 1fr;gap:.875rem;align-items:start}._FormGridFull_1arbk_111{grid-column:1 / -1}._FormGroup_1arbk_115{display:flex;flex-direction:column;gap:.25rem}._ToggleRow_1arbk_122{display:flex;gap:1.5rem;align-items:center;padding:.625rem .875rem;border-radius:8px;background-color:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr)}._ToggleItem_1arbk_132{display:flex;flex-direction:column;gap:.125rem}._ToggleLabel_1arbk_138{font-size:.8125rem;font-weight:500;color:var(--theme-color-std-text)}._ToggleSub_1arbk_144{font-size:.6875rem;color:var(--theme-color-soft-text)}._Footer_1arbk_150{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid var(--theme-color-soft-bdr);flex-shrink:0}._Body_1arbk_74 ix-input,._Body_1arbk_74 ix-select,._Body_1arbk_74 ix-textarea{display:block;width:100%}[data-ix-color-schema=dark] ._Modal_1arbk_14{box-shadow:0 24px 80px #000000b3}._Page_owjdj_1{--area-page-inset: 0;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;color:var(--theme-color-std-text)}._HeaderColorSlot_owjdj_12{height:1.75rem;display:inline-flex;align-items:center}._HeaderColorDot_owjdj_18{width:.875rem;height:.875rem;display:inline-block;border:1px solid var(--theme-color-std-bdr-1);border-radius:3px}._HeaderActions_owjdj_26{display:inline-flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}._HeaderBand_owjdj_34{flex-shrink:0;padding:1rem var(--area-page-inset);border-bottom:1px solid var(--theme-color-std-bdr-1)}._KpiGrid_owjdj_40{display:grid;grid-template-columns:repeat(auto-fit,minmax(124px,152px));gap:.625rem;justify-content:start;min-width:0}._KpiTile_owjdj_48{min-width:0;display:flex;flex-direction:column;gap:.25rem;justify-content:center;padding:.75rem;border:1px solid color-mix(in srgb,var(--theme-color-soft-text) 32%,var(--theme-color-std-bdr-1));border-radius:4px;color:var(--theme-color-std-text);background-color:var(--theme-color-2);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--theme-color-soft-text) 12%,transparent);text-align:left;font:inherit;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}button._KpiTile_owjdj_48{cursor:pointer}button._KpiTile_owjdj_48:hover,button._KpiTile_owjdj_48:focus-visible{border-color:var(--theme-color-primary);background-color:color-mix(in srgb,var(--theme-color-primary) 12%,var(--theme-color-2));box-shadow:inset 0 0 0 1px var(--theme-color-primary)}._KpiTile_owjdj_48[data-primary=true]{border-color:var(--theme-color-std-bdr-1);background-color:var(--theme-color-2)}._KpiTile_owjdj_48[data-selected=true]{border-color:var(--theme-color-primary);background-color:color-mix(in srgb,var(--theme-color-primary) 16%,var(--theme-color-2));box-shadow:inset 0 0 0 1px var(--theme-color-primary)}._KpiTile_owjdj_48 span{overflow:hidden;color:var(--theme-color-soft-text);font-size:.75rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}._KpiTile_owjdj_48 strong{font-size:1.5rem;line-height:1}._TabBar_owjdj_101{flex-shrink:0;padding:0 var(--area-page-inset);border-bottom:1px solid var(--theme-color-std-bdr-1)}._TabBar_owjdj_101 ix-tabs{width:100%}._FilterBar_owjdj_111{flex-shrink:0;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;padding:1rem var(--area-page-inset);padding-left:max(var(--area-page-inset),.25rem);padding-right:max(var(--area-page-inset),1.75rem);overflow:visible}._FilterBarActions_owjdj_123{display:inline-flex;align-items:center;justify-content:flex-end;margin-left:auto;margin-right:.75rem;overflow:visible}._SearchInput_owjdj_132{flex:0 1 380px;width:380px;min-width:240px;max-width:min(380px,calc(100vw - 2rem));margin-left:.5rem}._FilterDropdown_owjdj_140{overflow:visible!important;max-height:none!important}._FilterMenu_owjdj_145{width:min(620px,calc(100vw - 32px));padding:.875rem;background:var(--theme-color-1);overflow:visible}._FilterMenuGrid_owjdj_152{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:.625rem}._FilterMenuGrid_owjdj_152 ix-select{display:block;width:100%;min-width:0}._FilterChecks_owjdj_164{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin-top:.875rem}._ViewToggle_owjdj_171{display:inline-flex;justify-content:flex-end;gap:.375rem;white-space:nowrap}._Content_owjdj_178{flex:1;min-height:0;overflow:hidden;padding:0 var(--area-page-inset) 1rem}._CardList_owjdj_185{height:100%;min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:.75rem;overflow-y:auto;padding-right:.25rem}._ElementCard_owjdj_196{display:flex;flex-direction:column;gap:.625rem;min-width:0;padding:.875rem 1rem;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px;background-color:var(--theme-color-2)}._ElementHeader_owjdj_207{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.625rem;align-items:start}._ElementStatusGroup_owjdj_214{min-width:0;display:inline-flex;align-items:center;justify-content:flex-end;gap:.375rem}._ElementTitle_owjdj_222{min-width:0;margin:0;overflow:hidden;font-size:.9375rem;font-weight:700;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}._ElementTitleLine_owjdj_233{min-width:0;display:flex;align-items:center;gap:.5rem}._ElementDateChip_owjdj_240{flex:0 0 auto;display:inline-flex;align-items:center;gap:.25rem;color:var(--theme-color-soft-text);font-size:.75rem;font-weight:700;white-space:nowrap}._ElementContextGrid_owjdj_251{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem .75rem;min-width:0}._ElementContextItem_owjdj_258{min-width:0;display:inline-flex;align-items:center;gap:.25rem;color:var(--theme-color-soft-text);font-size:.8125rem}._ElementContextLabel_owjdj_267{flex:0 0 auto;color:var(--theme-color-std-text);font-weight:700}._ElementContextValue_owjdj_273{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ElementKindText_owjdj_280{flex:0 0 auto;color:var(--theme-color-std-text);font-weight:700}._ElementTypeContext_owjdj_286{gap:.5rem}._ElementTypeInline_owjdj_290{min-width:0;display:inline-flex;align-items:center;gap:.25rem}._ElementTypeInline_owjdj_290 ix-icon{flex:0 0 auto}._StatusChip_owjdj_299{display:inline-flex;align-items:center;justify-content:center;min-width:5rem;height:1.5rem;padding:0 .625rem;border-radius:999px;font-size:.75rem;font-weight:700;white-space:nowrap}._StatusChip_owjdj_299[data-status=critical]{color:#ff3b30;background-color:#ff3b301f}._StatusChip_owjdj_299[data-status=in-progress]{color:#30d158;background-color:#30d1581f}._StatusChip_owjdj_299[data-status=completed]{color:#8e8e93;background-color:#8e8e931f}._StatusChip_owjdj_299[data-status=planned]{color:#0072c6;background-color:#0072c61f}._WarningBadge_owjdj_332{min-width:0;display:inline-flex;align-items:center;gap:.25rem;color:var(--theme-color-warning, #ff9f0a);font-size:.75rem;font-weight:700;line-height:1.2}._WarningBadge_owjdj_332 ix-icon{flex:0 0 auto}._WarningBadge_owjdj_332[data-compact=true]{width:1.5rem;height:1.5rem;justify-content:center;border-radius:999px;background-color:color-mix(in srgb,currentColor 14%,transparent)}._WarningBadge_owjdj_332[data-severity=critical]{color:#ff3b30}._WarningBadge_owjdj_332[data-severity=warn]{color:var(--theme-color-warning, #ff9f0a)}._WarningBadge_owjdj_332[data-severity=caution]{color:#ffd60a}._WarningBadgeLabel_owjdj_367{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ElementMetaRow_owjdj_374{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;color:var(--theme-color-soft-text);font-size:.8125rem}._ElementMetaRow_owjdj_374 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ElementInterfaceSummary_owjdj_388{display:flex;flex-direction:column;gap:.375rem;min-width:0;padding:.625rem .75rem;border:1px solid color-mix(in srgb,var(--theme-color-std-bdr) 55%,transparent);border-radius:4px;background-color:color-mix(in srgb,var(--theme-color-component-1) 58%,transparent)}._ElementInterfaceEmptySummary_owjdj_399{min-width:0;overflow:hidden;color:var(--theme-color-soft-text);font-size:.8125rem;text-overflow:ellipsis;white-space:nowrap}._ElementInterfaceTitle_owjdj_408{color:var(--theme-color-soft-text);font-size:.75rem;font-weight:700;text-transform:uppercase}._ElementInterfaceLines_owjdj_415{display:flex;flex-direction:column;gap:.5rem;min-width:0}._ElementInterfaceLine_owjdj_415,._ElementInterfaceMore_owjdj_423{font-size:.8125rem}._ElementInterfaceLine_owjdj_415{min-width:0;display:flex;flex-direction:column;gap:.25rem;color:var(--theme-color-std-text)}._ElementInterfaceItemTitle_owjdj_435{min-width:0;display:flex;gap:.25rem}._ElementInterfaceItemTitle_owjdj_435 strong{flex:0 0 auto}._ElementInterfaceItemTitle_owjdj_435 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ElementInterfaceMeta_owjdj_450{min-width:0;display:flex;flex-wrap:wrap;gap:.25rem .75rem;color:var(--theme-color-soft-text);font-size:.75rem}._ElementInterfaceKind_owjdj_459{display:inline-flex;align-items:center;gap:.25rem;color:var(--theme-color-std-text);font-weight:600}._ElementInterfaceMore_owjdj_423{color:var(--theme-color-primary);font-weight:600}._ElementActions_owjdj_469{display:flex;justify-content:flex-end;gap:.5rem}._ElementCard_owjdj_196>._ElementActions_owjdj_469{margin-top:auto}._TableWrap_owjdj_477{height:100%;overflow:auto;border:1px solid var(--theme-color-std-bdr-1);border-radius:4px}._TableWrap_owjdj_477 .ag-root-wrapper{height:100%;border-radius:4px}._TableWrap_owjdj_477 .ag-root,._TableWrap_owjdj_477 .ag-body,._TableWrap_owjdj_477 .ag-body-viewport,._TableWrap_owjdj_477 .ag-center-cols-viewport{min-height:100%}._TableElementCell_owjdj_496,._TableInterfaceCell_owjdj_497,._TableStatusCell_owjdj_498,._TableActionsCell_owjdj_499{min-width:0;display:flex;justify-content:center;height:100%}._TableElementCell_owjdj_496,._TableInterfaceCell_owjdj_497,._TableStatusCell_owjdj_498{flex-direction:column}._TableStatusCell_owjdj_498{align-items:flex-start;gap:.25rem}._TableActionsCell_owjdj_499{align-items:center;justify-content:flex-start}._TableActionsCell_owjdj_499 ._ElementActions_owjdj_469{justify-content:flex-start}._TableElementCell_owjdj_496 strong,._TableElementCell_owjdj_496 span,._TableInterfaceCell_owjdj_497 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._TableElementCell_owjdj_496 span,._TableInterfaceCell_owjdj_497 span{color:var(--theme-color-soft-text)}._LoadingState_owjdj_537,._EmptyState_owjdj_538{height:100%;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--theme-color-soft-text)}@media(max-width:1500px){._KpiGrid_owjdj_40{grid-template-columns:repeat(3,minmax(124px,152px))}}@media(max-width:1199px){._CardList_owjdj_185{grid-template-columns:1fr}}@media(max-width:760px){._KpiGrid_owjdj_40{grid-template-columns:1fr}._SearchInput_owjdj_132,._FilterBar_owjdj_111>ix-button,._ViewToggle_owjdj_171{flex:1 1 100%;width:100%;max-width:none;margin-left:0}._FilterMenuGrid_owjdj_152{grid-template-columns:1fr}._ElementMetaRow_owjdj_374{flex-direction:column;gap:.25rem}._ElementHeader_owjdj_207,._ElementContextGrid_owjdj_251{grid-template-columns:1fr}._ElementActions_owjdj_469{justify-content:flex-start;flex-wrap:wrap}}.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_c0zye_6{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding-bottom:1.5rem;padding-right:1rem;min-height:100%}._TabsContainer_c0zye_16{border-bottom:0}._TabsContainer_c0zye_16 ix-tabs{border-bottom:0}._HeaderBar_c0zye_25{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem;background:var(--theme-color-1);border-radius:4px;align-items:center}._HeaderLeft_c0zye_35{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}._HeaderRight_c0zye_42{display:flex;gap:.75rem;align-items:center;margin-left:auto;flex-wrap:wrap}._FilterDropdown_c0zye_50{min-width:150px}._FilterDropdownWide_c0zye_54{min-width:200px}._KpiRow_c0zye_59{display:flex;gap:1rem;flex-wrap:wrap;width:100%;align-items:stretch}._KpiRow_c0zye_59>*{flex:1 1 calc(25% - .75rem);min-width:180px}@media(max-width:1200px){._KpiRow_c0zye_59>*{flex:1 1 calc(50% - .5rem)}}@media(max-width:600px){._KpiRow_c0zye_59>*{flex:1 1 100%}}._KpiCard_c0zye_86{min-width:180px;position:relative;transition:transform .2s ease,box-shadow .2s ease}._KpiCardContent_c0zye_92{display:flex;flex-direction:column;gap:.5rem;padding:1rem;height:100%}._KpiTitle_c0zye_100{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text);opacity:.8}._KpiValue_c0zye_107{font-size:2rem;font-weight:700;line-height:1.1;color:var(--theme-color-std-text);letter-spacing:0}._KpiTrend_c0zye_115{font-size:.875rem;font-weight:500;color:#999;opacity:.8}._KpiSubInfo_c0zye_122{font-size:.8125rem;color:var(--theme-color-std-text);opacity:.55;margin-top:.25rem}._KpiSideInfo_c0zye_129{font-size:.875rem;color:var(--theme-color-std-text);opacity:.6;margin-left:.5rem}._KpiSubtext_c0zye_136{font-size:.8125rem;color:var(--theme-color-std-text);opacity:.6}._KpiStatusDot_c0zye_142{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.5rem}._KpiStatusNeutral_c0zye_150{background-color:var(--theme-color-std-text);opacity:.4}._KpiStatusWarning_c0zye_155{background-color:var(--theme-color-warning)}._SectionContainer_c0zye_160{display:flex;flex-direction:column;gap:1rem}._SectionHeader_c0zye_166{display:flex;align-items:baseline;gap:.75rem}._SectionTitle_c0zye_172{margin:0;color:var(--theme-color-std-text);font-size:1.25rem;font-weight:600}._SectionSubtitle_c0zye_179{font-size:.875rem;color:var(--theme-color-weak-text)}._ChartContainer_c0zye_185{background:var(--theme-color-1);border:1px solid var(--theme-color-soft-bdr);border-radius:4px;padding:1.5rem}._ChartWrapper_c0zye_192{width:100%;min-height:280px}._TableContainer_c0zye_198{background:var(--theme-color-1);border-radius:4px;overflow:hidden}._DataTable_c0zye_204{width:100%;border-collapse:collapse}._DataTable_c0zye_204 thead{background:var(--theme-color-2)}._DataTable_c0zye_204 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_c0zye_204 th:last-child,._DataTable_c0zye_204 td:last-child{text-align:right}._DataTable_c0zye_204 tbody tr{border-bottom:1px solid var(--theme-color-soft-bdr);transition:background-color .15s ease}._DataTable_c0zye_204 tbody tr:hover{background:var(--theme-color-2)}._DataTable_c0zye_204 tbody tr:last-child{border-bottom:none}._DataTable_c0zye_204 td{padding:1rem;font-size:.875rem;color:var(--theme-color-std-text)}._CategoryCell_c0zye_249{display:flex;align-items:center;gap:.75rem}._CategoryDot_c0zye_255{width:12px;height:12px;border-radius:3px;flex-shrink:0}._DurationBar_c0zye_262{display:flex;align-items:center;gap:.75rem}._DurationBarFill_c0zye_268{height:8px;border-radius:4px;background:var(--theme-color-primary);min-width:4px;transition:width .3s ease}._DurationValue_c0zye_276{min-width:70px;text-align:right;font-weight:500}._CountBadge_c0zye_282{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_c0zye_297{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}._ErrorBanner_c0zye_313{margin-bottom:1rem;padding:.75rem 1rem;border-left:4px solid var(--theme-color-alarm);background:rgba(var(--theme-color-alarm--rgb),.12);color:var(--theme-color-std-text)}._EmptyState_c0zye_322{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_c0zye_333{font-size:3rem;opacity:.3}._EmptyStateText_c0zye_338{font-size:1rem}._ViewModeToggle_c0zye_343{display:flex;gap:.25rem;margin-bottom:1rem;background:var(--theme-color-2);border-radius:4px;padding:.25rem;width:fit-content}._ViewModeButton_c0zye_353{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_c0zye_353:hover{background:var(--theme-color-3)}._ViewModeButton_c0zye_353._active_c0zye_369{background:var(--theme-color-primary);color:var(--theme-color-primary--contrast)}@media(max-width:768px){._HeaderBar_c0zye_25{flex-direction:column;align-items:stretch}._HeaderRight_c0zye_42{margin-left:0;flex-wrap:wrap}._FilterDropdown_c0zye_50,._FilterDropdownWide_c0zye_54{min-width:100%}._KpiValue_c0zye_107{font-size:1.75rem}._ChartWrapper_c0zye_192{height:250px}._DataTable_c0zye_204 th,._DataTable_c0zye_204 td{padding:.75rem}}._FilterBar_12d5m_7{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_12d5m_19{display:flex;flex-direction:column;gap:.375rem}._FilterLabel_12d5m_25{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.02em}._FilterSelect_12d5m_35{min-width:160px}._CustomDateContainer_12d5m_39{display:flex;align-items:center;gap:.5rem;margin-bottom:2px}._CompactDateInput_12d5m_46{width:130px}._DateSeparator_12d5m_50{color:var(--theme-color-soft-text);font-weight:500}._CompactApplyButton_12d5m_55{width:32px;height:32px}._SearchInput_12d5m_60{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_12d5m_60 input{background:transparent;border:none;outline:none;color:var(--theme-color-std-text);font-size:.875rem;width:100%}._SearchInput_12d5m_60 input::placeholder{color:var(--theme-color-weak-text)}._ResetButton_12d5m_83{margin-left:auto}._ModuleNav_ya5tg_7{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_ya5tg_17{margin:0 0 1rem;font-size:.875rem;color:var(--theme-color-soft-text);text-transform:uppercase;letter-spacing:.02em}._ModuleList_ya5tg_25{display:flex;flex-direction:column;gap:.25rem}._ModuleItem_ya5tg_31{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_ya5tg_31:hover{background:var(--theme-color-2)}._ModuleItem_ya5tg_31:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px}._ModuleItemActive_ya5tg_56{background:var(--theme-color-dynamic);color:var(--theme-color-dynamic--contrast)}._ModuleItemActive_ya5tg_56:hover{background:var(--theme-color-dynamic)}._ModuleCount_ya5tg_65{margin-left:auto;background:var(--theme-color-2);padding:.125rem .5rem;border-radius:10px;font-size:.75rem;color:var(--theme-color-soft-text)}._ModuleItemActive_ya5tg_56 ._ModuleCount_ya5tg_65{background:#fff3;color:var(--theme-color-dynamic--contrast)}@media(max-width:1200px){._ModuleNav_ya5tg_7{width:180px;min-width:180px}}@media(max-width:992px){._ModuleNav_ya5tg_7{width:100%;min-width:100%;max-height:200px}._ModuleList_ya5tg_25{flex-direction:row;flex-wrap:wrap;gap:.5rem}._ModuleItem_ya5tg_31{flex:0 0 auto}}._TableContainer_renmq_7{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_renmq_18{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_renmq_7{flex:1;overflow-x:auto;overflow-y:auto;min-height:0}._TableWrapper_renmq_34{min-width:100%;width:100%;display:flex;flex-direction:column}._TableRow_renmq_41{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:default;transition:background .15s ease}._TableRowClickable_renmq_53{cursor:pointer}._TableRowClickable_renmq_53:hover{background:var(--theme-color-1)}._TableRowClickable_renmq_53:hover ._DetailsHint_renmq_61{opacity:1}._TableRowClickable_renmq_53:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:-2px}._TableRowExpanded_renmq_70{background:var(--theme-color-1);border-bottom:none}._TableHeaderRow_renmq_75{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;border-bottom:2px solid var(--theme-color-soft-bdr);box-shadow:0 1px 2px #0000000d}._TableHeaderRow_renmq_75:hover{background:var(--theme-color-2)}._HeaderCell_renmq_94{position:relative;display:flex;align-items:center;height:100%;width:100%;padding-left:.25rem}._Resizer_renmq_103{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_renmq_94:hover ._Resizer_renmq_103,._Resizer_renmq_103:hover{opacity:1}._Resizer_renmq_103:after{content:"";height:50%;width:2px;background-color:var(--theme-color-primary);border-radius:1px}._ColTimestamp_renmq_132{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_renmq_132,._ColUser_renmq_142,._ColModule_renmq_143,._ColAction_renmq_144,._ColObject_renmq_145,._ColResult_renmq_146{display:flex;align-items:center;height:100%}._ColTimestamp_renmq_132,._ColResult_renmq_146,._ColObject_renmq_145{align-items:flex-start;padding-top:.125rem}._UserBadge_renmq_159{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_renmq_143{min-width:0}._ModuleBadge_renmq_173{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_renmq_173 ix-icon{flex-shrink:0;color:var(--theme-color-primary)}._ModuleBadgeText_renmq_191{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ColAction_renmq_144{min-width:0}._ColAction_renmq_144 ix-chip{font-size:.6875rem;max-width:100%;--ix-chip-height: 22px}._ColObject_renmq_145{display:flex;flex-direction:column;gap:.125rem;min-width:0;padding-left:.5rem}._ObjectId_renmq_215{font-size:.75rem;color:var(--theme-color-primary);font-weight:500;word-wrap:break-word;overflow-wrap:break-word}._ObjectName_renmq_223{font-size:.75rem;color:var(--theme-color-soft-text);word-wrap:break-word;overflow-wrap:break-word;line-height:1.3}._ColResult_renmq_146{font-size:.8125rem;color:var(--theme-color-std-text);min-width:0;word-wrap:break-word;overflow-wrap:break-word;line-height:1.4}._ResultFail_renmq_240{color:var(--theme-color-alarm)!important;font-weight:500}._ColDetails_renmq_245{display:flex;justify-content:center;align-items:flex-start;padding-top:.25rem;color:var(--theme-color-soft-text)}._DetailsHint_renmq_61{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_renmq_61 ix-icon{color:var(--theme-color-primary)}@media(max-width:768px){._TableRow_renmq_41{gap:.375rem;padding:.5rem .75rem}._ColTimestamp_renmq_132,._UserBadge_renmq_159,._ColResult_renmq_146{font-size:.75rem}._ModuleBadge_renmq_173,._ObjectId_renmq_215,._ObjectName_renmq_223{font-size:.6875rem}}._DetailsPanel_1b1wy_7{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_1b1wy_17{display:flex;flex-direction:column;gap:1rem;width:100%;padding:1rem 1.5rem}._DetailsSection_1b1wy_25{display:flex;flex-direction:column;gap:.5rem}._DetailsSectionTitle_1b1wy_31{font-size:.75rem;text-transform:uppercase;color:var(--theme-color-soft-text)}._FieldsList_1b1wy_37{display:flex;flex-wrap:wrap;gap:.375rem}._FieldBadge_1b1wy_43{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_1b1wy_54{background:rgba(var(--theme-color-alarm--rgb),.15);color:var(--theme-color-alarm)}._ErrorList_1b1wy_59{margin:0;padding-left:1.25rem;color:var(--theme-color-alarm);font-size:.8125rem}._ErrorList_1b1wy_59 li{margin-bottom:.25rem}._DetailsBox_1b1wy_70{background:var(--theme-color-neutral-warm-grey-10);padding:.75rem;border-radius:4px;font-size:13px}._DetailsList_1b1wy_77{display:flex;flex-direction:column;gap:.5rem}._DetailsRow_1b1wy_83{display:flex;flex-direction:row;align-items:baseline;gap:.5rem}._DetailsLabel_1b1wy_90{font-weight:500;color:var(--theme-color-neutral-grey-80);min-width:140px;flex-shrink:0}._DetailsValue_1b1wy_97{color:var(--theme-color-neutral-grey-100)}._DetailsOperationsRow_1b1wy_101{display:flex;flex-direction:column;gap:.25rem}._DetailsOperationsLabel_1b1wy_107{font-weight:500;color:var(--theme-color-neutral-grey-80)}._DetailsOperationsList_1b1wy_112{display:flex;flex-wrap:wrap;gap:.25rem;padding-left:.5rem}._DetailsOperationBadge_1b1wy_119{background-color:var(--theme-color-primary-10);padding:.125rem .5rem;border-radius:4px;font-size:11px}._DetailsOperationsMore_1b1wy_126{font-size:11px;color:var(--theme-color-neutral-grey-60)}._DetailsEmpty_1b1wy_131{color:var(--theme-color-neutral-grey-60);font-style:italic}._DetailsFooter_1b1wy_136{display:flex;align-items:center;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--theme-color-soft-bdr);margin-top:.5rem}._RequestId_1b1wy_145{font-family:monospace;font-size:.6875rem;color:var(--theme-color-soft-text);background:var(--theme-color-2);padding:.125rem .375rem;border-radius:2px}._AuditLogPage_cm384_7{display:flex;flex-direction:column;height:100%;padding:0 1rem 1rem;overflow:hidden}._AuditLogPage_cm384_7 ix-content-header{--ix-content-header-gap: .25rem}._HeaderActions_cm384_19{display:flex;gap:.5rem;align-items:center}._MainContent_cm384_25{display:flex;gap:1rem;flex:1;overflow:hidden;min-height:0}._EmptyState_cm384_33{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;color:var(--theme-color-soft-text)}._ErrorText_cm384_43{color:var(--theme-color-alarm);margin-left:1rem}._WarningText_cm384_48{color:var(--theme-color-warning);margin-left:1rem}@media(max-width:992px){._MainContent_cm384_25{flex-direction:column}}._EntryIcon_11ydh_9{flex-shrink:0;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;background:rgba(var(--theme-color-primary--rgb),.1);color:var(--theme-color-primary)}._EntryBadge_11ydh_21{display:inline-flex;align-items:center;gap:.25rem;padding:.1rem .5rem;border-radius:12px;font-size:.7rem;font-weight:500;background:rgba(var(--theme-color-primary--rgb),.1);color:var(--theme-color-primary)}._EntryBadgeDoc_11ydh_33{background:#008cff1a;color:#008cff}._EntryBadgeNote_11ydh_38{background:rgba(var(--theme-color-warning--rgb, 255, 193, 7),.15);color:var(--theme-color-warning)}._PlaceholderIcon_11ydh_44{color:var(--theme-color-soft-text);opacity:.5}._PlaceholderTitle_11ydh_49{font-size:1.1rem;font-weight:600;color:var(--theme-color-std-text)}._PlaceholderText_11ydh_55{font-size:.875rem;max-width:400px}._SearchContainer_11ydh_61{display:flex;flex-direction:column;gap:.75rem;padding:.75rem 1rem 1rem;margin:0;height:100%;min-height:0;overflow:hidden}._SearchBarLarge_11ydh_73{display:flex;align-items:center;gap:.5rem;min-height:2rem;padding:0 .5rem 0 .75rem;background: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, 0);box-shadow:var(--theme-inset-shadow-1);transition:border-color .15s ease,outline .15s ease;font-family:Siemens Sans,sans-serif}._SearchBarLarge_11ydh_73:hover{border-color:var(--theme-input--border-color--hover, var(--theme-input--border-color))}._SearchBarLarge_11ydh_73:focus-within{border-color:#119fff;outline:1px solid #119fff;outline-offset:-1px}._SearchBarIcon_11ydh_98{color:var(--theme-color-weak-text);flex-shrink:0}._SearchBarInput_11ydh_103{flex:1;min-width:0;background:transparent;border:none;outline:none;color:var(--theme-input--color, var(--theme-color-std-text));font-size:.875rem;line-height:1.429em;font-family:inherit;padding:.25rem 0}._SearchBarInput_11ydh_103::placeholder{color:var(--theme-input--placeholder--color, var(--theme-color-weak-text))}._FilterBar_11ydh_121{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}._FilterSelect_11ydh_128{min-width:180px;max-width:240px}._FilterSpacer_11ydh_133{flex:1}._DateInput_11ydh_138{width:150px;flex:0 0 150px}._SearchBody_11ydh_144{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;align-items:stretch;flex:1 1 auto;min-height:0;overflow:hidden}._ResultsList_11ydh_154{min-width:0;min-height:0;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;padding-right:.25rem}._ResultsHeader_11ydh_164{padding:.125rem .25rem}._ResultsCount_11ydh_168{font-size:.75rem;color:var(--theme-color-weak-text);font-weight:600;text-transform:uppercase;letter-spacing:.03em}._NoResults_11ydh_176{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;gap:.5rem;border:1px solid var(--theme-color-soft-bdr);border-radius:var(--theme-default-border-radius, 4px);background:var(--theme-color-2)}._ResultCardWrapper_11ydh_190{border-radius:var(--theme-default-border-radius, 4px);cursor:pointer;outline:2px solid transparent;outline-offset:-2px;transition:outline-color .15s ease,box-shadow .15s ease;flex-shrink:0;display:block;width:100%;text-align:left;background:transparent;border:none;padding:0;font:inherit;color:inherit}._ResultCardWrapper_11ydh_190:hover{box-shadow:var(--theme-shadow-2, 0 2px 6px rgba(0, 0, 0, .12))}._ResultCardWrapper_11ydh_190:focus-visible{outline-color:var(--theme-color-primary)}._ResultCardActive_11ydh_216,._ResultCardActive_11ydh_216:hover{outline-color:var(--theme-color-primary)}._ResultCard_11ydh_190{width:100%!important;max-width:100%!important;display:block;pointer-events:none}._ResultCardContent_11ydh_231{display:flex;flex-direction:column;gap:.5rem;padding:.875rem 1rem}._ResultItemHeader_11ydh_238{display:flex;align-items:center;gap:.5rem}._ResultItemTitle_11ydh_244{flex:1;min-width:0;font-size:.9375rem;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ResultChevron_11ydh_255{color:var(--theme-color-weak-text);flex-shrink:0}._ResultItemExcerpt_11ydh_260{font-size:.8125rem;color:var(--theme-color-soft-text, var(--theme-color-weak-text));display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.45}._ResultItemMeta_11ydh_271{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}._ResultMetaTag_11ydh_278{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--theme-color-weak-text);background:var(--theme-color-ghost, transparent);padding:.125rem .5rem;border-radius:999px;border:1px solid var(--theme-color-soft-bdr);max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ResultMetaDate_11ydh_294{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--theme-color-weak-text);margin-left:auto}._DetailPanel_11ydh_304{min-width:0;min-height:0;overflow-y:auto;padding-right:.25rem}._DetailCard_11ydh_311{width:100%!important;max-width:100%!important;cursor:default;--ix-card-background: var(--theme-nav--background, var(--theme-color-3)) !important;background:var(--theme-nav--background, var(--theme-color-3))!important}._DetailCard_11ydh_311:hover,._DetailCard_11ydh_311:focus,._DetailCard_11ydh_311:focus-within,._DetailCard_11ydh_311:active{box-shadow:none!important;border-color:var(--theme-color-soft-bdr)!important;background:var(--theme-nav--background, var(--theme-color-3))!important;outline:none!important}._DetailCardContent_11ydh_329{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}._DetailHeader_11ydh_336{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}._DetailTitleRow_11ydh_343{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}._DetailTitle_11ydh_343{font-size:1rem;font-weight:600;color:var(--theme-color-std-text);margin:0;line-height:1.3}._DetailMetaRow_11ydh_359{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}._DetailMetaItem_11ydh_366{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--theme-color-weak-text)}._DetailSection_11ydh_374{display:flex;flex-direction:column;gap:.375rem}._DetailSectionTitle_11ydh_380{font-size:.6875rem;font-weight:600;color:var(--theme-color-weak-text);text-transform:uppercase;letter-spacing:.05em}._DetailSummary_11ydh_388{font-size:.875rem;line-height:1.5;color:var(--theme-color-std-text);background:var(--theme-color-1);border-left:3px solid var(--theme-color-primary);padding:.625rem .75rem;border-radius:2px}._DetailFullText_11ydh_398{font-size:.875rem;color:var(--theme-color-std-text);line-height:1.55;background:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr);border-radius:var(--theme-default-border-radius, 4px);padding:.75rem;max-height:320px;overflow-y:auto}._DetailSource_11ydh_410{font-size:.8125rem;color:var(--theme-color-std-text);display:flex;flex-direction:column;gap:.5rem}._DetailSourceHeader_11ydh_418{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr);border-radius:var(--theme-default-border-radius, 4px)}._DetailSourceTitle_11ydh_428{flex:1;min-width:0;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._DocumentList_11ydh_439{display:flex;flex-direction:column;gap:.25rem}._DocumentRow_11ydh_445{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid var(--theme-color-soft-bdr);border-radius:var(--theme-default-border-radius, 4px);background:var(--theme-color-1)}._DocumentIcon_11ydh_455{color:var(--theme-color-weak-text);flex-shrink:0}._DocumentInfo_11ydh_460{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}._DocumentName_11ydh_468{font-size:.8125rem;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._DocumentMeta_11ydh_477{font-size:.6875rem;color:var(--theme-color-weak-text)}._DocumentActions_11ydh_482{display:flex;align-items:center;gap:.25rem;flex-shrink:0}._RawTextOverlay_11ydh_490{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}._RawTextDialog_11ydh_501{width:min(800px,100%);max-height:80vh;background:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr);border-radius:var(--theme-default-border-radius, 4px);box-shadow:var(--theme-shadow-4, 0 10px 40px rgba(0, 0, 0, .3));display:flex;flex-direction:column;overflow:hidden}._RawTextHeader_11ydh_513{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--theme-color-soft-bdr);background:var(--theme-color-1)}._RawTextTitle_11ydh_522{flex:1;min-width:0;font-size:.9375rem;font-weight:600;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._RawTextBody_11ydh_533{margin:0;padding:1rem 1.25rem;flex:1;min-height:0;overflow:auto;color:var(--theme-color-std-text);background:var(--theme-color-1)}._DetailLinks_11ydh_543{display:flex;gap:.375rem;flex-wrap:wrap}._DetailLinkPill_11ydh_549{display:inline-flex;align-items:center;font-size:.6875rem;line-height:1;font-weight:600;color:var(--theme-color-primary);background:rgba(var(--theme-color-primary--rgb),.08);border:1px solid rgba(var(--theme-color-primary--rgb),.25);padding:.2rem .5rem;border-radius:999px;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.01em}._RelatedList_11ydh_567{display:flex;flex-direction:column;gap:.125rem}._RelatedItem_11ydh_573{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;border-radius:var(--theme-default-border-radius, 4px);cursor:pointer;transition:background .15s ease;width:100%;text-align:left;background:transparent;border:none;font:inherit;color:inherit}._RelatedItem_11ydh_573:hover{background:var(--theme-ghost--background--hover, rgba(var(--theme-color-primary--rgb), .06))}._RelatedItem_11ydh_573:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:-2px}._RelatedTitle_11ydh_599{flex:1;min-width:0;font-size:.8125rem;color:var(--theme-color-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._DetailEmpty_11ydh_609{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;gap:.5rem;border:1px dashed var(--theme-color-soft-bdr);border-radius:var(--theme-default-border-radius, 4px);background:var(--theme-color-2);min-height:360px}._MarkdownBody_11ydh_624{color:inherit;font-size:inherit;line-height:1.55}._MarkdownBody_11ydh_624 :first-child{margin-top:0}._MarkdownBody_11ydh_624 :last-child{margin-bottom:0}._MarkdownBody_11ydh_624 h1,._MarkdownBody_11ydh_624 h2,._MarkdownBody_11ydh_624 h3,._MarkdownBody_11ydh_624 h4,._MarkdownBody_11ydh_624 h5,._MarkdownBody_11ydh_624 h6{margin:.75em 0 .25em;font-weight:700;color:var(--theme-color-std-text);line-height:1.25}._MarkdownBody_11ydh_624 h1{font-size:1.0625rem}._MarkdownBody_11ydh_624 h2{font-size:1rem}._MarkdownBody_11ydh_624 h3{font-size:.9375rem;color:var(--theme-color-primary)}._MarkdownBody_11ydh_624 h4,._MarkdownBody_11ydh_624 h5,._MarkdownBody_11ydh_624 h6{font-size:.875rem}._MarkdownBody_11ydh_624 p{margin:0 0 .4em}._MarkdownBody_11ydh_624 ul,._MarkdownBody_11ydh_624 ol{margin:.15em 0 .4em;padding-left:1.1rem}._MarkdownBody_11ydh_624 li{margin:.1em 0}._MarkdownBody_11ydh_624 strong{font-weight:700;color:var(--theme-color-std-text)}._MarkdownBody_11ydh_624 em{font-style:italic}._MarkdownBody_11ydh_624 li>p{margin:0}._MarkdownBody_11ydh_624 code{font-family:Courier New,Consolas,monospace;font-size:.85em;background:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr);padding:.05em .35em;border-radius:2px}._MarkdownBody_11ydh_624 pre{margin:.4em 0 .8em;padding:.75rem;background:var(--theme-color-2);border:1px solid var(--theme-color-soft-bdr);border-radius:var(--theme-default-border-radius, 4px);overflow-x:auto}._MarkdownBody_11ydh_624 pre code{background:transparent;border:none;padding:0;font-size:.8125rem}._MarkdownBody_11ydh_624 blockquote{margin:.4em 0;padding:.25em .75em;border-left:3px solid var(--theme-color-primary);background:rgba(var(--theme-color-primary--rgb),.05);color:var(--theme-color-soft-text, var(--theme-color-weak-text))}._MarkdownBody_11ydh_624 a{color:var(--theme-color-primary);text-decoration:underline}._MarkdownBody_11ydh_624 a:hover{text-decoration:none}._MarkdownBody_11ydh_624 hr{margin:1em 0;border:0;border-top:1px solid var(--theme-color-soft-bdr)}._MarkdownBody_11ydh_624 table{border-collapse:collapse;margin:.5em 0;width:100%;font-size:.8125rem}._MarkdownBody_11ydh_624 th,._MarkdownBody_11ydh_624 td{border:1px solid var(--theme-color-soft-bdr);padding:.35rem .5rem;text-align:left;vertical-align:top}._MarkdownBody_11ydh_624 th{background:var(--theme-color-2);font-weight:700}@media(max-width:1200px){._SearchBody_11ydh_144{grid-template-columns:1fr}._DetailPanel_11ydh_304{max-width:100%}}@media(max-width:900px){._FilterBar_11ydh_121{flex-direction:column;align-items:stretch}._FilterSelect_11ydh_128{max-width:100%}}._AddContainerSplit_xl6p5_7{display:flex;gap:1.5rem;padding:1rem 1rem 2rem;height:100%;min-height:0}._AddLeft_xl6p5_15{flex:65;min-width:0;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;padding-right:.5rem}._AddLeft_xl6p5_15::-webkit-scrollbar,._AddRight_xl6p5_26::-webkit-scrollbar{width:5px}._AddLeft_xl6p5_15::-webkit-scrollbar-track,._AddRight_xl6p5_26::-webkit-scrollbar-track{background:transparent}._AddLeft_xl6p5_15::-webkit-scrollbar-thumb,._AddRight_xl6p5_26::-webkit-scrollbar-thumb{background-color:var(--theme-color-soft-bdr);border-radius:4px}._AddRight_xl6p5_26{flex:35;min-width:240px;max-width:340px;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;padding-right:.25rem}._TypeSelector_xl6p5_53{display:flex;gap:1rem}._TypeOption_xl6p5_58{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;border:2px solid var(--theme-color-soft-bdr);border-radius:8px;cursor:pointer;transition:all .2s ease;background:var(--theme-color-component-1);color:var(--theme-color-weak-text);font:inherit}._TypeOption_xl6p5_58:hover:not(:disabled){border-color:rgba(var(--theme-color-primary--rgb),.4);background:rgba(var(--theme-color-primary--rgb),.04)}._TypeOption_xl6p5_58:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px}._TypeOption_xl6p5_58:disabled{cursor:not-allowed;opacity:.6}._TypeOptionActive_xl6p5_90{border-color:var(--theme-color-primary)!important;background:rgba(var(--theme-color-primary--rgb),.08)!important;color:var(--theme-color-primary)!important}._TypeOptionLabel_xl6p5_96{font-size:1rem;font-weight:600;text-align:center}._MainInputArea_xl6p5_103{display:flex;flex-direction:column;gap:1rem}._DropZoneHero_xl6p5_109{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 2rem;border:2px dashed var(--theme-color-soft-bdr);border-radius:12px;cursor:pointer;transition:all .2s ease;background:rgba(var(--theme-color-primary--rgb),.02);min-height:240px}._DropZoneHero_xl6p5_109:hover{border-color:var(--theme-color-primary);background:rgba(var(--theme-color-primary--rgb),.05)}._DropZoneHero_xl6p5_109:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px}._DropZoneHeroHasFile_xl6p5_134{padding:2rem;cursor:default;border-style:solid;border-color:rgba(var(--theme-color-primary--rgb),.3);min-height:auto}._DropZoneHeroIcon_xl6p5_142{width:64px;height:64px;border-radius:50%;background:rgba(var(--theme-color-primary--rgb),.08);color:var(--theme-color-weak-text);display:flex;align-items:center;justify-content:center}._DropZoneHeroTitle_xl6p5_153{font-size:1.1rem;font-weight:500;color:var(--theme-color-std-text);text-align:center}._DropZoneHint_xl6p5_160{font-size:.75rem;color:var(--theme-color-weak-text)}._DropZoneSwitchLink_xl6p5_165{font-size:.8rem;color:var(--theme-color-primary);cursor:pointer;text-decoration:underline;margin-top:.25rem;opacity:.8;transition:opacity .15s ease;background:transparent;border:none;padding:0;font-family:inherit}._DropZoneSwitchLink_xl6p5_165:hover{opacity:1}._FileListContainer_xl6p5_185{display:flex;flex-direction:column;gap:.5rem;width:100%}._FileListItem_xl6p5_192{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;background:var(--theme-color-component-2, rgba(var(--theme-color-primary--rgb), .04));border:1px solid var(--theme-color-soft-bdr);border-radius:6px;transition:background .15s ease}._FileListItem_xl6p5_192:hover{background:rgba(var(--theme-color-primary--rgb),.06)}._FileListIcon_xl6p5_207{color:var(--theme-color-primary);flex-shrink:0}._FileListInfo_xl6p5_212{flex:1;display:flex;flex-direction:column;min-width:0}._FileListName_xl6p5_219{font-size:.875rem;font-weight:500;color:var(--theme-color-std-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._FileListSize_xl6p5_228{font-size:.7rem;color:var(--theme-color-weak-text)}._AddMoreFilesBtn_xl6p5_233{display:flex;align-items:center;gap:.4rem;padding:.45rem .75rem;background:transparent;border:1px dashed var(--theme-color-soft-bdr);border-radius:6px;color:var(--theme-color-primary);font-size:.8rem;cursor:pointer;font-family:inherit;transition:all .15s ease;width:100%;justify-content:center}._AddMoreFilesBtn_xl6p5_233:hover{background:rgba(var(--theme-color-primary--rgb),.05);border-color:var(--theme-color-primary)}._HiddenInput_xl6p5_255{display:none}._MultiFileModeCard_xl6p5_260{border:1px solid var(--theme-color-primary);border-radius:8px;padding:1rem;background:rgba(var(--theme-color-primary--rgb),.04);display:flex;flex-direction:column;gap:.85rem}._MultiFileModeTitle_xl6p5_270{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--theme-color-std-text)}._MultiFileModeOptions_xl6p5_279{display:flex;flex-direction:row;gap:.6rem}._MultiFileModeOption_xl6p5_279{flex:1;display:flex;align-items:flex-start;gap:.75rem;padding:.65rem .85rem;border:1px solid var(--theme-color-soft-bdr);border-radius:6px;cursor:pointer;background:var(--theme-color-component-1);transition:all .15s ease;text-align:left;font:inherit;color:inherit}._MultiFileModeOption_xl6p5_279:hover{border-color:rgba(var(--theme-color-primary--rgb),.4);background:rgba(var(--theme-color-primary--rgb),.04)}._MultiFileModeOption_xl6p5_279:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:2px}._MultiFileModeOptionActive_xl6p5_312{border-color:var(--theme-color-primary)!important;background:rgba(var(--theme-color-primary--rgb),.08)!important}._RadioDot_xl6p5_317{width:16px;height:16px;border-radius:50%;border:2px solid var(--theme-color-soft-bdr);flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease}._MultiFileModeOptionActive_xl6p5_312 ._RadioDot_xl6p5_317{border-color:var(--theme-color-primary)}._RadioDotInner_xl6p5_334{width:8px;height:8px;border-radius:50%;background:var(--theme-color-primary)}._MultiFileModeLabel_xl6p5_341{display:block;font-size:.875rem;font-weight:500;color:var(--theme-color-std-text)}._MultiFileModeDesc_xl6p5_348{display:block;font-size:.75rem;color:var(--theme-color-weak-text);margin-top:.15rem;line-height:1.4}._NoteInputHero_xl6p5_357{display:flex;flex-direction:column;gap:.5rem;width:100%}._NoteInputHero_xl6p5_357 ix-textarea,._NoteInputHero_xl6p5_357 [class*=ix-textarea]{display:block;width:100%}._StatusCard_xl6p5_371{width:100%;flex:1;min-height:400px}._StatusCardOuter_xl6p5_377{height:100%;box-sizing:border-box}._StatusCardContent_xl6p5_382{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;text-align:center;min-height:360px;padding:2.5rem 2rem;width:100%;box-sizing:border-box}._StatusIconDone_xl6p5_395{width:56px;height:56px;border-radius:50%;background:rgba(var(--theme-color-success--rgb, 0, 200, 83),.15);color:var(--theme-color-success);display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}._StatusTitle_xl6p5_407{font-size:1.1rem;font-weight:600;color:var(--theme-color-std-text)}._StatusSteps_xl6p5_413{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:280px;margin-bottom:.5rem}._StatusStep_xl6p5_413{display:flex;align-items:center;gap:.5rem;font-size:.85rem;padding:.4rem 0}._StatusStepActive_xl6p5_430{color:var(--theme-color-primary);font-weight:500}._StatusStepDone_xl6p5_435{color:var(--theme-color-success)}._StatusStepPending_xl6p5_439{color:var(--theme-color-weak-text);opacity:.6}._FormActions_xl6p5_445{display:flex;justify-content:flex-end;gap:.75rem;padding:.75rem 0 .25rem;position:sticky;bottom:0;background:var(--theme-color-1);z-index:2}._SmartSection_xl6p5_457{border:1px solid var(--theme-color-soft-bdr);border-radius:8px;background:var(--theme-color-component-1);overflow:hidden;transition:border-color .3s ease}._SmartSectionHeader_xl6p5_465{display:flex;align-items:center;gap:.5rem;padding:.65rem .85rem;font-size:.8rem;font-weight:600;color:var(--theme-color-weak-text);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--theme-color-soft-bdr);background:rgba(var(--theme-color-primary--rgb),.03)}._SmartSectionOptional_xl6p5_479{margin-left:auto;font-size:.7rem;font-weight:400;text-transform:none;letter-spacing:0;color:var(--theme-color-weak-text);opacity:.7;font-style:italic}._SmartSectionBody_xl6p5_490{padding:.85rem;display:flex;flex-direction:column;gap:.75rem}._SmartField_xl6p5_497{display:flex;flex-direction:column;gap:.25rem}._SmartFieldLabel_xl6p5_503{font-size:.75rem;font-weight:500;color:var(--theme-color-weak-text)}._SmartFieldLabelDisabled_xl6p5_509{opacity:.4}@media(max-width:1200px){._AddContainerSplit_xl6p5_7{flex-direction:column;height:auto;overflow:visible}._AddLeft_xl6p5_15{overflow-y:visible}._AddRight_xl6p5_26{max-width:100%;overflow-y:visible;flex-direction:row;flex-wrap:wrap}._AddRight_xl6p5_26>*{flex:1;min-width:240px}}@media(max-width:900px){._TypeSelector_xl6p5_53,._AddRight_xl6p5_26{flex-direction:column}._AddRight_xl6p5_26>*{min-width:100%}}._SmartField_1iptb_3{display:flex;flex-direction:column;gap:.25rem}._SmartFieldLabel_1iptb_12{font-size:.75rem;font-weight:500;color:var(--theme-color-weak-text)}._SmartFieldLabelDisabled_1iptb_18{opacity:.4}._MultiSelectWrap_1iptb_22{position:relative;display:inline-block;width:100%;min-height:2rem;border-radius:var(--theme-input--border-radius)}._MultiSelectTrigger_1iptb_31{position:relative;display:flex;align-items:center;width:100%;min-height:2rem;background-color:var(--theme-input--background);border:var(--theme-input--border-thickness) solid var(--theme-input--border-color);border-radius:var(--theme-input--border-radius);padding:.125rem .25rem .125rem .5rem;box-shadow:var(--theme-inset-shadow-1);cursor:pointer;font-family:Siemens Sans,sans-serif;font-size:.875rem;line-height:1.429em;color:var(--theme-color-std-text);gap:.25rem;box-sizing:border-box;text-align:left}._MultiSelectTrigger_1iptb_31:hover:not(._MultiSelectTriggerDisabled_1iptb_53){background-color:var(--theme-input--background--hover);border-color:var(--theme-input--border-color--hover)}._MultiSelectTrigger_1iptb_31:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:-2px}._MultiSelectTriggerOpen_1iptb_63,._MultiSelectTriggerOpen_1iptb_63:hover{background-color:var(--theme-input--background--focus);border-color:var(--theme-input--border-color--focus);outline:1px solid #119fff;outline-offset:var(--theme-input--focus--outline-offset)}._MultiSelectTriggerDisabled_1iptb_53{cursor:default;opacity:.5}._MultiSelectChips_1iptb_77{display:flex;flex-wrap:wrap;align-items:center;flex-grow:1;min-width:0;max-height:3.5rem;overflow-y:auto;gap:0}._MultiSelectChip_1iptb_77{display:inline-flex;align-items:center;justify-content:space-between;height:1.5rem;padding-left:.5rem;margin:.1rem;border:var(--theme-focus--border-thickness) solid var(--theme-chip-primary-outline--border-color);border-radius:2rem;background-color:var(--theme-color-ghost);color:var(--theme-chip-primary-outline--color);font-size:.875rem;line-height:1.5rem;white-space:nowrap;max-width:100%;overflow:hidden;cursor:default}._MultiSelectChipLabel_1iptb_108{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.5rem;max-width:160px}._MultiSelectChipRemove_1iptb_116{display:inline-flex;align-items:center;justify-content:center;height:1.5rem;width:1.5rem;margin-left:.25rem;border:none;background:transparent;color:inherit;padding:0;cursor:pointer;border-radius:50%;flex-shrink:0}._MultiSelectChipRemove_1iptb_116:hover{background-color:var(--theme-color-ghost-primary--hover)}._MultiSelectPlaceholder_1iptb_136{flex-grow:1;color:var(--theme-input-select-icon--color);font-size:.875rem;line-height:1.75rem;padding-left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._MultiSelectArrow_1iptb_147{display:inline-flex;align-items:center;justify-content:center;height:1.875rem;width:1.875rem;min-width:1.875rem;color:var(--theme-input-select-icon--color);transition:transform .15s ease;flex-shrink:0}._MultiSelectArrowOpen_1iptb_159{transform:rotate(180deg);color:var(--theme-color-std-text--hover)}._MultiSelectDropdown_1iptb_165{position:absolute;top:calc(100% + .25rem);left:0;right:0;z-index:var(--theme-z-index-dropdown, 1050);max-height:calc(50vh - 3rem);overflow-y:auto;background-color:var(--theme-color-2);border-radius:var(--theme-default-border-radius);box-shadow:var(--theme-shadow-4);padding:.25rem 0;min-width:0}._MultiSelectOption_1iptb_181{display:flex;flex-direction:row;align-items:center;position:relative;height:2.5rem;width:100%;padding:0 .5rem;border:.0625rem solid transparent;cursor:pointer;font-family:Siemens Sans,sans-serif;font-size:.875rem;line-height:1.429em;color:var(--theme-color-std-text);white-space:nowrap;box-sizing:border-box;-webkit-user-select:none;user-select:none}._MultiSelectOption_1iptb_181:hover{background-color:var(--theme-ghost--background--hover)}._MultiSelectOption_1iptb_181:active{background-color:var(--theme-ghost--background--active)}._MultiSelectOption_1iptb_181:focus-visible{outline:2px solid var(--theme-color-primary);outline-offset:-2px}._MultiSelectOptionSelected_1iptb_213{color:var(--theme-color-primary)}._MultiSelectCheckCell_1iptb_217{display:flex;align-items:center;justify-content:center;height:100%;width:1rem;min-width:1rem;margin-right:.5rem;color:var(--theme-color-primary)}._MultiSelectOptionLabel_1iptb_228{display:block;overflow:hidden;text-overflow:ellipsis;white-space:pre;flex:1;min-width:0}._MultiSelectEmpty_1iptb_237{padding:.5rem 1rem;font-size:.875rem;color:var(--theme-color-weak-text);text-align:center}._MultiSelectSearch_1iptb_244{position:sticky;top:0;background-color:var(--theme-color-2);padding:.25rem .5rem .5rem;border-bottom:1px solid var(--theme-color-soft-bdr);z-index:1}._MultiSelectSearchInput_1iptb_253{width:100%;height:2rem;padding:0 .5rem;font-family:Siemens Sans,sans-serif;font-size:.875rem;line-height:1.429em;color:var(--theme-color-std-text);background-color:var(--theme-input--background);border:var(--theme-input--border-thickness) solid var(--theme-input--border-color);border-radius:var(--theme-input--border-radius);box-shadow:var(--theme-inset-shadow-1);outline:none;box-sizing:border-box}._MultiSelectSearchInput_1iptb_253:hover{border-color:var(--theme-input--border-color--hover)}._MultiSelectSearchInput_1iptb_253:focus{border-color:var(--theme-input--border-color--focus);outline:1px solid #119fff;outline-offset:var(--theme-input--focus--outline-offset)}._PageLayout_1r6tf_4{display:flex;flex-direction:column;height:100%;overflow:hidden;gap:0}._TabsContainerSticky_1r6tf_12{flex-shrink:0;padding:0 1rem;margin:0;background:var(--theme-color-1);z-index:10;line-height:0}._TabsContainerSticky_1r6tf_12 ix-tabs{margin:0;padding:0;display:block;line-height:normal}._PageContent_1r6tf_28{flex:1;min-height:0;overflow:hidden;padding:0;margin:0}._PageContent_1r6tf_28>*{margin-top:0!important}
