:root{--rail-bg:#ffffff;--sidebar-bg:#ffffff;--rail-border:rgba(0,0,0,0.08);--sidebar-border:rgba(0,0,0,0.08);--primary:#10b981;--primary-rgb:16,185,129;--primary-hover:rgba(16,185,129,0.08);--primary-active:rgba(16,185,129,0.12);--header-bg:#ffffff;--header-text:#111827;--header-text-muted:#6b7280;--header-border:rgba(0,0,0,0.08);--header-search-bg:rgba(0,0,0,0.03);--header-search-border:rgba(0,0,0,0.05);--panel-bg:#ffffff;--panel-border:rgba(0,0,0,0.08);--panel-header-border:rgba(0,0,0,0.06);--panel-close-hover:#f3f4f6;--panel-close-text:#6b7280;--panel-close-text-hover:#374151}.darkmode,[data-bs-theme=dark]{--rail-bg:#1a1a2e;--sidebar-bg:#1f1f35;--rail-border:rgba(255,255,255,0.08);--sidebar-border:rgba(255,255,255,0.08);--primary-hover:rgba(16,185,129,0.12);--primary-active:rgba(16,185,129,0.18);--header-bg:#1a1a2e;--header-text:#f9fafb;--header-text-muted:#9ca3af;--header-border:rgba(255,255,255,0.08);--header-search-bg:rgba(255,255,255,0.05);--header-search-border:rgba(255,255,255,0.08);--panel-bg:#1a1a2e;--panel-border:rgba(255,255,255,0.08);--panel-header-border:rgba(255,255,255,0.06);--panel-close-hover:rgba(255,255,255,0.08);--panel-close-text:#9ca3af;--panel-close-text-hover:#d1d5db}[data-rail-color=gray]{--rail-bg:#f8f9fa}[data-rail-color=blue]{--rail-bg:#1e293b}[data-rail-color=dark]{--rail-bg:#0f172a}[data-sidebar-color=gray]{--sidebar-bg:#f8f9fa}[data-sidebar-color=blue]{--sidebar-bg:#1e293b}[data-sidebar-color=dark]{--sidebar-bg:#0f172a}.unified-rail{width:60px;min-width:60px;background-color:var(--rail-bg);border-right:1px solid var(--rail-border);position:fixed;top:0;bottom:0;left:0;z-index:10000;display:flex;flex-direction:column;transition:all .3s ease}.darkmode .unified-rail .unified-rail__bottom a,.darkmode .unified-rail .unified-rail__nav li a,.unified-rail[background-is-dark=true] .unified-rail__bottom a,.unified-rail[background-is-dark=true] .unified-rail__nav li a,[data-rail-color=blue] .unified-rail .unified-rail__bottom a,[data-rail-color=blue] .unified-rail .unified-rail__nav li a,[data-rail-color=dark] .unified-rail .unified-rail__bottom a,[data-rail-color=dark] .unified-rail .unified-rail__nav li a{color:hsla(0,0%,100%,.65)}.darkmode .unified-rail .unified-rail__bottom a:hover,.darkmode .unified-rail .unified-rail__nav li a:hover,.unified-rail[background-is-dark=true] .unified-rail__bottom a:hover,.unified-rail[background-is-dark=true] .unified-rail__nav li a:hover,[data-rail-color=blue] .unified-rail .unified-rail__bottom a:hover,[data-rail-color=blue] .unified-rail .unified-rail__nav li a:hover,[data-rail-color=dark] .unified-rail .unified-rail__bottom a:hover,[data-rail-color=dark] .unified-rail .unified-rail__nav li a:hover{color:#10b981}.darkmode .unified-rail .unified-rail__logo img,.unified-rail[background-is-dark=true] .unified-rail__logo img,[data-rail-color=blue] .unified-rail .unified-rail__logo img,[data-rail-color=dark] .unified-rail .unified-rail__logo img{filter:brightness(0) invert(1)}.darkmode .unified-rail .unified-rail__switcher-dropdown,.unified-rail[background-is-dark=true] .unified-rail__switcher-dropdown,[data-rail-color=blue] .unified-rail .unified-rail__switcher-dropdown,[data-rail-color=dark] .unified-rail .unified-rail__switcher-dropdown{background:#1f1f35}.darkmode .unified-rail .unified-rail__switcher-dropdown .switcher-header,.unified-rail[background-is-dark=true] .unified-rail__switcher-dropdown .switcher-header,[data-rail-color=blue] .unified-rail .unified-rail__switcher-dropdown .switcher-header,[data-rail-color=dark] .unified-rail .unified-rail__switcher-dropdown .switcher-header{border-bottom-color:hsla(0,0%,100%,.08)}.darkmode .unified-rail .unified-rail__switcher-dropdown .switcher-header h5,.unified-rail[background-is-dark=true] .unified-rail__switcher-dropdown .switcher-header h5,[data-rail-color=blue] .unified-rail .unified-rail__switcher-dropdown .switcher-header h5,[data-rail-color=dark] .unified-rail .unified-rail__switcher-dropdown .switcher-header h5{color:#f3f4f6}.darkmode .unified-rail .unified-rail__switcher-dropdown .switcher-header p,.unified-rail[background-is-dark=true] .unified-rail__switcher-dropdown .switcher-header p,[data-rail-color=blue] .unified-rail .unified-rail__switcher-dropdown .switcher-header p,[data-rail-color=dark] .unified-rail .unified-rail__switcher-dropdown .switcher-header p{color:#9ca3af}.unified-rail__logo{display:flex;align-items:center;justify-content:center;padding:14px 8px;border-bottom:1px solid var(--rail-border);min-height:56px;cursor:pointer;position:relative;overflow:hidden}.unified-rail__logo img{filter:invert(48%) sepia(90%) saturate(415%) hue-rotate(113deg) brightness(96%) contrast(94%);transition:all .3s ease-in-out;transform:scale(1)}.unified-rail__logo .switcher-icon{position:absolute;opacity:0;transform:scale(.5) rotate(-90deg);transition:all .3s ease-in-out;font-size:22px;color:#10b981}.unified-rail__logo.active img,.unified-rail__logo:hover img{opacity:0;transform:scale(.5)}.unified-rail__logo.active .switcher-icon,.unified-rail__logo:hover .switcher-icon{opacity:1;transform:scale(1) rotate(0deg)}.unified-rail__logo a{display:flex;align-items:center;justify-content:center}.unified-rail__switcher-dropdown{position:absolute;top:0;left:60px;width:280px;background:var(--rail-bg);border:1px solid var(--rail-border);box-shadow:10px 0 30px rgba(0,0,0,.1);z-index:10001;height:100vh;padding:0;display:flex;flex-direction:column;animation:slideInLeft .3s ease-out}.unified-rail__switcher-dropdown .switcher-header{padding:24px 20px;border-bottom:1px solid var(--rail-border);margin-bottom:20px}.unified-rail__switcher-dropdown .switcher-header h5{font-size:16px;font-weight:700;color:#111827;margin-bottom:4px}.unified-rail__switcher-dropdown .switcher-header p{font-size:12px;color:#6b7280;margin:0}.unified-rail__switcher-dropdown .module-grid{padding:0 20px 20px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.unified-rail__switcher-dropdown .module-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;border-radius:12px;border:1px solid rgba(0,0,0,0);transition:all .2s ease;text-decoration:none;text-align:center;background:rgba(0,0,0,0)}.unified-rail__switcher-dropdown .module-item i{font-size:24px;margin-bottom:8px;color:#b0b8c9;transition:color .2s,transform .2s}.unified-rail__switcher-dropdown .module-item span{font-size:12px;font-weight:500;color:#9ca3af}.unified-rail__switcher-dropdown .module-item:hover{background:rgba(16,185,129,.1);border-color:rgba(16,185,129,.25);transform:translateY(-2px);box-shadow:0 4px 12px rgba(16,185,129,.12)}.unified-rail__switcher-dropdown .module-item:hover i{color:#10b981;transform:scale(1.1)}.unified-rail__switcher-dropdown .module-item:hover span{color:#b0b8c9}.unified-rail__switcher-dropdown .module-item.active{background:#10b981;border-color:#10b981}.unified-rail__switcher-dropdown .module-item.active i,.unified-rail__switcher-dropdown .module-item.active span{color:#fff}.unified-rail__switcher-dropdown .module-item.disabled{opacity:.4;cursor:not-allowed}.unified-rail__switcher-dropdown .module-item.disabled:hover{background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);transform:none;box-shadow:none}.unified-rail__switcher-dropdown .module-item.disabled:hover i{color:#b0b8c9;transform:none}.unified-rail__switcher-dropdown .module-item.disabled:hover span{color:#9ca3af}.darkmode .unified-rail__switcher-dropdown,[data-bs-theme=dark] .unified-rail__switcher-dropdown{background:#1f1f35}.darkmode .unified-rail__switcher-dropdown .switcher-header,[data-bs-theme=dark] .unified-rail__switcher-dropdown .switcher-header{border-bottom:1px solid hsla(0,0%,100%,.08)}.darkmode .unified-rail__switcher-dropdown .switcher-header h5,[data-bs-theme=dark] .unified-rail__switcher-dropdown .switcher-header h5{color:#f3f4f6}.darkmode .unified-rail__switcher-dropdown .switcher-header p,[data-bs-theme=dark] .unified-rail__switcher-dropdown .switcher-header p{color:#9ca3af}.darkmode .unified-rail__switcher-dropdown .module-item,[data-bs-theme=dark] .unified-rail__switcher-dropdown .module-item{background:rgba(0,0,0,0)}.darkmode .unified-rail__switcher-dropdown .module-item i,.darkmode .unified-rail__switcher-dropdown .module-item span,[data-bs-theme=dark] .unified-rail__switcher-dropdown .module-item i,[data-bs-theme=dark] .unified-rail__switcher-dropdown .module-item span{color:#6b7280}.darkmode .unified-rail__switcher-dropdown .module-item:hover,[data-bs-theme=dark] .unified-rail__switcher-dropdown .module-item:hover{background:rgba(16,185,129,.15);border-color:rgba(16,185,129,.3)}.darkmode .unified-rail__switcher-dropdown .module-item:hover i,[data-bs-theme=dark] .unified-rail__switcher-dropdown .module-item:hover i{color:#10b981}.darkmode .unified-rail__switcher-dropdown .module-item.active i,.darkmode .unified-rail__switcher-dropdown .module-item.active span,.darkmode .unified-rail__switcher-dropdown .module-item:hover span,[data-bs-theme=dark] .unified-rail__switcher-dropdown .module-item.active i,[data-bs-theme=dark] .unified-rail__switcher-dropdown .module-item.active span,[data-bs-theme=dark] .unified-rail__switcher-dropdown .module-item:hover span{color:#fff}.unified-rail__nav{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:8px 0}.unified-rail__nav::-webkit-scrollbar{width:0}.unified-rail__nav ul{list-style:none;padding:0;margin:0}.unified-rail__nav li{width:100%}.unified-rail__nav li a{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px;color:#6b7280;text-decoration:none;transition:all .2s ease;position:relative}.unified-rail__nav li a:hover{color:#10b981;background-color:rgba(16,185,129,.06)}.unified-rail__nav li a i{font-size:20px;line-height:1}.unified-rail__nav li.active a{color:#10b981;background-color:rgba(16,185,129,.1)}.unified-rail__nav li.active a:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:3px;background:#10b981;border-radius:0 3px 3px 0}.unified-rail__bottom{border-top:1px solid var(--rail-border);padding:8px 0}.unified-rail__bottom ul{list-style:none;padding:0;margin:0}.unified-rail__bottom li{gap:0}.unified-rail__bottom a,.unified-rail__bottom li{display:flex;align-items:center;justify-content:center}.unified-rail__bottom a{padding:10px 8px;color:#6b7280;text-decoration:none;transition:all .2s ease}.unified-rail__bottom a:hover{color:#10b981}.unified-rail__bottom a.active{color:#374151}.unified-rail__bottom a i{font-size:18px}[data-shell-section=chat] .sidebar-group{flex-shrink:0;background-color:var(--sidebar-bg);border-right:1px solid var(--sidebar-border)}[data-shell-section=chat] .content.main_content{margin-left:0;min-width:0;flex-direction:row}[data-shell-section=admin] .sidebar .sidebar-menu,[data-shell-section=admin]>.main-wrapper>.sidebar .sidebar-menu,[data-shell-section=crm] .sidebar .sidebar-menu,[data-shell-section=crm]>.main-wrapper>.sidebar .sidebar-menu,[data-shell-section=invoicer] .sidebar .sidebar-menu,[data-shell-section=invoicer]>.main-wrapper>.sidebar .sidebar-menu,[data-shell-section=knowledge] .sidebar .sidebar-menu,[data-shell-section=knowledge]>.main-wrapper>.sidebar .sidebar-menu,[data-shell-section=saas] .sidebar .sidebar-menu,[data-shell-section=saas]>.main-wrapper>.sidebar .sidebar-menu,[data-shell-section=tasks] .sidebar .sidebar-menu,[data-shell-section=tasks]>.main-wrapper>.sidebar .sidebar-menu{position:static!important;width:100%!important;left:auto!important;top:auto!important;z-index:auto!important;border-right:none!important;box-shadow:none!important;padding:16px 24px;background-color:rgba(0,0,0,0)!important}[data-shell-section=admin] .sidebar,[data-shell-section=crm] .sidebar,[data-shell-section=invoicer] .sidebar,[data-shell-section=knowledge] .sidebar,[data-shell-section=saas] .sidebar,[data-shell-section=tasks] .sidebar{left:0!important;background-color:var(--sidebar-bg)!important;border-right-color:var(--sidebar-border)!important}.darkmode [data-shell-section=admin] .sidebar,.darkmode [data-shell-section=crm] .sidebar,.darkmode [data-shell-section=invoicer] .sidebar,.darkmode [data-shell-section=knowledge] .sidebar,.darkmode [data-shell-section=saas] .sidebar,.darkmode [data-shell-section=tasks] .sidebar,[data-shell-section=admin] .sidebar[background-is-dark=true],[data-shell-section=crm] .sidebar[background-is-dark=true],[data-shell-section=invoicer] .sidebar[background-is-dark=true],[data-shell-section=knowledge] .sidebar[background-is-dark=true],[data-shell-section=saas] .sidebar[background-is-dark=true],[data-shell-section=tasks] .sidebar[background-is-dark=true],[data-sidebar-color=blue] [data-shell-section=admin] .sidebar,[data-sidebar-color=blue] [data-shell-section=crm] .sidebar,[data-sidebar-color=blue] [data-shell-section=invoicer] .sidebar,[data-sidebar-color=blue] [data-shell-section=knowledge] .sidebar,[data-sidebar-color=blue] [data-shell-section=saas] .sidebar,[data-sidebar-color=blue] [data-shell-section=tasks] .sidebar,[data-sidebar-color=dark] [data-shell-section=admin] .sidebar,[data-sidebar-color=dark] [data-shell-section=crm] .sidebar,[data-sidebar-color=dark] [data-shell-section=invoicer] .sidebar,[data-sidebar-color=dark] [data-shell-section=knowledge] .sidebar,[data-sidebar-color=dark] [data-shell-section=saas] .sidebar,[data-sidebar-color=dark] [data-shell-section=tasks] .sidebar{background-color:var(--sidebar-bg)!important}.darkmode [data-shell-section=admin] .sidebar .sidebar-menu ul li a,.darkmode [data-shell-section=crm] .sidebar .sidebar-menu ul li a,.darkmode [data-shell-section=invoicer] .sidebar .sidebar-menu ul li a,.darkmode [data-shell-section=knowledge] .sidebar .sidebar-menu ul li a,.darkmode [data-shell-section=saas] .sidebar .sidebar-menu ul li a,.darkmode [data-shell-section=tasks] .sidebar .sidebar-menu ul li a,[data-shell-section=admin] .sidebar[background-is-dark=true] .sidebar-menu ul li a,[data-shell-section=crm] .sidebar[background-is-dark=true] .sidebar-menu ul li a,[data-shell-section=invoicer] .sidebar[background-is-dark=true] .sidebar-menu ul li a,[data-shell-section=knowledge] .sidebar[background-is-dark=true] .sidebar-menu ul li a,[data-shell-section=saas] .sidebar[background-is-dark=true] .sidebar-menu ul li a,[data-shell-section=tasks] .sidebar[background-is-dark=true] .sidebar-menu ul li a,[data-sidebar-color=blue] [data-shell-section=admin] .sidebar .sidebar-menu ul li a,[data-sidebar-color=blue] [data-shell-section=crm] .sidebar .sidebar-menu ul li a,[data-sidebar-color=blue] [data-shell-section=invoicer] .sidebar .sidebar-menu ul li a,[data-sidebar-color=blue] [data-shell-section=knowledge] .sidebar .sidebar-menu ul li a,[data-sidebar-color=blue] [data-shell-section=saas] .sidebar .sidebar-menu ul li a,[data-sidebar-color=blue] [data-shell-section=tasks] .sidebar .sidebar-menu ul li a,[data-sidebar-color=dark] [data-shell-section=admin] .sidebar .sidebar-menu ul li a,[data-sidebar-color=dark] [data-shell-section=crm] .sidebar .sidebar-menu ul li a,[data-sidebar-color=dark] [data-shell-section=invoicer] .sidebar .sidebar-menu ul li a,[data-sidebar-color=dark] [data-shell-section=knowledge] .sidebar .sidebar-menu ul li a,[data-sidebar-color=dark] [data-shell-section=saas] .sidebar .sidebar-menu ul li a,[data-sidebar-color=dark] [data-shell-section=tasks] .sidebar .sidebar-menu ul li a{color:hsla(0,0%,100%,.7)}.darkmode [data-shell-section=admin] .sidebar .submenu-hdr,.darkmode [data-shell-section=crm] .sidebar .submenu-hdr,.darkmode [data-shell-section=invoicer] .sidebar .submenu-hdr,.darkmode [data-shell-section=knowledge] .sidebar .submenu-hdr,.darkmode [data-shell-section=saas] .sidebar .submenu-hdr,.darkmode [data-shell-section=tasks] .sidebar .submenu-hdr,[data-shell-section=admin] .sidebar[background-is-dark=true] .submenu-hdr,[data-shell-section=crm] .sidebar[background-is-dark=true] .submenu-hdr,[data-shell-section=invoicer] .sidebar[background-is-dark=true] .submenu-hdr,[data-shell-section=knowledge] .sidebar[background-is-dark=true] .submenu-hdr,[data-shell-section=saas] .sidebar[background-is-dark=true] .submenu-hdr,[data-shell-section=tasks] .sidebar[background-is-dark=true] .submenu-hdr,[data-sidebar-color=blue] [data-shell-section=admin] .sidebar .submenu-hdr,[data-sidebar-color=blue] [data-shell-section=crm] .sidebar .submenu-hdr,[data-sidebar-color=blue] [data-shell-section=invoicer] .sidebar .submenu-hdr,[data-sidebar-color=blue] [data-shell-section=knowledge] .sidebar .submenu-hdr,[data-sidebar-color=blue] [data-shell-section=saas] .sidebar .submenu-hdr,[data-sidebar-color=blue] [data-shell-section=tasks] .sidebar .submenu-hdr,[data-sidebar-color=dark] [data-shell-section=admin] .sidebar .submenu-hdr,[data-sidebar-color=dark] [data-shell-section=crm] .sidebar .submenu-hdr,[data-sidebar-color=dark] [data-shell-section=invoicer] .sidebar .submenu-hdr,[data-sidebar-color=dark] [data-shell-section=knowledge] .sidebar .submenu-hdr,[data-sidebar-color=dark] [data-shell-section=saas] .sidebar .submenu-hdr,[data-sidebar-color=dark] [data-shell-section=tasks] .sidebar .submenu-hdr{color:hsla(0,0%,100%,.4)}.darkmode [data-shell-section=admin] .sidebar .sidebar-menu ul li.active a,.darkmode [data-shell-section=crm] .sidebar .sidebar-menu ul li.active a,.darkmode [data-shell-section=invoicer] .sidebar .sidebar-menu ul li.active a,.darkmode [data-shell-section=knowledge] .sidebar .sidebar-menu ul li.active a,.darkmode [data-shell-section=saas] .sidebar .sidebar-menu ul li.active a,.darkmode [data-shell-section=tasks] .sidebar .sidebar-menu ul li.active a,[data-shell-section=admin] .sidebar[background-is-dark=true] .sidebar-menu ul li.active a,[data-shell-section=crm] .sidebar[background-is-dark=true] .sidebar-menu ul li.active a,[data-shell-section=invoicer] .sidebar[background-is-dark=true] .sidebar-menu ul li.active a,[data-shell-section=knowledge] .sidebar[background-is-dark=true] .sidebar-menu ul li.active a,[data-shell-section=saas] .sidebar[background-is-dark=true] .sidebar-menu ul li.active a,[data-shell-section=tasks] .sidebar[background-is-dark=true] .sidebar-menu ul li.active a,[data-sidebar-color=blue] [data-shell-section=admin] .sidebar .sidebar-menu ul li.active a,[data-sidebar-color=blue] [data-shell-section=crm] .sidebar .sidebar-menu ul li.active a,[data-sidebar-color=blue] [data-shell-section=invoicer] .sidebar .sidebar-menu ul li.active a,[data-sidebar-color=blue] [data-shell-section=knowledge] .sidebar .sidebar-menu ul li.active a,[data-sidebar-color=blue] [data-shell-section=saas] .sidebar .sidebar-menu ul li.active a,[data-sidebar-color=blue] [data-shell-section=tasks] .sidebar .sidebar-menu ul li.active a,[data-sidebar-color=dark] [data-shell-section=admin] .sidebar .sidebar-menu ul li.active a,[data-sidebar-color=dark] [data-shell-section=crm] .sidebar .sidebar-menu ul li.active a,[data-sidebar-color=dark] [data-shell-section=invoicer] .sidebar .sidebar-menu ul li.active a,[data-sidebar-color=dark] [data-shell-section=knowledge] .sidebar .sidebar-menu ul li.active a,[data-sidebar-color=dark] [data-shell-section=saas] .sidebar .sidebar-menu ul li.active a,[data-sidebar-color=dark] [data-shell-section=tasks] .sidebar .sidebar-menu ul li.active a{color:#fff}[data-shell-section=admin] .header,[data-shell-section=crm] .header,[data-shell-section=invoicer] .header,[data-shell-section=knowledge] .header,[data-shell-section=saas] .header,[data-shell-section=tasks] .header{left:60px!important;right:0!important}[data-shell-section=admin] .header-left,[data-shell-section=admin] .sidebar-right,[data-shell-section=crm] .header-left,[data-shell-section=crm] .sidebar-right,[data-shell-section=invoicer] .header-left,[data-shell-section=invoicer] .sidebar-right,[data-shell-section=knowledge] .header-left,[data-shell-section=knowledge] .sidebar-right,[data-shell-section=saas] .header-left,[data-shell-section=saas] .sidebar-right,[data-shell-section=tasks] .header-left,[data-shell-section=tasks] .sidebar-right{display:none!important}[data-shell-section=admin] .page-wrapper,[data-shell-section=crm] .page-wrapper,[data-shell-section=invoicer] .page-wrapper,[data-shell-section=knowledge] .page-wrapper,[data-shell-section=saas] .page-wrapper,[data-shell-section=tasks] .page-wrapper{margin-right:0!important;padding-right:0!important;width:auto!important}[data-shell-section=admin] .container,[data-shell-section=admin] .container-fluid,[data-shell-section=crm] .container,[data-shell-section=crm] .container-fluid,[data-shell-section=invoicer] .container,[data-shell-section=invoicer] .container-fluid,[data-shell-section=knowledge] .container,[data-shell-section=knowledge] .container-fluid,[data-shell-section=saas] .container,[data-shell-section=saas] .container-fluid,[data-shell-section=tasks] .container,[data-shell-section=tasks] .container-fluid{max-width:none!important;width:100%!important}[data-shell-section=admin] .header .user-menu,[data-shell-section=crm] .header .user-menu,[data-shell-section=invoicer] .header .user-menu,[data-shell-section=knowledge] .header .user-menu,[data-shell-section=saas] .header .user-menu,[data-shell-section=tasks] .header .user-menu{padding-right:15px!important}[data-shell-section=email] .sidebar-group{margin-left:0!important;height:100%;flex-shrink:0}[data-shell-section=email] .shell-layout-h{padding-right:0}[data-shell-section=email] .content.main_content,[data-shell-section=email] .shell-content-wrapper,[data-shell-section=email] .shell-main{width:100%!important;max-width:none!important;min-width:0;margin:0!important;padding-right:0!important}[data-shell-section=email] .content.main_content,[data-shell-section=email] .shell-main{flex:1 1;display:flex;flex-direction:column;overflow:hidden;min-height:0}[data-shell-section=admin].mini-sidebar .sidebar,[data-shell-section=crm].mini-sidebar .sidebar,[data-shell-section=invoicer].mini-sidebar .sidebar,[data-shell-section=knowledge].mini-sidebar .sidebar,[data-shell-section=saas].mini-sidebar .sidebar,[data-shell-section=tasks].mini-sidebar .sidebar{left:60px!important}[data-shell-section=admin].mini-sidebar .page-wrapper,[data-shell-section=crm].mini-sidebar .page-wrapper,[data-shell-section=invoicer].mini-sidebar .page-wrapper,[data-shell-section=knowledge].mini-sidebar .page-wrapper,[data-shell-section=saas].mini-sidebar .page-wrapper,[data-shell-section=tasks].mini-sidebar .page-wrapper{margin-left:140px!important;margin-right:0!important;width:auto!important}[data-shell-section=admin].mini-sidebar.expand-menu .page-wrapper,[data-shell-section=crm].mini-sidebar.expand-menu .page-wrapper,[data-shell-section=invoicer].mini-sidebar.expand-menu .page-wrapper,[data-shell-section=knowledge].mini-sidebar.expand-menu .page-wrapper,[data-shell-section=saas].mini-sidebar.expand-menu .page-wrapper,[data-shell-section=tasks].mini-sidebar.expand-menu .page-wrapper{margin-left:312px!important;margin-right:0!important;width:auto!important}.darkmode .unified-rail,[data-bs-theme=dark] .unified-rail,[data-layout-mode=dark] .unified-rail{border-right-color:var(--rail-border)}.darkmode .unified-rail .unified-rail__logo,[data-bs-theme=dark] .unified-rail .unified-rail__logo,[data-layout-mode=dark] .unified-rail .unified-rail__logo{border-bottom-color:hsla(0,0%,100%,.06)}.darkmode .unified-rail .unified-rail__logo img,[data-bs-theme=dark] .unified-rail .unified-rail__logo img,[data-layout-mode=dark] .unified-rail .unified-rail__logo img{filter:brightness(0) invert(1)!important}.darkmode .unified-rail .unified-rail__nav li a,[data-bs-theme=dark] .unified-rail .unified-rail__nav li a,[data-layout-mode=dark] .unified-rail .unified-rail__nav li a{color:#9ca3af}.darkmode .unified-rail .unified-rail__nav li a:hover,[data-bs-theme=dark] .unified-rail .unified-rail__nav li a:hover,[data-layout-mode=dark] .unified-rail .unified-rail__nav li a:hover{color:#10b981;background-color:rgba(16,185,129,.1)}.darkmode .unified-rail .unified-rail__nav li.active a,[data-bs-theme=dark] .unified-rail .unified-rail__nav li.active a,[data-layout-mode=dark] .unified-rail .unified-rail__nav li.active a{color:#10b981;background-color:rgba(16,185,129,.15)}.darkmode .unified-rail .unified-rail__bottom,[data-bs-theme=dark] .unified-rail .unified-rail__bottom,[data-layout-mode=dark] .unified-rail .unified-rail__bottom{border-top-color:hsla(0,0%,100%,.06)}.darkmode .unified-rail .unified-rail__bottom li a,[data-bs-theme=dark] .unified-rail .unified-rail__bottom li a,[data-layout-mode=dark] .unified-rail .unified-rail__bottom li a{color:#9ca3af}.darkmode .unified-rail .unified-rail__bottom li a:hover,[data-bs-theme=dark] .unified-rail .unified-rail__bottom li a:hover,[data-layout-mode=dark] .unified-rail .unified-rail__bottom li a:hover{color:#10b981;background-color:rgba(16,185,129,.1)}.darkmode .unified-rail .unified-rail__bottom li.active a,[data-bs-theme=dark] .unified-rail .unified-rail__bottom li.active a,[data-layout-mode=dark] .unified-rail .unified-rail__bottom li.active a{color:#10b981;background-color:rgba(16,185,129,.15)}@media(max-width:991.98px){.unified-rail{width:50px;min-width:50px}.unified-rail .unified-rail__nav li a{padding:10px 6px}.unified-rail .unified-rail__nav li a i{font-size:18px}[data-shell-section=chat] .sidebar-group{margin-left:50px}[data-shell-section=admin] .header,[data-shell-section=admin] .sidebar,[data-shell-section=crm] .header,[data-shell-section=crm] .sidebar,[data-shell-section=invoicer] .header,[data-shell-section=invoicer] .sidebar,[data-shell-section=knowledge] .header,[data-shell-section=knowledge] .sidebar,[data-shell-section=saas] .header,[data-shell-section=saas] .sidebar,[data-shell-section=tasks] .header,[data-shell-section=tasks] .sidebar{left:50px!important}[data-shell-section=admin] .page-wrapper,[data-shell-section=crm] .page-wrapper,[data-shell-section=invoicer] .page-wrapper,[data-shell-section=knowledge] .page-wrapper,[data-shell-section=saas] .page-wrapper,[data-shell-section=tasks] .page-wrapper{margin-left:0!important}}@media(max-width:767.98px){.unified-rail{display:none}[data-shell-section=chat] .sidebar-group{margin-left:0}[data-shell-section=admin] .sidebar,[data-shell-section=crm] .sidebar,[data-shell-section=invoicer] .sidebar,[data-shell-section=knowledge] .sidebar,[data-shell-section=saas] .sidebar,[data-shell-section=tasks] .sidebar{left:-575px!important}[data-shell-section=admin] .header,[data-shell-section=crm] .header,[data-shell-section=invoicer] .header,[data-shell-section=knowledge] .header,[data-shell-section=saas] .header,[data-shell-section=tasks] .header{left:0!important}[data-shell-section=admin] .page-wrapper,[data-shell-section=crm] .page-wrapper,[data-shell-section=invoicer] .page-wrapper,[data-shell-section=knowledge] .page-wrapper,[data-shell-section=saas] .page-wrapper,[data-shell-section=tasks] .page-wrapper{margin-left:0!important}}.right-panel-overlay{position:fixed;inset:0;z-index:998;background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:rpOverlayIn .2s ease}@keyframes rpOverlayIn{0%{opacity:0}to{opacity:1}}.right-panel{position:fixed;top:0;right:0;bottom:0;z-index:999;background:var(--panel-bg);border-left:1px solid var(--panel-border);box-shadow:-4px 0 24px rgba(0,0,0,.08);overflow:hidden;transition:width .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.right-panel--open{overflow-y:auto}.right-panel__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--panel-header-border);min-height:52px;flex-shrink:0}.right-panel__header-meta{flex:1 1;min-width:0}.right-panel__header-title{font-size:14px;font-weight:600;color:var(--header-text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.right-panel__header-subtitle{font-size:12px;color:var(--header-text-muted);margin:0}.right-panel__close{background:none;border:none;cursor:pointer;width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:6px;color:var(--panel-close-text);transition:all .15s ease}.right-panel__close:hover{background:var(--panel-close-hover);color:var(--panel-close-text-hover)}.right-panel__close i{font-size:18px}.right-panel__tabs{display:flex;border-bottom:1px solid var(--panel-header-border);flex-shrink:0;overflow-x:auto}.right-panel__tabs-item{padding:10px 16px;font-size:13px;font-weight:500;color:var(--header-text-muted);cursor:pointer;border-bottom:2px solid rgba(0,0,0,0);transition:all .2s;white-space:nowrap}.right-panel__tabs-item:hover{color:var(--primary)}.right-panel__tabs-item.active{color:var(--primary);border-bottom-color:var(--primary)}.right-panel__body{flex:1 1;overflow-y:auto;padding:16px}.right-panel__footer{flex-shrink:0;padding:12px 16px;border-top:1px solid var(--panel-header-border);display:flex;gap:8px;justify-content:flex-end}.darkmode .right-panel-overlay,[data-bs-theme=dark] .right-panel-overlay{background:rgba(0,0,0,.5)}@media(max-width:767.98px){.right-panel{max-width:100vw}}.shell-layout-h{padding-left:60px;transition:padding-left .28s cubic-bezier(.4,0,.2,1);transition:all .35s cubic-bezier(.4,0,.2,1);position:relative}@media(max-width:991.98px){.shell-layout-h{padding-left:50px}}@media(max-width:767.98px){.shell-layout-h{padding-left:0}}.sidebar,.sidebar-group{flex-shrink:0;transition:all .35s cubic-bezier(.4,0,.2,1)}.page-wrapper,.shell-content-wrapper{flex:1 1;min-width:0;display:flex;flex-direction:column;transition:all .35s cubic-bezier(.4,0,.2,1)}[data-shell-section=admin] .sidebar,[data-shell-section=crm] .sidebar,[data-shell-section=invoicer] .sidebar,[data-shell-section=knowledge] .sidebar,[data-shell-section=saas] .sidebar,[data-shell-section=tasks] .sidebar{position:relative!important;left:auto!important;top:0!important;height:100%!important;margin-top:0!important;z-index:90;display:flex;flex-direction:column}@media(max-width:991.98px){[data-shell-section=admin] .sidebar,[data-shell-section=crm] .sidebar,[data-shell-section=invoicer] .sidebar,[data-shell-section=knowledge] .sidebar,[data-shell-section=saas] .sidebar,[data-shell-section=tasks] .sidebar{position:fixed!important;left:-575px!important}}[data-shell-section=admin] .sidebar .sidebar-inner,[data-shell-section=crm] .sidebar .sidebar-inner,[data-shell-section=invoicer] .sidebar .sidebar-inner,[data-shell-section=knowledge] .sidebar .sidebar-inner,[data-shell-section=saas] .sidebar .sidebar-inner,[data-shell-section=tasks] .sidebar .sidebar-inner{flex:1 1;height:100%;overflow-y:auto;overflow-x:hidden}[data-shell-section=admin] .page-wrapper,[data-shell-section=crm] .page-wrapper,[data-shell-section=invoicer] .page-wrapper,[data-shell-section=knowledge] .page-wrapper,[data-shell-section=saas] .page-wrapper,[data-shell-section=tasks] .page-wrapper{margin-left:0!important;padding-top:0!important}[data-shell-section=admin] .header,[data-shell-section=crm] .header,[data-shell-section=invoicer] .header,[data-shell-section=knowledge] .header,[data-shell-section=saas] .header,[data-shell-section=tasks] .header{position:fixed;left:60px;right:0;width:auto!important;z-index:995;transition:left .28s cubic-bezier(.4,0,.2,1)}@media(max-width:991.98px){[data-shell-section=admin] .header,[data-shell-section=crm] .header,[data-shell-section=invoicer] .header,[data-shell-section=knowledge] .header,[data-shell-section=saas] .header,[data-shell-section=tasks] .header{left:50px}}.main-wrapper.chat-panel-open .header,.main-wrapper.chat-panel-open .header.unified-header{left:450px!important}@media(max-width:991.98px){.main-wrapper.chat-panel-open .header,.main-wrapper.chat-panel-open .header.unified-header{left:50px!important}}.main-wrapper.chat-panel-open .shell-layout-h{padding-left:450px}[data-shell-section=chat] .sidebar-group{margin-left:0!important;height:100%;overflow:hidden;display:flex;flex-direction:column}[data-shell-section=chat] .sidebar-group .tab-content{flex:1 1;min-height:0;display:flex;flex-direction:column}[data-shell-section=chat] .sidebar-group .tab-pane{flex:1 1;min-height:0}[data-shell-section=chat] .sidebar-group .tab-pane.active{display:flex!important;flex-direction:column}@media(max-width:767.98px){.universal-chat-panel{flex-direction:column}.universal-chat-panel__sidebar{width:100%;max-width:none;height:50%;border-right:none;border-bottom:1px solid rgba(0,0,0,.08)}.universal-chat-panel__content{height:50%}}.universal-chat-indicator{position:absolute;top:6px;right:10px;width:8px;height:8px;border-radius:50%;background:#10b981;animation:ucpPulse 2s infinite;pointer-events:none}@keyframes ucpPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.unified-rail__bottom a{position:relative}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-16px)}to{opacity:1;transform:translateX(0)}}.chat-right-sidebar{display:flex;--chat-right-rail-width:60px;--chat-right-content-max:340px;width:60px;background:#fff;border-left:1px solid rgba(0,0,0,.08);transition:width .35s cubic-bezier(.4,0,.2,1);position:relative;z-index:100;flex-shrink:0;height:100%;overflow:hidden}.chat-right-sidebar.expanded{width:min(400px,100vw - 96px)}.chat-right-sidebar .sidebar-menu-vertical{width:60px;min-width:60px;border-right:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column;align-items:center;background:#fdfdfd;height:100%;order:2}.chat-right-sidebar .sidebar-menu-vertical .nav-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;color:#6b7280;transition:all .2s ease;position:relative}.chat-right-sidebar .sidebar-menu-vertical .nav-link:hover{background:rgba(16,185,129,.08);color:#10b981}.chat-right-sidebar .sidebar-menu-vertical .nav-link.active{background:#10b981;color:#fff;box-shadow:0 4px 12px rgba(16,185,129,.25)}.chat-right-sidebar .sidebar-menu-vertical .nav-link i{font-size:20px}.chat-right-sidebar .sidebar-content-area{flex:1 1;width:calc(100% - var(--chat-right-rail-width));min-width:0;background:#fff;height:100%;order:1;overflow:hidden;display:flex;flex-direction:column}.chat-right-sidebar .sidebar-scrollable{height:100%;width:100%}@media(max-width:1400px){.chat-right-sidebar.expanded{width:min(360px,100vw - 84px)}}.darkmode .chat-right-sidebar,[data-bs-theme=dark] .chat-right-sidebar{background:#1a1a2e;border-left-color:hsla(0,0%,100%,.08)}.darkmode .chat-right-sidebar .sidebar-menu-vertical,[data-bs-theme=dark] .chat-right-sidebar .sidebar-menu-vertical{background:#1f1f35;border-right-color:hsla(0,0%,100%,.04)}.darkmode .chat-right-sidebar .sidebar-content-area,[data-bs-theme=dark] .chat-right-sidebar .sidebar-content-area{background:#1a1a2e}[data-shell-section=chat] .shell-layout-h{padding-right:0}[data-shell-section=chat] .shell-main{flex:1 1;min-width:0;display:flex;flex-direction:column}[data-shell-section=chat] .content.main_content{flex:1 1;display:flex;flex-direction:column;width:100%!important;max-width:none!important}[data-shell-section=chat] .chat{margin-right:0!important;width:auto!important;flex:1 1;min-width:0;display:flex;flex-direction:row}.header.unified-header{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:var(--header-bg)!important;border-bottom:1px solid var(--header-border);position:fixed;top:0;left:60px;right:0;z-index:1000;transition:left .28s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px rgba(0,0,0,.02)}.header.unified-header .header-left-group,.header.unified-header .header-right-group{color:var(--header-text)}.header.unified-header .header-left-group{display:flex;align-items:center;gap:16px;flex:1 1;min-width:0}.header.unified-header .header-search-wrap{display:flex;align-items:center;background:var(--header-search-bg);border:1px solid var(--header-search-border);border-radius:8px;padding:6px 12px;width:280px;cursor:pointer;transition:all .2s}.header.unified-header .header-search-wrap i{color:var(--header-text-muted);margin-right:8px}.header.unified-header .header-search-wrap input{border:none;background:rgba(0,0,0,0);font-size:13px;color:var(--header-text);width:100%;cursor:pointer;outline:none}.header.unified-header .header-search-wrap .search-kbd{font-size:10px;background:var(--header-search-border);padding:2px 4px;border-radius:4px;color:var(--header-text-muted);margin-left:8px}.header.unified-header .header-search-wrap:hover{border-color:var(--primary);background:var(--primary-hover)}.header.unified-header .header-shortcuts{display:flex;align-items:center;gap:4px;overflow-x:auto;padding-left:8px}.header.unified-header .header-shortcuts .shortcut-divider{width:1px;height:24px;background:var(--rail-border);margin:0 12px}.header.unified-header .header-shortcuts .shortcut-item{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;color:var(--header-text-muted);font-size:13px;font-weight:500;text-decoration:none;transition:all .2s}.header.unified-header .header-shortcuts .shortcut-item i{font-size:16px}.header.unified-header .header-shortcuts .shortcut-item:hover{background:var(--primary-hover);color:var(--primary)}.header.unified-header .header-shortcuts .shortcut-item.active{background:var(--primary);color:#fff}.header.unified-header .header-shortcuts .shortcut-add{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--header-text-muted);border:1px dashed var(--header-border);margin-left:8px}.header.unified-header .header-shortcuts .shortcut-add:hover{color:var(--primary);border-color:var(--primary);background:var(--primary-hover)}.header.unified-header .header-right-group{display:flex;align-items:center;gap:8px}.header.unified-header .header-right-group .user-menu{display:flex;align-items:center;gap:12px}.header.unified-header .header-right-group .nav-link.profile-drop{display:flex;align-items:center;gap:10px;padding:4px;border-radius:8px}.header.unified-header .header-right-group .nav-link.profile-drop:after{display:none!important}.header.unified-header .header-right-group .nav-link.profile-drop:hover{background:rgba(0,0,0,.03)}.header.unified-header .header-right-group .nav-link.profile-drop .user-img{width:32px;height:32px;position:relative}.header.unified-header .header-right-group .nav-link.profile-drop .user-img img{width:100%;height:100%;border-radius:50%;object-fit:cover}.header.unified-header .header-right-group .nav-link.profile-drop .user-img .status{position:absolute;bottom:0;right:0;width:10px;height:10px;border:2px solid #fff;border-radius:50%}.header.unified-header .header-right-group .nav-link.profile-drop .user-img .status.online{background:#10b981}.header.unified-header .header-right-group .nav-link.profile-drop .user-info .user-name{display:block;font-size:13px;font-weight:600;color:#111827;line-height:1.2}.header.unified-header .header-right-group .nav-link.profile-drop .user-info .user-role{display:block;font-size:11px;color:#6b7280}.darkmode .header.unified-header .header-search-wrap,[data-bs-theme=dark] .header.unified-header .header-search-wrap{background:hsla(0,0%,100%,.03);border-color:hsla(0,0%,100%,.08)}.darkmode .header.unified-header .header-search-wrap input,[data-bs-theme=dark] .header.unified-header .header-search-wrap input{color:#d1d5db}.darkmode .header.unified-header .header-search-wrap .search-kbd,[data-bs-theme=dark] .header.unified-header .header-search-wrap .search-kbd{background:hsla(0,0%,100%,.08)}.darkmode .header.unified-header .header-shortcuts .shortcut-item,[data-bs-theme=dark] .header.unified-header .header-shortcuts .shortcut-item{color:#9ca3af}.darkmode .header.unified-header .header-shortcuts .shortcut-item:hover,[data-bs-theme=dark] .header.unified-header .header-shortcuts .shortcut-item:hover{color:#10b981}.darkmode .header.unified-header .header-right-group .nav-link.profile-drop:hover,[data-bs-theme=dark] .header.unified-header .header-right-group .nav-link.profile-drop:hover{background:hsla(0,0%,100%,.05)}.darkmode .header.unified-header .header-right-group .nav-link.profile-drop .user-info .user-name,[data-bs-theme=dark] .header.unified-header .header-right-group .nav-link.profile-drop .user-info .user-name{color:#f3f4f6}.shell-layout-h{flex-direction:row;padding-top:56px;height:100vh}.shell-content-wrapper,.shell-layout-h{display:flex;width:100%;overflow:hidden}.shell-content-wrapper{position:relative;padding-top:0;height:100%;flex-direction:column;min-width:0}.chat-right-sidebar,.sidebar,.sidebar-group{height:100%!important;margin-top:0!important}.page-wrapper,.shell-main{flex:1 1;height:100%!important;overflow-y:auto;overflow-x:hidden;padding-top:0!important}.page-wrapper .content,.page-wrapper .page-wrapper,.shell-main .content,.shell-main .page-wrapper{height:auto!important;min-height:100%;overflow:visible!important}[data-shell-section=chat] .page-wrapper,[data-shell-section=chat] .shell-main,[data-shell-section=email] .page-wrapper,[data-shell-section=email] .shell-main{overflow:hidden}[data-shell-section=chat] .shell-layout-h{height:100vh;margin-top:0}[data-shell-section=chat] .main_content{padding:0!important;height:100%!important;display:flex;flex-direction:column}[data-shell-section=chat] .chat.chat-messages{flex:1 1;display:flex;flex-direction:row;width:100%!important;height:100%!important;position:relative;overflow:hidden}[data-shell-section=chat] .chat.chat-messages .chat-messages-area{flex:1 1;min-width:0;display:flex;flex-direction:column;height:100%;background:#fdfdfd}