/* ==================================================
   SIDEBAR BASE
================================================== */
.cs-artist-sidebar {
  width: 240px;
  background: var(--panel);
  padding: 2rem 1rem;
  transition: .3s;
}

.cs-sidebar-logo img {
  width: 140px;
  margin-bottom: 2rem;
}

/* Studio Sidebar */
.cs-studio-sidebar {
  width: 260px;
  background: #0f0a1a;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-right: 1px solid rgba(245,179,1,0.1);
}

/* Client Sidebar */
.cs-client-sidebar {
  width: 240px;
  background: #0f0a1a;
  padding: 2rem 1rem;
}