.bc-trail{display:flex;flex-wrap:wrap;font-size:.875rem;color:var(--text-secondary,#6b6b6b);line-height:1.4}.bc-trail,.bc-trail__group{align-items:center;gap:var(--space-xs,4px)}.bc-trail__group,.bc-trail__item{display:inline-flex}.bc-trail__item{align-items:center;gap:6px;padding:4px 8px;border-radius:8px;color:var(--text-secondary,#6b6b6b);text-decoration:none;transition:background .15s cubic-bezier(.25,1,.5,1),color .15s cubic-bezier(.25,1,.5,1);white-space:nowrap;max-width:220px;overflow:hidden;text-overflow:ellipsis}.bc-trail__item:hover:not(.bc-trail__current){background:var(--surface-hover,rgba(0,0,0,.04));color:var(--text-primary,#111)}.bc-trail__current{color:var(--text-primary,#111);font-weight:600;cursor:default}.bc-trail__sep{font-size:.625rem;color:var(--text-tertiary,#a0a0a0);opacity:.5}[data-theme=dark] .bc-trail__item:hover:not(.bc-trail__current){background:rgba(255,255,255,.06)}