.sidebar-nav {
  display: grid;
  gap: 12px;
}

.sidebar-group {
  display: grid;
  gap: 6px;
}

.sidebar-group-label,
.sidebar-more-note {
  margin: 0;
  padding: 8px 12px 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.sidebar-group-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 900;
}

.sidebar-group-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #ffffff url("/assets/icon.png") center / 18px 18px no-repeat;
  box-shadow: 0 6px 14px rgba(47, 114, 95, 0.14);
}

.sidebar-vocare-icon {
  justify-self: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #ffffff url("/assets/icon.png") center / 18px 18px no-repeat;
  box-shadow: 0 6px 14px rgba(47, 114, 95, 0.14);
}

.sidebar-group-label span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-more-note {
  padding-top: 12px;
  line-height: 1.35;
}

.sidebar-items {
  display: grid;
  gap: 2px;
}

.sidebar-item-block {
  display: grid;
  min-width: 0;
}

.sidebar-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 14px;
  font-weight: 760;
  text-align: left;
  text-decoration: none;
}

.sidebar-item.sidebar-root-link {
  font-size: 18px;
  font-weight: 900;
}

.sidebar-item span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-icon {
  justify-self: center;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.sidebar-item:hover,
.sidebar-item[aria-current="page"] {
  background: var(--surface-soft);
  color: var(--ink);
}

.sidebar-item[aria-current="page"] {
  font-weight: 900;
}

.sidebar-feature-tree {
  min-width: 0;
  padding: 2px 0 4px;
}
