:root{--arp-ease:cubic-bezier(.2,.8,.2,1)}.arp-root{font-family:var(--wh-font);flex-direction:column;gap:14px;display:flex}.arp-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.arp-header__title{align-items:center;gap:8px;display:flex}.arp-header__label{text-transform:uppercase;letter-spacing:.08em;color:var(--wh-text-muted);font-size:11px;font-weight:700}.arp-header__count{color:var(--wh-text-muted);background:var(--wh-bg,#f3f4f6);border-radius:999px;padding:1px 8px;font-size:11px;font-weight:700}.arp-groups{flex-direction:column;gap:16px;display:flex}.arp-section{flex-direction:column;gap:8px;display:flex}.arp-section__head{color:var(--wh-text-muted);align-items:center;gap:7px;font-size:12px;font-weight:600;display:flex}.arp-section__count{color:var(--wh-text-muted);margin-left:auto;font-size:11px;font-weight:700}.arp-list{gap:6px;display:grid}.arp-row{border:1px solid var(--wh-border-light,#0000000f);background:var(--wh-surface);transition:border-color .16s var(--arp-ease),transform .16s var(--arp-ease),box-shadow .16s var(--arp-ease);border-radius:10px;align-items:center;gap:10px;padding:9px 12px;display:flex}.arp-row:hover{border-color:color-mix(in srgb,var(--wh-indigo,#2563eb)35%,transparent);box-shadow:0 6px 16px -10px #0f172a38}.arp-row--skeleton{background:linear-gradient(90deg,var(--wh-surface)0%,var(--wh-surface-hover,#00000008)50%,var(--wh-surface)100%);background-size:200% 100%;border-style:dashed;height:42px;animation:1.2s ease-in-out infinite arp-shimmer}@keyframes arp-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.arp-row__dir{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.arp-row__dir--outgoing{background:color-mix(in srgb,var(--wh-indigo,#2563eb)12%,transparent);color:var(--wh-indigo,#2563eb)}.arp-row__dir--incoming{background:var(--wh-surface-hover,#0000000d);color:var(--wh-text-muted)}.arp-row__asset{cursor:pointer;text-align:left;font-family:var(--wh-font);background:0 0;border:none;flex-direction:column;flex:1;align-items:flex-start;gap:1px;min-width:0;padding:0;display:flex}.arp-row__asset-name{color:var(--wh-text);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:14px;font-weight:600;overflow:hidden}.arp-row__asset:hover .arp-row__asset-name{color:var(--wh-indigo,#2563eb);text-decoration:underline}.arp-row__asset-tag{color:var(--wh-text-muted);font-size:11.5px}.arp-row__notes{color:var(--wh-text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11.5px;overflow:hidden}.arp-row__menu{color:var(--wh-text-muted);cursor:pointer;opacity:0;transition:opacity .16s var(--arp-ease),background .16s var(--arp-ease);background:0 0;border:none;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.arp-row:hover .arp-row__menu,.arp-row:focus-within .arp-row__menu,.arp-row__menu[data-state=open]{opacity:1}.arp-row__menu:hover{background:var(--wh-surface-active,#00000014);color:var(--wh-text)}@media (hover:none){.arp-row__menu{opacity:1}}@media (prefers-reduced-motion:reduce){.arp-row,.arp-row--skeleton{transition:none;animation:none}}