.tree{line-height:2em}.tree details>summary{list-style:none;cursor:pointer}.tree details>summary::-webkit-details-marker{display:none}.tree [data-clickable=true]{cursor:pointer;outline:none}.tree [data-clickable=true]:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.tree [data-clickable=true]:hover{cursor:pointer}.tree li{position:relative;margin-left:27px;width:calc(100% - 27px)}.tree li:before{top:4px;border-bottom:1px solid hsl(var(--border));width:10px;height:1em}.tree li:after,.tree li:before{position:absolute;left:-11px;border-left:1px solid hsl(var(--border));content:""}.tree li:after{bottom:0;width:20px;min-height:50px;height:100%}.tree li.child-objective-loading:before,.tree li.key-result-loading:last-of-type:before{height:36px;top:-12px}.tree li:last-child:after{display:none}.tree li[data-child-objective=true]:before{height:34px;top:-12px;left:-11px}.tree li[data-child-objective=true]:after{left:-11px}.tree li[data-key-result-item=true]:before{height:30px;top:-9px;left:-12px}.tree li[data-key-result-item=true]:after{left:-12px}.tree>li{margin-left:0!important}.tree>li:after,.tree>li:before{display:none!important}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:9999;overflow:hidden}.spinner{border:6px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:60px;height:60px;animation:spin 1.5s linear infinite}::-webkit-scrollbar{width:6px;margin-left:6px}::-webkit-scrollbar,::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:rgba(156,163,175,.5);border-radius:12px}::-webkit-scrollbar-thumb:hover{background:rgba(156,163,175,.7)}.loader{border:5px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite}.loader-sm{width:18px;height:18px;border:2px solid #f3f3f3;border-top-color:#3498db}.loader-md{width:30px;height:30px;border:5px solid #f3f3f3;border-top-color:#3498db}.loader-lg{width:40px;height:40px;border:7px solid #f3f3f3;border-top-color:#3498db}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}