@keyframes ui-dropdown-fade-in{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ui-dropdown{z-index:var(--z-popover);min-width:200px;max-width:min(320px,calc(100vw - 24px));padding:var(--space-1,4px);background:var(--menu-bg);border:1px solid var(--menu-border);border-radius:var(--radius-md);box-shadow:var(--menu-shadow);font-size:var(--text-sm,14px);line-height:1.4;animation:ui-dropdown-fade-in var(--ds-motion-fast) ease-out forwards}.ui-dropdown,.ui-dropdown__item{color:var(--menu-item-text);outline:none}.ui-dropdown__item{display:flex;align-items:center;gap:var(--space-2,8px);padding:var(--space-2,8px) var(--space-3,12px);border-radius:var(--radius-sm);font-weight:var(--font-medium,500);text-decoration:none;cursor:pointer;user-select:none;transition:background var(--ds-motion-fast),color var(--ds-motion-fast)}.ui-dropdown__item[data-highlighted]{background:var(--menu-item-hover-bg);color:var(--menu-item-hover-text)}.ui-dropdown__item--disabled,.ui-dropdown__item[data-disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.ui-dropdown__item--destructive{color:var(--brand-red)}.ui-dropdown__item--destructive[data-highlighted]{background:rgba(var(--brand-red-rgb),var(--opacity-08));color:var(--brand-red)}.ui-dropdown__item-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:16px;height:16px;color:currentColor}.ui-dropdown__item-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-dropdown__shortcut{flex:0 0 auto;margin-left:auto;color:var(--text-muted);font-size:var(--text-xs,12px);font-variant-numeric:tabular-nums;letter-spacing:.02em}.ui-dropdown__separator{display:block;height:1px;margin:var(--space-1,4px) calc(-1 * var(--space-1, 4px));background:var(--menu-border)}@media (prefers-reduced-motion:reduce){.ui-dropdown{animation:none;opacity:1;transform:none}.ui-dropdown__item{transition:none}}