.coletor-root .coletor-view {
  display: grid;
  gap: 12px;
}

.coletor-root .coletor-view__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
}

.coletor-root .coletor-view__title {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
}

.coletor-root .coletor-view__subtitle {
  font-size: 12px;
  opacity: 0.8;
}

.coletor-root .coletor-topbtn {
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: #fff;
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.coletor-root .coletor-chip {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
}

.coletor-root .coletor-tag {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  color: #fff;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
}

.coletor-root .coletor-empty {
  padding: 12px;
  opacity: 0.85;
  border: 1px dashed rgba(255,255,255,0.15);
  border-radius: 14px;
}
