.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;pointer-events:none;background:#0f172a4d;transition:opacity .3s;position:fixed;inset:0}.sidebar-overlay.active{opacity:1;pointer-events:auto}.global-sidebar-tooltip{color:#fff;white-space:nowrap;pointer-events:none;z-index:9999;background:#0f172a;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:700;position:fixed;left:78px;transform:translateY(-50%);box-shadow:0 4px 16px #00000026}.global-sidebar-tooltip:after{content:"";background:#0f172a;width:8px;height:8px;position:absolute;top:50%;left:-4px;transform:translateY(-50%)rotate(45deg)}.sidebar{--sidebar-width:68px;background:var(--sidebar-bg,#fff);z-index:1001;flex-direction:column;width:68px;height:100vh;transition:width .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;overflow-x:hidden;box-shadow:4px 0 24px #0ea5e908}@media (min-width:1024px){.sidebar{position:sticky;top:0;left:auto}}.sidebar.expanded{--sidebar-width:270px;width:270px}.sidebar.expanded .sidebar-top .logo{gap:12px}.sidebar.expanded .sidebar-top .logo .logo-text{transition-delay:.15s;opacity:1!important;visibility:visible!important;width:auto!important}.sidebar.expanded .sidebar-middle .menu-item .sidebar-icon-wrapper,.sidebar.expanded .menu .menu-item .sidebar-icon-wrapper{margin-right:12px}.sidebar.expanded .sidebar-middle .menu-item .text,.sidebar.expanded .menu .menu-item .text{flex:1;transition-delay:.1s;opacity:1!important;visibility:visible!important;width:auto!important}.sidebar.expanded .sidebar-middle .menu-item .chevron-icon,.sidebar.expanded .menu .menu-item .chevron-icon{flex:none;transition-delay:.1s;opacity:.5!important;visibility:visible!important;width:auto!important}.sidebar .sidebar-top{background-color:var(--sidebar-header-bg,#0284c7);border-bottom:1px solid #ffffff26;align-items:center;width:100%;height:64px;padding:0 20px;display:flex;border-right:none!important}.sidebar .sidebar-top .logo{cursor:pointer;align-items:center;gap:0;transition:gap .3s cubic-bezier(.4,0,.2,1);display:flex}.sidebar .sidebar-top .logo .company-logo-img{object-fit:contain;background:#fff;border-radius:6px;flex-shrink:0;width:26px;height:26px;padding:2px;box-shadow:0 2px 6px #0000001a}.sidebar .sidebar-top .logo .logo-icon-container{flex-direction:column;gap:3px;display:flex}.sidebar .sidebar-top .logo .logo-icon-container .logo-line{background:#fff;border-radius:2px;width:20px;height:3px;transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar .sidebar-top .logo .logo-icon-container .logo-line:nth-child(2){opacity:.85;width:13px}.sidebar .sidebar-top .logo .logo-icon-container .logo-line:nth-child(3){opacity:.7;width:17px}.sidebar .sidebar-top .logo .logo-text{color:#fff;letter-spacing:-.4px;white-space:nowrap;opacity:0;visibility:hidden;width:0;font-size:19px;font-weight:800;transition:opacity .15s cubic-bezier(.4,0,.2,1),visibility .15s,width .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.sidebar .sidebar-top .logo:hover .logo-line:nth-child(2),.sidebar .sidebar-top .logo:hover .logo-line:nth-child(3){width:20px}.sidebar .sidebar-middle{border-right:1.5px solid var(--sidebar-border,#e2e8f0);scrollbar-width:none;-ms-overflow-style:none;flex:1;padding:16px 10px;overflow:hidden auto}.sidebar .sidebar-middle::-webkit-scrollbar{width:0;height:0;display:none}.sidebar .sidebar-middle .menu{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.sidebar .sidebar-middle .menu .menu-item{color:var(--sidebar-text,#475569);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:12px;align-items:center;padding:10px 14px;font-size:13.5px;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.sidebar .sidebar-middle .menu .menu-item .sidebar-icon-wrapper{color:#64748b;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:color .2s,transform .2s;display:flex}.sidebar .sidebar-middle .menu .menu-item .sidebar-icon-wrapper img{object-fit:contain;width:20px;height:20px;filter:var(--sidebar-icon-filter,none) opacity(.8);transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar .sidebar-middle .menu .menu-item .sidebar-icon-wrapper svg{color:currentColor;width:20px;height:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar .sidebar-middle .menu .menu-item .text{opacity:0;visibility:hidden;white-space:nowrap;width:0;transition:opacity .2s}.sidebar .sidebar-middle .menu .menu-item .chevron-icon{opacity:0;visibility:hidden;width:0;transition:transform .3s}.sidebar .sidebar-middle .menu .menu-item .chevron-icon.expanded{transform:rotate(180deg)}.sidebar .sidebar-middle .menu .menu-item:hover:not(.active){color:var(--theme-color,#0ea5e9);background:#f0f9ff}.sidebar .sidebar-middle .menu .menu-item:hover:not(.active) .sidebar-icon-wrapper{color:var(--theme-color,#0ea5e9);transform:scale(1.08)}.sidebar .sidebar-middle .menu .menu-item:hover:not(.active) .sidebar-icon-wrapper img{filter:var(--sidebar-icon-filter,none) opacity(1)}.sidebar .sidebar-middle .menu .menu-item.active{color:var(--theme-color,#0ea5e9);background:#0ea5e91a;font-weight:700}.sidebar .sidebar-middle .menu .menu-item.active .sidebar-icon-wrapper{color:var(--theme-color,#0ea5e9)}.sidebar .sidebar-middle .menu .menu-item.active .sidebar-icon-wrapper img{filter:var(--sidebar-icon-filter,none) opacity(1)}.sidebar .sidebar-middle .menu .menu-item.active:before{content:"";background:linear-gradient(#0ea5e9,#14b8a6);border-radius:0 4px 4px 0;width:4px;position:absolute;top:20%;bottom:20%;left:0}.sidebar .sidebar-middle .menu .submenu{border-left:2px solid #cbd5e1;flex-direction:column;gap:3px;margin:2px 0 6px 26px;padding:4px 0 6px;list-style:none;transition:max-height .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.sidebar .sidebar-middle .menu .submenu.collapsed{display:none}.sidebar .sidebar-middle .menu .submenu .submenu-item{color:#64748b;cursor:pointer;white-space:nowrap;border-radius:0 8px 8px 0;align-items:center;height:36px;padding:0 12px 0 22px;font-size:13px;font-weight:550;transition:all .2s;display:flex;position:relative}.sidebar .sidebar-middle .menu .submenu .submenu-item:before{content:"";background:#cbd5e1;width:14px;height:2px;transition:all .2s;position:absolute;top:50%;left:0}.sidebar .sidebar-middle .menu .submenu .submenu-item:after{content:"";background:#94a3b8;border-radius:50%;width:5px;height:5px;transition:all .2s;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.sidebar .sidebar-middle .menu .submenu .submenu-item:hover{color:var(--theme-color,#0ea5e9);background:#0ea5e90f}.sidebar .sidebar-middle .menu .submenu .submenu-item:hover:before{background:var(--theme-color,#0ea5e9)}.sidebar .sidebar-middle .menu .submenu .submenu-item:hover:after{background:var(--theme-color,#0ea5e9);transform:translateY(-50%)scale(1.4)}.sidebar .sidebar-middle .menu .submenu .submenu-item.active{color:var(--theme-color,#0ea5e9);background:#0ea5e91f;font-weight:700}.sidebar .sidebar-middle .menu .submenu .submenu-item.active:before{background:var(--theme-color,#0ea5e9)}.sidebar .sidebar-middle .menu .submenu .submenu-item.active:after{background:var(--theme-color,#0ea5e9);transform:translateY(-50%)scale(1.4);box-shadow:0 0 6px #0ea5e966}.sidebar .menu-divider{background:var(--sidebar-border,#e2e8f0);height:1px;margin:12px 10px}@media (max-width:1023px){.sidebar{box-shadow:none;transform:translate(-100%)}.sidebar.open{transform:translate(0);box-shadow:20px 0 50px #0000001a}}
.sticky-notes-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.sticky-notes-wrapper .sticky-notes-trigger{cursor:pointer;transition:transform .2s}.sticky-notes-wrapper .sticky-notes-trigger:hover{transform:scale(1.05)}.sticky-notes-wrapper .sticky-notes-panel{z-index:1000;transform-origin:100% 0;background-color:#fef9c3;border:1px solid #fde047;border-radius:14px;flex-direction:column;width:320px;height:320px;animation:.2s cubic-bezier(.16,1,.3,1) forwards slideDown;display:flex;position:absolute;top:44px;right:0;overflow:hidden;box-shadow:0 14px 30px -5px #00000026,0 4px 10px -2px #0000000d}.sticky-notes-wrapper .sticky-notes-panel .sticky-notes-header{-webkit-user-select:none;user-select:none;box-sizing:border-box;align-items:center;width:100%;min-height:40px;padding:14px 44px 6px 16px;display:flex;position:relative}.sticky-notes-wrapper .sticky-notes-panel .sticky-notes-header .header-title{color:#713f12;margin:0;font-size:16px;font-weight:700;line-height:1}.sticky-notes-wrapper .sticky-notes-panel .sticky-notes-header .saving-text{color:#a16207;margin-left:10px;font-size:12px;font-style:italic;font-weight:400}.sticky-notes-wrapper .sticky-notes-panel .sticky-notes-header .close-btn{color:#a16207;cursor:pointer;z-index:2;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;margin:0;padding:4px;transition:all .15s;display:flex;position:absolute;top:6px;right:8px}.sticky-notes-wrapper .sticky-notes-panel .sticky-notes-header .close-btn:hover{color:#713f12;background:#a1620724}.sticky-notes-wrapper .sticky-notes-panel .sticky-notes-header .close-btn:active{transform:scale(.92)}.sticky-notes-wrapper .sticky-notes-panel .sticky-notes-textarea{resize:none;color:#3f3f46;box-sizing:border-box;background:0 0;border:none;outline:none;flex:1;width:100%;padding:4px 16px 16px;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.6}.sticky-notes-wrapper .sticky-notes-panel .sticky-notes-textarea::placeholder{color:#a16207;opacity:.6}.sticky-notes-wrapper .sticky-notes-panel .sticky-notes-textarea::-webkit-scrollbar{width:6px}.sticky-notes-wrapper .sticky-notes-panel .sticky-notes-textarea::-webkit-scrollbar-track{background:0 0}.sticky-notes-wrapper .sticky-notes-panel .sticky-notes-textarea::-webkit-scrollbar-thumb{background:#fde047;border-radius:4px}.sticky-notes-wrapper .sticky-notes-panel .sticky-notes-textarea::-webkit-scrollbar-thumb:hover{background:#eab308}@keyframes slideDown{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}
