.vcFeatured {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(30,255,160,0.08), rgba(255,255,255,0.00));
  overflow: hidden;
}

.vcFeaturedInner { padding: 14px; }

.vcFeaturedHead{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
}

.vcFeaturedTitle{
  margin:0;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 900;
}

.vcFeaturedNote{
  color: var(--muted);
  font-size: 13px;
  text-align: right;
  max-width: 420px;
}

.vcFeaturedStrip{
  margin-top: 12px;
  display:flex;
  gap:14px;
  overflow:auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
}

.vcFeaturedItem{
  display:flex;
  flex-direction:column;
  gap:8px;
  text-decoration:none;
  min-width: 105px;
}

.vcFeaturedAvatar{
  width: 92px;
  height: 92px;
  border-radius: 999px;
  border: 3px solid rgba(90,255,120,0.85);
  overflow:hidden;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.35) inset;
  background: rgba(255,255,255,0.03);
}

.vcFeaturedAvatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.vcFeaturedAvatarEmpty{
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.03);
}

.vcFeaturedMeta{ display:flex; flex-direction:column; gap:4px; }
.vcFeaturedName{
  color: var(--text);
  font-weight: 800;
  font-size: 13px;
  display:flex;
  align-items:center;
  gap:8px;
}

.vcFeaturedFlag img{
  width: 18px;
  height: auto;
  border-radius: 4px;
  border: 1px solid var(--line);
}

.vcFeaturedSub{
  color: var(--muted);
  font-size: 12px;
  display:flex;
  align-items:center;
  gap:6px;
}

.vcEye{ opacity: .85; }
