.naraya-tree{width:100%;font-size:.875rem;color:rgb(var(--text-main))}.naraya-tree__group{list-style:none;margin:0;padding:0}.naraya-tree__row{display:flex;align-items:center;gap:.375rem;padding-top:.3125rem;padding-bottom:.3125rem;padding-right:.5rem;border-radius:.375rem;cursor:pointer;outline:none;transition:background-color var(--duration-fast) var(--easing-smooth)}.naraya-tree__row:hover{background-color:rgb(var(--color-secondary)/.6)}.naraya-tree__row:focus-visible{box-shadow:inset 0 0 0 2px rgb(var(--ring-focus))}.naraya-tree__row--selected,.naraya-tree__row--selected:hover{background-color:rgb(var(--color-primary)/.12);color:rgb(var(--color-primary));font-weight:600}.naraya-tree__chevron-wrap{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1rem;height:1rem;color:rgb(var(--text-muted))}.naraya-tree__chevron{transition:transform var(--duration-fast) var(--easing-smooth)}.naraya-tree__chevron--open{transform:rotate(90deg)}.naraya-tree__icon{display:inline-flex;align-items:center;flex-shrink:0;color:rgb(var(--text-muted))}.naraya-tree__row--selected .naraya-tree__icon{color:rgb(var(--color-primary))}.naraya-tree__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}