#navbar{flex-direction:row;justify-content:space-between;padding-top:1rem;padding-left:1rem;padding-right:1rem;display:flex}.breadcrumbs{align-items:center;gap:.5rem;display:flex}.breadcrumb{color:var(--color-text);text-decoration:none;transition:color .2s}.breadcrumb:hover{cursor:pointer;color:var(--color-primary)}.breadcrumb-current{color:var(--color-text-muted,#666);font-weight:500}.breadcrumb-separator{color:var(--color-text-muted,#999);-webkit-user-select:none;user-select:none}.auth-button{align-self:flex-end}.auth-handle{color:var(--color-text,#666);font-weight:500}