.DesktopItem{cursor:default;text-align:center;box-sizing:border-box;touch-action:none;-webkit-user-select:none;user-select:none;will-change:transform;z-index:10;-webkit-tap-highlight-color:transparent;border-radius:6px;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:90px;padding:8px;display:flex;position:relative}.DesktopItem.dragging{z-index:20;opacity:.9;filter:drop-shadow(0 15px 25px #0003)}.IconContainer{justify-content:center;align-items:center;display:flex;position:relative}.IconContainer img{pointer-events:none}.DesktopItemText{color:#333;white-space:nowrap;text-overflow:ellipsis;background-color:#0000;border-radius:4px;max-width:100%;padding:2px 6px;font-size:11px;font-weight:500;overflow:hidden}.DesktopItem.selected:not(.dragging){background-color:#0000000d}.DesktopItem.selected:not(.dragging) .IconContainer:after{content:"";z-index:-1;background-color:#0a84ff4d;border-radius:8px;position:absolute;inset:-4px}.DesktopItem.selected:not(.dragging) .DesktopItemText{color:#fff;background-color:#0a84ff}
