/* ============================================================
   SIDEBAR
   ============================================================ */

#sidebar {
  position: fixed; top: 0; left: 0; bottom: 0; width: 60px;
  background: var(--bg-sidebar);
  border-right: 1px solid var(--border);
  display: flex; flex-direction: column; align-items: center;
  padding: 12px 0; z-index: 100;
}
.logo { margin-bottom: 16px; line-height: 0; }
.logo img { display: block; width: 34px; height: 34px; border-radius: 9px; }
