*{margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:border-box}html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;color:#1c1b1e;background-color:#fff;line-height:1.5}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;font-family:inherit}.app-header{background-color:#19003c;padding:8px 16px;display:flex;align-items:center}.app-header__logo{width:70px;margin-right:16px;filter:brightness(0) invert(1)}.app-header__title{font-size:1.5rem;color:#fff;font-weight:700}.app-sidebar{background-color:#f6eeff;padding:16px;width:200px;flex-shrink:0}.app-sidebar__nav{margin:0}.app-sidebar__list{list-style:none;padding:0;margin:0}.app-sidebar__item{margin-bottom:8px}.app-sidebar__link{display:inline-block;text-decoration:none;color:#1c1b1e;font-size:1.25rem;font-weight:500;transition:color .3s,transform .3s}.app-sidebar__link:hover,.app-sidebar__link.active{color:#6d23f8}.app-sidebar__link:hover{transform:scale(1.1)}.app-footer{background-color:#19003c;padding:8px;text-align:center}.app-footer__text{color:#fff;font-size:.875rem;margin:0}.layout{display:flex;flex-direction:column;min-height:100vh;width:100vw;max-width:100vw;margin:0 auto;overflow:hidden}.layout__main{display:flex;flex:1 0 auto;width:100%;max-width:100vw}.layout__content{flex:1;min-width:0;max-width:calc(100vw - 200px);padding:16px;background-color:#fff;overflow-wrap:break-word;word-break:break-word}.area-form{display:flex;gap:8px;margin-bottom:16px}.area-form__input{flex:1;padding:8px;border:2px solid rgb(208,188,255);border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1rem;color:#1c1b1e;background-color:#fff;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out}.area-form__input:focus{border-color:#ac89ff;box-shadow:0 0 5px #8856ff;outline:none}.area-form__button{background-color:#9f32ff;color:#fff;font-size:1rem;font-weight:700;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;border:none;padding:8px 16px;cursor:pointer}.area-form__button:hover{background-color:#8700fe;color:#fff}.area-item{display:flex;justify-content:space-between;align-items:center;padding:8px;border-bottom:1px solid rgb(208,188,255)}.area-item:last-child{border-bottom:none}.area-item__name{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1rem;color:#1c1b1e;font-weight:700}.area-item__actions{display:flex;gap:8px}.area-item__button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;padding:0;border-radius:4px}.area-item__button:hover{filter:brightness(.95)}.area-item__button img{width:30px;height:30px;object-fit:contain}.area-item__button--edit,.area-item__button--save,.area-item__button--delete,.area-item__button--cancel{background-color:#f6eeff;color:#6d23f8}.area-item__input{padding:8px;border:2px solid rgb(208,188,255);border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1rem;color:#1c1b1e;background-color:#fff;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out;flex:1}.area-item__input:focus{border-color:#ac89ff;box-shadow:0 0 5px #8856ff;outline:none}.area-item--editing{justify-content:flex-start;gap:8px}.area-item--editing .area-item__input{flex:1}.area-list{background-color:#fff;padding:16px;border-radius:8px;box-shadow:0 2px 8px #00000014}.area-list__empty{text-align:center;font-style:italic;color:#1c1b1e;margin:16px 0}.areas-page{padding:16px;background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a}.areas-page__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:2rem;font-weight:700;color:#6d23f8;margin:0 0 16px}.areas-page__loading-text,.areas-page__error-text{text-align:center;margin:8px 0}.areas-page__error-text{color:red}.unit-form{display:flex;align-items:center;gap:8px;margin-bottom:16px}.unit-form__input{border:2px solid rgb(208,188,255);border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1rem;color:#1c1b1e;background-color:#fff;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out;padding:8px;width:39%}.unit-form__input:focus{border-color:#ac89ff;box-shadow:0 0 5px #8856ff;outline:none}.unit-form__type{display:flex;align-items:center;width:12%}.unit-form__type-select{border:2px solid rgb(208,188,255);border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1rem;color:#1c1b1e;background-color:#fff;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out;padding:8px;width:100%}.unit-form__type-select:focus{border-color:#ac89ff;box-shadow:0 0 5px #8856ff;outline:none}.unit-form__department-select{border:2px solid rgb(208,188,255);border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1rem;color:#1c1b1e;background-color:#fff;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out;padding:8px;width:39%}.unit-form__department-select:focus{border-color:#ac89ff;box-shadow:0 0 5px #8856ff;outline:none}.unit-form__department-select:disabled{background-color:#dbd0d0e1;color:#807c89;cursor:not-allowed}.unit-form__button{background-color:#9f32ff;color:#fff;font-size:1rem;font-weight:700;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;border:none;padding:8px 16px;cursor:pointer}.unit-form__button:hover{background-color:#8700fe;color:#fff}.unit-item{padding:8px;border-bottom:1px solid rgb(208,188,255)}.unit-item:last-child{border-bottom:none}.unit-item__content{display:flex;align-items:center;width:100%;flex-wrap:nowrap}.unit-item__col{padding:0 8px;display:flex;align-items:center;justify-content:flex-start}.unit-item__col--name{flex-basis:40%}.unit-item__col--type,.unit-item__col--responsible{flex-basis:30%}.unit-item__input,.unit-item__select{border:2px solid rgb(208,188,255);border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1rem;color:#1c1b1e;background-color:#fff;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out;width:100%;box-sizing:border-box;padding:8px}.unit-item__input:focus,.unit-item__select:focus{border-color:#ac89ff;box-shadow:0 0 5px #8856ff;outline:none}.unit-item__select{font-size:.875rem;border-radius:4px;background-color:#fff;color:#1c1b1e}.unit-item__select:focus{outline:none;border-color:#19003c}.unit-item__name{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1rem;color:#1c1b1e;font-weight:700}.unit-item__responsible{font-size:.875rem;color:#1c1b1e}.unit-item__actions{display:flex;gap:8px;margin-left:auto}.unit-item__button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;padding:0;border-radius:4px;cursor:pointer;transition:filter .2s}.unit-item__button:hover{filter:brightness(.95)}.unit-item__button img{width:30px;height:30px;object-fit:contain}.unit-item__button--edit,.unit-item__button--save,.unit-item__button--delete,.unit-item__button--cancel{background-color:#f6eeff;color:#6d23f8}.unit-list{background-color:#fff;padding:16px;border-radius:8px;box-shadow:0 2px 8px #00000014}.unit-list__empty{text-align:center;font-style:italic;color:#1c1b1e;margin:16px 0}.units-page{padding:16px;background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a}.units-page__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:2rem;font-weight:700;color:#6d23f8;margin:0 0 16px}.units-page__loading-text,.units-page__error-text{text-align:center;margin:8px 0}.units-page__error-text{color:red}.process-node-header{display:flex;justify-content:space-between;align-items:center;padding:8px;border-bottom:1px solid rgb(208,188,255)}.process-node-header__name{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1.5rem;color:#6d23f8;margin:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}.process-node-header__status{display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1rem;color:#6d23f8;background-color:#f6eeff;padding:0 16px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:8px;height:40px;min-width:100px}.process-node-header__actions{display:flex;gap:8px}.process-node-header__button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#f6eeff;color:#6d23f8;border:none;padding:0;border-radius:4px;transition:filter .2s}.process-node-header__button:hover{filter:brightness(.95)}.process-node-header__button img{width:24px;height:24px;object-fit:contain}.process-node-body{margin-top:8px;color:#1c1b1e;padding:8px}.process-node-body__desc{margin-bottom:16px}.process-node-body__desc span{font-size:1.25rem;font-weight:500;color:#19003c}.process-node-body__info{display:flex;flex-wrap:wrap;gap:8px}.process-node-body__item{flex:1 1 45%}.process-node-body__item strong{display:block;margin-bottom:.25rem;font-size:1rem;color:#19003c}.process-node-body__item span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.process-node-body__item--sub{display:flex;gap:8px}.process-node-body__subitem{flex:1 1 50%}.process-node-children{padding:8px;margin:0 16px;border-radius:4px}.process-node-children__header{cursor:pointer;display:flex;align-items:center;padding:4px 0;color:#6d23f8}.process-node-children__icon{margin-right:4px;width:16px;height:16px;display:flex;align-items:center;font-size:1rem}.process-node-children__title{font-size:1rem;margin:0}.process-node-children__content{margin-top:8px;display:flex;flex-direction:column;gap:8px}.process-tree-node{margin:8px;background-color:#fff;border:1px solid rgb(208,188,255);border-radius:8px;overflow:hidden}.process-tree-node__card{position:relative;background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:16px}.process-tree-node__priority-stripe{position:absolute;top:0;right:0;width:20%;height:6px;border-top-right-radius:8px}.process-tree{list-style:none;padding:0 32px;margin:0}.process-tree__empty{text-align:center;font-style:italic;color:#1c1b1e;margin:16px 0}.processes-page{padding:16px;background-color:#fff;border-radius:8px}.processes-page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.processes-page__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:2rem;font-weight:700;color:#6d23f8;margin:0}.processes-page__create-button{background-color:#f6eeff;color:#6d23f8;padding:8px 16px;font-size:1rem;font-weight:700;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;border:none}.processes-page__create-button:hover{background-color:16px;color:8px}.processes-page__loading-text,.processes-page__error-text{text-align:center;margin:8px 0}.processes-page__error-text{color:red}.process-filter{display:flex;flex-wrap:wrap;align-items:center;gap:8px;background-color:#fff;padding:16px;border-radius:8px;box-shadow:0 2px 8px #00000014}.process-filter input[type=text],.process-filter input[type=month],.process-filter select{padding:8px;border:2px solid rgb(208,188,255);border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1rem;color:#1c1b1e;background-color:#fff;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out}.process-filter input[type=text]:focus,.process-filter input[type=month]:focus,.process-filter select:focus{border-color:#ac89ff;box-shadow:0 0 5px #8856ff;outline:none}.process-filter input[type=text],.process-filter input[type=month],.process-filter select{padding:8px;border-radius:4px;height:45px;flex:1;min-width:150px}.process-form{display:flex;flex-direction:column;gap:8px;background-color:#fff;padding:16px;border-radius:8px;box-shadow:0 2px 8px #00000014}.process-form__row{display:flex;flex-direction:column;gap:8px}.process-form__row--inline{flex-direction:row;gap:16px}.process-form__row--inline>*{flex:1}.process-form__row--submit{align-items:flex-end}.process-form__input,.process-form__textarea,.process-form__select{border:2px solid rgb(208,188,255);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1rem;color:#1c1b1e;background-color:#fff;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out;padding:8px;border-radius:4px;width:100%}.process-form__input:focus,.process-form__textarea:focus,.process-form__select:focus{border-color:#ac89ff;box-shadow:0 0 5px #8856ff;outline:none}.process-form__textarea{resize:vertical;min-height:80px}.process-form__button{background-color:#f6eeff;color:#6d23f8;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;transition:filter .2s}.process-form__button:hover{filter:brightness(.95)}.process-form-page{padding:16px;background-color:#fff;border-radius:8px}.process-form-page__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:2rem;font-weight:700;color:#6d23f8;margin:0 0 16px}.process-form-page__loading-text,.process-form-page__error-text{text-align:center;margin:8px 0}.process-form-page__error-text{color:red}
