:root{--nav-height: 65px}html,body{height:100%;margin:0;overflow:hidden}body{padding-top:var(--nav-height)}h1{color:navy}main{flex:1;height:calc(100vh - 65px);overflow-y:auto;width:100%;padding:20px;transition:margin-left .3s ease;background:#f4f6f9!important}header.fixed-top{height:65px;z-index:1030!important;background-color:#f4f6f9;border-bottom:1px solid #e4e8ef}.nav-link{color:#475569!important;transition:all .2s ease;border-radius:8px;font-size:.95rem}.nav-link:hover{color:#0d6efd!important;background-color:#f1f5f9}.nav-link.active{color:#0d6efd!important;background-color:#e7f1ff;font-weight:600!important}.nav-link.active i{color:#0d6efd!important}.dropdown-item.active{background-color:#e7f1ff!important;color:#0d6efd!important;font-weight:600}.dropdown-item.active i{color:#0d6efd!important}.user-profile-btn:after{display:none}.user-profile-btn:hover .bg-light{background-color:#e2e8f0!important;transform:scale(1.05)}@media(max-width:991px){.navbar-nav{padding:1rem 0}.mx-auto{margin-left:0!important}.user-profile-btn{padding:.5rem 0}}#sidebar-wrapper{width:280px;transition:all .3s ease;z-index:1040;position:relative}.sidebar-content{width:300px;height:calc(100vh - 65px);position:fixed;top:65px;left:0;z-index:1020;background-color:#f4f6f9;display:flex;flex-direction:column;border-right:1px solid #e4e8ef}.sidebar-header{background-color:#f4f6f9;position:sticky;top:0;z-index:10;border-bottom:1px solid #e4e8ef}.sidebar-content::-webkit-scrollbar,main::-webkit-scrollbar{width:6px}.sidebar-content::-webkit-scrollbar-thumb,main::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}#sidebar-wrapper.sidebar-pinned{height:calc(100vh - var(--nav-height));position:sticky;top:var(--nav-height)}#sidebar-wrapper.sidebar-pinned .sidebar-content{transform:translate(0)}#sidebar-wrapper.sidebar-unpinned{width:0;min-width:0;position:fixed;top:var(--nav-height);left:0;height:calc(100vh - var(--nav-height));z-index:1050;background-color:transparent}#sidebar-wrapper.sidebar-unpinned .sidebar-content{position:absolute;top:0;left:0;width:280px;height:100%;transform:translate(-100%);transition:transform .3s ease;box-shadow:5px 0 15px #0000001a;border-top:none}#sidebar-wrapper.sidebar-unpinned:hover .sidebar-content{transform:translate(0)}.sidebar-trigger{display:none;position:absolute;left:0;top:50%;transform:translateY(-50%);width:15px;height:60px;background-color:#0d6efd;border-radius:0 8px 8px 0;cursor:pointer;z-index:1050;align-items:center;justify-content:center;color:#fff}.sidebar-trigger:after{content:"\203a";font-weight:700}#sidebar-wrapper.sidebar-unpinned .sidebar-trigger{display:flex}.sidebar-trigger:hover{width:18px;background-color:#0a58ca}#sidebar-wrapper.sidebar-unpinned:hover .sidebar-trigger{opacity:0}.unpinned-icon{transform:rotate(-45deg);color:#adb5bd!important}.toggle-icon{transition:transform .2s ease;display:inline-block;cursor:pointer}.toggle-icon:not(.collapsed){transform:rotate(90deg)}.tree-node:hover{background-color:#007bff0d}#tree-container{flex-grow:1;overflow-y:auto!important;padding-bottom:20px}@media(max-width:991px){.navbar-collapse{position:absolute;top:100%;left:0;width:100%;background:#fff;z-index:999;border-top:1px solid #e5e7eb}.navbar-nav{text-align:center}.navbar-nav .nav-link{justify-content:center;padding:12px 0}.dropdown-menu{position:static!important;transform:none!important;width:100%;text-align:center;box-shadow:none}.dropdown-item{justify-content:center}}.fade-in{animation:appFadeIn .45s ease both}@keyframes appFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}main .card{border-radius:1rem}main .card.shadow-sm{box-shadow:0 2px 12px #1018280f!important}main .card:has(.bg-primary.bg-opacity-10.text-primary.p-3.rounded-3){position:relative;overflow:hidden;background:linear-gradient(135deg,#fff,#f5f9ff)}main .card:has(.bg-primary.bg-opacity-10.text-primary.p-3.rounded-3):before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px;background:linear-gradient(180deg,#0d6efd,#4dabf7)}main .bg-primary.bg-opacity-10.text-primary.p-3.rounded-3{background:linear-gradient(135deg,#0d6efd,#4dabf7)!important;box-shadow:0 6px 16px #0d6efd47;width:58px;height:58px;display:flex;align-items:center;justify-content:center;flex-shrink:0}main .bg-primary.bg-opacity-10.text-primary.p-3.rounded-3 i{color:#fff!important}main .card-header h5 i,main .card-header h6 i{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border-radius:.6rem;background:#64748b1a;margin-right:.5rem!important;font-size:.95rem;vertical-align:middle}main .badge.bg-light{background-color:#f1f5f9!important;border:1px solid #e7ecf3;border-radius:999px;padding:.4em .8em;font-size:.7rem;letter-spacing:.02em;text-transform:uppercase;font-weight:600}main .table thead th:first-child{border-top-left-radius:.5rem}main .table thead th:last-child{border-top-right-radius:.5rem}main .table code{background:#f1f5f9;padding:.15rem .5rem;border-radius:.4rem;font-size:.8rem}#sidebar-mobile-toggle,#sidebar-backdrop{display:none}@media(max-width:991px){main,main.p-4{padding:12px;width:100%}#sidebar-wrapper,#sidebar-wrapper.sidebar-pinned,#sidebar-wrapper.sidebar-unpinned{position:fixed;top:var(--nav-height);left:0;width:0;min-width:0;height:calc(100vh - var(--nav-height));z-index:1045}#sidebar-wrapper .sidebar-content,#sidebar-wrapper.sidebar-pinned .sidebar-content,#sidebar-wrapper.sidebar-unpinned .sidebar-content{position:fixed;top:var(--nav-height);left:0;width:82vw;max-width:320px;height:calc(100vh - var(--nav-height));transform:translate(-100%);transition:transform .3s ease;box-shadow:5px 0 22px #0000002e;z-index:1046}#sidebar-wrapper.sidebar-unpinned:hover .sidebar-content{transform:translate(-100%)}#sidebar-wrapper.sidebar-mobile-open .sidebar-content{transform:translate(0)!important}#sidebar-wrapper .sidebar-trigger{display:none!important}#sidebar-mobile-toggle{display:flex;align-items:center;justify-content:center;position:fixed;left:14px;bottom:18px;width:52px;height:52px;border:none;border-radius:50%;background:linear-gradient(135deg,#0d6efd,#0a58ca);color:#fff;font-size:1.45rem;box-shadow:0 6px 18px #0d6efd66;z-index:1047}#sidebar-mobile-toggle:active{transform:scale(.94)}#sidebar-backdrop{display:block;position:fixed;inset:0;top:var(--nav-height);background:#0006;opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:1044}#sidebar-backdrop.show{opacity:1;visibility:visible}main .card .d-flex.justify-content-between{flex-wrap:wrap;gap:.75rem}main .card .d-flex.justify-content-between>.btn{white-space:nowrap}main h2.fw-bold{font-size:1.4rem}main .bg-primary.bg-opacity-10.text-primary.p-3.rounded-3{width:48px;height:48px}}@media(max-width:575.98px){main,main.p-4{padding:10px}main .card.p-4,main .card .card-body.p-4{padding:1rem!important}}@media(max-width:991.98px){main img,main canvas,main svg,main iframe{max-width:100%}main .d-flex.flex-wrap{row-gap:.5rem}main .btn-group.flex-wrap{row-gap:.4rem}main .card-header .d-flex.justify-content-between{flex-wrap:wrap;gap:.5rem}}@media(max-width:575.98px){main h2,main h2.fw-bold{font-size:1.3rem}main h3{font-size:1.15rem}main .display-6,main .fs-1,main .fs-2{font-size:1.6rem!important}main .table{font-size:.85rem}main .table>:not(caption)>*>*{padding-left:.5rem;padding-right:.5rem}.modal-dialog:not([class*=modal-fullscreen]){margin:.5rem;max-width:calc(100% - 1rem)}.modal-dialog:not([class*=modal-fullscreen]) .modal-content{max-height:calc(100vh - 1rem)}.modal-content{overflow:hidden}.modal-body{overflow-y:auto}.modal-header,.modal-footer{padding:.7rem 1rem}.modal-body.p-4{padding:1rem!important}.modal-title{font-size:1.05rem;line-height:1.3}.modal-footer>.btn{flex:1 1 auto}main .row.g-4{--bs-gutter-x: 1rem;--bs-gutter-y: 1rem}}@media(hover:none),(max-width:767.98px){.row-actions,tr:hover .row-actions,.actions-cell .btn,tr:hover .actions-cell .btn,.contract-actions-cell,.card:hover .contract-actions-cell{opacity:1!important}}
