:root{--afp-ease-snappy:cubic-bezier(.16,1,.3,1);--afp-shadow-popover:0 0 0 1px #0000000a,0 8px 16px -4px #0000000a,0 24px 48px -12px #0000001f}[data-theme=dark]{--afp-shadow-popover:0 0 0 1px #ffffff14,0 16px 32px -8px #00000080,0 32px 64px -16px #000000b3}.afp-content{background:var(--wh-surface,#fff);border:1px solid var(--wh-border-light,#0000000f);box-shadow:var(--afp-shadow-popover);font-family:var(--wh-font,"Inter",system-ui,sans-serif);z-index:10100;animation:afp-pop-in .25s var(--afp-ease-snappy)forwards;transform-origin:var(--radix-popover-content-transform-origin,center);border-radius:16px;min-width:480px;max-width:620px;padding:20px}@keyframes afp-pop-in{0%{opacity:0;transform:scale(.96)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}.afp-grid{grid-template-columns:minmax(130px,1fr) minmax(320px,2.4fr);align-items:start;gap:32px;display:grid}.afp-col{flex-direction:column;gap:8px;min-width:0;display:flex}.afp-col-layout{position:relative}.afp-col-layout:after{content:"";background:var(--wh-border-light,#0000000f);width:1px;position:absolute;top:0;bottom:0;right:-16px}.afp-col-title{text-transform:uppercase;letter-spacing:.04em;color:var(--wh-text-muted,#71717a);padding:0 4px 6px;font-size:11px;font-weight:500}.afp-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.afp-list-grid{grid-template-columns:repeat(2,1fr);gap:2px 16px;display:grid}.afp-item{color:var(--wh-text,#09090b);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:6px 8px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.afp-item:hover,.afp-item:focus-visible{background:var(--wh-bg-alt,#f4f4f5);outline:none}.afp-item:active{background:#0000000d;transform:scale(.98)}.afp-item-icon{background:var(--wh-bg,#fafafa);border:1px solid var(--wh-border-light,#0000000a);color:var(--wh-text-secondary,#52525b);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:all .15s;display:inline-flex}.afp-item:hover .afp-item-icon,.afp-item:focus-visible .afp-item-icon{background:var(--wh-surface,#fff);color:var(--wh-primary,#2563eb);border-color:#2563eb33;box-shadow:0 1px 3px #0000000a}.afp-item-label{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}[data-theme=dark] .afp-content{background:var(--wh-surface,#18181b);border-color:#ffffff14}[data-theme=dark] .afp-col-layout:after{background:#ffffff14}[data-theme=dark] .afp-item{color:#e4e4e7}[data-theme=dark] .afp-item:hover,[data-theme=dark] .afp-item:focus-visible{background:#ffffff0f}[data-theme=dark] .afp-item:active{background:#ffffff0a}[data-theme=dark] .afp-item-icon{color:#a1a1aa;background:#ffffff0a;border-color:#ffffff0d}[data-theme=dark] .afp-item:hover .afp-item-icon,[data-theme=dark] .afp-item:focus-visible .afp-item-icon{color:#818cf8;background:#ffffff14;border-color:#818cf84d;box-shadow:0 2px 6px #0003}