.sidebar.svelte-6dohdz{position:fixed;top:0;left:0;height:100vh;width:var(--sidebar-width);background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);display:flex;flex-direction:column;z-index:var(--z-sidebar);transition:width var(--transition-slow);overflow:hidden}.sidebar.collapsed.svelte-6dohdz{width:var(--sidebar-collapsed)}@media(max-width:768px){.sidebar.svelte-6dohdz{transform:translate(-100%);width:var(--sidebar-width)!important}.sidebar.mobile-open.svelte-6dohdz{transform:translate(0);box-shadow:var(--shadow-xl)}}.mobile-overlay.svelte-6dohdz{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:calc(var(--z-sidebar) - 1)}.sidebar-logo.svelte-6dohdz{height:var(--header-height);display:flex;align-items:center;padding:0 16px;border-bottom:1px solid var(--sidebar-border);flex-shrink:0}.logo-link.svelte-6dohdz{display:flex;align-items:center;text-decoration:none;overflow:hidden}.logo-icon.svelte-6dohdz{width:36px;height:36px;object-fit:contain}.logo-full.svelte-6dohdz{height:32px;width:auto;max-width:180px}.sidebar-nav.svelte-6dohdz{flex:1;overflow-y:auto;overflow-x:hidden;padding:10px 8px;display:flex;flex-direction:column;gap:2px}.sidebar-nav.svelte-6dohdz::-webkit-scrollbar{width:3px}.sidebar-nav.svelte-6dohdz::-webkit-scrollbar-thumb{background:var(--sidebar-border);border-radius:99px}.nav-divider.svelte-6dohdz{height:1px;background:var(--sidebar-border);margin:8px 4px}.nav-item.svelte-6dohdz{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;color:var(--sidebar-fg);font-size:13px;font-weight:500;text-decoration:none;cursor:pointer;border:none;background:transparent;width:100%;text-align:left;transition:background var(--transition-fast),color var(--transition-fast);white-space:nowrap;min-height:38px}.nav-item.svelte-6dohdz:hover{background:var(--sidebar-bg-hover);color:var(--sidebar-fg-active)}.nav-item.active.svelte-6dohdz{background:var(--sidebar-bg-active);color:var(--sidebar-fg-active)}.nav-item.active.svelte-6dohdz .nav-icon:where(.svelte-6dohdz){color:#fff}.nav-icon.svelte-6dohdz{display:flex;align-items:center;justify-content:center;width:18px;flex-shrink:0;color:var(--sidebar-fg-muted)}.nav-item.svelte-6dohdz:hover .nav-icon:where(.svelte-6dohdz),.nav-item.active.svelte-6dohdz .nav-icon:where(.svelte-6dohdz){color:inherit}.nav-label.svelte-6dohdz{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-chevron.svelte-6dohdz{display:flex;align-items:center;color:var(--sidebar-fg-muted);transition:transform var(--transition-base);flex-shrink:0}.nav-group-trigger.expanded.svelte-6dohdz .nav-chevron:where(.svelte-6dohdz){transform:rotate(90deg)}.nav-badge-dot.svelte-6dohdz{width:6px;height:6px;border-radius:50%;background:var(--warning);flex-shrink:0}.nav-children.svelte-6dohdz{margin-left:14px;padding-left:12px;border-left:1px solid var(--sidebar-border);display:flex;flex-direction:column;gap:1px;margin-bottom:4px}.nav-child-item.svelte-6dohdz{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:6px;color:var(--sidebar-fg-muted);font-size:12.5px;font-weight:500;text-decoration:none;transition:background var(--transition-fast),color var(--transition-fast);white-space:nowrap;overflow:hidden}.nav-child-item.svelte-6dohdz:hover{background:var(--sidebar-bg-hover);color:var(--sidebar-fg-active)}.nav-child-item.active.svelte-6dohdz{color:var(--color-brand-300);font-weight:600}.child-icon.svelte-6dohdz{display:flex;align-items:center;flex-shrink:0;opacity:.7}.nav-child-item.active.svelte-6dohdz .child-icon:where(.svelte-6dohdz){opacity:1}.child-dot.svelte-6dohdz{width:4px;height:4px;border-radius:50%;background:currentColor;flex-shrink:0;opacity:.5}.child-label.svelte-6dohdz{flex:1;overflow:hidden;text-overflow:ellipsis}.nav-sub-group.svelte-6dohdz{display:flex;flex-direction:column;margin-bottom:4px}.nav-sub-header.svelte-6dohdz{display:flex;align-items:center;gap:6px;padding:6px 10px;color:var(--sidebar-fg-muted);opacity:.9;width:100%;background:transparent;border:none;cursor:pointer;border-radius:6px;transition:background .15s,opacity .15s;text-align:left;margin-top:2px}.nav-sub-header.svelte-6dohdz:hover{background:var(--sidebar-bg-hover);opacity:1}.nav-sub-header.sub-active.svelte-6dohdz{opacity:1;color:var(--sidebar-fg-active)}.sub-header-icon.svelte-6dohdz{display:flex;align-items:center;justify-content:center;width:14px;flex-shrink:0}.sub-header-label.svelte-6dohdz{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;flex:1}.sub-header-chevron.svelte-6dohdz{display:flex;align-items:center;flex-shrink:0;transition:transform .2s ease}.nav-sub-header.sub-expanded.svelte-6dohdz .sub-header-chevron:where(.svelte-6dohdz){transform:rotate(90deg)}.nav-sub-children.svelte-6dohdz{margin-left:6px;padding-left:10px;border-left:1px dashed var(--sidebar-border);display:flex;flex-direction:column;gap:1px}.nav-child-item.sub-item.svelte-6dohdz{padding:6px 8px;font-size:12px}.nav-badge.svelte-6dohdz{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;border-radius:99px;flex-shrink:0}.badge-primary.svelte-6dohdz{background:var(--primary);color:#fff}.badge-success.svelte-6dohdz{background:var(--success);color:#fff}.badge-warning.svelte-6dohdz{background:var(--warning);color:#fff}.badge-danger.svelte-6dohdz{background:var(--danger);color:#fff}.badge-info.svelte-6dohdz{background:var(--info);color:#fff}.sidebar-footer.svelte-6dohdz{padding:10px 16px;border-top:1px solid var(--sidebar-border);flex-shrink:0}.version-text.svelte-6dohdz{font-size:10.5px;color:var(--sidebar-fg-muted)}.app-header.svelte-hv3zzy{position:fixed;top:0;left:var(--sidebar-width);right:0;height:var(--header-height);background:var(--header-bg);border-bottom:1px solid var(--header-border);display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:var(--z-header);transition:left var(--transition-slow);box-shadow:var(--shadow-xs);gap:12px}.app-header.collapsed.svelte-hv3zzy{left:var(--sidebar-collapsed)}@media(max-width:768px){.app-header.svelte-hv3zzy{left:0!important}.desktop-only.svelte-hv3zzy{display:none!important}}@media(min-width:769px){.mobile-only.svelte-hv3zzy{display:none!important}}.header-left.svelte-hv3zzy{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.header-toggle.svelte-hv3zzy{flex-shrink:0;color:var(--text-muted)}.company-brand.svelte-hv3zzy{display:flex;align-items:center;gap:12px;flex-shrink:0}.company-name.svelte-hv3zzy{font-size:14px;font-weight:800;color:var(--primary);letter-spacing:-.01em;white-space:nowrap}.header-logo-mobile.svelte-hv3zzy{display:flex;align-items:center;gap:8px}.logo-text.svelte-hv3zzy{font-family:var(--font-display);font-weight:800;font-size:15px;color:var(--primary)}.header-right.svelte-hv3zzy{display:flex;align-items:center;gap:4px;flex-shrink:0}.notif-btn.svelte-hv3zzy{position:relative}.notif-badge.svelte-hv3zzy{position:absolute;top:4px;right:4px;width:16px;height:16px;background:var(--danger);color:#fff;font-size:9px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--header-bg);line-height:1}.profile-btn.svelte-hv3zzy{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:var(--radius-md);border:none;background:transparent;cursor:pointer;transition:background var(--transition-fast);color:var(--text-primary);max-width:180px}.profile-btn.svelte-hv3zzy:hover{background:var(--bg-subtle)}.profile-info.svelte-hv3zzy{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.profile-name.svelte-hv3zzy{font-size:12.5px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.profile-role.svelte-hv3zzy{font-size:10.5px;color:var(--text-muted);text-transform:capitalize}.dropdown-panel.svelte-hv3zzy{position:absolute;top:calc(100% + 8px);right:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:var(--z-modal);animation:slideIn var(--transition-base);overflow:hidden}.notif-panel.svelte-hv3zzy{width:360px;max-height:480px;display:flex;flex-direction:column}.profile-panel.svelte-hv3zzy{width:240px;padding:8px}.panel-header.svelte-hv3zzy{padding:12px 16px 8px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-subtle);flex-shrink:0}.panel-title.svelte-hv3zzy{font-size:13px;font-weight:600;color:var(--text-primary)}.notif-list.svelte-hv3zzy{flex:1;overflow-y:auto}.notif-item.svelte-hv3zzy{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;border-bottom:1px solid var(--border-subtle);transition:background var(--transition-fast);cursor:pointer;position:relative}.notif-item.svelte-hv3zzy:last-child{border-bottom:none}.notif-item.svelte-hv3zzy:hover{background:var(--bg-subtle)}.notif-item.unread.svelte-hv3zzy{background:var(--primary-light)}.notif-item.unread.svelte-hv3zzy:hover{background:color-mix(in srgb,var(--primary-light) 70%,var(--bg-subtle))}.notif-icon-wrap.svelte-hv3zzy{width:32px;height:32px;border-radius:var(--radius-md);background:var(--bg-subtle);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary)}.notif-icon-wrap.success.svelte-hv3zzy{background:var(--success-light);color:var(--success)}.notif-icon-wrap.warning.svelte-hv3zzy{background:var(--warning-light);color:var(--warning)}.notif-icon-wrap.error.svelte-hv3zzy{background:var(--danger-light);color:var(--danger)}.notif-content.svelte-hv3zzy{flex:1;min-width:0}.notif-title-text.svelte-hv3zzy{font-size:13px;font-weight:600;color:var(--text-primary);margin-bottom:2px}.notif-text.svelte-hv3zzy{font-size:11.5px;color:var(--text-muted);line-height:1.4;margin-bottom:4px}.notif-time.svelte-hv3zzy{font-size:11px;color:var(--text-muted)}.notif-dot.svelte-hv3zzy{width:7px;height:7px;border-radius:50%;background:var(--primary);flex-shrink:0;margin-top:4px}.panel-footer.svelte-hv3zzy{padding:10px 16px;border-top:1px solid var(--border-subtle);flex-shrink:0}.profile-panel-head.svelte-hv3zzy{display:flex;align-items:center;gap:12px;padding:8px;margin-bottom:4px}.relative.svelte-hv3zzy{position:relative}
