.dashboard-navbar{height:64px;background-color:#f8f6f5;border-bottom:1px solid #ddd;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:999}.dashboard-title{font-size:20px;font-weight:600;color:#7c34ab}.dashboard-user{display:flex;align-items:center;gap:.75rem;font-weight:500;color:#4b4b4b}.username{font-size:.95rem;font-weight:600;color:#374151}.user-icon{font-size:28px;color:#6b21a8}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb;box-shadow:0 2px 4px rgba(0,0,0,.05)}.dashboard-user.loading-user{display:flex;align-items:center;gap:.75rem}.skeleton{background-color:#e5e7eb;border-radius:6px;animation:pulse 1.5s cubic-bezier(.4,0,.6,1) infinite}.skeleton-icon{width:40px;height:40px;border-radius:50%}.skeleton-text{width:120px;height:20px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}