.sidebar.svelte-6dohdz{height:100vh;width:var(--sidebar-width);background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);z-index:var(--z-sidebar);transition:width var(--transition-slow);flex-direction:column;display:flex;position:fixed;top:0;left:0;overflow:hidden}.sidebar.collapsed.svelte-6dohdz{width:var(--sidebar-collapsed)}@media (width<=768px){.sidebar.svelte-6dohdz{transform:translate(-100%);width:var(--sidebar-width)!important}.sidebar.mobile-open.svelte-6dohdz{box-shadow:var(--shadow-xl);transform:translate(0)}}.mobile-overlay.svelte-6dohdz{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:calc(var(--z-sidebar) - 1);background:#00000080;position:fixed;inset:0}.sidebar-logo.svelte-6dohdz{height:var(--header-height);border-bottom:1px solid var(--sidebar-border);flex-shrink:0;align-items:center;padding:0 16px;display:flex}.logo-link.svelte-6dohdz{align-items:center;text-decoration:none;display:flex;overflow:hidden}.sidebar-nav.svelte-6dohdz{flex-direction:column;flex:1;gap:2px;padding:10px 8px;display:flex;overflow:hidden auto}.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{background:var(--sidebar-border);height:1px;margin:8px 4px}.nav-item.svelte-6dohdz{color:var(--sidebar-fg);cursor:pointer;text-align:left;width:100%;transition:background var(--transition-fast), color var(--transition-fast);white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;min-height:38px;padding:9px 10px;font-size:13px;font-weight:500;text-decoration:none;display:flex}.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{width:18px;color:var(--sidebar-fg-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.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{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.nav-chevron.svelte-6dohdz{color:var(--sidebar-fg-muted);transition:transform var(--transition-base);flex-shrink:0;align-items:center;display:flex}.nav-group-trigger.expanded.svelte-6dohdz .nav-chevron:where(.svelte-6dohdz){transform:rotate(90deg)}.nav-badge-dot.svelte-6dohdz{background:var(--warning);border-radius:50%;flex-shrink:0;width:6px;height:6px}.nav-children.svelte-6dohdz{border-left:1px solid var(--sidebar-border);flex-direction:column;gap:1px;margin-bottom:4px;margin-left:14px;padding-left:12px;display:flex}.nav-child-item.svelte-6dohdz{color:var(--sidebar-fg-muted);transition:background var(--transition-fast), color var(--transition-fast);white-space:nowrap;border-radius:6px;align-items:center;gap:8px;padding:7px 10px;font-size:12.5px;font-weight:400;text-decoration:none;display:flex;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}.nav-child-item.locked.svelte-6dohdz{opacity:.5;cursor:not-allowed;filter:grayscale()}.nav-lock.svelte-6dohdz{color:var(--text-muted);opacity:.8;justify-content:center;align-items:center;display:flex}.child-icon.svelte-6dohdz{opacity:.7;flex-shrink:0;align-items:center;display:flex}.nav-child-item.active.svelte-6dohdz .child-icon:where(.svelte-6dohdz){opacity:1}.child-dot.svelte-6dohdz{opacity:.5;background:currentColor;border-radius:50%;flex-shrink:0;width:4px;height:4px}.child-label.svelte-6dohdz{text-overflow:ellipsis;flex:1;overflow:hidden}.nav-sub-group.svelte-6dohdz{flex-direction:column;margin-bottom:4px;display:flex}.nav-sub-header.svelte-6dohdz{color:var(--sidebar-fg-muted);opacity:.65;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;width:100%;margin-top:2px;padding:6px 10px;transition:background .15s,opacity .15s;display:flex}.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{flex-shrink:0;justify-content:center;align-items:center;width:14px;display:flex}.sub-header-label.svelte-6dohdz{text-transform:uppercase;letter-spacing:.5px;flex:1;font-size:10px;font-weight:700}.sub-header-chevron.svelte-6dohdz{flex-shrink:0;align-items:center;transition:transform .2s;display:flex}.nav-sub-header.sub-expanded.svelte-6dohdz .sub-header-chevron:where(.svelte-6dohdz){transform:rotate(90deg)}.nav-sub-children.svelte-6dohdz{border-left:1px dashed var(--sidebar-border);flex-direction:column;gap:1px;margin-left:6px;padding-left:10px;display:flex}.nav-child-item.sub-item.svelte-6dohdz{padding:6px 8px;font-size:12px}.nav-badge.svelte-6dohdz{border-radius:99px;flex-shrink:0;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:inline-flex}.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{border-top:1px solid var(--sidebar-border);flex-shrink:0;padding:10px 16px}.version-text.svelte-6dohdz{color:var(--sidebar-fg-muted);font-size:10.5px}.app-header.svelte-hv3zzy{top:0;left:var(--sidebar-width);height:var(--header-height);background:var(--header-bg);border-bottom:1px solid var(--header-border);z-index:var(--z-header);transition:left var(--transition-slow);box-shadow:var(--shadow-xs);justify-content:space-between;align-items:center;gap:12px;padding:0 16px;display:flex;position:fixed;right:0}.app-header.collapsed.svelte-hv3zzy{left:var(--sidebar-collapsed)}@media (width<=768px){.app-header.svelte-hv3zzy{left:0!important}.desktop-only.svelte-hv3zzy{display:none!important}}@media (width>=769px){.mobile-only.svelte-hv3zzy{display:none!important}}.header-left.svelte-hv3zzy{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.header-toggle.svelte-hv3zzy{color:var(--text-muted);flex-shrink:0}.header-title.svelte-hv3zzy{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.header-logo-mobile.svelte-hv3zzy{align-items:center;gap:8px;display:flex}.header-right.svelte-hv3zzy{flex-shrink:0;align-items:center;gap:4px;display:flex}.profile-btn.svelte-hv3zzy{border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast);color:var(--text-primary);background:0 0;border:none;align-items:center;gap:8px;max-width:180px;padding:4px 8px;display:flex}.profile-btn.svelte-hv3zzy:hover{background:var(--bg-subtle)}.profile-info.svelte-hv3zzy{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.profile-name.svelte-hv3zzy{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:100px;font-size:12.5px;font-weight:600;overflow:hidden}.profile-role.svelte-hv3zzy{color:var(--text-muted);text-transform:capitalize;font-size:10.5px}.theme-toggle-switch.svelte-hv3zzy{cursor:pointer;background:0 0;border:none;width:48px;height:24px;margin:0 8px;padding:0;position:relative}.toggle-track.svelte-hv3zzy{background:var(--bg-subtle);border:1px solid var(--border);width:100%;height:100%;transition:all var(--transition-base);border-radius:12px;align-items:center;display:flex;position:relative;overflow:hidden}.theme-toggle-switch.dark.svelte-hv3zzy .toggle-track:where(.svelte-hv3zzy){background:#1e293b;border-color:#334155}.toggle-thumb.svelte-hv3zzy{background:var(--primary);color:#fff;z-index:2;width:20px;height:20px;transition:transform var(--transition-base), background-color var(--transition-base);box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;left:2px}.theme-toggle-switch.dark.svelte-hv3zzy .toggle-thumb:where(.svelte-hv3zzy){background:#6366f1;transform:translate(24px)}.toggle-icons.svelte-hv3zzy{width:100%;height:100%;color:var(--text-muted);opacity:.5;justify-content:space-between;align-items:center;padding:0 6px;display:flex}.dropdown-panel.svelte-hv3zzy{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);position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.profile-panel.svelte-hv3zzy{width:240px;padding:8px}.profile-panel-head.svelte-hv3zzy{align-items:center;gap:12px;margin-bottom:4px;padding:8px;display:flex}.relative.svelte-hv3zzy{position:relative}.content-area.svelte-1v2axqk{padding-top:var(--header-height);min-height:100vh}
